@designcrowd/fe-shared-lib 1.1.0 → 1.1.2-ast-number-stepper
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/package.json +1 -1
- package/{dist → public}/css/tailwind-brandCrowd.css +498 -589
- package/{dist → public}/css/tailwind-brandPage.css +422 -513
- package/{dist → public}/css/tailwind-crazyDomains.css +498 -589
- package/{dist → public}/css/tailwind-designCom.css +498 -589
- package/{dist → public}/css/tailwind-designCrowd.css +498 -589
- package/src/atoms/components/NumberStepper/NumberStepper.vue +2 -0
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +4 -3
|
@@ -492,40 +492,40 @@ video {
|
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
494
|
}
|
|
495
|
-
.tw-container {
|
|
495
|
+
.theme-brandCrowd .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
497
|
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
|
-
.tw-container {
|
|
500
|
+
.theme-brandCrowd .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
|
-
.tw-container {
|
|
506
|
+
.theme-brandCrowd .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
|
-
.tw-container {
|
|
512
|
+
.theme-brandCrowd .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
|
-
.tw-container {
|
|
518
|
+
.theme-brandCrowd .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
|
-
.tw-container {
|
|
524
|
+
.theme-brandCrowd .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
.tw-sr-only {
|
|
528
|
+
.theme-brandCrowd .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
531
531
|
height: 1px;
|
|
@@ -536,472 +536,468 @@ video {
|
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
538
|
}
|
|
539
|
-
.tw-pointer-events-none {
|
|
539
|
+
.theme-brandCrowd .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
541
|
}
|
|
542
|
-
.tw-static {
|
|
542
|
+
.theme-brandCrowd .tw-static {
|
|
543
543
|
position: static;
|
|
544
544
|
}
|
|
545
|
-
.tw-fixed {
|
|
545
|
+
.theme-brandCrowd .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
547
|
}
|
|
548
|
-
.tw-absolute {
|
|
548
|
+
.theme-brandCrowd .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
550
|
}
|
|
551
|
-
.tw-relative {
|
|
551
|
+
.theme-brandCrowd .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
553
|
}
|
|
554
|
-
.tw--left-16 {
|
|
554
|
+
.theme-brandCrowd .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
556
|
}
|
|
557
|
-
.tw--right-16 {
|
|
557
|
+
.theme-brandCrowd .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
559
|
}
|
|
560
|
-
.tw-bottom-0 {
|
|
560
|
+
.theme-brandCrowd .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
562
|
}
|
|
563
|
-
.tw-bottom-full {
|
|
563
|
+
.theme-brandCrowd .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
565
|
}
|
|
566
|
-
.tw-left-0 {
|
|
566
|
+
.theme-brandCrowd .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
568
|
}
|
|
569
|
-
.tw-left-1\/2 {
|
|
569
|
+
.theme-brandCrowd .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
571
|
}
|
|
572
|
-
.tw-left-2 {
|
|
572
|
+
.theme-brandCrowd .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
574
|
}
|
|
575
|
-
.tw-left-full {
|
|
575
|
+
.theme-brandCrowd .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
577
|
}
|
|
578
|
-
.tw-right-0 {
|
|
578
|
+
.theme-brandCrowd .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
580
|
}
|
|
581
|
-
.tw-right-2 {
|
|
581
|
+
.theme-brandCrowd .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
583
|
}
|
|
584
|
-
.tw-right-full {
|
|
584
|
+
.theme-brandCrowd .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
586
|
}
|
|
587
|
-
.tw-top-0 {
|
|
587
|
+
.theme-brandCrowd .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
589
|
}
|
|
590
|
-
.tw-top-1\/2 {
|
|
590
|
+
.theme-brandCrowd .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
592
|
}
|
|
593
|
-
.tw-top-full {
|
|
593
|
+
.theme-brandCrowd .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
595
|
}
|
|
596
|
-
.tw-z-10 {
|
|
596
|
+
.theme-brandCrowd .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
598
|
}
|
|
599
|
-
.tw-z-20 {
|
|
599
|
+
.theme-brandCrowd .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
601
|
}
|
|
602
|
-
.tw-z-30 {
|
|
602
|
+
.theme-brandCrowd .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
604
|
}
|
|
605
|
-
.tw-z-50 {
|
|
605
|
+
.theme-brandCrowd .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
607
|
}
|
|
608
|
-
.tw-order-last {
|
|
608
|
+
.theme-brandCrowd .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
610
|
}
|
|
611
|
-
.tw-col-span-2 {
|
|
611
|
+
.theme-brandCrowd .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
613
|
}
|
|
614
|
-
.tw-m-0 {
|
|
614
|
+
.theme-brandCrowd .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
616
|
}
|
|
617
|
-
.tw-m-3 {
|
|
617
|
+
.theme-brandCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
619
|
}
|
|
620
|
-
.tw-m-5 {
|
|
620
|
+
.theme-brandCrowd .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
622
|
}
|
|
623
|
-
.tw-m-auto {
|
|
623
|
+
.theme-brandCrowd .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
625
|
}
|
|
626
|
-
.tw-mx-2 {
|
|
626
|
+
.theme-brandCrowd .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
629
|
}
|
|
630
|
-
.tw-mx-4 {
|
|
630
|
+
.theme-brandCrowd .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
633
|
}
|
|
634
|
-
.tw-mx-8 {
|
|
634
|
+
.theme-brandCrowd .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
637
|
}
|
|
638
|
-
.tw-mx-auto {
|
|
638
|
+
.theme-brandCrowd .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
641
|
}
|
|
642
|
-
.tw-my-0 {
|
|
642
|
+
.theme-brandCrowd .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
645
|
}
|
|
646
|
-
.tw-my-10 {
|
|
646
|
+
.theme-brandCrowd .tw-my-10 {
|
|
647
647
|
margin-top: 2.5rem;
|
|
648
648
|
margin-bottom: 2.5rem;
|
|
649
649
|
}
|
|
650
|
-
.tw-my-4 {
|
|
650
|
+
.theme-brandCrowd .tw-my-4 {
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.tw-my-
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
|
-
.tw-my-auto {
|
|
654
|
+
.theme-brandCrowd .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
661
657
|
}
|
|
662
|
-
.tw--mb-1 {
|
|
658
|
+
.theme-brandCrowd .tw--mb-1 {
|
|
663
659
|
margin-bottom: -0.25rem;
|
|
664
660
|
}
|
|
665
|
-
.tw--mb-1\.5 {
|
|
661
|
+
.theme-brandCrowd .tw--mb-1\.5 {
|
|
666
662
|
margin-bottom: -0.375rem;
|
|
667
663
|
}
|
|
668
|
-
.tw--ml-px {
|
|
664
|
+
.theme-brandCrowd .tw--ml-px {
|
|
669
665
|
margin-left: -1px;
|
|
670
666
|
}
|
|
671
|
-
.tw--mr-1 {
|
|
667
|
+
.theme-brandCrowd .tw--mr-1 {
|
|
672
668
|
margin-right: -0.25rem;
|
|
673
669
|
}
|
|
674
|
-
.tw--mr-1\.5 {
|
|
670
|
+
.theme-brandCrowd .tw--mr-1\.5 {
|
|
675
671
|
margin-right: -0.375rem;
|
|
676
672
|
}
|
|
677
|
-
.tw--mt-px {
|
|
673
|
+
.theme-brandCrowd .tw--mt-px {
|
|
678
674
|
margin-top: -1px;
|
|
679
675
|
}
|
|
680
|
-
.tw-mb-0 {
|
|
676
|
+
.theme-brandCrowd .tw-mb-0 {
|
|
681
677
|
margin-bottom: 0px;
|
|
682
678
|
}
|
|
683
|
-
.tw-mb-1 {
|
|
679
|
+
.theme-brandCrowd .tw-mb-1 {
|
|
684
680
|
margin-bottom: 0.25rem;
|
|
685
681
|
}
|
|
686
|
-
.tw-mb-10 {
|
|
682
|
+
.theme-brandCrowd .tw-mb-10 {
|
|
687
683
|
margin-bottom: 2.5rem;
|
|
688
684
|
}
|
|
689
|
-
.tw-mb-2 {
|
|
685
|
+
.theme-brandCrowd .tw-mb-2 {
|
|
690
686
|
margin-bottom: 0.5rem;
|
|
691
687
|
}
|
|
692
|
-
.tw-mb-3 {
|
|
688
|
+
.theme-brandCrowd .tw-mb-3 {
|
|
693
689
|
margin-bottom: 0.75rem;
|
|
694
690
|
}
|
|
695
|
-
.tw-mb-4 {
|
|
691
|
+
.theme-brandCrowd .tw-mb-4 {
|
|
696
692
|
margin-bottom: 1rem;
|
|
697
693
|
}
|
|
698
|
-
.tw-mb-6 {
|
|
694
|
+
.theme-brandCrowd .tw-mb-6 {
|
|
699
695
|
margin-bottom: 1.5rem;
|
|
700
696
|
}
|
|
701
|
-
.tw-mb-8 {
|
|
697
|
+
.theme-brandCrowd .tw-mb-8 {
|
|
702
698
|
margin-bottom: 2rem;
|
|
703
699
|
}
|
|
704
|
-
.tw-ml-0 {
|
|
700
|
+
.theme-brandCrowd .tw-ml-0 {
|
|
705
701
|
margin-left: 0px;
|
|
706
702
|
}
|
|
707
|
-
.tw-ml-2 {
|
|
703
|
+
.theme-brandCrowd .tw-ml-2 {
|
|
708
704
|
margin-left: 0.5rem;
|
|
709
705
|
}
|
|
710
|
-
.tw-ml-3 {
|
|
706
|
+
.theme-brandCrowd .tw-ml-3 {
|
|
711
707
|
margin-left: 0.75rem;
|
|
712
708
|
}
|
|
713
|
-
.tw-ml-4 {
|
|
709
|
+
.theme-brandCrowd .tw-ml-4 {
|
|
714
710
|
margin-left: 1rem;
|
|
715
711
|
}
|
|
716
|
-
.tw-ml-6 {
|
|
712
|
+
.theme-brandCrowd .tw-ml-6 {
|
|
717
713
|
margin-left: 1.5rem;
|
|
718
714
|
}
|
|
719
|
-
.tw-ml-auto {
|
|
715
|
+
.theme-brandCrowd .tw-ml-auto {
|
|
720
716
|
margin-left: auto;
|
|
721
717
|
}
|
|
722
|
-
.tw-mr-2 {
|
|
718
|
+
.theme-brandCrowd .tw-mr-2 {
|
|
723
719
|
margin-right: 0.5rem;
|
|
724
720
|
}
|
|
725
|
-
.tw-mr-3 {
|
|
721
|
+
.theme-brandCrowd .tw-mr-3 {
|
|
726
722
|
margin-right: 0.75rem;
|
|
727
723
|
}
|
|
728
|
-
.tw-mr-4 {
|
|
724
|
+
.theme-brandCrowd .tw-mr-4 {
|
|
729
725
|
margin-right: 1rem;
|
|
730
726
|
}
|
|
731
|
-
.tw-mr-auto {
|
|
727
|
+
.theme-brandCrowd .tw-mr-auto {
|
|
732
728
|
margin-right: auto;
|
|
733
729
|
}
|
|
734
|
-
.tw-mt-0 {
|
|
730
|
+
.theme-brandCrowd .tw-mt-0 {
|
|
735
731
|
margin-top: 0px;
|
|
736
732
|
}
|
|
737
|
-
.tw-mt-0\.5 {
|
|
733
|
+
.theme-brandCrowd .tw-mt-0\.5 {
|
|
738
734
|
margin-top: 0.125rem;
|
|
739
735
|
}
|
|
740
|
-
.tw-mt-1 {
|
|
736
|
+
.theme-brandCrowd .tw-mt-1 {
|
|
741
737
|
margin-top: 0.25rem;
|
|
742
738
|
}
|
|
743
|
-
.tw-mt-2 {
|
|
739
|
+
.theme-brandCrowd .tw-mt-2 {
|
|
744
740
|
margin-top: 0.5rem;
|
|
745
741
|
}
|
|
746
|
-
.tw-mt-3 {
|
|
742
|
+
.theme-brandCrowd .tw-mt-3 {
|
|
747
743
|
margin-top: 0.75rem;
|
|
748
744
|
}
|
|
749
|
-
.tw-mt-4 {
|
|
745
|
+
.theme-brandCrowd .tw-mt-4 {
|
|
750
746
|
margin-top: 1rem;
|
|
751
747
|
}
|
|
752
|
-
.tw-mt-8 {
|
|
748
|
+
.theme-brandCrowd .tw-mt-8 {
|
|
753
749
|
margin-top: 2rem;
|
|
754
750
|
}
|
|
755
|
-
.tw-box-border {
|
|
751
|
+
.theme-brandCrowd .tw-box-border {
|
|
756
752
|
box-sizing: border-box;
|
|
757
753
|
}
|
|
758
|
-
.tw-box-content {
|
|
754
|
+
.theme-brandCrowd .tw-box-content {
|
|
759
755
|
box-sizing: content-box;
|
|
760
756
|
}
|
|
761
|
-
.tw-block {
|
|
757
|
+
.theme-brandCrowd .tw-block {
|
|
762
758
|
display: block;
|
|
763
759
|
}
|
|
764
|
-
.tw-inline-block {
|
|
760
|
+
.theme-brandCrowd .tw-inline-block {
|
|
765
761
|
display: inline-block;
|
|
766
762
|
}
|
|
767
|
-
.tw-inline {
|
|
763
|
+
.theme-brandCrowd .tw-inline {
|
|
768
764
|
display: inline;
|
|
769
765
|
}
|
|
770
|
-
.tw-flex {
|
|
766
|
+
.theme-brandCrowd .tw-flex {
|
|
771
767
|
display: flex;
|
|
772
768
|
}
|
|
773
|
-
.tw-inline-flex {
|
|
769
|
+
.theme-brandCrowd .tw-inline-flex {
|
|
774
770
|
display: inline-flex;
|
|
775
771
|
}
|
|
776
|
-
.tw-grid {
|
|
772
|
+
.theme-brandCrowd .tw-grid {
|
|
777
773
|
display: grid;
|
|
778
774
|
}
|
|
779
|
-
.tw-hidden {
|
|
775
|
+
.theme-brandCrowd .tw-hidden {
|
|
780
776
|
display: none;
|
|
781
777
|
}
|
|
782
|
-
.tw-h-0 {
|
|
778
|
+
.theme-brandCrowd .tw-h-0 {
|
|
783
779
|
height: 0px;
|
|
784
780
|
}
|
|
785
|
-
.tw-h-10 {
|
|
781
|
+
.theme-brandCrowd .tw-h-10 {
|
|
786
782
|
height: 2.5rem;
|
|
787
783
|
}
|
|
788
|
-
.tw-h-12 {
|
|
784
|
+
.theme-brandCrowd .tw-h-12 {
|
|
789
785
|
height: 3rem;
|
|
790
786
|
}
|
|
791
|
-
.tw-h-14 {
|
|
787
|
+
.theme-brandCrowd .tw-h-14 {
|
|
792
788
|
height: 3.5rem;
|
|
793
789
|
}
|
|
794
|
-
.tw-h-16 {
|
|
790
|
+
.theme-brandCrowd .tw-h-16 {
|
|
795
791
|
height: 4rem;
|
|
796
792
|
}
|
|
797
|
-
.tw-h-2 {
|
|
793
|
+
.theme-brandCrowd .tw-h-2 {
|
|
798
794
|
height: 0.5rem;
|
|
799
795
|
}
|
|
800
|
-
.tw-h-20 {
|
|
796
|
+
.theme-brandCrowd .tw-h-20 {
|
|
801
797
|
height: 5rem;
|
|
802
798
|
}
|
|
803
|
-
.tw-h-24 {
|
|
799
|
+
.theme-brandCrowd .tw-h-24 {
|
|
804
800
|
height: 6rem;
|
|
805
801
|
}
|
|
806
|
-
.tw-h-3 {
|
|
802
|
+
.theme-brandCrowd .tw-h-3 {
|
|
807
803
|
height: 0.75rem;
|
|
808
804
|
}
|
|
809
|
-
.tw-h-4 {
|
|
805
|
+
.theme-brandCrowd .tw-h-4 {
|
|
810
806
|
height: 1rem;
|
|
811
807
|
}
|
|
812
|
-
.tw-h-40 {
|
|
808
|
+
.theme-brandCrowd .tw-h-40 {
|
|
813
809
|
height: 10rem;
|
|
814
810
|
}
|
|
815
|
-
.tw-h-5 {
|
|
811
|
+
.theme-brandCrowd .tw-h-5 {
|
|
816
812
|
height: 1.25rem;
|
|
817
813
|
}
|
|
818
|
-
.tw-h-6 {
|
|
814
|
+
.theme-brandCrowd .tw-h-6 {
|
|
819
815
|
height: 1.5rem;
|
|
820
816
|
}
|
|
821
|
-
.tw-h-8 {
|
|
817
|
+
.theme-brandCrowd .tw-h-8 {
|
|
822
818
|
height: 2rem;
|
|
823
819
|
}
|
|
824
|
-
.tw-h-80 {
|
|
820
|
+
.theme-brandCrowd .tw-h-80 {
|
|
825
821
|
height: 20rem;
|
|
826
822
|
}
|
|
827
|
-
.tw-h-auto {
|
|
823
|
+
.theme-brandCrowd .tw-h-auto {
|
|
828
824
|
height: auto;
|
|
829
825
|
}
|
|
830
|
-
.tw-h-full {
|
|
826
|
+
.theme-brandCrowd .tw-h-full {
|
|
831
827
|
height: 100%;
|
|
832
828
|
}
|
|
833
|
-
.tw-max-h-56 {
|
|
829
|
+
.theme-brandCrowd .tw-max-h-56 {
|
|
834
830
|
max-height: 14rem;
|
|
835
831
|
}
|
|
836
|
-
.tw-max-h-72 {
|
|
832
|
+
.theme-brandCrowd .tw-max-h-72 {
|
|
837
833
|
max-height: 18rem;
|
|
838
834
|
}
|
|
839
|
-
.tw-max-h-full {
|
|
835
|
+
.theme-brandCrowd .tw-max-h-full {
|
|
840
836
|
max-height: 100%;
|
|
841
837
|
}
|
|
842
|
-
.tw-max-h-screen {
|
|
838
|
+
.theme-brandCrowd .tw-max-h-screen {
|
|
843
839
|
max-height: 100vh;
|
|
844
840
|
}
|
|
845
|
-
.tw-w-1\/3 {
|
|
841
|
+
.theme-brandCrowd .tw-w-1\/3 {
|
|
846
842
|
width: 33.333333%;
|
|
847
843
|
}
|
|
848
|
-
.tw-w-10 {
|
|
844
|
+
.theme-brandCrowd .tw-w-10 {
|
|
849
845
|
width: 2.5rem;
|
|
850
846
|
}
|
|
851
|
-
.tw-w-12 {
|
|
847
|
+
.theme-brandCrowd .tw-w-12 {
|
|
852
848
|
width: 3rem;
|
|
853
849
|
}
|
|
854
|
-
.tw-w-14 {
|
|
850
|
+
.theme-brandCrowd .tw-w-14 {
|
|
855
851
|
width: 3.5rem;
|
|
856
852
|
}
|
|
857
|
-
.tw-w-16 {
|
|
853
|
+
.theme-brandCrowd .tw-w-16 {
|
|
858
854
|
width: 4rem;
|
|
859
855
|
}
|
|
860
|
-
.tw-w-2 {
|
|
856
|
+
.theme-brandCrowd .tw-w-2 {
|
|
861
857
|
width: 0.5rem;
|
|
862
858
|
}
|
|
863
|
-
.tw-w-24 {
|
|
859
|
+
.theme-brandCrowd .tw-w-24 {
|
|
864
860
|
width: 6rem;
|
|
865
861
|
}
|
|
866
|
-
.tw-w-3 {
|
|
862
|
+
.theme-brandCrowd .tw-w-3 {
|
|
867
863
|
width: 0.75rem;
|
|
868
864
|
}
|
|
869
|
-
.tw-w-32 {
|
|
865
|
+
.theme-brandCrowd .tw-w-32 {
|
|
870
866
|
width: 8rem;
|
|
871
867
|
}
|
|
872
|
-
.tw-w-4 {
|
|
868
|
+
.theme-brandCrowd .tw-w-4 {
|
|
873
869
|
width: 1rem;
|
|
874
870
|
}
|
|
875
|
-
.tw-w-5 {
|
|
871
|
+
.theme-brandCrowd .tw-w-5 {
|
|
876
872
|
width: 1.25rem;
|
|
877
873
|
}
|
|
878
|
-
.tw-w-6 {
|
|
874
|
+
.theme-brandCrowd .tw-w-6 {
|
|
879
875
|
width: 1.5rem;
|
|
880
876
|
}
|
|
881
|
-
.tw-w-60 {
|
|
877
|
+
.theme-brandCrowd .tw-w-60 {
|
|
882
878
|
width: 15rem;
|
|
883
879
|
}
|
|
884
|
-
.tw-w-64 {
|
|
880
|
+
.theme-brandCrowd .tw-w-64 {
|
|
885
881
|
width: 16rem;
|
|
886
882
|
}
|
|
887
|
-
.tw-w-72 {
|
|
883
|
+
.theme-brandCrowd .tw-w-72 {
|
|
888
884
|
width: 18rem;
|
|
889
885
|
}
|
|
890
|
-
.tw-w-8 {
|
|
886
|
+
.theme-brandCrowd .tw-w-8 {
|
|
891
887
|
width: 2rem;
|
|
892
888
|
}
|
|
893
|
-
.tw-w-96 {
|
|
889
|
+
.theme-brandCrowd .tw-w-96 {
|
|
894
890
|
width: 24rem;
|
|
895
891
|
}
|
|
896
|
-
.tw-w-auto {
|
|
892
|
+
.theme-brandCrowd .tw-w-auto {
|
|
897
893
|
width: auto;
|
|
898
894
|
}
|
|
899
|
-
.tw-w-fit {
|
|
895
|
+
.theme-brandCrowd .tw-w-fit {
|
|
900
896
|
width: -moz-fit-content;
|
|
901
897
|
width: fit-content;
|
|
902
898
|
}
|
|
903
|
-
.tw-w-full {
|
|
899
|
+
.theme-brandCrowd .tw-w-full {
|
|
904
900
|
width: 100%;
|
|
905
901
|
}
|
|
906
|
-
.tw-max-w-2xl {
|
|
902
|
+
.theme-brandCrowd .tw-max-w-2xl {
|
|
907
903
|
max-width: 42rem;
|
|
908
904
|
}
|
|
909
|
-
.tw-max-w-full {
|
|
905
|
+
.theme-brandCrowd .tw-max-w-full {
|
|
910
906
|
max-width: 100%;
|
|
911
907
|
}
|
|
912
|
-
.tw-max-w-md {
|
|
908
|
+
.theme-brandCrowd .tw-max-w-md {
|
|
913
909
|
max-width: 28rem;
|
|
914
910
|
}
|
|
915
|
-
.tw-max-w-xl {
|
|
911
|
+
.theme-brandCrowd .tw-max-w-xl {
|
|
916
912
|
max-width: 36rem;
|
|
917
913
|
}
|
|
918
|
-
.tw-flex-auto {
|
|
914
|
+
.theme-brandCrowd .tw-flex-auto {
|
|
919
915
|
flex: 1 1 auto;
|
|
920
916
|
}
|
|
921
|
-
.tw-flex-none {
|
|
917
|
+
.theme-brandCrowd .tw-flex-none {
|
|
922
918
|
flex: none;
|
|
923
919
|
}
|
|
924
|
-
.tw-grow {
|
|
920
|
+
.theme-brandCrowd .tw-grow {
|
|
925
921
|
flex-grow: 1;
|
|
926
922
|
}
|
|
927
|
-
.tw-origin-top-right {
|
|
923
|
+
.theme-brandCrowd .tw-origin-top-right {
|
|
928
924
|
transform-origin: top right;
|
|
929
925
|
}
|
|
930
926
|
.-tw-translate-x-px {
|
|
931
927
|
--tw-translate-x: -1px;
|
|
932
928
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
933
929
|
}
|
|
934
|
-
.tw--translate-x-2 {
|
|
930
|
+
.theme-brandCrowd .tw--translate-x-2 {
|
|
935
931
|
--tw-translate-x: -0.5rem;
|
|
936
932
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
937
933
|
}
|
|
938
|
-
.tw--translate-x-3 {
|
|
934
|
+
.theme-brandCrowd .tw--translate-x-3 {
|
|
939
935
|
--tw-translate-x: -0.75rem;
|
|
940
936
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
941
937
|
}
|
|
942
|
-
.tw--translate-x-4 {
|
|
938
|
+
.theme-brandCrowd .tw--translate-x-4 {
|
|
943
939
|
--tw-translate-x: -1rem;
|
|
944
940
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
945
941
|
}
|
|
946
|
-
.tw--translate-y-1\/2 {
|
|
942
|
+
.theme-brandCrowd .tw--translate-y-1\/2 {
|
|
947
943
|
--tw-translate-y: -50%;
|
|
948
944
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
949
945
|
}
|
|
950
|
-
.tw--translate-y-2 {
|
|
946
|
+
.theme-brandCrowd .tw--translate-y-2 {
|
|
951
947
|
--tw-translate-y: -0.5rem;
|
|
952
948
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
953
949
|
}
|
|
954
|
-
.tw-translate-x-12 {
|
|
950
|
+
.theme-brandCrowd .tw-translate-x-12 {
|
|
955
951
|
--tw-translate-x: 3rem;
|
|
956
952
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
957
953
|
}
|
|
958
|
-
.tw-translate-x-20 {
|
|
954
|
+
.theme-brandCrowd .tw-translate-x-20 {
|
|
959
955
|
--tw-translate-x: 5rem;
|
|
960
956
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
961
957
|
}
|
|
962
|
-
.tw-translate-x-4 {
|
|
958
|
+
.theme-brandCrowd .tw-translate-x-4 {
|
|
963
959
|
--tw-translate-x: 1rem;
|
|
964
960
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
965
961
|
}
|
|
966
|
-
.tw-translate-x-5 {
|
|
962
|
+
.theme-brandCrowd .tw-translate-x-5 {
|
|
967
963
|
--tw-translate-x: 1.25rem;
|
|
968
964
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
969
965
|
}
|
|
970
|
-
.tw-translate-x-6 {
|
|
966
|
+
.theme-brandCrowd .tw-translate-x-6 {
|
|
971
967
|
--tw-translate-x: 1.5rem;
|
|
972
968
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
973
969
|
}
|
|
974
|
-
.tw-translate-x-8 {
|
|
970
|
+
.theme-brandCrowd .tw-translate-x-8 {
|
|
975
971
|
--tw-translate-x: 2rem;
|
|
976
972
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
977
973
|
}
|
|
978
|
-
.tw-translate-y-1\/2 {
|
|
974
|
+
.theme-brandCrowd .tw-translate-y-1\/2 {
|
|
979
975
|
--tw-translate-y: 50%;
|
|
980
976
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
981
977
|
}
|
|
982
|
-
.tw-translate-y-2 {
|
|
978
|
+
.theme-brandCrowd .tw-translate-y-2 {
|
|
983
979
|
--tw-translate-y: 0.5rem;
|
|
984
980
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
985
981
|
}
|
|
986
|
-
.tw-translate-y-2\.5 {
|
|
982
|
+
.theme-brandCrowd .tw-translate-y-2\.5 {
|
|
987
983
|
--tw-translate-y: 0.625rem;
|
|
988
984
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
989
985
|
}
|
|
990
|
-
.tw-translate-y-4 {
|
|
986
|
+
.theme-brandCrowd .tw-translate-y-4 {
|
|
991
987
|
--tw-translate-y: 1rem;
|
|
992
988
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
993
989
|
}
|
|
994
|
-
.tw-scale-0 {
|
|
990
|
+
.theme-brandCrowd .tw-scale-0 {
|
|
995
991
|
--tw-scale-x: 0;
|
|
996
992
|
--tw-scale-y: 0;
|
|
997
993
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
998
994
|
}
|
|
999
|
-
.tw-scale-100 {
|
|
995
|
+
.theme-brandCrowd .tw-scale-100 {
|
|
1000
996
|
--tw-scale-x: 1;
|
|
1001
997
|
--tw-scale-y: 1;
|
|
1002
998
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1003
999
|
}
|
|
1004
|
-
.tw-transform {
|
|
1000
|
+
.theme-brandCrowd .tw-transform {
|
|
1005
1001
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
1002
|
}
|
|
1007
1003
|
@keyframes tw-spin {
|
|
@@ -1010,148 +1006,148 @@ video {
|
|
|
1010
1006
|
transform: rotate(360deg);
|
|
1011
1007
|
}
|
|
1012
1008
|
}
|
|
1013
|
-
.tw-animate-spin {
|
|
1009
|
+
.theme-brandCrowd .tw-animate-spin {
|
|
1014
1010
|
animation: tw-spin 1s linear infinite;
|
|
1015
1011
|
}
|
|
1016
|
-
.tw-cursor-not-allowed {
|
|
1012
|
+
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1017
1013
|
cursor: not-allowed;
|
|
1018
1014
|
}
|
|
1019
|
-
.tw-cursor-pointer {
|
|
1015
|
+
.theme-brandCrowd .tw-cursor-pointer {
|
|
1020
1016
|
cursor: pointer;
|
|
1021
1017
|
}
|
|
1022
|
-
.tw-cursor-text {
|
|
1018
|
+
.theme-brandCrowd .tw-cursor-text {
|
|
1023
1019
|
cursor: text;
|
|
1024
1020
|
}
|
|
1025
|
-
.tw-cursor-wait {
|
|
1021
|
+
.theme-brandCrowd .tw-cursor-wait {
|
|
1026
1022
|
cursor: wait;
|
|
1027
1023
|
}
|
|
1028
|
-
.tw-select-none {
|
|
1024
|
+
.theme-brandCrowd .tw-select-none {
|
|
1029
1025
|
-webkit-user-select: none;
|
|
1030
1026
|
-moz-user-select: none;
|
|
1031
1027
|
user-select: none;
|
|
1032
1028
|
}
|
|
1033
|
-
.tw-resize-none {
|
|
1029
|
+
.theme-brandCrowd .tw-resize-none {
|
|
1034
1030
|
resize: none;
|
|
1035
1031
|
}
|
|
1036
|
-
.tw-list-none {
|
|
1032
|
+
.theme-brandCrowd .tw-list-none {
|
|
1037
1033
|
list-style-type: none;
|
|
1038
1034
|
}
|
|
1039
|
-
.tw-appearance-none {
|
|
1035
|
+
.theme-brandCrowd .tw-appearance-none {
|
|
1040
1036
|
-webkit-appearance: none;
|
|
1041
1037
|
-moz-appearance: none;
|
|
1042
1038
|
appearance: none;
|
|
1043
1039
|
}
|
|
1044
|
-
.tw-grid-flow-row {
|
|
1040
|
+
.theme-brandCrowd .tw-grid-flow-row {
|
|
1045
1041
|
grid-auto-flow: row;
|
|
1046
1042
|
}
|
|
1047
|
-
.tw-auto-rows-max {
|
|
1043
|
+
.theme-brandCrowd .tw-auto-rows-max {
|
|
1048
1044
|
grid-auto-rows: max-content;
|
|
1049
1045
|
}
|
|
1050
|
-
.tw-grid-cols-1 {
|
|
1046
|
+
.theme-brandCrowd .tw-grid-cols-1 {
|
|
1051
1047
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1052
1048
|
}
|
|
1053
|
-
.tw-grid-cols-3 {
|
|
1049
|
+
.theme-brandCrowd .tw-grid-cols-3 {
|
|
1054
1050
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1055
1051
|
}
|
|
1056
|
-
.tw-grid-cols-4 {
|
|
1052
|
+
.theme-brandCrowd .tw-grid-cols-4 {
|
|
1057
1053
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1058
1054
|
}
|
|
1059
|
-
.tw-flex-row {
|
|
1055
|
+
.theme-brandCrowd .tw-flex-row {
|
|
1060
1056
|
flex-direction: row;
|
|
1061
1057
|
}
|
|
1062
|
-
.tw-flex-row-reverse {
|
|
1058
|
+
.theme-brandCrowd .tw-flex-row-reverse {
|
|
1063
1059
|
flex-direction: row-reverse;
|
|
1064
1060
|
}
|
|
1065
|
-
.tw-flex-col {
|
|
1061
|
+
.theme-brandCrowd .tw-flex-col {
|
|
1066
1062
|
flex-direction: column;
|
|
1067
1063
|
}
|
|
1068
|
-
.tw-flex-col-reverse {
|
|
1064
|
+
.theme-brandCrowd .tw-flex-col-reverse {
|
|
1069
1065
|
flex-direction: column-reverse;
|
|
1070
1066
|
}
|
|
1071
|
-
.tw-content-start {
|
|
1067
|
+
.theme-brandCrowd .tw-content-start {
|
|
1072
1068
|
align-content: flex-start;
|
|
1073
1069
|
}
|
|
1074
|
-
.tw-items-start {
|
|
1070
|
+
.theme-brandCrowd .tw-items-start {
|
|
1075
1071
|
align-items: flex-start;
|
|
1076
1072
|
}
|
|
1077
|
-
.tw-items-end {
|
|
1073
|
+
.theme-brandCrowd .tw-items-end {
|
|
1078
1074
|
align-items: flex-end;
|
|
1079
1075
|
}
|
|
1080
|
-
.tw-items-center {
|
|
1076
|
+
.theme-brandCrowd .tw-items-center {
|
|
1081
1077
|
align-items: center;
|
|
1082
1078
|
}
|
|
1083
|
-
.tw-items-stretch {
|
|
1079
|
+
.theme-brandCrowd .tw-items-stretch {
|
|
1084
1080
|
align-items: stretch;
|
|
1085
1081
|
}
|
|
1086
|
-
.tw-justify-start {
|
|
1082
|
+
.theme-brandCrowd .tw-justify-start {
|
|
1087
1083
|
justify-content: flex-start;
|
|
1088
1084
|
}
|
|
1089
|
-
.tw-justify-end {
|
|
1085
|
+
.theme-brandCrowd .tw-justify-end {
|
|
1090
1086
|
justify-content: flex-end;
|
|
1091
1087
|
}
|
|
1092
|
-
.tw-justify-center {
|
|
1088
|
+
.theme-brandCrowd .tw-justify-center {
|
|
1093
1089
|
justify-content: center;
|
|
1094
1090
|
}
|
|
1095
|
-
.tw-justify-between {
|
|
1091
|
+
.theme-brandCrowd .tw-justify-between {
|
|
1096
1092
|
justify-content: space-between;
|
|
1097
1093
|
}
|
|
1098
|
-
.tw-gap-2 {
|
|
1094
|
+
.theme-brandCrowd .tw-gap-2 {
|
|
1099
1095
|
gap: 0.5rem;
|
|
1100
1096
|
}
|
|
1101
|
-
.tw-gap-3 {
|
|
1097
|
+
.theme-brandCrowd .tw-gap-3 {
|
|
1102
1098
|
gap: 0.75rem;
|
|
1103
1099
|
}
|
|
1104
|
-
.tw-gap-4 {
|
|
1100
|
+
.theme-brandCrowd .tw-gap-4 {
|
|
1105
1101
|
gap: 1rem;
|
|
1106
1102
|
}
|
|
1107
|
-
.tw-self-center {
|
|
1103
|
+
.theme-brandCrowd .tw-self-center {
|
|
1108
1104
|
align-self: center;
|
|
1109
1105
|
}
|
|
1110
|
-
.tw-overflow-hidden {
|
|
1106
|
+
.theme-brandCrowd .tw-overflow-hidden {
|
|
1111
1107
|
overflow: hidden;
|
|
1112
1108
|
}
|
|
1113
|
-
.tw-overflow-visible {
|
|
1109
|
+
.theme-brandCrowd .tw-overflow-visible {
|
|
1114
1110
|
overflow: visible;
|
|
1115
1111
|
}
|
|
1116
|
-
.tw-overflow-scroll {
|
|
1112
|
+
.theme-brandCrowd .tw-overflow-scroll {
|
|
1117
1113
|
overflow: scroll;
|
|
1118
1114
|
}
|
|
1119
|
-
.tw-overflow-x-auto {
|
|
1115
|
+
.theme-brandCrowd .tw-overflow-x-auto {
|
|
1120
1116
|
overflow-x: auto;
|
|
1121
1117
|
}
|
|
1122
|
-
.tw-overflow-y-auto {
|
|
1118
|
+
.theme-brandCrowd .tw-overflow-y-auto {
|
|
1123
1119
|
overflow-y: auto;
|
|
1124
1120
|
}
|
|
1125
|
-
.tw-overflow-x-hidden {
|
|
1121
|
+
.theme-brandCrowd .tw-overflow-x-hidden {
|
|
1126
1122
|
overflow-x: hidden;
|
|
1127
1123
|
}
|
|
1128
|
-
.tw-overflow-y-hidden {
|
|
1124
|
+
.theme-brandCrowd .tw-overflow-y-hidden {
|
|
1129
1125
|
overflow-y: hidden;
|
|
1130
1126
|
}
|
|
1131
|
-
.tw-truncate {
|
|
1127
|
+
.theme-brandCrowd .tw-truncate {
|
|
1132
1128
|
overflow: hidden;
|
|
1133
1129
|
text-overflow: ellipsis;
|
|
1134
1130
|
white-space: nowrap;
|
|
1135
1131
|
}
|
|
1136
|
-
.tw-whitespace-nowrap {
|
|
1132
|
+
.theme-brandCrowd .tw-whitespace-nowrap {
|
|
1137
1133
|
white-space: nowrap;
|
|
1138
1134
|
}
|
|
1139
|
-
.tw-break-all {
|
|
1135
|
+
.theme-brandCrowd .tw-break-all {
|
|
1140
1136
|
word-break: break-all;
|
|
1141
1137
|
}
|
|
1142
|
-
.tw-rounded {
|
|
1138
|
+
.theme-brandCrowd .tw-rounded {
|
|
1143
1139
|
border-radius: 0.25rem;
|
|
1144
1140
|
}
|
|
1145
|
-
.tw-rounded-full {
|
|
1141
|
+
.theme-brandCrowd .tw-rounded-full {
|
|
1146
1142
|
border-radius: 9999px;
|
|
1147
1143
|
}
|
|
1148
|
-
.tw-rounded-md {
|
|
1144
|
+
.theme-brandCrowd .tw-rounded-md {
|
|
1149
1145
|
border-radius: 0.375rem;
|
|
1150
1146
|
}
|
|
1151
|
-
.tw-rounded-none {
|
|
1147
|
+
.theme-brandCrowd .tw-rounded-none {
|
|
1152
1148
|
border-radius: 0px;
|
|
1153
1149
|
}
|
|
1154
|
-
.tw-rounded-sm {
|
|
1150
|
+
.theme-brandCrowd .tw-rounded-sm {
|
|
1155
1151
|
border-radius: 0.125rem;
|
|
1156
1152
|
}
|
|
1157
1153
|
.\!tw-rounded-l-none {
|
|
@@ -1162,305 +1158,302 @@ video {
|
|
|
1162
1158
|
border-top-right-radius: 0px !important;
|
|
1163
1159
|
border-bottom-right-radius: 0px !important;
|
|
1164
1160
|
}
|
|
1165
|
-
.tw-rounded-b {
|
|
1161
|
+
.theme-brandCrowd .tw-rounded-b {
|
|
1166
1162
|
border-bottom-right-radius: 0.25rem;
|
|
1167
1163
|
border-bottom-left-radius: 0.25rem;
|
|
1168
1164
|
}
|
|
1169
|
-
.tw-rounded-l {
|
|
1165
|
+
.theme-brandCrowd .tw-rounded-l {
|
|
1170
1166
|
border-top-left-radius: 0.25rem;
|
|
1171
1167
|
border-bottom-left-radius: 0.25rem;
|
|
1172
1168
|
}
|
|
1173
|
-
.tw-rounded-l-none {
|
|
1169
|
+
.theme-brandCrowd .tw-rounded-l-none {
|
|
1174
1170
|
border-top-left-radius: 0px;
|
|
1175
1171
|
border-bottom-left-radius: 0px;
|
|
1176
1172
|
}
|
|
1177
|
-
.tw-rounded-r {
|
|
1173
|
+
.theme-brandCrowd .tw-rounded-r {
|
|
1178
1174
|
border-top-right-radius: 0.25rem;
|
|
1179
1175
|
border-bottom-right-radius: 0.25rem;
|
|
1180
1176
|
}
|
|
1181
|
-
.tw-rounded-r-none {
|
|
1177
|
+
.theme-brandCrowd .tw-rounded-r-none {
|
|
1182
1178
|
border-top-right-radius: 0px;
|
|
1183
1179
|
border-bottom-right-radius: 0px;
|
|
1184
1180
|
}
|
|
1185
|
-
.tw-border {
|
|
1181
|
+
.theme-brandCrowd .tw-border {
|
|
1186
1182
|
border-width: 1px;
|
|
1187
1183
|
}
|
|
1188
|
-
.tw-border-0 {
|
|
1184
|
+
.theme-brandCrowd .tw-border-0 {
|
|
1189
1185
|
border-width: 0px;
|
|
1190
1186
|
}
|
|
1191
|
-
.tw-border-2 {
|
|
1187
|
+
.theme-brandCrowd .tw-border-2 {
|
|
1192
1188
|
border-width: 2px;
|
|
1193
1189
|
}
|
|
1194
|
-
.tw-border-b-0 {
|
|
1190
|
+
.theme-brandCrowd .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.tw-border-b-
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
|
-
.tw-border-b-4 {
|
|
1193
|
+
.theme-brandCrowd .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
1203
|
-
.tw-border-l {
|
|
1196
|
+
.theme-brandCrowd .tw-border-l {
|
|
1204
1197
|
border-left-width: 1px;
|
|
1205
1198
|
}
|
|
1206
|
-
.tw-border-l-0 {
|
|
1199
|
+
.theme-brandCrowd .tw-border-l-0 {
|
|
1207
1200
|
border-left-width: 0px;
|
|
1208
1201
|
}
|
|
1209
|
-
.tw-border-r {
|
|
1202
|
+
.theme-brandCrowd .tw-border-r {
|
|
1210
1203
|
border-right-width: 1px;
|
|
1211
1204
|
}
|
|
1212
|
-
.tw-border-r-0 {
|
|
1205
|
+
.theme-brandCrowd .tw-border-r-0 {
|
|
1213
1206
|
border-right-width: 0px;
|
|
1214
1207
|
}
|
|
1215
|
-
.tw-border-t {
|
|
1208
|
+
.theme-brandCrowd .tw-border-t {
|
|
1216
1209
|
border-top-width: 1px;
|
|
1217
1210
|
}
|
|
1218
|
-
.tw-border-t-0 {
|
|
1211
|
+
.theme-brandCrowd .tw-border-t-0 {
|
|
1219
1212
|
border-top-width: 0px;
|
|
1220
1213
|
}
|
|
1221
|
-
.tw-border-t-2 {
|
|
1214
|
+
.theme-brandCrowd .tw-border-t-2 {
|
|
1222
1215
|
border-top-width: 2px;
|
|
1223
1216
|
}
|
|
1224
|
-
.tw-border-solid {
|
|
1217
|
+
.theme-brandCrowd .tw-border-solid {
|
|
1225
1218
|
border-style: solid;
|
|
1226
1219
|
}
|
|
1227
|
-
.tw-border-dashed {
|
|
1220
|
+
.theme-brandCrowd .tw-border-dashed {
|
|
1228
1221
|
border-style: dashed;
|
|
1229
1222
|
}
|
|
1230
|
-
.tw-border-none {
|
|
1223
|
+
.theme-brandCrowd .tw-border-none {
|
|
1231
1224
|
border-style: none;
|
|
1232
1225
|
}
|
|
1233
|
-
.tw-border-black\/10 {
|
|
1226
|
+
.theme-brandCrowd .tw-border-black\/10 {
|
|
1234
1227
|
border-color: rgb(0 0 0 / 0.1);
|
|
1235
1228
|
}
|
|
1236
|
-
.tw-border-error-500 {
|
|
1229
|
+
.theme-brandCrowd .tw-border-error-500 {
|
|
1237
1230
|
--tw-border-opacity: 1;
|
|
1238
1231
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1239
1232
|
}
|
|
1240
|
-
.tw-border-error-600 {
|
|
1233
|
+
.theme-brandCrowd .tw-border-error-600 {
|
|
1241
1234
|
--tw-border-opacity: 1;
|
|
1242
1235
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1243
1236
|
}
|
|
1244
|
-
.tw-border-grayscale-100 {
|
|
1237
|
+
.theme-brandCrowd .tw-border-grayscale-100 {
|
|
1245
1238
|
--tw-border-opacity: 1;
|
|
1246
1239
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1247
1240
|
}
|
|
1248
|
-
.tw-border-grayscale-300 {
|
|
1241
|
+
.theme-brandCrowd .tw-border-grayscale-300 {
|
|
1249
1242
|
--tw-border-opacity: 1;
|
|
1250
1243
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1251
1244
|
}
|
|
1252
|
-
.tw-border-grayscale-400 {
|
|
1245
|
+
.theme-brandCrowd .tw-border-grayscale-400 {
|
|
1253
1246
|
--tw-border-opacity: 1;
|
|
1254
1247
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1255
1248
|
}
|
|
1256
|
-
.tw-border-grayscale-500 {
|
|
1249
|
+
.theme-brandCrowd .tw-border-grayscale-500 {
|
|
1257
1250
|
--tw-border-opacity: 1;
|
|
1258
1251
|
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
1259
1252
|
}
|
|
1260
|
-
.tw-border-grayscale-600 {
|
|
1253
|
+
.theme-brandCrowd .tw-border-grayscale-600 {
|
|
1261
1254
|
--tw-border-opacity: 1;
|
|
1262
1255
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
1263
1256
|
}
|
|
1264
|
-
.tw-border-info-300 {
|
|
1257
|
+
.theme-brandCrowd .tw-border-info-300 {
|
|
1265
1258
|
--tw-border-opacity: 1;
|
|
1266
1259
|
border-color: rgb(102 193 231 / var(--tw-border-opacity));
|
|
1267
1260
|
}
|
|
1268
|
-
.tw-border-info-500 {
|
|
1261
|
+
.theme-brandCrowd .tw-border-info-500 {
|
|
1269
1262
|
--tw-border-opacity: 1;
|
|
1270
1263
|
border-color: rgb(0 151 215 / var(--tw-border-opacity));
|
|
1271
1264
|
}
|
|
1272
|
-
.tw-border-primary-300 {
|
|
1265
|
+
.theme-brandCrowd .tw-border-primary-300 {
|
|
1273
1266
|
--tw-border-opacity: 1;
|
|
1274
1267
|
border-color: rgb(247 118 140 / var(--tw-border-opacity));
|
|
1275
1268
|
}
|
|
1276
|
-
.tw-border-primary-400 {
|
|
1269
|
+
.theme-brandCrowd .tw-border-primary-400 {
|
|
1277
1270
|
--tw-border-opacity: 1;
|
|
1278
1271
|
border-color: rgb(245 73 101 / var(--tw-border-opacity));
|
|
1279
1272
|
}
|
|
1280
|
-
.tw-border-primary-500 {
|
|
1273
|
+
.theme-brandCrowd .tw-border-primary-500 {
|
|
1281
1274
|
--tw-border-opacity: 1;
|
|
1282
1275
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1283
1276
|
}
|
|
1284
|
-
.tw-border-primary-600 {
|
|
1277
|
+
.theme-brandCrowd .tw-border-primary-600 {
|
|
1285
1278
|
--tw-border-opacity: 1;
|
|
1286
1279
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1287
1280
|
}
|
|
1288
|
-
.tw-border-secondary-200 {
|
|
1281
|
+
.theme-brandCrowd .tw-border-secondary-200 {
|
|
1289
1282
|
--tw-border-opacity: 1;
|
|
1290
1283
|
border-color: rgb(189 189 189 / var(--tw-border-opacity));
|
|
1291
1284
|
}
|
|
1292
|
-
.tw-border-secondary-300 {
|
|
1285
|
+
.theme-brandCrowd .tw-border-secondary-300 {
|
|
1293
1286
|
--tw-border-opacity: 1;
|
|
1294
1287
|
border-color: rgb(155 155 155 / var(--tw-border-opacity));
|
|
1295
1288
|
}
|
|
1296
|
-
.tw-border-secondary-500 {
|
|
1289
|
+
.theme-brandCrowd .tw-border-secondary-500 {
|
|
1297
1290
|
--tw-border-opacity: 1;
|
|
1298
1291
|
border-color: rgb(89 89 89 / var(--tw-border-opacity));
|
|
1299
1292
|
}
|
|
1300
|
-
.tw-border-success-400 {
|
|
1293
|
+
.theme-brandCrowd .tw-border-success-400 {
|
|
1301
1294
|
--tw-border-opacity: 1;
|
|
1302
1295
|
border-color: rgb(80 185 64 / var(--tw-border-opacity));
|
|
1303
1296
|
}
|
|
1304
|
-
.tw-border-success-500 {
|
|
1297
|
+
.theme-brandCrowd .tw-border-success-500 {
|
|
1305
1298
|
--tw-border-opacity: 1;
|
|
1306
1299
|
border-color: rgb(36 168 16 / var(--tw-border-opacity));
|
|
1307
1300
|
}
|
|
1308
|
-
.tw-border-success-600 {
|
|
1301
|
+
.theme-brandCrowd .tw-border-success-600 {
|
|
1309
1302
|
--tw-border-opacity: 1;
|
|
1310
1303
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1311
1304
|
}
|
|
1312
|
-
.tw-border-warning-300 {
|
|
1305
|
+
.theme-brandCrowd .tw-border-warning-300 {
|
|
1313
1306
|
--tw-border-opacity: 1;
|
|
1314
1307
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1315
1308
|
}
|
|
1316
|
-
.tw-border-warning-500 {
|
|
1309
|
+
.theme-brandCrowd .tw-border-warning-500 {
|
|
1317
1310
|
--tw-border-opacity: 1;
|
|
1318
1311
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1319
1312
|
}
|
|
1320
|
-
.tw-border-warning-600 {
|
|
1313
|
+
.theme-brandCrowd .tw-border-warning-600 {
|
|
1321
1314
|
--tw-border-opacity: 1;
|
|
1322
1315
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1323
1316
|
}
|
|
1324
|
-
.tw-border-white {
|
|
1317
|
+
.theme-brandCrowd .tw-border-white {
|
|
1325
1318
|
--tw-border-opacity: 1;
|
|
1326
1319
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1327
1320
|
}
|
|
1328
|
-
.tw-bg-black {
|
|
1321
|
+
.theme-brandCrowd .tw-bg-black {
|
|
1329
1322
|
--tw-bg-opacity: 1;
|
|
1330
1323
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1331
1324
|
}
|
|
1332
|
-
.tw-bg-error-100 {
|
|
1325
|
+
.theme-brandCrowd .tw-bg-error-100 {
|
|
1333
1326
|
--tw-bg-opacity: 1;
|
|
1334
1327
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
1335
1328
|
}
|
|
1336
|
-
.tw-bg-error-500 {
|
|
1329
|
+
.theme-brandCrowd .tw-bg-error-500 {
|
|
1337
1330
|
--tw-bg-opacity: 1;
|
|
1338
1331
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1339
1332
|
}
|
|
1340
|
-
.tw-bg-grayscale-100 {
|
|
1333
|
+
.theme-brandCrowd .tw-bg-grayscale-100 {
|
|
1341
1334
|
--tw-bg-opacity: 1;
|
|
1342
1335
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1343
1336
|
}
|
|
1344
|
-
.tw-bg-grayscale-200 {
|
|
1337
|
+
.theme-brandCrowd .tw-bg-grayscale-200 {
|
|
1345
1338
|
--tw-bg-opacity: 1;
|
|
1346
1339
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1347
1340
|
}
|
|
1348
|
-
.tw-bg-grayscale-300 {
|
|
1341
|
+
.theme-brandCrowd .tw-bg-grayscale-300 {
|
|
1349
1342
|
--tw-bg-opacity: 1;
|
|
1350
1343
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1351
1344
|
}
|
|
1352
|
-
.tw-bg-grayscale-400 {
|
|
1345
|
+
.theme-brandCrowd .tw-bg-grayscale-400 {
|
|
1353
1346
|
--tw-bg-opacity: 1;
|
|
1354
1347
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1355
1348
|
}
|
|
1356
|
-
.tw-bg-grayscale-500 {
|
|
1349
|
+
.theme-brandCrowd .tw-bg-grayscale-500 {
|
|
1357
1350
|
--tw-bg-opacity: 1;
|
|
1358
1351
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
1359
1352
|
}
|
|
1360
|
-
.tw-bg-info-100 {
|
|
1353
|
+
.theme-brandCrowd .tw-bg-info-100 {
|
|
1361
1354
|
--tw-bg-opacity: 1;
|
|
1362
1355
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
1363
1356
|
}
|
|
1364
|
-
.tw-bg-info-300 {
|
|
1357
|
+
.theme-brandCrowd .tw-bg-info-300 {
|
|
1365
1358
|
--tw-bg-opacity: 1;
|
|
1366
1359
|
background-color: rgb(102 193 231 / var(--tw-bg-opacity));
|
|
1367
1360
|
}
|
|
1368
|
-
.tw-bg-info-400 {
|
|
1361
|
+
.theme-brandCrowd .tw-bg-info-400 {
|
|
1369
1362
|
--tw-bg-opacity: 1;
|
|
1370
1363
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
1371
1364
|
}
|
|
1372
|
-
.tw-bg-info-500 {
|
|
1365
|
+
.theme-brandCrowd .tw-bg-info-500 {
|
|
1373
1366
|
--tw-bg-opacity: 1;
|
|
1374
1367
|
background-color: rgb(0 151 215 / var(--tw-bg-opacity));
|
|
1375
1368
|
}
|
|
1376
|
-
.tw-bg-info-600 {
|
|
1369
|
+
.theme-brandCrowd .tw-bg-info-600 {
|
|
1377
1370
|
--tw-bg-opacity: 1;
|
|
1378
1371
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
1379
1372
|
}
|
|
1380
|
-
.tw-bg-primary-300 {
|
|
1373
|
+
.theme-brandCrowd .tw-bg-primary-300 {
|
|
1381
1374
|
--tw-bg-opacity: 1;
|
|
1382
1375
|
background-color: rgb(247 118 140 / var(--tw-bg-opacity));
|
|
1383
1376
|
}
|
|
1384
|
-
.tw-bg-primary-400 {
|
|
1377
|
+
.theme-brandCrowd .tw-bg-primary-400 {
|
|
1385
1378
|
--tw-bg-opacity: 1;
|
|
1386
1379
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
1387
1380
|
}
|
|
1388
|
-
.tw-bg-primary-500 {
|
|
1381
|
+
.theme-brandCrowd .tw-bg-primary-500 {
|
|
1389
1382
|
--tw-bg-opacity: 1;
|
|
1390
1383
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1391
1384
|
}
|
|
1392
|
-
.tw-bg-primary-600 {
|
|
1385
|
+
.theme-brandCrowd .tw-bg-primary-600 {
|
|
1393
1386
|
--tw-bg-opacity: 1;
|
|
1394
1387
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
1395
1388
|
}
|
|
1396
|
-
.tw-bg-secondary-100 {
|
|
1389
|
+
.theme-brandCrowd .tw-bg-secondary-100 {
|
|
1397
1390
|
--tw-bg-opacity: 1;
|
|
1398
1391
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
1399
1392
|
}
|
|
1400
|
-
.tw-bg-secondary-300 {
|
|
1393
|
+
.theme-brandCrowd .tw-bg-secondary-300 {
|
|
1401
1394
|
--tw-bg-opacity: 1;
|
|
1402
1395
|
background-color: rgb(155 155 155 / var(--tw-bg-opacity));
|
|
1403
1396
|
}
|
|
1404
|
-
.tw-bg-secondary-500 {
|
|
1397
|
+
.theme-brandCrowd .tw-bg-secondary-500 {
|
|
1405
1398
|
--tw-bg-opacity: 1;
|
|
1406
1399
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
1407
1400
|
}
|
|
1408
|
-
.tw-bg-success-100 {
|
|
1401
|
+
.theme-brandCrowd .tw-bg-success-100 {
|
|
1409
1402
|
--tw-bg-opacity: 1;
|
|
1410
1403
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
1411
1404
|
}
|
|
1412
|
-
.tw-bg-success-400 {
|
|
1405
|
+
.theme-brandCrowd .tw-bg-success-400 {
|
|
1413
1406
|
--tw-bg-opacity: 1;
|
|
1414
1407
|
background-color: rgb(80 185 64 / var(--tw-bg-opacity));
|
|
1415
1408
|
}
|
|
1416
|
-
.tw-bg-success-500 {
|
|
1409
|
+
.theme-brandCrowd .tw-bg-success-500 {
|
|
1417
1410
|
--tw-bg-opacity: 1;
|
|
1418
1411
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
1419
1412
|
}
|
|
1420
|
-
.tw-bg-transparent {
|
|
1413
|
+
.theme-brandCrowd .tw-bg-transparent {
|
|
1421
1414
|
background-color: transparent;
|
|
1422
1415
|
}
|
|
1423
|
-
.tw-bg-warning-100 {
|
|
1416
|
+
.theme-brandCrowd .tw-bg-warning-100 {
|
|
1424
1417
|
--tw-bg-opacity: 1;
|
|
1425
1418
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1426
1419
|
}
|
|
1427
|
-
.tw-bg-warning-300 {
|
|
1420
|
+
.theme-brandCrowd .tw-bg-warning-300 {
|
|
1428
1421
|
--tw-bg-opacity: 1;
|
|
1429
1422
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1430
1423
|
}
|
|
1431
|
-
.tw-bg-warning-500 {
|
|
1424
|
+
.theme-brandCrowd .tw-bg-warning-500 {
|
|
1432
1425
|
--tw-bg-opacity: 1;
|
|
1433
1426
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1434
1427
|
}
|
|
1435
|
-
.tw-bg-warning-600 {
|
|
1428
|
+
.theme-brandCrowd .tw-bg-warning-600 {
|
|
1436
1429
|
--tw-bg-opacity: 1;
|
|
1437
1430
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1438
1431
|
}
|
|
1439
|
-
.tw-bg-white {
|
|
1432
|
+
.theme-brandCrowd .tw-bg-white {
|
|
1440
1433
|
--tw-bg-opacity: 1;
|
|
1441
1434
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1442
1435
|
}
|
|
1443
|
-
.tw-bg-opacity-75 {
|
|
1436
|
+
.theme-brandCrowd .tw-bg-opacity-75 {
|
|
1444
1437
|
--tw-bg-opacity: 0.75;
|
|
1445
1438
|
}
|
|
1446
|
-
.tw-bg-opacity-80 {
|
|
1439
|
+
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1447
1440
|
--tw-bg-opacity: 0.8;
|
|
1448
1441
|
}
|
|
1449
|
-
.tw-bg-no-repeat {
|
|
1442
|
+
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1450
1443
|
background-repeat: no-repeat;
|
|
1451
1444
|
}
|
|
1452
|
-
.tw-fill-current {
|
|
1445
|
+
.theme-brandCrowd .tw-fill-current {
|
|
1453
1446
|
fill: currentColor;
|
|
1454
1447
|
}
|
|
1455
|
-
.tw-object-contain {
|
|
1448
|
+
.theme-brandCrowd .tw-object-contain {
|
|
1456
1449
|
-o-object-fit: contain;
|
|
1457
1450
|
object-fit: contain;
|
|
1458
1451
|
}
|
|
1459
|
-
.tw-object-cover {
|
|
1452
|
+
.theme-brandCrowd .tw-object-cover {
|
|
1460
1453
|
-o-object-fit: cover;
|
|
1461
1454
|
object-fit: cover;
|
|
1462
1455
|
}
|
|
1463
|
-
.tw-object-top {
|
|
1456
|
+
.theme-brandCrowd .tw-object-top {
|
|
1464
1457
|
-o-object-position: top;
|
|
1465
1458
|
object-position: top;
|
|
1466
1459
|
}
|
|
@@ -1569,311 +1562,311 @@ video {
|
|
|
1569
1562
|
.\!tw-p-px {
|
|
1570
1563
|
padding: 1px !important;
|
|
1571
1564
|
}
|
|
1572
|
-
.tw-p-0 {
|
|
1565
|
+
.theme-brandCrowd .tw-p-0 {
|
|
1573
1566
|
padding: 0px;
|
|
1574
1567
|
}
|
|
1575
|
-
.tw-p-1 {
|
|
1568
|
+
.theme-brandCrowd .tw-p-1 {
|
|
1576
1569
|
padding: 0.25rem;
|
|
1577
1570
|
}
|
|
1578
|
-
.tw-p-2 {
|
|
1571
|
+
.theme-brandCrowd .tw-p-2 {
|
|
1579
1572
|
padding: 0.5rem;
|
|
1580
1573
|
}
|
|
1581
|
-
.tw-p-3 {
|
|
1574
|
+
.theme-brandCrowd .tw-p-3 {
|
|
1582
1575
|
padding: 0.75rem;
|
|
1583
1576
|
}
|
|
1584
|
-
.tw-p-4 {
|
|
1577
|
+
.theme-brandCrowd .tw-p-4 {
|
|
1585
1578
|
padding: 1rem;
|
|
1586
1579
|
}
|
|
1587
|
-
.tw-p-6 {
|
|
1580
|
+
.theme-brandCrowd .tw-p-6 {
|
|
1588
1581
|
padding: 1.5rem;
|
|
1589
1582
|
}
|
|
1590
|
-
.tw-p-8 {
|
|
1583
|
+
.theme-brandCrowd .tw-p-8 {
|
|
1591
1584
|
padding: 2rem;
|
|
1592
1585
|
}
|
|
1593
|
-
.tw-px-0 {
|
|
1586
|
+
.theme-brandCrowd .tw-px-0 {
|
|
1594
1587
|
padding-left: 0px;
|
|
1595
1588
|
padding-right: 0px;
|
|
1596
1589
|
}
|
|
1597
|
-
.tw-px-0\.5 {
|
|
1590
|
+
.theme-brandCrowd .tw-px-0\.5 {
|
|
1598
1591
|
padding-left: 0.125rem;
|
|
1599
1592
|
padding-right: 0.125rem;
|
|
1600
1593
|
}
|
|
1601
|
-
.tw-px-2 {
|
|
1594
|
+
.theme-brandCrowd .tw-px-2 {
|
|
1602
1595
|
padding-left: 0.5rem;
|
|
1603
1596
|
padding-right: 0.5rem;
|
|
1604
1597
|
}
|
|
1605
|
-
.tw-px-20 {
|
|
1598
|
+
.theme-brandCrowd .tw-px-20 {
|
|
1606
1599
|
padding-left: 5rem;
|
|
1607
1600
|
padding-right: 5rem;
|
|
1608
1601
|
}
|
|
1609
|
-
.tw-px-3 {
|
|
1602
|
+
.theme-brandCrowd .tw-px-3 {
|
|
1610
1603
|
padding-left: 0.75rem;
|
|
1611
1604
|
padding-right: 0.75rem;
|
|
1612
1605
|
}
|
|
1613
|
-
.tw-px-4 {
|
|
1606
|
+
.theme-brandCrowd .tw-px-4 {
|
|
1614
1607
|
padding-left: 1rem;
|
|
1615
1608
|
padding-right: 1rem;
|
|
1616
1609
|
}
|
|
1617
|
-
.tw-px-5 {
|
|
1610
|
+
.theme-brandCrowd .tw-px-5 {
|
|
1618
1611
|
padding-left: 1.25rem;
|
|
1619
1612
|
padding-right: 1.25rem;
|
|
1620
1613
|
}
|
|
1621
|
-
.tw-px-6 {
|
|
1614
|
+
.theme-brandCrowd .tw-px-6 {
|
|
1622
1615
|
padding-left: 1.5rem;
|
|
1623
1616
|
padding-right: 1.5rem;
|
|
1624
1617
|
}
|
|
1625
|
-
.tw-px-8 {
|
|
1618
|
+
.theme-brandCrowd .tw-px-8 {
|
|
1626
1619
|
padding-left: 2rem;
|
|
1627
1620
|
padding-right: 2rem;
|
|
1628
1621
|
}
|
|
1629
|
-
.tw-px-px {
|
|
1622
|
+
.theme-brandCrowd .tw-px-px {
|
|
1630
1623
|
padding-left: 1px;
|
|
1631
1624
|
padding-right: 1px;
|
|
1632
1625
|
}
|
|
1633
|
-
.tw-py-0 {
|
|
1626
|
+
.theme-brandCrowd .tw-py-0 {
|
|
1634
1627
|
padding-top: 0px;
|
|
1635
1628
|
padding-bottom: 0px;
|
|
1636
1629
|
}
|
|
1637
|
-
.tw-py-0\.5 {
|
|
1630
|
+
.theme-brandCrowd .tw-py-0\.5 {
|
|
1638
1631
|
padding-top: 0.125rem;
|
|
1639
1632
|
padding-bottom: 0.125rem;
|
|
1640
1633
|
}
|
|
1641
|
-
.tw-py-1 {
|
|
1634
|
+
.theme-brandCrowd .tw-py-1 {
|
|
1642
1635
|
padding-top: 0.25rem;
|
|
1643
1636
|
padding-bottom: 0.25rem;
|
|
1644
1637
|
}
|
|
1645
|
-
.tw-py-1\.5 {
|
|
1638
|
+
.theme-brandCrowd .tw-py-1\.5 {
|
|
1646
1639
|
padding-top: 0.375rem;
|
|
1647
1640
|
padding-bottom: 0.375rem;
|
|
1648
1641
|
}
|
|
1649
|
-
.tw-py-10 {
|
|
1642
|
+
.theme-brandCrowd .tw-py-10 {
|
|
1650
1643
|
padding-top: 2.5rem;
|
|
1651
1644
|
padding-bottom: 2.5rem;
|
|
1652
1645
|
}
|
|
1653
|
-
.tw-py-2 {
|
|
1646
|
+
.theme-brandCrowd .tw-py-2 {
|
|
1654
1647
|
padding-top: 0.5rem;
|
|
1655
1648
|
padding-bottom: 0.5rem;
|
|
1656
1649
|
}
|
|
1657
|
-
.tw-py-3 {
|
|
1650
|
+
.theme-brandCrowd .tw-py-3 {
|
|
1658
1651
|
padding-top: 0.75rem;
|
|
1659
1652
|
padding-bottom: 0.75rem;
|
|
1660
1653
|
}
|
|
1661
|
-
.tw-py-3\.5 {
|
|
1654
|
+
.theme-brandCrowd .tw-py-3\.5 {
|
|
1662
1655
|
padding-top: 0.875rem;
|
|
1663
1656
|
padding-bottom: 0.875rem;
|
|
1664
1657
|
}
|
|
1665
|
-
.tw-py-4 {
|
|
1658
|
+
.theme-brandCrowd .tw-py-4 {
|
|
1666
1659
|
padding-top: 1rem;
|
|
1667
1660
|
padding-bottom: 1rem;
|
|
1668
1661
|
}
|
|
1669
|
-
.tw-py-5 {
|
|
1662
|
+
.theme-brandCrowd .tw-py-5 {
|
|
1670
1663
|
padding-top: 1.25rem;
|
|
1671
1664
|
padding-bottom: 1.25rem;
|
|
1672
1665
|
}
|
|
1673
|
-
.tw-py-8 {
|
|
1666
|
+
.theme-brandCrowd .tw-py-8 {
|
|
1674
1667
|
padding-top: 2rem;
|
|
1675
1668
|
padding-bottom: 2rem;
|
|
1676
1669
|
}
|
|
1677
|
-
.tw-pb-0 {
|
|
1670
|
+
.theme-brandCrowd .tw-pb-0 {
|
|
1678
1671
|
padding-bottom: 0px;
|
|
1679
1672
|
}
|
|
1680
|
-
.tw-pb-16 {
|
|
1673
|
+
.theme-brandCrowd .tw-pb-16 {
|
|
1681
1674
|
padding-bottom: 4rem;
|
|
1682
1675
|
}
|
|
1683
|
-
.tw-pb-24 {
|
|
1676
|
+
.theme-brandCrowd .tw-pb-24 {
|
|
1684
1677
|
padding-bottom: 6rem;
|
|
1685
1678
|
}
|
|
1686
|
-
.tw-pb-8 {
|
|
1679
|
+
.theme-brandCrowd .tw-pb-8 {
|
|
1687
1680
|
padding-bottom: 2rem;
|
|
1688
1681
|
}
|
|
1689
|
-
.tw-pl-0 {
|
|
1682
|
+
.theme-brandCrowd .tw-pl-0 {
|
|
1690
1683
|
padding-left: 0px;
|
|
1691
1684
|
}
|
|
1692
|
-
.tw-pl-12 {
|
|
1685
|
+
.theme-brandCrowd .tw-pl-12 {
|
|
1693
1686
|
padding-left: 3rem;
|
|
1694
1687
|
}
|
|
1695
|
-
.tw-pl-3 {
|
|
1688
|
+
.theme-brandCrowd .tw-pl-3 {
|
|
1696
1689
|
padding-left: 0.75rem;
|
|
1697
1690
|
}
|
|
1698
|
-
.tw-pl-8 {
|
|
1691
|
+
.theme-brandCrowd .tw-pl-8 {
|
|
1699
1692
|
padding-left: 2rem;
|
|
1700
1693
|
}
|
|
1701
|
-
.tw-pr-12 {
|
|
1694
|
+
.theme-brandCrowd .tw-pr-12 {
|
|
1702
1695
|
padding-right: 3rem;
|
|
1703
1696
|
}
|
|
1704
|
-
.tw-pr-2 {
|
|
1697
|
+
.theme-brandCrowd .tw-pr-2 {
|
|
1705
1698
|
padding-right: 0.5rem;
|
|
1706
1699
|
}
|
|
1707
|
-
.tw-pr-4 {
|
|
1700
|
+
.theme-brandCrowd .tw-pr-4 {
|
|
1708
1701
|
padding-right: 1rem;
|
|
1709
1702
|
}
|
|
1710
|
-
.tw-pr-6 {
|
|
1703
|
+
.theme-brandCrowd .tw-pr-6 {
|
|
1711
1704
|
padding-right: 1.5rem;
|
|
1712
1705
|
}
|
|
1713
|
-
.tw-pt-1 {
|
|
1706
|
+
.theme-brandCrowd .tw-pt-1 {
|
|
1714
1707
|
padding-top: 0.25rem;
|
|
1715
1708
|
}
|
|
1716
|
-
.tw-pt-12 {
|
|
1709
|
+
.theme-brandCrowd .tw-pt-12 {
|
|
1717
1710
|
padding-top: 3rem;
|
|
1718
1711
|
}
|
|
1719
|
-
.tw-pt-2 {
|
|
1712
|
+
.theme-brandCrowd .tw-pt-2 {
|
|
1720
1713
|
padding-top: 0.5rem;
|
|
1721
1714
|
}
|
|
1722
|
-
.tw-pt-6 {
|
|
1715
|
+
.theme-brandCrowd .tw-pt-6 {
|
|
1723
1716
|
padding-top: 1.5rem;
|
|
1724
1717
|
}
|
|
1725
|
-
.tw-text-left {
|
|
1718
|
+
.theme-brandCrowd .tw-text-left {
|
|
1726
1719
|
text-align: left;
|
|
1727
1720
|
}
|
|
1728
|
-
.tw-text-center {
|
|
1721
|
+
.theme-brandCrowd .tw-text-center {
|
|
1729
1722
|
text-align: center;
|
|
1730
1723
|
}
|
|
1731
|
-
.tw-align-top {
|
|
1724
|
+
.theme-brandCrowd .tw-align-top {
|
|
1732
1725
|
vertical-align: top;
|
|
1733
1726
|
}
|
|
1734
|
-
.tw-align-middle {
|
|
1727
|
+
.theme-brandCrowd .tw-align-middle {
|
|
1735
1728
|
vertical-align: middle;
|
|
1736
1729
|
}
|
|
1737
|
-
.tw-font-sans {
|
|
1730
|
+
.theme-brandCrowd .tw-font-sans {
|
|
1738
1731
|
font-family: Lato, Helvetica, sans-serif;
|
|
1739
1732
|
}
|
|
1740
|
-
.tw-text-2xl {
|
|
1733
|
+
.theme-brandCrowd .tw-text-2xl {
|
|
1741
1734
|
font-size: 1.5rem;
|
|
1742
1735
|
line-height: 2rem;
|
|
1743
1736
|
}
|
|
1744
|
-
.tw-text-4xl {
|
|
1737
|
+
.theme-brandCrowd .tw-text-4xl {
|
|
1745
1738
|
font-size: 2.25rem;
|
|
1746
1739
|
line-height: 2.5rem;
|
|
1747
1740
|
}
|
|
1748
|
-
.tw-text-base {
|
|
1741
|
+
.theme-brandCrowd .tw-text-base {
|
|
1749
1742
|
font-size: 1rem;
|
|
1750
1743
|
line-height: 1.5rem;
|
|
1751
1744
|
}
|
|
1752
|
-
.tw-text-lg {
|
|
1745
|
+
.theme-brandCrowd .tw-text-lg {
|
|
1753
1746
|
font-size: 1.125rem;
|
|
1754
1747
|
line-height: 1.75rem;
|
|
1755
1748
|
}
|
|
1756
|
-
.tw-text-sm {
|
|
1749
|
+
.theme-brandCrowd .tw-text-sm {
|
|
1757
1750
|
font-size: 0.875rem;
|
|
1758
1751
|
line-height: 1.25rem;
|
|
1759
1752
|
}
|
|
1760
|
-
.tw-text-xs {
|
|
1753
|
+
.theme-brandCrowd .tw-text-xs {
|
|
1761
1754
|
font-size: 0.75rem;
|
|
1762
1755
|
line-height: 1rem;
|
|
1763
1756
|
}
|
|
1764
|
-
.tw-font-bold {
|
|
1757
|
+
.theme-brandCrowd .tw-font-bold {
|
|
1765
1758
|
font-weight: 700;
|
|
1766
1759
|
}
|
|
1767
|
-
.tw-font-normal {
|
|
1760
|
+
.theme-brandCrowd .tw-font-normal {
|
|
1768
1761
|
font-weight: 400;
|
|
1769
1762
|
}
|
|
1770
|
-
.tw-font-semibold {
|
|
1763
|
+
.theme-brandCrowd .tw-font-semibold {
|
|
1771
1764
|
font-weight: 600;
|
|
1772
1765
|
}
|
|
1773
|
-
.tw-uppercase {
|
|
1766
|
+
.theme-brandCrowd .tw-uppercase {
|
|
1774
1767
|
text-transform: uppercase;
|
|
1775
1768
|
}
|
|
1776
|
-
.tw-capitalize {
|
|
1769
|
+
.theme-brandCrowd .tw-capitalize {
|
|
1777
1770
|
text-transform: capitalize;
|
|
1778
1771
|
}
|
|
1779
|
-
.tw-leading-tight {
|
|
1772
|
+
.theme-brandCrowd .tw-leading-tight {
|
|
1780
1773
|
line-height: 1.25;
|
|
1781
1774
|
}
|
|
1782
|
-
.tw-text-black {
|
|
1775
|
+
.theme-brandCrowd .tw-text-black {
|
|
1783
1776
|
--tw-text-opacity: 1;
|
|
1784
1777
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1785
1778
|
}
|
|
1786
|
-
.tw-text-error-500 {
|
|
1779
|
+
.theme-brandCrowd .tw-text-error-500 {
|
|
1787
1780
|
--tw-text-opacity: 1;
|
|
1788
1781
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1789
1782
|
}
|
|
1790
|
-
.tw-text-error-700 {
|
|
1783
|
+
.theme-brandCrowd .tw-text-error-700 {
|
|
1791
1784
|
--tw-text-opacity: 1;
|
|
1792
1785
|
color: rgb(145 16 38 / var(--tw-text-opacity));
|
|
1793
1786
|
}
|
|
1794
|
-
.tw-text-grayscale-500 {
|
|
1787
|
+
.theme-brandCrowd .tw-text-grayscale-500 {
|
|
1795
1788
|
--tw-text-opacity: 1;
|
|
1796
1789
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
1797
1790
|
}
|
|
1798
|
-
.tw-text-grayscale-600 {
|
|
1791
|
+
.theme-brandCrowd .tw-text-grayscale-600 {
|
|
1799
1792
|
--tw-text-opacity: 1;
|
|
1800
1793
|
color: rgb(94 94 94 / var(--tw-text-opacity));
|
|
1801
1794
|
}
|
|
1802
|
-
.tw-text-grayscale-700 {
|
|
1795
|
+
.theme-brandCrowd .tw-text-grayscale-700 {
|
|
1803
1796
|
--tw-text-opacity: 1;
|
|
1804
1797
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
1805
1798
|
}
|
|
1806
|
-
.tw-text-grayscale-800 {
|
|
1799
|
+
.theme-brandCrowd .tw-text-grayscale-800 {
|
|
1807
1800
|
--tw-text-opacity: 1;
|
|
1808
1801
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
1809
1802
|
}
|
|
1810
|
-
.tw-text-info-300 {
|
|
1803
|
+
.theme-brandCrowd .tw-text-info-300 {
|
|
1811
1804
|
--tw-text-opacity: 1;
|
|
1812
1805
|
color: rgb(102 193 231 / var(--tw-text-opacity));
|
|
1813
1806
|
}
|
|
1814
|
-
.tw-text-info-500 {
|
|
1807
|
+
.theme-brandCrowd .tw-text-info-500 {
|
|
1815
1808
|
--tw-text-opacity: 1;
|
|
1816
1809
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
1817
1810
|
}
|
|
1818
|
-
.tw-text-primary-500 {
|
|
1811
|
+
.theme-brandCrowd .tw-text-primary-500 {
|
|
1819
1812
|
--tw-text-opacity: 1;
|
|
1820
1813
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1821
1814
|
}
|
|
1822
|
-
.tw-text-secondary-400 {
|
|
1815
|
+
.theme-brandCrowd .tw-text-secondary-400 {
|
|
1823
1816
|
--tw-text-opacity: 1;
|
|
1824
1817
|
color: rgb(122 122 122 / var(--tw-text-opacity));
|
|
1825
1818
|
}
|
|
1826
|
-
.tw-text-secondary-500 {
|
|
1819
|
+
.theme-brandCrowd .tw-text-secondary-500 {
|
|
1827
1820
|
--tw-text-opacity: 1;
|
|
1828
1821
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
1829
1822
|
}
|
|
1830
|
-
.tw-text-secondary-600 {
|
|
1823
|
+
.theme-brandCrowd .tw-text-secondary-600 {
|
|
1831
1824
|
--tw-text-opacity: 1;
|
|
1832
1825
|
color: rgb(71 71 71 / var(--tw-text-opacity));
|
|
1833
1826
|
}
|
|
1834
|
-
.tw-text-secondary-800 {
|
|
1827
|
+
.theme-brandCrowd .tw-text-secondary-800 {
|
|
1835
1828
|
--tw-text-opacity: 1;
|
|
1836
1829
|
color: rgb(36 36 36 / var(--tw-text-opacity));
|
|
1837
1830
|
}
|
|
1838
|
-
.tw-text-success-500 {
|
|
1831
|
+
.theme-brandCrowd .tw-text-success-500 {
|
|
1839
1832
|
--tw-text-opacity: 1;
|
|
1840
1833
|
color: rgb(36 168 16 / var(--tw-text-opacity));
|
|
1841
1834
|
}
|
|
1842
|
-
.tw-text-success-600 {
|
|
1835
|
+
.theme-brandCrowd .tw-text-success-600 {
|
|
1843
1836
|
--tw-text-opacity: 1;
|
|
1844
1837
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
1845
1838
|
}
|
|
1846
|
-
.tw-text-success-700 {
|
|
1839
|
+
.theme-brandCrowd .tw-text-success-700 {
|
|
1847
1840
|
--tw-text-opacity: 1;
|
|
1848
1841
|
color: rgb(22 101 10 / var(--tw-text-opacity));
|
|
1849
1842
|
}
|
|
1850
|
-
.tw-text-warning-700 {
|
|
1843
|
+
.theme-brandCrowd .tw-text-warning-700 {
|
|
1851
1844
|
--tw-text-opacity: 1;
|
|
1852
1845
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1853
1846
|
}
|
|
1854
|
-
.tw-text-white {
|
|
1847
|
+
.theme-brandCrowd .tw-text-white {
|
|
1855
1848
|
--tw-text-opacity: 1;
|
|
1856
1849
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1857
1850
|
}
|
|
1858
|
-
.tw-underline {
|
|
1851
|
+
.theme-brandCrowd .tw-underline {
|
|
1859
1852
|
text-decoration-line: underline;
|
|
1860
1853
|
}
|
|
1861
|
-
.tw-no-underline {
|
|
1854
|
+
.theme-brandCrowd .tw-no-underline {
|
|
1862
1855
|
text-decoration-line: none;
|
|
1863
1856
|
}
|
|
1864
|
-
.tw-opacity-0 {
|
|
1857
|
+
.theme-brandCrowd .tw-opacity-0 {
|
|
1865
1858
|
opacity: 0;
|
|
1866
1859
|
}
|
|
1867
|
-
.tw-opacity-100 {
|
|
1860
|
+
.theme-brandCrowd .tw-opacity-100 {
|
|
1868
1861
|
opacity: 1;
|
|
1869
1862
|
}
|
|
1870
|
-
.tw-opacity-30 {
|
|
1863
|
+
.theme-brandCrowd .tw-opacity-30 {
|
|
1871
1864
|
opacity: 0.3;
|
|
1872
1865
|
}
|
|
1873
|
-
.tw-opacity-40 {
|
|
1866
|
+
.theme-brandCrowd .tw-opacity-40 {
|
|
1874
1867
|
opacity: 0.4;
|
|
1875
1868
|
}
|
|
1876
|
-
.tw-opacity-50 {
|
|
1869
|
+
.theme-brandCrowd .tw-opacity-50 {
|
|
1877
1870
|
opacity: 0.5;
|
|
1878
1871
|
}
|
|
1879
1872
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
@@ -1886,32 +1879,32 @@ video {
|
|
|
1886
1879
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1887
1880
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1888
1881
|
}
|
|
1889
|
-
.tw-shadow {
|
|
1882
|
+
.theme-brandCrowd .tw-shadow {
|
|
1890
1883
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1891
1884
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1892
1885
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1893
1886
|
}
|
|
1894
|
-
.tw-shadow-inner {
|
|
1887
|
+
.theme-brandCrowd .tw-shadow-inner {
|
|
1895
1888
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1896
1889
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1897
1890
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1898
1891
|
}
|
|
1899
|
-
.tw-shadow-lg {
|
|
1892
|
+
.theme-brandCrowd .tw-shadow-lg {
|
|
1900
1893
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1901
1894
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1902
1895
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1903
1896
|
}
|
|
1904
|
-
.tw-shadow-md {
|
|
1897
|
+
.theme-brandCrowd .tw-shadow-md {
|
|
1905
1898
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1906
1899
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1907
1900
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1908
1901
|
}
|
|
1909
|
-
.tw-shadow-sm {
|
|
1902
|
+
.theme-brandCrowd .tw-shadow-sm {
|
|
1910
1903
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1911
1904
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1912
1905
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1913
1906
|
}
|
|
1914
|
-
.tw-shadow-xl {
|
|
1907
|
+
.theme-brandCrowd .tw-shadow-xl {
|
|
1915
1908
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1916
1909
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1917
1910
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -1924,536 +1917,452 @@ video {
|
|
|
1924
1917
|
--tw-shadow-color: #BDBDBD !important;
|
|
1925
1918
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1926
1919
|
}
|
|
1927
|
-
.tw-outline-none {
|
|
1920
|
+
.theme-brandCrowd .tw-outline-none {
|
|
1928
1921
|
outline: 2px solid transparent;
|
|
1929
1922
|
outline-offset: 2px;
|
|
1930
1923
|
}
|
|
1931
|
-
.tw-ring-1 {
|
|
1924
|
+
.theme-brandCrowd .tw-ring-1 {
|
|
1932
1925
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1933
1926
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1934
1927
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1935
1928
|
}
|
|
1936
|
-
.tw-ring-black {
|
|
1929
|
+
.theme-brandCrowd .tw-ring-black {
|
|
1937
1930
|
--tw-ring-opacity: 1;
|
|
1938
1931
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1939
1932
|
}
|
|
1940
|
-
.tw-ring-opacity-5 {
|
|
1933
|
+
.theme-brandCrowd .tw-ring-opacity-5 {
|
|
1941
1934
|
--tw-ring-opacity: 0.05;
|
|
1942
1935
|
}
|
|
1943
|
-
.tw-drop-shadow-sm {
|
|
1936
|
+
.theme-brandCrowd .tw-drop-shadow-sm {
|
|
1944
1937
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1945
1938
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1946
1939
|
}
|
|
1947
|
-
.tw-transition-colors {
|
|
1940
|
+
.theme-brandCrowd .tw-transition-colors {
|
|
1948
1941
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1949
1942
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1950
1943
|
transition-duration: 150ms;
|
|
1951
1944
|
}
|
|
1952
|
-
.tw-transition-shadow {
|
|
1945
|
+
.theme-brandCrowd .tw-transition-shadow {
|
|
1953
1946
|
transition-property: box-shadow;
|
|
1954
1947
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1955
1948
|
transition-duration: 150ms;
|
|
1956
1949
|
}
|
|
1957
|
-
.tw-transition-transform {
|
|
1950
|
+
.theme-brandCrowd .tw-transition-transform {
|
|
1958
1951
|
transition-property: transform;
|
|
1959
1952
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1960
1953
|
transition-duration: 150ms;
|
|
1961
1954
|
}
|
|
1962
|
-
.tw-duration-200 {
|
|
1955
|
+
.theme-brandCrowd .tw-duration-200 {
|
|
1963
1956
|
transition-duration: 200ms;
|
|
1964
1957
|
}
|
|
1965
|
-
.tw-duration-300 {
|
|
1958
|
+
.theme-brandCrowd .tw-duration-300 {
|
|
1966
1959
|
transition-duration: 300ms;
|
|
1967
1960
|
}
|
|
1968
|
-
.tw-ease-in-out {
|
|
1961
|
+
.theme-brandCrowd .tw-ease-in-out {
|
|
1969
1962
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1970
1963
|
}
|
|
1971
|
-
.tw-ease-out {
|
|
1964
|
+
.theme-brandCrowd .tw-ease-out {
|
|
1972
1965
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1973
1966
|
}
|
|
1974
|
-
.hover\:tw-border-grayscale-400:hover {
|
|
1967
|
+
.theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
|
|
1975
1968
|
--tw-border-opacity: 1;
|
|
1976
1969
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1977
1970
|
}
|
|
1978
|
-
.hover\:tw-border-info-600:hover {
|
|
1971
|
+
.theme-brandCrowd .hover\:tw-border-info-600:hover {
|
|
1979
1972
|
--tw-border-opacity: 1;
|
|
1980
1973
|
border-color: rgb(0 121 172 / var(--tw-border-opacity));
|
|
1981
1974
|
}
|
|
1982
|
-
.hover\:tw-border-primary-600:hover {
|
|
1975
|
+
.theme-brandCrowd .hover\:tw-border-primary-600:hover {
|
|
1983
1976
|
--tw-border-opacity: 1;
|
|
1984
1977
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1985
1978
|
}
|
|
1986
|
-
.hover\:tw-border-primary-700:hover {
|
|
1979
|
+
.theme-brandCrowd .hover\:tw-border-primary-700:hover {
|
|
1987
1980
|
--tw-border-opacity: 1;
|
|
1988
1981
|
border-color: rgb(145 16 38 / var(--tw-border-opacity));
|
|
1989
1982
|
}
|
|
1990
|
-
.hover\:tw-border-secondary-700:hover {
|
|
1983
|
+
.theme-brandCrowd .hover\:tw-border-secondary-700:hover {
|
|
1991
1984
|
--tw-border-opacity: 1;
|
|
1992
1985
|
border-color: rgb(53 53 53 / var(--tw-border-opacity));
|
|
1993
1986
|
}
|
|
1994
|
-
.hover\:tw-border-success-600:hover {
|
|
1987
|
+
.theme-brandCrowd .hover\:tw-border-success-600:hover {
|
|
1995
1988
|
--tw-border-opacity: 1;
|
|
1996
1989
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1997
1990
|
}
|
|
1998
|
-
.hover\:tw-border-warning-600:hover {
|
|
1991
|
+
.theme-brandCrowd .hover\:tw-border-warning-600:hover {
|
|
1999
1992
|
--tw-border-opacity: 1;
|
|
2000
1993
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2001
1994
|
}
|
|
2002
|
-
.hover\:tw-bg-grayscale-200:hover {
|
|
1995
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
|
|
2003
1996
|
--tw-bg-opacity: 1;
|
|
2004
1997
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2005
1998
|
}
|
|
2006
|
-
.hover\:tw-bg-grayscale-300:hover {
|
|
1999
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
|
|
2007
2000
|
--tw-bg-opacity: 1;
|
|
2008
2001
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2009
2002
|
}
|
|
2010
|
-
.hover\:tw-bg-grayscale-400:hover {
|
|
2003
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
|
|
2011
2004
|
--tw-bg-opacity: 1;
|
|
2012
2005
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2013
2006
|
}
|
|
2014
|
-
.hover\:tw-bg-info-100:hover {
|
|
2007
|
+
.theme-brandCrowd .hover\:tw-bg-info-100:hover {
|
|
2015
2008
|
--tw-bg-opacity: 1;
|
|
2016
2009
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
2017
2010
|
}
|
|
2018
|
-
.hover\:tw-bg-info-400:hover {
|
|
2011
|
+
.theme-brandCrowd .hover\:tw-bg-info-400:hover {
|
|
2019
2012
|
--tw-bg-opacity: 1;
|
|
2020
2013
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
2021
2014
|
}
|
|
2022
|
-
.hover\:tw-bg-info-600:hover {
|
|
2015
|
+
.theme-brandCrowd .hover\:tw-bg-info-600:hover {
|
|
2023
2016
|
--tw-bg-opacity: 1;
|
|
2024
2017
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2025
2018
|
}
|
|
2026
|
-
.hover\:tw-bg-primary-400:hover {
|
|
2019
|
+
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2027
2020
|
--tw-bg-opacity: 1;
|
|
2028
2021
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
2029
2022
|
}
|
|
2030
|
-
.hover\:tw-bg-primary-600:hover {
|
|
2023
|
+
.theme-brandCrowd .hover\:tw-bg-primary-600:hover {
|
|
2031
2024
|
--tw-bg-opacity: 1;
|
|
2032
2025
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
2033
2026
|
}
|
|
2034
|
-
.hover\:tw-bg-secondary-100:hover {
|
|
2027
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-100:hover {
|
|
2035
2028
|
--tw-bg-opacity: 1;
|
|
2036
2029
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
2037
2030
|
}
|
|
2038
|
-
.hover\:tw-bg-secondary-400:hover {
|
|
2031
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
|
|
2039
2032
|
--tw-bg-opacity: 1;
|
|
2040
2033
|
background-color: rgb(122 122 122 / var(--tw-bg-opacity));
|
|
2041
2034
|
}
|
|
2042
|
-
.hover\:tw-bg-secondary-500:hover {
|
|
2035
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
|
|
2043
2036
|
--tw-bg-opacity: 1;
|
|
2044
2037
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
2045
2038
|
}
|
|
2046
|
-
.hover\:tw-bg-secondary-600:hover {
|
|
2039
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
|
|
2047
2040
|
--tw-bg-opacity: 1;
|
|
2048
2041
|
background-color: rgb(71 71 71 / var(--tw-bg-opacity));
|
|
2049
2042
|
}
|
|
2050
|
-
.hover\:tw-bg-success-100:hover {
|
|
2043
|
+
.theme-brandCrowd .hover\:tw-bg-success-100:hover {
|
|
2051
2044
|
--tw-bg-opacity: 1;
|
|
2052
2045
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
2053
2046
|
}
|
|
2054
|
-
.hover\:tw-bg-success-600:hover {
|
|
2047
|
+
.theme-brandCrowd .hover\:tw-bg-success-600:hover {
|
|
2055
2048
|
--tw-bg-opacity: 1;
|
|
2056
2049
|
background-color: rgb(29 134 13 / var(--tw-bg-opacity));
|
|
2057
2050
|
}
|
|
2058
|
-
.hover\:tw-bg-warning-600:hover {
|
|
2051
|
+
.theme-brandCrowd .hover\:tw-bg-warning-600:hover {
|
|
2059
2052
|
--tw-bg-opacity: 1;
|
|
2060
2053
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2061
2054
|
}
|
|
2062
|
-
.hover\:tw-text-grayscale-800:hover {
|
|
2055
|
+
.theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
|
|
2063
2056
|
--tw-text-opacity: 1;
|
|
2064
2057
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2065
2058
|
}
|
|
2066
|
-
.hover\:tw-text-secondary-500:hover {
|
|
2059
|
+
.theme-brandCrowd .hover\:tw-text-secondary-500:hover {
|
|
2067
2060
|
--tw-text-opacity: 1;
|
|
2068
2061
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
2069
2062
|
}
|
|
2070
|
-
.hover\:tw-text-success-600:hover {
|
|
2063
|
+
.theme-brandCrowd .hover\:tw-text-success-600:hover {
|
|
2071
2064
|
--tw-text-opacity: 1;
|
|
2072
2065
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
2073
2066
|
}
|
|
2074
|
-
.hover\:tw-text-white:hover {
|
|
2067
|
+
.theme-brandCrowd .hover\:tw-text-white:hover {
|
|
2075
2068
|
--tw-text-opacity: 1;
|
|
2076
2069
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2077
2070
|
}
|
|
2078
|
-
.hover\:tw-underline:hover {
|
|
2071
|
+
.theme-brandCrowd .hover\:tw-underline:hover {
|
|
2079
2072
|
text-decoration-line: underline;
|
|
2080
2073
|
}
|
|
2081
|
-
.hover\:tw-shadow-lg:hover {
|
|
2074
|
+
.theme-brandCrowd .hover\:tw-shadow-lg:hover {
|
|
2082
2075
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2083
2076
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2084
2077
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2085
2078
|
}
|
|
2086
|
-
.hover\:\!tw-shadow-info-500:hover {
|
|
2079
|
+
.theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
|
|
2087
2080
|
--tw-shadow-color: #0097D7 !important;
|
|
2088
2081
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2089
2082
|
}
|
|
2090
|
-
.focus\:tw-border-error-600:focus {
|
|
2083
|
+
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2091
2084
|
--tw-border-opacity: 1;
|
|
2092
2085
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2093
2086
|
}
|
|
2094
|
-
.focus\:tw-border-grayscale-600:focus {
|
|
2087
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
|
|
2095
2088
|
--tw-border-opacity: 1;
|
|
2096
2089
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
2097
2090
|
}
|
|
2098
|
-
.focus\:tw-border-grayscale-700:focus {
|
|
2091
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
|
|
2099
2092
|
--tw-border-opacity: 1;
|
|
2100
2093
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2101
2094
|
}
|
|
2102
|
-
.focus\:tw-border-success-600:focus {
|
|
2095
|
+
.theme-brandCrowd .focus\:tw-border-success-600:focus {
|
|
2103
2096
|
--tw-border-opacity: 1;
|
|
2104
2097
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2105
2098
|
}
|
|
2106
|
-
.focus\:tw-border-warning-600:focus {
|
|
2099
|
+
.theme-brandCrowd .focus\:tw-border-warning-600:focus {
|
|
2107
2100
|
--tw-border-opacity: 1;
|
|
2108
2101
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2109
2102
|
}
|
|
2110
|
-
.focus\:tw-outline-none:focus {
|
|
2103
|
+
.theme-brandCrowd .focus\:tw-outline-none:focus {
|
|
2111
2104
|
outline: 2px solid transparent;
|
|
2112
2105
|
outline-offset: 2px;
|
|
2113
2106
|
}
|
|
2114
|
-
.tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2107
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2115
2108
|
--tw-text-opacity: 1;
|
|
2116
2109
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2117
2110
|
}
|
|
2118
2111
|
@media (min-width: 640px) {
|
|
2119
|
-
|
|
2120
|
-
.sm\:tw-absolute {
|
|
2112
|
+
.theme-brandCrowd .sm\:tw-absolute {
|
|
2121
2113
|
position: absolute;
|
|
2122
2114
|
}
|
|
2123
|
-
|
|
2124
|
-
.sm\:tw-bottom-full {
|
|
2115
|
+
.theme-brandCrowd .sm\:tw-bottom-full {
|
|
2125
2116
|
bottom: 100%;
|
|
2126
2117
|
}
|
|
2127
|
-
|
|
2128
|
-
.sm\:tw-left-full {
|
|
2118
|
+
.theme-brandCrowd .sm\:tw-left-full {
|
|
2129
2119
|
left: 100%;
|
|
2130
2120
|
}
|
|
2131
|
-
|
|
2132
|
-
.sm\:tw-right-full {
|
|
2121
|
+
.theme-brandCrowd .sm\:tw-right-full {
|
|
2133
2122
|
right: 100%;
|
|
2134
2123
|
}
|
|
2135
|
-
|
|
2136
|
-
.sm\:tw-top-auto {
|
|
2124
|
+
.theme-brandCrowd .sm\:tw-top-auto {
|
|
2137
2125
|
top: auto;
|
|
2138
2126
|
}
|
|
2139
|
-
|
|
2140
|
-
.sm\:tw-mx-8 {
|
|
2127
|
+
.theme-brandCrowd .sm\:tw-mx-8 {
|
|
2141
2128
|
margin-left: 2rem;
|
|
2142
2129
|
margin-right: 2rem;
|
|
2143
2130
|
}
|
|
2144
|
-
|
|
2145
|
-
.sm\:tw-mb-4 {
|
|
2131
|
+
.theme-brandCrowd .sm\:tw-mb-4 {
|
|
2146
2132
|
margin-bottom: 1rem;
|
|
2147
2133
|
}
|
|
2148
|
-
|
|
2149
|
-
.sm\:tw-ml-4 {
|
|
2134
|
+
.theme-brandCrowd .sm\:tw-ml-4 {
|
|
2150
2135
|
margin-left: 1rem;
|
|
2151
2136
|
}
|
|
2152
|
-
|
|
2153
|
-
.sm\:tw-mr-4 {
|
|
2137
|
+
.theme-brandCrowd .sm\:tw-mr-4 {
|
|
2154
2138
|
margin-right: 1rem;
|
|
2155
2139
|
}
|
|
2156
|
-
|
|
2157
|
-
.sm\:tw-mt-0 {
|
|
2140
|
+
.theme-brandCrowd .sm\:tw-mt-0 {
|
|
2158
2141
|
margin-top: 0px;
|
|
2159
2142
|
}
|
|
2160
|
-
|
|
2161
|
-
.sm\:tw-block {
|
|
2143
|
+
.theme-brandCrowd .sm\:tw-block {
|
|
2162
2144
|
display: block;
|
|
2163
2145
|
}
|
|
2164
|
-
|
|
2165
|
-
.sm\:tw-inline {
|
|
2146
|
+
.theme-brandCrowd .sm\:tw-inline {
|
|
2166
2147
|
display: inline;
|
|
2167
2148
|
}
|
|
2168
|
-
|
|
2169
|
-
.sm\:tw-hidden {
|
|
2149
|
+
.theme-brandCrowd .sm\:tw-hidden {
|
|
2170
2150
|
display: none;
|
|
2171
2151
|
}
|
|
2172
|
-
|
|
2173
|
-
.sm\:tw-h-auto {
|
|
2152
|
+
.theme-brandCrowd .sm\:tw-h-auto {
|
|
2174
2153
|
height: auto;
|
|
2175
2154
|
}
|
|
2176
|
-
|
|
2177
|
-
.sm\:tw-w-64 {
|
|
2155
|
+
.theme-brandCrowd .sm\:tw-w-64 {
|
|
2178
2156
|
width: 16rem;
|
|
2179
2157
|
}
|
|
2180
|
-
|
|
2181
|
-
.sm\:tw-w-72 {
|
|
2158
|
+
.theme-brandCrowd .sm\:tw-w-72 {
|
|
2182
2159
|
width: 18rem;
|
|
2183
2160
|
}
|
|
2184
|
-
|
|
2185
|
-
.sm\:tw-w-96 {
|
|
2161
|
+
.theme-brandCrowd .sm\:tw-w-96 {
|
|
2186
2162
|
width: 24rem;
|
|
2187
2163
|
}
|
|
2188
|
-
|
|
2189
|
-
.sm\:tw-w-auto {
|
|
2164
|
+
.theme-brandCrowd .sm\:tw-w-auto {
|
|
2190
2165
|
width: auto;
|
|
2191
2166
|
}
|
|
2192
|
-
|
|
2193
|
-
.sm\:tw-flex-row {
|
|
2167
|
+
.theme-brandCrowd .sm\:tw-flex-row {
|
|
2194
2168
|
flex-direction: row;
|
|
2195
2169
|
}
|
|
2196
|
-
|
|
2197
|
-
.sm\:tw-rounded-md {
|
|
2170
|
+
.theme-brandCrowd .sm\:tw-rounded-md {
|
|
2198
2171
|
border-radius: 0.375rem;
|
|
2199
2172
|
}
|
|
2200
|
-
|
|
2201
|
-
.sm\:tw-px-4 {
|
|
2173
|
+
.theme-brandCrowd .sm\:tw-px-4 {
|
|
2202
2174
|
padding-left: 1rem;
|
|
2203
2175
|
padding-right: 1rem;
|
|
2204
2176
|
}
|
|
2205
2177
|
}
|
|
2206
2178
|
@media (min-width: 768px) {
|
|
2207
|
-
|
|
2208
|
-
.md\:tw-right-6 {
|
|
2179
|
+
.theme-brandCrowd .md\:tw-right-6 {
|
|
2209
2180
|
right: 1.5rem;
|
|
2210
2181
|
}
|
|
2211
|
-
|
|
2212
|
-
.md\:tw-mb-0 {
|
|
2182
|
+
.theme-brandCrowd .md\:tw-mb-0 {
|
|
2213
2183
|
margin-bottom: 0px;
|
|
2214
2184
|
}
|
|
2215
|
-
|
|
2216
|
-
.md\:tw-ml-0 {
|
|
2185
|
+
.theme-brandCrowd .md\:tw-ml-0 {
|
|
2217
2186
|
margin-left: 0px;
|
|
2218
2187
|
}
|
|
2219
|
-
|
|
2220
|
-
.md\:tw-ml-2 {
|
|
2188
|
+
.theme-brandCrowd .md\:tw-ml-2 {
|
|
2221
2189
|
margin-left: 0.5rem;
|
|
2222
2190
|
}
|
|
2223
|
-
|
|
2224
|
-
.md\:tw-ml-3 {
|
|
2191
|
+
.theme-brandCrowd .md\:tw-ml-3 {
|
|
2225
2192
|
margin-left: 0.75rem;
|
|
2226
2193
|
}
|
|
2227
|
-
|
|
2228
|
-
.md\:tw-ml-4 {
|
|
2194
|
+
.theme-brandCrowd .md\:tw-ml-4 {
|
|
2229
2195
|
margin-left: 1rem;
|
|
2230
2196
|
}
|
|
2231
|
-
|
|
2232
|
-
.md\:tw-mt-0 {
|
|
2197
|
+
.theme-brandCrowd .md\:tw-mt-0 {
|
|
2233
2198
|
margin-top: 0px;
|
|
2234
2199
|
}
|
|
2235
|
-
|
|
2236
|
-
.md\:tw-mt-3 {
|
|
2200
|
+
.theme-brandCrowd .md\:tw-mt-3 {
|
|
2237
2201
|
margin-top: 0.75rem;
|
|
2238
2202
|
}
|
|
2239
|
-
|
|
2240
|
-
.md\:tw-flex {
|
|
2203
|
+
.theme-brandCrowd .md\:tw-flex {
|
|
2241
2204
|
display: flex;
|
|
2242
2205
|
}
|
|
2243
|
-
|
|
2244
|
-
.md\:tw-grid {
|
|
2206
|
+
.theme-brandCrowd .md\:tw-grid {
|
|
2245
2207
|
display: grid;
|
|
2246
2208
|
}
|
|
2247
|
-
|
|
2248
|
-
.md\:tw-hidden {
|
|
2249
|
-
display: none;
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
.md\:tw-h-10 {
|
|
2209
|
+
.theme-brandCrowd .md\:tw-h-10 {
|
|
2253
2210
|
height: 2.5rem;
|
|
2254
2211
|
}
|
|
2255
|
-
|
|
2256
|
-
.md\:tw-h-20 {
|
|
2212
|
+
.theme-brandCrowd .md\:tw-h-20 {
|
|
2257
2213
|
height: 5rem;
|
|
2258
2214
|
}
|
|
2259
|
-
|
|
2260
|
-
.md\:tw-h-full {
|
|
2215
|
+
.theme-brandCrowd .md\:tw-h-full {
|
|
2261
2216
|
height: 100%;
|
|
2262
2217
|
}
|
|
2263
|
-
|
|
2264
|
-
.md\:tw-w-10 {
|
|
2218
|
+
.theme-brandCrowd .md\:tw-w-10 {
|
|
2265
2219
|
width: 2.5rem;
|
|
2266
2220
|
}
|
|
2267
|
-
|
|
2268
|
-
.md\:tw-w-24 {
|
|
2221
|
+
.theme-brandCrowd .md\:tw-w-24 {
|
|
2269
2222
|
width: 6rem;
|
|
2270
2223
|
}
|
|
2271
|
-
|
|
2272
|
-
.md\:tw-w-auto {
|
|
2224
|
+
.theme-brandCrowd .md\:tw-w-auto {
|
|
2273
2225
|
width: auto;
|
|
2274
2226
|
}
|
|
2275
|
-
|
|
2276
|
-
.md\:tw-w-full {
|
|
2227
|
+
.theme-brandCrowd .md\:tw-w-full {
|
|
2277
2228
|
width: 100%;
|
|
2278
2229
|
}
|
|
2279
|
-
|
|
2280
|
-
.md\:tw-max-w-full {
|
|
2230
|
+
.theme-brandCrowd .md\:tw-max-w-full {
|
|
2281
2231
|
max-width: 100%;
|
|
2282
2232
|
}
|
|
2283
|
-
|
|
2284
|
-
.md\:tw-grow {
|
|
2233
|
+
.theme-brandCrowd .md\:tw-grow {
|
|
2285
2234
|
flex-grow: 1;
|
|
2286
2235
|
}
|
|
2287
|
-
|
|
2288
|
-
.md\:tw-grid-cols-2 {
|
|
2236
|
+
.theme-brandCrowd .md\:tw-grid-cols-2 {
|
|
2289
2237
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2290
2238
|
}
|
|
2291
|
-
|
|
2292
|
-
.md\:tw-flex-row {
|
|
2239
|
+
.theme-brandCrowd .md\:tw-flex-row {
|
|
2293
2240
|
flex-direction: row;
|
|
2294
2241
|
}
|
|
2295
|
-
|
|
2296
|
-
.md\:tw-flex-col {
|
|
2242
|
+
.theme-brandCrowd .md\:tw-flex-col {
|
|
2297
2243
|
flex-direction: column;
|
|
2298
2244
|
}
|
|
2299
|
-
|
|
2300
|
-
.md\:tw-items-start {
|
|
2245
|
+
.theme-brandCrowd .md\:tw-items-start {
|
|
2301
2246
|
align-items: flex-start;
|
|
2302
2247
|
}
|
|
2303
|
-
|
|
2304
|
-
.md\:tw-items-end {
|
|
2248
|
+
.theme-brandCrowd .md\:tw-items-end {
|
|
2305
2249
|
align-items: flex-end;
|
|
2306
2250
|
}
|
|
2307
|
-
|
|
2308
|
-
.md\:tw-items-center {
|
|
2251
|
+
.theme-brandCrowd .md\:tw-items-center {
|
|
2309
2252
|
align-items: center;
|
|
2310
2253
|
}
|
|
2311
|
-
|
|
2312
|
-
.md\:tw-justify-start {
|
|
2254
|
+
.theme-brandCrowd .md\:tw-justify-start {
|
|
2313
2255
|
justify-content: flex-start;
|
|
2314
2256
|
}
|
|
2315
|
-
|
|
2316
|
-
.md\:tw-justify-end {
|
|
2257
|
+
.theme-brandCrowd .md\:tw-justify-end {
|
|
2317
2258
|
justify-content: flex-end;
|
|
2318
2259
|
}
|
|
2319
|
-
|
|
2320
|
-
.md\:tw-justify-center {
|
|
2260
|
+
.theme-brandCrowd .md\:tw-justify-center {
|
|
2321
2261
|
justify-content: center;
|
|
2322
2262
|
}
|
|
2323
|
-
|
|
2324
|
-
.md\:tw-gap-2 {
|
|
2263
|
+
.theme-brandCrowd .md\:tw-gap-2 {
|
|
2325
2264
|
gap: 0.5rem;
|
|
2326
2265
|
}
|
|
2327
|
-
|
|
2328
|
-
.md\:tw-rounded-l-none {
|
|
2266
|
+
.theme-brandCrowd .md\:tw-rounded-l-none {
|
|
2329
2267
|
border-top-left-radius: 0px;
|
|
2330
2268
|
border-bottom-left-radius: 0px;
|
|
2331
2269
|
}
|
|
2332
|
-
|
|
2333
|
-
.md\:tw-rounded-r-none {
|
|
2270
|
+
.theme-brandCrowd .md\:tw-rounded-r-none {
|
|
2334
2271
|
border-top-right-radius: 0px;
|
|
2335
2272
|
border-bottom-right-radius: 0px;
|
|
2336
2273
|
}
|
|
2337
|
-
|
|
2338
|
-
.md\:tw-object-contain {
|
|
2274
|
+
.theme-brandCrowd .md\:tw-object-contain {
|
|
2339
2275
|
-o-object-fit: contain;
|
|
2340
2276
|
object-fit: contain;
|
|
2341
2277
|
}
|
|
2342
|
-
|
|
2343
|
-
.md\:tw-p-2 {
|
|
2278
|
+
.theme-brandCrowd .md\:tw-p-2 {
|
|
2344
2279
|
padding: 0.5rem;
|
|
2345
2280
|
}
|
|
2346
|
-
|
|
2347
|
-
.md\:tw-p-3 {
|
|
2281
|
+
.theme-brandCrowd .md\:tw-p-3 {
|
|
2348
2282
|
padding: 0.75rem;
|
|
2349
2283
|
}
|
|
2350
|
-
|
|
2351
|
-
.md\:tw-p-6 {
|
|
2284
|
+
.theme-brandCrowd .md\:tw-p-6 {
|
|
2352
2285
|
padding: 1.5rem;
|
|
2353
2286
|
}
|
|
2354
|
-
|
|
2355
|
-
.md\:tw-p-8 {
|
|
2287
|
+
.theme-brandCrowd .md\:tw-p-8 {
|
|
2356
2288
|
padding: 2rem;
|
|
2357
2289
|
}
|
|
2358
|
-
|
|
2359
|
-
.md\:tw-px-4 {
|
|
2290
|
+
.theme-brandCrowd .md\:tw-px-4 {
|
|
2360
2291
|
padding-left: 1rem;
|
|
2361
2292
|
padding-right: 1rem;
|
|
2362
2293
|
}
|
|
2363
|
-
|
|
2364
|
-
.md\:tw-px-8 {
|
|
2294
|
+
.theme-brandCrowd .md\:tw-px-8 {
|
|
2365
2295
|
padding-left: 2rem;
|
|
2366
2296
|
padding-right: 2rem;
|
|
2367
2297
|
}
|
|
2368
|
-
|
|
2369
|
-
.md\:tw-py-2 {
|
|
2298
|
+
.theme-brandCrowd .md\:tw-py-2 {
|
|
2370
2299
|
padding-top: 0.5rem;
|
|
2371
2300
|
padding-bottom: 0.5rem;
|
|
2372
2301
|
}
|
|
2373
|
-
|
|
2374
|
-
.md\:tw-pl-4 {
|
|
2302
|
+
.theme-brandCrowd .md\:tw-pl-4 {
|
|
2375
2303
|
padding-left: 1rem;
|
|
2376
2304
|
}
|
|
2377
|
-
|
|
2378
|
-
.md\:tw-pr-2 {
|
|
2305
|
+
.theme-brandCrowd .md\:tw-pr-2 {
|
|
2379
2306
|
padding-right: 0.5rem;
|
|
2380
2307
|
}
|
|
2381
|
-
|
|
2382
|
-
.md\:tw-text-left {
|
|
2308
|
+
.theme-brandCrowd .md\:tw-text-left {
|
|
2383
2309
|
text-align: left;
|
|
2384
2310
|
}
|
|
2385
|
-
|
|
2386
|
-
.md\:tw-text-sm {
|
|
2311
|
+
.theme-brandCrowd .md\:tw-text-sm {
|
|
2387
2312
|
font-size: 0.875rem;
|
|
2388
2313
|
line-height: 1.25rem;
|
|
2389
2314
|
}
|
|
2390
|
-
|
|
2391
|
-
.md\:tw-text-xs {
|
|
2315
|
+
.theme-brandCrowd .md\:tw-text-xs {
|
|
2392
2316
|
font-size: 0.75rem;
|
|
2393
2317
|
line-height: 1rem;
|
|
2394
2318
|
}
|
|
2395
2319
|
}
|
|
2396
2320
|
@media (min-width: 1024px) {
|
|
2397
|
-
|
|
2398
|
-
.lg\:tw-static {
|
|
2321
|
+
.theme-brandCrowd .lg\:tw-static {
|
|
2399
2322
|
position: static;
|
|
2400
2323
|
}
|
|
2401
|
-
|
|
2402
|
-
.lg\:tw-mb-0 {
|
|
2324
|
+
.theme-brandCrowd .lg\:tw-mb-0 {
|
|
2403
2325
|
margin-bottom: 0px;
|
|
2404
2326
|
}
|
|
2405
|
-
|
|
2406
|
-
.lg\:tw-mr-8 {
|
|
2327
|
+
.theme-brandCrowd .lg\:tw-mr-8 {
|
|
2407
2328
|
margin-right: 2rem;
|
|
2408
2329
|
}
|
|
2409
|
-
|
|
2410
|
-
.lg\:tw-flex {
|
|
2330
|
+
.theme-brandCrowd .lg\:tw-flex {
|
|
2411
2331
|
display: flex;
|
|
2412
2332
|
}
|
|
2413
|
-
|
|
2414
|
-
.lg\:tw-h-auto {
|
|
2333
|
+
.theme-brandCrowd .lg\:tw-h-auto {
|
|
2415
2334
|
height: auto;
|
|
2416
2335
|
}
|
|
2417
|
-
|
|
2418
|
-
.lg\:tw-max-w-xl {
|
|
2336
|
+
.theme-brandCrowd .lg\:tw-max-w-xl {
|
|
2419
2337
|
max-width: 36rem;
|
|
2420
2338
|
}
|
|
2421
|
-
|
|
2422
|
-
.lg\:tw-flex-row {
|
|
2339
|
+
.theme-brandCrowd .lg\:tw-flex-row {
|
|
2423
2340
|
flex-direction: row;
|
|
2424
2341
|
}
|
|
2425
|
-
|
|
2426
|
-
.lg\:tw-items-center {
|
|
2342
|
+
.theme-brandCrowd .lg\:tw-items-center {
|
|
2427
2343
|
align-items: center;
|
|
2428
2344
|
}
|
|
2429
|
-
|
|
2430
|
-
.lg\:tw-overflow-visible {
|
|
2345
|
+
.theme-brandCrowd .lg\:tw-overflow-visible {
|
|
2431
2346
|
overflow: visible;
|
|
2432
2347
|
}
|
|
2433
|
-
|
|
2434
|
-
.lg\:tw-rounded {
|
|
2348
|
+
.theme-brandCrowd .lg\:tw-rounded {
|
|
2435
2349
|
border-radius: 0.25rem;
|
|
2436
2350
|
}
|
|
2437
|
-
|
|
2438
|
-
.lg\:tw-px-20 {
|
|
2351
|
+
.theme-brandCrowd .lg\:tw-px-20 {
|
|
2439
2352
|
padding-left: 5rem;
|
|
2440
2353
|
padding-right: 5rem;
|
|
2441
2354
|
}
|
|
2442
|
-
|
|
2443
|
-
.lg\:tw-px-8 {
|
|
2355
|
+
.theme-brandCrowd .lg\:tw-px-8 {
|
|
2444
2356
|
padding-left: 2rem;
|
|
2445
2357
|
padding-right: 2rem;
|
|
2446
2358
|
}
|
|
2447
|
-
|
|
2448
|
-
.lg\:tw-pb-0 {
|
|
2359
|
+
.theme-brandCrowd .lg\:tw-pb-0 {
|
|
2449
2360
|
padding-bottom: 0px;
|
|
2450
2361
|
}
|
|
2451
|
-
|
|
2452
|
-
.lg\:tw-pb-8 {
|
|
2362
|
+
.theme-brandCrowd .lg\:tw-pb-8 {
|
|
2453
2363
|
padding-bottom: 2rem;
|
|
2454
2364
|
}
|
|
2455
|
-
|
|
2456
|
-
.lg\:tw-pt-20 {
|
|
2365
|
+
.theme-brandCrowd .lg\:tw-pt-20 {
|
|
2457
2366
|
padding-top: 5rem;
|
|
2458
2367
|
}
|
|
2459
2368
|
}
|