@meduza/ui-kit-2 0.1.48 → 0.1.50
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/Image/Image.types.d.ts +0 -1
- package/dist/ui-kit-2.cjs.development.js +3 -5
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +3 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +922 -921
- package/package.json +1 -1
- package/src/Image/Image.types.ts +0 -1
- package/src/Image/index.tsx +2 -3
- package/src/Meta/Meta.module.css +1 -0
package/dist/ui-kit.css
CHANGED
|
@@ -1,3 +1,403 @@
|
|
|
1
|
+
/* Colors */
|
|
2
|
+
/* Fonts */
|
|
3
|
+
/* Gap */
|
|
4
|
+
/* Media */
|
|
5
|
+
/* 512 */
|
|
6
|
+
/* 650 */
|
|
7
|
+
/* 768 */
|
|
8
|
+
/* 1024 */
|
|
9
|
+
/* 1010 */
|
|
10
|
+
/* 1200 */
|
|
11
|
+
/* 511 */
|
|
12
|
+
/* 1023 */
|
|
13
|
+
/* Zindex */
|
|
14
|
+
.Button-module_root__RpsiW {
|
|
15
|
+
display: block;
|
|
16
|
+
|
|
17
|
+
padding: 0;
|
|
18
|
+
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
-webkit-user-select: none;
|
|
21
|
+
-moz-user-select: none;
|
|
22
|
+
-ms-user-select: none;
|
|
23
|
+
user-select: none;
|
|
24
|
+
transition: background-color 0.15s ease-out;
|
|
25
|
+
text-align: center;
|
|
26
|
+
|
|
27
|
+
color: #fff;
|
|
28
|
+
border-width: 0;
|
|
29
|
+
outline: none;
|
|
30
|
+
|
|
31
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
32
|
+
line-height: 1;
|
|
33
|
+
|
|
34
|
+
-webkit-appearance: none;
|
|
35
|
+
|
|
36
|
+
-moz-appearance: none;
|
|
37
|
+
|
|
38
|
+
appearance: none;
|
|
39
|
+
}
|
|
40
|
+
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
41
|
+
border: 0;
|
|
42
|
+
}
|
|
43
|
+
.Button-module_root__RpsiW[disabled] {
|
|
44
|
+
cursor: default;
|
|
45
|
+
pointer-events: none;
|
|
46
|
+
|
|
47
|
+
opacity: 0.5;
|
|
48
|
+
}
|
|
49
|
+
.Button-module_root__RpsiW > span:first-child {
|
|
50
|
+
margin-right: 4px;
|
|
51
|
+
}
|
|
52
|
+
.Button-module_root__RpsiW > span:last-child {
|
|
53
|
+
margin-left: 4px;
|
|
54
|
+
}
|
|
55
|
+
.Button-module_gold__ZMYg- {
|
|
56
|
+
background: #b88b59;
|
|
57
|
+
}
|
|
58
|
+
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
59
|
+
fill: #b88b59;
|
|
60
|
+
}
|
|
61
|
+
.Button-module_gold__ZMYg-:hover {
|
|
62
|
+
background-color: #9e784c
|
|
63
|
+
}
|
|
64
|
+
@media (hover: none) {
|
|
65
|
+
.Button-module_gold__ZMYg-:hover {
|
|
66
|
+
background-color: #b88b59
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
.Button-module_gold__ZMYg-:active {
|
|
70
|
+
background-color: #856440;
|
|
71
|
+
}
|
|
72
|
+
.Button-module_gray__3IM54 {
|
|
73
|
+
color: #000;
|
|
74
|
+
background-color: #f0f0f0;
|
|
75
|
+
}
|
|
76
|
+
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
77
|
+
fill: #545454;
|
|
78
|
+
}
|
|
79
|
+
.Button-module_gray__3IM54:hover {
|
|
80
|
+
background-color: #ebebeb
|
|
81
|
+
}
|
|
82
|
+
@media (hover: none) {
|
|
83
|
+
.Button-module_gray__3IM54:hover {
|
|
84
|
+
background-color: #ebebeb
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
.Button-module_gray__3IM54:active {
|
|
88
|
+
background-color: #e3e3e3;
|
|
89
|
+
}
|
|
90
|
+
.Button-module_sand__2AqVq {
|
|
91
|
+
background: #a18c68;
|
|
92
|
+
}
|
|
93
|
+
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
94
|
+
fill: #a18c68;
|
|
95
|
+
}
|
|
96
|
+
.Button-module_sand__2AqVq:hover {
|
|
97
|
+
background-color: #8a7654
|
|
98
|
+
}
|
|
99
|
+
@media (hover: none) {
|
|
100
|
+
.Button-module_sand__2AqVq:hover {
|
|
101
|
+
background-color: #a18c68
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
.Button-module_sand__2AqVq:active {
|
|
105
|
+
background-color: #7b6743;
|
|
106
|
+
}
|
|
107
|
+
.Button-module_dark__I0uXx {
|
|
108
|
+
color: #adadad;
|
|
109
|
+
background-color: #3a3a3a;
|
|
110
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
111
|
+
}
|
|
112
|
+
.Button-module_dark__I0uXx:hover {
|
|
113
|
+
background-color: #2e2e2e
|
|
114
|
+
}
|
|
115
|
+
@media (hover: none) {
|
|
116
|
+
.Button-module_dark__I0uXx:hover {
|
|
117
|
+
background-color: #3a3a3a
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.Button-module_dark__I0uXx:active {
|
|
121
|
+
background-color: #242424;
|
|
122
|
+
}
|
|
123
|
+
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
124
|
+
fill: #3a3a3a;
|
|
125
|
+
}
|
|
126
|
+
.Button-module_light__1Y4hG {
|
|
127
|
+
color: #000;
|
|
128
|
+
background-color: #fff;
|
|
129
|
+
}
|
|
130
|
+
.Button-module_light__1Y4hG:hover {
|
|
131
|
+
background-color: #ebebeb
|
|
132
|
+
}
|
|
133
|
+
@media (hover: none) {
|
|
134
|
+
.Button-module_light__1Y4hG:hover {
|
|
135
|
+
background-color: #fff
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
.Button-module_light__1Y4hG:active {
|
|
139
|
+
background-color: #e3e3e3;
|
|
140
|
+
}
|
|
141
|
+
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
142
|
+
fill: #fff;
|
|
143
|
+
}
|
|
144
|
+
.Button-module_black__3sG3Y {
|
|
145
|
+
color: #7e7d7b;
|
|
146
|
+
background-color: #000;
|
|
147
|
+
}
|
|
148
|
+
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
149
|
+
fill: #7e7d7b;
|
|
150
|
+
}
|
|
151
|
+
.Button-module_black__3sG3Y:hover {
|
|
152
|
+
background-color: #141414
|
|
153
|
+
}
|
|
154
|
+
@media (hover: none) {
|
|
155
|
+
.Button-module_black__3sG3Y:hover {
|
|
156
|
+
background: #141414
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
.Button-module_black__3sG3Y:active {
|
|
160
|
+
background-color: #242424;
|
|
161
|
+
}
|
|
162
|
+
.Button-module_red__3Niou {
|
|
163
|
+
background-color: #f95a5a;
|
|
164
|
+
}
|
|
165
|
+
.Button-module_red__3Niou:hover {
|
|
166
|
+
background-color: #e65353
|
|
167
|
+
}
|
|
168
|
+
@media (hover: none) {
|
|
169
|
+
.Button-module_red__3Niou:hover {
|
|
170
|
+
background: #f95a5a
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
.Button-module_red__3Niou:active {
|
|
174
|
+
background-color: #d44d4d;
|
|
175
|
+
}
|
|
176
|
+
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
177
|
+
fill: #141414;
|
|
178
|
+
}
|
|
179
|
+
.Button-module_default__28Vo_ {
|
|
180
|
+
width: 100%;
|
|
181
|
+
height: 42px;
|
|
182
|
+
padding: 6px 18px;
|
|
183
|
+
|
|
184
|
+
letter-spacing: 1px;
|
|
185
|
+
text-transform: uppercase;
|
|
186
|
+
|
|
187
|
+
border-radius: 8px;
|
|
188
|
+
|
|
189
|
+
font-size: 12px;
|
|
190
|
+
font-weight: 600;
|
|
191
|
+
line-height: 22px
|
|
192
|
+
}
|
|
193
|
+
@media only screen and (min-width: 64em) {
|
|
194
|
+
.Button-module_default__28Vo_ {
|
|
195
|
+
padding: 7px 18px 6px;
|
|
196
|
+
|
|
197
|
+
font-size: 14px;
|
|
198
|
+
line-height: 16px
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.Button-module_isInSpoiler__2Yl8c svg {
|
|
202
|
+
margin-top: -2px;
|
|
203
|
+
margin-left: 6px;
|
|
204
|
+
}
|
|
205
|
+
.Button-module_ghost__3awCW {
|
|
206
|
+
letter-spacing: inherit;
|
|
207
|
+
text-transform: none;
|
|
208
|
+
|
|
209
|
+
color: inherit;
|
|
210
|
+
background-color: transparent;
|
|
211
|
+
|
|
212
|
+
font-family: inherit;
|
|
213
|
+
font-size: inherit;
|
|
214
|
+
font-weight: inherit;
|
|
215
|
+
}
|
|
216
|
+
.Button-module_isInDropdown__1ogKL {
|
|
217
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
218
|
+
}
|
|
219
|
+
.Button-module_black__3sG3Y[disabled],
|
|
220
|
+
.Button-module_sand__2AqVq[disabled] {
|
|
221
|
+
opacity: 0.3;
|
|
222
|
+
}
|
|
223
|
+
/* LOADING */
|
|
224
|
+
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
225
|
+
cursor: default;
|
|
226
|
+
pointer-events: none;
|
|
227
|
+
|
|
228
|
+
background-color: transparent;
|
|
229
|
+
box-shadow: none;
|
|
230
|
+
}
|
|
231
|
+
.Button-module_loader__2pl6d {
|
|
232
|
+
display: block;
|
|
233
|
+
|
|
234
|
+
margin-top: -1px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.Switcher-module_root__1Env1 {
|
|
251
|
+
position: relative;
|
|
252
|
+
|
|
253
|
+
display: -webkit-box;
|
|
254
|
+
|
|
255
|
+
display: -webkit-flex;
|
|
256
|
+
|
|
257
|
+
display: -ms-flexbox;
|
|
258
|
+
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-flow: row nowrap;
|
|
261
|
+
align-items: center;
|
|
262
|
+
|
|
263
|
+
font-weight: 600;
|
|
264
|
+
|
|
265
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
+
white-space: nowrap;
|
|
267
|
+
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
|
|
270
|
+
-webkit-user-select: none;
|
|
271
|
+
|
|
272
|
+
-moz-user-select: none;
|
|
273
|
+
|
|
274
|
+
-ms-user-select: none;
|
|
275
|
+
|
|
276
|
+
user-select: none;
|
|
277
|
+
}
|
|
278
|
+
.Switcher-module_dark__1IzaH {
|
|
279
|
+
color: inherit;
|
|
280
|
+
}
|
|
281
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
+
background-color: transparent;
|
|
283
|
+
}
|
|
284
|
+
.Switcher-module_input__jaMVF {
|
|
285
|
+
position: absolute;
|
|
286
|
+
top: 0;
|
|
287
|
+
left: 0;
|
|
288
|
+
|
|
289
|
+
opacity: 0;
|
|
290
|
+
}
|
|
291
|
+
.Switcher-module_control__1NTvY {
|
|
292
|
+
position: relative;
|
|
293
|
+
|
|
294
|
+
display: block;
|
|
295
|
+
|
|
296
|
+
width: 37px;
|
|
297
|
+
height: 21px;
|
|
298
|
+
|
|
299
|
+
background-color: #e6e6e6;
|
|
300
|
+
|
|
301
|
+
border-radius: 15px;
|
|
302
|
+
}
|
|
303
|
+
.Switcher-module_control__1NTvY::before {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
bottom: 0;
|
|
307
|
+
left: 0;
|
|
308
|
+
|
|
309
|
+
width: 18px;
|
|
310
|
+
|
|
311
|
+
background: rgba(19, 191, 17, 0);
|
|
312
|
+
|
|
313
|
+
border-radius: 15px;
|
|
314
|
+
|
|
315
|
+
transition: 0.25s ease-in-out;
|
|
316
|
+
|
|
317
|
+
content: '';
|
|
318
|
+
}
|
|
319
|
+
.Switcher-module_knob__3kEy5 {
|
|
320
|
+
position: relative;
|
|
321
|
+
top: 2px;
|
|
322
|
+
left: 2px;
|
|
323
|
+
z-index: 200;
|
|
324
|
+
|
|
325
|
+
display: block;
|
|
326
|
+
|
|
327
|
+
width: 17px;
|
|
328
|
+
height: 17px;
|
|
329
|
+
|
|
330
|
+
background: #fff;
|
|
331
|
+
|
|
332
|
+
border-radius: 15px;
|
|
333
|
+
|
|
334
|
+
transition: 0.25s ease-in-out;
|
|
335
|
+
}
|
|
336
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
+
width: 100%;
|
|
338
|
+
|
|
339
|
+
background-color: #b88b59;
|
|
340
|
+
}
|
|
341
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
+
}
|
|
344
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
+
left: 18px;
|
|
346
|
+
}
|
|
347
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
+
margin-right: 6px;
|
|
349
|
+
}
|
|
350
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
+
margin-left: 6px;
|
|
352
|
+
}
|
|
353
|
+
/* panel */
|
|
354
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
+
|
|
356
|
+
color: #999;
|
|
357
|
+
|
|
358
|
+
font-size: 13px;
|
|
359
|
+
letter-spacing: 0.5px;
|
|
360
|
+
text-transform: uppercase;
|
|
361
|
+
}
|
|
362
|
+
/* menu */
|
|
363
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
+
font-weight: normal;
|
|
365
|
+
}
|
|
366
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
+
margin-right: 8px;
|
|
368
|
+
}
|
|
369
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
+
width: 48px;
|
|
371
|
+
height: 30px;
|
|
372
|
+
}
|
|
373
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
+
top: 4px;
|
|
375
|
+
|
|
376
|
+
width: 22px;
|
|
377
|
+
height: 22px;
|
|
378
|
+
|
|
379
|
+
background-color: #bababa;
|
|
380
|
+
}
|
|
381
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
+
left: 23px;
|
|
384
|
+
|
|
385
|
+
background-color: #fff;
|
|
386
|
+
}
|
|
387
|
+
/* live */
|
|
388
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
+
|
|
390
|
+
color: #7f7f7f;
|
|
391
|
+
|
|
392
|
+
font-size: 13px;
|
|
393
|
+
letter-spacing: 0.5px;
|
|
394
|
+
text-transform: uppercase;
|
|
395
|
+
}
|
|
396
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
+
background-color: #1a1a1a;
|
|
398
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
+
}
|
|
400
|
+
|
|
1
401
|
/* Colors */
|
|
2
402
|
/* Fonts */
|
|
3
403
|
/* Gap */
|
|
@@ -215,182 +615,18 @@
|
|
|
215
615
|
}
|
|
216
616
|
}
|
|
217
617
|
@media only screen and (min-width: 64em) {
|
|
218
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
219
|
-
stroke-width: 1.5px
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
223
|
-
stroke-width: 1.8px
|
|
224
|
-
}
|
|
225
|
-
@media only screen and (min-width: 64em) {
|
|
226
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
227
|
-
stroke-width: 1.3px
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/* Colors */
|
|
232
|
-
/* Fonts */
|
|
233
|
-
/* Gap */
|
|
234
|
-
/* Media */
|
|
235
|
-
/* 512 */
|
|
236
|
-
/* 650 */
|
|
237
|
-
/* 768 */
|
|
238
|
-
/* 1024 */
|
|
239
|
-
/* 1010 */
|
|
240
|
-
/* 1200 */
|
|
241
|
-
/* 511 */
|
|
242
|
-
/* 1023 */
|
|
243
|
-
/* Zindex */
|
|
244
|
-
.Switcher-module_root__1Env1 {
|
|
245
|
-
position: relative;
|
|
246
|
-
|
|
247
|
-
display: -webkit-box;
|
|
248
|
-
|
|
249
|
-
display: -webkit-flex;
|
|
250
|
-
|
|
251
|
-
display: -ms-flexbox;
|
|
252
|
-
|
|
253
|
-
display: flex;
|
|
254
|
-
flex-flow: row nowrap;
|
|
255
|
-
align-items: center;
|
|
256
|
-
|
|
257
|
-
font-weight: 600;
|
|
258
|
-
|
|
259
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
260
|
-
white-space: nowrap;
|
|
261
|
-
|
|
262
|
-
cursor: pointer;
|
|
263
|
-
|
|
264
|
-
-webkit-user-select: none;
|
|
265
|
-
|
|
266
|
-
-moz-user-select: none;
|
|
267
|
-
|
|
268
|
-
-ms-user-select: none;
|
|
269
|
-
|
|
270
|
-
user-select: none;
|
|
271
|
-
}
|
|
272
|
-
.Switcher-module_dark__1IzaH {
|
|
273
|
-
color: inherit;
|
|
274
|
-
}
|
|
275
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
276
|
-
background-color: transparent;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_input__jaMVF {
|
|
279
|
-
position: absolute;
|
|
280
|
-
top: 0;
|
|
281
|
-
left: 0;
|
|
282
|
-
|
|
283
|
-
opacity: 0;
|
|
284
|
-
}
|
|
285
|
-
.Switcher-module_control__1NTvY {
|
|
286
|
-
position: relative;
|
|
287
|
-
|
|
288
|
-
display: block;
|
|
289
|
-
|
|
290
|
-
width: 37px;
|
|
291
|
-
height: 21px;
|
|
292
|
-
|
|
293
|
-
background-color: #e6e6e6;
|
|
294
|
-
|
|
295
|
-
border-radius: 15px;
|
|
296
|
-
}
|
|
297
|
-
.Switcher-module_control__1NTvY::before {
|
|
298
|
-
position: absolute;
|
|
299
|
-
top: 0;
|
|
300
|
-
bottom: 0;
|
|
301
|
-
left: 0;
|
|
302
|
-
|
|
303
|
-
width: 18px;
|
|
304
|
-
|
|
305
|
-
background: rgba(19, 191, 17, 0);
|
|
306
|
-
|
|
307
|
-
border-radius: 15px;
|
|
308
|
-
|
|
309
|
-
transition: 0.25s ease-in-out;
|
|
310
|
-
|
|
311
|
-
content: '';
|
|
312
|
-
}
|
|
313
|
-
.Switcher-module_knob__3kEy5 {
|
|
314
|
-
position: relative;
|
|
315
|
-
top: 2px;
|
|
316
|
-
left: 2px;
|
|
317
|
-
z-index: 200;
|
|
318
|
-
|
|
319
|
-
display: block;
|
|
320
|
-
|
|
321
|
-
width: 17px;
|
|
322
|
-
height: 17px;
|
|
323
|
-
|
|
324
|
-
background: #fff;
|
|
325
|
-
|
|
326
|
-
border-radius: 15px;
|
|
327
|
-
|
|
328
|
-
transition: 0.25s ease-in-out;
|
|
329
|
-
}
|
|
330
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
331
|
-
width: 100%;
|
|
332
|
-
|
|
333
|
-
background-color: #b88b59;
|
|
334
|
-
}
|
|
335
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
336
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
337
|
-
}
|
|
338
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
339
|
-
left: 18px;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
342
|
-
margin-right: 6px;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
345
|
-
margin-left: 6px;
|
|
346
|
-
}
|
|
347
|
-
/* panel */
|
|
348
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
349
|
-
|
|
350
|
-
color: #999;
|
|
351
|
-
|
|
352
|
-
font-size: 13px;
|
|
353
|
-
letter-spacing: 0.5px;
|
|
354
|
-
text-transform: uppercase;
|
|
355
|
-
}
|
|
356
|
-
/* menu */
|
|
357
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
358
|
-
font-weight: normal;
|
|
359
|
-
}
|
|
360
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
361
|
-
margin-right: 8px;
|
|
362
|
-
}
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
364
|
-
width: 48px;
|
|
365
|
-
height: 30px;
|
|
366
|
-
}
|
|
367
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
368
|
-
top: 4px;
|
|
369
|
-
|
|
370
|
-
width: 22px;
|
|
371
|
-
height: 22px;
|
|
372
|
-
|
|
373
|
-
background-color: #bababa;
|
|
374
|
-
}
|
|
375
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
376
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
377
|
-
left: 23px;
|
|
378
|
-
|
|
379
|
-
background-color: #fff;
|
|
618
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
619
|
+
stroke-width: 1.5px
|
|
380
620
|
}
|
|
381
|
-
|
|
382
|
-
.
|
|
383
|
-
|
|
384
|
-
color: #7f7f7f;
|
|
385
|
-
|
|
386
|
-
font-size: 13px;
|
|
387
|
-
letter-spacing: 0.5px;
|
|
388
|
-
text-transform: uppercase;
|
|
621
|
+
}
|
|
622
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
623
|
+
stroke-width: 1.8px
|
|
389
624
|
}
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
625
|
+
@media only screen and (min-width: 64em) {
|
|
626
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
627
|
+
stroke-width: 1.3px
|
|
393
628
|
}
|
|
629
|
+
}
|
|
394
630
|
|
|
395
631
|
/* Colors */
|
|
396
632
|
/* Fonts */
|
|
@@ -447,269 +683,33 @@
|
|
|
447
683
|
}
|
|
448
684
|
.Image-module_fullscreen__29apx picture::after {
|
|
449
685
|
position: absolute;
|
|
450
|
-
right: 12px;
|
|
451
|
-
bottom: 12px;
|
|
452
|
-
|
|
453
|
-
width: 40px;
|
|
454
|
-
height: 40px;
|
|
455
|
-
|
|
456
|
-
transition: opacity 250ms ease;
|
|
457
|
-
pointer-events: none;
|
|
458
|
-
|
|
459
|
-
opacity: 0;
|
|
460
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
461
|
-
border-radius: 20px;
|
|
462
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
463
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
464
|
-
background-repeat: no-repeat;
|
|
465
|
-
background-position: center
|
|
466
|
-
}
|
|
467
|
-
@media only screen and (min-width: 64em) {
|
|
468
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
469
|
-
content: ''
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
473
|
-
outline: none;
|
|
474
|
-
}
|
|
475
|
-
.Image-module_dark__3o0nU {
|
|
476
|
-
background-color: transparent;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
/* Colors */
|
|
480
|
-
/* Fonts */
|
|
481
|
-
/* Gap */
|
|
482
|
-
/* Media */
|
|
483
|
-
/* 512 */
|
|
484
|
-
/* 650 */
|
|
485
|
-
/* 768 */
|
|
486
|
-
/* 1024 */
|
|
487
|
-
/* 1010 */
|
|
488
|
-
/* 1200 */
|
|
489
|
-
/* 511 */
|
|
490
|
-
/* 1023 */
|
|
491
|
-
/* Zindex */
|
|
492
|
-
.Button-module_root__RpsiW {
|
|
493
|
-
display: block;
|
|
494
|
-
|
|
495
|
-
padding: 0;
|
|
496
|
-
|
|
497
|
-
cursor: pointer;
|
|
498
|
-
-webkit-user-select: none;
|
|
499
|
-
-moz-user-select: none;
|
|
500
|
-
-ms-user-select: none;
|
|
501
|
-
user-select: none;
|
|
502
|
-
transition: background-color 0.15s ease-out;
|
|
503
|
-
text-align: center;
|
|
504
|
-
|
|
505
|
-
color: #fff;
|
|
506
|
-
border-width: 0;
|
|
507
|
-
outline: none;
|
|
508
|
-
|
|
509
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
510
|
-
line-height: 1;
|
|
511
|
-
|
|
512
|
-
-webkit-appearance: none;
|
|
513
|
-
|
|
514
|
-
-moz-appearance: none;
|
|
515
|
-
|
|
516
|
-
appearance: none;
|
|
517
|
-
}
|
|
518
|
-
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
519
|
-
border: 0;
|
|
520
|
-
}
|
|
521
|
-
.Button-module_root__RpsiW[disabled] {
|
|
522
|
-
cursor: default;
|
|
523
|
-
pointer-events: none;
|
|
524
|
-
|
|
525
|
-
opacity: 0.5;
|
|
526
|
-
}
|
|
527
|
-
.Button-module_root__RpsiW > span:first-child {
|
|
528
|
-
margin-right: 4px;
|
|
529
|
-
}
|
|
530
|
-
.Button-module_root__RpsiW > span:last-child {
|
|
531
|
-
margin-left: 4px;
|
|
532
|
-
}
|
|
533
|
-
.Button-module_gold__ZMYg- {
|
|
534
|
-
background: #b88b59;
|
|
535
|
-
}
|
|
536
|
-
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
537
|
-
fill: #b88b59;
|
|
538
|
-
}
|
|
539
|
-
.Button-module_gold__ZMYg-:hover {
|
|
540
|
-
background-color: #9e784c
|
|
541
|
-
}
|
|
542
|
-
@media (hover: none) {
|
|
543
|
-
.Button-module_gold__ZMYg-:hover {
|
|
544
|
-
background-color: #b88b59
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
.Button-module_gold__ZMYg-:active {
|
|
548
|
-
background-color: #856440;
|
|
549
|
-
}
|
|
550
|
-
.Button-module_gray__3IM54 {
|
|
551
|
-
color: #000;
|
|
552
|
-
background-color: #f0f0f0;
|
|
553
|
-
}
|
|
554
|
-
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
555
|
-
fill: #545454;
|
|
556
|
-
}
|
|
557
|
-
.Button-module_gray__3IM54:hover {
|
|
558
|
-
background-color: #ebebeb
|
|
559
|
-
}
|
|
560
|
-
@media (hover: none) {
|
|
561
|
-
.Button-module_gray__3IM54:hover {
|
|
562
|
-
background-color: #ebebeb
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
.Button-module_gray__3IM54:active {
|
|
566
|
-
background-color: #e3e3e3;
|
|
567
|
-
}
|
|
568
|
-
.Button-module_sand__2AqVq {
|
|
569
|
-
background: #a18c68;
|
|
570
|
-
}
|
|
571
|
-
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
572
|
-
fill: #a18c68;
|
|
573
|
-
}
|
|
574
|
-
.Button-module_sand__2AqVq:hover {
|
|
575
|
-
background-color: #8a7654
|
|
576
|
-
}
|
|
577
|
-
@media (hover: none) {
|
|
578
|
-
.Button-module_sand__2AqVq:hover {
|
|
579
|
-
background-color: #a18c68
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
.Button-module_sand__2AqVq:active {
|
|
583
|
-
background-color: #7b6743;
|
|
584
|
-
}
|
|
585
|
-
.Button-module_dark__I0uXx {
|
|
586
|
-
color: #adadad;
|
|
587
|
-
background-color: #3a3a3a;
|
|
588
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
589
|
-
}
|
|
590
|
-
.Button-module_dark__I0uXx:hover {
|
|
591
|
-
background-color: #2e2e2e
|
|
592
|
-
}
|
|
593
|
-
@media (hover: none) {
|
|
594
|
-
.Button-module_dark__I0uXx:hover {
|
|
595
|
-
background-color: #3a3a3a
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
.Button-module_dark__I0uXx:active {
|
|
599
|
-
background-color: #242424;
|
|
600
|
-
}
|
|
601
|
-
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
602
|
-
fill: #3a3a3a;
|
|
603
|
-
}
|
|
604
|
-
.Button-module_light__1Y4hG {
|
|
605
|
-
color: #000;
|
|
606
|
-
background-color: #fff;
|
|
607
|
-
}
|
|
608
|
-
.Button-module_light__1Y4hG:hover {
|
|
609
|
-
background-color: #ebebeb
|
|
610
|
-
}
|
|
611
|
-
@media (hover: none) {
|
|
612
|
-
.Button-module_light__1Y4hG:hover {
|
|
613
|
-
background-color: #fff
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
.Button-module_light__1Y4hG:active {
|
|
617
|
-
background-color: #e3e3e3;
|
|
618
|
-
}
|
|
619
|
-
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
620
|
-
fill: #fff;
|
|
621
|
-
}
|
|
622
|
-
.Button-module_black__3sG3Y {
|
|
623
|
-
color: #7e7d7b;
|
|
624
|
-
background-color: #000;
|
|
625
|
-
}
|
|
626
|
-
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
627
|
-
fill: #7e7d7b;
|
|
628
|
-
}
|
|
629
|
-
.Button-module_black__3sG3Y:hover {
|
|
630
|
-
background-color: #141414
|
|
631
|
-
}
|
|
632
|
-
@media (hover: none) {
|
|
633
|
-
.Button-module_black__3sG3Y:hover {
|
|
634
|
-
background: #141414
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
.Button-module_black__3sG3Y:active {
|
|
638
|
-
background-color: #242424;
|
|
639
|
-
}
|
|
640
|
-
.Button-module_red__3Niou {
|
|
641
|
-
background-color: #f95a5a;
|
|
642
|
-
}
|
|
643
|
-
.Button-module_red__3Niou:hover {
|
|
644
|
-
background-color: #e65353
|
|
645
|
-
}
|
|
646
|
-
@media (hover: none) {
|
|
647
|
-
.Button-module_red__3Niou:hover {
|
|
648
|
-
background: #f95a5a
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
.Button-module_red__3Niou:active {
|
|
652
|
-
background-color: #d44d4d;
|
|
653
|
-
}
|
|
654
|
-
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
655
|
-
fill: #141414;
|
|
656
|
-
}
|
|
657
|
-
.Button-module_default__28Vo_ {
|
|
658
|
-
width: 100%;
|
|
659
|
-
height: 42px;
|
|
660
|
-
padding: 6px 18px;
|
|
661
|
-
|
|
662
|
-
letter-spacing: 1px;
|
|
663
|
-
text-transform: uppercase;
|
|
664
|
-
|
|
665
|
-
border-radius: 8px;
|
|
666
|
-
|
|
667
|
-
font-size: 12px;
|
|
668
|
-
font-weight: 600;
|
|
669
|
-
line-height: 22px
|
|
670
|
-
}
|
|
671
|
-
@media only screen and (min-width: 64em) {
|
|
672
|
-
.Button-module_default__28Vo_ {
|
|
673
|
-
padding: 7px 18px 6px;
|
|
674
|
-
|
|
675
|
-
font-size: 14px;
|
|
676
|
-
line-height: 16px
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
.Button-module_isInSpoiler__2Yl8c svg {
|
|
680
|
-
margin-top: -2px;
|
|
681
|
-
margin-left: 6px;
|
|
682
|
-
}
|
|
683
|
-
.Button-module_ghost__3awCW {
|
|
684
|
-
letter-spacing: inherit;
|
|
685
|
-
text-transform: none;
|
|
686
|
+
right: 12px;
|
|
687
|
+
bottom: 12px;
|
|
686
688
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
+
width: 40px;
|
|
690
|
+
height: 40px;
|
|
689
691
|
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
692
|
+
transition: opacity 250ms ease;
|
|
693
|
+
pointer-events: none;
|
|
694
|
+
|
|
695
|
+
opacity: 0;
|
|
696
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
697
|
+
border-radius: 20px;
|
|
698
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
699
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
700
|
+
background-repeat: no-repeat;
|
|
701
|
+
background-position: center
|
|
693
702
|
}
|
|
694
|
-
|
|
695
|
-
|
|
703
|
+
@media only screen and (min-width: 64em) {
|
|
704
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
705
|
+
content: ''
|
|
696
706
|
}
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
707
|
+
}
|
|
708
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
709
|
+
outline: none;
|
|
700
710
|
}
|
|
701
|
-
|
|
702
|
-
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
703
|
-
cursor: default;
|
|
704
|
-
pointer-events: none;
|
|
705
|
-
|
|
711
|
+
.Image-module_dark__3o0nU {
|
|
706
712
|
background-color: transparent;
|
|
707
|
-
box-shadow: none;
|
|
708
|
-
}
|
|
709
|
-
.Button-module_loader__2pl6d {
|
|
710
|
-
display: block;
|
|
711
|
-
|
|
712
|
-
margin-top: -1px;
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
/* Colors */
|
|
@@ -1330,6 +1330,99 @@
|
|
|
1330
1330
|
min-width: 50px;
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
|
+
/* Colors */
|
|
1334
|
+
/* Fonts */
|
|
1335
|
+
/* Gap */
|
|
1336
|
+
/* Media */
|
|
1337
|
+
/* 512 */
|
|
1338
|
+
/* 650 */
|
|
1339
|
+
/* 768 */
|
|
1340
|
+
/* 1024 */
|
|
1341
|
+
/* 1010 */
|
|
1342
|
+
/* 1200 */
|
|
1343
|
+
/* 511 */
|
|
1344
|
+
/* 1023 */
|
|
1345
|
+
/* Zindex */
|
|
1346
|
+
.MediaCaption-module_root__KqTdw {
|
|
1347
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1348
|
+
}
|
|
1349
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1350
|
+
text-decoration: underline;
|
|
1351
|
+
|
|
1352
|
+
color: inherit;
|
|
1353
|
+
box-shadow: none;
|
|
1354
|
+
}
|
|
1355
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1356
|
+
color: #b88b58;
|
|
1357
|
+
}
|
|
1358
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1359
|
+
max-width: 520px;
|
|
1360
|
+
padding-top: 4px;
|
|
1361
|
+
|
|
1362
|
+
color: #1a1a1a;
|
|
1363
|
+
|
|
1364
|
+
font-size: 14px;
|
|
1365
|
+
line-height: 18px
|
|
1366
|
+
}
|
|
1367
|
+
@media only screen and (min-width: 32em) {
|
|
1368
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1369
|
+
font-size: 16px;
|
|
1370
|
+
line-height: 22px
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1374
|
+
max-width: 520px;
|
|
1375
|
+
padding-top: 1px;
|
|
1376
|
+
|
|
1377
|
+
color: #666;
|
|
1378
|
+
|
|
1379
|
+
font-size: 12px;
|
|
1380
|
+
line-height: 16px
|
|
1381
|
+
}
|
|
1382
|
+
@media only screen and (min-width: 32em) {
|
|
1383
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1384
|
+
padding-top: 3px
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1388
|
+
padding-top: 3px;
|
|
1389
|
+
}
|
|
1390
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1391
|
+
color: #fff;
|
|
1392
|
+
}
|
|
1393
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1394
|
+
color: #929292;
|
|
1395
|
+
}
|
|
1396
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1397
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1398
|
+
padding-top: 10px
|
|
1399
|
+
}
|
|
1400
|
+
@media only screen and (min-width: 32em) {
|
|
1401
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1402
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1403
|
+
padding-top: 12px
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1407
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1408
|
+
padding-top: 9px
|
|
1409
|
+
}
|
|
1410
|
+
@media only screen and (min-width: 32em) {
|
|
1411
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1412
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1413
|
+
padding-top: 11px
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1417
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1418
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1419
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1420
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1421
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1422
|
+
max-width: 650px;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
|
|
1333
1426
|
/* Colors */
|
|
1334
1427
|
/* Fonts */
|
|
1335
1428
|
/* Gap */
|
|
@@ -1465,99 +1558,6 @@
|
|
|
1465
1558
|
}
|
|
1466
1559
|
}
|
|
1467
1560
|
|
|
1468
|
-
/* Colors */
|
|
1469
|
-
/* Fonts */
|
|
1470
|
-
/* Gap */
|
|
1471
|
-
/* Media */
|
|
1472
|
-
/* 512 */
|
|
1473
|
-
/* 650 */
|
|
1474
|
-
/* 768 */
|
|
1475
|
-
/* 1024 */
|
|
1476
|
-
/* 1010 */
|
|
1477
|
-
/* 1200 */
|
|
1478
|
-
/* 511 */
|
|
1479
|
-
/* 1023 */
|
|
1480
|
-
/* Zindex */
|
|
1481
|
-
.MediaCaption-module_root__KqTdw {
|
|
1482
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1483
|
-
}
|
|
1484
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1485
|
-
text-decoration: underline;
|
|
1486
|
-
|
|
1487
|
-
color: inherit;
|
|
1488
|
-
box-shadow: none;
|
|
1489
|
-
}
|
|
1490
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1491
|
-
color: #b88b58;
|
|
1492
|
-
}
|
|
1493
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1494
|
-
max-width: 520px;
|
|
1495
|
-
padding-top: 4px;
|
|
1496
|
-
|
|
1497
|
-
color: #1a1a1a;
|
|
1498
|
-
|
|
1499
|
-
font-size: 14px;
|
|
1500
|
-
line-height: 18px
|
|
1501
|
-
}
|
|
1502
|
-
@media only screen and (min-width: 32em) {
|
|
1503
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1504
|
-
font-size: 16px;
|
|
1505
|
-
line-height: 22px
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1509
|
-
max-width: 520px;
|
|
1510
|
-
padding-top: 1px;
|
|
1511
|
-
|
|
1512
|
-
color: #666;
|
|
1513
|
-
|
|
1514
|
-
font-size: 12px;
|
|
1515
|
-
line-height: 16px
|
|
1516
|
-
}
|
|
1517
|
-
@media only screen and (min-width: 32em) {
|
|
1518
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1519
|
-
padding-top: 3px
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1523
|
-
padding-top: 3px;
|
|
1524
|
-
}
|
|
1525
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1526
|
-
color: #fff;
|
|
1527
|
-
}
|
|
1528
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1529
|
-
color: #929292;
|
|
1530
|
-
}
|
|
1531
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1532
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1533
|
-
padding-top: 10px
|
|
1534
|
-
}
|
|
1535
|
-
@media only screen and (min-width: 32em) {
|
|
1536
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1537
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1538
|
-
padding-top: 12px
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1542
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1543
|
-
padding-top: 9px
|
|
1544
|
-
}
|
|
1545
|
-
@media only screen and (min-width: 32em) {
|
|
1546
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1547
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1548
|
-
padding-top: 11px
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1551
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1552
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1553
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1554
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1555
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1556
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1557
|
-
max-width: 650px;
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
1561
|
/* Colors */
|
|
1562
1562
|
/* Fonts */
|
|
1563
1563
|
/* Gap */
|
|
@@ -2142,6 +2142,7 @@
|
|
|
2142
2142
|
.Meta-module_isInSearchItem__1wbpx {
|
|
2143
2143
|
color: rgba(255, 255, 255, 0.7);
|
|
2144
2144
|
}
|
|
2145
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2145
2146
|
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2146
2147
|
text-align: left;
|
|
2147
2148
|
}
|
|
@@ -2209,35 +2210,17 @@
|
|
|
2209
2210
|
/* VISIBILITY */
|
|
2210
2211
|
@media only screen and (min-width: 32em) {
|
|
2211
2212
|
.Meta-module_mobile__22LGV {
|
|
2212
|
-
display: none
|
|
2213
|
-
}
|
|
2214
|
-
}
|
|
2215
|
-
.Meta-module_desktop__1ZGUS {
|
|
2216
|
-
display: none
|
|
2217
|
-
}
|
|
2218
|
-
@media only screen and (min-width: 32em) {
|
|
2219
|
-
.Meta-module_desktop__1ZGUS {
|
|
2220
|
-
display: block
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
/* Colors */
|
|
2225
|
-
/* Fonts */
|
|
2226
|
-
/* Gap */
|
|
2227
|
-
/* Media */
|
|
2228
|
-
/* 512 */
|
|
2229
|
-
/* 650 */
|
|
2230
|
-
/* 768 */
|
|
2231
|
-
/* 1024 */
|
|
2232
|
-
/* 1010 */
|
|
2233
|
-
/* 1200 */
|
|
2234
|
-
/* 511 */
|
|
2235
|
-
/* 1023 */
|
|
2236
|
-
/* Zindex */
|
|
2237
|
-
.Timestamp-module_root__coOvT {
|
|
2238
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2239
|
-
font-weight: normal;
|
|
2213
|
+
display: none
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
.Meta-module_desktop__1ZGUS {
|
|
2217
|
+
display: none
|
|
2218
|
+
}
|
|
2219
|
+
@media only screen and (min-width: 32em) {
|
|
2220
|
+
.Meta-module_desktop__1ZGUS {
|
|
2221
|
+
display: block
|
|
2240
2222
|
}
|
|
2223
|
+
}
|
|
2241
2224
|
|
|
2242
2225
|
/* Colors */
|
|
2243
2226
|
/* Fonts */
|
|
@@ -2387,6 +2370,103 @@
|
|
|
2387
2370
|
}
|
|
2388
2371
|
}
|
|
2389
2372
|
|
|
2373
|
+
/* Colors */
|
|
2374
|
+
/* Fonts */
|
|
2375
|
+
/* Gap */
|
|
2376
|
+
/* Media */
|
|
2377
|
+
/* 512 */
|
|
2378
|
+
/* 650 */
|
|
2379
|
+
/* 768 */
|
|
2380
|
+
/* 1024 */
|
|
2381
|
+
/* 1010 */
|
|
2382
|
+
/* 1200 */
|
|
2383
|
+
/* 511 */
|
|
2384
|
+
/* 1023 */
|
|
2385
|
+
/* Zindex */
|
|
2386
|
+
.Timestamp-module_root__coOvT {
|
|
2387
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2388
|
+
font-weight: normal;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
/* Colors */
|
|
2392
|
+
/* Fonts */
|
|
2393
|
+
/* Gap */
|
|
2394
|
+
/* Media */
|
|
2395
|
+
/* 512 */
|
|
2396
|
+
/* 650 */
|
|
2397
|
+
/* 768 */
|
|
2398
|
+
/* 1024 */
|
|
2399
|
+
/* 1010 */
|
|
2400
|
+
/* 1200 */
|
|
2401
|
+
/* 511 */
|
|
2402
|
+
/* 1023 */
|
|
2403
|
+
/* Zindex */
|
|
2404
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2405
|
+
position: relative;
|
|
2406
|
+
|
|
2407
|
+
margin: 38px auto 7px
|
|
2408
|
+
}
|
|
2409
|
+
@media only screen and (min-width: 32em) {
|
|
2410
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2411
|
+
max-width: 650px;
|
|
2412
|
+
margin-top: 70px
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2416
|
+
margin-top: 0;
|
|
2417
|
+
}
|
|
2418
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2419
|
+
margin-bottom: 0;
|
|
2420
|
+
}
|
|
2421
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2422
|
+
display: inline-block;
|
|
2423
|
+
|
|
2424
|
+
vertical-align: top;
|
|
2425
|
+
letter-spacing: 1px;
|
|
2426
|
+
text-transform: uppercase;
|
|
2427
|
+
|
|
2428
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2429
|
+
font-size: 12px;
|
|
2430
|
+
font-weight: 600;
|
|
2431
|
+
line-height: 12px
|
|
2432
|
+
}
|
|
2433
|
+
@media only screen and (min-width: 32em) {
|
|
2434
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2435
|
+
font-size: 13px;
|
|
2436
|
+
line-height: 16px
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2440
|
+
display: block;
|
|
2441
|
+
|
|
2442
|
+
width: 120px;
|
|
2443
|
+
padding: 0 0 7px;
|
|
2444
|
+
|
|
2445
|
+
content: '';
|
|
2446
|
+
|
|
2447
|
+
border-bottom: 1px solid #ccc
|
|
2448
|
+
}
|
|
2449
|
+
@media only screen and (min-width: 32em) {
|
|
2450
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2451
|
+
padding: 0 0 6px
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
/* VISIBILITY */
|
|
2455
|
+
@media only screen and (min-width: 32em) {
|
|
2456
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2457
|
+
display: none
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2461
|
+
display: none
|
|
2462
|
+
}
|
|
2463
|
+
@media only screen and (min-width: 32em) {
|
|
2464
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2465
|
+
display: block
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
|
|
2390
2470
|
/* Colors */
|
|
2391
2471
|
/* Fonts */
|
|
2392
2472
|
/* Gap */
|
|
@@ -2505,85 +2585,6 @@
|
|
|
2505
2585
|
}
|
|
2506
2586
|
}
|
|
2507
2587
|
|
|
2508
|
-
/* Colors */
|
|
2509
|
-
/* Fonts */
|
|
2510
|
-
/* Gap */
|
|
2511
|
-
/* Media */
|
|
2512
|
-
/* 512 */
|
|
2513
|
-
/* 650 */
|
|
2514
|
-
/* 768 */
|
|
2515
|
-
/* 1024 */
|
|
2516
|
-
/* 1010 */
|
|
2517
|
-
/* 1200 */
|
|
2518
|
-
/* 511 */
|
|
2519
|
-
/* 1023 */
|
|
2520
|
-
/* Zindex */
|
|
2521
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2522
|
-
position: relative;
|
|
2523
|
-
|
|
2524
|
-
margin: 38px auto 7px
|
|
2525
|
-
}
|
|
2526
|
-
@media only screen and (min-width: 32em) {
|
|
2527
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2528
|
-
max-width: 650px;
|
|
2529
|
-
margin-top: 70px
|
|
2530
|
-
}
|
|
2531
|
-
}
|
|
2532
|
-
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2533
|
-
margin-top: 0;
|
|
2534
|
-
}
|
|
2535
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2536
|
-
margin-bottom: 0;
|
|
2537
|
-
}
|
|
2538
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2539
|
-
display: inline-block;
|
|
2540
|
-
|
|
2541
|
-
vertical-align: top;
|
|
2542
|
-
letter-spacing: 1px;
|
|
2543
|
-
text-transform: uppercase;
|
|
2544
|
-
|
|
2545
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2546
|
-
font-size: 12px;
|
|
2547
|
-
font-weight: 600;
|
|
2548
|
-
line-height: 12px
|
|
2549
|
-
}
|
|
2550
|
-
@media only screen and (min-width: 32em) {
|
|
2551
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2552
|
-
font-size: 13px;
|
|
2553
|
-
line-height: 16px
|
|
2554
|
-
}
|
|
2555
|
-
}
|
|
2556
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2557
|
-
display: block;
|
|
2558
|
-
|
|
2559
|
-
width: 120px;
|
|
2560
|
-
padding: 0 0 7px;
|
|
2561
|
-
|
|
2562
|
-
content: '';
|
|
2563
|
-
|
|
2564
|
-
border-bottom: 1px solid #ccc
|
|
2565
|
-
}
|
|
2566
|
-
@media only screen and (min-width: 32em) {
|
|
2567
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2568
|
-
padding: 0 0 6px
|
|
2569
|
-
}
|
|
2570
|
-
}
|
|
2571
|
-
/* VISIBILITY */
|
|
2572
|
-
@media only screen and (min-width: 32em) {
|
|
2573
|
-
.ChapterBlock-module_mobile__CiO0w {
|
|
2574
|
-
display: none
|
|
2575
|
-
}
|
|
2576
|
-
}
|
|
2577
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2578
|
-
display: none
|
|
2579
|
-
}
|
|
2580
|
-
@media only screen and (min-width: 32em) {
|
|
2581
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2582
|
-
display: block
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
2588
|
/* Colors */
|
|
2588
2589
|
/* Fonts */
|
|
2589
2590
|
/* Gap */
|
|
@@ -2766,28 +2767,99 @@
|
|
|
2766
2767
|
.HalfBlock-module_image__2lYel {
|
|
2767
2768
|
margin: 31px 0 -5px
|
|
2768
2769
|
}
|
|
2769
|
-
}
|
|
2770
|
-
@media only screen and (min-width: 64em) {
|
|
2771
|
-
.HalfBlock-module_image__2lYel {
|
|
2772
|
-
width: 50%;
|
|
2773
|
-
margin: 0
|
|
2770
|
+
}
|
|
2771
|
+
@media only screen and (min-width: 64em) {
|
|
2772
|
+
.HalfBlock-module_image__2lYel {
|
|
2773
|
+
width: 50%;
|
|
2774
|
+
margin: 0
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
/* VISIBILITY */
|
|
2778
|
+
@media only screen and (min-width: 32em) {
|
|
2779
|
+
.HalfBlock-module_mobile__2latf {
|
|
2780
|
+
display: none
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2784
|
+
display: none
|
|
2785
|
+
}
|
|
2786
|
+
@media only screen and (min-width: 32em) {
|
|
2787
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2788
|
+
display: block
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
/* Colors */
|
|
2793
|
+
/* Fonts */
|
|
2794
|
+
/* Gap */
|
|
2795
|
+
/* Media */
|
|
2796
|
+
/* 512 */
|
|
2797
|
+
/* 650 */
|
|
2798
|
+
/* 768 */
|
|
2799
|
+
/* 1024 */
|
|
2800
|
+
/* 1010 */
|
|
2801
|
+
/* 1200 */
|
|
2802
|
+
/* 511 */
|
|
2803
|
+
/* 1023 */
|
|
2804
|
+
/* Zindex */
|
|
2805
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2806
|
+
margin: 18px 0;
|
|
2807
|
+
padding: 12px 12px 13px;
|
|
2808
|
+
|
|
2809
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2810
|
+
border-radius: 4px;
|
|
2811
|
+
border-radius: 8px;
|
|
2812
|
+
background: #FFF8C4;
|
|
2813
|
+
|
|
2814
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2815
|
+
font-size: 16px;
|
|
2816
|
+
font-weight: normal;
|
|
2817
|
+
line-height: 20px
|
|
2818
|
+
}
|
|
2819
|
+
@media only screen and (min-width: 32em) {
|
|
2820
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2821
|
+
margin: 25px 0;
|
|
2822
|
+
padding: 12px 15px 13px;
|
|
2823
|
+
|
|
2824
|
+
font-size: 17px;
|
|
2825
|
+
line-height: 24px
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2829
|
+
margin-bottom: 0;
|
|
2830
|
+
}
|
|
2831
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2832
|
+
margin-top: 0;
|
|
2833
|
+
}
|
|
2834
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2835
|
+
color: #000;
|
|
2836
|
+
box-shadow: inset 0 -1px #000;
|
|
2837
|
+
}
|
|
2838
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2839
|
+
color: #b88b59;
|
|
2840
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2841
|
+
}
|
|
2842
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2843
|
+
max-width: 650px;
|
|
2844
|
+
margin-right: auto;
|
|
2845
|
+
margin-left: auto;
|
|
2774
2846
|
}
|
|
2775
|
-
}
|
|
2776
2847
|
/* VISIBILITY */
|
|
2777
2848
|
@media only screen and (min-width: 32em) {
|
|
2778
|
-
.
|
|
2849
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2779
2850
|
display: none
|
|
2780
2851
|
}
|
|
2781
2852
|
}
|
|
2782
|
-
.
|
|
2853
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2783
2854
|
display: none
|
|
2784
2855
|
}
|
|
2785
2856
|
@media only screen and (min-width: 32em) {
|
|
2786
|
-
.
|
|
2857
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2787
2858
|
display: block
|
|
2788
2859
|
}
|
|
2789
2860
|
}
|
|
2790
2861
|
|
|
2862
|
+
|
|
2791
2863
|
/* Colors */
|
|
2792
2864
|
/* Fonts */
|
|
2793
2865
|
/* Gap */
|
|
@@ -2963,64 +3035,110 @@
|
|
|
2963
3035
|
/* 511 */
|
|
2964
3036
|
/* 1023 */
|
|
2965
3037
|
/* Zindex */
|
|
2966
|
-
.
|
|
2967
|
-
margin:
|
|
2968
|
-
padding: 12px 12px 13px;
|
|
2969
|
-
|
|
2970
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2971
|
-
border-radius: 4px;
|
|
2972
|
-
border-radius: 8px;
|
|
2973
|
-
background: #FFF8C4;
|
|
3038
|
+
.RichTitle-module_root__BK_WT {
|
|
3039
|
+
margin: 0 0 18px;
|
|
2974
3040
|
|
|
2975
3041
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2976
|
-
font-size:
|
|
2977
|
-
font-weight:
|
|
2978
|
-
line-height:
|
|
3042
|
+
font-size: 19px;
|
|
3043
|
+
font-weight: 700;
|
|
3044
|
+
line-height: 23px
|
|
3045
|
+
}
|
|
3046
|
+
@media only screen and (min-width: 48em) {
|
|
3047
|
+
.RichTitle-module_root__BK_WT {
|
|
3048
|
+
margin-bottom: 15px;
|
|
3049
|
+
|
|
3050
|
+
font-size: 37px;
|
|
3051
|
+
line-height: 42px
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3055
|
+
margin-bottom: 0;
|
|
3056
|
+
}
|
|
3057
|
+
.RichTitle-module_root__BK_WT span {
|
|
3058
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3059
|
+
font-size: 20px;
|
|
3060
|
+
font-weight: normal
|
|
3061
|
+
}
|
|
3062
|
+
@media only screen and (min-width: 48em) {
|
|
3063
|
+
.RichTitle-module_root__BK_WT span {
|
|
3064
|
+
font-size: 38px
|
|
2979
3065
|
}
|
|
3066
|
+
}
|
|
2980
3067
|
@media only screen and (min-width: 32em) {
|
|
2981
|
-
.
|
|
2982
|
-
|
|
2983
|
-
|
|
3068
|
+
.RichTitle-module_slide__1A-gB,
|
|
3069
|
+
.RichTitle-module_game__1g8Bn {
|
|
3070
|
+
text-align: center
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
@media only screen and (min-width: 64em) {
|
|
3074
|
+
.RichTitle-module_half__10GRI {
|
|
3075
|
+
font-size: 33px;
|
|
3076
|
+
line-height: 36px
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
@media only screen and (min-width: 64em) {
|
|
3080
|
+
.RichTitle-module_half__10GRI span {
|
|
3081
|
+
font-size: 34px
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3085
|
+
padding-top: 9px;
|
|
3086
|
+
}
|
|
3087
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3088
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3089
|
+
letter-spacing: 0.3px;
|
|
2984
3090
|
|
|
2985
|
-
font-size:
|
|
3091
|
+
font-size: 28px;
|
|
3092
|
+
line-height: 30px
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3096
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3097
|
+
display: block;
|
|
3098
|
+
|
|
3099
|
+
padding-top: 2px;
|
|
3100
|
+
|
|
3101
|
+
font-size: 18px;
|
|
2986
3102
|
line-height: 24px
|
|
2987
3103
|
}
|
|
2988
3104
|
}
|
|
2989
|
-
|
|
2990
|
-
|
|
3105
|
+
@media only screen and (min-width: 64em) {
|
|
3106
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3107
|
+
margin-bottom: 18px
|
|
2991
3108
|
}
|
|
2992
|
-
|
|
2993
|
-
|
|
3109
|
+
}
|
|
3110
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3111
|
+
font-size: 19px;
|
|
3112
|
+
line-height: 23px
|
|
2994
3113
|
}
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3114
|
+
@media only screen and (min-width: 64em) {
|
|
3115
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3116
|
+
font-size: 1.3rem;
|
|
3117
|
+
line-height: 1.6rem
|
|
2998
3118
|
}
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3119
|
+
}
|
|
3120
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3121
|
+
font-size: 20px
|
|
3002
3122
|
}
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
margin-left: auto;
|
|
3123
|
+
@media only screen and (min-width: 64em) {
|
|
3124
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3125
|
+
font-size: 1.35rem
|
|
3007
3126
|
}
|
|
3008
|
-
|
|
3127
|
+
}
|
|
3009
3128
|
@media only screen and (min-width: 32em) {
|
|
3010
|
-
.
|
|
3129
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3011
3130
|
display: none
|
|
3012
3131
|
}
|
|
3013
3132
|
}
|
|
3014
|
-
.
|
|
3133
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3015
3134
|
display: none
|
|
3016
3135
|
}
|
|
3017
3136
|
@media only screen and (min-width: 32em) {
|
|
3018
|
-
.
|
|
3137
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3019
3138
|
display: block
|
|
3020
3139
|
}
|
|
3021
3140
|
}
|
|
3022
3141
|
|
|
3023
|
-
|
|
3024
3142
|
/* Colors */
|
|
3025
3143
|
/* Fonts */
|
|
3026
3144
|
/* Gap */
|
|
@@ -3064,210 +3182,93 @@
|
|
|
3064
3182
|
box-shadow: none;
|
|
3065
3183
|
|
|
3066
3184
|
font-size: 17px;
|
|
3067
|
-
line-height: 20px
|
|
3068
|
-
}
|
|
3069
|
-
@media only screen and (min-width: 48em) {
|
|
3070
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3071
|
-
padding: 15px 20px 17px;
|
|
3072
|
-
|
|
3073
|
-
font-size: 19px;
|
|
3074
|
-
line-height: 23px
|
|
3075
|
-
}
|
|
3076
|
-
}
|
|
3077
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3078
|
-
color: #5c5c5c;
|
|
3079
|
-
}
|
|
3080
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3081
|
-
margin: 0;
|
|
3082
|
-
padding: 14px 12px 3px;
|
|
3083
|
-
|
|
3084
|
-
letter-spacing: 1px;
|
|
3085
|
-
text-transform: uppercase;
|
|
3086
|
-
|
|
3087
|
-
color: #7F7F7F;
|
|
3088
|
-
|
|
3089
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3090
|
-
font-size: 12px;
|
|
3091
|
-
font-weight: 600;
|
|
3092
|
-
line-height: 17px
|
|
3093
|
-
}
|
|
3094
|
-
@media only screen and (min-width: 48em) {
|
|
3095
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3096
|
-
padding: 20px 20px 14px;
|
|
3097
|
-
|
|
3098
|
-
font-size: 14px;
|
|
3099
|
-
line-height: 16px
|
|
3100
|
-
}
|
|
3101
|
-
}
|
|
3102
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3103
|
-
margin: 0;
|
|
3104
|
-
padding-left: 0;
|
|
3105
|
-
|
|
3106
|
-
list-style: none;
|
|
3107
|
-
}
|
|
3108
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3109
|
-
padding: 0;
|
|
3110
|
-
}
|
|
3111
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3112
|
-
border-top: 1px solid #e6e6e6;
|
|
3113
|
-
}
|
|
3114
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3115
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3116
|
-
font-size: 16px;
|
|
3117
|
-
font-weight: 700;
|
|
3118
|
-
line-height: 18px
|
|
3119
|
-
}
|
|
3120
|
-
@media only screen and (min-width: 48em) {
|
|
3121
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3122
|
-
font-size: 18px
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
.RelatedBlock-module_simple__29HVO {
|
|
3126
|
-
}
|
|
3127
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3128
|
-
max-width: 650px;
|
|
3129
|
-
margin-right: auto;
|
|
3130
|
-
margin-left: auto;
|
|
3131
|
-
}
|
|
3132
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3133
|
-
margin-top: 0;
|
|
3134
|
-
}
|
|
3135
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3136
|
-
margin-bottom: 0;
|
|
3137
|
-
}
|
|
3138
|
-
/* VISIBILITY */
|
|
3139
|
-
@media only screen and (min-width: 32em) {
|
|
3140
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
3141
|
-
display: none
|
|
3142
|
-
}
|
|
3143
|
-
}
|
|
3144
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3145
|
-
display: none
|
|
3146
|
-
}
|
|
3147
|
-
@media only screen and (min-width: 32em) {
|
|
3148
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3149
|
-
display: block
|
|
3150
|
-
}
|
|
3151
|
-
}
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
/* Colors */
|
|
3155
|
-
/* Fonts */
|
|
3156
|
-
/* Gap */
|
|
3157
|
-
/* Media */
|
|
3158
|
-
/* 512 */
|
|
3159
|
-
/* 650 */
|
|
3160
|
-
/* 768 */
|
|
3161
|
-
/* 1024 */
|
|
3162
|
-
/* 1010 */
|
|
3163
|
-
/* 1200 */
|
|
3164
|
-
/* 511 */
|
|
3165
|
-
/* 1023 */
|
|
3166
|
-
/* Zindex */
|
|
3167
|
-
.RichTitle-module_root__BK_WT {
|
|
3168
|
-
margin: 0 0 18px;
|
|
3169
|
-
|
|
3170
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3171
|
-
font-size: 19px;
|
|
3172
|
-
font-weight: 700;
|
|
3173
|
-
line-height: 23px
|
|
3174
|
-
}
|
|
3175
|
-
@media only screen and (min-width: 48em) {
|
|
3176
|
-
.RichTitle-module_root__BK_WT {
|
|
3177
|
-
margin-bottom: 15px;
|
|
3178
|
-
|
|
3179
|
-
font-size: 37px;
|
|
3180
|
-
line-height: 42px
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3184
|
-
margin-bottom: 0;
|
|
3185
|
-
}
|
|
3186
|
-
.RichTitle-module_root__BK_WT span {
|
|
3187
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3188
|
-
font-size: 20px;
|
|
3189
|
-
font-weight: normal
|
|
3185
|
+
line-height: 20px
|
|
3190
3186
|
}
|
|
3191
3187
|
@media only screen and (min-width: 48em) {
|
|
3192
|
-
.
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
.RichTitle-module_slide__1A-gB,
|
|
3198
|
-
.RichTitle-module_game__1g8Bn {
|
|
3199
|
-
text-align: center
|
|
3200
|
-
}
|
|
3201
|
-
}
|
|
3202
|
-
@media only screen and (min-width: 64em) {
|
|
3203
|
-
.RichTitle-module_half__10GRI {
|
|
3204
|
-
font-size: 33px;
|
|
3205
|
-
line-height: 36px
|
|
3188
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3189
|
+
padding: 15px 20px 17px;
|
|
3190
|
+
|
|
3191
|
+
font-size: 19px;
|
|
3192
|
+
line-height: 23px
|
|
3206
3193
|
}
|
|
3207
3194
|
}
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
font-size: 34px
|
|
3195
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3196
|
+
color: #5c5c5c;
|
|
3211
3197
|
}
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
padding
|
|
3198
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3199
|
+
margin: 0;
|
|
3200
|
+
padding: 14px 12px 3px;
|
|
3201
|
+
|
|
3202
|
+
letter-spacing: 1px;
|
|
3203
|
+
text-transform: uppercase;
|
|
3204
|
+
|
|
3205
|
+
color: #7F7F7F;
|
|
3206
|
+
|
|
3207
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3208
|
+
font-size: 12px;
|
|
3209
|
+
font-weight: 600;
|
|
3210
|
+
line-height: 17px
|
|
3215
3211
|
}
|
|
3216
|
-
@media only screen and (
|
|
3217
|
-
.
|
|
3218
|
-
|
|
3212
|
+
@media only screen and (min-width: 48em) {
|
|
3213
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3214
|
+
padding: 20px 20px 14px;
|
|
3219
3215
|
|
|
3220
|
-
font-size:
|
|
3221
|
-
line-height:
|
|
3216
|
+
font-size: 14px;
|
|
3217
|
+
line-height: 16px
|
|
3222
3218
|
}
|
|
3223
3219
|
}
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
padding-top: 2px;
|
|
3220
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3221
|
+
margin: 0;
|
|
3222
|
+
padding-left: 0;
|
|
3229
3223
|
|
|
3230
|
-
|
|
3231
|
-
line-height: 24px
|
|
3224
|
+
list-style: none;
|
|
3232
3225
|
}
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3236
|
-
margin-bottom: 18px
|
|
3226
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3227
|
+
padding: 0;
|
|
3237
3228
|
}
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
font-size: 19px;
|
|
3241
|
-
line-height: 23px
|
|
3229
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3230
|
+
border-top: 1px solid #e6e6e6;
|
|
3242
3231
|
}
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3232
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3233
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3234
|
+
font-size: 16px;
|
|
3235
|
+
font-weight: 700;
|
|
3236
|
+
line-height: 18px
|
|
3237
|
+
}
|
|
3238
|
+
@media only screen and (min-width: 48em) {
|
|
3239
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3240
|
+
font-size: 18px
|
|
3247
3241
|
}
|
|
3248
3242
|
}
|
|
3249
|
-
.
|
|
3250
|
-
font-size: 20px
|
|
3243
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3251
3244
|
}
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3245
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3246
|
+
max-width: 650px;
|
|
3247
|
+
margin-right: auto;
|
|
3248
|
+
margin-left: auto;
|
|
3255
3249
|
}
|
|
3256
|
-
|
|
3250
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3251
|
+
margin-top: 0;
|
|
3252
|
+
}
|
|
3253
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3254
|
+
margin-bottom: 0;
|
|
3255
|
+
}
|
|
3256
|
+
/* VISIBILITY */
|
|
3257
3257
|
@media only screen and (min-width: 32em) {
|
|
3258
|
-
.
|
|
3258
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3259
3259
|
display: none
|
|
3260
3260
|
}
|
|
3261
3261
|
}
|
|
3262
|
-
.
|
|
3262
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3263
3263
|
display: none
|
|
3264
3264
|
}
|
|
3265
3265
|
@media only screen and (min-width: 32em) {
|
|
3266
|
-
.
|
|
3266
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3267
3267
|
display: block
|
|
3268
3268
|
}
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
3271
|
+
|
|
3271
3272
|
/* Colors */
|
|
3272
3273
|
/* Fonts */
|
|
3273
3274
|
/* Gap */
|
|
@@ -3689,6 +3690,50 @@ a mark {
|
|
|
3689
3690
|
}
|
|
3690
3691
|
}
|
|
3691
3692
|
|
|
3693
|
+
/* Colors */
|
|
3694
|
+
/* Fonts */
|
|
3695
|
+
/* Gap */
|
|
3696
|
+
/* Media */
|
|
3697
|
+
/* 512 */
|
|
3698
|
+
/* 650 */
|
|
3699
|
+
/* 768 */
|
|
3700
|
+
/* 1024 */
|
|
3701
|
+
/* 1010 */
|
|
3702
|
+
/* 1200 */
|
|
3703
|
+
/* 511 */
|
|
3704
|
+
/* 1023 */
|
|
3705
|
+
/* Zindex */
|
|
3706
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
+
margin: 0 0 18px;
|
|
3708
|
+
|
|
3709
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
+
font-size: 20px;
|
|
3711
|
+
font-weight: normal;
|
|
3712
|
+
line-height: 23px
|
|
3713
|
+
}
|
|
3714
|
+
@media only screen and (min-width: 48em) {
|
|
3715
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
+
margin-bottom: 15px;
|
|
3717
|
+
|
|
3718
|
+
font-size: 36px;
|
|
3719
|
+
line-height: 40px
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3722
|
+
/* VISIBILITY */
|
|
3723
|
+
@media only screen and (min-width: 32em) {
|
|
3724
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3725
|
+
display: none
|
|
3726
|
+
}
|
|
3727
|
+
}
|
|
3728
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3729
|
+
display: none
|
|
3730
|
+
}
|
|
3731
|
+
@media only screen and (min-width: 32em) {
|
|
3732
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3733
|
+
display: block
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3692
3737
|
/* Colors */
|
|
3693
3738
|
/* Fonts */
|
|
3694
3739
|
/* Gap */
|
|
@@ -4083,50 +4128,6 @@ a mark {
|
|
|
4083
4128
|
}
|
|
4084
4129
|
}
|
|
4085
4130
|
|
|
4086
|
-
/* Colors */
|
|
4087
|
-
/* Fonts */
|
|
4088
|
-
/* Gap */
|
|
4089
|
-
/* Media */
|
|
4090
|
-
/* 512 */
|
|
4091
|
-
/* 650 */
|
|
4092
|
-
/* 768 */
|
|
4093
|
-
/* 1024 */
|
|
4094
|
-
/* 1010 */
|
|
4095
|
-
/* 1200 */
|
|
4096
|
-
/* 511 */
|
|
4097
|
-
/* 1023 */
|
|
4098
|
-
/* Zindex */
|
|
4099
|
-
.SimpleTitle-module_root__2jVQN {
|
|
4100
|
-
margin: 0 0 18px;
|
|
4101
|
-
|
|
4102
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4103
|
-
font-size: 20px;
|
|
4104
|
-
font-weight: normal;
|
|
4105
|
-
line-height: 23px
|
|
4106
|
-
}
|
|
4107
|
-
@media only screen and (min-width: 48em) {
|
|
4108
|
-
.SimpleTitle-module_root__2jVQN {
|
|
4109
|
-
margin-bottom: 15px;
|
|
4110
|
-
|
|
4111
|
-
font-size: 36px;
|
|
4112
|
-
line-height: 40px
|
|
4113
|
-
}
|
|
4114
|
-
}
|
|
4115
|
-
/* VISIBILITY */
|
|
4116
|
-
@media only screen and (min-width: 32em) {
|
|
4117
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
4118
|
-
display: none
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
4122
|
-
display: none
|
|
4123
|
-
}
|
|
4124
|
-
@media only screen and (min-width: 32em) {
|
|
4125
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
4126
|
-
display: block
|
|
4127
|
-
}
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4130
4131
|
/* Colors */
|
|
4131
4132
|
/* Fonts */
|
|
4132
4133
|
/* Gap */
|
|
@@ -4413,6 +4414,34 @@ a mark {
|
|
|
4413
4414
|
}
|
|
4414
4415
|
}
|
|
4415
4416
|
|
|
4417
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4418
|
+
/* Colors */
|
|
4419
|
+
/* Fonts */
|
|
4420
|
+
/* Gap */
|
|
4421
|
+
/* Media */
|
|
4422
|
+
/* 512 */
|
|
4423
|
+
/* 650 */
|
|
4424
|
+
/* 768 */
|
|
4425
|
+
/* 1024 */
|
|
4426
|
+
/* 1010 */
|
|
4427
|
+
/* 1200 */
|
|
4428
|
+
/* 511 */
|
|
4429
|
+
/* 1023 */
|
|
4430
|
+
/* Zindex */
|
|
4431
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4432
|
+
display: inline;
|
|
4433
|
+
|
|
4434
|
+
line-height: inherit;
|
|
4435
|
+
}
|
|
4436
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4437
|
+
vertical-align: top;
|
|
4438
|
+
}
|
|
4439
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4440
|
+
margin-left: 1px;
|
|
4441
|
+
|
|
4442
|
+
vertical-align: top;
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4416
4445
|
/* Colors */
|
|
4417
4446
|
/* Fonts */
|
|
4418
4447
|
/* Gap */
|
|
@@ -4511,34 +4540,6 @@ a mark {
|
|
|
4511
4540
|
fill: currentColor;
|
|
4512
4541
|
}
|
|
4513
4542
|
|
|
4514
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4515
|
-
/* Colors */
|
|
4516
|
-
/* Fonts */
|
|
4517
|
-
/* Gap */
|
|
4518
|
-
/* Media */
|
|
4519
|
-
/* 512 */
|
|
4520
|
-
/* 650 */
|
|
4521
|
-
/* 768 */
|
|
4522
|
-
/* 1024 */
|
|
4523
|
-
/* 1010 */
|
|
4524
|
-
/* 1200 */
|
|
4525
|
-
/* 511 */
|
|
4526
|
-
/* 1023 */
|
|
4527
|
-
/* Zindex */
|
|
4528
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4529
|
-
display: inline;
|
|
4530
|
-
|
|
4531
|
-
line-height: inherit;
|
|
4532
|
-
}
|
|
4533
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4534
|
-
vertical-align: top;
|
|
4535
|
-
}
|
|
4536
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4537
|
-
margin-left: 1px;
|
|
4538
|
-
|
|
4539
|
-
vertical-align: top;
|
|
4540
|
-
}
|
|
4541
|
-
|
|
4542
4543
|
/* Colors */
|
|
4543
4544
|
/* Fonts */
|
|
4544
4545
|
/* Gap */
|