@zanichelli/zanichelli-it-frontend-kit 1.0.0 → 1.0.2
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/dist/cjs/index-xkrZykI_.js +1532 -0
- package/dist/cjs/index-xkrZykI_.js.map +1 -0
- package/dist/cjs/index.cjs.js +5 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/zanichelli-it-frontend-kit.cjs.js +27 -0
- package/dist/cjs/zanichelli-it-frontend-kit.cjs.js.map +1 -0
- package/dist/cjs/zanit-menubar.zanit-mobile-menubar.zanit-search-form.entry.cjs.js.map +1 -0
- package/dist/cjs/zanit-menubar_3.cjs.entry.js +676 -0
- package/dist/cjs/zanit-menubar_3.cjs.entry.js.map +1 -0
- package/dist/collection/collection-manifest.json +14 -0
- package/dist/collection/components/menubar/menu/menu.css +98 -0
- package/dist/collection/components/menubar/menu/menu.js +38 -0
- package/dist/collection/components/menubar/menu/menu.js.map +1 -0
- package/dist/collection/components/menubar/menubar.css +167 -0
- package/{www/build/zanit-menubar.entry.js → dist/collection/components/menubar/menubar.js} +157 -25
- package/dist/collection/components/menubar/menubar.js.map +1 -0
- package/dist/collection/components/menubar/mobile-menubar/mobile-menubar.css +114 -0
- package/{www/build/zanit-mobile-menubar.entry.js → dist/collection/components/menubar/mobile-menubar/mobile-menubar.js} +149 -25
- package/dist/collection/components/menubar/mobile-menubar/mobile-menubar.js.map +1 -0
- package/dist/collection/components/menubar/search-form/search-form.css +147 -0
- package/{www/build/zanit-search-form.entry.js → dist/collection/components/menubar/search-form/search-form.js} +98 -22
- package/dist/collection/components/menubar/search-form/search-form.js.map +1 -0
- package/dist/collection/index.js +11 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/types.js +2 -0
- package/dist/collection/utils/types.js.map +1 -0
- package/dist/{zanichelli-it-frontend-kit/utils-CaxAWyZI.js → collection/utils/utils.js} +3 -7
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/index.js +1290 -0
- package/dist/components/index.js.map +1 -0
- package/dist/{zanichelli-it-frontend-kit/zanit-mobile-menubar.entry.js → components/p-CQEWv_Pv.js} +87 -14
- package/dist/components/p-CQEWv_Pv.js.map +1 -0
- package/dist/{zanichelli-it-frontend-kit/zanit-search-form.entry.js → components/p-CiHl-h3q.js} +52 -13
- package/dist/components/p-CiHl-h3q.js.map +1 -0
- package/dist/{zanichelli-it-frontend-kit/zanit-menubar.entry.js → components/zanit-menubar.js} +56 -13
- package/dist/components/zanit-menubar.js.map +1 -0
- package/dist/components/zanit-mobile-menubar.js +9 -0
- package/dist/components/zanit-mobile-menubar.js.map +1 -0
- package/dist/components/zanit-search-form.js +9 -0
- package/dist/components/zanit-search-form.js.map +1 -0
- package/dist/esm/index-BWVQ0LD4.js +1504 -0
- package/dist/esm/index-BWVQ0LD4.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/zanichelli-it-frontend-kit.js +23 -0
- package/dist/esm/zanichelli-it-frontend-kit.js.map +1 -0
- package/dist/esm/zanit-menubar.zanit-mobile-menubar.zanit-search-form.entry.js.map +1 -0
- package/dist/esm/zanit-menubar_3.entry.js +672 -0
- package/dist/esm/zanit-menubar_3.entry.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/zanichelli-it-frontend-kit/index.esm.js +0 -10
- package/dist/zanichelli-it-frontend-kit/index.esm.js.map +1 -1
- package/dist/zanichelli-it-frontend-kit/p-BWVQ0LD4.js +3 -0
- package/dist/zanichelli-it-frontend-kit/p-BWVQ0LD4.js.map +1 -0
- package/dist/zanichelli-it-frontend-kit/p-b6c74a1e.entry.js +2 -0
- package/dist/zanichelli-it-frontend-kit/p-b6c74a1e.entry.js.map +1 -0
- package/dist/zanichelli-it-frontend-kit/zanichelli-it-frontend-kit.css +1 -993
- package/dist/zanichelli-it-frontend-kit/zanichelli-it-frontend-kit.esm.js +1 -49
- package/dist/zanichelli-it-frontend-kit/zanichelli-it-frontend-kit.esm.js.map +1 -1
- package/dist/zanichelli-it-frontend-kit/zanit-menubar.zanit-mobile-menubar.zanit-search-form.entry.esm.js.map +1 -0
- package/package.json +1 -1
- package/www/build/index.esm.js +0 -10
- package/www/build/index.esm.js.map +1 -1
- package/www/build/p-984b8fa6.css +1 -0
- package/www/build/p-BWVQ0LD4.js +3 -0
- package/www/build/p-BWVQ0LD4.js.map +1 -0
- package/www/build/p-b6c74a1e.entry.js +2 -0
- package/www/build/p-b6c74a1e.entry.js.map +1 -0
- package/www/build/p-d36eb550.js +2 -0
- package/www/build/zanichelli-it-frontend-kit.css +1 -993
- package/www/build/zanichelli-it-frontend-kit.esm.js +1 -49
- package/www/build/zanichelli-it-frontend-kit.esm.js.map +1 -1
- package/www/build/zanit-menubar.zanit-mobile-menubar.zanit-search-form.entry.esm.js.map +1 -0
- package/www/index.html +2 -11
- package/dist/zanichelli-it-frontend-kit/index-Cn3aX5eK.js +0 -4170
- package/dist/zanichelli-it-frontend-kit/index-Cn3aX5eK.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/menu-DZlhu_pe.js +0 -46
- package/dist/zanichelli-it-frontend-kit/menu-DZlhu_pe.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/utils-CaxAWyZI.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-menubar.entry.esm.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-menubar.entry.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-mobile-menubar.entry.esm.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-mobile-menubar.entry.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-search-form.entry.esm.js.map +0 -1
- package/dist/zanichelli-it-frontend-kit/zanit-search-form.entry.js.map +0 -1
- package/www/build/index-Cn3aX5eK.js +0 -4170
- package/www/build/index-Cn3aX5eK.js.map +0 -1
- package/www/build/menu-DZlhu_pe.js +0 -46
- package/www/build/menu-DZlhu_pe.js.map +0 -1
- package/www/build/utils-CaxAWyZI.js +0 -21
- package/www/build/utils-CaxAWyZI.js.map +0 -1
- package/www/build/zanit-menubar.entry.esm.js.map +0 -1
- package/www/build/zanit-menubar.entry.js.map +0 -1
- package/www/build/zanit-mobile-menubar.entry.esm.js.map +0 -1
- package/www/build/zanit-mobile-menubar.entry.js.map +0 -1
- package/www/build/zanit-search-form.entry.esm.js.map +0 -1
- package/www/build/zanit-search-form.entry.js.map +0 -1
|
@@ -1,993 +1 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* font-weight */
|
|
3
|
-
--font-md: 500;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.title-1,
|
|
7
|
-
.title-2,
|
|
8
|
-
.title-3,
|
|
9
|
-
.title-4,
|
|
10
|
-
.title-5,
|
|
11
|
-
.title-6,
|
|
12
|
-
.title-1-rg,
|
|
13
|
-
.title-2-rg,
|
|
14
|
-
.title-3-rg,
|
|
15
|
-
.title-4-rg,
|
|
16
|
-
.title-5-rg,
|
|
17
|
-
.title-6-rg,
|
|
18
|
-
.title-1-lt,
|
|
19
|
-
.title-2-lt,
|
|
20
|
-
.title-3-lt,
|
|
21
|
-
.title-4-lt,
|
|
22
|
-
.title-5-lt,
|
|
23
|
-
.title-6-lt,
|
|
24
|
-
.title-1-sb,
|
|
25
|
-
.title-2-sb,
|
|
26
|
-
.title-3-sb,
|
|
27
|
-
.title-4-sb,
|
|
28
|
-
.title-5-sb,
|
|
29
|
-
.title-6-sb,
|
|
30
|
-
.title-1-bd,
|
|
31
|
-
.title-2-bd,
|
|
32
|
-
.title-3-bd,
|
|
33
|
-
.title-4-bd,
|
|
34
|
-
.title-5-bd,
|
|
35
|
-
.title-6-bd,
|
|
36
|
-
.title-1-md,
|
|
37
|
-
.title-2-md,
|
|
38
|
-
.title-3-md,
|
|
39
|
-
.title-4-md,
|
|
40
|
-
.title-5-md,
|
|
41
|
-
.title-6-md {
|
|
42
|
-
font-family: var(--font-family-serif);
|
|
43
|
-
font-weight: var(--font-rg);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.title-1-lt,
|
|
47
|
-
.title-2-lt,
|
|
48
|
-
.title-3-lt,
|
|
49
|
-
.title-4-lt,
|
|
50
|
-
.title-5-lt,
|
|
51
|
-
.title-6-lt,
|
|
52
|
-
.heading-1-lt,
|
|
53
|
-
.heading-2-lt,
|
|
54
|
-
.heading-3-lt,
|
|
55
|
-
.heading-4-lt,
|
|
56
|
-
.body-1-lt,
|
|
57
|
-
.body-2-lt,
|
|
58
|
-
.body-3-lt,
|
|
59
|
-
.body-4-lt,
|
|
60
|
-
.body-5-lt,
|
|
61
|
-
.body-6-lt,
|
|
62
|
-
.body-7-lt,
|
|
63
|
-
.interactive-1-lt,
|
|
64
|
-
.interactive-2-lt {
|
|
65
|
-
font-weight: var(--font-lt);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.title-1-md,
|
|
69
|
-
.title-2-md,
|
|
70
|
-
.title-3-md,
|
|
71
|
-
.title-4-md,
|
|
72
|
-
.title-5-md,
|
|
73
|
-
.title-6-md,
|
|
74
|
-
.heading-1-md,
|
|
75
|
-
.heading-2-md,
|
|
76
|
-
.heading-3-md,
|
|
77
|
-
.heading-4-md,
|
|
78
|
-
.body-1-md,
|
|
79
|
-
.body-2-md,
|
|
80
|
-
.body-3-md,
|
|
81
|
-
.body-4-md,
|
|
82
|
-
.body-5-md,
|
|
83
|
-
.body-6-md,
|
|
84
|
-
.body-7-md,
|
|
85
|
-
.interactive-1-md,
|
|
86
|
-
.interactive-2-md {
|
|
87
|
-
font-weight: var(--font-md);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.title-1-rg,
|
|
91
|
-
.title-2-rg,
|
|
92
|
-
.title-3-rg,
|
|
93
|
-
.title-4-rg,
|
|
94
|
-
.title-5-rg,
|
|
95
|
-
.title-6-rg,
|
|
96
|
-
.heading-1-rg,
|
|
97
|
-
.heading-2-rg,
|
|
98
|
-
.heading-3-rg,
|
|
99
|
-
.heading-4-rg,
|
|
100
|
-
.body-1-rg,
|
|
101
|
-
.body-2-rg,
|
|
102
|
-
.body-3-rg,
|
|
103
|
-
.body-4-rg,
|
|
104
|
-
.body-5-rg,
|
|
105
|
-
.body-6-rg,
|
|
106
|
-
.body-7-rg,
|
|
107
|
-
.interactive-1-rg,
|
|
108
|
-
.interactive-2-rg {
|
|
109
|
-
font-weight: var(--font-rg);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.title-1-sb,
|
|
113
|
-
.title-2-sb,
|
|
114
|
-
.title-3-sb,
|
|
115
|
-
.title-4-sb,
|
|
116
|
-
.title-5-sb,
|
|
117
|
-
.title-6-sb,
|
|
118
|
-
.heading-1-sb,
|
|
119
|
-
.heading-2-sb,
|
|
120
|
-
.heading-3-sb,
|
|
121
|
-
.heading-4-sb,
|
|
122
|
-
.body-2-sb,
|
|
123
|
-
.body-3-sb,
|
|
124
|
-
.body-4-sb,
|
|
125
|
-
.body-5-sb,
|
|
126
|
-
.body-6-sb,
|
|
127
|
-
.body-7-sb,
|
|
128
|
-
.interactive-1-sb,
|
|
129
|
-
.interactive-2-sb {
|
|
130
|
-
font-weight: var(--font-sb);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.title-1-bd,
|
|
134
|
-
.title-2-bd,
|
|
135
|
-
.title-3-bd,
|
|
136
|
-
.title-4-bd,
|
|
137
|
-
.title-5-bd,
|
|
138
|
-
.title-6-bd,
|
|
139
|
-
.heading-1-bd,
|
|
140
|
-
.heading-2-bd,
|
|
141
|
-
.heading-3-bd,
|
|
142
|
-
.heading-4-bd,
|
|
143
|
-
.body-1-bd,
|
|
144
|
-
.body-2-bd,
|
|
145
|
-
.body-3-bd,
|
|
146
|
-
.body-4-bd,
|
|
147
|
-
.body-5-bd,
|
|
148
|
-
.body-6-bd,
|
|
149
|
-
.body-7-bd,
|
|
150
|
-
.interactive-1-bd,
|
|
151
|
-
.interactive-2-bd {
|
|
152
|
-
font-weight: var(--font-bd);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.font-lt {
|
|
156
|
-
font-weight: var(--font-lt);
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.font-rg {
|
|
160
|
-
font-weight: var(--font-rg);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.font-md {
|
|
164
|
-
font-weight: var(--font-md);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.font-sb {
|
|
168
|
-
font-weight: var(--font-sb);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.font-bd {
|
|
172
|
-
font-weight: var(--font-bd);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.font-it {
|
|
176
|
-
font-style: italic;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.font-serif {
|
|
180
|
-
font-family: var(--font-family-serif);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.font-sans {
|
|
184
|
-
font-family: var(--font-family-sans);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.title-1,
|
|
188
|
-
.title-1-sb,
|
|
189
|
-
.title-1-bd,
|
|
190
|
-
.title-1-rg,
|
|
191
|
-
.title-1-lt,
|
|
192
|
-
.title-1-md {
|
|
193
|
-
font-size: 4.5rem; /* 72px */
|
|
194
|
-
line-height: 5rem; /* 80px */
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.title-2,
|
|
198
|
-
.title-2-sb,
|
|
199
|
-
.title-2-bd,
|
|
200
|
-
.title-2-rg,
|
|
201
|
-
.title-2-lt,
|
|
202
|
-
.title-2-md {
|
|
203
|
-
font-size: 3rem; /* 48px */
|
|
204
|
-
line-height: 3.25rem; /* 52px */
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.title-3,
|
|
208
|
-
.title-3-sb,
|
|
209
|
-
.title-3-bd,
|
|
210
|
-
.title-3-rg,
|
|
211
|
-
.title-3-lt,
|
|
212
|
-
.title-3-md {
|
|
213
|
-
font-size: 2rem; /* 32px */
|
|
214
|
-
line-height: 2.75rem; /* 44px */
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.title-4,
|
|
218
|
-
.title-4-sb,
|
|
219
|
-
.title-4-bd,
|
|
220
|
-
.title-4-rg,
|
|
221
|
-
.title-4-lt,
|
|
222
|
-
.title-4-md {
|
|
223
|
-
font-size: 1.75rem; /* 28px */
|
|
224
|
-
line-height: 2rem; /* 32px */
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.title-5,
|
|
228
|
-
.title-5-sb,
|
|
229
|
-
.title-5-bd,
|
|
230
|
-
.title-5-rg,
|
|
231
|
-
.title-5-lt,
|
|
232
|
-
.title-5-md {
|
|
233
|
-
font-size: 1.5rem; /* 24px */
|
|
234
|
-
line-height: 1.75rem; /* 28px */
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.title-6,
|
|
238
|
-
.title-6-sb,
|
|
239
|
-
.title-6-bd,
|
|
240
|
-
.title-6-rg,
|
|
241
|
-
.title-6-lt,
|
|
242
|
-
.title-6-md {
|
|
243
|
-
font-size: 1.25rem; /* 20px */
|
|
244
|
-
line-height: 1.75rem; /* 28px */
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.heading-1,
|
|
248
|
-
.heading-1-sb,
|
|
249
|
-
.heading-1-bd,
|
|
250
|
-
.heading-1-rg,
|
|
251
|
-
.heading-1-lt,
|
|
252
|
-
.heading-1-md {
|
|
253
|
-
font-size: 2rem; /* 32px */
|
|
254
|
-
line-height: 2.75rem; /* 44px */
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.heading-2,
|
|
258
|
-
.heading-2-sb,
|
|
259
|
-
.heading-2-bd,
|
|
260
|
-
.heading-2-rg,
|
|
261
|
-
.heading-2-lt,
|
|
262
|
-
.heading-2-md {
|
|
263
|
-
font-size: 1.75rem; /* 28px */
|
|
264
|
-
line-height: 2rem; /* 32px */
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.heading-3,
|
|
268
|
-
.heading-3-sb,
|
|
269
|
-
.heading-3-bd,
|
|
270
|
-
.heading-3-rg,
|
|
271
|
-
.heading-3-lt,
|
|
272
|
-
.heading-3-md {
|
|
273
|
-
font-size: 1.5rem; /* 24px */
|
|
274
|
-
line-height: 1.75rem; /* 28px */
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.heading-4,
|
|
278
|
-
.heading-4-sb,
|
|
279
|
-
.heading-4-bd,
|
|
280
|
-
.heading-4-rg,
|
|
281
|
-
.heading-4-lt,
|
|
282
|
-
.heading-4-md {
|
|
283
|
-
font-size: 1.125rem; /* 18px */
|
|
284
|
-
line-height: 1.375rem; /* 22px */
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.body-1,
|
|
288
|
-
.body-1-sb,
|
|
289
|
-
.body-1-bd,
|
|
290
|
-
.body-1-rg,
|
|
291
|
-
.body-1-lt,
|
|
292
|
-
.body-1-md {
|
|
293
|
-
font-size: 1.5rem; /* 24px */
|
|
294
|
-
line-height: 2rem; /* 32px */
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.body-2,
|
|
298
|
-
.body-2-sb,
|
|
299
|
-
.body-2-bd,
|
|
300
|
-
.body-2-rg,
|
|
301
|
-
.body-2-lt,
|
|
302
|
-
.body-2-md {
|
|
303
|
-
font-size: 1.25rem; /* 20px */
|
|
304
|
-
line-height: 1.75rem; /* 28px */
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.body-3,
|
|
308
|
-
.body-3-sb,
|
|
309
|
-
.body-3-bd,
|
|
310
|
-
.body-3-rg,
|
|
311
|
-
.body-3-lt,
|
|
312
|
-
.body-3-md {
|
|
313
|
-
font-size: 1.125rem; /* 18px */
|
|
314
|
-
line-height: 1.5rem; /* 24px */
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.body-4,
|
|
318
|
-
.body-4-sb,
|
|
319
|
-
.body-4-bd,
|
|
320
|
-
.body-4-rg,
|
|
321
|
-
.body-4-lt,
|
|
322
|
-
.body-4-md {
|
|
323
|
-
font-size: 1rem; /* 16px */
|
|
324
|
-
line-height: 1.5rem; /* 24px */
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.body-5,
|
|
328
|
-
.body-5-sb,
|
|
329
|
-
.body-5-bd,
|
|
330
|
-
.body-5-rg,
|
|
331
|
-
.body-5-lt,
|
|
332
|
-
.body-5-md {
|
|
333
|
-
font-size: 0.875rem; /* 14px */
|
|
334
|
-
line-height: 1.125rem; /* 18px */
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.body-6,
|
|
338
|
-
.body-6-sb,
|
|
339
|
-
.body-6-bd,
|
|
340
|
-
.body-6-rg,
|
|
341
|
-
.body-6-lt,
|
|
342
|
-
.body-6-md {
|
|
343
|
-
font-size: 0.75rem; /* 12px */
|
|
344
|
-
line-height: 1rem; /* 16px */
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.body-7,
|
|
348
|
-
.body-7-sb,
|
|
349
|
-
.body-7-bd,
|
|
350
|
-
.body-7-rg,
|
|
351
|
-
.body-7-lt,
|
|
352
|
-
.body-7-md {
|
|
353
|
-
font-size: 0.625rem; /* 10px */
|
|
354
|
-
line-height: 0.875rem; /* 14px */
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.interactive-1,
|
|
358
|
-
.interactive-1-sb,
|
|
359
|
-
.interactive-1-bd,
|
|
360
|
-
.interactive-1-rg,
|
|
361
|
-
.interactive-1-lt,
|
|
362
|
-
.interactive-1-md {
|
|
363
|
-
font-size: 1rem; /* 16px */
|
|
364
|
-
line-height: 1.5rem; /* 24px */
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.interactive-2,
|
|
368
|
-
.interactive-2-sb,
|
|
369
|
-
.interactive-2-bd,
|
|
370
|
-
.interactive-2-rg,
|
|
371
|
-
.interactive-2-lt,
|
|
372
|
-
.interactive-2-md {
|
|
373
|
-
font-size: 0.875rem; /* 14px */
|
|
374
|
-
line-height: 1.125rem; /* 18px */
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/* Mobile-prefixed rules. use them to set the styles only in mobile viewport */
|
|
378
|
-
@media (width < 768px) {
|
|
379
|
-
.mobile-title-1,
|
|
380
|
-
.mobile-title-1-sb,
|
|
381
|
-
.mobile-title-1-bd,
|
|
382
|
-
.mobile-title-1-rg,
|
|
383
|
-
.mobile-title-1-lt,
|
|
384
|
-
.mobile-title-1-md {
|
|
385
|
-
font-size: 4.5rem; /* 72px */
|
|
386
|
-
line-height: 5rem; /* 80px */
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.mobile-title-2,
|
|
390
|
-
.mobile-title-2-sb,
|
|
391
|
-
.mobile-title-2-bd,
|
|
392
|
-
.mobile-title-2-rg,
|
|
393
|
-
.mobile-title-2-lt,
|
|
394
|
-
.mobile-title-2-md {
|
|
395
|
-
font-size: 3rem; /* 48px */
|
|
396
|
-
line-height: 3.25rem; /* 52px */
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.mobile-title-3,
|
|
400
|
-
.mobile-title-3-sb,
|
|
401
|
-
.mobile-title-3-bd,
|
|
402
|
-
.mobile-title-3-rg,
|
|
403
|
-
.mobile-title-3-lt,
|
|
404
|
-
.mobile-title-3-md {
|
|
405
|
-
font-size: 2rem; /* 32px */
|
|
406
|
-
line-height: 2.75rem; /* 44px */
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.mobile-title-4,
|
|
410
|
-
.mobile-title-4-sb,
|
|
411
|
-
.mobile-title-4-bd,
|
|
412
|
-
.mobile-title-4-rg,
|
|
413
|
-
.mobile-title-4-lt,
|
|
414
|
-
.mobile-title-4-md {
|
|
415
|
-
font-size: 1.75rem; /* 28px */
|
|
416
|
-
line-height: 2rem; /* 32px */
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.mobile-title-5,
|
|
420
|
-
.mobile-title-5-sb,
|
|
421
|
-
.mobile-title-5-bd,
|
|
422
|
-
.mobile-title-5-rg,
|
|
423
|
-
.mobile-title-5-lt,
|
|
424
|
-
.mobile-title-5-md {
|
|
425
|
-
font-size: 1.5rem; /* 24px */
|
|
426
|
-
line-height: 1.75rem; /* 28px */
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.mobile-title-6,
|
|
430
|
-
.mobile-title-6-sb,
|
|
431
|
-
.mobile-title-6-bd,
|
|
432
|
-
.mobile-title-6-rg,
|
|
433
|
-
.mobile-title-6-lt,
|
|
434
|
-
.mobile-title-6-md {
|
|
435
|
-
font-size: 1.25rem; /* 20px */
|
|
436
|
-
line-height: 1.75rem; /* 28px */
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
.mobile-heading-1,
|
|
440
|
-
.mobile-heading-1-sb,
|
|
441
|
-
.mobile-heading-1-bd,
|
|
442
|
-
.mobile-heading-1-rg,
|
|
443
|
-
.mobile-heading-1-lt,
|
|
444
|
-
.mobile-heading-1-md {
|
|
445
|
-
font-size: 2rem; /* 32px */
|
|
446
|
-
line-height: 2.75rem; /* 44px */
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.mobile-heading-2,
|
|
450
|
-
.mobile-heading-2-sb,
|
|
451
|
-
.mobile-heading-2-bd,
|
|
452
|
-
.mobile-heading-2-rg,
|
|
453
|
-
.mobile-heading-2-lt,
|
|
454
|
-
.mobile-heading-2-md {
|
|
455
|
-
font-size: 1.75rem; /* 28px */
|
|
456
|
-
line-height: 2rem; /* 32px */
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.mobile-heading-3,
|
|
460
|
-
.mobile-heading-3-sb,
|
|
461
|
-
.mobile-heading-3-bd,
|
|
462
|
-
.mobile-heading-3-rg,
|
|
463
|
-
.mobile-heading-3-lt,
|
|
464
|
-
.mobile-heading-3-md {
|
|
465
|
-
font-size: 1.5rem; /* 24px */
|
|
466
|
-
line-height: 1.75rem; /* 28px */
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.mobile-heading-4,
|
|
470
|
-
.mobile-heading-4-sb,
|
|
471
|
-
.mobile-heading-4-bd,
|
|
472
|
-
.mobile-heading-4-rg,
|
|
473
|
-
.mobile-heading-4-lt,
|
|
474
|
-
.mobile-heading-4-md {
|
|
475
|
-
font-size: 1.125rem; /* 18px */
|
|
476
|
-
line-height: 1.375rem; /* 22px */
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.mobile-body-1,
|
|
480
|
-
.mobile-body-1-sb,
|
|
481
|
-
.mobile-body-1-bd,
|
|
482
|
-
.mobile-body-1-rg,
|
|
483
|
-
.mobile-body-1-lt,
|
|
484
|
-
.mobile-body-1-md {
|
|
485
|
-
font-size: 1.5rem; /* 24px */
|
|
486
|
-
line-height: 2rem; /* 32px */
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.mobile-body-2,
|
|
490
|
-
.mobile-body-2-sb,
|
|
491
|
-
.mobile-body-2-bd,
|
|
492
|
-
.mobile-body-2-rg,
|
|
493
|
-
.mobile-body-2-lt,
|
|
494
|
-
.mobile-body-2-md {
|
|
495
|
-
font-size: 1.25rem; /* 20px */
|
|
496
|
-
line-height: 1.75rem; /* 28px */
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
.mobile-body-3,
|
|
500
|
-
.mobile-body-3-sb,
|
|
501
|
-
.mobile-body-3-bd,
|
|
502
|
-
.mobile-body-3-rg,
|
|
503
|
-
.mobile-body-3-lt,
|
|
504
|
-
.mobile-body-3-md {
|
|
505
|
-
font-size: 1.125rem; /* 18px */
|
|
506
|
-
line-height: 1.5rem; /* 24px */
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.mobile-body-4,
|
|
510
|
-
.mobile-body-4-sb,
|
|
511
|
-
.mobile-body-4-bd,
|
|
512
|
-
.mobile-body-4-rg,
|
|
513
|
-
.mobile-body-4-lt,
|
|
514
|
-
.mobile-body-4-md {
|
|
515
|
-
font-size: 1rem; /* 16px */
|
|
516
|
-
line-height: 1.5rem; /* 24px */
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.mobile-body-5,
|
|
520
|
-
.mobile-body-5-sb,
|
|
521
|
-
.mobile-body-5-bd,
|
|
522
|
-
.mobile-body-5-rg,
|
|
523
|
-
.mobile-body-5-lt,
|
|
524
|
-
.mobile-body-5-md {
|
|
525
|
-
font-size: 0.875rem; /* 14px */
|
|
526
|
-
line-height: 1.125rem; /* 18px */
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.mobile-body-6,
|
|
530
|
-
.mobile-body-6-sb,
|
|
531
|
-
.mobile-body-6-bd,
|
|
532
|
-
.mobile-body-6-rg,
|
|
533
|
-
.mobile-body-6-lt,
|
|
534
|
-
.mobile-body-6-md {
|
|
535
|
-
font-size: 0.75rem; /* 12px */
|
|
536
|
-
line-height: 1rem; /* 16px */
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
.mobile-body-7,
|
|
540
|
-
.mobile-body-7-sb,
|
|
541
|
-
.mobile-body-7-bd,
|
|
542
|
-
.mobile-body-7-rg,
|
|
543
|
-
.mobile-body-7-lt,
|
|
544
|
-
.mobile-body-7-md {
|
|
545
|
-
font-size: 0.625rem; /* 10px */
|
|
546
|
-
line-height: 0.875rem; /* 14px */
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.mobile-interactive-1,
|
|
550
|
-
.mobile-interactive-1-sb,
|
|
551
|
-
.mobile-interactive-1-bd,
|
|
552
|
-
.mobile-interactive-1-rg,
|
|
553
|
-
.mobile-interactive-1-lt,
|
|
554
|
-
.mobile-interactive-1-md {
|
|
555
|
-
font-size: 1rem; /* 16px */
|
|
556
|
-
line-height: 1.5rem; /* 24px */
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.mobile-interactive-2,
|
|
560
|
-
.mobile-interactive-2-sb,
|
|
561
|
-
.mobile-interactive-2-bd,
|
|
562
|
-
.mobile-interactive-2-rg,
|
|
563
|
-
.mobile-interactive-2-lt,
|
|
564
|
-
.mobile-interactive-2-md {
|
|
565
|
-
font-size: 0.875rem; /* 14px */
|
|
566
|
-
line-height: 1.125rem; /* 18px */
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
/* Tablet-prefixed rules. use them to set the styles only in tablet viewport */
|
|
571
|
-
@media (width >= 768px) and (width < 1152px) {
|
|
572
|
-
.tablet-title-1,
|
|
573
|
-
.tablet-title-1-sb,
|
|
574
|
-
.tablet-title-1-bd,
|
|
575
|
-
.tablet-title-1-rg,
|
|
576
|
-
.tablet-title-1-lt,
|
|
577
|
-
.tablet-title-1-md {
|
|
578
|
-
font-size: 4.5rem; /* 72px */
|
|
579
|
-
line-height: 5rem; /* 80px */
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.tablet-title-2,
|
|
583
|
-
.tablet-title-2-sb,
|
|
584
|
-
.tablet-title-2-bd,
|
|
585
|
-
.tablet-title-2-rg,
|
|
586
|
-
.tablet-title-2-lt,
|
|
587
|
-
.tablet-title-2-md {
|
|
588
|
-
font-size: 3rem; /* 48px */
|
|
589
|
-
line-height: 3.25rem; /* 52px */
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.tablet-title-3,
|
|
593
|
-
.tablet-title-3-sb,
|
|
594
|
-
.tablet-title-3-bd,
|
|
595
|
-
.tablet-title-3-rg,
|
|
596
|
-
.tablet-title-3-lt,
|
|
597
|
-
.tablet-title-3-md {
|
|
598
|
-
font-size: 2rem; /* 32px */
|
|
599
|
-
line-height: 2.75rem; /* 44px */
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.tablet-title-4,
|
|
603
|
-
.tablet-title-4-sb,
|
|
604
|
-
.tablet-title-4-bd,
|
|
605
|
-
.tablet-title-4-rg,
|
|
606
|
-
.tablet-title-4-lt,
|
|
607
|
-
.tablet-title-4-md {
|
|
608
|
-
font-size: 1.75rem; /* 28px */
|
|
609
|
-
line-height: 2rem; /* 32px */
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.tablet-title-5,
|
|
613
|
-
.tablet-title-5-sb,
|
|
614
|
-
.tablet-title-5-bd,
|
|
615
|
-
.tablet-title-5-rg,
|
|
616
|
-
.tablet-title-5-lt,
|
|
617
|
-
.tablet-title-5-md {
|
|
618
|
-
font-size: 1.5rem; /* 24px */
|
|
619
|
-
line-height: 1.75rem; /* 28px */
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.tablet-title-6,
|
|
623
|
-
.tablet-title-6-sb,
|
|
624
|
-
.tablet-title-6-bd,
|
|
625
|
-
.tablet-title-6-rg,
|
|
626
|
-
.tablet-title-6-lt,
|
|
627
|
-
.tablet-title-6-md {
|
|
628
|
-
font-size: 1.25rem; /* 20px */
|
|
629
|
-
line-height: 1.75rem; /* 28px */
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.tablet-heading-1,
|
|
633
|
-
.tablet-heading-1-sb,
|
|
634
|
-
.tablet-heading-1-bd,
|
|
635
|
-
.tablet-heading-1-rg,
|
|
636
|
-
.tablet-heading-1-lt,
|
|
637
|
-
.tablet-heading-1-md {
|
|
638
|
-
font-size: 2rem; /* 32px */
|
|
639
|
-
line-height: 2.75rem; /* 44px */
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
.tablet-heading-2,
|
|
643
|
-
.tablet-heading-2-sb,
|
|
644
|
-
.tablet-heading-2-bd,
|
|
645
|
-
.tablet-heading-2-rg,
|
|
646
|
-
.tablet-heading-2-lt,
|
|
647
|
-
.tablet-heading-2-md {
|
|
648
|
-
font-size: 1.75rem; /* 28px */
|
|
649
|
-
line-height: 2rem; /* 32px */
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.tablet-heading-3,
|
|
653
|
-
.tablet-heading-3-sb,
|
|
654
|
-
.tablet-heading-3-bd,
|
|
655
|
-
.tablet-heading-3-rg,
|
|
656
|
-
.tablet-heading-3-lt,
|
|
657
|
-
.tablet-heading-3-md {
|
|
658
|
-
font-size: 1.5rem; /* 24px */
|
|
659
|
-
line-height: 1.75rem; /* 28px */
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
.tablet-heading-4,
|
|
663
|
-
.tablet-heading-4-sb,
|
|
664
|
-
.tablet-heading-4-bd,
|
|
665
|
-
.tablet-heading-4-rg,
|
|
666
|
-
.tablet-heading-4-lt,
|
|
667
|
-
.tablet-heading-4-md {
|
|
668
|
-
font-size: 1.125rem; /* 18px */
|
|
669
|
-
line-height: 1.375rem; /* 22px */
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.tablet-body-1,
|
|
673
|
-
.tablet-body-1-sb,
|
|
674
|
-
.tablet-body-1-bd,
|
|
675
|
-
.tablet-body-1-rg,
|
|
676
|
-
.tablet-body-1-lt,
|
|
677
|
-
.tablet-body-1-md {
|
|
678
|
-
font-size: 1.5rem; /* 24px */
|
|
679
|
-
line-height: 2rem; /* 32px */
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.tablet-body-2,
|
|
683
|
-
.tablet-body-2-sb,
|
|
684
|
-
.tablet-body-2-bd,
|
|
685
|
-
.tablet-body-2-rg,
|
|
686
|
-
.tablet-body-2-lt,
|
|
687
|
-
.tablet-body-2-md {
|
|
688
|
-
font-size: 1.25rem; /* 20px */
|
|
689
|
-
line-height: 1.75rem; /* 28px */
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.tablet-body-3,
|
|
693
|
-
.tablet-body-3-sb,
|
|
694
|
-
.tablet-body-3-bd,
|
|
695
|
-
.tablet-body-3-rg,
|
|
696
|
-
.tablet-body-3-lt,
|
|
697
|
-
.tablet-body-3-md {
|
|
698
|
-
font-size: 1.125rem; /* 18px */
|
|
699
|
-
line-height: 1.5rem; /* 24px */
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.tablet-body-4,
|
|
703
|
-
.tablet-body-4-sb,
|
|
704
|
-
.tablet-body-4-bd,
|
|
705
|
-
.tablet-body-4-rg,
|
|
706
|
-
.tablet-body-4-lt,
|
|
707
|
-
.tablet-body-4-md {
|
|
708
|
-
font-size: 1rem; /* 16px */
|
|
709
|
-
line-height: 1.5rem; /* 24px */
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.tablet-body-5,
|
|
713
|
-
.tablet-body-5-sb,
|
|
714
|
-
.tablet-body-5-bd,
|
|
715
|
-
.tablet-body-5-rg,
|
|
716
|
-
.tablet-body-5-lt,
|
|
717
|
-
.tablet-body-5-md {
|
|
718
|
-
font-size: 0.875rem; /* 14px */
|
|
719
|
-
line-height: 1.125rem; /* 18px */
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.tablet-body-6,
|
|
723
|
-
.tablet-body-6-sb,
|
|
724
|
-
.tablet-body-6-bd,
|
|
725
|
-
.tablet-body-6-rg,
|
|
726
|
-
.tablet-body-6-lt,
|
|
727
|
-
.tablet-body-6-md {
|
|
728
|
-
font-size: 0.75rem; /* 12px */
|
|
729
|
-
line-height: 1rem; /* 16px */
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.tablet-body-7,
|
|
733
|
-
.tablet-body-7-sb,
|
|
734
|
-
.tablet-body-7-bd,
|
|
735
|
-
.tablet-body-7-rg,
|
|
736
|
-
.tablet-body-7-lt,
|
|
737
|
-
.tablet-body-7-md {
|
|
738
|
-
font-size: 0.625rem; /* 10px */
|
|
739
|
-
line-height: 0.875rem; /* 14px */
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.tablet-interactive-1,
|
|
743
|
-
.tablet-interactive-1-sb,
|
|
744
|
-
.tablet-interactive-1-bd,
|
|
745
|
-
.tablet-interactive-1-rg,
|
|
746
|
-
.tablet-interactive-1-lt,
|
|
747
|
-
.tablet-interactive-1-md {
|
|
748
|
-
font-size: 1rem; /* 16px */
|
|
749
|
-
line-height: 1.5rem; /* 24px */
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.tablet-interactive-2,
|
|
753
|
-
.tablet-interactive-2-sb,
|
|
754
|
-
.tablet-interactive-2-bd,
|
|
755
|
-
.tablet-interactive-2-rg,
|
|
756
|
-
.tablet-interactive-2-lt,
|
|
757
|
-
.tablet-interactive-2-md {
|
|
758
|
-
font-size: 0.875rem; /* 14px */
|
|
759
|
-
line-height: 1.125rem; /* 18px */
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
/* Desktop-prefixed rules. use them to set the styles only in desktop viewport */
|
|
764
|
-
@media (width >= 1152px) {
|
|
765
|
-
.desktop-title-1,
|
|
766
|
-
.desktop-title-1-sb,
|
|
767
|
-
.desktop-title-1-bd,
|
|
768
|
-
.desktop-title-1-rg,
|
|
769
|
-
.desktop-title-1-lt,
|
|
770
|
-
.desktop-title-1-md {
|
|
771
|
-
font-size: 4.5rem; /* 72px */
|
|
772
|
-
line-height: 5rem; /* 80px */
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.desktop-title-2,
|
|
776
|
-
.desktop-title-2-sb,
|
|
777
|
-
.desktop-title-2-bd,
|
|
778
|
-
.desktop-title-2-rg,
|
|
779
|
-
.desktop-title-2-lt,
|
|
780
|
-
.desktop-title-2-md {
|
|
781
|
-
font-size: 3rem; /* 48px */
|
|
782
|
-
line-height: 3.25rem; /* 52px */
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.desktop-title-3,
|
|
786
|
-
.desktop-title-3-sb,
|
|
787
|
-
.desktop-title-3-bd,
|
|
788
|
-
.desktop-title-3-rg,
|
|
789
|
-
.desktop-title-3-lt,
|
|
790
|
-
.desktop-title-3-md {
|
|
791
|
-
font-size: 2rem; /* 32px */
|
|
792
|
-
line-height: 2.75rem; /* 44px */
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
.desktop-title-4,
|
|
796
|
-
.desktop-title-4-sb,
|
|
797
|
-
.desktop-title-4-bd,
|
|
798
|
-
.desktop-title-4-rg,
|
|
799
|
-
.desktop-title-4-lt,
|
|
800
|
-
.desktop-title-4-md {
|
|
801
|
-
font-size: 1.75rem; /* 28px */
|
|
802
|
-
line-height: 2rem; /* 32px */
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.desktop-title-5,
|
|
806
|
-
.desktop-title-5-sb,
|
|
807
|
-
.desktop-title-5-bd,
|
|
808
|
-
.desktop-title-5-rg,
|
|
809
|
-
.desktop-title-5-lt,
|
|
810
|
-
.desktop-title-5-md {
|
|
811
|
-
font-size: 1.5rem; /* 24px */
|
|
812
|
-
line-height: 1.75rem; /* 28px */
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.desktop-title-6,
|
|
816
|
-
.desktop-title-6-sb,
|
|
817
|
-
.desktop-title-6-bd,
|
|
818
|
-
.desktop-title-6-rg,
|
|
819
|
-
.desktop-title-6-lt,
|
|
820
|
-
.desktop-title-6-md {
|
|
821
|
-
font-size: 1.25rem; /* 20px */
|
|
822
|
-
line-height: 1.75rem; /* 28px */
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
.desktop-heading-1,
|
|
826
|
-
.desktop-heading-1-sb,
|
|
827
|
-
.desktop-heading-1-bd,
|
|
828
|
-
.desktop-heading-1-rg,
|
|
829
|
-
.desktop-heading-1-lt,
|
|
830
|
-
.desktop-heading-1-md {
|
|
831
|
-
font-size: 2rem; /* 32px */
|
|
832
|
-
line-height: 2.75rem; /* 44px */
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.desktop-heading-2,
|
|
836
|
-
.desktop-heading-2-sb,
|
|
837
|
-
.desktop-heading-2-bd,
|
|
838
|
-
.desktop-heading-2-rg,
|
|
839
|
-
.desktop-heading-2-lt,
|
|
840
|
-
.desktop-heading-2-md {
|
|
841
|
-
font-size: 1.75rem; /* 28px */
|
|
842
|
-
line-height: 2rem; /* 32px */
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.desktop-heading-3,
|
|
846
|
-
.desktop-heading-3-sb,
|
|
847
|
-
.desktop-heading-3-bd,
|
|
848
|
-
.desktop-heading-3-rg,
|
|
849
|
-
.desktop-heading-3-lt,
|
|
850
|
-
.desktop-heading-3-md {
|
|
851
|
-
font-size: 1.5rem; /* 24px */
|
|
852
|
-
line-height: 1.75rem; /* 28px */
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.desktop-heading-4,
|
|
856
|
-
.desktop-heading-4-sb,
|
|
857
|
-
.desktop-heading-4-bd,
|
|
858
|
-
.desktop-heading-4-rg,
|
|
859
|
-
.desktop-heading-4-lt,
|
|
860
|
-
.desktop-heading-4-md {
|
|
861
|
-
font-size: 1.125rem; /* 18px */
|
|
862
|
-
line-height: 1.375rem; /* 22px */
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.desktop-body-1,
|
|
866
|
-
.desktop-body-1-sb,
|
|
867
|
-
.desktop-body-1-bd,
|
|
868
|
-
.desktop-body-1-rg,
|
|
869
|
-
.desktop-body-1-lt,
|
|
870
|
-
.desktop-body-1-md {
|
|
871
|
-
font-size: 1.5rem; /* 24px */
|
|
872
|
-
line-height: 2rem; /* 32px */
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
.desktop-body-2,
|
|
876
|
-
.desktop-body-2-sb,
|
|
877
|
-
.desktop-body-2-bd,
|
|
878
|
-
.desktop-body-2-rg,
|
|
879
|
-
.desktop-body-2-lt,
|
|
880
|
-
.desktop-body-2-md {
|
|
881
|
-
font-size: 1.25rem; /* 20px */
|
|
882
|
-
line-height: 1.75rem; /* 28px */
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.desktop-body-3,
|
|
886
|
-
.desktop-body-3-sb,
|
|
887
|
-
.desktop-body-3-bd,
|
|
888
|
-
.desktop-body-3-rg,
|
|
889
|
-
.desktop-body-3-lt,
|
|
890
|
-
.desktop-body-3-md {
|
|
891
|
-
font-size: 1.125rem; /* 18px */
|
|
892
|
-
line-height: 1.5rem; /* 24px */
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.desktop-body-4,
|
|
896
|
-
.desktop-body-4-sb,
|
|
897
|
-
.desktop-body-4-bd,
|
|
898
|
-
.desktop-body-4-rg,
|
|
899
|
-
.desktop-body-4-lt,
|
|
900
|
-
.desktop-body-4-md {
|
|
901
|
-
font-size: 1rem; /* 16px */
|
|
902
|
-
line-height: 1.5rem; /* 24px */
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
.desktop-body-5,
|
|
906
|
-
.desktop-body-5-sb,
|
|
907
|
-
.desktop-body-5-bd,
|
|
908
|
-
.desktop-body-5-rg,
|
|
909
|
-
.desktop-body-5-lt,
|
|
910
|
-
.desktop-body-5-md {
|
|
911
|
-
font-size: 0.875rem; /* 14px */
|
|
912
|
-
line-height: 1.125rem; /* 18px */
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
.desktop-body-6,
|
|
916
|
-
.desktop-body-6-sb,
|
|
917
|
-
.desktop-body-6-bd,
|
|
918
|
-
.desktop-body-6-rg,
|
|
919
|
-
.desktop-body-6-lt,
|
|
920
|
-
.desktop-body-6-md {
|
|
921
|
-
font-size: 0.75rem; /* 12px */
|
|
922
|
-
line-height: 1rem; /* 16px */
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.desktop-body-7,
|
|
926
|
-
.desktop-body-7-sb,
|
|
927
|
-
.desktop-body-7-bd,
|
|
928
|
-
.desktop-body-7-rg,
|
|
929
|
-
.desktop-body-7-lt,
|
|
930
|
-
.desktop-body-7-md {
|
|
931
|
-
font-size: 0.625rem; /* 10px */
|
|
932
|
-
line-height: 0.875rem; /* 14px */
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
.desktop-interactive-1,
|
|
936
|
-
.desktop-interactive-1-sb,
|
|
937
|
-
.desktop-interactive-1-bd,
|
|
938
|
-
.desktop-interactive-1-rg,
|
|
939
|
-
.desktop-interactive-1-lt,
|
|
940
|
-
.desktop-interactive-1-md {
|
|
941
|
-
font-size: 1rem; /* 16px */
|
|
942
|
-
line-height: 1.5rem; /* 24px */
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
.desktop-interactive-2,
|
|
946
|
-
.desktop-interactive-2-sb,
|
|
947
|
-
.desktop-interactive-2-bd,
|
|
948
|
-
.desktop-interactive-2-rg,
|
|
949
|
-
.desktop-interactive-2-lt,
|
|
950
|
-
.desktop-interactive-2-md {
|
|
951
|
-
font-size: 0.875rem; /* 14px */
|
|
952
|
-
line-height: 1.125rem; /* 18px */
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
z-button.zanit-button {
|
|
957
|
-
--color-primary01: var(--red500);
|
|
958
|
-
--color-hover-primary: var(--red800);
|
|
959
|
-
--color-pressed-primary: var(--red400);
|
|
960
|
-
--color-button-secondary: transparent;
|
|
961
|
-
--color-primary02: transparent;
|
|
962
|
-
--color-primary03: transparent;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
z-button.zanit-button-dark {
|
|
966
|
-
--color-primary01: var(--gray950);
|
|
967
|
-
--color-hover-primary: #000;
|
|
968
|
-
--color-pressed-primary: var(--gray950);
|
|
969
|
-
--color-button-secondary: transparent;
|
|
970
|
-
--color-primary02: transparent;
|
|
971
|
-
--color-primary03: transparent;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
:root {
|
|
976
|
-
--zanit-accent-color: #ffe74c;
|
|
977
|
-
|
|
978
|
-
/* albe overrides */
|
|
979
|
-
--shadow-focus-primary: 0 0 0 2px #fff, 0 0 2px 5px var(--gray950);
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.zanit-link,
|
|
983
|
-
.zanit-link-inverse {
|
|
984
|
-
color: currentcolor;
|
|
985
|
-
font-family: inherit;
|
|
986
|
-
text-decoration: underline solid 12% var(--red500);
|
|
987
|
-
text-underline-offset: 28%;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
.zanit-link-inverse {
|
|
991
|
-
color: var(--color-text-inverse);
|
|
992
|
-
text-decoration-color: var(--color-text-inverse);
|
|
993
|
-
}
|
|
1
|
+
:root{--font-md:500}.title-1,.title-2,.title-3,.title-4,.title-5,.title-6,.title-1-rg,.title-2-rg,.title-3-rg,.title-4-rg,.title-5-rg,.title-6-rg,.title-1-lt,.title-2-lt,.title-3-lt,.title-4-lt,.title-5-lt,.title-6-lt,.title-1-sb,.title-2-sb,.title-3-sb,.title-4-sb,.title-5-sb,.title-6-sb,.title-1-bd,.title-2-bd,.title-3-bd,.title-4-bd,.title-5-bd,.title-6-bd,.title-1-md,.title-2-md,.title-3-md,.title-4-md,.title-5-md,.title-6-md{font-family:var(--font-family-serif);font-weight:var(--font-rg)}.title-1-lt,.title-2-lt,.title-3-lt,.title-4-lt,.title-5-lt,.title-6-lt,.heading-1-lt,.heading-2-lt,.heading-3-lt,.heading-4-lt,.body-1-lt,.body-2-lt,.body-3-lt,.body-4-lt,.body-5-lt,.body-6-lt,.body-7-lt,.interactive-1-lt,.interactive-2-lt{font-weight:var(--font-lt)}.title-1-md,.title-2-md,.title-3-md,.title-4-md,.title-5-md,.title-6-md,.heading-1-md,.heading-2-md,.heading-3-md,.heading-4-md,.body-1-md,.body-2-md,.body-3-md,.body-4-md,.body-5-md,.body-6-md,.body-7-md,.interactive-1-md,.interactive-2-md{font-weight:var(--font-md)}.title-1-rg,.title-2-rg,.title-3-rg,.title-4-rg,.title-5-rg,.title-6-rg,.heading-1-rg,.heading-2-rg,.heading-3-rg,.heading-4-rg,.body-1-rg,.body-2-rg,.body-3-rg,.body-4-rg,.body-5-rg,.body-6-rg,.body-7-rg,.interactive-1-rg,.interactive-2-rg{font-weight:var(--font-rg)}.title-1-sb,.title-2-sb,.title-3-sb,.title-4-sb,.title-5-sb,.title-6-sb,.heading-1-sb,.heading-2-sb,.heading-3-sb,.heading-4-sb,.body-2-sb,.body-3-sb,.body-4-sb,.body-5-sb,.body-6-sb,.body-7-sb,.interactive-1-sb,.interactive-2-sb{font-weight:var(--font-sb)}.title-1-bd,.title-2-bd,.title-3-bd,.title-4-bd,.title-5-bd,.title-6-bd,.heading-1-bd,.heading-2-bd,.heading-3-bd,.heading-4-bd,.body-1-bd,.body-2-bd,.body-3-bd,.body-4-bd,.body-5-bd,.body-6-bd,.body-7-bd,.interactive-1-bd,.interactive-2-bd{font-weight:var(--font-bd)}.font-lt{font-weight:var(--font-lt)}.font-rg{font-weight:var(--font-rg)}.font-md{font-weight:var(--font-md)}.font-sb{font-weight:var(--font-sb)}.font-bd{font-weight:var(--font-bd)}.font-it{font-style:italic}.font-serif{font-family:var(--font-family-serif)}.font-sans{font-family:var(--font-family-sans)}.title-1,.title-1-sb,.title-1-bd,.title-1-rg,.title-1-lt,.title-1-md{font-size:4.5rem;line-height:5rem;}.title-2,.title-2-sb,.title-2-bd,.title-2-rg,.title-2-lt,.title-2-md{font-size:3rem;line-height:3.25rem;}.title-3,.title-3-sb,.title-3-bd,.title-3-rg,.title-3-lt,.title-3-md{font-size:2rem;line-height:2.75rem;}.title-4,.title-4-sb,.title-4-bd,.title-4-rg,.title-4-lt,.title-4-md{font-size:1.75rem;line-height:2rem;}.title-5,.title-5-sb,.title-5-bd,.title-5-rg,.title-5-lt,.title-5-md{font-size:1.5rem;line-height:1.75rem;}.title-6,.title-6-sb,.title-6-bd,.title-6-rg,.title-6-lt,.title-6-md{font-size:1.25rem;line-height:1.75rem;}.heading-1,.heading-1-sb,.heading-1-bd,.heading-1-rg,.heading-1-lt,.heading-1-md{font-size:2rem;line-height:2.75rem;}.heading-2,.heading-2-sb,.heading-2-bd,.heading-2-rg,.heading-2-lt,.heading-2-md{font-size:1.75rem;line-height:2rem;}.heading-3,.heading-3-sb,.heading-3-bd,.heading-3-rg,.heading-3-lt,.heading-3-md{font-size:1.5rem;line-height:1.75rem;}.heading-4,.heading-4-sb,.heading-4-bd,.heading-4-rg,.heading-4-lt,.heading-4-md{font-size:1.125rem;line-height:1.375rem;}.body-1,.body-1-sb,.body-1-bd,.body-1-rg,.body-1-lt,.body-1-md{font-size:1.5rem;line-height:2rem;}.body-2,.body-2-sb,.body-2-bd,.body-2-rg,.body-2-lt,.body-2-md{font-size:1.25rem;line-height:1.75rem;}.body-3,.body-3-sb,.body-3-bd,.body-3-rg,.body-3-lt,.body-3-md{font-size:1.125rem;line-height:1.5rem;}.body-4,.body-4-sb,.body-4-bd,.body-4-rg,.body-4-lt,.body-4-md{font-size:1rem;line-height:1.5rem;}.body-5,.body-5-sb,.body-5-bd,.body-5-rg,.body-5-lt,.body-5-md{font-size:0.875rem;line-height:1.125rem;}.body-6,.body-6-sb,.body-6-bd,.body-6-rg,.body-6-lt,.body-6-md{font-size:0.75rem;line-height:1rem;}.body-7,.body-7-sb,.body-7-bd,.body-7-rg,.body-7-lt,.body-7-md{font-size:0.625rem;line-height:0.875rem;}.interactive-1,.interactive-1-sb,.interactive-1-bd,.interactive-1-rg,.interactive-1-lt,.interactive-1-md{font-size:1rem;line-height:1.5rem;}.interactive-2,.interactive-2-sb,.interactive-2-bd,.interactive-2-rg,.interactive-2-lt,.interactive-2-md{font-size:0.875rem;line-height:1.125rem;}@media (width < 768px){.mobile-title-1,.mobile-title-1-sb,.mobile-title-1-bd,.mobile-title-1-rg,.mobile-title-1-lt,.mobile-title-1-md{font-size:4.5rem;line-height:5rem;}.mobile-title-2,.mobile-title-2-sb,.mobile-title-2-bd,.mobile-title-2-rg,.mobile-title-2-lt,.mobile-title-2-md{font-size:3rem;line-height:3.25rem;}.mobile-title-3,.mobile-title-3-sb,.mobile-title-3-bd,.mobile-title-3-rg,.mobile-title-3-lt,.mobile-title-3-md{font-size:2rem;line-height:2.75rem;}.mobile-title-4,.mobile-title-4-sb,.mobile-title-4-bd,.mobile-title-4-rg,.mobile-title-4-lt,.mobile-title-4-md{font-size:1.75rem;line-height:2rem;}.mobile-title-5,.mobile-title-5-sb,.mobile-title-5-bd,.mobile-title-5-rg,.mobile-title-5-lt,.mobile-title-5-md{font-size:1.5rem;line-height:1.75rem;}.mobile-title-6,.mobile-title-6-sb,.mobile-title-6-bd,.mobile-title-6-rg,.mobile-title-6-lt,.mobile-title-6-md{font-size:1.25rem;line-height:1.75rem;}.mobile-heading-1,.mobile-heading-1-sb,.mobile-heading-1-bd,.mobile-heading-1-rg,.mobile-heading-1-lt,.mobile-heading-1-md{font-size:2rem;line-height:2.75rem;}.mobile-heading-2,.mobile-heading-2-sb,.mobile-heading-2-bd,.mobile-heading-2-rg,.mobile-heading-2-lt,.mobile-heading-2-md{font-size:1.75rem;line-height:2rem;}.mobile-heading-3,.mobile-heading-3-sb,.mobile-heading-3-bd,.mobile-heading-3-rg,.mobile-heading-3-lt,.mobile-heading-3-md{font-size:1.5rem;line-height:1.75rem;}.mobile-heading-4,.mobile-heading-4-sb,.mobile-heading-4-bd,.mobile-heading-4-rg,.mobile-heading-4-lt,.mobile-heading-4-md{font-size:1.125rem;line-height:1.375rem;}.mobile-body-1,.mobile-body-1-sb,.mobile-body-1-bd,.mobile-body-1-rg,.mobile-body-1-lt,.mobile-body-1-md{font-size:1.5rem;line-height:2rem;}.mobile-body-2,.mobile-body-2-sb,.mobile-body-2-bd,.mobile-body-2-rg,.mobile-body-2-lt,.mobile-body-2-md{font-size:1.25rem;line-height:1.75rem;}.mobile-body-3,.mobile-body-3-sb,.mobile-body-3-bd,.mobile-body-3-rg,.mobile-body-3-lt,.mobile-body-3-md{font-size:1.125rem;line-height:1.5rem;}.mobile-body-4,.mobile-body-4-sb,.mobile-body-4-bd,.mobile-body-4-rg,.mobile-body-4-lt,.mobile-body-4-md{font-size:1rem;line-height:1.5rem;}.mobile-body-5,.mobile-body-5-sb,.mobile-body-5-bd,.mobile-body-5-rg,.mobile-body-5-lt,.mobile-body-5-md{font-size:0.875rem;line-height:1.125rem;}.mobile-body-6,.mobile-body-6-sb,.mobile-body-6-bd,.mobile-body-6-rg,.mobile-body-6-lt,.mobile-body-6-md{font-size:0.75rem;line-height:1rem;}.mobile-body-7,.mobile-body-7-sb,.mobile-body-7-bd,.mobile-body-7-rg,.mobile-body-7-lt,.mobile-body-7-md{font-size:0.625rem;line-height:0.875rem;}.mobile-interactive-1,.mobile-interactive-1-sb,.mobile-interactive-1-bd,.mobile-interactive-1-rg,.mobile-interactive-1-lt,.mobile-interactive-1-md{font-size:1rem;line-height:1.5rem;}.mobile-interactive-2,.mobile-interactive-2-sb,.mobile-interactive-2-bd,.mobile-interactive-2-rg,.mobile-interactive-2-lt,.mobile-interactive-2-md{font-size:0.875rem;line-height:1.125rem;}}@media (width >= 768px) and (width < 1152px){.tablet-title-1,.tablet-title-1-sb,.tablet-title-1-bd,.tablet-title-1-rg,.tablet-title-1-lt,.tablet-title-1-md{font-size:4.5rem;line-height:5rem;}.tablet-title-2,.tablet-title-2-sb,.tablet-title-2-bd,.tablet-title-2-rg,.tablet-title-2-lt,.tablet-title-2-md{font-size:3rem;line-height:3.25rem;}.tablet-title-3,.tablet-title-3-sb,.tablet-title-3-bd,.tablet-title-3-rg,.tablet-title-3-lt,.tablet-title-3-md{font-size:2rem;line-height:2.75rem;}.tablet-title-4,.tablet-title-4-sb,.tablet-title-4-bd,.tablet-title-4-rg,.tablet-title-4-lt,.tablet-title-4-md{font-size:1.75rem;line-height:2rem;}.tablet-title-5,.tablet-title-5-sb,.tablet-title-5-bd,.tablet-title-5-rg,.tablet-title-5-lt,.tablet-title-5-md{font-size:1.5rem;line-height:1.75rem;}.tablet-title-6,.tablet-title-6-sb,.tablet-title-6-bd,.tablet-title-6-rg,.tablet-title-6-lt,.tablet-title-6-md{font-size:1.25rem;line-height:1.75rem;}.tablet-heading-1,.tablet-heading-1-sb,.tablet-heading-1-bd,.tablet-heading-1-rg,.tablet-heading-1-lt,.tablet-heading-1-md{font-size:2rem;line-height:2.75rem;}.tablet-heading-2,.tablet-heading-2-sb,.tablet-heading-2-bd,.tablet-heading-2-rg,.tablet-heading-2-lt,.tablet-heading-2-md{font-size:1.75rem;line-height:2rem;}.tablet-heading-3,.tablet-heading-3-sb,.tablet-heading-3-bd,.tablet-heading-3-rg,.tablet-heading-3-lt,.tablet-heading-3-md{font-size:1.5rem;line-height:1.75rem;}.tablet-heading-4,.tablet-heading-4-sb,.tablet-heading-4-bd,.tablet-heading-4-rg,.tablet-heading-4-lt,.tablet-heading-4-md{font-size:1.125rem;line-height:1.375rem;}.tablet-body-1,.tablet-body-1-sb,.tablet-body-1-bd,.tablet-body-1-rg,.tablet-body-1-lt,.tablet-body-1-md{font-size:1.5rem;line-height:2rem;}.tablet-body-2,.tablet-body-2-sb,.tablet-body-2-bd,.tablet-body-2-rg,.tablet-body-2-lt,.tablet-body-2-md{font-size:1.25rem;line-height:1.75rem;}.tablet-body-3,.tablet-body-3-sb,.tablet-body-3-bd,.tablet-body-3-rg,.tablet-body-3-lt,.tablet-body-3-md{font-size:1.125rem;line-height:1.5rem;}.tablet-body-4,.tablet-body-4-sb,.tablet-body-4-bd,.tablet-body-4-rg,.tablet-body-4-lt,.tablet-body-4-md{font-size:1rem;line-height:1.5rem;}.tablet-body-5,.tablet-body-5-sb,.tablet-body-5-bd,.tablet-body-5-rg,.tablet-body-5-lt,.tablet-body-5-md{font-size:0.875rem;line-height:1.125rem;}.tablet-body-6,.tablet-body-6-sb,.tablet-body-6-bd,.tablet-body-6-rg,.tablet-body-6-lt,.tablet-body-6-md{font-size:0.75rem;line-height:1rem;}.tablet-body-7,.tablet-body-7-sb,.tablet-body-7-bd,.tablet-body-7-rg,.tablet-body-7-lt,.tablet-body-7-md{font-size:0.625rem;line-height:0.875rem;}.tablet-interactive-1,.tablet-interactive-1-sb,.tablet-interactive-1-bd,.tablet-interactive-1-rg,.tablet-interactive-1-lt,.tablet-interactive-1-md{font-size:1rem;line-height:1.5rem;}.tablet-interactive-2,.tablet-interactive-2-sb,.tablet-interactive-2-bd,.tablet-interactive-2-rg,.tablet-interactive-2-lt,.tablet-interactive-2-md{font-size:0.875rem;line-height:1.125rem;}}@media (width >= 1152px){.desktop-title-1,.desktop-title-1-sb,.desktop-title-1-bd,.desktop-title-1-rg,.desktop-title-1-lt,.desktop-title-1-md{font-size:4.5rem;line-height:5rem;}.desktop-title-2,.desktop-title-2-sb,.desktop-title-2-bd,.desktop-title-2-rg,.desktop-title-2-lt,.desktop-title-2-md{font-size:3rem;line-height:3.25rem;}.desktop-title-3,.desktop-title-3-sb,.desktop-title-3-bd,.desktop-title-3-rg,.desktop-title-3-lt,.desktop-title-3-md{font-size:2rem;line-height:2.75rem;}.desktop-title-4,.desktop-title-4-sb,.desktop-title-4-bd,.desktop-title-4-rg,.desktop-title-4-lt,.desktop-title-4-md{font-size:1.75rem;line-height:2rem;}.desktop-title-5,.desktop-title-5-sb,.desktop-title-5-bd,.desktop-title-5-rg,.desktop-title-5-lt,.desktop-title-5-md{font-size:1.5rem;line-height:1.75rem;}.desktop-title-6,.desktop-title-6-sb,.desktop-title-6-bd,.desktop-title-6-rg,.desktop-title-6-lt,.desktop-title-6-md{font-size:1.25rem;line-height:1.75rem;}.desktop-heading-1,.desktop-heading-1-sb,.desktop-heading-1-bd,.desktop-heading-1-rg,.desktop-heading-1-lt,.desktop-heading-1-md{font-size:2rem;line-height:2.75rem;}.desktop-heading-2,.desktop-heading-2-sb,.desktop-heading-2-bd,.desktop-heading-2-rg,.desktop-heading-2-lt,.desktop-heading-2-md{font-size:1.75rem;line-height:2rem;}.desktop-heading-3,.desktop-heading-3-sb,.desktop-heading-3-bd,.desktop-heading-3-rg,.desktop-heading-3-lt,.desktop-heading-3-md{font-size:1.5rem;line-height:1.75rem;}.desktop-heading-4,.desktop-heading-4-sb,.desktop-heading-4-bd,.desktop-heading-4-rg,.desktop-heading-4-lt,.desktop-heading-4-md{font-size:1.125rem;line-height:1.375rem;}.desktop-body-1,.desktop-body-1-sb,.desktop-body-1-bd,.desktop-body-1-rg,.desktop-body-1-lt,.desktop-body-1-md{font-size:1.5rem;line-height:2rem;}.desktop-body-2,.desktop-body-2-sb,.desktop-body-2-bd,.desktop-body-2-rg,.desktop-body-2-lt,.desktop-body-2-md{font-size:1.25rem;line-height:1.75rem;}.desktop-body-3,.desktop-body-3-sb,.desktop-body-3-bd,.desktop-body-3-rg,.desktop-body-3-lt,.desktop-body-3-md{font-size:1.125rem;line-height:1.5rem;}.desktop-body-4,.desktop-body-4-sb,.desktop-body-4-bd,.desktop-body-4-rg,.desktop-body-4-lt,.desktop-body-4-md{font-size:1rem;line-height:1.5rem;}.desktop-body-5,.desktop-body-5-sb,.desktop-body-5-bd,.desktop-body-5-rg,.desktop-body-5-lt,.desktop-body-5-md{font-size:0.875rem;line-height:1.125rem;}.desktop-body-6,.desktop-body-6-sb,.desktop-body-6-bd,.desktop-body-6-rg,.desktop-body-6-lt,.desktop-body-6-md{font-size:0.75rem;line-height:1rem;}.desktop-body-7,.desktop-body-7-sb,.desktop-body-7-bd,.desktop-body-7-rg,.desktop-body-7-lt,.desktop-body-7-md{font-size:0.625rem;line-height:0.875rem;}.desktop-interactive-1,.desktop-interactive-1-sb,.desktop-interactive-1-bd,.desktop-interactive-1-rg,.desktop-interactive-1-lt,.desktop-interactive-1-md{font-size:1rem;line-height:1.5rem;}.desktop-interactive-2,.desktop-interactive-2-sb,.desktop-interactive-2-bd,.desktop-interactive-2-rg,.desktop-interactive-2-lt,.desktop-interactive-2-md{font-size:0.875rem;line-height:1.125rem;}}z-button.zanit-button{--color-primary01:var(--red500);--color-hover-primary:var(--red800);--color-pressed-primary:var(--red400);--color-button-secondary:transparent;--color-primary02:transparent;--color-primary03:transparent}z-button.zanit-button-dark{--color-primary01:var(--gray950);--color-hover-primary:#000;--color-pressed-primary:var(--gray950);--color-button-secondary:transparent;--color-primary02:transparent;--color-primary03:transparent}:root{--zanit-accent-color:#ffe74c;--shadow-focus-primary:0 0 0 2px #fff, 0 0 2px 5px var(--gray950)}.zanit-link,.zanit-link-inverse{color:currentcolor;font-family:inherit;text-decoration:underline solid 12% var(--red500);text-underline-offset:28%}.zanit-link-inverse{color:var(--color-text-inverse);text-decoration-color:var(--color-text-inverse)}
|