@oslokommune/punkt-css 12.4.3 → 12.5.0
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/CHANGELOG.md +18 -0
- package/dist/css/components/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +617 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +1 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +620 -4
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/base/_spacing.scss +11 -3
- package/package.json +2 -2
package/dist/css/pkt-base.css
CHANGED
|
@@ -1405,6 +1405,10 @@ body {
|
|
|
1405
1405
|
padding-bottom: 0rem !important;
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
|
+
.gap-size-0 {
|
|
1409
|
+
gap: 0rem !important;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1408
1412
|
@media screen and (min-width: 0) {
|
|
1409
1413
|
.m-size-0--mobile-up {
|
|
1410
1414
|
margin: 0rem !important;
|
|
@@ -1452,6 +1456,9 @@ body {
|
|
|
1452
1456
|
padding-top: 0rem !important;
|
|
1453
1457
|
padding-bottom: 0rem !important;
|
|
1454
1458
|
}
|
|
1459
|
+
.gap-size-0--mobile-up {
|
|
1460
|
+
gap: 0rem !important;
|
|
1461
|
+
}
|
|
1455
1462
|
}
|
|
1456
1463
|
@media screen and (min-width: 36rem) {
|
|
1457
1464
|
.m-size-0--phablet-up {
|
|
@@ -1500,6 +1507,9 @@ body {
|
|
|
1500
1507
|
padding-top: 0rem !important;
|
|
1501
1508
|
padding-bottom: 0rem !important;
|
|
1502
1509
|
}
|
|
1510
|
+
.gap-size-0--phablet-up {
|
|
1511
|
+
gap: 0rem !important;
|
|
1512
|
+
}
|
|
1503
1513
|
}
|
|
1504
1514
|
@media screen and (min-width: 48rem) {
|
|
1505
1515
|
.m-size-0--tablet-up {
|
|
@@ -1548,6 +1558,9 @@ body {
|
|
|
1548
1558
|
padding-top: 0rem !important;
|
|
1549
1559
|
padding-bottom: 0rem !important;
|
|
1550
1560
|
}
|
|
1561
|
+
.gap-size-0--tablet-up {
|
|
1562
|
+
gap: 0rem !important;
|
|
1563
|
+
}
|
|
1551
1564
|
}
|
|
1552
1565
|
@media screen and (min-width: 64rem) {
|
|
1553
1566
|
.m-size-0--tablet-big-up {
|
|
@@ -1596,6 +1609,9 @@ body {
|
|
|
1596
1609
|
padding-top: 0rem !important;
|
|
1597
1610
|
padding-bottom: 0rem !important;
|
|
1598
1611
|
}
|
|
1612
|
+
.gap-size-0--tablet-big-up {
|
|
1613
|
+
gap: 0rem !important;
|
|
1614
|
+
}
|
|
1599
1615
|
}
|
|
1600
1616
|
@media screen and (min-width: 80rem) {
|
|
1601
1617
|
.m-size-0--laptop-up {
|
|
@@ -1644,6 +1660,9 @@ body {
|
|
|
1644
1660
|
padding-top: 0rem !important;
|
|
1645
1661
|
padding-bottom: 0rem !important;
|
|
1646
1662
|
}
|
|
1663
|
+
.gap-size-0--laptop-up {
|
|
1664
|
+
gap: 0rem !important;
|
|
1665
|
+
}
|
|
1647
1666
|
}
|
|
1648
1667
|
@media screen and (min-width: 100rem) {
|
|
1649
1668
|
.m-size-0--desktop-up {
|
|
@@ -1692,6 +1711,9 @@ body {
|
|
|
1692
1711
|
padding-top: 0rem !important;
|
|
1693
1712
|
padding-bottom: 0rem !important;
|
|
1694
1713
|
}
|
|
1714
|
+
.gap-size-0--desktop-up {
|
|
1715
|
+
gap: 0rem !important;
|
|
1716
|
+
}
|
|
1695
1717
|
}
|
|
1696
1718
|
.m-size-2 {
|
|
1697
1719
|
margin: 0.125rem !important;
|
|
@@ -1753,6 +1775,10 @@ body {
|
|
|
1753
1775
|
padding-bottom: 0.125rem !important;
|
|
1754
1776
|
}
|
|
1755
1777
|
|
|
1778
|
+
.gap-size-2 {
|
|
1779
|
+
gap: 0.125rem !important;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1756
1782
|
@media screen and (min-width: 0) {
|
|
1757
1783
|
.m-size-2--mobile-up {
|
|
1758
1784
|
margin: 0.125rem !important;
|
|
@@ -1800,6 +1826,9 @@ body {
|
|
|
1800
1826
|
padding-top: 0.125rem !important;
|
|
1801
1827
|
padding-bottom: 0.125rem !important;
|
|
1802
1828
|
}
|
|
1829
|
+
.gap-size-2--mobile-up {
|
|
1830
|
+
gap: 0.125rem !important;
|
|
1831
|
+
}
|
|
1803
1832
|
}
|
|
1804
1833
|
@media screen and (min-width: 36rem) {
|
|
1805
1834
|
.m-size-2--phablet-up {
|
|
@@ -1848,6 +1877,9 @@ body {
|
|
|
1848
1877
|
padding-top: 0.125rem !important;
|
|
1849
1878
|
padding-bottom: 0.125rem !important;
|
|
1850
1879
|
}
|
|
1880
|
+
.gap-size-2--phablet-up {
|
|
1881
|
+
gap: 0.125rem !important;
|
|
1882
|
+
}
|
|
1851
1883
|
}
|
|
1852
1884
|
@media screen and (min-width: 48rem) {
|
|
1853
1885
|
.m-size-2--tablet-up {
|
|
@@ -1896,6 +1928,9 @@ body {
|
|
|
1896
1928
|
padding-top: 0.125rem !important;
|
|
1897
1929
|
padding-bottom: 0.125rem !important;
|
|
1898
1930
|
}
|
|
1931
|
+
.gap-size-2--tablet-up {
|
|
1932
|
+
gap: 0.125rem !important;
|
|
1933
|
+
}
|
|
1899
1934
|
}
|
|
1900
1935
|
@media screen and (min-width: 64rem) {
|
|
1901
1936
|
.m-size-2--tablet-big-up {
|
|
@@ -1944,6 +1979,9 @@ body {
|
|
|
1944
1979
|
padding-top: 0.125rem !important;
|
|
1945
1980
|
padding-bottom: 0.125rem !important;
|
|
1946
1981
|
}
|
|
1982
|
+
.gap-size-2--tablet-big-up {
|
|
1983
|
+
gap: 0.125rem !important;
|
|
1984
|
+
}
|
|
1947
1985
|
}
|
|
1948
1986
|
@media screen and (min-width: 80rem) {
|
|
1949
1987
|
.m-size-2--laptop-up {
|
|
@@ -1992,6 +2030,9 @@ body {
|
|
|
1992
2030
|
padding-top: 0.125rem !important;
|
|
1993
2031
|
padding-bottom: 0.125rem !important;
|
|
1994
2032
|
}
|
|
2033
|
+
.gap-size-2--laptop-up {
|
|
2034
|
+
gap: 0.125rem !important;
|
|
2035
|
+
}
|
|
1995
2036
|
}
|
|
1996
2037
|
@media screen and (min-width: 100rem) {
|
|
1997
2038
|
.m-size-2--desktop-up {
|
|
@@ -2040,6 +2081,9 @@ body {
|
|
|
2040
2081
|
padding-top: 0.125rem !important;
|
|
2041
2082
|
padding-bottom: 0.125rem !important;
|
|
2042
2083
|
}
|
|
2084
|
+
.gap-size-2--desktop-up {
|
|
2085
|
+
gap: 0.125rem !important;
|
|
2086
|
+
}
|
|
2043
2087
|
}
|
|
2044
2088
|
.m-size-4 {
|
|
2045
2089
|
margin: 0.25rem !important;
|
|
@@ -2101,6 +2145,10 @@ body {
|
|
|
2101
2145
|
padding-bottom: 0.25rem !important;
|
|
2102
2146
|
}
|
|
2103
2147
|
|
|
2148
|
+
.gap-size-4 {
|
|
2149
|
+
gap: 0.25rem !important;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2104
2152
|
@media screen and (min-width: 0) {
|
|
2105
2153
|
.m-size-4--mobile-up {
|
|
2106
2154
|
margin: 0.25rem !important;
|
|
@@ -2148,6 +2196,9 @@ body {
|
|
|
2148
2196
|
padding-top: 0.25rem !important;
|
|
2149
2197
|
padding-bottom: 0.25rem !important;
|
|
2150
2198
|
}
|
|
2199
|
+
.gap-size-4--mobile-up {
|
|
2200
|
+
gap: 0.25rem !important;
|
|
2201
|
+
}
|
|
2151
2202
|
}
|
|
2152
2203
|
@media screen and (min-width: 36rem) {
|
|
2153
2204
|
.m-size-4--phablet-up {
|
|
@@ -2196,6 +2247,9 @@ body {
|
|
|
2196
2247
|
padding-top: 0.25rem !important;
|
|
2197
2248
|
padding-bottom: 0.25rem !important;
|
|
2198
2249
|
}
|
|
2250
|
+
.gap-size-4--phablet-up {
|
|
2251
|
+
gap: 0.25rem !important;
|
|
2252
|
+
}
|
|
2199
2253
|
}
|
|
2200
2254
|
@media screen and (min-width: 48rem) {
|
|
2201
2255
|
.m-size-4--tablet-up {
|
|
@@ -2244,6 +2298,9 @@ body {
|
|
|
2244
2298
|
padding-top: 0.25rem !important;
|
|
2245
2299
|
padding-bottom: 0.25rem !important;
|
|
2246
2300
|
}
|
|
2301
|
+
.gap-size-4--tablet-up {
|
|
2302
|
+
gap: 0.25rem !important;
|
|
2303
|
+
}
|
|
2247
2304
|
}
|
|
2248
2305
|
@media screen and (min-width: 64rem) {
|
|
2249
2306
|
.m-size-4--tablet-big-up {
|
|
@@ -2292,6 +2349,9 @@ body {
|
|
|
2292
2349
|
padding-top: 0.25rem !important;
|
|
2293
2350
|
padding-bottom: 0.25rem !important;
|
|
2294
2351
|
}
|
|
2352
|
+
.gap-size-4--tablet-big-up {
|
|
2353
|
+
gap: 0.25rem !important;
|
|
2354
|
+
}
|
|
2295
2355
|
}
|
|
2296
2356
|
@media screen and (min-width: 80rem) {
|
|
2297
2357
|
.m-size-4--laptop-up {
|
|
@@ -2340,6 +2400,9 @@ body {
|
|
|
2340
2400
|
padding-top: 0.25rem !important;
|
|
2341
2401
|
padding-bottom: 0.25rem !important;
|
|
2342
2402
|
}
|
|
2403
|
+
.gap-size-4--laptop-up {
|
|
2404
|
+
gap: 0.25rem !important;
|
|
2405
|
+
}
|
|
2343
2406
|
}
|
|
2344
2407
|
@media screen and (min-width: 100rem) {
|
|
2345
2408
|
.m-size-4--desktop-up {
|
|
@@ -2388,6 +2451,9 @@ body {
|
|
|
2388
2451
|
padding-top: 0.25rem !important;
|
|
2389
2452
|
padding-bottom: 0.25rem !important;
|
|
2390
2453
|
}
|
|
2454
|
+
.gap-size-4--desktop-up {
|
|
2455
|
+
gap: 0.25rem !important;
|
|
2456
|
+
}
|
|
2391
2457
|
}
|
|
2392
2458
|
.m-size-6 {
|
|
2393
2459
|
margin: 0.375rem !important;
|
|
@@ -2449,6 +2515,10 @@ body {
|
|
|
2449
2515
|
padding-bottom: 0.375rem !important;
|
|
2450
2516
|
}
|
|
2451
2517
|
|
|
2518
|
+
.gap-size-6 {
|
|
2519
|
+
gap: 0.375rem !important;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2452
2522
|
@media screen and (min-width: 0) {
|
|
2453
2523
|
.m-size-6--mobile-up {
|
|
2454
2524
|
margin: 0.375rem !important;
|
|
@@ -2496,6 +2566,9 @@ body {
|
|
|
2496
2566
|
padding-top: 0.375rem !important;
|
|
2497
2567
|
padding-bottom: 0.375rem !important;
|
|
2498
2568
|
}
|
|
2569
|
+
.gap-size-6--mobile-up {
|
|
2570
|
+
gap: 0.375rem !important;
|
|
2571
|
+
}
|
|
2499
2572
|
}
|
|
2500
2573
|
@media screen and (min-width: 36rem) {
|
|
2501
2574
|
.m-size-6--phablet-up {
|
|
@@ -2544,6 +2617,9 @@ body {
|
|
|
2544
2617
|
padding-top: 0.375rem !important;
|
|
2545
2618
|
padding-bottom: 0.375rem !important;
|
|
2546
2619
|
}
|
|
2620
|
+
.gap-size-6--phablet-up {
|
|
2621
|
+
gap: 0.375rem !important;
|
|
2622
|
+
}
|
|
2547
2623
|
}
|
|
2548
2624
|
@media screen and (min-width: 48rem) {
|
|
2549
2625
|
.m-size-6--tablet-up {
|
|
@@ -2592,6 +2668,9 @@ body {
|
|
|
2592
2668
|
padding-top: 0.375rem !important;
|
|
2593
2669
|
padding-bottom: 0.375rem !important;
|
|
2594
2670
|
}
|
|
2671
|
+
.gap-size-6--tablet-up {
|
|
2672
|
+
gap: 0.375rem !important;
|
|
2673
|
+
}
|
|
2595
2674
|
}
|
|
2596
2675
|
@media screen and (min-width: 64rem) {
|
|
2597
2676
|
.m-size-6--tablet-big-up {
|
|
@@ -2640,6 +2719,9 @@ body {
|
|
|
2640
2719
|
padding-top: 0.375rem !important;
|
|
2641
2720
|
padding-bottom: 0.375rem !important;
|
|
2642
2721
|
}
|
|
2722
|
+
.gap-size-6--tablet-big-up {
|
|
2723
|
+
gap: 0.375rem !important;
|
|
2724
|
+
}
|
|
2643
2725
|
}
|
|
2644
2726
|
@media screen and (min-width: 80rem) {
|
|
2645
2727
|
.m-size-6--laptop-up {
|
|
@@ -2688,6 +2770,9 @@ body {
|
|
|
2688
2770
|
padding-top: 0.375rem !important;
|
|
2689
2771
|
padding-bottom: 0.375rem !important;
|
|
2690
2772
|
}
|
|
2773
|
+
.gap-size-6--laptop-up {
|
|
2774
|
+
gap: 0.375rem !important;
|
|
2775
|
+
}
|
|
2691
2776
|
}
|
|
2692
2777
|
@media screen and (min-width: 100rem) {
|
|
2693
2778
|
.m-size-6--desktop-up {
|
|
@@ -2736,6 +2821,9 @@ body {
|
|
|
2736
2821
|
padding-top: 0.375rem !important;
|
|
2737
2822
|
padding-bottom: 0.375rem !important;
|
|
2738
2823
|
}
|
|
2824
|
+
.gap-size-6--desktop-up {
|
|
2825
|
+
gap: 0.375rem !important;
|
|
2826
|
+
}
|
|
2739
2827
|
}
|
|
2740
2828
|
.m-size-8 {
|
|
2741
2829
|
margin: 0.5rem !important;
|
|
@@ -2797,6 +2885,10 @@ body {
|
|
|
2797
2885
|
padding-bottom: 0.5rem !important;
|
|
2798
2886
|
}
|
|
2799
2887
|
|
|
2888
|
+
.gap-size-8 {
|
|
2889
|
+
gap: 0.5rem !important;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2800
2892
|
@media screen and (min-width: 0) {
|
|
2801
2893
|
.m-size-8--mobile-up {
|
|
2802
2894
|
margin: 0.5rem !important;
|
|
@@ -2844,6 +2936,9 @@ body {
|
|
|
2844
2936
|
padding-top: 0.5rem !important;
|
|
2845
2937
|
padding-bottom: 0.5rem !important;
|
|
2846
2938
|
}
|
|
2939
|
+
.gap-size-8--mobile-up {
|
|
2940
|
+
gap: 0.5rem !important;
|
|
2941
|
+
}
|
|
2847
2942
|
}
|
|
2848
2943
|
@media screen and (min-width: 36rem) {
|
|
2849
2944
|
.m-size-8--phablet-up {
|
|
@@ -2892,6 +2987,9 @@ body {
|
|
|
2892
2987
|
padding-top: 0.5rem !important;
|
|
2893
2988
|
padding-bottom: 0.5rem !important;
|
|
2894
2989
|
}
|
|
2990
|
+
.gap-size-8--phablet-up {
|
|
2991
|
+
gap: 0.5rem !important;
|
|
2992
|
+
}
|
|
2895
2993
|
}
|
|
2896
2994
|
@media screen and (min-width: 48rem) {
|
|
2897
2995
|
.m-size-8--tablet-up {
|
|
@@ -2940,6 +3038,9 @@ body {
|
|
|
2940
3038
|
padding-top: 0.5rem !important;
|
|
2941
3039
|
padding-bottom: 0.5rem !important;
|
|
2942
3040
|
}
|
|
3041
|
+
.gap-size-8--tablet-up {
|
|
3042
|
+
gap: 0.5rem !important;
|
|
3043
|
+
}
|
|
2943
3044
|
}
|
|
2944
3045
|
@media screen and (min-width: 64rem) {
|
|
2945
3046
|
.m-size-8--tablet-big-up {
|
|
@@ -2988,6 +3089,9 @@ body {
|
|
|
2988
3089
|
padding-top: 0.5rem !important;
|
|
2989
3090
|
padding-bottom: 0.5rem !important;
|
|
2990
3091
|
}
|
|
3092
|
+
.gap-size-8--tablet-big-up {
|
|
3093
|
+
gap: 0.5rem !important;
|
|
3094
|
+
}
|
|
2991
3095
|
}
|
|
2992
3096
|
@media screen and (min-width: 80rem) {
|
|
2993
3097
|
.m-size-8--laptop-up {
|
|
@@ -3036,6 +3140,9 @@ body {
|
|
|
3036
3140
|
padding-top: 0.5rem !important;
|
|
3037
3141
|
padding-bottom: 0.5rem !important;
|
|
3038
3142
|
}
|
|
3143
|
+
.gap-size-8--laptop-up {
|
|
3144
|
+
gap: 0.5rem !important;
|
|
3145
|
+
}
|
|
3039
3146
|
}
|
|
3040
3147
|
@media screen and (min-width: 100rem) {
|
|
3041
3148
|
.m-size-8--desktop-up {
|
|
@@ -3084,6 +3191,9 @@ body {
|
|
|
3084
3191
|
padding-top: 0.5rem !important;
|
|
3085
3192
|
padding-bottom: 0.5rem !important;
|
|
3086
3193
|
}
|
|
3194
|
+
.gap-size-8--desktop-up {
|
|
3195
|
+
gap: 0.5rem !important;
|
|
3196
|
+
}
|
|
3087
3197
|
}
|
|
3088
3198
|
.m-size-12 {
|
|
3089
3199
|
margin: 0.75rem !important;
|
|
@@ -3145,6 +3255,10 @@ body {
|
|
|
3145
3255
|
padding-bottom: 0.75rem !important;
|
|
3146
3256
|
}
|
|
3147
3257
|
|
|
3258
|
+
.gap-size-12 {
|
|
3259
|
+
gap: 0.75rem !important;
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3148
3262
|
@media screen and (min-width: 0) {
|
|
3149
3263
|
.m-size-12--mobile-up {
|
|
3150
3264
|
margin: 0.75rem !important;
|
|
@@ -3192,6 +3306,9 @@ body {
|
|
|
3192
3306
|
padding-top: 0.75rem !important;
|
|
3193
3307
|
padding-bottom: 0.75rem !important;
|
|
3194
3308
|
}
|
|
3309
|
+
.gap-size-12--mobile-up {
|
|
3310
|
+
gap: 0.75rem !important;
|
|
3311
|
+
}
|
|
3195
3312
|
}
|
|
3196
3313
|
@media screen and (min-width: 36rem) {
|
|
3197
3314
|
.m-size-12--phablet-up {
|
|
@@ -3240,6 +3357,9 @@ body {
|
|
|
3240
3357
|
padding-top: 0.75rem !important;
|
|
3241
3358
|
padding-bottom: 0.75rem !important;
|
|
3242
3359
|
}
|
|
3360
|
+
.gap-size-12--phablet-up {
|
|
3361
|
+
gap: 0.75rem !important;
|
|
3362
|
+
}
|
|
3243
3363
|
}
|
|
3244
3364
|
@media screen and (min-width: 48rem) {
|
|
3245
3365
|
.m-size-12--tablet-up {
|
|
@@ -3288,6 +3408,9 @@ body {
|
|
|
3288
3408
|
padding-top: 0.75rem !important;
|
|
3289
3409
|
padding-bottom: 0.75rem !important;
|
|
3290
3410
|
}
|
|
3411
|
+
.gap-size-12--tablet-up {
|
|
3412
|
+
gap: 0.75rem !important;
|
|
3413
|
+
}
|
|
3291
3414
|
}
|
|
3292
3415
|
@media screen and (min-width: 64rem) {
|
|
3293
3416
|
.m-size-12--tablet-big-up {
|
|
@@ -3336,6 +3459,9 @@ body {
|
|
|
3336
3459
|
padding-top: 0.75rem !important;
|
|
3337
3460
|
padding-bottom: 0.75rem !important;
|
|
3338
3461
|
}
|
|
3462
|
+
.gap-size-12--tablet-big-up {
|
|
3463
|
+
gap: 0.75rem !important;
|
|
3464
|
+
}
|
|
3339
3465
|
}
|
|
3340
3466
|
@media screen and (min-width: 80rem) {
|
|
3341
3467
|
.m-size-12--laptop-up {
|
|
@@ -3384,6 +3510,9 @@ body {
|
|
|
3384
3510
|
padding-top: 0.75rem !important;
|
|
3385
3511
|
padding-bottom: 0.75rem !important;
|
|
3386
3512
|
}
|
|
3513
|
+
.gap-size-12--laptop-up {
|
|
3514
|
+
gap: 0.75rem !important;
|
|
3515
|
+
}
|
|
3387
3516
|
}
|
|
3388
3517
|
@media screen and (min-width: 100rem) {
|
|
3389
3518
|
.m-size-12--desktop-up {
|
|
@@ -3432,6 +3561,9 @@ body {
|
|
|
3432
3561
|
padding-top: 0.75rem !important;
|
|
3433
3562
|
padding-bottom: 0.75rem !important;
|
|
3434
3563
|
}
|
|
3564
|
+
.gap-size-12--desktop-up {
|
|
3565
|
+
gap: 0.75rem !important;
|
|
3566
|
+
}
|
|
3435
3567
|
}
|
|
3436
3568
|
.m-size-16 {
|
|
3437
3569
|
margin: 1rem !important;
|
|
@@ -3493,6 +3625,10 @@ body {
|
|
|
3493
3625
|
padding-bottom: 1rem !important;
|
|
3494
3626
|
}
|
|
3495
3627
|
|
|
3628
|
+
.gap-size-16 {
|
|
3629
|
+
gap: 1rem !important;
|
|
3630
|
+
}
|
|
3631
|
+
|
|
3496
3632
|
@media screen and (min-width: 0) {
|
|
3497
3633
|
.m-size-16--mobile-up {
|
|
3498
3634
|
margin: 1rem !important;
|
|
@@ -3540,6 +3676,9 @@ body {
|
|
|
3540
3676
|
padding-top: 1rem !important;
|
|
3541
3677
|
padding-bottom: 1rem !important;
|
|
3542
3678
|
}
|
|
3679
|
+
.gap-size-16--mobile-up {
|
|
3680
|
+
gap: 1rem !important;
|
|
3681
|
+
}
|
|
3543
3682
|
}
|
|
3544
3683
|
@media screen and (min-width: 36rem) {
|
|
3545
3684
|
.m-size-16--phablet-up {
|
|
@@ -3588,6 +3727,9 @@ body {
|
|
|
3588
3727
|
padding-top: 1rem !important;
|
|
3589
3728
|
padding-bottom: 1rem !important;
|
|
3590
3729
|
}
|
|
3730
|
+
.gap-size-16--phablet-up {
|
|
3731
|
+
gap: 1rem !important;
|
|
3732
|
+
}
|
|
3591
3733
|
}
|
|
3592
3734
|
@media screen and (min-width: 48rem) {
|
|
3593
3735
|
.m-size-16--tablet-up {
|
|
@@ -3636,6 +3778,9 @@ body {
|
|
|
3636
3778
|
padding-top: 1rem !important;
|
|
3637
3779
|
padding-bottom: 1rem !important;
|
|
3638
3780
|
}
|
|
3781
|
+
.gap-size-16--tablet-up {
|
|
3782
|
+
gap: 1rem !important;
|
|
3783
|
+
}
|
|
3639
3784
|
}
|
|
3640
3785
|
@media screen and (min-width: 64rem) {
|
|
3641
3786
|
.m-size-16--tablet-big-up {
|
|
@@ -3684,6 +3829,9 @@ body {
|
|
|
3684
3829
|
padding-top: 1rem !important;
|
|
3685
3830
|
padding-bottom: 1rem !important;
|
|
3686
3831
|
}
|
|
3832
|
+
.gap-size-16--tablet-big-up {
|
|
3833
|
+
gap: 1rem !important;
|
|
3834
|
+
}
|
|
3687
3835
|
}
|
|
3688
3836
|
@media screen and (min-width: 80rem) {
|
|
3689
3837
|
.m-size-16--laptop-up {
|
|
@@ -3732,6 +3880,9 @@ body {
|
|
|
3732
3880
|
padding-top: 1rem !important;
|
|
3733
3881
|
padding-bottom: 1rem !important;
|
|
3734
3882
|
}
|
|
3883
|
+
.gap-size-16--laptop-up {
|
|
3884
|
+
gap: 1rem !important;
|
|
3885
|
+
}
|
|
3735
3886
|
}
|
|
3736
3887
|
@media screen and (min-width: 100rem) {
|
|
3737
3888
|
.m-size-16--desktop-up {
|
|
@@ -3780,6 +3931,9 @@ body {
|
|
|
3780
3931
|
padding-top: 1rem !important;
|
|
3781
3932
|
padding-bottom: 1rem !important;
|
|
3782
3933
|
}
|
|
3934
|
+
.gap-size-16--desktop-up {
|
|
3935
|
+
gap: 1rem !important;
|
|
3936
|
+
}
|
|
3783
3937
|
}
|
|
3784
3938
|
.m-size-24 {
|
|
3785
3939
|
margin: 1.5rem !important;
|
|
@@ -3841,6 +3995,10 @@ body {
|
|
|
3841
3995
|
padding-bottom: 1.5rem !important;
|
|
3842
3996
|
}
|
|
3843
3997
|
|
|
3998
|
+
.gap-size-24 {
|
|
3999
|
+
gap: 1.5rem !important;
|
|
4000
|
+
}
|
|
4001
|
+
|
|
3844
4002
|
@media screen and (min-width: 0) {
|
|
3845
4003
|
.m-size-24--mobile-up {
|
|
3846
4004
|
margin: 1.5rem !important;
|
|
@@ -3888,6 +4046,9 @@ body {
|
|
|
3888
4046
|
padding-top: 1.5rem !important;
|
|
3889
4047
|
padding-bottom: 1.5rem !important;
|
|
3890
4048
|
}
|
|
4049
|
+
.gap-size-24--mobile-up {
|
|
4050
|
+
gap: 1.5rem !important;
|
|
4051
|
+
}
|
|
3891
4052
|
}
|
|
3892
4053
|
@media screen and (min-width: 36rem) {
|
|
3893
4054
|
.m-size-24--phablet-up {
|
|
@@ -3936,6 +4097,9 @@ body {
|
|
|
3936
4097
|
padding-top: 1.5rem !important;
|
|
3937
4098
|
padding-bottom: 1.5rem !important;
|
|
3938
4099
|
}
|
|
4100
|
+
.gap-size-24--phablet-up {
|
|
4101
|
+
gap: 1.5rem !important;
|
|
4102
|
+
}
|
|
3939
4103
|
}
|
|
3940
4104
|
@media screen and (min-width: 48rem) {
|
|
3941
4105
|
.m-size-24--tablet-up {
|
|
@@ -3984,6 +4148,9 @@ body {
|
|
|
3984
4148
|
padding-top: 1.5rem !important;
|
|
3985
4149
|
padding-bottom: 1.5rem !important;
|
|
3986
4150
|
}
|
|
4151
|
+
.gap-size-24--tablet-up {
|
|
4152
|
+
gap: 1.5rem !important;
|
|
4153
|
+
}
|
|
3987
4154
|
}
|
|
3988
4155
|
@media screen and (min-width: 64rem) {
|
|
3989
4156
|
.m-size-24--tablet-big-up {
|
|
@@ -4032,6 +4199,9 @@ body {
|
|
|
4032
4199
|
padding-top: 1.5rem !important;
|
|
4033
4200
|
padding-bottom: 1.5rem !important;
|
|
4034
4201
|
}
|
|
4202
|
+
.gap-size-24--tablet-big-up {
|
|
4203
|
+
gap: 1.5rem !important;
|
|
4204
|
+
}
|
|
4035
4205
|
}
|
|
4036
4206
|
@media screen and (min-width: 80rem) {
|
|
4037
4207
|
.m-size-24--laptop-up {
|
|
@@ -4080,6 +4250,9 @@ body {
|
|
|
4080
4250
|
padding-top: 1.5rem !important;
|
|
4081
4251
|
padding-bottom: 1.5rem !important;
|
|
4082
4252
|
}
|
|
4253
|
+
.gap-size-24--laptop-up {
|
|
4254
|
+
gap: 1.5rem !important;
|
|
4255
|
+
}
|
|
4083
4256
|
}
|
|
4084
4257
|
@media screen and (min-width: 100rem) {
|
|
4085
4258
|
.m-size-24--desktop-up {
|
|
@@ -4128,6 +4301,9 @@ body {
|
|
|
4128
4301
|
padding-top: 1.5rem !important;
|
|
4129
4302
|
padding-bottom: 1.5rem !important;
|
|
4130
4303
|
}
|
|
4304
|
+
.gap-size-24--desktop-up {
|
|
4305
|
+
gap: 1.5rem !important;
|
|
4306
|
+
}
|
|
4131
4307
|
}
|
|
4132
4308
|
.m-size-32 {
|
|
4133
4309
|
margin: 2rem !important;
|
|
@@ -4189,6 +4365,10 @@ body {
|
|
|
4189
4365
|
padding-bottom: 2rem !important;
|
|
4190
4366
|
}
|
|
4191
4367
|
|
|
4368
|
+
.gap-size-32 {
|
|
4369
|
+
gap: 2rem !important;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4192
4372
|
@media screen and (min-width: 0) {
|
|
4193
4373
|
.m-size-32--mobile-up {
|
|
4194
4374
|
margin: 2rem !important;
|
|
@@ -4236,6 +4416,9 @@ body {
|
|
|
4236
4416
|
padding-top: 2rem !important;
|
|
4237
4417
|
padding-bottom: 2rem !important;
|
|
4238
4418
|
}
|
|
4419
|
+
.gap-size-32--mobile-up {
|
|
4420
|
+
gap: 2rem !important;
|
|
4421
|
+
}
|
|
4239
4422
|
}
|
|
4240
4423
|
@media screen and (min-width: 36rem) {
|
|
4241
4424
|
.m-size-32--phablet-up {
|
|
@@ -4284,6 +4467,9 @@ body {
|
|
|
4284
4467
|
padding-top: 2rem !important;
|
|
4285
4468
|
padding-bottom: 2rem !important;
|
|
4286
4469
|
}
|
|
4470
|
+
.gap-size-32--phablet-up {
|
|
4471
|
+
gap: 2rem !important;
|
|
4472
|
+
}
|
|
4287
4473
|
}
|
|
4288
4474
|
@media screen and (min-width: 48rem) {
|
|
4289
4475
|
.m-size-32--tablet-up {
|
|
@@ -4332,6 +4518,9 @@ body {
|
|
|
4332
4518
|
padding-top: 2rem !important;
|
|
4333
4519
|
padding-bottom: 2rem !important;
|
|
4334
4520
|
}
|
|
4521
|
+
.gap-size-32--tablet-up {
|
|
4522
|
+
gap: 2rem !important;
|
|
4523
|
+
}
|
|
4335
4524
|
}
|
|
4336
4525
|
@media screen and (min-width: 64rem) {
|
|
4337
4526
|
.m-size-32--tablet-big-up {
|
|
@@ -4380,6 +4569,9 @@ body {
|
|
|
4380
4569
|
padding-top: 2rem !important;
|
|
4381
4570
|
padding-bottom: 2rem !important;
|
|
4382
4571
|
}
|
|
4572
|
+
.gap-size-32--tablet-big-up {
|
|
4573
|
+
gap: 2rem !important;
|
|
4574
|
+
}
|
|
4383
4575
|
}
|
|
4384
4576
|
@media screen and (min-width: 80rem) {
|
|
4385
4577
|
.m-size-32--laptop-up {
|
|
@@ -4428,6 +4620,9 @@ body {
|
|
|
4428
4620
|
padding-top: 2rem !important;
|
|
4429
4621
|
padding-bottom: 2rem !important;
|
|
4430
4622
|
}
|
|
4623
|
+
.gap-size-32--laptop-up {
|
|
4624
|
+
gap: 2rem !important;
|
|
4625
|
+
}
|
|
4431
4626
|
}
|
|
4432
4627
|
@media screen and (min-width: 100rem) {
|
|
4433
4628
|
.m-size-32--desktop-up {
|
|
@@ -4476,6 +4671,9 @@ body {
|
|
|
4476
4671
|
padding-top: 2rem !important;
|
|
4477
4672
|
padding-bottom: 2rem !important;
|
|
4478
4673
|
}
|
|
4674
|
+
.gap-size-32--desktop-up {
|
|
4675
|
+
gap: 2rem !important;
|
|
4676
|
+
}
|
|
4479
4677
|
}
|
|
4480
4678
|
.m-size-40 {
|
|
4481
4679
|
margin: 2.5rem !important;
|
|
@@ -4537,6 +4735,10 @@ body {
|
|
|
4537
4735
|
padding-bottom: 2.5rem !important;
|
|
4538
4736
|
}
|
|
4539
4737
|
|
|
4738
|
+
.gap-size-40 {
|
|
4739
|
+
gap: 2.5rem !important;
|
|
4740
|
+
}
|
|
4741
|
+
|
|
4540
4742
|
@media screen and (min-width: 0) {
|
|
4541
4743
|
.m-size-40--mobile-up {
|
|
4542
4744
|
margin: 2.5rem !important;
|
|
@@ -4584,6 +4786,9 @@ body {
|
|
|
4584
4786
|
padding-top: 2.5rem !important;
|
|
4585
4787
|
padding-bottom: 2.5rem !important;
|
|
4586
4788
|
}
|
|
4789
|
+
.gap-size-40--mobile-up {
|
|
4790
|
+
gap: 2.5rem !important;
|
|
4791
|
+
}
|
|
4587
4792
|
}
|
|
4588
4793
|
@media screen and (min-width: 36rem) {
|
|
4589
4794
|
.m-size-40--phablet-up {
|
|
@@ -4632,6 +4837,9 @@ body {
|
|
|
4632
4837
|
padding-top: 2.5rem !important;
|
|
4633
4838
|
padding-bottom: 2.5rem !important;
|
|
4634
4839
|
}
|
|
4840
|
+
.gap-size-40--phablet-up {
|
|
4841
|
+
gap: 2.5rem !important;
|
|
4842
|
+
}
|
|
4635
4843
|
}
|
|
4636
4844
|
@media screen and (min-width: 48rem) {
|
|
4637
4845
|
.m-size-40--tablet-up {
|
|
@@ -4680,6 +4888,9 @@ body {
|
|
|
4680
4888
|
padding-top: 2.5rem !important;
|
|
4681
4889
|
padding-bottom: 2.5rem !important;
|
|
4682
4890
|
}
|
|
4891
|
+
.gap-size-40--tablet-up {
|
|
4892
|
+
gap: 2.5rem !important;
|
|
4893
|
+
}
|
|
4683
4894
|
}
|
|
4684
4895
|
@media screen and (min-width: 64rem) {
|
|
4685
4896
|
.m-size-40--tablet-big-up {
|
|
@@ -4728,6 +4939,9 @@ body {
|
|
|
4728
4939
|
padding-top: 2.5rem !important;
|
|
4729
4940
|
padding-bottom: 2.5rem !important;
|
|
4730
4941
|
}
|
|
4942
|
+
.gap-size-40--tablet-big-up {
|
|
4943
|
+
gap: 2.5rem !important;
|
|
4944
|
+
}
|
|
4731
4945
|
}
|
|
4732
4946
|
@media screen and (min-width: 80rem) {
|
|
4733
4947
|
.m-size-40--laptop-up {
|
|
@@ -4776,6 +4990,9 @@ body {
|
|
|
4776
4990
|
padding-top: 2.5rem !important;
|
|
4777
4991
|
padding-bottom: 2.5rem !important;
|
|
4778
4992
|
}
|
|
4993
|
+
.gap-size-40--laptop-up {
|
|
4994
|
+
gap: 2.5rem !important;
|
|
4995
|
+
}
|
|
4779
4996
|
}
|
|
4780
4997
|
@media screen and (min-width: 100rem) {
|
|
4781
4998
|
.m-size-40--desktop-up {
|
|
@@ -4824,6 +5041,9 @@ body {
|
|
|
4824
5041
|
padding-top: 2.5rem !important;
|
|
4825
5042
|
padding-bottom: 2.5rem !important;
|
|
4826
5043
|
}
|
|
5044
|
+
.gap-size-40--desktop-up {
|
|
5045
|
+
gap: 2.5rem !important;
|
|
5046
|
+
}
|
|
4827
5047
|
}
|
|
4828
5048
|
.m-size-48 {
|
|
4829
5049
|
margin: 3rem !important;
|
|
@@ -4885,6 +5105,10 @@ body {
|
|
|
4885
5105
|
padding-bottom: 3rem !important;
|
|
4886
5106
|
}
|
|
4887
5107
|
|
|
5108
|
+
.gap-size-48 {
|
|
5109
|
+
gap: 3rem !important;
|
|
5110
|
+
}
|
|
5111
|
+
|
|
4888
5112
|
@media screen and (min-width: 0) {
|
|
4889
5113
|
.m-size-48--mobile-up {
|
|
4890
5114
|
margin: 3rem !important;
|
|
@@ -4932,6 +5156,9 @@ body {
|
|
|
4932
5156
|
padding-top: 3rem !important;
|
|
4933
5157
|
padding-bottom: 3rem !important;
|
|
4934
5158
|
}
|
|
5159
|
+
.gap-size-48--mobile-up {
|
|
5160
|
+
gap: 3rem !important;
|
|
5161
|
+
}
|
|
4935
5162
|
}
|
|
4936
5163
|
@media screen and (min-width: 36rem) {
|
|
4937
5164
|
.m-size-48--phablet-up {
|
|
@@ -4980,6 +5207,9 @@ body {
|
|
|
4980
5207
|
padding-top: 3rem !important;
|
|
4981
5208
|
padding-bottom: 3rem !important;
|
|
4982
5209
|
}
|
|
5210
|
+
.gap-size-48--phablet-up {
|
|
5211
|
+
gap: 3rem !important;
|
|
5212
|
+
}
|
|
4983
5213
|
}
|
|
4984
5214
|
@media screen and (min-width: 48rem) {
|
|
4985
5215
|
.m-size-48--tablet-up {
|
|
@@ -5028,6 +5258,9 @@ body {
|
|
|
5028
5258
|
padding-top: 3rem !important;
|
|
5029
5259
|
padding-bottom: 3rem !important;
|
|
5030
5260
|
}
|
|
5261
|
+
.gap-size-48--tablet-up {
|
|
5262
|
+
gap: 3rem !important;
|
|
5263
|
+
}
|
|
5031
5264
|
}
|
|
5032
5265
|
@media screen and (min-width: 64rem) {
|
|
5033
5266
|
.m-size-48--tablet-big-up {
|
|
@@ -5076,6 +5309,9 @@ body {
|
|
|
5076
5309
|
padding-top: 3rem !important;
|
|
5077
5310
|
padding-bottom: 3rem !important;
|
|
5078
5311
|
}
|
|
5312
|
+
.gap-size-48--tablet-big-up {
|
|
5313
|
+
gap: 3rem !important;
|
|
5314
|
+
}
|
|
5079
5315
|
}
|
|
5080
5316
|
@media screen and (min-width: 80rem) {
|
|
5081
5317
|
.m-size-48--laptop-up {
|
|
@@ -5124,6 +5360,9 @@ body {
|
|
|
5124
5360
|
padding-top: 3rem !important;
|
|
5125
5361
|
padding-bottom: 3rem !important;
|
|
5126
5362
|
}
|
|
5363
|
+
.gap-size-48--laptop-up {
|
|
5364
|
+
gap: 3rem !important;
|
|
5365
|
+
}
|
|
5127
5366
|
}
|
|
5128
5367
|
@media screen and (min-width: 100rem) {
|
|
5129
5368
|
.m-size-48--desktop-up {
|
|
@@ -5172,6 +5411,9 @@ body {
|
|
|
5172
5411
|
padding-top: 3rem !important;
|
|
5173
5412
|
padding-bottom: 3rem !important;
|
|
5174
5413
|
}
|
|
5414
|
+
.gap-size-48--desktop-up {
|
|
5415
|
+
gap: 3rem !important;
|
|
5416
|
+
}
|
|
5175
5417
|
}
|
|
5176
5418
|
.m-size-52 {
|
|
5177
5419
|
margin: 3.25rem !important;
|
|
@@ -5233,6 +5475,10 @@ body {
|
|
|
5233
5475
|
padding-bottom: 3.25rem !important;
|
|
5234
5476
|
}
|
|
5235
5477
|
|
|
5478
|
+
.gap-size-52 {
|
|
5479
|
+
gap: 3.25rem !important;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5236
5482
|
@media screen and (min-width: 0) {
|
|
5237
5483
|
.m-size-52--mobile-up {
|
|
5238
5484
|
margin: 3.25rem !important;
|
|
@@ -5280,6 +5526,9 @@ body {
|
|
|
5280
5526
|
padding-top: 3.25rem !important;
|
|
5281
5527
|
padding-bottom: 3.25rem !important;
|
|
5282
5528
|
}
|
|
5529
|
+
.gap-size-52--mobile-up {
|
|
5530
|
+
gap: 3.25rem !important;
|
|
5531
|
+
}
|
|
5283
5532
|
}
|
|
5284
5533
|
@media screen and (min-width: 36rem) {
|
|
5285
5534
|
.m-size-52--phablet-up {
|
|
@@ -5328,6 +5577,9 @@ body {
|
|
|
5328
5577
|
padding-top: 3.25rem !important;
|
|
5329
5578
|
padding-bottom: 3.25rem !important;
|
|
5330
5579
|
}
|
|
5580
|
+
.gap-size-52--phablet-up {
|
|
5581
|
+
gap: 3.25rem !important;
|
|
5582
|
+
}
|
|
5331
5583
|
}
|
|
5332
5584
|
@media screen and (min-width: 48rem) {
|
|
5333
5585
|
.m-size-52--tablet-up {
|
|
@@ -5376,6 +5628,9 @@ body {
|
|
|
5376
5628
|
padding-top: 3.25rem !important;
|
|
5377
5629
|
padding-bottom: 3.25rem !important;
|
|
5378
5630
|
}
|
|
5631
|
+
.gap-size-52--tablet-up {
|
|
5632
|
+
gap: 3.25rem !important;
|
|
5633
|
+
}
|
|
5379
5634
|
}
|
|
5380
5635
|
@media screen and (min-width: 64rem) {
|
|
5381
5636
|
.m-size-52--tablet-big-up {
|
|
@@ -5424,6 +5679,9 @@ body {
|
|
|
5424
5679
|
padding-top: 3.25rem !important;
|
|
5425
5680
|
padding-bottom: 3.25rem !important;
|
|
5426
5681
|
}
|
|
5682
|
+
.gap-size-52--tablet-big-up {
|
|
5683
|
+
gap: 3.25rem !important;
|
|
5684
|
+
}
|
|
5427
5685
|
}
|
|
5428
5686
|
@media screen and (min-width: 80rem) {
|
|
5429
5687
|
.m-size-52--laptop-up {
|
|
@@ -5472,6 +5730,9 @@ body {
|
|
|
5472
5730
|
padding-top: 3.25rem !important;
|
|
5473
5731
|
padding-bottom: 3.25rem !important;
|
|
5474
5732
|
}
|
|
5733
|
+
.gap-size-52--laptop-up {
|
|
5734
|
+
gap: 3.25rem !important;
|
|
5735
|
+
}
|
|
5475
5736
|
}
|
|
5476
5737
|
@media screen and (min-width: 100rem) {
|
|
5477
5738
|
.m-size-52--desktop-up {
|
|
@@ -5520,6 +5781,9 @@ body {
|
|
|
5520
5781
|
padding-top: 3.25rem !important;
|
|
5521
5782
|
padding-bottom: 3.25rem !important;
|
|
5522
5783
|
}
|
|
5784
|
+
.gap-size-52--desktop-up {
|
|
5785
|
+
gap: 3.25rem !important;
|
|
5786
|
+
}
|
|
5523
5787
|
}
|
|
5524
5788
|
.m-size-56 {
|
|
5525
5789
|
margin: 3.5rem !important;
|
|
@@ -5581,6 +5845,10 @@ body {
|
|
|
5581
5845
|
padding-bottom: 3.5rem !important;
|
|
5582
5846
|
}
|
|
5583
5847
|
|
|
5848
|
+
.gap-size-56 {
|
|
5849
|
+
gap: 3.5rem !important;
|
|
5850
|
+
}
|
|
5851
|
+
|
|
5584
5852
|
@media screen and (min-width: 0) {
|
|
5585
5853
|
.m-size-56--mobile-up {
|
|
5586
5854
|
margin: 3.5rem !important;
|
|
@@ -5628,6 +5896,9 @@ body {
|
|
|
5628
5896
|
padding-top: 3.5rem !important;
|
|
5629
5897
|
padding-bottom: 3.5rem !important;
|
|
5630
5898
|
}
|
|
5899
|
+
.gap-size-56--mobile-up {
|
|
5900
|
+
gap: 3.5rem !important;
|
|
5901
|
+
}
|
|
5631
5902
|
}
|
|
5632
5903
|
@media screen and (min-width: 36rem) {
|
|
5633
5904
|
.m-size-56--phablet-up {
|
|
@@ -5676,6 +5947,9 @@ body {
|
|
|
5676
5947
|
padding-top: 3.5rem !important;
|
|
5677
5948
|
padding-bottom: 3.5rem !important;
|
|
5678
5949
|
}
|
|
5950
|
+
.gap-size-56--phablet-up {
|
|
5951
|
+
gap: 3.5rem !important;
|
|
5952
|
+
}
|
|
5679
5953
|
}
|
|
5680
5954
|
@media screen and (min-width: 48rem) {
|
|
5681
5955
|
.m-size-56--tablet-up {
|
|
@@ -5724,6 +5998,9 @@ body {
|
|
|
5724
5998
|
padding-top: 3.5rem !important;
|
|
5725
5999
|
padding-bottom: 3.5rem !important;
|
|
5726
6000
|
}
|
|
6001
|
+
.gap-size-56--tablet-up {
|
|
6002
|
+
gap: 3.5rem !important;
|
|
6003
|
+
}
|
|
5727
6004
|
}
|
|
5728
6005
|
@media screen and (min-width: 64rem) {
|
|
5729
6006
|
.m-size-56--tablet-big-up {
|
|
@@ -5772,6 +6049,9 @@ body {
|
|
|
5772
6049
|
padding-top: 3.5rem !important;
|
|
5773
6050
|
padding-bottom: 3.5rem !important;
|
|
5774
6051
|
}
|
|
6052
|
+
.gap-size-56--tablet-big-up {
|
|
6053
|
+
gap: 3.5rem !important;
|
|
6054
|
+
}
|
|
5775
6055
|
}
|
|
5776
6056
|
@media screen and (min-width: 80rem) {
|
|
5777
6057
|
.m-size-56--laptop-up {
|
|
@@ -5820,6 +6100,9 @@ body {
|
|
|
5820
6100
|
padding-top: 3.5rem !important;
|
|
5821
6101
|
padding-bottom: 3.5rem !important;
|
|
5822
6102
|
}
|
|
6103
|
+
.gap-size-56--laptop-up {
|
|
6104
|
+
gap: 3.5rem !important;
|
|
6105
|
+
}
|
|
5823
6106
|
}
|
|
5824
6107
|
@media screen and (min-width: 100rem) {
|
|
5825
6108
|
.m-size-56--desktop-up {
|
|
@@ -5868,6 +6151,9 @@ body {
|
|
|
5868
6151
|
padding-top: 3.5rem !important;
|
|
5869
6152
|
padding-bottom: 3.5rem !important;
|
|
5870
6153
|
}
|
|
6154
|
+
.gap-size-56--desktop-up {
|
|
6155
|
+
gap: 3.5rem !important;
|
|
6156
|
+
}
|
|
5871
6157
|
}
|
|
5872
6158
|
.m-size-64 {
|
|
5873
6159
|
margin: 4rem !important;
|
|
@@ -5929,6 +6215,10 @@ body {
|
|
|
5929
6215
|
padding-bottom: 4rem !important;
|
|
5930
6216
|
}
|
|
5931
6217
|
|
|
6218
|
+
.gap-size-64 {
|
|
6219
|
+
gap: 4rem !important;
|
|
6220
|
+
}
|
|
6221
|
+
|
|
5932
6222
|
@media screen and (min-width: 0) {
|
|
5933
6223
|
.m-size-64--mobile-up {
|
|
5934
6224
|
margin: 4rem !important;
|
|
@@ -5976,6 +6266,9 @@ body {
|
|
|
5976
6266
|
padding-top: 4rem !important;
|
|
5977
6267
|
padding-bottom: 4rem !important;
|
|
5978
6268
|
}
|
|
6269
|
+
.gap-size-64--mobile-up {
|
|
6270
|
+
gap: 4rem !important;
|
|
6271
|
+
}
|
|
5979
6272
|
}
|
|
5980
6273
|
@media screen and (min-width: 36rem) {
|
|
5981
6274
|
.m-size-64--phablet-up {
|
|
@@ -6024,6 +6317,9 @@ body {
|
|
|
6024
6317
|
padding-top: 4rem !important;
|
|
6025
6318
|
padding-bottom: 4rem !important;
|
|
6026
6319
|
}
|
|
6320
|
+
.gap-size-64--phablet-up {
|
|
6321
|
+
gap: 4rem !important;
|
|
6322
|
+
}
|
|
6027
6323
|
}
|
|
6028
6324
|
@media screen and (min-width: 48rem) {
|
|
6029
6325
|
.m-size-64--tablet-up {
|
|
@@ -6072,6 +6368,9 @@ body {
|
|
|
6072
6368
|
padding-top: 4rem !important;
|
|
6073
6369
|
padding-bottom: 4rem !important;
|
|
6074
6370
|
}
|
|
6371
|
+
.gap-size-64--tablet-up {
|
|
6372
|
+
gap: 4rem !important;
|
|
6373
|
+
}
|
|
6075
6374
|
}
|
|
6076
6375
|
@media screen and (min-width: 64rem) {
|
|
6077
6376
|
.m-size-64--tablet-big-up {
|
|
@@ -6120,6 +6419,9 @@ body {
|
|
|
6120
6419
|
padding-top: 4rem !important;
|
|
6121
6420
|
padding-bottom: 4rem !important;
|
|
6122
6421
|
}
|
|
6422
|
+
.gap-size-64--tablet-big-up {
|
|
6423
|
+
gap: 4rem !important;
|
|
6424
|
+
}
|
|
6123
6425
|
}
|
|
6124
6426
|
@media screen and (min-width: 80rem) {
|
|
6125
6427
|
.m-size-64--laptop-up {
|
|
@@ -6168,6 +6470,9 @@ body {
|
|
|
6168
6470
|
padding-top: 4rem !important;
|
|
6169
6471
|
padding-bottom: 4rem !important;
|
|
6170
6472
|
}
|
|
6473
|
+
.gap-size-64--laptop-up {
|
|
6474
|
+
gap: 4rem !important;
|
|
6475
|
+
}
|
|
6171
6476
|
}
|
|
6172
6477
|
@media screen and (min-width: 100rem) {
|
|
6173
6478
|
.m-size-64--desktop-up {
|
|
@@ -6216,6 +6521,9 @@ body {
|
|
|
6216
6521
|
padding-top: 4rem !important;
|
|
6217
6522
|
padding-bottom: 4rem !important;
|
|
6218
6523
|
}
|
|
6524
|
+
.gap-size-64--desktop-up {
|
|
6525
|
+
gap: 4rem !important;
|
|
6526
|
+
}
|
|
6219
6527
|
}
|
|
6220
6528
|
.m-size-72 {
|
|
6221
6529
|
margin: 4.5rem !important;
|
|
@@ -6277,6 +6585,10 @@ body {
|
|
|
6277
6585
|
padding-bottom: 4.5rem !important;
|
|
6278
6586
|
}
|
|
6279
6587
|
|
|
6588
|
+
.gap-size-72 {
|
|
6589
|
+
gap: 4.5rem !important;
|
|
6590
|
+
}
|
|
6591
|
+
|
|
6280
6592
|
@media screen and (min-width: 0) {
|
|
6281
6593
|
.m-size-72--mobile-up {
|
|
6282
6594
|
margin: 4.5rem !important;
|
|
@@ -6324,6 +6636,9 @@ body {
|
|
|
6324
6636
|
padding-top: 4.5rem !important;
|
|
6325
6637
|
padding-bottom: 4.5rem !important;
|
|
6326
6638
|
}
|
|
6639
|
+
.gap-size-72--mobile-up {
|
|
6640
|
+
gap: 4.5rem !important;
|
|
6641
|
+
}
|
|
6327
6642
|
}
|
|
6328
6643
|
@media screen and (min-width: 36rem) {
|
|
6329
6644
|
.m-size-72--phablet-up {
|
|
@@ -6372,6 +6687,9 @@ body {
|
|
|
6372
6687
|
padding-top: 4.5rem !important;
|
|
6373
6688
|
padding-bottom: 4.5rem !important;
|
|
6374
6689
|
}
|
|
6690
|
+
.gap-size-72--phablet-up {
|
|
6691
|
+
gap: 4.5rem !important;
|
|
6692
|
+
}
|
|
6375
6693
|
}
|
|
6376
6694
|
@media screen and (min-width: 48rem) {
|
|
6377
6695
|
.m-size-72--tablet-up {
|
|
@@ -6420,6 +6738,9 @@ body {
|
|
|
6420
6738
|
padding-top: 4.5rem !important;
|
|
6421
6739
|
padding-bottom: 4.5rem !important;
|
|
6422
6740
|
}
|
|
6741
|
+
.gap-size-72--tablet-up {
|
|
6742
|
+
gap: 4.5rem !important;
|
|
6743
|
+
}
|
|
6423
6744
|
}
|
|
6424
6745
|
@media screen and (min-width: 64rem) {
|
|
6425
6746
|
.m-size-72--tablet-big-up {
|
|
@@ -6468,6 +6789,9 @@ body {
|
|
|
6468
6789
|
padding-top: 4.5rem !important;
|
|
6469
6790
|
padding-bottom: 4.5rem !important;
|
|
6470
6791
|
}
|
|
6792
|
+
.gap-size-72--tablet-big-up {
|
|
6793
|
+
gap: 4.5rem !important;
|
|
6794
|
+
}
|
|
6471
6795
|
}
|
|
6472
6796
|
@media screen and (min-width: 80rem) {
|
|
6473
6797
|
.m-size-72--laptop-up {
|
|
@@ -6516,6 +6840,9 @@ body {
|
|
|
6516
6840
|
padding-top: 4.5rem !important;
|
|
6517
6841
|
padding-bottom: 4.5rem !important;
|
|
6518
6842
|
}
|
|
6843
|
+
.gap-size-72--laptop-up {
|
|
6844
|
+
gap: 4.5rem !important;
|
|
6845
|
+
}
|
|
6519
6846
|
}
|
|
6520
6847
|
@media screen and (min-width: 100rem) {
|
|
6521
6848
|
.m-size-72--desktop-up {
|
|
@@ -6564,6 +6891,9 @@ body {
|
|
|
6564
6891
|
padding-top: 4.5rem !important;
|
|
6565
6892
|
padding-bottom: 4.5rem !important;
|
|
6566
6893
|
}
|
|
6894
|
+
.gap-size-72--desktop-up {
|
|
6895
|
+
gap: 4.5rem !important;
|
|
6896
|
+
}
|
|
6567
6897
|
}
|
|
6568
6898
|
.m-size-80 {
|
|
6569
6899
|
margin: 5rem !important;
|
|
@@ -6625,6 +6955,10 @@ body {
|
|
|
6625
6955
|
padding-bottom: 5rem !important;
|
|
6626
6956
|
}
|
|
6627
6957
|
|
|
6958
|
+
.gap-size-80 {
|
|
6959
|
+
gap: 5rem !important;
|
|
6960
|
+
}
|
|
6961
|
+
|
|
6628
6962
|
@media screen and (min-width: 0) {
|
|
6629
6963
|
.m-size-80--mobile-up {
|
|
6630
6964
|
margin: 5rem !important;
|
|
@@ -6672,6 +7006,9 @@ body {
|
|
|
6672
7006
|
padding-top: 5rem !important;
|
|
6673
7007
|
padding-bottom: 5rem !important;
|
|
6674
7008
|
}
|
|
7009
|
+
.gap-size-80--mobile-up {
|
|
7010
|
+
gap: 5rem !important;
|
|
7011
|
+
}
|
|
6675
7012
|
}
|
|
6676
7013
|
@media screen and (min-width: 36rem) {
|
|
6677
7014
|
.m-size-80--phablet-up {
|
|
@@ -6720,6 +7057,9 @@ body {
|
|
|
6720
7057
|
padding-top: 5rem !important;
|
|
6721
7058
|
padding-bottom: 5rem !important;
|
|
6722
7059
|
}
|
|
7060
|
+
.gap-size-80--phablet-up {
|
|
7061
|
+
gap: 5rem !important;
|
|
7062
|
+
}
|
|
6723
7063
|
}
|
|
6724
7064
|
@media screen and (min-width: 48rem) {
|
|
6725
7065
|
.m-size-80--tablet-up {
|
|
@@ -6768,6 +7108,9 @@ body {
|
|
|
6768
7108
|
padding-top: 5rem !important;
|
|
6769
7109
|
padding-bottom: 5rem !important;
|
|
6770
7110
|
}
|
|
7111
|
+
.gap-size-80--tablet-up {
|
|
7112
|
+
gap: 5rem !important;
|
|
7113
|
+
}
|
|
6771
7114
|
}
|
|
6772
7115
|
@media screen and (min-width: 64rem) {
|
|
6773
7116
|
.m-size-80--tablet-big-up {
|
|
@@ -6816,6 +7159,9 @@ body {
|
|
|
6816
7159
|
padding-top: 5rem !important;
|
|
6817
7160
|
padding-bottom: 5rem !important;
|
|
6818
7161
|
}
|
|
7162
|
+
.gap-size-80--tablet-big-up {
|
|
7163
|
+
gap: 5rem !important;
|
|
7164
|
+
}
|
|
6819
7165
|
}
|
|
6820
7166
|
@media screen and (min-width: 80rem) {
|
|
6821
7167
|
.m-size-80--laptop-up {
|
|
@@ -6864,6 +7210,9 @@ body {
|
|
|
6864
7210
|
padding-top: 5rem !important;
|
|
6865
7211
|
padding-bottom: 5rem !important;
|
|
6866
7212
|
}
|
|
7213
|
+
.gap-size-80--laptop-up {
|
|
7214
|
+
gap: 5rem !important;
|
|
7215
|
+
}
|
|
6867
7216
|
}
|
|
6868
7217
|
@media screen and (min-width: 100rem) {
|
|
6869
7218
|
.m-size-80--desktop-up {
|
|
@@ -6912,6 +7261,9 @@ body {
|
|
|
6912
7261
|
padding-top: 5rem !important;
|
|
6913
7262
|
padding-bottom: 5rem !important;
|
|
6914
7263
|
}
|
|
7264
|
+
.gap-size-80--desktop-up {
|
|
7265
|
+
gap: 5rem !important;
|
|
7266
|
+
}
|
|
6915
7267
|
}
|
|
6916
7268
|
.m-size-88 {
|
|
6917
7269
|
margin: 5.5rem !important;
|
|
@@ -6973,6 +7325,10 @@ body {
|
|
|
6973
7325
|
padding-bottom: 5.5rem !important;
|
|
6974
7326
|
}
|
|
6975
7327
|
|
|
7328
|
+
.gap-size-88 {
|
|
7329
|
+
gap: 5.5rem !important;
|
|
7330
|
+
}
|
|
7331
|
+
|
|
6976
7332
|
@media screen and (min-width: 0) {
|
|
6977
7333
|
.m-size-88--mobile-up {
|
|
6978
7334
|
margin: 5.5rem !important;
|
|
@@ -7020,6 +7376,9 @@ body {
|
|
|
7020
7376
|
padding-top: 5.5rem !important;
|
|
7021
7377
|
padding-bottom: 5.5rem !important;
|
|
7022
7378
|
}
|
|
7379
|
+
.gap-size-88--mobile-up {
|
|
7380
|
+
gap: 5.5rem !important;
|
|
7381
|
+
}
|
|
7023
7382
|
}
|
|
7024
7383
|
@media screen and (min-width: 36rem) {
|
|
7025
7384
|
.m-size-88--phablet-up {
|
|
@@ -7068,6 +7427,9 @@ body {
|
|
|
7068
7427
|
padding-top: 5.5rem !important;
|
|
7069
7428
|
padding-bottom: 5.5rem !important;
|
|
7070
7429
|
}
|
|
7430
|
+
.gap-size-88--phablet-up {
|
|
7431
|
+
gap: 5.5rem !important;
|
|
7432
|
+
}
|
|
7071
7433
|
}
|
|
7072
7434
|
@media screen and (min-width: 48rem) {
|
|
7073
7435
|
.m-size-88--tablet-up {
|
|
@@ -7116,6 +7478,9 @@ body {
|
|
|
7116
7478
|
padding-top: 5.5rem !important;
|
|
7117
7479
|
padding-bottom: 5.5rem !important;
|
|
7118
7480
|
}
|
|
7481
|
+
.gap-size-88--tablet-up {
|
|
7482
|
+
gap: 5.5rem !important;
|
|
7483
|
+
}
|
|
7119
7484
|
}
|
|
7120
7485
|
@media screen and (min-width: 64rem) {
|
|
7121
7486
|
.m-size-88--tablet-big-up {
|
|
@@ -7164,6 +7529,9 @@ body {
|
|
|
7164
7529
|
padding-top: 5.5rem !important;
|
|
7165
7530
|
padding-bottom: 5.5rem !important;
|
|
7166
7531
|
}
|
|
7532
|
+
.gap-size-88--tablet-big-up {
|
|
7533
|
+
gap: 5.5rem !important;
|
|
7534
|
+
}
|
|
7167
7535
|
}
|
|
7168
7536
|
@media screen and (min-width: 80rem) {
|
|
7169
7537
|
.m-size-88--laptop-up {
|
|
@@ -7212,6 +7580,9 @@ body {
|
|
|
7212
7580
|
padding-top: 5.5rem !important;
|
|
7213
7581
|
padding-bottom: 5.5rem !important;
|
|
7214
7582
|
}
|
|
7583
|
+
.gap-size-88--laptop-up {
|
|
7584
|
+
gap: 5.5rem !important;
|
|
7585
|
+
}
|
|
7215
7586
|
}
|
|
7216
7587
|
@media screen and (min-width: 100rem) {
|
|
7217
7588
|
.m-size-88--desktop-up {
|
|
@@ -7260,6 +7631,9 @@ body {
|
|
|
7260
7631
|
padding-top: 5.5rem !important;
|
|
7261
7632
|
padding-bottom: 5.5rem !important;
|
|
7262
7633
|
}
|
|
7634
|
+
.gap-size-88--desktop-up {
|
|
7635
|
+
gap: 5.5rem !important;
|
|
7636
|
+
}
|
|
7263
7637
|
}
|
|
7264
7638
|
.m-size-104 {
|
|
7265
7639
|
margin: 6.5rem !important;
|
|
@@ -7321,6 +7695,10 @@ body {
|
|
|
7321
7695
|
padding-bottom: 6.5rem !important;
|
|
7322
7696
|
}
|
|
7323
7697
|
|
|
7698
|
+
.gap-size-104 {
|
|
7699
|
+
gap: 6.5rem !important;
|
|
7700
|
+
}
|
|
7701
|
+
|
|
7324
7702
|
@media screen and (min-width: 0) {
|
|
7325
7703
|
.m-size-104--mobile-up {
|
|
7326
7704
|
margin: 6.5rem !important;
|
|
@@ -7368,6 +7746,9 @@ body {
|
|
|
7368
7746
|
padding-top: 6.5rem !important;
|
|
7369
7747
|
padding-bottom: 6.5rem !important;
|
|
7370
7748
|
}
|
|
7749
|
+
.gap-size-104--mobile-up {
|
|
7750
|
+
gap: 6.5rem !important;
|
|
7751
|
+
}
|
|
7371
7752
|
}
|
|
7372
7753
|
@media screen and (min-width: 36rem) {
|
|
7373
7754
|
.m-size-104--phablet-up {
|
|
@@ -7416,6 +7797,9 @@ body {
|
|
|
7416
7797
|
padding-top: 6.5rem !important;
|
|
7417
7798
|
padding-bottom: 6.5rem !important;
|
|
7418
7799
|
}
|
|
7800
|
+
.gap-size-104--phablet-up {
|
|
7801
|
+
gap: 6.5rem !important;
|
|
7802
|
+
}
|
|
7419
7803
|
}
|
|
7420
7804
|
@media screen and (min-width: 48rem) {
|
|
7421
7805
|
.m-size-104--tablet-up {
|
|
@@ -7464,6 +7848,9 @@ body {
|
|
|
7464
7848
|
padding-top: 6.5rem !important;
|
|
7465
7849
|
padding-bottom: 6.5rem !important;
|
|
7466
7850
|
}
|
|
7851
|
+
.gap-size-104--tablet-up {
|
|
7852
|
+
gap: 6.5rem !important;
|
|
7853
|
+
}
|
|
7467
7854
|
}
|
|
7468
7855
|
@media screen and (min-width: 64rem) {
|
|
7469
7856
|
.m-size-104--tablet-big-up {
|
|
@@ -7512,6 +7899,9 @@ body {
|
|
|
7512
7899
|
padding-top: 6.5rem !important;
|
|
7513
7900
|
padding-bottom: 6.5rem !important;
|
|
7514
7901
|
}
|
|
7902
|
+
.gap-size-104--tablet-big-up {
|
|
7903
|
+
gap: 6.5rem !important;
|
|
7904
|
+
}
|
|
7515
7905
|
}
|
|
7516
7906
|
@media screen and (min-width: 80rem) {
|
|
7517
7907
|
.m-size-104--laptop-up {
|
|
@@ -7560,6 +7950,9 @@ body {
|
|
|
7560
7950
|
padding-top: 6.5rem !important;
|
|
7561
7951
|
padding-bottom: 6.5rem !important;
|
|
7562
7952
|
}
|
|
7953
|
+
.gap-size-104--laptop-up {
|
|
7954
|
+
gap: 6.5rem !important;
|
|
7955
|
+
}
|
|
7563
7956
|
}
|
|
7564
7957
|
@media screen and (min-width: 100rem) {
|
|
7565
7958
|
.m-size-104--desktop-up {
|
|
@@ -7608,6 +8001,9 @@ body {
|
|
|
7608
8001
|
padding-top: 6.5rem !important;
|
|
7609
8002
|
padding-bottom: 6.5rem !important;
|
|
7610
8003
|
}
|
|
8004
|
+
.gap-size-104--desktop-up {
|
|
8005
|
+
gap: 6.5rem !important;
|
|
8006
|
+
}
|
|
7611
8007
|
}
|
|
7612
8008
|
.m-size-128 {
|
|
7613
8009
|
margin: 8rem !important;
|
|
@@ -7669,6 +8065,10 @@ body {
|
|
|
7669
8065
|
padding-bottom: 8rem !important;
|
|
7670
8066
|
}
|
|
7671
8067
|
|
|
8068
|
+
.gap-size-128 {
|
|
8069
|
+
gap: 8rem !important;
|
|
8070
|
+
}
|
|
8071
|
+
|
|
7672
8072
|
@media screen and (min-width: 0) {
|
|
7673
8073
|
.m-size-128--mobile-up {
|
|
7674
8074
|
margin: 8rem !important;
|
|
@@ -7716,6 +8116,9 @@ body {
|
|
|
7716
8116
|
padding-top: 8rem !important;
|
|
7717
8117
|
padding-bottom: 8rem !important;
|
|
7718
8118
|
}
|
|
8119
|
+
.gap-size-128--mobile-up {
|
|
8120
|
+
gap: 8rem !important;
|
|
8121
|
+
}
|
|
7719
8122
|
}
|
|
7720
8123
|
@media screen and (min-width: 36rem) {
|
|
7721
8124
|
.m-size-128--phablet-up {
|
|
@@ -7764,6 +8167,9 @@ body {
|
|
|
7764
8167
|
padding-top: 8rem !important;
|
|
7765
8168
|
padding-bottom: 8rem !important;
|
|
7766
8169
|
}
|
|
8170
|
+
.gap-size-128--phablet-up {
|
|
8171
|
+
gap: 8rem !important;
|
|
8172
|
+
}
|
|
7767
8173
|
}
|
|
7768
8174
|
@media screen and (min-width: 48rem) {
|
|
7769
8175
|
.m-size-128--tablet-up {
|
|
@@ -7812,6 +8218,9 @@ body {
|
|
|
7812
8218
|
padding-top: 8rem !important;
|
|
7813
8219
|
padding-bottom: 8rem !important;
|
|
7814
8220
|
}
|
|
8221
|
+
.gap-size-128--tablet-up {
|
|
8222
|
+
gap: 8rem !important;
|
|
8223
|
+
}
|
|
7815
8224
|
}
|
|
7816
8225
|
@media screen and (min-width: 64rem) {
|
|
7817
8226
|
.m-size-128--tablet-big-up {
|
|
@@ -7860,6 +8269,9 @@ body {
|
|
|
7860
8269
|
padding-top: 8rem !important;
|
|
7861
8270
|
padding-bottom: 8rem !important;
|
|
7862
8271
|
}
|
|
8272
|
+
.gap-size-128--tablet-big-up {
|
|
8273
|
+
gap: 8rem !important;
|
|
8274
|
+
}
|
|
7863
8275
|
}
|
|
7864
8276
|
@media screen and (min-width: 80rem) {
|
|
7865
8277
|
.m-size-128--laptop-up {
|
|
@@ -7908,6 +8320,9 @@ body {
|
|
|
7908
8320
|
padding-top: 8rem !important;
|
|
7909
8321
|
padding-bottom: 8rem !important;
|
|
7910
8322
|
}
|
|
8323
|
+
.gap-size-128--laptop-up {
|
|
8324
|
+
gap: 8rem !important;
|
|
8325
|
+
}
|
|
7911
8326
|
}
|
|
7912
8327
|
@media screen and (min-width: 100rem) {
|
|
7913
8328
|
.m-size-128--desktop-up {
|
|
@@ -7956,6 +8371,9 @@ body {
|
|
|
7956
8371
|
padding-top: 8rem !important;
|
|
7957
8372
|
padding-bottom: 8rem !important;
|
|
7958
8373
|
}
|
|
8374
|
+
.gap-size-128--desktop-up {
|
|
8375
|
+
gap: 8rem !important;
|
|
8376
|
+
}
|
|
7959
8377
|
}
|
|
7960
8378
|
.m-size-5 {
|
|
7961
8379
|
margin: 0.3125rem !important;
|
|
@@ -8017,6 +8435,10 @@ body {
|
|
|
8017
8435
|
padding-bottom: 0.3125rem !important;
|
|
8018
8436
|
}
|
|
8019
8437
|
|
|
8438
|
+
.gap-size-5 {
|
|
8439
|
+
gap: 0.3125rem !important;
|
|
8440
|
+
}
|
|
8441
|
+
|
|
8020
8442
|
@media screen and (min-width: 0) {
|
|
8021
8443
|
.m-size-5--mobile-up {
|
|
8022
8444
|
margin: 0.3125rem !important;
|
|
@@ -8064,6 +8486,9 @@ body {
|
|
|
8064
8486
|
padding-top: 0.3125rem !important;
|
|
8065
8487
|
padding-bottom: 0.3125rem !important;
|
|
8066
8488
|
}
|
|
8489
|
+
.gap-size-5--mobile-up {
|
|
8490
|
+
gap: 0.3125rem !important;
|
|
8491
|
+
}
|
|
8067
8492
|
}
|
|
8068
8493
|
@media screen and (min-width: 36rem) {
|
|
8069
8494
|
.m-size-5--phablet-up {
|
|
@@ -8112,6 +8537,9 @@ body {
|
|
|
8112
8537
|
padding-top: 0.3125rem !important;
|
|
8113
8538
|
padding-bottom: 0.3125rem !important;
|
|
8114
8539
|
}
|
|
8540
|
+
.gap-size-5--phablet-up {
|
|
8541
|
+
gap: 0.3125rem !important;
|
|
8542
|
+
}
|
|
8115
8543
|
}
|
|
8116
8544
|
@media screen and (min-width: 48rem) {
|
|
8117
8545
|
.m-size-5--tablet-up {
|
|
@@ -8160,6 +8588,9 @@ body {
|
|
|
8160
8588
|
padding-top: 0.3125rem !important;
|
|
8161
8589
|
padding-bottom: 0.3125rem !important;
|
|
8162
8590
|
}
|
|
8591
|
+
.gap-size-5--tablet-up {
|
|
8592
|
+
gap: 0.3125rem !important;
|
|
8593
|
+
}
|
|
8163
8594
|
}
|
|
8164
8595
|
@media screen and (min-width: 64rem) {
|
|
8165
8596
|
.m-size-5--tablet-big-up {
|
|
@@ -8208,6 +8639,9 @@ body {
|
|
|
8208
8639
|
padding-top: 0.3125rem !important;
|
|
8209
8640
|
padding-bottom: 0.3125rem !important;
|
|
8210
8641
|
}
|
|
8642
|
+
.gap-size-5--tablet-big-up {
|
|
8643
|
+
gap: 0.3125rem !important;
|
|
8644
|
+
}
|
|
8211
8645
|
}
|
|
8212
8646
|
@media screen and (min-width: 80rem) {
|
|
8213
8647
|
.m-size-5--laptop-up {
|
|
@@ -8256,6 +8690,9 @@ body {
|
|
|
8256
8690
|
padding-top: 0.3125rem !important;
|
|
8257
8691
|
padding-bottom: 0.3125rem !important;
|
|
8258
8692
|
}
|
|
8693
|
+
.gap-size-5--laptop-up {
|
|
8694
|
+
gap: 0.3125rem !important;
|
|
8695
|
+
}
|
|
8259
8696
|
}
|
|
8260
8697
|
@media screen and (min-width: 100rem) {
|
|
8261
8698
|
.m-size-5--desktop-up {
|
|
@@ -8304,6 +8741,9 @@ body {
|
|
|
8304
8741
|
padding-top: 0.3125rem !important;
|
|
8305
8742
|
padding-bottom: 0.3125rem !important;
|
|
8306
8743
|
}
|
|
8744
|
+
.gap-size-5--desktop-up {
|
|
8745
|
+
gap: 0.3125rem !important;
|
|
8746
|
+
}
|
|
8307
8747
|
}
|
|
8308
8748
|
.m-size-10 {
|
|
8309
8749
|
margin: 0.625rem !important;
|
|
@@ -8365,6 +8805,10 @@ body {
|
|
|
8365
8805
|
padding-bottom: 0.625rem !important;
|
|
8366
8806
|
}
|
|
8367
8807
|
|
|
8808
|
+
.gap-size-10 {
|
|
8809
|
+
gap: 0.625rem !important;
|
|
8810
|
+
}
|
|
8811
|
+
|
|
8368
8812
|
@media screen and (min-width: 0) {
|
|
8369
8813
|
.m-size-10--mobile-up {
|
|
8370
8814
|
margin: 0.625rem !important;
|
|
@@ -8412,6 +8856,9 @@ body {
|
|
|
8412
8856
|
padding-top: 0.625rem !important;
|
|
8413
8857
|
padding-bottom: 0.625rem !important;
|
|
8414
8858
|
}
|
|
8859
|
+
.gap-size-10--mobile-up {
|
|
8860
|
+
gap: 0.625rem !important;
|
|
8861
|
+
}
|
|
8415
8862
|
}
|
|
8416
8863
|
@media screen and (min-width: 36rem) {
|
|
8417
8864
|
.m-size-10--phablet-up {
|
|
@@ -8460,6 +8907,9 @@ body {
|
|
|
8460
8907
|
padding-top: 0.625rem !important;
|
|
8461
8908
|
padding-bottom: 0.625rem !important;
|
|
8462
8909
|
}
|
|
8910
|
+
.gap-size-10--phablet-up {
|
|
8911
|
+
gap: 0.625rem !important;
|
|
8912
|
+
}
|
|
8463
8913
|
}
|
|
8464
8914
|
@media screen and (min-width: 48rem) {
|
|
8465
8915
|
.m-size-10--tablet-up {
|
|
@@ -8508,6 +8958,9 @@ body {
|
|
|
8508
8958
|
padding-top: 0.625rem !important;
|
|
8509
8959
|
padding-bottom: 0.625rem !important;
|
|
8510
8960
|
}
|
|
8961
|
+
.gap-size-10--tablet-up {
|
|
8962
|
+
gap: 0.625rem !important;
|
|
8963
|
+
}
|
|
8511
8964
|
}
|
|
8512
8965
|
@media screen and (min-width: 64rem) {
|
|
8513
8966
|
.m-size-10--tablet-big-up {
|
|
@@ -8556,6 +9009,9 @@ body {
|
|
|
8556
9009
|
padding-top: 0.625rem !important;
|
|
8557
9010
|
padding-bottom: 0.625rem !important;
|
|
8558
9011
|
}
|
|
9012
|
+
.gap-size-10--tablet-big-up {
|
|
9013
|
+
gap: 0.625rem !important;
|
|
9014
|
+
}
|
|
8559
9015
|
}
|
|
8560
9016
|
@media screen and (min-width: 80rem) {
|
|
8561
9017
|
.m-size-10--laptop-up {
|
|
@@ -8604,6 +9060,9 @@ body {
|
|
|
8604
9060
|
padding-top: 0.625rem !important;
|
|
8605
9061
|
padding-bottom: 0.625rem !important;
|
|
8606
9062
|
}
|
|
9063
|
+
.gap-size-10--laptop-up {
|
|
9064
|
+
gap: 0.625rem !important;
|
|
9065
|
+
}
|
|
8607
9066
|
}
|
|
8608
9067
|
@media screen and (min-width: 100rem) {
|
|
8609
9068
|
.m-size-10--desktop-up {
|
|
@@ -8652,6 +9111,9 @@ body {
|
|
|
8652
9111
|
padding-top: 0.625rem !important;
|
|
8653
9112
|
padding-bottom: 0.625rem !important;
|
|
8654
9113
|
}
|
|
9114
|
+
.gap-size-10--desktop-up {
|
|
9115
|
+
gap: 0.625rem !important;
|
|
9116
|
+
}
|
|
8655
9117
|
}
|
|
8656
9118
|
.m-size-15 {
|
|
8657
9119
|
margin: 0.9375rem !important;
|
|
@@ -8713,6 +9175,10 @@ body {
|
|
|
8713
9175
|
padding-bottom: 0.9375rem !important;
|
|
8714
9176
|
}
|
|
8715
9177
|
|
|
9178
|
+
.gap-size-15 {
|
|
9179
|
+
gap: 0.9375rem !important;
|
|
9180
|
+
}
|
|
9181
|
+
|
|
8716
9182
|
@media screen and (min-width: 0) {
|
|
8717
9183
|
.m-size-15--mobile-up {
|
|
8718
9184
|
margin: 0.9375rem !important;
|
|
@@ -8760,6 +9226,9 @@ body {
|
|
|
8760
9226
|
padding-top: 0.9375rem !important;
|
|
8761
9227
|
padding-bottom: 0.9375rem !important;
|
|
8762
9228
|
}
|
|
9229
|
+
.gap-size-15--mobile-up {
|
|
9230
|
+
gap: 0.9375rem !important;
|
|
9231
|
+
}
|
|
8763
9232
|
}
|
|
8764
9233
|
@media screen and (min-width: 36rem) {
|
|
8765
9234
|
.m-size-15--phablet-up {
|
|
@@ -8808,6 +9277,9 @@ body {
|
|
|
8808
9277
|
padding-top: 0.9375rem !important;
|
|
8809
9278
|
padding-bottom: 0.9375rem !important;
|
|
8810
9279
|
}
|
|
9280
|
+
.gap-size-15--phablet-up {
|
|
9281
|
+
gap: 0.9375rem !important;
|
|
9282
|
+
}
|
|
8811
9283
|
}
|
|
8812
9284
|
@media screen and (min-width: 48rem) {
|
|
8813
9285
|
.m-size-15--tablet-up {
|
|
@@ -8856,6 +9328,9 @@ body {
|
|
|
8856
9328
|
padding-top: 0.9375rem !important;
|
|
8857
9329
|
padding-bottom: 0.9375rem !important;
|
|
8858
9330
|
}
|
|
9331
|
+
.gap-size-15--tablet-up {
|
|
9332
|
+
gap: 0.9375rem !important;
|
|
9333
|
+
}
|
|
8859
9334
|
}
|
|
8860
9335
|
@media screen and (min-width: 64rem) {
|
|
8861
9336
|
.m-size-15--tablet-big-up {
|
|
@@ -8904,6 +9379,9 @@ body {
|
|
|
8904
9379
|
padding-top: 0.9375rem !important;
|
|
8905
9380
|
padding-bottom: 0.9375rem !important;
|
|
8906
9381
|
}
|
|
9382
|
+
.gap-size-15--tablet-big-up {
|
|
9383
|
+
gap: 0.9375rem !important;
|
|
9384
|
+
}
|
|
8907
9385
|
}
|
|
8908
9386
|
@media screen and (min-width: 80rem) {
|
|
8909
9387
|
.m-size-15--laptop-up {
|
|
@@ -8952,6 +9430,9 @@ body {
|
|
|
8952
9430
|
padding-top: 0.9375rem !important;
|
|
8953
9431
|
padding-bottom: 0.9375rem !important;
|
|
8954
9432
|
}
|
|
9433
|
+
.gap-size-15--laptop-up {
|
|
9434
|
+
gap: 0.9375rem !important;
|
|
9435
|
+
}
|
|
8955
9436
|
}
|
|
8956
9437
|
@media screen and (min-width: 100rem) {
|
|
8957
9438
|
.m-size-15--desktop-up {
|
|
@@ -9000,6 +9481,9 @@ body {
|
|
|
9000
9481
|
padding-top: 0.9375rem !important;
|
|
9001
9482
|
padding-bottom: 0.9375rem !important;
|
|
9002
9483
|
}
|
|
9484
|
+
.gap-size-15--desktop-up {
|
|
9485
|
+
gap: 0.9375rem !important;
|
|
9486
|
+
}
|
|
9003
9487
|
}
|
|
9004
9488
|
.m-size-20 {
|
|
9005
9489
|
margin: 1.25rem !important;
|
|
@@ -9061,6 +9545,10 @@ body {
|
|
|
9061
9545
|
padding-bottom: 1.25rem !important;
|
|
9062
9546
|
}
|
|
9063
9547
|
|
|
9548
|
+
.gap-size-20 {
|
|
9549
|
+
gap: 1.25rem !important;
|
|
9550
|
+
}
|
|
9551
|
+
|
|
9064
9552
|
@media screen and (min-width: 0) {
|
|
9065
9553
|
.m-size-20--mobile-up {
|
|
9066
9554
|
margin: 1.25rem !important;
|
|
@@ -9108,6 +9596,9 @@ body {
|
|
|
9108
9596
|
padding-top: 1.25rem !important;
|
|
9109
9597
|
padding-bottom: 1.25rem !important;
|
|
9110
9598
|
}
|
|
9599
|
+
.gap-size-20--mobile-up {
|
|
9600
|
+
gap: 1.25rem !important;
|
|
9601
|
+
}
|
|
9111
9602
|
}
|
|
9112
9603
|
@media screen and (min-width: 36rem) {
|
|
9113
9604
|
.m-size-20--phablet-up {
|
|
@@ -9156,6 +9647,9 @@ body {
|
|
|
9156
9647
|
padding-top: 1.25rem !important;
|
|
9157
9648
|
padding-bottom: 1.25rem !important;
|
|
9158
9649
|
}
|
|
9650
|
+
.gap-size-20--phablet-up {
|
|
9651
|
+
gap: 1.25rem !important;
|
|
9652
|
+
}
|
|
9159
9653
|
}
|
|
9160
9654
|
@media screen and (min-width: 48rem) {
|
|
9161
9655
|
.m-size-20--tablet-up {
|
|
@@ -9204,6 +9698,9 @@ body {
|
|
|
9204
9698
|
padding-top: 1.25rem !important;
|
|
9205
9699
|
padding-bottom: 1.25rem !important;
|
|
9206
9700
|
}
|
|
9701
|
+
.gap-size-20--tablet-up {
|
|
9702
|
+
gap: 1.25rem !important;
|
|
9703
|
+
}
|
|
9207
9704
|
}
|
|
9208
9705
|
@media screen and (min-width: 64rem) {
|
|
9209
9706
|
.m-size-20--tablet-big-up {
|
|
@@ -9252,6 +9749,9 @@ body {
|
|
|
9252
9749
|
padding-top: 1.25rem !important;
|
|
9253
9750
|
padding-bottom: 1.25rem !important;
|
|
9254
9751
|
}
|
|
9752
|
+
.gap-size-20--tablet-big-up {
|
|
9753
|
+
gap: 1.25rem !important;
|
|
9754
|
+
}
|
|
9255
9755
|
}
|
|
9256
9756
|
@media screen and (min-width: 80rem) {
|
|
9257
9757
|
.m-size-20--laptop-up {
|
|
@@ -9300,6 +9800,9 @@ body {
|
|
|
9300
9800
|
padding-top: 1.25rem !important;
|
|
9301
9801
|
padding-bottom: 1.25rem !important;
|
|
9302
9802
|
}
|
|
9803
|
+
.gap-size-20--laptop-up {
|
|
9804
|
+
gap: 1.25rem !important;
|
|
9805
|
+
}
|
|
9303
9806
|
}
|
|
9304
9807
|
@media screen and (min-width: 100rem) {
|
|
9305
9808
|
.m-size-20--desktop-up {
|
|
@@ -9348,6 +9851,9 @@ body {
|
|
|
9348
9851
|
padding-top: 1.25rem !important;
|
|
9349
9852
|
padding-bottom: 1.25rem !important;
|
|
9350
9853
|
}
|
|
9854
|
+
.gap-size-20--desktop-up {
|
|
9855
|
+
gap: 1.25rem !important;
|
|
9856
|
+
}
|
|
9351
9857
|
}
|
|
9352
9858
|
.m-size-30 {
|
|
9353
9859
|
margin: 1.875rem !important;
|
|
@@ -9409,6 +9915,10 @@ body {
|
|
|
9409
9915
|
padding-bottom: 1.875rem !important;
|
|
9410
9916
|
}
|
|
9411
9917
|
|
|
9918
|
+
.gap-size-30 {
|
|
9919
|
+
gap: 1.875rem !important;
|
|
9920
|
+
}
|
|
9921
|
+
|
|
9412
9922
|
@media screen and (min-width: 0) {
|
|
9413
9923
|
.m-size-30--mobile-up {
|
|
9414
9924
|
margin: 1.875rem !important;
|
|
@@ -9456,6 +9966,9 @@ body {
|
|
|
9456
9966
|
padding-top: 1.875rem !important;
|
|
9457
9967
|
padding-bottom: 1.875rem !important;
|
|
9458
9968
|
}
|
|
9969
|
+
.gap-size-30--mobile-up {
|
|
9970
|
+
gap: 1.875rem !important;
|
|
9971
|
+
}
|
|
9459
9972
|
}
|
|
9460
9973
|
@media screen and (min-width: 36rem) {
|
|
9461
9974
|
.m-size-30--phablet-up {
|
|
@@ -9504,6 +10017,9 @@ body {
|
|
|
9504
10017
|
padding-top: 1.875rem !important;
|
|
9505
10018
|
padding-bottom: 1.875rem !important;
|
|
9506
10019
|
}
|
|
10020
|
+
.gap-size-30--phablet-up {
|
|
10021
|
+
gap: 1.875rem !important;
|
|
10022
|
+
}
|
|
9507
10023
|
}
|
|
9508
10024
|
@media screen and (min-width: 48rem) {
|
|
9509
10025
|
.m-size-30--tablet-up {
|
|
@@ -9552,6 +10068,9 @@ body {
|
|
|
9552
10068
|
padding-top: 1.875rem !important;
|
|
9553
10069
|
padding-bottom: 1.875rem !important;
|
|
9554
10070
|
}
|
|
10071
|
+
.gap-size-30--tablet-up {
|
|
10072
|
+
gap: 1.875rem !important;
|
|
10073
|
+
}
|
|
9555
10074
|
}
|
|
9556
10075
|
@media screen and (min-width: 64rem) {
|
|
9557
10076
|
.m-size-30--tablet-big-up {
|
|
@@ -9600,6 +10119,9 @@ body {
|
|
|
9600
10119
|
padding-top: 1.875rem !important;
|
|
9601
10120
|
padding-bottom: 1.875rem !important;
|
|
9602
10121
|
}
|
|
10122
|
+
.gap-size-30--tablet-big-up {
|
|
10123
|
+
gap: 1.875rem !important;
|
|
10124
|
+
}
|
|
9603
10125
|
}
|
|
9604
10126
|
@media screen and (min-width: 80rem) {
|
|
9605
10127
|
.m-size-30--laptop-up {
|
|
@@ -9648,6 +10170,9 @@ body {
|
|
|
9648
10170
|
padding-top: 1.875rem !important;
|
|
9649
10171
|
padding-bottom: 1.875rem !important;
|
|
9650
10172
|
}
|
|
10173
|
+
.gap-size-30--laptop-up {
|
|
10174
|
+
gap: 1.875rem !important;
|
|
10175
|
+
}
|
|
9651
10176
|
}
|
|
9652
10177
|
@media screen and (min-width: 100rem) {
|
|
9653
10178
|
.m-size-30--desktop-up {
|
|
@@ -9696,6 +10221,9 @@ body {
|
|
|
9696
10221
|
padding-top: 1.875rem !important;
|
|
9697
10222
|
padding-bottom: 1.875rem !important;
|
|
9698
10223
|
}
|
|
10224
|
+
.gap-size-30--desktop-up {
|
|
10225
|
+
gap: 1.875rem !important;
|
|
10226
|
+
}
|
|
9699
10227
|
}
|
|
9700
10228
|
.m-size-50 {
|
|
9701
10229
|
margin: 3.125rem !important;
|
|
@@ -9757,6 +10285,10 @@ body {
|
|
|
9757
10285
|
padding-bottom: 3.125rem !important;
|
|
9758
10286
|
}
|
|
9759
10287
|
|
|
10288
|
+
.gap-size-50 {
|
|
10289
|
+
gap: 3.125rem !important;
|
|
10290
|
+
}
|
|
10291
|
+
|
|
9760
10292
|
@media screen and (min-width: 0) {
|
|
9761
10293
|
.m-size-50--mobile-up {
|
|
9762
10294
|
margin: 3.125rem !important;
|
|
@@ -9804,6 +10336,9 @@ body {
|
|
|
9804
10336
|
padding-top: 3.125rem !important;
|
|
9805
10337
|
padding-bottom: 3.125rem !important;
|
|
9806
10338
|
}
|
|
10339
|
+
.gap-size-50--mobile-up {
|
|
10340
|
+
gap: 3.125rem !important;
|
|
10341
|
+
}
|
|
9807
10342
|
}
|
|
9808
10343
|
@media screen and (min-width: 36rem) {
|
|
9809
10344
|
.m-size-50--phablet-up {
|
|
@@ -9852,6 +10387,9 @@ body {
|
|
|
9852
10387
|
padding-top: 3.125rem !important;
|
|
9853
10388
|
padding-bottom: 3.125rem !important;
|
|
9854
10389
|
}
|
|
10390
|
+
.gap-size-50--phablet-up {
|
|
10391
|
+
gap: 3.125rem !important;
|
|
10392
|
+
}
|
|
9855
10393
|
}
|
|
9856
10394
|
@media screen and (min-width: 48rem) {
|
|
9857
10395
|
.m-size-50--tablet-up {
|
|
@@ -9900,6 +10438,9 @@ body {
|
|
|
9900
10438
|
padding-top: 3.125rem !important;
|
|
9901
10439
|
padding-bottom: 3.125rem !important;
|
|
9902
10440
|
}
|
|
10441
|
+
.gap-size-50--tablet-up {
|
|
10442
|
+
gap: 3.125rem !important;
|
|
10443
|
+
}
|
|
9903
10444
|
}
|
|
9904
10445
|
@media screen and (min-width: 64rem) {
|
|
9905
10446
|
.m-size-50--tablet-big-up {
|
|
@@ -9948,6 +10489,9 @@ body {
|
|
|
9948
10489
|
padding-top: 3.125rem !important;
|
|
9949
10490
|
padding-bottom: 3.125rem !important;
|
|
9950
10491
|
}
|
|
10492
|
+
.gap-size-50--tablet-big-up {
|
|
10493
|
+
gap: 3.125rem !important;
|
|
10494
|
+
}
|
|
9951
10495
|
}
|
|
9952
10496
|
@media screen and (min-width: 80rem) {
|
|
9953
10497
|
.m-size-50--laptop-up {
|
|
@@ -9996,6 +10540,9 @@ body {
|
|
|
9996
10540
|
padding-top: 3.125rem !important;
|
|
9997
10541
|
padding-bottom: 3.125rem !important;
|
|
9998
10542
|
}
|
|
10543
|
+
.gap-size-50--laptop-up {
|
|
10544
|
+
gap: 3.125rem !important;
|
|
10545
|
+
}
|
|
9999
10546
|
}
|
|
10000
10547
|
@media screen and (min-width: 100rem) {
|
|
10001
10548
|
.m-size-50--desktop-up {
|
|
@@ -10044,6 +10591,9 @@ body {
|
|
|
10044
10591
|
padding-top: 3.125rem !important;
|
|
10045
10592
|
padding-bottom: 3.125rem !important;
|
|
10046
10593
|
}
|
|
10594
|
+
.gap-size-50--desktop-up {
|
|
10595
|
+
gap: 3.125rem !important;
|
|
10596
|
+
}
|
|
10047
10597
|
}
|
|
10048
10598
|
.m-size-60 {
|
|
10049
10599
|
margin: 3.75rem !important;
|
|
@@ -10105,6 +10655,10 @@ body {
|
|
|
10105
10655
|
padding-bottom: 3.75rem !important;
|
|
10106
10656
|
}
|
|
10107
10657
|
|
|
10658
|
+
.gap-size-60 {
|
|
10659
|
+
gap: 3.75rem !important;
|
|
10660
|
+
}
|
|
10661
|
+
|
|
10108
10662
|
@media screen and (min-width: 0) {
|
|
10109
10663
|
.m-size-60--mobile-up {
|
|
10110
10664
|
margin: 3.75rem !important;
|
|
@@ -10152,6 +10706,9 @@ body {
|
|
|
10152
10706
|
padding-top: 3.75rem !important;
|
|
10153
10707
|
padding-bottom: 3.75rem !important;
|
|
10154
10708
|
}
|
|
10709
|
+
.gap-size-60--mobile-up {
|
|
10710
|
+
gap: 3.75rem !important;
|
|
10711
|
+
}
|
|
10155
10712
|
}
|
|
10156
10713
|
@media screen and (min-width: 36rem) {
|
|
10157
10714
|
.m-size-60--phablet-up {
|
|
@@ -10200,6 +10757,9 @@ body {
|
|
|
10200
10757
|
padding-top: 3.75rem !important;
|
|
10201
10758
|
padding-bottom: 3.75rem !important;
|
|
10202
10759
|
}
|
|
10760
|
+
.gap-size-60--phablet-up {
|
|
10761
|
+
gap: 3.75rem !important;
|
|
10762
|
+
}
|
|
10203
10763
|
}
|
|
10204
10764
|
@media screen and (min-width: 48rem) {
|
|
10205
10765
|
.m-size-60--tablet-up {
|
|
@@ -10248,6 +10808,9 @@ body {
|
|
|
10248
10808
|
padding-top: 3.75rem !important;
|
|
10249
10809
|
padding-bottom: 3.75rem !important;
|
|
10250
10810
|
}
|
|
10811
|
+
.gap-size-60--tablet-up {
|
|
10812
|
+
gap: 3.75rem !important;
|
|
10813
|
+
}
|
|
10251
10814
|
}
|
|
10252
10815
|
@media screen and (min-width: 64rem) {
|
|
10253
10816
|
.m-size-60--tablet-big-up {
|
|
@@ -10296,6 +10859,9 @@ body {
|
|
|
10296
10859
|
padding-top: 3.75rem !important;
|
|
10297
10860
|
padding-bottom: 3.75rem !important;
|
|
10298
10861
|
}
|
|
10862
|
+
.gap-size-60--tablet-big-up {
|
|
10863
|
+
gap: 3.75rem !important;
|
|
10864
|
+
}
|
|
10299
10865
|
}
|
|
10300
10866
|
@media screen and (min-width: 80rem) {
|
|
10301
10867
|
.m-size-60--laptop-up {
|
|
@@ -10344,6 +10910,9 @@ body {
|
|
|
10344
10910
|
padding-top: 3.75rem !important;
|
|
10345
10911
|
padding-bottom: 3.75rem !important;
|
|
10346
10912
|
}
|
|
10913
|
+
.gap-size-60--laptop-up {
|
|
10914
|
+
gap: 3.75rem !important;
|
|
10915
|
+
}
|
|
10347
10916
|
}
|
|
10348
10917
|
@media screen and (min-width: 100rem) {
|
|
10349
10918
|
.m-size-60--desktop-up {
|
|
@@ -10392,6 +10961,9 @@ body {
|
|
|
10392
10961
|
padding-top: 3.75rem !important;
|
|
10393
10962
|
padding-bottom: 3.75rem !important;
|
|
10394
10963
|
}
|
|
10964
|
+
.gap-size-60--desktop-up {
|
|
10965
|
+
gap: 3.75rem !important;
|
|
10966
|
+
}
|
|
10395
10967
|
}
|
|
10396
10968
|
.m-size-75 {
|
|
10397
10969
|
margin: 4.6875rem !important;
|
|
@@ -10453,6 +11025,10 @@ body {
|
|
|
10453
11025
|
padding-bottom: 4.6875rem !important;
|
|
10454
11026
|
}
|
|
10455
11027
|
|
|
11028
|
+
.gap-size-75 {
|
|
11029
|
+
gap: 4.6875rem !important;
|
|
11030
|
+
}
|
|
11031
|
+
|
|
10456
11032
|
@media screen and (min-width: 0) {
|
|
10457
11033
|
.m-size-75--mobile-up {
|
|
10458
11034
|
margin: 4.6875rem !important;
|
|
@@ -10500,6 +11076,9 @@ body {
|
|
|
10500
11076
|
padding-top: 4.6875rem !important;
|
|
10501
11077
|
padding-bottom: 4.6875rem !important;
|
|
10502
11078
|
}
|
|
11079
|
+
.gap-size-75--mobile-up {
|
|
11080
|
+
gap: 4.6875rem !important;
|
|
11081
|
+
}
|
|
10503
11082
|
}
|
|
10504
11083
|
@media screen and (min-width: 36rem) {
|
|
10505
11084
|
.m-size-75--phablet-up {
|
|
@@ -10548,6 +11127,9 @@ body {
|
|
|
10548
11127
|
padding-top: 4.6875rem !important;
|
|
10549
11128
|
padding-bottom: 4.6875rem !important;
|
|
10550
11129
|
}
|
|
11130
|
+
.gap-size-75--phablet-up {
|
|
11131
|
+
gap: 4.6875rem !important;
|
|
11132
|
+
}
|
|
10551
11133
|
}
|
|
10552
11134
|
@media screen and (min-width: 48rem) {
|
|
10553
11135
|
.m-size-75--tablet-up {
|
|
@@ -10596,6 +11178,9 @@ body {
|
|
|
10596
11178
|
padding-top: 4.6875rem !important;
|
|
10597
11179
|
padding-bottom: 4.6875rem !important;
|
|
10598
11180
|
}
|
|
11181
|
+
.gap-size-75--tablet-up {
|
|
11182
|
+
gap: 4.6875rem !important;
|
|
11183
|
+
}
|
|
10599
11184
|
}
|
|
10600
11185
|
@media screen and (min-width: 64rem) {
|
|
10601
11186
|
.m-size-75--tablet-big-up {
|
|
@@ -10644,6 +11229,9 @@ body {
|
|
|
10644
11229
|
padding-top: 4.6875rem !important;
|
|
10645
11230
|
padding-bottom: 4.6875rem !important;
|
|
10646
11231
|
}
|
|
11232
|
+
.gap-size-75--tablet-big-up {
|
|
11233
|
+
gap: 4.6875rem !important;
|
|
11234
|
+
}
|
|
10647
11235
|
}
|
|
10648
11236
|
@media screen and (min-width: 80rem) {
|
|
10649
11237
|
.m-size-75--laptop-up {
|
|
@@ -10692,6 +11280,9 @@ body {
|
|
|
10692
11280
|
padding-top: 4.6875rem !important;
|
|
10693
11281
|
padding-bottom: 4.6875rem !important;
|
|
10694
11282
|
}
|
|
11283
|
+
.gap-size-75--laptop-up {
|
|
11284
|
+
gap: 4.6875rem !important;
|
|
11285
|
+
}
|
|
10695
11286
|
}
|
|
10696
11287
|
@media screen and (min-width: 100rem) {
|
|
10697
11288
|
.m-size-75--desktop-up {
|
|
@@ -10740,6 +11331,9 @@ body {
|
|
|
10740
11331
|
padding-top: 4.6875rem !important;
|
|
10741
11332
|
padding-bottom: 4.6875rem !important;
|
|
10742
11333
|
}
|
|
11334
|
+
.gap-size-75--desktop-up {
|
|
11335
|
+
gap: 4.6875rem !important;
|
|
11336
|
+
}
|
|
10743
11337
|
}
|
|
10744
11338
|
.m-size-100 {
|
|
10745
11339
|
margin: 6.25rem !important;
|
|
@@ -10801,6 +11395,10 @@ body {
|
|
|
10801
11395
|
padding-bottom: 6.25rem !important;
|
|
10802
11396
|
}
|
|
10803
11397
|
|
|
11398
|
+
.gap-size-100 {
|
|
11399
|
+
gap: 6.25rem !important;
|
|
11400
|
+
}
|
|
11401
|
+
|
|
10804
11402
|
@media screen and (min-width: 0) {
|
|
10805
11403
|
.m-size-100--mobile-up {
|
|
10806
11404
|
margin: 6.25rem !important;
|
|
@@ -10848,6 +11446,9 @@ body {
|
|
|
10848
11446
|
padding-top: 6.25rem !important;
|
|
10849
11447
|
padding-bottom: 6.25rem !important;
|
|
10850
11448
|
}
|
|
11449
|
+
.gap-size-100--mobile-up {
|
|
11450
|
+
gap: 6.25rem !important;
|
|
11451
|
+
}
|
|
10851
11452
|
}
|
|
10852
11453
|
@media screen and (min-width: 36rem) {
|
|
10853
11454
|
.m-size-100--phablet-up {
|
|
@@ -10896,6 +11497,9 @@ body {
|
|
|
10896
11497
|
padding-top: 6.25rem !important;
|
|
10897
11498
|
padding-bottom: 6.25rem !important;
|
|
10898
11499
|
}
|
|
11500
|
+
.gap-size-100--phablet-up {
|
|
11501
|
+
gap: 6.25rem !important;
|
|
11502
|
+
}
|
|
10899
11503
|
}
|
|
10900
11504
|
@media screen and (min-width: 48rem) {
|
|
10901
11505
|
.m-size-100--tablet-up {
|
|
@@ -10944,6 +11548,9 @@ body {
|
|
|
10944
11548
|
padding-top: 6.25rem !important;
|
|
10945
11549
|
padding-bottom: 6.25rem !important;
|
|
10946
11550
|
}
|
|
11551
|
+
.gap-size-100--tablet-up {
|
|
11552
|
+
gap: 6.25rem !important;
|
|
11553
|
+
}
|
|
10947
11554
|
}
|
|
10948
11555
|
@media screen and (min-width: 64rem) {
|
|
10949
11556
|
.m-size-100--tablet-big-up {
|
|
@@ -10992,6 +11599,9 @@ body {
|
|
|
10992
11599
|
padding-top: 6.25rem !important;
|
|
10993
11600
|
padding-bottom: 6.25rem !important;
|
|
10994
11601
|
}
|
|
11602
|
+
.gap-size-100--tablet-big-up {
|
|
11603
|
+
gap: 6.25rem !important;
|
|
11604
|
+
}
|
|
10995
11605
|
}
|
|
10996
11606
|
@media screen and (min-width: 80rem) {
|
|
10997
11607
|
.m-size-100--laptop-up {
|
|
@@ -11040,6 +11650,9 @@ body {
|
|
|
11040
11650
|
padding-top: 6.25rem !important;
|
|
11041
11651
|
padding-bottom: 6.25rem !important;
|
|
11042
11652
|
}
|
|
11653
|
+
.gap-size-100--laptop-up {
|
|
11654
|
+
gap: 6.25rem !important;
|
|
11655
|
+
}
|
|
11043
11656
|
}
|
|
11044
11657
|
@media screen and (min-width: 100rem) {
|
|
11045
11658
|
.m-size-100--desktop-up {
|
|
@@ -11088,6 +11701,9 @@ body {
|
|
|
11088
11701
|
padding-top: 6.25rem !important;
|
|
11089
11702
|
padding-bottom: 6.25rem !important;
|
|
11090
11703
|
}
|
|
11704
|
+
.gap-size-100--desktop-up {
|
|
11705
|
+
gap: 6.25rem !important;
|
|
11706
|
+
}
|
|
11091
11707
|
}
|
|
11092
11708
|
/*
|
|
11093
11709
|
* Containers
|
|
@@ -13357,7 +13973,7 @@ a:active, a.pkt-link--active,
|
|
|
13357
13973
|
.pkt-link--external::after {
|
|
13358
13974
|
display: inline-block;
|
|
13359
13975
|
content: " ";
|
|
13360
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
13976
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.5/icons/new-window-small.svg);
|
|
13361
13977
|
background-image: var(--svg);
|
|
13362
13978
|
background-repeat: no-repeat;
|
|
13363
13979
|
background-size: 18px 18px;
|