@kanda-libs/ks-component-ts 0.3.69 → 0.3.70

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 (75) hide show
  1. package/.DS_Store +0 -0
  2. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  3. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  4. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  5. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  6. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  7. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  8. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  9. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  10. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  11. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  12. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  13. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  14. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  15. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  16. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  17. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  18. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  19. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  20. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  21. package/app/.yalc/@kanda-libs/ks-component-ts/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  22. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js +5 -0
  23. package/app/.yalc/@kanda-libs/ks-component-ts/dist/index.esm.js.map +7 -0
  24. package/app/.yalc/@kanda-libs/ks-component-ts/dist/library.css +4657 -0
  25. package/app/.yalc/@kanda-libs/ks-component-ts/package.json +97 -0
  26. package/app/.yalc/@kanda-libs/ks-component-ts/yalc.sig +1 -0
  27. package/app/yalc.lock +9 -0
  28. package/dist/index.d.ts +15520 -13248
  29. package/dist/index.esm.js +4 -4
  30. package/dist/index.esm.js.map +3 -3
  31. package/package.json +1 -1
  32. package/src/.DS_Store +0 -0
  33. package/src/field/.DS_Store +0 -0
  34. package/src/field/components/.DS_Store +0 -0
  35. package/src/generated/components/schemas/Enquiry.ts +30 -0
  36. package/src/generated/components/schemas/EnquiryBody.ts +18 -0
  37. package/src/generated/components/schemas/EnquiryInfo.ts +29 -0
  38. package/src/generated/components/schemas/EnquiryState.ts +28 -0
  39. package/src/generated/components/schemas/EnquiryStateRequest.ts +10 -0
  40. package/src/generated/components/schemas/InfoEnquiry.ts +26 -0
  41. package/src/generated/components/schemas/InfoTag.ts +15 -0
  42. package/src/generated/components/schemas/InterestInCredit.ts +5 -0
  43. package/src/generated/components/schemas/InterestInCreditRequest.ts +10 -0
  44. package/src/generated/components/schemas/JobInfo.ts +20 -0
  45. package/src/generated/components/schemas/MaxBudget.ts +16 -0
  46. package/src/generated/components/schemas/PreferenceMap.ts +5 -0
  47. package/src/generated/components/schemas/Tag.ts +7 -0
  48. package/src/generated/components/schemas/TagBody.ts +17 -0
  49. package/src/generated/components/schemas/WorkType.ts +2 -0
  50. package/src/generated/components/schemas/index.ts +14 -0
  51. package/src/generated/operations/deleteEnquiry.ts +29 -0
  52. package/src/generated/operations/deleteTag.ts +29 -0
  53. package/src/generated/operations/getEnquiries.ts +25 -0
  54. package/src/generated/operations/getEnquiry.ts +29 -0
  55. package/src/generated/operations/getInfoEnquiry.ts +29 -0
  56. package/src/generated/operations/getTag.ts +29 -0
  57. package/src/generated/operations/getTags.ts +25 -0
  58. package/src/generated/operations/index.ts +243 -0
  59. package/src/generated/operations/postEnquiry.ts +24 -0
  60. package/src/generated/operations/postEnquiryArchive.ts +29 -0
  61. package/src/generated/operations/postEnquiryBudget.ts +35 -0
  62. package/src/generated/operations/postEnquiryConsumer.ts +35 -0
  63. package/src/generated/operations/postEnquiryConsumerPreferences.ts +38 -0
  64. package/src/generated/operations/postEnquiryConsumerSignature.ts +38 -0
  65. package/src/generated/operations/postEnquiryConvertJob.ts +29 -0
  66. package/src/generated/operations/postEnquiryInterestInCredit.ts +38 -0
  67. package/src/generated/operations/postEnquiryJobInfo.ts +35 -0
  68. package/src/generated/operations/postEnquiryState.ts +38 -0
  69. package/src/generated/operations/postEnquirySubmit.ts +29 -0
  70. package/src/generated/operations/postEnquiryUnarchive.ts +29 -0
  71. package/src/generated/operations/postTag.ts +24 -0
  72. package/src/generated/operations/putEnquiry.ts +35 -0
  73. package/src/generated/operations/putInfoTag.ts +24 -0
  74. package/src/generated/operations/putTag.ts +35 -0
  75. package/src/generated/widget/index.tsx +73510 -64803
@@ -0,0 +1,4657 @@
1
+ /*
2
+ ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: currentColor;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ */
35
+
36
+ html {
37
+ line-height: 1.5;
38
+ /* 1 */
39
+ -webkit-text-size-adjust: 100%;
40
+ /* 2 */
41
+ -moz-tab-size: 4;
42
+ /* 3 */
43
+ -o-tab-size: 4;
44
+ tab-size: 4;
45
+ /* 3 */
46
+ font-family: "Galano Grotesque";
47
+ /* 4 */
48
+ font-feature-settings: normal;
49
+ /* 5 */
50
+ }
51
+
52
+ /*
53
+ 1. Remove the margin in all browsers.
54
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
55
+ */
56
+
57
+ body {
58
+ margin: 0;
59
+ /* 1 */
60
+ line-height: inherit;
61
+ /* 2 */
62
+ }
63
+
64
+ /*
65
+ 1. Add the correct height in Firefox.
66
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
67
+ 3. Ensure horizontal rules are visible by default.
68
+ */
69
+
70
+ hr {
71
+ height: 0;
72
+ /* 1 */
73
+ color: inherit;
74
+ /* 2 */
75
+ border-top-width: 1px;
76
+ /* 3 */
77
+ }
78
+
79
+ /*
80
+ Add the correct text decoration in Chrome, Edge, and Safari.
81
+ */
82
+
83
+ abbr:where([title]) {
84
+ -webkit-text-decoration: underline dotted;
85
+ text-decoration: underline dotted;
86
+ }
87
+
88
+ /*
89
+ Remove the default font size and weight for headings.
90
+ */
91
+
92
+ h1,
93
+ h2,
94
+ h3,
95
+ h4,
96
+ h5,
97
+ h6 {
98
+ font-size: inherit;
99
+ font-weight: inherit;
100
+ }
101
+
102
+ /*
103
+ Reset links to optimize for opt-in styling instead of opt-out.
104
+ */
105
+
106
+ a {
107
+ color: inherit;
108
+ text-decoration: inherit;
109
+ }
110
+
111
+ /*
112
+ Add the correct font weight in Edge and Safari.
113
+ */
114
+
115
+ b,
116
+ strong {
117
+ font-weight: bolder;
118
+ }
119
+
120
+ /*
121
+ 1. Use the user's configured `mono` font family by default.
122
+ 2. Correct the odd `em` font sizing in all browsers.
123
+ */
124
+
125
+ code,
126
+ kbd,
127
+ samp,
128
+ pre {
129
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
130
+ /* 1 */
131
+ font-size: 1em;
132
+ /* 2 */
133
+ }
134
+
135
+ /*
136
+ Add the correct font size in all browsers.
137
+ */
138
+
139
+ small {
140
+ font-size: 80%;
141
+ }
142
+
143
+ /*
144
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
145
+ */
146
+
147
+ sub,
148
+ sup {
149
+ font-size: 75%;
150
+ line-height: 0;
151
+ position: relative;
152
+ vertical-align: baseline;
153
+ }
154
+
155
+ sub {
156
+ bottom: -0.25em;
157
+ }
158
+
159
+ sup {
160
+ top: -0.5em;
161
+ }
162
+
163
+ /*
164
+ 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)
165
+ 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)
166
+ 3. Remove gaps between table borders by default.
167
+ */
168
+
169
+ table {
170
+ text-indent: 0;
171
+ /* 1 */
172
+ border-color: inherit;
173
+ /* 2 */
174
+ border-collapse: collapse;
175
+ /* 3 */
176
+ }
177
+
178
+ /*
179
+ 1. Change the font styles in all browsers.
180
+ 2. Remove the margin in Firefox and Safari.
181
+ 3. Remove default padding in all browsers.
182
+ */
183
+
184
+ button,
185
+ input,
186
+ optgroup,
187
+ select,
188
+ textarea {
189
+ font-family: inherit;
190
+ /* 1 */
191
+ font-size: 100%;
192
+ /* 1 */
193
+ font-weight: inherit;
194
+ /* 1 */
195
+ line-height: inherit;
196
+ /* 1 */
197
+ color: inherit;
198
+ /* 1 */
199
+ margin: 0;
200
+ /* 2 */
201
+ padding: 0;
202
+ /* 3 */
203
+ }
204
+
205
+ /*
206
+ Remove the inheritance of text transform in Edge and Firefox.
207
+ */
208
+
209
+ button,
210
+ select {
211
+ text-transform: none;
212
+ }
213
+
214
+ /*
215
+ 1. Correct the inability to style clickable types in iOS and Safari.
216
+ 2. Remove default button styles.
217
+ */
218
+
219
+ button,
220
+ [type='button'],
221
+ [type='reset'],
222
+ [type='submit'] {
223
+ -webkit-appearance: button;
224
+ /* 1 */
225
+ background-color: transparent;
226
+ /* 2 */
227
+ background-image: none;
228
+ /* 2 */
229
+ }
230
+
231
+ /*
232
+ Use the modern Firefox focus style for all focusable elements.
233
+ */
234
+
235
+ :-moz-focusring {
236
+ outline: auto;
237
+ }
238
+
239
+ /*
240
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
241
+ */
242
+
243
+ :-moz-ui-invalid {
244
+ box-shadow: none;
245
+ }
246
+
247
+ /*
248
+ Add the correct vertical alignment in Chrome and Firefox.
249
+ */
250
+
251
+ progress {
252
+ vertical-align: baseline;
253
+ }
254
+
255
+ /*
256
+ Correct the cursor style of increment and decrement buttons in Safari.
257
+ */
258
+
259
+ ::-webkit-inner-spin-button,
260
+ ::-webkit-outer-spin-button {
261
+ height: auto;
262
+ }
263
+
264
+ /*
265
+ 1. Correct the odd appearance in Chrome and Safari.
266
+ 2. Correct the outline style in Safari.
267
+ */
268
+
269
+ [type='search'] {
270
+ -webkit-appearance: textfield;
271
+ /* 1 */
272
+ outline-offset: -2px;
273
+ /* 2 */
274
+ }
275
+
276
+ /*
277
+ Remove the inner padding in Chrome and Safari on macOS.
278
+ */
279
+
280
+ ::-webkit-search-decoration {
281
+ -webkit-appearance: none;
282
+ }
283
+
284
+ /*
285
+ 1. Correct the inability to style clickable types in iOS and Safari.
286
+ 2. Change font properties to `inherit` in Safari.
287
+ */
288
+
289
+ ::-webkit-file-upload-button {
290
+ -webkit-appearance: button;
291
+ /* 1 */
292
+ font: inherit;
293
+ /* 2 */
294
+ }
295
+
296
+ /*
297
+ Add the correct display in Chrome and Safari.
298
+ */
299
+
300
+ summary {
301
+ display: list-item;
302
+ }
303
+
304
+ /*
305
+ Removes the default spacing and border for appropriate elements.
306
+ */
307
+
308
+ blockquote,
309
+ dl,
310
+ dd,
311
+ h1,
312
+ h2,
313
+ h3,
314
+ h4,
315
+ h5,
316
+ h6,
317
+ hr,
318
+ figure,
319
+ p,
320
+ pre {
321
+ margin: 0;
322
+ }
323
+
324
+ fieldset {
325
+ margin: 0;
326
+ padding: 0;
327
+ }
328
+
329
+ legend {
330
+ padding: 0;
331
+ }
332
+
333
+ ol,
334
+ ul,
335
+ menu {
336
+ list-style: none;
337
+ margin: 0;
338
+ padding: 0;
339
+ }
340
+
341
+ /*
342
+ Prevent resizing textareas horizontally by default.
343
+ */
344
+
345
+ textarea {
346
+ resize: vertical;
347
+ }
348
+
349
+ /*
350
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
351
+ 2. Set the default placeholder color to the user's configured gray 400 color.
352
+ */
353
+
354
+ input::-moz-placeholder, textarea::-moz-placeholder {
355
+ opacity: 1;
356
+ /* 1 */
357
+ color: #9ca3af;
358
+ /* 2 */
359
+ }
360
+
361
+ input::placeholder,
362
+ textarea::placeholder {
363
+ opacity: 1;
364
+ /* 1 */
365
+ color: #9ca3af;
366
+ /* 2 */
367
+ }
368
+
369
+ /*
370
+ Set the default cursor for buttons.
371
+ */
372
+
373
+ button,
374
+ [role="button"] {
375
+ cursor: pointer;
376
+ }
377
+
378
+ /*
379
+ Make sure disabled buttons don't get the pointer cursor.
380
+ */
381
+
382
+ :disabled {
383
+ cursor: default;
384
+ }
385
+
386
+ /*
387
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
388
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
389
+ This can trigger a poorly considered lint error in some tools but is included by design.
390
+ */
391
+
392
+ img,
393
+ svg,
394
+ video,
395
+ canvas,
396
+ audio,
397
+ iframe,
398
+ embed,
399
+ object {
400
+ display: block;
401
+ /* 1 */
402
+ vertical-align: middle;
403
+ /* 2 */
404
+ }
405
+
406
+ /*
407
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
408
+ */
409
+
410
+ img,
411
+ video {
412
+ max-width: 100%;
413
+ height: auto;
414
+ }
415
+
416
+ /* Make elements with the HTML hidden attribute stay hidden by default */
417
+
418
+ [hidden] {
419
+ display: none;
420
+ }
421
+
422
+ @font-face {
423
+ font-family: Galano Grotesque;
424
+
425
+ font-weight: 100;
426
+
427
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff)
428
+ format("woff");
429
+ }
430
+
431
+ @font-face {
432
+ font-family: Galano Grotesque;
433
+
434
+ font-weight: 200;
435
+
436
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff)
437
+ format("woff");
438
+ }
439
+
440
+ @font-face {
441
+ font-family: Galano Grotesque;
442
+
443
+ font-weight: 300;
444
+
445
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff)
446
+ format("woff");
447
+ }
448
+
449
+ @font-face {
450
+ font-family: Galano Grotesque;
451
+
452
+ font-weight: 400;
453
+
454
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff)
455
+ format("woff");
456
+ }
457
+
458
+ @font-face {
459
+ font-family: Galano Grotesque;
460
+
461
+ font-weight: 500;
462
+
463
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff)
464
+ format("woff");
465
+ }
466
+
467
+ @font-face {
468
+ font-family: Galano Grotesque;
469
+
470
+ font-weight: 600;
471
+
472
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff)
473
+ format("woff");
474
+ }
475
+
476
+ @font-face {
477
+ font-family: Galano Grotesque;
478
+
479
+ font-weight: 700;
480
+
481
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff)
482
+ format("woff");
483
+ }
484
+
485
+ @font-face {
486
+ font-family: Galano Grotesque;
487
+
488
+ font-weight: 800;
489
+
490
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff)
491
+ format("woff");
492
+ }
493
+
494
+ @font-face {
495
+ font-family: Galano Grotesque;
496
+
497
+ font-weight: 900;
498
+
499
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff)
500
+ format("woff");
501
+ }
502
+
503
+ @font-face {
504
+ font-family: Galano Grotesque;
505
+
506
+ font-weight: 100;
507
+
508
+ font-style: italic;
509
+
510
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff)
511
+ format("woff");
512
+ }
513
+
514
+ @font-face {
515
+ font-family: Galano Grotesque;
516
+
517
+ font-weight: 200;
518
+
519
+ font-style: italic;
520
+
521
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff)
522
+ format("woff");
523
+ }
524
+
525
+ @font-face {
526
+ font-family: Galano Grotesque;
527
+
528
+ font-weight: 300;
529
+
530
+ font-style: italic;
531
+
532
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff)
533
+ format("woff");
534
+ }
535
+
536
+ @font-face {
537
+ font-family: Galano Grotesque;
538
+
539
+ font-weight: 400;
540
+
541
+ font-style: italic;
542
+
543
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff)
544
+ format("woff");
545
+ }
546
+
547
+ @font-face {
548
+ font-family: Galano Grotesque;
549
+
550
+ font-weight: 500;
551
+
552
+ font-style: italic;
553
+
554
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff)
555
+ format("woff");
556
+ }
557
+
558
+ @font-face {
559
+ font-family: Galano Grotesque;
560
+
561
+ font-weight: 600;
562
+
563
+ font-style: italic;
564
+
565
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff)
566
+ format("woff");
567
+ }
568
+
569
+ @font-face {
570
+ font-family: Galano Grotesque;
571
+
572
+ font-weight: 700;
573
+
574
+ font-style: italic;
575
+
576
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff)
577
+ format("woff");
578
+ }
579
+
580
+ @font-face {
581
+ font-family: Galano Grotesque;
582
+
583
+ font-weight: 800;
584
+
585
+ font-style: italic;
586
+
587
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff)
588
+ format("woff");
589
+ }
590
+
591
+ @font-face {
592
+ font-family: Galano Grotesque;
593
+
594
+ font-weight: 900;
595
+
596
+ font-style: italic;
597
+
598
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff)
599
+ format("woff");
600
+ }
601
+
602
+ input[type="number"]::-webkit-inner-spin-button,
603
+ input[type="number"]::-webkit-outer-spin-button {
604
+ -webkit-appearance: none;
605
+ margin: 0;
606
+ }
607
+
608
+ *, ::before, ::after {
609
+ --tw-border-spacing-x: 0;
610
+ --tw-border-spacing-y: 0;
611
+ --tw-translate-x: 0;
612
+ --tw-translate-y: 0;
613
+ --tw-rotate: 0;
614
+ --tw-skew-x: 0;
615
+ --tw-skew-y: 0;
616
+ --tw-scale-x: 1;
617
+ --tw-scale-y: 1;
618
+ --tw-pan-x: ;
619
+ --tw-pan-y: ;
620
+ --tw-pinch-zoom: ;
621
+ --tw-scroll-snap-strictness: proximity;
622
+ --tw-ordinal: ;
623
+ --tw-slashed-zero: ;
624
+ --tw-numeric-figure: ;
625
+ --tw-numeric-spacing: ;
626
+ --tw-numeric-fraction: ;
627
+ --tw-ring-inset: ;
628
+ --tw-ring-offset-width: 0px;
629
+ --tw-ring-offset-color: #fff;
630
+ --tw-ring-color: rgb(59 130 246 / 0.5);
631
+ --tw-ring-offset-shadow: 0 0 #0000;
632
+ --tw-ring-shadow: 0 0 #0000;
633
+ --tw-shadow: 0 0 #0000;
634
+ --tw-shadow-colored: 0 0 #0000;
635
+ --tw-blur: ;
636
+ --tw-brightness: ;
637
+ --tw-contrast: ;
638
+ --tw-grayscale: ;
639
+ --tw-hue-rotate: ;
640
+ --tw-invert: ;
641
+ --tw-saturate: ;
642
+ --tw-sepia: ;
643
+ --tw-drop-shadow: ;
644
+ --tw-backdrop-blur: ;
645
+ --tw-backdrop-brightness: ;
646
+ --tw-backdrop-contrast: ;
647
+ --tw-backdrop-grayscale: ;
648
+ --tw-backdrop-hue-rotate: ;
649
+ --tw-backdrop-invert: ;
650
+ --tw-backdrop-opacity: ;
651
+ --tw-backdrop-saturate: ;
652
+ --tw-backdrop-sepia: ;
653
+ }
654
+
655
+ ::backdrop {
656
+ --tw-border-spacing-x: 0;
657
+ --tw-border-spacing-y: 0;
658
+ --tw-translate-x: 0;
659
+ --tw-translate-y: 0;
660
+ --tw-rotate: 0;
661
+ --tw-skew-x: 0;
662
+ --tw-skew-y: 0;
663
+ --tw-scale-x: 1;
664
+ --tw-scale-y: 1;
665
+ --tw-pan-x: ;
666
+ --tw-pan-y: ;
667
+ --tw-pinch-zoom: ;
668
+ --tw-scroll-snap-strictness: proximity;
669
+ --tw-ordinal: ;
670
+ --tw-slashed-zero: ;
671
+ --tw-numeric-figure: ;
672
+ --tw-numeric-spacing: ;
673
+ --tw-numeric-fraction: ;
674
+ --tw-ring-inset: ;
675
+ --tw-ring-offset-width: 0px;
676
+ --tw-ring-offset-color: #fff;
677
+ --tw-ring-color: rgb(59 130 246 / 0.5);
678
+ --tw-ring-offset-shadow: 0 0 #0000;
679
+ --tw-ring-shadow: 0 0 #0000;
680
+ --tw-shadow: 0 0 #0000;
681
+ --tw-shadow-colored: 0 0 #0000;
682
+ --tw-blur: ;
683
+ --tw-brightness: ;
684
+ --tw-contrast: ;
685
+ --tw-grayscale: ;
686
+ --tw-hue-rotate: ;
687
+ --tw-invert: ;
688
+ --tw-saturate: ;
689
+ --tw-sepia: ;
690
+ --tw-drop-shadow: ;
691
+ --tw-backdrop-blur: ;
692
+ --tw-backdrop-brightness: ;
693
+ --tw-backdrop-contrast: ;
694
+ --tw-backdrop-grayscale: ;
695
+ --tw-backdrop-hue-rotate: ;
696
+ --tw-backdrop-invert: ;
697
+ --tw-backdrop-opacity: ;
698
+ --tw-backdrop-saturate: ;
699
+ --tw-backdrop-sepia: ;
700
+ }
701
+
702
+ .container {
703
+ width: 100%;
704
+ }
705
+
706
+ .\!container {
707
+ width: 100% !important;
708
+ }
709
+
710
+ @media (min-width: 640px) {
711
+ .container {
712
+ max-width: 640px;
713
+ }
714
+
715
+ .\!container {
716
+ max-width: 640px !important;
717
+ }
718
+ }
719
+
720
+ @media (min-width: 768px) {
721
+ .container {
722
+ max-width: 768px;
723
+ }
724
+
725
+ .\!container {
726
+ max-width: 768px !important;
727
+ }
728
+ }
729
+
730
+ @media (min-width: 1024px) {
731
+ .container {
732
+ max-width: 1024px;
733
+ }
734
+
735
+ .\!container {
736
+ max-width: 1024px !important;
737
+ }
738
+ }
739
+
740
+ @media (min-width: 1280px) {
741
+ .container {
742
+ max-width: 1280px;
743
+ }
744
+
745
+ .\!container {
746
+ max-width: 1280px !important;
747
+ }
748
+ }
749
+
750
+ @media (min-width: 1440px) {
751
+ .container {
752
+ max-width: 1440px;
753
+ }
754
+
755
+ .\!container {
756
+ max-width: 1440px !important;
757
+ }
758
+ }
759
+
760
+ @media (min-width: 1536px) {
761
+ .container {
762
+ max-width: 1536px;
763
+ }
764
+
765
+ .\!container {
766
+ max-width: 1536px !important;
767
+ }
768
+ }
769
+
770
+ .text-32-40-em {
771
+ font-weight: 600;
772
+ font-size: 32px;
773
+ line-height: 40px;
774
+ }
775
+
776
+ .text-28-32-em {
777
+ font-weight: 600;
778
+ font-size: 28px;
779
+ line-height: 32px;
780
+ }
781
+
782
+ .text-20-24-em {
783
+ font-weight: 600;
784
+ font-size: 20px;
785
+ line-height: 24px;
786
+ }
787
+
788
+ .text-18-22-em {
789
+ font-weight: 600;
790
+ font-size: 18px;
791
+ line-height: 22px;
792
+ }
793
+
794
+ .text-16-24 {
795
+ font-weight: 400;
796
+ font-size: 16px;
797
+ line-height: 24px;
798
+ }
799
+
800
+ .text-16-20-em {
801
+ font-weight: 600;
802
+ font-size: 16px;
803
+ line-height: 20px;
804
+ }
805
+
806
+ .text-16-18 {
807
+ font-weight: 400;
808
+ font-size: 16px;
809
+ line-height: 18px;
810
+ }
811
+
812
+ .text-14-22-em {
813
+ font-weight: 600;
814
+ font-size: 14px;
815
+ line-height: 22px;
816
+ }
817
+
818
+ .text-14-22 {
819
+ font-weight: 400;
820
+ font-size: 14px;
821
+ line-height: 22px;
822
+ }
823
+
824
+ .text-12-18-em {
825
+ font-weight: 600;
826
+ font-size: 12px;
827
+ line-height: 18px;
828
+ }
829
+
830
+ .text-12-18 {
831
+ font-weight: 400;
832
+ font-size: 12px;
833
+ line-height: 18px;
834
+ }
835
+
836
+ .text-10-17-em-up {
837
+ font-weight: 600;
838
+ font-size: 10px;
839
+ line-height: 17px;
840
+ text-transform: uppercase;
841
+ }
842
+
843
+ .text-10-14-em {
844
+ font-weight: 600;
845
+ font-size: 10px;
846
+ line-height: 14px;
847
+ }
848
+
849
+ .text-style-c {
850
+ font-weight: 600;
851
+ font-size: 24px;
852
+ line-height: 28px;
853
+ }
854
+
855
+ .text-style-d {
856
+ font-weight: 600;
857
+ font-size: 20px;
858
+ line-height: 24px;
859
+ }
860
+
861
+ .text-style-f-em {
862
+ font-weight: 600;
863
+ font-size: 16px;
864
+ line-height: 20px;
865
+ }
866
+
867
+ .text-style-f {
868
+ font-weight: 400;
869
+ font-size: 16px;
870
+ line-height: 24px;
871
+ }
872
+
873
+ .text-style-g-em {
874
+ font-weight: 600;
875
+ font-size: 14px;
876
+ line-height: 22px;
877
+ }
878
+
879
+ .\!text-style-g-em {
880
+ font-weight: 600 !important;
881
+ font-size: 14px !important;
882
+ line-height: 22px !important;
883
+ }
884
+
885
+ .text-style-g {
886
+ font-weight: 400;
887
+ font-size: 14px;
888
+ line-height: 22px;
889
+ }
890
+
891
+ .text-style-h-em {
892
+ font-weight: 600;
893
+ font-size: 12px;
894
+ line-height: 18px;
895
+ }
896
+
897
+ .text-style-h {
898
+ font-weight: 400;
899
+ font-size: 12px;
900
+ line-height: 18px;
901
+ }
902
+
903
+ .text-style-i-em-up {
904
+ font-weight: 600;
905
+ font-size: 11px;
906
+ line-height: 20px;
907
+ text-transform: uppercase;
908
+ }
909
+
910
+ .text-style-j-em-up {
911
+ font-weight: 600;
912
+ font-size: 10px;
913
+ line-height: 17px;
914
+ text-transform: uppercase;
915
+ }
916
+
917
+ .text-style-k-em {
918
+ font-weight: 600;
919
+ font-size: 10px;
920
+ line-height: 14px;
921
+ }
922
+
923
+ .text-style-k {
924
+ font-weight: 400;
925
+ font-size: 10px;
926
+ line-height: 14px;
927
+ }
928
+
929
+ .bg-gradient-b-big {
930
+ background-image: linear-gradient(to right, var(--tw-gradient-stops));
931
+ --tw-gradient-from: #27DEBF;
932
+ --tw-gradient-to: rgb(39 222 191 / 0);
933
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
934
+ --tw-gradient-to: rgb(193 244 233 / 0);
935
+ --tw-gradient-stops: var(--tw-gradient-from), #C1F4E9, var(--tw-gradient-to);
936
+ --tw-gradient-to: #27DEBF;
937
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
938
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
939
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
940
+ --tw-ring-color: transparent;
941
+ }
942
+
943
+ .pointer-events-none {
944
+ pointer-events: none;
945
+ }
946
+
947
+ .visible {
948
+ visibility: visible;
949
+ }
950
+
951
+ .\!visible {
952
+ visibility: visible !important;
953
+ }
954
+
955
+ .invisible {
956
+ visibility: hidden;
957
+ }
958
+
959
+ .collapse {
960
+ visibility: collapse;
961
+ }
962
+
963
+ .static {
964
+ position: static;
965
+ }
966
+
967
+ .fixed {
968
+ position: fixed;
969
+ }
970
+
971
+ .absolute {
972
+ position: absolute;
973
+ }
974
+
975
+ .relative {
976
+ position: relative;
977
+ }
978
+
979
+ .\!relative {
980
+ position: relative !important;
981
+ }
982
+
983
+ .sticky {
984
+ position: sticky;
985
+ }
986
+
987
+ .top-0 {
988
+ top: 0;
989
+ }
990
+
991
+ .left-0 {
992
+ left: 0;
993
+ }
994
+
995
+ .-top-1 {
996
+ top: -4px;
997
+ }
998
+
999
+ .right-2 {
1000
+ right: 8px;
1001
+ }
1002
+
1003
+ .right-0 {
1004
+ right: 0;
1005
+ }
1006
+
1007
+ .top-\[5px\] {
1008
+ top: 5px;
1009
+ }
1010
+
1011
+ .-right-2 {
1012
+ right: -8px;
1013
+ }
1014
+
1015
+ .top-10 {
1016
+ top: 40px;
1017
+ }
1018
+
1019
+ .bottom-0 {
1020
+ bottom: 0;
1021
+ }
1022
+
1023
+ .-right-px {
1024
+ right: -1px;
1025
+ }
1026
+
1027
+ .-bottom-22 {
1028
+ bottom: -88px;
1029
+ }
1030
+
1031
+ .bottom-6 {
1032
+ bottom: 24px;
1033
+ }
1034
+
1035
+ .right-4 {
1036
+ right: 16px;
1037
+ }
1038
+
1039
+ .bottom-4 {
1040
+ bottom: 16px;
1041
+ }
1042
+
1043
+ .top-1\/2 {
1044
+ top: 50%;
1045
+ }
1046
+
1047
+ .left-1\/2 {
1048
+ left: 50%;
1049
+ }
1050
+
1051
+ .-bottom-10 {
1052
+ bottom: -40px;
1053
+ }
1054
+
1055
+ .bottom-full {
1056
+ bottom: 100%;
1057
+ }
1058
+
1059
+ .top-full {
1060
+ top: 100%;
1061
+ }
1062
+
1063
+ .right-full {
1064
+ right: 100%;
1065
+ }
1066
+
1067
+ .left-full {
1068
+ left: 100%;
1069
+ }
1070
+
1071
+ .z-50 {
1072
+ z-index: 50;
1073
+ }
1074
+
1075
+ .z-30 {
1076
+ z-index: 30;
1077
+ }
1078
+
1079
+ .z-0 {
1080
+ z-index: 0;
1081
+ }
1082
+
1083
+ .z-20 {
1084
+ z-index: 20;
1085
+ }
1086
+
1087
+ .z-10 {
1088
+ z-index: 10;
1089
+ }
1090
+
1091
+ .z-40 {
1092
+ z-index: 40;
1093
+ }
1094
+
1095
+ .m-auto {
1096
+ margin: auto;
1097
+ }
1098
+
1099
+ .m-0\.75 {
1100
+ margin: 3px;
1101
+ }
1102
+
1103
+ .m-0 {
1104
+ margin: 0;
1105
+ }
1106
+
1107
+ .m-26 {
1108
+ margin: 104px;
1109
+ }
1110
+
1111
+ .-m-0\.5 {
1112
+ margin: -2px;
1113
+ }
1114
+
1115
+ .-m-0 {
1116
+ margin: 0;
1117
+ }
1118
+
1119
+ .my-50 {
1120
+ margin-top: 200px;
1121
+ margin-bottom: 200px;
1122
+ }
1123
+
1124
+ .my-auto {
1125
+ margin-top: auto;
1126
+ margin-bottom: auto;
1127
+ }
1128
+
1129
+ .mx-auto {
1130
+ margin-left: auto;
1131
+ margin-right: auto;
1132
+ }
1133
+
1134
+ .mx-2 {
1135
+ margin-left: 8px;
1136
+ margin-right: 8px;
1137
+ }
1138
+
1139
+ .my-10 {
1140
+ margin-top: 40px;
1141
+ margin-bottom: 40px;
1142
+ }
1143
+
1144
+ .mx-3 {
1145
+ margin-left: 12px;
1146
+ margin-right: 12px;
1147
+ }
1148
+
1149
+ .mx-10 {
1150
+ margin-left: 40px;
1151
+ margin-right: 40px;
1152
+ }
1153
+
1154
+ .-mx-3 {
1155
+ margin-left: -12px;
1156
+ margin-right: -12px;
1157
+ }
1158
+
1159
+ .-mx-2 {
1160
+ margin-left: -8px;
1161
+ margin-right: -8px;
1162
+ }
1163
+
1164
+ .my-1 {
1165
+ margin-top: 4px;
1166
+ margin-bottom: 4px;
1167
+ }
1168
+
1169
+ .my-5 {
1170
+ margin-top: 20px;
1171
+ margin-bottom: 20px;
1172
+ }
1173
+
1174
+ .mx-4 {
1175
+ margin-left: 16px;
1176
+ margin-right: 16px;
1177
+ }
1178
+
1179
+ .mb-3 {
1180
+ margin-bottom: 12px;
1181
+ }
1182
+
1183
+ .mb-6 {
1184
+ margin-bottom: 24px;
1185
+ }
1186
+
1187
+ .mr-4 {
1188
+ margin-right: 16px;
1189
+ }
1190
+
1191
+ .ml-6 {
1192
+ margin-left: 24px;
1193
+ }
1194
+
1195
+ .mt-6 {
1196
+ margin-top: 24px;
1197
+ }
1198
+
1199
+ .mt-2 {
1200
+ margin-top: 8px;
1201
+ }
1202
+
1203
+ .mb-2 {
1204
+ margin-bottom: 8px;
1205
+ }
1206
+
1207
+ .ml-3 {
1208
+ margin-left: 12px;
1209
+ }
1210
+
1211
+ .mb-1 {
1212
+ margin-bottom: 4px;
1213
+ }
1214
+
1215
+ .mb-4 {
1216
+ margin-bottom: 16px;
1217
+ }
1218
+
1219
+ .mb-0 {
1220
+ margin-bottom: 0;
1221
+ }
1222
+
1223
+ .mt-1 {
1224
+ margin-top: 4px;
1225
+ }
1226
+
1227
+ .mb-10 {
1228
+ margin-bottom: 40px;
1229
+ }
1230
+
1231
+ .mb-5 {
1232
+ margin-bottom: 20px;
1233
+ }
1234
+
1235
+ .mr-2 {
1236
+ margin-right: 8px;
1237
+ }
1238
+
1239
+ .-ml-4 {
1240
+ margin-left: -16px;
1241
+ }
1242
+
1243
+ .mr-3 {
1244
+ margin-right: 12px;
1245
+ }
1246
+
1247
+ .-mt-3 {
1248
+ margin-top: -12px;
1249
+ }
1250
+
1251
+ .-mt-1 {
1252
+ margin-top: -4px;
1253
+ }
1254
+
1255
+ .-ml-2 {
1256
+ margin-left: -8px;
1257
+ }
1258
+
1259
+ .ml-2 {
1260
+ margin-left: 8px;
1261
+ }
1262
+
1263
+ .mt-\[5px\] {
1264
+ margin-top: 5px;
1265
+ }
1266
+
1267
+ .-ml-\[14px\] {
1268
+ margin-left: -14px;
1269
+ }
1270
+
1271
+ .mb-auto {
1272
+ margin-bottom: auto;
1273
+ }
1274
+
1275
+ .ml-4 {
1276
+ margin-left: 16px;
1277
+ }
1278
+
1279
+ .mt-7 {
1280
+ margin-top: 28px;
1281
+ }
1282
+
1283
+ .mt-px {
1284
+ margin-top: 1px;
1285
+ }
1286
+
1287
+ .mt-3\.5 {
1288
+ margin-top: 14px;
1289
+ }
1290
+
1291
+ .mt-3 {
1292
+ margin-top: 12px;
1293
+ }
1294
+
1295
+ .ml-auto {
1296
+ margin-left: auto;
1297
+ }
1298
+
1299
+ .-ml-3 {
1300
+ margin-left: -12px;
1301
+ }
1302
+
1303
+ .mr-8 {
1304
+ margin-right: 32px;
1305
+ }
1306
+
1307
+ .ml-5 {
1308
+ margin-left: 20px;
1309
+ }
1310
+
1311
+ .mr-1 {
1312
+ margin-right: 4px;
1313
+ }
1314
+
1315
+ .ml-px {
1316
+ margin-left: 1px;
1317
+ }
1318
+
1319
+ .mr-px {
1320
+ margin-right: 1px;
1321
+ }
1322
+
1323
+ .-mt-2 {
1324
+ margin-top: -8px;
1325
+ }
1326
+
1327
+ .mt-4 {
1328
+ margin-top: 16px;
1329
+ }
1330
+
1331
+ .-mt-5 {
1332
+ margin-top: -20px;
1333
+ }
1334
+
1335
+ .-ml-px {
1336
+ margin-left: -1px;
1337
+ }
1338
+
1339
+ .-mt-0\.5 {
1340
+ margin-top: -2px;
1341
+ }
1342
+
1343
+ .-mt-0 {
1344
+ margin-top: 0;
1345
+ }
1346
+
1347
+ .mr-1\.5 {
1348
+ margin-right: 6px;
1349
+ }
1350
+
1351
+ .-mt-10 {
1352
+ margin-top: -40px;
1353
+ }
1354
+
1355
+ .mr-6 {
1356
+ margin-right: 24px;
1357
+ }
1358
+
1359
+ .mt-20 {
1360
+ margin-top: 80px;
1361
+ }
1362
+
1363
+ .mt-10 {
1364
+ margin-top: 40px;
1365
+ }
1366
+
1367
+ .mb-2\.5 {
1368
+ margin-bottom: 10px;
1369
+ }
1370
+
1371
+ .mt-2\.5 {
1372
+ margin-top: 10px;
1373
+ }
1374
+
1375
+ .mb-16 {
1376
+ margin-bottom: 64px;
1377
+ }
1378
+
1379
+ .ml-12 {
1380
+ margin-left: 48px;
1381
+ }
1382
+
1383
+ .ml-2\.5 {
1384
+ margin-left: 10px;
1385
+ }
1386
+
1387
+ .mt-12 {
1388
+ margin-top: 48px;
1389
+ }
1390
+
1391
+ .-ml-8 {
1392
+ margin-left: -32px;
1393
+ }
1394
+
1395
+ .ml-8 {
1396
+ margin-left: 32px;
1397
+ }
1398
+
1399
+ .ml-1 {
1400
+ margin-left: 4px;
1401
+ }
1402
+
1403
+ .mt-0\.5 {
1404
+ margin-top: 2px;
1405
+ }
1406
+
1407
+ .mt-0 {
1408
+ margin-top: 0;
1409
+ }
1410
+
1411
+ .mr-0\.5 {
1412
+ margin-right: 2px;
1413
+ }
1414
+
1415
+ .mr-0 {
1416
+ margin-right: 0;
1417
+ }
1418
+
1419
+ .mt-1\.5 {
1420
+ margin-top: 6px;
1421
+ }
1422
+
1423
+ .mb-1\.5 {
1424
+ margin-bottom: 6px;
1425
+ }
1426
+
1427
+ .-mt-8 {
1428
+ margin-top: -32px;
1429
+ }
1430
+
1431
+ .mt-8 {
1432
+ margin-top: 32px;
1433
+ }
1434
+
1435
+ .mr-auto {
1436
+ margin-right: auto;
1437
+ }
1438
+
1439
+ .block {
1440
+ display: block;
1441
+ }
1442
+
1443
+ .inline-block {
1444
+ display: inline-block;
1445
+ }
1446
+
1447
+ .inline {
1448
+ display: inline;
1449
+ }
1450
+
1451
+ .flex {
1452
+ display: flex;
1453
+ }
1454
+
1455
+ .inline-flex {
1456
+ display: inline-flex;
1457
+ }
1458
+
1459
+ .table {
1460
+ display: table;
1461
+ }
1462
+
1463
+ .grid {
1464
+ display: grid;
1465
+ }
1466
+
1467
+ .hidden {
1468
+ display: none;
1469
+ }
1470
+
1471
+ .h-full {
1472
+ height: 100%;
1473
+ }
1474
+
1475
+ .h-screen {
1476
+ height: 100vh;
1477
+ }
1478
+
1479
+ @supports (-webkit-touch-callout: none) {
1480
+
1481
+ .h-screen {
1482
+ height: -webkit-fill-available;
1483
+ }
1484
+ }
1485
+
1486
+ .h-9 {
1487
+ height: 36px;
1488
+ }
1489
+
1490
+ .h-1 {
1491
+ height: 4px;
1492
+ }
1493
+
1494
+ .h-5 {
1495
+ height: 20px;
1496
+ }
1497
+
1498
+ .h-10 {
1499
+ height: 40px;
1500
+ }
1501
+
1502
+ .h-table {
1503
+ height: 696px;
1504
+ }
1505
+
1506
+ .h-2 {
1507
+ height: 8px;
1508
+ }
1509
+
1510
+ .h-6 {
1511
+ height: 24px;
1512
+ }
1513
+
1514
+ .h-4\.5 {
1515
+ height: 18px;
1516
+ }
1517
+
1518
+ .h-4 {
1519
+ height: 16px;
1520
+ }
1521
+
1522
+ .h-3\.5 {
1523
+ height: 14px;
1524
+ }
1525
+
1526
+ .h-3 {
1527
+ height: 12px;
1528
+ }
1529
+
1530
+ .h-14 {
1531
+ height: 56px;
1532
+ }
1533
+
1534
+ .h-2\.5 {
1535
+ height: 10px;
1536
+ }
1537
+
1538
+ .h-16 {
1539
+ height: 64px;
1540
+ }
1541
+
1542
+ .h-8 {
1543
+ height: 32px;
1544
+ }
1545
+
1546
+ .h-5\/6 {
1547
+ height: 83.333333%;
1548
+ }
1549
+
1550
+ .h-80 {
1551
+ height: 320px;
1552
+ }
1553
+
1554
+ .h-12 {
1555
+ height: 48px;
1556
+ }
1557
+
1558
+ .h-52 {
1559
+ height: 208px;
1560
+ }
1561
+
1562
+ .h-0\.75 {
1563
+ height: 3px;
1564
+ }
1565
+
1566
+ .h-0 {
1567
+ height: 0;
1568
+ }
1569
+
1570
+ .h-60 {
1571
+ height: 240px;
1572
+ }
1573
+
1574
+ .h-px {
1575
+ height: 1px;
1576
+ }
1577
+
1578
+ .h-7\.75 {
1579
+ height: 31px;
1580
+ }
1581
+
1582
+ .h-7 {
1583
+ height: 28px;
1584
+ }
1585
+
1586
+ .h-5\.25 {
1587
+ height: 21px;
1588
+ }
1589
+
1590
+ .h-2\/6 {
1591
+ height: 33.333333%;
1592
+ }
1593
+
1594
+ .h-2\/3 {
1595
+ height: 66.666667%;
1596
+ }
1597
+
1598
+ .h-1\.5 {
1599
+ height: 6px;
1600
+ }
1601
+
1602
+ .max-h-32 {
1603
+ max-height: 128px;
1604
+ }
1605
+
1606
+ .max-h-16 {
1607
+ max-height: 64px;
1608
+ }
1609
+
1610
+ .max-h-38 {
1611
+ max-height: 152px;
1612
+ }
1613
+
1614
+ .max-h-64 {
1615
+ max-height: 256px;
1616
+ }
1617
+
1618
+ .min-h-30 {
1619
+ min-height: 120px;
1620
+ }
1621
+
1622
+ .min-h-12 {
1623
+ min-height: 48px;
1624
+ }
1625
+
1626
+ .min-h-6 {
1627
+ min-height: 24px;
1628
+ }
1629
+
1630
+ .min-h-5 {
1631
+ min-height: 20px;
1632
+ }
1633
+
1634
+ .min-h-7 {
1635
+ min-height: 28px;
1636
+ }
1637
+
1638
+ .min-h-4 {
1639
+ min-height: 16px;
1640
+ }
1641
+
1642
+ .min-h-20 {
1643
+ min-height: 80px;
1644
+ }
1645
+
1646
+ .min-h-28 {
1647
+ min-height: 112px;
1648
+ }
1649
+
1650
+ .min-h-full {
1651
+ min-height: 100%;
1652
+ }
1653
+
1654
+ .w-full {
1655
+ width: 100%;
1656
+ }
1657
+
1658
+ .w-screen {
1659
+ width: 100vw;
1660
+ }
1661
+
1662
+ .w-2\/6 {
1663
+ width: 33.333333%;
1664
+ }
1665
+
1666
+ .w-16 {
1667
+ width: 64px;
1668
+ }
1669
+
1670
+ .w-5 {
1671
+ width: 20px;
1672
+ }
1673
+
1674
+ .w-2 {
1675
+ width: 8px;
1676
+ }
1677
+
1678
+ .w-6 {
1679
+ width: 24px;
1680
+ }
1681
+
1682
+ .w-11 {
1683
+ width: 44px;
1684
+ }
1685
+
1686
+ .w-4\.5 {
1687
+ width: 18px;
1688
+ }
1689
+
1690
+ .w-4 {
1691
+ width: 16px;
1692
+ }
1693
+
1694
+ .w-9 {
1695
+ width: 36px;
1696
+ }
1697
+
1698
+ .w-3\.5 {
1699
+ width: 14px;
1700
+ }
1701
+
1702
+ .w-3 {
1703
+ width: 12px;
1704
+ }
1705
+
1706
+ .w-auto {
1707
+ width: auto;
1708
+ }
1709
+
1710
+ .w-1\/6 {
1711
+ width: 16.666667%;
1712
+ }
1713
+
1714
+ .w-20 {
1715
+ width: 80px;
1716
+ }
1717
+
1718
+ .w-2\.5 {
1719
+ width: 10px;
1720
+ }
1721
+
1722
+ .w-48 {
1723
+ width: 192px;
1724
+ }
1725
+
1726
+ .w-px {
1727
+ width: 1px;
1728
+ }
1729
+
1730
+ .w-0\.5 {
1731
+ width: 2px;
1732
+ }
1733
+
1734
+ .w-0 {
1735
+ width: 0;
1736
+ }
1737
+
1738
+ .w-10 {
1739
+ width: 40px;
1740
+ }
1741
+
1742
+ .w-32 {
1743
+ width: 128px;
1744
+ }
1745
+
1746
+ .w-36 {
1747
+ width: 144px;
1748
+ }
1749
+
1750
+ .w-1\/2 {
1751
+ width: 50%;
1752
+ }
1753
+
1754
+ .w-5\/6 {
1755
+ width: 83.333333%;
1756
+ }
1757
+
1758
+ .w-8 {
1759
+ width: 32px;
1760
+ }
1761
+
1762
+ .w-1\/3 {
1763
+ width: 33.333333%;
1764
+ }
1765
+
1766
+ .w-1 {
1767
+ width: 4px;
1768
+ }
1769
+
1770
+ .w-0\.75 {
1771
+ width: 3px;
1772
+ }
1773
+
1774
+ .w-64 {
1775
+ width: 256px;
1776
+ }
1777
+
1778
+ .w-12 {
1779
+ width: 48px;
1780
+ }
1781
+
1782
+ .w-120 {
1783
+ width: 480px;
1784
+ }
1785
+
1786
+ .min-w-max {
1787
+ min-width: -moz-max-content;
1788
+ min-width: max-content;
1789
+ }
1790
+
1791
+ .min-w-10 {
1792
+ min-width: 40px;
1793
+ }
1794
+
1795
+ .min-w-5 {
1796
+ min-width: 20px;
1797
+ }
1798
+
1799
+ .min-w-16 {
1800
+ min-width: 64px;
1801
+ }
1802
+
1803
+ .min-w-20 {
1804
+ min-width: 80px;
1805
+ }
1806
+
1807
+ .min-w-54 {
1808
+ min-width: 216px;
1809
+ }
1810
+
1811
+ .min-w-0 {
1812
+ min-width: 0;
1813
+ }
1814
+
1815
+ .min-w-6 {
1816
+ min-width: 24px;
1817
+ }
1818
+
1819
+ .min-w-7 {
1820
+ min-width: 28px;
1821
+ }
1822
+
1823
+ .min-w-4 {
1824
+ min-width: 16px;
1825
+ }
1826
+
1827
+ .min-w-36 {
1828
+ min-width: 144px;
1829
+ }
1830
+
1831
+ .min-w-8 {
1832
+ min-width: 32px;
1833
+ }
1834
+
1835
+ .max-w-36 {
1836
+ max-width: 144px;
1837
+ }
1838
+
1839
+ .max-w-120 {
1840
+ max-width: 480px;
1841
+ }
1842
+
1843
+ .max-w-80 {
1844
+ max-width: 320px;
1845
+ }
1846
+
1847
+ .max-w-5xl {
1848
+ max-width: 64rem;
1849
+ }
1850
+
1851
+ .max-w-screen-lg {
1852
+ max-width: 1024px;
1853
+ }
1854
+
1855
+ .max-w-7xl {
1856
+ max-width: 80rem;
1857
+ }
1858
+
1859
+ .max-w-sm {
1860
+ max-width: 24rem;
1861
+ }
1862
+
1863
+ .max-w-full {
1864
+ max-width: 100%;
1865
+ }
1866
+
1867
+ .flex-1 {
1868
+ flex: 1 1 0%;
1869
+ }
1870
+
1871
+ .flex-none {
1872
+ flex: none;
1873
+ }
1874
+
1875
+ .flex-initial {
1876
+ flex: 0 1 auto;
1877
+ }
1878
+
1879
+ .shrink {
1880
+ flex-shrink: 1;
1881
+ }
1882
+
1883
+ .flex-grow {
1884
+ flex-grow: 1;
1885
+ }
1886
+
1887
+ .basis-1\/3 {
1888
+ flex-basis: 33.333333%;
1889
+ }
1890
+
1891
+ .basis-2\/3 {
1892
+ flex-basis: 66.666667%;
1893
+ }
1894
+
1895
+ .origin-0 {
1896
+ transform-origin: 0%;
1897
+ }
1898
+
1899
+ .origin-full {
1900
+ transform-origin: 100%;
1901
+ }
1902
+
1903
+ .-translate-x-full {
1904
+ --tw-translate-x: -100%;
1905
+ 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));
1906
+ }
1907
+
1908
+ .-translate-x-1\/2 {
1909
+ --tw-translate-x: -50%;
1910
+ 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));
1911
+ }
1912
+
1913
+ .-translate-y-1\/2 {
1914
+ --tw-translate-y: -50%;
1915
+ 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));
1916
+ }
1917
+
1918
+ .rotate-180 {
1919
+ --tw-rotate: 180deg;
1920
+ 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));
1921
+ }
1922
+
1923
+ .skew-y-slide-up {
1924
+ --tw-skew-y: -3.75deg;
1925
+ 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));
1926
+ }
1927
+
1928
+ .-scale-x-1 {
1929
+ --tw-scale-x: -1;
1930
+ 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));
1931
+ }
1932
+
1933
+ .transform {
1934
+ 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));
1935
+ }
1936
+
1937
+ .transform-gpu {
1938
+ transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1939
+ }
1940
+
1941
+ @keyframes spin {
1942
+ to {
1943
+ transform: rotate(360deg);
1944
+ }
1945
+ }
1946
+
1947
+ .animate-spin {
1948
+ animation: spin 1s linear infinite;
1949
+ }
1950
+
1951
+ @keyframes fade-in {
1952
+ 0% {
1953
+ opacity: 0;
1954
+ }
1955
+
1956
+ 100% {
1957
+ opacity: 1;
1958
+ }
1959
+ }
1960
+
1961
+ .animate-fade-in {
1962
+ animation: fade-in 200ms ease-in-out;
1963
+ }
1964
+
1965
+ @keyframes fade-out {
1966
+ 0% {
1967
+ opacity: 1;
1968
+ }
1969
+
1970
+ 100% {
1971
+ opacity: 0;
1972
+ }
1973
+ }
1974
+
1975
+ .animate-fade-out {
1976
+ animation: fade-out 200ms ease-in-out;
1977
+ }
1978
+
1979
+ @keyframes slide-left-in {
1980
+ 0% {
1981
+ transform: translateX(100%);
1982
+ }
1983
+
1984
+ 100% {
1985
+ transform: translateX(0%);
1986
+ }
1987
+ }
1988
+
1989
+ .animate-slide-left-in {
1990
+ animation: slide-left-in 200ms ease-in-out;
1991
+ }
1992
+
1993
+ @keyframes slide-left-out {
1994
+ 0% {
1995
+ transform: translateX(0%);
1996
+ }
1997
+
1998
+ 100% {
1999
+ transform: translateX(100%);
2000
+ }
2001
+ }
2002
+
2003
+ .animate-slide-left-out {
2004
+ animation: slide-left-out 200ms ease-in-out;
2005
+ }
2006
+
2007
+ .cursor-pointer {
2008
+ cursor: pointer;
2009
+ }
2010
+
2011
+ .cursor-text {
2012
+ cursor: text;
2013
+ }
2014
+
2015
+ .cursor-not-allowed {
2016
+ cursor: not-allowed;
2017
+ }
2018
+
2019
+ .cursor-default {
2020
+ cursor: default;
2021
+ }
2022
+
2023
+ .select-none {
2024
+ -webkit-user-select: none;
2025
+ -moz-user-select: none;
2026
+ user-select: none;
2027
+ }
2028
+
2029
+ .resize-none {
2030
+ resize: none;
2031
+ }
2032
+
2033
+ .resize {
2034
+ resize: both;
2035
+ }
2036
+
2037
+ .appearance-none {
2038
+ -webkit-appearance: none;
2039
+ -moz-appearance: none;
2040
+ appearance: none;
2041
+ }
2042
+
2043
+ .grid-cols-2 {
2044
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2045
+ }
2046
+
2047
+ .flex-row {
2048
+ flex-direction: row;
2049
+ }
2050
+
2051
+ .flex-row-reverse {
2052
+ flex-direction: row-reverse;
2053
+ }
2054
+
2055
+ .flex-col {
2056
+ flex-direction: column;
2057
+ }
2058
+
2059
+ .flex-wrap {
2060
+ flex-wrap: wrap;
2061
+ }
2062
+
2063
+ .items-start {
2064
+ align-items: flex-start;
2065
+ }
2066
+
2067
+ .items-center {
2068
+ align-items: center;
2069
+ }
2070
+
2071
+ .items-stretch {
2072
+ align-items: stretch;
2073
+ }
2074
+
2075
+ .justify-start {
2076
+ justify-content: flex-start;
2077
+ }
2078
+
2079
+ .justify-end {
2080
+ justify-content: flex-end;
2081
+ }
2082
+
2083
+ .justify-center {
2084
+ justify-content: center;
2085
+ }
2086
+
2087
+ .justify-between {
2088
+ justify-content: space-between;
2089
+ }
2090
+
2091
+ .justify-items-center {
2092
+ justify-items: center;
2093
+ }
2094
+
2095
+ .gap-x-1 {
2096
+ -moz-column-gap: 4px;
2097
+ column-gap: 4px;
2098
+ }
2099
+
2100
+ .gap-y-1 {
2101
+ row-gap: 4px;
2102
+ }
2103
+
2104
+ .gap-x-2 {
2105
+ -moz-column-gap: 8px;
2106
+ column-gap: 8px;
2107
+ }
2108
+
2109
+ .self-center {
2110
+ align-self: center;
2111
+ }
2112
+
2113
+ .self-stretch {
2114
+ align-self: stretch;
2115
+ }
2116
+
2117
+ .overflow-auto {
2118
+ overflow: auto;
2119
+ }
2120
+
2121
+ .overflow-hidden {
2122
+ overflow: hidden;
2123
+ }
2124
+
2125
+ .overflow-scroll {
2126
+ overflow: scroll;
2127
+ }
2128
+
2129
+ .overflow-x-auto {
2130
+ overflow-x: auto;
2131
+ }
2132
+
2133
+ .overflow-x-hidden {
2134
+ overflow-x: hidden;
2135
+ }
2136
+
2137
+ .overflow-y-scroll {
2138
+ overflow-y: scroll;
2139
+ }
2140
+
2141
+ .overflow-ellipsis {
2142
+ text-overflow: ellipsis;
2143
+ }
2144
+
2145
+ .whitespace-nowrap {
2146
+ white-space: nowrap;
2147
+ }
2148
+
2149
+ .break-all {
2150
+ word-break: break-all;
2151
+ }
2152
+
2153
+ .rounded-xl {
2154
+ border-radius: 0.75rem;
2155
+ }
2156
+
2157
+ .rounded-3xl {
2158
+ border-radius: 1.5rem;
2159
+ }
2160
+
2161
+ .rounded-lg {
2162
+ border-radius: 0.5rem;
2163
+ }
2164
+
2165
+ .rounded {
2166
+ border-radius: 0.25rem;
2167
+ }
2168
+
2169
+ .rounded-full {
2170
+ border-radius: 9999px;
2171
+ }
2172
+
2173
+ .\!rounded-full {
2174
+ border-radius: 9999px !important;
2175
+ }
2176
+
2177
+ .rounded-2xl {
2178
+ border-radius: 1rem;
2179
+ }
2180
+
2181
+ .rounded-md {
2182
+ border-radius: 0.375rem;
2183
+ }
2184
+
2185
+ .\!rounded {
2186
+ border-radius: 0.25rem !important;
2187
+ }
2188
+
2189
+ .rounded-b-xl {
2190
+ border-bottom-right-radius: 0.75rem;
2191
+ border-bottom-left-radius: 0.75rem;
2192
+ }
2193
+
2194
+ .rounded-b-none {
2195
+ border-bottom-right-radius: 0px;
2196
+ border-bottom-left-radius: 0px;
2197
+ }
2198
+
2199
+ .rounded-l-lg {
2200
+ border-top-left-radius: 0.5rem;
2201
+ border-bottom-left-radius: 0.5rem;
2202
+ }
2203
+
2204
+ .rounded-r-lg {
2205
+ border-top-right-radius: 0.5rem;
2206
+ border-bottom-right-radius: 0.5rem;
2207
+ }
2208
+
2209
+ .rounded-br-lg {
2210
+ border-bottom-right-radius: 0.5rem;
2211
+ }
2212
+
2213
+ .rounded-bl-lg {
2214
+ border-bottom-left-radius: 0.5rem;
2215
+ }
2216
+
2217
+ .border {
2218
+ border-width: 1px;
2219
+ }
2220
+
2221
+ .border-2 {
2222
+ border-width: 2px;
2223
+ }
2224
+
2225
+ .\!border-0 {
2226
+ border-width: 0px !important;
2227
+ }
2228
+
2229
+ .border-b-0 {
2230
+ border-bottom-width: 0px;
2231
+ }
2232
+
2233
+ .border-r {
2234
+ border-right-width: 1px;
2235
+ }
2236
+
2237
+ .border-b {
2238
+ border-bottom-width: 1px;
2239
+ }
2240
+
2241
+ .border-t-0 {
2242
+ border-top-width: 0px;
2243
+ }
2244
+
2245
+ .border-l {
2246
+ border-left-width: 1px;
2247
+ }
2248
+
2249
+ .border-l-0 {
2250
+ border-left-width: 0px;
2251
+ }
2252
+
2253
+ .border-r-0 {
2254
+ border-right-width: 0px;
2255
+ }
2256
+
2257
+ .border-solid {
2258
+ border-style: solid;
2259
+ }
2260
+
2261
+ .border-dashed {
2262
+ border-style: dashed;
2263
+ }
2264
+
2265
+ .border-neutral-300 {
2266
+ --tw-border-opacity: 1;
2267
+ border-color: rgb(224 231 240 / var(--tw-border-opacity));
2268
+ }
2269
+
2270
+ .border-turquoise-300 {
2271
+ --tw-border-opacity: 1;
2272
+ border-color: rgb(39 222 191 / var(--tw-border-opacity));
2273
+ }
2274
+
2275
+ .border-transparent {
2276
+ border-color: transparent;
2277
+ }
2278
+
2279
+ .border-red-200 {
2280
+ --tw-border-opacity: 1;
2281
+ border-color: rgb(233 63 63 / var(--tw-border-opacity));
2282
+ }
2283
+
2284
+ .border-neutral-200 {
2285
+ --tw-border-opacity: 1;
2286
+ border-color: rgb(237 241 247 / var(--tw-border-opacity));
2287
+ }
2288
+
2289
+ .border-neutral-600 {
2290
+ --tw-border-opacity: 1;
2291
+ border-color: rgb(108 129 157 / var(--tw-border-opacity));
2292
+ }
2293
+
2294
+ .border-neutral-000 {
2295
+ --tw-border-opacity: 1;
2296
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
2297
+ }
2298
+
2299
+ .border-neutral-100 {
2300
+ --tw-border-opacity: 1;
2301
+ border-color: rgb(247 249 252 / var(--tw-border-opacity));
2302
+ }
2303
+
2304
+ .border-orange-200 {
2305
+ --tw-border-opacity: 1;
2306
+ border-color: rgb(235 125 50 / var(--tw-border-opacity));
2307
+ }
2308
+
2309
+ .border-orange-100 {
2310
+ --tw-border-opacity: 1;
2311
+ border-color: rgb(253 240 232 / var(--tw-border-opacity));
2312
+ }
2313
+
2314
+ .border-neutral-500 {
2315
+ --tw-border-opacity: 1;
2316
+ border-color: rgb(156 173 196 / var(--tw-border-opacity));
2317
+ }
2318
+
2319
+ .border-turquoise-200 {
2320
+ --tw-border-opacity: 1;
2321
+ border-color: rgb(193 244 233 / var(--tw-border-opacity));
2322
+ }
2323
+
2324
+ .border-lavender-100 {
2325
+ --tw-border-opacity: 1;
2326
+ border-color: rgb(240 240 255 / var(--tw-border-opacity));
2327
+ }
2328
+
2329
+ .border-violet-100 {
2330
+ --tw-border-opacity: 1;
2331
+ border-color: rgb(243 235 250 / var(--tw-border-opacity));
2332
+ }
2333
+
2334
+ .border-turquoise-100 {
2335
+ --tw-border-opacity: 1;
2336
+ border-color: rgb(233 252 248 / var(--tw-border-opacity));
2337
+ }
2338
+
2339
+ .border-blue-100 {
2340
+ --tw-border-opacity: 1;
2341
+ border-color: rgb(229 245 255 / var(--tw-border-opacity));
2342
+ }
2343
+
2344
+ .bg-neutral-100 {
2345
+ --tw-bg-opacity: 1;
2346
+ background-color: rgb(247 249 252 / var(--tw-bg-opacity));
2347
+ }
2348
+
2349
+ .bg-turquoise-200 {
2350
+ --tw-bg-opacity: 1;
2351
+ background-color: rgb(193 244 233 / var(--tw-bg-opacity));
2352
+ }
2353
+
2354
+ .bg-turquoise-300 {
2355
+ --tw-bg-opacity: 1;
2356
+ background-color: rgb(39 222 191 / var(--tw-bg-opacity));
2357
+ }
2358
+
2359
+ .bg-neutral-000 {
2360
+ --tw-bg-opacity: 1;
2361
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2362
+ }
2363
+
2364
+ .bg-neutral-200 {
2365
+ --tw-bg-opacity: 1;
2366
+ background-color: rgb(237 241 247 / var(--tw-bg-opacity));
2367
+ }
2368
+
2369
+ .bg-neutral-400 {
2370
+ --tw-bg-opacity: 1;
2371
+ background-color: rgb(195 207 223 / var(--tw-bg-opacity));
2372
+ }
2373
+
2374
+ .bg-transparent {
2375
+ background-color: transparent;
2376
+ }
2377
+
2378
+ .\!bg-transparent {
2379
+ background-color: transparent !important;
2380
+ }
2381
+
2382
+ .bg-green-600 {
2383
+ --tw-bg-opacity: 1;
2384
+ background-color: rgb(28 182 156 / var(--tw-bg-opacity));
2385
+ }
2386
+
2387
+ .bg-turquoise-100 {
2388
+ --tw-bg-opacity: 1;
2389
+ background-color: rgb(233 252 248 / var(--tw-bg-opacity));
2390
+ }
2391
+
2392
+ .bg-neutral-50 {
2393
+ --tw-bg-opacity: 1;
2394
+ background-color: rgb(251 252 254 / var(--tw-bg-opacity));
2395
+ }
2396
+
2397
+ .bg-neutral-500 {
2398
+ --tw-bg-opacity: 1;
2399
+ background-color: rgb(156 173 196 / var(--tw-bg-opacity));
2400
+ }
2401
+
2402
+ .bg-blue-100 {
2403
+ --tw-bg-opacity: 1;
2404
+ background-color: rgb(229 245 255 / var(--tw-bg-opacity));
2405
+ }
2406
+
2407
+ .bg-orange-100 {
2408
+ --tw-bg-opacity: 1;
2409
+ background-color: rgb(253 240 232 / var(--tw-bg-opacity));
2410
+ }
2411
+
2412
+ .bg-neutral-900 {
2413
+ --tw-bg-opacity: 1;
2414
+ background-color: rgb(13 27 46 / var(--tw-bg-opacity));
2415
+ }
2416
+
2417
+ .bg-violet-100 {
2418
+ --tw-bg-opacity: 1;
2419
+ background-color: rgb(243 235 250 / var(--tw-bg-opacity));
2420
+ }
2421
+
2422
+ .bg-lavender-100 {
2423
+ --tw-bg-opacity: 1;
2424
+ background-color: rgb(240 240 255 / var(--tw-bg-opacity));
2425
+ }
2426
+
2427
+ .bg-red-200 {
2428
+ --tw-bg-opacity: 1;
2429
+ background-color: rgb(233 63 63 / var(--tw-bg-opacity));
2430
+ }
2431
+
2432
+ .bg-orange-200 {
2433
+ --tw-bg-opacity: 1;
2434
+ background-color: rgb(235 125 50 / var(--tw-bg-opacity));
2435
+ }
2436
+
2437
+ .bg-turquoise-400 {
2438
+ --tw-bg-opacity: 1;
2439
+ background-color: rgb(31 204 175 / var(--tw-bg-opacity));
2440
+ }
2441
+
2442
+ .bg-opacity-5 {
2443
+ --tw-bg-opacity: 0.05;
2444
+ }
2445
+
2446
+ .bg-opacity-0 {
2447
+ --tw-bg-opacity: 0;
2448
+ }
2449
+
2450
+ .bg-opacity-100 {
2451
+ --tw-bg-opacity: 1;
2452
+ }
2453
+
2454
+ .bg-select-chevron {
2455
+ background-image: url(data:image/svg+xml,%3Csvg%20style%3D%22color%3A%20%239CA9C4%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33331%201L5.99998%206.33333L10.6666%201%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
2456
+ }
2457
+
2458
+ .bg-gradient-to-r {
2459
+ background-image: linear-gradient(to right, var(--tw-gradient-stops));
2460
+ }
2461
+
2462
+ .bg-gradient-to-l {
2463
+ background-image: linear-gradient(to left, var(--tw-gradient-stops));
2464
+ }
2465
+
2466
+ .bg-placeholder-card {
2467
+ background-image: url(data:image/svg+xml,%0A%20%20%20%20%20%20%20%20%20%20%3Csvg%20viewBox%3D%220%200%20330%2090%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2217%22%20y%3D%221%22%20width%3D%22293%22%20height%3D%2276%22%20rx%3D%2211%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2232%22%20y%3D%2220%22%20width%3D%22104%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2232%22%20y%3D%2248%22%20width%3D%22144%22%20height%3D%2210%22%20rx%3D%225%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%22243%22%20y%3D%2220%22%20width%3D%2254%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%23EDF0F7%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20vector-effect%3D%22non-scaling-stroke%22%20x%3D%2217%22%20y%3D%221%22%20width%3D%22293%22%20height%3D%2276%22%20rx%3D%2211%22%20stroke%3D%22%23EDF0F7%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E%0A%20%20%20%20%20%20%20%20);
2468
+ }
2469
+
2470
+ .bg-gradient-to-b {
2471
+ background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
2472
+ }
2473
+
2474
+ .bg-gradient-radial {
2475
+ background-image: radial-gradient(var(--tw-gradient-stops));
2476
+ }
2477
+
2478
+ .from-transparent {
2479
+ --tw-gradient-from: transparent;
2480
+ --tw-gradient-to: rgb(0 0 0 / 0);
2481
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2482
+ }
2483
+
2484
+ .from-blue-200 {
2485
+ --tw-gradient-from: #009BFF;
2486
+ --tw-gradient-to: rgb(0 155 255 / 0);
2487
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2488
+ }
2489
+
2490
+ .from-transparent-white {
2491
+ --tw-gradient-from: rgba(255,255,255,0);
2492
+ --tw-gradient-to: rgb(255 255 255 / 0);
2493
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2494
+ }
2495
+
2496
+ .from-neutral-000 {
2497
+ --tw-gradient-from: #FFFFFF;
2498
+ --tw-gradient-to: rgb(255 255 255 / 0);
2499
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2500
+ }
2501
+
2502
+ .to-neutral-000 {
2503
+ --tw-gradient-to: #FFFFFF;
2504
+ }
2505
+
2506
+ .to-neutral-50 {
2507
+ --tw-gradient-to: #FBFCFE;
2508
+ }
2509
+
2510
+ .to-turquoise-300 {
2511
+ --tw-gradient-to: #27DEBF;
2512
+ }
2513
+
2514
+ .to-transparent-white {
2515
+ --tw-gradient-to: rgba(255,255,255,0);
2516
+ }
2517
+
2518
+ .bg-200 {
2519
+ background-size: 200%;
2520
+ }
2521
+
2522
+ .bg-100 {
2523
+ background-size: 100%;
2524
+ }
2525
+
2526
+ .bg-right-2 {
2527
+ background-position: calc(100% - 8px) center;
2528
+ }
2529
+
2530
+ .bg-right-4 {
2531
+ background-position: calc(100% - 20px) center;
2532
+ }
2533
+
2534
+ .bg-left {
2535
+ background-position: left;
2536
+ }
2537
+
2538
+ .bg-no-repeat {
2539
+ background-repeat: no-repeat;
2540
+ }
2541
+
2542
+ .object-contain {
2543
+ -o-object-fit: contain;
2544
+ object-fit: contain;
2545
+ }
2546
+
2547
+ .p-4 {
2548
+ padding: 16px;
2549
+ }
2550
+
2551
+ .p-2 {
2552
+ padding: 8px;
2553
+ }
2554
+
2555
+ .p-6 {
2556
+ padding: 24px;
2557
+ }
2558
+
2559
+ .p-3 {
2560
+ padding: 12px;
2561
+ }
2562
+
2563
+ .p-1\.5 {
2564
+ padding: 6px;
2565
+ }
2566
+
2567
+ .p-1 {
2568
+ padding: 4px;
2569
+ }
2570
+
2571
+ .p-2\.5 {
2572
+ padding: 10px;
2573
+ }
2574
+
2575
+ .p-5 {
2576
+ padding: 20px;
2577
+ }
2578
+
2579
+ .p-8 {
2580
+ padding: 32px;
2581
+ }
2582
+
2583
+ .py-4 {
2584
+ padding-top: 16px;
2585
+ padding-bottom: 16px;
2586
+ }
2587
+
2588
+ .px-4 {
2589
+ padding-left: 16px;
2590
+ padding-right: 16px;
2591
+ }
2592
+
2593
+ .py-3\.25 {
2594
+ padding-top: 13px;
2595
+ padding-bottom: 13px;
2596
+ }
2597
+
2598
+ .py-3 {
2599
+ padding-top: 12px;
2600
+ padding-bottom: 12px;
2601
+ }
2602
+
2603
+ .py-2 {
2604
+ padding-top: 8px;
2605
+ padding-bottom: 8px;
2606
+ }
2607
+
2608
+ .px-2 {
2609
+ padding-left: 8px;
2610
+ padding-right: 8px;
2611
+ }
2612
+
2613
+ .py-1 {
2614
+ padding-top: 4px;
2615
+ padding-bottom: 4px;
2616
+ }
2617
+
2618
+ .px-3 {
2619
+ padding-left: 12px;
2620
+ padding-right: 12px;
2621
+ }
2622
+
2623
+ .py-2\.25 {
2624
+ padding-top: 9px;
2625
+ padding-bottom: 9px;
2626
+ }
2627
+
2628
+ .px-10 {
2629
+ padding-left: 40px;
2630
+ padding-right: 40px;
2631
+ }
2632
+
2633
+ .py-1\.75 {
2634
+ padding-top: 7px;
2635
+ padding-bottom: 7px;
2636
+ }
2637
+
2638
+ .px-8 {
2639
+ padding-left: 32px;
2640
+ padding-right: 32px;
2641
+ }
2642
+
2643
+ .px-1 {
2644
+ padding-left: 4px;
2645
+ padding-right: 4px;
2646
+ }
2647
+
2648
+ .py-2\.5 {
2649
+ padding-top: 10px;
2650
+ padding-bottom: 10px;
2651
+ }
2652
+
2653
+ .py-6 {
2654
+ padding-top: 24px;
2655
+ padding-bottom: 24px;
2656
+ }
2657
+
2658
+ .py-0 {
2659
+ padding-top: 0;
2660
+ padding-bottom: 0;
2661
+ }
2662
+
2663
+ .py-3\.5 {
2664
+ padding-top: 14px;
2665
+ padding-bottom: 14px;
2666
+ }
2667
+
2668
+ .px-2\.5 {
2669
+ padding-left: 10px;
2670
+ padding-right: 10px;
2671
+ }
2672
+
2673
+ .px-6 {
2674
+ padding-left: 24px;
2675
+ padding-right: 24px;
2676
+ }
2677
+
2678
+ .px-16 {
2679
+ padding-left: 64px;
2680
+ padding-right: 64px;
2681
+ }
2682
+
2683
+ .py-20 {
2684
+ padding-top: 80px;
2685
+ padding-bottom: 80px;
2686
+ }
2687
+
2688
+ .px-1\.5 {
2689
+ padding-left: 6px;
2690
+ padding-right: 6px;
2691
+ }
2692
+
2693
+ .py-8 {
2694
+ padding-top: 32px;
2695
+ padding-bottom: 32px;
2696
+ }
2697
+
2698
+ .py-5 {
2699
+ padding-top: 20px;
2700
+ padding-bottom: 20px;
2701
+ }
2702
+
2703
+ .pr-4 {
2704
+ padding-right: 16px;
2705
+ }
2706
+
2707
+ .pb-2 {
2708
+ padding-bottom: 8px;
2709
+ }
2710
+
2711
+ .pt-1 {
2712
+ padding-top: 4px;
2713
+ }
2714
+
2715
+ .pt-0\.5 {
2716
+ padding-top: 2px;
2717
+ }
2718
+
2719
+ .pt-0 {
2720
+ padding-top: 0;
2721
+ }
2722
+
2723
+ .\!pr-7 {
2724
+ padding-right: 28px !important;
2725
+ }
2726
+
2727
+ .pb-px {
2728
+ padding-bottom: 1px;
2729
+ }
2730
+
2731
+ .pl-2 {
2732
+ padding-left: 8px;
2733
+ }
2734
+
2735
+ .pl-4 {
2736
+ padding-left: 16px;
2737
+ }
2738
+
2739
+ .pr-3 {
2740
+ padding-right: 12px;
2741
+ }
2742
+
2743
+ .pr-12 {
2744
+ padding-right: 48px;
2745
+ }
2746
+
2747
+ .\!pr-0 {
2748
+ padding-right: 0 !important;
2749
+ }
2750
+
2751
+ .pt-2 {
2752
+ padding-top: 8px;
2753
+ }
2754
+
2755
+ .pb-1 {
2756
+ padding-bottom: 4px;
2757
+ }
2758
+
2759
+ .pr-1 {
2760
+ padding-right: 4px;
2761
+ }
2762
+
2763
+ .\!pr-12 {
2764
+ padding-right: 48px !important;
2765
+ }
2766
+
2767
+ .pb-30 {
2768
+ padding-bottom: 120px;
2769
+ }
2770
+
2771
+ .pb-20 {
2772
+ padding-bottom: 80px;
2773
+ }
2774
+
2775
+ .pt-18 {
2776
+ padding-top: 72px;
2777
+ }
2778
+
2779
+ .pb-6 {
2780
+ padding-bottom: 24px;
2781
+ }
2782
+
2783
+ .pl-6 {
2784
+ padding-left: 24px;
2785
+ }
2786
+
2787
+ .pr-20 {
2788
+ padding-right: 80px;
2789
+ }
2790
+
2791
+ .pt-10 {
2792
+ padding-top: 40px;
2793
+ }
2794
+
2795
+ .pb-18 {
2796
+ padding-bottom: 72px;
2797
+ }
2798
+
2799
+ .text-left {
2800
+ text-align: left;
2801
+ }
2802
+
2803
+ .text-center {
2804
+ text-align: center;
2805
+ }
2806
+
2807
+ .text-right {
2808
+ text-align: right;
2809
+ }
2810
+
2811
+ .align-middle {
2812
+ vertical-align: middle;
2813
+ }
2814
+
2815
+ .text-sm {
2816
+ font-size: 14px;
2817
+ }
2818
+
2819
+ .text-base {
2820
+ font-size: 16px;
2821
+ }
2822
+
2823
+ .font-bold {
2824
+ font-weight: 700;
2825
+ }
2826
+
2827
+ .uppercase {
2828
+ text-transform: uppercase;
2829
+ }
2830
+
2831
+ .lowercase {
2832
+ text-transform: lowercase;
2833
+ }
2834
+
2835
+ .capitalize {
2836
+ text-transform: capitalize;
2837
+ }
2838
+
2839
+ .italic {
2840
+ font-style: italic;
2841
+ }
2842
+
2843
+ .leading-unset {
2844
+ line-height: unset !important;
2845
+ }
2846
+
2847
+ .text-neutral-500 {
2848
+ --tw-text-opacity: 1;
2849
+ color: rgb(156 173 196 / var(--tw-text-opacity));
2850
+ }
2851
+
2852
+ .text-neutral-700 {
2853
+ --tw-text-opacity: 1;
2854
+ color: rgb(71 90 118 / var(--tw-text-opacity));
2855
+ }
2856
+
2857
+ .text-neutral-600 {
2858
+ --tw-text-opacity: 1;
2859
+ color: rgb(108 129 157 / var(--tw-text-opacity));
2860
+ }
2861
+
2862
+ .text-neutral-800 {
2863
+ --tw-text-opacity: 1;
2864
+ color: rgb(45 61 83 / var(--tw-text-opacity));
2865
+ }
2866
+
2867
+ .text-neutral-900 {
2868
+ --tw-text-opacity: 1;
2869
+ color: rgb(13 27 46 / var(--tw-text-opacity));
2870
+ }
2871
+
2872
+ .text-red-200 {
2873
+ --tw-text-opacity: 1;
2874
+ color: rgb(233 63 63 / var(--tw-text-opacity));
2875
+ }
2876
+
2877
+ .text-neutral-200 {
2878
+ --tw-text-opacity: 1;
2879
+ color: rgb(237 241 247 / var(--tw-text-opacity));
2880
+ }
2881
+
2882
+ .text-orange-200 {
2883
+ --tw-text-opacity: 1;
2884
+ color: rgb(235 125 50 / var(--tw-text-opacity));
2885
+ }
2886
+
2887
+ .text-turquoise-300 {
2888
+ --tw-text-opacity: 1;
2889
+ color: rgb(39 222 191 / var(--tw-text-opacity));
2890
+ }
2891
+
2892
+ .text-turquoise-400 {
2893
+ --tw-text-opacity: 1;
2894
+ color: rgb(31 204 175 / var(--tw-text-opacity));
2895
+ }
2896
+
2897
+ .text-turquoise-500 {
2898
+ --tw-text-opacity: 1;
2899
+ color: rgb(28 182 156 / var(--tw-text-opacity));
2900
+ }
2901
+
2902
+ .text-neutral-000 {
2903
+ --tw-text-opacity: 1;
2904
+ color: rgb(255 255 255 / var(--tw-text-opacity));
2905
+ }
2906
+
2907
+ .\!text-neutral-600 {
2908
+ --tw-text-opacity: 1 !important;
2909
+ color: rgb(108 129 157 / var(--tw-text-opacity)) !important;
2910
+ }
2911
+
2912
+ .text-green-600 {
2913
+ --tw-text-opacity: 1;
2914
+ color: rgb(28 182 156 / var(--tw-text-opacity));
2915
+ }
2916
+
2917
+ .text-green-400 {
2918
+ --tw-text-opacity: 1;
2919
+ color: rgb(39 222 191 / var(--tw-text-opacity));
2920
+ }
2921
+
2922
+ .text-neutral-400 {
2923
+ --tw-text-opacity: 1;
2924
+ color: rgb(195 207 223 / var(--tw-text-opacity));
2925
+ }
2926
+
2927
+ .text-lavender-200 {
2928
+ --tw-text-opacity: 1;
2929
+ color: rgb(127 131 255 / var(--tw-text-opacity));
2930
+ }
2931
+
2932
+ .text-violet-200 {
2933
+ --tw-text-opacity: 1;
2934
+ color: rgb(98 38 152 / var(--tw-text-opacity));
2935
+ }
2936
+
2937
+ .text-blue-200 {
2938
+ --tw-text-opacity: 1;
2939
+ color: rgb(0 155 255 / var(--tw-text-opacity));
2940
+ }
2941
+
2942
+ .text-green-500 {
2943
+ --tw-text-opacity: 1;
2944
+ color: rgb(31 204 175 / var(--tw-text-opacity));
2945
+ }
2946
+
2947
+ .underline {
2948
+ text-decoration-line: underline;
2949
+ }
2950
+
2951
+ .placeholder-neutral-600::-moz-placeholder {
2952
+ --tw-placeholder-opacity: 1;
2953
+ color: rgb(108 129 157 / var(--tw-placeholder-opacity));
2954
+ }
2955
+
2956
+ .placeholder-neutral-600::placeholder {
2957
+ --tw-placeholder-opacity: 1;
2958
+ color: rgb(108 129 157 / var(--tw-placeholder-opacity));
2959
+ }
2960
+
2961
+ .placeholder-neutral-400::-moz-placeholder {
2962
+ --tw-placeholder-opacity: 1;
2963
+ color: rgb(195 207 223 / var(--tw-placeholder-opacity));
2964
+ }
2965
+
2966
+ .placeholder-neutral-400::placeholder {
2967
+ --tw-placeholder-opacity: 1;
2968
+ color: rgb(195 207 223 / var(--tw-placeholder-opacity));
2969
+ }
2970
+
2971
+ .placeholder-neutral-300::-moz-placeholder {
2972
+ --tw-placeholder-opacity: 1;
2973
+ color: rgb(224 231 240 / var(--tw-placeholder-opacity));
2974
+ }
2975
+
2976
+ .placeholder-neutral-300::placeholder {
2977
+ --tw-placeholder-opacity: 1;
2978
+ color: rgb(224 231 240 / var(--tw-placeholder-opacity));
2979
+ }
2980
+
2981
+ .placeholder-neutral-500::-moz-placeholder {
2982
+ --tw-placeholder-opacity: 1;
2983
+ color: rgb(156 173 196 / var(--tw-placeholder-opacity));
2984
+ }
2985
+
2986
+ .placeholder-neutral-500::placeholder {
2987
+ --tw-placeholder-opacity: 1;
2988
+ color: rgb(156 173 196 / var(--tw-placeholder-opacity));
2989
+ }
2990
+
2991
+ .caret-turquoise-300 {
2992
+ caret-color: #27DEBF;
2993
+ }
2994
+
2995
+ .caret-lavender-300 {
2996
+ caret-color: #4D52FF;
2997
+ }
2998
+
2999
+ .opacity-100 {
3000
+ opacity: 1;
3001
+ }
3002
+
3003
+ .opacity-0 {
3004
+ opacity: 0;
3005
+ }
3006
+
3007
+ .opacity-10 {
3008
+ opacity: 0.1;
3009
+ }
3010
+
3011
+ .opacity-5 {
3012
+ opacity: 0.05;
3013
+ }
3014
+
3015
+ .opacity-20 {
3016
+ opacity: 0.2;
3017
+ }
3018
+
3019
+ .opacity-25 {
3020
+ opacity: 0.25;
3021
+ }
3022
+
3023
+ .opacity-30 {
3024
+ opacity: 0.3;
3025
+ }
3026
+
3027
+ .opacity-40 {
3028
+ opacity: 0.4;
3029
+ }
3030
+
3031
+ .opacity-50 {
3032
+ opacity: 0.5;
3033
+ }
3034
+
3035
+ .opacity-60 {
3036
+ opacity: 0.6;
3037
+ }
3038
+
3039
+ .opacity-70 {
3040
+ opacity: 0.7;
3041
+ }
3042
+
3043
+ .opacity-75 {
3044
+ opacity: 0.75;
3045
+ }
3046
+
3047
+ .opacity-80 {
3048
+ opacity: 0.8;
3049
+ }
3050
+
3051
+ .opacity-90 {
3052
+ opacity: 0.9;
3053
+ }
3054
+
3055
+ .opacity-95 {
3056
+ opacity: 0.95;
3057
+ }
3058
+
3059
+ .shadow-card {
3060
+ --tw-shadow: 0px 4px 8px 0px #0C1B3A0D;
3061
+ --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
3062
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3063
+ }
3064
+
3065
+ .shadow {
3066
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3067
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
3068
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3069
+ }
3070
+
3071
+ .shadow-a {
3072
+ --tw-shadow: 0px 12px 12px 0px rgba(237, 241, 247, 0.5), 0px 4px 8px 0px rgba(237, 241, 247, 1);
3073
+ --tw-shadow-colored: 0px 12px 12px 0px var(--tw-shadow-color), 0px 4px 8px 0px var(--tw-shadow-color);
3074
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3075
+ }
3076
+
3077
+ .shadow-2xl {
3078
+ --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
3079
+ --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
3080
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3081
+ }
3082
+
3083
+ .shadow-c {
3084
+ --tw-shadow: 0px -4px 24px rgba(13, 27, 46, 0.1);
3085
+ --tw-shadow-colored: 0px -4px 24px var(--tw-shadow-color);
3086
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3087
+ }
3088
+
3089
+ .shadow-popover {
3090
+ --tw-shadow: 0px 2px 4px rgba(13, 27, 46, 0.1);
3091
+ --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
3092
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3093
+ }
3094
+
3095
+ .outline-none {
3096
+ outline: 2px solid transparent;
3097
+ outline-offset: 2px;
3098
+ }
3099
+
3100
+ .outline {
3101
+ outline-style: solid;
3102
+ }
3103
+
3104
+ .ring-1 {
3105
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3106
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3107
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3108
+ }
3109
+
3110
+ .ring-2 {
3111
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3112
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3113
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3114
+ }
3115
+
3116
+ .ring-inset {
3117
+ --tw-ring-inset: inset;
3118
+ }
3119
+
3120
+ .ring-red-200 {
3121
+ --tw-ring-opacity: 1;
3122
+ --tw-ring-color: rgb(233 63 63 / var(--tw-ring-opacity));
3123
+ }
3124
+
3125
+ .ring-neutral-200 {
3126
+ --tw-ring-opacity: 1;
3127
+ --tw-ring-color: rgb(237 241 247 / var(--tw-ring-opacity));
3128
+ }
3129
+
3130
+ .ring-neutral-000 {
3131
+ --tw-ring-opacity: 1;
3132
+ --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
3133
+ }
3134
+
3135
+ .ring-turquoise-300 {
3136
+ --tw-ring-opacity: 1;
3137
+ --tw-ring-color: rgb(39 222 191 / var(--tw-ring-opacity));
3138
+ }
3139
+
3140
+ .ring-turquoise-100 {
3141
+ --tw-ring-opacity: 1;
3142
+ --tw-ring-color: rgb(233 252 248 / var(--tw-ring-opacity));
3143
+ }
3144
+
3145
+ .blur {
3146
+ --tw-blur: blur(8px);
3147
+ 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);
3148
+ }
3149
+
3150
+ .filter {
3151
+ 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);
3152
+ }
3153
+
3154
+ .transition-transform {
3155
+ transition-property: transform;
3156
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3157
+ transition-duration: 150ms;
3158
+ }
3159
+
3160
+ .transition-colors {
3161
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
3162
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3163
+ transition-duration: 150ms;
3164
+ }
3165
+
3166
+ .transition-all {
3167
+ transition-property: all;
3168
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3169
+ transition-duration: 150ms;
3170
+ }
3171
+
3172
+ .transition-width {
3173
+ transition-property: width;
3174
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3175
+ transition-duration: 150ms;
3176
+ }
3177
+
3178
+ .transition {
3179
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
3180
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
3181
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
3182
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3183
+ transition-duration: 150ms;
3184
+ }
3185
+
3186
+ .duration-100 {
3187
+ transition-duration: 100ms;
3188
+ }
3189
+
3190
+ .duration-300 {
3191
+ transition-duration: 300ms;
3192
+ }
3193
+
3194
+ .duration-3000 {
3195
+ transition-duration: 3000ms;
3196
+ }
3197
+
3198
+ .ease-in {
3199
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3200
+ }
3201
+
3202
+ .ease-in-out {
3203
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3204
+ }
3205
+
3206
+ .caret-lavender-300 {
3207
+ caret-color: #4D52FF;
3208
+ }
3209
+
3210
+ .caret-turquoise-300 {
3211
+ caret-color: #27DEBF;
3212
+ }
3213
+
3214
+ body.full-screen-modal-visible #root {
3215
+ display: none;
3216
+ }
3217
+
3218
+ body.full-screen-modal-visible .full-screen-modal {
3219
+ display: none;
3220
+ }
3221
+
3222
+ body.full-screen-modal-visible .full-screen-modal:last-child {
3223
+ display: block;
3224
+ }
3225
+
3226
+ input,
3227
+ textarea {
3228
+ -webkit-appearance: none;
3229
+ }
3230
+
3231
+ #modals {
3232
+ top: 0px;
3233
+ left: 0px;
3234
+ position: absolute;
3235
+ z-index: 99999;
3236
+ }
3237
+
3238
+ .h-vvp {
3239
+ height: var(--100vvh, 100vh);
3240
+ }
3241
+
3242
+ .min-h-vvp {
3243
+ min-height: var(--100vvh, 100vh);
3244
+ }
3245
+
3246
+ .w-vvp {
3247
+ width: var(--100vvw, 100vw);
3248
+ }
3249
+
3250
+ .min-w-vvp {
3251
+ min-width: var(--100vv2, 100vw);
3252
+ }
3253
+
3254
+ .bottom-vvp {
3255
+ bottom: var(--offset-h, 0);
3256
+ }
3257
+
3258
+ .touch-actions-none {
3259
+ touch-action: none;
3260
+ }
3261
+
3262
+ @supports (-webkit-touch-callout: none) {
3263
+ .h-vvp {
3264
+ height: var(--100vvh, -webkit-fill-available);
3265
+ }
3266
+
3267
+ .min-h-vvp {
3268
+ min-height: var(--100vvh, -webkit-fill-available);
3269
+ }
3270
+ }
3271
+
3272
+ .slick-slider,
3273
+ .slick-track,
3274
+ .slick-list,
3275
+ .slick-slide {
3276
+ min-height: 100%;
3277
+ }
3278
+
3279
+ .icon-stroke-sm path {
3280
+ stroke-width: 1.5px !important;
3281
+ }
3282
+
3283
+ .icon-stroke-md path {
3284
+ stroke-width: 2px !important;
3285
+ }
3286
+
3287
+ .icon-stroke-lg path {
3288
+ stroke-width: 3px !important;
3289
+ }
3290
+
3291
+ /*
3292
+ Modified version of toast CSS to match designs
3293
+ ========
3294
+ */
3295
+
3296
+ :root {
3297
+ --toastify-color-light: #fff;
3298
+ --toastify-color-dark: #121212;
3299
+ --toastify-color-info: #ffffff;
3300
+ --toastify-color-info-border: #e0e7f0;
3301
+ --toastify-color-success: #e9fcf8;
3302
+ --toastify-color-success-border: #c1f4e9;
3303
+ --toastify-color-warning: #fdf0e8;
3304
+ --toastify-color-warning-border: #f4b88f;
3305
+ --toastify-color-error: #ffe5f4;
3306
+ --toastify-color-error-border: #f5a3b1;
3307
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
3308
+ --toastify-icon-color-info: var(--toastify-color-info-border);
3309
+ --toastify-icon-color-success: var(--toastify-color-success-border);
3310
+ --toastify-icon-color-warning: var(--toastify-color-warning-border);
3311
+ --toastify-icon-color-error: var(--toastify-color-error-border);
3312
+ --toastify-toast-width: 100%;
3313
+ --toastify-toast-max-width: 440px;
3314
+ --toastify-toast-min-height: 64px;
3315
+ --toastify-toast-max-height: 128px;
3316
+ --toastify-z-index: 9999;
3317
+ --toastify-text-color-light: #0d1b2e;
3318
+ --toastify-text-color-dark: #fff;
3319
+ --toastify-text-color-info: #0d1b2e;
3320
+ --toastify-text-color-success: #0d1b2e;
3321
+ --toastify-text-color-warning: #0d1b2e;
3322
+ --toastify-text-color-error: #0d1b2e;
3323
+ --toastify-spinner-color: #616161;
3324
+ --toastify-spinner-color-empty-area: #e0e0e0;
3325
+ --toastify-color-progress-light: linear-gradient(to right, #7f83ff, #27debf);
3326
+ --toastify-color-progress-dark: #bb86fc;
3327
+ --toastify-color-progress-info: var(--toastify-color-info-border);
3328
+ --toastify-color-progress-success: var(--toastify-color-success-border);
3329
+ --toastify-color-progress-warning: var(--toastify-color-warning-border);
3330
+ --toastify-color-progress-error: var(--toastify-color-error-border);
3331
+ }
3332
+
3333
+ .Toastify__toast-container {
3334
+ z-index: var(--toastify-z-index);
3335
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
3336
+ position: fixed;
3337
+ width: var(--toastify-toast-width);
3338
+ max-width: var(--toastify-toast-max-width);
3339
+ box-sizing: border-box;
3340
+ }
3341
+
3342
+ .Toastify__toast-container--top-left {
3343
+ top: 1em;
3344
+ left: 1em;
3345
+ }
3346
+
3347
+ .Toastify__toast-container--top-center {
3348
+ top: 1em;
3349
+ left: 50%;
3350
+ transform: translateX(-50%);
3351
+ }
3352
+
3353
+ .Toastify__toast-container--top-right {
3354
+ top: 1em;
3355
+ right: 1em;
3356
+ }
3357
+
3358
+ .Toastify__toast-container--bottom-left {
3359
+ bottom: 1em;
3360
+ left: 1em;
3361
+ }
3362
+
3363
+ .Toastify__toast-container--bottom-center {
3364
+ bottom: 1em;
3365
+ left: 50%;
3366
+ transform: translateX(-50%);
3367
+ }
3368
+
3369
+ .Toastify__toast-container--bottom-right {
3370
+ bottom: 1em;
3371
+ right: 1em;
3372
+ }
3373
+
3374
+ @media only screen and (max-width: 480px) {
3375
+ .Toastify__toast-container {
3376
+ width: 100vw;
3377
+ padding: 0;
3378
+ left: 0;
3379
+ margin: 0;
3380
+ }
3381
+
3382
+ .Toastify__toast-container--top-left,
3383
+ .Toastify__toast-container--top-center,
3384
+ .Toastify__toast-container--top-right {
3385
+ top: 0;
3386
+ transform: translateX(0);
3387
+ }
3388
+
3389
+ .Toastify__toast-container--bottom-left,
3390
+ .Toastify__toast-container--bottom-center,
3391
+ .Toastify__toast-container--bottom-right {
3392
+ bottom: 0;
3393
+ transform: translateX(0);
3394
+ }
3395
+
3396
+ .Toastify__toast-container--rtl {
3397
+ right: 0;
3398
+ left: initial;
3399
+ }
3400
+ }
3401
+
3402
+ .Toastify__toast {
3403
+ position: relative;
3404
+ min-height: var(--toastify-toast-min-height);
3405
+ box-sizing: border-box;
3406
+ margin-bottom: 1rem;
3407
+ padding: 16px;
3408
+ border-radius: 12px;
3409
+ border-width: 1px;
3410
+ display: flex;
3411
+ justify-content: space-between;
3412
+ max-height: var(--toastify-toast-max-height);
3413
+ overflow: hidden;
3414
+ cursor: pointer;
3415
+ direction: ltr;
3416
+ }
3417
+
3418
+ .Toastify__toast--rtl {
3419
+ direction: rtl;
3420
+ }
3421
+
3422
+ .Toastify__toast-body {
3423
+ margin: auto 0;
3424
+ flex: 1 1 auto;
3425
+ display: flex;
3426
+ align-items: center;
3427
+ }
3428
+
3429
+ .Toastify__toast-body > div:last-child {
3430
+ flex: 1;
3431
+ }
3432
+
3433
+ .Toastify__toast-icon {
3434
+ -webkit-margin-end: 10px;
3435
+ margin-inline-end: 10px;
3436
+ width: 20px;
3437
+ flex-shrink: 0;
3438
+ display: flex;
3439
+ }
3440
+
3441
+ .Toastify--animate {
3442
+ animation-fill-mode: both;
3443
+ animation-duration: 0.7s;
3444
+ }
3445
+
3446
+ .Toastify--animate-icon {
3447
+ animation-fill-mode: both;
3448
+ animation-duration: 0.3s;
3449
+ }
3450
+
3451
+ @media only screen and (max-width: 480px) {
3452
+ .Toastify__toast {
3453
+ margin-bottom: 0;
3454
+ border-radius: 0;
3455
+ }
3456
+ }
3457
+
3458
+ .Toastify__toast-theme--dark {
3459
+ background: var(--toastify-color-dark);
3460
+ color: var(--toastify-text-color-dark);
3461
+ border-color: var(--toastify-text-color-dark);
3462
+ }
3463
+
3464
+ .Toastify__toast-theme--light {
3465
+ background: var(--toastify-color-light);
3466
+ color: var(--toastify-text-color-light);
3467
+ border-color: var(--toastify-text-color-light);
3468
+ }
3469
+
3470
+ .Toastify__toast-theme--colored.Toastify__toast--default {
3471
+ background: var(--toastify-color-light);
3472
+ color: var(--toastify-text-color-light);
3473
+ border-color: var(--toastify-text-color-light);
3474
+ }
3475
+
3476
+ .Toastify__toast-theme--colored.Toastify__toast--info {
3477
+ color: var(--toastify-text-color-info);
3478
+ background: var(--toastify-color-info);
3479
+ border-color: var(--toastify-color-info-border);
3480
+ }
3481
+
3482
+ .Toastify__toast-theme--colored.Toastify__toast--success {
3483
+ color: var(--toastify-text-color-success);
3484
+ background: var(--toastify-color-success);
3485
+ border-color: var(--toastify-color-success-border);
3486
+ }
3487
+
3488
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
3489
+ color: var(--toastify-text-color-warning);
3490
+ background: var(--toastify-color-warning);
3491
+ border-color: var(--toastify-color-warning-border);
3492
+ }
3493
+
3494
+ .Toastify__toast-theme--colored.Toastify__toast--error {
3495
+ color: var(--toastify-text-color-error);
3496
+ background: var(--toastify-color-error);
3497
+ border-color: var(--toastify-color-error-border);
3498
+ }
3499
+
3500
+ .Toastify__progress-bar-theme--light {
3501
+ background: var(--toastify-color-progress-light);
3502
+ }
3503
+
3504
+ .Toastify__progress-bar-theme--dark {
3505
+ background: var(--toastify-color-progress-dark);
3506
+ }
3507
+
3508
+ .Toastify__progress-bar--info {
3509
+ background: var(--toastify-color-progress-info);
3510
+ }
3511
+
3512
+ .Toastify__progress-bar--success {
3513
+ background: var(--toastify-color-progress-success);
3514
+ }
3515
+
3516
+ .Toastify__progress-bar--warning {
3517
+ background: var(--toastify-color-progress-warning);
3518
+ }
3519
+
3520
+ .Toastify__progress-bar--error {
3521
+ background: var(--toastify-color-progress-error);
3522
+ }
3523
+
3524
+ /* .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
3525
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
3526
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
3527
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
3528
+ background: var(--toastify-color-transparent);
3529
+ } */
3530
+
3531
+ .Toastify__close-button {
3532
+ color: #fff;
3533
+ background: transparent;
3534
+ outline: none;
3535
+ border: none;
3536
+ padding: 0;
3537
+ cursor: pointer;
3538
+ opacity: 0.7;
3539
+ transition: 0.3s ease;
3540
+ align-self: flex-start;
3541
+ }
3542
+
3543
+ .Toastify__close-button--light {
3544
+ color: #000;
3545
+ opacity: 0.3;
3546
+ }
3547
+
3548
+ .Toastify__close-button > svg {
3549
+ fill: currentColor;
3550
+ height: 16px;
3551
+ width: 14px;
3552
+ }
3553
+
3554
+ .Toastify__close-button:hover,
3555
+ .Toastify__close-button:focus {
3556
+ opacity: 1;
3557
+ }
3558
+
3559
+ @keyframes Toastify__trackProgress {
3560
+ 0% {
3561
+ transform: scaleX(1);
3562
+ }
3563
+
3564
+ 100% {
3565
+ transform: scaleX(0);
3566
+ }
3567
+ }
3568
+
3569
+ .Toastify__progress-bar {
3570
+ position: absolute;
3571
+ bottom: 0;
3572
+ left: 0;
3573
+ width: 100%;
3574
+ height: 4px;
3575
+ z-index: var(--toastify-z-index);
3576
+ transform-origin: left;
3577
+ }
3578
+
3579
+ .Toastify__progress-bar--animated {
3580
+ animation: Toastify__trackProgress linear 1 forwards;
3581
+ }
3582
+
3583
+ .Toastify__progress-bar--controlled {
3584
+ transition: transform 0.2s;
3585
+ }
3586
+
3587
+ .Toastify__progress-bar--rtl {
3588
+ right: 0;
3589
+ left: initial;
3590
+ transform-origin: right;
3591
+ }
3592
+
3593
+ .Toastify__spinner {
3594
+ width: 20px;
3595
+ height: 20px;
3596
+ box-sizing: border-box;
3597
+ border: 2px solid;
3598
+ border-radius: 100%;
3599
+ border-color: var(--toastify-spinner-color-empty-area);
3600
+ border-right-color: var(--toastify-spinner-color);
3601
+ animation: Toastify__spin 0.65s linear infinite;
3602
+ }
3603
+
3604
+ @keyframes Toastify__bounceInRight {
3605
+ from,
3606
+ 60%,
3607
+ 75%,
3608
+ 90%,
3609
+ to {
3610
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3611
+ }
3612
+
3613
+ from {
3614
+ opacity: 0;
3615
+ transform: translate3d(3000px, 0, 0);
3616
+ }
3617
+
3618
+ 60% {
3619
+ opacity: 1;
3620
+ transform: translate3d(-25px, 0, 0);
3621
+ }
3622
+
3623
+ 75% {
3624
+ transform: translate3d(10px, 0, 0);
3625
+ }
3626
+
3627
+ 90% {
3628
+ transform: translate3d(-5px, 0, 0);
3629
+ }
3630
+
3631
+ to {
3632
+ transform: none;
3633
+ }
3634
+ }
3635
+
3636
+ @keyframes Toastify__bounceOutRight {
3637
+ 20% {
3638
+ opacity: 1;
3639
+ transform: translate3d(-20px, 0, 0);
3640
+ }
3641
+
3642
+ to {
3643
+ opacity: 0;
3644
+ transform: translate3d(2000px, 0, 0);
3645
+ }
3646
+ }
3647
+
3648
+ @keyframes Toastify__bounceInLeft {
3649
+ from,
3650
+ 60%,
3651
+ 75%,
3652
+ 90%,
3653
+ to {
3654
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3655
+ }
3656
+
3657
+ 0% {
3658
+ opacity: 0;
3659
+ transform: translate3d(-3000px, 0, 0);
3660
+ }
3661
+
3662
+ 60% {
3663
+ opacity: 1;
3664
+ transform: translate3d(25px, 0, 0);
3665
+ }
3666
+
3667
+ 75% {
3668
+ transform: translate3d(-10px, 0, 0);
3669
+ }
3670
+
3671
+ 90% {
3672
+ transform: translate3d(5px, 0, 0);
3673
+ }
3674
+
3675
+ to {
3676
+ transform: none;
3677
+ }
3678
+ }
3679
+
3680
+ @keyframes Toastify__bounceOutLeft {
3681
+ 20% {
3682
+ opacity: 1;
3683
+ transform: translate3d(20px, 0, 0);
3684
+ }
3685
+
3686
+ to {
3687
+ opacity: 0;
3688
+ transform: translate3d(-2000px, 0, 0);
3689
+ }
3690
+ }
3691
+
3692
+ @keyframes Toastify__bounceInUp {
3693
+ from,
3694
+ 60%,
3695
+ 75%,
3696
+ 90%,
3697
+ to {
3698
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3699
+ }
3700
+
3701
+ from {
3702
+ opacity: 0;
3703
+ transform: translate3d(0, 3000px, 0);
3704
+ }
3705
+
3706
+ 60% {
3707
+ opacity: 1;
3708
+ transform: translate3d(0, -20px, 0);
3709
+ }
3710
+
3711
+ 75% {
3712
+ transform: translate3d(0, 10px, 0);
3713
+ }
3714
+
3715
+ 90% {
3716
+ transform: translate3d(0, -5px, 0);
3717
+ }
3718
+
3719
+ to {
3720
+ transform: translate3d(0, 0, 0);
3721
+ }
3722
+ }
3723
+
3724
+ @keyframes Toastify__bounceOutUp {
3725
+ 20% {
3726
+ transform: translate3d(0, -10px, 0);
3727
+ }
3728
+
3729
+ 40%,
3730
+ 45% {
3731
+ opacity: 1;
3732
+ transform: translate3d(0, 20px, 0);
3733
+ }
3734
+
3735
+ to {
3736
+ opacity: 0;
3737
+ transform: translate3d(0, -2000px, 0);
3738
+ }
3739
+ }
3740
+
3741
+ @keyframes Toastify__bounceInDown {
3742
+ from,
3743
+ 60%,
3744
+ 75%,
3745
+ 90%,
3746
+ to {
3747
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
3748
+ }
3749
+
3750
+ 0% {
3751
+ opacity: 0;
3752
+ transform: translate3d(0, -3000px, 0);
3753
+ }
3754
+
3755
+ 60% {
3756
+ opacity: 1;
3757
+ transform: translate3d(0, 25px, 0);
3758
+ }
3759
+
3760
+ 75% {
3761
+ transform: translate3d(0, -10px, 0);
3762
+ }
3763
+
3764
+ 90% {
3765
+ transform: translate3d(0, 5px, 0);
3766
+ }
3767
+
3768
+ to {
3769
+ transform: none;
3770
+ }
3771
+ }
3772
+
3773
+ @keyframes Toastify__bounceOutDown {
3774
+ 20% {
3775
+ transform: translate3d(0, 10px, 0);
3776
+ }
3777
+
3778
+ 40%,
3779
+ 45% {
3780
+ opacity: 1;
3781
+ transform: translate3d(0, -20px, 0);
3782
+ }
3783
+
3784
+ to {
3785
+ opacity: 0;
3786
+ transform: translate3d(0, 2000px, 0);
3787
+ }
3788
+ }
3789
+
3790
+ .Toastify__bounce-enter--top-left,
3791
+ .Toastify__bounce-enter--bottom-left {
3792
+ animation-name: Toastify__bounceInLeft;
3793
+ }
3794
+
3795
+ .Toastify__bounce-enter--top-right,
3796
+ .Toastify__bounce-enter--bottom-right {
3797
+ animation-name: Toastify__bounceInRight;
3798
+ }
3799
+
3800
+ .Toastify__bounce-enter--top-center {
3801
+ animation-name: Toastify__bounceInDown;
3802
+ }
3803
+
3804
+ .Toastify__bounce-enter--bottom-center {
3805
+ animation-name: Toastify__bounceInUp;
3806
+ }
3807
+
3808
+ .Toastify__bounce-exit--top-left,
3809
+ .Toastify__bounce-exit--bottom-left {
3810
+ animation-name: Toastify__bounceOutLeft;
3811
+ }
3812
+
3813
+ .Toastify__bounce-exit--top-right,
3814
+ .Toastify__bounce-exit--bottom-right {
3815
+ animation-name: Toastify__bounceOutRight;
3816
+ }
3817
+
3818
+ .Toastify__bounce-exit--top-center {
3819
+ animation-name: Toastify__bounceOutUp;
3820
+ }
3821
+
3822
+ .Toastify__bounce-exit--bottom-center {
3823
+ animation-name: Toastify__bounceOutDown;
3824
+ }
3825
+
3826
+ @keyframes Toastify__zoomIn {
3827
+ from {
3828
+ opacity: 0;
3829
+ transform: scale3d(0.3, 0.3, 0.3);
3830
+ }
3831
+
3832
+ 50% {
3833
+ opacity: 1;
3834
+ }
3835
+ }
3836
+
3837
+ @keyframes Toastify__zoomOut {
3838
+ from {
3839
+ opacity: 1;
3840
+ }
3841
+
3842
+ 50% {
3843
+ opacity: 0;
3844
+ transform: scale3d(0.3, 0.3, 0.3);
3845
+ }
3846
+
3847
+ to {
3848
+ opacity: 0;
3849
+ }
3850
+ }
3851
+
3852
+ .Toastify__zoom-enter {
3853
+ animation-name: Toastify__zoomIn;
3854
+ }
3855
+
3856
+ .Toastify__zoom-exit {
3857
+ animation-name: Toastify__zoomOut;
3858
+ }
3859
+
3860
+ @keyframes Toastify__flipIn {
3861
+ from {
3862
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
3863
+ animation-timing-function: ease-in;
3864
+ opacity: 0;
3865
+ }
3866
+
3867
+ 40% {
3868
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
3869
+ animation-timing-function: ease-in;
3870
+ }
3871
+
3872
+ 60% {
3873
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
3874
+ opacity: 1;
3875
+ }
3876
+
3877
+ 80% {
3878
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
3879
+ }
3880
+
3881
+ to {
3882
+ transform: perspective(400px);
3883
+ }
3884
+ }
3885
+
3886
+ @keyframes Toastify__flipOut {
3887
+ from {
3888
+ transform: perspective(400px);
3889
+ }
3890
+
3891
+ 30% {
3892
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
3893
+ opacity: 1;
3894
+ }
3895
+
3896
+ to {
3897
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
3898
+ opacity: 0;
3899
+ }
3900
+ }
3901
+
3902
+ .Toastify__flip-enter {
3903
+ animation-name: Toastify__flipIn;
3904
+ }
3905
+
3906
+ .Toastify__flip-exit {
3907
+ animation-name: Toastify__flipOut;
3908
+ }
3909
+
3910
+ @keyframes Toastify__slideInRight {
3911
+ from {
3912
+ transform: translate3d(110%, 0, 0);
3913
+ visibility: visible;
3914
+ }
3915
+
3916
+ to {
3917
+ transform: translate3d(0, 0, 0);
3918
+ }
3919
+ }
3920
+
3921
+ @keyframes Toastify__slideInLeft {
3922
+ from {
3923
+ transform: translate3d(-110%, 0, 0);
3924
+ visibility: visible;
3925
+ }
3926
+
3927
+ to {
3928
+ transform: translate3d(0, 0, 0);
3929
+ }
3930
+ }
3931
+
3932
+ @keyframes Toastify__slideInUp {
3933
+ from {
3934
+ transform: translate3d(0, 110%, 0);
3935
+ visibility: visible;
3936
+ }
3937
+
3938
+ to {
3939
+ transform: translate3d(0, 0, 0);
3940
+ }
3941
+ }
3942
+
3943
+ @keyframes Toastify__slideInDown {
3944
+ from {
3945
+ transform: translate3d(0, -110%, 0);
3946
+ visibility: visible;
3947
+ }
3948
+
3949
+ to {
3950
+ transform: translate3d(0, 0, 0);
3951
+ }
3952
+ }
3953
+
3954
+ @keyframes Toastify__slideOutRight {
3955
+ from {
3956
+ transform: translate3d(0, 0, 0);
3957
+ }
3958
+
3959
+ to {
3960
+ visibility: hidden;
3961
+ transform: translate3d(110%, 0, 0);
3962
+ }
3963
+ }
3964
+
3965
+ @keyframes Toastify__slideOutLeft {
3966
+ from {
3967
+ transform: translate3d(0, 0, 0);
3968
+ }
3969
+
3970
+ to {
3971
+ visibility: hidden;
3972
+ transform: translate3d(-110%, 0, 0);
3973
+ }
3974
+ }
3975
+
3976
+ @keyframes Toastify__slideOutDown {
3977
+ from {
3978
+ transform: translate3d(0, 0, 0);
3979
+ }
3980
+
3981
+ to {
3982
+ visibility: hidden;
3983
+ transform: translate3d(0, 500px, 0);
3984
+ }
3985
+ }
3986
+
3987
+ @keyframes Toastify__slideOutUp {
3988
+ from {
3989
+ transform: translate3d(0, 0, 0);
3990
+ }
3991
+
3992
+ to {
3993
+ visibility: hidden;
3994
+ transform: translate3d(0, -500px, 0);
3995
+ }
3996
+ }
3997
+
3998
+ .Toastify__slide-enter--top-left,
3999
+ .Toastify__slide-enter--bottom-left {
4000
+ animation-name: Toastify__slideInLeft;
4001
+ }
4002
+
4003
+ .Toastify__slide-enter--top-right,
4004
+ .Toastify__slide-enter--bottom-right {
4005
+ animation-name: Toastify__slideInRight;
4006
+ }
4007
+
4008
+ .Toastify__slide-enter--top-center {
4009
+ animation-name: Toastify__slideInDown;
4010
+ }
4011
+
4012
+ .Toastify__slide-enter--bottom-center {
4013
+ animation-name: Toastify__slideInUp;
4014
+ }
4015
+
4016
+ .Toastify__slide-exit--top-left,
4017
+ .Toastify__slide-exit--bottom-left {
4018
+ animation-name: Toastify__slideOutLeft;
4019
+ }
4020
+
4021
+ .Toastify__slide-exit--top-right,
4022
+ .Toastify__slide-exit--bottom-right {
4023
+ animation-name: Toastify__slideOutRight;
4024
+ }
4025
+
4026
+ .Toastify__slide-exit--top-center {
4027
+ animation-name: Toastify__slideOutUp;
4028
+ }
4029
+
4030
+ .Toastify__slide-exit--bottom-center {
4031
+ animation-name: Toastify__slideOutDown;
4032
+ }
4033
+
4034
+ @keyframes Toastify__spin {
4035
+ from {
4036
+ transform: rotate(0deg);
4037
+ }
4038
+
4039
+ to {
4040
+ transform: rotate(360deg);
4041
+ }
4042
+ }
4043
+
4044
+ @keyframes react-loading-skeleton {
4045
+ 100% {
4046
+ transform: translateX(100%);
4047
+ }
4048
+ }
4049
+
4050
+ .react-loading-skeleton {
4051
+ --base-color: #ebebeb;
4052
+ --highlight-color: #f5f5f5;
4053
+ --animation-duration: 1.5s;
4054
+ --animation-direction: normal;
4055
+ --pseudo-element-display: block;
4056
+ /* Enable animation */
4057
+ background-color: var(--base-color);
4058
+ width: 100%;
4059
+ border-radius: 0.25rem;
4060
+ display: inline-flex;
4061
+ line-height: 1;
4062
+ position: relative;
4063
+ overflow: hidden;
4064
+ z-index: 1;
4065
+ /* Necessary for overflow: hidden to work correctly in Safari */
4066
+ }
4067
+
4068
+ .react-loading-skeleton::after {
4069
+ content: " ";
4070
+ display: var(--pseudo-element-display);
4071
+ position: absolute;
4072
+ top: 0;
4073
+ left: 0;
4074
+ right: 0;
4075
+ height: 100%;
4076
+ background-repeat: no-repeat;
4077
+ background-image: linear-gradient(
4078
+ 90deg,
4079
+ var(--base-color),
4080
+ var(--highlight-color),
4081
+ var(--base-color)
4082
+ );
4083
+ transform: translateX(-100%);
4084
+ animation-name: react-loading-skeleton;
4085
+ animation-direction: var(--animation-direction);
4086
+ animation-duration: var(--animation-duration);
4087
+ animation-timing-function: ease-in-out;
4088
+ animation-iteration-count: infinite;
4089
+ }
4090
+
4091
+ input[type="range"] {
4092
+ -webkit-appearance: none;
4093
+ -moz-appearance: none;
4094
+ appearance: none;
4095
+ background: linear-gradient(
4096
+ to right,
4097
+ transparent 10px,
4098
+ #1cb69c 10px,
4099
+ #1cb69c 50%,
4100
+ #e0e7f0 50%,
4101
+ #e0e7f0 calc(100% - 10px),
4102
+ transparent calc(100% - 10px)
4103
+ );
4104
+ cursor: pointer;
4105
+ width: 100%;
4106
+ height: 4px;
4107
+ margin-top: 8px;
4108
+ margin-bottom: 8px;
4109
+ z-index: 10;
4110
+ }
4111
+
4112
+ input[type="range"]::-webkit-slider-thumb {
4113
+ -webkit-appearance: none;
4114
+ appearance: none;
4115
+ height: 20px;
4116
+ width: 20px;
4117
+ border-radius: 100%;
4118
+ border: 2px solid #fff;
4119
+ background-color: #1cb69c;
4120
+ }
4121
+
4122
+ .first\:left-0:first-child {
4123
+ left: 0;
4124
+ }
4125
+
4126
+ .first\:mb-1:first-child {
4127
+ margin-bottom: 4px;
4128
+ }
4129
+
4130
+ .first\:mt-2:first-child {
4131
+ margin-top: 8px;
4132
+ }
4133
+
4134
+ .first\:ml-0:first-child {
4135
+ margin-left: 0;
4136
+ }
4137
+
4138
+ .first\:rounded-t-lg:first-child {
4139
+ border-top-left-radius: 0.5rem;
4140
+ border-top-right-radius: 0.5rem;
4141
+ }
4142
+
4143
+ .first\:rounded-l-lg:first-child {
4144
+ border-top-left-radius: 0.5rem;
4145
+ border-bottom-left-radius: 0.5rem;
4146
+ }
4147
+
4148
+ .first\:border-l:first-child {
4149
+ border-left-width: 1px;
4150
+ }
4151
+
4152
+ .first\:text-left:first-child {
4153
+ text-align: left;
4154
+ }
4155
+
4156
+ .first\:text-neutral-500:first-child {
4157
+ --tw-text-opacity: 1;
4158
+ color: rgb(156 173 196 / var(--tw-text-opacity));
4159
+ }
4160
+
4161
+ .first\:text-orange-200:first-child {
4162
+ --tw-text-opacity: 1;
4163
+ color: rgb(235 125 50 / var(--tw-text-opacity));
4164
+ }
4165
+
4166
+ .last\:right-0:last-child {
4167
+ right: 0;
4168
+ }
4169
+
4170
+ .last\:mr-0:last-child {
4171
+ margin-right: 0;
4172
+ }
4173
+
4174
+ .last\:mt-1:last-child {
4175
+ margin-top: 4px;
4176
+ }
4177
+
4178
+ .last\:mb-2:last-child {
4179
+ margin-bottom: 8px;
4180
+ }
4181
+
4182
+ .last\:rounded-b-lg:last-child {
4183
+ border-bottom-right-radius: 0.5rem;
4184
+ border-bottom-left-radius: 0.5rem;
4185
+ }
4186
+
4187
+ .last\:rounded-r-lg:last-child {
4188
+ border-top-right-radius: 0.5rem;
4189
+ border-bottom-right-radius: 0.5rem;
4190
+ }
4191
+
4192
+ .last\:border-0:last-child {
4193
+ border-width: 0px;
4194
+ }
4195
+
4196
+ .last\:border-b:last-child {
4197
+ border-bottom-width: 1px;
4198
+ }
4199
+
4200
+ .last\:text-right:last-child {
4201
+ text-align: right;
4202
+ }
4203
+
4204
+ .last\:text-neutral-500:last-child {
4205
+ --tw-text-opacity: 1;
4206
+ color: rgb(156 173 196 / var(--tw-text-opacity));
4207
+ }
4208
+
4209
+ .last\:text-orange-200:last-child {
4210
+ --tw-text-opacity: 1;
4211
+ color: rgb(235 125 50 / var(--tw-text-opacity));
4212
+ }
4213
+
4214
+ .checked\:translate-x-5:checked {
4215
+ --tw-translate-x: 20px;
4216
+ 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));
4217
+ }
4218
+
4219
+ .checked\:translate-x-4:checked {
4220
+ --tw-translate-x: 16px;
4221
+ 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));
4222
+ }
4223
+
4224
+ .focus-within\:border:focus-within {
4225
+ border-width: 1px;
4226
+ }
4227
+
4228
+ .focus-within\:border-turquoise-300:focus-within {
4229
+ --tw-border-opacity: 1;
4230
+ border-color: rgb(39 222 191 / var(--tw-border-opacity));
4231
+ }
4232
+
4233
+ .focus-within\:bg-neutral-000:focus-within {
4234
+ --tw-bg-opacity: 1;
4235
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
4236
+ }
4237
+
4238
+ .focus-within\:px-2:focus-within {
4239
+ padding-left: 8px;
4240
+ padding-right: 8px;
4241
+ }
4242
+
4243
+ .focus-within\:outline-none:focus-within {
4244
+ outline: 2px solid transparent;
4245
+ outline-offset: 2px;
4246
+ }
4247
+
4248
+ .hover\:bg-neutral-100:hover {
4249
+ --tw-bg-opacity: 1;
4250
+ background-color: rgb(247 249 252 / var(--tw-bg-opacity));
4251
+ }
4252
+
4253
+ .hover\:bg-turquoise-300:hover {
4254
+ --tw-bg-opacity: 1;
4255
+ background-color: rgb(39 222 191 / var(--tw-bg-opacity));
4256
+ }
4257
+
4258
+ .hover\:bg-neutral-200:hover {
4259
+ --tw-bg-opacity: 1;
4260
+ background-color: rgb(237 241 247 / var(--tw-bg-opacity));
4261
+ }
4262
+
4263
+ .hover\:bg-neutral-50:hover {
4264
+ --tw-bg-opacity: 1;
4265
+ background-color: rgb(251 252 254 / var(--tw-bg-opacity));
4266
+ }
4267
+
4268
+ .hover\:bg-blue-100:hover {
4269
+ --tw-bg-opacity: 1;
4270
+ background-color: rgb(229 245 255 / var(--tw-bg-opacity));
4271
+ }
4272
+
4273
+ .hover\:bg-turquoise-400:hover {
4274
+ --tw-bg-opacity: 1;
4275
+ background-color: rgb(31 204 175 / var(--tw-bg-opacity));
4276
+ }
4277
+
4278
+ .hover\:bg-turquoise-200:hover {
4279
+ --tw-bg-opacity: 1;
4280
+ background-color: rgb(193 244 233 / var(--tw-bg-opacity));
4281
+ }
4282
+
4283
+ .hover\:bg-right:hover {
4284
+ background-position: right;
4285
+ }
4286
+
4287
+ .hover\:text-turquoise-300:hover {
4288
+ --tw-text-opacity: 1;
4289
+ color: rgb(39 222 191 / var(--tw-text-opacity));
4290
+ }
4291
+
4292
+ .hover\:text-neutral-700:hover {
4293
+ --tw-text-opacity: 1;
4294
+ color: rgb(71 90 118 / var(--tw-text-opacity));
4295
+ }
4296
+
4297
+ .hover\:text-neutral-600:hover {
4298
+ --tw-text-opacity: 1;
4299
+ color: rgb(108 129 157 / var(--tw-text-opacity));
4300
+ }
4301
+
4302
+ .hover\:text-turquoise-500:hover {
4303
+ --tw-text-opacity: 1;
4304
+ color: rgb(28 182 156 / var(--tw-text-opacity));
4305
+ }
4306
+
4307
+ .hover\:text-lavender-300:hover {
4308
+ --tw-text-opacity: 1;
4309
+ color: rgb(77 82 255 / var(--tw-text-opacity));
4310
+ }
4311
+
4312
+ .hover\:text-turquoise-400:hover {
4313
+ --tw-text-opacity: 1;
4314
+ color: rgb(31 204 175 / var(--tw-text-opacity));
4315
+ }
4316
+
4317
+ .hover\:opacity-100:hover {
4318
+ opacity: 1;
4319
+ }
4320
+
4321
+ .hover\:ring-neutral-300:hover {
4322
+ --tw-ring-opacity: 1;
4323
+ --tw-ring-color: rgb(224 231 240 / var(--tw-ring-opacity));
4324
+ }
4325
+
4326
+ .focus\:relative:focus {
4327
+ position: relative;
4328
+ }
4329
+
4330
+ .focus\:h-auto:focus {
4331
+ height: auto;
4332
+ }
4333
+
4334
+ .focus\:border:focus {
4335
+ border-width: 1px;
4336
+ }
4337
+
4338
+ .focus\:border-turquoise-300:focus {
4339
+ --tw-border-opacity: 1;
4340
+ border-color: rgb(39 222 191 / var(--tw-border-opacity));
4341
+ }
4342
+
4343
+ .focus\:bg-neutral-000:focus {
4344
+ --tw-bg-opacity: 1;
4345
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
4346
+ }
4347
+
4348
+ .focus\:bg-select-chevron-active:focus {
4349
+ background-image: url(data:image/svg+xml,%3Csvg%20style%3D%22color%3A%20%2327DEBF%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.33331%207.00002L5.99998%201.66669L10.6666%207.00002%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
4350
+ }
4351
+
4352
+ .focus\:px-2:focus {
4353
+ padding-left: 8px;
4354
+ padding-right: 8px;
4355
+ }
4356
+
4357
+ .focus\:opacity-100:focus {
4358
+ opacity: 1;
4359
+ }
4360
+
4361
+ .focus\:outline-none:focus {
4362
+ outline: 2px solid transparent;
4363
+ outline-offset: 2px;
4364
+ }
4365
+
4366
+ .active\:bg-neutral-100:active {
4367
+ --tw-bg-opacity: 1;
4368
+ background-color: rgb(247 249 252 / var(--tw-bg-opacity));
4369
+ }
4370
+
4371
+ .active\:bg-turquoise-400:active {
4372
+ --tw-bg-opacity: 1;
4373
+ background-color: rgb(31 204 175 / var(--tw-bg-opacity));
4374
+ }
4375
+
4376
+ .active\:bg-turquoise-200:active {
4377
+ --tw-bg-opacity: 1;
4378
+ background-color: rgb(193 244 233 / var(--tw-bg-opacity));
4379
+ }
4380
+
4381
+ .active\:bg-neutral-300:active {
4382
+ --tw-bg-opacity: 1;
4383
+ background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4384
+ }
4385
+
4386
+ .active\:text-neutral-700:active {
4387
+ --tw-text-opacity: 1;
4388
+ color: rgb(71 90 118 / var(--tw-text-opacity));
4389
+ }
4390
+
4391
+ .disabled\:bg-neutral-400:disabled {
4392
+ --tw-bg-opacity: 1;
4393
+ background-color: rgb(195 207 223 / var(--tw-bg-opacity));
4394
+ }
4395
+
4396
+ .disabled\:bg-neutral-300:disabled {
4397
+ --tw-bg-opacity: 1;
4398
+ background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4399
+ }
4400
+
4401
+ .disabled\:bg-none:disabled {
4402
+ background-image: none;
4403
+ }
4404
+
4405
+ .disabled\:text-neutral-000:disabled {
4406
+ --tw-text-opacity: 1;
4407
+ color: rgb(255 255 255 / var(--tw-text-opacity));
4408
+ }
4409
+
4410
+ .disabled\:text-neutral-400:disabled {
4411
+ --tw-text-opacity: 1;
4412
+ color: rgb(195 207 223 / var(--tw-text-opacity));
4413
+ }
4414
+
4415
+ .disabled\:opacity-25:disabled {
4416
+ opacity: 0.25;
4417
+ }
4418
+
4419
+ .disabled\:ring-neutral-100:disabled {
4420
+ --tw-ring-opacity: 1;
4421
+ --tw-ring-color: rgb(247 249 252 / var(--tw-ring-opacity));
4422
+ }
4423
+
4424
+ .group:hover .group-hover\:block {
4425
+ display: block;
4426
+ }
4427
+
4428
+ .invalid\:text-neutral-400:invalid {
4429
+ --tw-text-opacity: 1;
4430
+ color: rgb(195 207 223 / var(--tw-text-opacity));
4431
+ }
4432
+
4433
+ input:checked ~ .label-checked\:border-transparent {
4434
+ border-color: transparent;
4435
+ }
4436
+
4437
+ input:checked ~ .label-checked\:bg-turquoise-300 {
4438
+ --tw-bg-opacity: 1;
4439
+ background-color: rgb(39 222 191 / var(--tw-bg-opacity));
4440
+ }
4441
+
4442
+ input[type="checkbox"][disabled]:checked ~ .label-checked-disabled\:bg-neutral-300 {
4443
+ --tw-bg-opacity: 1;
4444
+ background-color: rgb(224 231 240 / var(--tw-bg-opacity));
4445
+ }
4446
+
4447
+ :focus-within > .field-focus\:hidden {
4448
+ display: none;
4449
+ }
4450
+
4451
+ .group:active .group-active\:ring-neutral-100 {
4452
+ --tw-ring-opacity: 1;
4453
+ --tw-ring-color: rgb(247 249 252 / var(--tw-ring-opacity));
4454
+ }
4455
+
4456
+ .group:active .group-active\:ring-turquoise-400 {
4457
+ --tw-ring-opacity: 1;
4458
+ --tw-ring-color: rgb(31 204 175 / var(--tw-ring-opacity));
4459
+ }
4460
+
4461
+ .group:active .group-active\:ring-turquoise-200 {
4462
+ --tw-ring-opacity: 1;
4463
+ --tw-ring-color: rgb(193 244 233 / var(--tw-ring-opacity));
4464
+ }
4465
+
4466
+ .group:active .group-active\:ring-neutral-300 {
4467
+ --tw-ring-opacity: 1;
4468
+ --tw-ring-color: rgb(224 231 240 / var(--tw-ring-opacity));
4469
+ }
4470
+
4471
+ .sibling\:ml-2 + * {
4472
+ margin-left: 8px;
4473
+ }
4474
+
4475
+ @media (min-width: 768px) {
4476
+ .md\:-bottom-18 {
4477
+ bottom: -72px;
4478
+ }
4479
+
4480
+ .md\:text-14-22 {
4481
+ font-weight: 400;
4482
+ font-size: 14px;
4483
+ line-height: 22px;
4484
+ }
4485
+
4486
+ .md\:text-13-14 {
4487
+ font-weight: 400;
4488
+ font-size: 13px;
4489
+ line-height: 14px;
4490
+ }
4491
+
4492
+ .md\:mx-20 {
4493
+ margin-left: 80px;
4494
+ margin-right: 80px;
4495
+ }
4496
+
4497
+ .md\:-mt-8 {
4498
+ margin-top: -32px;
4499
+ }
4500
+
4501
+ .md\:block {
4502
+ display: block;
4503
+ }
4504
+
4505
+ .md\:text-style-g-em {
4506
+ font-weight: 600;
4507
+ font-size: 14px;
4508
+ line-height: 22px;
4509
+ }
4510
+
4511
+ .md\:hidden {
4512
+ display: none;
4513
+ }
4514
+
4515
+ .md\:h-auto {
4516
+ height: auto;
4517
+ }
4518
+
4519
+ .md\:min-h-6 {
4520
+ min-height: 24px;
4521
+ }
4522
+
4523
+ .md\:w-auto {
4524
+ width: auto;
4525
+ }
4526
+
4527
+ .md\:min-w-96 {
4528
+ min-width: 384px;
4529
+ }
4530
+
4531
+ .md\:min-w-20 {
4532
+ min-width: 80px;
4533
+ }
4534
+
4535
+ .md\:flex-row {
4536
+ flex-direction: row;
4537
+ }
4538
+
4539
+ .md\:border-r {
4540
+ border-right-width: 1px;
4541
+ }
4542
+
4543
+ .md\:py-1\.5 {
4544
+ padding-top: 6px;
4545
+ padding-bottom: 6px;
4546
+ }
4547
+
4548
+ .md\:py-1 {
4549
+ padding-top: 4px;
4550
+ padding-bottom: 4px;
4551
+ }
4552
+
4553
+ .md\:pb-0 {
4554
+ padding-bottom: 0;
4555
+ }
4556
+
4557
+ .md\:pt-1 {
4558
+ padding-top: 4px;
4559
+ }
4560
+
4561
+ .md\:pl-4 {
4562
+ padding-left: 16px;
4563
+ }
4564
+
4565
+ .md\:pt-px {
4566
+ padding-top: 1px;
4567
+ }
4568
+
4569
+ .md\:text-sm {
4570
+ font-size: 14px;
4571
+ }
4572
+
4573
+ .md\:hover\:bg-neutral-200:hover {
4574
+ --tw-bg-opacity: 1;
4575
+ background-color: rgb(237 241 247 / var(--tw-bg-opacity));
4576
+ }
4577
+ }
4578
+
4579
+ @media (min-width: 1024px) {
4580
+ .lg\:mx-50 {
4581
+ margin-left: 200px;
4582
+ margin-right: 200px;
4583
+ }
4584
+
4585
+ .lg\:mr-8 {
4586
+ margin-right: 32px;
4587
+ }
4588
+
4589
+ .lg\:flex {
4590
+ display: flex;
4591
+ }
4592
+
4593
+ .lg\:hidden {
4594
+ display: none;
4595
+ }
4596
+
4597
+ .lg\:flex-1 {
4598
+ flex: 1 1 0%;
4599
+ }
4600
+
4601
+ .lg\:flex-col {
4602
+ flex-direction: column;
4603
+ }
4604
+
4605
+ .lg\:px-8 {
4606
+ padding-left: 32px;
4607
+ padding-right: 32px;
4608
+ }
4609
+
4610
+ .lg\:px-38 {
4611
+ padding-left: 152px;
4612
+ padding-right: 152px;
4613
+ }
4614
+ }
4615
+
4616
+ @media (min-width: 1280px) {
4617
+ .xl\:mx-0 {
4618
+ margin-left: 0;
4619
+ margin-right: 0;
4620
+ }
4621
+
4622
+ .xl\:mr-16 {
4623
+ margin-right: 64px;
4624
+ }
4625
+
4626
+ .xl\:px-16 {
4627
+ padding-left: 64px;
4628
+ padding-right: 64px;
4629
+ }
4630
+ }
4631
+
4632
+ @media (min-width: 1440px) {
4633
+ .desktop\:max-w-none {
4634
+ max-width: none;
4635
+ }
4636
+
4637
+ .desktop\:px-36 {
4638
+ padding-left: 144px;
4639
+ padding-right: 144px;
4640
+ }
4641
+ }
4642
+
4643
+ @media (min-width: 1536px) {
4644
+ .\32xl\:mx-80 {
4645
+ margin-left: 320px;
4646
+ margin-right: 320px;
4647
+ }
4648
+
4649
+ .\32xl\:max-w-screen-2xl {
4650
+ max-width: 1536px;
4651
+ }
4652
+
4653
+ .\32xl\:px-52 {
4654
+ padding-left: 208px;
4655
+ padding-right: 208px;
4656
+ }
4657
+ }