@functionalcms/svelte-components 2.30.0 → 2.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/functional.css +1 -2220
- package/css/functional.css.map +1 -1
- package/dist/components/files/Dropzone.svelte +366 -0
- package/dist/components/files/Dropzone.svelte.d.ts +82 -0
- package/dist/components/files/attr-accept.d.ts +1 -0
- package/dist/components/files/attr-accept.js +22 -0
- package/dist/components/files/file-selector.d.ts +15 -0
- package/dist/components/files/file-selector.js +167 -0
- package/dist/components/files/file.d.ts +10 -0
- package/dist/components/files/file.js +1258 -0
- package/dist/components/files/utils.d.ts +47 -0
- package/dist/components/files/utils.js +146 -0
- package/dist/components/layouts/DefaultLayout.svelte +1 -1
- package/dist/components/menu/ColumnMenu.svelte +3 -3
- package/dist/components/menu/FlatMenu.svelte +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/css/functional.css
CHANGED
|
@@ -1,2220 +1 @@
|
|
|
1
|
-
:where(html) {
|
|
2
|
-
--agnostic-warning-border-accent-modelight:#ecd386;
|
|
3
|
-
--agnostic-warning-border-modelight:#f0e3b9;
|
|
4
|
-
--agnostic-warning-light-modelight:#fff5d4;
|
|
5
|
-
--agnostic-warning-dark-modelight:#634902;
|
|
6
|
-
--agnostic-secondary-hover-modelight:#bc583d;
|
|
7
|
-
--agnostic-secondary-modelight:#c94d2b;
|
|
8
|
-
--agnostic-primary-extra-light-modelight:#f1faff;
|
|
9
|
-
--agnostic-primary-light-modelight:#dcf1ff;
|
|
10
|
-
--agnostic-primary-dark-modelight:#063f69;
|
|
11
|
-
--agnostic-primary-border-modelight:#c1d9e9;
|
|
12
|
-
--agnostic-primary-hover-modelight:#2087d0;
|
|
13
|
-
--agnostic-primary-modelight:#077acb;
|
|
14
|
-
--agnostic-light-modelight:#fff;
|
|
15
|
-
--agnostic-dark-modelight:#333;
|
|
16
|
-
--agnostic-gray-dark-modelight:#717171;
|
|
17
|
-
--agnostic-gray-mid-dark-modelight:#ccc;
|
|
18
|
-
--agnostic-gray-mid-modelight:#d8d8d8;
|
|
19
|
-
--agnostic-gray-light-modelight:#e9e9e9;
|
|
20
|
-
--agnostic-gray-extra-light-modelight:#f8f8f8;
|
|
21
|
-
--agnostic-error-border-modelight:#eec8c8;
|
|
22
|
-
--agnostic-error-light-modelight:#ffe0e0;
|
|
23
|
-
--agnostic-error-dark-modelight:#771414;
|
|
24
|
-
--agnostic-error-modelight:#e02e2e;
|
|
25
|
-
--agnostic-action-border-modelight:#c7f0d1;
|
|
26
|
-
--agnostic-action-light-modelight:#e2ffe9;
|
|
27
|
-
--agnostic-action-dark-modelight:#0a3414;
|
|
28
|
-
--agnostic-action-hover-modelight:#3dd262;
|
|
29
|
-
--agnostic-action-modelight:#2fb751;
|
|
30
|
-
--agnostic-disabled-color-modelight:var(--agnostic-gray-dark-modelight);
|
|
31
|
-
--agnostic-disabled-bg-modelight:var(--agnostic-gray-light-modelight);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
:where(html) {
|
|
35
|
-
--agnostic-warning-border-accent-modedark:#433507;
|
|
36
|
-
--agnostic-warning-border-modedark:#fff5d4;
|
|
37
|
-
--agnostic-warning-light-modedark:#faecc0;
|
|
38
|
-
--agnostic-warning-dark-modedark:#221b01;
|
|
39
|
-
--agnostic-secondary-hover-modedark:#000;
|
|
40
|
-
--agnostic-secondary-modedark:#e89982;
|
|
41
|
-
--agnostic-primary-extra-light-modedark:#172c38;
|
|
42
|
-
--agnostic-primary-light-modedark:#90d0fd;
|
|
43
|
-
--agnostic-primary-dark-modedark:#021421;
|
|
44
|
-
--agnostic-primary-border-modedark:#63b9f7;
|
|
45
|
-
--agnostic-primary-hover-modedark:#63b9f7;
|
|
46
|
-
--agnostic-primary-modedark:#91d1ff;
|
|
47
|
-
--agnostic-light-modedark:#1a202c;
|
|
48
|
-
--agnostic-dark-modedark:rgb(255 255 255 / 80%);
|
|
49
|
-
--agnostic-gray-dark-modedark:rgb(255 255 255 / 40%);
|
|
50
|
-
--agnostic-gray-mid-dark-modedark:rgba(255 255 255 / 32%);
|
|
51
|
-
--agnostic-gray-mid-modedark:rgba(255 255 255 / 8%);
|
|
52
|
-
--agnostic-gray-light-modedark:rgba(255 255 255 / 6%);
|
|
53
|
-
--agnostic-gray-extra-light-modedark:rgba(255 255 255 / 4%);
|
|
54
|
-
--agnostic-error-border-modedark:#ffe0e0;
|
|
55
|
-
--agnostic-error-light-modedark:#ffe0e0;
|
|
56
|
-
--agnostic-error-dark-modedark:#260202;
|
|
57
|
-
--agnostic-error-modedark:#fd9e9e;
|
|
58
|
-
--agnostic-action-border-modedark:#e7ffed;
|
|
59
|
-
--agnostic-action-light-modedark:#baf9ca;
|
|
60
|
-
--agnostic-action-dark-modedark:#011e08;
|
|
61
|
-
--agnostic-action-hover-modedark:#9fe0af;
|
|
62
|
-
--agnostic-action-modedark:#baf9ca;
|
|
63
|
-
--agnostic-disabled-color-modedark:var(--agnostic-gray-dark-modedark);
|
|
64
|
-
--agnostic-disabled-bg-modedark:var(--agnostic-gray-light-modedark);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
:root {
|
|
68
|
-
color-scheme: light;
|
|
69
|
-
--agnostic-warning-border-accent:var(--agnostic-warning-border-accent-modelight);
|
|
70
|
-
--agnostic-warning-border:var(--agnostic-warning-border-modelight);
|
|
71
|
-
--agnostic-warning-light:var(--agnostic-warning-light-modelight);
|
|
72
|
-
--agnostic-warning-dark:var(--agnostic-warning-dark-modelight);
|
|
73
|
-
--agnostic-secondary-hover:var(--agnostic-secondary-hover-modelight);
|
|
74
|
-
--agnostic-secondary:var(--agnostic-secondary-modelight);
|
|
75
|
-
--agnostic-primary-light:var(--agnostic-primary-light-modelight);
|
|
76
|
-
--agnostic-primary-dark:var(--agnostic-primary-dark-modelight);
|
|
77
|
-
--agnostic-primary-border:var(--agnostic-primary-border-modelight);
|
|
78
|
-
--agnostic-primary-hover:var(--agnostic-primary-hover-modelight);
|
|
79
|
-
--agnostic-primary:var(--agnostic-primary-modelight);
|
|
80
|
-
--agnostic-light:var(--agnostic-light-modelight);
|
|
81
|
-
--agnostic-dark:var(--agnostic-dark-modelight);
|
|
82
|
-
--agnostic-gray-dark:var(--agnostic-gray-dark-modelight);
|
|
83
|
-
--agnostic-gray-mid-dark:var(--agnostic-gray-mid-dark-modelight);
|
|
84
|
-
--agnostic-gray-mid:var(--agnostic-gray-mid-modelight);
|
|
85
|
-
--agnostic-gray-light:var(--agnostic-gray-light-modelight);
|
|
86
|
-
--agnostic-gray-extra-light:var(--agnostic-gray-extra-light-modelight);
|
|
87
|
-
--agnostic-error:var(--agnostic-error-modelight);
|
|
88
|
-
--agnostic-error-light:var(--agnostic-error-light-modelight);
|
|
89
|
-
--agnostic-error-dark:var(--agnostic-error-dark-modelight);
|
|
90
|
-
--agnostic-error-border:var(--agnostic-error-border-modelight);
|
|
91
|
-
--agnostic-disabled-color:var(--agnostic-gray-dark-modelight);
|
|
92
|
-
--agnostic-disabled-bg:var(--agnostic-gray-light-modelight);
|
|
93
|
-
--agnostic-action-border:var(--agnostic-action-border-modelight);
|
|
94
|
-
--agnostic-action-light:var(--agnostic-action-light-modelight);
|
|
95
|
-
--agnostic-action-dark:var(--agnostic-action-dark-modelight);
|
|
96
|
-
--agnostic-action-hover:var(--agnostic-action-hover-modelight);
|
|
97
|
-
--agnostic-action:var(--agnostic-action-modelight);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
@media (prefers-color-scheme: dark) {
|
|
101
|
-
:root {
|
|
102
|
-
color-scheme: dark;
|
|
103
|
-
--agnostic-warning-border-accent:var(--agnostic-warning-border-accent-modedark);
|
|
104
|
-
--agnostic-warning-border:var(--agnostic-warning-border-modedark);
|
|
105
|
-
--agnostic-warning-light:var(--agnostic-warning-light-modedark);
|
|
106
|
-
--agnostic-warning-dark:var(--agnostic-warning-dark-modedark);
|
|
107
|
-
--agnostic-secondary-hover:var(--agnostic-secondary-hover-modedark);
|
|
108
|
-
--agnostic-secondary:var(--agnostic-secondary-modedark);
|
|
109
|
-
--agnostic-primary-light:var(--agnostic-primary-light-modedark);
|
|
110
|
-
--agnostic-primary-dark:var(--agnostic-primary-dark-modedark);
|
|
111
|
-
--agnostic-primary-border:var(--agnostic-primary-border-modedark);
|
|
112
|
-
--agnostic-primary-hover:var(--agnostic-primary-hover-modedark);
|
|
113
|
-
--agnostic-primary:var(--agnostic-primary-modedark);
|
|
114
|
-
--agnostic-light:var(--agnostic-light-modedark);
|
|
115
|
-
--agnostic-dark:var(--agnostic-dark-modedark);
|
|
116
|
-
--agnostic-gray-dark:var(--agnostic-gray-dark-modedark);
|
|
117
|
-
--agnostic-gray-mid-dark:var(--agnostic-gray-mid-dark-modedark);
|
|
118
|
-
--agnostic-gray-mid:var(--agnostic-gray-mid-modedark);
|
|
119
|
-
--agnostic-gray-light:var(--agnostic-gray-light-modedark);
|
|
120
|
-
--agnostic-gray-extra-light:var(--agnostic-gray-extra-light-modedark);
|
|
121
|
-
--agnostic-error:var(--agnostic-error-modedark);
|
|
122
|
-
--agnostic-error-light:var(--agnostic-error-light-modedark);
|
|
123
|
-
--agnostic-error-dark:var(--agnostic-error-dark-modedark);
|
|
124
|
-
--agnostic-error-border:var(--agnostic-error-border-modedark);
|
|
125
|
-
--agnostic-disabled-color:var(--agnostic-gray-dark-modedark);
|
|
126
|
-
--agnostic-disabled-bg:var(--agnostic-gray-light-modedark);
|
|
127
|
-
--agnostic-action-border:var(--agnostic-action-border-modedark);
|
|
128
|
-
--agnostic-action-light:var(--agnostic-action-light-modedark);
|
|
129
|
-
--agnostic-action-dark:var(--agnostic-action-dark-modedark);
|
|
130
|
-
--agnostic-action-hover:var(--agnostic-action-hover-modedark);
|
|
131
|
-
--agnostic-action:var(--agnostic-action-modedark);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
[color-scheme=light] {
|
|
135
|
-
color-scheme: light;
|
|
136
|
-
--agnostic-warning-border-accent:var(--agnostic-warning-border-accent-modelight);
|
|
137
|
-
--agnostic-warning-border:var(--agnostic-warning-border-modelight);
|
|
138
|
-
--agnostic-warning-light:var(--agnostic-warning-light-modelight);
|
|
139
|
-
--agnostic-warning-dark:var(--agnostic-warning-dark-modelight);
|
|
140
|
-
--agnostic-secondary-hover:var(--agnostic-secondary-hover-modelight);
|
|
141
|
-
--agnostic-secondary:var(--agnostic-secondary-modelight);
|
|
142
|
-
--agnostic-primary-light:var(--agnostic-primary-light-modelight);
|
|
143
|
-
--agnostic-primary-dark:var(--agnostic-primary-dark-modelight);
|
|
144
|
-
--agnostic-primary-border:var(--agnostic-primary-border-modelight);
|
|
145
|
-
--agnostic-primary-hover:var(--agnostic-primary-hover-modelight);
|
|
146
|
-
--agnostic-primary:var(--agnostic-primary-modelight);
|
|
147
|
-
--agnostic-light:var(--agnostic-light-modelight);
|
|
148
|
-
--agnostic-dark:var(--agnostic-dark-modelight);
|
|
149
|
-
--agnostic-gray-dark:var(--agnostic-gray-dark-modelight);
|
|
150
|
-
--agnostic-gray-mid-dark:var(--agnostic-gray-mid-dark-modelight);
|
|
151
|
-
--agnostic-gray-mid:var(--agnostic-gray-mid-modelight);
|
|
152
|
-
--agnostic-gray-light:var(--agnostic-gray-light-modelight);
|
|
153
|
-
--agnostic-gray-extra-light:var(--agnostic-gray-extra-light-modelight);
|
|
154
|
-
--agnostic-error:var(--agnostic-error-modelight);
|
|
155
|
-
--agnostic-error-light:var(--agnostic-error-light-modelight);
|
|
156
|
-
--agnostic-error-dark:var(--agnostic-error-dark-modelight);
|
|
157
|
-
--agnostic-error-border:var(--agnostic-error-border-modelight);
|
|
158
|
-
--agnostic-disabled-color:var(--agnostic-gray-dark-modelight);
|
|
159
|
-
--agnostic-disabled-bg:var(--agnostic-gray-light-modelight);
|
|
160
|
-
--agnostic-action-border:var(--agnostic-action-border-modelight);
|
|
161
|
-
--agnostic-action-light:var(--agnostic-action-light-modelight);
|
|
162
|
-
--agnostic-action-dark:var(--agnostic-action-dark-modelight);
|
|
163
|
-
--agnostic-action-hover:var(--agnostic-action-hover-modelight);
|
|
164
|
-
--agnostic-action:var(--agnostic-action-modelight);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
[color-scheme=dark] {
|
|
168
|
-
color-scheme: dark;
|
|
169
|
-
--agnostic-warning-border-accent:var(--agnostic-warning-border-accent-modedark);
|
|
170
|
-
--agnostic-warning-border:var(--agnostic-warning-border-modedark);
|
|
171
|
-
--agnostic-warning-light:var(--agnostic-warning-light-modedark);
|
|
172
|
-
--agnostic-warning-dark:var(--agnostic-warning-dark-modedark);
|
|
173
|
-
--agnostic-secondary-hover:var(--agnostic-secondary-hover-modedark);
|
|
174
|
-
--agnostic-secondary:var(--agnostic-secondary-modedark);
|
|
175
|
-
--agnostic-primary-light:var(--agnostic-primary-light-modedark);
|
|
176
|
-
--agnostic-primary-dark:var(--agnostic-primary-dark-modedark);
|
|
177
|
-
--agnostic-primary-border:var(--agnostic-primary-border-modedark);
|
|
178
|
-
--agnostic-primary-hover:var(--agnostic-primary-hover-modedark);
|
|
179
|
-
--agnostic-primary:var(--agnostic-primary-modedark);
|
|
180
|
-
--agnostic-light:var(--agnostic-light-modedark);
|
|
181
|
-
--agnostic-dark:var(--agnostic-dark-modedark);
|
|
182
|
-
--agnostic-gray-dark:var(--agnostic-gray-dark-modedark);
|
|
183
|
-
--agnostic-gray-mid-dark:var(--agnostic-gray-mid-dark-modedark);
|
|
184
|
-
--agnostic-gray-mid:var(--agnostic-gray-mid-modedark);
|
|
185
|
-
--agnostic-gray-light:var(--agnostic-gray-light-modedark);
|
|
186
|
-
--agnostic-gray-extra-light:var(--agnostic-gray-extra-light-modedark);
|
|
187
|
-
--agnostic-error:var(--agnostic-error-modedark);
|
|
188
|
-
--agnostic-error-light:var(--agnostic-error-light-modedark);
|
|
189
|
-
--agnostic-error-dark:var(--agnostic-error-dark-modedark);
|
|
190
|
-
--agnostic-error-border:var(--agnostic-error-border-modedark);
|
|
191
|
-
--agnostic-disabled-color:var(--agnostic-gray-dark-modedark);
|
|
192
|
-
--agnostic-disabled-bg:var(--agnostic-gray-light-modedark);
|
|
193
|
-
--agnostic-action-border:var(--agnostic-action-border-modedark);
|
|
194
|
-
--agnostic-action-light:var(--agnostic-action-light-modedark);
|
|
195
|
-
--agnostic-action-dark:var(--agnostic-action-dark-modedark);
|
|
196
|
-
--agnostic-action-hover:var(--agnostic-action-hover-modedark);
|
|
197
|
-
--agnostic-action:var(--agnostic-action-modedark);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
:where(html) {
|
|
201
|
-
--agnostic-focus-ring-outline-color:transparent;
|
|
202
|
-
--agnostic-focus-ring-outline-style:solid;
|
|
203
|
-
--agnostic-focus-ring-outline-width:3px;
|
|
204
|
-
--agnostic-focus-ring-color:rgb(55 149 225 / 50%);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
:where(html) {
|
|
208
|
-
--fluid-80:5rem;
|
|
209
|
-
--fluid-72:4.5rem;
|
|
210
|
-
--fluid-64:4rem;
|
|
211
|
-
--fluid-56:3.5rem;
|
|
212
|
-
--fluid-48:3rem;
|
|
213
|
-
--fluid-40:2.5rem;
|
|
214
|
-
--fluid-36:2.25rem;
|
|
215
|
-
--fluid-32:2rem;
|
|
216
|
-
--fluid-24:1.5rem;
|
|
217
|
-
--fluid-20:1.25rem;
|
|
218
|
-
--fluid-18:1.125rem;
|
|
219
|
-
--fluid-16:1rem;
|
|
220
|
-
--fluid-14:0.875rem;
|
|
221
|
-
--fluid-12:0.75rem;
|
|
222
|
-
--fluid-10:0.625rem;
|
|
223
|
-
--fluid-8:0.5rem;
|
|
224
|
-
--fluid-6:0.375rem;
|
|
225
|
-
--fluid-4:0.25rem;
|
|
226
|
-
--fluid-2:0.125rem;
|
|
227
|
-
--agnostic-vertical-pad:var(--fluid-8);
|
|
228
|
-
--agnostic-line-height:var(--fluid-20);
|
|
229
|
-
--agnostic-side-padding:var(--fluid-12);
|
|
230
|
-
--agnostic-input-side-padding:var(--fluid-12);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
:where(html) {
|
|
234
|
-
--agnostic-small:0.875rem;
|
|
235
|
-
--agnostic-body:1rem;
|
|
236
|
-
--agnostic-h6:0.75rem;
|
|
237
|
-
--agnostic-h5:1.125rem;
|
|
238
|
-
--agnostic-h4:1.5rem;
|
|
239
|
-
--agnostic-h3:2.25rem;
|
|
240
|
-
--agnostic-h2:3rem;
|
|
241
|
-
--agnostic-h1:4rem;
|
|
242
|
-
--agnostic-font-color:var(--agnostic-dark);
|
|
243
|
-
--agnostic-font-weight-bold:600;
|
|
244
|
-
--agnostic-font-weight-light:300;
|
|
245
|
-
--agnostic-font-family-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
|
246
|
-
--agnostic-font-family-serif:Georgia,Cambria,"Times New Roman",Times,serif;
|
|
247
|
-
--agnostic-font-family-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
:where(html) {
|
|
251
|
-
--agnostic-timing-slow:450ms;
|
|
252
|
-
--agnostic-timing-medium:300ms;
|
|
253
|
-
--agnostic-timing-fast:200ms;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
:root {
|
|
257
|
-
--agnostic-radius:var(--fluid-4,0.25rem);
|
|
258
|
-
--agnostic-radius-capsule:9999px;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
html {
|
|
262
|
-
box-sizing: border-box;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
*, *::before, *::after {
|
|
266
|
-
box-sizing: inherit;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
:where(body) {
|
|
270
|
-
line-height: 1.5;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
:where(ul) {
|
|
274
|
-
list-style: none;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
:where(button, [role=button]) {
|
|
278
|
-
cursor: pointer;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
:where(input, button, select, optgroup, textarea) {
|
|
282
|
-
margin: 0;
|
|
283
|
-
font-family: inherit;
|
|
284
|
-
font-size: inherit;
|
|
285
|
-
color: inherit;
|
|
286
|
-
line-height: inherit;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
:where(table) {
|
|
290
|
-
border-collapse: collapse;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
:where(th) {
|
|
294
|
-
text-align: -webkit-match-parent;
|
|
295
|
-
text-align: match-parent;
|
|
296
|
-
text-align: inherit;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
:where(thead, tbody, tfoot, tr, td, th) {
|
|
300
|
-
border-color: inherit;
|
|
301
|
-
border-style: solid;
|
|
302
|
-
border-width: 0;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
:where(html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, button, pre, hr, h1, h2, h3, h4, h5, h6) {
|
|
306
|
-
margin: 0;
|
|
307
|
-
padding: 0;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
a {
|
|
311
|
-
--agnostic-link-color:var(--agnostic-primary,#077acb);
|
|
312
|
-
color: var(--agnostic-link-color);
|
|
313
|
-
text-decoration: none;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
a:hover {
|
|
317
|
-
text-decoration: underline;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
a:focus {
|
|
321
|
-
box-shadow: 0 0 0 var(--agnostic-focus-ring-outline-width) var(--agnostic-focus-ring-color);
|
|
322
|
-
outline: var(--agnostic-focus-ring-outline-width) var(--agnostic-focus-ring-outline-style) var(--agnostic-focus-ring-outline-color);
|
|
323
|
-
transition: box-shadow var(--agnostic-timing-fast) ease-out;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
@media (prefers-reduced-motion), (update: slow) {
|
|
327
|
-
a:focus {
|
|
328
|
-
transition-duration: 0.001ms !important;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
.screenreader-only {
|
|
332
|
-
position: absolute;
|
|
333
|
-
width: 1px;
|
|
334
|
-
height: 1px;
|
|
335
|
-
padding: 0;
|
|
336
|
-
margin: -1px;
|
|
337
|
-
overflow: hidden;
|
|
338
|
-
clip: rect(0, 0, 0, 0);
|
|
339
|
-
white-space: nowrap;
|
|
340
|
-
border-width: 0;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.w-100 {
|
|
344
|
-
width: 100% !important;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.text-lowercase {
|
|
348
|
-
text-transform: lowercase !important;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.text-uppercase {
|
|
352
|
-
text-transform: uppercase !important;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.text-capitalize {
|
|
356
|
-
text-transform: capitalize !important;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.text-center {
|
|
360
|
-
text-align: center !important;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.h1 {
|
|
364
|
-
font-size: var(--agnostic-h1) !important;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.h2 {
|
|
368
|
-
font-size: var(--agnostic-h2) !important;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.h3 {
|
|
372
|
-
font-size: var(--agnostic-h3) !important;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.h4 {
|
|
376
|
-
font-size: var(--agnostic-h4) !important;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.h5 {
|
|
380
|
-
font-size: var(--agnostic-h5) !important;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.h6 {
|
|
384
|
-
font-size: var(--agnostic-h6) !important;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.top {
|
|
388
|
-
top: 0 !important;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
.bottom {
|
|
392
|
-
bottom: 0 !important;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.start {
|
|
396
|
-
left: var(--fluid-16) !important;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.end {
|
|
400
|
-
right: var(--fluid-16) !important;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.center {
|
|
404
|
-
left: 50% !important;
|
|
405
|
-
transform: translateX(-50%) !important;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.flex {
|
|
409
|
-
display: flex !important;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.flex-inline {
|
|
413
|
-
display: inline-flex !important;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.flex-fill {
|
|
417
|
-
flex: 1 1 auto !important;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.flex-row {
|
|
421
|
-
flex-direction: row !important;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.flex-column {
|
|
425
|
-
flex-direction: column !important;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.flex-grow-0 {
|
|
429
|
-
flex-grow: 0 !important;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.flex-grow-1 {
|
|
433
|
-
flex-grow: 1 !important;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.flex-shrink-0 {
|
|
437
|
-
flex-shrink: 0 !important;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.flex-shrink-1 {
|
|
441
|
-
flex-shrink: 1 !important;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.flex-wrap {
|
|
445
|
-
flex-wrap: wrap !important;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.flex-nowrap {
|
|
449
|
-
flex-wrap: nowrap !important;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.items-start {
|
|
453
|
-
align-items: flex-start !important;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.items-end {
|
|
457
|
-
align-items: flex-end !important;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.items-center {
|
|
461
|
-
align-items: center !important;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.items-baseline {
|
|
465
|
-
align-items: baseline !important;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.items-stretch {
|
|
469
|
-
align-items: stretch !important;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.self-start {
|
|
473
|
-
align-self: flex-start !important;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.self-end {
|
|
477
|
-
align-self: flex-end !important;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.self-center {
|
|
481
|
-
align-self: center !important;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.self-baseline {
|
|
485
|
-
align-self: baseline !important;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.self-stretch {
|
|
489
|
-
align-self: stretch !important;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.justify-start {
|
|
493
|
-
justify-content: flex-start !important;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.justify-end {
|
|
497
|
-
justify-content: flex-end !important;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.justify-center {
|
|
501
|
-
justify-content: center !important;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.justify-between {
|
|
505
|
-
justify-content: space-between !important;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.justify-around {
|
|
509
|
-
justify-content: space-around !important;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.content-start {
|
|
513
|
-
align-content: flex-start !important;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.content-end {
|
|
517
|
-
align-content: flex-end !important;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.content-center {
|
|
521
|
-
align-content: center !important;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.content-between {
|
|
525
|
-
align-content: space-between !important;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.content-around {
|
|
529
|
-
align-content: space-around !important;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.content-stretch {
|
|
533
|
-
align-content: stretch !important;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.m0 {
|
|
537
|
-
margin: 0 !important;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.m2 {
|
|
541
|
-
margin: var(--fluid-2) !important;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.m4 {
|
|
545
|
-
margin: var(--fluid-4) !important;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.m6 {
|
|
549
|
-
margin: var(--fluid-6) !important;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.m8 {
|
|
553
|
-
margin: var(--fluid-8) !important;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.m10 {
|
|
557
|
-
margin: var(--fluid-10) !important;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.m12 {
|
|
561
|
-
margin: var(--fluid-12) !important;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.m14 {
|
|
565
|
-
margin: var(--fluid-14) !important;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.m16 {
|
|
569
|
-
margin: var(--fluid-16) !important;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.m18 {
|
|
573
|
-
margin: var(--fluid-18) !important;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.m20 {
|
|
577
|
-
margin: var(--fluid-20) !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.m24 {
|
|
581
|
-
margin: var(--fluid-24) !important;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.m32 {
|
|
585
|
-
margin: var(--fluid-32) !important;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
.m36 {
|
|
589
|
-
margin: var(--fluid-36) !important;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.m40 {
|
|
593
|
-
margin: var(--fluid-40) !important;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.m48 {
|
|
597
|
-
margin: var(--fluid-48) !important;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
.m56 {
|
|
601
|
-
margin: var(--fluid-56) !important;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.m64 {
|
|
605
|
-
margin: var(--fluid-64) !important;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
.mis0 {
|
|
609
|
-
-webkit-margin-start: 0 !important;
|
|
610
|
-
margin-inline-start: 0 !important;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.mis2 {
|
|
614
|
-
-webkit-margin-start: var(--fluid-2) !important;
|
|
615
|
-
margin-inline-start: var(--fluid-2) !important;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
.mis4 {
|
|
619
|
-
-webkit-margin-start: var(--fluid-4) !important;
|
|
620
|
-
margin-inline-start: var(--fluid-4) !important;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.mis6 {
|
|
624
|
-
-webkit-margin-start: var(--fluid-6) !important;
|
|
625
|
-
margin-inline-start: var(--fluid-6) !important;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.mis8 {
|
|
629
|
-
-webkit-margin-start: var(--fluid-8) !important;
|
|
630
|
-
margin-inline-start: var(--fluid-8) !important;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.mis10 {
|
|
634
|
-
-webkit-margin-start: var(--fluid-10) !important;
|
|
635
|
-
margin-inline-start: var(--fluid-10) !important;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.mis12 {
|
|
639
|
-
-webkit-margin-start: var(--fluid-12) !important;
|
|
640
|
-
margin-inline-start: var(--fluid-12) !important;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.mis14 {
|
|
644
|
-
-webkit-margin-start: var(--fluid-14) !important;
|
|
645
|
-
margin-inline-start: var(--fluid-14) !important;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.mis16 {
|
|
649
|
-
-webkit-margin-start: var(--fluid-16) !important;
|
|
650
|
-
margin-inline-start: var(--fluid-16) !important;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.mis18 {
|
|
654
|
-
-webkit-margin-start: var(--fluid-18) !important;
|
|
655
|
-
margin-inline-start: var(--fluid-18) !important;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.mis20 {
|
|
659
|
-
-webkit-margin-start: var(--fluid-20) !important;
|
|
660
|
-
margin-inline-start: var(--fluid-20) !important;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.mis24 {
|
|
664
|
-
-webkit-margin-start: var(--fluid-24) !important;
|
|
665
|
-
margin-inline-start: var(--fluid-24) !important;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.mis32 {
|
|
669
|
-
-webkit-margin-start: var(--fluid-32) !important;
|
|
670
|
-
margin-inline-start: var(--fluid-32) !important;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.mis36 {
|
|
674
|
-
-webkit-margin-start: var(--fluid-36) !important;
|
|
675
|
-
margin-inline-start: var(--fluid-36) !important;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.mis40 {
|
|
679
|
-
-webkit-margin-start: var(--fluid-40) !important;
|
|
680
|
-
margin-inline-start: var(--fluid-40) !important;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.mis48 {
|
|
684
|
-
-webkit-margin-start: var(--fluid-48) !important;
|
|
685
|
-
margin-inline-start: var(--fluid-48) !important;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.mis56 {
|
|
689
|
-
-webkit-margin-start: var(--fluid-56) !important;
|
|
690
|
-
margin-inline-start: var(--fluid-56) !important;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.mis64 {
|
|
694
|
-
-webkit-margin-start: var(--fluid-64) !important;
|
|
695
|
-
margin-inline-start: var(--fluid-64) !important;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.mie0 {
|
|
699
|
-
-webkit-margin-end: 0 !important;
|
|
700
|
-
margin-inline-end: 0 !important;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.mie2 {
|
|
704
|
-
-webkit-margin-end: var(--fluid-2) !important;
|
|
705
|
-
margin-inline-end: var(--fluid-2) !important;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.mie4 {
|
|
709
|
-
-webkit-margin-end: var(--fluid-4) !important;
|
|
710
|
-
margin-inline-end: var(--fluid-4) !important;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
.mie6 {
|
|
714
|
-
-webkit-margin-end: var(--fluid-6) !important;
|
|
715
|
-
margin-inline-end: var(--fluid-6) !important;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.mie8 {
|
|
719
|
-
-webkit-margin-end: var(--fluid-8) !important;
|
|
720
|
-
margin-inline-end: var(--fluid-8) !important;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.mie10 {
|
|
724
|
-
-webkit-margin-end: var(--fluid-10) !important;
|
|
725
|
-
margin-inline-end: var(--fluid-10) !important;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.mie12 {
|
|
729
|
-
-webkit-margin-end: var(--fluid-12) !important;
|
|
730
|
-
margin-inline-end: var(--fluid-12) !important;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.mie14 {
|
|
734
|
-
-webkit-margin-end: var(--fluid-14) !important;
|
|
735
|
-
margin-inline-end: var(--fluid-14) !important;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.mie16 {
|
|
739
|
-
-webkit-margin-end: var(--fluid-16) !important;
|
|
740
|
-
margin-inline-end: var(--fluid-16) !important;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
.mie18 {
|
|
744
|
-
-webkit-margin-end: var(--fluid-18) !important;
|
|
745
|
-
margin-inline-end: var(--fluid-18) !important;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
.mie20 {
|
|
749
|
-
-webkit-margin-end: var(--fluid-20) !important;
|
|
750
|
-
margin-inline-end: var(--fluid-20) !important;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.mie24 {
|
|
754
|
-
-webkit-margin-end: var(--fluid-24) !important;
|
|
755
|
-
margin-inline-end: var(--fluid-24) !important;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.mie32 {
|
|
759
|
-
-webkit-margin-end: var(--fluid-32) !important;
|
|
760
|
-
margin-inline-end: var(--fluid-32) !important;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.mie36 {
|
|
764
|
-
-webkit-margin-end: var(--fluid-36) !important;
|
|
765
|
-
margin-inline-end: var(--fluid-36) !important;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.mie40 {
|
|
769
|
-
-webkit-margin-end: var(--fluid-40) !important;
|
|
770
|
-
margin-inline-end: var(--fluid-40) !important;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.mie48 {
|
|
774
|
-
-webkit-margin-end: var(--fluid-48) !important;
|
|
775
|
-
margin-inline-end: var(--fluid-48) !important;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.mie56 {
|
|
779
|
-
-webkit-margin-end: var(--fluid-56) !important;
|
|
780
|
-
margin-inline-end: var(--fluid-56) !important;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.mie64 {
|
|
784
|
-
-webkit-margin-end: var(--fluid-64) !important;
|
|
785
|
-
margin-inline-end: var(--fluid-64) !important;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.mbs0 {
|
|
789
|
-
-webkit-margin-before: 0 !important;
|
|
790
|
-
margin-block-start: 0 !important;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.mbs2 {
|
|
794
|
-
-webkit-margin-before: var(--fluid-2) !important;
|
|
795
|
-
margin-block-start: var(--fluid-2) !important;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.mbs4 {
|
|
799
|
-
-webkit-margin-before: var(--fluid-4) !important;
|
|
800
|
-
margin-block-start: var(--fluid-4) !important;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.mbs6 {
|
|
804
|
-
-webkit-margin-before: var(--fluid-6) !important;
|
|
805
|
-
margin-block-start: var(--fluid-6) !important;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.mbs8 {
|
|
809
|
-
-webkit-margin-before: var(--fluid-8) !important;
|
|
810
|
-
margin-block-start: var(--fluid-8) !important;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.mbs10 {
|
|
814
|
-
-webkit-margin-before: var(--fluid-10) !important;
|
|
815
|
-
margin-block-start: var(--fluid-10) !important;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.mbs12 {
|
|
819
|
-
-webkit-margin-before: var(--fluid-12) !important;
|
|
820
|
-
margin-block-start: var(--fluid-12) !important;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.mbs14 {
|
|
824
|
-
-webkit-margin-before: var(--fluid-14) !important;
|
|
825
|
-
margin-block-start: var(--fluid-14) !important;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.mbs16 {
|
|
829
|
-
-webkit-margin-before: var(--fluid-16) !important;
|
|
830
|
-
margin-block-start: var(--fluid-16) !important;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.mbs18 {
|
|
834
|
-
-webkit-margin-before: var(--fluid-18) !important;
|
|
835
|
-
margin-block-start: var(--fluid-18) !important;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.mbs20 {
|
|
839
|
-
-webkit-margin-before: var(--fluid-20) !important;
|
|
840
|
-
margin-block-start: var(--fluid-20) !important;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.mbs24 {
|
|
844
|
-
-webkit-margin-before: var(--fluid-24) !important;
|
|
845
|
-
margin-block-start: var(--fluid-24) !important;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.mbs32 {
|
|
849
|
-
-webkit-margin-before: var(--fluid-32) !important;
|
|
850
|
-
margin-block-start: var(--fluid-32) !important;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.mbs36 {
|
|
854
|
-
-webkit-margin-before: var(--fluid-36) !important;
|
|
855
|
-
margin-block-start: var(--fluid-36) !important;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
.mbs40 {
|
|
859
|
-
-webkit-margin-before: var(--fluid-40) !important;
|
|
860
|
-
margin-block-start: var(--fluid-40) !important;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.mbs48 {
|
|
864
|
-
-webkit-margin-before: var(--fluid-48) !important;
|
|
865
|
-
margin-block-start: var(--fluid-48) !important;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.mbs56 {
|
|
869
|
-
-webkit-margin-before: var(--fluid-56) !important;
|
|
870
|
-
margin-block-start: var(--fluid-56) !important;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.mbs64 {
|
|
874
|
-
-webkit-margin-before: var(--fluid-64) !important;
|
|
875
|
-
margin-block-start: var(--fluid-64) !important;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.mbe0 {
|
|
879
|
-
-webkit-margin-after: 0 !important;
|
|
880
|
-
margin-block-end: 0 !important;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.mbe2 {
|
|
884
|
-
-webkit-margin-after: var(--fluid-2) !important;
|
|
885
|
-
margin-block-end: var(--fluid-2) !important;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.mbe4 {
|
|
889
|
-
-webkit-margin-after: var(--fluid-4) !important;
|
|
890
|
-
margin-block-end: var(--fluid-4) !important;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.mbe6 {
|
|
894
|
-
-webkit-margin-after: var(--fluid-6) !important;
|
|
895
|
-
margin-block-end: var(--fluid-6) !important;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.mbe8 {
|
|
899
|
-
-webkit-margin-after: var(--fluid-8) !important;
|
|
900
|
-
margin-block-end: var(--fluid-8) !important;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.mbe10 {
|
|
904
|
-
-webkit-margin-after: var(--fluid-10) !important;
|
|
905
|
-
margin-block-end: var(--fluid-10) !important;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.mbe12 {
|
|
909
|
-
-webkit-margin-after: var(--fluid-12) !important;
|
|
910
|
-
margin-block-end: var(--fluid-12) !important;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.mbe14 {
|
|
914
|
-
-webkit-margin-after: var(--fluid-14) !important;
|
|
915
|
-
margin-block-end: var(--fluid-14) !important;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.mbe16 {
|
|
919
|
-
-webkit-margin-after: var(--fluid-16) !important;
|
|
920
|
-
margin-block-end: var(--fluid-16) !important;
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
.mbe18 {
|
|
924
|
-
-webkit-margin-after: var(--fluid-18) !important;
|
|
925
|
-
margin-block-end: var(--fluid-18) !important;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.mbe20 {
|
|
929
|
-
-webkit-margin-after: var(--fluid-20) !important;
|
|
930
|
-
margin-block-end: var(--fluid-20) !important;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.mbe24 {
|
|
934
|
-
-webkit-margin-after: var(--fluid-24) !important;
|
|
935
|
-
margin-block-end: var(--fluid-24) !important;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.mbe32 {
|
|
939
|
-
-webkit-margin-after: var(--fluid-32) !important;
|
|
940
|
-
margin-block-end: var(--fluid-32) !important;
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.mbe36 {
|
|
944
|
-
-webkit-margin-after: var(--fluid-36) !important;
|
|
945
|
-
margin-block-end: var(--fluid-36) !important;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.mbe40 {
|
|
949
|
-
-webkit-margin-after: var(--fluid-40) !important;
|
|
950
|
-
margin-block-end: var(--fluid-40) !important;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.mbe48 {
|
|
954
|
-
-webkit-margin-after: var(--fluid-48) !important;
|
|
955
|
-
margin-block-end: var(--fluid-48) !important;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.mbe56 {
|
|
959
|
-
-webkit-margin-after: var(--fluid-56) !important;
|
|
960
|
-
margin-block-end: var(--fluid-56) !important;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.mbe64 {
|
|
964
|
-
-webkit-margin-after: var(--fluid-64) !important;
|
|
965
|
-
margin-block-end: var(--fluid-64) !important;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.p0 {
|
|
969
|
-
padding: 0 !important;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.p2 {
|
|
973
|
-
padding: var(--fluid-2) !important;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
.p4 {
|
|
977
|
-
padding: var(--fluid-4) !important;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
.p6 {
|
|
981
|
-
padding: var(--fluid-6) !important;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.p8 {
|
|
985
|
-
padding: var(--fluid-8) !important;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
.p10 {
|
|
989
|
-
padding: var(--fluid-10) !important;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
.p12 {
|
|
993
|
-
padding: var(--fluid-12) !important;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
.p14 {
|
|
997
|
-
padding: var(--fluid-14) !important;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.p16 {
|
|
1001
|
-
padding: var(--fluid-16) !important;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.p18 {
|
|
1005
|
-
padding: var(--fluid-18) !important;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.p20 {
|
|
1009
|
-
padding: var(--fluid-20) !important;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
.p24 {
|
|
1013
|
-
padding: var(--fluid-24) !important;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.p32 {
|
|
1017
|
-
padding: var(--fluid-32) !important;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.p36 {
|
|
1021
|
-
padding: var(--fluid-36) !important;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.p40 {
|
|
1025
|
-
padding: var(--fluid-40) !important;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.p48 {
|
|
1029
|
-
padding: var(--fluid-48) !important;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.p56 {
|
|
1033
|
-
padding: var(--fluid-56) !important;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.p64 {
|
|
1037
|
-
padding: var(--fluid-64) !important;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.pis0 {
|
|
1041
|
-
-webkit-padding-start: 0 !important;
|
|
1042
|
-
padding-inline-start: 0 !important;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.pis2 {
|
|
1046
|
-
-webkit-padding-start: var(--fluid-2) !important;
|
|
1047
|
-
padding-inline-start: var(--fluid-2) !important;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.pis4 {
|
|
1051
|
-
-webkit-padding-start: var(--fluid-4) !important;
|
|
1052
|
-
padding-inline-start: var(--fluid-4) !important;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.pis6 {
|
|
1056
|
-
-webkit-padding-start: var(--fluid-6) !important;
|
|
1057
|
-
padding-inline-start: var(--fluid-6) !important;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.pis8 {
|
|
1061
|
-
-webkit-padding-start: var(--fluid-8) !important;
|
|
1062
|
-
padding-inline-start: var(--fluid-8) !important;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.pis10 {
|
|
1066
|
-
-webkit-padding-start: var(--fluid-10) !important;
|
|
1067
|
-
padding-inline-start: var(--fluid-10) !important;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.pis12 {
|
|
1071
|
-
-webkit-padding-start: var(--fluid-12) !important;
|
|
1072
|
-
padding-inline-start: var(--fluid-12) !important;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.pis14 {
|
|
1076
|
-
-webkit-padding-start: var(--fluid-14) !important;
|
|
1077
|
-
padding-inline-start: var(--fluid-14) !important;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
.pis16 {
|
|
1081
|
-
-webkit-padding-start: var(--fluid-16) !important;
|
|
1082
|
-
padding-inline-start: var(--fluid-16) !important;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
.pis18 {
|
|
1086
|
-
-webkit-padding-start: var(--fluid-18) !important;
|
|
1087
|
-
padding-inline-start: var(--fluid-18) !important;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.pis20 {
|
|
1091
|
-
-webkit-padding-start: var(--fluid-20) !important;
|
|
1092
|
-
padding-inline-start: var(--fluid-20) !important;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.pis24 {
|
|
1096
|
-
-webkit-padding-start: var(--fluid-24) !important;
|
|
1097
|
-
padding-inline-start: var(--fluid-24) !important;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.pis32 {
|
|
1101
|
-
-webkit-padding-start: var(--fluid-32) !important;
|
|
1102
|
-
padding-inline-start: var(--fluid-32) !important;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.pis36 {
|
|
1106
|
-
-webkit-padding-start: var(--fluid-36) !important;
|
|
1107
|
-
padding-inline-start: var(--fluid-36) !important;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.pis40 {
|
|
1111
|
-
-webkit-padding-start: var(--fluid-40) !important;
|
|
1112
|
-
padding-inline-start: var(--fluid-40) !important;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.pis48 {
|
|
1116
|
-
-webkit-padding-start: var(--fluid-48) !important;
|
|
1117
|
-
padding-inline-start: var(--fluid-48) !important;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.pis56 {
|
|
1121
|
-
-webkit-padding-start: var(--fluid-56) !important;
|
|
1122
|
-
padding-inline-start: var(--fluid-56) !important;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.pis64 {
|
|
1126
|
-
-webkit-padding-start: var(--fluid-64) !important;
|
|
1127
|
-
padding-inline-start: var(--fluid-64) !important;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.pie0 {
|
|
1131
|
-
-webkit-padding-end: 0 !important;
|
|
1132
|
-
padding-inline-end: 0 !important;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.pie2 {
|
|
1136
|
-
-webkit-padding-end: var(--fluid-2) !important;
|
|
1137
|
-
padding-inline-end: var(--fluid-2) !important;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
.pie4 {
|
|
1141
|
-
-webkit-padding-end: var(--fluid-4) !important;
|
|
1142
|
-
padding-inline-end: var(--fluid-4) !important;
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.pie6 {
|
|
1146
|
-
-webkit-padding-end: var(--fluid-6) !important;
|
|
1147
|
-
padding-inline-end: var(--fluid-6) !important;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
.pie8 {
|
|
1151
|
-
-webkit-padding-end: var(--fluid-8) !important;
|
|
1152
|
-
padding-inline-end: var(--fluid-8) !important;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
.pie10 {
|
|
1156
|
-
-webkit-padding-end: var(--fluid-10) !important;
|
|
1157
|
-
padding-inline-end: var(--fluid-10) !important;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
.pie12 {
|
|
1161
|
-
-webkit-padding-end: var(--fluid-12) !important;
|
|
1162
|
-
padding-inline-end: var(--fluid-12) !important;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.pie14 {
|
|
1166
|
-
-webkit-padding-end: var(--fluid-14) !important;
|
|
1167
|
-
padding-inline-end: var(--fluid-14) !important;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.pie16 {
|
|
1171
|
-
-webkit-padding-end: var(--fluid-16) !important;
|
|
1172
|
-
padding-inline-end: var(--fluid-16) !important;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.pie18 {
|
|
1176
|
-
-webkit-padding-end: var(--fluid-18) !important;
|
|
1177
|
-
padding-inline-end: var(--fluid-18) !important;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
.pie20 {
|
|
1181
|
-
-webkit-padding-end: var(--fluid-20) !important;
|
|
1182
|
-
padding-inline-end: var(--fluid-20) !important;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.pie24 {
|
|
1186
|
-
-webkit-padding-end: var(--fluid-24) !important;
|
|
1187
|
-
padding-inline-end: var(--fluid-24) !important;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.pie32 {
|
|
1191
|
-
-webkit-padding-end: var(--fluid-32) !important;
|
|
1192
|
-
padding-inline-end: var(--fluid-32) !important;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
.pie36 {
|
|
1196
|
-
-webkit-padding-end: var(--fluid-36) !important;
|
|
1197
|
-
padding-inline-end: var(--fluid-36) !important;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
.pie40 {
|
|
1201
|
-
-webkit-padding-end: var(--fluid-40) !important;
|
|
1202
|
-
padding-inline-end: var(--fluid-40) !important;
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
.pie48 {
|
|
1206
|
-
-webkit-padding-end: var(--fluid-48) !important;
|
|
1207
|
-
padding-inline-end: var(--fluid-48) !important;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.pie56 {
|
|
1211
|
-
-webkit-padding-end: var(--fluid-56) !important;
|
|
1212
|
-
padding-inline-end: var(--fluid-56) !important;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.pie64 {
|
|
1216
|
-
-webkit-padding-end: var(--fluid-64) !important;
|
|
1217
|
-
padding-inline-end: var(--fluid-64) !important;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.pbs0 {
|
|
1221
|
-
-webkit-padding-before: 0 !important;
|
|
1222
|
-
padding-block-start: 0 !important;
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
.pbs2 {
|
|
1226
|
-
-webkit-padding-before: var(--fluid-2) !important;
|
|
1227
|
-
padding-block-start: var(--fluid-2) !important;
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
.pbs4 {
|
|
1231
|
-
-webkit-padding-before: var(--fluid-4) !important;
|
|
1232
|
-
padding-block-start: var(--fluid-4) !important;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.pbs6 {
|
|
1236
|
-
-webkit-padding-before: var(--fluid-6) !important;
|
|
1237
|
-
padding-block-start: var(--fluid-6) !important;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
.pbs8 {
|
|
1241
|
-
-webkit-padding-before: var(--fluid-8) !important;
|
|
1242
|
-
padding-block-start: var(--fluid-8) !important;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
.pbs10 {
|
|
1246
|
-
-webkit-padding-before: var(--fluid-10) !important;
|
|
1247
|
-
padding-block-start: var(--fluid-10) !important;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.pbs12 {
|
|
1251
|
-
-webkit-padding-before: var(--fluid-12) !important;
|
|
1252
|
-
padding-block-start: var(--fluid-12) !important;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
.pbs14 {
|
|
1256
|
-
-webkit-padding-before: var(--fluid-14) !important;
|
|
1257
|
-
padding-block-start: var(--fluid-14) !important;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.pbs16 {
|
|
1261
|
-
-webkit-padding-before: var(--fluid-16) !important;
|
|
1262
|
-
padding-block-start: var(--fluid-16) !important;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.pbs18 {
|
|
1266
|
-
-webkit-padding-before: var(--fluid-18) !important;
|
|
1267
|
-
padding-block-start: var(--fluid-18) !important;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.pbs20 {
|
|
1271
|
-
-webkit-padding-before: var(--fluid-20) !important;
|
|
1272
|
-
padding-block-start: var(--fluid-20) !important;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.pbs24 {
|
|
1276
|
-
-webkit-padding-before: var(--fluid-24) !important;
|
|
1277
|
-
padding-block-start: var(--fluid-24) !important;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
.pbs32 {
|
|
1281
|
-
-webkit-padding-before: var(--fluid-32) !important;
|
|
1282
|
-
padding-block-start: var(--fluid-32) !important;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
.pbs36 {
|
|
1286
|
-
-webkit-padding-before: var(--fluid-36) !important;
|
|
1287
|
-
padding-block-start: var(--fluid-36) !important;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.pbs40 {
|
|
1291
|
-
-webkit-padding-before: var(--fluid-40) !important;
|
|
1292
|
-
padding-block-start: var(--fluid-40) !important;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.pbs48 {
|
|
1296
|
-
-webkit-padding-before: var(--fluid-48) !important;
|
|
1297
|
-
padding-block-start: var(--fluid-48) !important;
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
.pbs56 {
|
|
1301
|
-
-webkit-padding-before: var(--fluid-56) !important;
|
|
1302
|
-
padding-block-start: var(--fluid-56) !important;
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
.pbs64 {
|
|
1306
|
-
-webkit-padding-before: var(--fluid-64) !important;
|
|
1307
|
-
padding-block-start: var(--fluid-64) !important;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.pbe0 {
|
|
1311
|
-
-webkit-padding-after: 0 !important;
|
|
1312
|
-
padding-block-end: 0 !important;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.pbe2 {
|
|
1316
|
-
-webkit-padding-after: var(--fluid-2) !important;
|
|
1317
|
-
padding-block-end: var(--fluid-2) !important;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
.pbe4 {
|
|
1321
|
-
-webkit-padding-after: var(--fluid-4) !important;
|
|
1322
|
-
padding-block-end: var(--fluid-4) !important;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.pbe6 {
|
|
1326
|
-
-webkit-padding-after: var(--fluid-6) !important;
|
|
1327
|
-
padding-block-end: var(--fluid-6) !important;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
.pbe8 {
|
|
1331
|
-
-webkit-padding-after: var(--fluid-8) !important;
|
|
1332
|
-
padding-block-end: var(--fluid-8) !important;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.pbe10 {
|
|
1336
|
-
-webkit-padding-after: var(--fluid-10) !important;
|
|
1337
|
-
padding-block-end: var(--fluid-10) !important;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.pbe12 {
|
|
1341
|
-
-webkit-padding-after: var(--fluid-12) !important;
|
|
1342
|
-
padding-block-end: var(--fluid-12) !important;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.pbe14 {
|
|
1346
|
-
-webkit-padding-after: var(--fluid-14) !important;
|
|
1347
|
-
padding-block-end: var(--fluid-14) !important;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.pbe16 {
|
|
1351
|
-
-webkit-padding-after: var(--fluid-16) !important;
|
|
1352
|
-
padding-block-end: var(--fluid-16) !important;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.pbe18 {
|
|
1356
|
-
-webkit-padding-after: var(--fluid-18) !important;
|
|
1357
|
-
padding-block-end: var(--fluid-18) !important;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.pbe20 {
|
|
1361
|
-
-webkit-padding-after: var(--fluid-20) !important;
|
|
1362
|
-
padding-block-end: var(--fluid-20) !important;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.pbe24 {
|
|
1366
|
-
-webkit-padding-after: var(--fluid-24) !important;
|
|
1367
|
-
padding-block-end: var(--fluid-24) !important;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.pbe32 {
|
|
1371
|
-
-webkit-padding-after: var(--fluid-32) !important;
|
|
1372
|
-
padding-block-end: var(--fluid-32) !important;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.pbe36 {
|
|
1376
|
-
-webkit-padding-after: var(--fluid-36) !important;
|
|
1377
|
-
padding-block-end: var(--fluid-36) !important;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.pbe40 {
|
|
1381
|
-
-webkit-padding-after: var(--fluid-40) !important;
|
|
1382
|
-
padding-block-end: var(--fluid-40) !important;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.pbe48 {
|
|
1386
|
-
-webkit-padding-after: var(--fluid-48) !important;
|
|
1387
|
-
padding-block-end: var(--fluid-48) !important;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.pbe56 {
|
|
1391
|
-
-webkit-padding-after: var(--fluid-56) !important;
|
|
1392
|
-
padding-block-end: var(--fluid-56) !important;
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
.pbe64 {
|
|
1396
|
-
-webkit-padding-after: var(--fluid-64) !important;
|
|
1397
|
-
padding-block-end: var(--fluid-64) !important;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
:root {
|
|
1401
|
-
--functional-menu-margin: 0px;
|
|
1402
|
-
--functional-menu-padding: 0px;
|
|
1403
|
-
--functional-menu-background: none;
|
|
1404
|
-
--functional-menu-item-color: var(--agnostic-primary);
|
|
1405
|
-
--functional-menu-item-margin: 0px;
|
|
1406
|
-
--functional-menu-item-padding: 0px;
|
|
1407
|
-
--functional-menu-item-border-top: 0px;
|
|
1408
|
-
--functional-menu-item-border-right: 0px;
|
|
1409
|
-
--functional-menu-item-border-bottom: 0px;
|
|
1410
|
-
--functional-menu-item-border-left: 0px;
|
|
1411
|
-
--functional-menu-item-selected-radius: var(--agnostic-radius, 0);
|
|
1412
|
-
--functional-menu-item-hover-color: var(--functional-menu-item-color);
|
|
1413
|
-
--functional-menu-item-hover-background: var(--functional-menu-item-background);
|
|
1414
|
-
--functional-menu-item-hover-margin: var(--functional-menu-item-margin);
|
|
1415
|
-
--functional-menu-item-hover-padding: var(--functional-menu-item-padding);
|
|
1416
|
-
--functional-menu-item-hover-border-top: var(--functional-menu-item-hover-border-top);
|
|
1417
|
-
--functional-menu-item-hover-border-right: var(--functional-menu-item-hover-border-right);
|
|
1418
|
-
--functional-menu-item-hover-border-bottom: var(--functional-menu-item-hover-border-bottom);
|
|
1419
|
-
--functional-menu-item-hover-border-left: var(--functional-menu-item-hover-border-left);
|
|
1420
|
-
--functional-menu-item-hover-radius: var(--functional-menu-item-radius);
|
|
1421
|
-
--functional-menu-item-selected-color: var(--functional-menu-item-color);
|
|
1422
|
-
--functional-menu-item-selected-background: var(--functional-menu-item-background);
|
|
1423
|
-
--functional-menu-item-selected-margin: var(--functional-menu-item-margin);
|
|
1424
|
-
--functional-menu-item-selected-padding: var(--functional-menu-item-padding);
|
|
1425
|
-
--functional-menu-item-selected-border-top:var(--functional-menu-item-border-top);
|
|
1426
|
-
--functional-menu-item-selected-border-right:var(--functional-menu-item-border-right);
|
|
1427
|
-
--functional-menu-item-selected-border-bottom:var(--functional-menu-item-border-bottom);
|
|
1428
|
-
--functional-menu-item-selected-border-left:var(--functional-menu-item-border-left);
|
|
1429
|
-
--functional-menu-item-selected-radius: var(--functional-menu-item-radius);
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
.sticky {
|
|
1433
|
-
position: sticky;
|
|
1434
|
-
top: 0;
|
|
1435
|
-
z-index: 10000;
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
:root {
|
|
1439
|
-
--functional-mobile-logo-margin: 0px;
|
|
1440
|
-
--functional-mobile-logo-padding: 0px;
|
|
1441
|
-
--functional-logo-margin: var(--functional-mobile-logo-margin);
|
|
1442
|
-
--functional-logo-padding: var(--functional-mobile-logo-padding);
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
.display-block {
|
|
1446
|
-
display: block;
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
.display-inline {
|
|
1450
|
-
display: inline;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
.display-inline-block {
|
|
1454
|
-
display: inline-block;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
.display-flex {
|
|
1458
|
-
display: flex;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
.display-inline-flex {
|
|
1462
|
-
display: inline-flex;
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
.display-grid {
|
|
1466
|
-
display: grid;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.display-inline-grid {
|
|
1470
|
-
display: inline-grid;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
.display-flow-root {
|
|
1474
|
-
display: flow-root;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
.display-none {
|
|
1478
|
-
display: none;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
.display-contents {
|
|
1482
|
-
display: contents;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.display-block-flex {
|
|
1486
|
-
display: block flex;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
.display-block-flow {
|
|
1490
|
-
display: block flow;
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.display-block-flow-root {
|
|
1494
|
-
display: block flow-root;
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
.display-block-grid {
|
|
1498
|
-
display: block grid;
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
.display-inline-flex {
|
|
1502
|
-
display: inline flex;
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
.display-inline-flow {
|
|
1506
|
-
display: inline flow;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
.display-inline-flow-root {
|
|
1510
|
-
display: inline flow-root;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
.display-inline-grid {
|
|
1514
|
-
display: inline grid;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.display-table {
|
|
1518
|
-
display: table;
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
.display-table-row {
|
|
1522
|
-
display: table-row;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
.display-list-item {
|
|
1526
|
-
display: list-item;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.display-inherit {
|
|
1530
|
-
display: inherit;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
.display-initial {
|
|
1534
|
-
display: initial;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
.display-revert {
|
|
1538
|
-
display: revert;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
.display-revert-layer {
|
|
1542
|
-
display: revert-layer;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.display-unset {
|
|
1546
|
-
display: unset;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
.splide__container {
|
|
1550
|
-
box-sizing: border-box;
|
|
1551
|
-
position: relative;
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.splide__list {
|
|
1555
|
-
backface-visibility: hidden;
|
|
1556
|
-
display: -ms-flexbox;
|
|
1557
|
-
display: flex;
|
|
1558
|
-
height: 100%;
|
|
1559
|
-
margin: 0 !important;
|
|
1560
|
-
padding: 0 !important;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.splide.is-initialized:not(.is-active) .splide__list {
|
|
1564
|
-
display: block;
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.splide__pagination {
|
|
1568
|
-
-ms-flex-align: center;
|
|
1569
|
-
align-items: center;
|
|
1570
|
-
display: -ms-flexbox;
|
|
1571
|
-
display: flex;
|
|
1572
|
-
-ms-flex-wrap: wrap;
|
|
1573
|
-
flex-wrap: wrap;
|
|
1574
|
-
-ms-flex-pack: center;
|
|
1575
|
-
justify-content: center;
|
|
1576
|
-
margin: 0;
|
|
1577
|
-
pointer-events: none;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
.splide__pagination li {
|
|
1581
|
-
display: inline-block;
|
|
1582
|
-
line-height: 1;
|
|
1583
|
-
list-style-type: none;
|
|
1584
|
-
margin: 0;
|
|
1585
|
-
pointer-events: auto;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
.splide:not(.is-overflow) .splide__pagination {
|
|
1589
|
-
display: none;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
.splide__progress__bar {
|
|
1593
|
-
width: 0;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.splide {
|
|
1597
|
-
position: relative;
|
|
1598
|
-
visibility: hidden;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
.splide.is-initialized, .splide.is-rendered {
|
|
1602
|
-
visibility: visible;
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
.splide__slide {
|
|
1606
|
-
backface-visibility: hidden;
|
|
1607
|
-
box-sizing: border-box;
|
|
1608
|
-
-ms-flex-negative: 0;
|
|
1609
|
-
flex-shrink: 0;
|
|
1610
|
-
list-style-type: none !important;
|
|
1611
|
-
margin: 0;
|
|
1612
|
-
position: relative;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.splide__slide img {
|
|
1616
|
-
vertical-align: bottom;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.splide__spinner {
|
|
1620
|
-
animation: splide-loading 1s linear infinite;
|
|
1621
|
-
border: 2px solid #999;
|
|
1622
|
-
border-left-color: transparent;
|
|
1623
|
-
border-radius: 50%;
|
|
1624
|
-
bottom: 0;
|
|
1625
|
-
contain: strict;
|
|
1626
|
-
display: inline-block;
|
|
1627
|
-
height: 20px;
|
|
1628
|
-
left: 0;
|
|
1629
|
-
margin: auto;
|
|
1630
|
-
position: absolute;
|
|
1631
|
-
right: 0;
|
|
1632
|
-
top: 0;
|
|
1633
|
-
width: 20px;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
.splide__sr {
|
|
1637
|
-
clip: rect(0 0 0 0);
|
|
1638
|
-
border: 0;
|
|
1639
|
-
height: 1px;
|
|
1640
|
-
margin: -1px;
|
|
1641
|
-
overflow: hidden;
|
|
1642
|
-
padding: 0;
|
|
1643
|
-
position: absolute;
|
|
1644
|
-
width: 1px;
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
|
|
1648
|
-
display: none;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.splide__toggle.is-active .splide__toggle__pause {
|
|
1652
|
-
display: inline;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.splide__track {
|
|
1656
|
-
overflow: hidden;
|
|
1657
|
-
position: relative;
|
|
1658
|
-
z-index: 0;
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
@keyframes splide-loading {
|
|
1662
|
-
0% {
|
|
1663
|
-
transform: rotate(0);
|
|
1664
|
-
}
|
|
1665
|
-
to {
|
|
1666
|
-
transform: rotate(1turn);
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1669
|
-
.splide__track--draggable {
|
|
1670
|
-
-webkit-touch-callout: none;
|
|
1671
|
-
-webkit-user-select: none;
|
|
1672
|
-
-ms-user-select: none;
|
|
1673
|
-
user-select: none;
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
.splide__track--fade > .splide__list > .splide__slide {
|
|
1677
|
-
margin: 0 !important;
|
|
1678
|
-
opacity: 0;
|
|
1679
|
-
z-index: 0;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
.splide__track--fade > .splide__list > .splide__slide.is-active {
|
|
1683
|
-
opacity: 1;
|
|
1684
|
-
z-index: 1;
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
.splide--rtl {
|
|
1688
|
-
direction: rtl;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
.splide__track--ttb > .splide__list {
|
|
1692
|
-
display: block;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
.splide__arrow {
|
|
1696
|
-
-ms-flex-align: center;
|
|
1697
|
-
align-items: center;
|
|
1698
|
-
background: #ccc;
|
|
1699
|
-
border: 0;
|
|
1700
|
-
border-radius: 50%;
|
|
1701
|
-
cursor: pointer;
|
|
1702
|
-
display: -ms-flexbox;
|
|
1703
|
-
display: flex;
|
|
1704
|
-
height: 2em;
|
|
1705
|
-
-ms-flex-pack: center;
|
|
1706
|
-
justify-content: center;
|
|
1707
|
-
opacity: 0.7;
|
|
1708
|
-
padding: 0;
|
|
1709
|
-
position: absolute;
|
|
1710
|
-
top: 50%;
|
|
1711
|
-
transform: translateY(-50%);
|
|
1712
|
-
width: 2em;
|
|
1713
|
-
z-index: 1;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
.splide__arrow svg {
|
|
1717
|
-
fill: #000;
|
|
1718
|
-
height: 1.2em;
|
|
1719
|
-
width: 1.2em;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
.splide__arrow:hover:not(:disabled) {
|
|
1723
|
-
opacity: 0.9;
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
.splide__arrow:disabled {
|
|
1727
|
-
opacity: 0.3;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
.splide__arrow:focus-visible {
|
|
1731
|
-
outline: 3px solid #0bf;
|
|
1732
|
-
outline-offset: 3px;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
.splide__arrow--prev {
|
|
1736
|
-
left: 1em;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
.splide__arrow--prev svg {
|
|
1740
|
-
transform: scaleX(-1);
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
.splide__arrow--next {
|
|
1744
|
-
right: 1em;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
.splide.is-focus-in .splide__arrow:focus {
|
|
1748
|
-
outline: 3px solid #0bf;
|
|
1749
|
-
outline-offset: 3px;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
.splide__pagination {
|
|
1753
|
-
bottom: 0.5em;
|
|
1754
|
-
left: 0;
|
|
1755
|
-
padding: 0 1em;
|
|
1756
|
-
position: absolute;
|
|
1757
|
-
right: 0;
|
|
1758
|
-
z-index: 1;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.splide__pagination__page {
|
|
1762
|
-
background: #ccc;
|
|
1763
|
-
border: 0;
|
|
1764
|
-
border-radius: 50%;
|
|
1765
|
-
display: inline-block;
|
|
1766
|
-
height: 8px;
|
|
1767
|
-
margin: 3px;
|
|
1768
|
-
opacity: 0.7;
|
|
1769
|
-
padding: 0;
|
|
1770
|
-
position: relative;
|
|
1771
|
-
transition: transform 0.2s linear;
|
|
1772
|
-
width: 8px;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
.splide__pagination__page.is-active {
|
|
1776
|
-
background: #fff;
|
|
1777
|
-
transform: scale(1.4);
|
|
1778
|
-
z-index: 1;
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
|
-
.splide__pagination__page:hover {
|
|
1782
|
-
cursor: pointer;
|
|
1783
|
-
opacity: 0.9;
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
.splide__pagination__page:focus-visible {
|
|
1787
|
-
outline: 3px solid #0bf;
|
|
1788
|
-
outline-offset: 3px;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
.splide.is-focus-in .splide__pagination__page:focus {
|
|
1792
|
-
outline: 3px solid #0bf;
|
|
1793
|
-
outline-offset: 3px;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
.splide__progress__bar {
|
|
1797
|
-
background: #ccc;
|
|
1798
|
-
height: 3px;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
.splide__slide {
|
|
1802
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.splide__slide:focus {
|
|
1806
|
-
outline: 0;
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
@supports (outline-offset: -3px) {
|
|
1810
|
-
.splide__slide:focus-visible {
|
|
1811
|
-
outline: 3px solid #0bf;
|
|
1812
|
-
outline-offset: -3px;
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
@media screen and (-ms-high-contrast: none) {
|
|
1816
|
-
.splide__slide:focus-visible {
|
|
1817
|
-
border: 3px solid #0bf;
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
@supports (outline-offset: -3px) {
|
|
1821
|
-
.splide.is-focus-in .splide__slide:focus {
|
|
1822
|
-
outline: 3px solid #0bf;
|
|
1823
|
-
outline-offset: -3px;
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
@media screen and (-ms-high-contrast: none) {
|
|
1827
|
-
.splide.is-focus-in .splide__slide:focus {
|
|
1828
|
-
border: 3px solid #0bf;
|
|
1829
|
-
}
|
|
1830
|
-
.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
|
|
1831
|
-
border-color: #0bf;
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
.splide__toggle {
|
|
1835
|
-
cursor: pointer;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
.splide__toggle:focus-visible {
|
|
1839
|
-
outline: 3px solid #0bf;
|
|
1840
|
-
outline-offset: 3px;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
.splide.is-focus-in .splide__toggle:focus {
|
|
1844
|
-
outline: 3px solid #0bf;
|
|
1845
|
-
outline-offset: 3px;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.splide__track--nav > .splide__list > .splide__slide {
|
|
1849
|
-
border: 3px solid transparent;
|
|
1850
|
-
cursor: pointer;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.splide__track--nav > .splide__list > .splide__slide.is-active {
|
|
1854
|
-
border: 3px solid #000;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.splide__arrows--rtl .splide__arrow--prev {
|
|
1858
|
-
left: auto;
|
|
1859
|
-
right: 1em;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
.splide__arrows--rtl .splide__arrow--prev svg {
|
|
1863
|
-
transform: scaleX(1);
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
.splide__arrows--rtl .splide__arrow--next {
|
|
1867
|
-
left: 1em;
|
|
1868
|
-
right: auto;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.splide__arrows--rtl .splide__arrow--next svg {
|
|
1872
|
-
transform: scaleX(-1);
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.splide__arrows--ttb .splide__arrow {
|
|
1876
|
-
left: 50%;
|
|
1877
|
-
transform: translate(-50%);
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
.splide__arrows--ttb .splide__arrow--prev {
|
|
1881
|
-
top: 1em;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
.splide__arrows--ttb .splide__arrow--prev svg {
|
|
1885
|
-
transform: rotate(-90deg);
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
.splide__arrows--ttb .splide__arrow--next {
|
|
1889
|
-
bottom: 1em;
|
|
1890
|
-
top: auto;
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
.splide__arrows--ttb .splide__arrow--next svg {
|
|
1894
|
-
transform: rotate(90deg);
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
.splide__pagination--ttb {
|
|
1898
|
-
bottom: 0;
|
|
1899
|
-
display: -ms-flexbox;
|
|
1900
|
-
display: flex;
|
|
1901
|
-
-ms-flex-direction: column;
|
|
1902
|
-
flex-direction: column;
|
|
1903
|
-
left: auto;
|
|
1904
|
-
padding: 1em 0;
|
|
1905
|
-
right: 0.5em;
|
|
1906
|
-
top: 0;
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
html, body, body > div {
|
|
1910
|
-
height: 100%;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
#defaultLayout {
|
|
1914
|
-
flex: 1 0 auto;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.fw {
|
|
1918
|
-
width: 100% !important;
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
.flex-row {
|
|
1922
|
-
flex-direction: row !important;
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
.flex-column {
|
|
1926
|
-
flex-direction: column !important;
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
.flex-row-dynamic {
|
|
1930
|
-
flex-direction: column !important;
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
.h0 {
|
|
1934
|
-
height: 0 !important;
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
.h2 {
|
|
1938
|
-
height: var(--fluid-2) !important;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
|
-
.h4 {
|
|
1942
|
-
height: var(--fluid-4) !important;
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
.h6 {
|
|
1946
|
-
height: var(--fluid-6) !important;
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
.h8 {
|
|
1950
|
-
height: var(--fluid-8) !important;
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
.h10 {
|
|
1954
|
-
height: var(--fluid-10) !important;
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
.h12 {
|
|
1958
|
-
height: var(--fluid-12) !important;
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
|
-
.h14 {
|
|
1962
|
-
height: var(--fluid-14) !important;
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.h16 {
|
|
1966
|
-
height: var(--fluid-16) !important;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
.h18 {
|
|
1970
|
-
height: var(--fluid-18) !important;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
.h20 {
|
|
1974
|
-
height: var(--fluid-20) !important;
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
.h24 {
|
|
1978
|
-
height: var(--fluid-24) !important;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
.h32 {
|
|
1982
|
-
height: var(--fluid-32) !important;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.h36 {
|
|
1986
|
-
height: var(--fluid-36) !important;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
.h40 {
|
|
1990
|
-
height: var(--fluid-40) !important;
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
.h48 {
|
|
1994
|
-
height: var(--fluid-48) !important;
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
.h56 {
|
|
1998
|
-
height: var(--fluid-56) !important;
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
.h64 {
|
|
2002
|
-
height: var(--fluid-64) !important;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.h33p {
|
|
2006
|
-
height: 33% !important;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
|
-
.h66p {
|
|
2010
|
-
height: 66% !important;
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
.h25p {
|
|
2014
|
-
height: 25% !important;
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
.h75p {
|
|
2018
|
-
height: 75% !important;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.h50p {
|
|
2022
|
-
height: 50% !important;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.w0 {
|
|
2026
|
-
width: 0 !important;
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
.w2 {
|
|
2030
|
-
width: var(--fluid-2) !important;
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
|
-
.w4 {
|
|
2034
|
-
width: var(--fluid-4) !important;
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
.w6 {
|
|
2038
|
-
width: var(--fluid-6) !important;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
.w8 {
|
|
2042
|
-
width: var(--fluid-8) !important;
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
.w10 {
|
|
2046
|
-
width: var(--fluid-10) !important;
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.w12 {
|
|
2050
|
-
width: var(--fluid-12) !important;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
.w14 {
|
|
2054
|
-
width: var(--fluid-14) !important;
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
.w16 {
|
|
2058
|
-
width: var(--fluid-16) !important;
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.w18 {
|
|
2062
|
-
width: var(--fluid-18) !important;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
.w20 {
|
|
2066
|
-
width: var(--fluid-20) !important;
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
.w24 {
|
|
2070
|
-
width: var(--fluid-24) !important;
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
.w32 {
|
|
2074
|
-
width: var(--fluid-32) !important;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
.w36 {
|
|
2078
|
-
width: var(--fluid-36) !important;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.w40 {
|
|
2082
|
-
width: var(--fluid-40) !important;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
.w48 {
|
|
2086
|
-
width: var(--fluid-48) !important;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
.w56 {
|
|
2090
|
-
width: var(--fluid-56) !important;
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
.w64 {
|
|
2094
|
-
width: var(--fluid-64) !important;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
.w10p {
|
|
2098
|
-
width: 100% !important;
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
|
-
.w20p {
|
|
2102
|
-
width: 100% !important;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
.w30p {
|
|
2106
|
-
width: 100% !important;
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
|
-
.w40p {
|
|
2110
|
-
width: 100% !important;
|
|
2111
|
-
}
|
|
2112
|
-
|
|
2113
|
-
.w50p {
|
|
2114
|
-
width: 100% !important;
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
|
-
.w60p {
|
|
2118
|
-
width: 100% !important;
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2121
|
-
.w70p {
|
|
2122
|
-
width: 100% !important;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.w80p {
|
|
2126
|
-
width: 100% !important;
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
|
-
.w90p {
|
|
2130
|
-
width: 100% !important;
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
.w33p {
|
|
2134
|
-
width: 100% !important;
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
|
-
.w66p {
|
|
2138
|
-
width: 100% !important;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
.w25p {
|
|
2142
|
-
width: 100% !important;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
.w75p {
|
|
2146
|
-
width: 100% !important;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
.w50p {
|
|
2150
|
-
width: 100% !important;
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
.w100p {
|
|
2154
|
-
width: 100% !important;
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
@media (min-width: 960px) {
|
|
2158
|
-
.flex-row-dynamic {
|
|
2159
|
-
flex-direction: row !important;
|
|
2160
|
-
}
|
|
2161
|
-
.w33p {
|
|
2162
|
-
width: 33% !important;
|
|
2163
|
-
}
|
|
2164
|
-
.w66p {
|
|
2165
|
-
width: 66% !important;
|
|
2166
|
-
}
|
|
2167
|
-
.w25p {
|
|
2168
|
-
width: 25% !important;
|
|
2169
|
-
}
|
|
2170
|
-
.w75p {
|
|
2171
|
-
width: 75% !important;
|
|
2172
|
-
}
|
|
2173
|
-
.w50p {
|
|
2174
|
-
width: 50% !important;
|
|
2175
|
-
}
|
|
2176
|
-
.w10p {
|
|
2177
|
-
width: 10% !important;
|
|
2178
|
-
}
|
|
2179
|
-
.w20p {
|
|
2180
|
-
width: 20% !important;
|
|
2181
|
-
}
|
|
2182
|
-
.w30p {
|
|
2183
|
-
width: 30% !important;
|
|
2184
|
-
}
|
|
2185
|
-
.w40p {
|
|
2186
|
-
width: 40% !important;
|
|
2187
|
-
}
|
|
2188
|
-
.w50p {
|
|
2189
|
-
width: 50% !important;
|
|
2190
|
-
}
|
|
2191
|
-
.w60p {
|
|
2192
|
-
width: 60% !important;
|
|
2193
|
-
}
|
|
2194
|
-
.w70p {
|
|
2195
|
-
width: 70% !important;
|
|
2196
|
-
}
|
|
2197
|
-
.w80p {
|
|
2198
|
-
width: 80% !important;
|
|
2199
|
-
}
|
|
2200
|
-
.w90p {
|
|
2201
|
-
width: 90% !important;
|
|
2202
|
-
}
|
|
2203
|
-
.h33p {
|
|
2204
|
-
height: 33% !important;
|
|
2205
|
-
}
|
|
2206
|
-
.h66p {
|
|
2207
|
-
height: 66% !important;
|
|
2208
|
-
}
|
|
2209
|
-
.h25p {
|
|
2210
|
-
height: 25% !important;
|
|
2211
|
-
}
|
|
2212
|
-
.h75p {
|
|
2213
|
-
height: 75% !important;
|
|
2214
|
-
}
|
|
2215
|
-
.h50p {
|
|
2216
|
-
height: 50% !important;
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
/*# sourceMappingURL=functional.css.map */
|
|
1
|
+
:where(html){--functional-warning-border-accent-modelight: #ecd386;--functional-warning-border-modelight: #f0e3b9;--functional-warning-light-modelight: #fff5d4;--functional-warning-dark-modelight: #634902;--functional-secondary-hover-modelight: #bc583d;--functional-secondary-modelight: #c94d2b;--functional-primary-extra-light-modelight: #f1faff;--functional-primary-light-modelight: #dcf1ff;--functional-primary-dark-modelight: #063f69;--functional-primary-border-modelight: #c1d9e9;--functional-primary-hover-modelight: #2087d0;--functional-primary-modelight: #077acb;--functional-light-modelight: #fff;--functional-dark-modelight: #333;--functional-gray-dark-modelight: #717171;--functional-gray-mid-dark-modelight: #ccc;--functional-gray-mid-modelight: #d8d8d8;--functional-gray-light-modelight: #e9e9e9;--functional-gray-extra-light-modelight: #f8f8f8;--functional-error-border-modelight: #eec8c8;--functional-error-light-modelight: #ffe0e0;--functional-error-dark-modelight: #771414;--functional-error-modelight: #e02e2e;--functional-action-border-modelight: #c7f0d1;--functional-action-light-modelight: #e2ffe9;--functional-action-dark-modelight: #0a3414;--functional-action-hover-modelight: #3dd262;--functional-action-modelight: #2fb751;--functional-disabled-color-modelight: var(--functional-gray-dark-modelight);--functional-disabled-bg-modelight: var(--functional-gray-light-modelight) }:where(html){--functional-warning-border-accent-modedark: #433507;--functional-warning-border-modedark: #fff5d4;--functional-warning-light-modedark: #faecc0;--functional-warning-dark-modedark: #221b01;--functional-secondary-hover-modedark: #000;--functional-secondary-modedark: #e89982;--functional-primary-extra-light-modedark: #172c38;--functional-primary-light-modedark: #90d0fd;--functional-primary-dark-modedark: #021421;--functional-primary-border-modedark: #63b9f7;--functional-primary-hover-modedark: #63b9f7;--functional-primary-modedark: #91d1ff;--functional-light-modedark: #1a202c;--functional-dark-modedark: #d0d0d0;--functional-gray-dark-modedark: rgb(255 255 255 / 40%);--functional-gray-mid-dark-modedark: rgba(255 255 255 / 32%);--functional-gray-mid-modedark: rgba(255 255 255 / 8%);--functional-gray-light-modedark: rgba(255 255 255 / 6%);--functional-gray-extra-light-modedark: rgba(255 255 255 / 4%);--functional-error-border-modedark: #ffe0e0;--functional-error-light-modedark: #ffe0e0;--functional-error-dark-modedark: #260202;--functional-error-modedark: #fd9e9e;--functional-action-border-modedark: #e7ffed;--functional-action-light-modedark: #baf9ca;--functional-action-dark-modedark: #011e08;--functional-action-hover-modedark: #9fe0af;--functional-action-modedark: #baf9ca;--functional-disabled-color-modedark: var(--functional-gray-dark-modedark);--functional-disabled-bg-modedark: var(--functional-gray-light-modedark) }:root{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }@media(prefers-color-scheme: dark){:root{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }}[color-scheme=light]{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }[color-scheme=dark]{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }:where(html){--functional-focus-ring-outline-color: transparent;--functional-focus-ring-outline-style: solid;--functional-focus-ring-outline-width: 3px;--functional-focus-ring-color: rgb(55 149 225 / 50%) }:where(html){--fluid-80: 5rem;--fluid-72: 4.5rem;--fluid-64: 4rem;--fluid-56: 3.5rem;--fluid-48: 3rem;--fluid-40: 2.5rem;--fluid-36: 2.25rem;--fluid-32: 2rem;--fluid-24: 1.5rem;--fluid-20: 1.25rem;--fluid-18: 1.125rem;--fluid-16: 1rem;--fluid-14: 0.875rem;--fluid-12: 0.75rem;--fluid-10: 0.625rem;--fluid-8: 0.5rem;--fluid-6: 0.375rem;--fluid-4: 0.25rem;--fluid-2: 0.125rem;--functional-vertical-pad: var(--fluid-8);--functional-line-height: var(--fluid-20);--functional-side-padding: var(--fluid-12);--functional-input-side-padding: var(--fluid-12) }:where(html){--functional-small: 0.875rem;--functional-body: 1rem;--functional-h6: 0.75rem;--functional-h5: 1.125rem;--functional-h4: 1.5rem;--functional-h3: 2.25rem;--functional-h2: 3rem;--functional-h1: 4rem;--functional-font-color: var(--functional-dark);--functional-font-weight-bold: 600;--functional-font-weight-light: 300;--functional-font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--functional-font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;--functional-font-family-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif }:where(html){--functional-timing-slow: 450ms;--functional-timing-medium: 300ms;--functional-timing-fast: 200ms }:root{--functional-radius: var(--fluid-4, 0.25rem);--functional-radius-capsule: 9999px }html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}:where(body){line-height:1.5}:where(ul){list-style:none}:where(button,[role=button]){cursor:pointer}:where(input,button,select,optgroup,textarea){margin:0;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}:where(table){border-collapse:collapse}:where(th){text-align:-webkit-match-parent;text-align:match-parent;text-align:inherit}:where(thead,tbody,tfoot,tr,td,th){border-color:inherit;border-style:solid;border-width:0}:where(html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,button,pre,hr,h1,h2,h3,h4,h5,h6){margin:0;padding:0}a{--functional-link-color: var(--functional-primary, #077acb);color:var(--functional-link-color);text-decoration:none}a:hover{text-decoration:underline}a:focus{box-shadow:0 0 0 var(--functional-focus-ring-outline-width) var(--functional-focus-ring-color);outline:var(--functional-focus-ring-outline-width) var(--functional-focus-ring-outline-style) var(--functional-focus-ring-outline-color);transition:box-shadow var(--functional-timing-fast) ease-out}@media(prefers-reduced-motion),(update: slow){a:focus{transition-duration:.001ms !important}}.screenreader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.w-100{width:100% !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-center{text-align:center !important}.h1{font-size:var(--functional-h1) !important}.h2{font-size:var(--functional-h2) !important}.h3{font-size:var(--functional-h3) !important}.h4{font-size:var(--functional-h4) !important}.h5{font-size:var(--functional-h5) !important}.h6{font-size:var(--functional-h6) !important}.top{top:0 !important}.bottom{bottom:0 !important}.start{left:var(--fluid-16) !important}.end{right:var(--fluid-16) !important}.center{left:50% !important;transform:translateX(-50%) !important}.flex{display:flex !important}.flex-inline{display:inline-flex !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.items-start{align-items:flex-start !important}.items-end{align-items:flex-end !important}.items-center{align-items:center !important}.items-baseline{align-items:baseline !important}.items-stretch{align-items:stretch !important}.self-start{align-self:flex-start !important}.self-end{align-self:flex-end !important}.self-center{align-self:center !important}.self-baseline{align-self:baseline !important}.self-stretch{align-self:stretch !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.content-start{align-content:flex-start !important}.content-end{align-content:flex-end !important}.content-center{align-content:center !important}.content-between{align-content:space-between !important}.content-around{align-content:space-around !important}.content-stretch{align-content:stretch !important}.m0{margin:0 !important}.m2{margin:var(--fluid-2) !important}.m4{margin:var(--fluid-4) !important}.m6{margin:var(--fluid-6) !important}.m8{margin:var(--fluid-8) !important}.m10{margin:var(--fluid-10) !important}.m12{margin:var(--fluid-12) !important}.m14{margin:var(--fluid-14) !important}.m16{margin:var(--fluid-16) !important}.m18{margin:var(--fluid-18) !important}.m20{margin:var(--fluid-20) !important}.m24{margin:var(--fluid-24) !important}.m32{margin:var(--fluid-32) !important}.m36{margin:var(--fluid-36) !important}.m40{margin:var(--fluid-40) !important}.m48{margin:var(--fluid-48) !important}.m56{margin:var(--fluid-56) !important}.m64{margin:var(--fluid-64) !important}.mis0{-webkit-margin-start:0 !important;margin-inline-start:0 !important}.mis2{-webkit-margin-start:var(--fluid-2) !important;margin-inline-start:var(--fluid-2) !important}.mis4{-webkit-margin-start:var(--fluid-4) !important;margin-inline-start:var(--fluid-4) !important}.mis6{-webkit-margin-start:var(--fluid-6) !important;margin-inline-start:var(--fluid-6) !important}.mis8{-webkit-margin-start:var(--fluid-8) !important;margin-inline-start:var(--fluid-8) !important}.mis10{-webkit-margin-start:var(--fluid-10) !important;margin-inline-start:var(--fluid-10) !important}.mis12{-webkit-margin-start:var(--fluid-12) !important;margin-inline-start:var(--fluid-12) !important}.mis14{-webkit-margin-start:var(--fluid-14) !important;margin-inline-start:var(--fluid-14) !important}.mis16{-webkit-margin-start:var(--fluid-16) !important;margin-inline-start:var(--fluid-16) !important}.mis18{-webkit-margin-start:var(--fluid-18) !important;margin-inline-start:var(--fluid-18) !important}.mis20{-webkit-margin-start:var(--fluid-20) !important;margin-inline-start:var(--fluid-20) !important}.mis24{-webkit-margin-start:var(--fluid-24) !important;margin-inline-start:var(--fluid-24) !important}.mis32{-webkit-margin-start:var(--fluid-32) !important;margin-inline-start:var(--fluid-32) !important}.mis36{-webkit-margin-start:var(--fluid-36) !important;margin-inline-start:var(--fluid-36) !important}.mis40{-webkit-margin-start:var(--fluid-40) !important;margin-inline-start:var(--fluid-40) !important}.mis48{-webkit-margin-start:var(--fluid-48) !important;margin-inline-start:var(--fluid-48) !important}.mis56{-webkit-margin-start:var(--fluid-56) !important;margin-inline-start:var(--fluid-56) !important}.mis64{-webkit-margin-start:var(--fluid-64) !important;margin-inline-start:var(--fluid-64) !important}.mie0{-webkit-margin-end:0 !important;margin-inline-end:0 !important}.mie2{-webkit-margin-end:var(--fluid-2) !important;margin-inline-end:var(--fluid-2) !important}.mie4{-webkit-margin-end:var(--fluid-4) !important;margin-inline-end:var(--fluid-4) !important}.mie6{-webkit-margin-end:var(--fluid-6) !important;margin-inline-end:var(--fluid-6) !important}.mie8{-webkit-margin-end:var(--fluid-8) !important;margin-inline-end:var(--fluid-8) !important}.mie10{-webkit-margin-end:var(--fluid-10) !important;margin-inline-end:var(--fluid-10) !important}.mie12{-webkit-margin-end:var(--fluid-12) !important;margin-inline-end:var(--fluid-12) !important}.mie14{-webkit-margin-end:var(--fluid-14) !important;margin-inline-end:var(--fluid-14) !important}.mie16{-webkit-margin-end:var(--fluid-16) !important;margin-inline-end:var(--fluid-16) !important}.mie18{-webkit-margin-end:var(--fluid-18) !important;margin-inline-end:var(--fluid-18) !important}.mie20{-webkit-margin-end:var(--fluid-20) !important;margin-inline-end:var(--fluid-20) !important}.mie24{-webkit-margin-end:var(--fluid-24) !important;margin-inline-end:var(--fluid-24) !important}.mie32{-webkit-margin-end:var(--fluid-32) !important;margin-inline-end:var(--fluid-32) !important}.mie36{-webkit-margin-end:var(--fluid-36) !important;margin-inline-end:var(--fluid-36) !important}.mie40{-webkit-margin-end:var(--fluid-40) !important;margin-inline-end:var(--fluid-40) !important}.mie48{-webkit-margin-end:var(--fluid-48) !important;margin-inline-end:var(--fluid-48) !important}.mie56{-webkit-margin-end:var(--fluid-56) !important;margin-inline-end:var(--fluid-56) !important}.mie64{-webkit-margin-end:var(--fluid-64) !important;margin-inline-end:var(--fluid-64) !important}.mbs0{-webkit-margin-before:0 !important;margin-block-start:0 !important}.mbs2{-webkit-margin-before:var(--fluid-2) !important;margin-block-start:var(--fluid-2) !important}.mbs4{-webkit-margin-before:var(--fluid-4) !important;margin-block-start:var(--fluid-4) !important}.mbs6{-webkit-margin-before:var(--fluid-6) !important;margin-block-start:var(--fluid-6) !important}.mbs8{-webkit-margin-before:var(--fluid-8) !important;margin-block-start:var(--fluid-8) !important}.mbs10{-webkit-margin-before:var(--fluid-10) !important;margin-block-start:var(--fluid-10) !important}.mbs12{-webkit-margin-before:var(--fluid-12) !important;margin-block-start:var(--fluid-12) !important}.mbs14{-webkit-margin-before:var(--fluid-14) !important;margin-block-start:var(--fluid-14) !important}.mbs16{-webkit-margin-before:var(--fluid-16) !important;margin-block-start:var(--fluid-16) !important}.mbs18{-webkit-margin-before:var(--fluid-18) !important;margin-block-start:var(--fluid-18) !important}.mbs20{-webkit-margin-before:var(--fluid-20) !important;margin-block-start:var(--fluid-20) !important}.mbs24{-webkit-margin-before:var(--fluid-24) !important;margin-block-start:var(--fluid-24) !important}.mbs32{-webkit-margin-before:var(--fluid-32) !important;margin-block-start:var(--fluid-32) !important}.mbs36{-webkit-margin-before:var(--fluid-36) !important;margin-block-start:var(--fluid-36) !important}.mbs40{-webkit-margin-before:var(--fluid-40) !important;margin-block-start:var(--fluid-40) !important}.mbs48{-webkit-margin-before:var(--fluid-48) !important;margin-block-start:var(--fluid-48) !important}.mbs56{-webkit-margin-before:var(--fluid-56) !important;margin-block-start:var(--fluid-56) !important}.mbs64{-webkit-margin-before:var(--fluid-64) !important;margin-block-start:var(--fluid-64) !important}.mbe0{-webkit-margin-after:0 !important;margin-block-end:0 !important}.mbe2{-webkit-margin-after:var(--fluid-2) !important;margin-block-end:var(--fluid-2) !important}.mbe4{-webkit-margin-after:var(--fluid-4) !important;margin-block-end:var(--fluid-4) !important}.mbe6{-webkit-margin-after:var(--fluid-6) !important;margin-block-end:var(--fluid-6) !important}.mbe8{-webkit-margin-after:var(--fluid-8) !important;margin-block-end:var(--fluid-8) !important}.mbe10{-webkit-margin-after:var(--fluid-10) !important;margin-block-end:var(--fluid-10) !important}.mbe12{-webkit-margin-after:var(--fluid-12) !important;margin-block-end:var(--fluid-12) !important}.mbe14{-webkit-margin-after:var(--fluid-14) !important;margin-block-end:var(--fluid-14) !important}.mbe16{-webkit-margin-after:var(--fluid-16) !important;margin-block-end:var(--fluid-16) !important}.mbe18{-webkit-margin-after:var(--fluid-18) !important;margin-block-end:var(--fluid-18) !important}.mbe20{-webkit-margin-after:var(--fluid-20) !important;margin-block-end:var(--fluid-20) !important}.mbe24{-webkit-margin-after:var(--fluid-24) !important;margin-block-end:var(--fluid-24) !important}.mbe32{-webkit-margin-after:var(--fluid-32) !important;margin-block-end:var(--fluid-32) !important}.mbe36{-webkit-margin-after:var(--fluid-36) !important;margin-block-end:var(--fluid-36) !important}.mbe40{-webkit-margin-after:var(--fluid-40) !important;margin-block-end:var(--fluid-40) !important}.mbe48{-webkit-margin-after:var(--fluid-48) !important;margin-block-end:var(--fluid-48) !important}.mbe56{-webkit-margin-after:var(--fluid-56) !important;margin-block-end:var(--fluid-56) !important}.mbe64{-webkit-margin-after:var(--fluid-64) !important;margin-block-end:var(--fluid-64) !important}.p0{padding:0 !important}.p2{padding:var(--fluid-2) !important}.p4{padding:var(--fluid-4) !important}.p6{padding:var(--fluid-6) !important}.p8{padding:var(--fluid-8) !important}.p10{padding:var(--fluid-10) !important}.p12{padding:var(--fluid-12) !important}.p14{padding:var(--fluid-14) !important}.p16{padding:var(--fluid-16) !important}.p18{padding:var(--fluid-18) !important}.p20{padding:var(--fluid-20) !important}.p24{padding:var(--fluid-24) !important}.p32{padding:var(--fluid-32) !important}.p36{padding:var(--fluid-36) !important}.p40{padding:var(--fluid-40) !important}.p48{padding:var(--fluid-48) !important}.p56{padding:var(--fluid-56) !important}.p64{padding:var(--fluid-64) !important}.pis0{-webkit-padding-start:0 !important;padding-inline-start:0 !important}.pis2{-webkit-padding-start:var(--fluid-2) !important;padding-inline-start:var(--fluid-2) !important}.pis4{-webkit-padding-start:var(--fluid-4) !important;padding-inline-start:var(--fluid-4) !important}.pis6{-webkit-padding-start:var(--fluid-6) !important;padding-inline-start:var(--fluid-6) !important}.pis8{-webkit-padding-start:var(--fluid-8) !important;padding-inline-start:var(--fluid-8) !important}.pis10{-webkit-padding-start:var(--fluid-10) !important;padding-inline-start:var(--fluid-10) !important}.pis12{-webkit-padding-start:var(--fluid-12) !important;padding-inline-start:var(--fluid-12) !important}.pis14{-webkit-padding-start:var(--fluid-14) !important;padding-inline-start:var(--fluid-14) !important}.pis16{-webkit-padding-start:var(--fluid-16) !important;padding-inline-start:var(--fluid-16) !important}.pis18{-webkit-padding-start:var(--fluid-18) !important;padding-inline-start:var(--fluid-18) !important}.pis20{-webkit-padding-start:var(--fluid-20) !important;padding-inline-start:var(--fluid-20) !important}.pis24{-webkit-padding-start:var(--fluid-24) !important;padding-inline-start:var(--fluid-24) !important}.pis32{-webkit-padding-start:var(--fluid-32) !important;padding-inline-start:var(--fluid-32) !important}.pis36{-webkit-padding-start:var(--fluid-36) !important;padding-inline-start:var(--fluid-36) !important}.pis40{-webkit-padding-start:var(--fluid-40) !important;padding-inline-start:var(--fluid-40) !important}.pis48{-webkit-padding-start:var(--fluid-48) !important;padding-inline-start:var(--fluid-48) !important}.pis56{-webkit-padding-start:var(--fluid-56) !important;padding-inline-start:var(--fluid-56) !important}.pis64{-webkit-padding-start:var(--fluid-64) !important;padding-inline-start:var(--fluid-64) !important}.pie0{-webkit-padding-end:0 !important;padding-inline-end:0 !important}.pie2{-webkit-padding-end:var(--fluid-2) !important;padding-inline-end:var(--fluid-2) !important}.pie4{-webkit-padding-end:var(--fluid-4) !important;padding-inline-end:var(--fluid-4) !important}.pie6{-webkit-padding-end:var(--fluid-6) !important;padding-inline-end:var(--fluid-6) !important}.pie8{-webkit-padding-end:var(--fluid-8) !important;padding-inline-end:var(--fluid-8) !important}.pie10{-webkit-padding-end:var(--fluid-10) !important;padding-inline-end:var(--fluid-10) !important}.pie12{-webkit-padding-end:var(--fluid-12) !important;padding-inline-end:var(--fluid-12) !important}.pie14{-webkit-padding-end:var(--fluid-14) !important;padding-inline-end:var(--fluid-14) !important}.pie16{-webkit-padding-end:var(--fluid-16) !important;padding-inline-end:var(--fluid-16) !important}.pie18{-webkit-padding-end:var(--fluid-18) !important;padding-inline-end:var(--fluid-18) !important}.pie20{-webkit-padding-end:var(--fluid-20) !important;padding-inline-end:var(--fluid-20) !important}.pie24{-webkit-padding-end:var(--fluid-24) !important;padding-inline-end:var(--fluid-24) !important}.pie32{-webkit-padding-end:var(--fluid-32) !important;padding-inline-end:var(--fluid-32) !important}.pie36{-webkit-padding-end:var(--fluid-36) !important;padding-inline-end:var(--fluid-36) !important}.pie40{-webkit-padding-end:var(--fluid-40) !important;padding-inline-end:var(--fluid-40) !important}.pie48{-webkit-padding-end:var(--fluid-48) !important;padding-inline-end:var(--fluid-48) !important}.pie56{-webkit-padding-end:var(--fluid-56) !important;padding-inline-end:var(--fluid-56) !important}.pie64{-webkit-padding-end:var(--fluid-64) !important;padding-inline-end:var(--fluid-64) !important}.pbs0{-webkit-padding-before:0 !important;padding-block-start:0 !important}.pbs2{-webkit-padding-before:var(--fluid-2) !important;padding-block-start:var(--fluid-2) !important}.pbs4{-webkit-padding-before:var(--fluid-4) !important;padding-block-start:var(--fluid-4) !important}.pbs6{-webkit-padding-before:var(--fluid-6) !important;padding-block-start:var(--fluid-6) !important}.pbs8{-webkit-padding-before:var(--fluid-8) !important;padding-block-start:var(--fluid-8) !important}.pbs10{-webkit-padding-before:var(--fluid-10) !important;padding-block-start:var(--fluid-10) !important}.pbs12{-webkit-padding-before:var(--fluid-12) !important;padding-block-start:var(--fluid-12) !important}.pbs14{-webkit-padding-before:var(--fluid-14) !important;padding-block-start:var(--fluid-14) !important}.pbs16{-webkit-padding-before:var(--fluid-16) !important;padding-block-start:var(--fluid-16) !important}.pbs18{-webkit-padding-before:var(--fluid-18) !important;padding-block-start:var(--fluid-18) !important}.pbs20{-webkit-padding-before:var(--fluid-20) !important;padding-block-start:var(--fluid-20) !important}.pbs24{-webkit-padding-before:var(--fluid-24) !important;padding-block-start:var(--fluid-24) !important}.pbs32{-webkit-padding-before:var(--fluid-32) !important;padding-block-start:var(--fluid-32) !important}.pbs36{-webkit-padding-before:var(--fluid-36) !important;padding-block-start:var(--fluid-36) !important}.pbs40{-webkit-padding-before:var(--fluid-40) !important;padding-block-start:var(--fluid-40) !important}.pbs48{-webkit-padding-before:var(--fluid-48) !important;padding-block-start:var(--fluid-48) !important}.pbs56{-webkit-padding-before:var(--fluid-56) !important;padding-block-start:var(--fluid-56) !important}.pbs64{-webkit-padding-before:var(--fluid-64) !important;padding-block-start:var(--fluid-64) !important}.pbe0{-webkit-padding-after:0 !important;padding-block-end:0 !important}.pbe2{-webkit-padding-after:var(--fluid-2) !important;padding-block-end:var(--fluid-2) !important}.pbe4{-webkit-padding-after:var(--fluid-4) !important;padding-block-end:var(--fluid-4) !important}.pbe6{-webkit-padding-after:var(--fluid-6) !important;padding-block-end:var(--fluid-6) !important}.pbe8{-webkit-padding-after:var(--fluid-8) !important;padding-block-end:var(--fluid-8) !important}.pbe10{-webkit-padding-after:var(--fluid-10) !important;padding-block-end:var(--fluid-10) !important}.pbe12{-webkit-padding-after:var(--fluid-12) !important;padding-block-end:var(--fluid-12) !important}.pbe14{-webkit-padding-after:var(--fluid-14) !important;padding-block-end:var(--fluid-14) !important}.pbe16{-webkit-padding-after:var(--fluid-16) !important;padding-block-end:var(--fluid-16) !important}.pbe18{-webkit-padding-after:var(--fluid-18) !important;padding-block-end:var(--fluid-18) !important}.pbe20{-webkit-padding-after:var(--fluid-20) !important;padding-block-end:var(--fluid-20) !important}.pbe24{-webkit-padding-after:var(--fluid-24) !important;padding-block-end:var(--fluid-24) !important}.pbe32{-webkit-padding-after:var(--fluid-32) !important;padding-block-end:var(--fluid-32) !important}.pbe36{-webkit-padding-after:var(--fluid-36) !important;padding-block-end:var(--fluid-36) !important}.pbe40{-webkit-padding-after:var(--fluid-40) !important;padding-block-end:var(--fluid-40) !important}.pbe48{-webkit-padding-after:var(--fluid-48) !important;padding-block-end:var(--fluid-48) !important}.pbe56{-webkit-padding-after:var(--fluid-56) !important;padding-block-end:var(--fluid-56) !important}.pbe64{-webkit-padding-after:var(--fluid-64) !important;padding-block-end:var(--fluid-64) !important}:where(html){scrollbar-gutter:stable both-edges}:where(img,picture,canvas,video,iframe){max-inline-size:100%;block-size:auto;vertical-align:middle}:where(body){font-family:var(--functional-font-family-body);font-size:var(--functional-body);-webkit-font-smoothing:antialiased}:where(h1){font-size:var(--functional-h1)}:where(h2){font-size:var(--functional-h2)}:where(h3){font-size:var(--functional-h3)}:where(h4){font-size:var(--functional-h4)}:where(h5){font-size:var(--functional-h5)}:where(h6){font-size:var(--functional-h6)}:root{--functional-menu-margin: 0px;--functional-menu-padding: 0px;--functional-menu-background: none;--functional-menu-item-color: var(--functional-primary);--functional-menu-item-margin: 0px;--functional-menu-item-padding: 0px;--functional-menu-item-border-top: 0px;--functional-menu-item-border-right: 0px;--functional-menu-item-border-bottom: 0px;--functional-menu-item-border-left: 0px;--functional-menu-item-selected-radius: var(--functional-radius, 0);--functional-menu-item-hover-color: var(--functional-menu-item-color);--functional-menu-item-hover-background: var(--functional-menu-item-background);--functional-menu-item-hover-margin: var(--functional-menu-item-margin);--functional-menu-item-hover-padding: var(--functional-menu-item-padding);--functional-menu-item-hover-border-top: var(--functional-menu-item-hover-border-top);--functional-menu-item-hover-border-right: var(--functional-menu-item-hover-border-right);--functional-menu-item-hover-border-bottom: var(--functional-menu-item-hover-border-bottom);--functional-menu-item-hover-border-left: var(--functional-menu-item-hover-border-left);--functional-menu-item-hover-radius: var(--functional-menu-item-radius);--functional-menu-item-selected-color: var(--functional-menu-item-color);--functional-menu-item-selected-background: var(--functional-menu-item-background);--functional-menu-item-selected-margin: var(--functional-menu-item-margin);--functional-menu-item-selected-padding: var(--functional-menu-item-padding);--functional-menu-item-selected-border-top:var(--functional-menu-item-border-top);--functional-menu-item-selected-border-right:var(--functional-menu-item-border-right);--functional-menu-item-selected-border-bottom:var(--functional-menu-item-border-bottom);--functional-menu-item-selected-border-left:var(--functional-menu-item-border-left);--functional-menu-item-selected-radius: var(--functional-menu-item-radius)}.sticky{position:sticky;top:0;z-index:10000}:root{--functional-mobile-logo-margin: 0px;--functional-mobile-logo-padding: 0px;--functional-logo-margin: var(--functional-mobile-logo-margin);--functional-logo-padding: var(--functional-mobile-logo-padding)}.display-block{display:block}.display-inline{display:inline}.display-inline-block{display:inline-block}.display-flex{display:flex}.display-inline-flex{display:inline-flex}.display-grid{display:grid}.display-inline-grid{display:inline-grid}.display-flow-root{display:flow-root}.display-none{display:none}.display-contents{display:contents}.display-block-flex{display:block flex}.display-block-flow{display:block flow}.display-block-flow-root{display:block flow-root}.display-block-grid{display:block grid}.display-inline-flex{display:inline flex}.display-inline-flow{display:inline flow}.display-inline-flow-root{display:inline flow-root}.display-inline-grid{display:inline grid}.display-table{display:table}.display-table-row{display:table-row}.display-list-item{display:list-item}.display-inherit{display:inherit}.display-initial{display:initial}.display-revert{display:revert}.display-revert-layer{display:revert-layer}.display-unset{display:unset}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0 !important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.splide__slide:focus{outline:0}@supports(outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/*# sourceMappingURL=functional.css.map */
|