@designcrowd/fe-shared-lib 1.5.9 → 1.5.10-kp-1

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