@designcrowd/fe-shared-lib 1.5.22 → 1.5.23-kp-2

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