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