@designcrowd/fe-shared-lib 1.5.12-kp-3 → 1.5.12

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