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