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