@designcrowd/fe-shared-lib 1.5.20-BestLogoIcons-2 → 1.5.20-ast-icons

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.
Files changed (44) hide show
  1. package/CLAUDE.md +2 -4
  2. package/Dockerfile +1 -1
  3. package/dist/css/tailwind-brandCrowd.css +2496 -0
  4. package/dist/css/tailwind-brandPage.css +2180 -0
  5. package/dist/css/tailwind-crazyDomains.css +2496 -0
  6. package/dist/css/tailwind-designCom.css +2496 -0
  7. package/dist/css/tailwind-designCrowd.css +2496 -0
  8. package/package.json +1 -1
  9. package/public/css/tailwind-brandCrowd.css +2504 -0
  10. package/public/css/tailwind-brandPage.css +2184 -0
  11. package/public/css/tailwind-crazyDomains.css +2504 -0
  12. package/public/css/tailwind-designCom.css +2504 -0
  13. package/public/css/tailwind-designCrowd.css +2504 -0
  14. package/src/atoms/components/Icon/Icon.stories.js +2 -0
  15. package/src/atoms/components/Icon/Icon.vue +4 -38
  16. package/src/atoms/components/Icon/icons/digital-business-card-filled.vue +11 -0
  17. package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +11 -0
  18. package/src/bundles/bundled-translations.de-DE.json +147 -0
  19. package/src/bundles/bundled-translations.es-ES.json +147 -0
  20. package/src/bundles/bundled-translations.fr-CA.json +147 -0
  21. package/src/bundles/bundled-translations.fr-FR.json +147 -0
  22. package/src/bundles/bundled-translations.json +147 -0
  23. package/src/bundles/bundled-translations.pt-BR.json +147 -0
  24. package/src/bundles/bundled-translations.pt-PT.json +147 -0
  25. package/src/useSharedLibTranslate.js +0 -2
  26. package/.claude/settings.local.json +0 -20
  27. package/.npm-publish-token +0 -1
  28. package/src/atoms/components/Icon/icons/annotate-heart.vue +0 -7
  29. package/src/atoms/components/Icon/icons/award.vue +0 -7
  30. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +0 -7
  31. package/src/atoms/components/Icon/icons/bezier-curve.vue +0 -7
  32. package/src/atoms/components/Icon/icons/browser.vue +0 -7
  33. package/src/atoms/components/Icon/icons/card-vertical.vue +0 -7
  34. package/src/atoms/components/Icon/icons/file-empty.vue +0 -7
  35. package/src/atoms/components/Icon/icons/font.vue +0 -7
  36. package/src/atoms/components/Icon/icons/headphones.vue +0 -7
  37. package/src/atoms/components/Icon/icons/image.vue +0 -7
  38. package/src/atoms/components/Icon/icons/lightning.vue +0 -7
  39. package/src/atoms/components/Icon/icons/logo.vue +0 -7
  40. package/src/atoms/components/Icon/icons/palette-outline.vue +0 -7
  41. package/src/atoms/components/Icon/icons/pen-outline.vue +0 -7
  42. package/src/atoms/components/Icon/icons/pen-sparkle.vue +0 -17
  43. package/src/atoms/components/Icon/icons/pen.vue +0 -7
  44. package/src/atoms/components/Icon/icons/sparkle-square.vue +0 -22
@@ -0,0 +1,2504 @@
1
+ /*
2
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
+ *//*
4
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
+ */
7
+
8
+ *,
9
+ ::before,
10
+ ::after {
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: currentColor; /* 2 */
15
+ }
16
+
17
+ ::before,
18
+ ::after {
19
+ --tw-content: '';
20
+ }
21
+
22
+ /*
23
+ 1. Use a consistent sensible line-height in all browsers.
24
+ 2. Prevent adjustments of font size after orientation changes in iOS.
25
+ 3. Use a more readable tab size.
26
+ 4. Use the user's configured `sans` font-family by default.
27
+ 5. Use the user's configured `sans` font-feature-settings by default.
28
+ 6. Use the user's configured `sans` font-variation-settings by default.
29
+ 7. Disable tap highlights on iOS
30
+ */
31
+
32
+ html,
33
+ :host {
34
+ line-height: 1.5; /* 1 */
35
+ -webkit-text-size-adjust: 100%; /* 2 */
36
+ -moz-tab-size: 4; /* 3 */
37
+ -o-tab-size: 4;
38
+ tab-size: 4; /* 3 */
39
+ font-family: Lato, Helvetica, sans-serif; /* 4 */
40
+ font-feature-settings: normal; /* 5 */
41
+ font-variation-settings: normal; /* 6 */
42
+ -webkit-tap-highlight-color: transparent; /* 7 */
43
+ }
44
+
45
+ /*
46
+ 1. Remove the margin in all browsers.
47
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
48
+ */
49
+
50
+ body {
51
+ margin: 0; /* 1 */
52
+ line-height: inherit; /* 2 */
53
+ }
54
+
55
+ /*
56
+ 1. Add the correct height in Firefox.
57
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
58
+ 3. Ensure horizontal rules are visible by default.
59
+ */
60
+
61
+ hr {
62
+ height: 0; /* 1 */
63
+ color: inherit; /* 2 */
64
+ border-top-width: 1px; /* 3 */
65
+ }
66
+
67
+ /*
68
+ Add the correct text decoration in Chrome, Edge, and Safari.
69
+ */
70
+
71
+ abbr:where([title]) {
72
+ -webkit-text-decoration: underline dotted;
73
+ text-decoration: underline dotted;
74
+ }
75
+
76
+ /*
77
+ Remove the default font size and weight for headings.
78
+ */
79
+
80
+ h1,
81
+ h2,
82
+ h3,
83
+ h4,
84
+ h5,
85
+ h6 {
86
+ font-size: inherit;
87
+ font-weight: inherit;
88
+ }
89
+
90
+ /*
91
+ Reset links to optimize for opt-in styling instead of opt-out.
92
+ */
93
+
94
+ a {
95
+ color: inherit;
96
+ text-decoration: inherit;
97
+ }
98
+
99
+ /*
100
+ Add the correct font weight in Edge and Safari.
101
+ */
102
+
103
+ b,
104
+ strong {
105
+ font-weight: bolder;
106
+ }
107
+
108
+ /*
109
+ 1. Use the user's configured `mono` font-family by default.
110
+ 2. Use the user's configured `mono` font-feature-settings by default.
111
+ 3. Use the user's configured `mono` font-variation-settings by default.
112
+ 4. Correct the odd `em` font sizing in all browsers.
113
+ */
114
+
115
+ code,
116
+ kbd,
117
+ samp,
118
+ pre {
119
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
120
+ font-feature-settings: normal; /* 2 */
121
+ font-variation-settings: normal; /* 3 */
122
+ font-size: 1em; /* 4 */
123
+ }
124
+
125
+ /*
126
+ Add the correct font size in all browsers.
127
+ */
128
+
129
+ small {
130
+ font-size: 80%;
131
+ }
132
+
133
+ /*
134
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
135
+ */
136
+
137
+ sub,
138
+ sup {
139
+ font-size: 75%;
140
+ line-height: 0;
141
+ position: relative;
142
+ vertical-align: baseline;
143
+ }
144
+
145
+ sub {
146
+ bottom: -0.25em;
147
+ }
148
+
149
+ sup {
150
+ top: -0.5em;
151
+ }
152
+
153
+ /*
154
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
155
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
156
+ 3. Remove gaps between table borders by default.
157
+ */
158
+
159
+ table {
160
+ text-indent: 0; /* 1 */
161
+ border-color: inherit; /* 2 */
162
+ border-collapse: collapse; /* 3 */
163
+ }
164
+
165
+ /*
166
+ 1. Change the font styles in all browsers.
167
+ 2. Remove the margin in Firefox and Safari.
168
+ 3. Remove default padding in all browsers.
169
+ */
170
+
171
+ button,
172
+ input,
173
+ optgroup,
174
+ select,
175
+ textarea {
176
+ font-family: inherit; /* 1 */
177
+ font-feature-settings: inherit; /* 1 */
178
+ font-variation-settings: inherit; /* 1 */
179
+ font-size: 100%; /* 1 */
180
+ font-weight: inherit; /* 1 */
181
+ line-height: inherit; /* 1 */
182
+ color: inherit; /* 1 */
183
+ margin: 0; /* 2 */
184
+ padding: 0; /* 3 */
185
+ }
186
+
187
+ /*
188
+ Remove the inheritance of text transform in Edge and Firefox.
189
+ */
190
+
191
+ button,
192
+ select {
193
+ text-transform: none;
194
+ }
195
+
196
+ /*
197
+ 1. Correct the inability to style clickable types in iOS and Safari.
198
+ 2. Remove default button styles.
199
+ */
200
+
201
+ button,
202
+ [type='button'],
203
+ [type='reset'],
204
+ [type='submit'] {
205
+ -webkit-appearance: button; /* 1 */
206
+ background-color: transparent; /* 2 */
207
+ background-image: none; /* 2 */
208
+ }
209
+
210
+ /*
211
+ Use the modern Firefox focus style for all focusable elements.
212
+ */
213
+
214
+ :-moz-focusring {
215
+ outline: auto;
216
+ }
217
+
218
+ /*
219
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
+ */
221
+
222
+ :-moz-ui-invalid {
223
+ box-shadow: none;
224
+ }
225
+
226
+ /*
227
+ Add the correct vertical alignment in Chrome and Firefox.
228
+ */
229
+
230
+ progress {
231
+ vertical-align: baseline;
232
+ }
233
+
234
+ /*
235
+ Correct the cursor style of increment and decrement buttons in Safari.
236
+ */
237
+
238
+ ::-webkit-inner-spin-button,
239
+ ::-webkit-outer-spin-button {
240
+ height: auto;
241
+ }
242
+
243
+ /*
244
+ 1. Correct the odd appearance in Chrome and Safari.
245
+ 2. Correct the outline style in Safari.
246
+ */
247
+
248
+ [type='search'] {
249
+ -webkit-appearance: textfield; /* 1 */
250
+ outline-offset: -2px; /* 2 */
251
+ }
252
+
253
+ /*
254
+ Remove the inner padding in Chrome and Safari on macOS.
255
+ */
256
+
257
+ ::-webkit-search-decoration {
258
+ -webkit-appearance: none;
259
+ }
260
+
261
+ /*
262
+ 1. Correct the inability to style clickable types in iOS and Safari.
263
+ 2. Change font properties to `inherit` in Safari.
264
+ */
265
+
266
+ ::-webkit-file-upload-button {
267
+ -webkit-appearance: button; /* 1 */
268
+ font: inherit; /* 2 */
269
+ }
270
+
271
+ /*
272
+ Add the correct display in Chrome and Safari.
273
+ */
274
+
275
+ summary {
276
+ display: list-item;
277
+ }
278
+
279
+ /*
280
+ Removes the default spacing and border for appropriate elements.
281
+ */
282
+
283
+ blockquote,
284
+ dl,
285
+ dd,
286
+ h1,
287
+ h2,
288
+ h3,
289
+ h4,
290
+ h5,
291
+ h6,
292
+ hr,
293
+ figure,
294
+ p,
295
+ pre {
296
+ margin: 0;
297
+ }
298
+
299
+ fieldset {
300
+ margin: 0;
301
+ padding: 0;
302
+ }
303
+
304
+ legend {
305
+ padding: 0;
306
+ }
307
+
308
+ ol,
309
+ ul,
310
+ menu {
311
+ list-style: none;
312
+ margin: 0;
313
+ padding: 0;
314
+ }
315
+
316
+ /*
317
+ Reset default styling for dialogs.
318
+ */
319
+ dialog {
320
+ padding: 0;
321
+ }
322
+
323
+ /*
324
+ Prevent resizing textareas horizontally by default.
325
+ */
326
+
327
+ textarea {
328
+ resize: vertical;
329
+ }
330
+
331
+ /*
332
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
+ 2. Set the default placeholder color to the user's configured gray 400 color.
334
+ */
335
+
336
+ input::-moz-placeholder, textarea::-moz-placeholder {
337
+ opacity: 1; /* 1 */
338
+ color: #9ca3af; /* 2 */
339
+ }
340
+
341
+ input::placeholder,
342
+ textarea::placeholder {
343
+ opacity: 1; /* 1 */
344
+ color: #9ca3af; /* 2 */
345
+ }
346
+
347
+ /*
348
+ Set the default cursor for buttons.
349
+ */
350
+
351
+ button,
352
+ [role="button"] {
353
+ cursor: pointer;
354
+ }
355
+
356
+ /*
357
+ Make sure disabled buttons don't get the pointer cursor.
358
+ */
359
+ :disabled {
360
+ cursor: default;
361
+ }
362
+
363
+ /*
364
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
+ This can trigger a poorly considered lint error in some tools but is included by design.
367
+ */
368
+
369
+ img,
370
+ svg,
371
+ video,
372
+ canvas,
373
+ audio,
374
+ iframe,
375
+ embed,
376
+ object {
377
+ display: block; /* 1 */
378
+ vertical-align: middle; /* 2 */
379
+ }
380
+
381
+ /*
382
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
+ */
384
+
385
+ img,
386
+ video {
387
+ max-width: 100%;
388
+ height: auto;
389
+ }
390
+
391
+ /* Make elements with the HTML hidden attribute stay hidden by default */
392
+ [hidden] {
393
+ display: none;
394
+ }
395
+
396
+ *, ::before, ::after {
397
+ --tw-border-spacing-x: 0;
398
+ --tw-border-spacing-y: 0;
399
+ --tw-translate-x: 0;
400
+ --tw-translate-y: 0;
401
+ --tw-rotate: 0;
402
+ --tw-skew-x: 0;
403
+ --tw-skew-y: 0;
404
+ --tw-scale-x: 1;
405
+ --tw-scale-y: 1;
406
+ --tw-pan-x: ;
407
+ --tw-pan-y: ;
408
+ --tw-pinch-zoom: ;
409
+ --tw-scroll-snap-strictness: proximity;
410
+ --tw-gradient-from-position: ;
411
+ --tw-gradient-via-position: ;
412
+ --tw-gradient-to-position: ;
413
+ --tw-ordinal: ;
414
+ --tw-slashed-zero: ;
415
+ --tw-numeric-figure: ;
416
+ --tw-numeric-spacing: ;
417
+ --tw-numeric-fraction: ;
418
+ --tw-ring-inset: ;
419
+ --tw-ring-offset-width: 0px;
420
+ --tw-ring-offset-color: #fff;
421
+ --tw-ring-color: rgb(59 130 246 / 0.5);
422
+ --tw-ring-offset-shadow: 0 0 #0000;
423
+ --tw-ring-shadow: 0 0 #0000;
424
+ --tw-shadow: 0 0 #0000;
425
+ --tw-shadow-colored: 0 0 #0000;
426
+ --tw-blur: ;
427
+ --tw-brightness: ;
428
+ --tw-contrast: ;
429
+ --tw-grayscale: ;
430
+ --tw-hue-rotate: ;
431
+ --tw-invert: ;
432
+ --tw-saturate: ;
433
+ --tw-sepia: ;
434
+ --tw-drop-shadow: ;
435
+ --tw-backdrop-blur: ;
436
+ --tw-backdrop-brightness: ;
437
+ --tw-backdrop-contrast: ;
438
+ --tw-backdrop-grayscale: ;
439
+ --tw-backdrop-hue-rotate: ;
440
+ --tw-backdrop-invert: ;
441
+ --tw-backdrop-opacity: ;
442
+ --tw-backdrop-saturate: ;
443
+ --tw-backdrop-sepia: ;
444
+ }
445
+
446
+ ::backdrop {
447
+ --tw-border-spacing-x: 0;
448
+ --tw-border-spacing-y: 0;
449
+ --tw-translate-x: 0;
450
+ --tw-translate-y: 0;
451
+ --tw-rotate: 0;
452
+ --tw-skew-x: 0;
453
+ --tw-skew-y: 0;
454
+ --tw-scale-x: 1;
455
+ --tw-scale-y: 1;
456
+ --tw-pan-x: ;
457
+ --tw-pan-y: ;
458
+ --tw-pinch-zoom: ;
459
+ --tw-scroll-snap-strictness: proximity;
460
+ --tw-gradient-from-position: ;
461
+ --tw-gradient-via-position: ;
462
+ --tw-gradient-to-position: ;
463
+ --tw-ordinal: ;
464
+ --tw-slashed-zero: ;
465
+ --tw-numeric-figure: ;
466
+ --tw-numeric-spacing: ;
467
+ --tw-numeric-fraction: ;
468
+ --tw-ring-inset: ;
469
+ --tw-ring-offset-width: 0px;
470
+ --tw-ring-offset-color: #fff;
471
+ --tw-ring-color: rgb(59 130 246 / 0.5);
472
+ --tw-ring-offset-shadow: 0 0 #0000;
473
+ --tw-ring-shadow: 0 0 #0000;
474
+ --tw-shadow: 0 0 #0000;
475
+ --tw-shadow-colored: 0 0 #0000;
476
+ --tw-blur: ;
477
+ --tw-brightness: ;
478
+ --tw-contrast: ;
479
+ --tw-grayscale: ;
480
+ --tw-hue-rotate: ;
481
+ --tw-invert: ;
482
+ --tw-saturate: ;
483
+ --tw-sepia: ;
484
+ --tw-drop-shadow: ;
485
+ --tw-backdrop-blur: ;
486
+ --tw-backdrop-brightness: ;
487
+ --tw-backdrop-contrast: ;
488
+ --tw-backdrop-grayscale: ;
489
+ --tw-backdrop-hue-rotate: ;
490
+ --tw-backdrop-invert: ;
491
+ --tw-backdrop-opacity: ;
492
+ --tw-backdrop-saturate: ;
493
+ --tw-backdrop-sepia: ;
494
+ }
495
+ .theme-brandCrowd .tw-container {
496
+ width: 100%;
497
+ }
498
+ @media (min-width: 640px) {
499
+
500
+ .theme-brandCrowd .tw-container {
501
+ max-width: 640px;
502
+ }
503
+ }
504
+ @media (min-width: 768px) {
505
+
506
+ .theme-brandCrowd .tw-container {
507
+ max-width: 768px;
508
+ }
509
+ }
510
+ @media (min-width: 1024px) {
511
+
512
+ .theme-brandCrowd .tw-container {
513
+ max-width: 1024px;
514
+ }
515
+ }
516
+ @media (min-width: 1280px) {
517
+
518
+ .theme-brandCrowd .tw-container {
519
+ max-width: 1280px;
520
+ }
521
+ }
522
+ @media (min-width: 1536px) {
523
+
524
+ .theme-brandCrowd .tw-container {
525
+ max-width: 1536px;
526
+ }
527
+ }
528
+ .theme-brandCrowd .tw-sr-only {
529
+ position: absolute;
530
+ width: 1px;
531
+ height: 1px;
532
+ padding: 0;
533
+ margin: -1px;
534
+ overflow: hidden;
535
+ clip: rect(0, 0, 0, 0);
536
+ white-space: nowrap;
537
+ border-width: 0;
538
+ }
539
+ .theme-brandCrowd .tw-pointer-events-none {
540
+ pointer-events: none;
541
+ }
542
+ .theme-brandCrowd .tw-static {
543
+ position: static;
544
+ }
545
+ .theme-brandCrowd .tw-fixed {
546
+ position: fixed;
547
+ }
548
+ .theme-brandCrowd .tw-absolute {
549
+ position: absolute;
550
+ }
551
+ .theme-brandCrowd .tw-relative {
552
+ position: relative;
553
+ }
554
+ .theme-brandCrowd .tw--left-16 {
555
+ left: -4rem;
556
+ }
557
+ .theme-brandCrowd .tw--right-16 {
558
+ right: -4rem;
559
+ }
560
+ .theme-brandCrowd .tw-bottom-0 {
561
+ bottom: 0px;
562
+ }
563
+ .theme-brandCrowd .tw-bottom-full {
564
+ bottom: 100%;
565
+ }
566
+ .theme-brandCrowd .tw-left-0 {
567
+ left: 0px;
568
+ }
569
+ .theme-brandCrowd .tw-left-1\/2 {
570
+ left: 50%;
571
+ }
572
+ .theme-brandCrowd .tw-left-2 {
573
+ left: 0.5rem;
574
+ }
575
+ .theme-brandCrowd .tw-left-full {
576
+ left: 100%;
577
+ }
578
+ .theme-brandCrowd .tw-right-0 {
579
+ right: 0px;
580
+ }
581
+ .theme-brandCrowd .tw-right-2 {
582
+ right: 0.5rem;
583
+ }
584
+ .theme-brandCrowd .tw-right-full {
585
+ right: 100%;
586
+ }
587
+ .theme-brandCrowd .tw-top-0 {
588
+ top: 0px;
589
+ }
590
+ .theme-brandCrowd .tw-top-1\/2 {
591
+ top: 50%;
592
+ }
593
+ .theme-brandCrowd .tw-top-full {
594
+ top: 100%;
595
+ }
596
+ .theme-brandCrowd .tw-z-10 {
597
+ z-index: 10;
598
+ }
599
+ .theme-brandCrowd .tw-z-20 {
600
+ z-index: 20;
601
+ }
602
+ .theme-brandCrowd .tw-z-30 {
603
+ z-index: 30;
604
+ }
605
+ .theme-brandCrowd .tw-z-50 {
606
+ z-index: 50;
607
+ }
608
+ .theme-brandCrowd .tw-order-last {
609
+ order: 9999;
610
+ }
611
+ .theme-brandCrowd .tw-col-span-2 {
612
+ grid-column: span 2 / span 2;
613
+ }
614
+ .theme-brandCrowd .tw-m-0 {
615
+ margin: 0px;
616
+ }
617
+ .theme-brandCrowd .tw-m-3 {
618
+ margin: 0.75rem;
619
+ }
620
+ .theme-brandCrowd .tw-m-4 {
621
+ margin: 1rem;
622
+ }
623
+ .theme-brandCrowd .tw-m-5 {
624
+ margin: 1.25rem;
625
+ }
626
+ .theme-brandCrowd .tw-m-auto {
627
+ margin: auto;
628
+ }
629
+ .theme-brandCrowd .tw-mx-2 {
630
+ margin-left: 0.5rem;
631
+ margin-right: 0.5rem;
632
+ }
633
+ .theme-brandCrowd .tw-mx-4 {
634
+ margin-left: 1rem;
635
+ margin-right: 1rem;
636
+ }
637
+ .theme-brandCrowd .tw-mx-8 {
638
+ margin-left: 2rem;
639
+ margin-right: 2rem;
640
+ }
641
+ .theme-brandCrowd .tw-mx-auto {
642
+ margin-left: auto;
643
+ margin-right: auto;
644
+ }
645
+ .theme-brandCrowd .tw-my-0 {
646
+ margin-top: 0px;
647
+ margin-bottom: 0px;
648
+ }
649
+ .theme-brandCrowd .tw-my-1 {
650
+ margin-top: 0.25rem;
651
+ margin-bottom: 0.25rem;
652
+ }
653
+ .theme-brandCrowd .tw-my-10 {
654
+ margin-top: 2.5rem;
655
+ margin-bottom: 2.5rem;
656
+ }
657
+ .theme-brandCrowd .tw-my-4 {
658
+ margin-top: 1rem;
659
+ margin-bottom: 1rem;
660
+ }
661
+ .theme-brandCrowd .tw-my-5 {
662
+ margin-top: 1.25rem;
663
+ margin-bottom: 1.25rem;
664
+ }
665
+ .theme-brandCrowd .tw-my-auto {
666
+ margin-top: auto;
667
+ margin-bottom: auto;
668
+ }
669
+ .theme-brandCrowd .tw--mb-1 {
670
+ margin-bottom: -0.25rem;
671
+ }
672
+ .theme-brandCrowd .tw--mb-1\.5 {
673
+ margin-bottom: -0.375rem;
674
+ }
675
+ .theme-brandCrowd .tw--ml-px {
676
+ margin-left: -1px;
677
+ }
678
+ .theme-brandCrowd .tw--mr-1 {
679
+ margin-right: -0.25rem;
680
+ }
681
+ .theme-brandCrowd .tw--mr-1\.5 {
682
+ margin-right: -0.375rem;
683
+ }
684
+ .theme-brandCrowd .tw--mt-px {
685
+ margin-top: -1px;
686
+ }
687
+ .theme-brandCrowd .tw-mb-0 {
688
+ margin-bottom: 0px;
689
+ }
690
+ .theme-brandCrowd .tw-mb-0\.5 {
691
+ margin-bottom: 0.125rem;
692
+ }
693
+ .theme-brandCrowd .tw-mb-1 {
694
+ margin-bottom: 0.25rem;
695
+ }
696
+ .theme-brandCrowd .tw-mb-10 {
697
+ margin-bottom: 2.5rem;
698
+ }
699
+ .theme-brandCrowd .tw-mb-2 {
700
+ margin-bottom: 0.5rem;
701
+ }
702
+ .theme-brandCrowd .tw-mb-3 {
703
+ margin-bottom: 0.75rem;
704
+ }
705
+ .theme-brandCrowd .tw-mb-4 {
706
+ margin-bottom: 1rem;
707
+ }
708
+ .theme-brandCrowd .tw-mb-6 {
709
+ margin-bottom: 1.5rem;
710
+ }
711
+ .theme-brandCrowd .tw-mb-8 {
712
+ margin-bottom: 2rem;
713
+ }
714
+ .theme-brandCrowd .tw-ml-0 {
715
+ margin-left: 0px;
716
+ }
717
+ .theme-brandCrowd .tw-ml-2 {
718
+ margin-left: 0.5rem;
719
+ }
720
+ .theme-brandCrowd .tw-ml-3 {
721
+ margin-left: 0.75rem;
722
+ }
723
+ .theme-brandCrowd .tw-ml-4 {
724
+ margin-left: 1rem;
725
+ }
726
+ .theme-brandCrowd .tw-ml-auto {
727
+ margin-left: auto;
728
+ }
729
+ .theme-brandCrowd .tw-mr-1 {
730
+ margin-right: 0.25rem;
731
+ }
732
+ .theme-brandCrowd .tw-mr-2 {
733
+ margin-right: 0.5rem;
734
+ }
735
+ .theme-brandCrowd .tw-mr-3 {
736
+ margin-right: 0.75rem;
737
+ }
738
+ .theme-brandCrowd .tw-mr-4 {
739
+ margin-right: 1rem;
740
+ }
741
+ .theme-brandCrowd .tw-mr-auto {
742
+ margin-right: auto;
743
+ }
744
+ .theme-brandCrowd .tw-mt-0 {
745
+ margin-top: 0px;
746
+ }
747
+ .theme-brandCrowd .tw-mt-1 {
748
+ margin-top: 0.25rem;
749
+ }
750
+ .theme-brandCrowd .tw-mt-2 {
751
+ margin-top: 0.5rem;
752
+ }
753
+ .theme-brandCrowd .tw-mt-3 {
754
+ margin-top: 0.75rem;
755
+ }
756
+ .theme-brandCrowd .tw-mt-4 {
757
+ margin-top: 1rem;
758
+ }
759
+ .theme-brandCrowd .tw-mt-6 {
760
+ margin-top: 1.5rem;
761
+ }
762
+ .theme-brandCrowd .tw-mt-8 {
763
+ margin-top: 2rem;
764
+ }
765
+ .theme-brandCrowd .tw-box-border {
766
+ box-sizing: border-box;
767
+ }
768
+ .theme-brandCrowd .tw-box-content {
769
+ box-sizing: content-box;
770
+ }
771
+ .theme-brandCrowd .tw-line-clamp-1 {
772
+ overflow: hidden;
773
+ display: -webkit-box;
774
+ -webkit-box-orient: vertical;
775
+ -webkit-line-clamp: 1;
776
+ }
777
+ .theme-brandCrowd .tw-line-clamp-2 {
778
+ overflow: hidden;
779
+ display: -webkit-box;
780
+ -webkit-box-orient: vertical;
781
+ -webkit-line-clamp: 2;
782
+ }
783
+ .theme-brandCrowd .tw-line-clamp-3 {
784
+ overflow: hidden;
785
+ display: -webkit-box;
786
+ -webkit-box-orient: vertical;
787
+ -webkit-line-clamp: 3;
788
+ }
789
+ .theme-brandCrowd .tw-line-clamp-4 {
790
+ overflow: hidden;
791
+ display: -webkit-box;
792
+ -webkit-box-orient: vertical;
793
+ -webkit-line-clamp: 4;
794
+ }
795
+ .theme-brandCrowd .tw-line-clamp-5 {
796
+ overflow: hidden;
797
+ display: -webkit-box;
798
+ -webkit-box-orient: vertical;
799
+ -webkit-line-clamp: 5;
800
+ }
801
+ .theme-brandCrowd .tw-line-clamp-6 {
802
+ overflow: hidden;
803
+ display: -webkit-box;
804
+ -webkit-box-orient: vertical;
805
+ -webkit-line-clamp: 6;
806
+ }
807
+ .theme-brandCrowd .tw-line-clamp-none {
808
+ overflow: visible;
809
+ display: block;
810
+ -webkit-box-orient: horizontal;
811
+ -webkit-line-clamp: none;
812
+ }
813
+ .theme-brandCrowd .tw-block {
814
+ display: block;
815
+ }
816
+ .theme-brandCrowd .tw-inline-block {
817
+ display: inline-block;
818
+ }
819
+ .theme-brandCrowd .tw-inline {
820
+ display: inline;
821
+ }
822
+ .theme-brandCrowd .tw-flex {
823
+ display: flex;
824
+ }
825
+ .theme-brandCrowd .tw-inline-flex {
826
+ display: inline-flex;
827
+ }
828
+ .theme-brandCrowd .tw-grid {
829
+ display: grid;
830
+ }
831
+ .theme-brandCrowd .tw-hidden {
832
+ display: none;
833
+ }
834
+ .theme-brandCrowd .tw-h-0 {
835
+ height: 0px;
836
+ }
837
+ .theme-brandCrowd .tw-h-10 {
838
+ height: 2.5rem;
839
+ }
840
+ .theme-brandCrowd .tw-h-12 {
841
+ height: 3rem;
842
+ }
843
+ .theme-brandCrowd .tw-h-14 {
844
+ height: 3.5rem;
845
+ }
846
+ .theme-brandCrowd .tw-h-16 {
847
+ height: 4rem;
848
+ }
849
+ .theme-brandCrowd .tw-h-2 {
850
+ height: 0.5rem;
851
+ }
852
+ .theme-brandCrowd .tw-h-20 {
853
+ height: 5rem;
854
+ }
855
+ .theme-brandCrowd .tw-h-24 {
856
+ height: 6rem;
857
+ }
858
+ .theme-brandCrowd .tw-h-3 {
859
+ height: 0.75rem;
860
+ }
861
+ .theme-brandCrowd .tw-h-4 {
862
+ height: 1rem;
863
+ }
864
+ .theme-brandCrowd .tw-h-40 {
865
+ height: 10rem;
866
+ }
867
+ .theme-brandCrowd .tw-h-5 {
868
+ height: 1.25rem;
869
+ }
870
+ .theme-brandCrowd .tw-h-6 {
871
+ height: 1.5rem;
872
+ }
873
+ .theme-brandCrowd .tw-h-8 {
874
+ height: 2rem;
875
+ }
876
+ .theme-brandCrowd .tw-h-80 {
877
+ height: 20rem;
878
+ }
879
+ .theme-brandCrowd .tw-h-auto {
880
+ height: auto;
881
+ }
882
+ .theme-brandCrowd .tw-h-fit {
883
+ height: -moz-fit-content;
884
+ height: fit-content;
885
+ }
886
+ .theme-brandCrowd .tw-h-full {
887
+ height: 100%;
888
+ }
889
+ .theme-brandCrowd .tw-max-h-56 {
890
+ max-height: 14rem;
891
+ }
892
+ .theme-brandCrowd .tw-max-h-72 {
893
+ max-height: 18rem;
894
+ }
895
+ .theme-brandCrowd .tw-max-h-full {
896
+ max-height: 100%;
897
+ }
898
+ .theme-brandCrowd .tw-max-h-screen {
899
+ max-height: 100vh;
900
+ }
901
+ .theme-brandCrowd .tw-w-10 {
902
+ width: 2.5rem;
903
+ }
904
+ .theme-brandCrowd .tw-w-12 {
905
+ width: 3rem;
906
+ }
907
+ .theme-brandCrowd .tw-w-14 {
908
+ width: 3.5rem;
909
+ }
910
+ .theme-brandCrowd .tw-w-16 {
911
+ width: 4rem;
912
+ }
913
+ .theme-brandCrowd .tw-w-2 {
914
+ width: 0.5rem;
915
+ }
916
+ .theme-brandCrowd .tw-w-24 {
917
+ width: 6rem;
918
+ }
919
+ .theme-brandCrowd .tw-w-3 {
920
+ width: 0.75rem;
921
+ }
922
+ .theme-brandCrowd .tw-w-32 {
923
+ width: 8rem;
924
+ }
925
+ .theme-brandCrowd .tw-w-4 {
926
+ width: 1rem;
927
+ }
928
+ .theme-brandCrowd .tw-w-5 {
929
+ width: 1.25rem;
930
+ }
931
+ .theme-brandCrowd .tw-w-6 {
932
+ width: 1.5rem;
933
+ }
934
+ .theme-brandCrowd .tw-w-60 {
935
+ width: 15rem;
936
+ }
937
+ .theme-brandCrowd .tw-w-64 {
938
+ width: 16rem;
939
+ }
940
+ .theme-brandCrowd .tw-w-72 {
941
+ width: 18rem;
942
+ }
943
+ .theme-brandCrowd .tw-w-8 {
944
+ width: 2rem;
945
+ }
946
+ .theme-brandCrowd .tw-w-96 {
947
+ width: 24rem;
948
+ }
949
+ .theme-brandCrowd .tw-w-auto {
950
+ width: auto;
951
+ }
952
+ .theme-brandCrowd .tw-w-fit {
953
+ width: -moz-fit-content;
954
+ width: fit-content;
955
+ }
956
+ .theme-brandCrowd .tw-w-full {
957
+ width: 100%;
958
+ }
959
+ .theme-brandCrowd .tw-max-w-2xl {
960
+ max-width: 42rem;
961
+ }
962
+ .theme-brandCrowd .tw-max-w-3xl {
963
+ max-width: 48rem;
964
+ }
965
+ .theme-brandCrowd .tw-max-w-full {
966
+ max-width: 100%;
967
+ }
968
+ .theme-brandCrowd .tw-max-w-md {
969
+ max-width: 28rem;
970
+ }
971
+ .theme-brandCrowd .tw-max-w-xl {
972
+ max-width: 36rem;
973
+ }
974
+ .theme-brandCrowd .tw-flex-auto {
975
+ flex: 1 1 auto;
976
+ }
977
+ .theme-brandCrowd .tw-flex-none {
978
+ flex: none;
979
+ }
980
+ .theme-brandCrowd .tw-flex-shrink-0 {
981
+ flex-shrink: 0;
982
+ }
983
+ .theme-brandCrowd .tw-grow {
984
+ flex-grow: 1;
985
+ }
986
+ .theme-brandCrowd .tw-origin-top-right {
987
+ transform-origin: top right;
988
+ }
989
+ .-tw-translate-x-px {
990
+ --tw-translate-x: -1px;
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
+ }
993
+ .theme-brandCrowd .tw--translate-x-2 {
994
+ --tw-translate-x: -0.5rem;
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
+ }
997
+ .theme-brandCrowd .tw--translate-x-3 {
998
+ --tw-translate-x: -0.75rem;
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
+ }
1001
+ .theme-brandCrowd .tw--translate-x-4 {
1002
+ --tw-translate-x: -1rem;
1003
+ 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));
1004
+ }
1005
+ .theme-brandCrowd .tw--translate-y-1\/2 {
1006
+ --tw-translate-y: -50%;
1007
+ 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
+ }
1009
+ .theme-brandCrowd .tw--translate-y-2 {
1010
+ --tw-translate-y: -0.5rem;
1011
+ 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));
1012
+ }
1013
+ .theme-brandCrowd .tw-translate-x-12 {
1014
+ --tw-translate-x: 3rem;
1015
+ 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));
1016
+ }
1017
+ .theme-brandCrowd .tw-translate-x-20 {
1018
+ --tw-translate-x: 5rem;
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));
1020
+ }
1021
+ .theme-brandCrowd .tw-translate-x-4 {
1022
+ --tw-translate-x: 1rem;
1023
+ 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));
1024
+ }
1025
+ .theme-brandCrowd .tw-translate-x-5 {
1026
+ --tw-translate-x: 1.25rem;
1027
+ 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));
1028
+ }
1029
+ .theme-brandCrowd .tw-translate-x-6 {
1030
+ --tw-translate-x: 1.5rem;
1031
+ 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));
1032
+ }
1033
+ .theme-brandCrowd .tw-translate-x-8 {
1034
+ --tw-translate-x: 2rem;
1035
+ 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));
1036
+ }
1037
+ .theme-brandCrowd .tw-translate-y-1\/2 {
1038
+ --tw-translate-y: 50%;
1039
+ 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));
1040
+ }
1041
+ .theme-brandCrowd .tw-translate-y-2 {
1042
+ --tw-translate-y: 0.5rem;
1043
+ 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));
1044
+ }
1045
+ .theme-brandCrowd .tw-translate-y-2\.5 {
1046
+ --tw-translate-y: 0.625rem;
1047
+ 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));
1048
+ }
1049
+ .theme-brandCrowd .tw-translate-y-4 {
1050
+ --tw-translate-y: 1rem;
1051
+ 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));
1052
+ }
1053
+ .theme-brandCrowd .tw-scale-0 {
1054
+ --tw-scale-x: 0;
1055
+ --tw-scale-y: 0;
1056
+ 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));
1057
+ }
1058
+ .theme-brandCrowd .tw-scale-100 {
1059
+ --tw-scale-x: 1;
1060
+ --tw-scale-y: 1;
1061
+ 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));
1062
+ }
1063
+ .theme-brandCrowd .tw-transform {
1064
+ 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));
1065
+ }
1066
+ @keyframes tw-spin {
1067
+
1068
+ to {
1069
+ transform: rotate(360deg);
1070
+ }
1071
+ }
1072
+ .theme-brandCrowd .tw-animate-spin {
1073
+ animation: tw-spin 1s linear infinite;
1074
+ }
1075
+ .\!tw-cursor-not-allowed {
1076
+ cursor: not-allowed !important;
1077
+ }
1078
+ .theme-brandCrowd .tw-cursor-not-allowed {
1079
+ cursor: not-allowed;
1080
+ }
1081
+ .theme-brandCrowd .tw-cursor-pointer {
1082
+ cursor: pointer;
1083
+ }
1084
+ .theme-brandCrowd .tw-cursor-text {
1085
+ cursor: text;
1086
+ }
1087
+ .theme-brandCrowd .tw-cursor-wait {
1088
+ cursor: wait;
1089
+ }
1090
+ .theme-brandCrowd .tw-select-none {
1091
+ -webkit-user-select: none;
1092
+ -moz-user-select: none;
1093
+ user-select: none;
1094
+ }
1095
+ .theme-brandCrowd .tw-resize-none {
1096
+ resize: none;
1097
+ }
1098
+ .theme-brandCrowd .tw-list-none {
1099
+ list-style-type: none;
1100
+ }
1101
+ .theme-brandCrowd .tw-appearance-none {
1102
+ -webkit-appearance: none;
1103
+ -moz-appearance: none;
1104
+ appearance: none;
1105
+ }
1106
+ .theme-brandCrowd .tw-grid-flow-row {
1107
+ grid-auto-flow: row;
1108
+ }
1109
+ .theme-brandCrowd .tw-auto-rows-max {
1110
+ grid-auto-rows: max-content;
1111
+ }
1112
+ .theme-brandCrowd .tw-grid-cols-1 {
1113
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1114
+ }
1115
+ .theme-brandCrowd .tw-grid-cols-3 {
1116
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1117
+ }
1118
+ .theme-brandCrowd .tw-grid-cols-4 {
1119
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1120
+ }
1121
+ .theme-brandCrowd .tw-flex-row {
1122
+ flex-direction: row;
1123
+ }
1124
+ .theme-brandCrowd .tw-flex-row-reverse {
1125
+ flex-direction: row-reverse;
1126
+ }
1127
+ .theme-brandCrowd .tw-flex-col {
1128
+ flex-direction: column;
1129
+ }
1130
+ .theme-brandCrowd .tw-flex-col-reverse {
1131
+ flex-direction: column-reverse;
1132
+ }
1133
+ .theme-brandCrowd .tw-content-start {
1134
+ align-content: flex-start;
1135
+ }
1136
+ .theme-brandCrowd .tw-items-start {
1137
+ align-items: flex-start;
1138
+ }
1139
+ .theme-brandCrowd .tw-items-end {
1140
+ align-items: flex-end;
1141
+ }
1142
+ .theme-brandCrowd .tw-items-center {
1143
+ align-items: center;
1144
+ }
1145
+ .theme-brandCrowd .tw-items-stretch {
1146
+ align-items: stretch;
1147
+ }
1148
+ .theme-brandCrowd .tw-justify-start {
1149
+ justify-content: flex-start;
1150
+ }
1151
+ .theme-brandCrowd .tw-justify-end {
1152
+ justify-content: flex-end;
1153
+ }
1154
+ .theme-brandCrowd .tw-justify-center {
1155
+ justify-content: center;
1156
+ }
1157
+ .theme-brandCrowd .tw-justify-between {
1158
+ justify-content: space-between;
1159
+ }
1160
+ .theme-brandCrowd .tw-gap-2 {
1161
+ gap: 0.5rem;
1162
+ }
1163
+ .theme-brandCrowd .tw-gap-3 {
1164
+ gap: 0.75rem;
1165
+ }
1166
+ .theme-brandCrowd .tw-gap-4 {
1167
+ gap: 1rem;
1168
+ }
1169
+ .theme-brandCrowd .tw-self-center {
1170
+ align-self: center;
1171
+ }
1172
+ .theme-brandCrowd .tw-overflow-hidden {
1173
+ overflow: hidden;
1174
+ }
1175
+ .theme-brandCrowd .tw-overflow-visible {
1176
+ overflow: visible;
1177
+ }
1178
+ .theme-brandCrowd .tw-overflow-scroll {
1179
+ overflow: scroll;
1180
+ }
1181
+ .theme-brandCrowd .tw-overflow-x-auto {
1182
+ overflow-x: auto;
1183
+ }
1184
+ .theme-brandCrowd .tw-overflow-y-auto {
1185
+ overflow-y: auto;
1186
+ }
1187
+ .theme-brandCrowd .tw-overflow-x-hidden {
1188
+ overflow-x: hidden;
1189
+ }
1190
+ .theme-brandCrowd .tw-overflow-y-hidden {
1191
+ overflow-y: hidden;
1192
+ }
1193
+ .theme-brandCrowd .tw-truncate {
1194
+ overflow: hidden;
1195
+ text-overflow: ellipsis;
1196
+ white-space: nowrap;
1197
+ }
1198
+ .theme-brandCrowd .tw-text-ellipsis {
1199
+ text-overflow: ellipsis;
1200
+ }
1201
+ .theme-brandCrowd .tw-whitespace-nowrap {
1202
+ white-space: nowrap;
1203
+ }
1204
+ .theme-brandCrowd .tw-break-all {
1205
+ word-break: break-all;
1206
+ }
1207
+ .theme-brandCrowd .tw-rounded {
1208
+ border-radius: 0.25rem;
1209
+ }
1210
+ .theme-brandCrowd .tw-rounded-full {
1211
+ border-radius: 9999px;
1212
+ }
1213
+ .theme-brandCrowd .tw-rounded-md {
1214
+ border-radius: 0.375rem;
1215
+ }
1216
+ .theme-brandCrowd .tw-rounded-none {
1217
+ border-radius: 0px;
1218
+ }
1219
+ .theme-brandCrowd .tw-rounded-sm {
1220
+ border-radius: 0.125rem;
1221
+ }
1222
+ .\!tw-rounded-l-none {
1223
+ border-top-left-radius: 0px !important;
1224
+ border-bottom-left-radius: 0px !important;
1225
+ }
1226
+ .\!tw-rounded-r-none {
1227
+ border-top-right-radius: 0px !important;
1228
+ border-bottom-right-radius: 0px !important;
1229
+ }
1230
+ .theme-brandCrowd .tw-rounded-b {
1231
+ border-bottom-right-radius: 0.25rem;
1232
+ border-bottom-left-radius: 0.25rem;
1233
+ }
1234
+ .theme-brandCrowd .tw-rounded-l {
1235
+ border-top-left-radius: 0.25rem;
1236
+ border-bottom-left-radius: 0.25rem;
1237
+ }
1238
+ .theme-brandCrowd .tw-rounded-l-none {
1239
+ border-top-left-radius: 0px;
1240
+ border-bottom-left-radius: 0px;
1241
+ }
1242
+ .theme-brandCrowd .tw-rounded-r {
1243
+ border-top-right-radius: 0.25rem;
1244
+ border-bottom-right-radius: 0.25rem;
1245
+ }
1246
+ .theme-brandCrowd .tw-rounded-r-none {
1247
+ border-top-right-radius: 0px;
1248
+ border-bottom-right-radius: 0px;
1249
+ }
1250
+ .theme-brandCrowd .tw-border {
1251
+ border-width: 1px;
1252
+ }
1253
+ .theme-brandCrowd .tw-border-0 {
1254
+ border-width: 0px;
1255
+ }
1256
+ .theme-brandCrowd .tw-border-2 {
1257
+ border-width: 2px;
1258
+ }
1259
+ .theme-brandCrowd .tw-border-b-0 {
1260
+ border-bottom-width: 0px;
1261
+ }
1262
+ .theme-brandCrowd .tw-border-b-2 {
1263
+ border-bottom-width: 2px;
1264
+ }
1265
+ .theme-brandCrowd .tw-border-b-4 {
1266
+ border-bottom-width: 4px;
1267
+ }
1268
+ .theme-brandCrowd .tw-border-l {
1269
+ border-left-width: 1px;
1270
+ }
1271
+ .theme-brandCrowd .tw-border-l-0 {
1272
+ border-left-width: 0px;
1273
+ }
1274
+ .theme-brandCrowd .tw-border-r {
1275
+ border-right-width: 1px;
1276
+ }
1277
+ .theme-brandCrowd .tw-border-r-0 {
1278
+ border-right-width: 0px;
1279
+ }
1280
+ .theme-brandCrowd .tw-border-t {
1281
+ border-top-width: 1px;
1282
+ }
1283
+ .theme-brandCrowd .tw-border-t-0 {
1284
+ border-top-width: 0px;
1285
+ }
1286
+ .theme-brandCrowd .tw-border-t-2 {
1287
+ border-top-width: 2px;
1288
+ }
1289
+ .theme-brandCrowd .tw-border-solid {
1290
+ border-style: solid;
1291
+ }
1292
+ .theme-brandCrowd .tw-border-dashed {
1293
+ border-style: dashed;
1294
+ }
1295
+ .theme-brandCrowd .tw-border-none {
1296
+ border-style: none;
1297
+ }
1298
+ .theme-brandCrowd .tw-border-black\/10 {
1299
+ border-color: rgb(0 0 0 / 0.1);
1300
+ }
1301
+ .theme-brandCrowd .tw-border-error-500 {
1302
+ --tw-border-opacity: 1;
1303
+ border-color: rgb(242 27 63 / var(--tw-border-opacity));
1304
+ }
1305
+ .theme-brandCrowd .tw-border-error-600 {
1306
+ --tw-border-opacity: 1;
1307
+ border-color: rgb(194 22 50 / var(--tw-border-opacity));
1308
+ }
1309
+ .theme-brandCrowd .tw-border-grayscale-100 {
1310
+ --tw-border-opacity: 1;
1311
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1312
+ }
1313
+ .theme-brandCrowd .tw-border-grayscale-300 {
1314
+ --tw-border-opacity: 1;
1315
+ border-color: rgb(239 239 239 / var(--tw-border-opacity));
1316
+ }
1317
+ .theme-brandCrowd .tw-border-grayscale-400 {
1318
+ --tw-border-opacity: 1;
1319
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
1320
+ }
1321
+ .theme-brandCrowd .tw-border-grayscale-500 {
1322
+ --tw-border-opacity: 1;
1323
+ border-color: rgb(208 208 208 / var(--tw-border-opacity));
1324
+ }
1325
+ .theme-brandCrowd .tw-border-grayscale-600 {
1326
+ --tw-border-opacity: 1;
1327
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
1328
+ }
1329
+ .theme-brandCrowd .tw-border-info-300 {
1330
+ --tw-border-opacity: 1;
1331
+ border-color: rgb(102 193 231 / var(--tw-border-opacity));
1332
+ }
1333
+ .theme-brandCrowd .tw-border-info-500 {
1334
+ --tw-border-opacity: 1;
1335
+ border-color: rgb(0 151 215 / var(--tw-border-opacity));
1336
+ }
1337
+ .theme-brandCrowd .tw-border-primary-300 {
1338
+ --tw-border-opacity: 1;
1339
+ border-color: rgb(247 118 140 / var(--tw-border-opacity));
1340
+ }
1341
+ .theme-brandCrowd .tw-border-primary-400 {
1342
+ --tw-border-opacity: 1;
1343
+ border-color: rgb(245 73 101 / var(--tw-border-opacity));
1344
+ }
1345
+ .theme-brandCrowd .tw-border-primary-500 {
1346
+ --tw-border-opacity: 1;
1347
+ border-color: rgb(242 27 63 / var(--tw-border-opacity));
1348
+ }
1349
+ .theme-brandCrowd .tw-border-primary-600 {
1350
+ --tw-border-opacity: 1;
1351
+ border-color: rgb(194 22 50 / var(--tw-border-opacity));
1352
+ }
1353
+ .theme-brandCrowd .tw-border-secondary-200 {
1354
+ --tw-border-opacity: 1;
1355
+ border-color: rgb(189 189 189 / var(--tw-border-opacity));
1356
+ }
1357
+ .theme-brandCrowd .tw-border-secondary-300 {
1358
+ --tw-border-opacity: 1;
1359
+ border-color: rgb(155 155 155 / var(--tw-border-opacity));
1360
+ }
1361
+ .theme-brandCrowd .tw-border-secondary-500 {
1362
+ --tw-border-opacity: 1;
1363
+ border-color: rgb(89 89 89 / var(--tw-border-opacity));
1364
+ }
1365
+ .theme-brandCrowd .tw-border-success-400 {
1366
+ --tw-border-opacity: 1;
1367
+ border-color: rgb(80 185 64 / var(--tw-border-opacity));
1368
+ }
1369
+ .theme-brandCrowd .tw-border-success-500 {
1370
+ --tw-border-opacity: 1;
1371
+ border-color: rgb(36 168 16 / var(--tw-border-opacity));
1372
+ }
1373
+ .theme-brandCrowd .tw-border-success-600 {
1374
+ --tw-border-opacity: 1;
1375
+ border-color: rgb(29 134 13 / var(--tw-border-opacity));
1376
+ }
1377
+ .theme-brandCrowd .tw-border-warning-300 {
1378
+ --tw-border-opacity: 1;
1379
+ border-color: rgb(248 207 128 / var(--tw-border-opacity));
1380
+ }
1381
+ .theme-brandCrowd .tw-border-warning-500 {
1382
+ --tw-border-opacity: 1;
1383
+ border-color: rgb(243 175 43 / var(--tw-border-opacity));
1384
+ }
1385
+ .theme-brandCrowd .tw-border-warning-600 {
1386
+ --tw-border-opacity: 1;
1387
+ border-color: rgb(194 140 34 / var(--tw-border-opacity));
1388
+ }
1389
+ .theme-brandCrowd .tw-border-white {
1390
+ --tw-border-opacity: 1;
1391
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1392
+ }
1393
+ .theme-brandCrowd .tw-bg-black {
1394
+ --tw-bg-opacity: 1;
1395
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1396
+ }
1397
+ .theme-brandCrowd .tw-bg-error-100 {
1398
+ --tw-bg-opacity: 1;
1399
+ background-color: rgb(252 209 217 / var(--tw-bg-opacity));
1400
+ }
1401
+ .theme-brandCrowd .tw-bg-error-500 {
1402
+ --tw-bg-opacity: 1;
1403
+ background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1404
+ }
1405
+ .theme-brandCrowd .tw-bg-grayscale-100 {
1406
+ --tw-bg-opacity: 1;
1407
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1408
+ }
1409
+ .theme-brandCrowd .tw-bg-grayscale-200 {
1410
+ --tw-bg-opacity: 1;
1411
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1412
+ }
1413
+ .theme-brandCrowd .tw-bg-grayscale-300 {
1414
+ --tw-bg-opacity: 1;
1415
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1416
+ }
1417
+ .theme-brandCrowd .tw-bg-grayscale-400 {
1418
+ --tw-bg-opacity: 1;
1419
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1420
+ }
1421
+ .theme-brandCrowd .tw-bg-grayscale-500 {
1422
+ --tw-bg-opacity: 1;
1423
+ background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1424
+ }
1425
+ .theme-brandCrowd .tw-bg-info-100 {
1426
+ --tw-bg-opacity: 1;
1427
+ background-color: rgb(204 234 247 / var(--tw-bg-opacity));
1428
+ }
1429
+ .theme-brandCrowd .tw-bg-info-300 {
1430
+ --tw-bg-opacity: 1;
1431
+ background-color: rgb(102 193 231 / var(--tw-bg-opacity));
1432
+ }
1433
+ .theme-brandCrowd .tw-bg-info-400 {
1434
+ --tw-bg-opacity: 1;
1435
+ background-color: rgb(51 172 223 / var(--tw-bg-opacity));
1436
+ }
1437
+ .theme-brandCrowd .tw-bg-info-500 {
1438
+ --tw-bg-opacity: 1;
1439
+ background-color: rgb(0 151 215 / var(--tw-bg-opacity));
1440
+ }
1441
+ .theme-brandCrowd .tw-bg-info-600 {
1442
+ --tw-bg-opacity: 1;
1443
+ background-color: rgb(0 121 172 / var(--tw-bg-opacity));
1444
+ }
1445
+ .theme-brandCrowd .tw-bg-primary-300 {
1446
+ --tw-bg-opacity: 1;
1447
+ background-color: rgb(247 118 140 / var(--tw-bg-opacity));
1448
+ }
1449
+ .theme-brandCrowd .tw-bg-primary-400 {
1450
+ --tw-bg-opacity: 1;
1451
+ background-color: rgb(245 73 101 / var(--tw-bg-opacity));
1452
+ }
1453
+ .theme-brandCrowd .tw-bg-primary-500 {
1454
+ --tw-bg-opacity: 1;
1455
+ background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1456
+ }
1457
+ .theme-brandCrowd .tw-bg-primary-600 {
1458
+ --tw-bg-opacity: 1;
1459
+ background-color: rgb(194 22 50 / var(--tw-bg-opacity));
1460
+ }
1461
+ .theme-brandCrowd .tw-bg-secondary-100 {
1462
+ --tw-bg-opacity: 1;
1463
+ background-color: rgb(222 222 222 / var(--tw-bg-opacity));
1464
+ }
1465
+ .theme-brandCrowd .tw-bg-secondary-300 {
1466
+ --tw-bg-opacity: 1;
1467
+ background-color: rgb(155 155 155 / var(--tw-bg-opacity));
1468
+ }
1469
+ .theme-brandCrowd .tw-bg-secondary-500 {
1470
+ --tw-bg-opacity: 1;
1471
+ background-color: rgb(89 89 89 / var(--tw-bg-opacity));
1472
+ }
1473
+ .theme-brandCrowd .tw-bg-success-100 {
1474
+ --tw-bg-opacity: 1;
1475
+ background-color: rgb(211 238 207 / var(--tw-bg-opacity));
1476
+ }
1477
+ .theme-brandCrowd .tw-bg-success-400 {
1478
+ --tw-bg-opacity: 1;
1479
+ background-color: rgb(80 185 64 / var(--tw-bg-opacity));
1480
+ }
1481
+ .theme-brandCrowd .tw-bg-success-500 {
1482
+ --tw-bg-opacity: 1;
1483
+ background-color: rgb(36 168 16 / var(--tw-bg-opacity));
1484
+ }
1485
+ .theme-brandCrowd .tw-bg-transparent {
1486
+ background-color: transparent;
1487
+ }
1488
+ .theme-brandCrowd .tw-bg-warning-100 {
1489
+ --tw-bg-opacity: 1;
1490
+ background-color: rgb(253 239 213 / var(--tw-bg-opacity));
1491
+ }
1492
+ .theme-brandCrowd .tw-bg-warning-300 {
1493
+ --tw-bg-opacity: 1;
1494
+ background-color: rgb(248 207 128 / var(--tw-bg-opacity));
1495
+ }
1496
+ .theme-brandCrowd .tw-bg-warning-500 {
1497
+ --tw-bg-opacity: 1;
1498
+ background-color: rgb(243 175 43 / var(--tw-bg-opacity));
1499
+ }
1500
+ .theme-brandCrowd .tw-bg-warning-600 {
1501
+ --tw-bg-opacity: 1;
1502
+ background-color: rgb(194 140 34 / var(--tw-bg-opacity));
1503
+ }
1504
+ .theme-brandCrowd .tw-bg-white {
1505
+ --tw-bg-opacity: 1;
1506
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1507
+ }
1508
+ .theme-brandCrowd .tw-bg-opacity-75 {
1509
+ --tw-bg-opacity: 0.75;
1510
+ }
1511
+ .theme-brandCrowd .tw-bg-opacity-80 {
1512
+ --tw-bg-opacity: 0.8;
1513
+ }
1514
+ .theme-brandCrowd .tw-bg-gradient-to-t {
1515
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1516
+ }
1517
+ .theme-brandCrowd .tw-from-\[\#d946ef\] {
1518
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1519
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1520
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1521
+ }
1522
+ .theme-brandCrowd .tw-to-\[\#8b5cf6\] {
1523
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1524
+ }
1525
+ .theme-brandCrowd .tw-bg-no-repeat {
1526
+ background-repeat: no-repeat;
1527
+ }
1528
+ .theme-brandCrowd .tw-fill-current {
1529
+ fill: currentColor;
1530
+ }
1531
+ .theme-brandCrowd .tw-object-contain {
1532
+ -o-object-fit: contain;
1533
+ object-fit: contain;
1534
+ }
1535
+ .theme-brandCrowd .tw-object-cover {
1536
+ -o-object-fit: cover;
1537
+ object-fit: cover;
1538
+ }
1539
+ .theme-brandCrowd .tw-object-top {
1540
+ -o-object-position: top;
1541
+ object-position: top;
1542
+ }
1543
+ .\!tw-p-0 {
1544
+ padding: 0px !important;
1545
+ }
1546
+ .\!tw-p-0\.5 {
1547
+ padding: 0.125rem !important;
1548
+ }
1549
+ .\!tw-p-1 {
1550
+ padding: 0.25rem !important;
1551
+ }
1552
+ .\!tw-p-1\.5 {
1553
+ padding: 0.375rem !important;
1554
+ }
1555
+ .\!tw-p-10 {
1556
+ padding: 2.5rem !important;
1557
+ }
1558
+ .\!tw-p-11 {
1559
+ padding: 2.75rem !important;
1560
+ }
1561
+ .\!tw-p-12 {
1562
+ padding: 3rem !important;
1563
+ }
1564
+ .\!tw-p-14 {
1565
+ padding: 3.5rem !important;
1566
+ }
1567
+ .\!tw-p-16 {
1568
+ padding: 4rem !important;
1569
+ }
1570
+ .\!tw-p-2 {
1571
+ padding: 0.5rem !important;
1572
+ }
1573
+ .\!tw-p-2\.5 {
1574
+ padding: 0.625rem !important;
1575
+ }
1576
+ .\!tw-p-20 {
1577
+ padding: 5rem !important;
1578
+ }
1579
+ .\!tw-p-24 {
1580
+ padding: 6rem !important;
1581
+ }
1582
+ .\!tw-p-28 {
1583
+ padding: 7rem !important;
1584
+ }
1585
+ .\!tw-p-3 {
1586
+ padding: 0.75rem !important;
1587
+ }
1588
+ .\!tw-p-3\.5 {
1589
+ padding: 0.875rem !important;
1590
+ }
1591
+ .\!tw-p-32 {
1592
+ padding: 8rem !important;
1593
+ }
1594
+ .\!tw-p-36 {
1595
+ padding: 9rem !important;
1596
+ }
1597
+ .\!tw-p-4 {
1598
+ padding: 1rem !important;
1599
+ }
1600
+ .\!tw-p-40 {
1601
+ padding: 10rem !important;
1602
+ }
1603
+ .\!tw-p-44 {
1604
+ padding: 11rem !important;
1605
+ }
1606
+ .\!tw-p-48 {
1607
+ padding: 12rem !important;
1608
+ }
1609
+ .\!tw-p-5 {
1610
+ padding: 1.25rem !important;
1611
+ }
1612
+ .\!tw-p-52 {
1613
+ padding: 13rem !important;
1614
+ }
1615
+ .\!tw-p-56 {
1616
+ padding: 14rem !important;
1617
+ }
1618
+ .\!tw-p-6 {
1619
+ padding: 1.5rem !important;
1620
+ }
1621
+ .\!tw-p-60 {
1622
+ padding: 15rem !important;
1623
+ }
1624
+ .\!tw-p-64 {
1625
+ padding: 16rem !important;
1626
+ }
1627
+ .\!tw-p-7 {
1628
+ padding: 1.75rem !important;
1629
+ }
1630
+ .\!tw-p-72 {
1631
+ padding: 18rem !important;
1632
+ }
1633
+ .\!tw-p-8 {
1634
+ padding: 2rem !important;
1635
+ }
1636
+ .\!tw-p-80 {
1637
+ padding: 20rem !important;
1638
+ }
1639
+ .\!tw-p-9 {
1640
+ padding: 2.25rem !important;
1641
+ }
1642
+ .\!tw-p-96 {
1643
+ padding: 24rem !important;
1644
+ }
1645
+ .\!tw-p-px {
1646
+ padding: 1px !important;
1647
+ }
1648
+ .theme-brandCrowd .tw-p-0 {
1649
+ padding: 0px;
1650
+ }
1651
+ .theme-brandCrowd .tw-p-1 {
1652
+ padding: 0.25rem;
1653
+ }
1654
+ .theme-brandCrowd .tw-p-2 {
1655
+ padding: 0.5rem;
1656
+ }
1657
+ .theme-brandCrowd .tw-p-3 {
1658
+ padding: 0.75rem;
1659
+ }
1660
+ .theme-brandCrowd .tw-p-4 {
1661
+ padding: 1rem;
1662
+ }
1663
+ .theme-brandCrowd .tw-p-5 {
1664
+ padding: 1.25rem;
1665
+ }
1666
+ .theme-brandCrowd .tw-p-6 {
1667
+ padding: 1.5rem;
1668
+ }
1669
+ .theme-brandCrowd .tw-p-8 {
1670
+ padding: 2rem;
1671
+ }
1672
+ .theme-brandCrowd .tw-px-0 {
1673
+ padding-left: 0px;
1674
+ padding-right: 0px;
1675
+ }
1676
+ .theme-brandCrowd .tw-px-0\.5 {
1677
+ padding-left: 0.125rem;
1678
+ padding-right: 0.125rem;
1679
+ }
1680
+ .theme-brandCrowd .tw-px-2 {
1681
+ padding-left: 0.5rem;
1682
+ padding-right: 0.5rem;
1683
+ }
1684
+ .theme-brandCrowd .tw-px-20 {
1685
+ padding-left: 5rem;
1686
+ padding-right: 5rem;
1687
+ }
1688
+ .theme-brandCrowd .tw-px-3 {
1689
+ padding-left: 0.75rem;
1690
+ padding-right: 0.75rem;
1691
+ }
1692
+ .theme-brandCrowd .tw-px-4 {
1693
+ padding-left: 1rem;
1694
+ padding-right: 1rem;
1695
+ }
1696
+ .theme-brandCrowd .tw-px-5 {
1697
+ padding-left: 1.25rem;
1698
+ padding-right: 1.25rem;
1699
+ }
1700
+ .theme-brandCrowd .tw-px-6 {
1701
+ padding-left: 1.5rem;
1702
+ padding-right: 1.5rem;
1703
+ }
1704
+ .theme-brandCrowd .tw-px-8 {
1705
+ padding-left: 2rem;
1706
+ padding-right: 2rem;
1707
+ }
1708
+ .theme-brandCrowd .tw-px-px {
1709
+ padding-left: 1px;
1710
+ padding-right: 1px;
1711
+ }
1712
+ .theme-brandCrowd .tw-py-0 {
1713
+ padding-top: 0px;
1714
+ padding-bottom: 0px;
1715
+ }
1716
+ .theme-brandCrowd .tw-py-0\.5 {
1717
+ padding-top: 0.125rem;
1718
+ padding-bottom: 0.125rem;
1719
+ }
1720
+ .theme-brandCrowd .tw-py-1 {
1721
+ padding-top: 0.25rem;
1722
+ padding-bottom: 0.25rem;
1723
+ }
1724
+ .theme-brandCrowd .tw-py-1\.5 {
1725
+ padding-top: 0.375rem;
1726
+ padding-bottom: 0.375rem;
1727
+ }
1728
+ .theme-brandCrowd .tw-py-10 {
1729
+ padding-top: 2.5rem;
1730
+ padding-bottom: 2.5rem;
1731
+ }
1732
+ .theme-brandCrowd .tw-py-2 {
1733
+ padding-top: 0.5rem;
1734
+ padding-bottom: 0.5rem;
1735
+ }
1736
+ .theme-brandCrowd .tw-py-3 {
1737
+ padding-top: 0.75rem;
1738
+ padding-bottom: 0.75rem;
1739
+ }
1740
+ .theme-brandCrowd .tw-py-3\.5 {
1741
+ padding-top: 0.875rem;
1742
+ padding-bottom: 0.875rem;
1743
+ }
1744
+ .theme-brandCrowd .tw-py-4 {
1745
+ padding-top: 1rem;
1746
+ padding-bottom: 1rem;
1747
+ }
1748
+ .theme-brandCrowd .tw-py-5 {
1749
+ padding-top: 1.25rem;
1750
+ padding-bottom: 1.25rem;
1751
+ }
1752
+ .theme-brandCrowd .tw-py-8 {
1753
+ padding-top: 2rem;
1754
+ padding-bottom: 2rem;
1755
+ }
1756
+ .theme-brandCrowd .tw-pb-0 {
1757
+ padding-bottom: 0px;
1758
+ }
1759
+ .theme-brandCrowd .tw-pb-16 {
1760
+ padding-bottom: 4rem;
1761
+ }
1762
+ .theme-brandCrowd .tw-pb-24 {
1763
+ padding-bottom: 6rem;
1764
+ }
1765
+ .theme-brandCrowd .tw-pb-8 {
1766
+ padding-bottom: 2rem;
1767
+ }
1768
+ .theme-brandCrowd .tw-pl-0 {
1769
+ padding-left: 0px;
1770
+ }
1771
+ .theme-brandCrowd .tw-pl-12 {
1772
+ padding-left: 3rem;
1773
+ }
1774
+ .theme-brandCrowd .tw-pl-3 {
1775
+ padding-left: 0.75rem;
1776
+ }
1777
+ .theme-brandCrowd .tw-pl-8 {
1778
+ padding-left: 2rem;
1779
+ }
1780
+ .theme-brandCrowd .tw-pr-12 {
1781
+ padding-right: 3rem;
1782
+ }
1783
+ .theme-brandCrowd .tw-pr-2 {
1784
+ padding-right: 0.5rem;
1785
+ }
1786
+ .theme-brandCrowd .tw-pr-4 {
1787
+ padding-right: 1rem;
1788
+ }
1789
+ .theme-brandCrowd .tw-pr-6 {
1790
+ padding-right: 1.5rem;
1791
+ }
1792
+ .theme-brandCrowd .tw-pt-1 {
1793
+ padding-top: 0.25rem;
1794
+ }
1795
+ .theme-brandCrowd .tw-pt-12 {
1796
+ padding-top: 3rem;
1797
+ }
1798
+ .theme-brandCrowd .tw-pt-2 {
1799
+ padding-top: 0.5rem;
1800
+ }
1801
+ .theme-brandCrowd .tw-pt-6 {
1802
+ padding-top: 1.5rem;
1803
+ }
1804
+ .theme-brandCrowd .tw-text-left {
1805
+ text-align: left;
1806
+ }
1807
+ .theme-brandCrowd .tw-text-center {
1808
+ text-align: center;
1809
+ }
1810
+ .theme-brandCrowd .tw-align-top {
1811
+ vertical-align: top;
1812
+ }
1813
+ .theme-brandCrowd .tw-align-middle {
1814
+ vertical-align: middle;
1815
+ }
1816
+ .theme-brandCrowd .tw-font-sans {
1817
+ font-family: Lato, Helvetica, sans-serif;
1818
+ }
1819
+ .theme-brandCrowd .tw-text-2xl {
1820
+ font-size: 1.5rem;
1821
+ line-height: 2rem;
1822
+ }
1823
+ .theme-brandCrowd .tw-text-3xl {
1824
+ font-size: 1.875rem;
1825
+ line-height: 2.25rem;
1826
+ }
1827
+ .theme-brandCrowd .tw-text-4xl {
1828
+ font-size: 2.25rem;
1829
+ line-height: 2.5rem;
1830
+ }
1831
+ .theme-brandCrowd .tw-text-base {
1832
+ font-size: 1rem;
1833
+ line-height: 1.5rem;
1834
+ }
1835
+ .theme-brandCrowd .tw-text-lg {
1836
+ font-size: 1.125rem;
1837
+ line-height: 1.75rem;
1838
+ }
1839
+ .theme-brandCrowd .tw-text-sm {
1840
+ font-size: 0.875rem;
1841
+ line-height: 1.25rem;
1842
+ }
1843
+ .theme-brandCrowd .tw-text-xs {
1844
+ font-size: 0.75rem;
1845
+ line-height: 1rem;
1846
+ }
1847
+ .theme-brandCrowd .tw-font-bold {
1848
+ font-weight: 700;
1849
+ }
1850
+ .theme-brandCrowd .tw-font-normal {
1851
+ font-weight: 400;
1852
+ }
1853
+ .theme-brandCrowd .tw-font-semibold {
1854
+ font-weight: 600;
1855
+ }
1856
+ .theme-brandCrowd .tw-uppercase {
1857
+ text-transform: uppercase;
1858
+ }
1859
+ .theme-brandCrowd .tw-capitalize {
1860
+ text-transform: capitalize;
1861
+ }
1862
+ .theme-brandCrowd .tw-leading-tight {
1863
+ line-height: 1.25;
1864
+ }
1865
+ .theme-brandCrowd .tw-text-black {
1866
+ --tw-text-opacity: 1;
1867
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1868
+ }
1869
+ .theme-brandCrowd .tw-text-error-500 {
1870
+ --tw-text-opacity: 1;
1871
+ color: rgb(242 27 63 / var(--tw-text-opacity));
1872
+ }
1873
+ .theme-brandCrowd .tw-text-error-700 {
1874
+ --tw-text-opacity: 1;
1875
+ color: rgb(145 16 38 / var(--tw-text-opacity));
1876
+ }
1877
+ .theme-brandCrowd .tw-text-grayscale-500 {
1878
+ --tw-text-opacity: 1;
1879
+ color: rgb(208 208 208 / var(--tw-text-opacity));
1880
+ }
1881
+ .theme-brandCrowd .tw-text-grayscale-600 {
1882
+ --tw-text-opacity: 1;
1883
+ color: rgb(94 94 94 / var(--tw-text-opacity));
1884
+ }
1885
+ .theme-brandCrowd .tw-text-grayscale-700 {
1886
+ --tw-text-opacity: 1;
1887
+ color: rgb(43 43 43 / var(--tw-text-opacity));
1888
+ }
1889
+ .theme-brandCrowd .tw-text-grayscale-800 {
1890
+ --tw-text-opacity: 1;
1891
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1892
+ }
1893
+ .theme-brandCrowd .tw-text-info-300 {
1894
+ --tw-text-opacity: 1;
1895
+ color: rgb(102 193 231 / var(--tw-text-opacity));
1896
+ }
1897
+ .theme-brandCrowd .tw-text-info-500 {
1898
+ --tw-text-opacity: 1;
1899
+ color: rgb(0 151 215 / var(--tw-text-opacity));
1900
+ }
1901
+ .theme-brandCrowd .tw-text-primary-500 {
1902
+ --tw-text-opacity: 1;
1903
+ color: rgb(242 27 63 / var(--tw-text-opacity));
1904
+ }
1905
+ .theme-brandCrowd .tw-text-secondary-400 {
1906
+ --tw-text-opacity: 1;
1907
+ color: rgb(122 122 122 / var(--tw-text-opacity));
1908
+ }
1909
+ .theme-brandCrowd .tw-text-secondary-500 {
1910
+ --tw-text-opacity: 1;
1911
+ color: rgb(89 89 89 / var(--tw-text-opacity));
1912
+ }
1913
+ .theme-brandCrowd .tw-text-secondary-600 {
1914
+ --tw-text-opacity: 1;
1915
+ color: rgb(71 71 71 / var(--tw-text-opacity));
1916
+ }
1917
+ .theme-brandCrowd .tw-text-secondary-800 {
1918
+ --tw-text-opacity: 1;
1919
+ color: rgb(36 36 36 / var(--tw-text-opacity));
1920
+ }
1921
+ .theme-brandCrowd .tw-text-success-500 {
1922
+ --tw-text-opacity: 1;
1923
+ color: rgb(36 168 16 / var(--tw-text-opacity));
1924
+ }
1925
+ .theme-brandCrowd .tw-text-success-600 {
1926
+ --tw-text-opacity: 1;
1927
+ color: rgb(29 134 13 / var(--tw-text-opacity));
1928
+ }
1929
+ .theme-brandCrowd .tw-text-success-700 {
1930
+ --tw-text-opacity: 1;
1931
+ color: rgb(22 101 10 / var(--tw-text-opacity));
1932
+ }
1933
+ .theme-brandCrowd .tw-text-warning-700 {
1934
+ --tw-text-opacity: 1;
1935
+ color: rgb(146 105 26 / var(--tw-text-opacity));
1936
+ }
1937
+ .theme-brandCrowd .tw-text-white {
1938
+ --tw-text-opacity: 1;
1939
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1940
+ }
1941
+ .theme-brandCrowd .tw-underline {
1942
+ text-decoration-line: underline;
1943
+ }
1944
+ .theme-brandCrowd .tw-no-underline {
1945
+ text-decoration-line: none;
1946
+ }
1947
+ .theme-brandCrowd .tw-opacity-0 {
1948
+ opacity: 0;
1949
+ }
1950
+ .theme-brandCrowd .tw-opacity-100 {
1951
+ opacity: 1;
1952
+ }
1953
+ .theme-brandCrowd .tw-opacity-30 {
1954
+ opacity: 0.3;
1955
+ }
1956
+ .theme-brandCrowd .tw-opacity-40 {
1957
+ opacity: 0.4;
1958
+ }
1959
+ .theme-brandCrowd .tw-opacity-50 {
1960
+ opacity: 0.5;
1961
+ }
1962
+ .\!tw-shadow-\[0_0_0_1px\] {
1963
+ --tw-shadow: 0 0 0 1px !important;
1964
+ --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1965
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1966
+ }
1967
+ .\!tw-shadow-\[0_0_0_2px\] {
1968
+ --tw-shadow: 0 0 0 2px !important;
1969
+ --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1970
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1971
+ }
1972
+ .theme-brandCrowd .tw-shadow {
1973
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1974
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1975
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1976
+ }
1977
+ .theme-brandCrowd .tw-shadow-inner {
1978
+ --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1979
+ --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1980
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1981
+ }
1982
+ .theme-brandCrowd .tw-shadow-lg {
1983
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1984
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1985
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1986
+ }
1987
+ .theme-brandCrowd .tw-shadow-md {
1988
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1989
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1990
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1991
+ }
1992
+ .theme-brandCrowd .tw-shadow-sm {
1993
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1994
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1995
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1996
+ }
1997
+ .theme-brandCrowd .tw-shadow-xl {
1998
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1999
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2000
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2001
+ }
2002
+ .\!tw-shadow-info-500 {
2003
+ --tw-shadow-color: #0097D7 !important;
2004
+ --tw-shadow: var(--tw-shadow-colored) !important;
2005
+ }
2006
+ .\!tw-shadow-secondary-200 {
2007
+ --tw-shadow-color: #BDBDBD !important;
2008
+ --tw-shadow: var(--tw-shadow-colored) !important;
2009
+ }
2010
+ .theme-brandCrowd .tw-outline-none {
2011
+ outline: 2px solid transparent;
2012
+ outline-offset: 2px;
2013
+ }
2014
+ .theme-brandCrowd .tw-ring-1 {
2015
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2016
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2017
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2018
+ }
2019
+ .theme-brandCrowd .tw-ring-black {
2020
+ --tw-ring-opacity: 1;
2021
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
2022
+ }
2023
+ .theme-brandCrowd .tw-ring-opacity-5 {
2024
+ --tw-ring-opacity: 0.05;
2025
+ }
2026
+ .theme-brandCrowd .tw-drop-shadow-sm {
2027
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
2028
+ 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);
2029
+ }
2030
+ .theme-brandCrowd .tw-transition-colors {
2031
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2032
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2033
+ transition-duration: 150ms;
2034
+ }
2035
+ .theme-brandCrowd .tw-transition-shadow {
2036
+ transition-property: box-shadow;
2037
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2038
+ transition-duration: 150ms;
2039
+ }
2040
+ .theme-brandCrowd .tw-transition-transform {
2041
+ transition-property: transform;
2042
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2043
+ transition-duration: 150ms;
2044
+ }
2045
+ .theme-brandCrowd .tw-duration-200 {
2046
+ transition-duration: 200ms;
2047
+ }
2048
+ .theme-brandCrowd .tw-duration-300 {
2049
+ transition-duration: 300ms;
2050
+ }
2051
+ .theme-brandCrowd .tw-ease-in-out {
2052
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2053
+ }
2054
+ .theme-brandCrowd .tw-ease-out {
2055
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2056
+ }
2057
+ .theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
2058
+ --tw-border-opacity: 1;
2059
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
2060
+ }
2061
+ .theme-brandCrowd .hover\:tw-border-info-600:hover {
2062
+ --tw-border-opacity: 1;
2063
+ border-color: rgb(0 121 172 / var(--tw-border-opacity));
2064
+ }
2065
+ .theme-brandCrowd .hover\:tw-border-primary-600:hover {
2066
+ --tw-border-opacity: 1;
2067
+ border-color: rgb(194 22 50 / var(--tw-border-opacity));
2068
+ }
2069
+ .theme-brandCrowd .hover\:tw-border-primary-700:hover {
2070
+ --tw-border-opacity: 1;
2071
+ border-color: rgb(145 16 38 / var(--tw-border-opacity));
2072
+ }
2073
+ .theme-brandCrowd .hover\:tw-border-secondary-700:hover {
2074
+ --tw-border-opacity: 1;
2075
+ border-color: rgb(53 53 53 / var(--tw-border-opacity));
2076
+ }
2077
+ .theme-brandCrowd .hover\:tw-border-success-600:hover {
2078
+ --tw-border-opacity: 1;
2079
+ border-color: rgb(29 134 13 / var(--tw-border-opacity));
2080
+ }
2081
+ .theme-brandCrowd .hover\:tw-border-warning-600:hover {
2082
+ --tw-border-opacity: 1;
2083
+ border-color: rgb(194 140 34 / var(--tw-border-opacity));
2084
+ }
2085
+ .theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
2086
+ --tw-bg-opacity: 1;
2087
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
2088
+ }
2089
+ .theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
2090
+ --tw-bg-opacity: 1;
2091
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
2092
+ }
2093
+ .theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
2094
+ --tw-bg-opacity: 1;
2095
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
2096
+ }
2097
+ .theme-brandCrowd .hover\:tw-bg-info-100:hover {
2098
+ --tw-bg-opacity: 1;
2099
+ background-color: rgb(204 234 247 / var(--tw-bg-opacity));
2100
+ }
2101
+ .theme-brandCrowd .hover\:tw-bg-info-400:hover {
2102
+ --tw-bg-opacity: 1;
2103
+ background-color: rgb(51 172 223 / var(--tw-bg-opacity));
2104
+ }
2105
+ .theme-brandCrowd .hover\:tw-bg-info-600:hover {
2106
+ --tw-bg-opacity: 1;
2107
+ background-color: rgb(0 121 172 / var(--tw-bg-opacity));
2108
+ }
2109
+ .theme-brandCrowd .hover\:tw-bg-primary-100:hover {
2110
+ --tw-bg-opacity: 1;
2111
+ background-color: rgb(252 209 217 / var(--tw-bg-opacity));
2112
+ }
2113
+ .theme-brandCrowd .hover\:tw-bg-primary-400:hover {
2114
+ --tw-bg-opacity: 1;
2115
+ background-color: rgb(245 73 101 / var(--tw-bg-opacity));
2116
+ }
2117
+ .theme-brandCrowd .hover\:tw-bg-primary-600:hover {
2118
+ --tw-bg-opacity: 1;
2119
+ background-color: rgb(194 22 50 / var(--tw-bg-opacity));
2120
+ }
2121
+ .theme-brandCrowd .hover\:tw-bg-secondary-100:hover {
2122
+ --tw-bg-opacity: 1;
2123
+ background-color: rgb(222 222 222 / var(--tw-bg-opacity));
2124
+ }
2125
+ .theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
2126
+ --tw-bg-opacity: 1;
2127
+ background-color: rgb(122 122 122 / var(--tw-bg-opacity));
2128
+ }
2129
+ .theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
2130
+ --tw-bg-opacity: 1;
2131
+ background-color: rgb(89 89 89 / var(--tw-bg-opacity));
2132
+ }
2133
+ .theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
2134
+ --tw-bg-opacity: 1;
2135
+ background-color: rgb(71 71 71 / var(--tw-bg-opacity));
2136
+ }
2137
+ .theme-brandCrowd .hover\:tw-bg-success-100:hover {
2138
+ --tw-bg-opacity: 1;
2139
+ background-color: rgb(211 238 207 / var(--tw-bg-opacity));
2140
+ }
2141
+ .theme-brandCrowd .hover\:tw-bg-success-600:hover {
2142
+ --tw-bg-opacity: 1;
2143
+ background-color: rgb(29 134 13 / var(--tw-bg-opacity));
2144
+ }
2145
+ .theme-brandCrowd .hover\:tw-bg-warning-600:hover {
2146
+ --tw-bg-opacity: 1;
2147
+ background-color: rgb(194 140 34 / var(--tw-bg-opacity));
2148
+ }
2149
+ .theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
2150
+ --tw-text-opacity: 1;
2151
+ color: rgb(17 21 23 / var(--tw-text-opacity));
2152
+ }
2153
+ .theme-brandCrowd .hover\:tw-text-primary-600:hover {
2154
+ --tw-text-opacity: 1;
2155
+ color: rgb(194 22 50 / var(--tw-text-opacity));
2156
+ }
2157
+ .theme-brandCrowd .hover\:tw-text-secondary-500:hover {
2158
+ --tw-text-opacity: 1;
2159
+ color: rgb(89 89 89 / var(--tw-text-opacity));
2160
+ }
2161
+ .theme-brandCrowd .hover\:tw-text-success-600:hover {
2162
+ --tw-text-opacity: 1;
2163
+ color: rgb(29 134 13 / var(--tw-text-opacity));
2164
+ }
2165
+ .theme-brandCrowd .hover\:tw-text-white:hover {
2166
+ --tw-text-opacity: 1;
2167
+ color: rgb(255 255 255 / var(--tw-text-opacity));
2168
+ }
2169
+ .theme-brandCrowd .hover\:tw-underline:hover {
2170
+ text-decoration-line: underline;
2171
+ }
2172
+ .theme-brandCrowd .hover\:tw-shadow-lg:hover {
2173
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2174
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2175
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2176
+ }
2177
+ .theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
2178
+ --tw-shadow-color: #0097D7 !important;
2179
+ --tw-shadow: var(--tw-shadow-colored) !important;
2180
+ }
2181
+ .theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
2182
+ --tw-brightness: brightness(0.85);
2183
+ 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);
2184
+ }
2185
+ .theme-brandCrowd .focus\:tw-border-error-600:focus {
2186
+ --tw-border-opacity: 1;
2187
+ border-color: rgb(194 22 50 / var(--tw-border-opacity));
2188
+ }
2189
+ .theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
2190
+ --tw-border-opacity: 1;
2191
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
2192
+ }
2193
+ .theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
2194
+ --tw-border-opacity: 1;
2195
+ border-color: rgb(43 43 43 / var(--tw-border-opacity));
2196
+ }
2197
+ .theme-brandCrowd .focus\:tw-border-success-600:focus {
2198
+ --tw-border-opacity: 1;
2199
+ border-color: rgb(29 134 13 / var(--tw-border-opacity));
2200
+ }
2201
+ .theme-brandCrowd .focus\:tw-border-warning-600:focus {
2202
+ --tw-border-opacity: 1;
2203
+ border-color: rgb(194 140 34 / var(--tw-border-opacity));
2204
+ }
2205
+ .theme-brandCrowd .focus\:tw-outline-none:focus {
2206
+ outline: 2px solid transparent;
2207
+ outline-offset: 2px;
2208
+ }
2209
+ .theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
2210
+ --tw-text-opacity: 1;
2211
+ color: rgb(0 151 215 / var(--tw-text-opacity));
2212
+ }
2213
+ @media (min-width: 640px) {
2214
+ .theme-brandCrowd .sm\:tw-absolute {
2215
+ position: absolute;
2216
+ }
2217
+ .theme-brandCrowd .sm\:tw-bottom-full {
2218
+ bottom: 100%;
2219
+ }
2220
+ .theme-brandCrowd .sm\:tw-left-full {
2221
+ left: 100%;
2222
+ }
2223
+ .theme-brandCrowd .sm\:tw-right-full {
2224
+ right: 100%;
2225
+ }
2226
+ .theme-brandCrowd .sm\:tw-top-auto {
2227
+ top: auto;
2228
+ }
2229
+ .theme-brandCrowd .sm\:tw-mx-8 {
2230
+ margin-left: 2rem;
2231
+ margin-right: 2rem;
2232
+ }
2233
+ .theme-brandCrowd .sm\:tw-mb-4 {
2234
+ margin-bottom: 1rem;
2235
+ }
2236
+ .theme-brandCrowd .sm\:tw-ml-2 {
2237
+ margin-left: 0.5rem;
2238
+ }
2239
+ .theme-brandCrowd .sm\:tw-ml-4 {
2240
+ margin-left: 1rem;
2241
+ }
2242
+ .theme-brandCrowd .sm\:tw-mr-4 {
2243
+ margin-right: 1rem;
2244
+ }
2245
+ .theme-brandCrowd .sm\:tw-mt-0 {
2246
+ margin-top: 0px;
2247
+ }
2248
+ .theme-brandCrowd .sm\:tw-block {
2249
+ display: block;
2250
+ }
2251
+ .theme-brandCrowd .sm\:tw-inline {
2252
+ display: inline;
2253
+ }
2254
+ .theme-brandCrowd .sm\:tw-hidden {
2255
+ display: none;
2256
+ }
2257
+ .theme-brandCrowd .sm\:tw-h-auto {
2258
+ height: auto;
2259
+ }
2260
+ .theme-brandCrowd .sm\:tw-w-64 {
2261
+ width: 16rem;
2262
+ }
2263
+ .theme-brandCrowd .sm\:tw-w-72 {
2264
+ width: 18rem;
2265
+ }
2266
+ .theme-brandCrowd .sm\:tw-w-96 {
2267
+ width: 24rem;
2268
+ }
2269
+ .theme-brandCrowd .sm\:tw-w-auto {
2270
+ width: auto;
2271
+ }
2272
+ .theme-brandCrowd .sm\:tw-flex-row {
2273
+ flex-direction: row;
2274
+ }
2275
+ .theme-brandCrowd .sm\:tw-items-center {
2276
+ align-items: center;
2277
+ }
2278
+ .theme-brandCrowd .sm\:tw-rounded-md {
2279
+ border-radius: 0.375rem;
2280
+ }
2281
+ .theme-brandCrowd .sm\:tw-px-4 {
2282
+ padding-left: 1rem;
2283
+ padding-right: 1rem;
2284
+ }
2285
+ }
2286
+ @media (min-width: 768px) {
2287
+ .theme-brandCrowd .md\:tw-relative {
2288
+ position: relative;
2289
+ }
2290
+ .theme-brandCrowd .md\:tw-right-6 {
2291
+ right: 1.5rem;
2292
+ }
2293
+ .theme-brandCrowd .md\:tw-order-first {
2294
+ order: -9999;
2295
+ }
2296
+ .theme-brandCrowd .md\:tw-mb-0 {
2297
+ margin-bottom: 0px;
2298
+ }
2299
+ .theme-brandCrowd .md\:tw-ml-0 {
2300
+ margin-left: 0px;
2301
+ }
2302
+ .theme-brandCrowd .md\:tw-ml-2 {
2303
+ margin-left: 0.5rem;
2304
+ }
2305
+ .theme-brandCrowd .md\:tw-ml-3 {
2306
+ margin-left: 0.75rem;
2307
+ }
2308
+ .theme-brandCrowd .md\:tw-ml-4 {
2309
+ margin-left: 1rem;
2310
+ }
2311
+ .theme-brandCrowd .md\:tw-mr-2 {
2312
+ margin-right: 0.5rem;
2313
+ }
2314
+ .theme-brandCrowd .md\:tw-mt-0 {
2315
+ margin-top: 0px;
2316
+ }
2317
+ .theme-brandCrowd .md\:tw-mt-3 {
2318
+ margin-top: 0.75rem;
2319
+ }
2320
+ .theme-brandCrowd .md\:tw-flex {
2321
+ display: flex;
2322
+ }
2323
+ .theme-brandCrowd .md\:tw-grid {
2324
+ display: grid;
2325
+ }
2326
+ .theme-brandCrowd .md\:tw-hidden {
2327
+ display: none;
2328
+ }
2329
+ .theme-brandCrowd .md\:tw-h-10 {
2330
+ height: 2.5rem;
2331
+ }
2332
+ .theme-brandCrowd .md\:tw-h-20 {
2333
+ height: 5rem;
2334
+ }
2335
+ .theme-brandCrowd .md\:tw-h-full {
2336
+ height: 100%;
2337
+ }
2338
+ .theme-brandCrowd .md\:tw-w-10 {
2339
+ width: 2.5rem;
2340
+ }
2341
+ .theme-brandCrowd .md\:tw-w-24 {
2342
+ width: 6rem;
2343
+ }
2344
+ .theme-brandCrowd .md\:tw-w-3\/4 {
2345
+ width: 75%;
2346
+ }
2347
+ .theme-brandCrowd .md\:tw-w-auto {
2348
+ width: auto;
2349
+ }
2350
+ .theme-brandCrowd .md\:tw-w-full {
2351
+ width: 100%;
2352
+ }
2353
+ .theme-brandCrowd .md\:tw-max-w-full {
2354
+ max-width: 100%;
2355
+ }
2356
+ .theme-brandCrowd .md\:tw-flex-1 {
2357
+ flex: 1 1 0%;
2358
+ }
2359
+ .theme-brandCrowd .md\:tw-grow {
2360
+ flex-grow: 1;
2361
+ }
2362
+ .theme-brandCrowd .md\:tw-grid-cols-2 {
2363
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2364
+ }
2365
+ .theme-brandCrowd .md\:tw-flex-row {
2366
+ flex-direction: row;
2367
+ }
2368
+ .theme-brandCrowd .md\:tw-flex-col {
2369
+ flex-direction: column;
2370
+ }
2371
+ .theme-brandCrowd .md\:tw-items-start {
2372
+ align-items: flex-start;
2373
+ }
2374
+ .theme-brandCrowd .md\:tw-items-end {
2375
+ align-items: flex-end;
2376
+ }
2377
+ .theme-brandCrowd .md\:tw-items-center {
2378
+ align-items: center;
2379
+ }
2380
+ .theme-brandCrowd .md\:tw-justify-start {
2381
+ justify-content: flex-start;
2382
+ }
2383
+ .theme-brandCrowd .md\:tw-justify-end {
2384
+ justify-content: flex-end;
2385
+ }
2386
+ .theme-brandCrowd .md\:tw-justify-center {
2387
+ justify-content: center;
2388
+ }
2389
+ .theme-brandCrowd .md\:tw-gap-2 {
2390
+ gap: 0.5rem;
2391
+ }
2392
+ .theme-brandCrowd .md\:tw-rounded-l-none {
2393
+ border-top-left-radius: 0px;
2394
+ border-bottom-left-radius: 0px;
2395
+ }
2396
+ .theme-brandCrowd .md\:tw-rounded-r-none {
2397
+ border-top-right-radius: 0px;
2398
+ border-bottom-right-radius: 0px;
2399
+ }
2400
+ .theme-brandCrowd .md\:tw-object-contain {
2401
+ -o-object-fit: contain;
2402
+ object-fit: contain;
2403
+ }
2404
+ .theme-brandCrowd .md\:tw-p-0 {
2405
+ padding: 0px;
2406
+ }
2407
+ .theme-brandCrowd .md\:tw-p-2 {
2408
+ padding: 0.5rem;
2409
+ }
2410
+ .theme-brandCrowd .md\:tw-p-3 {
2411
+ padding: 0.75rem;
2412
+ }
2413
+ .theme-brandCrowd .md\:tw-p-6 {
2414
+ padding: 1.5rem;
2415
+ }
2416
+ .theme-brandCrowd .md\:tw-p-8 {
2417
+ padding: 2rem;
2418
+ }
2419
+ .theme-brandCrowd .md\:tw-px-12 {
2420
+ padding-left: 3rem;
2421
+ padding-right: 3rem;
2422
+ }
2423
+ .theme-brandCrowd .md\:tw-px-4 {
2424
+ padding-left: 1rem;
2425
+ padding-right: 1rem;
2426
+ }
2427
+ .theme-brandCrowd .md\:tw-px-8 {
2428
+ padding-left: 2rem;
2429
+ padding-right: 2rem;
2430
+ }
2431
+ .theme-brandCrowd .md\:tw-py-2 {
2432
+ padding-top: 0.5rem;
2433
+ padding-bottom: 0.5rem;
2434
+ }
2435
+ .theme-brandCrowd .md\:tw-pb-0 {
2436
+ padding-bottom: 0px;
2437
+ }
2438
+ .theme-brandCrowd .md\:tw-pl-4 {
2439
+ padding-left: 1rem;
2440
+ }
2441
+ .theme-brandCrowd .md\:tw-pr-2 {
2442
+ padding-right: 0.5rem;
2443
+ }
2444
+ .theme-brandCrowd .md\:tw-text-left {
2445
+ text-align: left;
2446
+ }
2447
+ .theme-brandCrowd .md\:tw-text-sm {
2448
+ font-size: 0.875rem;
2449
+ line-height: 1.25rem;
2450
+ }
2451
+ .theme-brandCrowd .md\:tw-text-xs {
2452
+ font-size: 0.75rem;
2453
+ line-height: 1rem;
2454
+ }
2455
+ }
2456
+ @media (min-width: 1024px) {
2457
+ .theme-brandCrowd .lg\:tw-static {
2458
+ position: static;
2459
+ }
2460
+ .theme-brandCrowd .lg\:tw-mb-0 {
2461
+ margin-bottom: 0px;
2462
+ }
2463
+ .theme-brandCrowd .lg\:tw-mr-8 {
2464
+ margin-right: 2rem;
2465
+ }
2466
+ .theme-brandCrowd .lg\:tw-flex {
2467
+ display: flex;
2468
+ }
2469
+ .theme-brandCrowd .lg\:tw-h-auto {
2470
+ height: auto;
2471
+ }
2472
+ .theme-brandCrowd .lg\:tw-max-w-xl {
2473
+ max-width: 36rem;
2474
+ }
2475
+ .theme-brandCrowd .lg\:tw-flex-row {
2476
+ flex-direction: row;
2477
+ }
2478
+ .theme-brandCrowd .lg\:tw-items-center {
2479
+ align-items: center;
2480
+ }
2481
+ .theme-brandCrowd .lg\:tw-overflow-visible {
2482
+ overflow: visible;
2483
+ }
2484
+ .theme-brandCrowd .lg\:tw-rounded {
2485
+ border-radius: 0.25rem;
2486
+ }
2487
+ .theme-brandCrowd .lg\:tw-px-20 {
2488
+ padding-left: 5rem;
2489
+ padding-right: 5rem;
2490
+ }
2491
+ .theme-brandCrowd .lg\:tw-px-8 {
2492
+ padding-left: 2rem;
2493
+ padding-right: 2rem;
2494
+ }
2495
+ .theme-brandCrowd .lg\:tw-pb-0 {
2496
+ padding-bottom: 0px;
2497
+ }
2498
+ .theme-brandCrowd .lg\:tw-pb-8 {
2499
+ padding-bottom: 2rem;
2500
+ }
2501
+ .theme-brandCrowd .lg\:tw-pt-20 {
2502
+ padding-top: 5rem;
2503
+ }
2504
+ }