@dialpad/dialtone 6.32.2 → 6.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/build/less/components/modal.less +1 -3
- package/lib/build/less/components/tabs.less +1 -1
- package/lib/build/less/components/toggle.less +4 -0
- package/lib/build/less/utilities/spacing.less +33 -21
- package/lib/build/svg/system/co-host-make.svg +7 -0
- package/lib/build/svg/system/co-host-remove.svg +7 -0
- package/lib/build/svg/system/emoticon-filled.svg +3 -0
- package/lib/build/svg/system/keyboard.svg +3 -0
- package/lib/build/svg/system/raise-hand-filled.svg +3 -0
- package/lib/build/svg/system/router.svg +3 -0
- package/lib/dist/css/dialtone.css +1562 -20
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/svg/system/co-host-make.svg +1 -0
- package/lib/dist/svg/system/co-host-remove.svg +1 -0
- package/lib/dist/svg/system/emoticon-filled.svg +1 -0
- package/lib/dist/svg/system/keyboard.svg +1 -0
- package/lib/dist/svg/system/raise-hand-filled.svg +1 -0
- package/lib/dist/svg/system/router.svg +1 -0
- package/lib/dist/vue/icons/IconCoHostMake.vue +3 -0
- package/lib/dist/vue/icons/IconCoHostRemove.vue +3 -0
- package/lib/dist/vue/icons/IconEmoticonFilled.vue +3 -0
- package/lib/dist/vue/icons/IconKeyboard.vue +3 -0
- package/lib/dist/vue/icons/IconRaiseHandFilled.vue +3 -0
- package/lib/dist/vue/icons/IconRouter.vue +3 -0
- package/package.json +45 -23
- package/lib/build/less/utilities/responsive.less +0 -0
|
@@ -1945,9 +1945,6 @@ legend .d-label {
|
|
|
1945
1945
|
opacity: 0;
|
|
1946
1946
|
will-change: visibility, z-index, opacity, transform;
|
|
1947
1947
|
}
|
|
1948
|
-
.d-modal__dialog > * + * {
|
|
1949
|
-
margin-top: 1.6rem !important;
|
|
1950
|
-
}
|
|
1951
1948
|
.d-modal[aria-hidden='false'],
|
|
1952
1949
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
1953
1950
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -1979,7 +1976,7 @@ legend .d-label {
|
|
|
1979
1976
|
}
|
|
1980
1977
|
.d-modal__content {
|
|
1981
1978
|
max-width: 75ch;
|
|
1982
|
-
margin: var(--su12) 0
|
|
1979
|
+
margin: var(--su12) 0;
|
|
1983
1980
|
padding: var(--su4) var(--su24);
|
|
1984
1981
|
}
|
|
1985
1982
|
.d-modal__close {
|
|
@@ -3227,6 +3224,9 @@ legend .d-label {
|
|
|
3227
3224
|
border-radius: var(--su48);
|
|
3228
3225
|
cursor: pointer;
|
|
3229
3226
|
}
|
|
3227
|
+
.d-toggle-copy {
|
|
3228
|
+
margin-right: var(--su6);
|
|
3229
|
+
}
|
|
3230
3230
|
.d-toggle__inner {
|
|
3231
3231
|
position: absolute;
|
|
3232
3232
|
top: calc(var(--su4) - var(--su1));
|
|
@@ -17857,6 +17857,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
17857
17857
|
.d-stack64 > * + * {
|
|
17858
17858
|
margin-top: 6.4rem !important;
|
|
17859
17859
|
}
|
|
17860
|
+
.d-stack72 > * + * {
|
|
17861
|
+
margin-top: 7.2rem !important;
|
|
17862
|
+
}
|
|
17863
|
+
.d-stack84 > * + * {
|
|
17864
|
+
margin-top: 8.4rem !important;
|
|
17865
|
+
}
|
|
17866
|
+
.d-stack96 > * + * {
|
|
17867
|
+
margin-top: 9.6rem !important;
|
|
17868
|
+
}
|
|
17869
|
+
.d-stack102 > * + * {
|
|
17870
|
+
margin-top: 10.2rem !important;
|
|
17871
|
+
}
|
|
17872
|
+
.d-stack114 > * + * {
|
|
17873
|
+
margin-top: 11.4rem !important;
|
|
17874
|
+
}
|
|
17875
|
+
.d-stack128 > * + * {
|
|
17876
|
+
margin-top: 12.8rem !important;
|
|
17877
|
+
}
|
|
17860
17878
|
.d-flow0 > * + * {
|
|
17861
17879
|
margin-left: 0 !important;
|
|
17862
17880
|
}
|
|
@@ -17893,6 +17911,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
17893
17911
|
.d-flow64 > * + * {
|
|
17894
17912
|
margin-left: 6.4rem !important;
|
|
17895
17913
|
}
|
|
17914
|
+
.d-flow72 > * + * {
|
|
17915
|
+
margin-left: 7.2rem !important;
|
|
17916
|
+
}
|
|
17917
|
+
.d-flow84 > * + * {
|
|
17918
|
+
margin-left: 8.4rem !important;
|
|
17919
|
+
}
|
|
17920
|
+
.d-flow96 > * + * {
|
|
17921
|
+
margin-left: 9.6rem !important;
|
|
17922
|
+
}
|
|
17923
|
+
.d-flow102 > * + * {
|
|
17924
|
+
margin-left: 10.2rem !important;
|
|
17925
|
+
}
|
|
17926
|
+
.d-flow114 > * + * {
|
|
17927
|
+
margin-left: 11.4rem !important;
|
|
17928
|
+
}
|
|
17929
|
+
.d-flow128 > * + * {
|
|
17930
|
+
margin-left: 12.8rem !important;
|
|
17931
|
+
}
|
|
17896
17932
|
.d-m0 {
|
|
17897
17933
|
margin: 0 !important;
|
|
17898
17934
|
}
|
|
@@ -17929,6 +17965,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
17929
17965
|
.d-m64 {
|
|
17930
17966
|
margin: 6.4rem !important;
|
|
17931
17967
|
}
|
|
17968
|
+
.d-m72 {
|
|
17969
|
+
margin: 7.2rem !important;
|
|
17970
|
+
}
|
|
17971
|
+
.d-m84 {
|
|
17972
|
+
margin: 8.4rem !important;
|
|
17973
|
+
}
|
|
17974
|
+
.d-m96 {
|
|
17975
|
+
margin: 9.6rem !important;
|
|
17976
|
+
}
|
|
17977
|
+
.d-m102 {
|
|
17978
|
+
margin: 10.2rem !important;
|
|
17979
|
+
}
|
|
17980
|
+
.d-m114 {
|
|
17981
|
+
margin: 11.4rem !important;
|
|
17982
|
+
}
|
|
17983
|
+
.d-m128 {
|
|
17984
|
+
margin: 12.8rem !important;
|
|
17985
|
+
}
|
|
17932
17986
|
.d-m-auto {
|
|
17933
17987
|
margin: auto !important;
|
|
17934
17988
|
}
|
|
@@ -17971,6 +18025,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
17971
18025
|
.d-mt64 {
|
|
17972
18026
|
margin-top: 6.4rem !important;
|
|
17973
18027
|
}
|
|
18028
|
+
.d-mt72 {
|
|
18029
|
+
margin-top: 7.2rem !important;
|
|
18030
|
+
}
|
|
18031
|
+
.d-mt84 {
|
|
18032
|
+
margin-top: 8.4rem !important;
|
|
18033
|
+
}
|
|
18034
|
+
.d-mt96 {
|
|
18035
|
+
margin-top: 9.6rem !important;
|
|
18036
|
+
}
|
|
18037
|
+
.d-mt102 {
|
|
18038
|
+
margin-top: 10.2rem !important;
|
|
18039
|
+
}
|
|
18040
|
+
.d-mt114 {
|
|
18041
|
+
margin-top: 11.4rem !important;
|
|
18042
|
+
}
|
|
18043
|
+
.d-mt128 {
|
|
18044
|
+
margin-top: 12.8rem !important;
|
|
18045
|
+
}
|
|
17974
18046
|
.d-mt-auto {
|
|
17975
18047
|
margin-top: auto !important;
|
|
17976
18048
|
}
|
|
@@ -18013,6 +18085,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18013
18085
|
.d-mr64 {
|
|
18014
18086
|
margin-right: 6.4rem !important;
|
|
18015
18087
|
}
|
|
18088
|
+
.d-mr72 {
|
|
18089
|
+
margin-right: 7.2rem !important;
|
|
18090
|
+
}
|
|
18091
|
+
.d-mr84 {
|
|
18092
|
+
margin-right: 8.4rem !important;
|
|
18093
|
+
}
|
|
18094
|
+
.d-mr96 {
|
|
18095
|
+
margin-right: 9.6rem !important;
|
|
18096
|
+
}
|
|
18097
|
+
.d-mr102 {
|
|
18098
|
+
margin-right: 10.2rem !important;
|
|
18099
|
+
}
|
|
18100
|
+
.d-mr114 {
|
|
18101
|
+
margin-right: 11.4rem !important;
|
|
18102
|
+
}
|
|
18103
|
+
.d-mr128 {
|
|
18104
|
+
margin-right: 12.8rem !important;
|
|
18105
|
+
}
|
|
18016
18106
|
.d-mr-auto {
|
|
18017
18107
|
margin-right: auto !important;
|
|
18018
18108
|
}
|
|
@@ -18055,6 +18145,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18055
18145
|
.d-mb64 {
|
|
18056
18146
|
margin-bottom: 6.4rem !important;
|
|
18057
18147
|
}
|
|
18148
|
+
.d-mb72 {
|
|
18149
|
+
margin-bottom: 7.2rem !important;
|
|
18150
|
+
}
|
|
18151
|
+
.d-mb84 {
|
|
18152
|
+
margin-bottom: 8.4rem !important;
|
|
18153
|
+
}
|
|
18154
|
+
.d-mb96 {
|
|
18155
|
+
margin-bottom: 9.6rem !important;
|
|
18156
|
+
}
|
|
18157
|
+
.d-mb102 {
|
|
18158
|
+
margin-bottom: 10.2rem !important;
|
|
18159
|
+
}
|
|
18160
|
+
.d-mb114 {
|
|
18161
|
+
margin-bottom: 11.4rem !important;
|
|
18162
|
+
}
|
|
18163
|
+
.d-mb128 {
|
|
18164
|
+
margin-bottom: 12.8rem !important;
|
|
18165
|
+
}
|
|
18058
18166
|
.d-mb-auto {
|
|
18059
18167
|
margin-bottom: auto !important;
|
|
18060
18168
|
}
|
|
@@ -18097,6 +18205,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18097
18205
|
.d-ml64 {
|
|
18098
18206
|
margin-left: 6.4rem !important;
|
|
18099
18207
|
}
|
|
18208
|
+
.d-ml72 {
|
|
18209
|
+
margin-left: 7.2rem !important;
|
|
18210
|
+
}
|
|
18211
|
+
.d-ml84 {
|
|
18212
|
+
margin-left: 8.4rem !important;
|
|
18213
|
+
}
|
|
18214
|
+
.d-ml96 {
|
|
18215
|
+
margin-left: 9.6rem !important;
|
|
18216
|
+
}
|
|
18217
|
+
.d-ml102 {
|
|
18218
|
+
margin-left: 10.2rem !important;
|
|
18219
|
+
}
|
|
18220
|
+
.d-ml114 {
|
|
18221
|
+
margin-left: 11.4rem !important;
|
|
18222
|
+
}
|
|
18223
|
+
.d-ml128 {
|
|
18224
|
+
margin-left: 12.8rem !important;
|
|
18225
|
+
}
|
|
18100
18226
|
.d-ml-auto {
|
|
18101
18227
|
margin-left: auto !important;
|
|
18102
18228
|
}
|
|
@@ -18151,6 +18277,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18151
18277
|
margin-right: 6.4rem !important;
|
|
18152
18278
|
margin-left: 6.4rem !important;
|
|
18153
18279
|
}
|
|
18280
|
+
.d-mx72 {
|
|
18281
|
+
margin-right: 7.2rem !important;
|
|
18282
|
+
margin-left: 7.2rem !important;
|
|
18283
|
+
}
|
|
18284
|
+
.d-mx84 {
|
|
18285
|
+
margin-right: 8.4rem !important;
|
|
18286
|
+
margin-left: 8.4rem !important;
|
|
18287
|
+
}
|
|
18288
|
+
.d-mx96 {
|
|
18289
|
+
margin-right: 9.6rem !important;
|
|
18290
|
+
margin-left: 9.6rem !important;
|
|
18291
|
+
}
|
|
18292
|
+
.d-mx102 {
|
|
18293
|
+
margin-right: 10.2rem !important;
|
|
18294
|
+
margin-left: 10.2rem !important;
|
|
18295
|
+
}
|
|
18296
|
+
.d-mx114 {
|
|
18297
|
+
margin-right: 11.4rem !important;
|
|
18298
|
+
margin-left: 11.4rem !important;
|
|
18299
|
+
}
|
|
18300
|
+
.d-mx128 {
|
|
18301
|
+
margin-right: 12.8rem !important;
|
|
18302
|
+
margin-left: 12.8rem !important;
|
|
18303
|
+
}
|
|
18154
18304
|
.d-mx-auto {
|
|
18155
18305
|
margin-right: auto !important;
|
|
18156
18306
|
margin-left: auto !important;
|
|
@@ -18207,6 +18357,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18207
18357
|
margin-top: 6.4rem !important;
|
|
18208
18358
|
margin-bottom: 6.4rem !important;
|
|
18209
18359
|
}
|
|
18360
|
+
.d-my72 {
|
|
18361
|
+
margin-top: 7.2rem !important;
|
|
18362
|
+
margin-bottom: 7.2rem !important;
|
|
18363
|
+
}
|
|
18364
|
+
.d-my84 {
|
|
18365
|
+
margin-top: 8.4rem !important;
|
|
18366
|
+
margin-bottom: 8.4rem !important;
|
|
18367
|
+
}
|
|
18368
|
+
.d-my96 {
|
|
18369
|
+
margin-top: 9.6rem !important;
|
|
18370
|
+
margin-bottom: 9.6rem !important;
|
|
18371
|
+
}
|
|
18372
|
+
.d-my102 {
|
|
18373
|
+
margin-top: 10.2rem !important;
|
|
18374
|
+
margin-bottom: 10.2rem !important;
|
|
18375
|
+
}
|
|
18376
|
+
.d-my114 {
|
|
18377
|
+
margin-top: 11.4rem !important;
|
|
18378
|
+
margin-bottom: 11.4rem !important;
|
|
18379
|
+
}
|
|
18380
|
+
.d-my128 {
|
|
18381
|
+
margin-top: 12.8rem !important;
|
|
18382
|
+
margin-bottom: 12.8rem !important;
|
|
18383
|
+
}
|
|
18210
18384
|
.d-my-auto {
|
|
18211
18385
|
margin-top: auto !important;
|
|
18212
18386
|
margin-bottom: auto !important;
|
|
@@ -18248,6 +18422,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18248
18422
|
.d-mn64 {
|
|
18249
18423
|
margin: -6.4rem !important;
|
|
18250
18424
|
}
|
|
18425
|
+
.d-mn72 {
|
|
18426
|
+
margin: -7.2rem !important;
|
|
18427
|
+
}
|
|
18428
|
+
.d-mn84 {
|
|
18429
|
+
margin: -8.4rem !important;
|
|
18430
|
+
}
|
|
18431
|
+
.d-mn96 {
|
|
18432
|
+
margin: -9.6rem !important;
|
|
18433
|
+
}
|
|
18434
|
+
.d-mn102 {
|
|
18435
|
+
margin: -10.2rem !important;
|
|
18436
|
+
}
|
|
18437
|
+
.d-mn114 {
|
|
18438
|
+
margin: -11.4rem !important;
|
|
18439
|
+
}
|
|
18440
|
+
.d-mn128 {
|
|
18441
|
+
margin: -12.8rem !important;
|
|
18442
|
+
}
|
|
18251
18443
|
.d-mtn1 {
|
|
18252
18444
|
margin-top: -0.1rem !important;
|
|
18253
18445
|
}
|
|
@@ -18281,6 +18473,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18281
18473
|
.d-mtn64 {
|
|
18282
18474
|
margin-top: -6.4rem !important;
|
|
18283
18475
|
}
|
|
18476
|
+
.d-mtn72 {
|
|
18477
|
+
margin-top: -7.2rem !important;
|
|
18478
|
+
}
|
|
18479
|
+
.d-mtn84 {
|
|
18480
|
+
margin-top: -8.4rem !important;
|
|
18481
|
+
}
|
|
18482
|
+
.d-mtn96 {
|
|
18483
|
+
margin-top: -9.6rem !important;
|
|
18484
|
+
}
|
|
18485
|
+
.d-mtn102 {
|
|
18486
|
+
margin-top: -10.2rem !important;
|
|
18487
|
+
}
|
|
18488
|
+
.d-mtn114 {
|
|
18489
|
+
margin-top: -11.4rem !important;
|
|
18490
|
+
}
|
|
18491
|
+
.d-mtn128 {
|
|
18492
|
+
margin-top: -12.8rem !important;
|
|
18493
|
+
}
|
|
18284
18494
|
.d-mrn1 {
|
|
18285
18495
|
margin-right: -0.1rem !important;
|
|
18286
18496
|
}
|
|
@@ -18314,6 +18524,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18314
18524
|
.d-mrn64 {
|
|
18315
18525
|
margin-right: -6.4rem !important;
|
|
18316
18526
|
}
|
|
18527
|
+
.d-mrn72 {
|
|
18528
|
+
margin-right: -7.2rem !important;
|
|
18529
|
+
}
|
|
18530
|
+
.d-mrn84 {
|
|
18531
|
+
margin-right: -8.4rem !important;
|
|
18532
|
+
}
|
|
18533
|
+
.d-mrn96 {
|
|
18534
|
+
margin-right: -9.6rem !important;
|
|
18535
|
+
}
|
|
18536
|
+
.d-mrn102 {
|
|
18537
|
+
margin-right: -10.2rem !important;
|
|
18538
|
+
}
|
|
18539
|
+
.d-mrn114 {
|
|
18540
|
+
margin-right: -11.4rem !important;
|
|
18541
|
+
}
|
|
18542
|
+
.d-mrn128 {
|
|
18543
|
+
margin-right: -12.8rem !important;
|
|
18544
|
+
}
|
|
18317
18545
|
.d-mbn1 {
|
|
18318
18546
|
margin-bottom: -0.1rem !important;
|
|
18319
18547
|
}
|
|
@@ -18347,6 +18575,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18347
18575
|
.d-mbn64 {
|
|
18348
18576
|
margin-bottom: -6.4rem !important;
|
|
18349
18577
|
}
|
|
18578
|
+
.d-mbn72 {
|
|
18579
|
+
margin-bottom: -7.2rem !important;
|
|
18580
|
+
}
|
|
18581
|
+
.d-mbn84 {
|
|
18582
|
+
margin-bottom: -8.4rem !important;
|
|
18583
|
+
}
|
|
18584
|
+
.d-mbn96 {
|
|
18585
|
+
margin-bottom: -9.6rem !important;
|
|
18586
|
+
}
|
|
18587
|
+
.d-mbn102 {
|
|
18588
|
+
margin-bottom: -10.2rem !important;
|
|
18589
|
+
}
|
|
18590
|
+
.d-mbn114 {
|
|
18591
|
+
margin-bottom: -11.4rem !important;
|
|
18592
|
+
}
|
|
18593
|
+
.d-mbn128 {
|
|
18594
|
+
margin-bottom: -12.8rem !important;
|
|
18595
|
+
}
|
|
18350
18596
|
.d-mln1 {
|
|
18351
18597
|
margin-left: -0.1rem !important;
|
|
18352
18598
|
}
|
|
@@ -18380,6 +18626,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18380
18626
|
.d-mln64 {
|
|
18381
18627
|
margin-left: -6.4rem !important;
|
|
18382
18628
|
}
|
|
18629
|
+
.d-mln72 {
|
|
18630
|
+
margin-left: -7.2rem !important;
|
|
18631
|
+
}
|
|
18632
|
+
.d-mln84 {
|
|
18633
|
+
margin-left: -8.4rem !important;
|
|
18634
|
+
}
|
|
18635
|
+
.d-mln96 {
|
|
18636
|
+
margin-left: -9.6rem !important;
|
|
18637
|
+
}
|
|
18638
|
+
.d-mln102 {
|
|
18639
|
+
margin-left: -10.2rem !important;
|
|
18640
|
+
}
|
|
18641
|
+
.d-mln114 {
|
|
18642
|
+
margin-left: -11.4rem !important;
|
|
18643
|
+
}
|
|
18644
|
+
.d-mln128 {
|
|
18645
|
+
margin-left: -12.8rem !important;
|
|
18646
|
+
}
|
|
18383
18647
|
.d-mxn1 {
|
|
18384
18648
|
margin-right: -0.1rem !important;
|
|
18385
18649
|
margin-left: -0.1rem !important;
|
|
@@ -18424,6 +18688,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18424
18688
|
margin-right: -6.4rem !important;
|
|
18425
18689
|
margin-left: -6.4rem !important;
|
|
18426
18690
|
}
|
|
18691
|
+
.d-mxn72 {
|
|
18692
|
+
margin-right: -7.2rem !important;
|
|
18693
|
+
margin-left: -7.2rem !important;
|
|
18694
|
+
}
|
|
18695
|
+
.d-mxn84 {
|
|
18696
|
+
margin-right: -8.4rem !important;
|
|
18697
|
+
margin-left: -8.4rem !important;
|
|
18698
|
+
}
|
|
18699
|
+
.d-mxn96 {
|
|
18700
|
+
margin-right: -9.6rem !important;
|
|
18701
|
+
margin-left: -9.6rem !important;
|
|
18702
|
+
}
|
|
18703
|
+
.d-mxn102 {
|
|
18704
|
+
margin-right: -10.2rem !important;
|
|
18705
|
+
margin-left: -10.2rem !important;
|
|
18706
|
+
}
|
|
18707
|
+
.d-mxn114 {
|
|
18708
|
+
margin-right: -11.4rem !important;
|
|
18709
|
+
margin-left: -11.4rem !important;
|
|
18710
|
+
}
|
|
18711
|
+
.d-mxn128 {
|
|
18712
|
+
margin-right: -12.8rem !important;
|
|
18713
|
+
margin-left: -12.8rem !important;
|
|
18714
|
+
}
|
|
18427
18715
|
.d-myn1 {
|
|
18428
18716
|
margin-top: -0.1rem !important;
|
|
18429
18717
|
margin-bottom: -0.1rem !important;
|
|
@@ -18468,6 +18756,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18468
18756
|
margin-top: -6.4rem !important;
|
|
18469
18757
|
margin-bottom: -6.4rem !important;
|
|
18470
18758
|
}
|
|
18759
|
+
.d-myn72 {
|
|
18760
|
+
margin-top: -7.2rem !important;
|
|
18761
|
+
margin-bottom: -7.2rem !important;
|
|
18762
|
+
}
|
|
18763
|
+
.d-myn84 {
|
|
18764
|
+
margin-top: -8.4rem !important;
|
|
18765
|
+
margin-bottom: -8.4rem !important;
|
|
18766
|
+
}
|
|
18767
|
+
.d-myn96 {
|
|
18768
|
+
margin-top: -9.6rem !important;
|
|
18769
|
+
margin-bottom: -9.6rem !important;
|
|
18770
|
+
}
|
|
18771
|
+
.d-myn102 {
|
|
18772
|
+
margin-top: -10.2rem !important;
|
|
18773
|
+
margin-bottom: -10.2rem !important;
|
|
18774
|
+
}
|
|
18775
|
+
.d-myn114 {
|
|
18776
|
+
margin-top: -11.4rem !important;
|
|
18777
|
+
margin-bottom: -11.4rem !important;
|
|
18778
|
+
}
|
|
18779
|
+
.d-myn128 {
|
|
18780
|
+
margin-top: -12.8rem !important;
|
|
18781
|
+
margin-bottom: -12.8rem !important;
|
|
18782
|
+
}
|
|
18471
18783
|
.d-p0 {
|
|
18472
18784
|
padding: 0 !important;
|
|
18473
18785
|
}
|
|
@@ -18504,6 +18816,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18504
18816
|
.d-p64 {
|
|
18505
18817
|
padding: 6.4rem !important;
|
|
18506
18818
|
}
|
|
18819
|
+
.d-p72 {
|
|
18820
|
+
padding: 7.2rem !important;
|
|
18821
|
+
}
|
|
18822
|
+
.d-p84 {
|
|
18823
|
+
padding: 8.4rem !important;
|
|
18824
|
+
}
|
|
18825
|
+
.d-p96 {
|
|
18826
|
+
padding: 9.6rem !important;
|
|
18827
|
+
}
|
|
18828
|
+
.d-p102 {
|
|
18829
|
+
padding: 10.2rem !important;
|
|
18830
|
+
}
|
|
18831
|
+
.d-p114 {
|
|
18832
|
+
padding: 11.4rem !important;
|
|
18833
|
+
}
|
|
18834
|
+
.d-p128 {
|
|
18835
|
+
padding: 12.8rem !important;
|
|
18836
|
+
}
|
|
18507
18837
|
.d-p-unset {
|
|
18508
18838
|
padding: unset !important;
|
|
18509
18839
|
}
|
|
@@ -18543,6 +18873,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18543
18873
|
.d-pt64 {
|
|
18544
18874
|
padding-top: 6.4rem !important;
|
|
18545
18875
|
}
|
|
18876
|
+
.d-pt72 {
|
|
18877
|
+
padding-top: 7.2rem !important;
|
|
18878
|
+
}
|
|
18879
|
+
.d-pt84 {
|
|
18880
|
+
padding-top: 8.4rem !important;
|
|
18881
|
+
}
|
|
18882
|
+
.d-pt96 {
|
|
18883
|
+
padding-top: 9.6rem !important;
|
|
18884
|
+
}
|
|
18885
|
+
.d-pt102 {
|
|
18886
|
+
padding-top: 10.2rem !important;
|
|
18887
|
+
}
|
|
18888
|
+
.d-pt114 {
|
|
18889
|
+
padding-top: 11.4rem !important;
|
|
18890
|
+
}
|
|
18891
|
+
.d-pt128 {
|
|
18892
|
+
padding-top: 12.8rem !important;
|
|
18893
|
+
}
|
|
18546
18894
|
.d-pt-unset {
|
|
18547
18895
|
padding-top: unset !important;
|
|
18548
18896
|
}
|
|
@@ -18582,6 +18930,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18582
18930
|
.d-pr64 {
|
|
18583
18931
|
padding-right: 6.4rem !important;
|
|
18584
18932
|
}
|
|
18933
|
+
.d-pr72 {
|
|
18934
|
+
padding-right: 7.2rem !important;
|
|
18935
|
+
}
|
|
18936
|
+
.d-pr84 {
|
|
18937
|
+
padding-right: 8.4rem !important;
|
|
18938
|
+
}
|
|
18939
|
+
.d-pr96 {
|
|
18940
|
+
padding-right: 9.6rem !important;
|
|
18941
|
+
}
|
|
18942
|
+
.d-pr102 {
|
|
18943
|
+
padding-right: 10.2rem !important;
|
|
18944
|
+
}
|
|
18945
|
+
.d-pr114 {
|
|
18946
|
+
padding-right: 11.4rem !important;
|
|
18947
|
+
}
|
|
18948
|
+
.d-pr128 {
|
|
18949
|
+
padding-right: 12.8rem !important;
|
|
18950
|
+
}
|
|
18585
18951
|
.d-pr-unset {
|
|
18586
18952
|
padding-right: unset !important;
|
|
18587
18953
|
}
|
|
@@ -18621,6 +18987,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18621
18987
|
.d-pb64 {
|
|
18622
18988
|
padding-bottom: 6.4rem !important;
|
|
18623
18989
|
}
|
|
18990
|
+
.d-pb72 {
|
|
18991
|
+
padding-bottom: 7.2rem !important;
|
|
18992
|
+
}
|
|
18993
|
+
.d-pb84 {
|
|
18994
|
+
padding-bottom: 8.4rem !important;
|
|
18995
|
+
}
|
|
18996
|
+
.d-pb96 {
|
|
18997
|
+
padding-bottom: 9.6rem !important;
|
|
18998
|
+
}
|
|
18999
|
+
.d-pb102 {
|
|
19000
|
+
padding-bottom: 10.2rem !important;
|
|
19001
|
+
}
|
|
19002
|
+
.d-pb114 {
|
|
19003
|
+
padding-bottom: 11.4rem !important;
|
|
19004
|
+
}
|
|
19005
|
+
.d-pb128 {
|
|
19006
|
+
padding-bottom: 12.8rem !important;
|
|
19007
|
+
}
|
|
18624
19008
|
.d-pb-unset {
|
|
18625
19009
|
padding-bottom: unset !important;
|
|
18626
19010
|
}
|
|
@@ -18660,6 +19044,24 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18660
19044
|
.d-pl64 {
|
|
18661
19045
|
padding-left: 6.4rem !important;
|
|
18662
19046
|
}
|
|
19047
|
+
.d-pl72 {
|
|
19048
|
+
padding-left: 7.2rem !important;
|
|
19049
|
+
}
|
|
19050
|
+
.d-pl84 {
|
|
19051
|
+
padding-left: 8.4rem !important;
|
|
19052
|
+
}
|
|
19053
|
+
.d-pl96 {
|
|
19054
|
+
padding-left: 9.6rem !important;
|
|
19055
|
+
}
|
|
19056
|
+
.d-pl102 {
|
|
19057
|
+
padding-left: 10.2rem !important;
|
|
19058
|
+
}
|
|
19059
|
+
.d-pl114 {
|
|
19060
|
+
padding-left: 11.4rem !important;
|
|
19061
|
+
}
|
|
19062
|
+
.d-pl128 {
|
|
19063
|
+
padding-left: 12.8rem !important;
|
|
19064
|
+
}
|
|
18663
19065
|
.d-pl-unset {
|
|
18664
19066
|
padding-left: unset !important;
|
|
18665
19067
|
}
|
|
@@ -18711,6 +19113,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18711
19113
|
padding-right: 6.4rem !important;
|
|
18712
19114
|
padding-left: 6.4rem !important;
|
|
18713
19115
|
}
|
|
19116
|
+
.d-px72 {
|
|
19117
|
+
padding-right: 7.2rem !important;
|
|
19118
|
+
padding-left: 7.2rem !important;
|
|
19119
|
+
}
|
|
19120
|
+
.d-px84 {
|
|
19121
|
+
padding-right: 8.4rem !important;
|
|
19122
|
+
padding-left: 8.4rem !important;
|
|
19123
|
+
}
|
|
19124
|
+
.d-px96 {
|
|
19125
|
+
padding-right: 9.6rem !important;
|
|
19126
|
+
padding-left: 9.6rem !important;
|
|
19127
|
+
}
|
|
19128
|
+
.d-px102 {
|
|
19129
|
+
padding-right: 10.2rem !important;
|
|
19130
|
+
padding-left: 10.2rem !important;
|
|
19131
|
+
}
|
|
19132
|
+
.d-px114 {
|
|
19133
|
+
padding-right: 11.4rem !important;
|
|
19134
|
+
padding-left: 11.4rem !important;
|
|
19135
|
+
}
|
|
19136
|
+
.d-px128 {
|
|
19137
|
+
padding-right: 12.8rem !important;
|
|
19138
|
+
padding-left: 12.8rem !important;
|
|
19139
|
+
}
|
|
18714
19140
|
.d-px-unset {
|
|
18715
19141
|
padding-right: unset !important;
|
|
18716
19142
|
padding-left: unset !important;
|
|
@@ -18763,6 +19189,30 @@ body.theme-dark .d\:d-bgg-to-0 {
|
|
|
18763
19189
|
padding-top: 6.4rem !important;
|
|
18764
19190
|
padding-bottom: 6.4rem !important;
|
|
18765
19191
|
}
|
|
19192
|
+
.d-py72 {
|
|
19193
|
+
padding-top: 7.2rem !important;
|
|
19194
|
+
padding-bottom: 7.2rem !important;
|
|
19195
|
+
}
|
|
19196
|
+
.d-py84 {
|
|
19197
|
+
padding-top: 8.4rem !important;
|
|
19198
|
+
padding-bottom: 8.4rem !important;
|
|
19199
|
+
}
|
|
19200
|
+
.d-py96 {
|
|
19201
|
+
padding-top: 9.6rem !important;
|
|
19202
|
+
padding-bottom: 9.6rem !important;
|
|
19203
|
+
}
|
|
19204
|
+
.d-py102 {
|
|
19205
|
+
padding-top: 10.2rem !important;
|
|
19206
|
+
padding-bottom: 10.2rem !important;
|
|
19207
|
+
}
|
|
19208
|
+
.d-py114 {
|
|
19209
|
+
padding-top: 11.4rem !important;
|
|
19210
|
+
padding-bottom: 11.4rem !important;
|
|
19211
|
+
}
|
|
19212
|
+
.d-py128 {
|
|
19213
|
+
padding-top: 12.8rem !important;
|
|
19214
|
+
padding-bottom: 12.8rem !important;
|
|
19215
|
+
}
|
|
18766
19216
|
.d-py-unset {
|
|
18767
19217
|
padding-top: unset !important;
|
|
18768
19218
|
padding-bottom: unset !important;
|
|
@@ -20440,9 +20890,6 @@ body.theme-dark {
|
|
|
20440
20890
|
opacity: 0;
|
|
20441
20891
|
will-change: visibility, z-index, opacity, transform;
|
|
20442
20892
|
}
|
|
20443
|
-
.sm\:d-modal__dialog > * + * {
|
|
20444
|
-
margin-top: 1.6rem !important;
|
|
20445
|
-
}
|
|
20446
20893
|
.sm\:d-modal[aria-hidden='false'],
|
|
20447
20894
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
20448
20895
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -20474,7 +20921,7 @@ body.theme-dark {
|
|
|
20474
20921
|
}
|
|
20475
20922
|
.sm\:d-modal__content {
|
|
20476
20923
|
max-width: 75ch;
|
|
20477
|
-
margin: var(--su12) 0
|
|
20924
|
+
margin: var(--su12) 0;
|
|
20478
20925
|
padding: var(--su4) var(--su24);
|
|
20479
20926
|
}
|
|
20480
20927
|
.sm\:d-modal__close {
|
|
@@ -20612,6 +21059,24 @@ body.theme-dark {
|
|
|
20612
21059
|
.sm\:d-m64 {
|
|
20613
21060
|
margin: 6.4rem !important;
|
|
20614
21061
|
}
|
|
21062
|
+
.sm\:d-m72 {
|
|
21063
|
+
margin: 7.2rem !important;
|
|
21064
|
+
}
|
|
21065
|
+
.sm\:d-m84 {
|
|
21066
|
+
margin: 8.4rem !important;
|
|
21067
|
+
}
|
|
21068
|
+
.sm\:d-m96 {
|
|
21069
|
+
margin: 9.6rem !important;
|
|
21070
|
+
}
|
|
21071
|
+
.sm\:d-m102 {
|
|
21072
|
+
margin: 10.2rem !important;
|
|
21073
|
+
}
|
|
21074
|
+
.sm\:d-m114 {
|
|
21075
|
+
margin: 11.4rem !important;
|
|
21076
|
+
}
|
|
21077
|
+
.sm\:d-m128 {
|
|
21078
|
+
margin: 12.8rem !important;
|
|
21079
|
+
}
|
|
20615
21080
|
.sm\:d-m-auto {
|
|
20616
21081
|
margin: auto !important;
|
|
20617
21082
|
}
|
|
@@ -20654,6 +21119,24 @@ body.theme-dark {
|
|
|
20654
21119
|
.sm\:d-mt64 {
|
|
20655
21120
|
margin-top: 6.4rem !important;
|
|
20656
21121
|
}
|
|
21122
|
+
.sm\:d-mt72 {
|
|
21123
|
+
margin-top: 7.2rem !important;
|
|
21124
|
+
}
|
|
21125
|
+
.sm\:d-mt84 {
|
|
21126
|
+
margin-top: 8.4rem !important;
|
|
21127
|
+
}
|
|
21128
|
+
.sm\:d-mt96 {
|
|
21129
|
+
margin-top: 9.6rem !important;
|
|
21130
|
+
}
|
|
21131
|
+
.sm\:d-mt102 {
|
|
21132
|
+
margin-top: 10.2rem !important;
|
|
21133
|
+
}
|
|
21134
|
+
.sm\:d-mt114 {
|
|
21135
|
+
margin-top: 11.4rem !important;
|
|
21136
|
+
}
|
|
21137
|
+
.sm\:d-mt128 {
|
|
21138
|
+
margin-top: 12.8rem !important;
|
|
21139
|
+
}
|
|
20657
21140
|
.sm\:d-mt-auto {
|
|
20658
21141
|
margin-top: auto !important;
|
|
20659
21142
|
}
|
|
@@ -20696,6 +21179,24 @@ body.theme-dark {
|
|
|
20696
21179
|
.sm\:d-mr64 {
|
|
20697
21180
|
margin-right: 6.4rem !important;
|
|
20698
21181
|
}
|
|
21182
|
+
.sm\:d-mr72 {
|
|
21183
|
+
margin-right: 7.2rem !important;
|
|
21184
|
+
}
|
|
21185
|
+
.sm\:d-mr84 {
|
|
21186
|
+
margin-right: 8.4rem !important;
|
|
21187
|
+
}
|
|
21188
|
+
.sm\:d-mr96 {
|
|
21189
|
+
margin-right: 9.6rem !important;
|
|
21190
|
+
}
|
|
21191
|
+
.sm\:d-mr102 {
|
|
21192
|
+
margin-right: 10.2rem !important;
|
|
21193
|
+
}
|
|
21194
|
+
.sm\:d-mr114 {
|
|
21195
|
+
margin-right: 11.4rem !important;
|
|
21196
|
+
}
|
|
21197
|
+
.sm\:d-mr128 {
|
|
21198
|
+
margin-right: 12.8rem !important;
|
|
21199
|
+
}
|
|
20699
21200
|
.sm\:d-mr-auto {
|
|
20700
21201
|
margin-right: auto !important;
|
|
20701
21202
|
}
|
|
@@ -20738,6 +21239,24 @@ body.theme-dark {
|
|
|
20738
21239
|
.sm\:d-mb64 {
|
|
20739
21240
|
margin-bottom: 6.4rem !important;
|
|
20740
21241
|
}
|
|
21242
|
+
.sm\:d-mb72 {
|
|
21243
|
+
margin-bottom: 7.2rem !important;
|
|
21244
|
+
}
|
|
21245
|
+
.sm\:d-mb84 {
|
|
21246
|
+
margin-bottom: 8.4rem !important;
|
|
21247
|
+
}
|
|
21248
|
+
.sm\:d-mb96 {
|
|
21249
|
+
margin-bottom: 9.6rem !important;
|
|
21250
|
+
}
|
|
21251
|
+
.sm\:d-mb102 {
|
|
21252
|
+
margin-bottom: 10.2rem !important;
|
|
21253
|
+
}
|
|
21254
|
+
.sm\:d-mb114 {
|
|
21255
|
+
margin-bottom: 11.4rem !important;
|
|
21256
|
+
}
|
|
21257
|
+
.sm\:d-mb128 {
|
|
21258
|
+
margin-bottom: 12.8rem !important;
|
|
21259
|
+
}
|
|
20741
21260
|
.sm\:d-mb-auto {
|
|
20742
21261
|
margin-bottom: auto !important;
|
|
20743
21262
|
}
|
|
@@ -20780,6 +21299,24 @@ body.theme-dark {
|
|
|
20780
21299
|
.sm\:d-ml64 {
|
|
20781
21300
|
margin-left: 6.4rem !important;
|
|
20782
21301
|
}
|
|
21302
|
+
.sm\:d-ml72 {
|
|
21303
|
+
margin-left: 7.2rem !important;
|
|
21304
|
+
}
|
|
21305
|
+
.sm\:d-ml84 {
|
|
21306
|
+
margin-left: 8.4rem !important;
|
|
21307
|
+
}
|
|
21308
|
+
.sm\:d-ml96 {
|
|
21309
|
+
margin-left: 9.6rem !important;
|
|
21310
|
+
}
|
|
21311
|
+
.sm\:d-ml102 {
|
|
21312
|
+
margin-left: 10.2rem !important;
|
|
21313
|
+
}
|
|
21314
|
+
.sm\:d-ml114 {
|
|
21315
|
+
margin-left: 11.4rem !important;
|
|
21316
|
+
}
|
|
21317
|
+
.sm\:d-ml128 {
|
|
21318
|
+
margin-left: 12.8rem !important;
|
|
21319
|
+
}
|
|
20783
21320
|
.sm\:d-ml-auto {
|
|
20784
21321
|
margin-left: auto !important;
|
|
20785
21322
|
}
|
|
@@ -20834,6 +21371,30 @@ body.theme-dark {
|
|
|
20834
21371
|
margin-right: 6.4rem !important;
|
|
20835
21372
|
margin-left: 6.4rem !important;
|
|
20836
21373
|
}
|
|
21374
|
+
.sm\:d-mx72 {
|
|
21375
|
+
margin-right: 7.2rem !important;
|
|
21376
|
+
margin-left: 7.2rem !important;
|
|
21377
|
+
}
|
|
21378
|
+
.sm\:d-mx84 {
|
|
21379
|
+
margin-right: 8.4rem !important;
|
|
21380
|
+
margin-left: 8.4rem !important;
|
|
21381
|
+
}
|
|
21382
|
+
.sm\:d-mx96 {
|
|
21383
|
+
margin-right: 9.6rem !important;
|
|
21384
|
+
margin-left: 9.6rem !important;
|
|
21385
|
+
}
|
|
21386
|
+
.sm\:d-mx102 {
|
|
21387
|
+
margin-right: 10.2rem !important;
|
|
21388
|
+
margin-left: 10.2rem !important;
|
|
21389
|
+
}
|
|
21390
|
+
.sm\:d-mx114 {
|
|
21391
|
+
margin-right: 11.4rem !important;
|
|
21392
|
+
margin-left: 11.4rem !important;
|
|
21393
|
+
}
|
|
21394
|
+
.sm\:d-mx128 {
|
|
21395
|
+
margin-right: 12.8rem !important;
|
|
21396
|
+
margin-left: 12.8rem !important;
|
|
21397
|
+
}
|
|
20837
21398
|
.sm\:d-mx-auto {
|
|
20838
21399
|
margin-right: auto !important;
|
|
20839
21400
|
margin-left: auto !important;
|
|
@@ -20890,6 +21451,30 @@ body.theme-dark {
|
|
|
20890
21451
|
margin-top: 6.4rem !important;
|
|
20891
21452
|
margin-bottom: 6.4rem !important;
|
|
20892
21453
|
}
|
|
21454
|
+
.sm\:d-my72 {
|
|
21455
|
+
margin-top: 7.2rem !important;
|
|
21456
|
+
margin-bottom: 7.2rem !important;
|
|
21457
|
+
}
|
|
21458
|
+
.sm\:d-my84 {
|
|
21459
|
+
margin-top: 8.4rem !important;
|
|
21460
|
+
margin-bottom: 8.4rem !important;
|
|
21461
|
+
}
|
|
21462
|
+
.sm\:d-my96 {
|
|
21463
|
+
margin-top: 9.6rem !important;
|
|
21464
|
+
margin-bottom: 9.6rem !important;
|
|
21465
|
+
}
|
|
21466
|
+
.sm\:d-my102 {
|
|
21467
|
+
margin-top: 10.2rem !important;
|
|
21468
|
+
margin-bottom: 10.2rem !important;
|
|
21469
|
+
}
|
|
21470
|
+
.sm\:d-my114 {
|
|
21471
|
+
margin-top: 11.4rem !important;
|
|
21472
|
+
margin-bottom: 11.4rem !important;
|
|
21473
|
+
}
|
|
21474
|
+
.sm\:d-my128 {
|
|
21475
|
+
margin-top: 12.8rem !important;
|
|
21476
|
+
margin-bottom: 12.8rem !important;
|
|
21477
|
+
}
|
|
20893
21478
|
.sm\:d-my-auto {
|
|
20894
21479
|
margin-top: auto !important;
|
|
20895
21480
|
margin-bottom: auto !important;
|
|
@@ -20931,6 +21516,24 @@ body.theme-dark {
|
|
|
20931
21516
|
.sm\:d-mn64 {
|
|
20932
21517
|
margin: -6.4rem !important;
|
|
20933
21518
|
}
|
|
21519
|
+
.sm\:d-mn72 {
|
|
21520
|
+
margin: -7.2rem !important;
|
|
21521
|
+
}
|
|
21522
|
+
.sm\:d-mn84 {
|
|
21523
|
+
margin: -8.4rem !important;
|
|
21524
|
+
}
|
|
21525
|
+
.sm\:d-mn96 {
|
|
21526
|
+
margin: -9.6rem !important;
|
|
21527
|
+
}
|
|
21528
|
+
.sm\:d-mn102 {
|
|
21529
|
+
margin: -10.2rem !important;
|
|
21530
|
+
}
|
|
21531
|
+
.sm\:d-mn114 {
|
|
21532
|
+
margin: -11.4rem !important;
|
|
21533
|
+
}
|
|
21534
|
+
.sm\:d-mn128 {
|
|
21535
|
+
margin: -12.8rem !important;
|
|
21536
|
+
}
|
|
20934
21537
|
.sm\:d-mtn1 {
|
|
20935
21538
|
margin-top: -0.1rem !important;
|
|
20936
21539
|
}
|
|
@@ -20964,6 +21567,24 @@ body.theme-dark {
|
|
|
20964
21567
|
.sm\:d-mtn64 {
|
|
20965
21568
|
margin-top: -6.4rem !important;
|
|
20966
21569
|
}
|
|
21570
|
+
.sm\:d-mtn72 {
|
|
21571
|
+
margin-top: -7.2rem !important;
|
|
21572
|
+
}
|
|
21573
|
+
.sm\:d-mtn84 {
|
|
21574
|
+
margin-top: -8.4rem !important;
|
|
21575
|
+
}
|
|
21576
|
+
.sm\:d-mtn96 {
|
|
21577
|
+
margin-top: -9.6rem !important;
|
|
21578
|
+
}
|
|
21579
|
+
.sm\:d-mtn102 {
|
|
21580
|
+
margin-top: -10.2rem !important;
|
|
21581
|
+
}
|
|
21582
|
+
.sm\:d-mtn114 {
|
|
21583
|
+
margin-top: -11.4rem !important;
|
|
21584
|
+
}
|
|
21585
|
+
.sm\:d-mtn128 {
|
|
21586
|
+
margin-top: -12.8rem !important;
|
|
21587
|
+
}
|
|
20967
21588
|
.sm\:d-mrn1 {
|
|
20968
21589
|
margin-right: -0.1rem !important;
|
|
20969
21590
|
}
|
|
@@ -20997,6 +21618,24 @@ body.theme-dark {
|
|
|
20997
21618
|
.sm\:d-mrn64 {
|
|
20998
21619
|
margin-right: -6.4rem !important;
|
|
20999
21620
|
}
|
|
21621
|
+
.sm\:d-mrn72 {
|
|
21622
|
+
margin-right: -7.2rem !important;
|
|
21623
|
+
}
|
|
21624
|
+
.sm\:d-mrn84 {
|
|
21625
|
+
margin-right: -8.4rem !important;
|
|
21626
|
+
}
|
|
21627
|
+
.sm\:d-mrn96 {
|
|
21628
|
+
margin-right: -9.6rem !important;
|
|
21629
|
+
}
|
|
21630
|
+
.sm\:d-mrn102 {
|
|
21631
|
+
margin-right: -10.2rem !important;
|
|
21632
|
+
}
|
|
21633
|
+
.sm\:d-mrn114 {
|
|
21634
|
+
margin-right: -11.4rem !important;
|
|
21635
|
+
}
|
|
21636
|
+
.sm\:d-mrn128 {
|
|
21637
|
+
margin-right: -12.8rem !important;
|
|
21638
|
+
}
|
|
21000
21639
|
.sm\:d-mbn1 {
|
|
21001
21640
|
margin-bottom: -0.1rem !important;
|
|
21002
21641
|
}
|
|
@@ -21030,6 +21669,24 @@ body.theme-dark {
|
|
|
21030
21669
|
.sm\:d-mbn64 {
|
|
21031
21670
|
margin-bottom: -6.4rem !important;
|
|
21032
21671
|
}
|
|
21672
|
+
.sm\:d-mbn72 {
|
|
21673
|
+
margin-bottom: -7.2rem !important;
|
|
21674
|
+
}
|
|
21675
|
+
.sm\:d-mbn84 {
|
|
21676
|
+
margin-bottom: -8.4rem !important;
|
|
21677
|
+
}
|
|
21678
|
+
.sm\:d-mbn96 {
|
|
21679
|
+
margin-bottom: -9.6rem !important;
|
|
21680
|
+
}
|
|
21681
|
+
.sm\:d-mbn102 {
|
|
21682
|
+
margin-bottom: -10.2rem !important;
|
|
21683
|
+
}
|
|
21684
|
+
.sm\:d-mbn114 {
|
|
21685
|
+
margin-bottom: -11.4rem !important;
|
|
21686
|
+
}
|
|
21687
|
+
.sm\:d-mbn128 {
|
|
21688
|
+
margin-bottom: -12.8rem !important;
|
|
21689
|
+
}
|
|
21033
21690
|
.sm\:d-mln1 {
|
|
21034
21691
|
margin-left: -0.1rem !important;
|
|
21035
21692
|
}
|
|
@@ -21063,6 +21720,24 @@ body.theme-dark {
|
|
|
21063
21720
|
.sm\:d-mln64 {
|
|
21064
21721
|
margin-left: -6.4rem !important;
|
|
21065
21722
|
}
|
|
21723
|
+
.sm\:d-mln72 {
|
|
21724
|
+
margin-left: -7.2rem !important;
|
|
21725
|
+
}
|
|
21726
|
+
.sm\:d-mln84 {
|
|
21727
|
+
margin-left: -8.4rem !important;
|
|
21728
|
+
}
|
|
21729
|
+
.sm\:d-mln96 {
|
|
21730
|
+
margin-left: -9.6rem !important;
|
|
21731
|
+
}
|
|
21732
|
+
.sm\:d-mln102 {
|
|
21733
|
+
margin-left: -10.2rem !important;
|
|
21734
|
+
}
|
|
21735
|
+
.sm\:d-mln114 {
|
|
21736
|
+
margin-left: -11.4rem !important;
|
|
21737
|
+
}
|
|
21738
|
+
.sm\:d-mln128 {
|
|
21739
|
+
margin-left: -12.8rem !important;
|
|
21740
|
+
}
|
|
21066
21741
|
.sm\:d-mxn1 {
|
|
21067
21742
|
margin-right: -0.1rem !important;
|
|
21068
21743
|
margin-left: -0.1rem !important;
|
|
@@ -21107,6 +21782,30 @@ body.theme-dark {
|
|
|
21107
21782
|
margin-right: -6.4rem !important;
|
|
21108
21783
|
margin-left: -6.4rem !important;
|
|
21109
21784
|
}
|
|
21785
|
+
.sm\:d-mxn72 {
|
|
21786
|
+
margin-right: -7.2rem !important;
|
|
21787
|
+
margin-left: -7.2rem !important;
|
|
21788
|
+
}
|
|
21789
|
+
.sm\:d-mxn84 {
|
|
21790
|
+
margin-right: -8.4rem !important;
|
|
21791
|
+
margin-left: -8.4rem !important;
|
|
21792
|
+
}
|
|
21793
|
+
.sm\:d-mxn96 {
|
|
21794
|
+
margin-right: -9.6rem !important;
|
|
21795
|
+
margin-left: -9.6rem !important;
|
|
21796
|
+
}
|
|
21797
|
+
.sm\:d-mxn102 {
|
|
21798
|
+
margin-right: -10.2rem !important;
|
|
21799
|
+
margin-left: -10.2rem !important;
|
|
21800
|
+
}
|
|
21801
|
+
.sm\:d-mxn114 {
|
|
21802
|
+
margin-right: -11.4rem !important;
|
|
21803
|
+
margin-left: -11.4rem !important;
|
|
21804
|
+
}
|
|
21805
|
+
.sm\:d-mxn128 {
|
|
21806
|
+
margin-right: -12.8rem !important;
|
|
21807
|
+
margin-left: -12.8rem !important;
|
|
21808
|
+
}
|
|
21110
21809
|
.sm\:d-myn1 {
|
|
21111
21810
|
margin-top: -0.1rem !important;
|
|
21112
21811
|
margin-bottom: -0.1rem !important;
|
|
@@ -21151,6 +21850,30 @@ body.theme-dark {
|
|
|
21151
21850
|
margin-top: -6.4rem !important;
|
|
21152
21851
|
margin-bottom: -6.4rem !important;
|
|
21153
21852
|
}
|
|
21853
|
+
.sm\:d-myn72 {
|
|
21854
|
+
margin-top: -7.2rem !important;
|
|
21855
|
+
margin-bottom: -7.2rem !important;
|
|
21856
|
+
}
|
|
21857
|
+
.sm\:d-myn84 {
|
|
21858
|
+
margin-top: -8.4rem !important;
|
|
21859
|
+
margin-bottom: -8.4rem !important;
|
|
21860
|
+
}
|
|
21861
|
+
.sm\:d-myn96 {
|
|
21862
|
+
margin-top: -9.6rem !important;
|
|
21863
|
+
margin-bottom: -9.6rem !important;
|
|
21864
|
+
}
|
|
21865
|
+
.sm\:d-myn102 {
|
|
21866
|
+
margin-top: -10.2rem !important;
|
|
21867
|
+
margin-bottom: -10.2rem !important;
|
|
21868
|
+
}
|
|
21869
|
+
.sm\:d-myn114 {
|
|
21870
|
+
margin-top: -11.4rem !important;
|
|
21871
|
+
margin-bottom: -11.4rem !important;
|
|
21872
|
+
}
|
|
21873
|
+
.sm\:d-myn128 {
|
|
21874
|
+
margin-top: -12.8rem !important;
|
|
21875
|
+
margin-bottom: -12.8rem !important;
|
|
21876
|
+
}
|
|
21154
21877
|
.sm\:d-g-cols1 {
|
|
21155
21878
|
grid-template-columns: [full-start] repeat(1, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
|
|
21156
21879
|
}
|
|
@@ -21627,9 +22350,6 @@ body.theme-dark {
|
|
|
21627
22350
|
opacity: 0;
|
|
21628
22351
|
will-change: visibility, z-index, opacity, transform;
|
|
21629
22352
|
}
|
|
21630
|
-
.md\:d-modal__dialog > * + * {
|
|
21631
|
-
margin-top: 1.6rem !important;
|
|
21632
|
-
}
|
|
21633
22353
|
.md\:d-modal[aria-hidden='false'],
|
|
21634
22354
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
21635
22355
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -21661,7 +22381,7 @@ body.theme-dark {
|
|
|
21661
22381
|
}
|
|
21662
22382
|
.md\:d-modal__content {
|
|
21663
22383
|
max-width: 75ch;
|
|
21664
|
-
margin: var(--su12) 0
|
|
22384
|
+
margin: var(--su12) 0;
|
|
21665
22385
|
padding: var(--su4) var(--su24);
|
|
21666
22386
|
}
|
|
21667
22387
|
.md\:d-modal__close {
|
|
@@ -21799,6 +22519,24 @@ body.theme-dark {
|
|
|
21799
22519
|
.md\:d-m64 {
|
|
21800
22520
|
margin: 6.4rem !important;
|
|
21801
22521
|
}
|
|
22522
|
+
.md\:d-m72 {
|
|
22523
|
+
margin: 7.2rem !important;
|
|
22524
|
+
}
|
|
22525
|
+
.md\:d-m84 {
|
|
22526
|
+
margin: 8.4rem !important;
|
|
22527
|
+
}
|
|
22528
|
+
.md\:d-m96 {
|
|
22529
|
+
margin: 9.6rem !important;
|
|
22530
|
+
}
|
|
22531
|
+
.md\:d-m102 {
|
|
22532
|
+
margin: 10.2rem !important;
|
|
22533
|
+
}
|
|
22534
|
+
.md\:d-m114 {
|
|
22535
|
+
margin: 11.4rem !important;
|
|
22536
|
+
}
|
|
22537
|
+
.md\:d-m128 {
|
|
22538
|
+
margin: 12.8rem !important;
|
|
22539
|
+
}
|
|
21802
22540
|
.md\:d-m-auto {
|
|
21803
22541
|
margin: auto !important;
|
|
21804
22542
|
}
|
|
@@ -21841,6 +22579,24 @@ body.theme-dark {
|
|
|
21841
22579
|
.md\:d-mt64 {
|
|
21842
22580
|
margin-top: 6.4rem !important;
|
|
21843
22581
|
}
|
|
22582
|
+
.md\:d-mt72 {
|
|
22583
|
+
margin-top: 7.2rem !important;
|
|
22584
|
+
}
|
|
22585
|
+
.md\:d-mt84 {
|
|
22586
|
+
margin-top: 8.4rem !important;
|
|
22587
|
+
}
|
|
22588
|
+
.md\:d-mt96 {
|
|
22589
|
+
margin-top: 9.6rem !important;
|
|
22590
|
+
}
|
|
22591
|
+
.md\:d-mt102 {
|
|
22592
|
+
margin-top: 10.2rem !important;
|
|
22593
|
+
}
|
|
22594
|
+
.md\:d-mt114 {
|
|
22595
|
+
margin-top: 11.4rem !important;
|
|
22596
|
+
}
|
|
22597
|
+
.md\:d-mt128 {
|
|
22598
|
+
margin-top: 12.8rem !important;
|
|
22599
|
+
}
|
|
21844
22600
|
.md\:d-mt-auto {
|
|
21845
22601
|
margin-top: auto !important;
|
|
21846
22602
|
}
|
|
@@ -21883,6 +22639,24 @@ body.theme-dark {
|
|
|
21883
22639
|
.md\:d-mr64 {
|
|
21884
22640
|
margin-right: 6.4rem !important;
|
|
21885
22641
|
}
|
|
22642
|
+
.md\:d-mr72 {
|
|
22643
|
+
margin-right: 7.2rem !important;
|
|
22644
|
+
}
|
|
22645
|
+
.md\:d-mr84 {
|
|
22646
|
+
margin-right: 8.4rem !important;
|
|
22647
|
+
}
|
|
22648
|
+
.md\:d-mr96 {
|
|
22649
|
+
margin-right: 9.6rem !important;
|
|
22650
|
+
}
|
|
22651
|
+
.md\:d-mr102 {
|
|
22652
|
+
margin-right: 10.2rem !important;
|
|
22653
|
+
}
|
|
22654
|
+
.md\:d-mr114 {
|
|
22655
|
+
margin-right: 11.4rem !important;
|
|
22656
|
+
}
|
|
22657
|
+
.md\:d-mr128 {
|
|
22658
|
+
margin-right: 12.8rem !important;
|
|
22659
|
+
}
|
|
21886
22660
|
.md\:d-mr-auto {
|
|
21887
22661
|
margin-right: auto !important;
|
|
21888
22662
|
}
|
|
@@ -21925,6 +22699,24 @@ body.theme-dark {
|
|
|
21925
22699
|
.md\:d-mb64 {
|
|
21926
22700
|
margin-bottom: 6.4rem !important;
|
|
21927
22701
|
}
|
|
22702
|
+
.md\:d-mb72 {
|
|
22703
|
+
margin-bottom: 7.2rem !important;
|
|
22704
|
+
}
|
|
22705
|
+
.md\:d-mb84 {
|
|
22706
|
+
margin-bottom: 8.4rem !important;
|
|
22707
|
+
}
|
|
22708
|
+
.md\:d-mb96 {
|
|
22709
|
+
margin-bottom: 9.6rem !important;
|
|
22710
|
+
}
|
|
22711
|
+
.md\:d-mb102 {
|
|
22712
|
+
margin-bottom: 10.2rem !important;
|
|
22713
|
+
}
|
|
22714
|
+
.md\:d-mb114 {
|
|
22715
|
+
margin-bottom: 11.4rem !important;
|
|
22716
|
+
}
|
|
22717
|
+
.md\:d-mb128 {
|
|
22718
|
+
margin-bottom: 12.8rem !important;
|
|
22719
|
+
}
|
|
21928
22720
|
.md\:d-mb-auto {
|
|
21929
22721
|
margin-bottom: auto !important;
|
|
21930
22722
|
}
|
|
@@ -21967,6 +22759,24 @@ body.theme-dark {
|
|
|
21967
22759
|
.md\:d-ml64 {
|
|
21968
22760
|
margin-left: 6.4rem !important;
|
|
21969
22761
|
}
|
|
22762
|
+
.md\:d-ml72 {
|
|
22763
|
+
margin-left: 7.2rem !important;
|
|
22764
|
+
}
|
|
22765
|
+
.md\:d-ml84 {
|
|
22766
|
+
margin-left: 8.4rem !important;
|
|
22767
|
+
}
|
|
22768
|
+
.md\:d-ml96 {
|
|
22769
|
+
margin-left: 9.6rem !important;
|
|
22770
|
+
}
|
|
22771
|
+
.md\:d-ml102 {
|
|
22772
|
+
margin-left: 10.2rem !important;
|
|
22773
|
+
}
|
|
22774
|
+
.md\:d-ml114 {
|
|
22775
|
+
margin-left: 11.4rem !important;
|
|
22776
|
+
}
|
|
22777
|
+
.md\:d-ml128 {
|
|
22778
|
+
margin-left: 12.8rem !important;
|
|
22779
|
+
}
|
|
21970
22780
|
.md\:d-ml-auto {
|
|
21971
22781
|
margin-left: auto !important;
|
|
21972
22782
|
}
|
|
@@ -22021,6 +22831,30 @@ body.theme-dark {
|
|
|
22021
22831
|
margin-right: 6.4rem !important;
|
|
22022
22832
|
margin-left: 6.4rem !important;
|
|
22023
22833
|
}
|
|
22834
|
+
.md\:d-mx72 {
|
|
22835
|
+
margin-right: 7.2rem !important;
|
|
22836
|
+
margin-left: 7.2rem !important;
|
|
22837
|
+
}
|
|
22838
|
+
.md\:d-mx84 {
|
|
22839
|
+
margin-right: 8.4rem !important;
|
|
22840
|
+
margin-left: 8.4rem !important;
|
|
22841
|
+
}
|
|
22842
|
+
.md\:d-mx96 {
|
|
22843
|
+
margin-right: 9.6rem !important;
|
|
22844
|
+
margin-left: 9.6rem !important;
|
|
22845
|
+
}
|
|
22846
|
+
.md\:d-mx102 {
|
|
22847
|
+
margin-right: 10.2rem !important;
|
|
22848
|
+
margin-left: 10.2rem !important;
|
|
22849
|
+
}
|
|
22850
|
+
.md\:d-mx114 {
|
|
22851
|
+
margin-right: 11.4rem !important;
|
|
22852
|
+
margin-left: 11.4rem !important;
|
|
22853
|
+
}
|
|
22854
|
+
.md\:d-mx128 {
|
|
22855
|
+
margin-right: 12.8rem !important;
|
|
22856
|
+
margin-left: 12.8rem !important;
|
|
22857
|
+
}
|
|
22024
22858
|
.md\:d-mx-auto {
|
|
22025
22859
|
margin-right: auto !important;
|
|
22026
22860
|
margin-left: auto !important;
|
|
@@ -22077,6 +22911,30 @@ body.theme-dark {
|
|
|
22077
22911
|
margin-top: 6.4rem !important;
|
|
22078
22912
|
margin-bottom: 6.4rem !important;
|
|
22079
22913
|
}
|
|
22914
|
+
.md\:d-my72 {
|
|
22915
|
+
margin-top: 7.2rem !important;
|
|
22916
|
+
margin-bottom: 7.2rem !important;
|
|
22917
|
+
}
|
|
22918
|
+
.md\:d-my84 {
|
|
22919
|
+
margin-top: 8.4rem !important;
|
|
22920
|
+
margin-bottom: 8.4rem !important;
|
|
22921
|
+
}
|
|
22922
|
+
.md\:d-my96 {
|
|
22923
|
+
margin-top: 9.6rem !important;
|
|
22924
|
+
margin-bottom: 9.6rem !important;
|
|
22925
|
+
}
|
|
22926
|
+
.md\:d-my102 {
|
|
22927
|
+
margin-top: 10.2rem !important;
|
|
22928
|
+
margin-bottom: 10.2rem !important;
|
|
22929
|
+
}
|
|
22930
|
+
.md\:d-my114 {
|
|
22931
|
+
margin-top: 11.4rem !important;
|
|
22932
|
+
margin-bottom: 11.4rem !important;
|
|
22933
|
+
}
|
|
22934
|
+
.md\:d-my128 {
|
|
22935
|
+
margin-top: 12.8rem !important;
|
|
22936
|
+
margin-bottom: 12.8rem !important;
|
|
22937
|
+
}
|
|
22080
22938
|
.md\:d-my-auto {
|
|
22081
22939
|
margin-top: auto !important;
|
|
22082
22940
|
margin-bottom: auto !important;
|
|
@@ -22118,6 +22976,24 @@ body.theme-dark {
|
|
|
22118
22976
|
.md\:d-mn64 {
|
|
22119
22977
|
margin: -6.4rem !important;
|
|
22120
22978
|
}
|
|
22979
|
+
.md\:d-mn72 {
|
|
22980
|
+
margin: -7.2rem !important;
|
|
22981
|
+
}
|
|
22982
|
+
.md\:d-mn84 {
|
|
22983
|
+
margin: -8.4rem !important;
|
|
22984
|
+
}
|
|
22985
|
+
.md\:d-mn96 {
|
|
22986
|
+
margin: -9.6rem !important;
|
|
22987
|
+
}
|
|
22988
|
+
.md\:d-mn102 {
|
|
22989
|
+
margin: -10.2rem !important;
|
|
22990
|
+
}
|
|
22991
|
+
.md\:d-mn114 {
|
|
22992
|
+
margin: -11.4rem !important;
|
|
22993
|
+
}
|
|
22994
|
+
.md\:d-mn128 {
|
|
22995
|
+
margin: -12.8rem !important;
|
|
22996
|
+
}
|
|
22121
22997
|
.md\:d-mtn1 {
|
|
22122
22998
|
margin-top: -0.1rem !important;
|
|
22123
22999
|
}
|
|
@@ -22151,6 +23027,24 @@ body.theme-dark {
|
|
|
22151
23027
|
.md\:d-mtn64 {
|
|
22152
23028
|
margin-top: -6.4rem !important;
|
|
22153
23029
|
}
|
|
23030
|
+
.md\:d-mtn72 {
|
|
23031
|
+
margin-top: -7.2rem !important;
|
|
23032
|
+
}
|
|
23033
|
+
.md\:d-mtn84 {
|
|
23034
|
+
margin-top: -8.4rem !important;
|
|
23035
|
+
}
|
|
23036
|
+
.md\:d-mtn96 {
|
|
23037
|
+
margin-top: -9.6rem !important;
|
|
23038
|
+
}
|
|
23039
|
+
.md\:d-mtn102 {
|
|
23040
|
+
margin-top: -10.2rem !important;
|
|
23041
|
+
}
|
|
23042
|
+
.md\:d-mtn114 {
|
|
23043
|
+
margin-top: -11.4rem !important;
|
|
23044
|
+
}
|
|
23045
|
+
.md\:d-mtn128 {
|
|
23046
|
+
margin-top: -12.8rem !important;
|
|
23047
|
+
}
|
|
22154
23048
|
.md\:d-mrn1 {
|
|
22155
23049
|
margin-right: -0.1rem !important;
|
|
22156
23050
|
}
|
|
@@ -22184,6 +23078,24 @@ body.theme-dark {
|
|
|
22184
23078
|
.md\:d-mrn64 {
|
|
22185
23079
|
margin-right: -6.4rem !important;
|
|
22186
23080
|
}
|
|
23081
|
+
.md\:d-mrn72 {
|
|
23082
|
+
margin-right: -7.2rem !important;
|
|
23083
|
+
}
|
|
23084
|
+
.md\:d-mrn84 {
|
|
23085
|
+
margin-right: -8.4rem !important;
|
|
23086
|
+
}
|
|
23087
|
+
.md\:d-mrn96 {
|
|
23088
|
+
margin-right: -9.6rem !important;
|
|
23089
|
+
}
|
|
23090
|
+
.md\:d-mrn102 {
|
|
23091
|
+
margin-right: -10.2rem !important;
|
|
23092
|
+
}
|
|
23093
|
+
.md\:d-mrn114 {
|
|
23094
|
+
margin-right: -11.4rem !important;
|
|
23095
|
+
}
|
|
23096
|
+
.md\:d-mrn128 {
|
|
23097
|
+
margin-right: -12.8rem !important;
|
|
23098
|
+
}
|
|
22187
23099
|
.md\:d-mbn1 {
|
|
22188
23100
|
margin-bottom: -0.1rem !important;
|
|
22189
23101
|
}
|
|
@@ -22217,6 +23129,24 @@ body.theme-dark {
|
|
|
22217
23129
|
.md\:d-mbn64 {
|
|
22218
23130
|
margin-bottom: -6.4rem !important;
|
|
22219
23131
|
}
|
|
23132
|
+
.md\:d-mbn72 {
|
|
23133
|
+
margin-bottom: -7.2rem !important;
|
|
23134
|
+
}
|
|
23135
|
+
.md\:d-mbn84 {
|
|
23136
|
+
margin-bottom: -8.4rem !important;
|
|
23137
|
+
}
|
|
23138
|
+
.md\:d-mbn96 {
|
|
23139
|
+
margin-bottom: -9.6rem !important;
|
|
23140
|
+
}
|
|
23141
|
+
.md\:d-mbn102 {
|
|
23142
|
+
margin-bottom: -10.2rem !important;
|
|
23143
|
+
}
|
|
23144
|
+
.md\:d-mbn114 {
|
|
23145
|
+
margin-bottom: -11.4rem !important;
|
|
23146
|
+
}
|
|
23147
|
+
.md\:d-mbn128 {
|
|
23148
|
+
margin-bottom: -12.8rem !important;
|
|
23149
|
+
}
|
|
22220
23150
|
.md\:d-mln1 {
|
|
22221
23151
|
margin-left: -0.1rem !important;
|
|
22222
23152
|
}
|
|
@@ -22250,6 +23180,24 @@ body.theme-dark {
|
|
|
22250
23180
|
.md\:d-mln64 {
|
|
22251
23181
|
margin-left: -6.4rem !important;
|
|
22252
23182
|
}
|
|
23183
|
+
.md\:d-mln72 {
|
|
23184
|
+
margin-left: -7.2rem !important;
|
|
23185
|
+
}
|
|
23186
|
+
.md\:d-mln84 {
|
|
23187
|
+
margin-left: -8.4rem !important;
|
|
23188
|
+
}
|
|
23189
|
+
.md\:d-mln96 {
|
|
23190
|
+
margin-left: -9.6rem !important;
|
|
23191
|
+
}
|
|
23192
|
+
.md\:d-mln102 {
|
|
23193
|
+
margin-left: -10.2rem !important;
|
|
23194
|
+
}
|
|
23195
|
+
.md\:d-mln114 {
|
|
23196
|
+
margin-left: -11.4rem !important;
|
|
23197
|
+
}
|
|
23198
|
+
.md\:d-mln128 {
|
|
23199
|
+
margin-left: -12.8rem !important;
|
|
23200
|
+
}
|
|
22253
23201
|
.md\:d-mxn1 {
|
|
22254
23202
|
margin-right: -0.1rem !important;
|
|
22255
23203
|
margin-left: -0.1rem !important;
|
|
@@ -22294,6 +23242,30 @@ body.theme-dark {
|
|
|
22294
23242
|
margin-right: -6.4rem !important;
|
|
22295
23243
|
margin-left: -6.4rem !important;
|
|
22296
23244
|
}
|
|
23245
|
+
.md\:d-mxn72 {
|
|
23246
|
+
margin-right: -7.2rem !important;
|
|
23247
|
+
margin-left: -7.2rem !important;
|
|
23248
|
+
}
|
|
23249
|
+
.md\:d-mxn84 {
|
|
23250
|
+
margin-right: -8.4rem !important;
|
|
23251
|
+
margin-left: -8.4rem !important;
|
|
23252
|
+
}
|
|
23253
|
+
.md\:d-mxn96 {
|
|
23254
|
+
margin-right: -9.6rem !important;
|
|
23255
|
+
margin-left: -9.6rem !important;
|
|
23256
|
+
}
|
|
23257
|
+
.md\:d-mxn102 {
|
|
23258
|
+
margin-right: -10.2rem !important;
|
|
23259
|
+
margin-left: -10.2rem !important;
|
|
23260
|
+
}
|
|
23261
|
+
.md\:d-mxn114 {
|
|
23262
|
+
margin-right: -11.4rem !important;
|
|
23263
|
+
margin-left: -11.4rem !important;
|
|
23264
|
+
}
|
|
23265
|
+
.md\:d-mxn128 {
|
|
23266
|
+
margin-right: -12.8rem !important;
|
|
23267
|
+
margin-left: -12.8rem !important;
|
|
23268
|
+
}
|
|
22297
23269
|
.md\:d-myn1 {
|
|
22298
23270
|
margin-top: -0.1rem !important;
|
|
22299
23271
|
margin-bottom: -0.1rem !important;
|
|
@@ -22338,6 +23310,30 @@ body.theme-dark {
|
|
|
22338
23310
|
margin-top: -6.4rem !important;
|
|
22339
23311
|
margin-bottom: -6.4rem !important;
|
|
22340
23312
|
}
|
|
23313
|
+
.md\:d-myn72 {
|
|
23314
|
+
margin-top: -7.2rem !important;
|
|
23315
|
+
margin-bottom: -7.2rem !important;
|
|
23316
|
+
}
|
|
23317
|
+
.md\:d-myn84 {
|
|
23318
|
+
margin-top: -8.4rem !important;
|
|
23319
|
+
margin-bottom: -8.4rem !important;
|
|
23320
|
+
}
|
|
23321
|
+
.md\:d-myn96 {
|
|
23322
|
+
margin-top: -9.6rem !important;
|
|
23323
|
+
margin-bottom: -9.6rem !important;
|
|
23324
|
+
}
|
|
23325
|
+
.md\:d-myn102 {
|
|
23326
|
+
margin-top: -10.2rem !important;
|
|
23327
|
+
margin-bottom: -10.2rem !important;
|
|
23328
|
+
}
|
|
23329
|
+
.md\:d-myn114 {
|
|
23330
|
+
margin-top: -11.4rem !important;
|
|
23331
|
+
margin-bottom: -11.4rem !important;
|
|
23332
|
+
}
|
|
23333
|
+
.md\:d-myn128 {
|
|
23334
|
+
margin-top: -12.8rem !important;
|
|
23335
|
+
margin-bottom: -12.8rem !important;
|
|
23336
|
+
}
|
|
22341
23337
|
.md\:d-g-cols1 {
|
|
22342
23338
|
grid-template-columns: [full-start] repeat(1, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
|
|
22343
23339
|
}
|
|
@@ -22814,9 +23810,6 @@ body.theme-dark {
|
|
|
22814
23810
|
opacity: 0;
|
|
22815
23811
|
will-change: visibility, z-index, opacity, transform;
|
|
22816
23812
|
}
|
|
22817
|
-
.lg\:d-modal__dialog > * + * {
|
|
22818
|
-
margin-top: 1.6rem !important;
|
|
22819
|
-
}
|
|
22820
23813
|
.lg\:d-modal[aria-hidden='false'],
|
|
22821
23814
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
22822
23815
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -22848,7 +23841,7 @@ body.theme-dark {
|
|
|
22848
23841
|
}
|
|
22849
23842
|
.lg\:d-modal__content {
|
|
22850
23843
|
max-width: 75ch;
|
|
22851
|
-
margin: var(--su12) 0
|
|
23844
|
+
margin: var(--su12) 0;
|
|
22852
23845
|
padding: var(--su4) var(--su24);
|
|
22853
23846
|
}
|
|
22854
23847
|
.lg\:d-modal__close {
|
|
@@ -22986,6 +23979,24 @@ body.theme-dark {
|
|
|
22986
23979
|
.lg\:d-m64 {
|
|
22987
23980
|
margin: 6.4rem !important;
|
|
22988
23981
|
}
|
|
23982
|
+
.lg\:d-m72 {
|
|
23983
|
+
margin: 7.2rem !important;
|
|
23984
|
+
}
|
|
23985
|
+
.lg\:d-m84 {
|
|
23986
|
+
margin: 8.4rem !important;
|
|
23987
|
+
}
|
|
23988
|
+
.lg\:d-m96 {
|
|
23989
|
+
margin: 9.6rem !important;
|
|
23990
|
+
}
|
|
23991
|
+
.lg\:d-m102 {
|
|
23992
|
+
margin: 10.2rem !important;
|
|
23993
|
+
}
|
|
23994
|
+
.lg\:d-m114 {
|
|
23995
|
+
margin: 11.4rem !important;
|
|
23996
|
+
}
|
|
23997
|
+
.lg\:d-m128 {
|
|
23998
|
+
margin: 12.8rem !important;
|
|
23999
|
+
}
|
|
22989
24000
|
.lg\:d-m-auto {
|
|
22990
24001
|
margin: auto !important;
|
|
22991
24002
|
}
|
|
@@ -23028,6 +24039,24 @@ body.theme-dark {
|
|
|
23028
24039
|
.lg\:d-mt64 {
|
|
23029
24040
|
margin-top: 6.4rem !important;
|
|
23030
24041
|
}
|
|
24042
|
+
.lg\:d-mt72 {
|
|
24043
|
+
margin-top: 7.2rem !important;
|
|
24044
|
+
}
|
|
24045
|
+
.lg\:d-mt84 {
|
|
24046
|
+
margin-top: 8.4rem !important;
|
|
24047
|
+
}
|
|
24048
|
+
.lg\:d-mt96 {
|
|
24049
|
+
margin-top: 9.6rem !important;
|
|
24050
|
+
}
|
|
24051
|
+
.lg\:d-mt102 {
|
|
24052
|
+
margin-top: 10.2rem !important;
|
|
24053
|
+
}
|
|
24054
|
+
.lg\:d-mt114 {
|
|
24055
|
+
margin-top: 11.4rem !important;
|
|
24056
|
+
}
|
|
24057
|
+
.lg\:d-mt128 {
|
|
24058
|
+
margin-top: 12.8rem !important;
|
|
24059
|
+
}
|
|
23031
24060
|
.lg\:d-mt-auto {
|
|
23032
24061
|
margin-top: auto !important;
|
|
23033
24062
|
}
|
|
@@ -23070,6 +24099,24 @@ body.theme-dark {
|
|
|
23070
24099
|
.lg\:d-mr64 {
|
|
23071
24100
|
margin-right: 6.4rem !important;
|
|
23072
24101
|
}
|
|
24102
|
+
.lg\:d-mr72 {
|
|
24103
|
+
margin-right: 7.2rem !important;
|
|
24104
|
+
}
|
|
24105
|
+
.lg\:d-mr84 {
|
|
24106
|
+
margin-right: 8.4rem !important;
|
|
24107
|
+
}
|
|
24108
|
+
.lg\:d-mr96 {
|
|
24109
|
+
margin-right: 9.6rem !important;
|
|
24110
|
+
}
|
|
24111
|
+
.lg\:d-mr102 {
|
|
24112
|
+
margin-right: 10.2rem !important;
|
|
24113
|
+
}
|
|
24114
|
+
.lg\:d-mr114 {
|
|
24115
|
+
margin-right: 11.4rem !important;
|
|
24116
|
+
}
|
|
24117
|
+
.lg\:d-mr128 {
|
|
24118
|
+
margin-right: 12.8rem !important;
|
|
24119
|
+
}
|
|
23073
24120
|
.lg\:d-mr-auto {
|
|
23074
24121
|
margin-right: auto !important;
|
|
23075
24122
|
}
|
|
@@ -23112,6 +24159,24 @@ body.theme-dark {
|
|
|
23112
24159
|
.lg\:d-mb64 {
|
|
23113
24160
|
margin-bottom: 6.4rem !important;
|
|
23114
24161
|
}
|
|
24162
|
+
.lg\:d-mb72 {
|
|
24163
|
+
margin-bottom: 7.2rem !important;
|
|
24164
|
+
}
|
|
24165
|
+
.lg\:d-mb84 {
|
|
24166
|
+
margin-bottom: 8.4rem !important;
|
|
24167
|
+
}
|
|
24168
|
+
.lg\:d-mb96 {
|
|
24169
|
+
margin-bottom: 9.6rem !important;
|
|
24170
|
+
}
|
|
24171
|
+
.lg\:d-mb102 {
|
|
24172
|
+
margin-bottom: 10.2rem !important;
|
|
24173
|
+
}
|
|
24174
|
+
.lg\:d-mb114 {
|
|
24175
|
+
margin-bottom: 11.4rem !important;
|
|
24176
|
+
}
|
|
24177
|
+
.lg\:d-mb128 {
|
|
24178
|
+
margin-bottom: 12.8rem !important;
|
|
24179
|
+
}
|
|
23115
24180
|
.lg\:d-mb-auto {
|
|
23116
24181
|
margin-bottom: auto !important;
|
|
23117
24182
|
}
|
|
@@ -23154,6 +24219,24 @@ body.theme-dark {
|
|
|
23154
24219
|
.lg\:d-ml64 {
|
|
23155
24220
|
margin-left: 6.4rem !important;
|
|
23156
24221
|
}
|
|
24222
|
+
.lg\:d-ml72 {
|
|
24223
|
+
margin-left: 7.2rem !important;
|
|
24224
|
+
}
|
|
24225
|
+
.lg\:d-ml84 {
|
|
24226
|
+
margin-left: 8.4rem !important;
|
|
24227
|
+
}
|
|
24228
|
+
.lg\:d-ml96 {
|
|
24229
|
+
margin-left: 9.6rem !important;
|
|
24230
|
+
}
|
|
24231
|
+
.lg\:d-ml102 {
|
|
24232
|
+
margin-left: 10.2rem !important;
|
|
24233
|
+
}
|
|
24234
|
+
.lg\:d-ml114 {
|
|
24235
|
+
margin-left: 11.4rem !important;
|
|
24236
|
+
}
|
|
24237
|
+
.lg\:d-ml128 {
|
|
24238
|
+
margin-left: 12.8rem !important;
|
|
24239
|
+
}
|
|
23157
24240
|
.lg\:d-ml-auto {
|
|
23158
24241
|
margin-left: auto !important;
|
|
23159
24242
|
}
|
|
@@ -23208,6 +24291,30 @@ body.theme-dark {
|
|
|
23208
24291
|
margin-right: 6.4rem !important;
|
|
23209
24292
|
margin-left: 6.4rem !important;
|
|
23210
24293
|
}
|
|
24294
|
+
.lg\:d-mx72 {
|
|
24295
|
+
margin-right: 7.2rem !important;
|
|
24296
|
+
margin-left: 7.2rem !important;
|
|
24297
|
+
}
|
|
24298
|
+
.lg\:d-mx84 {
|
|
24299
|
+
margin-right: 8.4rem !important;
|
|
24300
|
+
margin-left: 8.4rem !important;
|
|
24301
|
+
}
|
|
24302
|
+
.lg\:d-mx96 {
|
|
24303
|
+
margin-right: 9.6rem !important;
|
|
24304
|
+
margin-left: 9.6rem !important;
|
|
24305
|
+
}
|
|
24306
|
+
.lg\:d-mx102 {
|
|
24307
|
+
margin-right: 10.2rem !important;
|
|
24308
|
+
margin-left: 10.2rem !important;
|
|
24309
|
+
}
|
|
24310
|
+
.lg\:d-mx114 {
|
|
24311
|
+
margin-right: 11.4rem !important;
|
|
24312
|
+
margin-left: 11.4rem !important;
|
|
24313
|
+
}
|
|
24314
|
+
.lg\:d-mx128 {
|
|
24315
|
+
margin-right: 12.8rem !important;
|
|
24316
|
+
margin-left: 12.8rem !important;
|
|
24317
|
+
}
|
|
23211
24318
|
.lg\:d-mx-auto {
|
|
23212
24319
|
margin-right: auto !important;
|
|
23213
24320
|
margin-left: auto !important;
|
|
@@ -23264,6 +24371,30 @@ body.theme-dark {
|
|
|
23264
24371
|
margin-top: 6.4rem !important;
|
|
23265
24372
|
margin-bottom: 6.4rem !important;
|
|
23266
24373
|
}
|
|
24374
|
+
.lg\:d-my72 {
|
|
24375
|
+
margin-top: 7.2rem !important;
|
|
24376
|
+
margin-bottom: 7.2rem !important;
|
|
24377
|
+
}
|
|
24378
|
+
.lg\:d-my84 {
|
|
24379
|
+
margin-top: 8.4rem !important;
|
|
24380
|
+
margin-bottom: 8.4rem !important;
|
|
24381
|
+
}
|
|
24382
|
+
.lg\:d-my96 {
|
|
24383
|
+
margin-top: 9.6rem !important;
|
|
24384
|
+
margin-bottom: 9.6rem !important;
|
|
24385
|
+
}
|
|
24386
|
+
.lg\:d-my102 {
|
|
24387
|
+
margin-top: 10.2rem !important;
|
|
24388
|
+
margin-bottom: 10.2rem !important;
|
|
24389
|
+
}
|
|
24390
|
+
.lg\:d-my114 {
|
|
24391
|
+
margin-top: 11.4rem !important;
|
|
24392
|
+
margin-bottom: 11.4rem !important;
|
|
24393
|
+
}
|
|
24394
|
+
.lg\:d-my128 {
|
|
24395
|
+
margin-top: 12.8rem !important;
|
|
24396
|
+
margin-bottom: 12.8rem !important;
|
|
24397
|
+
}
|
|
23267
24398
|
.lg\:d-my-auto {
|
|
23268
24399
|
margin-top: auto !important;
|
|
23269
24400
|
margin-bottom: auto !important;
|
|
@@ -23305,6 +24436,24 @@ body.theme-dark {
|
|
|
23305
24436
|
.lg\:d-mn64 {
|
|
23306
24437
|
margin: -6.4rem !important;
|
|
23307
24438
|
}
|
|
24439
|
+
.lg\:d-mn72 {
|
|
24440
|
+
margin: -7.2rem !important;
|
|
24441
|
+
}
|
|
24442
|
+
.lg\:d-mn84 {
|
|
24443
|
+
margin: -8.4rem !important;
|
|
24444
|
+
}
|
|
24445
|
+
.lg\:d-mn96 {
|
|
24446
|
+
margin: -9.6rem !important;
|
|
24447
|
+
}
|
|
24448
|
+
.lg\:d-mn102 {
|
|
24449
|
+
margin: -10.2rem !important;
|
|
24450
|
+
}
|
|
24451
|
+
.lg\:d-mn114 {
|
|
24452
|
+
margin: -11.4rem !important;
|
|
24453
|
+
}
|
|
24454
|
+
.lg\:d-mn128 {
|
|
24455
|
+
margin: -12.8rem !important;
|
|
24456
|
+
}
|
|
23308
24457
|
.lg\:d-mtn1 {
|
|
23309
24458
|
margin-top: -0.1rem !important;
|
|
23310
24459
|
}
|
|
@@ -23338,6 +24487,24 @@ body.theme-dark {
|
|
|
23338
24487
|
.lg\:d-mtn64 {
|
|
23339
24488
|
margin-top: -6.4rem !important;
|
|
23340
24489
|
}
|
|
24490
|
+
.lg\:d-mtn72 {
|
|
24491
|
+
margin-top: -7.2rem !important;
|
|
24492
|
+
}
|
|
24493
|
+
.lg\:d-mtn84 {
|
|
24494
|
+
margin-top: -8.4rem !important;
|
|
24495
|
+
}
|
|
24496
|
+
.lg\:d-mtn96 {
|
|
24497
|
+
margin-top: -9.6rem !important;
|
|
24498
|
+
}
|
|
24499
|
+
.lg\:d-mtn102 {
|
|
24500
|
+
margin-top: -10.2rem !important;
|
|
24501
|
+
}
|
|
24502
|
+
.lg\:d-mtn114 {
|
|
24503
|
+
margin-top: -11.4rem !important;
|
|
24504
|
+
}
|
|
24505
|
+
.lg\:d-mtn128 {
|
|
24506
|
+
margin-top: -12.8rem !important;
|
|
24507
|
+
}
|
|
23341
24508
|
.lg\:d-mrn1 {
|
|
23342
24509
|
margin-right: -0.1rem !important;
|
|
23343
24510
|
}
|
|
@@ -23371,6 +24538,24 @@ body.theme-dark {
|
|
|
23371
24538
|
.lg\:d-mrn64 {
|
|
23372
24539
|
margin-right: -6.4rem !important;
|
|
23373
24540
|
}
|
|
24541
|
+
.lg\:d-mrn72 {
|
|
24542
|
+
margin-right: -7.2rem !important;
|
|
24543
|
+
}
|
|
24544
|
+
.lg\:d-mrn84 {
|
|
24545
|
+
margin-right: -8.4rem !important;
|
|
24546
|
+
}
|
|
24547
|
+
.lg\:d-mrn96 {
|
|
24548
|
+
margin-right: -9.6rem !important;
|
|
24549
|
+
}
|
|
24550
|
+
.lg\:d-mrn102 {
|
|
24551
|
+
margin-right: -10.2rem !important;
|
|
24552
|
+
}
|
|
24553
|
+
.lg\:d-mrn114 {
|
|
24554
|
+
margin-right: -11.4rem !important;
|
|
24555
|
+
}
|
|
24556
|
+
.lg\:d-mrn128 {
|
|
24557
|
+
margin-right: -12.8rem !important;
|
|
24558
|
+
}
|
|
23374
24559
|
.lg\:d-mbn1 {
|
|
23375
24560
|
margin-bottom: -0.1rem !important;
|
|
23376
24561
|
}
|
|
@@ -23404,6 +24589,24 @@ body.theme-dark {
|
|
|
23404
24589
|
.lg\:d-mbn64 {
|
|
23405
24590
|
margin-bottom: -6.4rem !important;
|
|
23406
24591
|
}
|
|
24592
|
+
.lg\:d-mbn72 {
|
|
24593
|
+
margin-bottom: -7.2rem !important;
|
|
24594
|
+
}
|
|
24595
|
+
.lg\:d-mbn84 {
|
|
24596
|
+
margin-bottom: -8.4rem !important;
|
|
24597
|
+
}
|
|
24598
|
+
.lg\:d-mbn96 {
|
|
24599
|
+
margin-bottom: -9.6rem !important;
|
|
24600
|
+
}
|
|
24601
|
+
.lg\:d-mbn102 {
|
|
24602
|
+
margin-bottom: -10.2rem !important;
|
|
24603
|
+
}
|
|
24604
|
+
.lg\:d-mbn114 {
|
|
24605
|
+
margin-bottom: -11.4rem !important;
|
|
24606
|
+
}
|
|
24607
|
+
.lg\:d-mbn128 {
|
|
24608
|
+
margin-bottom: -12.8rem !important;
|
|
24609
|
+
}
|
|
23407
24610
|
.lg\:d-mln1 {
|
|
23408
24611
|
margin-left: -0.1rem !important;
|
|
23409
24612
|
}
|
|
@@ -23437,6 +24640,24 @@ body.theme-dark {
|
|
|
23437
24640
|
.lg\:d-mln64 {
|
|
23438
24641
|
margin-left: -6.4rem !important;
|
|
23439
24642
|
}
|
|
24643
|
+
.lg\:d-mln72 {
|
|
24644
|
+
margin-left: -7.2rem !important;
|
|
24645
|
+
}
|
|
24646
|
+
.lg\:d-mln84 {
|
|
24647
|
+
margin-left: -8.4rem !important;
|
|
24648
|
+
}
|
|
24649
|
+
.lg\:d-mln96 {
|
|
24650
|
+
margin-left: -9.6rem !important;
|
|
24651
|
+
}
|
|
24652
|
+
.lg\:d-mln102 {
|
|
24653
|
+
margin-left: -10.2rem !important;
|
|
24654
|
+
}
|
|
24655
|
+
.lg\:d-mln114 {
|
|
24656
|
+
margin-left: -11.4rem !important;
|
|
24657
|
+
}
|
|
24658
|
+
.lg\:d-mln128 {
|
|
24659
|
+
margin-left: -12.8rem !important;
|
|
24660
|
+
}
|
|
23440
24661
|
.lg\:d-mxn1 {
|
|
23441
24662
|
margin-right: -0.1rem !important;
|
|
23442
24663
|
margin-left: -0.1rem !important;
|
|
@@ -23481,6 +24702,30 @@ body.theme-dark {
|
|
|
23481
24702
|
margin-right: -6.4rem !important;
|
|
23482
24703
|
margin-left: -6.4rem !important;
|
|
23483
24704
|
}
|
|
24705
|
+
.lg\:d-mxn72 {
|
|
24706
|
+
margin-right: -7.2rem !important;
|
|
24707
|
+
margin-left: -7.2rem !important;
|
|
24708
|
+
}
|
|
24709
|
+
.lg\:d-mxn84 {
|
|
24710
|
+
margin-right: -8.4rem !important;
|
|
24711
|
+
margin-left: -8.4rem !important;
|
|
24712
|
+
}
|
|
24713
|
+
.lg\:d-mxn96 {
|
|
24714
|
+
margin-right: -9.6rem !important;
|
|
24715
|
+
margin-left: -9.6rem !important;
|
|
24716
|
+
}
|
|
24717
|
+
.lg\:d-mxn102 {
|
|
24718
|
+
margin-right: -10.2rem !important;
|
|
24719
|
+
margin-left: -10.2rem !important;
|
|
24720
|
+
}
|
|
24721
|
+
.lg\:d-mxn114 {
|
|
24722
|
+
margin-right: -11.4rem !important;
|
|
24723
|
+
margin-left: -11.4rem !important;
|
|
24724
|
+
}
|
|
24725
|
+
.lg\:d-mxn128 {
|
|
24726
|
+
margin-right: -12.8rem !important;
|
|
24727
|
+
margin-left: -12.8rem !important;
|
|
24728
|
+
}
|
|
23484
24729
|
.lg\:d-myn1 {
|
|
23485
24730
|
margin-top: -0.1rem !important;
|
|
23486
24731
|
margin-bottom: -0.1rem !important;
|
|
@@ -23525,6 +24770,30 @@ body.theme-dark {
|
|
|
23525
24770
|
margin-top: -6.4rem !important;
|
|
23526
24771
|
margin-bottom: -6.4rem !important;
|
|
23527
24772
|
}
|
|
24773
|
+
.lg\:d-myn72 {
|
|
24774
|
+
margin-top: -7.2rem !important;
|
|
24775
|
+
margin-bottom: -7.2rem !important;
|
|
24776
|
+
}
|
|
24777
|
+
.lg\:d-myn84 {
|
|
24778
|
+
margin-top: -8.4rem !important;
|
|
24779
|
+
margin-bottom: -8.4rem !important;
|
|
24780
|
+
}
|
|
24781
|
+
.lg\:d-myn96 {
|
|
24782
|
+
margin-top: -9.6rem !important;
|
|
24783
|
+
margin-bottom: -9.6rem !important;
|
|
24784
|
+
}
|
|
24785
|
+
.lg\:d-myn102 {
|
|
24786
|
+
margin-top: -10.2rem !important;
|
|
24787
|
+
margin-bottom: -10.2rem !important;
|
|
24788
|
+
}
|
|
24789
|
+
.lg\:d-myn114 {
|
|
24790
|
+
margin-top: -11.4rem !important;
|
|
24791
|
+
margin-bottom: -11.4rem !important;
|
|
24792
|
+
}
|
|
24793
|
+
.lg\:d-myn128 {
|
|
24794
|
+
margin-top: -12.8rem !important;
|
|
24795
|
+
margin-bottom: -12.8rem !important;
|
|
24796
|
+
}
|
|
23528
24797
|
.lg\:d-g-cols1 {
|
|
23529
24798
|
grid-template-columns: [full-start] repeat(1, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
|
|
23530
24799
|
}
|
|
@@ -24001,9 +25270,6 @@ body.theme-dark {
|
|
|
24001
25270
|
opacity: 0;
|
|
24002
25271
|
will-change: visibility, z-index, opacity, transform;
|
|
24003
25272
|
}
|
|
24004
|
-
.xl\:d-modal__dialog > * + * {
|
|
24005
|
-
margin-top: 1.6rem !important;
|
|
24006
|
-
}
|
|
24007
25273
|
.xl\:d-modal[aria-hidden='false'],
|
|
24008
25274
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
24009
25275
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -24035,7 +25301,7 @@ body.theme-dark {
|
|
|
24035
25301
|
}
|
|
24036
25302
|
.xl\:d-modal__content {
|
|
24037
25303
|
max-width: 75ch;
|
|
24038
|
-
margin: var(--su12) 0
|
|
25304
|
+
margin: var(--su12) 0;
|
|
24039
25305
|
padding: var(--su4) var(--su24);
|
|
24040
25306
|
}
|
|
24041
25307
|
.xl\:d-modal__close {
|
|
@@ -24173,6 +25439,24 @@ body.theme-dark {
|
|
|
24173
25439
|
.xl\:d-m64 {
|
|
24174
25440
|
margin: 6.4rem !important;
|
|
24175
25441
|
}
|
|
25442
|
+
.xl\:d-m72 {
|
|
25443
|
+
margin: 7.2rem !important;
|
|
25444
|
+
}
|
|
25445
|
+
.xl\:d-m84 {
|
|
25446
|
+
margin: 8.4rem !important;
|
|
25447
|
+
}
|
|
25448
|
+
.xl\:d-m96 {
|
|
25449
|
+
margin: 9.6rem !important;
|
|
25450
|
+
}
|
|
25451
|
+
.xl\:d-m102 {
|
|
25452
|
+
margin: 10.2rem !important;
|
|
25453
|
+
}
|
|
25454
|
+
.xl\:d-m114 {
|
|
25455
|
+
margin: 11.4rem !important;
|
|
25456
|
+
}
|
|
25457
|
+
.xl\:d-m128 {
|
|
25458
|
+
margin: 12.8rem !important;
|
|
25459
|
+
}
|
|
24176
25460
|
.xl\:d-m-auto {
|
|
24177
25461
|
margin: auto !important;
|
|
24178
25462
|
}
|
|
@@ -24215,6 +25499,24 @@ body.theme-dark {
|
|
|
24215
25499
|
.xl\:d-mt64 {
|
|
24216
25500
|
margin-top: 6.4rem !important;
|
|
24217
25501
|
}
|
|
25502
|
+
.xl\:d-mt72 {
|
|
25503
|
+
margin-top: 7.2rem !important;
|
|
25504
|
+
}
|
|
25505
|
+
.xl\:d-mt84 {
|
|
25506
|
+
margin-top: 8.4rem !important;
|
|
25507
|
+
}
|
|
25508
|
+
.xl\:d-mt96 {
|
|
25509
|
+
margin-top: 9.6rem !important;
|
|
25510
|
+
}
|
|
25511
|
+
.xl\:d-mt102 {
|
|
25512
|
+
margin-top: 10.2rem !important;
|
|
25513
|
+
}
|
|
25514
|
+
.xl\:d-mt114 {
|
|
25515
|
+
margin-top: 11.4rem !important;
|
|
25516
|
+
}
|
|
25517
|
+
.xl\:d-mt128 {
|
|
25518
|
+
margin-top: 12.8rem !important;
|
|
25519
|
+
}
|
|
24218
25520
|
.xl\:d-mt-auto {
|
|
24219
25521
|
margin-top: auto !important;
|
|
24220
25522
|
}
|
|
@@ -24257,6 +25559,24 @@ body.theme-dark {
|
|
|
24257
25559
|
.xl\:d-mr64 {
|
|
24258
25560
|
margin-right: 6.4rem !important;
|
|
24259
25561
|
}
|
|
25562
|
+
.xl\:d-mr72 {
|
|
25563
|
+
margin-right: 7.2rem !important;
|
|
25564
|
+
}
|
|
25565
|
+
.xl\:d-mr84 {
|
|
25566
|
+
margin-right: 8.4rem !important;
|
|
25567
|
+
}
|
|
25568
|
+
.xl\:d-mr96 {
|
|
25569
|
+
margin-right: 9.6rem !important;
|
|
25570
|
+
}
|
|
25571
|
+
.xl\:d-mr102 {
|
|
25572
|
+
margin-right: 10.2rem !important;
|
|
25573
|
+
}
|
|
25574
|
+
.xl\:d-mr114 {
|
|
25575
|
+
margin-right: 11.4rem !important;
|
|
25576
|
+
}
|
|
25577
|
+
.xl\:d-mr128 {
|
|
25578
|
+
margin-right: 12.8rem !important;
|
|
25579
|
+
}
|
|
24260
25580
|
.xl\:d-mr-auto {
|
|
24261
25581
|
margin-right: auto !important;
|
|
24262
25582
|
}
|
|
@@ -24299,6 +25619,24 @@ body.theme-dark {
|
|
|
24299
25619
|
.xl\:d-mb64 {
|
|
24300
25620
|
margin-bottom: 6.4rem !important;
|
|
24301
25621
|
}
|
|
25622
|
+
.xl\:d-mb72 {
|
|
25623
|
+
margin-bottom: 7.2rem !important;
|
|
25624
|
+
}
|
|
25625
|
+
.xl\:d-mb84 {
|
|
25626
|
+
margin-bottom: 8.4rem !important;
|
|
25627
|
+
}
|
|
25628
|
+
.xl\:d-mb96 {
|
|
25629
|
+
margin-bottom: 9.6rem !important;
|
|
25630
|
+
}
|
|
25631
|
+
.xl\:d-mb102 {
|
|
25632
|
+
margin-bottom: 10.2rem !important;
|
|
25633
|
+
}
|
|
25634
|
+
.xl\:d-mb114 {
|
|
25635
|
+
margin-bottom: 11.4rem !important;
|
|
25636
|
+
}
|
|
25637
|
+
.xl\:d-mb128 {
|
|
25638
|
+
margin-bottom: 12.8rem !important;
|
|
25639
|
+
}
|
|
24302
25640
|
.xl\:d-mb-auto {
|
|
24303
25641
|
margin-bottom: auto !important;
|
|
24304
25642
|
}
|
|
@@ -24341,6 +25679,24 @@ body.theme-dark {
|
|
|
24341
25679
|
.xl\:d-ml64 {
|
|
24342
25680
|
margin-left: 6.4rem !important;
|
|
24343
25681
|
}
|
|
25682
|
+
.xl\:d-ml72 {
|
|
25683
|
+
margin-left: 7.2rem !important;
|
|
25684
|
+
}
|
|
25685
|
+
.xl\:d-ml84 {
|
|
25686
|
+
margin-left: 8.4rem !important;
|
|
25687
|
+
}
|
|
25688
|
+
.xl\:d-ml96 {
|
|
25689
|
+
margin-left: 9.6rem !important;
|
|
25690
|
+
}
|
|
25691
|
+
.xl\:d-ml102 {
|
|
25692
|
+
margin-left: 10.2rem !important;
|
|
25693
|
+
}
|
|
25694
|
+
.xl\:d-ml114 {
|
|
25695
|
+
margin-left: 11.4rem !important;
|
|
25696
|
+
}
|
|
25697
|
+
.xl\:d-ml128 {
|
|
25698
|
+
margin-left: 12.8rem !important;
|
|
25699
|
+
}
|
|
24344
25700
|
.xl\:d-ml-auto {
|
|
24345
25701
|
margin-left: auto !important;
|
|
24346
25702
|
}
|
|
@@ -24395,6 +25751,30 @@ body.theme-dark {
|
|
|
24395
25751
|
margin-right: 6.4rem !important;
|
|
24396
25752
|
margin-left: 6.4rem !important;
|
|
24397
25753
|
}
|
|
25754
|
+
.xl\:d-mx72 {
|
|
25755
|
+
margin-right: 7.2rem !important;
|
|
25756
|
+
margin-left: 7.2rem !important;
|
|
25757
|
+
}
|
|
25758
|
+
.xl\:d-mx84 {
|
|
25759
|
+
margin-right: 8.4rem !important;
|
|
25760
|
+
margin-left: 8.4rem !important;
|
|
25761
|
+
}
|
|
25762
|
+
.xl\:d-mx96 {
|
|
25763
|
+
margin-right: 9.6rem !important;
|
|
25764
|
+
margin-left: 9.6rem !important;
|
|
25765
|
+
}
|
|
25766
|
+
.xl\:d-mx102 {
|
|
25767
|
+
margin-right: 10.2rem !important;
|
|
25768
|
+
margin-left: 10.2rem !important;
|
|
25769
|
+
}
|
|
25770
|
+
.xl\:d-mx114 {
|
|
25771
|
+
margin-right: 11.4rem !important;
|
|
25772
|
+
margin-left: 11.4rem !important;
|
|
25773
|
+
}
|
|
25774
|
+
.xl\:d-mx128 {
|
|
25775
|
+
margin-right: 12.8rem !important;
|
|
25776
|
+
margin-left: 12.8rem !important;
|
|
25777
|
+
}
|
|
24398
25778
|
.xl\:d-mx-auto {
|
|
24399
25779
|
margin-right: auto !important;
|
|
24400
25780
|
margin-left: auto !important;
|
|
@@ -24451,6 +25831,30 @@ body.theme-dark {
|
|
|
24451
25831
|
margin-top: 6.4rem !important;
|
|
24452
25832
|
margin-bottom: 6.4rem !important;
|
|
24453
25833
|
}
|
|
25834
|
+
.xl\:d-my72 {
|
|
25835
|
+
margin-top: 7.2rem !important;
|
|
25836
|
+
margin-bottom: 7.2rem !important;
|
|
25837
|
+
}
|
|
25838
|
+
.xl\:d-my84 {
|
|
25839
|
+
margin-top: 8.4rem !important;
|
|
25840
|
+
margin-bottom: 8.4rem !important;
|
|
25841
|
+
}
|
|
25842
|
+
.xl\:d-my96 {
|
|
25843
|
+
margin-top: 9.6rem !important;
|
|
25844
|
+
margin-bottom: 9.6rem !important;
|
|
25845
|
+
}
|
|
25846
|
+
.xl\:d-my102 {
|
|
25847
|
+
margin-top: 10.2rem !important;
|
|
25848
|
+
margin-bottom: 10.2rem !important;
|
|
25849
|
+
}
|
|
25850
|
+
.xl\:d-my114 {
|
|
25851
|
+
margin-top: 11.4rem !important;
|
|
25852
|
+
margin-bottom: 11.4rem !important;
|
|
25853
|
+
}
|
|
25854
|
+
.xl\:d-my128 {
|
|
25855
|
+
margin-top: 12.8rem !important;
|
|
25856
|
+
margin-bottom: 12.8rem !important;
|
|
25857
|
+
}
|
|
24454
25858
|
.xl\:d-my-auto {
|
|
24455
25859
|
margin-top: auto !important;
|
|
24456
25860
|
margin-bottom: auto !important;
|
|
@@ -24492,6 +25896,24 @@ body.theme-dark {
|
|
|
24492
25896
|
.xl\:d-mn64 {
|
|
24493
25897
|
margin: -6.4rem !important;
|
|
24494
25898
|
}
|
|
25899
|
+
.xl\:d-mn72 {
|
|
25900
|
+
margin: -7.2rem !important;
|
|
25901
|
+
}
|
|
25902
|
+
.xl\:d-mn84 {
|
|
25903
|
+
margin: -8.4rem !important;
|
|
25904
|
+
}
|
|
25905
|
+
.xl\:d-mn96 {
|
|
25906
|
+
margin: -9.6rem !important;
|
|
25907
|
+
}
|
|
25908
|
+
.xl\:d-mn102 {
|
|
25909
|
+
margin: -10.2rem !important;
|
|
25910
|
+
}
|
|
25911
|
+
.xl\:d-mn114 {
|
|
25912
|
+
margin: -11.4rem !important;
|
|
25913
|
+
}
|
|
25914
|
+
.xl\:d-mn128 {
|
|
25915
|
+
margin: -12.8rem !important;
|
|
25916
|
+
}
|
|
24495
25917
|
.xl\:d-mtn1 {
|
|
24496
25918
|
margin-top: -0.1rem !important;
|
|
24497
25919
|
}
|
|
@@ -24525,6 +25947,24 @@ body.theme-dark {
|
|
|
24525
25947
|
.xl\:d-mtn64 {
|
|
24526
25948
|
margin-top: -6.4rem !important;
|
|
24527
25949
|
}
|
|
25950
|
+
.xl\:d-mtn72 {
|
|
25951
|
+
margin-top: -7.2rem !important;
|
|
25952
|
+
}
|
|
25953
|
+
.xl\:d-mtn84 {
|
|
25954
|
+
margin-top: -8.4rem !important;
|
|
25955
|
+
}
|
|
25956
|
+
.xl\:d-mtn96 {
|
|
25957
|
+
margin-top: -9.6rem !important;
|
|
25958
|
+
}
|
|
25959
|
+
.xl\:d-mtn102 {
|
|
25960
|
+
margin-top: -10.2rem !important;
|
|
25961
|
+
}
|
|
25962
|
+
.xl\:d-mtn114 {
|
|
25963
|
+
margin-top: -11.4rem !important;
|
|
25964
|
+
}
|
|
25965
|
+
.xl\:d-mtn128 {
|
|
25966
|
+
margin-top: -12.8rem !important;
|
|
25967
|
+
}
|
|
24528
25968
|
.xl\:d-mrn1 {
|
|
24529
25969
|
margin-right: -0.1rem !important;
|
|
24530
25970
|
}
|
|
@@ -24558,6 +25998,24 @@ body.theme-dark {
|
|
|
24558
25998
|
.xl\:d-mrn64 {
|
|
24559
25999
|
margin-right: -6.4rem !important;
|
|
24560
26000
|
}
|
|
26001
|
+
.xl\:d-mrn72 {
|
|
26002
|
+
margin-right: -7.2rem !important;
|
|
26003
|
+
}
|
|
26004
|
+
.xl\:d-mrn84 {
|
|
26005
|
+
margin-right: -8.4rem !important;
|
|
26006
|
+
}
|
|
26007
|
+
.xl\:d-mrn96 {
|
|
26008
|
+
margin-right: -9.6rem !important;
|
|
26009
|
+
}
|
|
26010
|
+
.xl\:d-mrn102 {
|
|
26011
|
+
margin-right: -10.2rem !important;
|
|
26012
|
+
}
|
|
26013
|
+
.xl\:d-mrn114 {
|
|
26014
|
+
margin-right: -11.4rem !important;
|
|
26015
|
+
}
|
|
26016
|
+
.xl\:d-mrn128 {
|
|
26017
|
+
margin-right: -12.8rem !important;
|
|
26018
|
+
}
|
|
24561
26019
|
.xl\:d-mbn1 {
|
|
24562
26020
|
margin-bottom: -0.1rem !important;
|
|
24563
26021
|
}
|
|
@@ -24591,6 +26049,24 @@ body.theme-dark {
|
|
|
24591
26049
|
.xl\:d-mbn64 {
|
|
24592
26050
|
margin-bottom: -6.4rem !important;
|
|
24593
26051
|
}
|
|
26052
|
+
.xl\:d-mbn72 {
|
|
26053
|
+
margin-bottom: -7.2rem !important;
|
|
26054
|
+
}
|
|
26055
|
+
.xl\:d-mbn84 {
|
|
26056
|
+
margin-bottom: -8.4rem !important;
|
|
26057
|
+
}
|
|
26058
|
+
.xl\:d-mbn96 {
|
|
26059
|
+
margin-bottom: -9.6rem !important;
|
|
26060
|
+
}
|
|
26061
|
+
.xl\:d-mbn102 {
|
|
26062
|
+
margin-bottom: -10.2rem !important;
|
|
26063
|
+
}
|
|
26064
|
+
.xl\:d-mbn114 {
|
|
26065
|
+
margin-bottom: -11.4rem !important;
|
|
26066
|
+
}
|
|
26067
|
+
.xl\:d-mbn128 {
|
|
26068
|
+
margin-bottom: -12.8rem !important;
|
|
26069
|
+
}
|
|
24594
26070
|
.xl\:d-mln1 {
|
|
24595
26071
|
margin-left: -0.1rem !important;
|
|
24596
26072
|
}
|
|
@@ -24624,6 +26100,24 @@ body.theme-dark {
|
|
|
24624
26100
|
.xl\:d-mln64 {
|
|
24625
26101
|
margin-left: -6.4rem !important;
|
|
24626
26102
|
}
|
|
26103
|
+
.xl\:d-mln72 {
|
|
26104
|
+
margin-left: -7.2rem !important;
|
|
26105
|
+
}
|
|
26106
|
+
.xl\:d-mln84 {
|
|
26107
|
+
margin-left: -8.4rem !important;
|
|
26108
|
+
}
|
|
26109
|
+
.xl\:d-mln96 {
|
|
26110
|
+
margin-left: -9.6rem !important;
|
|
26111
|
+
}
|
|
26112
|
+
.xl\:d-mln102 {
|
|
26113
|
+
margin-left: -10.2rem !important;
|
|
26114
|
+
}
|
|
26115
|
+
.xl\:d-mln114 {
|
|
26116
|
+
margin-left: -11.4rem !important;
|
|
26117
|
+
}
|
|
26118
|
+
.xl\:d-mln128 {
|
|
26119
|
+
margin-left: -12.8rem !important;
|
|
26120
|
+
}
|
|
24627
26121
|
.xl\:d-mxn1 {
|
|
24628
26122
|
margin-right: -0.1rem !important;
|
|
24629
26123
|
margin-left: -0.1rem !important;
|
|
@@ -24668,6 +26162,30 @@ body.theme-dark {
|
|
|
24668
26162
|
margin-right: -6.4rem !important;
|
|
24669
26163
|
margin-left: -6.4rem !important;
|
|
24670
26164
|
}
|
|
26165
|
+
.xl\:d-mxn72 {
|
|
26166
|
+
margin-right: -7.2rem !important;
|
|
26167
|
+
margin-left: -7.2rem !important;
|
|
26168
|
+
}
|
|
26169
|
+
.xl\:d-mxn84 {
|
|
26170
|
+
margin-right: -8.4rem !important;
|
|
26171
|
+
margin-left: -8.4rem !important;
|
|
26172
|
+
}
|
|
26173
|
+
.xl\:d-mxn96 {
|
|
26174
|
+
margin-right: -9.6rem !important;
|
|
26175
|
+
margin-left: -9.6rem !important;
|
|
26176
|
+
}
|
|
26177
|
+
.xl\:d-mxn102 {
|
|
26178
|
+
margin-right: -10.2rem !important;
|
|
26179
|
+
margin-left: -10.2rem !important;
|
|
26180
|
+
}
|
|
26181
|
+
.xl\:d-mxn114 {
|
|
26182
|
+
margin-right: -11.4rem !important;
|
|
26183
|
+
margin-left: -11.4rem !important;
|
|
26184
|
+
}
|
|
26185
|
+
.xl\:d-mxn128 {
|
|
26186
|
+
margin-right: -12.8rem !important;
|
|
26187
|
+
margin-left: -12.8rem !important;
|
|
26188
|
+
}
|
|
24671
26189
|
.xl\:d-myn1 {
|
|
24672
26190
|
margin-top: -0.1rem !important;
|
|
24673
26191
|
margin-bottom: -0.1rem !important;
|
|
@@ -24712,6 +26230,30 @@ body.theme-dark {
|
|
|
24712
26230
|
margin-top: -6.4rem !important;
|
|
24713
26231
|
margin-bottom: -6.4rem !important;
|
|
24714
26232
|
}
|
|
26233
|
+
.xl\:d-myn72 {
|
|
26234
|
+
margin-top: -7.2rem !important;
|
|
26235
|
+
margin-bottom: -7.2rem !important;
|
|
26236
|
+
}
|
|
26237
|
+
.xl\:d-myn84 {
|
|
26238
|
+
margin-top: -8.4rem !important;
|
|
26239
|
+
margin-bottom: -8.4rem !important;
|
|
26240
|
+
}
|
|
26241
|
+
.xl\:d-myn96 {
|
|
26242
|
+
margin-top: -9.6rem !important;
|
|
26243
|
+
margin-bottom: -9.6rem !important;
|
|
26244
|
+
}
|
|
26245
|
+
.xl\:d-myn102 {
|
|
26246
|
+
margin-top: -10.2rem !important;
|
|
26247
|
+
margin-bottom: -10.2rem !important;
|
|
26248
|
+
}
|
|
26249
|
+
.xl\:d-myn114 {
|
|
26250
|
+
margin-top: -11.4rem !important;
|
|
26251
|
+
margin-bottom: -11.4rem !important;
|
|
26252
|
+
}
|
|
26253
|
+
.xl\:d-myn128 {
|
|
26254
|
+
margin-top: -12.8rem !important;
|
|
26255
|
+
margin-bottom: -12.8rem !important;
|
|
26256
|
+
}
|
|
24715
26257
|
.xl\:d-g-cols1 {
|
|
24716
26258
|
grid-template-columns: [full-start] repeat(1, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
|
|
24717
26259
|
}
|