@7shifts/sous-chef 3.55.3-beta.2 → 3.56.0-beta0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -191,54 +191,54 @@ body {
191
191
  font-weight: var(--p-font-weight-normal);
192
192
  color: var(--color-grey-500);
193
193
  }
194
- ._GFHBy {
194
+ ._OINV1 {
195
195
  display: flex;
196
196
  }
197
- ._GFHBy .form__group {
197
+ ._OINV1 .form__group {
198
198
  margin: 0;
199
199
  }
200
- ._TOxU5 {
200
+ ._1PT-Q {
201
201
  display: inline;
202
202
  }
203
- ._oppLW {
203
+ ._14dfv {
204
204
  display: flex;
205
205
  }
206
- ._TOxU5:empty {
206
+ ._1PT-Q:empty {
207
207
  display: none;
208
208
  }
209
209
 
210
- ._bC2qU {
210
+ ._3NXpz {
211
211
  align-items: center;
212
212
  }
213
213
 
214
- ._9qCMz {
214
+ ._htZcN {
215
215
  align-items: flex-end;
216
216
  }
217
217
 
218
- ._06gN4 {
218
+ ._NyQcT {
219
219
  align-items: flex-start;
220
220
  }
221
221
 
222
- ._9gxO4 {
222
+ ._JpcAs {
223
223
  justify-content: center;
224
224
  }
225
225
 
226
- ._33FAJ {
226
+ ._1I07_ {
227
227
  justify-content: flex-end;
228
228
  }
229
229
 
230
- ._lg-h2 {
230
+ ._3nDhu {
231
231
  justify-content: space-between;
232
232
  }
233
233
 
234
- ._xjZcn {
234
+ ._1ItIp {
235
235
  justify-content: flex-start;
236
236
  }
237
237
 
238
- ._3yyLA {
238
+ ._2cu_f {
239
239
  display: inline-flex;
240
240
  }
241
- ._tMhXr {
241
+ ._3s_-x {
242
242
  font-family: var(--font-family-body);
243
243
  font-size: var(--font-size-100);
244
244
  line-height: var(--font-line-height-100);
@@ -246,7 +246,7 @@ body {
246
246
  color: var(--color-grey-500);
247
247
  }
248
248
 
249
- ._NfOw5 {
249
+ ._29W-o {
250
250
  font-family: var(--font-family-body);
251
251
  font-size: var(--font-size-200);
252
252
  line-height: var(--font-line-height-200);
@@ -259,7 +259,7 @@ body {
259
259
  min-height: 16px;
260
260
  }
261
261
 
262
- ._M3aFK {
262
+ ._10hPY {
263
263
  overflow: hidden;
264
264
  white-space: nowrap;
265
265
  text-overflow: ellipsis;
@@ -275,7 +275,7 @@ Just for future references:
275
275
  `.toggle__switch::before` = toggle bottom layer
276
276
  `.toggle__switch::after` = toggle knub
277
277
  */
278
- ._QDQZ1 {
278
+ ._3VC9U {
279
279
  display: inline-flex;
280
280
  align-items: center;
281
281
  line-height: normal;
@@ -283,7 +283,7 @@ Just for future references:
283
283
  width: auto;
284
284
  }
285
285
 
286
- ._52dky {
286
+ ._LbMlH {
287
287
  font-family: var(--font-family-body);
288
288
  font-size: var(--font-size-200);
289
289
  line-height: var(--font-line-height-200);
@@ -297,7 +297,7 @@ Just for future references:
297
297
  margin-left: 8px;
298
298
  }
299
299
 
300
- ._A-tgL {
300
+ ._15FwS {
301
301
  font-family: var(--font-family-body);
302
302
  font-size: var(--font-size-100);
303
303
  line-height: var(--font-line-height-100);
@@ -307,19 +307,19 @@ Just for future references:
307
307
  display: block;
308
308
  }
309
309
 
310
- ._QDQZ1 [type=checkbox] {
310
+ ._3VC9U [type=checkbox] {
311
311
  position: absolute;
312
312
  opacity: 0;
313
313
  pointer-events: none;
314
314
  }
315
315
 
316
- ._kBjjH {
316
+ ._lHlzh {
317
317
  position: relative;
318
318
  cursor: pointer;
319
319
  }
320
320
 
321
321
  /* default states */
322
- ._kBjjH::before {
322
+ ._lHlzh::before {
323
323
  content: "";
324
324
  display: block;
325
325
  background: var(--color-grey-200);
@@ -330,7 +330,7 @@ Just for future references:
330
330
  width: 40px;
331
331
  }
332
332
 
333
- ._kBjjH::after {
333
+ ._lHlzh::after {
334
334
  content: "";
335
335
  display: block;
336
336
  position: absolute;
@@ -347,40 +347,40 @@ Just for future references:
347
347
  }
348
348
 
349
349
  /* special states */
350
- ._QDQZ1 [type=checkbox]:focus-visible + ._kBjjH {
350
+ ._3VC9U [type=checkbox]:focus-visible + ._lHlzh {
351
351
  outline: var(--color-blackberry-400) solid 1px;
352
352
  }
353
353
 
354
- ._QDQZ1 [type=checkbox]:disabled + ._kBjjH {
354
+ ._3VC9U [type=checkbox]:disabled + ._lHlzh {
355
355
  opacity: 0.4;
356
356
  cursor: default;
357
357
  }
358
358
 
359
- ._QDQZ1 [type=checkbox]:disabled + ._kBjjH::after {
359
+ ._3VC9U [type=checkbox]:disabled + ._lHlzh::after {
360
360
  box-shadow: none;
361
361
  }
362
362
 
363
363
  /* checked states */
364
- ._QDQZ1 [type=checkbox]:checked + ._kBjjH::before {
364
+ ._3VC9U [type=checkbox]:checked + ._lHlzh::before {
365
365
  background: var(--color-mint-400);
366
366
  }
367
367
 
368
- ._QDQZ1 [type=checkbox]:checked + ._kBjjH::after {
368
+ ._3VC9U [type=checkbox]:checked + ._lHlzh::after {
369
369
  border-color: var(--color-mint-400);
370
370
  left: 21px;
371
371
  right: 2px;
372
372
  }
373
- ._memxT {
374
- animation: _QieGp 1.4s linear infinite;
373
+ ._2TLiH {
374
+ animation: _8lQEs 1.4s linear infinite;
375
375
  }
376
376
 
377
- ._VoFzz {
377
+ ._1By7T {
378
378
  display: flex;
379
379
  justify-content: center;
380
380
  padding: 20px;
381
381
  }
382
382
 
383
- @keyframes _QieGp {
383
+ @keyframes _8lQEs {
384
384
  0% {
385
385
  transform: rotate(0deg);
386
386
  }
@@ -388,31 +388,31 @@ Just for future references:
388
388
  transform: rotate(270deg);
389
389
  }
390
390
  }
391
- ._KSRP9 {
391
+ ._3mJLn {
392
392
  stroke-dasharray: 187;
393
393
  stroke-dashoffset: 0;
394
394
  stroke: var(--color-tangerine-400);
395
395
  transform-origin: center;
396
- animation: _RyBY2 1.4s ease-in-out infinite;
396
+ animation: _O8BT2 1.4s ease-in-out infinite;
397
397
  }
398
398
 
399
- ._-sIZJ {
399
+ ._3dZcw {
400
400
  stroke: var(--color-mint-400);
401
401
  }
402
402
 
403
- ._3fox0 {
403
+ ._3fdD2 {
404
404
  stroke: var(--color-grey-300);
405
405
  }
406
406
 
407
- ._VteKz {
407
+ ._IWi2K {
408
408
  stroke: var(--color-white);
409
409
  }
410
410
 
411
- ._7rzsv {
411
+ ._1gCEL {
412
412
  stroke: url(#prideGradient);
413
413
  }
414
414
 
415
- @keyframes _RyBY2 {
415
+ @keyframes _O8BT2 {
416
416
  0% {
417
417
  stroke-dashoffset: 187;
418
418
  }
@@ -425,12 +425,12 @@ Just for future references:
425
425
  transform: rotate(450deg);
426
426
  }
427
427
  }
428
- ._Ydu2O {
428
+ ._33LF0 {
429
429
  display: inline-block;
430
430
  position: relative;
431
431
  text-align: left;
432
432
  }
433
- ._7fQon {
433
+ ._1lo14 {
434
434
  font-family: var(--font-family-body);
435
435
  font-size: var(--font-size-200);
436
436
  line-height: var(--font-line-height-200);
@@ -445,19 +445,19 @@ Just for future references:
445
445
  max-width: 340px;
446
446
  overflow: auto;
447
447
  }
448
- ._a-BND {
448
+ ._1NSQY {
449
449
  visibility: visible;
450
450
  opacity: 1;
451
451
  }
452
- ._UUdng {
452
+ ._36LgB {
453
453
  background: var(--color-grey-600);
454
454
  color: var(--color-white);
455
455
  }
456
- ._brSNX {
456
+ ._1tolT {
457
457
  background: var(--color-white);
458
458
  color: var(--color-grey-500);
459
459
  }
460
- ._uP8x7 {
460
+ ._2rZ80 {
461
461
  font-family: var(--font-family-body);
462
462
  font-size: var(--font-size-200);
463
463
  line-height: var(--font-line-height-200);
@@ -465,7 +465,7 @@ Just for future references:
465
465
  font-weight: var(--p-font-weight-bold);
466
466
  }
467
467
 
468
- ._MjV6R {
468
+ ._2ZZTv {
469
469
  position: fixed;
470
470
  width: 0;
471
471
  height: 0;
@@ -475,25 +475,25 @@ Just for future references:
475
475
  opacity: 0;
476
476
  transition: visibility 0s, opacity 0.05s linear;
477
477
  }
478
- ._TQqwB {
478
+ ._110cZ {
479
479
  transform: rotate(225deg);
480
480
  }
481
- ._pgdKl {
481
+ ._1JTe5 {
482
482
  transform: rotate(45deg);
483
483
  }
484
- ._Zob-W {
484
+ ._1_CTT {
485
485
  visibility: visible;
486
486
  opacity: 1;
487
487
  }
488
- ._FXaBf {
488
+ ._2oR-g {
489
489
  border-top-color: var(--color-grey-600);
490
490
  color: var(--color-white);
491
491
  }
492
- ._FyPu8 {
492
+ ._EAPv5 {
493
493
  border-top-color: var(--color-white);
494
494
  color: var(--color-grey-500);
495
495
  }
496
- ._pgOR3 {
496
+ ._YjZTi {
497
497
  font-family: var(--font-family-body);
498
498
  font-size: var(--font-size-200);
499
499
  line-height: var(--font-line-height-200);
@@ -526,367 +526,367 @@ Just for future references:
526
526
  text-shadow: none;
527
527
  box-shadow: none;
528
528
  }
529
- ._pgOR3 svg {
529
+ ._YjZTi svg {
530
530
  fill: currentColor;
531
531
  width: 16px;
532
532
  height: 16px;
533
533
  }
534
- ._pgOR3:focus {
534
+ ._YjZTi:focus {
535
535
  box-shadow: 0 0 8px var(--color-blackberry-300);
536
536
  outline: none;
537
537
  text-decoration: none;
538
538
  }
539
- ._pgOR3:hover {
539
+ ._YjZTi:hover {
540
540
  text-decoration: none;
541
541
  }
542
- ._pgOR3:active {
542
+ ._YjZTi:active {
543
543
  transform: scale(0.96);
544
544
  outline: none;
545
545
  }
546
- ._pgOR3:disabled {
546
+ ._YjZTi:disabled {
547
547
  cursor: default;
548
548
  pointer-events: none;
549
549
  box-shadow: none;
550
550
  }
551
551
 
552
- ._2yB9- > :not(._ppC-S) {
552
+ ._26NX0 > :not(._QZogP) {
553
553
  opacity: 0;
554
554
  }
555
555
 
556
- ._ppC-S {
556
+ ._QZogP {
557
557
  position: absolute;
558
558
  margin-top: 2px;
559
559
  }
560
560
 
561
- ._GtXOQ {
561
+ ._3aXIr {
562
562
  min-width: 100px;
563
563
  }
564
564
 
565
- ._Y-OxO {
565
+ ._kx7a5 {
566
566
  min-width: 100%;
567
567
  }
568
568
 
569
- ._3EfuT {
569
+ ._12Ld8 {
570
570
  padding: 8px;
571
571
  }
572
572
 
573
- ._ICNz7 {
573
+ ._1xv5C {
574
574
  background: var(--color-white);
575
575
  border-color: var(--color-grey-200);
576
576
  color: var(--color-grey-600);
577
577
  }
578
- ._ICNz7:hover {
578
+ ._1xv5C:hover {
579
579
  background: var(--color-grey-100);
580
580
  border-color: var(--color-grey-300);
581
581
  color: var(--color-grey-600);
582
582
  }
583
- ._ICNz7:disabled {
583
+ ._1xv5C:disabled {
584
584
  background: var(--color-white);
585
585
  border-color: var(--color-grey-200);
586
586
  color: var(--color-grey-300);
587
587
  }
588
- ._ICNz7[aria-disabled=true] {
588
+ ._1xv5C[aria-disabled=true] {
589
589
  background: var(--color-white);
590
590
  border-color: var(--color-grey-200);
591
591
  color: var(--color-grey-300);
592
592
  }
593
593
 
594
- ._XwJWT {
594
+ ._9zcZL {
595
595
  background: var(--color-blackberry-600);
596
596
  border-color: var(--color-blackberry-600);
597
597
  color: var(--color-white);
598
598
  }
599
- ._XwJWT:hover {
599
+ ._9zcZL:hover {
600
600
  background: #20519a;
601
601
  border-color: var(--color-blackberry-600);
602
602
  color: var(--color-white);
603
603
  }
604
- ._XwJWT:disabled {
604
+ ._9zcZL:disabled {
605
605
  background: var(--color-grey-200);
606
606
  border-color: var(--color-grey-200);
607
607
  color: var(--color-grey-300);
608
608
  }
609
- ._XwJWT[aria-disabled=true] {
609
+ ._9zcZL[aria-disabled=true] {
610
610
  background: var(--color-grey-200);
611
611
  border-color: var(--color-grey-200);
612
612
  color: var(--color-grey-300);
613
613
  }
614
614
 
615
- ._gr3Dh {
615
+ ._1lXaO {
616
616
  background: var(--color-radish-400);
617
617
  border-color: var(--color-radish-400);
618
618
  color: var(--color-white);
619
619
  }
620
- ._gr3Dh:hover {
620
+ ._1lXaO:hover {
621
621
  background: var(--color-radish-500);
622
622
  border-color: var(--color-radish-500);
623
623
  color: var(--color-white);
624
624
  }
625
- ._gr3Dh:disabled {
625
+ ._1lXaO:disabled {
626
626
  background: var(--color-radish-300);
627
627
  border-color: var(--color-radish-300);
628
628
  color: var(--color-white);
629
629
  }
630
- ._gr3Dh[aria-disabled=true] {
630
+ ._1lXaO[aria-disabled=true] {
631
631
  background: var(--color-radish-300);
632
632
  border-color: var(--color-radish-300);
633
633
  color: var(--color-white);
634
634
  }
635
635
 
636
- ._ME8te {
636
+ ._1cX3x {
637
637
  background: var(--color-eggplant-300);
638
638
  border-color: var(--color-eggplant-300);
639
639
  color: var(--color-grey-600);
640
640
  }
641
- ._ME8te:hover {
641
+ ._1cX3x:hover {
642
642
  background: #cfaef1;
643
643
  border-color: #cfaef1;
644
644
  color: var(--color-grey-600);
645
645
  }
646
- ._ME8te:disabled {
646
+ ._1cX3x:disabled {
647
647
  background: var(--color-grey-200);
648
648
  border-color: var(--color-grey-200);
649
649
  color: var(--color-grey-300);
650
650
  }
651
- ._ME8te[aria-disabled=true] {
651
+ ._1cX3x[aria-disabled=true] {
652
652
  background: var(--color-grey-200);
653
653
  border-color: var(--color-grey-200);
654
654
  color: var(--color-grey-300);
655
655
  }
656
656
 
657
- ._mI-Dx {
657
+ ._1KiTO {
658
658
  background: var(--color-tangerine-400);
659
659
  border-color: var(--color-tangerine-400);
660
660
  color: var(--color-white);
661
661
  }
662
- ._mI-Dx:hover {
662
+ ._1KiTO:hover {
663
663
  background: var(--color-tangerine-500);
664
664
  border-color: var(--color-tangerine-500);
665
665
  color: var(--color-white);
666
666
  }
667
- ._mI-Dx:disabled {
667
+ ._1KiTO:disabled {
668
668
  background: var(--color-tangerine-300);
669
669
  border-color: var(--color-tangerine-300);
670
670
  color: var(--color-white);
671
671
  }
672
- ._mI-Dx[aria-disabled=true] {
672
+ ._1KiTO[aria-disabled=true] {
673
673
  background: var(--color-tangerine-300);
674
674
  border-color: var(--color-tangerine-300);
675
675
  color: var(--color-white);
676
676
  }
677
677
 
678
- ._orywo {
678
+ ._3PDms {
679
679
  background: transparent;
680
680
  border-color: var(--color-grey-200);
681
681
  color: var(--color-grey-600);
682
682
  }
683
- ._orywo:hover {
683
+ ._3PDms:hover {
684
684
  background: rgba(0, 0, 0, 0.03);
685
685
  border-color: var(--color-grey-300);
686
686
  color: var(--color-grey-600);
687
687
  }
688
- ._orywo:disabled {
688
+ ._3PDms:disabled {
689
689
  background: transparent;
690
690
  border-color: var(--color-grey-200);
691
691
  color: var(--color-grey-300);
692
692
  }
693
- ._orywo[aria-disabled=true] {
693
+ ._3PDms[aria-disabled=true] {
694
694
  background: transparent;
695
695
  border-color: var(--color-grey-200);
696
696
  color: var(--color-grey-300);
697
697
  }
698
698
 
699
- ._obtsl {
699
+ ._eNGVS {
700
700
  background: transparent;
701
701
  border-color: var(--color-white);
702
702
  color: var(--color-white);
703
703
  }
704
- ._obtsl:hover {
704
+ ._eNGVS:hover {
705
705
  background: rgba(var(--color-white-rgb), 0.05);
706
706
  border-color: var(--color-white);
707
707
  color: var(--color-white);
708
708
  }
709
- ._obtsl:disabled {
709
+ ._eNGVS:disabled {
710
710
  background: transparent;
711
711
  border-color: var(--color-grey-200);
712
712
  color: var(--color-grey-200);
713
713
  }
714
- ._obtsl[aria-disabled=true] {
714
+ ._eNGVS[aria-disabled=true] {
715
715
  background: transparent;
716
716
  border-color: var(--color-grey-200);
717
717
  color: var(--color-grey-200);
718
718
  }
719
719
 
720
- ._00jK4 {
720
+ ._3flSa {
721
721
  background: transparent;
722
722
  border-color: transparent;
723
723
  color: var(--color-white);
724
724
  text-decoration: underline;
725
725
  }
726
- ._00jK4:hover {
726
+ ._3flSa:hover {
727
727
  background: rgba(255, 255, 255, 0.1);
728
728
  border-color: rgba(255, 255, 255, 0.1);
729
729
  color: var(--color-white);
730
730
  text-decoration: underline;
731
731
  }
732
- ._00jK4:focus {
732
+ ._3flSa:focus {
733
733
  text-decoration: underline;
734
734
  }
735
- ._00jK4:disabled {
735
+ ._3flSa:disabled {
736
736
  background: transparent;
737
737
  border-color: transparent;
738
738
  color: var(--color-grey-300);
739
739
  }
740
- ._00jK4[aria-disabled=true] {
740
+ ._3flSa[aria-disabled=true] {
741
741
  background: transparent;
742
742
  border-color: transparent;
743
743
  color: var(--color-grey-300);
744
744
  }
745
745
 
746
- ._JPwJ7 {
746
+ ._3qhNi {
747
747
  background: transparent;
748
748
  border-color: transparent;
749
749
  color: var(--color-grey-600);
750
750
  text-decoration: underline;
751
751
  }
752
- ._JPwJ7:hover {
752
+ ._3qhNi:hover {
753
753
  background: rgba(0, 0, 0, 0.03);
754
754
  border-color: var(--color-grey-100);
755
755
  color: var(--color-grey-600);
756
756
  text-decoration: underline;
757
757
  }
758
- ._JPwJ7:focus {
758
+ ._3qhNi:focus {
759
759
  text-decoration: underline;
760
760
  }
761
- ._JPwJ7:disabled {
761
+ ._3qhNi:disabled {
762
762
  background: transparent;
763
763
  border-color: transparent;
764
764
  color: var(--color-grey-300);
765
765
  }
766
- ._JPwJ7[aria-disabled=true] {
766
+ ._3qhNi[aria-disabled=true] {
767
767
  background: transparent;
768
768
  border-color: transparent;
769
769
  color: var(--color-grey-300);
770
770
  }
771
771
 
772
- ._9TprN {
772
+ ._2WRNq {
773
773
  background: transparent;
774
774
  border-color: transparent;
775
775
  color: var(--color-radish-400);
776
776
  text-decoration: underline;
777
777
  }
778
- ._9TprN:hover {
778
+ ._2WRNq:hover {
779
779
  background: rgba(0, 0, 0, 0.03);
780
780
  border-color: var(--color-grey-100);
781
781
  color: var(--color-radish-500);
782
782
  text-decoration: underline;
783
783
  }
784
- ._9TprN:focus {
784
+ ._2WRNq:focus {
785
785
  text-decoration: underline;
786
786
  }
787
- ._9TprN:disabled {
787
+ ._2WRNq:disabled {
788
788
  background: transparent;
789
789
  border-color: transparent;
790
790
  color: var(--color-grey-300);
791
791
  }
792
- ._9TprN[aria-disabled=true] {
792
+ ._2WRNq[aria-disabled=true] {
793
793
  background: transparent;
794
794
  border-color: transparent;
795
795
  color: var(--color-grey-300);
796
796
  }
797
797
 
798
- ._tktX- {
798
+ ._13HZE {
799
799
  background: transparent;
800
800
  border-color: transparent;
801
801
  color: var(--color-eggplant-500);
802
802
  text-decoration: underline;
803
803
  }
804
- ._tktX-:hover {
804
+ ._13HZE:hover {
805
805
  background: rgba(0, 0, 0, 0.03);
806
806
  border-color: var(--color-grey-100);
807
807
  color: var(--color-eggplant-500);
808
808
  text-decoration: underline;
809
809
  }
810
- ._tktX-:focus {
810
+ ._13HZE:focus {
811
811
  text-decoration: underline;
812
812
  }
813
- ._tktX-:disabled {
813
+ ._13HZE:disabled {
814
814
  background: transparent;
815
815
  border-color: transparent;
816
816
  color: var(--color-grey-300);
817
817
  }
818
- ._tktX-[aria-disabled=true] {
818
+ ._13HZE[aria-disabled=true] {
819
819
  background: transparent;
820
820
  border-color: transparent;
821
821
  color: var(--color-grey-300);
822
822
  }
823
823
 
824
- ._r3SQl {
824
+ ._21xZy {
825
825
  background: transparent;
826
826
  border-color: transparent;
827
827
  color: var(--color-grey-500);
828
828
  text-decoration: underline;
829
829
  }
830
- ._r3SQl:hover {
830
+ ._21xZy:hover {
831
831
  background: rgba(0, 0, 0, 0.03);
832
832
  border-color: var(--color-grey-100);
833
833
  color: var(--color-grey-500);
834
834
  text-decoration: underline;
835
835
  }
836
- ._r3SQl:focus {
836
+ ._21xZy:focus {
837
837
  text-decoration: underline;
838
838
  }
839
- ._r3SQl:disabled {
839
+ ._21xZy:disabled {
840
840
  background: transparent;
841
841
  border-color: transparent;
842
842
  color: var(--color-grey-300);
843
843
  }
844
- ._r3SQl[aria-disabled=true] {
844
+ ._21xZy[aria-disabled=true] {
845
845
  background: transparent;
846
846
  border-color: transparent;
847
847
  color: var(--color-grey-300);
848
848
  }
849
849
 
850
- ._oFBLN {
850
+ ._30evL {
851
851
  background: transparent;
852
852
  border-color: transparent;
853
853
  color: var(--color-grey-400);
854
854
  text-decoration: underline;
855
855
  }
856
- ._oFBLN:hover {
856
+ ._30evL:hover {
857
857
  background: rgba(0, 0, 0, 0.03);
858
858
  border-color: var(--color-grey-100);
859
859
  color: var(--color-grey-400);
860
860
  text-decoration: underline;
861
861
  }
862
- ._oFBLN:focus {
862
+ ._30evL:focus {
863
863
  text-decoration: underline;
864
864
  }
865
- ._oFBLN:disabled {
865
+ ._30evL:disabled {
866
866
  background: transparent;
867
867
  border-color: transparent;
868
868
  color: var(--color-grey-300);
869
869
  }
870
- ._oFBLN[aria-disabled=true] {
870
+ ._30evL[aria-disabled=true] {
871
871
  background: transparent;
872
872
  border-color: transparent;
873
873
  color: var(--color-grey-300);
874
874
  }
875
- ._S1co- button:disabled {
875
+ ._SMSPF button:disabled {
876
876
  border-color: var(--color-grey-200);
877
877
  }
878
- ._S1co- button:last-child {
878
+ ._SMSPF button:last-child {
879
879
  border-radius: 0 var(--border-radius-400) var(--border-radius-400) 0;
880
880
  margin-left: -1px;
881
881
  }
882
- ._S1co- button:first-child {
882
+ ._SMSPF button:first-child {
883
883
  border-radius: var(--border-radius-400) 0 0 var(--border-radius-400);
884
884
  }
885
- ._S1co- button:not(:first-child):not(:last-child) {
885
+ ._SMSPF button:not(:first-child):not(:last-child) {
886
886
  border-radius: 0;
887
887
  margin-left: -1px;
888
888
  }
889
- ._sgd9a {
889
+ ._14Od2 {
890
890
  width: 20px;
891
891
  height: 20px;
892
892
  display: inline-flex;
@@ -901,12 +901,12 @@ Just for future references:
901
901
  border-radius: 2px;
902
902
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
903
903
  }
904
- ._8zg4j {
904
+ ._3hU2t {
905
905
  color: var(--color-grey-600);
906
906
  background: var(--color-grey-200);
907
907
  border: 1px solid var(--color-grey-200);
908
908
  }
909
- ._GAIig {
909
+ ._31UYJ {
910
910
  font-family: var(--font-family-body);
911
911
  font-size: var(--font-size-100);
912
912
  line-height: var(--font-line-height-100);
@@ -920,11 +920,11 @@ Just for future references:
920
920
  left: -0.5px;
921
921
  top: 1px;
922
922
  }
923
- ._EiQ4c {
923
+ ._36SZq {
924
924
  color: var(--color-grey-600);
925
925
  text-decoration: underline;
926
926
  }
927
- ._iSC5P._iSC5P {
927
+ ._38KEH._38KEH {
928
928
  font-family: var(--font-family-body);
929
929
  font-size: var(--font-size-200);
930
930
  line-height: var(--font-line-height-200);
@@ -934,11 +934,11 @@ Just for future references:
934
934
  border-radius: var(--border-radius-400);
935
935
  min-height: auto;
936
936
  }
937
- ._iSC5P._OWpOG {
937
+ ._38KEH._1qUTA {
938
938
  background-color: var(--color-radish-400);
939
939
  }
940
940
 
941
- ._4JJwF {
941
+ ._iEk2C {
942
942
  padding-left: 20px;
943
943
  }
944
944
 
@@ -947,10 +947,10 @@ Just for future references:
947
947
  padding: 1em;
948
948
  }
949
949
  }
950
- ._F4U3o {
950
+ ._1vpCK {
951
951
  text-align: left;
952
952
  }
953
- ._KKljd {
953
+ ._dJWps {
954
954
  font-family: var(--font-family-body);
955
955
  font-size: var(--font-size-100);
956
956
  line-height: var(--font-line-height-100);
@@ -961,49 +961,49 @@ Just for future references:
961
961
  color: var(--color-grey-500);
962
962
  border: 0;
963
963
  }
964
- ._oKH7a {
964
+ ._14AEw {
965
965
  cursor: pointer;
966
966
  }
967
- ._xrDya:not(:focus-visible) {
967
+ ._2JSFR:not(:focus-visible) {
968
968
  /* Remove the focus indicator on mouse-focus for browsers
969
969
  that do support :focus-visible */
970
970
  outline: none;
971
971
  }
972
- ._RLGaD {
972
+ ._29TM7 {
973
973
  box-sizing: content-box;
974
974
  }
975
- ._3p3fm {
975
+ ._2Zpt5 {
976
976
  width: 100%;
977
977
  height: 100%;
978
978
  display: flex;
979
979
  align-items: center;
980
980
  }
981
- ._rXid3 {
981
+ ._3WtwH {
982
982
  justify-content: flex-end;
983
983
  }
984
- ._-xiIl {
984
+ ._3codU {
985
985
  display: inline-block;
986
986
  padding-left: 8px;
987
987
  line-height: 1em;
988
988
  }
989
- ._zEfoA {
989
+ ._2KFjd {
990
990
  position: relative;
991
991
  }
992
- ._v-WNu {
992
+ ._371nW {
993
993
  position: relative;
994
994
  }
995
- ._xI2-r > table > thead, ._xI2-r > table > tfoot {
995
+ ._2-8Cj > table > thead, ._2-8Cj > table > tfoot {
996
996
  position: sticky;
997
997
  background-color: var(--color-white);
998
998
  z-index: var(--z-index-base);
999
999
  }
1000
- ._xI2-r > table > thead {
1000
+ ._2-8Cj > table > thead {
1001
1001
  top: 0;
1002
1002
  }
1003
- ._xI2-r > table > tfoot {
1003
+ ._2-8Cj > table > tfoot {
1004
1004
  bottom: 0;
1005
1005
  }
1006
- ._ED7Nm {
1006
+ ._1n2ga {
1007
1007
  position: absolute;
1008
1008
  width: 100%;
1009
1009
  height: 100%;
@@ -1012,17 +1012,17 @@ Just for future references:
1012
1012
  justify-content: center;
1013
1013
  z-index: var(--z-index-base);
1014
1014
  }
1015
- ._fnq34 {
1015
+ ._3moeA {
1016
1016
  width: 100%;
1017
1017
  height: 100%;
1018
1018
  border-spacing: 0;
1019
1019
  border-collapse: separate;
1020
1020
  border: 0;
1021
1021
  }
1022
- ._qSrJq {
1022
+ ._1by5j {
1023
1023
  table-layout: fixed;
1024
1024
  }
1025
- ._1SNLz {
1025
+ ._1YYyL {
1026
1026
  font-family: var(--font-family-body);
1027
1027
  font-size: var(--font-size-200);
1028
1028
  line-height: var(--font-line-height-200);
@@ -1030,53 +1030,53 @@ Just for future references:
1030
1030
  border: 1px solid var(--color-grey-200);
1031
1031
  border-radius: var(--border-radius-600);
1032
1032
  }
1033
- ._1SNLz tr:first-of-type > td:first-of-type {
1033
+ ._1YYyL tr:first-of-type > td:first-of-type {
1034
1034
  border-top-left-radius: var(--border-radius-600);
1035
1035
  }
1036
- ._1SNLz tr:first-of-type > td:last-of-type {
1036
+ ._1YYyL tr:first-of-type > td:last-of-type {
1037
1037
  border-top-right-radius: var(--border-radius-600);
1038
1038
  }
1039
- ._1SNLz tr:last-of-type > td:first-of-type {
1039
+ ._1YYyL tr:last-of-type > td:first-of-type {
1040
1040
  border-bottom-left-radius: var(--border-radius-600);
1041
1041
  }
1042
- ._1SNLz tr:last-of-type > td:last-of-type {
1042
+ ._1YYyL tr:last-of-type > td:last-of-type {
1043
1043
  border-bottom-right-radius: var(--border-radius-600);
1044
1044
  }
1045
- ._zCIMD tr:last-of-type > td:first-of-type {
1045
+ ._2atob tr:last-of-type > td:first-of-type {
1046
1046
  border-bottom-left-radius: 0;
1047
1047
  }
1048
- ._zCIMD tr:last-of-type > td:last-of-type {
1048
+ ._2atob tr:last-of-type > td:last-of-type {
1049
1049
  border-bottom-right-radius: 0;
1050
1050
  }
1051
- ._mp1Ok {
1051
+ ._ASPHe {
1052
1052
  font-family: var(--font-family-body);
1053
1053
  font-size: var(--font-size-200);
1054
1054
  line-height: var(--font-line-height-200);
1055
1055
  font-weight: var(--p-font-weight-normal);
1056
1056
  font-weight: var(--p-font-weight-bold);
1057
1057
  }
1058
- ._mp1Ok tr td {
1058
+ ._ASPHe tr td {
1059
1059
  background: var(--color-grey-100);
1060
1060
  }
1061
- ._mp1Ok tr td:first-of-type {
1061
+ ._ASPHe tr td:first-of-type {
1062
1062
  border-left: 1px solid var(--color-grey-200);
1063
1063
  }
1064
- ._mp1Ok tr td:last-of-type {
1064
+ ._ASPHe tr td:last-of-type {
1065
1065
  border-right: 1px solid var(--color-grey-200);
1066
1066
  }
1067
- ._mp1Ok tr:first-of-type td {
1067
+ ._ASPHe tr:first-of-type td {
1068
1068
  border-top: 0;
1069
1069
  }
1070
- ._mp1Ok tr:last-of-type td:first-of-type {
1070
+ ._ASPHe tr:last-of-type td:first-of-type {
1071
1071
  border-bottom-left-radius: var(--border-radius-600);
1072
1072
  }
1073
- ._mp1Ok tr:last-of-type td:last-of-type {
1073
+ ._ASPHe tr:last-of-type td:last-of-type {
1074
1074
  border-bottom-right-radius: var(--border-radius-600);
1075
1075
  }
1076
- ._vdEZz {
1076
+ ._1ahC- {
1077
1077
  margin-top: 20px;
1078
1078
  }
1079
- ._wZ8Xg {
1079
+ ._OLWH6 {
1080
1080
  width: 100%;
1081
1081
  height: 20px;
1082
1082
  border: 1px solid var(--color-grey-200);
@@ -1085,26 +1085,26 @@ Just for future references:
1085
1085
  z-index: var(--z-index-base);
1086
1086
  pointer-events: none;
1087
1087
  }
1088
- ._L5fRB {
1088
+ ._1oK6H {
1089
1089
  top: 24px;
1090
1090
  border-bottom: 0;
1091
1091
  border-top-right-radius: var(--border-radius-600);
1092
1092
  border-top-left-radius: var(--border-radius-600);
1093
1093
  }
1094
- ._omhE4 {
1094
+ ._2hHXC {
1095
1095
  bottom: 0;
1096
1096
  border-top: 0;
1097
1097
  border-bottom-right-radius: var(--border-radius-600);
1098
1098
  border-bottom-left-radius: var(--border-radius-600);
1099
1099
  }
1100
- ._mpDFy {
1100
+ ._2_e_e {
1101
1101
  width: var(--border-radius-600);
1102
1102
  height: var(--border-radius-600);
1103
1103
  overflow: hidden;
1104
1104
  position: absolute;
1105
1105
  left: -1px;
1106
1106
  }
1107
- ._mpDFy::before {
1107
+ ._2_e_e::before {
1108
1108
  content: "";
1109
1109
  display: block;
1110
1110
  width: 200%;
@@ -1113,28 +1113,28 @@ Just for future references:
1113
1113
  border-radius: 50%;
1114
1114
  left: 0;
1115
1115
  }
1116
- ._G3b-p {
1116
+ ._1fh1m {
1117
1117
  top: -1px;
1118
1118
  }
1119
- ._G3b-p::before {
1119
+ ._1fh1m::before {
1120
1120
  top: 0;
1121
1121
  box-shadow: -6px -6px 0 0 white;
1122
1122
  }
1123
- ._YUMxZ {
1123
+ ._2tNeC {
1124
1124
  bottom: -1px;
1125
1125
  }
1126
- ._YUMxZ::before {
1126
+ ._2tNeC::before {
1127
1127
  bottom: 0;
1128
1128
  box-shadow: -6px 6px 0 0 white;
1129
1129
  }
1130
- ._xUVcY {
1130
+ ._1Oi6E {
1131
1131
  width: var(--border-radius-600);
1132
1132
  height: var(--border-radius-600);
1133
1133
  overflow: hidden;
1134
1134
  position: absolute;
1135
1135
  right: -1px;
1136
1136
  }
1137
- ._xUVcY::before {
1137
+ ._1Oi6E::before {
1138
1138
  content: "";
1139
1139
  display: block;
1140
1140
  width: 200%;
@@ -1143,21 +1143,21 @@ Just for future references:
1143
1143
  border-radius: 50%;
1144
1144
  right: 0;
1145
1145
  }
1146
- ._BE0hn {
1146
+ ._Pwoip {
1147
1147
  top: -1px;
1148
1148
  }
1149
- ._BE0hn::before {
1149
+ ._Pwoip::before {
1150
1150
  top: 0;
1151
1151
  box-shadow: 6px -6px 0 0 white;
1152
1152
  }
1153
- ._UtFdB {
1153
+ ._2wGNH {
1154
1154
  bottom: -1px;
1155
1155
  }
1156
- ._UtFdB::before {
1156
+ ._2wGNH::before {
1157
1157
  bottom: 0;
1158
1158
  box-shadow: 6px 6px 0 0 white;
1159
1159
  }
1160
- ._omAUf {
1160
+ ._1SQrF {
1161
1161
  padding: 16px 12px 16px 12px;
1162
1162
  background: var(--color-grey-100);
1163
1163
  margin: 1px;
@@ -1166,7 +1166,7 @@ Just for future references:
1166
1166
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
1167
1167
  }
1168
1168
 
1169
- ._8xIYW {
1169
+ ._iZe2g {
1170
1170
  font-family: var(--font-family-body);
1171
1171
  font-size: var(--font-size-200);
1172
1172
  line-height: var(--font-line-height-200);
@@ -1175,7 +1175,7 @@ Just for future references:
1175
1175
  color: var(--color-grey-500);
1176
1176
  }
1177
1177
 
1178
- ._oA2J6 {
1178
+ ._2KsRB {
1179
1179
  font-family: var(--font-family-body);
1180
1180
  font-size: var(--font-size-200);
1181
1181
  line-height: var(--font-line-height-200);
@@ -1183,60 +1183,60 @@ Just for future references:
1183
1183
  flex-grow: 1;
1184
1184
  color: var(--color-grey-500);
1185
1185
  }
1186
- ._oA2J6 a {
1186
+ ._2KsRB a {
1187
1187
  text-decoration: underline;
1188
1188
  color: var(--color-grey-500);
1189
1189
  }
1190
- ._oA2J6 a:hover {
1190
+ ._2KsRB a:hover {
1191
1191
  cursor: pointer;
1192
1192
  color: var(--color-grey-600);
1193
1193
  }
1194
1194
 
1195
- ._PLG8Z {
1195
+ ._uVMWF {
1196
1196
  margin-bottom: 4px;
1197
1197
  }
1198
1198
 
1199
- ._CRmFE {
1199
+ ._1cexo {
1200
1200
  background: rgb(var(--color-blueberry-100-rgb));
1201
1201
  box-shadow: 0 0 0 1px rgba(var(--color-blueberry-500-rgb), 0.15), 0 1px 3px 0 rgba(var(--color-blueberry-500-rgb), 0.25);
1202
1202
  }
1203
- ._CRmFE ._T80if {
1203
+ ._1cexo ._2Imkz {
1204
1204
  color: rgb(var(--color-blueberry-500-rgb));
1205
1205
  }
1206
1206
 
1207
- ._PgpTw {
1207
+ ._2aPPp {
1208
1208
  background: rgb(var(--color-mint-100-rgb));
1209
1209
  box-shadow: 0 0 0 1px rgba(var(--color-mint-500-rgb), 0.15), 0 1px 3px 0 rgba(var(--color-mint-500-rgb), 0.25);
1210
1210
  }
1211
- ._PgpTw ._T80if {
1211
+ ._2aPPp ._2Imkz {
1212
1212
  color: rgb(var(--color-mint-500-rgb));
1213
1213
  }
1214
1214
 
1215
- ._O-lNW {
1215
+ ._3LjdB {
1216
1216
  background: rgb(var(--color-radish-100-rgb));
1217
1217
  box-shadow: 0 0 0 1px rgba(var(--color-radish-500-rgb), 0.15), 0 1px 3px 0 rgba(var(--color-radish-500-rgb), 0.25);
1218
1218
  }
1219
- ._O-lNW ._T80if {
1219
+ ._3LjdB ._2Imkz {
1220
1220
  color: rgb(var(--color-radish-500-rgb));
1221
1221
  }
1222
1222
 
1223
- ._fICdJ {
1223
+ ._3LBr5 {
1224
1224
  background: rgb(var(--color-banana-100-rgb));
1225
1225
  box-shadow: 0 0 0 1px rgba(var(--color-banana-500-rgb), 0.15), 0 1px 3px 0 rgba(var(--color-banana-500-rgb), 0.25);
1226
1226
  }
1227
- ._fICdJ ._T80if {
1227
+ ._3LBr5 ._2Imkz {
1228
1228
  color: rgb(var(--color-banana-500-rgb));
1229
1229
  }
1230
1230
 
1231
- ._kUB2k {
1231
+ ._3zIIc {
1232
1232
  background: rgb(var(--color-eggplant-100-rgb));
1233
1233
  box-shadow: 0 0 0 1px rgba(var(--color-eggplant-500-rgb), 0.15), 0 1px 3px 0 rgba(var(--color-eggplant-500-rgb), 0.25);
1234
1234
  }
1235
- ._kUB2k ._T80if {
1235
+ ._3zIIc ._2Imkz {
1236
1236
  color: rgb(var(--color-eggplant-500-rgb));
1237
1237
  }
1238
1238
 
1239
- ._P6nbA {
1239
+ ._1wj-0 {
1240
1240
  position: absolute;
1241
1241
  width: 38px;
1242
1242
  height: 38px;
@@ -1244,26 +1244,26 @@ Just for future references:
1244
1244
  right: 4px;
1245
1245
  }
1246
1246
 
1247
- ._w-zAz {
1247
+ ._wH_Tn {
1248
1248
  padding-top: 12px;
1249
1249
  padding-bottom: 12px;
1250
1250
  }
1251
- ._w-zAz ._P6nbA {
1251
+ ._wH_Tn ._1wj-0 {
1252
1252
  position: static;
1253
1253
  }
1254
- ._w-zAz ._oA2J6 {
1254
+ ._wH_Tn ._2KsRB {
1255
1255
  display: flex;
1256
1256
  align-items: center;
1257
1257
  min-height: 38px;
1258
1258
  }
1259
- ._S--Ce {
1259
+ ._1eCfd {
1260
1260
  font-family: var(--font-family-body);
1261
1261
  font-size: var(--font-size-100);
1262
1262
  line-height: var(--font-line-height-100);
1263
1263
  font-weight: var(--p-font-weight-normal);
1264
1264
  color: var(--color-grey-500);
1265
1265
  }
1266
- ._sp-pT {
1266
+ ._XcD7g {
1267
1267
  position: absolute;
1268
1268
  list-style: none;
1269
1269
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -1274,20 +1274,20 @@ Just for future references:
1274
1274
  padding: 20px;
1275
1275
  box-sizing: border-box;
1276
1276
  }
1277
- ._AktVc {
1277
+ ._3INRK {
1278
1278
  all: unset;
1279
1279
  width: -moz-fit-content;
1280
1280
  width: fit-content;
1281
1281
  cursor: pointer;
1282
1282
  }
1283
- ._AktVc:focus {
1283
+ ._3INRK:focus {
1284
1284
  outline: none;
1285
1285
  text-decoration: none;
1286
1286
  }
1287
- ._AktVc:focus > * {
1287
+ ._3INRK:focus > * {
1288
1288
  box-shadow: 0 0 8px var(--color-blackberry-300);
1289
1289
  }
1290
- ._zv4ua {
1290
+ ._3gsXT {
1291
1291
  font-family: var(--font-family-body);
1292
1292
  font-size: var(--font-size-200);
1293
1293
  line-height: var(--font-line-height-200);
@@ -1300,26 +1300,26 @@ Just for future references:
1300
1300
  min-height: 16px;
1301
1301
  }
1302
1302
 
1303
- ._FPyID {
1303
+ ._1acko {
1304
1304
  overflow: hidden;
1305
1305
  white-space: nowrap;
1306
1306
  text-overflow: ellipsis;
1307
1307
  }
1308
- ._Qrxg5 {
1308
+ ._1sq2y {
1309
1309
  font-family: var(--font-family-body);
1310
1310
  font-size: var(--font-size-100);
1311
1311
  line-height: var(--font-line-height-100);
1312
1312
  font-weight: var(--p-font-weight-normal);
1313
1313
  color: var(--color-grey-500);
1314
1314
  }
1315
- ._eS4YO {
1315
+ ._2EaHy {
1316
1316
  font-family: var(--font-family-body);
1317
1317
  font-size: var(--font-size-100);
1318
1318
  line-height: var(--font-line-height-100);
1319
1319
  font-weight: var(--p-font-weight-normal);
1320
1320
  color: var(--color-radish-400);
1321
1321
  }
1322
- ._G6LsE {
1322
+ ._3BVGA {
1323
1323
  font-family: var(--font-family-body);
1324
1324
  font-size: var(--font-size-200);
1325
1325
  line-height: var(--font-line-height-200);
@@ -1334,47 +1334,47 @@ Just for future references:
1334
1334
  flex: 1;
1335
1335
  min-width: 90px;
1336
1336
  }
1337
- ._G6LsE:focus {
1337
+ ._3BVGA:focus {
1338
1338
  border: 1px solid var(--color-blackberry-400);
1339
1339
  box-shadow: 0 0 8px var(--color-blackberry-300);
1340
1340
  outline: none;
1341
1341
  }
1342
- ._G6LsE:disabled {
1342
+ ._3BVGA:disabled {
1343
1343
  background-color: var(--color-grey-100);
1344
1344
  color: var(--color-grey-400);
1345
1345
  }
1346
1346
 
1347
- ._2ZYtt {
1347
+ ._FLffs {
1348
1348
  border-color: var(--color-radish-400) !important;
1349
1349
  }
1350
1350
 
1351
- ._rWp7H {
1351
+ ._3qeO1 {
1352
1352
  border-left: 0 !important;
1353
1353
  border-top-left-radius: 0 !important;
1354
1354
  border-bottom-left-radius: 0 !important;
1355
1355
  color: var(--color-grey-400);
1356
1356
  }
1357
1357
 
1358
- ._Xq8xX {
1358
+ ._3QPln {
1359
1359
  border-right: 0 !important;
1360
1360
  border-top-right-radius: 0 !important;
1361
1361
  border-bottom-right-radius: 0 !important;
1362
1362
  }
1363
- ._F8QOB {
1363
+ ._3YvDZ {
1364
1364
  position: relative;
1365
1365
  display: flex;
1366
1366
  flex: 1;
1367
1367
  }
1368
1368
 
1369
- ._vU4SU input {
1369
+ ._3fIAQ input {
1370
1370
  padding-left: 21px;
1371
1371
  }
1372
1372
 
1373
- ._4rDXi input {
1373
+ ._6GxwQ input {
1374
1374
  padding-right: 21px;
1375
1375
  }
1376
1376
 
1377
- ._yPPIy {
1377
+ ._KE6FS {
1378
1378
  font-family: var(--font-family-body);
1379
1379
  font-size: var(--font-size-200);
1380
1380
  line-height: var(--font-line-height-200);
@@ -1394,12 +1394,12 @@ Just for future references:
1394
1394
  z-index: var(--z-index-base);
1395
1395
  text-align: left;
1396
1396
  }
1397
- ._yPPIy svg,
1398
- ._yPPIy path {
1397
+ ._KE6FS svg,
1398
+ ._KE6FS path {
1399
1399
  color: var(--color-grey-400);
1400
1400
  }
1401
1401
 
1402
- ._Y3yFd {
1402
+ ._1Zl92 {
1403
1403
  font-family: var(--font-family-body);
1404
1404
  font-size: var(--font-size-200);
1405
1405
  line-height: var(--font-line-height-200);
@@ -1419,41 +1419,41 @@ Just for future references:
1419
1419
  right: 0;
1420
1420
  text-align: right;
1421
1421
  }
1422
- ._Y3yFd svg,
1423
- ._Y3yFd path {
1422
+ ._1Zl92 svg,
1423
+ ._1Zl92 path {
1424
1424
  color: var(--color-grey-400);
1425
1425
  }
1426
- ._91hvH {
1426
+ ._2aZGZ {
1427
1427
  list-style: none;
1428
1428
  margin: -20px;
1429
1429
  padding: 0;
1430
1430
  }
1431
- ._aMs9c {
1431
+ ._12udv {
1432
1432
  background-color: var(--color-grey-100);
1433
1433
  }
1434
- ._ISJ4M {
1434
+ ._1QfLU {
1435
1435
  width: 100%;
1436
1436
  height: 1px;
1437
1437
  background-color: var(--color-grey-200);
1438
1438
  margin: 4px 0;
1439
1439
  }
1440
- ._W12mF {
1440
+ ._KDlwN {
1441
1441
  cursor: pointer;
1442
1442
  }
1443
- ._Zu9cD {
1443
+ ._1O4C1 {
1444
1444
  background-color: var(--color-blackberry-100);
1445
1445
  }
1446
- ._Zu9cD ._xS6fS {
1446
+ ._1O4C1 ._2BdSt {
1447
1447
  color: var(--color-blackberry-500);
1448
1448
  }
1449
- ._0OB5b {
1449
+ ._12Kal {
1450
1450
  cursor: auto;
1451
1451
  color: var(--color-grey-500);
1452
1452
  }
1453
- ._0OB5b ._xS6fS {
1453
+ ._12Kal ._2BdSt {
1454
1454
  color: var(--color-grey-400);
1455
1455
  }
1456
- ._IBrNj {
1456
+ ._3zhrP {
1457
1457
  font-family: var(--font-family-body);
1458
1458
  font-size: var(--font-size-200);
1459
1459
  line-height: var(--font-line-height-200);
@@ -1465,24 +1465,24 @@ Just for future references:
1465
1465
  gap: 8px;
1466
1466
  align-items: center;
1467
1467
  }
1468
- ._xS6fS {
1468
+ ._2BdSt {
1469
1469
  flex: 1;
1470
1470
  color: var(--color-grey-500);
1471
1471
  }
1472
- ._vC0uY {
1472
+ ._3ND_9 {
1473
1473
  color: var(--color-grey-500);
1474
1474
  text-decoration: none;
1475
1475
  display: block;
1476
1476
  width: 100%;
1477
1477
  height: 100%;
1478
1478
  }
1479
- ._vC0uY:hover {
1479
+ ._3ND_9:hover {
1480
1480
  text-decoration: none;
1481
1481
  }
1482
- ._vC0uY:focus {
1482
+ ._3ND_9:focus {
1483
1483
  outline: none;
1484
1484
  }
1485
- h1._6SgoN {
1485
+ h1._32amZ {
1486
1486
  font-family: var(--font-family-heading);
1487
1487
  font-size: var(--font-size-600);
1488
1488
  line-height: var(--font-line-height-600);
@@ -1490,7 +1490,7 @@ h1._6SgoN {
1490
1490
  color: var(--color-grey-600);
1491
1491
  }
1492
1492
 
1493
- h2._6SgoN {
1493
+ h2._32amZ {
1494
1494
  font-family: var(--font-family-heading);
1495
1495
  font-size: var(--font-size-500);
1496
1496
  line-height: var(--font-line-height-500);
@@ -1498,7 +1498,7 @@ h2._6SgoN {
1498
1498
  color: var(--color-grey-600);
1499
1499
  }
1500
1500
 
1501
- h3._6SgoN {
1501
+ h3._32amZ {
1502
1502
  font-family: var(--font-family-heading);
1503
1503
  font-size: var(--font-size-400);
1504
1504
  line-height: var(--font-line-height-400);
@@ -1506,72 +1506,72 @@ h3._6SgoN {
1506
1506
  color: var(--color-grey-600);
1507
1507
  }
1508
1508
 
1509
- h4._6SgoN {
1509
+ h4._32amZ {
1510
1510
  font-family: var(--font-family-body);
1511
1511
  font-size: var(--font-size-400);
1512
1512
  line-height: var(--font-line-height-400);
1513
1513
  font-weight: var(--p-font-weight-normal);
1514
1514
  }
1515
1515
 
1516
- h5._6SgoN {
1516
+ h5._32amZ {
1517
1517
  font-family: var(--font-family-body);
1518
1518
  font-size: var(--font-size-300);
1519
1519
  line-height: var(--font-line-height-300);
1520
1520
  font-weight: var(--p-font-weight-normal);
1521
1521
  }
1522
1522
 
1523
- ._6SgoN {
1523
+ ._32amZ {
1524
1524
  color: var(--color-grey-500);
1525
1525
  margin: 0;
1526
1526
  }
1527
- ._SF95f {
1527
+ ._ayJRy {
1528
1528
  font-family: var(--font-family-body);
1529
1529
  font-size: var(--font-size-200);
1530
1530
  line-height: var(--font-line-height-200);
1531
1531
  font-weight: var(--p-font-weight-normal);
1532
1532
  }
1533
- ._HHohB {
1533
+ ._3g1gi {
1534
1534
  font-family: var(--font-family-body);
1535
1535
  font-size: var(--font-size-100);
1536
1536
  line-height: var(--font-line-height-100);
1537
1537
  font-weight: var(--p-font-weight-normal);
1538
1538
  }
1539
- ._xdhK0 {
1539
+ ._20Phg {
1540
1540
  font-family: var(--font-family-heading);
1541
1541
  font-size: var(--font-size-700);
1542
1542
  line-height: var(--font-line-height-700);
1543
1543
  font-weight: var(--p-font-weight-semibold);
1544
1544
  }
1545
- ._i2LHD {
1545
+ ._A0AyZ {
1546
1546
  font-weight: var(--p-font-weight-bold);
1547
1547
  color: var(--color-grey-600);
1548
1548
  }
1549
- ._NgSTT {
1549
+ ._3jayQ {
1550
1550
  font-style: italic;
1551
1551
  }
1552
- ._ouqVK {
1552
+ ._GOcFw {
1553
1553
  text-decoration: underline;
1554
1554
  }
1555
- ._Vi-V1 {
1555
+ ._3TfGK {
1556
1556
  font-variant-numeric: tabular-nums;
1557
1557
  }
1558
- ._tfSIf {
1558
+ ._b8gto {
1559
1559
  text-align: left;
1560
1560
  }
1561
- ._AK1Nr {
1561
+ ._ecyH1 {
1562
1562
  text-align: right;
1563
1563
  }
1564
- ._N-tR4 {
1564
+ ._xBgXc {
1565
1565
  text-align: center;
1566
1566
  }
1567
- ._LkMr0 {
1567
+ ._280D5 {
1568
1568
  text-align: justify;
1569
1569
  }
1570
- ._TXXpM {
1570
+ ._2o1ez {
1571
1571
  position: relative;
1572
1572
  height: 100%;
1573
1573
  }
1574
- ._C3waP {
1574
+ ._1PFiJ {
1575
1575
  box-sizing: border-box;
1576
1576
  background: white;
1577
1577
  border: 1px solid var(--color-grey-200);
@@ -1581,54 +1581,54 @@ h5._6SgoN {
1581
1581
  padding: 24px 20px;
1582
1582
  color: var(--color-grey-500);
1583
1583
  }
1584
- ._uc-GV {
1584
+ ._3dQzA {
1585
1585
  cursor: pointer;
1586
1586
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.05);
1587
1587
  transition: all ease-in-out 150ms;
1588
1588
  font: inherit;
1589
1589
  text-align: inherit;
1590
1590
  }
1591
- ._uc-GV:not(._ft0I1):hover {
1591
+ ._3dQzA:not(._5dJZO):hover {
1592
1592
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
1593
1593
  background-color: var(--color-grey-100);
1594
1594
  }
1595
- ._uc-GV:focus {
1595
+ ._3dQzA:focus {
1596
1596
  box-shadow: 0 0 8px var(--color-blackberry-300);
1597
1597
  outline: none;
1598
1598
  }
1599
- ._wx2MU {
1599
+ ._DWgI_ {
1600
1600
  border-color: var(--color-blackberry-400);
1601
1601
  box-shadow: 0 0 8px var(--color-blackberry-300);
1602
1602
  }
1603
- ._TQDZH {
1603
+ ._24dNX {
1604
1604
  background: var(--color-grey-100);
1605
1605
  box-shadow: none;
1606
1606
  color: var(--color-grey-300);
1607
1607
  pointer-events: none;
1608
1608
  }
1609
- ._kkYit {
1609
+ ._2LVaD {
1610
1610
  min-height: 56px;
1611
1611
  }
1612
- ._xrEdS {
1612
+ ._L9ZA7 {
1613
1613
  position: absolute;
1614
1614
  z-index: var(--z-index-base);
1615
1615
  right: 6px;
1616
1616
  top: 6px;
1617
1617
  }
1618
- ._0WiOn {
1618
+ ._5YidV {
1619
1619
  pointer-events: none;
1620
1620
  }
1621
- ._yODES {
1621
+ ._37yla {
1622
1622
  position: absolute;
1623
1623
  width: 38px;
1624
1624
  height: 38px;
1625
1625
  top: 6px;
1626
1626
  right: 6px;
1627
1627
  }
1628
- ._Vqf6o {
1628
+ ._3J4FP {
1629
1629
  pointer-events: none;
1630
1630
  }
1631
- ._VxmQm {
1631
+ ._cQT44 {
1632
1632
  position: absolute;
1633
1633
  width: 38px;
1634
1634
  height: 38px;
@@ -1636,10 +1636,10 @@ h5._6SgoN {
1636
1636
  right: 8px;
1637
1637
  }
1638
1638
 
1639
- ._3RrQI {
1639
+ ._rSzMg {
1640
1640
  text-transform: uppercase;
1641
1641
  }
1642
- ._fo7-A {
1642
+ ._12zfd {
1643
1643
  font-family: var(--font-family-body);
1644
1644
  font-size: var(--font-size-200);
1645
1645
  line-height: var(--font-line-height-200);
@@ -1653,31 +1653,31 @@ h5._6SgoN {
1653
1653
  align-items: center;
1654
1654
  border: 1px solid transparent;
1655
1655
  }
1656
- ._fo7-A:hover {
1656
+ ._12zfd:hover {
1657
1657
  background-color: rgba(0, 0, 0, 0.03);
1658
1658
  border-color: var(--color-grey-100);
1659
1659
  text-decoration: none;
1660
1660
  }
1661
- ._fo7-A:focus {
1661
+ ._12zfd:focus {
1662
1662
  box-shadow: 0 0 8px var(--color-blackberry-300);
1663
1663
  outline: none;
1664
1664
  text-decoration: none;
1665
1665
  }
1666
- ._QjIgc {
1666
+ ._wsI-Z {
1667
1667
  margin-left: -10px;
1668
1668
  }
1669
- ._QB6yF {
1669
+ ._l-wOh {
1670
1670
  margin: 0 auto;
1671
1671
  padding: 0 20px;
1672
1672
  min-width: 720px;
1673
1673
  }
1674
- ._g7MTf {
1674
+ ._2uRrh {
1675
1675
  width: auto;
1676
1676
  }
1677
- ._LRq4j {
1677
+ ._1d-Qv {
1678
1678
  max-width: 1000px;
1679
1679
  }
1680
- ._FsCJQ {
1680
+ ._EtQ8V {
1681
1681
  font-family: var(--font-family-body);
1682
1682
  font-size: var(--font-size-200);
1683
1683
  line-height: var(--font-line-height-200);
@@ -1686,21 +1686,21 @@ h5._6SgoN {
1686
1686
  padding: 16px;
1687
1687
  text-align: center;
1688
1688
  }
1689
- ._zt-xK {
1689
+ ._37f12 {
1690
1690
  background-color: var(--color-blueberry-400);
1691
1691
  }
1692
- ._rmUys {
1692
+ ._1HFZc {
1693
1693
  background-color: var(--color-radish-400);
1694
1694
  }
1695
- ._UGrRR {
1695
+ ._3fqO1 {
1696
1696
  background-color: var(--color-eggplant-400);
1697
1697
  }
1698
- ._UI0Fo {
1698
+ ._yMHUa {
1699
1699
  position: relative;
1700
1700
  width: 48px;
1701
1701
  height: 48px;
1702
1702
  }
1703
- ._6PNwZ {
1703
+ ._2u-Hw {
1704
1704
  font-family: var(--font-family-body);
1705
1705
  font-size: var(--font-size-100);
1706
1706
  line-height: var(--font-line-height-100);
@@ -1713,30 +1713,30 @@ h5._6SgoN {
1713
1713
  transform: translate(-50%, -50%);
1714
1714
  color: var(--color-grey-500);
1715
1715
  }
1716
- ._alBLB {
1716
+ ._ORvUI {
1717
1717
  stroke: var(--color-grey-100);
1718
1718
  fill: transparent;
1719
1719
  }
1720
- ._VADa6 {
1720
+ ._2KJMe {
1721
1721
  stroke: var(--color-mint-400);
1722
1722
  fill: transparent;
1723
1723
  }
1724
- ._fWvQF {
1724
+ ._1N8C5 {
1725
1725
  background-color: var(--color-grey-100);
1726
1726
  height: 12px;
1727
1727
  width: 100%;
1728
1728
  border-radius: 8px;
1729
1729
  }
1730
- ._vd0xc {
1730
+ ._2ZCqa {
1731
1731
  background-color: var(--color-tangerine-400);
1732
1732
  height: 100%;
1733
1733
  border-radius: 8px;
1734
1734
  }
1735
- ._8kdeO {
1735
+ ._3cjo0 {
1736
1736
  display: flex;
1737
1737
  justify-content: space-around;
1738
1738
  }
1739
- ._oDnLM {
1739
+ ._WwXRR {
1740
1740
  background: var(--color-grey-100);
1741
1741
  width: 100%;
1742
1742
  height: 13px;
@@ -1744,89 +1744,89 @@ h5._6SgoN {
1744
1744
  overflow: hidden;
1745
1745
  position: relative;
1746
1746
  }
1747
- ._oDnLM::after {
1747
+ ._WwXRR::after {
1748
1748
  position: absolute;
1749
1749
  top: 0;
1750
1750
  right: 0;
1751
1751
  bottom: 0;
1752
1752
  left: 0;
1753
1753
  transform: translateX(-100%);
1754
- animation-name: _McmEv;
1754
+ animation-name: _3OXiA;
1755
1755
  animation-delay: 3.5s;
1756
1756
  animation-duration: 1.6s;
1757
1757
  animation-iteration-count: infinite;
1758
1758
  background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0, rgba(var(--color-white-rgb), 0.2) 20%, rgba(var(--color-white-rgb), 0.5) 60%, rgba(var(--color-white-rgb), 0));
1759
1759
  content: "";
1760
1760
  }
1761
- @keyframes _McmEv {
1761
+ @keyframes _3OXiA {
1762
1762
  100% {
1763
1763
  transform: translateX(100%);
1764
1764
  }
1765
1765
  }
1766
- ._jPXx6 {
1766
+ ._AWCr7 {
1767
1767
  min-height: 38px;
1768
1768
  min-width: 38px;
1769
1769
  width: 72px;
1770
1770
  border-radius: var(--border-radius-400);
1771
1771
  }
1772
- ._sPHSZ {
1772
+ ._Loib4 {
1773
1773
  min-height: 28px;
1774
1774
  min-width: 64px;
1775
1775
  width: 64px;
1776
1776
  border-radius: 25px;
1777
1777
  }
1778
- ._3vEYT {
1778
+ ._1fJNg {
1779
1779
  width: 30px;
1780
1780
  height: 30px;
1781
1781
  border-radius: 50%;
1782
1782
  }
1783
- ._zneq9 {
1783
+ ._EW9a1 {
1784
1784
  width: 20px;
1785
1785
  height: 20px;
1786
1786
  border-radius: 50%;
1787
1787
  }
1788
- ._TtfoO {
1788
+ ._3K70S {
1789
1789
  width: 30px;
1790
1790
  height: 30px;
1791
1791
  border-radius: 50%;
1792
1792
  }
1793
- ._jhOqR {
1793
+ ._LPHmB {
1794
1794
  width: 40px;
1795
1795
  height: 40px;
1796
1796
  border-radius: 50%;
1797
1797
  }
1798
- ._VgGfx {
1798
+ ._WLVw5 {
1799
1799
  width: 80px;
1800
1800
  height: 80px;
1801
1801
  border-radius: 50%;
1802
1802
  }
1803
- ._nG--Q:focus:not(:focus-visible) {
1803
+ ._Bltkq:focus:not(:focus-visible) {
1804
1804
  /* Remove the focus indicator on mouse-focus for browsers
1805
1805
  that do support :focus-visible */
1806
1806
  outline: none;
1807
1807
  }
1808
1808
 
1809
- ._II3M2 {
1809
+ ._2SMYx {
1810
1810
  cursor: pointer;
1811
1811
  }
1812
- ._II3M2:hover {
1812
+ ._2SMYx:hover {
1813
1813
  background-color: var(--color-grey-100);
1814
1814
  }
1815
1815
 
1816
- ._nG--Q:first-of-type > td {
1816
+ ._Bltkq:first-of-type > td {
1817
1817
  border-top: 1px solid var(--color-grey-200);
1818
1818
  }
1819
1819
 
1820
- ._ho205 td {
1820
+ ._2Gjlw td {
1821
1821
  background-color: var(--color-blackberry-100);
1822
1822
  }
1823
- ._ffXgN {
1823
+ ._13W8D {
1824
1824
  white-space: nowrap;
1825
1825
  width: 100%;
1826
1826
  display: flex;
1827
1827
  justify-content: flex-end;
1828
1828
  }
1829
- ._cp8xi {
1829
+ ._3Jay_ {
1830
1830
  position: relative;
1831
1831
  border-bottom: 1px solid var(--color-grey-200);
1832
1832
  padding: 16px;
@@ -1835,46 +1835,46 @@ h5._6SgoN {
1835
1835
  hyphens: auto;
1836
1836
  background: var(--color-white);
1837
1837
  }
1838
- ._cp8xi:first-of-type {
1838
+ ._3Jay_:first-of-type {
1839
1839
  border-left: 1px solid var(--color-grey-200);
1840
1840
  }
1841
- ._cp8xi:last-of-type {
1841
+ ._3Jay_:last-of-type {
1842
1842
  border-right: 1px solid var(--color-grey-200);
1843
1843
  }
1844
- ._gqbNb {
1844
+ ._14IOV {
1845
1845
  padding: 0;
1846
1846
  }
1847
- ._uHjkg:not(:last-child) {
1847
+ ._CJpCe:not(:last-child) {
1848
1848
  border-right: 1px solid var(--color-grey-200);
1849
1849
  }
1850
- ._ASOQd {
1850
+ ._3ansi {
1851
1851
  background: var(--color-radish-100);
1852
1852
  color: var(--color-radish-400);
1853
1853
  }
1854
- ._HjPNI {
1854
+ ._17O7X {
1855
1855
  height: 100%;
1856
1856
  display: flex;
1857
1857
  align-items: center;
1858
1858
  }
1859
- ._BCVO6 {
1859
+ ._DGZfp {
1860
1860
  justify-content: flex-end;
1861
1861
  }
1862
- ._NqtPS {
1862
+ ._1zdxW {
1863
1863
  justify-content: space-between;
1864
1864
  }
1865
- ._-rWoZ {
1865
+ ._1v3Ot {
1866
1866
  opacity: 0.5;
1867
1867
  }
1868
- ._txhua {
1868
+ ._1zAvk {
1869
1869
  width: 16px;
1870
1870
  }
1871
- ._fPzqj {
1871
+ ._3-xxk {
1872
1872
  margin-left: 4px;
1873
1873
  }
1874
- ._L2-l- {
1874
+ ._hLfpK {
1875
1875
  margin-right: 4px;
1876
1876
  }
1877
- ._0yTe8 {
1877
+ ._1M3dy {
1878
1878
  position: fixed;
1879
1879
  top: 0px;
1880
1880
  bottom: 0px;
@@ -1885,13 +1885,13 @@ h5._6SgoN {
1885
1885
  align-items: center;
1886
1886
  flex-direction: column;
1887
1887
  }
1888
- ._0yTe8::after {
1888
+ ._1M3dy::after {
1889
1889
  width: 100%;
1890
1890
  flex-basis: 20px;
1891
1891
  flex-shrink: 0;
1892
1892
  content: "";
1893
1893
  }
1894
- ._0yTe8::before {
1894
+ ._1M3dy::before {
1895
1895
  width: 100%;
1896
1896
  min-height: 20px;
1897
1897
  max-height: 80px;
@@ -1899,16 +1899,16 @@ h5._6SgoN {
1899
1899
  content: "";
1900
1900
  }
1901
1901
 
1902
- ._yJBtA {
1902
+ ._P2Aqt {
1903
1903
  opacity: 1;
1904
1904
  transform: translateX(0);
1905
1905
  }
1906
1906
 
1907
- ._iWogn {
1907
+ ._149Nf {
1908
1908
  opacity: 0;
1909
1909
  }
1910
1910
 
1911
- ._ntozd {
1911
+ ._CauHi {
1912
1912
  position: relative;
1913
1913
  border: 1px solid var(--color-grey-200);
1914
1914
  background: var(--color-white);
@@ -1921,18 +1921,18 @@ h5._6SgoN {
1921
1921
  box-sizing: border-box;
1922
1922
  min-height: 266px;
1923
1923
  }
1924
- ._ntozd > form {
1924
+ ._CauHi > form {
1925
1925
  display: contents;
1926
1926
  }
1927
1927
 
1928
- ._EQjDq {
1928
+ ._3MiUv {
1929
1929
  opacity: 1;
1930
1930
  }
1931
1931
 
1932
- ._ZTY3B {
1932
+ ._1CXOY {
1933
1933
  opacity: 0;
1934
1934
  }
1935
- ._tgpG9 {
1935
+ ._2iRIU {
1936
1936
  font-family: var(--font-family-heading);
1937
1937
  font-size: var(--font-size-500);
1938
1938
  line-height: var(--font-line-height-500);
@@ -1940,7 +1940,7 @@ h5._6SgoN {
1940
1940
  color: var(--color-grey-500);
1941
1941
  padding: 0;
1942
1942
  }
1943
- ._b1dgU {
1943
+ ._1rw24 {
1944
1944
  display: flex;
1945
1945
  justify-content: end;
1946
1946
  margin-bottom: -20px;
@@ -1948,7 +1948,7 @@ h5._6SgoN {
1948
1948
  z-index: calc(var(--z-index-base) + 2);
1949
1949
  }
1950
1950
 
1951
- ._c2nm4 {
1951
+ ._3UWdF {
1952
1952
  font-family: var(--font-family-body);
1953
1953
  font-size: var(--font-size-400);
1954
1954
  line-height: var(--font-line-height-400);
@@ -1960,7 +1960,7 @@ h5._6SgoN {
1960
1960
  * It is using ::before and ::after to accomplish that => https://www.kizu.ru/shadowscroll/
1961
1961
  * There is a cleaner solution using background-attachment (https://lea.verou.me/2012/04/background-attachment-local/) but I had some issues in Chrome using that approach
1962
1962
  */
1963
- ._4YK4k {
1963
+ ._vu6lH {
1964
1964
  font-family: var(--font-family-body);
1965
1965
  font-size: var(--font-size-200);
1966
1966
  line-height: var(--font-line-height-200);
@@ -1969,14 +1969,14 @@ h5._6SgoN {
1969
1969
  position: relative;
1970
1970
  padding: 0 8px 0 8px;
1971
1971
  }
1972
- ._wo1vv {
1972
+ ._3XK5b {
1973
1973
  z-index: var(--z-index-base);
1974
1974
  background: #fff no-repeat;
1975
1975
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
1976
1976
  background-position: 0 0, 0 100%;
1977
1977
  background-size: 100% 14px;
1978
1978
  }
1979
- ._wo1vv::before, ._wo1vv::after {
1979
+ ._3XK5b::before, ._3XK5b::after {
1980
1980
  content: "";
1981
1981
  position: relative;
1982
1982
  z-index: -1;
@@ -1985,14 +1985,14 @@ h5._6SgoN {
1985
1985
  margin: 0 0 -30px;
1986
1986
  background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
1987
1987
  }
1988
- ._wo1vv::after {
1988
+ ._3XK5b::after {
1989
1989
  margin: -30px 0 0;
1990
1990
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
1991
1991
  }
1992
- ._9u6xC {
1992
+ ._3o5mL {
1993
1993
  padding-bottom: 8px;
1994
1994
  }
1995
- ._bezlP {
1995
+ ._1_LeI {
1996
1996
  flex: 1;
1997
1997
  display: flex;
1998
1998
  flex-direction: column;
@@ -2000,10 +2000,10 @@ h5._6SgoN {
2000
2000
  padding: 32px 8px 0 8px;
2001
2001
  }
2002
2002
 
2003
- ._EdqHx {
2003
+ ._3J1qk {
2004
2004
  margin-left: -12px;
2005
2005
  }
2006
- ._et9Fs {
2006
+ ._31ArE {
2007
2007
  --rdp-cell-size: 37px;
2008
2008
  --rdp-caption-font-size: var(--font-size-300);
2009
2009
  --rdp-accent-color: var(--color-blackberry-200);
@@ -2015,7 +2015,7 @@ h5._6SgoN {
2015
2015
  margin: 1em;
2016
2016
  }
2017
2017
 
2018
- ._l7Mis {
2018
+ ._2JTN3 {
2019
2019
  margin: 0;
2020
2020
  max-width: calc(var(--rdp-cell-size) * 7);
2021
2021
  border-collapse: collapse;
@@ -2023,7 +2023,7 @@ h5._6SgoN {
2023
2023
  color: var(--color-grey-500);
2024
2024
  }
2025
2025
 
2026
- ._XGu8K {
2026
+ ._2vLS3 {
2027
2027
  display: flex;
2028
2028
  align-items: center;
2029
2029
  justify-content: space-between;
@@ -2032,7 +2032,7 @@ h5._6SgoN {
2032
2032
  color: var(--color-grey-500);
2033
2033
  }
2034
2034
 
2035
- ._e0MoB {
2035
+ ._3YRyk {
2036
2036
  font-family: var(--font-family-body);
2037
2037
  font-size: var(--font-size-200);
2038
2038
  line-height: var(--font-line-height-200);
@@ -2047,16 +2047,16 @@ h5._6SgoN {
2047
2047
  border: none;
2048
2048
  }
2049
2049
 
2050
- ._X7MoW:not(._AeJUw) {
2050
+ ._24Ese:not(._3n5w2) {
2051
2051
  color: var(--color-blackberry-400);
2052
2052
  font-weight: 700;
2053
2053
  }
2054
2054
 
2055
- ._AeJUw._AeJUw {
2055
+ ._3n5w2._3n5w2 {
2056
2056
  color: var(--color-grey-300);
2057
2057
  }
2058
2058
 
2059
- ._2-bPm {
2059
+ ._3_Zt3 {
2060
2060
  display: inline-flex;
2061
2061
  align-items: center;
2062
2062
  justify-content: center;
@@ -2067,22 +2067,22 @@ h5._6SgoN {
2067
2067
  color: var(--color-grey-400);
2068
2068
  }
2069
2069
 
2070
- ._eK8pw._eK8pw._eK8pw._eK8pw:not(:disabled) {
2070
+ ._2I-mu._2I-mu._2I-mu._2I-mu:not(:disabled) {
2071
2071
  background-color: var(--color-blackberry-200);
2072
2072
  color: var(--color-blackberry-400);
2073
2073
  opacity: 1;
2074
2074
  }
2075
- ._eK8pw._eK8pw._eK8pw._eK8pw:not(:disabled):hover {
2075
+ ._2I-mu._2I-mu._2I-mu._2I-mu:not(:disabled):hover {
2076
2076
  background-color: var(--color-blackberry-400);
2077
2077
  color: var(--color-white);
2078
2078
  }
2079
2079
 
2080
- ._eK8pw[disabled] {
2080
+ ._2I-mu[disabled] {
2081
2081
  background-color: var(--color-blackberry-200);
2082
2082
  color: var(--color-grey-400);
2083
2083
  opacity: 1;
2084
2084
  }
2085
- ._QLSA6 {
2085
+ ._14V7C {
2086
2086
  --rdp-cell-size: 37px;
2087
2087
  --rdp-caption-font-size: var(--font-size-300);
2088
2088
  --rdp-accent-color: var(--color-blackberry-200);
@@ -2094,7 +2094,7 @@ h5._6SgoN {
2094
2094
  margin: 1em;
2095
2095
  }
2096
2096
 
2097
- ._96jgF {
2097
+ ._1ZNjF {
2098
2098
  margin: 0;
2099
2099
  max-width: calc(var(--rdp-cell-size) * 7);
2100
2100
  border-collapse: collapse;
@@ -2102,7 +2102,7 @@ h5._6SgoN {
2102
2102
  color: var(--color-grey-500);
2103
2103
  }
2104
2104
 
2105
- ._4ySMr {
2105
+ ._MeVZU {
2106
2106
  display: flex;
2107
2107
  align-items: center;
2108
2108
  justify-content: space-between;
@@ -2111,7 +2111,7 @@ h5._6SgoN {
2111
2111
  color: var(--color-grey-500);
2112
2112
  }
2113
2113
 
2114
- ._2AoB4 {
2114
+ ._2AdsD {
2115
2115
  font-family: var(--font-family-body);
2116
2116
  font-size: var(--font-size-200);
2117
2117
  line-height: var(--font-line-height-200);
@@ -2126,16 +2126,16 @@ h5._6SgoN {
2126
2126
  border: none;
2127
2127
  }
2128
2128
 
2129
- ._Snv-V:not(._Zf-6C) {
2129
+ ._2jnim:not(._yS_59) {
2130
2130
  color: var(--color-blackberry-400);
2131
2131
  font-weight: 700;
2132
2132
  }
2133
2133
 
2134
- ._Zf-6C._Zf-6C {
2134
+ ._yS_59._yS_59 {
2135
2135
  color: var(--color-grey-300);
2136
2136
  }
2137
2137
 
2138
- ._iOY4h {
2138
+ ._1UfGK {
2139
2139
  display: inline-flex;
2140
2140
  align-items: center;
2141
2141
  justify-content: center;
@@ -2146,82 +2146,82 @@ h5._6SgoN {
2146
2146
  color: var(--color-grey-400);
2147
2147
  }
2148
2148
 
2149
- ._e0lOH._e0lOH {
2149
+ ._1eIgn._1eIgn {
2150
2150
  color: var(--color-blackberry-400);
2151
2151
  border-radius: 0;
2152
2152
  }
2153
- ._e0lOH._e0lOH:hover {
2153
+ ._1eIgn._1eIgn:hover {
2154
2154
  color: var(--color-blackberry-400);
2155
2155
  }
2156
- ._e0lOH._e0lOH:disabled {
2156
+ ._1eIgn._1eIgn:disabled {
2157
2157
  background-color: var(--color-blackberry-100);
2158
2158
  color: var(--color-grey-200);
2159
2159
  }
2160
2160
 
2161
- ._4N7l-._4N7l- {
2161
+ ._1QYfY._1QYfY {
2162
2162
  border-top-right-radius: 0;
2163
2163
  border-bottom-right-radius: 0;
2164
2164
  color: var(--color-blackberry-400);
2165
2165
  }
2166
- ._4N7l-._4N7l-:hover {
2166
+ ._1QYfY._1QYfY:hover {
2167
2167
  color: var(--color-blackberry-400);
2168
2168
  }
2169
- ._4N7l-._4N7l-:disabled {
2169
+ ._1QYfY._1QYfY:disabled {
2170
2170
  background-color: var(--color-blackberry-100);
2171
2171
  color: var(--color-white);
2172
2172
  }
2173
2173
 
2174
- ._fMjHG._fMjHG {
2174
+ ._1NFea._1NFea {
2175
2175
  border-top-left-radius: 0;
2176
2176
  border-bottom-left-radius: 0;
2177
2177
  color: var(--color-blackberry-400);
2178
2178
  }
2179
- ._fMjHG._fMjHG:hover {
2179
+ ._1NFea._1NFea:hover {
2180
2180
  color: var(--color-blackberry-400);
2181
2181
  }
2182
- ._fMjHG._fMjHG:disabled {
2182
+ ._1NFea._1NFea:disabled {
2183
2183
  background-color: var(--color-blackberry-100);
2184
2184
  color: var(--color-grey-200);
2185
2185
  }
2186
2186
 
2187
- ._GqE-5 {
2187
+ ._2LSnn {
2188
2188
  height: 100%;
2189
2189
  }
2190
2190
 
2191
- ._GqE-5:hover button:not(._4N7l-):not(._e0lOH):not(._fMjHG) {
2191
+ ._2LSnn:hover button:not(._1QYfY):not(._1eIgn):not(._1NFea) {
2192
2192
  background-color: var(--rdp-background-color);
2193
2193
  }
2194
2194
 
2195
- ._GqE-5:hover button {
2195
+ ._2LSnn:hover button {
2196
2196
  border-radius: 0;
2197
2197
  }
2198
2198
 
2199
- ._GqE-5:hover > td:first-of-type button {
2199
+ ._2LSnn:hover > td:first-of-type button {
2200
2200
  border-top-left-radius: 100%;
2201
2201
  border-bottom-left-radius: 100%;
2202
2202
  }
2203
2203
 
2204
- ._GqE-5:hover > td:last-of-type button {
2204
+ ._2LSnn:hover > td:last-of-type button {
2205
2205
  border-top-right-radius: 100%;
2206
2206
  border-bottom-right-radius: 100%;
2207
2207
  }
2208
- ._YPyZ6 {
2208
+ ._NXXj0 {
2209
2209
  position: relative;
2210
2210
  }
2211
- ._-cw0A {
2211
+ ._3_6m_ {
2212
2212
  position: absolute;
2213
2213
  left: 0;
2214
2214
  z-index: var(--z-index-base);
2215
2215
  background: var(--color-white);
2216
2216
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
2217
2217
  }
2218
- ._Id4qm {
2218
+ ._2Rbk6 {
2219
2219
  position: relative;
2220
2220
  }
2221
- ._s9d-m {
2221
+ ._1GW-E {
2222
2222
  padding-left: 24px;
2223
2223
  }
2224
- ._Id4qm input {
2224
+ ._2Rbk6 input {
2225
2225
  position: absolute;
2226
2226
  opacity: 0;
2227
2227
  cursor: pointer;
@@ -2230,7 +2230,7 @@ h5._6SgoN {
2230
2230
  height: 16px;
2231
2231
  right: 0;
2232
2232
  }
2233
- ._kmvBP {
2233
+ ._2W10t {
2234
2234
  display: block;
2235
2235
  top: 0;
2236
2236
  left: 0;
@@ -2241,19 +2241,19 @@ h5._6SgoN {
2241
2241
  border: 1px solid var(--color-grey-200);
2242
2242
  box-shadow: inset 0 1px 4px -2px var(--color-grey-200);
2243
2243
  }
2244
- ._kmvBP::after {
2244
+ ._2W10t::after {
2245
2245
  position: absolute;
2246
2246
  content: "";
2247
2247
  opacity: 0;
2248
2248
  }
2249
- input:checked ~ ._kmvBP {
2249
+ input:checked ~ ._2W10t {
2250
2250
  background-color: #4d89f5;
2251
2251
  border-radius: 4px;
2252
2252
  transform: rotate(0deg) scale(1);
2253
2253
  opacity: 1;
2254
2254
  border: 1px solid #8cb5f4;
2255
2255
  }
2256
- input:checked ~ ._kmvBP::after {
2256
+ input:checked ~ ._2W10t::after {
2257
2257
  opacity: 1;
2258
2258
  transform: rotate(45deg) scale(1);
2259
2259
  left: 4px;
@@ -2265,19 +2265,19 @@ input:checked ~ ._kmvBP::after {
2265
2265
  background-color: transparent;
2266
2266
  border-radius: 0;
2267
2267
  }
2268
- input:focus-visible + ._kmvBP {
2268
+ input:focus-visible + ._2W10t {
2269
2269
  outline: var(--color-blackberry-400) solid 1px;
2270
2270
  }
2271
- input:disabled + ._kmvBP {
2271
+ input:disabled + ._2W10t {
2272
2272
  background-color: var(--color-grey-100);
2273
2273
  border: 1px solid var(--color-grey-200);
2274
2274
  }
2275
- input:disabled + ._kmvBP::after {
2275
+ input:disabled + ._2W10t::after {
2276
2276
  box-shadow: none;
2277
2277
  border: solid #9f9f9f !important;
2278
2278
  border-width: 0 2px 2px 0 !important;
2279
2279
  }
2280
- ._NwD6V {
2280
+ ._1b47y {
2281
2281
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
2282
2282
  border: 1px solid var(--color-grey-200);
2283
2283
  border-radius: 8px;
@@ -2290,38 +2290,38 @@ input:disabled + ._kmvBP::after {
2290
2290
  opacity: 0;
2291
2291
  transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), opacity 0.2s linear;
2292
2292
  }
2293
- ._4ofZb {
2293
+ ._2MB4p {
2294
2294
  opacity: 1;
2295
2295
  transform: translateX(0);
2296
2296
  }
2297
- ._hGoMD {
2297
+ ._3VYQo {
2298
2298
  opacity: 0;
2299
2299
  }
2300
- ._iK5zl {
2300
+ ._3Enme {
2301
2301
  position: fixed;
2302
2302
  bottom: 78px;
2303
2303
  right: 10px;
2304
2304
  }
2305
- ._V9hLa {
2305
+ ._2Nn7v {
2306
2306
  max-width: 100%;
2307
2307
  max-height: 100%;
2308
2308
  }
2309
- ._oOqUg {
2309
+ ._bzN9e {
2310
2310
  padding: 32px;
2311
2311
  }
2312
- ._5zcBK {
2312
+ ._3xbis {
2313
2313
  position: absolute;
2314
2314
  top: 10px;
2315
2315
  right: 10px;
2316
2316
  }
2317
- ._jp9-G {
2317
+ ._1-1WW {
2318
2318
  width: 100%;
2319
2319
  height: 100%;
2320
2320
  }
2321
- ._jp9-G > div, ._jp9-G > div > div {
2321
+ ._1-1WW > div, ._1-1WW > div > div {
2322
2322
  height: 100%;
2323
2323
  }
2324
- ._jp9-G input {
2324
+ ._1-1WW input {
2325
2325
  font-family: var(--font-family-body);
2326
2326
  font-size: var(--font-size-200);
2327
2327
  line-height: var(--font-line-height-200);
@@ -2334,53 +2334,53 @@ input:disabled + ._kmvBP::after {
2334
2334
  width: 100%;
2335
2335
  border-radius: 0;
2336
2336
  }
2337
- ._jp9-G input:focus {
2337
+ ._1-1WW input:focus {
2338
2338
  border-color: var(--color-blackberry-400);
2339
2339
  box-shadow: 0 0 8px var(--color-blackberry-300);
2340
2340
  outline: none;
2341
2341
  overflow: visible;
2342
2342
  z-index: var(--z-index-base);
2343
2343
  }
2344
- ._jp9-G input:hover {
2344
+ ._1-1WW input:hover {
2345
2345
  background: var(--color-grey-100);
2346
2346
  }
2347
- ._BzPeH {
2347
+ ._3JzKC {
2348
2348
  text-align: right;
2349
2349
  }
2350
- ._NhNG9 {
2350
+ ._2D-PH {
2351
2351
  /* Firefox */
2352
2352
  }
2353
- ._NhNG9 input::-webkit-outer-spin-button,
2354
- ._NhNG9 input::-webkit-inner-spin-button {
2353
+ ._2D-PH input::-webkit-outer-spin-button,
2354
+ ._2D-PH input::-webkit-inner-spin-button {
2355
2355
  -webkit-appearance: none;
2356
2356
  margin: 0;
2357
2357
  }
2358
- ._NhNG9 input[type=number] {
2358
+ ._2D-PH input[type=number] {
2359
2359
  -moz-appearance: textfield;
2360
2360
  }
2361
2361
 
2362
- ._5HRwe._5HRwe,
2363
- ._5HRwe._5HRwe:hover {
2362
+ ._2XRXA._2XRXA,
2363
+ ._2XRXA._2XRXA:hover {
2364
2364
  border-color: var(--color-radish-400);
2365
2365
  background: var(--color-radish-100);
2366
2366
  }
2367
2367
 
2368
- ._P--u2._P--u2 {
2368
+ ._3YcR8._3YcR8 {
2369
2369
  border-top-left-radius: var(--border-radius-600);
2370
2370
  }
2371
2371
 
2372
- ._EloAX._EloAX {
2372
+ ._1nh6A._1nh6A {
2373
2373
  border-top-right-radius: var(--border-radius-600);
2374
2374
  }
2375
2375
 
2376
- ._ZDCR9._ZDCR9 {
2376
+ ._hRUEo._hRUEo {
2377
2377
  border-bottom-left-radius: var(--border-radius-600);
2378
2378
  }
2379
2379
 
2380
- ._Mc9YJ._Mc9YJ {
2380
+ ._1AIOz._1AIOz {
2381
2381
  border-bottom-right-radius: var(--border-radius-600);
2382
2382
  }
2383
- @keyframes _b1-OB {
2383
+ @keyframes _2QIwh {
2384
2384
  from {
2385
2385
  opacity: 0;
2386
2386
  }
@@ -2388,18 +2388,18 @@ input:disabled + ._kmvBP::after {
2388
2388
  opacity: 1;
2389
2389
  }
2390
2390
  }
2391
- ._j5iVD {
2391
+ ._3oL6K {
2392
2392
  position: relative;
2393
2393
  overflow: auto;
2394
2394
  white-space: nowrap;
2395
2395
  }
2396
- ._j5iVD table {
2396
+ ._3oL6K table {
2397
2397
  table-layout: auto;
2398
2398
  }
2399
- ._7dAEd:not(._rR4W3) table tr > td:first-of-type {
2399
+ ._2eNyX:not(._30S-d) table tr > td:first-of-type {
2400
2400
  transform-style: preserve-3d;
2401
2401
  }
2402
- ._7dAEd:not(._rR4W3) table tr > td:first-of-type::before {
2402
+ ._2eNyX:not(._30S-d) table tr > td:first-of-type::before {
2403
2403
  content: "";
2404
2404
  width: 10px;
2405
2405
  height: 100%;
@@ -2407,29 +2407,29 @@ input:disabled + ._kmvBP::after {
2407
2407
  z-index: 0;
2408
2408
  transform: translateZ(-1px);
2409
2409
  top: 0;
2410
- animation: _b1-OB 1s;
2410
+ animation: _2QIwh 1s;
2411
2411
  box-shadow: -7px 12px 11px 3px #888;
2412
2412
  right: 0;
2413
2413
  }
2414
- ._7dAEd._rR4W3 table tr > td:first-of-type {
2414
+ ._2eNyX._30S-d table tr > td:first-of-type {
2415
2415
  border-right: 4px solid var(--color-grey-200);
2416
2416
  }
2417
- ._qLE4I table thead tr th:first-of-type {
2417
+ ._24Yjb table thead tr th:first-of-type {
2418
2418
  position: sticky;
2419
2419
  left: 0;
2420
2420
  }
2421
- ._qLE4I table tbody tr td:first-of-type {
2421
+ ._24Yjb table tbody tr td:first-of-type {
2422
2422
  position: sticky;
2423
2423
  left: 0;
2424
2424
  z-index: 1;
2425
2425
  background-color: var(--color-white);
2426
2426
  }
2427
- ._qLE4I table tfoot tr td:first-of-type {
2427
+ ._24Yjb table tfoot tr td:first-of-type {
2428
2428
  position: sticky;
2429
2429
  left: 0;
2430
2430
  z-index: 1;
2431
2431
  }
2432
- ._qLE4I table tbody tr:first-of-type > td:first-of-type::after {
2432
+ ._24Yjb table tbody tr:first-of-type > td:first-of-type::after {
2433
2433
  content: "";
2434
2434
  width: 16px;
2435
2435
  height: 1px;
@@ -2439,10 +2439,10 @@ input:disabled + ._kmvBP::after {
2439
2439
  left: -1px;
2440
2440
  top: -1px;
2441
2441
  }
2442
- ._B92Ir:not(._rR4W3) table tr > td:last-of-type {
2442
+ ._1CBZ1:not(._30S-d) table tr > td:last-of-type {
2443
2443
  transform-style: preserve-3d;
2444
2444
  }
2445
- ._B92Ir:not(._rR4W3) table tr > td:last-of-type::before {
2445
+ ._1CBZ1:not(._30S-d) table tr > td:last-of-type::before {
2446
2446
  content: "";
2447
2447
  width: 10px;
2448
2448
  height: 100%;
@@ -2450,29 +2450,29 @@ input:disabled + ._kmvBP::after {
2450
2450
  z-index: 0;
2451
2451
  transform: translateZ(-1px);
2452
2452
  top: 0;
2453
- animation: _b1-OB 1s;
2453
+ animation: _2QIwh 1s;
2454
2454
  box-shadow: 7px 12px 11px 3px #888;
2455
2455
  left: 0;
2456
2456
  }
2457
- ._B92Ir._rR4W3 table tr > td:last-of-type {
2457
+ ._1CBZ1._30S-d table tr > td:last-of-type {
2458
2458
  border-left: 4px solid var(--color-grey-200);
2459
2459
  }
2460
- ._ONjpl table thead tr th:last-of-type {
2460
+ ._2pehG table thead tr th:last-of-type {
2461
2461
  position: sticky;
2462
2462
  right: 0;
2463
2463
  }
2464
- ._ONjpl table tbody tr td:last-of-type {
2464
+ ._2pehG table tbody tr td:last-of-type {
2465
2465
  position: sticky;
2466
2466
  right: 0;
2467
2467
  z-index: 1;
2468
2468
  background-color: var(--color-white);
2469
2469
  }
2470
- ._ONjpl table tfoot tr td:last-of-type {
2470
+ ._2pehG table tfoot tr td:last-of-type {
2471
2471
  position: sticky;
2472
2472
  right: 0;
2473
2473
  z-index: 1;
2474
2474
  }
2475
- ._ONjpl table tbody tr:first-of-type > td:last-of-type::after {
2475
+ ._2pehG table tbody tr:first-of-type > td:last-of-type::after {
2476
2476
  content: "";
2477
2477
  width: 16px;
2478
2478
  height: 1px;
@@ -2482,7 +2482,7 @@ input:disabled + ._kmvBP::after {
2482
2482
  right: -1px;
2483
2483
  top: -1px;
2484
2484
  }
2485
- ._ONjpl:not(._DE3fh) table tbody tr:last-of-type > td:last-of-type::after {
2485
+ ._2pehG:not(._3NVYV) table tbody tr:last-of-type > td:last-of-type::after {
2486
2486
  content: "";
2487
2487
  width: 16px;
2488
2488
  height: 1px;
@@ -2492,7 +2492,7 @@ input:disabled + ._kmvBP::after {
2492
2492
  right: -1px;
2493
2493
  bottom: -1px;
2494
2494
  }
2495
- ._qLE4I:not(._DE3fh) table tbody tr:last-of-type > td:first-of-type::after {
2495
+ ._24Yjb:not(._3NVYV) table tbody tr:last-of-type > td:first-of-type::after {
2496
2496
  content: "";
2497
2497
  width: 16px;
2498
2498
  height: 1px;
@@ -2502,7 +2502,7 @@ input:disabled + ._kmvBP::after {
2502
2502
  left: -1px;
2503
2503
  bottom: -1px;
2504
2504
  }
2505
- ._DE3fh._ONjpl table tfoot tr:last-of-type > td:last-of-type::after {
2505
+ ._3NVYV._2pehG table tfoot tr:last-of-type > td:last-of-type::after {
2506
2506
  content: "";
2507
2507
  width: 16px;
2508
2508
  height: 1px;
@@ -2512,7 +2512,7 @@ input:disabled + ._kmvBP::after {
2512
2512
  right: -1px;
2513
2513
  bottom: -1px;
2514
2514
  }
2515
- ._DE3fh._qLE4I table tfoot tr:last-of-type > td:first-of-type::after {
2515
+ ._3NVYV._24Yjb table tfoot tr:last-of-type > td:first-of-type::after {
2516
2516
  content: "";
2517
2517
  width: 16px;
2518
2518
  height: 1px;
@@ -2522,7 +2522,7 @@ input:disabled + ._kmvBP::after {
2522
2522
  left: -1px;
2523
2523
  bottom: -1px;
2524
2524
  }
2525
- @keyframes _Fr-av {
2525
+ @keyframes _1TazX {
2526
2526
  from {
2527
2527
  box-shadow: inset 5px 0px 0px -5px rgba(136, 136, 136, 0.1882352941);
2528
2528
  }
@@ -2530,7 +2530,7 @@ input:disabled + ._kmvBP::after {
2530
2530
  box-shadow: inset 5px 0px 9px -5px rgba(136, 136, 136, 0.1882352941);
2531
2531
  }
2532
2532
  }
2533
- @keyframes _KgJaq {
2533
+ @keyframes _21Z84 {
2534
2534
  from {
2535
2535
  box-shadow: inset -5px 0px 0px -5px rgba(136, 136, 136, 0.1882352941);
2536
2536
  }
@@ -2538,7 +2538,7 @@ input:disabled + ._kmvBP::after {
2538
2538
  box-shadow: inset -5px 0px 9px -5px rgba(136, 136, 136, 0.1882352941);
2539
2539
  }
2540
2540
  }
2541
- ._4XrxW {
2541
+ ._1HUZx {
2542
2542
  width: 20px;
2543
2543
  position: absolute;
2544
2544
  display: block;
@@ -2546,7 +2546,7 @@ input:disabled + ._kmvBP::after {
2546
2546
  z-index: 2;
2547
2547
  box-sizing: border-box;
2548
2548
  }
2549
- ._k704p {
2549
+ ._332hh {
2550
2550
  border: 1px solid var(--color-grey-200);
2551
2551
  border-right: 0;
2552
2552
  border-bottom-left-radius: 8px;
@@ -2554,9 +2554,9 @@ input:disabled + ._kmvBP::after {
2554
2554
  left: 0;
2555
2555
  bottom: 0;
2556
2556
  box-shadow: inset 5px 0px 9px -5px rgba(136, 136, 136, 0.1882352941);
2557
- animation: _Fr-av 1s;
2557
+ animation: _1TazX 1s;
2558
2558
  }
2559
- ._k704p::after {
2559
+ ._332hh::after {
2560
2560
  content: "";
2561
2561
  width: 16px;
2562
2562
  height: 1px;
@@ -2566,7 +2566,7 @@ input:disabled + ._kmvBP::after {
2566
2566
  left: -1px;
2567
2567
  top: -1px;
2568
2568
  }
2569
- ._k704p::before {
2569
+ ._332hh::before {
2570
2570
  content: "";
2571
2571
  width: 16px;
2572
2572
  height: 1px;
@@ -2576,7 +2576,7 @@ input:disabled + ._kmvBP::after {
2576
2576
  left: -1px;
2577
2577
  bottom: -1px;
2578
2578
  }
2579
- ._wOust {
2579
+ ._22uc2 {
2580
2580
  border: 1px solid var(--color-grey-200);
2581
2581
  border-left: 0;
2582
2582
  border-bottom-right-radius: 8px;
@@ -2584,9 +2584,9 @@ input:disabled + ._kmvBP::after {
2584
2584
  right: 0;
2585
2585
  bottom: 0;
2586
2586
  box-shadow: inset -5px 0px 9px -5px rgba(136, 136, 136, 0.1882352941);
2587
- animation: _KgJaq 1s;
2587
+ animation: _21Z84 1s;
2588
2588
  }
2589
- ._wOust::after {
2589
+ ._22uc2::after {
2590
2590
  content: "";
2591
2591
  width: 16px;
2592
2592
  height: 1px;
@@ -2596,7 +2596,7 @@ input:disabled + ._kmvBP::after {
2596
2596
  right: -1px;
2597
2597
  top: -1px;
2598
2598
  }
2599
- ._wOust::before {
2599
+ ._22uc2::before {
2600
2600
  content: "";
2601
2601
  width: 16px;
2602
2602
  height: 1px;
@@ -2606,12 +2606,12 @@ input:disabled + ._kmvBP::after {
2606
2606
  right: -1px;
2607
2607
  bottom: -1px;
2608
2608
  }
2609
- ._fCHjG {
2609
+ ._3mHDL {
2610
2610
  display: flex;
2611
2611
  width: 100%;
2612
2612
  justify-content: center;
2613
2613
  }
2614
- ._4nO7T {
2614
+ ._11ygA {
2615
2615
  display: flex;
2616
2616
  justify-content: space-between;
2617
2617
  max-width: 424px;
@@ -2619,66 +2619,67 @@ input:disabled + ._kmvBP::after {
2619
2619
  flex-direction: column;
2620
2620
  align-items: center;
2621
2621
  }
2622
- ._KiEVo {
2622
+ ._6o4Ut {
2623
2623
  display: flex;
2624
2624
  flex-direction: column;
2625
2625
  justify-content: center;
2626
2626
  gap: 20px;
2627
2627
  }
2628
- ._ib04g {
2628
+ ._1bs2I {
2629
2629
  max-width: 500px;
2630
2630
  }
2631
- ._bSiJj {
2631
+ ._WwD-g {
2632
2632
  max-width: 667px;
2633
2633
  }
2634
- ._mi-dC {
2634
+ ._1b3C0 {
2635
2635
  font-family: var(--font-family-body);
2636
2636
  font-size: var(--font-size-200);
2637
2637
  line-height: var(--font-line-height-200);
2638
2638
  font-weight: var(--p-font-weight-normal);
2639
2639
  color: var(--color-grey-500);
2640
2640
  text-align: center;
2641
+ white-space: pre-line;
2641
2642
  }
2642
- ._X-dEs {
2643
+ ._3q5OJ {
2643
2644
  display: flex;
2644
2645
  gap: 8px;
2645
2646
  }
2646
2647
 
2647
2648
  @media screen and (max-width: 900px) {
2648
- ._X-dEs:not(._63-SX) {
2649
+ ._3q5OJ:not(._3DOZC) {
2649
2650
  justify-content: center;
2650
2651
  }
2651
2652
  }
2652
- ._8980Z {
2653
+ ._3uthQ {
2653
2654
  border-bottom: 1px solid var(--color-grey-200);
2654
2655
  margin-top: 16px;
2655
2656
  padding-left: 16px;
2656
2657
  padding-right: 16px;
2657
2658
  }
2658
- ._C-YV6 {
2659
+ ._23CMa {
2659
2660
  all: unset;
2660
2661
  }
2661
- ._vk-N- {
2662
+ ._3LzWR {
2662
2663
  all: unset;
2663
2664
  cursor: pointer;
2664
2665
  width: 100%;
2665
2666
  padding: 16px;
2666
2667
  margin: -16px;
2667
2668
  }
2668
- ._LSVms {
2669
+ ._34Ht7 {
2669
2670
  transition: 0.2s ease-in-out;
2670
2671
  }
2671
- ._hLMLR {
2672
+ ._1D8Hh {
2672
2673
  rotate: 180deg;
2673
2674
  transition: 0.2s ease-in-out;
2674
2675
  }
2675
- ._KFyFh {
2676
+ ._1Ocs0 {
2676
2677
  visibility: hidden;
2677
2678
  transition: 0.2s ease-in-out;
2678
2679
  transition-property: margin-top;
2679
2680
  height: 16px;
2680
2681
  }
2681
- ._kykXP {
2682
+ ._fCEkR {
2682
2683
  font-weight: 400;
2683
2684
  margin-top: 16px;
2684
2685
  margin-bottom: 16px;
@@ -2686,33 +2687,33 @@ input:disabled + ._kmvBP::after {
2686
2687
  transition-property: margin-top;
2687
2688
  }
2688
2689
 
2689
- ._8980Z:last-child {
2690
+ ._3uthQ:last-child {
2690
2691
  border-bottom: none;
2691
2692
  }
2692
- ._058SP {
2693
+ ._31JZJ {
2693
2694
  border: 1px solid var(--color-grey-200);
2694
2695
  border-radius: 20px;
2695
2696
  background-color: var(--color-white);
2696
2697
  }
2697
- ._pWke5 {
2698
+ ._9iCpw {
2698
2699
  border: 1px solid var(--color-grey-200);
2699
2700
  border-radius: var(--border-radius-600);
2700
2701
  background-color: var(--color-white);
2701
2702
  }
2702
- ._pWke5 > *:not(:last-child) {
2703
+ ._9iCpw > *:not(:last-child) {
2703
2704
  border-bottom: 1px solid var(--color-grey-200);
2704
2705
  }
2705
- ._pWke5 > *:last-child {
2706
+ ._9iCpw > *:last-child {
2706
2707
  border-radius: 0 0 var(--border-radius-600) var(--border-radius-600);
2707
2708
  }
2708
- ._pWke5 > *:first-child {
2709
+ ._9iCpw > *:first-child {
2709
2710
  border-radius: var(--border-radius-600) var(--border-radius-600) 0 0;
2710
2711
  }
2711
- ._pWke5 > *:only-child {
2712
+ ._9iCpw > *:only-child {
2712
2713
  border-radius: var(--border-radius-600);
2713
2714
  border-bottom: none;
2714
2715
  }
2715
- ._JnBey {
2716
+ ._n1vRf {
2716
2717
  width: 100%;
2717
2718
  height: 100%;
2718
2719
  background-color: var(--color-white);
@@ -2724,52 +2725,52 @@ input:disabled + ._kmvBP::after {
2724
2725
  z-index: 1;
2725
2726
  outline: none;
2726
2727
  }
2727
- ._DT13p p {
2728
+ ._1cHQz p {
2728
2729
  color: var(--color-grey-300);
2729
2730
  }
2730
- ._G-7Pi {
2731
+ ._T7LTs {
2731
2732
  cursor: pointer;
2732
2733
  transition: all ease-in-out 150ms;
2733
2734
  }
2734
- ._G-7Pi:hover {
2735
+ ._T7LTs:hover {
2735
2736
  background-color: var(--color-grey-100);
2736
2737
  }
2737
- ._G-7Pi:focus {
2738
+ ._T7LTs:focus {
2738
2739
  box-shadow: 0 0 8px var(--color-eggplant-300);
2739
2740
  z-index: 2;
2740
2741
  outline: none;
2741
2742
  }
2742
- ._xuiNi {
2743
+ ._2DAEW {
2743
2744
  white-space: nowrap;
2744
2745
  }
2745
- ._pXQqq {
2746
+ ._1JTKu {
2746
2747
  flex: 1;
2747
2748
  display: "flex";
2748
2749
  }
2749
- ._AAUjm {
2750
+ ._2bu6- {
2750
2751
  box-sizing: border-box;
2751
2752
  width: 100%;
2752
2753
  }
2753
2754
 
2754
- ._mFLK9 {
2755
+ ._1cgU7 {
2755
2756
  border: solid var(--color-grey-200);
2756
2757
  border-width: 1px 0 0 0;
2757
2758
  margin: 0;
2758
2759
  }
2759
2760
 
2760
- ._1XpI4 {
2761
+ ._1khlU {
2761
2762
  padding: 8px 4px 8px 4px;
2762
2763
  }
2763
- ._vqC1M {
2764
+ ._3MaoM {
2764
2765
  margin-right: 28px;
2765
2766
  }
2766
- ._PyXfe {
2767
+ ._zaON7 {
2767
2768
  width: 272px;
2768
2769
  }
2769
- ._P6ttU {
2770
+ ._2Rjup {
2770
2771
  width: 336px;
2771
2772
  }
2772
- ._N37zE {
2773
+ ._2UNAw {
2773
2774
  font-family: var(--font-family-body);
2774
2775
  font-size: var(--font-size-200);
2775
2776
  line-height: var(--font-line-height-200);
@@ -2782,51 +2783,51 @@ input:disabled + ._kmvBP::after {
2782
2783
  background-color: var(--color-white);
2783
2784
  border: 1px solid var(--color-grey-200);
2784
2785
  }
2785
- ._N37zE:not(._42Bvz) {
2786
+ ._2UNAw:not(._vFZYw) {
2786
2787
  cursor: pointer;
2787
2788
  }
2788
- ._N37zE:not(._42Bvz):hover {
2789
+ ._2UNAw:not(._vFZYw):hover {
2789
2790
  background-color: var(--color-grey-100);
2790
2791
  }
2791
- ._N37zE:not(._42Bvz):focus {
2792
+ ._2UNAw:not(._vFZYw):focus {
2792
2793
  box-shadow: 0 0 8px var(--color-blackberry-300);
2793
2794
  outline: none;
2794
2795
  }
2795
- ._h8n2w {
2796
+ ._3y3-I {
2796
2797
  width: 264px;
2797
2798
  }
2798
- ._i08yV {
2799
+ ._1WTh3 {
2799
2800
  height: 18px;
2800
2801
  width: 18px;
2801
2802
  }
2802
- ._9wFtw {
2803
+ ._2tDB- {
2803
2804
  height: 38px;
2804
2805
  background-color: var(--color-white);
2805
2806
  border: 1px solid var(--color-grey-200);
2806
2807
  cursor: pointer;
2807
2808
  }
2808
- ._9wFtw:hover {
2809
+ ._2tDB-:hover {
2809
2810
  background-color: var(--color-grey-100);
2810
2811
  }
2811
- ._9wFtw:focus {
2812
+ ._2tDB-:focus {
2812
2813
  box-shadow: 0 0 8px var(--color-blackberry-300);
2813
2814
  outline: none;
2814
2815
  }
2815
- ._OrtcR, ._oYoUt {
2816
+ ._9_2Mg, ._j2INh {
2816
2817
  width: 36px;
2817
2818
  }
2818
- ._OrtcR {
2819
+ ._9_2Mg {
2819
2820
  border-radius: var(--border-radius-400) 0px 0px var(--border-radius-400);
2820
2821
  border-right: 0;
2821
2822
  }
2822
- ._oYoUt {
2823
+ ._j2INh {
2823
2824
  border-radius: 0px var(--border-radius-400) var(--border-radius-400) 0px;
2824
2825
  border-left: 0;
2825
2826
  }
2826
- ._RezMY {
2827
+ ._2cjh7 {
2827
2828
  display: flex;
2828
2829
  }
2829
- ._lehFG {
2830
+ ._9hSoW {
2830
2831
  font-family: var(--font-family-body);
2831
2832
  font-size: var(--font-size-200);
2832
2833
  line-height: var(--font-line-height-200);
@@ -2843,23 +2844,23 @@ input:disabled + ._kmvBP::after {
2843
2844
  cursor: pointer;
2844
2845
  display: inline-flex;
2845
2846
  }
2846
- ._lehFG:not(._Fr5kb):hover {
2847
+ ._9hSoW:not(._2E6yG):hover {
2847
2848
  background-color: var(--color-grey-100);
2848
2849
  border-color: var(--color-grey-200);
2849
2850
  }
2850
- ._Fr5kb {
2851
+ ._2E6yG {
2851
2852
  background-color: var(--color-oat-100);
2852
2853
  }
2853
- ._lehFG:focus {
2854
+ ._9hSoW:focus {
2854
2855
  box-shadow: 0 0 8px var(--color-blackberry-300);
2855
2856
  outline: none;
2856
2857
  text-decoration: none;
2857
2858
  }
2858
- ._lehFG:first-child {
2859
+ ._9hSoW:first-child {
2859
2860
  border-radius: var(--border-radius-400) 0 0 var(--border-radius-400);
2860
2861
  border-width: 1px 0px 1px 1px;
2861
2862
  }
2862
- ._lehFG:first-child:not(._Fr5kb):hover::after {
2863
+ ._9hSoW:first-child:not(._2E6yG):hover::after {
2863
2864
  content: "";
2864
2865
  height: 36px;
2865
2866
  width: 1px;
@@ -2871,11 +2872,11 @@ input:disabled + ._kmvBP::after {
2871
2872
  top: -1px;
2872
2873
  right: -1px;
2873
2874
  }
2874
- ._lehFG:not(:first-child):not(:last-child) {
2875
+ ._9hSoW:not(:first-child):not(:last-child) {
2875
2876
  border-radius: 0;
2876
2877
  border-width: 1px 0px 1px 0px;
2877
2878
  }
2878
- ._lehFG:not(:first-child):not(:last-child):not(._Fr5kb):hover::after, ._lehFG:not(:first-child):not(:last-child):not(._Fr5kb):hover::before {
2879
+ ._9hSoW:not(:first-child):not(:last-child):not(._2E6yG):hover::after, ._9hSoW:not(:first-child):not(:last-child):not(._2E6yG):hover::before {
2879
2880
  content: "";
2880
2881
  height: 36px;
2881
2882
  width: 1px;
@@ -2886,17 +2887,17 @@ input:disabled + ._kmvBP::after {
2886
2887
  position: absolute;
2887
2888
  top: -1px;
2888
2889
  }
2889
- ._lehFG:not(:first-child):not(:last-child):not(._Fr5kb):hover::after {
2890
+ ._9hSoW:not(:first-child):not(:last-child):not(._2E6yG):hover::after {
2890
2891
  right: -1px;
2891
2892
  }
2892
- ._lehFG:not(:first-child):not(:last-child):not(._Fr5kb):hover::before {
2893
+ ._9hSoW:not(:first-child):not(:last-child):not(._2E6yG):hover::before {
2893
2894
  left: -1px;
2894
2895
  }
2895
- ._lehFG:last-child {
2896
+ ._9hSoW:last-child {
2896
2897
  border-radius: 0 var(--border-radius-400) var(--border-radius-400) 0;
2897
2898
  border-width: 1px 1px 1px 0px;
2898
2899
  }
2899
- ._lehFG:last-child:not(._Fr5kb):hover::before {
2900
+ ._9hSoW:last-child:not(._2E6yG):hover::before {
2900
2901
  content: "";
2901
2902
  height: 36px;
2902
2903
  width: 1px;
@@ -2908,42 +2909,42 @@ input:disabled + ._kmvBP::after {
2908
2909
  top: -1px;
2909
2910
  left: -1px;
2910
2911
  }
2911
- ._GEqG9 {
2912
+ ._sIHGt {
2912
2913
  height: 38px;
2913
2914
  width: 1px;
2914
2915
  background-color: var(--color-grey-200);
2915
2916
  }
2916
- ._8-Ykj {
2917
+ ._q1oFJ {
2917
2918
  max-width: 500px;
2918
2919
  }
2919
- ._3uYIj {
2920
+ ._3Sc6g {
2920
2921
  margin-bottom: 12px;
2921
2922
  color: var(--color-grey-500);
2922
2923
  }
2923
- ._2WdOf {
2924
+ ._39X-5 {
2924
2925
  font-family: var(--font-family-heading);
2925
2926
  font-size: var(--font-size-400);
2926
2927
  line-height: var(--font-line-height-400);
2927
2928
  font-weight: var(--p-font-weight-semibold);
2928
2929
  margin: 0;
2929
2930
  }
2930
- ._zybxx {
2931
+ ._pwBR_ {
2931
2932
  font-family: var(--font-family-body);
2932
2933
  font-size: var(--font-size-200);
2933
2934
  line-height: var(--font-line-height-200);
2934
2935
  font-weight: var(--p-font-weight-normal);
2935
2936
  margin: 0;
2936
2937
  }
2937
- ._xT-U1 {
2938
+ ._PFp2d {
2938
2939
  margin-bottom: 0;
2939
2940
  }
2940
- ._4ksfB {
2941
+ ._347bi {
2941
2942
  margin-top: 12px;
2942
2943
  }
2943
- ._xX-RS > div {
2944
+ ._3TNiX > div {
2944
2945
  min-width: 0;
2945
2946
  }
2946
- ._JaB08 {
2947
+ ._eyfGn {
2947
2948
  border-radius: var(--border-radius-400);
2948
2949
  padding: 7px;
2949
2950
  box-shadow: none;
@@ -2954,7 +2955,7 @@ input:disabled + ._kmvBP::after {
2954
2955
  min-width: 90px;
2955
2956
  background-color: var(--color-white);
2956
2957
  }
2957
- ._JaB08 textarea {
2958
+ ._eyfGn textarea {
2958
2959
  font-family: var(--font-family-body);
2959
2960
  font-size: var(--font-size-200);
2960
2961
  line-height: var(--font-line-height-200);
@@ -2967,30 +2968,30 @@ input:disabled + ._kmvBP::after {
2967
2968
  height: auto;
2968
2969
  padding: 0;
2969
2970
  }
2970
- ._JaB08 textarea:focus {
2971
+ ._eyfGn textarea:focus {
2971
2972
  outline: none;
2972
2973
  }
2973
- ._JaB08 textarea:disabled {
2974
+ ._eyfGn textarea:disabled {
2974
2975
  background-color: var(--color-grey-100);
2975
2976
  }
2976
- ._62RIR {
2977
+ ._3BfOP {
2977
2978
  border: 1px solid var(--color-blackberry-400);
2978
2979
  box-shadow: 0 0 8px var(--color-blackberry-300);
2979
2980
  outline: none;
2980
2981
  }
2981
- ._CDt23 {
2982
+ ._lPUzt {
2982
2983
  background-color: var(--color-grey-100);
2983
2984
  }
2984
- ._wf4XP {
2985
+ .__21bv {
2985
2986
  border-color: var(--color-radish-400) !important;
2986
2987
  }
2987
- ._7xVsj {
2988
+ ._hyTnb {
2988
2989
  margin-top: 5px;
2989
2990
  }
2990
- ._Yti6k {
2991
+ ._3q2nh {
2991
2992
  position: relative;
2992
2993
  }
2993
- ._Yti6k input {
2994
+ ._3q2nh input {
2994
2995
  position: absolute;
2995
2996
  opacity: 0;
2996
2997
  z-index: var(--z-index-base);
@@ -2999,10 +3000,10 @@ input:disabled + ._kmvBP::after {
2999
3000
  right: 0;
3000
3001
  box-sizing: border-box;
3001
3002
  }
3002
- ._Yti6k input:hover:not(:disabled) {
3003
+ ._3q2nh input:hover:not(:disabled) {
3003
3004
  cursor: pointer;
3004
3005
  }
3005
- ._JXakU {
3006
+ ._W4HpY {
3006
3007
  font-family: var(--font-family-body);
3007
3008
  font-size: var(--font-size-200);
3008
3009
  line-height: var(--font-line-height-200);
@@ -3027,35 +3028,35 @@ input:disabled + ._kmvBP::after {
3027
3028
  text-transform: capitalize;
3028
3029
  box-sizing: border-box;
3029
3030
  }
3030
- input:hover ~ ._JXakU {
3031
+ input:hover ~ ._W4HpY {
3031
3032
  background-color: var(--color-grey-200);
3032
3033
  border-color: var(--color-grey-200);
3033
3034
  }
3034
- input:checked:hover ~ ._JXakU {
3035
+ input:checked:hover ~ ._W4HpY {
3035
3036
  background-color: var(--color-blackberry-500);
3036
3037
  border-color: var(--color-blackberry-500);
3037
3038
  }
3038
- input:checked ~ ._JXakU {
3039
+ input:checked ~ ._W4HpY {
3039
3040
  background-color: var(--color-blackberry-400);
3040
3041
  border-color: var(--color-blackberry-400);
3041
3042
  color: var(--color-white);
3042
3043
  }
3043
- input:disabled + ._JXakU {
3044
+ input:disabled + ._W4HpY {
3044
3045
  background-color: var(--color-grey-100);
3045
3046
  border-color: var(--color-grey-100);
3046
3047
  color: var(--color-grey-400);
3047
3048
  }
3048
- input:disabled:checked + ._JXakU {
3049
+ input:disabled:checked + ._W4HpY {
3049
3050
  background-color: var(--color-tangerine-500);
3050
3051
  border-color: var(--color-tangerine-500);
3051
3052
  color: var(--color-white);
3052
3053
  }
3053
- input:focus-visible + ._JXakU {
3054
+ input:focus-visible + ._W4HpY {
3054
3055
  border: 1px solid var(--color-blackberry-400);
3055
3056
  box-shadow: 0 0 8px var(--color-blackberry-300);
3056
3057
  outline: none;
3057
3058
  }
3058
- ._xzukU {
3059
+ ._3QyeH {
3059
3060
  font-family: var(--font-family-body);
3060
3061
  font-size: var(--font-size-200);
3061
3062
  line-height: var(--font-line-height-200);
@@ -3068,13 +3069,13 @@ input:focus-visible + ._JXakU {
3068
3069
  min-height: 16px;
3069
3070
  }
3070
3071
 
3071
- ._iVWRB {
3072
+ ._2hmzQ {
3072
3073
  overflow: hidden;
3073
3074
  white-space: nowrap;
3074
3075
  text-overflow: ellipsis;
3075
3076
  }
3076
3077
 
3077
- ._2KvuU {
3078
+ ._thT22 {
3078
3079
  font-family: var(--font-family-body);
3079
3080
  font-size: var(--font-size-200);
3080
3081
  line-height: var(--font-line-height-200);
@@ -3086,7 +3087,7 @@ input:focus-visible + ._JXakU {
3086
3087
  color: var(--color-grey-500);
3087
3088
  min-height: 16px;
3088
3089
  }
3089
- ._s7mjc {
3090
+ ._3hIRY {
3090
3091
  font-family: var(--font-family-body);
3091
3092
  font-size: var(--font-size-200);
3092
3093
  line-height: var(--font-line-height-200);
@@ -3099,13 +3100,13 @@ input:focus-visible + ._JXakU {
3099
3100
  min-height: 16px;
3100
3101
  }
3101
3102
 
3102
- ._dZjDs {
3103
+ ._21YgL {
3103
3104
  overflow: hidden;
3104
3105
  white-space: nowrap;
3105
3106
  text-overflow: ellipsis;
3106
3107
  }
3107
3108
 
3108
- ._JIw-5 {
3109
+ ._2RJol {
3109
3110
  font-family: var(--font-family-body);
3110
3111
  font-size: var(--font-size-100);
3111
3112
  line-height: var(--font-line-height-100);
@@ -3113,14 +3114,14 @@ input:focus-visible + ._JXakU {
3113
3114
  color: var(--color-grey-500);
3114
3115
  }
3115
3116
 
3116
- ._IIX-P {
3117
+ ._1md_9 {
3117
3118
  display: block;
3118
3119
  text-align: center;
3119
3120
  height: 100%;
3120
3121
  color: var(--color-grey-400);
3121
3122
  background: var(--color-white);
3122
3123
  }
3123
- ._IIX-P input {
3124
+ ._1md_9 input {
3124
3125
  border: 0px;
3125
3126
  clip: rect(0px, 0px, 0px, 0px);
3126
3127
  height: 1px;
@@ -3131,12 +3132,12 @@ input:focus-visible + ._JXakU {
3131
3132
  white-space: nowrap;
3132
3133
  position: absolute;
3133
3134
  }
3134
- input:checked ~ ._P588B {
3135
+ input:checked ~ ._3mCob {
3135
3136
  border-color: var(--color-blackberry-300);
3136
3137
  box-shadow: 0 0 8px var(--color-blackberry-300);
3137
3138
  cursor: default;
3138
3139
  }
3139
- ._P588B {
3140
+ ._3mCob {
3140
3141
  border: 1px solid var(--color-grey-200);
3141
3142
  border-radius: var(--border-radius-600);
3142
3143
  padding: 16px;
@@ -3148,16 +3149,16 @@ input:checked ~ ._P588B {
3148
3149
  justify-content: center;
3149
3150
  word-break: break-word;
3150
3151
  }
3151
- ._P588B:hover {
3152
+ ._3mCob:hover {
3152
3153
  box-shadow: 0 0 8px var(--color-grey-200);
3153
3154
  }
3154
- ._Ir3Og {
3155
+ ._USbFw {
3155
3156
  background: var(--color-grey-100);
3156
3157
  box-shadow: none;
3157
3158
  color: var(--color-grey-300);
3158
3159
  pointer-events: none;
3159
3160
  }
3160
- ._U--9r {
3161
+ ._kl23S {
3161
3162
  font-family: var(--font-family-body);
3162
3163
  font-size: var(--font-size-200);
3163
3164
  line-height: var(--font-line-height-200);
@@ -3169,26 +3170,26 @@ input:checked ~ ._P588B {
3169
3170
  color: var(--color-grey-500);
3170
3171
  min-height: 16px;
3171
3172
  }
3172
- ._Lvxmy {
3173
+ ._2-e0g {
3173
3174
  color: var(--color-grey-300);
3174
3175
  }
3175
- ._NC-bO {
3176
+ ._2CvoH {
3176
3177
  font-family: var(--font-family-body);
3177
3178
  font-size: var(--font-size-100);
3178
3179
  line-height: var(--font-line-height-100);
3179
3180
  font-weight: var(--p-font-weight-normal);
3180
3181
  color: var(--color-grey-500);
3181
3182
  }
3182
- ._04Cjp {
3183
+ ._2l2PZ {
3183
3184
  color: var(--color-grey-300);
3184
3185
  }
3185
- ._7fVpn {
3186
+ ._DFbQ0 {
3186
3187
  position: relative;
3187
3188
  }
3188
- ._VD7SO {
3189
+ ._kt7KQ {
3189
3190
  padding-left: 24px;
3190
3191
  }
3191
- ._7fVpn input {
3192
+ ._DFbQ0 input {
3192
3193
  position: absolute;
3193
3194
  opacity: 0;
3194
3195
  cursor: pointer;
@@ -3197,7 +3198,7 @@ input:checked ~ ._P588B {
3197
3198
  height: 16px;
3198
3199
  right: 0;
3199
3200
  }
3200
- ._Yfxkl {
3201
+ ._1aaPx {
3201
3202
  display: block;
3202
3203
  top: 0;
3203
3204
  left: 0;
@@ -3208,19 +3209,19 @@ input:checked ~ ._P588B {
3208
3209
  border: 1px solid var(--color-grey-200);
3209
3210
  box-shadow: inset 0 1px 4px -2px var(--color-grey-200);
3210
3211
  }
3211
- ._Yfxkl::after {
3212
+ ._1aaPx::after {
3212
3213
  position: absolute;
3213
3214
  content: "";
3214
3215
  opacity: 0;
3215
3216
  }
3216
- input:checked ~ ._Yfxkl {
3217
+ input:checked ~ ._1aaPx {
3217
3218
  background-color: #4d89f5;
3218
3219
  border-radius: 50%;
3219
3220
  transform: rotate(0deg) scale(1);
3220
3221
  opacity: 1;
3221
3222
  border: 1px solid #8cb5f4;
3222
3223
  }
3223
- input:checked ~ ._Yfxkl::after {
3224
+ input:checked ~ ._1aaPx::after {
3224
3225
  opacity: 1;
3225
3226
  left: 5px;
3226
3227
  top: 5px;
@@ -3230,14 +3231,14 @@ input:checked ~ ._Yfxkl::after {
3230
3231
  border: none;
3231
3232
  border-radius: 50%;
3232
3233
  }
3233
- input:focus-visible + ._Yfxkl {
3234
+ input:focus-visible + ._1aaPx {
3234
3235
  outline: var(--color-blackberry-400) solid 1px;
3235
3236
  }
3236
- input:disabled + ._Yfxkl {
3237
+ input:disabled + ._1aaPx {
3237
3238
  background-color: var(--color-grey-100);
3238
3239
  border: 1px solid var(--color-grey-200);
3239
3240
  }
3240
- input:disabled + ._Yfxkl::after {
3241
+ input:disabled + ._1aaPx::after {
3241
3242
  box-shadow: none;
3242
3243
  border: solid #9f9f9f !important;
3243
3244
  border-width: 0 2px 2px 0 !important;
@@ -3245,7 +3246,7 @@ input:disabled + ._Yfxkl::after {
3245
3246
  left: 4px;
3246
3247
  top: 4px;
3247
3248
  }
3248
- ._6Of1F {
3249
+ ._2XkkE {
3249
3250
  font-family: var(--font-family-body);
3250
3251
  font-size: var(--font-size-200);
3251
3252
  line-height: var(--font-line-height-200);
@@ -3260,53 +3261,53 @@ input:disabled + ._Yfxkl::after {
3260
3261
  flex: 1;
3261
3262
  min-width: 90px;
3262
3263
  }
3263
- ._6Of1F:focus {
3264
+ ._2XkkE:focus {
3264
3265
  border: 1px solid var(--color-blackberry-400);
3265
3266
  box-shadow: 0 0 8px var(--color-blackberry-300);
3266
3267
  outline: none;
3267
3268
  }
3268
- ._6Of1F:disabled {
3269
+ ._2XkkE:disabled {
3269
3270
  background-color: var(--color-grey-100);
3270
3271
  color: var(--color-grey-400);
3271
3272
  }
3272
3273
 
3273
- ._NQPNK {
3274
+ ._354dw {
3274
3275
  border-color: var(--color-radish-400) !important;
3275
3276
  }
3276
3277
 
3277
- ._BpQWQ {
3278
+ ._1QOpO {
3278
3279
  border-left: 0 !important;
3279
3280
  border-top-left-radius: 0 !important;
3280
3281
  border-bottom-left-radius: 0 !important;
3281
3282
  color: var(--color-grey-400);
3282
3283
  }
3283
3284
 
3284
- ._cpYWb {
3285
+ ._34_V4 {
3285
3286
  border-right: 0 !important;
3286
3287
  border-top-right-radius: 0 !important;
3287
3288
  border-bottom-right-radius: 0 !important;
3288
3289
  }
3289
3290
 
3290
- ._pAoib {
3291
+ ._3uwnl {
3291
3292
  position: relative;
3292
3293
  display: flex;
3293
3294
  flex: 1;
3294
3295
  }
3295
3296
 
3296
- ._WVvS6 {
3297
+ ._3-YzT {
3297
3298
  position: absolute;
3298
3299
  cursor: pointer;
3299
3300
  right: 7px;
3300
3301
  top: 7px;
3301
3302
  }
3302
- ._1ruWK {
3303
+ ._1XvvK {
3303
3304
  color: var(--color-grey-200);
3304
3305
  }
3305
3306
 
3306
- ._xR7tb {
3307
+ ._1cNVk {
3307
3308
  color: var(--color-grey-400);
3308
3309
  }
3309
- ._cSkvD {
3310
+ ._12jq3 {
3310
3311
  font-family: var(--font-family-body);
3311
3312
  font-size: var(--font-size-200);
3312
3313
  line-height: var(--font-line-height-200);
@@ -3317,7 +3318,7 @@ input:disabled + ._Yfxkl::after {
3317
3318
  justify-content: center;
3318
3319
  padding: 8px 12px;
3319
3320
  }
3320
- ._t-FNM, ._7xqY4 {
3321
+ ._10EFd, ._33Mhr {
3321
3322
  font-family: var(--font-family-body);
3322
3323
  font-size: var(--font-size-200);
3323
3324
  line-height: var(--font-line-height-200);
@@ -3332,39 +3333,39 @@ input:disabled + ._Yfxkl::after {
3332
3333
  flex: 1;
3333
3334
  min-width: 90px;
3334
3335
  }
3335
- ._t-FNM:focus, ._7xqY4:focus {
3336
+ ._10EFd:focus, ._33Mhr:focus {
3336
3337
  border: 1px solid var(--color-blackberry-400);
3337
3338
  box-shadow: 0 0 8px var(--color-blackberry-300);
3338
3339
  outline: none;
3339
3340
  }
3340
- ._t-FNM:disabled, ._7xqY4:disabled {
3341
+ ._10EFd:disabled, ._33Mhr:disabled {
3341
3342
  background-color: var(--color-grey-100);
3342
3343
  color: var(--color-grey-400);
3343
3344
  }
3344
3345
 
3345
- ._tANT5, ._oq75Z {
3346
+ ._3iXEe, ._iupg8 {
3346
3347
  border-color: var(--color-radish-400) !important;
3347
3348
  }
3348
3349
 
3349
- ._rlqRc, ._fXM80 {
3350
+ ._2lxID, ._Ukc0m {
3350
3351
  border-left: 0 !important;
3351
3352
  border-top-left-radius: 0 !important;
3352
3353
  border-bottom-left-radius: 0 !important;
3353
3354
  color: var(--color-grey-400);
3354
3355
  }
3355
3356
 
3356
- ._uSKjx, ._eEMy6 {
3357
+ ._2AI5V, ._3P7jE {
3357
3358
  border-right: 0 !important;
3358
3359
  border-top-right-radius: 0 !important;
3359
3360
  border-bottom-right-radius: 0 !important;
3360
3361
  }
3361
3362
 
3362
- ._7xqY4 {
3363
+ ._33Mhr {
3363
3364
  padding-top: 8px;
3364
3365
  padding-bottom: 6px;
3365
3366
  width: 100%;
3366
3367
  }
3367
- ._6cH4X, ._DMb6M input, ._DMb6M {
3368
+ ._vgwnU, ._LZvMX input, ._LZvMX {
3368
3369
  font-family: var(--font-family-body);
3369
3370
  font-size: var(--font-size-200);
3370
3371
  line-height: var(--font-line-height-200);
@@ -3379,34 +3380,34 @@ input:disabled + ._Yfxkl::after {
3379
3380
  flex: 1;
3380
3381
  min-width: 90px;
3381
3382
  }
3382
- ._6cH4X:focus, ._DMb6M input:focus, ._DMb6M:focus {
3383
+ ._vgwnU:focus, ._LZvMX input:focus, ._LZvMX:focus {
3383
3384
  border: 1px solid var(--color-blackberry-400);
3384
3385
  box-shadow: 0 0 8px var(--color-blackberry-300);
3385
3386
  outline: none;
3386
3387
  }
3387
- ._6cH4X:disabled, ._DMb6M input:disabled, ._DMb6M:disabled {
3388
+ ._vgwnU:disabled, ._LZvMX input:disabled, ._LZvMX:disabled {
3388
3389
  background-color: var(--color-grey-100);
3389
3390
  color: var(--color-grey-400);
3390
3391
  }
3391
3392
 
3392
- ._eXIiZ {
3393
+ ._38CI6 {
3393
3394
  border-color: var(--color-radish-400) !important;
3394
3395
  }
3395
3396
 
3396
- ._Lc6QO {
3397
+ ._XbfGt {
3397
3398
  border-left: 0 !important;
3398
3399
  border-top-left-radius: 0 !important;
3399
3400
  border-bottom-left-radius: 0 !important;
3400
3401
  color: var(--color-grey-400);
3401
3402
  }
3402
3403
 
3403
- ._VWrJD {
3404
+ ._Ewpkr {
3404
3405
  border-right: 0 !important;
3405
3406
  border-top-right-radius: 0 !important;
3406
3407
  border-bottom-right-radius: 0 !important;
3407
3408
  }
3408
3409
 
3409
- ._DMb6M {
3410
+ ._LZvMX {
3410
3411
  padding-bottom: 0px;
3411
3412
  padding-top: 0px;
3412
3413
  display: flex;
@@ -3414,26 +3415,26 @@ input:disabled + ._Yfxkl::after {
3414
3415
  background-color: var(--color-grey-100);
3415
3416
  background-color: var(--color-white);
3416
3417
  }
3417
- ._ZJ2A5 {
3418
+ ._3YxJl {
3418
3419
  border-color: var(--color-radish-400) !important;
3419
3420
  }
3420
- ._WkaJQ {
3421
+ ._2HD_U {
3421
3422
  background-color: var(--color-grey-100);
3422
3423
  }
3423
- ._DMb6M input {
3424
+ ._LZvMX input {
3424
3425
  border: none;
3425
3426
  min-width: 20px;
3426
3427
  width: 20px;
3427
3428
  flex: 1;
3428
3429
  }
3429
- ._DMb6M input:focus {
3430
+ ._LZvMX input:focus {
3430
3431
  border: none;
3431
3432
  box-shadow: inset 0 -2px 0 var(--color-blackberry-400);
3432
3433
  outline: none;
3433
3434
  border-radius: 0;
3434
3435
  border-top-right-radius: 4px;
3435
3436
  }
3436
- ._SsQ7L {
3437
+ ._9qjsN {
3437
3438
  --rdp-cell-size: 37px;
3438
3439
  --rdp-caption-font-size: var(--font-size-300);
3439
3440
  --rdp-accent-color: var(--color-blackberry-200);
@@ -3445,7 +3446,7 @@ input:disabled + ._Yfxkl::after {
3445
3446
  margin: 1em;
3446
3447
  }
3447
3448
 
3448
- ._Ar-fF {
3449
+ ._3-vS3 {
3449
3450
  margin: 0;
3450
3451
  max-width: calc(var(--rdp-cell-size) * 7);
3451
3452
  border-collapse: collapse;
@@ -3453,7 +3454,7 @@ input:disabled + ._Yfxkl::after {
3453
3454
  color: var(--color-grey-500);
3454
3455
  }
3455
3456
 
3456
- ._Tp79k {
3457
+ ._3fAtI {
3457
3458
  display: flex;
3458
3459
  align-items: center;
3459
3460
  justify-content: space-between;
@@ -3462,7 +3463,7 @@ input:disabled + ._Yfxkl::after {
3462
3463
  color: var(--color-grey-500);
3463
3464
  }
3464
3465
 
3465
- ._Ya6Zr {
3466
+ ._2x1hd {
3466
3467
  font-family: var(--font-family-body);
3467
3468
  font-size: var(--font-size-200);
3468
3469
  line-height: var(--font-line-height-200);
@@ -3477,16 +3478,16 @@ input:disabled + ._Yfxkl::after {
3477
3478
  border: none;
3478
3479
  }
3479
3480
 
3480
- ._lFzs7:not(._TjttB) {
3481
+ ._1e7Xn:not(._arG8m) {
3481
3482
  color: var(--color-blackberry-400);
3482
3483
  font-weight: 700;
3483
3484
  }
3484
3485
 
3485
- ._TjttB._TjttB {
3486
+ ._arG8m._arG8m {
3486
3487
  color: var(--color-grey-300);
3487
3488
  }
3488
3489
 
3489
- ._cwiRM {
3490
+ ._3IW93 {
3490
3491
  display: inline-flex;
3491
3492
  align-items: center;
3492
3493
  justify-content: center;
@@ -3497,40 +3498,40 @@ input:disabled + ._Yfxkl::after {
3497
3498
  color: var(--color-grey-400);
3498
3499
  }
3499
3500
 
3500
- ._rJolM._rJolM {
3501
+ ._2KlYu._2KlYu {
3501
3502
  color: var(--color-blackberry-400);
3502
3503
  border-radius: 0;
3503
3504
  }
3504
- ._rJolM._rJolM:hover {
3505
+ ._2KlYu._2KlYu:hover {
3505
3506
  color: var(--color-blackberry-400);
3506
3507
  }
3507
- ._rJolM._rJolM:disabled {
3508
+ ._2KlYu._2KlYu:disabled {
3508
3509
  background-color: var(--color-blackberry-100);
3509
3510
  color: var(--color-grey-200);
3510
3511
  }
3511
3512
 
3512
- ._nVIPx._nVIPx {
3513
+ ._rPkLU._rPkLU {
3513
3514
  border-top-right-radius: 0;
3514
3515
  border-bottom-right-radius: 0;
3515
3516
  color: var(--color-white);
3516
3517
  background-color: var(--color-blackberry-400);
3517
3518
  }
3518
- ._nVIPx._nVIPx:disabled {
3519
+ ._rPkLU._rPkLU:disabled {
3519
3520
  background-color: var(--color-blackberry-100);
3520
3521
  color: var(--color-white);
3521
3522
  }
3522
3523
 
3523
- ._Y50yT._Y50yT:not(._nVIPx) {
3524
+ ._2cUU7._2cUU7:not(._rPkLU) {
3524
3525
  border-top-left-radius: 0;
3525
3526
  border-bottom-left-radius: 0;
3526
3527
  color: var(--color-white);
3527
3528
  background-color: var(--color-blackberry-400);
3528
3529
  }
3529
- ._Y50yT._Y50yT:not(._nVIPx):disabled {
3530
+ ._2cUU7._2cUU7:not(._rPkLU):disabled {
3530
3531
  background-color: var(--color-blackberry-100);
3531
3532
  color: var(--color-grey-200);
3532
3533
  }
3533
- ._yV-BZ, ._9i8Lj input, ._9i8Lj {
3534
+ ._pPDKc, ._rSyiE input, ._rSyiE {
3534
3535
  font-family: var(--font-family-body);
3535
3536
  font-size: var(--font-size-200);
3536
3537
  line-height: var(--font-line-height-200);
@@ -3545,69 +3546,69 @@ input:disabled + ._Yfxkl::after {
3545
3546
  flex: 1;
3546
3547
  min-width: 90px;
3547
3548
  }
3548
- ._yV-BZ:focus, ._9i8Lj input:focus, ._9i8Lj:focus {
3549
+ ._pPDKc:focus, ._rSyiE input:focus, ._rSyiE:focus {
3549
3550
  border: 1px solid var(--color-blackberry-400);
3550
3551
  box-shadow: 0 0 8px var(--color-blackberry-300);
3551
3552
  outline: none;
3552
3553
  }
3553
- ._yV-BZ:disabled, ._9i8Lj input:disabled, ._9i8Lj:disabled {
3554
+ ._pPDKc:disabled, ._rSyiE input:disabled, ._rSyiE:disabled {
3554
3555
  background-color: var(--color-grey-100);
3555
3556
  color: var(--color-grey-400);
3556
3557
  }
3557
3558
 
3558
- ._FJVdv {
3559
+ ._RpUv1 {
3559
3560
  border-color: var(--color-radish-400) !important;
3560
3561
  }
3561
3562
 
3562
- ._B7q-i {
3563
+ ._3Pvnr {
3563
3564
  border-left: 0 !important;
3564
3565
  border-top-left-radius: 0 !important;
3565
3566
  border-bottom-left-radius: 0 !important;
3566
3567
  color: var(--color-grey-400);
3567
3568
  }
3568
3569
 
3569
- ._DvCJW {
3570
+ ._1VgCQ {
3570
3571
  border-right: 0 !important;
3571
3572
  border-top-right-radius: 0 !important;
3572
3573
  border-bottom-right-radius: 0 !important;
3573
3574
  }
3574
3575
 
3575
- ._9i8Lj {
3576
+ ._rSyiE {
3576
3577
  display: flex;
3577
3578
  padding: 0;
3578
3579
  align-items: center;
3579
3580
  flex-grow: 1;
3580
3581
  background-color: var(--color-white);
3581
3582
  }
3582
- ._9i8Lj > div {
3583
+ ._rSyiE > div {
3583
3584
  width: 50%;
3584
3585
  }
3585
- ._g2UhP {
3586
+ ._2KzVO {
3586
3587
  border-color: var(--color-radish-400);
3587
3588
  }
3588
- ._Yn4T4 {
3589
+ ._xDHMe {
3589
3590
  background-color: var(--color-grey-100);
3590
3591
  }
3591
- ._9i8Lj input {
3592
+ ._rSyiE input {
3592
3593
  border: none;
3593
3594
  min-width: 20px;
3594
3595
  flex: 1;
3595
3596
  }
3596
- ._9i8Lj > div:first-of-type input:focus {
3597
+ ._rSyiE > div:first-of-type input:focus {
3597
3598
  border: none;
3598
3599
  box-shadow: inset 0 -2px 0 var(--color-blackberry-400);
3599
3600
  outline: none;
3600
3601
  border-top-right-radius: 0;
3601
3602
  border-bottom-right-radius: 0;
3602
3603
  }
3603
- ._9i8Lj > div:last-of-type input:focus {
3604
+ ._rSyiE > div:last-of-type input:focus {
3604
3605
  border: none;
3605
3606
  box-shadow: inset 0 -2px 0 var(--color-blackberry-400);
3606
3607
  outline: none;
3607
3608
  border-top-left-radius: 0;
3608
3609
  border-bottom-left-radius: 0;
3609
3610
  }
3610
- ._ddacu {
3611
+ ._2K8Ob {
3611
3612
  font-family: var(--font-family-body);
3612
3613
  font-size: var(--font-size-200);
3613
3614
  line-height: var(--font-line-height-200);
@@ -3621,36 +3622,36 @@ input:disabled + ._Yfxkl::after {
3621
3622
  pointer-events: none;
3622
3623
  color: var(--color-grey-500);
3623
3624
  }
3624
- ._Q0GfJ {
3625
+ ._1uJbR {
3625
3626
  flex-grow: 1;
3626
3627
  display: flex;
3627
3628
  }
3628
- ._-uOqW {
3629
+ ._Fc99X {
3629
3630
  font-size: var(--font-size-200);
3630
3631
  }
3631
3632
 
3632
- input._TEU6N {
3633
+ input._1zowl {
3633
3634
  border-top-left-radius: 0;
3634
3635
  border-bottom-left-radius: 0;
3635
3636
  }
3636
- ._VYs4A {
3637
+ ._2T1pu {
3637
3638
  background-color: var(--color-white);
3638
3639
  }
3639
- ._VYs4A:not(._oSxxZ) > button:focus ._jlyd4 {
3640
+ ._2T1pu:not(._1OxwW) > button:focus ._3mUO5 {
3640
3641
  border: 1px solid var(--color-blackberry-400);
3641
3642
  margin-right: 0px;
3642
3643
  width: 44px;
3643
3644
  }
3644
- ._oSxxZ > button:focus ._jlyd4 {
3645
+ ._1OxwW > button:focus ._3mUO5 {
3645
3646
  border: 1px solid var(--color-radish-400);
3646
3647
  border-right-color: transparent;
3647
3648
  margin-right: 0px;
3648
3649
  width: 44px;
3649
3650
  }
3650
- ._tNInT > button {
3651
+ ._10MbE > button {
3651
3652
  pointer-events: none;
3652
3653
  }
3653
- ._jlyd4 {
3654
+ ._3mUO5 {
3654
3655
  padding-left: 7px;
3655
3656
  padding-right: 7px;
3656
3657
  border-top-left-radius: var(--border-radius-400);
@@ -3661,22 +3662,22 @@ input._TEU6N {
3661
3662
  margin-right: -1px;
3662
3663
  width: 45px;
3663
3664
  }
3664
- ._424HM {
3665
+ ._5Dh7e {
3665
3666
  border-color: var(--color-radish-400);
3666
3667
  border-right-color: transparent;
3667
3668
  }
3668
- ._0XOFf {
3669
+ ._2myDP {
3669
3670
  background-color: var(--color-grey-100);
3670
3671
  }
3671
- ._RfPa1 {
3672
+ ._IHf11 {
3672
3673
  font-size: var(--font-size-200);
3673
3674
  height: 33px;
3674
3675
  }
3675
- ._uADOl {
3676
+ ._1KMRs {
3676
3677
  font-size: var(--font-size-200);
3677
3678
  }
3678
3679
  @charset "UTF-8";
3679
- ._wEQeh {
3680
+ ._M2doN {
3680
3681
  background-size: contain;
3681
3682
  background-position: 50%;
3682
3683
  background-repeat: no-repeat;
@@ -3685,993 +3686,993 @@ input._TEU6N {
3685
3686
  width: 1.333333em;
3686
3687
  line-height: 1em;
3687
3688
  }
3688
- ._wEQeh:before {
3689
- content: " ";
3689
+ ._M2doN:before {
3690
+ content: "\A0";
3690
3691
  }
3691
- ._wEQeh._Z-kfc {
3692
+ ._M2doN._3vbi0 {
3692
3693
  width: 1em;
3693
3694
  }
3694
3695
 
3695
- ._amiP8 {
3696
+ ._30baC {
3696
3697
  background-image: url(./flags/ac.svg);
3697
3698
  }
3698
3699
 
3699
- ._-Nycw {
3700
+ ._3ZYxj {
3700
3701
  background-image: url(./flags/ad.svg);
3701
3702
  }
3702
3703
 
3703
- ._5zcAZ {
3704
+ ._2LJGN {
3704
3705
  background-image: url(./flags/ae.svg);
3705
3706
  }
3706
3707
 
3707
- ._x-kp7 {
3708
+ ._lqly3 {
3708
3709
  background-image: url(./flags/af.svg);
3709
3710
  }
3710
3711
 
3711
- ._cfoi1 {
3712
+ ._B1gnt {
3712
3713
  background-image: url(./flags/ag.svg);
3713
3714
  }
3714
3715
 
3715
- ._xoMS- {
3716
+ ._1NIqt {
3716
3717
  background-image: url(./flags/ai.svg);
3717
3718
  }
3718
3719
 
3719
- ._am975 {
3720
+ ._20Sg9 {
3720
3721
  background-image: url(./flags/al.svg);
3721
3722
  }
3722
3723
 
3723
- ._0p-gD {
3724
+ ._JXRFR {
3724
3725
  background-image: url(./flags/am.svg);
3725
3726
  }
3726
3727
 
3727
- ._l245N {
3728
+ ._3dUc_ {
3728
3729
  background-image: url(./flags/ao.svg);
3729
3730
  }
3730
3731
 
3731
- ._xigkX {
3732
+ ._2zSuY {
3732
3733
  background-image: url(./flags/ar.svg);
3733
3734
  }
3734
3735
 
3735
- ._fSczv {
3736
+ ._31Bje {
3736
3737
  background-image: url(./flags/as.svg);
3737
3738
  }
3738
3739
 
3739
- ._tTeMy {
3740
+ ._1_3ab {
3740
3741
  background-image: url(./flags/at.svg);
3741
3742
  }
3742
3743
 
3743
- ._nSXvc {
3744
+ ._3ifhl {
3744
3745
  background-image: url(./flags/au.svg);
3745
3746
  }
3746
3747
 
3747
- ._J3Dgu {
3748
+ ._3H9aN {
3748
3749
  background-image: url(./flags/aw.svg);
3749
3750
  }
3750
3751
 
3751
- ._PnU0s {
3752
+ ._3A_KZ {
3752
3753
  background-image: url(./flags/ax.svg);
3753
3754
  }
3754
3755
 
3755
- ._Hevuf {
3756
+ ._2ObKm {
3756
3757
  background-image: url(./flags/az.svg);
3757
3758
  }
3758
3759
 
3759
- ._V-NYg {
3760
+ ._3v41n {
3760
3761
  background-image: url(./flags/ba.svg);
3761
3762
  }
3762
3763
 
3763
- ._rdxaV {
3764
+ ._1fjfa {
3764
3765
  background-image: url(./flags/bb.svg);
3765
3766
  }
3766
3767
 
3767
- ._W3w35 {
3768
+ ._24NEp {
3768
3769
  background-image: url(./flags/bd.svg);
3769
3770
  }
3770
3771
 
3771
- ._HXWpo {
3772
+ ._3AF8j {
3772
3773
  background-image: url(./flags/be.svg);
3773
3774
  }
3774
3775
 
3775
- ._-xCW2 {
3776
+ ._2jlZh {
3776
3777
  background-image: url(./flags/bf.svg);
3777
3778
  }
3778
3779
 
3779
- ._UuyPh {
3780
+ ._2ACy1 {
3780
3781
  background-image: url(./flags/bg.svg);
3781
3782
  }
3782
3783
 
3783
- ._qYHkT {
3784
+ ._298rj {
3784
3785
  background-image: url(./flags/bh.svg);
3785
3786
  }
3786
3787
 
3787
- ._sfFeO {
3788
+ ._AP8aY {
3788
3789
  background-image: url(./flags/bi.svg);
3789
3790
  }
3790
3791
 
3791
- ._HcoBc {
3792
+ ._1SvG2 {
3792
3793
  background-image: url(./flags/bj.svg);
3793
3794
  }
3794
3795
 
3795
- ._VvU29 {
3796
+ ._10exo {
3796
3797
  background-image: url(./flags/bl.svg);
3797
3798
  }
3798
3799
 
3799
- ._DCtD1 {
3800
+ ._dPwTT {
3800
3801
  background-image: url(./flags/bm.svg);
3801
3802
  }
3802
3803
 
3803
- ._QdHY3 {
3804
+ ._1e3FY {
3804
3805
  background-image: url(./flags/bn.svg);
3805
3806
  }
3806
3807
 
3807
- ._Ayx7f {
3808
+ ._1P6lb {
3808
3809
  background-image: url(./flags/bo.svg);
3809
3810
  }
3810
3811
 
3811
- ._VfZGH {
3812
+ ._3yLu_ {
3812
3813
  background-image: url(./flags/bq.svg);
3813
3814
  }
3814
3815
 
3815
- ._HigIg {
3816
+ ._2reHT {
3816
3817
  background-image: url(./flags/br.svg);
3817
3818
  }
3818
3819
 
3819
- ._PWr-E {
3820
+ ._34VqI {
3820
3821
  background-image: url(./flags/bs.svg);
3821
3822
  }
3822
3823
 
3823
- ._uFlIS {
3824
+ ._3L-ek {
3824
3825
  background-image: url(./flags/bt.svg);
3825
3826
  }
3826
3827
 
3827
- ._Mmoqr {
3828
+ ._2P46Z {
3828
3829
  background-image: url(./flags/bw.svg);
3829
3830
  }
3830
3831
 
3831
- ._MKO28 {
3832
+ ._3k3ji {
3832
3833
  background-image: url(./flags/by.svg);
3833
3834
  }
3834
3835
 
3835
- ._HBn3o {
3836
+ ._Wm-7Z {
3836
3837
  background-image: url(./flags/bz.svg);
3837
3838
  }
3838
3839
 
3839
- ._wB3xX {
3840
+ ._3mCU8 {
3840
3841
  background-image: url(./flags/ca.svg);
3841
3842
  }
3842
3843
 
3843
- ._oJEC5 {
3844
+ ._1TnnA {
3844
3845
  background-image: url(./flags/cc.svg);
3845
3846
  }
3846
3847
 
3847
- ._C3RR8 {
3848
+ ._1n3mG {
3848
3849
  background-image: url(./flags/cd.svg);
3849
3850
  }
3850
3851
 
3851
- ._ZVOZZ {
3852
+ ._mRVOk {
3852
3853
  background-image: url(./flags/cf.svg);
3853
3854
  }
3854
3855
 
3855
- ._Nk7Zr {
3856
+ ._3yqWy {
3856
3857
  background-image: url(./flags/cg.svg);
3857
3858
  }
3858
3859
 
3859
- ._9qTmx {
3860
+ ._S-QqO {
3860
3861
  background-image: url(./flags/ch.svg);
3861
3862
  }
3862
3863
 
3863
- ._4-gxn {
3864
+ ._3yq28 {
3864
3865
  background-image: url(./flags/ci.svg);
3865
3866
  }
3866
3867
 
3867
- ._YEK3x {
3868
+ ._1MnXX {
3868
3869
  background-image: url(./flags/ck.svg);
3869
3870
  }
3870
3871
 
3871
- ._-iNl4 {
3872
+ ._2BAiD {
3872
3873
  background-image: url(./flags/cl.svg);
3873
3874
  }
3874
3875
 
3875
- ._UozRb {
3876
+ ._17muc {
3876
3877
  background-image: url(./flags/cm.svg);
3877
3878
  }
3878
3879
 
3879
- ._KsOEH {
3880
+ ._zHGeX {
3880
3881
  background-image: url(./flags/cn.svg);
3881
3882
  }
3882
3883
 
3883
- ._ptSEc {
3884
+ ._2xeW0 {
3884
3885
  background-image: url(./flags/co.svg);
3885
3886
  }
3886
3887
 
3887
- ._92iwJ {
3888
+ ._2PCnB {
3888
3889
  background-image: url(./flags/cr.svg);
3889
3890
  }
3890
3891
 
3891
- ._D0k3p {
3892
+ ._BFNAl {
3892
3893
  background-image: url(./flags/cu.svg);
3893
3894
  }
3894
3895
 
3895
- ._O5oBT {
3896
+ ._G2jRt {
3896
3897
  background-image: url(./flags/cv.svg);
3897
3898
  }
3898
3899
 
3899
- ._82pI2 {
3900
+ ._1grh- {
3900
3901
  background-image: url(./flags/cw.svg);
3901
3902
  }
3902
3903
 
3903
- ._Eqg1T {
3904
+ ._1QOKC {
3904
3905
  background-image: url(./flags/cx.svg);
3905
3906
  }
3906
3907
 
3907
- ._740E8 {
3908
+ ._3ld7b {
3908
3909
  background-image: url(./flags/cy.svg);
3909
3910
  }
3910
3911
 
3911
- ._483Iy {
3912
+ ._bN_Fv {
3912
3913
  background-image: url(./flags/cz.svg);
3913
3914
  }
3914
3915
 
3915
- ._Wla8X {
3916
+ ._280yy {
3916
3917
  background-image: url(./flags/de.svg);
3917
3918
  }
3918
3919
 
3919
- ._Jm9gH {
3920
+ ._3cZp9 {
3920
3921
  background-image: url(./flags/dj.svg);
3921
3922
  }
3922
3923
 
3923
- ._5QJuz {
3924
+ ._23TZO {
3924
3925
  background-image: url(./flags/dk.svg);
3925
3926
  }
3926
3927
 
3927
- ._4lh-K {
3928
+ ._1sbTf {
3928
3929
  background-image: url(./flags/dm.svg);
3929
3930
  }
3930
3931
 
3931
- ._Zvttl {
3932
+ ._1M5wH {
3932
3933
  background-image: url(./flags/do.svg);
3933
3934
  }
3934
3935
 
3935
- ._-5iKJ {
3936
+ ._2cicq {
3936
3937
  background-image: url(./flags/dz.svg);
3937
3938
  }
3938
3939
 
3939
- ._XMC0f {
3940
+ ._3caqA {
3940
3941
  background-image: url(./flags/ec.svg);
3941
3942
  }
3942
3943
 
3943
- ._tZDe6 {
3944
+ ._3ZCIU {
3944
3945
  background-image: url(./flags/ee.svg);
3945
3946
  }
3946
3947
 
3947
- ._5USxE {
3948
+ ._23ytE {
3948
3949
  background-image: url(./flags/eg.svg);
3949
3950
  }
3950
3951
 
3951
- ._rpC1Z {
3952
+ ._pmU44 {
3952
3953
  background-image: url(./flags/eh.svg);
3953
3954
  }
3954
3955
 
3955
- ._Rhm4A {
3956
+ ._1B8BU {
3956
3957
  background-image: url(./flags/er.svg);
3957
3958
  }
3958
3959
 
3959
- ._QN2si {
3960
+ ._2jhKE {
3960
3961
  background-image: url(./flags/es.svg);
3961
3962
  }
3962
3963
 
3963
- ._2ihBN {
3964
+ ._sk0P2 {
3964
3965
  background-image: url(./flags/et.svg);
3965
3966
  }
3966
3967
 
3967
- ._2Lctq {
3968
+ ._1SEmk {
3968
3969
  background-image: url(./flags/fi.svg);
3969
3970
  }
3970
3971
 
3971
- ._ljZXm {
3972
+ ._sSQMg {
3972
3973
  background-image: url(./flags/fj.svg);
3973
3974
  }
3974
3975
 
3975
- ._Um9-A {
3976
+ ._27XSg {
3976
3977
  background-image: url(./flags/fk.svg);
3977
3978
  }
3978
3979
 
3979
- ._mXG-Y {
3980
+ ._ClziM {
3980
3981
  background-image: url(./flags/fm.svg);
3981
3982
  }
3982
3983
 
3983
- ._SemMo {
3984
+ ._uI-xC {
3984
3985
  background-image: url(./flags/fo.svg);
3985
3986
  }
3986
3987
 
3987
- ._MGcxf {
3988
+ ._M2iAw {
3988
3989
  background-image: url(./flags/fr.svg);
3989
3990
  }
3990
3991
 
3991
- ._aPt7H {
3992
+ ._2dwxx {
3992
3993
  background-image: url(./flags/ga.svg);
3993
3994
  }
3994
3995
 
3995
- ._2tU39 {
3996
+ ._1e-nA {
3996
3997
  background-image: url(./flags/gb.svg);
3997
3998
  }
3998
3999
 
3999
- ._CPs5V {
4000
+ ._2RZeE {
4000
4001
  background-image: url(./flags/gd.svg);
4001
4002
  }
4002
4003
 
4003
- ._09VJF {
4004
+ ._2EvCn {
4004
4005
  background-image: url(./flags/ge.svg);
4005
4006
  }
4006
4007
 
4007
- ._7STtr {
4008
+ ._3IH4K {
4008
4009
  background-image: url(./flags/gf.svg);
4009
4010
  }
4010
4011
 
4011
- ._CUbGJ {
4012
+ ._1Jcke {
4012
4013
  background-image: url(./flags/gg.svg);
4013
4014
  }
4014
4015
 
4015
- ._mgJbd {
4016
+ ._2EPke {
4016
4017
  background-image: url(./flags/gh.svg);
4017
4018
  }
4018
4019
 
4019
- ._mxhe5 {
4020
+ ._12Nbn {
4020
4021
  background-image: url(./flags/gi.svg);
4021
4022
  }
4022
4023
 
4023
- ._gXogr {
4024
+ ._3__lH {
4024
4025
  background-image: url(./flags/gl.svg);
4025
4026
  }
4026
4027
 
4027
- ._JHzzB {
4028
+ ._2V2JG {
4028
4029
  background-image: url(./flags/gm.svg);
4029
4030
  }
4030
4031
 
4031
- ._XJqm4 {
4032
+ ._1snaM {
4032
4033
  background-image: url(./flags/gn.svg);
4033
4034
  }
4034
4035
 
4035
- ._YnrVE {
4036
+ ._3Ra5n {
4036
4037
  background-image: url(./flags/gp.svg);
4037
4038
  }
4038
4039
 
4039
- ._J47-w {
4040
+ ._3sbjK {
4040
4041
  background-image: url(./flags/gq.svg);
4041
4042
  }
4042
4043
 
4043
- ._5YAwo {
4044
+ ._-xgIE {
4044
4045
  background-image: url(./flags/gr.svg);
4045
4046
  }
4046
4047
 
4047
- ._PWFl- {
4048
+ ._1IL-n {
4048
4049
  background-image: url(./flags/gt.svg);
4049
4050
  }
4050
4051
 
4051
- ._ItzVX {
4052
+ ._X2BnD {
4052
4053
  background-image: url(./flags/gu.svg);
4053
4054
  }
4054
4055
 
4055
- ._hiRJc {
4056
+ ._183f_ {
4056
4057
  background-image: url(./flags/gw.svg);
4057
4058
  }
4058
4059
 
4059
- ._oitDt {
4060
+ ._3euCo {
4060
4061
  background-image: url(./flags/gy.svg);
4061
4062
  }
4062
4063
 
4063
- ._18FzB {
4064
+ ._3vkSA {
4064
4065
  background-image: url(./flags/hk.svg);
4065
4066
  }
4066
4067
 
4067
- ._5ySTg {
4068
+ ._2wum3 {
4068
4069
  background-image: url(./flags/hn.svg);
4069
4070
  }
4070
4071
 
4071
- ._rzYuT {
4072
+ ._394Be {
4072
4073
  background-image: url(./flags/hr.svg);
4073
4074
  }
4074
4075
 
4075
- ._Pq7or {
4076
+ ._2SZVb {
4076
4077
  background-image: url(./flags/ht.svg);
4077
4078
  }
4078
4079
 
4079
- ._-u5Ze {
4080
+ ._1LPfs {
4080
4081
  background-image: url(./flags/hu.svg);
4081
4082
  }
4082
4083
 
4083
- ._m8GwW {
4084
+ ._XxFIw {
4084
4085
  background-image: url(./flags/id.svg);
4085
4086
  }
4086
4087
 
4087
- ._pPEAu {
4088
+ ._38xYb {
4088
4089
  background-image: url(./flags/ie.svg);
4089
4090
  }
4090
4091
 
4091
- ._Butse {
4092
+ ._xsU9l {
4092
4093
  background-image: url(./flags/il.svg);
4093
4094
  }
4094
4095
 
4095
- ._wLEYj {
4096
+ ._1hyCQ {
4096
4097
  background-image: url(./flags/im.svg);
4097
4098
  }
4098
4099
 
4099
- ._XY7D8 {
4100
+ ._1WZwW {
4100
4101
  background-image: url(./flags/in.svg);
4101
4102
  }
4102
4103
 
4103
- ._iKM6K {
4104
+ ._2OqV4 {
4104
4105
  background-image: url(./flags/io.svg);
4105
4106
  }
4106
4107
 
4107
- ._iwLoJ {
4108
+ ._wS2T_ {
4108
4109
  background-image: url(./flags/iq.svg);
4109
4110
  }
4110
4111
 
4111
- ._L1Gd1 {
4112
+ ._2gomh {
4112
4113
  background-image: url(./flags/ir.svg);
4113
4114
  }
4114
4115
 
4115
- ._6XPDX {
4116
+ ._1DFTj {
4116
4117
  background-image: url(./flags/is.svg);
4117
4118
  }
4118
4119
 
4119
- ._JXv9- {
4120
+ ._2xqL9 {
4120
4121
  background-image: url(./flags/it.svg);
4121
4122
  }
4122
4123
 
4123
- ._Qwjxj {
4124
+ ._1YQZ8 {
4124
4125
  background-image: url(./flags/je.svg);
4125
4126
  }
4126
4127
 
4127
- ._qzNME {
4128
+ ._2e2gd {
4128
4129
  background-image: url(./flags/jm.svg);
4129
4130
  }
4130
4131
 
4131
- ._JqYXz {
4132
+ ._3SD_b {
4132
4133
  background-image: url(./flags/jo.svg);
4133
4134
  }
4134
4135
 
4135
- ._CakOC {
4136
+ ._2iU8m {
4136
4137
  background-image: url(./flags/jp.svg);
4137
4138
  }
4138
4139
 
4139
- ._Czyy6 {
4140
+ ._2HTh- {
4140
4141
  background-image: url(./flags/ke.svg);
4141
4142
  }
4142
4143
 
4143
- ._6Yydv {
4144
+ ._P_BgY {
4144
4145
  background-image: url(./flags/kg.svg);
4145
4146
  }
4146
4147
 
4147
- ._zhLEc {
4148
+ ._3cL-5 {
4148
4149
  background-image: url(./flags/kh.svg);
4149
4150
  }
4150
4151
 
4151
- ._qJxPJ {
4152
+ ._UVsN_ {
4152
4153
  background-image: url(./flags/ki.svg);
4153
4154
  }
4154
4155
 
4155
- ._KDmv4 {
4156
+ ._5_aHV {
4156
4157
  background-image: url(./flags/km.svg);
4157
4158
  }
4158
4159
 
4159
- ._n3xy0 {
4160
+ ._1ytYB {
4160
4161
  background-image: url(./flags/kn.svg);
4161
4162
  }
4162
4163
 
4163
- ._voM9e {
4164
+ ._3h4nD {
4164
4165
  background-image: url(./flags/kp.svg);
4165
4166
  }
4166
4167
 
4167
- ._sErX2 {
4168
+ ._5Ayl_ {
4168
4169
  background-image: url(./flags/kr.svg);
4169
4170
  }
4170
4171
 
4171
- ._kJUFk {
4172
+ ._11J0K {
4172
4173
  background-image: url(./flags/kw.svg);
4173
4174
  }
4174
4175
 
4175
- ._Ensoj {
4176
+ ._3JNZj {
4176
4177
  background-image: url(./flags/ky.svg);
4177
4178
  }
4178
4179
 
4179
- ._JVpyw {
4180
+ ._odoDB {
4180
4181
  background-image: url(./flags/kz.svg);
4181
4182
  }
4182
4183
 
4183
- ._eVzpD {
4184
+ ._1NsIw {
4184
4185
  background-image: url(./flags/la.svg);
4185
4186
  }
4186
4187
 
4187
- ._f400B {
4188
+ ._3sNSR {
4188
4189
  background-image: url(./flags/lb.svg);
4189
4190
  }
4190
4191
 
4191
- ._vhHp5 {
4192
+ ._qIIiy {
4192
4193
  background-image: url(./flags/lc.svg);
4193
4194
  }
4194
4195
 
4195
- ._cP76d {
4196
+ ._2EYin {
4196
4197
  background-image: url(./flags/li.svg);
4197
4198
  }
4198
4199
 
4199
- ._NGSeL {
4200
+ ._YC0sS {
4200
4201
  background-image: url(./flags/lk.svg);
4201
4202
  }
4202
4203
 
4203
- ._yIHm7 {
4204
+ ._3M5Be {
4204
4205
  background-image: url(./flags/lr.svg);
4205
4206
  }
4206
4207
 
4207
- ._Kj-GJ {
4208
+ ._3mNd- {
4208
4209
  background-image: url(./flags/ls.svg);
4209
4210
  }
4210
4211
 
4211
- ._VTK9E {
4212
+ ._3Lod8 {
4212
4213
  background-image: url(./flags/lt.svg);
4213
4214
  }
4214
4215
 
4215
- ._N4PHA {
4216
+ ._PADgP {
4216
4217
  background-image: url(./flags/lu.svg);
4217
4218
  }
4218
4219
 
4219
- ._d-ZWR {
4220
+ ._1edmr {
4220
4221
  background-image: url(./flags/lv.svg);
4221
4222
  }
4222
4223
 
4223
- ._49dYi {
4224
+ ._2Qaxl {
4224
4225
  background-image: url(./flags/ly.svg);
4225
4226
  }
4226
4227
 
4227
- ._Iqggh {
4228
+ ._3woQF {
4228
4229
  background-image: url(./flags/ma.svg);
4229
4230
  }
4230
4231
 
4231
- ._QQY-Q {
4232
+ ._3Tcvg {
4232
4233
  background-image: url(./flags/mc.svg);
4233
4234
  }
4234
4235
 
4235
- ._e7v9L {
4236
+ ._304sg {
4236
4237
  background-image: url(./flags/md.svg);
4237
4238
  }
4238
4239
 
4239
- ._WqN7P {
4240
+ ._3Y4qN {
4240
4241
  background-image: url(./flags/me.svg);
4241
4242
  }
4242
4243
 
4243
- ._4Exh- {
4244
+ ._2Ta4d {
4244
4245
  background-image: url(./flags/mf.svg);
4245
4246
  }
4246
4247
 
4247
- ._W-d9O {
4248
+ ._3cyLg {
4248
4249
  background-image: url(./flags/mg.svg);
4249
4250
  }
4250
4251
 
4251
- ._3xTQ7 {
4252
+ ._3oa6y {
4252
4253
  background-image: url(./flags/mh.svg);
4253
4254
  }
4254
4255
 
4255
- ._O26qm {
4256
+ ._2JG9M {
4256
4257
  background-image: url(./flags/mk.svg);
4257
4258
  }
4258
4259
 
4259
- ._hiLpW {
4260
+ ._E244m {
4260
4261
  background-image: url(./flags/ml.svg);
4261
4262
  }
4262
4263
 
4263
- ._QGh12 {
4264
+ ._3vntQ {
4264
4265
  background-image: url(./flags/mm.svg);
4265
4266
  }
4266
4267
 
4267
- ._KNLNH {
4268
+ ._1NFiz {
4268
4269
  background-image: url(./flags/mn.svg);
4269
4270
  }
4270
4271
 
4271
- ._Kdw-k {
4272
+ ._17P3Y {
4272
4273
  background-image: url(./flags/mo.svg);
4273
4274
  }
4274
4275
 
4275
- ._CTkAK {
4276
+ ._2TsiM {
4276
4277
  background-image: url(./flags/mp.svg);
4277
4278
  }
4278
4279
 
4279
- ._MzLKJ {
4280
+ ._1y2tW {
4280
4281
  background-image: url(./flags/mq.svg);
4281
4282
  }
4282
4283
 
4283
- ._sjQHJ {
4284
+ ._hmY4g {
4284
4285
  background-image: url(./flags/mr.svg);
4285
4286
  }
4286
4287
 
4287
- ._ENTOn {
4288
+ ._2Rj7s {
4288
4289
  background-image: url(./flags/ms.svg);
4289
4290
  }
4290
4291
 
4291
- ._GoKtf {
4292
+ ._1nmC4 {
4292
4293
  background-image: url(./flags/mt.svg);
4293
4294
  }
4294
4295
 
4295
- ._WLc98 {
4296
+ ._xO9Yk {
4296
4297
  background-image: url(./flags/mu.svg);
4297
4298
  }
4298
4299
 
4299
- ._08Tf4 {
4300
+ ._13arY {
4300
4301
  background-image: url(./flags/mv.svg);
4301
4302
  }
4302
4303
 
4303
- ._MvAGM {
4304
+ ._2NJbp {
4304
4305
  background-image: url(./flags/mw.svg);
4305
4306
  }
4306
4307
 
4307
- ._FPDND {
4308
+ ._3jDAz {
4308
4309
  background-image: url(./flags/mx.svg);
4309
4310
  }
4310
4311
 
4311
- ._1xoF6 {
4312
+ ._1R-kq {
4312
4313
  background-image: url(./flags/my.svg);
4313
4314
  }
4314
4315
 
4315
- ._ylwZy {
4316
+ ._2JrIx {
4316
4317
  background-image: url(./flags/mz.svg);
4317
4318
  }
4318
4319
 
4319
- ._-pxPH {
4320
+ ._2bezu {
4320
4321
  background-image: url(./flags/na.svg);
4321
4322
  }
4322
4323
 
4323
- ._W-Ot- {
4324
+ ._RXHw0 {
4324
4325
  background-image: url(./flags/nc.svg);
4325
4326
  }
4326
4327
 
4327
- ._EOA-X {
4328
+ ._17FYh {
4328
4329
  background-image: url(./flags/ne.svg);
4329
4330
  }
4330
4331
 
4331
- ._W5Kl5 {
4332
+ ._2f17Z {
4332
4333
  background-image: url(./flags/nf.svg);
4333
4334
  }
4334
4335
 
4335
- ._q76Cs {
4336
+ ._pkj4b {
4336
4337
  background-image: url(./flags/ng.svg);
4337
4338
  }
4338
4339
 
4339
- ._AuKsI {
4340
+ ._2M9Kl {
4340
4341
  background-image: url(./flags/ni.svg);
4341
4342
  }
4342
4343
 
4343
- ._qLIaU {
4344
+ ._XP4Cy {
4344
4345
  background-image: url(./flags/nl.svg);
4345
4346
  }
4346
4347
 
4347
- ._xbcrX {
4348
+ ._vWBdS {
4348
4349
  background-image: url(./flags/no.svg);
4349
4350
  }
4350
4351
 
4351
- ._FQt4h {
4352
+ ._3HCj0 {
4352
4353
  background-image: url(./flags/np.svg);
4353
4354
  }
4354
4355
 
4355
- ._jJbHx {
4356
+ ._35I9J {
4356
4357
  background-image: url(./flags/nr.svg);
4357
4358
  }
4358
4359
 
4359
- ._TSamx {
4360
+ ._1qVGc {
4360
4361
  background-image: url(./flags/nu.svg);
4361
4362
  }
4362
4363
 
4363
- ._AzsKY {
4364
+ ._3sy04 {
4364
4365
  background-image: url(./flags/nz.svg);
4365
4366
  }
4366
4367
 
4367
- ._TUoW9 {
4368
+ ._1ru-J {
4368
4369
  background-image: url(./flags/om.svg);
4369
4370
  }
4370
4371
 
4371
- ._jCT-C {
4372
+ ._gVRbx {
4372
4373
  background-image: url(./flags/pa.svg);
4373
4374
  }
4374
4375
 
4375
- ._VMnoV {
4376
+ ._rPJml {
4376
4377
  background-image: url(./flags/pe.svg);
4377
4378
  }
4378
4379
 
4379
- ._Gblvx {
4380
+ ._b_9in {
4380
4381
  background-image: url(./flags/pf.svg);
4381
4382
  }
4382
4383
 
4383
- ._FLRnq {
4384
+ ._3svVP {
4384
4385
  background-image: url(./flags/pg.svg);
4385
4386
  }
4386
4387
 
4387
- ._0RSGR {
4388
+ ._qf4jP {
4388
4389
  background-image: url(./flags/ph.svg);
4389
4390
  }
4390
4391
 
4391
- ._DfZCd {
4392
+ ._ETc1B {
4392
4393
  background-image: url(./flags/pk.svg);
4393
4394
  }
4394
4395
 
4395
- ._hv9I4 {
4396
+ ._2iKV_ {
4396
4397
  background-image: url(./flags/pl.svg);
4397
4398
  }
4398
4399
 
4399
- ._IDp3q {
4400
+ ._3rKup {
4400
4401
  background-image: url(./flags/pm.svg);
4401
4402
  }
4402
4403
 
4403
- ._2MHj1 {
4404
+ ._18qkQ {
4404
4405
  background-image: url(./flags/pr.svg);
4405
4406
  }
4406
4407
 
4407
- ._0FLpC {
4408
+ ._2QUjB {
4408
4409
  background-image: url(./flags/ps.svg);
4409
4410
  }
4410
4411
 
4411
- ._p--cH {
4412
+ ._3XlFj {
4412
4413
  background-image: url(./flags/pt.svg);
4413
4414
  }
4414
4415
 
4415
- ._VP-zx {
4416
+ ._2-I7x {
4416
4417
  background-image: url(./flags/pw.svg);
4417
4418
  }
4418
4419
 
4419
- ._-Tnic {
4420
+ ._2VRS9 {
4420
4421
  background-image: url(./flags/py.svg);
4421
4422
  }
4422
4423
 
4423
- ._Dy7Il {
4424
+ ._XL4IN {
4424
4425
  background-image: url(./flags/qa.svg);
4425
4426
  }
4426
4427
 
4427
- ._7N5ED {
4428
+ ._1Heg1 {
4428
4429
  background-image: url(./flags/re.svg);
4429
4430
  }
4430
4431
 
4431
- ._4AYwa {
4432
+ ._9Ds_F {
4432
4433
  background-image: url(./flags/ro.svg);
4433
4434
  }
4434
4435
 
4435
- ._Y-a4O {
4436
+ ._2NBRF {
4436
4437
  background-image: url(./flags/rs.svg);
4437
4438
  }
4438
4439
 
4439
- ._OKa79 {
4440
+ ._27vE7 {
4440
4441
  background-image: url(./flags/ru.svg);
4441
4442
  }
4442
4443
 
4443
- ._bBqN1 {
4444
+ ._15XW2 {
4444
4445
  background-image: url(./flags/rw.svg);
4445
4446
  }
4446
4447
 
4447
- ._vFwuG {
4448
+ ._2FNqc {
4448
4449
  background-image: url(./flags/sa.svg);
4449
4450
  }
4450
4451
 
4451
- ._MMmc2 {
4452
+ ._nZ0tS {
4452
4453
  background-image: url(./flags/sb.svg);
4453
4454
  }
4454
4455
 
4455
- ._ZUM8E {
4456
+ ._2c7r2 {
4456
4457
  background-image: url(./flags/sc.svg);
4457
4458
  }
4458
4459
 
4459
- ._9k8eB {
4460
+ ._31SMO {
4460
4461
  background-image: url(./flags/sd.svg);
4461
4462
  }
4462
4463
 
4463
- ._cX0c9 {
4464
+ ._2g80W {
4464
4465
  background-image: url(./flags/se.svg);
4465
4466
  }
4466
4467
 
4467
- ._4-yWs {
4468
+ ._1fXM6 {
4468
4469
  background-image: url(./flags/sg.svg);
4469
4470
  }
4470
4471
 
4471
- ._-vaPR {
4472
+ ._3jXVn {
4472
4473
  background-image: url(./flags/sh.svg);
4473
4474
  }
4474
4475
 
4475
- ._9oJgu {
4476
+ ._1dCS9 {
4476
4477
  background-image: url(./flags/si.svg);
4477
4478
  }
4478
4479
 
4479
- ._J0R6u {
4480
+ ._Fw6EH {
4480
4481
  background-image: url(./flags/sj.svg);
4481
4482
  }
4482
4483
 
4483
- ._1VxbX {
4484
+ ._3ZIrQ {
4484
4485
  background-image: url(./flags/sk.svg);
4485
4486
  }
4486
4487
 
4487
- ._RiBAA {
4488
+ ._2CXXP {
4488
4489
  background-image: url(./flags/sl.svg);
4489
4490
  }
4490
4491
 
4491
- ._rEaFc {
4492
+ ._9Z6OF {
4492
4493
  background-image: url(./flags/sm.svg);
4493
4494
  }
4494
4495
 
4495
- ._PRwVO {
4496
+ ._27QPB {
4496
4497
  background-image: url(./flags/sn.svg);
4497
4498
  }
4498
4499
 
4499
- ._XKFdC {
4500
+ ._3u0ej {
4500
4501
  background-image: url(./flags/so.svg);
4501
4502
  }
4502
4503
 
4503
- ._LtiS3 {
4504
+ ._aWap6 {
4504
4505
  background-image: url(./flags/sr.svg);
4505
4506
  }
4506
4507
 
4507
- ._45mng {
4508
+ ._jgut9 {
4508
4509
  background-image: url(./flags/ss.svg);
4509
4510
  }
4510
4511
 
4511
- ._OtIks {
4512
+ ._1ZG6d {
4512
4513
  background-image: url(./flags/st.svg);
4513
4514
  }
4514
4515
 
4515
- ._OonsM {
4516
+ ._1LyCh {
4516
4517
  background-image: url(./flags/sv.svg);
4517
4518
  }
4518
4519
 
4519
- ._NtzDE {
4520
+ ._29HpR {
4520
4521
  background-image: url(./flags/sx.svg);
4521
4522
  }
4522
4523
 
4523
- ._Ail2H {
4524
+ ._36XMC {
4524
4525
  background-image: url(./flags/sy.svg);
4525
4526
  }
4526
4527
 
4527
- ._8XRyD {
4528
+ ._uhQEf {
4528
4529
  background-image: url(./flags/sz.svg);
4529
4530
  }
4530
4531
 
4531
- ._GQvZn {
4532
+ ._1VKa_ {
4532
4533
  background-image: url(./flags/ta.svg);
4533
4534
  }
4534
4535
 
4535
- ._SbD-E {
4536
+ ._1zZqn {
4536
4537
  background-image: url(./flags/tc.svg);
4537
4538
  }
4538
4539
 
4539
- ._AnXAO {
4540
+ ._zPDQp {
4540
4541
  background-image: url(./flags/td.svg);
4541
4542
  }
4542
4543
 
4543
- ._smamZ {
4544
+ ._1uL0e {
4544
4545
  background-image: url(./flags/tg.svg);
4545
4546
  }
4546
4547
 
4547
- ._AVcL5 {
4548
+ ._2hgJx {
4548
4549
  background-image: url(./flags/th.svg);
4549
4550
  }
4550
4551
 
4551
- ._EqMlf {
4552
+ ._3wIE0 {
4552
4553
  background-image: url(./flags/tj.svg);
4553
4554
  }
4554
4555
 
4555
- ._20VO7 {
4556
+ ._2duh0 {
4556
4557
  background-image: url(./flags/tk.svg);
4557
4558
  }
4558
4559
 
4559
- ._jz9hm {
4560
+ ._2KUDp {
4560
4561
  background-image: url(./flags/tl.svg);
4561
4562
  }
4562
4563
 
4563
- ._kmmny {
4564
+ ._2CfPc {
4564
4565
  background-image: url(./flags/tm.svg);
4565
4566
  }
4566
4567
 
4567
- ._9aBQ- {
4568
+ ._2P42O {
4568
4569
  background-image: url(./flags/tn.svg);
4569
4570
  }
4570
4571
 
4571
- ._G63l0 {
4572
+ ._2WFbJ {
4572
4573
  background-image: url(./flags/to.svg);
4573
4574
  }
4574
4575
 
4575
- ._6shnc {
4576
+ ._3Az7i {
4576
4577
  background-image: url(./flags/tr.svg);
4577
4578
  }
4578
4579
 
4579
- ._P5fq4 {
4580
+ ._1pNPS {
4580
4581
  background-image: url(./flags/tt.svg);
4581
4582
  }
4582
4583
 
4583
- ._b7SpV {
4584
+ ._1pgP- {
4584
4585
  background-image: url(./flags/tv.svg);
4585
4586
  }
4586
4587
 
4587
- ._jwNjI {
4588
+ ._2ctah {
4588
4589
  background-image: url(./flags/tw.svg);
4589
4590
  }
4590
4591
 
4591
- ._qtU8x {
4592
+ ._3LhmF {
4592
4593
  background-image: url(./flags/tz.svg);
4593
4594
  }
4594
4595
 
4595
- ._bNAHa {
4596
+ ._ySobg {
4596
4597
  background-image: url(./flags/ua.svg);
4597
4598
  }
4598
4599
 
4599
- ._-G-iW {
4600
+ ._L0cww {
4600
4601
  background-image: url(./flags/ug.svg);
4601
4602
  }
4602
4603
 
4603
- ._xwz53 {
4604
+ ._1dJbI {
4604
4605
  background-image: url(./flags/us.svg);
4605
4606
  }
4606
4607
 
4607
- ._DpeX8 {
4608
+ ._1mu4a {
4608
4609
  background-image: url(./flags/uy.svg);
4609
4610
  }
4610
4611
 
4611
- ._kSABK {
4612
+ ._2jO3C {
4612
4613
  background-image: url(./flags/uz.svg);
4613
4614
  }
4614
4615
 
4615
- ._VOSWl {
4616
+ ._3Wjh- {
4616
4617
  background-image: url(./flags/va.svg);
4617
4618
  }
4618
4619
 
4619
- ._X-aU3 {
4620
+ ._2SLDw {
4620
4621
  background-image: url(./flags/vc.svg);
4621
4622
  }
4622
4623
 
4623
- ._FiFnt {
4624
+ ._33s_c {
4624
4625
  background-image: url(./flags/ve.svg);
4625
4626
  }
4626
4627
 
4627
- ._d66Ny {
4628
+ ._14DB7 {
4628
4629
  background-image: url(./flags/vg.svg);
4629
4630
  }
4630
4631
 
4631
- ._6kM5U {
4632
+ ._yup8e {
4632
4633
  background-image: url(./flags/vi.svg);
4633
4634
  }
4634
4635
 
4635
- ._ikRJo {
4636
+ ._2mLwZ {
4636
4637
  background-image: url(./flags/vn.svg);
4637
4638
  }
4638
4639
 
4639
- ._5XaHH {
4640
+ ._32cC- {
4640
4641
  background-image: url(./flags/vu.svg);
4641
4642
  }
4642
4643
 
4643
- ._ZEJXX {
4644
+ ._2a5ap {
4644
4645
  background-image: url(./flags/wf.svg);
4645
4646
  }
4646
4647
 
4647
- ._IzR7c {
4648
+ ._3wY8H {
4648
4649
  background-image: url(./flags/ws.svg);
4649
4650
  }
4650
4651
 
4651
- ._88V52 {
4652
+ ._3X7px {
4652
4653
  background-image: url(./flags/xk.svg);
4653
4654
  }
4654
4655
 
4655
- ._2Dwap {
4656
+ ._16y86 {
4656
4657
  background-image: url(./flags/ye.svg);
4657
4658
  }
4658
4659
 
4659
- ._kQ0fh {
4660
+ ._4eJM- {
4660
4661
  background-image: url(./flags/yt.svg);
4661
4662
  }
4662
4663
 
4663
- ._XzYDs {
4664
+ ._3c6fy {
4664
4665
  background-image: url(./flags/za.svg);
4665
4666
  }
4666
4667
 
4667
- ._mA8wn {
4668
+ ._21Ocp {
4668
4669
  background-image: url(./flags/zm.svg);
4669
4670
  }
4670
4671
 
4671
- ._iIsuB {
4672
+ ._2GLu6 {
4672
4673
  background-image: url(./flags/zw.svg);
4673
4674
  }
4674
- ._RXV4h {
4675
+ ._1QLaK {
4675
4676
  font-family: var(--font-family-body);
4676
4677
  font-size: var(--font-size-100);
4677
4678
  line-height: var(--font-line-height-100);
@@ -4689,26 +4690,26 @@ input._TEU6N {
4689
4690
  justify-content: center;
4690
4691
  border: 1px solid var(--color-white);
4691
4692
  }
4692
- ._RXV4h svg {
4693
+ ._1QLaK svg {
4693
4694
  fill: var(--color-white);
4694
4695
  }
4695
- ._2An1I {
4696
+ ._qsFWw {
4696
4697
  background-color: var(--color-banana-400);
4697
4698
  }
4698
- ._-Bw8L {
4699
+ ._359Cc {
4699
4700
  background-color: var(--color-radish-400);
4700
4701
  }
4701
- ._RxlMz {
4702
+ ._2AOEK {
4702
4703
  background-color: var(--color-mint-400);
4703
4704
  }
4704
- ._dzCH- {
4705
+ ._1mLjf {
4705
4706
  background-color: var(--color-blueberry-400);
4706
4707
  }
4707
- ._Ix9tP {
4708
+ ._2bb5N {
4708
4709
  font-variant-numeric: tabular-nums;
4709
4710
  padding: 0 5px;
4710
4711
  }
4711
- ._V1U8v {
4712
+ ._1X7La {
4712
4713
  display: flex;
4713
4714
  justify-content: center;
4714
4715
  align-items: center;
@@ -4720,19 +4721,19 @@ input._TEU6N {
4720
4721
  flex-shrink: 0;
4721
4722
  overflow: hidden;
4722
4723
  }
4723
- ._peAaI {
4724
+ ._ZiKiO {
4724
4725
  position: relative;
4725
4726
  }
4726
- ._V1U8v svg {
4727
+ ._1X7La svg {
4727
4728
  fill: var(--color-white);
4728
4729
  }
4729
- ._V1U8v img {
4730
+ ._1X7La img {
4730
4731
  height: inherit;
4731
4732
  width: 100%;
4732
4733
  -o-object-fit: cover;
4733
4734
  object-fit: cover;
4734
4735
  }
4735
- ._9g-tn {
4736
+ ._o5x6S {
4736
4737
  font-family: var(--font-family-body);
4737
4738
  font-size: var(--font-size-200);
4738
4739
  line-height: var(--font-line-height-200);
@@ -4740,11 +4741,11 @@ input._TEU6N {
4740
4741
  width: 20px;
4741
4742
  height: 20px;
4742
4743
  }
4743
- ._9g-tn ._uViot {
4744
+ ._o5x6S ._NN8-D {
4744
4745
  margin-left: 18px;
4745
4746
  margin-top: 10px;
4746
4747
  }
4747
- ._vNXJW {
4748
+ ._VxW5y {
4748
4749
  font-family: var(--font-family-body);
4749
4750
  font-size: var(--font-size-400);
4750
4751
  line-height: var(--font-line-height-400);
@@ -4752,11 +4753,11 @@ input._TEU6N {
4752
4753
  width: 30px;
4753
4754
  height: 30px;
4754
4755
  }
4755
- ._vNXJW ._uViot {
4756
+ ._VxW5y ._NN8-D {
4756
4757
  margin-left: 20px;
4757
4758
  margin-top: 15px;
4758
4759
  }
4759
- ._9ZKAB {
4760
+ ._ec7jQ {
4760
4761
  font-family: var(--font-family-heading);
4761
4762
  font-size: var(--font-size-500);
4762
4763
  line-height: var(--font-line-height-500);
@@ -4764,11 +4765,11 @@ input._TEU6N {
4764
4765
  width: 40px;
4765
4766
  height: 40px;
4766
4767
  }
4767
- ._9ZKAB ._uViot {
4768
+ ._ec7jQ ._NN8-D {
4768
4769
  margin-left: 23px;
4769
4770
  margin-top: 18px;
4770
4771
  }
4771
- ._uv14Y {
4772
+ ._3VS00 {
4772
4773
  font-family: var(--font-family-heading);
4773
4774
  font-size: var(--font-size-600);
4774
4775
  line-height: var(--font-line-height-600);
@@ -4776,20 +4777,20 @@ input._TEU6N {
4776
4777
  width: 80px;
4777
4778
  height: 80px;
4778
4779
  }
4779
- ._uv14Y ._uViot {
4780
+ ._3VS00 ._NN8-D {
4780
4781
  margin-left: 55px;
4781
4782
  margin-top: 45px;
4782
4783
  }
4783
- ._uViot {
4784
+ ._NN8-D {
4784
4785
  position: absolute;
4785
4786
  margin-left: 20px;
4786
4787
  margin-top: 15px;
4787
4788
  }
4788
- ._iDN1j svg {
4789
+ ._bbI2F svg {
4789
4790
  width: 80%;
4790
4791
  padding-top: 25%;
4791
4792
  }
4792
- ._Cg5Nf {
4793
+ ._3e7Of {
4793
4794
  font-family: var(--font-family-body);
4794
4795
  font-size: var(--font-size-100);
4795
4796
  line-height: var(--font-line-height-100);
@@ -4801,31 +4802,31 @@ input._TEU6N {
4801
4802
  text-align: center;
4802
4803
  text-transform: uppercase;
4803
4804
  }
4804
- ._b60R5 {
4805
+ ._2ZlMr {
4805
4806
  background-color: var(--color-tangerine-200);
4806
4807
  color: var(--color-tangerine-600);
4807
4808
  }
4808
- ._ItVyo {
4809
+ ._g3pvh {
4809
4810
  background-color: var(--color-mint-200);
4810
4811
  color: var(--color-mint-600);
4811
4812
  }
4812
- ._iUCAH {
4813
+ ._3GeNC {
4813
4814
  background-color: var(--color-eggplant-200);
4814
4815
  color: var(--color-eggplant-600);
4815
4816
  }
4816
- ._RbXoR {
4817
+ ._2jbr_ {
4817
4818
  background-color: var(--color-banana-200);
4818
4819
  color: var(--color-banana-600);
4819
4820
  }
4820
- ._NiP9z {
4821
+ ._1rrIw {
4821
4822
  background-color: var(--color-blueberry-200);
4822
4823
  color: var(--color-blueberry-600);
4823
4824
  }
4824
- ._2ltep {
4825
+ ._1fKe8 {
4825
4826
  background-color: var(--color-radish-200);
4826
4827
  color: var(--color-radish-600);
4827
4828
  }
4828
- ._vOTWZ {
4829
+ ._1vA9B {
4829
4830
  font-family: var(--font-family-body);
4830
4831
  font-size: var(--font-size-200);
4831
4832
  line-height: var(--font-line-height-200);
@@ -4841,82 +4842,81 @@ input._TEU6N {
4841
4842
  white-space: nowrap;
4842
4843
  color: var(--color-grey-600);
4843
4844
  }
4844
- ._vOTWZ::first-letter {
4845
+ ._1vA9B::first-letter {
4845
4846
  text-transform: capitalize;
4846
4847
  }
4847
- ._j2h8A {
4848
+ ._2mTVo {
4848
4849
  background-color: var(--color-grey-200);
4849
4850
  }
4850
- ._lFih- {
4851
+ ._3CYqE {
4851
4852
  background-color: var(--color-mint-200);
4852
4853
  }
4853
- ._sLhtK {
4854
+ ._1WFdK {
4854
4855
  background-color: var(--color-radish-200);
4855
4856
  }
4856
- ._DKrCl {
4857
+ ._1Mp_n {
4857
4858
  background-color: var(--color-banana-200);
4858
4859
  }
4859
- ._8TTGV {
4860
+ ._10zFn {
4860
4861
  background-color: var(--color-blueberry-200);
4861
4862
  }
4862
- ._0-TG8 {
4863
+ ._PfRFD {
4863
4864
  background-color: var(--color-eggplant-200);
4864
4865
  }
4865
- ._mhyqH {
4866
+ ._1AdW7 {
4866
4867
  display: flex;
4867
4868
  flex-direction: row;
4868
4869
  justify-content: space-between;
4869
4870
  gap: 32px;
4870
4871
  }
4871
- ._Kiu3T {
4872
+ ._Y1L-A {
4872
4873
  flex-direction: row-reverse;
4873
4874
  padding-top: 20px;
4874
4875
  padding-bottom: 20px;
4875
4876
  }
4876
- ._Px6C0 {
4877
+ ._1E308 {
4877
4878
  display: flex;
4878
4879
  flex-direction: column;
4879
4880
  justify-content: center;
4880
4881
  gap: 20px;
4881
4882
  }
4882
- ._xqmEf {
4883
+ ._P5jRb {
4883
4884
  max-width: 500px;
4884
4885
  }
4885
- ._lm8Tk {
4886
+ ._vkAs2 {
4886
4887
  max-width: 667px;
4887
4888
  }
4888
- ._xMUQ6 {
4889
+ ._1o2PF {
4889
4890
  font-family: var(--font-family-body);
4890
4891
  font-size: var(--font-size-200);
4891
4892
  line-height: var(--font-line-height-200);
4892
4893
  font-weight: var(--p-font-weight-normal);
4893
4894
  color: var(--color-grey-500);
4894
4895
  }
4895
- ._79QnQ {
4896
+ ._mfMlg {
4896
4897
  display: flex;
4897
4898
  flex-direction: column;
4898
4899
  justify-content: center;
4899
4900
  }
4900
4901
 
4901
4902
  @media screen and (max-width: 900px) {
4902
- ._mhyqH:not(._Kiu3T) {
4903
+ ._1AdW7:not(._Y1L-A) {
4903
4904
  align-items: center;
4904
4905
  text-align: center;
4905
4906
  flex-direction: column-reverse;
4906
4907
  }
4907
4908
  }
4908
- ._Eod9y {
4909
+ ._3kFM9 {
4909
4910
  padding: 12px 16px;
4910
4911
  }
4911
- ._dpIXc {
4912
+ ._3kmTB {
4912
4913
  display: flex;
4913
4914
  justify-content: center;
4914
4915
  }
4915
- ._KzIqD {
4916
+ ._DrBEi {
4916
4917
  padding: 12px 16px;
4917
4918
  }
4918
- ._3TdW7 {
4919
+ ._3YbH7 {
4919
4920
  display: flex;
4920
4921
  justify-content: center;
4921
- }
4922
- /*# sourceMappingURL=index.css.map */
4922
+ }