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