@digigov/css 2.0.0-b3ec0588 → 2.0.0-b4cd6916

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 (132) hide show
  1. package/defaultTheme/accordion.json +8 -0
  2. package/defaultTheme/brandConfig.json +14 -2
  3. package/defaultTheme/button.json +16 -3
  4. package/defaultTheme/card.json +16 -5
  5. package/defaultTheme/form.json +117 -0
  6. package/defaultTheme/globals.json +11 -1
  7. package/defaultTheme/index.js +1 -1
  8. package/defaultTheme/layout.json +55 -0
  9. package/defaultTheme/misc.json +20 -0
  10. package/defaultTheme/panel.json +5 -0
  11. package/defaultTheme/typography.json +12 -12
  12. package/dist/base/index.css +1 -1
  13. package/dist/base.js +1 -1
  14. package/dist/components.js +1 -1
  15. package/dist/digigov.css +3 -3
  16. package/dist/utilities/index.css +1 -1
  17. package/dist/utilities.js +1 -1
  18. package/package.json +10 -6
  19. package/postcss.config.js +1 -0
  20. package/src/base/base.css +1 -1
  21. package/src/base/index.css +5 -5
  22. package/src/components/accordion.css +61 -54
  23. package/src/components/admin-header.css +2 -19
  24. package/src/components/admin-layout.css +13 -22
  25. package/src/components/autocomplete.css +89 -46
  26. package/src/components/back-to-top.css +3 -4
  27. package/src/components/blockquote.common.css +14 -0
  28. package/src/components/blockquote.css +9 -0
  29. package/src/components/blockquote.native.css +11 -0
  30. package/src/components/bottom-info.css +2 -1
  31. package/src/components/breadcrumbs.css +17 -8
  32. package/src/components/button.common.css +62 -0
  33. package/src/components/button.css +57 -71
  34. package/src/components/button.native.css +56 -0
  35. package/src/components/card.common.css +33 -0
  36. package/src/components/card.css +65 -52
  37. package/src/components/card.native.css +29 -0
  38. package/src/components/checkboxes.common.css +16 -0
  39. package/src/components/checkboxes.css +26 -31
  40. package/src/components/checkboxes.native.css +28 -0
  41. package/src/components/chip.css +28 -29
  42. package/src/components/code.css +127 -0
  43. package/src/components/components.css +2 -2
  44. package/src/components/copy-to-clipboard.css +27 -26
  45. package/src/components/copy-to-clipboard.native.css +28 -0
  46. package/src/components/details.common.css +26 -0
  47. package/src/components/details.css +14 -15
  48. package/src/components/details.native.css +26 -0
  49. package/src/components/dev-theme.css +2 -3
  50. package/src/components/drawer.css +47 -48
  51. package/src/components/dropdown.common.css +23 -0
  52. package/src/components/dropdown.css +57 -48
  53. package/src/components/dropdown.native.css +28 -0
  54. package/src/components/experimental.css +12 -12
  55. package/src/components/fillable.css +5 -5
  56. package/src/components/filter.css +14 -19
  57. package/src/components/footer.css +35 -21
  58. package/src/components/form.common.css +82 -0
  59. package/src/components/form.css +86 -48
  60. package/src/components/form.native.css +133 -0
  61. package/src/components/full-page-background.css +1 -1
  62. package/src/components/header.common.css +36 -0
  63. package/src/components/header.css +44 -43
  64. package/src/components/header.native.css +34 -0
  65. package/src/components/hidden.css +17 -17
  66. package/src/components/index.css +49 -47
  67. package/src/components/kitchensink.css +33 -33
  68. package/src/components/layout.common.css +36 -0
  69. package/src/components/layout.css +40 -41
  70. package/src/components/layout.native.css +39 -0
  71. package/src/components/loader.css +28 -28
  72. package/src/components/masthead.css +56 -55
  73. package/src/components/misc.css +37 -15
  74. package/src/components/modal.common.css +17 -0
  75. package/src/components/modal.css +31 -20
  76. package/src/components/modal.native.css +18 -0
  77. package/src/components/nav.common.css +22 -0
  78. package/src/components/nav.css +72 -67
  79. package/src/components/nav.native.css +41 -0
  80. package/src/components/notification-banner.common.css +46 -0
  81. package/src/components/notification-banner.css +23 -19
  82. package/src/components/notification-banner.native.css +42 -0
  83. package/src/components/pagination.css +30 -31
  84. package/src/components/panel.common.css +30 -0
  85. package/src/components/panel.css +10 -18
  86. package/src/components/panel.native.css +20 -0
  87. package/src/components/phase-banner.common.css +23 -0
  88. package/src/components/phase-banner.css +11 -10
  89. package/src/components/phase-banner.native.css +31 -0
  90. package/src/components/radios.common.css +16 -0
  91. package/src/components/radios.css +27 -30
  92. package/src/components/radios.native.css +24 -0
  93. package/src/components/skeleton.css +85 -0
  94. package/src/components/skiplink.css +2 -2
  95. package/src/components/stack.css +63 -63
  96. package/src/components/stepnav.css +35 -32
  97. package/src/components/summary-list.common.css +92 -0
  98. package/src/components/summary-list.css +101 -30
  99. package/src/components/summary-list.native.css +93 -0
  100. package/src/components/svg-icons.common.css +56 -0
  101. package/src/components/svg-icons.css +78 -77
  102. package/src/components/svg-icons.native.css +55 -0
  103. package/src/components/table.css +163 -182
  104. package/src/components/tabs.css +52 -67
  105. package/src/components/task-list.css +28 -23
  106. package/src/components/test.css +7 -0
  107. package/src/components/timeline.css +20 -18
  108. package/src/components/typography.common.css +138 -0
  109. package/src/components/typography.css +104 -177
  110. package/src/components/typography.native.css +97 -0
  111. package/src/components/warning-text.common.css +23 -0
  112. package/src/components/warning-text.css +11 -8
  113. package/src/components/warning-text.native.css +22 -0
  114. package/src/index.native.css +21 -0
  115. package/src/pages/index.js +1 -1
  116. package/src/utilities/gap.css +141 -0
  117. package/src/utilities/index.css +6 -585
  118. package/src/utilities/index.native.css +6 -0
  119. package/src/utilities/layout.css +231 -0
  120. package/src/utilities/layout.native.css +278 -0
  121. package/src/utilities/margin.css +4299 -0
  122. package/src/utilities/padding.css +4299 -0
  123. package/src/utilities/print.css +11 -0
  124. package/src/utilities/utilities.css +3 -1251
  125. package/tailwind.config.js +2 -0
  126. package/defaultTheme/footer.json +0 -8
  127. package/src/pages/admin-filtering-data.js +0 -160
  128. package/src/pages/admin.js +0 -61
  129. package/src/pages/dropdown.js +0 -249
  130. package/src/pages/form.js +0 -400
  131. package/src/pages/pagination.js +0 -124
  132. package/src/pages/table.js +0 -308
@@ -0,0 +1,4299 @@
1
+ .ds-p-0 {
2
+ @apply p-0 !important;
3
+ }
4
+ .ds-p-1 {
5
+ @apply p-1 !important;
6
+ }
7
+ .ds-p-2 {
8
+ @apply p-2 !important;
9
+ }
10
+ .ds-p-3 {
11
+ @apply p-3 !important;
12
+ }
13
+ .ds-p-4 {
14
+ @apply p-4 !important;
15
+ }
16
+ .ds-p-5 {
17
+ @apply p-5 !important;
18
+ }
19
+ .ds-p-6 {
20
+ @apply p-6 !important;
21
+ }
22
+ .ds-p-7 {
23
+ @apply p-7 !important;
24
+ }
25
+ .ds-p-8 {
26
+ @apply p-8 !important;
27
+ }
28
+ .ds-p-9 {
29
+ @apply p-9 !important;
30
+ }
31
+ .ds-p-10 {
32
+ @apply p-10 !important;
33
+ }
34
+ .ds-p-11 {
35
+ @apply p-11 !important;
36
+ }
37
+ .ds-p-12 {
38
+ @apply p-12 !important;
39
+ }
40
+ .ds-p-14 {
41
+ @apply p-14 !important;
42
+ }
43
+ .ds-p-16 {
44
+ @apply p-16 !important;
45
+ }
46
+ .ds-p-20 {
47
+ @apply p-20 !important;
48
+ }
49
+ .ds-p-24 {
50
+ @apply p-24 !important;
51
+ }
52
+ .ds-p-28 {
53
+ @apply p-28 !important;
54
+ }
55
+ .ds-p-32 {
56
+ @apply p-32 !important;
57
+ }
58
+ .ds-p-36 {
59
+ @apply p-36 !important;
60
+ }
61
+ .ds-p-40 {
62
+ @apply p-40 !important;
63
+ }
64
+ .ds-p-44 {
65
+ @apply p-44 !important;
66
+ }
67
+ .ds-p-48 {
68
+ @apply p-48 !important;
69
+ }
70
+ .ds-p-52 {
71
+ @apply p-52 !important;
72
+ }
73
+ .ds-p-56 {
74
+ @apply p-56 !important;
75
+ }
76
+ .ds-p-60 {
77
+ @apply p-60 !important;
78
+ }
79
+ .ds-p-64 {
80
+ @apply p-64 !important;
81
+ }
82
+ .ds-p-72 {
83
+ @apply p-72 !important;
84
+ }
85
+ .ds-p-80 {
86
+ @apply p-80 !important;
87
+ }
88
+ .ds-p-96 {
89
+ @apply p-96 !important;
90
+ }
91
+ .ds-p-px {
92
+ @apply p-px !important;
93
+ }
94
+ .ds-p-0\.5 {
95
+ @apply p-0.5 !important;
96
+ }
97
+ .ds-p-1\.5 {
98
+ @apply p-1.5 !important;
99
+ }
100
+ .ds-p-2\.5 {
101
+ @apply p-2.5 !important;
102
+ }
103
+ .ds-p-3\.5 {
104
+ @apply p-3.5 !important;
105
+ }
106
+ .ds-pt-0 {
107
+ @apply pt-0 !important;
108
+ }
109
+ .ds-pt-1 {
110
+ @apply pt-1 !important;
111
+ }
112
+ .ds-pt-2 {
113
+ @apply pt-2 !important;
114
+ }
115
+ .ds-pt-3 {
116
+ @apply pt-3 !important;
117
+ }
118
+ .ds-pt-4 {
119
+ @apply pt-4 !important;
120
+ }
121
+ .ds-pt-5 {
122
+ @apply pt-5 !important;
123
+ }
124
+ .ds-pt-6 {
125
+ @apply pt-6 !important;
126
+ }
127
+ .ds-pt-7 {
128
+ @apply pt-7 !important;
129
+ }
130
+ .ds-pt-8 {
131
+ @apply pt-8 !important;
132
+ }
133
+ .ds-pt-9 {
134
+ @apply pt-9 !important;
135
+ }
136
+ .ds-pt-10 {
137
+ @apply pt-10 !important;
138
+ }
139
+ .ds-pt-11 {
140
+ @apply pt-11 !important;
141
+ }
142
+ .ds-pt-12 {
143
+ @apply pt-12 !important;
144
+ }
145
+ .ds-pt-14 {
146
+ @apply pt-14 !important;
147
+ }
148
+ .ds-pt-16 {
149
+ @apply pt-16 !important;
150
+ }
151
+ .ds-pt-20 {
152
+ @apply pt-20 !important;
153
+ }
154
+ .ds-pt-24 {
155
+ @apply pt-24 !important;
156
+ }
157
+ .ds-pt-28 {
158
+ @apply pt-28 !important;
159
+ }
160
+ .ds-pt-32 {
161
+ @apply pt-32 !important;
162
+ }
163
+ .ds-pt-36 {
164
+ @apply pt-36 !important;
165
+ }
166
+ .ds-pt-40 {
167
+ @apply pt-40 !important;
168
+ }
169
+ .ds-pt-44 {
170
+ @apply pt-44 !important;
171
+ }
172
+ .ds-pt-48 {
173
+ @apply pt-48 !important;
174
+ }
175
+ .ds-pt-52 {
176
+ @apply pt-52 !important;
177
+ }
178
+ .ds-pt-56 {
179
+ @apply pt-56 !important;
180
+ }
181
+ .ds-pt-60 {
182
+ @apply pt-60 !important;
183
+ }
184
+ .ds-pt-64 {
185
+ @apply pt-64 !important;
186
+ }
187
+ .ds-pt-72 {
188
+ @apply pt-72 !important;
189
+ }
190
+ .ds-pt-80 {
191
+ @apply pt-80 !important;
192
+ }
193
+ .ds-pt-96 {
194
+ @apply pt-96 !important;
195
+ }
196
+ .ds-pt-px {
197
+ @apply pt-px !important;
198
+ }
199
+ .ds-pt-0\.5 {
200
+ @apply pt-0.5 !important;
201
+ }
202
+ .ds-pt-1\.5 {
203
+ @apply pt-1.5 !important;
204
+ }
205
+ .ds-pt-2\.5 {
206
+ @apply pt-2.5 !important;
207
+ }
208
+ .ds-pt-3\.5 {
209
+ @apply pt-3.5 !important;
210
+ }
211
+ .ds-pr-0 {
212
+ @apply pr-0 !important;
213
+ }
214
+ .ds-pr-1 {
215
+ @apply pr-1 !important;
216
+ }
217
+ .ds-pr-2 {
218
+ @apply pr-2 !important;
219
+ }
220
+ .ds-pr-3 {
221
+ @apply pr-3 !important;
222
+ }
223
+ .ds-pr-4 {
224
+ @apply pr-4 !important;
225
+ }
226
+ .ds-pr-5 {
227
+ @apply pr-5 !important;
228
+ }
229
+ .ds-pr-6 {
230
+ @apply pr-6 !important;
231
+ }
232
+ .ds-pr-7 {
233
+ @apply pr-7 !important;
234
+ }
235
+ .ds-pr-8 {
236
+ @apply pr-8 !important;
237
+ }
238
+ .ds-pr-9 {
239
+ @apply pr-9 !important;
240
+ }
241
+ .ds-pr-10 {
242
+ @apply pr-10 !important;
243
+ }
244
+ .ds-pr-11 {
245
+ @apply pr-11 !important;
246
+ }
247
+ .ds-pr-12 {
248
+ @apply pr-12 !important;
249
+ }
250
+ .ds-pr-14 {
251
+ @apply pr-14 !important;
252
+ }
253
+ .ds-pr-16 {
254
+ @apply pr-16 !important;
255
+ }
256
+ .ds-pr-20 {
257
+ @apply pr-20 !important;
258
+ }
259
+ .ds-pr-24 {
260
+ @apply pr-24 !important;
261
+ }
262
+ .ds-pr-28 {
263
+ @apply pr-28 !important;
264
+ }
265
+ .ds-pr-32 {
266
+ @apply pr-32 !important;
267
+ }
268
+ .ds-pr-36 {
269
+ @apply pr-36 !important;
270
+ }
271
+ .ds-pr-40 {
272
+ @apply pr-40 !important;
273
+ }
274
+ .ds-pr-44 {
275
+ @apply pr-44 !important;
276
+ }
277
+ .ds-pr-48 {
278
+ @apply pr-48 !important;
279
+ }
280
+ .ds-pr-52 {
281
+ @apply pr-52 !important;
282
+ }
283
+ .ds-pr-56 {
284
+ @apply pr-56 !important;
285
+ }
286
+ .ds-pr-60 {
287
+ @apply pr-60 !important;
288
+ }
289
+ .ds-pr-64 {
290
+ @apply pr-64 !important;
291
+ }
292
+ .ds-pr-72 {
293
+ @apply pr-72 !important;
294
+ }
295
+ .ds-pr-80 {
296
+ @apply pr-80 !important;
297
+ }
298
+ .ds-pr-96 {
299
+ @apply pr-96 !important;
300
+ }
301
+ .ds-pr-px {
302
+ @apply pr-px !important;
303
+ }
304
+ .ds-pr-0\.5 {
305
+ @apply pr-0.5 !important;
306
+ }
307
+ .ds-pr-1\.5 {
308
+ @apply pr-1.5 !important;
309
+ }
310
+ .ds-pr-2\.5 {
311
+ @apply pr-2.5 !important;
312
+ }
313
+ .ds-pr-3\.5 {
314
+ @apply pr-3.5 !important;
315
+ }
316
+ .ds-pl-0 {
317
+ @apply pl-0 !important;
318
+ }
319
+ .ds-pl-1 {
320
+ @apply pl-1 !important;
321
+ }
322
+ .ds-pl-2 {
323
+ @apply pl-2 !important;
324
+ }
325
+ .ds-pl-3 {
326
+ @apply pl-3 !important;
327
+ }
328
+ .ds-pl-4 {
329
+ @apply pl-4 !important;
330
+ }
331
+ .ds-pl-5 {
332
+ @apply pl-5 !important;
333
+ }
334
+ .ds-pl-6 {
335
+ @apply pl-6 !important;
336
+ }
337
+ .ds-pl-7 {
338
+ @apply pl-7 !important;
339
+ }
340
+ .ds-pl-8 {
341
+ @apply pl-8 !important;
342
+ }
343
+ .ds-pl-9 {
344
+ @apply pl-9 !important;
345
+ }
346
+ .ds-pl-10 {
347
+ @apply pl-10 !important;
348
+ }
349
+ .ds-pl-11 {
350
+ @apply pl-11 !important;
351
+ }
352
+ .ds-pl-12 {
353
+ @apply pl-12 !important;
354
+ }
355
+ .ds-pl-14 {
356
+ @apply pl-14 !important;
357
+ }
358
+ .ds-pl-16 {
359
+ @apply pl-16 !important;
360
+ }
361
+ .ds-pl-20 {
362
+ @apply pl-20 !important;
363
+ }
364
+ .ds-pl-24 {
365
+ @apply pl-24 !important;
366
+ }
367
+ .ds-pl-28 {
368
+ @apply pl-28 !important;
369
+ }
370
+ .ds-pl-32 {
371
+ @apply pl-32 !important;
372
+ }
373
+ .ds-pl-36 {
374
+ @apply pl-36 !important;
375
+ }
376
+ .ds-pl-40 {
377
+ @apply pl-40 !important;
378
+ }
379
+ .ds-pl-44 {
380
+ @apply pl-44 !important;
381
+ }
382
+ .ds-pl-48 {
383
+ @apply pl-48 !important;
384
+ }
385
+ .ds-pl-52 {
386
+ @apply pl-52 !important;
387
+ }
388
+ .ds-pl-56 {
389
+ @apply pl-56 !important;
390
+ }
391
+ .ds-pl-60 {
392
+ @apply pl-60 !important;
393
+ }
394
+ .ds-pl-64 {
395
+ @apply pl-64 !important;
396
+ }
397
+ .ds-pl-72 {
398
+ @apply pl-72 !important;
399
+ }
400
+ .ds-pl-80 {
401
+ @apply pl-80 !important;
402
+ }
403
+ .ds-pl-96 {
404
+ @apply pl-96 !important;
405
+ }
406
+ .ds-pl-px {
407
+ @apply pl-px !important;
408
+ }
409
+ .ds-pl-0\.5 {
410
+ @apply pl-0.5 !important;
411
+ }
412
+ .ds-pl-1\.5 {
413
+ @apply pl-1.5 !important;
414
+ }
415
+ .ds-pl-2\.5 {
416
+ @apply pl-2.5 !important;
417
+ }
418
+ .ds-pl-3\.5 {
419
+ @apply pl-3.5 !important;
420
+ }
421
+ .ds-pb-0 {
422
+ @apply pb-0 !important;
423
+ }
424
+ .ds-pb-1 {
425
+ @apply pb-1 !important;
426
+ }
427
+ .ds-pb-2 {
428
+ @apply pb-2 !important;
429
+ }
430
+ .ds-pb-3 {
431
+ @apply pb-3 !important;
432
+ }
433
+ .ds-pb-4 {
434
+ @apply pb-4 !important;
435
+ }
436
+ .ds-pb-5 {
437
+ @apply pb-5 !important;
438
+ }
439
+ .ds-pb-6 {
440
+ @apply pb-6 !important;
441
+ }
442
+ .ds-pb-7 {
443
+ @apply pb-7 !important;
444
+ }
445
+ .ds-pb-8 {
446
+ @apply pb-8 !important;
447
+ }
448
+ .ds-pb-9 {
449
+ @apply pb-9 !important;
450
+ }
451
+ .ds-pb-10 {
452
+ @apply pb-10 !important;
453
+ }
454
+ .ds-pb-11 {
455
+ @apply pb-11 !important;
456
+ }
457
+ .ds-pb-12 {
458
+ @apply pb-12 !important;
459
+ }
460
+ .ds-pb-14 {
461
+ @apply pb-14 !important;
462
+ }
463
+ .ds-pb-16 {
464
+ @apply pb-16 !important;
465
+ }
466
+ .ds-pb-20 {
467
+ @apply pb-20 !important;
468
+ }
469
+ .ds-pb-24 {
470
+ @apply pb-24 !important;
471
+ }
472
+ .ds-pb-28 {
473
+ @apply pb-28 !important;
474
+ }
475
+ .ds-pb-32 {
476
+ @apply pb-32 !important;
477
+ }
478
+ .ds-pb-36 {
479
+ @apply pb-36 !important;
480
+ }
481
+ .ds-pb-40 {
482
+ @apply pb-40 !important;
483
+ }
484
+ .ds-pb-44 {
485
+ @apply pb-44 !important;
486
+ }
487
+ .ds-pb-48 {
488
+ @apply pb-48 !important;
489
+ }
490
+ .ds-pb-52 {
491
+ @apply pb-52 !important;
492
+ }
493
+ .ds-pb-56 {
494
+ @apply pb-56 !important;
495
+ }
496
+ .ds-pb-60 {
497
+ @apply pb-60 !important;
498
+ }
499
+ .ds-pb-64 {
500
+ @apply pb-64 !important;
501
+ }
502
+ .ds-pb-72 {
503
+ @apply pb-72 !important;
504
+ }
505
+ .ds-pb-80 {
506
+ @apply pb-80 !important;
507
+ }
508
+ .ds-pb-96 {
509
+ @apply pb-96 !important;
510
+ }
511
+ .ds-pb-px {
512
+ @apply pb-px !important;
513
+ }
514
+ .ds-pb-0\.5 {
515
+ @apply pb-0.5 !important;
516
+ }
517
+ .ds-pb-1\.5 {
518
+ @apply pb-1.5 !important;
519
+ }
520
+ .ds-pb-2\.5 {
521
+ @apply pb-2.5 !important;
522
+ }
523
+ .ds-pb-3\.5 {
524
+ @apply pb-3.5 !important;
525
+ }
526
+ .ds-px-0 {
527
+ @apply px-0 !important;
528
+ }
529
+ .ds-px-1 {
530
+ @apply px-1 !important;
531
+ }
532
+ .ds-px-2 {
533
+ @apply px-2 !important;
534
+ }
535
+ .ds-px-3 {
536
+ @apply px-3 !important;
537
+ }
538
+ .ds-px-4 {
539
+ @apply px-4 !important;
540
+ }
541
+ .ds-px-5 {
542
+ @apply px-5 !important;
543
+ }
544
+ .ds-px-6 {
545
+ @apply px-6 !important;
546
+ }
547
+ .ds-px-7 {
548
+ @apply px-7 !important;
549
+ }
550
+ .ds-px-8 {
551
+ @apply px-8 !important;
552
+ }
553
+ .ds-px-9 {
554
+ @apply px-9 !important;
555
+ }
556
+ .ds-px-10 {
557
+ @apply px-10 !important;
558
+ }
559
+ .ds-px-11 {
560
+ @apply px-11 !important;
561
+ }
562
+ .ds-px-12 {
563
+ @apply px-12 !important;
564
+ }
565
+ .ds-px-14 {
566
+ @apply px-14 !important;
567
+ }
568
+ .ds-px-16 {
569
+ @apply px-16 !important;
570
+ }
571
+ .ds-px-20 {
572
+ @apply px-20 !important;
573
+ }
574
+ .ds-px-24 {
575
+ @apply px-24 !important;
576
+ }
577
+ .ds-px-28 {
578
+ @apply px-28 !important;
579
+ }
580
+ .ds-px-32 {
581
+ @apply px-32 !important;
582
+ }
583
+ .ds-px-36 {
584
+ @apply px-36 !important;
585
+ }
586
+ .ds-px-40 {
587
+ @apply px-40 !important;
588
+ }
589
+ .ds-px-44 {
590
+ @apply px-44 !important;
591
+ }
592
+ .ds-px-48 {
593
+ @apply px-48 !important;
594
+ }
595
+ .ds-px-52 {
596
+ @apply px-52 !important;
597
+ }
598
+ .ds-px-56 {
599
+ @apply px-56 !important;
600
+ }
601
+ .ds-px-60 {
602
+ @apply px-60 !important;
603
+ }
604
+ .ds-px-64 {
605
+ @apply px-64 !important;
606
+ }
607
+ .ds-px-72 {
608
+ @apply px-72 !important;
609
+ }
610
+ .ds-px-80 {
611
+ @apply px-80 !important;
612
+ }
613
+ .ds-px-96 {
614
+ @apply px-96 !important;
615
+ }
616
+ .ds-px-0\.5 {
617
+ @apply px-0.5 !important;
618
+ }
619
+ .ds-px-1\.5 {
620
+ @apply px-1.5 !important;
621
+ }
622
+ .ds-px-2\.5 {
623
+ @apply px-2.5 !important;
624
+ }
625
+ .ds-px-3\.5 {
626
+ @apply px-3.5 !important;
627
+ }
628
+ .ds-py-0 {
629
+ @apply py-0 !important;
630
+ }
631
+ .ds-py-1 {
632
+ @apply py-1 !important;
633
+ }
634
+ .ds-py-2 {
635
+ @apply py-2 !important;
636
+ }
637
+ .ds-py-3 {
638
+ @apply py-3 !important;
639
+ }
640
+ .ds-py-4 {
641
+ @apply py-4 !important;
642
+ }
643
+ .ds-py-5 {
644
+ @apply py-5 !important;
645
+ }
646
+ .ds-py-6 {
647
+ @apply py-6 !important;
648
+ }
649
+ .ds-py-7 {
650
+ @apply py-7 !important;
651
+ }
652
+ .ds-py-8 {
653
+ @apply py-8 !important;
654
+ }
655
+ .ds-py-9 {
656
+ @apply py-9 !important;
657
+ }
658
+ .ds-py-10 {
659
+ @apply py-10 !important;
660
+ }
661
+ .ds-py-11 {
662
+ @apply py-11 !important;
663
+ }
664
+ .ds-py-12 {
665
+ @apply py-12 !important;
666
+ }
667
+ .ds-py-14 {
668
+ @apply py-14 !important;
669
+ }
670
+ .ds-py-16 {
671
+ @apply py-16 !important;
672
+ }
673
+ .ds-py-20 {
674
+ @apply py-20 !important;
675
+ }
676
+ .ds-py-24 {
677
+ @apply py-24 !important;
678
+ }
679
+ .ds-py-28 {
680
+ @apply py-28 !important;
681
+ }
682
+ .ds-py-32 {
683
+ @apply py-32 !important;
684
+ }
685
+ .ds-py-36 {
686
+ @apply py-36 !important;
687
+ }
688
+ .ds-py-40 {
689
+ @apply py-40 !important;
690
+ }
691
+ .ds-py-44 {
692
+ @apply py-44 !important;
693
+ }
694
+ .ds-py-48 {
695
+ @apply py-48 !important;
696
+ }
697
+ .ds-py-52 {
698
+ @apply py-52 !important;
699
+ }
700
+ .ds-py-56 {
701
+ @apply py-56 !important;
702
+ }
703
+ .ds-py-60 {
704
+ @apply py-60 !important;
705
+ }
706
+ .ds-py-64 {
707
+ @apply py-64 !important;
708
+ }
709
+ .ds-py-72 {
710
+ @apply py-72 !important;
711
+ }
712
+ .ds-py-80 {
713
+ @apply py-80 !important;
714
+ }
715
+ .ds-py-96 {
716
+ @apply py-96 !important;
717
+ }
718
+ .ds-py-0\.5 {
719
+ @apply py-0.5 !important;
720
+ }
721
+ .ds-py-1\.5 {
722
+ @apply py-1.5 !important;
723
+ }
724
+ .ds-py-2\.5 {
725
+ @apply py-2.5 !important;
726
+ }
727
+ .ds-py-3\.5 {
728
+ @apply py-3.5 !important;
729
+ }
730
+ .ds-p-xs-0 {
731
+ @apply p-0;
732
+ }
733
+ .ds-p-xs-0\.5 {
734
+ @apply p-0.5;
735
+ }
736
+ .ds-p-xs-1 {
737
+ @apply p-1;
738
+ }
739
+ .ds-p-xs-1\.5 {
740
+ @apply p-1.5;
741
+ }
742
+ .ds-p-xs-2 {
743
+ @apply p-2;
744
+ }
745
+ .ds-p-xs-2\.5 {
746
+ @apply p-2.5;
747
+ }
748
+ .ds-p-xs-3 {
749
+ @apply p-3;
750
+ }
751
+ .ds-p-xs-3\.5 {
752
+ @apply p-3.5;
753
+ }
754
+ .ds-p-xs-4 {
755
+ @apply p-4;
756
+ }
757
+ .ds-p-xs-5 {
758
+ @apply p-5;
759
+ }
760
+ .ds-p-xs-6 {
761
+ @apply p-6;
762
+ }
763
+ .ds-p-xs-7 {
764
+ @apply p-7;
765
+ }
766
+ .ds-p-xs-8 {
767
+ @apply p-8;
768
+ }
769
+ .ds-p-xs-9 {
770
+ @apply p-9;
771
+ }
772
+ .ds-p-xs-10 {
773
+ @apply p-10;
774
+ }
775
+ .ds-p-xs-11 {
776
+ @apply p-11;
777
+ }
778
+ .ds-p-xs-12 {
779
+ @apply p-12;
780
+ }
781
+ .ds-p-xs-14 {
782
+ @apply p-14;
783
+ }
784
+ .ds-p-xs-16 {
785
+ @apply p-16;
786
+ }
787
+ .ds-p-xs-20 {
788
+ @apply p-20;
789
+ }
790
+ .ds-p-xs-24 {
791
+ @apply p-24;
792
+ }
793
+ .ds-p-xs-28 {
794
+ @apply p-28;
795
+ }
796
+ .ds-p-xs-32 {
797
+ @apply p-32;
798
+ }
799
+ .ds-p-xs-36 {
800
+ @apply p-36;
801
+ }
802
+ .ds-p-xs-40 {
803
+ @apply p-40;
804
+ }
805
+ .ds-p-xs-44 {
806
+ @apply p-44;
807
+ }
808
+ .ds-p-xs-48 {
809
+ @apply p-48;
810
+ }
811
+ .ds-p-xs-52 {
812
+ @apply p-52;
813
+ }
814
+ .ds-p-xs-56 {
815
+ @apply p-56;
816
+ }
817
+ .ds-p-xs-60 {
818
+ @apply p-60;
819
+ }
820
+ .ds-p-xs-64 {
821
+ @apply p-64;
822
+ }
823
+ .ds-p-xs-72 {
824
+ @apply p-72;
825
+ }
826
+ .ds-p-xs-80 {
827
+ @apply p-80;
828
+ }
829
+ .ds-p-xs-96 {
830
+ @apply p-96;
831
+ }
832
+ .ds-p-sm-0 {
833
+ @apply sm:p-0 !important;
834
+ }
835
+ .ds-p-sm-0\.5 {
836
+ @apply sm:p-0.5 !important;
837
+ }
838
+ .ds-p-sm-1 {
839
+ @apply sm:p-1 !important;
840
+ }
841
+ .ds-p-sm-1\.5 {
842
+ @apply sm:p-1.5 !important;
843
+ }
844
+ .ds-p-sm-2 {
845
+ @apply sm:p-2 !important;
846
+ }
847
+ .ds-p-sm-2\.5 {
848
+ @apply sm:p-2.5 !important;
849
+ }
850
+ .ds-p-sm-3 {
851
+ @apply sm:p-3 !important;
852
+ }
853
+ .ds-p-sm-3\.5 {
854
+ @apply sm:p-3.5 !important;
855
+ }
856
+ .ds-p-sm-4 {
857
+ @apply sm:p-4 !important;
858
+ }
859
+ .ds-p-sm-5 {
860
+ @apply sm:p-5 !important;
861
+ }
862
+ .ds-p-sm-6 {
863
+ @apply sm:p-6 !important;
864
+ }
865
+ .ds-p-sm-7 {
866
+ @apply sm:p-7 !important;
867
+ }
868
+ .ds-p-sm-8 {
869
+ @apply sm:p-8 !important;
870
+ }
871
+ .ds-p-sm-9 {
872
+ @apply sm:p-9 !important;
873
+ }
874
+ .ds-p-sm-10 {
875
+ @apply sm:p-10 !important;
876
+ }
877
+ .ds-p-sm-11 {
878
+ @apply sm:p-11 !important;
879
+ }
880
+ .ds-p-sm-12 {
881
+ @apply sm:p-12 !important;
882
+ }
883
+ .ds-p-sm-14 {
884
+ @apply sm:p-14 !important;
885
+ }
886
+ .ds-p-sm-16 {
887
+ @apply sm:p-16 !important;
888
+ }
889
+ .ds-p-sm-20 {
890
+ @apply sm:p-20 !important;
891
+ }
892
+ .ds-p-sm-24 {
893
+ @apply sm:p-24 !important;
894
+ }
895
+ .ds-p-sm-28 {
896
+ @apply sm:p-28 !important;
897
+ }
898
+ .ds-p-sm-32 {
899
+ @apply sm:p-32 !important;
900
+ }
901
+ .ds-p-sm-36 {
902
+ @apply sm:p-36 !important;
903
+ }
904
+ .ds-p-sm-40 {
905
+ @apply sm:p-40 !important;
906
+ }
907
+ .ds-p-sm-44 {
908
+ @apply sm:p-44 !important;
909
+ }
910
+ .ds-p-sm-48 {
911
+ @apply sm:p-48 !important;
912
+ }
913
+ .ds-p-sm-52 {
914
+ @apply sm:p-52 !important;
915
+ }
916
+ .ds-p-sm-56 {
917
+ @apply sm:p-56 !important;
918
+ }
919
+ .ds-p-sm-60 {
920
+ @apply sm:p-60 !important;
921
+ }
922
+ .ds-p-sm-64 {
923
+ @apply sm:p-64 !important;
924
+ }
925
+ .ds-p-sm-72 {
926
+ @apply sm:p-72 !important;
927
+ }
928
+ .ds-p-sm-80 {
929
+ @apply sm:p-80 !important;
930
+ }
931
+ .ds-p-sm-96 {
932
+ @apply sm:p-96 !important;
933
+ }
934
+ .ds-p-md-0 {
935
+ @apply md:p-0 !important;
936
+ }
937
+ .ds-p-md-0\.5 {
938
+ @apply md:p-0.5 !important;
939
+ }
940
+ .ds-p-md-1 {
941
+ @apply md:p-1 !important;
942
+ }
943
+ .ds-p-md-1\.5 {
944
+ @apply md:p-1.5 !important;
945
+ }
946
+ .ds-p-md-2 {
947
+ @apply md:p-2 !important;
948
+ }
949
+ .ds-p-md-2\.5 {
950
+ @apply md:p-2.5 !important;
951
+ }
952
+ .ds-p-md-3 {
953
+ @apply md:p-3 !important;
954
+ }
955
+ .ds-p-md-3\.5 {
956
+ @apply md:p-3.5 !important;
957
+ }
958
+ .ds-p-md-4 {
959
+ @apply md:p-4 !important;
960
+ }
961
+ .ds-p-md-5 {
962
+ @apply md:p-5 !important;
963
+ }
964
+ .ds-p-md-6 {
965
+ @apply md:p-6 !important;
966
+ }
967
+ .ds-p-md-7 {
968
+ @apply md:p-7 !important;
969
+ }
970
+ .ds-p-md-8 {
971
+ @apply md:p-8 !important;
972
+ }
973
+ .ds-p-md-9 {
974
+ @apply md:p-9 !important;
975
+ }
976
+ .ds-p-md-10 {
977
+ @apply md:p-10 !important;
978
+ }
979
+ .ds-p-md-11 {
980
+ @apply md:p-11 !important;
981
+ }
982
+ .ds-p-md-12 {
983
+ @apply md:p-12 !important;
984
+ }
985
+ .ds-p-md-14 {
986
+ @apply md:p-14 !important;
987
+ }
988
+ .ds-p-md-16 {
989
+ @apply md:p-16 !important;
990
+ }
991
+ .ds-p-md-20 {
992
+ @apply md:p-20 !important;
993
+ }
994
+ .ds-p-md-24 {
995
+ @apply md:p-24 !important;
996
+ }
997
+ .ds-p-md-28 {
998
+ @apply md:p-28 !important;
999
+ }
1000
+ .ds-p-md-32 {
1001
+ @apply md:p-32 !important;
1002
+ }
1003
+ .ds-p-md-36 {
1004
+ @apply md:p-36 !important;
1005
+ }
1006
+ .ds-p-md-40 {
1007
+ @apply md:p-40 !important;
1008
+ }
1009
+ .ds-p-md-44 {
1010
+ @apply md:p-44 !important;
1011
+ }
1012
+ .ds-p-md-48 {
1013
+ @apply md:p-48 !important;
1014
+ }
1015
+ .ds-p-md-52 {
1016
+ @apply md:p-52 !important;
1017
+ }
1018
+ .ds-p-md-56 {
1019
+ @apply md:p-56 !important;
1020
+ }
1021
+ .ds-p-md-60 {
1022
+ @apply md:p-60 !important;
1023
+ }
1024
+ .ds-p-md-64 {
1025
+ @apply md:p-64 !important;
1026
+ }
1027
+ .ds-p-md-72 {
1028
+ @apply md:p-72 !important;
1029
+ }
1030
+ .ds-p-md-80 {
1031
+ @apply md:p-80 !important;
1032
+ }
1033
+ .ds-p-md-96 {
1034
+ @apply md:p-96 !important;
1035
+ }
1036
+ .ds-p-lg-0 {
1037
+ @apply lg:p-0 !important;
1038
+ }
1039
+ .ds-p-lg-0\.5 {
1040
+ @apply lg:p-0.5 !important;
1041
+ }
1042
+ .ds-p-lg-1 {
1043
+ @apply lg:p-1 !important;
1044
+ }
1045
+ .ds-p-lg-1\.5 {
1046
+ @apply lg:p-1.5 !important;
1047
+ }
1048
+ .ds-p-lg-2 {
1049
+ @apply lg:p-2 !important;
1050
+ }
1051
+ .ds-p-lg-2\.5 {
1052
+ @apply lg:p-2.5 !important;
1053
+ }
1054
+ .ds-p-lg-3 {
1055
+ @apply lg:p-3 !important;
1056
+ }
1057
+ .ds-p-lg-3\.5 {
1058
+ @apply lg:p-3.5 !important;
1059
+ }
1060
+ .ds-p-lg-4 {
1061
+ @apply lg:p-4 !important;
1062
+ }
1063
+ .ds-p-lg-5 {
1064
+ @apply lg:p-5 !important;
1065
+ }
1066
+ .ds-p-lg-6 {
1067
+ @apply lg:p-6 !important;
1068
+ }
1069
+ .ds-p-lg-7 {
1070
+ @apply lg:p-7 !important;
1071
+ }
1072
+ .ds-p-lg-8 {
1073
+ @apply lg:p-8 !important;
1074
+ }
1075
+ .ds-p-lg-9 {
1076
+ @apply lg:p-9 !important;
1077
+ }
1078
+ .ds-p-lg-10 {
1079
+ @apply lg:p-10 !important;
1080
+ }
1081
+ .ds-p-lg-11 {
1082
+ @apply lg:p-11 !important;
1083
+ }
1084
+ .ds-p-lg-12 {
1085
+ @apply lg:p-12 !important;
1086
+ }
1087
+ .ds-p-lg-14 {
1088
+ @apply lg:p-14 !important;
1089
+ }
1090
+ .ds-p-lg-16 {
1091
+ @apply lg:p-16 !important;
1092
+ }
1093
+ .ds-p-lg-20 {
1094
+ @apply lg:p-20 !important;
1095
+ }
1096
+ .ds-p-lg-24 {
1097
+ @apply lg:p-24 !important;
1098
+ }
1099
+ .ds-p-lg-28 {
1100
+ @apply lg:p-28 !important;
1101
+ }
1102
+ .ds-p-lg-32 {
1103
+ @apply lg:p-32 !important;
1104
+ }
1105
+ .ds-p-lg-36 {
1106
+ @apply lg:p-36 !important;
1107
+ }
1108
+ .ds-p-lg-40 {
1109
+ @apply lg:p-40 !important;
1110
+ }
1111
+ .ds-p-lg-44 {
1112
+ @apply lg:p-44 !important;
1113
+ }
1114
+ .ds-p-lg-48 {
1115
+ @apply lg:p-48 !important;
1116
+ }
1117
+ .ds-p-lg-52 {
1118
+ @apply lg:p-52 !important;
1119
+ }
1120
+ .ds-p-lg-56 {
1121
+ @apply lg:p-56 !important;
1122
+ }
1123
+ .ds-p-lg-60 {
1124
+ @apply lg:p-60 !important;
1125
+ }
1126
+ .ds-p-lg-64 {
1127
+ @apply lg:p-64 !important;
1128
+ }
1129
+ .ds-p-lg-72 {
1130
+ @apply lg:p-72 !important;
1131
+ }
1132
+ .ds-p-lg-80 {
1133
+ @apply lg:p-80 !important;
1134
+ }
1135
+ .ds-p-lg-96 {
1136
+ @apply lg:p-96 !important;
1137
+ }
1138
+ .ds-p-xl-0 {
1139
+ @apply xl:p-0 !important;
1140
+ }
1141
+ .ds-p-xl-0\.5 {
1142
+ @apply xl:p-0.5 !important;
1143
+ }
1144
+ .ds-p-xl-1 {
1145
+ @apply xl:p-1 !important;
1146
+ }
1147
+ .ds-p-xl-1\.5 {
1148
+ @apply xl:p-1.5 !important;
1149
+ }
1150
+ .ds-p-xl-2 {
1151
+ @apply xl:p-2 !important;
1152
+ }
1153
+ .ds-p-xl-2\.5 {
1154
+ @apply xl:p-2.5 !important;
1155
+ }
1156
+ .ds-p-xl-3 {
1157
+ @apply xl:p-3 !important;
1158
+ }
1159
+ .ds-p-xl-3\.5 {
1160
+ @apply xl:p-3.5 !important;
1161
+ }
1162
+ .ds-p-xl-4 {
1163
+ @apply xl:p-4 !important;
1164
+ }
1165
+ .ds-p-xl-5 {
1166
+ @apply xl:p-5 !important;
1167
+ }
1168
+ .ds-p-xl-6 {
1169
+ @apply xl:p-6 !important;
1170
+ }
1171
+ .ds-p-xl-7 {
1172
+ @apply xl:p-7 !important;
1173
+ }
1174
+ .ds-p-xl-8 {
1175
+ @apply xl:p-8 !important;
1176
+ }
1177
+ .ds-p-xl-9 {
1178
+ @apply xl:p-9 !important;
1179
+ }
1180
+ .ds-p-xl-10 {
1181
+ @apply xl:p-10 !important;
1182
+ }
1183
+ .ds-p-xl-11 {
1184
+ @apply xl:p-11 !important;
1185
+ }
1186
+ .ds-p-xl-12 {
1187
+ @apply xl:p-12 !important;
1188
+ }
1189
+ .ds-p-xl-14 {
1190
+ @apply xl:p-14 !important;
1191
+ }
1192
+ .ds-p-xl-16 {
1193
+ @apply xl:p-16 !important;
1194
+ }
1195
+ .ds-p-xl-20 {
1196
+ @apply xl:p-20 !important;
1197
+ }
1198
+ .ds-p-xl-24 {
1199
+ @apply xl:p-24 !important;
1200
+ }
1201
+ .ds-p-xl-28 {
1202
+ @apply xl:p-28 !important;
1203
+ }
1204
+ .ds-p-xl-32 {
1205
+ @apply xl:p-32 !important;
1206
+ }
1207
+ .ds-p-xl-36 {
1208
+ @apply xl:p-36 !important;
1209
+ }
1210
+ .ds-p-xl-40 {
1211
+ @apply xl:p-40 !important;
1212
+ }
1213
+ .ds-p-xl-44 {
1214
+ @apply xl:p-44 !important;
1215
+ }
1216
+ .ds-p-xl-48 {
1217
+ @apply xl:p-48 !important;
1218
+ }
1219
+ .ds-p-xl-52 {
1220
+ @apply xl:p-52 !important;
1221
+ }
1222
+ .ds-p-xl-56 {
1223
+ @apply xl:p-56 !important;
1224
+ }
1225
+ .ds-p-xl-60 {
1226
+ @apply xl:p-60 !important;
1227
+ }
1228
+ .ds-p-xl-64 {
1229
+ @apply xl:p-64 !important;
1230
+ }
1231
+ .ds-p-xl-72 {
1232
+ @apply xl:p-72 !important;
1233
+ }
1234
+ .ds-p-xl-80 {
1235
+ @apply xl:p-80 !important;
1236
+ }
1237
+ .ds-p-xl-96 {
1238
+ @apply xl:p-96 !important;
1239
+ }
1240
+ .ds-pt-xs-0 {
1241
+ @apply pt-0;
1242
+ }
1243
+ .ds-pt-xs-0\.5 {
1244
+ @apply pt-0.5;
1245
+ }
1246
+ .ds-pt-xs-1 {
1247
+ @apply pt-1;
1248
+ }
1249
+ .ds-pt-xs-1\.5 {
1250
+ @apply pt-1.5;
1251
+ }
1252
+ .ds-pt-xs-2 {
1253
+ @apply pt-2;
1254
+ }
1255
+ .ds-pt-xs-2\.5 {
1256
+ @apply pt-2.5;
1257
+ }
1258
+ .ds-pt-xs-3 {
1259
+ @apply pt-3;
1260
+ }
1261
+ .ds-pt-xs-3\.5 {
1262
+ @apply pt-3.5;
1263
+ }
1264
+ .ds-pt-xs-4 {
1265
+ @apply pt-4;
1266
+ }
1267
+ .ds-pt-xs-5 {
1268
+ @apply pt-5;
1269
+ }
1270
+ .ds-pt-xs-6 {
1271
+ @apply pt-6;
1272
+ }
1273
+ .ds-pt-xs-7 {
1274
+ @apply pt-7;
1275
+ }
1276
+ .ds-pt-xs-8 {
1277
+ @apply pt-8;
1278
+ }
1279
+ .ds-pt-xs-9 {
1280
+ @apply pt-9;
1281
+ }
1282
+ .ds-pt-xs-10 {
1283
+ @apply pt-10;
1284
+ }
1285
+ .ds-pt-xs-11 {
1286
+ @apply pt-11;
1287
+ }
1288
+ .ds-pt-xs-12 {
1289
+ @apply pt-12;
1290
+ }
1291
+ .ds-pt-xs-14 {
1292
+ @apply pt-14;
1293
+ }
1294
+ .ds-pt-xs-16 {
1295
+ @apply pt-16;
1296
+ }
1297
+ .ds-pt-xs-20 {
1298
+ @apply pt-20;
1299
+ }
1300
+ .ds-pt-xs-24 {
1301
+ @apply pt-24;
1302
+ }
1303
+ .ds-pt-xs-28 {
1304
+ @apply pt-28;
1305
+ }
1306
+ .ds-pt-xs-32 {
1307
+ @apply pt-32;
1308
+ }
1309
+ .ds-pt-xs-36 {
1310
+ @apply pt-36;
1311
+ }
1312
+ .ds-pt-xs-40 {
1313
+ @apply pt-40;
1314
+ }
1315
+ .ds-pt-xs-44 {
1316
+ @apply pt-44;
1317
+ }
1318
+ .ds-pt-xs-48 {
1319
+ @apply pt-48;
1320
+ }
1321
+ .ds-pt-xs-52 {
1322
+ @apply pt-52;
1323
+ }
1324
+ .ds-pt-xs-56 {
1325
+ @apply pt-56;
1326
+ }
1327
+ .ds-pt-xs-60 {
1328
+ @apply pt-60;
1329
+ }
1330
+ .ds-pt-xs-64 {
1331
+ @apply pt-64;
1332
+ }
1333
+ .ds-pt-xs-72 {
1334
+ @apply pt-72;
1335
+ }
1336
+ .ds-pt-xs-80 {
1337
+ @apply pt-80;
1338
+ }
1339
+ .ds-pt-xs-96 {
1340
+ @apply pt-96;
1341
+ }
1342
+ .ds-pt-sm-0 {
1343
+ @apply sm:pt-0 !important;
1344
+ }
1345
+ .ds-pt-sm-0\.5 {
1346
+ @apply sm:pt-0.5 !important;
1347
+ }
1348
+ .ds-pt-sm-1 {
1349
+ @apply sm:pt-1 !important;
1350
+ }
1351
+ .ds-pt-sm-1\.5 {
1352
+ @apply sm:pt-1.5 !important;
1353
+ }
1354
+ .ds-pt-sm-2 {
1355
+ @apply sm:pt-2 !important;
1356
+ }
1357
+ .ds-pt-sm-2\.5 {
1358
+ @apply sm:pt-2.5 !important;
1359
+ }
1360
+ .ds-pt-sm-3 {
1361
+ @apply sm:pt-3 !important;
1362
+ }
1363
+ .ds-pt-sm-3\.5 {
1364
+ @apply sm:pt-3.5 !important;
1365
+ }
1366
+ .ds-pt-sm-4 {
1367
+ @apply sm:pt-4 !important;
1368
+ }
1369
+ .ds-pt-sm-5 {
1370
+ @apply sm:pt-5 !important;
1371
+ }
1372
+ .ds-pt-sm-6 {
1373
+ @apply sm:pt-6 !important;
1374
+ }
1375
+ .ds-pt-sm-7 {
1376
+ @apply sm:pt-7 !important;
1377
+ }
1378
+ .ds-pt-sm-8 {
1379
+ @apply sm:pt-8 !important;
1380
+ }
1381
+ .ds-pt-sm-9 {
1382
+ @apply sm:pt-9 !important;
1383
+ }
1384
+ .ds-pt-sm-10 {
1385
+ @apply sm:pt-10 !important;
1386
+ }
1387
+ .ds-pt-sm-11 {
1388
+ @apply sm:pt-11 !important;
1389
+ }
1390
+ .ds-pt-sm-12 {
1391
+ @apply sm:pt-12 !important;
1392
+ }
1393
+ .ds-pt-sm-14 {
1394
+ @apply sm:pt-14 !important;
1395
+ }
1396
+ .ds-pt-sm-16 {
1397
+ @apply sm:pt-16 !important;
1398
+ }
1399
+ .ds-pt-sm-20 {
1400
+ @apply sm:pt-20 !important;
1401
+ }
1402
+ .ds-pt-sm-24 {
1403
+ @apply sm:pt-24 !important;
1404
+ }
1405
+ .ds-pt-sm-28 {
1406
+ @apply sm:pt-28 !important;
1407
+ }
1408
+ .ds-pt-sm-32 {
1409
+ @apply sm:pt-32 !important;
1410
+ }
1411
+ .ds-pt-sm-36 {
1412
+ @apply sm:pt-36 !important;
1413
+ }
1414
+ .ds-pt-sm-40 {
1415
+ @apply sm:pt-40 !important;
1416
+ }
1417
+ .ds-pt-sm-44 {
1418
+ @apply sm:pt-44 !important;
1419
+ }
1420
+ .ds-pt-sm-48 {
1421
+ @apply sm:pt-48 !important;
1422
+ }
1423
+ .ds-pt-sm-52 {
1424
+ @apply sm:pt-52 !important;
1425
+ }
1426
+ .ds-pt-sm-56 {
1427
+ @apply sm:pt-56 !important;
1428
+ }
1429
+ .ds-pt-sm-60 {
1430
+ @apply sm:pt-60 !important;
1431
+ }
1432
+ .ds-pt-sm-64 {
1433
+ @apply sm:pt-64 !important;
1434
+ }
1435
+ .ds-pt-sm-72 {
1436
+ @apply sm:pt-72 !important;
1437
+ }
1438
+ .ds-pt-sm-80 {
1439
+ @apply sm:pt-80 !important;
1440
+ }
1441
+ .ds-pt-sm-96 {
1442
+ @apply sm:pt-96 !important;
1443
+ }
1444
+ .ds-pt-md-0 {
1445
+ @apply md:pt-0 !important;
1446
+ }
1447
+ .ds-pt-md-0\.5 {
1448
+ @apply md:pt-0.5 !important;
1449
+ }
1450
+ .ds-pt-md-1 {
1451
+ @apply md:pt-1 !important;
1452
+ }
1453
+ .ds-pt-md-1\.5 {
1454
+ @apply md:pt-1.5 !important;
1455
+ }
1456
+ .ds-pt-md-2 {
1457
+ @apply md:pt-2 !important;
1458
+ }
1459
+ .ds-pt-md-2\.5 {
1460
+ @apply md:pt-2.5 !important;
1461
+ }
1462
+ .ds-pt-md-3 {
1463
+ @apply md:pt-3 !important;
1464
+ }
1465
+ .ds-pt-md-3\.5 {
1466
+ @apply md:pt-3.5 !important;
1467
+ }
1468
+ .ds-pt-md-4 {
1469
+ @apply md:pt-4 !important;
1470
+ }
1471
+ .ds-pt-md-5 {
1472
+ @apply md:pt-5 !important;
1473
+ }
1474
+ .ds-pt-md-6 {
1475
+ @apply md:pt-6 !important;
1476
+ }
1477
+ .ds-pt-md-7 {
1478
+ @apply md:pt-7 !important;
1479
+ }
1480
+ .ds-pt-md-8 {
1481
+ @apply md:pt-8 !important;
1482
+ }
1483
+ .ds-pt-md-9 {
1484
+ @apply md:pt-9 !important;
1485
+ }
1486
+ .ds-pt-md-10 {
1487
+ @apply md:pt-10 !important;
1488
+ }
1489
+ .ds-pt-md-11 {
1490
+ @apply md:pt-11 !important;
1491
+ }
1492
+ .ds-pt-md-12 {
1493
+ @apply md:pt-12 !important;
1494
+ }
1495
+ .ds-pt-md-14 {
1496
+ @apply md:pt-14 !important;
1497
+ }
1498
+ .ds-pt-md-16 {
1499
+ @apply md:pt-16 !important;
1500
+ }
1501
+ .ds-pt-md-20 {
1502
+ @apply md:pt-20 !important;
1503
+ }
1504
+ .ds-pt-md-24 {
1505
+ @apply md:pt-24 !important;
1506
+ }
1507
+ .ds-pt-md-28 {
1508
+ @apply md:pt-28 !important;
1509
+ }
1510
+ .ds-pt-md-32 {
1511
+ @apply md:pt-32 !important;
1512
+ }
1513
+ .ds-pt-md-36 {
1514
+ @apply md:pt-36 !important;
1515
+ }
1516
+ .ds-pt-md-40 {
1517
+ @apply md:pt-40 !important;
1518
+ }
1519
+ .ds-pt-md-44 {
1520
+ @apply md:pt-44 !important;
1521
+ }
1522
+ .ds-pt-md-48 {
1523
+ @apply md:pt-48 !important;
1524
+ }
1525
+ .ds-pt-md-52 {
1526
+ @apply md:pt-52 !important;
1527
+ }
1528
+ .ds-pt-md-56 {
1529
+ @apply md:pt-56 !important;
1530
+ }
1531
+ .ds-pt-md-60 {
1532
+ @apply md:pt-60 !important;
1533
+ }
1534
+ .ds-pt-md-64 {
1535
+ @apply md:pt-64 !important;
1536
+ }
1537
+ .ds-pt-md-72 {
1538
+ @apply md:pt-72 !important;
1539
+ }
1540
+ .ds-pt-md-80 {
1541
+ @apply md:pt-80 !important;
1542
+ }
1543
+ .ds-pt-md-96 {
1544
+ @apply md:pt-96 !important;
1545
+ }
1546
+ .ds-pt-lg-0 {
1547
+ @apply lg:pt-0 !important;
1548
+ }
1549
+ .ds-pt-lg-0\.5 {
1550
+ @apply lg:pt-0.5 !important;
1551
+ }
1552
+ .ds-pt-lg-1 {
1553
+ @apply lg:pt-1 !important;
1554
+ }
1555
+ .ds-pt-lg-1\.5 {
1556
+ @apply lg:pt-1.5 !important;
1557
+ }
1558
+ .ds-pt-lg-2 {
1559
+ @apply lg:pt-2 !important;
1560
+ }
1561
+ .ds-pt-lg-2\.5 {
1562
+ @apply lg:pt-2.5 !important;
1563
+ }
1564
+ .ds-pt-lg-3 {
1565
+ @apply lg:pt-3 !important;
1566
+ }
1567
+ .ds-pt-lg-3\.5 {
1568
+ @apply lg:pt-3.5 !important;
1569
+ }
1570
+ .ds-pt-lg-4 {
1571
+ @apply lg:pt-4 !important;
1572
+ }
1573
+ .ds-pt-lg-5 {
1574
+ @apply lg:pt-5 !important;
1575
+ }
1576
+ .ds-pt-lg-6 {
1577
+ @apply lg:pt-6 !important;
1578
+ }
1579
+ .ds-pt-lg-7 {
1580
+ @apply lg:pt-7 !important;
1581
+ }
1582
+ .ds-pt-lg-8 {
1583
+ @apply lg:pt-8 !important;
1584
+ }
1585
+ .ds-pt-lg-9 {
1586
+ @apply lg:pt-9 !important;
1587
+ }
1588
+ .ds-pt-lg-10 {
1589
+ @apply lg:pt-10 !important;
1590
+ }
1591
+ .ds-pt-lg-11 {
1592
+ @apply lg:pt-11 !important;
1593
+ }
1594
+ .ds-pt-lg-12 {
1595
+ @apply lg:pt-12 !important;
1596
+ }
1597
+ .ds-pt-lg-14 {
1598
+ @apply lg:pt-14 !important;
1599
+ }
1600
+ .ds-pt-lg-16 {
1601
+ @apply lg:pt-16 !important;
1602
+ }
1603
+ .ds-pt-lg-20 {
1604
+ @apply lg:pt-20 !important;
1605
+ }
1606
+ .ds-pt-lg-24 {
1607
+ @apply lg:pt-24 !important;
1608
+ }
1609
+ .ds-pt-lg-28 {
1610
+ @apply lg:pt-28 !important;
1611
+ }
1612
+ .ds-pt-lg-32 {
1613
+ @apply lg:pt-32 !important;
1614
+ }
1615
+ .ds-pt-lg-36 {
1616
+ @apply lg:pt-36 !important;
1617
+ }
1618
+ .ds-pt-lg-40 {
1619
+ @apply lg:pt-40 !important;
1620
+ }
1621
+ .ds-pt-lg-44 {
1622
+ @apply lg:pt-44 !important;
1623
+ }
1624
+ .ds-pt-lg-48 {
1625
+ @apply lg:pt-48 !important;
1626
+ }
1627
+ .ds-pt-lg-52 {
1628
+ @apply lg:pt-52 !important;
1629
+ }
1630
+ .ds-pt-lg-56 {
1631
+ @apply lg:pt-56 !important;
1632
+ }
1633
+ .ds-pt-lg-60 {
1634
+ @apply lg:pt-60 !important;
1635
+ }
1636
+ .ds-pt-lg-64 {
1637
+ @apply lg:pt-64 !important;
1638
+ }
1639
+ .ds-pt-lg-72 {
1640
+ @apply lg:pt-72 !important;
1641
+ }
1642
+ .ds-pt-lg-80 {
1643
+ @apply lg:pt-80 !important;
1644
+ }
1645
+ .ds-pt-lg-96 {
1646
+ @apply lg:pt-96 !important;
1647
+ }
1648
+ .ds-pt-xl-0 {
1649
+ @apply xl:pt-0 !important;
1650
+ }
1651
+ .ds-pt-xl-0\.5 {
1652
+ @apply xl:pt-0.5 !important;
1653
+ }
1654
+ .ds-pt-xl-1 {
1655
+ @apply xl:pt-1 !important;
1656
+ }
1657
+ .ds-pt-xl-1\.5 {
1658
+ @apply xl:pt-1.5 !important;
1659
+ }
1660
+ .ds-pt-xl-2 {
1661
+ @apply xl:pt-2 !important;
1662
+ }
1663
+ .ds-pt-xl-2\.5 {
1664
+ @apply xl:pt-2.5 !important;
1665
+ }
1666
+ .ds-pt-xl-3 {
1667
+ @apply xl:pt-3 !important;
1668
+ }
1669
+ .ds-pt-xl-3\.5 {
1670
+ @apply xl:pt-3.5 !important;
1671
+ }
1672
+ .ds-pt-xl-4 {
1673
+ @apply xl:pt-4 !important;
1674
+ }
1675
+ .ds-pt-xl-5 {
1676
+ @apply xl:pt-5 !important;
1677
+ }
1678
+ .ds-pt-xl-6 {
1679
+ @apply xl:pt-6 !important;
1680
+ }
1681
+ .ds-pt-xl-7 {
1682
+ @apply xl:pt-7 !important;
1683
+ }
1684
+ .ds-pt-xl-8 {
1685
+ @apply xl:pt-8 !important;
1686
+ }
1687
+ .ds-pt-xl-9 {
1688
+ @apply xl:pt-9 !important;
1689
+ }
1690
+ .ds-pt-xl-10 {
1691
+ @apply xl:pt-10 !important;
1692
+ }
1693
+ .ds-pt-xl-11 {
1694
+ @apply xl:pt-11 !important;
1695
+ }
1696
+ .ds-pt-xl-12 {
1697
+ @apply xl:pt-12 !important;
1698
+ }
1699
+ .ds-pt-xl-14 {
1700
+ @apply xl:pt-14 !important;
1701
+ }
1702
+ .ds-pt-xl-16 {
1703
+ @apply xl:pt-16 !important;
1704
+ }
1705
+ .ds-pt-xl-20 {
1706
+ @apply xl:pt-20 !important;
1707
+ }
1708
+ .ds-pt-xl-24 {
1709
+ @apply xl:pt-24 !important;
1710
+ }
1711
+ .ds-pt-xl-28 {
1712
+ @apply xl:pt-28 !important;
1713
+ }
1714
+ .ds-pt-xl-32 {
1715
+ @apply xl:pt-32 !important;
1716
+ }
1717
+ .ds-pt-xl-36 {
1718
+ @apply xl:pt-36 !important;
1719
+ }
1720
+ .ds-pt-xl-40 {
1721
+ @apply xl:pt-40 !important;
1722
+ }
1723
+ .ds-pt-xl-44 {
1724
+ @apply xl:pt-44 !important;
1725
+ }
1726
+ .ds-pt-xl-48 {
1727
+ @apply xl:pt-48 !important;
1728
+ }
1729
+ .ds-pt-xl-52 {
1730
+ @apply xl:pt-52 !important;
1731
+ }
1732
+ .ds-pt-xl-56 {
1733
+ @apply xl:pt-56 !important;
1734
+ }
1735
+ .ds-pt-xl-60 {
1736
+ @apply xl:pt-60 !important;
1737
+ }
1738
+ .ds-pt-xl-64 {
1739
+ @apply xl:pt-64 !important;
1740
+ }
1741
+ .ds-pt-xl-72 {
1742
+ @apply xl:pt-72 !important;
1743
+ }
1744
+ .ds-pt-xl-80 {
1745
+ @apply xl:pt-80 !important;
1746
+ }
1747
+ .ds-pt-xl-96 {
1748
+ @apply xl:pt-96 !important;
1749
+ }
1750
+ .ds-pr-xs-0 {
1751
+ @apply pr-0;
1752
+ }
1753
+ .ds-pr-xs-0\.5 {
1754
+ @apply pr-0.5;
1755
+ }
1756
+ .ds-pr-xs-1 {
1757
+ @apply pr-1;
1758
+ }
1759
+ .ds-pr-xs-1\.5 {
1760
+ @apply pr-1.5;
1761
+ }
1762
+ .ds-pr-xs-2 {
1763
+ @apply pr-2;
1764
+ }
1765
+ .ds-pr-xs-2\.5 {
1766
+ @apply pr-2.5;
1767
+ }
1768
+ .ds-pr-xs-3 {
1769
+ @apply pr-3;
1770
+ }
1771
+ .ds-pr-xs-3\.5 {
1772
+ @apply pr-3.5;
1773
+ }
1774
+ .ds-pr-xs-4 {
1775
+ @apply pr-4;
1776
+ }
1777
+ .ds-pr-xs-5 {
1778
+ @apply pr-5;
1779
+ }
1780
+ .ds-pr-xs-6 {
1781
+ @apply pr-6;
1782
+ }
1783
+ .ds-pr-xs-7 {
1784
+ @apply pr-7;
1785
+ }
1786
+ .ds-pr-xs-8 {
1787
+ @apply pr-8;
1788
+ }
1789
+ .ds-pr-xs-9 {
1790
+ @apply pr-9;
1791
+ }
1792
+ .ds-pr-xs-10 {
1793
+ @apply pr-10;
1794
+ }
1795
+ .ds-pr-xs-11 {
1796
+ @apply pr-11;
1797
+ }
1798
+ .ds-pr-xs-12 {
1799
+ @apply pr-12;
1800
+ }
1801
+ .ds-pr-xs-14 {
1802
+ @apply pr-14;
1803
+ }
1804
+ .ds-pr-xs-16 {
1805
+ @apply pr-16;
1806
+ }
1807
+ .ds-pr-xs-20 {
1808
+ @apply pr-20;
1809
+ }
1810
+ .ds-pr-xs-24 {
1811
+ @apply pr-24;
1812
+ }
1813
+ .ds-pr-xs-28 {
1814
+ @apply pr-28;
1815
+ }
1816
+ .ds-pr-xs-32 {
1817
+ @apply pr-32;
1818
+ }
1819
+ .ds-pr-xs-36 {
1820
+ @apply pr-36;
1821
+ }
1822
+ .ds-pr-xs-40 {
1823
+ @apply pr-40;
1824
+ }
1825
+ .ds-pr-xs-44 {
1826
+ @apply pr-44;
1827
+ }
1828
+ .ds-pr-xs-48 {
1829
+ @apply pr-48;
1830
+ }
1831
+ .ds-pr-xs-52 {
1832
+ @apply pr-52;
1833
+ }
1834
+ .ds-pr-xs-56 {
1835
+ @apply pr-56;
1836
+ }
1837
+ .ds-pr-xs-60 {
1838
+ @apply pr-60;
1839
+ }
1840
+ .ds-pr-xs-64 {
1841
+ @apply pr-64;
1842
+ }
1843
+ .ds-pr-xs-72 {
1844
+ @apply pr-72;
1845
+ }
1846
+ .ds-pr-xs-80 {
1847
+ @apply pr-80;
1848
+ }
1849
+ .ds-pr-xs-96 {
1850
+ @apply pr-96;
1851
+ }
1852
+ .ds-pr-sm-0 {
1853
+ @apply sm:pr-0 !important;
1854
+ }
1855
+ .ds-pr-sm-0\.5 {
1856
+ @apply sm:pr-0.5 !important;
1857
+ }
1858
+ .ds-pr-sm-1 {
1859
+ @apply sm:pr-1 !important;
1860
+ }
1861
+ .ds-pr-sm-1\.5 {
1862
+ @apply sm:pr-1.5 !important;
1863
+ }
1864
+ .ds-pr-sm-2 {
1865
+ @apply sm:pr-2 !important;
1866
+ }
1867
+ .ds-pr-sm-2\.5 {
1868
+ @apply sm:pr-2.5 !important;
1869
+ }
1870
+ .ds-pr-sm-3 {
1871
+ @apply sm:pr-3 !important;
1872
+ }
1873
+ .ds-pr-sm-3\.5 {
1874
+ @apply sm:pr-3.5 !important;
1875
+ }
1876
+ .ds-pr-sm-4 {
1877
+ @apply sm:pr-4 !important;
1878
+ }
1879
+ .ds-pr-sm-5 {
1880
+ @apply sm:pr-5 !important;
1881
+ }
1882
+ .ds-pr-sm-6 {
1883
+ @apply sm:pr-6 !important;
1884
+ }
1885
+ .ds-pr-sm-7 {
1886
+ @apply sm:pr-7 !important;
1887
+ }
1888
+ .ds-pr-sm-8 {
1889
+ @apply sm:pr-8 !important;
1890
+ }
1891
+ .ds-pr-sm-9 {
1892
+ @apply sm:pr-9 !important;
1893
+ }
1894
+ .ds-pr-sm-10 {
1895
+ @apply sm:pr-10 !important;
1896
+ }
1897
+ .ds-pr-sm-11 {
1898
+ @apply sm:pr-11 !important;
1899
+ }
1900
+ .ds-pr-sm-12 {
1901
+ @apply sm:pr-12 !important;
1902
+ }
1903
+ .ds-pr-sm-14 {
1904
+ @apply sm:pr-14 !important;
1905
+ }
1906
+ .ds-pr-sm-16 {
1907
+ @apply sm:pr-16 !important;
1908
+ }
1909
+ .ds-pr-sm-20 {
1910
+ @apply sm:pr-20 !important;
1911
+ }
1912
+ .ds-pr-sm-24 {
1913
+ @apply sm:pr-24 !important;
1914
+ }
1915
+ .ds-pr-sm-28 {
1916
+ @apply sm:pr-28 !important;
1917
+ }
1918
+ .ds-pr-sm-32 {
1919
+ @apply sm:pr-32 !important;
1920
+ }
1921
+ .ds-pr-sm-36 {
1922
+ @apply sm:pr-36 !important;
1923
+ }
1924
+ .ds-pr-sm-40 {
1925
+ @apply sm:pr-40 !important;
1926
+ }
1927
+ .ds-pr-sm-44 {
1928
+ @apply sm:pr-44 !important;
1929
+ }
1930
+ .ds-pr-sm-48 {
1931
+ @apply sm:pr-48 !important;
1932
+ }
1933
+ .ds-pr-sm-52 {
1934
+ @apply sm:pr-52 !important;
1935
+ }
1936
+ .ds-pr-sm-56 {
1937
+ @apply sm:pr-56 !important;
1938
+ }
1939
+ .ds-pr-sm-60 {
1940
+ @apply sm:pr-60 !important;
1941
+ }
1942
+ .ds-pr-sm-64 {
1943
+ @apply sm:pr-64 !important;
1944
+ }
1945
+ .ds-pr-sm-72 {
1946
+ @apply sm:pr-72 !important;
1947
+ }
1948
+ .ds-pr-sm-80 {
1949
+ @apply sm:pr-80 !important;
1950
+ }
1951
+ .ds-pr-sm-96 {
1952
+ @apply sm:pr-96 !important;
1953
+ }
1954
+ .ds-pr-md-0 {
1955
+ @apply md:pr-0 !important;
1956
+ }
1957
+ .ds-pr-md-0\.5 {
1958
+ @apply md:pr-0.5 !important;
1959
+ }
1960
+ .ds-pr-md-1 {
1961
+ @apply md:pr-1 !important;
1962
+ }
1963
+ .ds-pr-md-1\.5 {
1964
+ @apply md:pr-1.5 !important;
1965
+ }
1966
+ .ds-pr-md-2 {
1967
+ @apply md:pr-2 !important;
1968
+ }
1969
+ .ds-pr-md-2\.5 {
1970
+ @apply md:pr-2.5 !important;
1971
+ }
1972
+ .ds-pr-md-3 {
1973
+ @apply md:pr-3 !important;
1974
+ }
1975
+ .ds-pr-md-3\.5 {
1976
+ @apply md:pr-3.5 !important;
1977
+ }
1978
+ .ds-pr-md-4 {
1979
+ @apply md:pr-4 !important;
1980
+ }
1981
+ .ds-pr-md-5 {
1982
+ @apply md:pr-5 !important;
1983
+ }
1984
+ .ds-pr-md-6 {
1985
+ @apply md:pr-6 !important;
1986
+ }
1987
+ .ds-pr-md-7 {
1988
+ @apply md:pr-7 !important;
1989
+ }
1990
+ .ds-pr-md-8 {
1991
+ @apply md:pr-8 !important;
1992
+ }
1993
+ .ds-pr-md-9 {
1994
+ @apply md:pr-9 !important;
1995
+ }
1996
+ .ds-pr-md-10 {
1997
+ @apply md:pr-10 !important;
1998
+ }
1999
+ .ds-pr-md-11 {
2000
+ @apply md:pr-11 !important;
2001
+ }
2002
+ .ds-pr-md-12 {
2003
+ @apply md:pr-12 !important;
2004
+ }
2005
+ .ds-pr-md-14 {
2006
+ @apply md:pr-14 !important;
2007
+ }
2008
+ .ds-pr-md-16 {
2009
+ @apply md:pr-16 !important;
2010
+ }
2011
+ .ds-pr-md-20 {
2012
+ @apply md:pr-20 !important;
2013
+ }
2014
+ .ds-pr-md-24 {
2015
+ @apply md:pr-24 !important;
2016
+ }
2017
+ .ds-pr-md-28 {
2018
+ @apply md:pr-28 !important;
2019
+ }
2020
+ .ds-pr-md-32 {
2021
+ @apply md:pr-32 !important;
2022
+ }
2023
+ .ds-pr-md-36 {
2024
+ @apply md:pr-36 !important;
2025
+ }
2026
+ .ds-pr-md-40 {
2027
+ @apply md:pr-40 !important;
2028
+ }
2029
+ .ds-pr-md-44 {
2030
+ @apply md:pr-44 !important;
2031
+ }
2032
+ .ds-pr-md-48 {
2033
+ @apply md:pr-48 !important;
2034
+ }
2035
+ .ds-pr-md-52 {
2036
+ @apply md:pr-52 !important;
2037
+ }
2038
+ .ds-pr-md-56 {
2039
+ @apply md:pr-56 !important;
2040
+ }
2041
+ .ds-pr-md-60 {
2042
+ @apply md:pr-60 !important;
2043
+ }
2044
+ .ds-pr-md-64 {
2045
+ @apply md:pr-64 !important;
2046
+ }
2047
+ .ds-pr-md-72 {
2048
+ @apply md:pr-72 !important;
2049
+ }
2050
+ .ds-pr-md-80 {
2051
+ @apply md:pr-80 !important;
2052
+ }
2053
+ .ds-pr-md-96 {
2054
+ @apply md:pr-96 !important;
2055
+ }
2056
+ .ds-pr-lg-0 {
2057
+ @apply lg:pr-0 !important;
2058
+ }
2059
+ .ds-pr-lg-0\.5 {
2060
+ @apply lg:pr-0.5 !important;
2061
+ }
2062
+ .ds-pr-lg-1 {
2063
+ @apply lg:pr-1 !important;
2064
+ }
2065
+ .ds-pr-lg-1\.5 {
2066
+ @apply lg:pr-1.5 !important;
2067
+ }
2068
+ .ds-pr-lg-2 {
2069
+ @apply lg:pr-2 !important;
2070
+ }
2071
+ .ds-pr-lg-2\.5 {
2072
+ @apply lg:pr-2.5 !important;
2073
+ }
2074
+ .ds-pr-lg-3 {
2075
+ @apply lg:pr-3 !important;
2076
+ }
2077
+ .ds-pr-lg-3\.5 {
2078
+ @apply lg:pr-3.5 !important;
2079
+ }
2080
+ .ds-pr-lg-4 {
2081
+ @apply lg:pr-4 !important;
2082
+ }
2083
+ .ds-pr-lg-5 {
2084
+ @apply lg:pr-5 !important;
2085
+ }
2086
+ .ds-pr-lg-6 {
2087
+ @apply lg:pr-6 !important;
2088
+ }
2089
+ .ds-pr-lg-7 {
2090
+ @apply lg:pr-7 !important;
2091
+ }
2092
+ .ds-pr-lg-8 {
2093
+ @apply lg:pr-8 !important;
2094
+ }
2095
+ .ds-pr-lg-9 {
2096
+ @apply lg:pr-9 !important;
2097
+ }
2098
+ .ds-pr-lg-10 {
2099
+ @apply lg:pr-10 !important;
2100
+ }
2101
+ .ds-pr-lg-11 {
2102
+ @apply lg:pr-11 !important;
2103
+ }
2104
+ .ds-pr-lg-12 {
2105
+ @apply lg:pr-12 !important;
2106
+ }
2107
+ .ds-pr-lg-14 {
2108
+ @apply lg:pr-14 !important;
2109
+ }
2110
+ .ds-pr-lg-16 {
2111
+ @apply lg:pr-16 !important;
2112
+ }
2113
+ .ds-pr-lg-20 {
2114
+ @apply lg:pr-20 !important;
2115
+ }
2116
+ .ds-pr-lg-24 {
2117
+ @apply lg:pr-24 !important;
2118
+ }
2119
+ .ds-pr-lg-28 {
2120
+ @apply lg:pr-28 !important;
2121
+ }
2122
+ .ds-pr-lg-32 {
2123
+ @apply lg:pr-32 !important;
2124
+ }
2125
+ .ds-pr-lg-36 {
2126
+ @apply lg:pr-36 !important;
2127
+ }
2128
+ .ds-pr-lg-40 {
2129
+ @apply lg:pr-40 !important;
2130
+ }
2131
+ .ds-pr-lg-44 {
2132
+ @apply lg:pr-44 !important;
2133
+ }
2134
+ .ds-pr-lg-48 {
2135
+ @apply lg:pr-48 !important;
2136
+ }
2137
+ .ds-pr-lg-52 {
2138
+ @apply lg:pr-52 !important;
2139
+ }
2140
+ .ds-pr-lg-56 {
2141
+ @apply lg:pr-56 !important;
2142
+ }
2143
+ .ds-pr-lg-60 {
2144
+ @apply lg:pr-60 !important;
2145
+ }
2146
+ .ds-pr-lg-64 {
2147
+ @apply lg:pr-64 !important;
2148
+ }
2149
+ .ds-pr-lg-72 {
2150
+ @apply lg:pr-72 !important;
2151
+ }
2152
+ .ds-pr-lg-80 {
2153
+ @apply lg:pr-80 !important;
2154
+ }
2155
+ .ds-pr-lg-96 {
2156
+ @apply lg:pr-96 !important;
2157
+ }
2158
+ .ds-pr-xl-0 {
2159
+ @apply xl:pr-0 !important;
2160
+ }
2161
+ .ds-pr-xl-0\.5 {
2162
+ @apply xl:pr-0.5 !important;
2163
+ }
2164
+ .ds-pr-xl-1 {
2165
+ @apply xl:pr-1 !important;
2166
+ }
2167
+ .ds-pr-xl-1\.5 {
2168
+ @apply xl:pr-1.5 !important;
2169
+ }
2170
+ .ds-pr-xl-2 {
2171
+ @apply xl:pr-2 !important;
2172
+ }
2173
+ .ds-pr-xl-2\.5 {
2174
+ @apply xl:pr-2.5 !important;
2175
+ }
2176
+ .ds-pr-xl-3 {
2177
+ @apply xl:pr-3 !important;
2178
+ }
2179
+ .ds-pr-xl-3\.5 {
2180
+ @apply xl:pr-3.5 !important;
2181
+ }
2182
+ .ds-pr-xl-4 {
2183
+ @apply xl:pr-4 !important;
2184
+ }
2185
+ .ds-pr-xl-5 {
2186
+ @apply xl:pr-5 !important;
2187
+ }
2188
+ .ds-pr-xl-6 {
2189
+ @apply xl:pr-6 !important;
2190
+ }
2191
+ .ds-pr-xl-7 {
2192
+ @apply xl:pr-7 !important;
2193
+ }
2194
+ .ds-pr-xl-8 {
2195
+ @apply xl:pr-8 !important;
2196
+ }
2197
+ .ds-pr-xl-9 {
2198
+ @apply xl:pr-9 !important;
2199
+ }
2200
+ .ds-pr-xl-10 {
2201
+ @apply xl:pr-10 !important;
2202
+ }
2203
+ .ds-pr-xl-11 {
2204
+ @apply xl:pr-11 !important;
2205
+ }
2206
+ .ds-pr-xl-12 {
2207
+ @apply xl:pr-12 !important;
2208
+ }
2209
+ .ds-pr-xl-14 {
2210
+ @apply xl:pr-14 !important;
2211
+ }
2212
+ .ds-pr-xl-16 {
2213
+ @apply xl:pr-16 !important;
2214
+ }
2215
+ .ds-pr-xl-20 {
2216
+ @apply xl:pr-20 !important;
2217
+ }
2218
+ .ds-pr-xl-24 {
2219
+ @apply xl:pr-24 !important;
2220
+ }
2221
+ .ds-pr-xl-28 {
2222
+ @apply xl:pr-28 !important;
2223
+ }
2224
+ .ds-pr-xl-32 {
2225
+ @apply xl:pr-32 !important;
2226
+ }
2227
+ .ds-pr-xl-36 {
2228
+ @apply xl:pr-36 !important;
2229
+ }
2230
+ .ds-pr-xl-40 {
2231
+ @apply xl:pr-40 !important;
2232
+ }
2233
+ .ds-pr-xl-44 {
2234
+ @apply xl:pr-44 !important;
2235
+ }
2236
+ .ds-pr-xl-48 {
2237
+ @apply xl:pr-48 !important;
2238
+ }
2239
+ .ds-pr-xl-52 {
2240
+ @apply xl:pr-52 !important;
2241
+ }
2242
+ .ds-pr-xl-56 {
2243
+ @apply xl:pr-56 !important;
2244
+ }
2245
+ .ds-pr-xl-60 {
2246
+ @apply xl:pr-60 !important;
2247
+ }
2248
+ .ds-pr-xl-64 {
2249
+ @apply xl:pr-64 !important;
2250
+ }
2251
+ .ds-pr-xl-72 {
2252
+ @apply xl:pr-72 !important;
2253
+ }
2254
+ .ds-pr-xl-80 {
2255
+ @apply xl:pr-80 !important;
2256
+ }
2257
+ .ds-pr-xl-96 {
2258
+ @apply xl:pr-96 !important;
2259
+ }
2260
+ .ds-pb-xs-0 {
2261
+ @apply pb-0;
2262
+ }
2263
+ .ds-pb-xs-0\.5 {
2264
+ @apply pb-0.5;
2265
+ }
2266
+ .ds-pb-xs-1 {
2267
+ @apply pb-1;
2268
+ }
2269
+ .ds-pb-xs-1\.5 {
2270
+ @apply pb-1.5;
2271
+ }
2272
+ .ds-pb-xs-2 {
2273
+ @apply pb-2;
2274
+ }
2275
+ .ds-pb-xs-2\.5 {
2276
+ @apply pb-2.5;
2277
+ }
2278
+ .ds-pb-xs-3 {
2279
+ @apply pb-3;
2280
+ }
2281
+ .ds-pb-xs-3\.5 {
2282
+ @apply pb-3.5;
2283
+ }
2284
+ .ds-pb-xs-4 {
2285
+ @apply pb-4;
2286
+ }
2287
+ .ds-pb-xs-5 {
2288
+ @apply pb-5;
2289
+ }
2290
+ .ds-pb-xs-6 {
2291
+ @apply pb-6;
2292
+ }
2293
+ .ds-pb-xs-7 {
2294
+ @apply pb-7;
2295
+ }
2296
+ .ds-pb-xs-8 {
2297
+ @apply pb-8;
2298
+ }
2299
+ .ds-pb-xs-9 {
2300
+ @apply pb-9;
2301
+ }
2302
+ .ds-pb-xs-10 {
2303
+ @apply pb-10;
2304
+ }
2305
+ .ds-pb-xs-11 {
2306
+ @apply pb-11;
2307
+ }
2308
+ .ds-pb-xs-12 {
2309
+ @apply pb-12;
2310
+ }
2311
+ .ds-pb-xs-14 {
2312
+ @apply pb-14;
2313
+ }
2314
+ .ds-pb-xs-16 {
2315
+ @apply pb-16;
2316
+ }
2317
+ .ds-pb-xs-20 {
2318
+ @apply pb-20;
2319
+ }
2320
+ .ds-pb-xs-24 {
2321
+ @apply pb-24;
2322
+ }
2323
+ .ds-pb-xs-28 {
2324
+ @apply pb-28;
2325
+ }
2326
+ .ds-pb-xs-32 {
2327
+ @apply pb-32;
2328
+ }
2329
+ .ds-pb-xs-36 {
2330
+ @apply pb-36;
2331
+ }
2332
+ .ds-pb-xs-40 {
2333
+ @apply pb-40;
2334
+ }
2335
+ .ds-pb-xs-44 {
2336
+ @apply pb-44;
2337
+ }
2338
+ .ds-pb-xs-48 {
2339
+ @apply pb-48;
2340
+ }
2341
+ .ds-pb-xs-52 {
2342
+ @apply pb-52;
2343
+ }
2344
+ .ds-pb-xs-56 {
2345
+ @apply pb-56;
2346
+ }
2347
+ .ds-pb-xs-60 {
2348
+ @apply pb-60;
2349
+ }
2350
+ .ds-pb-xs-64 {
2351
+ @apply pb-64;
2352
+ }
2353
+ .ds-pb-xs-72 {
2354
+ @apply pb-72;
2355
+ }
2356
+ .ds-pb-xs-80 {
2357
+ @apply pb-80;
2358
+ }
2359
+ .ds-pb-xs-96 {
2360
+ @apply pb-96;
2361
+ }
2362
+ .ds-pb-sm-0 {
2363
+ @apply sm:pb-0 !important;
2364
+ }
2365
+ .ds-pb-sm-0\.5 {
2366
+ @apply sm:pb-0.5 !important;
2367
+ }
2368
+ .ds-pb-sm-1 {
2369
+ @apply sm:pb-1 !important;
2370
+ }
2371
+ .ds-pb-sm-1\.5 {
2372
+ @apply sm:pb-1.5 !important;
2373
+ }
2374
+ .ds-pb-sm-2 {
2375
+ @apply sm:pb-2 !important;
2376
+ }
2377
+ .ds-pb-sm-2\.5 {
2378
+ @apply sm:pb-2.5 !important;
2379
+ }
2380
+ .ds-pb-sm-3 {
2381
+ @apply sm:pb-3 !important;
2382
+ }
2383
+ .ds-pb-sm-3\.5 {
2384
+ @apply sm:pb-3.5 !important;
2385
+ }
2386
+ .ds-pb-sm-4 {
2387
+ @apply sm:pb-4 !important;
2388
+ }
2389
+ .ds-pb-sm-5 {
2390
+ @apply sm:pb-5 !important;
2391
+ }
2392
+ .ds-pb-sm-6 {
2393
+ @apply sm:pb-6 !important;
2394
+ }
2395
+ .ds-pb-sm-7 {
2396
+ @apply sm:pb-7 !important;
2397
+ }
2398
+ .ds-pb-sm-8 {
2399
+ @apply sm:pb-8 !important;
2400
+ }
2401
+ .ds-pb-sm-9 {
2402
+ @apply sm:pb-9 !important;
2403
+ }
2404
+ .ds-pb-sm-10 {
2405
+ @apply sm:pb-10 !important;
2406
+ }
2407
+ .ds-pb-sm-11 {
2408
+ @apply sm:pb-11 !important;
2409
+ }
2410
+ .ds-pb-sm-12 {
2411
+ @apply sm:pb-12 !important;
2412
+ }
2413
+ .ds-pb-sm-14 {
2414
+ @apply sm:pb-14 !important;
2415
+ }
2416
+ .ds-pb-sm-16 {
2417
+ @apply sm:pb-16 !important;
2418
+ }
2419
+ .ds-pb-sm-20 {
2420
+ @apply sm:pb-20 !important;
2421
+ }
2422
+ .ds-pb-sm-24 {
2423
+ @apply sm:pb-24 !important;
2424
+ }
2425
+ .ds-pb-sm-28 {
2426
+ @apply sm:pb-28 !important;
2427
+ }
2428
+ .ds-pb-sm-32 {
2429
+ @apply sm:pb-32 !important;
2430
+ }
2431
+ .ds-pb-sm-36 {
2432
+ @apply sm:pb-36 !important;
2433
+ }
2434
+ .ds-pb-sm-40 {
2435
+ @apply sm:pb-40 !important;
2436
+ }
2437
+ .ds-pb-sm-44 {
2438
+ @apply sm:pb-44 !important;
2439
+ }
2440
+ .ds-pb-sm-48 {
2441
+ @apply sm:pb-48 !important;
2442
+ }
2443
+ .ds-pb-sm-52 {
2444
+ @apply sm:pb-52 !important;
2445
+ }
2446
+ .ds-pb-sm-56 {
2447
+ @apply sm:pb-56 !important;
2448
+ }
2449
+ .ds-pb-sm-60 {
2450
+ @apply sm:pb-60 !important;
2451
+ }
2452
+ .ds-pb-sm-64 {
2453
+ @apply sm:pb-64 !important;
2454
+ }
2455
+ .ds-pb-sm-72 {
2456
+ @apply sm:pb-72 !important;
2457
+ }
2458
+ .ds-pb-sm-80 {
2459
+ @apply sm:pb-80 !important;
2460
+ }
2461
+ .ds-pb-sm-96 {
2462
+ @apply sm:pb-96 !important;
2463
+ }
2464
+ .ds-pb-md-0 {
2465
+ @apply md:pb-0 !important;
2466
+ }
2467
+ .ds-pb-md-0\.5 {
2468
+ @apply md:pb-0.5 !important;
2469
+ }
2470
+ .ds-pb-md-1 {
2471
+ @apply md:pb-1 !important;
2472
+ }
2473
+ .ds-pb-md-1\.5 {
2474
+ @apply md:pb-1.5 !important;
2475
+ }
2476
+ .ds-pb-md-2 {
2477
+ @apply md:pb-2 !important;
2478
+ }
2479
+ .ds-pb-md-2\.5 {
2480
+ @apply md:pb-2.5 !important;
2481
+ }
2482
+ .ds-pb-md-3 {
2483
+ @apply md:pb-3 !important;
2484
+ }
2485
+ .ds-pb-md-3\.5 {
2486
+ @apply md:pb-3.5 !important;
2487
+ }
2488
+ .ds-pb-md-4 {
2489
+ @apply md:pb-4 !important;
2490
+ }
2491
+ .ds-pb-md-5 {
2492
+ @apply md:pb-5 !important;
2493
+ }
2494
+ .ds-pb-md-6 {
2495
+ @apply md:pb-6 !important;
2496
+ }
2497
+ .ds-pb-md-7 {
2498
+ @apply md:pb-7 !important;
2499
+ }
2500
+ .ds-pb-md-8 {
2501
+ @apply md:pb-8 !important;
2502
+ }
2503
+ .ds-pb-md-9 {
2504
+ @apply md:pb-9 !important;
2505
+ }
2506
+ .ds-pb-md-10 {
2507
+ @apply md:pb-10 !important;
2508
+ }
2509
+ .ds-pb-md-11 {
2510
+ @apply md:pb-11 !important;
2511
+ }
2512
+ .ds-pb-md-12 {
2513
+ @apply md:pb-12 !important;
2514
+ }
2515
+ .ds-pb-md-14 {
2516
+ @apply md:pb-14 !important;
2517
+ }
2518
+ .ds-pb-md-16 {
2519
+ @apply md:pb-16 !important;
2520
+ }
2521
+ .ds-pb-md-20 {
2522
+ @apply md:pb-20 !important;
2523
+ }
2524
+ .ds-pb-md-24 {
2525
+ @apply md:pb-24 !important;
2526
+ }
2527
+ .ds-pb-md-28 {
2528
+ @apply md:pb-28 !important;
2529
+ }
2530
+ .ds-pb-md-32 {
2531
+ @apply md:pb-32 !important;
2532
+ }
2533
+ .ds-pb-md-36 {
2534
+ @apply md:pb-36 !important;
2535
+ }
2536
+ .ds-pb-md-40 {
2537
+ @apply md:pb-40 !important;
2538
+ }
2539
+ .ds-pb-md-44 {
2540
+ @apply md:pb-44 !important;
2541
+ }
2542
+ .ds-pb-md-48 {
2543
+ @apply md:pb-48 !important;
2544
+ }
2545
+ .ds-pb-md-52 {
2546
+ @apply md:pb-52 !important;
2547
+ }
2548
+ .ds-pb-md-56 {
2549
+ @apply md:pb-56 !important;
2550
+ }
2551
+ .ds-pb-md-60 {
2552
+ @apply md:pb-60 !important;
2553
+ }
2554
+ .ds-pb-md-64 {
2555
+ @apply md:pb-64 !important;
2556
+ }
2557
+ .ds-pb-md-72 {
2558
+ @apply md:pb-72 !important;
2559
+ }
2560
+ .ds-pb-md-80 {
2561
+ @apply md:pb-80 !important;
2562
+ }
2563
+ .ds-pb-md-96 {
2564
+ @apply md:pb-96 !important;
2565
+ }
2566
+ .ds-pb-lg-0 {
2567
+ @apply lg:pb-0 !important;
2568
+ }
2569
+ .ds-pb-lg-0\.5 {
2570
+ @apply lg:pb-0.5 !important;
2571
+ }
2572
+ .ds-pb-lg-1 {
2573
+ @apply lg:pb-1 !important;
2574
+ }
2575
+ .ds-pb-lg-1\.5 {
2576
+ @apply lg:pb-1.5 !important;
2577
+ }
2578
+ .ds-pb-lg-2 {
2579
+ @apply lg:pb-2 !important;
2580
+ }
2581
+ .ds-pb-lg-2\.5 {
2582
+ @apply lg:pb-2.5 !important;
2583
+ }
2584
+ .ds-pb-lg-3 {
2585
+ @apply lg:pb-3 !important;
2586
+ }
2587
+ .ds-pb-lg-3\.5 {
2588
+ @apply lg:pb-3.5 !important;
2589
+ }
2590
+ .ds-pb-lg-4 {
2591
+ @apply lg:pb-4 !important;
2592
+ }
2593
+ .ds-pb-lg-5 {
2594
+ @apply lg:pb-5 !important;
2595
+ }
2596
+ .ds-pb-lg-6 {
2597
+ @apply lg:pb-6 !important;
2598
+ }
2599
+ .ds-pb-lg-7 {
2600
+ @apply lg:pb-7 !important;
2601
+ }
2602
+ .ds-pb-lg-8 {
2603
+ @apply lg:pb-8 !important;
2604
+ }
2605
+ .ds-pb-lg-9 {
2606
+ @apply lg:pb-9 !important;
2607
+ }
2608
+ .ds-pb-lg-10 {
2609
+ @apply lg:pb-10 !important;
2610
+ }
2611
+ .ds-pb-lg-11 {
2612
+ @apply lg:pb-11 !important;
2613
+ }
2614
+ .ds-pb-lg-12 {
2615
+ @apply lg:pb-12 !important;
2616
+ }
2617
+ .ds-pb-lg-14 {
2618
+ @apply lg:pb-14 !important;
2619
+ }
2620
+ .ds-pb-lg-16 {
2621
+ @apply lg:pb-16 !important;
2622
+ }
2623
+ .ds-pb-lg-20 {
2624
+ @apply lg:pb-20 !important;
2625
+ }
2626
+ .ds-pb-lg-24 {
2627
+ @apply lg:pb-24 !important;
2628
+ }
2629
+ .ds-pb-lg-28 {
2630
+ @apply lg:pb-28 !important;
2631
+ }
2632
+ .ds-pb-lg-32 {
2633
+ @apply lg:pb-32 !important;
2634
+ }
2635
+ .ds-pb-lg-36 {
2636
+ @apply lg:pb-36 !important;
2637
+ }
2638
+ .ds-pb-lg-40 {
2639
+ @apply lg:pb-40 !important;
2640
+ }
2641
+ .ds-pb-lg-44 {
2642
+ @apply lg:pb-44 !important;
2643
+ }
2644
+ .ds-pb-lg-48 {
2645
+ @apply lg:pb-48 !important;
2646
+ }
2647
+ .ds-pb-lg-52 {
2648
+ @apply lg:pb-52 !important;
2649
+ }
2650
+ .ds-pb-lg-56 {
2651
+ @apply lg:pb-56 !important;
2652
+ }
2653
+ .ds-pb-lg-60 {
2654
+ @apply lg:pb-60 !important;
2655
+ }
2656
+ .ds-pb-lg-64 {
2657
+ @apply lg:pb-64 !important;
2658
+ }
2659
+ .ds-pb-lg-72 {
2660
+ @apply lg:pb-72 !important;
2661
+ }
2662
+ .ds-pb-lg-80 {
2663
+ @apply lg:pb-80 !important;
2664
+ }
2665
+ .ds-pb-lg-96 {
2666
+ @apply lg:pb-96 !important;
2667
+ }
2668
+ .ds-pb-xl-0 {
2669
+ @apply xl:pb-0 !important;
2670
+ }
2671
+ .ds-pb-xl-0\.5 {
2672
+ @apply xl:pb-0.5 !important;
2673
+ }
2674
+ .ds-pb-xl-1 {
2675
+ @apply xl:pb-1 !important;
2676
+ }
2677
+ .ds-pb-xl-1\.5 {
2678
+ @apply xl:pb-1.5 !important;
2679
+ }
2680
+ .ds-pb-xl-2 {
2681
+ @apply xl:pb-2 !important;
2682
+ }
2683
+ .ds-pb-xl-2\.5 {
2684
+ @apply xl:pb-2.5 !important;
2685
+ }
2686
+ .ds-pb-xl-3 {
2687
+ @apply xl:pb-3 !important;
2688
+ }
2689
+ .ds-pb-xl-3\.5 {
2690
+ @apply xl:pb-3.5 !important;
2691
+ }
2692
+ .ds-pb-xl-4 {
2693
+ @apply xl:pb-4 !important;
2694
+ }
2695
+ .ds-pb-xl-5 {
2696
+ @apply xl:pb-5 !important;
2697
+ }
2698
+ .ds-pb-xl-6 {
2699
+ @apply xl:pb-6 !important;
2700
+ }
2701
+ .ds-pb-xl-7 {
2702
+ @apply xl:pb-7 !important;
2703
+ }
2704
+ .ds-pb-xl-8 {
2705
+ @apply xl:pb-8 !important;
2706
+ }
2707
+ .ds-pb-xl-9 {
2708
+ @apply xl:pb-9 !important;
2709
+ }
2710
+ .ds-pb-xl-10 {
2711
+ @apply xl:pb-10 !important;
2712
+ }
2713
+ .ds-pb-xl-11 {
2714
+ @apply xl:pb-11 !important;
2715
+ }
2716
+ .ds-pb-xl-12 {
2717
+ @apply xl:pb-12 !important;
2718
+ }
2719
+ .ds-pb-xl-14 {
2720
+ @apply xl:pb-14 !important;
2721
+ }
2722
+ .ds-pb-xl-16 {
2723
+ @apply xl:pb-16 !important;
2724
+ }
2725
+ .ds-pb-xl-20 {
2726
+ @apply xl:pb-20 !important;
2727
+ }
2728
+ .ds-pb-xl-24 {
2729
+ @apply xl:pb-24 !important;
2730
+ }
2731
+ .ds-pb-xl-28 {
2732
+ @apply xl:pb-28 !important;
2733
+ }
2734
+ .ds-pb-xl-32 {
2735
+ @apply xl:pb-32 !important;
2736
+ }
2737
+ .ds-pb-xl-36 {
2738
+ @apply xl:pb-36 !important;
2739
+ }
2740
+ .ds-pb-xl-40 {
2741
+ @apply xl:pb-40 !important;
2742
+ }
2743
+ .ds-pb-xl-44 {
2744
+ @apply xl:pb-44 !important;
2745
+ }
2746
+ .ds-pb-xl-48 {
2747
+ @apply xl:pb-48 !important;
2748
+ }
2749
+ .ds-pb-xl-52 {
2750
+ @apply xl:pb-52 !important;
2751
+ }
2752
+ .ds-pb-xl-56 {
2753
+ @apply xl:pb-56 !important;
2754
+ }
2755
+ .ds-pb-xl-60 {
2756
+ @apply xl:pb-60 !important;
2757
+ }
2758
+ .ds-pb-xl-64 {
2759
+ @apply xl:pb-64 !important;
2760
+ }
2761
+ .ds-pb-xl-72 {
2762
+ @apply xl:pb-72 !important;
2763
+ }
2764
+ .ds-pb-xl-80 {
2765
+ @apply xl:pb-80 !important;
2766
+ }
2767
+ .ds-pb-xl-96 {
2768
+ @apply xl:pb-96 !important;
2769
+ }
2770
+ .ds-pl-xs-0 {
2771
+ @apply pl-0;
2772
+ }
2773
+ .ds-pl-xs-0\.5 {
2774
+ @apply pl-0.5;
2775
+ }
2776
+ .ds-pl-xs-1 {
2777
+ @apply pl-1;
2778
+ }
2779
+ .ds-pl-xs-1\.5 {
2780
+ @apply pl-1.5;
2781
+ }
2782
+ .ds-pl-xs-2 {
2783
+ @apply pl-2;
2784
+ }
2785
+ .ds-pl-xs-2\.5 {
2786
+ @apply pl-2.5;
2787
+ }
2788
+ .ds-pl-xs-3 {
2789
+ @apply pl-3;
2790
+ }
2791
+ .ds-pl-xs-3\.5 {
2792
+ @apply pl-3.5;
2793
+ }
2794
+ .ds-pl-xs-4 {
2795
+ @apply pl-4;
2796
+ }
2797
+ .ds-pl-xs-5 {
2798
+ @apply pl-5;
2799
+ }
2800
+ .ds-pl-xs-6 {
2801
+ @apply pl-6;
2802
+ }
2803
+ .ds-pl-xs-7 {
2804
+ @apply pl-7;
2805
+ }
2806
+ .ds-pl-xs-8 {
2807
+ @apply pl-8;
2808
+ }
2809
+ .ds-pl-xs-9 {
2810
+ @apply pl-9;
2811
+ }
2812
+ .ds-pl-xs-10 {
2813
+ @apply pl-10;
2814
+ }
2815
+ .ds-pl-xs-11 {
2816
+ @apply pl-11;
2817
+ }
2818
+ .ds-pl-xs-12 {
2819
+ @apply pl-12;
2820
+ }
2821
+ .ds-pl-xs-14 {
2822
+ @apply pl-14;
2823
+ }
2824
+ .ds-pl-xs-16 {
2825
+ @apply pl-16;
2826
+ }
2827
+ .ds-pl-xs-20 {
2828
+ @apply pl-20;
2829
+ }
2830
+ .ds-pl-xs-24 {
2831
+ @apply pl-24;
2832
+ }
2833
+ .ds-pl-xs-28 {
2834
+ @apply pl-28;
2835
+ }
2836
+ .ds-pl-xs-32 {
2837
+ @apply pl-32;
2838
+ }
2839
+ .ds-pl-xs-36 {
2840
+ @apply pl-36;
2841
+ }
2842
+ .ds-pl-xs-40 {
2843
+ @apply pl-40;
2844
+ }
2845
+ .ds-pl-xs-44 {
2846
+ @apply pl-44;
2847
+ }
2848
+ .ds-pl-xs-48 {
2849
+ @apply pl-48;
2850
+ }
2851
+ .ds-pl-xs-52 {
2852
+ @apply pl-52;
2853
+ }
2854
+ .ds-pl-xs-56 {
2855
+ @apply pl-56;
2856
+ }
2857
+ .ds-pl-xs-60 {
2858
+ @apply pl-60;
2859
+ }
2860
+ .ds-pl-xs-64 {
2861
+ @apply pl-64;
2862
+ }
2863
+ .ds-pl-xs-72 {
2864
+ @apply pl-72;
2865
+ }
2866
+ .ds-pl-xs-80 {
2867
+ @apply pl-80;
2868
+ }
2869
+ .ds-pl-xs-96 {
2870
+ @apply pl-96;
2871
+ }
2872
+ .ds-pl-sm-0 {
2873
+ @apply sm:pl-0 !important;
2874
+ }
2875
+ .ds-pl-sm-0\.5 {
2876
+ @apply sm:pl-0.5 !important;
2877
+ }
2878
+ .ds-pl-sm-1 {
2879
+ @apply sm:pl-1 !important;
2880
+ }
2881
+ .ds-pl-sm-1\.5 {
2882
+ @apply sm:pl-1.5 !important;
2883
+ }
2884
+ .ds-pl-sm-2 {
2885
+ @apply sm:pl-2 !important;
2886
+ }
2887
+ .ds-pl-sm-2\.5 {
2888
+ @apply sm:pl-2.5 !important;
2889
+ }
2890
+ .ds-pl-sm-3 {
2891
+ @apply sm:pl-3 !important;
2892
+ }
2893
+ .ds-pl-sm-3\.5 {
2894
+ @apply sm:pl-3.5 !important;
2895
+ }
2896
+ .ds-pl-sm-4 {
2897
+ @apply sm:pl-4 !important;
2898
+ }
2899
+ .ds-pl-sm-5 {
2900
+ @apply sm:pl-5 !important;
2901
+ }
2902
+ .ds-pl-sm-6 {
2903
+ @apply sm:pl-6 !important;
2904
+ }
2905
+ .ds-pl-sm-7 {
2906
+ @apply sm:pl-7 !important;
2907
+ }
2908
+ .ds-pl-sm-8 {
2909
+ @apply sm:pl-8 !important;
2910
+ }
2911
+ .ds-pl-sm-9 {
2912
+ @apply sm:pl-9 !important;
2913
+ }
2914
+ .ds-pl-sm-10 {
2915
+ @apply sm:pl-10 !important;
2916
+ }
2917
+ .ds-pl-sm-11 {
2918
+ @apply sm:pl-11 !important;
2919
+ }
2920
+ .ds-pl-sm-12 {
2921
+ @apply sm:pl-12 !important;
2922
+ }
2923
+ .ds-pl-sm-14 {
2924
+ @apply sm:pl-14 !important;
2925
+ }
2926
+ .ds-pl-sm-16 {
2927
+ @apply sm:pl-16 !important;
2928
+ }
2929
+ .ds-pl-sm-20 {
2930
+ @apply sm:pl-20 !important;
2931
+ }
2932
+ .ds-pl-sm-24 {
2933
+ @apply sm:pl-24 !important;
2934
+ }
2935
+ .ds-pl-sm-28 {
2936
+ @apply sm:pl-28 !important;
2937
+ }
2938
+ .ds-pl-sm-32 {
2939
+ @apply sm:pl-32 !important;
2940
+ }
2941
+ .ds-pl-sm-36 {
2942
+ @apply sm:pl-36 !important;
2943
+ }
2944
+ .ds-pl-sm-40 {
2945
+ @apply sm:pl-40 !important;
2946
+ }
2947
+ .ds-pl-sm-44 {
2948
+ @apply sm:pl-44 !important;
2949
+ }
2950
+ .ds-pl-sm-48 {
2951
+ @apply sm:pl-48 !important;
2952
+ }
2953
+ .ds-pl-sm-52 {
2954
+ @apply sm:pl-52 !important;
2955
+ }
2956
+ .ds-pl-sm-56 {
2957
+ @apply sm:pl-56 !important;
2958
+ }
2959
+ .ds-pl-sm-60 {
2960
+ @apply sm:pl-60 !important;
2961
+ }
2962
+ .ds-pl-sm-64 {
2963
+ @apply sm:pl-64 !important;
2964
+ }
2965
+ .ds-pl-sm-72 {
2966
+ @apply sm:pl-72 !important;
2967
+ }
2968
+ .ds-pl-sm-80 {
2969
+ @apply sm:pl-80 !important;
2970
+ }
2971
+ .ds-pl-sm-96 {
2972
+ @apply sm:pl-96 !important;
2973
+ }
2974
+ .ds-pl-md-0 {
2975
+ @apply md:pl-0 !important;
2976
+ }
2977
+ .ds-pl-md-0\.5 {
2978
+ @apply md:pl-0.5 !important;
2979
+ }
2980
+ .ds-pl-md-1 {
2981
+ @apply md:pl-1 !important;
2982
+ }
2983
+ .ds-pl-md-1\.5 {
2984
+ @apply md:pl-1.5 !important;
2985
+ }
2986
+ .ds-pl-md-2 {
2987
+ @apply md:pl-2 !important;
2988
+ }
2989
+ .ds-pl-md-2\.5 {
2990
+ @apply md:pl-2.5 !important;
2991
+ }
2992
+ .ds-pl-md-3 {
2993
+ @apply md:pl-3 !important;
2994
+ }
2995
+ .ds-pl-md-3\.5 {
2996
+ @apply md:pl-3.5 !important;
2997
+ }
2998
+ .ds-pl-md-4 {
2999
+ @apply md:pl-4 !important;
3000
+ }
3001
+ .ds-pl-md-5 {
3002
+ @apply md:pl-5 !important;
3003
+ }
3004
+ .ds-pl-md-6 {
3005
+ @apply md:pl-6 !important;
3006
+ }
3007
+ .ds-pl-md-7 {
3008
+ @apply md:pl-7 !important;
3009
+ }
3010
+ .ds-pl-md-8 {
3011
+ @apply md:pl-8 !important;
3012
+ }
3013
+ .ds-pl-md-9 {
3014
+ @apply md:pl-9 !important;
3015
+ }
3016
+ .ds-pl-md-10 {
3017
+ @apply md:pl-10 !important;
3018
+ }
3019
+ .ds-pl-md-11 {
3020
+ @apply md:pl-11 !important;
3021
+ }
3022
+ .ds-pl-md-12 {
3023
+ @apply md:pl-12 !important;
3024
+ }
3025
+ .ds-pl-md-14 {
3026
+ @apply md:pl-14 !important;
3027
+ }
3028
+ .ds-pl-md-16 {
3029
+ @apply md:pl-16 !important;
3030
+ }
3031
+ .ds-pl-md-20 {
3032
+ @apply md:pl-20 !important;
3033
+ }
3034
+ .ds-pl-md-24 {
3035
+ @apply md:pl-24 !important;
3036
+ }
3037
+ .ds-pl-md-28 {
3038
+ @apply md:pl-28 !important;
3039
+ }
3040
+ .ds-pl-md-32 {
3041
+ @apply md:pl-32 !important;
3042
+ }
3043
+ .ds-pl-md-36 {
3044
+ @apply md:pl-36 !important;
3045
+ }
3046
+ .ds-pl-md-40 {
3047
+ @apply md:pl-40 !important;
3048
+ }
3049
+ .ds-pl-md-44 {
3050
+ @apply md:pl-44 !important;
3051
+ }
3052
+ .ds-pl-md-48 {
3053
+ @apply md:pl-48 !important;
3054
+ }
3055
+ .ds-pl-md-52 {
3056
+ @apply md:pl-52 !important;
3057
+ }
3058
+ .ds-pl-md-56 {
3059
+ @apply md:pl-56 !important;
3060
+ }
3061
+ .ds-pl-md-60 {
3062
+ @apply md:pl-60 !important;
3063
+ }
3064
+ .ds-pl-md-64 {
3065
+ @apply md:pl-64 !important;
3066
+ }
3067
+ .ds-pl-md-72 {
3068
+ @apply md:pl-72 !important;
3069
+ }
3070
+ .ds-pl-md-80 {
3071
+ @apply md:pl-80 !important;
3072
+ }
3073
+ .ds-pl-md-96 {
3074
+ @apply md:pl-96 !important;
3075
+ }
3076
+ .ds-pl-lg-0 {
3077
+ @apply lg:pl-0 !important;
3078
+ }
3079
+ .ds-pl-lg-0\.5 {
3080
+ @apply lg:pl-0.5 !important;
3081
+ }
3082
+ .ds-pl-lg-1 {
3083
+ @apply lg:pl-1 !important;
3084
+ }
3085
+ .ds-pl-lg-1\.5 {
3086
+ @apply lg:pl-1.5 !important;
3087
+ }
3088
+ .ds-pl-lg-2 {
3089
+ @apply lg:pl-2 !important;
3090
+ }
3091
+ .ds-pl-lg-2\.5 {
3092
+ @apply lg:pl-2.5 !important;
3093
+ }
3094
+ .ds-pl-lg-3 {
3095
+ @apply lg:pl-3 !important;
3096
+ }
3097
+ .ds-pl-lg-3\.5 {
3098
+ @apply lg:pl-3.5 !important;
3099
+ }
3100
+ .ds-pl-lg-4 {
3101
+ @apply lg:pl-4 !important;
3102
+ }
3103
+ .ds-pl-lg-5 {
3104
+ @apply lg:pl-5 !important;
3105
+ }
3106
+ .ds-pl-lg-6 {
3107
+ @apply lg:pl-6 !important;
3108
+ }
3109
+ .ds-pl-lg-7 {
3110
+ @apply lg:pl-7 !important;
3111
+ }
3112
+ .ds-pl-lg-8 {
3113
+ @apply lg:pl-8 !important;
3114
+ }
3115
+ .ds-pl-lg-9 {
3116
+ @apply lg:pl-9 !important;
3117
+ }
3118
+ .ds-pl-lg-10 {
3119
+ @apply lg:pl-10 !important;
3120
+ }
3121
+ .ds-pl-lg-11 {
3122
+ @apply lg:pl-11 !important;
3123
+ }
3124
+ .ds-pl-lg-12 {
3125
+ @apply lg:pl-12 !important;
3126
+ }
3127
+ .ds-pl-lg-14 {
3128
+ @apply lg:pl-14 !important;
3129
+ }
3130
+ .ds-pl-lg-16 {
3131
+ @apply lg:pl-16 !important;
3132
+ }
3133
+ .ds-pl-lg-20 {
3134
+ @apply lg:pl-20 !important;
3135
+ }
3136
+ .ds-pl-lg-24 {
3137
+ @apply lg:pl-24 !important;
3138
+ }
3139
+ .ds-pl-lg-28 {
3140
+ @apply lg:pl-28 !important;
3141
+ }
3142
+ .ds-pl-lg-32 {
3143
+ @apply lg:pl-32 !important;
3144
+ }
3145
+ .ds-pl-lg-36 {
3146
+ @apply lg:pl-36 !important;
3147
+ }
3148
+ .ds-pl-lg-40 {
3149
+ @apply lg:pl-40 !important;
3150
+ }
3151
+ .ds-pl-lg-44 {
3152
+ @apply lg:pl-44 !important;
3153
+ }
3154
+ .ds-pl-lg-48 {
3155
+ @apply lg:pl-48 !important;
3156
+ }
3157
+ .ds-pl-lg-52 {
3158
+ @apply lg:pl-52 !important;
3159
+ }
3160
+ .ds-pl-lg-56 {
3161
+ @apply lg:pl-56 !important;
3162
+ }
3163
+ .ds-pl-lg-60 {
3164
+ @apply lg:pl-60 !important;
3165
+ }
3166
+ .ds-pl-lg-64 {
3167
+ @apply lg:pl-64 !important;
3168
+ }
3169
+ .ds-pl-lg-72 {
3170
+ @apply lg:pl-72 !important;
3171
+ }
3172
+ .ds-pl-lg-80 {
3173
+ @apply lg:pl-80 !important;
3174
+ }
3175
+ .ds-pl-lg-96 {
3176
+ @apply lg:pl-96 !important;
3177
+ }
3178
+ .ds-pl-xl-0 {
3179
+ @apply xl:pl-0 !important;
3180
+ }
3181
+ .ds-pl-xl-0\.5 {
3182
+ @apply xl:pl-0.5 !important;
3183
+ }
3184
+ .ds-pl-xl-1 {
3185
+ @apply xl:pl-1 !important;
3186
+ }
3187
+ .ds-pl-xl-1\.5 {
3188
+ @apply xl:pl-1.5 !important;
3189
+ }
3190
+ .ds-pl-xl-2 {
3191
+ @apply xl:pl-2 !important;
3192
+ }
3193
+ .ds-pl-xl-2\.5 {
3194
+ @apply xl:pl-2.5 !important;
3195
+ }
3196
+ .ds-pl-xl-3 {
3197
+ @apply xl:pl-3 !important;
3198
+ }
3199
+ .ds-pl-xl-3\.5 {
3200
+ @apply xl:pl-3.5 !important;
3201
+ }
3202
+ .ds-pl-xl-4 {
3203
+ @apply xl:pl-4 !important;
3204
+ }
3205
+ .ds-pl-xl-5 {
3206
+ @apply xl:pl-5 !important;
3207
+ }
3208
+ .ds-pl-xl-6 {
3209
+ @apply xl:pl-6 !important;
3210
+ }
3211
+ .ds-pl-xl-7 {
3212
+ @apply xl:pl-7 !important;
3213
+ }
3214
+ .ds-pl-xl-8 {
3215
+ @apply xl:pl-8 !important;
3216
+ }
3217
+ .ds-pl-xl-9 {
3218
+ @apply xl:pl-9 !important;
3219
+ }
3220
+ .ds-pl-xl-10 {
3221
+ @apply xl:pl-10 !important;
3222
+ }
3223
+ .ds-pl-xl-11 {
3224
+ @apply xl:pl-11 !important;
3225
+ }
3226
+ .ds-pl-xl-12 {
3227
+ @apply xl:pl-12 !important;
3228
+ }
3229
+ .ds-pl-xl-14 {
3230
+ @apply xl:pl-14 !important;
3231
+ }
3232
+ .ds-pl-xl-16 {
3233
+ @apply xl:pl-16 !important;
3234
+ }
3235
+ .ds-pl-xl-20 {
3236
+ @apply xl:pl-20 !important;
3237
+ }
3238
+ .ds-pl-xl-24 {
3239
+ @apply xl:pl-24 !important;
3240
+ }
3241
+ .ds-pl-xl-28 {
3242
+ @apply xl:pl-28 !important;
3243
+ }
3244
+ .ds-pl-xl-32 {
3245
+ @apply xl:pl-32 !important;
3246
+ }
3247
+ .ds-pl-xl-36 {
3248
+ @apply xl:pl-36 !important;
3249
+ }
3250
+ .ds-pl-xl-40 {
3251
+ @apply xl:pl-40 !important;
3252
+ }
3253
+ .ds-pl-xl-44 {
3254
+ @apply xl:pl-44 !important;
3255
+ }
3256
+ .ds-pl-xl-48 {
3257
+ @apply xl:pl-48 !important;
3258
+ }
3259
+ .ds-pl-xl-52 {
3260
+ @apply xl:pl-52 !important;
3261
+ }
3262
+ .ds-pl-xl-56 {
3263
+ @apply xl:pl-56 !important;
3264
+ }
3265
+ .ds-pl-xl-60 {
3266
+ @apply xl:pl-60 !important;
3267
+ }
3268
+ .ds-pl-xl-64 {
3269
+ @apply xl:pl-64 !important;
3270
+ }
3271
+ .ds-pl-xl-72 {
3272
+ @apply xl:pl-72 !important;
3273
+ }
3274
+ .ds-pl-xl-80 {
3275
+ @apply xl:pl-80 !important;
3276
+ }
3277
+ .ds-pl-xl-96 {
3278
+ @apply xl:pl-96 !important;
3279
+ }
3280
+ .ds-px-xs-0 {
3281
+ @apply px-0;
3282
+ }
3283
+ .ds-px-xs-0\.5 {
3284
+ @apply px-0.5;
3285
+ }
3286
+ .ds-px-xs-1 {
3287
+ @apply px-1;
3288
+ }
3289
+ .ds-px-xs-1\.5 {
3290
+ @apply px-1.5;
3291
+ }
3292
+ .ds-px-xs-2 {
3293
+ @apply px-2;
3294
+ }
3295
+ .ds-px-xs-2\.5 {
3296
+ @apply px-2.5;
3297
+ }
3298
+ .ds-px-xs-3 {
3299
+ @apply px-3;
3300
+ }
3301
+ .ds-px-xs-3\.5 {
3302
+ @apply px-3.5;
3303
+ }
3304
+ .ds-px-xs-4 {
3305
+ @apply px-4;
3306
+ }
3307
+ .ds-px-xs-5 {
3308
+ @apply px-5;
3309
+ }
3310
+ .ds-px-xs-6 {
3311
+ @apply px-6;
3312
+ }
3313
+ .ds-px-xs-7 {
3314
+ @apply px-7;
3315
+ }
3316
+ .ds-px-xs-8 {
3317
+ @apply px-8;
3318
+ }
3319
+ .ds-px-xs-9 {
3320
+ @apply px-9;
3321
+ }
3322
+ .ds-px-xs-10 {
3323
+ @apply px-10;
3324
+ }
3325
+ .ds-px-xs-11 {
3326
+ @apply px-11;
3327
+ }
3328
+ .ds-px-xs-12 {
3329
+ @apply px-12;
3330
+ }
3331
+ .ds-px-xs-14 {
3332
+ @apply px-14;
3333
+ }
3334
+ .ds-px-xs-16 {
3335
+ @apply px-16;
3336
+ }
3337
+ .ds-px-xs-20 {
3338
+ @apply px-20;
3339
+ }
3340
+ .ds-px-xs-24 {
3341
+ @apply px-24;
3342
+ }
3343
+ .ds-px-xs-28 {
3344
+ @apply px-28;
3345
+ }
3346
+ .ds-px-xs-32 {
3347
+ @apply px-32;
3348
+ }
3349
+ .ds-px-xs-36 {
3350
+ @apply px-36;
3351
+ }
3352
+ .ds-px-xs-40 {
3353
+ @apply px-40;
3354
+ }
3355
+ .ds-px-xs-44 {
3356
+ @apply px-44;
3357
+ }
3358
+ .ds-px-xs-48 {
3359
+ @apply px-48;
3360
+ }
3361
+ .ds-px-xs-52 {
3362
+ @apply px-52;
3363
+ }
3364
+ .ds-px-xs-56 {
3365
+ @apply px-56;
3366
+ }
3367
+ .ds-px-xs-60 {
3368
+ @apply px-60;
3369
+ }
3370
+ .ds-px-xs-64 {
3371
+ @apply px-64;
3372
+ }
3373
+ .ds-px-xs-72 {
3374
+ @apply px-72;
3375
+ }
3376
+ .ds-px-xs-80 {
3377
+ @apply px-80;
3378
+ }
3379
+ .ds-px-xs-96 {
3380
+ @apply px-96;
3381
+ }
3382
+ .ds-px-sm-0 {
3383
+ @apply sm:px-0 !important;
3384
+ }
3385
+ .ds-px-sm-0\.5 {
3386
+ @apply sm:px-0.5 !important;
3387
+ }
3388
+ .ds-px-sm-1 {
3389
+ @apply sm:px-1 !important;
3390
+ }
3391
+ .ds-px-sm-1\.5 {
3392
+ @apply sm:px-1.5 !important;
3393
+ }
3394
+ .ds-px-sm-2 {
3395
+ @apply sm:px-2 !important;
3396
+ }
3397
+ .ds-px-sm-2\.5 {
3398
+ @apply sm:px-2.5 !important;
3399
+ }
3400
+ .ds-px-sm-3 {
3401
+ @apply sm:px-3 !important;
3402
+ }
3403
+ .ds-px-sm-3\.5 {
3404
+ @apply sm:px-3.5 !important;
3405
+ }
3406
+ .ds-px-sm-4 {
3407
+ @apply sm:px-4 !important;
3408
+ }
3409
+ .ds-px-sm-5 {
3410
+ @apply sm:px-5 !important;
3411
+ }
3412
+ .ds-px-sm-6 {
3413
+ @apply sm:px-6 !important;
3414
+ }
3415
+ .ds-px-sm-7 {
3416
+ @apply sm:px-7 !important;
3417
+ }
3418
+ .ds-px-sm-8 {
3419
+ @apply sm:px-8 !important;
3420
+ }
3421
+ .ds-px-sm-9 {
3422
+ @apply sm:px-9 !important;
3423
+ }
3424
+ .ds-px-sm-10 {
3425
+ @apply sm:px-10 !important;
3426
+ }
3427
+ .ds-px-sm-11 {
3428
+ @apply sm:px-11 !important;
3429
+ }
3430
+ .ds-px-sm-12 {
3431
+ @apply sm:px-12 !important;
3432
+ }
3433
+ .ds-px-sm-14 {
3434
+ @apply sm:px-14 !important;
3435
+ }
3436
+ .ds-px-sm-16 {
3437
+ @apply sm:px-16 !important;
3438
+ }
3439
+ .ds-px-sm-20 {
3440
+ @apply sm:px-20 !important;
3441
+ }
3442
+ .ds-px-sm-24 {
3443
+ @apply sm:px-24 !important;
3444
+ }
3445
+ .ds-px-sm-28 {
3446
+ @apply sm:px-28 !important;
3447
+ }
3448
+ .ds-px-sm-32 {
3449
+ @apply sm:px-32 !important;
3450
+ }
3451
+ .ds-px-sm-36 {
3452
+ @apply sm:px-36 !important;
3453
+ }
3454
+ .ds-px-sm-40 {
3455
+ @apply sm:px-40 !important;
3456
+ }
3457
+ .ds-px-sm-44 {
3458
+ @apply sm:px-44 !important;
3459
+ }
3460
+ .ds-px-sm-48 {
3461
+ @apply sm:px-48 !important;
3462
+ }
3463
+ .ds-px-sm-52 {
3464
+ @apply sm:px-52 !important;
3465
+ }
3466
+ .ds-px-sm-56 {
3467
+ @apply sm:px-56 !important;
3468
+ }
3469
+ .ds-px-sm-60 {
3470
+ @apply sm:px-60 !important;
3471
+ }
3472
+ .ds-px-sm-64 {
3473
+ @apply sm:px-64 !important;
3474
+ }
3475
+ .ds-px-sm-72 {
3476
+ @apply sm:px-72 !important;
3477
+ }
3478
+ .ds-px-sm-80 {
3479
+ @apply sm:px-80 !important;
3480
+ }
3481
+ .ds-px-sm-96 {
3482
+ @apply sm:px-96 !important;
3483
+ }
3484
+ .ds-px-md-0 {
3485
+ @apply md:px-0 !important;
3486
+ }
3487
+ .ds-px-md-0\.5 {
3488
+ @apply md:px-0.5 !important;
3489
+ }
3490
+ .ds-px-md-1 {
3491
+ @apply md:px-1 !important;
3492
+ }
3493
+ .ds-px-md-1\.5 {
3494
+ @apply md:px-1.5 !important;
3495
+ }
3496
+ .ds-px-md-2 {
3497
+ @apply md:px-2 !important;
3498
+ }
3499
+ .ds-px-md-2\.5 {
3500
+ @apply md:px-2.5 !important;
3501
+ }
3502
+ .ds-px-md-3 {
3503
+ @apply md:px-3 !important;
3504
+ }
3505
+ .ds-px-md-3\.5 {
3506
+ @apply md:px-3.5 !important;
3507
+ }
3508
+ .ds-px-md-4 {
3509
+ @apply md:px-4 !important;
3510
+ }
3511
+ .ds-px-md-5 {
3512
+ @apply md:px-5 !important;
3513
+ }
3514
+ .ds-px-md-6 {
3515
+ @apply md:px-6 !important;
3516
+ }
3517
+ .ds-px-md-7 {
3518
+ @apply md:px-7 !important;
3519
+ }
3520
+ .ds-px-md-8 {
3521
+ @apply md:px-8 !important;
3522
+ }
3523
+ .ds-px-md-9 {
3524
+ @apply md:px-9 !important;
3525
+ }
3526
+ .ds-px-md-10 {
3527
+ @apply md:px-10 !important;
3528
+ }
3529
+ .ds-px-md-11 {
3530
+ @apply md:px-11 !important;
3531
+ }
3532
+ .ds-px-md-12 {
3533
+ @apply md:px-12 !important;
3534
+ }
3535
+ .ds-px-md-14 {
3536
+ @apply md:px-14 !important;
3537
+ }
3538
+ .ds-px-md-16 {
3539
+ @apply md:px-16 !important;
3540
+ }
3541
+ .ds-px-md-20 {
3542
+ @apply md:px-20 !important;
3543
+ }
3544
+ .ds-px-md-24 {
3545
+ @apply md:px-24 !important;
3546
+ }
3547
+ .ds-px-md-28 {
3548
+ @apply md:px-28 !important;
3549
+ }
3550
+ .ds-px-md-32 {
3551
+ @apply md:px-32 !important;
3552
+ }
3553
+ .ds-px-md-36 {
3554
+ @apply md:px-36 !important;
3555
+ }
3556
+ .ds-px-md-40 {
3557
+ @apply md:px-40 !important;
3558
+ }
3559
+ .ds-px-md-44 {
3560
+ @apply md:px-44 !important;
3561
+ }
3562
+ .ds-px-md-48 {
3563
+ @apply md:px-48 !important;
3564
+ }
3565
+ .ds-px-md-52 {
3566
+ @apply md:px-52 !important;
3567
+ }
3568
+ .ds-px-md-56 {
3569
+ @apply md:px-56 !important;
3570
+ }
3571
+ .ds-px-md-60 {
3572
+ @apply md:px-60 !important;
3573
+ }
3574
+ .ds-px-md-64 {
3575
+ @apply md:px-64 !important;
3576
+ }
3577
+ .ds-px-md-72 {
3578
+ @apply md:px-72 !important;
3579
+ }
3580
+ .ds-px-md-80 {
3581
+ @apply md:px-80 !important;
3582
+ }
3583
+ .ds-px-md-96 {
3584
+ @apply md:px-96 !important;
3585
+ }
3586
+ .ds-px-lg-0 {
3587
+ @apply lg:px-0 !important;
3588
+ }
3589
+ .ds-px-lg-0\.5 {
3590
+ @apply lg:px-0.5 !important;
3591
+ }
3592
+ .ds-px-lg-1 {
3593
+ @apply lg:px-1 !important;
3594
+ }
3595
+ .ds-px-lg-1\.5 {
3596
+ @apply lg:px-1.5 !important;
3597
+ }
3598
+ .ds-px-lg-2 {
3599
+ @apply lg:px-2 !important;
3600
+ }
3601
+ .ds-px-lg-2\.5 {
3602
+ @apply lg:px-2.5 !important;
3603
+ }
3604
+ .ds-px-lg-3 {
3605
+ @apply lg:px-3 !important;
3606
+ }
3607
+ .ds-px-lg-3\.5 {
3608
+ @apply lg:px-3.5 !important;
3609
+ }
3610
+ .ds-px-lg-4 {
3611
+ @apply lg:px-4 !important;
3612
+ }
3613
+ .ds-px-lg-5 {
3614
+ @apply lg:px-5 !important;
3615
+ }
3616
+ .ds-px-lg-6 {
3617
+ @apply lg:px-6 !important;
3618
+ }
3619
+ .ds-px-lg-7 {
3620
+ @apply lg:px-7 !important;
3621
+ }
3622
+ .ds-px-lg-8 {
3623
+ @apply lg:px-8 !important;
3624
+ }
3625
+ .ds-px-lg-9 {
3626
+ @apply lg:px-9 !important;
3627
+ }
3628
+ .ds-px-lg-10 {
3629
+ @apply lg:px-10 !important;
3630
+ }
3631
+ .ds-px-lg-11 {
3632
+ @apply lg:px-11 !important;
3633
+ }
3634
+ .ds-px-lg-12 {
3635
+ @apply lg:px-12 !important;
3636
+ }
3637
+ .ds-px-lg-14 {
3638
+ @apply lg:px-14 !important;
3639
+ }
3640
+ .ds-px-lg-16 {
3641
+ @apply lg:px-16 !important;
3642
+ }
3643
+ .ds-px-lg-20 {
3644
+ @apply lg:px-20 !important;
3645
+ }
3646
+ .ds-px-lg-24 {
3647
+ @apply lg:px-24 !important;
3648
+ }
3649
+ .ds-px-lg-28 {
3650
+ @apply lg:px-28 !important;
3651
+ }
3652
+ .ds-px-lg-32 {
3653
+ @apply lg:px-32 !important;
3654
+ }
3655
+ .ds-px-lg-36 {
3656
+ @apply lg:px-36 !important;
3657
+ }
3658
+ .ds-px-lg-40 {
3659
+ @apply lg:px-40 !important;
3660
+ }
3661
+ .ds-px-lg-44 {
3662
+ @apply lg:px-44 !important;
3663
+ }
3664
+ .ds-px-lg-48 {
3665
+ @apply lg:px-48 !important;
3666
+ }
3667
+ .ds-px-lg-52 {
3668
+ @apply lg:px-52 !important;
3669
+ }
3670
+ .ds-px-lg-56 {
3671
+ @apply lg:px-56 !important;
3672
+ }
3673
+ .ds-px-lg-60 {
3674
+ @apply lg:px-60 !important;
3675
+ }
3676
+ .ds-px-lg-64 {
3677
+ @apply lg:px-64 !important;
3678
+ }
3679
+ .ds-px-lg-72 {
3680
+ @apply lg:px-72 !important;
3681
+ }
3682
+ .ds-px-lg-80 {
3683
+ @apply lg:px-80 !important;
3684
+ }
3685
+ .ds-px-lg-96 {
3686
+ @apply lg:px-96 !important;
3687
+ }
3688
+ .ds-px-xl-0 {
3689
+ @apply xl:px-0 !important;
3690
+ }
3691
+ .ds-px-xl-0\.5 {
3692
+ @apply xl:px-0.5 !important;
3693
+ }
3694
+ .ds-px-xl-1 {
3695
+ @apply xl:px-1 !important;
3696
+ }
3697
+ .ds-px-xl-1\.5 {
3698
+ @apply xl:px-1.5 !important;
3699
+ }
3700
+ .ds-px-xl-2 {
3701
+ @apply xl:px-2 !important;
3702
+ }
3703
+ .ds-px-xl-2\.5 {
3704
+ @apply xl:px-2.5 !important;
3705
+ }
3706
+ .ds-px-xl-3 {
3707
+ @apply xl:px-3 !important;
3708
+ }
3709
+ .ds-px-xl-3\.5 {
3710
+ @apply xl:px-3.5 !important;
3711
+ }
3712
+ .ds-px-xl-4 {
3713
+ @apply xl:px-4 !important;
3714
+ }
3715
+ .ds-px-xl-5 {
3716
+ @apply xl:px-5 !important;
3717
+ }
3718
+ .ds-px-xl-6 {
3719
+ @apply xl:px-6 !important;
3720
+ }
3721
+ .ds-px-xl-7 {
3722
+ @apply xl:px-7 !important;
3723
+ }
3724
+ .ds-px-xl-8 {
3725
+ @apply xl:px-8 !important;
3726
+ }
3727
+ .ds-px-xl-9 {
3728
+ @apply xl:px-9 !important;
3729
+ }
3730
+ .ds-px-xl-10 {
3731
+ @apply xl:px-10 !important;
3732
+ }
3733
+ .ds-px-xl-11 {
3734
+ @apply xl:px-11 !important;
3735
+ }
3736
+ .ds-px-xl-12 {
3737
+ @apply xl:px-12 !important;
3738
+ }
3739
+ .ds-px-xl-14 {
3740
+ @apply xl:px-14 !important;
3741
+ }
3742
+ .ds-px-xl-16 {
3743
+ @apply xl:px-16 !important;
3744
+ }
3745
+ .ds-px-xl-20 {
3746
+ @apply xl:px-20 !important;
3747
+ }
3748
+ .ds-px-xl-24 {
3749
+ @apply xl:px-24 !important;
3750
+ }
3751
+ .ds-px-xl-28 {
3752
+ @apply xl:px-28 !important;
3753
+ }
3754
+ .ds-px-xl-32 {
3755
+ @apply xl:px-32 !important;
3756
+ }
3757
+ .ds-px-xl-36 {
3758
+ @apply xl:px-36 !important;
3759
+ }
3760
+ .ds-px-xl-40 {
3761
+ @apply xl:px-40 !important;
3762
+ }
3763
+ .ds-px-xl-44 {
3764
+ @apply xl:px-44 !important;
3765
+ }
3766
+ .ds-px-xl-48 {
3767
+ @apply xl:px-48 !important;
3768
+ }
3769
+ .ds-px-xl-52 {
3770
+ @apply xl:px-52 !important;
3771
+ }
3772
+ .ds-px-xl-56 {
3773
+ @apply xl:px-56 !important;
3774
+ }
3775
+ .ds-px-xl-60 {
3776
+ @apply xl:px-60 !important;
3777
+ }
3778
+ .ds-px-xl-64 {
3779
+ @apply xl:px-64 !important;
3780
+ }
3781
+ .ds-px-xl-72 {
3782
+ @apply xl:px-72 !important;
3783
+ }
3784
+ .ds-px-xl-80 {
3785
+ @apply xl:px-80 !important;
3786
+ }
3787
+ .ds-px-xl-96 {
3788
+ @apply xl:px-96 !important;
3789
+ }
3790
+ .ds-py-xs-0 {
3791
+ @apply py-0;
3792
+ }
3793
+ .ds-py-xs-0\.5 {
3794
+ @apply py-0.5;
3795
+ }
3796
+ .ds-py-xs-1 {
3797
+ @apply py-1;
3798
+ }
3799
+ .ds-py-xs-1\.5 {
3800
+ @apply py-1.5;
3801
+ }
3802
+ .ds-py-xs-2 {
3803
+ @apply py-2;
3804
+ }
3805
+ .ds-py-xs-2\.5 {
3806
+ @apply py-2.5;
3807
+ }
3808
+ .ds-py-xs-3 {
3809
+ @apply py-3;
3810
+ }
3811
+ .ds-py-xs-3\.5 {
3812
+ @apply py-3.5;
3813
+ }
3814
+ .ds-py-xs-4 {
3815
+ @apply py-4;
3816
+ }
3817
+ .ds-py-xs-5 {
3818
+ @apply py-5;
3819
+ }
3820
+ .ds-py-xs-6 {
3821
+ @apply py-6;
3822
+ }
3823
+ .ds-py-xs-7 {
3824
+ @apply py-7;
3825
+ }
3826
+ .ds-py-xs-8 {
3827
+ @apply py-8;
3828
+ }
3829
+ .ds-py-xs-9 {
3830
+ @apply py-9;
3831
+ }
3832
+ .ds-py-xs-10 {
3833
+ @apply py-10;
3834
+ }
3835
+ .ds-py-xs-11 {
3836
+ @apply py-11;
3837
+ }
3838
+ .ds-py-xs-12 {
3839
+ @apply py-12;
3840
+ }
3841
+ .ds-py-xs-14 {
3842
+ @apply py-14;
3843
+ }
3844
+ .ds-py-xs-16 {
3845
+ @apply py-16;
3846
+ }
3847
+ .ds-py-xs-20 {
3848
+ @apply py-20;
3849
+ }
3850
+ .ds-py-xs-24 {
3851
+ @apply py-24;
3852
+ }
3853
+ .ds-py-xs-28 {
3854
+ @apply py-28;
3855
+ }
3856
+ .ds-py-xs-32 {
3857
+ @apply py-32;
3858
+ }
3859
+ .ds-py-xs-36 {
3860
+ @apply py-36;
3861
+ }
3862
+ .ds-py-xs-40 {
3863
+ @apply py-40;
3864
+ }
3865
+ .ds-py-xs-44 {
3866
+ @apply py-44;
3867
+ }
3868
+ .ds-py-xs-48 {
3869
+ @apply py-48;
3870
+ }
3871
+ .ds-py-xs-52 {
3872
+ @apply py-52;
3873
+ }
3874
+ .ds-py-xs-56 {
3875
+ @apply py-56;
3876
+ }
3877
+ .ds-py-xs-60 {
3878
+ @apply py-60;
3879
+ }
3880
+ .ds-py-xs-64 {
3881
+ @apply py-64;
3882
+ }
3883
+ .ds-py-xs-72 {
3884
+ @apply py-72;
3885
+ }
3886
+ .ds-py-xs-80 {
3887
+ @apply py-80;
3888
+ }
3889
+ .ds-py-xs-96 {
3890
+ @apply py-96;
3891
+ }
3892
+ .ds-py-sm-0 {
3893
+ @apply sm:py-0 !important;
3894
+ }
3895
+ .ds-py-sm-0\.5 {
3896
+ @apply sm:py-0.5 !important;
3897
+ }
3898
+ .ds-py-sm-1 {
3899
+ @apply sm:py-1 !important;
3900
+ }
3901
+ .ds-py-sm-1\.5 {
3902
+ @apply sm:py-1.5 !important;
3903
+ }
3904
+ .ds-py-sm-2 {
3905
+ @apply sm:py-2 !important;
3906
+ }
3907
+ .ds-py-sm-2\.5 {
3908
+ @apply sm:py-2.5 !important;
3909
+ }
3910
+ .ds-py-sm-3 {
3911
+ @apply sm:py-3 !important;
3912
+ }
3913
+ .ds-py-sm-3\.5 {
3914
+ @apply sm:py-3.5 !important;
3915
+ }
3916
+ .ds-py-sm-4 {
3917
+ @apply sm:py-4 !important;
3918
+ }
3919
+ .ds-py-sm-5 {
3920
+ @apply sm:py-5 !important;
3921
+ }
3922
+ .ds-py-sm-6 {
3923
+ @apply sm:py-6 !important;
3924
+ }
3925
+ .ds-py-sm-7 {
3926
+ @apply sm:py-7 !important;
3927
+ }
3928
+ .ds-py-sm-8 {
3929
+ @apply sm:py-8 !important;
3930
+ }
3931
+ .ds-py-sm-9 {
3932
+ @apply sm:py-9 !important;
3933
+ }
3934
+ .ds-py-sm-10 {
3935
+ @apply sm:py-10 !important;
3936
+ }
3937
+ .ds-py-sm-11 {
3938
+ @apply sm:py-11 !important;
3939
+ }
3940
+ .ds-py-sm-12 {
3941
+ @apply sm:py-12 !important;
3942
+ }
3943
+ .ds-py-sm-14 {
3944
+ @apply sm:py-14 !important;
3945
+ }
3946
+ .ds-py-sm-16 {
3947
+ @apply sm:py-16 !important;
3948
+ }
3949
+ .ds-py-sm-20 {
3950
+ @apply sm:py-20 !important;
3951
+ }
3952
+ .ds-py-sm-24 {
3953
+ @apply sm:py-24 !important;
3954
+ }
3955
+ .ds-py-sm-28 {
3956
+ @apply sm:py-28 !important;
3957
+ }
3958
+ .ds-py-sm-32 {
3959
+ @apply sm:py-32 !important;
3960
+ }
3961
+ .ds-py-sm-36 {
3962
+ @apply sm:py-36 !important;
3963
+ }
3964
+ .ds-py-sm-40 {
3965
+ @apply sm:py-40 !important;
3966
+ }
3967
+ .ds-py-sm-44 {
3968
+ @apply sm:py-44 !important;
3969
+ }
3970
+ .ds-py-sm-48 {
3971
+ @apply sm:py-48 !important;
3972
+ }
3973
+ .ds-py-sm-52 {
3974
+ @apply sm:py-52 !important;
3975
+ }
3976
+ .ds-py-sm-56 {
3977
+ @apply sm:py-56 !important;
3978
+ }
3979
+ .ds-py-sm-60 {
3980
+ @apply sm:py-60 !important;
3981
+ }
3982
+ .ds-py-sm-64 {
3983
+ @apply sm:py-64 !important;
3984
+ }
3985
+ .ds-py-sm-72 {
3986
+ @apply sm:py-72 !important;
3987
+ }
3988
+ .ds-py-sm-80 {
3989
+ @apply sm:py-80 !important;
3990
+ }
3991
+ .ds-py-sm-96 {
3992
+ @apply sm:py-96 !important;
3993
+ }
3994
+ .ds-py-md-0 {
3995
+ @apply md:py-0 !important;
3996
+ }
3997
+ .ds-py-md-0\.5 {
3998
+ @apply md:py-0.5 !important;
3999
+ }
4000
+ .ds-py-md-1 {
4001
+ @apply md:py-1 !important;
4002
+ }
4003
+ .ds-py-md-1\.5 {
4004
+ @apply md:py-1.5 !important;
4005
+ }
4006
+ .ds-py-md-2 {
4007
+ @apply md:py-2 !important;
4008
+ }
4009
+ .ds-py-md-2\.5 {
4010
+ @apply md:py-2.5 !important;
4011
+ }
4012
+ .ds-py-md-3 {
4013
+ @apply md:py-3 !important;
4014
+ }
4015
+ .ds-py-md-3\.5 {
4016
+ @apply md:py-3.5 !important;
4017
+ }
4018
+ .ds-py-md-4 {
4019
+ @apply md:py-4 !important;
4020
+ }
4021
+ .ds-py-md-5 {
4022
+ @apply md:py-5 !important;
4023
+ }
4024
+ .ds-py-md-6 {
4025
+ @apply md:py-6 !important;
4026
+ }
4027
+ .ds-py-md-7 {
4028
+ @apply md:py-7 !important;
4029
+ }
4030
+ .ds-py-md-8 {
4031
+ @apply md:py-8 !important;
4032
+ }
4033
+ .ds-py-md-9 {
4034
+ @apply md:py-9 !important;
4035
+ }
4036
+ .ds-py-md-10 {
4037
+ @apply md:py-10 !important;
4038
+ }
4039
+ .ds-py-md-11 {
4040
+ @apply md:py-11 !important;
4041
+ }
4042
+ .ds-py-md-12 {
4043
+ @apply md:py-12 !important;
4044
+ }
4045
+ .ds-py-md-14 {
4046
+ @apply md:py-14 !important;
4047
+ }
4048
+ .ds-py-md-16 {
4049
+ @apply md:py-16 !important;
4050
+ }
4051
+ .ds-py-md-20 {
4052
+ @apply md:py-20 !important;
4053
+ }
4054
+ .ds-py-md-24 {
4055
+ @apply md:py-24 !important;
4056
+ }
4057
+ .ds-py-md-28 {
4058
+ @apply md:py-28 !important;
4059
+ }
4060
+ .ds-py-md-32 {
4061
+ @apply md:py-32 !important;
4062
+ }
4063
+ .ds-py-md-36 {
4064
+ @apply md:py-36 !important;
4065
+ }
4066
+ .ds-py-md-40 {
4067
+ @apply md:py-40 !important;
4068
+ }
4069
+ .ds-py-md-44 {
4070
+ @apply md:py-44 !important;
4071
+ }
4072
+ .ds-py-md-48 {
4073
+ @apply md:py-48 !important;
4074
+ }
4075
+ .ds-py-md-52 {
4076
+ @apply md:py-52 !important;
4077
+ }
4078
+ .ds-py-md-56 {
4079
+ @apply md:py-56 !important;
4080
+ }
4081
+ .ds-py-md-60 {
4082
+ @apply md:py-60 !important;
4083
+ }
4084
+ .ds-py-md-64 {
4085
+ @apply md:py-64 !important;
4086
+ }
4087
+ .ds-py-md-72 {
4088
+ @apply md:py-72 !important;
4089
+ }
4090
+ .ds-py-md-80 {
4091
+ @apply md:py-80 !important;
4092
+ }
4093
+ .ds-py-md-96 {
4094
+ @apply md:py-96 !important;
4095
+ }
4096
+ .ds-py-lg-0 {
4097
+ @apply lg:py-0 !important;
4098
+ }
4099
+ .ds-py-lg-0\.5 {
4100
+ @apply lg:py-0.5 !important;
4101
+ }
4102
+ .ds-py-lg-1 {
4103
+ @apply lg:py-1 !important;
4104
+ }
4105
+ .ds-py-lg-1\.5 {
4106
+ @apply lg:py-1.5 !important;
4107
+ }
4108
+ .ds-py-lg-2 {
4109
+ @apply lg:py-2 !important;
4110
+ }
4111
+ .ds-py-lg-2\.5 {
4112
+ @apply lg:py-2.5 !important;
4113
+ }
4114
+ .ds-py-lg-3 {
4115
+ @apply lg:py-3 !important;
4116
+ }
4117
+ .ds-py-lg-3\.5 {
4118
+ @apply lg:py-3.5 !important;
4119
+ }
4120
+ .ds-py-lg-4 {
4121
+ @apply lg:py-4 !important;
4122
+ }
4123
+ .ds-py-lg-5 {
4124
+ @apply lg:py-5 !important;
4125
+ }
4126
+ .ds-py-lg-6 {
4127
+ @apply lg:py-6 !important;
4128
+ }
4129
+ .ds-py-lg-7 {
4130
+ @apply lg:py-7 !important;
4131
+ }
4132
+ .ds-py-lg-8 {
4133
+ @apply lg:py-8 !important;
4134
+ }
4135
+ .ds-py-lg-9 {
4136
+ @apply lg:py-9 !important;
4137
+ }
4138
+ .ds-py-lg-10 {
4139
+ @apply lg:py-10 !important;
4140
+ }
4141
+ .ds-py-lg-11 {
4142
+ @apply lg:py-11 !important;
4143
+ }
4144
+ .ds-py-lg-12 {
4145
+ @apply lg:py-12 !important;
4146
+ }
4147
+ .ds-py-lg-14 {
4148
+ @apply lg:py-14 !important;
4149
+ }
4150
+ .ds-py-lg-16 {
4151
+ @apply lg:py-16 !important;
4152
+ }
4153
+ .ds-py-lg-20 {
4154
+ @apply lg:py-20 !important;
4155
+ }
4156
+ .ds-py-lg-24 {
4157
+ @apply lg:py-24 !important;
4158
+ }
4159
+ .ds-py-lg-28 {
4160
+ @apply lg:py-28 !important;
4161
+ }
4162
+ .ds-py-lg-32 {
4163
+ @apply lg:py-32 !important;
4164
+ }
4165
+ .ds-py-lg-36 {
4166
+ @apply lg:py-36 !important;
4167
+ }
4168
+ .ds-py-lg-40 {
4169
+ @apply lg:py-40 !important;
4170
+ }
4171
+ .ds-py-lg-44 {
4172
+ @apply lg:py-44 !important;
4173
+ }
4174
+ .ds-py-lg-48 {
4175
+ @apply lg:py-48 !important;
4176
+ }
4177
+ .ds-py-lg-52 {
4178
+ @apply lg:py-52 !important;
4179
+ }
4180
+ .ds-py-lg-56 {
4181
+ @apply lg:py-56 !important;
4182
+ }
4183
+ .ds-py-lg-60 {
4184
+ @apply lg:py-60 !important;
4185
+ }
4186
+ .ds-py-lg-64 {
4187
+ @apply lg:py-64 !important;
4188
+ }
4189
+ .ds-py-lg-72 {
4190
+ @apply lg:py-72 !important;
4191
+ }
4192
+ .ds-py-lg-80 {
4193
+ @apply lg:py-80 !important;
4194
+ }
4195
+ .ds-py-lg-96 {
4196
+ @apply lg:py-96 !important;
4197
+ }
4198
+ .ds-py-xl-0 {
4199
+ @apply xl:py-0 !important;
4200
+ }
4201
+ .ds-py-xl-0\.5 {
4202
+ @apply xl:py-0.5 !important;
4203
+ }
4204
+ .ds-py-xl-1 {
4205
+ @apply xl:py-1 !important;
4206
+ }
4207
+ .ds-py-xl-1\.5 {
4208
+ @apply xl:py-1.5 !important;
4209
+ }
4210
+ .ds-py-xl-2 {
4211
+ @apply xl:py-2 !important;
4212
+ }
4213
+ .ds-py-xl-2\.5 {
4214
+ @apply xl:py-2.5 !important;
4215
+ }
4216
+ .ds-py-xl-3 {
4217
+ @apply xl:py-3 !important;
4218
+ }
4219
+ .ds-py-xl-3\.5 {
4220
+ @apply xl:py-3.5 !important;
4221
+ }
4222
+ .ds-py-xl-4 {
4223
+ @apply xl:py-4 !important;
4224
+ }
4225
+ .ds-py-xl-5 {
4226
+ @apply xl:py-5 !important;
4227
+ }
4228
+ .ds-py-xl-6 {
4229
+ @apply xl:py-6 !important;
4230
+ }
4231
+ .ds-py-xl-7 {
4232
+ @apply xl:py-7 !important;
4233
+ }
4234
+ .ds-py-xl-8 {
4235
+ @apply xl:py-8 !important;
4236
+ }
4237
+ .ds-py-xl-9 {
4238
+ @apply xl:py-9 !important;
4239
+ }
4240
+ .ds-py-xl-10 {
4241
+ @apply xl:py-10 !important;
4242
+ }
4243
+ .ds-py-xl-11 {
4244
+ @apply xl:py-11 !important;
4245
+ }
4246
+ .ds-py-xl-12 {
4247
+ @apply xl:py-12 !important;
4248
+ }
4249
+ .ds-py-xl-14 {
4250
+ @apply xl:py-14 !important;
4251
+ }
4252
+ .ds-py-xl-16 {
4253
+ @apply xl:py-16 !important;
4254
+ }
4255
+ .ds-py-xl-20 {
4256
+ @apply xl:py-20 !important;
4257
+ }
4258
+ .ds-py-xl-24 {
4259
+ @apply xl:py-24 !important;
4260
+ }
4261
+ .ds-py-xl-28 {
4262
+ @apply xl:py-28 !important;
4263
+ }
4264
+ .ds-py-xl-32 {
4265
+ @apply xl:py-32 !important;
4266
+ }
4267
+ .ds-py-xl-36 {
4268
+ @apply xl:py-36 !important;
4269
+ }
4270
+ .ds-py-xl-40 {
4271
+ @apply xl:py-40 !important;
4272
+ }
4273
+ .ds-py-xl-44 {
4274
+ @apply xl:py-44 !important;
4275
+ }
4276
+ .ds-py-xl-48 {
4277
+ @apply xl:py-48 !important;
4278
+ }
4279
+ .ds-py-xl-52 {
4280
+ @apply xl:py-52 !important;
4281
+ }
4282
+ .ds-py-xl-56 {
4283
+ @apply xl:py-56 !important;
4284
+ }
4285
+ .ds-py-xl-60 {
4286
+ @apply xl:py-60 !important;
4287
+ }
4288
+ .ds-py-xl-64 {
4289
+ @apply xl:py-64 !important;
4290
+ }
4291
+ .ds-py-xl-72 {
4292
+ @apply xl:py-72 !important;
4293
+ }
4294
+ .ds-py-xl-80 {
4295
+ @apply xl:py-80 !important;
4296
+ }
4297
+ .ds-py-xl-96 {
4298
+ @apply xl:py-96 !important;
4299
+ }