@ama-pt/agora-design-system 3.5.2 → 3.6.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/artifacts/dist/index.mjs +5424 -5242
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +2 -2
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/style.css +1 -1
- package/artifacts/dist/tailwind.css +1502 -14
- package/artifacts/dist/types/components/cards/card-general/card-general.d.ts +4 -4
- package/artifacts/dist/types/components/cards/card-notification/card-notification.d.ts +37 -0
- package/artifacts/dist/types/components/cards/card-notification/index.d.ts +2 -0
- package/artifacts/dist/types/components/cards/index.d.ts +1 -0
- package/artifacts/dist/types/components/footer/federated-footer/federated-footer-card.d.ts +3 -0
- package/artifacts/dist/types/components/footer/federated-footer/federated-footer.d.ts +6 -0
- package/artifacts/dist/types/components/footer/models/CardFooterProps.d.ts +3 -0
- package/artifacts/dist/types/components/footer/models/CardLinksFooterProps.d.ts +3 -0
- package/artifacts/dist/types/components/footer/models/ContactsFooterProps.d.ts +3 -0
- package/artifacts/dist/types/components/footer/models/LinkableIconsProps.d.ts +3 -0
- package/artifacts/dist/types/components/footer/models/LinkableImagesProps.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer-contacts.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer-highlight-card-links.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer-highlight-card.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer-highlight.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer-main-plus-card-links.d.ts +3 -0
- package/artifacts/dist/types/components/footer/public-footer/public-footer.d.ts +6 -0
- package/artifacts/dist/types/components/footer/shared-components/footer-brand-badge.d.ts +3 -0
- package/artifacts/dist/types/components/footer/shared-components/footer-caption-partners.d.ts +3 -0
- package/artifacts/dist/types/components/footer/shared-components/footer-main.d.ts +3 -0
- package/artifacts/dist/types/components/footer/shared-components/footer-social-useful-copyright.d.ts +3 -0
- package/artifacts/dist/types/components/footer-v2/financing-section/financing-section-container.d.ts +10 -0
- package/artifacts/dist/types/components/footer-v2/footer.d.ts +7 -0
- package/artifacts/dist/types/components/footer-v2/helpers.d.ts +11 -0
- package/artifacts/dist/types/components/footer-v2/index.d.ts +28 -0
- package/artifacts/dist/types/components/footer-v2/links-section/links-section-container/links-section-container.d.ts +9 -0
- package/artifacts/dist/types/components/footer-v2/links-section/links-section-related-links/links-section-related-links-copyright/links-section-related-links-copyright.d.ts +6 -0
- package/artifacts/dist/types/components/footer-v2/links-section/links-section-related-links/links-section-related-links.d.ts +10 -0
- package/artifacts/dist/types/components/footer-v2/links-section/links-section-social-links/links-section-social-links-label/links-section-social-links-label.d.ts +6 -0
- package/artifacts/dist/types/components/footer-v2/links-section/links-section-social-links/links-section-social-links.d.ts +10 -0
- package/artifacts/dist/types/components/footer-v2/logo-section/logo-section-accessibility-logo/logo-section-accessibility-logo.d.ts +6 -0
- package/artifacts/dist/types/components/footer-v2/logo-section/logo-section-container/logo-section-container.d.ts +9 -0
- package/artifacts/dist/types/components/footer-v2/logo-section/logo-section-freestyle/logo-section-freestyle.d.ts +7 -0
- package/artifacts/dist/types/components/footer-v2/logo-section/logo-section-main-logo/logo-section-main-logo.d.ts +6 -0
- package/artifacts/dist/types/components/footer-v2/shared/footer-disclaimer/footer-disclaimer.d.ts +6 -0
- package/artifacts/dist/types/components/footer-v2/shared/footer-generic-logo/footer-generic-logo.d.ts +5 -0
- package/artifacts/dist/types/components/footer-v2/shared/footer-link/footer-link.d.ts +6 -0
- package/artifacts/dist/types/components/header/header.d.ts +1 -2
- package/artifacts/dist/types/components/header/index.d.ts +0 -6
- package/artifacts/dist/types/components/header/internals/context/data-context/header-data-context.d.ts +0 -3
- package/artifacts/dist/types/components/header/internals/context/menu-context/menu-type.enum.d.ts +3 -1
- package/artifacts/dist/types/components/header/internals/shared/panel-menu/panel-menu.d.ts +2 -0
- package/artifacts/dist/types/components/index.d.ts +1 -0
- package/artifacts/dist/types/components/radio/radio.d.ts +8 -0
- package/artifacts/dist/types/components/step-list/step-list.d.ts +5 -0
- package/artifacts/dist/types/components/stepper/index.d.ts +1 -1
- package/artifacts/dist/types/models/feedback-state-type.d.ts +1 -1
- package/package.json +1 -1
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-content.d.ts +0 -5
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-title.d.ts +0 -5
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar.d.ts +0 -5
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/ecosystem-utils.d.ts +0 -5
- package/artifacts/dist/types/components/header/internals/ecosystem-bar/internal-ecosystem-bar.d.ts +0 -3
|
@@ -804,6 +804,10 @@ input[type]::placeholder{
|
|
|
804
804
|
bottom: 0px;
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
+
.bottom-8{
|
|
808
|
+
bottom: 8px;
|
|
809
|
+
}
|
|
810
|
+
|
|
807
811
|
.left-0{
|
|
808
812
|
left: 0px;
|
|
809
813
|
}
|
|
@@ -988,6 +992,10 @@ input[type]::placeholder{
|
|
|
988
992
|
margin-bottom: 8px;
|
|
989
993
|
}
|
|
990
994
|
|
|
995
|
+
.\!mt-0{
|
|
996
|
+
margin-top: 0px !important;
|
|
997
|
+
}
|
|
998
|
+
|
|
991
999
|
.\!mt-\[0px\]{
|
|
992
1000
|
margin-top: 0px !important;
|
|
993
1001
|
}
|
|
@@ -1032,6 +1040,10 @@ input[type]::placeholder{
|
|
|
1032
1040
|
margin-left: 45px;
|
|
1033
1041
|
}
|
|
1034
1042
|
|
|
1043
|
+
.ml-\[52px\]{
|
|
1044
|
+
margin-left: 52px;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1035
1047
|
.ml-auto{
|
|
1036
1048
|
margin-left: auto;
|
|
1037
1049
|
}
|
|
@@ -1885,6 +1897,26 @@ input[type]::placeholder{
|
|
|
1885
1897
|
justify-content: space-between;
|
|
1886
1898
|
}
|
|
1887
1899
|
|
|
1900
|
+
.gap-0{
|
|
1901
|
+
gap: 0px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.gap-104{
|
|
1905
|
+
gap: 104px;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.gap-112{
|
|
1909
|
+
gap: 112px;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.gap-120{
|
|
1913
|
+
gap: 120px;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.gap-128{
|
|
1917
|
+
gap: 128px;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1888
1920
|
.gap-16{
|
|
1889
1921
|
gap: 16px;
|
|
1890
1922
|
}
|
|
@@ -1893,22 +1925,50 @@ input[type]::placeholder{
|
|
|
1893
1925
|
gap: 24px;
|
|
1894
1926
|
}
|
|
1895
1927
|
|
|
1928
|
+
.gap-256{
|
|
1929
|
+
gap: 256px;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1896
1932
|
.gap-32{
|
|
1897
1933
|
gap: 32px;
|
|
1898
1934
|
}
|
|
1899
1935
|
|
|
1936
|
+
.gap-40{
|
|
1937
|
+
gap: 40px;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1900
1940
|
.gap-48{
|
|
1901
1941
|
gap: 48px;
|
|
1902
1942
|
}
|
|
1903
1943
|
|
|
1944
|
+
.gap-56{
|
|
1945
|
+
gap: 56px;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1904
1948
|
.gap-64{
|
|
1905
1949
|
gap: 64px;
|
|
1906
1950
|
}
|
|
1907
1951
|
|
|
1952
|
+
.gap-72{
|
|
1953
|
+
gap: 72px;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1908
1956
|
.gap-8{
|
|
1909
1957
|
gap: 8px;
|
|
1910
1958
|
}
|
|
1911
1959
|
|
|
1960
|
+
.gap-80{
|
|
1961
|
+
gap: 80px;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.gap-88{
|
|
1965
|
+
gap: 88px;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.gap-96{
|
|
1969
|
+
gap: 96px;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1912
1972
|
.gap-\[2px\]{
|
|
1913
1973
|
gap: 2px;
|
|
1914
1974
|
}
|
|
@@ -1921,28 +1981,194 @@ input[type]::placeholder{
|
|
|
1921
1981
|
gap: 8px;
|
|
1922
1982
|
}
|
|
1923
1983
|
|
|
1984
|
+
.gap-full{
|
|
1985
|
+
gap: 100%;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.gap-initial{
|
|
1989
|
+
gap: initial;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.gap-x-0{
|
|
1993
|
+
-moz-column-gap: 0px;
|
|
1994
|
+
column-gap: 0px;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.gap-x-104{
|
|
1998
|
+
-moz-column-gap: 104px;
|
|
1999
|
+
column-gap: 104px;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
.gap-x-112{
|
|
2003
|
+
-moz-column-gap: 112px;
|
|
2004
|
+
column-gap: 112px;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.gap-x-120{
|
|
2008
|
+
-moz-column-gap: 120px;
|
|
2009
|
+
column-gap: 120px;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.gap-x-128{
|
|
2013
|
+
-moz-column-gap: 128px;
|
|
2014
|
+
column-gap: 128px;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
1924
2017
|
.gap-x-16{
|
|
1925
2018
|
-moz-column-gap: 16px;
|
|
1926
2019
|
column-gap: 16px;
|
|
1927
2020
|
}
|
|
1928
2021
|
|
|
2022
|
+
.gap-x-24{
|
|
2023
|
+
-moz-column-gap: 24px;
|
|
2024
|
+
column-gap: 24px;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.gap-x-256{
|
|
2028
|
+
-moz-column-gap: 256px;
|
|
2029
|
+
column-gap: 256px;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
1929
2032
|
.gap-x-32{
|
|
1930
2033
|
-moz-column-gap: 32px;
|
|
1931
2034
|
column-gap: 32px;
|
|
1932
2035
|
}
|
|
1933
2036
|
|
|
2037
|
+
.gap-x-40{
|
|
2038
|
+
-moz-column-gap: 40px;
|
|
2039
|
+
column-gap: 40px;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
.gap-x-48{
|
|
2043
|
+
-moz-column-gap: 48px;
|
|
2044
|
+
column-gap: 48px;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.gap-x-56{
|
|
2048
|
+
-moz-column-gap: 56px;
|
|
2049
|
+
column-gap: 56px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
.gap-x-64{
|
|
2053
|
+
-moz-column-gap: 64px;
|
|
2054
|
+
column-gap: 64px;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
.gap-x-72{
|
|
2058
|
+
-moz-column-gap: 72px;
|
|
2059
|
+
column-gap: 72px;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.gap-x-8{
|
|
2063
|
+
-moz-column-gap: 8px;
|
|
2064
|
+
column-gap: 8px;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.gap-x-80{
|
|
2068
|
+
-moz-column-gap: 80px;
|
|
2069
|
+
column-gap: 80px;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.gap-x-88{
|
|
2073
|
+
-moz-column-gap: 88px;
|
|
2074
|
+
column-gap: 88px;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
.gap-x-96{
|
|
2078
|
+
-moz-column-gap: 96px;
|
|
2079
|
+
column-gap: 96px;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.gap-x-full{
|
|
2083
|
+
-moz-column-gap: 100%;
|
|
2084
|
+
column-gap: 100%;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.gap-x-initial{
|
|
2088
|
+
-moz-column-gap: initial;
|
|
2089
|
+
column-gap: initial;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.gap-y-0{
|
|
2093
|
+
row-gap: 0px;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.gap-y-104{
|
|
2097
|
+
row-gap: 104px;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.gap-y-112{
|
|
2101
|
+
row-gap: 112px;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.gap-y-120{
|
|
2105
|
+
row-gap: 120px;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.gap-y-128{
|
|
2109
|
+
row-gap: 128px;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
1934
2112
|
.gap-y-16{
|
|
1935
2113
|
row-gap: 16px;
|
|
1936
2114
|
}
|
|
1937
2115
|
|
|
2116
|
+
.gap-y-24{
|
|
2117
|
+
row-gap: 24px;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.gap-y-256{
|
|
2121
|
+
row-gap: 256px;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.gap-y-32{
|
|
2125
|
+
row-gap: 32px;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.gap-y-40{
|
|
2129
|
+
row-gap: 40px;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.gap-y-48{
|
|
2133
|
+
row-gap: 48px;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.gap-y-56{
|
|
2137
|
+
row-gap: 56px;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
1938
2140
|
.gap-y-64{
|
|
1939
2141
|
row-gap: 64px;
|
|
1940
2142
|
}
|
|
1941
2143
|
|
|
2144
|
+
.gap-y-72{
|
|
2145
|
+
row-gap: 72px;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
1942
2148
|
.gap-y-8{
|
|
1943
2149
|
row-gap: 8px;
|
|
1944
2150
|
}
|
|
1945
2151
|
|
|
2152
|
+
.gap-y-80{
|
|
2153
|
+
row-gap: 80px;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.gap-y-88{
|
|
2157
|
+
row-gap: 88px;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.gap-y-96{
|
|
2161
|
+
row-gap: 96px;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.gap-y-full{
|
|
2165
|
+
row-gap: 100%;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.gap-y-initial{
|
|
2169
|
+
row-gap: initial;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
1946
2172
|
.place-self-end{
|
|
1947
2173
|
place-self: end;
|
|
1948
2174
|
}
|
|
@@ -2321,6 +2547,11 @@ input[type]::placeholder{
|
|
|
2321
2547
|
border-color: transparent !important;
|
|
2322
2548
|
}
|
|
2323
2549
|
|
|
2550
|
+
.border-\[\#8A3DFA\]{
|
|
2551
|
+
--tw-border-opacity: 1;
|
|
2552
|
+
border-color: rgb(138 61 250 / var(--tw-border-opacity, 1));
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2324
2555
|
.border-\[\#9747FF\]{
|
|
2325
2556
|
--tw-border-opacity: 1;
|
|
2326
2557
|
border-color: rgb(151 71 255 / var(--tw-border-opacity, 1));
|
|
@@ -7716,6 +7947,10 @@ input[type]::placeholder{
|
|
|
7716
7947
|
padding-top: 32px;
|
|
7717
7948
|
}
|
|
7718
7949
|
|
|
7950
|
+
.pt-56{
|
|
7951
|
+
padding-top: 56px;
|
|
7952
|
+
}
|
|
7953
|
+
|
|
7719
7954
|
.pt-64{
|
|
7720
7955
|
padding-top: 64px;
|
|
7721
7956
|
}
|
|
@@ -7983,6 +8218,11 @@ input[type]::placeholder{
|
|
|
7983
8218
|
text-transform: none;
|
|
7984
8219
|
}
|
|
7985
8220
|
|
|
8221
|
+
.text-\[\#8A3DFA\]{
|
|
8222
|
+
--tw-text-opacity: 1;
|
|
8223
|
+
color: rgb(138 61 250 / var(--tw-text-opacity, 1));
|
|
8224
|
+
}
|
|
8225
|
+
|
|
7986
8226
|
.text-\[\#9747FF\]{
|
|
7987
8227
|
--tw-text-opacity: 1;
|
|
7988
8228
|
color: rgb(151 71 255 / var(--tw-text-opacity, 1));
|
|
@@ -8517,6 +8757,10 @@ input[type]::placeholder{
|
|
|
8517
8757
|
text-decoration-thickness: 2px;
|
|
8518
8758
|
}
|
|
8519
8759
|
|
|
8760
|
+
.\!underline-offset-8{
|
|
8761
|
+
text-underline-offset: 8px !important;
|
|
8762
|
+
}
|
|
8763
|
+
|
|
8520
8764
|
.opacity-10{
|
|
8521
8765
|
opacity: 0.1;
|
|
8522
8766
|
}
|
|
@@ -8625,12 +8869,6 @@ input[type]::placeholder{
|
|
|
8625
8869
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
8626
8870
|
}
|
|
8627
8871
|
|
|
8628
|
-
.shadow-bottom-low{
|
|
8629
|
-
--tw-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
|
|
8630
|
-
--tw-shadow-colored: 0px 8px 8px 0px var(--tw-shadow-color);
|
|
8631
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
8632
|
-
}
|
|
8633
|
-
|
|
8634
8872
|
.shadow-center-lower{
|
|
8635
8873
|
--tw-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
|
|
8636
8874
|
--tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
|
|
@@ -9007,6 +9245,266 @@ input[type]::placeholder{
|
|
|
9007
9245
|
cursor: context-menu;
|
|
9008
9246
|
}
|
|
9009
9247
|
|
|
9248
|
+
.hover\:gap-0:hover{
|
|
9249
|
+
gap: 0px;
|
|
9250
|
+
}
|
|
9251
|
+
|
|
9252
|
+
.hover\:gap-104:hover{
|
|
9253
|
+
gap: 104px;
|
|
9254
|
+
}
|
|
9255
|
+
|
|
9256
|
+
.hover\:gap-112:hover{
|
|
9257
|
+
gap: 112px;
|
|
9258
|
+
}
|
|
9259
|
+
|
|
9260
|
+
.hover\:gap-120:hover{
|
|
9261
|
+
gap: 120px;
|
|
9262
|
+
}
|
|
9263
|
+
|
|
9264
|
+
.hover\:gap-128:hover{
|
|
9265
|
+
gap: 128px;
|
|
9266
|
+
}
|
|
9267
|
+
|
|
9268
|
+
.hover\:gap-16:hover{
|
|
9269
|
+
gap: 16px;
|
|
9270
|
+
}
|
|
9271
|
+
|
|
9272
|
+
.hover\:gap-24:hover{
|
|
9273
|
+
gap: 24px;
|
|
9274
|
+
}
|
|
9275
|
+
|
|
9276
|
+
.hover\:gap-256:hover{
|
|
9277
|
+
gap: 256px;
|
|
9278
|
+
}
|
|
9279
|
+
|
|
9280
|
+
.hover\:gap-32:hover{
|
|
9281
|
+
gap: 32px;
|
|
9282
|
+
}
|
|
9283
|
+
|
|
9284
|
+
.hover\:gap-40:hover{
|
|
9285
|
+
gap: 40px;
|
|
9286
|
+
}
|
|
9287
|
+
|
|
9288
|
+
.hover\:gap-48:hover{
|
|
9289
|
+
gap: 48px;
|
|
9290
|
+
}
|
|
9291
|
+
|
|
9292
|
+
.hover\:gap-56:hover{
|
|
9293
|
+
gap: 56px;
|
|
9294
|
+
}
|
|
9295
|
+
|
|
9296
|
+
.hover\:gap-64:hover{
|
|
9297
|
+
gap: 64px;
|
|
9298
|
+
}
|
|
9299
|
+
|
|
9300
|
+
.hover\:gap-72:hover{
|
|
9301
|
+
gap: 72px;
|
|
9302
|
+
}
|
|
9303
|
+
|
|
9304
|
+
.hover\:gap-8:hover{
|
|
9305
|
+
gap: 8px;
|
|
9306
|
+
}
|
|
9307
|
+
|
|
9308
|
+
.hover\:gap-80:hover{
|
|
9309
|
+
gap: 80px;
|
|
9310
|
+
}
|
|
9311
|
+
|
|
9312
|
+
.hover\:gap-88:hover{
|
|
9313
|
+
gap: 88px;
|
|
9314
|
+
}
|
|
9315
|
+
|
|
9316
|
+
.hover\:gap-96:hover{
|
|
9317
|
+
gap: 96px;
|
|
9318
|
+
}
|
|
9319
|
+
|
|
9320
|
+
.hover\:gap-full:hover{
|
|
9321
|
+
gap: 100%;
|
|
9322
|
+
}
|
|
9323
|
+
|
|
9324
|
+
.hover\:gap-initial:hover{
|
|
9325
|
+
gap: initial;
|
|
9326
|
+
}
|
|
9327
|
+
|
|
9328
|
+
.hover\:gap-x-0:hover{
|
|
9329
|
+
-moz-column-gap: 0px;
|
|
9330
|
+
column-gap: 0px;
|
|
9331
|
+
}
|
|
9332
|
+
|
|
9333
|
+
.hover\:gap-x-104:hover{
|
|
9334
|
+
-moz-column-gap: 104px;
|
|
9335
|
+
column-gap: 104px;
|
|
9336
|
+
}
|
|
9337
|
+
|
|
9338
|
+
.hover\:gap-x-112:hover{
|
|
9339
|
+
-moz-column-gap: 112px;
|
|
9340
|
+
column-gap: 112px;
|
|
9341
|
+
}
|
|
9342
|
+
|
|
9343
|
+
.hover\:gap-x-120:hover{
|
|
9344
|
+
-moz-column-gap: 120px;
|
|
9345
|
+
column-gap: 120px;
|
|
9346
|
+
}
|
|
9347
|
+
|
|
9348
|
+
.hover\:gap-x-128:hover{
|
|
9349
|
+
-moz-column-gap: 128px;
|
|
9350
|
+
column-gap: 128px;
|
|
9351
|
+
}
|
|
9352
|
+
|
|
9353
|
+
.hover\:gap-x-16:hover{
|
|
9354
|
+
-moz-column-gap: 16px;
|
|
9355
|
+
column-gap: 16px;
|
|
9356
|
+
}
|
|
9357
|
+
|
|
9358
|
+
.hover\:gap-x-24:hover{
|
|
9359
|
+
-moz-column-gap: 24px;
|
|
9360
|
+
column-gap: 24px;
|
|
9361
|
+
}
|
|
9362
|
+
|
|
9363
|
+
.hover\:gap-x-256:hover{
|
|
9364
|
+
-moz-column-gap: 256px;
|
|
9365
|
+
column-gap: 256px;
|
|
9366
|
+
}
|
|
9367
|
+
|
|
9368
|
+
.hover\:gap-x-32:hover{
|
|
9369
|
+
-moz-column-gap: 32px;
|
|
9370
|
+
column-gap: 32px;
|
|
9371
|
+
}
|
|
9372
|
+
|
|
9373
|
+
.hover\:gap-x-40:hover{
|
|
9374
|
+
-moz-column-gap: 40px;
|
|
9375
|
+
column-gap: 40px;
|
|
9376
|
+
}
|
|
9377
|
+
|
|
9378
|
+
.hover\:gap-x-48:hover{
|
|
9379
|
+
-moz-column-gap: 48px;
|
|
9380
|
+
column-gap: 48px;
|
|
9381
|
+
}
|
|
9382
|
+
|
|
9383
|
+
.hover\:gap-x-56:hover{
|
|
9384
|
+
-moz-column-gap: 56px;
|
|
9385
|
+
column-gap: 56px;
|
|
9386
|
+
}
|
|
9387
|
+
|
|
9388
|
+
.hover\:gap-x-64:hover{
|
|
9389
|
+
-moz-column-gap: 64px;
|
|
9390
|
+
column-gap: 64px;
|
|
9391
|
+
}
|
|
9392
|
+
|
|
9393
|
+
.hover\:gap-x-72:hover{
|
|
9394
|
+
-moz-column-gap: 72px;
|
|
9395
|
+
column-gap: 72px;
|
|
9396
|
+
}
|
|
9397
|
+
|
|
9398
|
+
.hover\:gap-x-8:hover{
|
|
9399
|
+
-moz-column-gap: 8px;
|
|
9400
|
+
column-gap: 8px;
|
|
9401
|
+
}
|
|
9402
|
+
|
|
9403
|
+
.hover\:gap-x-80:hover{
|
|
9404
|
+
-moz-column-gap: 80px;
|
|
9405
|
+
column-gap: 80px;
|
|
9406
|
+
}
|
|
9407
|
+
|
|
9408
|
+
.hover\:gap-x-88:hover{
|
|
9409
|
+
-moz-column-gap: 88px;
|
|
9410
|
+
column-gap: 88px;
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
.hover\:gap-x-96:hover{
|
|
9414
|
+
-moz-column-gap: 96px;
|
|
9415
|
+
column-gap: 96px;
|
|
9416
|
+
}
|
|
9417
|
+
|
|
9418
|
+
.hover\:gap-x-full:hover{
|
|
9419
|
+
-moz-column-gap: 100%;
|
|
9420
|
+
column-gap: 100%;
|
|
9421
|
+
}
|
|
9422
|
+
|
|
9423
|
+
.hover\:gap-x-initial:hover{
|
|
9424
|
+
-moz-column-gap: initial;
|
|
9425
|
+
column-gap: initial;
|
|
9426
|
+
}
|
|
9427
|
+
|
|
9428
|
+
.hover\:gap-y-0:hover{
|
|
9429
|
+
row-gap: 0px;
|
|
9430
|
+
}
|
|
9431
|
+
|
|
9432
|
+
.hover\:gap-y-104:hover{
|
|
9433
|
+
row-gap: 104px;
|
|
9434
|
+
}
|
|
9435
|
+
|
|
9436
|
+
.hover\:gap-y-112:hover{
|
|
9437
|
+
row-gap: 112px;
|
|
9438
|
+
}
|
|
9439
|
+
|
|
9440
|
+
.hover\:gap-y-120:hover{
|
|
9441
|
+
row-gap: 120px;
|
|
9442
|
+
}
|
|
9443
|
+
|
|
9444
|
+
.hover\:gap-y-128:hover{
|
|
9445
|
+
row-gap: 128px;
|
|
9446
|
+
}
|
|
9447
|
+
|
|
9448
|
+
.hover\:gap-y-16:hover{
|
|
9449
|
+
row-gap: 16px;
|
|
9450
|
+
}
|
|
9451
|
+
|
|
9452
|
+
.hover\:gap-y-24:hover{
|
|
9453
|
+
row-gap: 24px;
|
|
9454
|
+
}
|
|
9455
|
+
|
|
9456
|
+
.hover\:gap-y-256:hover{
|
|
9457
|
+
row-gap: 256px;
|
|
9458
|
+
}
|
|
9459
|
+
|
|
9460
|
+
.hover\:gap-y-32:hover{
|
|
9461
|
+
row-gap: 32px;
|
|
9462
|
+
}
|
|
9463
|
+
|
|
9464
|
+
.hover\:gap-y-40:hover{
|
|
9465
|
+
row-gap: 40px;
|
|
9466
|
+
}
|
|
9467
|
+
|
|
9468
|
+
.hover\:gap-y-48:hover{
|
|
9469
|
+
row-gap: 48px;
|
|
9470
|
+
}
|
|
9471
|
+
|
|
9472
|
+
.hover\:gap-y-56:hover{
|
|
9473
|
+
row-gap: 56px;
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
.hover\:gap-y-64:hover{
|
|
9477
|
+
row-gap: 64px;
|
|
9478
|
+
}
|
|
9479
|
+
|
|
9480
|
+
.hover\:gap-y-72:hover{
|
|
9481
|
+
row-gap: 72px;
|
|
9482
|
+
}
|
|
9483
|
+
|
|
9484
|
+
.hover\:gap-y-8:hover{
|
|
9485
|
+
row-gap: 8px;
|
|
9486
|
+
}
|
|
9487
|
+
|
|
9488
|
+
.hover\:gap-y-80:hover{
|
|
9489
|
+
row-gap: 80px;
|
|
9490
|
+
}
|
|
9491
|
+
|
|
9492
|
+
.hover\:gap-y-88:hover{
|
|
9493
|
+
row-gap: 88px;
|
|
9494
|
+
}
|
|
9495
|
+
|
|
9496
|
+
.hover\:gap-y-96:hover{
|
|
9497
|
+
row-gap: 96px;
|
|
9498
|
+
}
|
|
9499
|
+
|
|
9500
|
+
.hover\:gap-y-full:hover{
|
|
9501
|
+
row-gap: 100%;
|
|
9502
|
+
}
|
|
9503
|
+
|
|
9504
|
+
.hover\:gap-y-initial:hover{
|
|
9505
|
+
row-gap: initial;
|
|
9506
|
+
}
|
|
9507
|
+
|
|
9010
9508
|
.hover\:text-ellipsis:hover{
|
|
9011
9509
|
text-overflow: ellipsis;
|
|
9012
9510
|
}
|
|
@@ -15494,6 +15992,266 @@ input[type]::placeholder{
|
|
|
15494
15992
|
cursor: context-menu;
|
|
15495
15993
|
}
|
|
15496
15994
|
|
|
15995
|
+
.focus\:gap-0:focus{
|
|
15996
|
+
gap: 0px;
|
|
15997
|
+
}
|
|
15998
|
+
|
|
15999
|
+
.focus\:gap-104:focus{
|
|
16000
|
+
gap: 104px;
|
|
16001
|
+
}
|
|
16002
|
+
|
|
16003
|
+
.focus\:gap-112:focus{
|
|
16004
|
+
gap: 112px;
|
|
16005
|
+
}
|
|
16006
|
+
|
|
16007
|
+
.focus\:gap-120:focus{
|
|
16008
|
+
gap: 120px;
|
|
16009
|
+
}
|
|
16010
|
+
|
|
16011
|
+
.focus\:gap-128:focus{
|
|
16012
|
+
gap: 128px;
|
|
16013
|
+
}
|
|
16014
|
+
|
|
16015
|
+
.focus\:gap-16:focus{
|
|
16016
|
+
gap: 16px;
|
|
16017
|
+
}
|
|
16018
|
+
|
|
16019
|
+
.focus\:gap-24:focus{
|
|
16020
|
+
gap: 24px;
|
|
16021
|
+
}
|
|
16022
|
+
|
|
16023
|
+
.focus\:gap-256:focus{
|
|
16024
|
+
gap: 256px;
|
|
16025
|
+
}
|
|
16026
|
+
|
|
16027
|
+
.focus\:gap-32:focus{
|
|
16028
|
+
gap: 32px;
|
|
16029
|
+
}
|
|
16030
|
+
|
|
16031
|
+
.focus\:gap-40:focus{
|
|
16032
|
+
gap: 40px;
|
|
16033
|
+
}
|
|
16034
|
+
|
|
16035
|
+
.focus\:gap-48:focus{
|
|
16036
|
+
gap: 48px;
|
|
16037
|
+
}
|
|
16038
|
+
|
|
16039
|
+
.focus\:gap-56:focus{
|
|
16040
|
+
gap: 56px;
|
|
16041
|
+
}
|
|
16042
|
+
|
|
16043
|
+
.focus\:gap-64:focus{
|
|
16044
|
+
gap: 64px;
|
|
16045
|
+
}
|
|
16046
|
+
|
|
16047
|
+
.focus\:gap-72:focus{
|
|
16048
|
+
gap: 72px;
|
|
16049
|
+
}
|
|
16050
|
+
|
|
16051
|
+
.focus\:gap-8:focus{
|
|
16052
|
+
gap: 8px;
|
|
16053
|
+
}
|
|
16054
|
+
|
|
16055
|
+
.focus\:gap-80:focus{
|
|
16056
|
+
gap: 80px;
|
|
16057
|
+
}
|
|
16058
|
+
|
|
16059
|
+
.focus\:gap-88:focus{
|
|
16060
|
+
gap: 88px;
|
|
16061
|
+
}
|
|
16062
|
+
|
|
16063
|
+
.focus\:gap-96:focus{
|
|
16064
|
+
gap: 96px;
|
|
16065
|
+
}
|
|
16066
|
+
|
|
16067
|
+
.focus\:gap-full:focus{
|
|
16068
|
+
gap: 100%;
|
|
16069
|
+
}
|
|
16070
|
+
|
|
16071
|
+
.focus\:gap-initial:focus{
|
|
16072
|
+
gap: initial;
|
|
16073
|
+
}
|
|
16074
|
+
|
|
16075
|
+
.focus\:gap-x-0:focus{
|
|
16076
|
+
-moz-column-gap: 0px;
|
|
16077
|
+
column-gap: 0px;
|
|
16078
|
+
}
|
|
16079
|
+
|
|
16080
|
+
.focus\:gap-x-104:focus{
|
|
16081
|
+
-moz-column-gap: 104px;
|
|
16082
|
+
column-gap: 104px;
|
|
16083
|
+
}
|
|
16084
|
+
|
|
16085
|
+
.focus\:gap-x-112:focus{
|
|
16086
|
+
-moz-column-gap: 112px;
|
|
16087
|
+
column-gap: 112px;
|
|
16088
|
+
}
|
|
16089
|
+
|
|
16090
|
+
.focus\:gap-x-120:focus{
|
|
16091
|
+
-moz-column-gap: 120px;
|
|
16092
|
+
column-gap: 120px;
|
|
16093
|
+
}
|
|
16094
|
+
|
|
16095
|
+
.focus\:gap-x-128:focus{
|
|
16096
|
+
-moz-column-gap: 128px;
|
|
16097
|
+
column-gap: 128px;
|
|
16098
|
+
}
|
|
16099
|
+
|
|
16100
|
+
.focus\:gap-x-16:focus{
|
|
16101
|
+
-moz-column-gap: 16px;
|
|
16102
|
+
column-gap: 16px;
|
|
16103
|
+
}
|
|
16104
|
+
|
|
16105
|
+
.focus\:gap-x-24:focus{
|
|
16106
|
+
-moz-column-gap: 24px;
|
|
16107
|
+
column-gap: 24px;
|
|
16108
|
+
}
|
|
16109
|
+
|
|
16110
|
+
.focus\:gap-x-256:focus{
|
|
16111
|
+
-moz-column-gap: 256px;
|
|
16112
|
+
column-gap: 256px;
|
|
16113
|
+
}
|
|
16114
|
+
|
|
16115
|
+
.focus\:gap-x-32:focus{
|
|
16116
|
+
-moz-column-gap: 32px;
|
|
16117
|
+
column-gap: 32px;
|
|
16118
|
+
}
|
|
16119
|
+
|
|
16120
|
+
.focus\:gap-x-40:focus{
|
|
16121
|
+
-moz-column-gap: 40px;
|
|
16122
|
+
column-gap: 40px;
|
|
16123
|
+
}
|
|
16124
|
+
|
|
16125
|
+
.focus\:gap-x-48:focus{
|
|
16126
|
+
-moz-column-gap: 48px;
|
|
16127
|
+
column-gap: 48px;
|
|
16128
|
+
}
|
|
16129
|
+
|
|
16130
|
+
.focus\:gap-x-56:focus{
|
|
16131
|
+
-moz-column-gap: 56px;
|
|
16132
|
+
column-gap: 56px;
|
|
16133
|
+
}
|
|
16134
|
+
|
|
16135
|
+
.focus\:gap-x-64:focus{
|
|
16136
|
+
-moz-column-gap: 64px;
|
|
16137
|
+
column-gap: 64px;
|
|
16138
|
+
}
|
|
16139
|
+
|
|
16140
|
+
.focus\:gap-x-72:focus{
|
|
16141
|
+
-moz-column-gap: 72px;
|
|
16142
|
+
column-gap: 72px;
|
|
16143
|
+
}
|
|
16144
|
+
|
|
16145
|
+
.focus\:gap-x-8:focus{
|
|
16146
|
+
-moz-column-gap: 8px;
|
|
16147
|
+
column-gap: 8px;
|
|
16148
|
+
}
|
|
16149
|
+
|
|
16150
|
+
.focus\:gap-x-80:focus{
|
|
16151
|
+
-moz-column-gap: 80px;
|
|
16152
|
+
column-gap: 80px;
|
|
16153
|
+
}
|
|
16154
|
+
|
|
16155
|
+
.focus\:gap-x-88:focus{
|
|
16156
|
+
-moz-column-gap: 88px;
|
|
16157
|
+
column-gap: 88px;
|
|
16158
|
+
}
|
|
16159
|
+
|
|
16160
|
+
.focus\:gap-x-96:focus{
|
|
16161
|
+
-moz-column-gap: 96px;
|
|
16162
|
+
column-gap: 96px;
|
|
16163
|
+
}
|
|
16164
|
+
|
|
16165
|
+
.focus\:gap-x-full:focus{
|
|
16166
|
+
-moz-column-gap: 100%;
|
|
16167
|
+
column-gap: 100%;
|
|
16168
|
+
}
|
|
16169
|
+
|
|
16170
|
+
.focus\:gap-x-initial:focus{
|
|
16171
|
+
-moz-column-gap: initial;
|
|
16172
|
+
column-gap: initial;
|
|
16173
|
+
}
|
|
16174
|
+
|
|
16175
|
+
.focus\:gap-y-0:focus{
|
|
16176
|
+
row-gap: 0px;
|
|
16177
|
+
}
|
|
16178
|
+
|
|
16179
|
+
.focus\:gap-y-104:focus{
|
|
16180
|
+
row-gap: 104px;
|
|
16181
|
+
}
|
|
16182
|
+
|
|
16183
|
+
.focus\:gap-y-112:focus{
|
|
16184
|
+
row-gap: 112px;
|
|
16185
|
+
}
|
|
16186
|
+
|
|
16187
|
+
.focus\:gap-y-120:focus{
|
|
16188
|
+
row-gap: 120px;
|
|
16189
|
+
}
|
|
16190
|
+
|
|
16191
|
+
.focus\:gap-y-128:focus{
|
|
16192
|
+
row-gap: 128px;
|
|
16193
|
+
}
|
|
16194
|
+
|
|
16195
|
+
.focus\:gap-y-16:focus{
|
|
16196
|
+
row-gap: 16px;
|
|
16197
|
+
}
|
|
16198
|
+
|
|
16199
|
+
.focus\:gap-y-24:focus{
|
|
16200
|
+
row-gap: 24px;
|
|
16201
|
+
}
|
|
16202
|
+
|
|
16203
|
+
.focus\:gap-y-256:focus{
|
|
16204
|
+
row-gap: 256px;
|
|
16205
|
+
}
|
|
16206
|
+
|
|
16207
|
+
.focus\:gap-y-32:focus{
|
|
16208
|
+
row-gap: 32px;
|
|
16209
|
+
}
|
|
16210
|
+
|
|
16211
|
+
.focus\:gap-y-40:focus{
|
|
16212
|
+
row-gap: 40px;
|
|
16213
|
+
}
|
|
16214
|
+
|
|
16215
|
+
.focus\:gap-y-48:focus{
|
|
16216
|
+
row-gap: 48px;
|
|
16217
|
+
}
|
|
16218
|
+
|
|
16219
|
+
.focus\:gap-y-56:focus{
|
|
16220
|
+
row-gap: 56px;
|
|
16221
|
+
}
|
|
16222
|
+
|
|
16223
|
+
.focus\:gap-y-64:focus{
|
|
16224
|
+
row-gap: 64px;
|
|
16225
|
+
}
|
|
16226
|
+
|
|
16227
|
+
.focus\:gap-y-72:focus{
|
|
16228
|
+
row-gap: 72px;
|
|
16229
|
+
}
|
|
16230
|
+
|
|
16231
|
+
.focus\:gap-y-8:focus{
|
|
16232
|
+
row-gap: 8px;
|
|
16233
|
+
}
|
|
16234
|
+
|
|
16235
|
+
.focus\:gap-y-80:focus{
|
|
16236
|
+
row-gap: 80px;
|
|
16237
|
+
}
|
|
16238
|
+
|
|
16239
|
+
.focus\:gap-y-88:focus{
|
|
16240
|
+
row-gap: 88px;
|
|
16241
|
+
}
|
|
16242
|
+
|
|
16243
|
+
.focus\:gap-y-96:focus{
|
|
16244
|
+
row-gap: 96px;
|
|
16245
|
+
}
|
|
16246
|
+
|
|
16247
|
+
.focus\:gap-y-full:focus{
|
|
16248
|
+
row-gap: 100%;
|
|
16249
|
+
}
|
|
16250
|
+
|
|
16251
|
+
.focus\:gap-y-initial:focus{
|
|
16252
|
+
row-gap: initial;
|
|
16253
|
+
}
|
|
16254
|
+
|
|
15497
16255
|
.focus\:text-ellipsis:focus{
|
|
15498
16256
|
text-overflow: ellipsis;
|
|
15499
16257
|
}
|
|
@@ -22152,23 +22910,262 @@ input[type]::placeholder{
|
|
|
22152
22910
|
gap: 0px;
|
|
22153
22911
|
}
|
|
22154
22912
|
|
|
22913
|
+
.xs\:gap-104{
|
|
22914
|
+
gap: 104px;
|
|
22915
|
+
}
|
|
22916
|
+
|
|
22917
|
+
.xs\:gap-112{
|
|
22918
|
+
gap: 112px;
|
|
22919
|
+
}
|
|
22920
|
+
|
|
22921
|
+
.xs\:gap-120{
|
|
22922
|
+
gap: 120px;
|
|
22923
|
+
}
|
|
22924
|
+
|
|
22925
|
+
.xs\:gap-128{
|
|
22926
|
+
gap: 128px;
|
|
22927
|
+
}
|
|
22928
|
+
|
|
22929
|
+
.xs\:gap-16{
|
|
22930
|
+
gap: 16px;
|
|
22931
|
+
}
|
|
22932
|
+
|
|
22933
|
+
.xs\:gap-24{
|
|
22934
|
+
gap: 24px;
|
|
22935
|
+
}
|
|
22936
|
+
|
|
22937
|
+
.xs\:gap-256{
|
|
22938
|
+
gap: 256px;
|
|
22939
|
+
}
|
|
22940
|
+
|
|
22155
22941
|
.xs\:gap-32{
|
|
22156
22942
|
gap: 32px;
|
|
22157
22943
|
}
|
|
22158
22944
|
|
|
22945
|
+
.xs\:gap-40{
|
|
22946
|
+
gap: 40px;
|
|
22947
|
+
}
|
|
22948
|
+
|
|
22949
|
+
.xs\:gap-48{
|
|
22950
|
+
gap: 48px;
|
|
22951
|
+
}
|
|
22952
|
+
|
|
22953
|
+
.xs\:gap-56{
|
|
22954
|
+
gap: 56px;
|
|
22955
|
+
}
|
|
22956
|
+
|
|
22957
|
+
.xs\:gap-64{
|
|
22958
|
+
gap: 64px;
|
|
22959
|
+
}
|
|
22960
|
+
|
|
22961
|
+
.xs\:gap-72{
|
|
22962
|
+
gap: 72px;
|
|
22963
|
+
}
|
|
22964
|
+
|
|
22965
|
+
.xs\:gap-8{
|
|
22966
|
+
gap: 8px;
|
|
22967
|
+
}
|
|
22968
|
+
|
|
22969
|
+
.xs\:gap-80{
|
|
22970
|
+
gap: 80px;
|
|
22971
|
+
}
|
|
22972
|
+
|
|
22973
|
+
.xs\:gap-88{
|
|
22974
|
+
gap: 88px;
|
|
22975
|
+
}
|
|
22976
|
+
|
|
22977
|
+
.xs\:gap-96{
|
|
22978
|
+
gap: 96px;
|
|
22979
|
+
}
|
|
22980
|
+
|
|
22981
|
+
.xs\:gap-full{
|
|
22982
|
+
gap: 100%;
|
|
22983
|
+
}
|
|
22984
|
+
|
|
22985
|
+
.xs\:gap-initial{
|
|
22986
|
+
gap: initial;
|
|
22987
|
+
}
|
|
22988
|
+
|
|
22989
|
+
.xs\:gap-x-0{
|
|
22990
|
+
-moz-column-gap: 0px;
|
|
22991
|
+
column-gap: 0px;
|
|
22992
|
+
}
|
|
22993
|
+
|
|
22994
|
+
.xs\:gap-x-104{
|
|
22995
|
+
-moz-column-gap: 104px;
|
|
22996
|
+
column-gap: 104px;
|
|
22997
|
+
}
|
|
22998
|
+
|
|
22999
|
+
.xs\:gap-x-112{
|
|
23000
|
+
-moz-column-gap: 112px;
|
|
23001
|
+
column-gap: 112px;
|
|
23002
|
+
}
|
|
23003
|
+
|
|
23004
|
+
.xs\:gap-x-120{
|
|
23005
|
+
-moz-column-gap: 120px;
|
|
23006
|
+
column-gap: 120px;
|
|
23007
|
+
}
|
|
23008
|
+
|
|
23009
|
+
.xs\:gap-x-128{
|
|
23010
|
+
-moz-column-gap: 128px;
|
|
23011
|
+
column-gap: 128px;
|
|
23012
|
+
}
|
|
23013
|
+
|
|
23014
|
+
.xs\:gap-x-16{
|
|
23015
|
+
-moz-column-gap: 16px;
|
|
23016
|
+
column-gap: 16px;
|
|
23017
|
+
}
|
|
23018
|
+
|
|
23019
|
+
.xs\:gap-x-24{
|
|
23020
|
+
-moz-column-gap: 24px;
|
|
23021
|
+
column-gap: 24px;
|
|
23022
|
+
}
|
|
23023
|
+
|
|
23024
|
+
.xs\:gap-x-256{
|
|
23025
|
+
-moz-column-gap: 256px;
|
|
23026
|
+
column-gap: 256px;
|
|
23027
|
+
}
|
|
23028
|
+
|
|
22159
23029
|
.xs\:gap-x-32{
|
|
22160
23030
|
-moz-column-gap: 32px;
|
|
22161
23031
|
column-gap: 32px;
|
|
22162
23032
|
}
|
|
22163
23033
|
|
|
23034
|
+
.xs\:gap-x-40{
|
|
23035
|
+
-moz-column-gap: 40px;
|
|
23036
|
+
column-gap: 40px;
|
|
23037
|
+
}
|
|
23038
|
+
|
|
23039
|
+
.xs\:gap-x-48{
|
|
23040
|
+
-moz-column-gap: 48px;
|
|
23041
|
+
column-gap: 48px;
|
|
23042
|
+
}
|
|
23043
|
+
|
|
23044
|
+
.xs\:gap-x-56{
|
|
23045
|
+
-moz-column-gap: 56px;
|
|
23046
|
+
column-gap: 56px;
|
|
23047
|
+
}
|
|
23048
|
+
|
|
23049
|
+
.xs\:gap-x-64{
|
|
23050
|
+
-moz-column-gap: 64px;
|
|
23051
|
+
column-gap: 64px;
|
|
23052
|
+
}
|
|
23053
|
+
|
|
23054
|
+
.xs\:gap-x-72{
|
|
23055
|
+
-moz-column-gap: 72px;
|
|
23056
|
+
column-gap: 72px;
|
|
23057
|
+
}
|
|
23058
|
+
|
|
23059
|
+
.xs\:gap-x-8{
|
|
23060
|
+
-moz-column-gap: 8px;
|
|
23061
|
+
column-gap: 8px;
|
|
23062
|
+
}
|
|
23063
|
+
|
|
23064
|
+
.xs\:gap-x-80{
|
|
23065
|
+
-moz-column-gap: 80px;
|
|
23066
|
+
column-gap: 80px;
|
|
23067
|
+
}
|
|
23068
|
+
|
|
23069
|
+
.xs\:gap-x-88{
|
|
23070
|
+
-moz-column-gap: 88px;
|
|
23071
|
+
column-gap: 88px;
|
|
23072
|
+
}
|
|
23073
|
+
|
|
23074
|
+
.xs\:gap-x-96{
|
|
23075
|
+
-moz-column-gap: 96px;
|
|
23076
|
+
column-gap: 96px;
|
|
23077
|
+
}
|
|
23078
|
+
|
|
23079
|
+
.xs\:gap-x-full{
|
|
23080
|
+
-moz-column-gap: 100%;
|
|
23081
|
+
column-gap: 100%;
|
|
23082
|
+
}
|
|
23083
|
+
|
|
23084
|
+
.xs\:gap-x-initial{
|
|
23085
|
+
-moz-column-gap: initial;
|
|
23086
|
+
column-gap: initial;
|
|
23087
|
+
}
|
|
23088
|
+
|
|
23089
|
+
.xs\:gap-y-0{
|
|
23090
|
+
row-gap: 0px;
|
|
23091
|
+
}
|
|
23092
|
+
|
|
23093
|
+
.xs\:gap-y-104{
|
|
23094
|
+
row-gap: 104px;
|
|
23095
|
+
}
|
|
23096
|
+
|
|
23097
|
+
.xs\:gap-y-112{
|
|
23098
|
+
row-gap: 112px;
|
|
23099
|
+
}
|
|
23100
|
+
|
|
23101
|
+
.xs\:gap-y-120{
|
|
23102
|
+
row-gap: 120px;
|
|
23103
|
+
}
|
|
23104
|
+
|
|
23105
|
+
.xs\:gap-y-128{
|
|
23106
|
+
row-gap: 128px;
|
|
23107
|
+
}
|
|
23108
|
+
|
|
22164
23109
|
.xs\:gap-y-16{
|
|
22165
23110
|
row-gap: 16px;
|
|
22166
23111
|
}
|
|
22167
23112
|
|
|
23113
|
+
.xs\:gap-y-24{
|
|
23114
|
+
row-gap: 24px;
|
|
23115
|
+
}
|
|
23116
|
+
|
|
23117
|
+
.xs\:gap-y-256{
|
|
23118
|
+
row-gap: 256px;
|
|
23119
|
+
}
|
|
23120
|
+
|
|
22168
23121
|
.xs\:gap-y-32{
|
|
22169
23122
|
row-gap: 32px;
|
|
22170
23123
|
}
|
|
22171
23124
|
|
|
23125
|
+
.xs\:gap-y-40{
|
|
23126
|
+
row-gap: 40px;
|
|
23127
|
+
}
|
|
23128
|
+
|
|
23129
|
+
.xs\:gap-y-48{
|
|
23130
|
+
row-gap: 48px;
|
|
23131
|
+
}
|
|
23132
|
+
|
|
23133
|
+
.xs\:gap-y-56{
|
|
23134
|
+
row-gap: 56px;
|
|
23135
|
+
}
|
|
23136
|
+
|
|
23137
|
+
.xs\:gap-y-64{
|
|
23138
|
+
row-gap: 64px;
|
|
23139
|
+
}
|
|
23140
|
+
|
|
23141
|
+
.xs\:gap-y-72{
|
|
23142
|
+
row-gap: 72px;
|
|
23143
|
+
}
|
|
23144
|
+
|
|
23145
|
+
.xs\:gap-y-8{
|
|
23146
|
+
row-gap: 8px;
|
|
23147
|
+
}
|
|
23148
|
+
|
|
23149
|
+
.xs\:gap-y-80{
|
|
23150
|
+
row-gap: 80px;
|
|
23151
|
+
}
|
|
23152
|
+
|
|
23153
|
+
.xs\:gap-y-88{
|
|
23154
|
+
row-gap: 88px;
|
|
23155
|
+
}
|
|
23156
|
+
|
|
23157
|
+
.xs\:gap-y-96{
|
|
23158
|
+
row-gap: 96px;
|
|
23159
|
+
}
|
|
23160
|
+
|
|
23161
|
+
.xs\:gap-y-full{
|
|
23162
|
+
row-gap: 100%;
|
|
23163
|
+
}
|
|
23164
|
+
|
|
23165
|
+
.xs\:gap-y-initial{
|
|
23166
|
+
row-gap: initial;
|
|
23167
|
+
}
|
|
23168
|
+
|
|
22172
23169
|
.xs\:text-ellipsis{
|
|
22173
23170
|
text-overflow: ellipsis;
|
|
22174
23171
|
}
|
|
@@ -28345,10 +29342,6 @@ input[type]::placeholder{
|
|
|
28345
29342
|
margin-bottom: 32px;
|
|
28346
29343
|
}
|
|
28347
29344
|
|
|
28348
|
-
.xs\:max-md\:mb-8{
|
|
28349
|
-
margin-bottom: 8px;
|
|
28350
|
-
}
|
|
28351
|
-
|
|
28352
29345
|
.xs\:max-md\:flex-col{
|
|
28353
29346
|
flex-direction: column;
|
|
28354
29347
|
}
|
|
@@ -28468,10 +29461,6 @@ input[type]::placeholder{
|
|
|
28468
29461
|
margin-bottom: 0px;
|
|
28469
29462
|
}
|
|
28470
29463
|
|
|
28471
|
-
.md\:mb-32{
|
|
28472
|
-
margin-bottom: 32px;
|
|
28473
|
-
}
|
|
28474
|
-
|
|
28475
29464
|
.md\:mb-64{
|
|
28476
29465
|
margin-bottom: 64px;
|
|
28477
29466
|
}
|
|
@@ -28547,6 +29536,10 @@ input[type]::placeholder{
|
|
|
28547
29536
|
width: 220px !important;
|
|
28548
29537
|
}
|
|
28549
29538
|
|
|
29539
|
+
.md\:w-\[190px\]{
|
|
29540
|
+
width: 190px;
|
|
29541
|
+
}
|
|
29542
|
+
|
|
28550
29543
|
.md\:w-\[50\%\]{
|
|
28551
29544
|
width: 50%;
|
|
28552
29545
|
}
|
|
@@ -28947,10 +29940,78 @@ input[type]::placeholder{
|
|
|
28947
29940
|
justify-items: center;
|
|
28948
29941
|
}
|
|
28949
29942
|
|
|
29943
|
+
.md\:gap-0{
|
|
29944
|
+
gap: 0px;
|
|
29945
|
+
}
|
|
29946
|
+
|
|
29947
|
+
.md\:gap-104{
|
|
29948
|
+
gap: 104px;
|
|
29949
|
+
}
|
|
29950
|
+
|
|
29951
|
+
.md\:gap-112{
|
|
29952
|
+
gap: 112px;
|
|
29953
|
+
}
|
|
29954
|
+
|
|
29955
|
+
.md\:gap-120{
|
|
29956
|
+
gap: 120px;
|
|
29957
|
+
}
|
|
29958
|
+
|
|
29959
|
+
.md\:gap-128{
|
|
29960
|
+
gap: 128px;
|
|
29961
|
+
}
|
|
29962
|
+
|
|
29963
|
+
.md\:gap-16{
|
|
29964
|
+
gap: 16px;
|
|
29965
|
+
}
|
|
29966
|
+
|
|
29967
|
+
.md\:gap-24{
|
|
29968
|
+
gap: 24px;
|
|
29969
|
+
}
|
|
29970
|
+
|
|
29971
|
+
.md\:gap-256{
|
|
29972
|
+
gap: 256px;
|
|
29973
|
+
}
|
|
29974
|
+
|
|
29975
|
+
.md\:gap-32{
|
|
29976
|
+
gap: 32px;
|
|
29977
|
+
}
|
|
29978
|
+
|
|
29979
|
+
.md\:gap-40{
|
|
29980
|
+
gap: 40px;
|
|
29981
|
+
}
|
|
29982
|
+
|
|
29983
|
+
.md\:gap-48{
|
|
29984
|
+
gap: 48px;
|
|
29985
|
+
}
|
|
29986
|
+
|
|
29987
|
+
.md\:gap-56{
|
|
29988
|
+
gap: 56px;
|
|
29989
|
+
}
|
|
29990
|
+
|
|
28950
29991
|
.md\:gap-64{
|
|
28951
29992
|
gap: 64px;
|
|
28952
29993
|
}
|
|
28953
29994
|
|
|
29995
|
+
.md\:gap-72{
|
|
29996
|
+
gap: 72px;
|
|
29997
|
+
}
|
|
29998
|
+
|
|
29999
|
+
.md\:gap-8{
|
|
30000
|
+
gap: 8px;
|
|
30001
|
+
}
|
|
30002
|
+
|
|
30003
|
+
.md\:gap-80{
|
|
30004
|
+
gap: 80px;
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.md\:gap-88{
|
|
30008
|
+
gap: 88px;
|
|
30009
|
+
}
|
|
30010
|
+
|
|
30011
|
+
.md\:gap-96{
|
|
30012
|
+
gap: 96px;
|
|
30013
|
+
}
|
|
30014
|
+
|
|
28954
30015
|
.md\:gap-\[28px\]{
|
|
28955
30016
|
gap: 28px;
|
|
28956
30017
|
}
|
|
@@ -28959,23 +30020,194 @@ input[type]::placeholder{
|
|
|
28959
30020
|
gap: 30px;
|
|
28960
30021
|
}
|
|
28961
30022
|
|
|
30023
|
+
.md\:gap-full{
|
|
30024
|
+
gap: 100%;
|
|
30025
|
+
}
|
|
30026
|
+
|
|
30027
|
+
.md\:gap-initial{
|
|
30028
|
+
gap: initial;
|
|
30029
|
+
}
|
|
30030
|
+
|
|
30031
|
+
.md\:gap-x-0{
|
|
30032
|
+
-moz-column-gap: 0px;
|
|
30033
|
+
column-gap: 0px;
|
|
30034
|
+
}
|
|
30035
|
+
|
|
30036
|
+
.md\:gap-x-104{
|
|
30037
|
+
-moz-column-gap: 104px;
|
|
30038
|
+
column-gap: 104px;
|
|
30039
|
+
}
|
|
30040
|
+
|
|
30041
|
+
.md\:gap-x-112{
|
|
30042
|
+
-moz-column-gap: 112px;
|
|
30043
|
+
column-gap: 112px;
|
|
30044
|
+
}
|
|
30045
|
+
|
|
30046
|
+
.md\:gap-x-120{
|
|
30047
|
+
-moz-column-gap: 120px;
|
|
30048
|
+
column-gap: 120px;
|
|
30049
|
+
}
|
|
30050
|
+
|
|
30051
|
+
.md\:gap-x-128{
|
|
30052
|
+
-moz-column-gap: 128px;
|
|
30053
|
+
column-gap: 128px;
|
|
30054
|
+
}
|
|
30055
|
+
|
|
30056
|
+
.md\:gap-x-16{
|
|
30057
|
+
-moz-column-gap: 16px;
|
|
30058
|
+
column-gap: 16px;
|
|
30059
|
+
}
|
|
30060
|
+
|
|
30061
|
+
.md\:gap-x-24{
|
|
30062
|
+
-moz-column-gap: 24px;
|
|
30063
|
+
column-gap: 24px;
|
|
30064
|
+
}
|
|
30065
|
+
|
|
30066
|
+
.md\:gap-x-256{
|
|
30067
|
+
-moz-column-gap: 256px;
|
|
30068
|
+
column-gap: 256px;
|
|
30069
|
+
}
|
|
30070
|
+
|
|
28962
30071
|
.md\:gap-x-32{
|
|
28963
30072
|
-moz-column-gap: 32px;
|
|
28964
30073
|
column-gap: 32px;
|
|
28965
30074
|
}
|
|
28966
30075
|
|
|
30076
|
+
.md\:gap-x-40{
|
|
30077
|
+
-moz-column-gap: 40px;
|
|
30078
|
+
column-gap: 40px;
|
|
30079
|
+
}
|
|
30080
|
+
|
|
30081
|
+
.md\:gap-x-48{
|
|
30082
|
+
-moz-column-gap: 48px;
|
|
30083
|
+
column-gap: 48px;
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.md\:gap-x-56{
|
|
30087
|
+
-moz-column-gap: 56px;
|
|
30088
|
+
column-gap: 56px;
|
|
30089
|
+
}
|
|
30090
|
+
|
|
30091
|
+
.md\:gap-x-64{
|
|
30092
|
+
-moz-column-gap: 64px;
|
|
30093
|
+
column-gap: 64px;
|
|
30094
|
+
}
|
|
30095
|
+
|
|
30096
|
+
.md\:gap-x-72{
|
|
30097
|
+
-moz-column-gap: 72px;
|
|
30098
|
+
column-gap: 72px;
|
|
30099
|
+
}
|
|
30100
|
+
|
|
30101
|
+
.md\:gap-x-8{
|
|
30102
|
+
-moz-column-gap: 8px;
|
|
30103
|
+
column-gap: 8px;
|
|
30104
|
+
}
|
|
30105
|
+
|
|
30106
|
+
.md\:gap-x-80{
|
|
30107
|
+
-moz-column-gap: 80px;
|
|
30108
|
+
column-gap: 80px;
|
|
30109
|
+
}
|
|
30110
|
+
|
|
30111
|
+
.md\:gap-x-88{
|
|
30112
|
+
-moz-column-gap: 88px;
|
|
30113
|
+
column-gap: 88px;
|
|
30114
|
+
}
|
|
30115
|
+
|
|
30116
|
+
.md\:gap-x-96{
|
|
30117
|
+
-moz-column-gap: 96px;
|
|
30118
|
+
column-gap: 96px;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.md\:gap-x-full{
|
|
30122
|
+
-moz-column-gap: 100%;
|
|
30123
|
+
column-gap: 100%;
|
|
30124
|
+
}
|
|
30125
|
+
|
|
30126
|
+
.md\:gap-x-initial{
|
|
30127
|
+
-moz-column-gap: initial;
|
|
30128
|
+
column-gap: initial;
|
|
30129
|
+
}
|
|
30130
|
+
|
|
28967
30131
|
.md\:gap-y-0{
|
|
28968
30132
|
row-gap: 0px;
|
|
28969
30133
|
}
|
|
28970
30134
|
|
|
30135
|
+
.md\:gap-y-104{
|
|
30136
|
+
row-gap: 104px;
|
|
30137
|
+
}
|
|
30138
|
+
|
|
30139
|
+
.md\:gap-y-112{
|
|
30140
|
+
row-gap: 112px;
|
|
30141
|
+
}
|
|
30142
|
+
|
|
30143
|
+
.md\:gap-y-120{
|
|
30144
|
+
row-gap: 120px;
|
|
30145
|
+
}
|
|
30146
|
+
|
|
30147
|
+
.md\:gap-y-128{
|
|
30148
|
+
row-gap: 128px;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.md\:gap-y-16{
|
|
30152
|
+
row-gap: 16px;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30155
|
+
.md\:gap-y-24{
|
|
30156
|
+
row-gap: 24px;
|
|
30157
|
+
}
|
|
30158
|
+
|
|
30159
|
+
.md\:gap-y-256{
|
|
30160
|
+
row-gap: 256px;
|
|
30161
|
+
}
|
|
30162
|
+
|
|
30163
|
+
.md\:gap-y-32{
|
|
30164
|
+
row-gap: 32px;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.md\:gap-y-40{
|
|
30168
|
+
row-gap: 40px;
|
|
30169
|
+
}
|
|
30170
|
+
|
|
30171
|
+
.md\:gap-y-48{
|
|
30172
|
+
row-gap: 48px;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30175
|
+
.md\:gap-y-56{
|
|
30176
|
+
row-gap: 56px;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
28971
30179
|
.md\:gap-y-64{
|
|
28972
30180
|
row-gap: 64px;
|
|
28973
30181
|
}
|
|
28974
30182
|
|
|
30183
|
+
.md\:gap-y-72{
|
|
30184
|
+
row-gap: 72px;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
28975
30187
|
.md\:gap-y-8{
|
|
28976
30188
|
row-gap: 8px;
|
|
28977
30189
|
}
|
|
28978
30190
|
|
|
30191
|
+
.md\:gap-y-80{
|
|
30192
|
+
row-gap: 80px;
|
|
30193
|
+
}
|
|
30194
|
+
|
|
30195
|
+
.md\:gap-y-88{
|
|
30196
|
+
row-gap: 88px;
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.md\:gap-y-96{
|
|
30200
|
+
row-gap: 96px;
|
|
30201
|
+
}
|
|
30202
|
+
|
|
30203
|
+
.md\:gap-y-full{
|
|
30204
|
+
row-gap: 100%;
|
|
30205
|
+
}
|
|
30206
|
+
|
|
30207
|
+
.md\:gap-y-initial{
|
|
30208
|
+
row-gap: initial;
|
|
30209
|
+
}
|
|
30210
|
+
|
|
28979
30211
|
.md\:self-center{
|
|
28980
30212
|
align-self: center;
|
|
28981
30213
|
}
|
|
@@ -35811,10 +37043,266 @@ input[type]::placeholder{
|
|
|
35811
37043
|
justify-items: start;
|
|
35812
37044
|
}
|
|
35813
37045
|
|
|
37046
|
+
.xl\:gap-0{
|
|
37047
|
+
gap: 0px;
|
|
37048
|
+
}
|
|
37049
|
+
|
|
37050
|
+
.xl\:gap-104{
|
|
37051
|
+
gap: 104px;
|
|
37052
|
+
}
|
|
37053
|
+
|
|
37054
|
+
.xl\:gap-112{
|
|
37055
|
+
gap: 112px;
|
|
37056
|
+
}
|
|
37057
|
+
|
|
37058
|
+
.xl\:gap-120{
|
|
37059
|
+
gap: 120px;
|
|
37060
|
+
}
|
|
37061
|
+
|
|
37062
|
+
.xl\:gap-128{
|
|
37063
|
+
gap: 128px;
|
|
37064
|
+
}
|
|
37065
|
+
|
|
37066
|
+
.xl\:gap-16{
|
|
37067
|
+
gap: 16px;
|
|
37068
|
+
}
|
|
37069
|
+
|
|
37070
|
+
.xl\:gap-24{
|
|
37071
|
+
gap: 24px;
|
|
37072
|
+
}
|
|
37073
|
+
|
|
37074
|
+
.xl\:gap-256{
|
|
37075
|
+
gap: 256px;
|
|
37076
|
+
}
|
|
37077
|
+
|
|
35814
37078
|
.xl\:gap-32{
|
|
35815
37079
|
gap: 32px;
|
|
35816
37080
|
}
|
|
35817
37081
|
|
|
37082
|
+
.xl\:gap-40{
|
|
37083
|
+
gap: 40px;
|
|
37084
|
+
}
|
|
37085
|
+
|
|
37086
|
+
.xl\:gap-48{
|
|
37087
|
+
gap: 48px;
|
|
37088
|
+
}
|
|
37089
|
+
|
|
37090
|
+
.xl\:gap-56{
|
|
37091
|
+
gap: 56px;
|
|
37092
|
+
}
|
|
37093
|
+
|
|
37094
|
+
.xl\:gap-64{
|
|
37095
|
+
gap: 64px;
|
|
37096
|
+
}
|
|
37097
|
+
|
|
37098
|
+
.xl\:gap-72{
|
|
37099
|
+
gap: 72px;
|
|
37100
|
+
}
|
|
37101
|
+
|
|
37102
|
+
.xl\:gap-8{
|
|
37103
|
+
gap: 8px;
|
|
37104
|
+
}
|
|
37105
|
+
|
|
37106
|
+
.xl\:gap-80{
|
|
37107
|
+
gap: 80px;
|
|
37108
|
+
}
|
|
37109
|
+
|
|
37110
|
+
.xl\:gap-88{
|
|
37111
|
+
gap: 88px;
|
|
37112
|
+
}
|
|
37113
|
+
|
|
37114
|
+
.xl\:gap-96{
|
|
37115
|
+
gap: 96px;
|
|
37116
|
+
}
|
|
37117
|
+
|
|
37118
|
+
.xl\:gap-full{
|
|
37119
|
+
gap: 100%;
|
|
37120
|
+
}
|
|
37121
|
+
|
|
37122
|
+
.xl\:gap-initial{
|
|
37123
|
+
gap: initial;
|
|
37124
|
+
}
|
|
37125
|
+
|
|
37126
|
+
.xl\:gap-x-0{
|
|
37127
|
+
-moz-column-gap: 0px;
|
|
37128
|
+
column-gap: 0px;
|
|
37129
|
+
}
|
|
37130
|
+
|
|
37131
|
+
.xl\:gap-x-104{
|
|
37132
|
+
-moz-column-gap: 104px;
|
|
37133
|
+
column-gap: 104px;
|
|
37134
|
+
}
|
|
37135
|
+
|
|
37136
|
+
.xl\:gap-x-112{
|
|
37137
|
+
-moz-column-gap: 112px;
|
|
37138
|
+
column-gap: 112px;
|
|
37139
|
+
}
|
|
37140
|
+
|
|
37141
|
+
.xl\:gap-x-120{
|
|
37142
|
+
-moz-column-gap: 120px;
|
|
37143
|
+
column-gap: 120px;
|
|
37144
|
+
}
|
|
37145
|
+
|
|
37146
|
+
.xl\:gap-x-128{
|
|
37147
|
+
-moz-column-gap: 128px;
|
|
37148
|
+
column-gap: 128px;
|
|
37149
|
+
}
|
|
37150
|
+
|
|
37151
|
+
.xl\:gap-x-16{
|
|
37152
|
+
-moz-column-gap: 16px;
|
|
37153
|
+
column-gap: 16px;
|
|
37154
|
+
}
|
|
37155
|
+
|
|
37156
|
+
.xl\:gap-x-24{
|
|
37157
|
+
-moz-column-gap: 24px;
|
|
37158
|
+
column-gap: 24px;
|
|
37159
|
+
}
|
|
37160
|
+
|
|
37161
|
+
.xl\:gap-x-256{
|
|
37162
|
+
-moz-column-gap: 256px;
|
|
37163
|
+
column-gap: 256px;
|
|
37164
|
+
}
|
|
37165
|
+
|
|
37166
|
+
.xl\:gap-x-32{
|
|
37167
|
+
-moz-column-gap: 32px;
|
|
37168
|
+
column-gap: 32px;
|
|
37169
|
+
}
|
|
37170
|
+
|
|
37171
|
+
.xl\:gap-x-40{
|
|
37172
|
+
-moz-column-gap: 40px;
|
|
37173
|
+
column-gap: 40px;
|
|
37174
|
+
}
|
|
37175
|
+
|
|
37176
|
+
.xl\:gap-x-48{
|
|
37177
|
+
-moz-column-gap: 48px;
|
|
37178
|
+
column-gap: 48px;
|
|
37179
|
+
}
|
|
37180
|
+
|
|
37181
|
+
.xl\:gap-x-56{
|
|
37182
|
+
-moz-column-gap: 56px;
|
|
37183
|
+
column-gap: 56px;
|
|
37184
|
+
}
|
|
37185
|
+
|
|
37186
|
+
.xl\:gap-x-64{
|
|
37187
|
+
-moz-column-gap: 64px;
|
|
37188
|
+
column-gap: 64px;
|
|
37189
|
+
}
|
|
37190
|
+
|
|
37191
|
+
.xl\:gap-x-72{
|
|
37192
|
+
-moz-column-gap: 72px;
|
|
37193
|
+
column-gap: 72px;
|
|
37194
|
+
}
|
|
37195
|
+
|
|
37196
|
+
.xl\:gap-x-8{
|
|
37197
|
+
-moz-column-gap: 8px;
|
|
37198
|
+
column-gap: 8px;
|
|
37199
|
+
}
|
|
37200
|
+
|
|
37201
|
+
.xl\:gap-x-80{
|
|
37202
|
+
-moz-column-gap: 80px;
|
|
37203
|
+
column-gap: 80px;
|
|
37204
|
+
}
|
|
37205
|
+
|
|
37206
|
+
.xl\:gap-x-88{
|
|
37207
|
+
-moz-column-gap: 88px;
|
|
37208
|
+
column-gap: 88px;
|
|
37209
|
+
}
|
|
37210
|
+
|
|
37211
|
+
.xl\:gap-x-96{
|
|
37212
|
+
-moz-column-gap: 96px;
|
|
37213
|
+
column-gap: 96px;
|
|
37214
|
+
}
|
|
37215
|
+
|
|
37216
|
+
.xl\:gap-x-full{
|
|
37217
|
+
-moz-column-gap: 100%;
|
|
37218
|
+
column-gap: 100%;
|
|
37219
|
+
}
|
|
37220
|
+
|
|
37221
|
+
.xl\:gap-x-initial{
|
|
37222
|
+
-moz-column-gap: initial;
|
|
37223
|
+
column-gap: initial;
|
|
37224
|
+
}
|
|
37225
|
+
|
|
37226
|
+
.xl\:gap-y-0{
|
|
37227
|
+
row-gap: 0px;
|
|
37228
|
+
}
|
|
37229
|
+
|
|
37230
|
+
.xl\:gap-y-104{
|
|
37231
|
+
row-gap: 104px;
|
|
37232
|
+
}
|
|
37233
|
+
|
|
37234
|
+
.xl\:gap-y-112{
|
|
37235
|
+
row-gap: 112px;
|
|
37236
|
+
}
|
|
37237
|
+
|
|
37238
|
+
.xl\:gap-y-120{
|
|
37239
|
+
row-gap: 120px;
|
|
37240
|
+
}
|
|
37241
|
+
|
|
37242
|
+
.xl\:gap-y-128{
|
|
37243
|
+
row-gap: 128px;
|
|
37244
|
+
}
|
|
37245
|
+
|
|
37246
|
+
.xl\:gap-y-16{
|
|
37247
|
+
row-gap: 16px;
|
|
37248
|
+
}
|
|
37249
|
+
|
|
37250
|
+
.xl\:gap-y-24{
|
|
37251
|
+
row-gap: 24px;
|
|
37252
|
+
}
|
|
37253
|
+
|
|
37254
|
+
.xl\:gap-y-256{
|
|
37255
|
+
row-gap: 256px;
|
|
37256
|
+
}
|
|
37257
|
+
|
|
37258
|
+
.xl\:gap-y-32{
|
|
37259
|
+
row-gap: 32px;
|
|
37260
|
+
}
|
|
37261
|
+
|
|
37262
|
+
.xl\:gap-y-40{
|
|
37263
|
+
row-gap: 40px;
|
|
37264
|
+
}
|
|
37265
|
+
|
|
37266
|
+
.xl\:gap-y-48{
|
|
37267
|
+
row-gap: 48px;
|
|
37268
|
+
}
|
|
37269
|
+
|
|
37270
|
+
.xl\:gap-y-56{
|
|
37271
|
+
row-gap: 56px;
|
|
37272
|
+
}
|
|
37273
|
+
|
|
37274
|
+
.xl\:gap-y-64{
|
|
37275
|
+
row-gap: 64px;
|
|
37276
|
+
}
|
|
37277
|
+
|
|
37278
|
+
.xl\:gap-y-72{
|
|
37279
|
+
row-gap: 72px;
|
|
37280
|
+
}
|
|
37281
|
+
|
|
37282
|
+
.xl\:gap-y-8{
|
|
37283
|
+
row-gap: 8px;
|
|
37284
|
+
}
|
|
37285
|
+
|
|
37286
|
+
.xl\:gap-y-80{
|
|
37287
|
+
row-gap: 80px;
|
|
37288
|
+
}
|
|
37289
|
+
|
|
37290
|
+
.xl\:gap-y-88{
|
|
37291
|
+
row-gap: 88px;
|
|
37292
|
+
}
|
|
37293
|
+
|
|
37294
|
+
.xl\:gap-y-96{
|
|
37295
|
+
row-gap: 96px;
|
|
37296
|
+
}
|
|
37297
|
+
|
|
37298
|
+
.xl\:gap-y-full{
|
|
37299
|
+
row-gap: 100%;
|
|
37300
|
+
}
|
|
37301
|
+
|
|
37302
|
+
.xl\:gap-y-initial{
|
|
37303
|
+
row-gap: initial;
|
|
37304
|
+
}
|
|
37305
|
+
|
|
35818
37306
|
.xl\:overflow-hidden{
|
|
35819
37307
|
overflow: hidden;
|
|
35820
37308
|
}
|