@meduza/ui-kit-2 0.1.42 → 0.1.45
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 +1 -4
- package/dist/ui-kit-2.cjs.development.js +35 -51
- 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 +35 -51
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1232 -1192
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.module.css +41 -7
- package/src/DotsOnImage/index.tsx +1 -1
- package/src/DotsOnImage/mock.json +2 -2
- package/src/EmbedBlock/EmbedBlock.tsx +0 -1
- package/src/Image/Image.stories.tsx +0 -1
- package/src/Image/Image.types.ts +1 -4
- package/src/Image/index.tsx +3 -17
package/dist/ui-kit.css
CHANGED
|
@@ -1,233 +1,3 @@
|
|
|
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
|
-
.SvgSymbol-module_root__2CsRW {
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 100%;
|
|
17
|
-
|
|
18
|
-
vertical-align: middle;
|
|
19
|
-
}
|
|
20
|
-
.SvgSymbol-module_small__2g6oR {
|
|
21
|
-
height: 14px;
|
|
22
|
-
}
|
|
23
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
24
|
-
height: 14px;
|
|
25
|
-
}
|
|
26
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
27
|
-
width: 24px;
|
|
28
|
-
height: 24px;
|
|
29
|
-
}
|
|
30
|
-
.SvgSymbol-module_large__2kQrt {
|
|
31
|
-
width: 42px;
|
|
32
|
-
height: 42px;
|
|
33
|
-
}
|
|
34
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
35
|
-
width: 100%;
|
|
36
|
-
height: 100%;
|
|
37
|
-
}
|
|
38
|
-
.SvgSymbol-module_fb__1whmw {
|
|
39
|
-
width: 16px;
|
|
40
|
-
|
|
41
|
-
fill: #304591;
|
|
42
|
-
}
|
|
43
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
44
|
-
width: 20px;
|
|
45
|
-
|
|
46
|
-
fill: #527397;
|
|
47
|
-
}
|
|
48
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
49
|
-
width: 9px;
|
|
50
|
-
|
|
51
|
-
fill: #eb722e;
|
|
52
|
-
}
|
|
53
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
54
|
-
width: 20px;
|
|
55
|
-
|
|
56
|
-
fill: #31adf4;
|
|
57
|
-
}
|
|
58
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
59
|
-
width: 18px;
|
|
60
|
-
|
|
61
|
-
fill: #2ba5e0;
|
|
62
|
-
}
|
|
63
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
64
|
-
width: 16px;
|
|
65
|
-
|
|
66
|
-
color: #dcad76;
|
|
67
|
-
|
|
68
|
-
fill: #262626;
|
|
69
|
-
}
|
|
70
|
-
.SvgSymbol-module_card__1XAqw,
|
|
71
|
-
.SvgSymbol-module_podcast__3oPoo,
|
|
72
|
-
.SvgSymbol-module_read__2V82i,
|
|
73
|
-
.SvgSymbol-module_listened__1oMFV {
|
|
74
|
-
width: 15px;
|
|
75
|
-
height: 15px;
|
|
76
|
-
}
|
|
77
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
78
|
-
width: 24px;
|
|
79
|
-
height: 24px;
|
|
80
|
-
}
|
|
81
|
-
.SvgSymbol-module_cross__J2lCN {
|
|
82
|
-
width: 14px;
|
|
83
|
-
height: 14px;
|
|
84
|
-
}
|
|
85
|
-
.SvgSymbol-module_isInFeature__cDeTI,
|
|
86
|
-
.SvgSymbol-module_isInCard__pKq4e {
|
|
87
|
-
width: 16px;
|
|
88
|
-
height: 16px;
|
|
89
|
-
}
|
|
90
|
-
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
91
|
-
width: 16px;
|
|
92
|
-
height: 16px;
|
|
93
|
-
}
|
|
94
|
-
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
95
|
-
width: 64px;
|
|
96
|
-
height: 64px;
|
|
97
|
-
}
|
|
98
|
-
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
99
|
-
margin-right: 6px;
|
|
100
|
-
}
|
|
101
|
-
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
102
|
-
width: 29px;
|
|
103
|
-
height: 29px;
|
|
104
|
-
|
|
105
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
106
|
-
|
|
107
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
108
|
-
}
|
|
109
|
-
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
110
|
-
width: 38px;
|
|
111
|
-
height: 38px;
|
|
112
|
-
|
|
113
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
114
|
-
|
|
115
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
116
|
-
}
|
|
117
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
118
|
-
width: 34px;
|
|
119
|
-
height: 28px
|
|
120
|
-
}
|
|
121
|
-
@media only screen and (min-width: 40.625em) {
|
|
122
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
123
|
-
width: 28px;
|
|
124
|
-
height: 22px
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
128
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
129
|
-
width: 28px;
|
|
130
|
-
height: 28px
|
|
131
|
-
}
|
|
132
|
-
@media only screen and (min-width: 40.625em) {
|
|
133
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
134
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
135
|
-
width: 22px;
|
|
136
|
-
height: 22px
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
140
|
-
width: 18px;
|
|
141
|
-
height: 18px;
|
|
142
|
-
}
|
|
143
|
-
.SvgSymbol-module_play__pM-qY {
|
|
144
|
-
width: 100%;
|
|
145
|
-
height: 100%;
|
|
146
|
-
}
|
|
147
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
148
|
-
width: 92px;
|
|
149
|
-
height: 20px
|
|
150
|
-
}
|
|
151
|
-
@media only screen and (min-width: 64em) {
|
|
152
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
153
|
-
width: 100px;
|
|
154
|
-
height: 45px
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
.SvgSymbol-module_arrow__11naX {
|
|
158
|
-
width: 12px;
|
|
159
|
-
height: 12px;
|
|
160
|
-
}
|
|
161
|
-
.SvgSymbol-module_oil__hvHE5 {
|
|
162
|
-
width: 9px;
|
|
163
|
-
height: 12px;
|
|
164
|
-
}
|
|
165
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
166
|
-
width: 24px;
|
|
167
|
-
height: 24px
|
|
168
|
-
}
|
|
169
|
-
@media only screen and (min-width: 64em) {
|
|
170
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
171
|
-
width: 16px;
|
|
172
|
-
height: 16px
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
.SvgSymbol-module_user__1MGim {
|
|
176
|
-
width: 14px;
|
|
177
|
-
height: 14px
|
|
178
|
-
}
|
|
179
|
-
@media only screen and (min-width: 64em) {
|
|
180
|
-
.SvgSymbol-module_user__1MGim {
|
|
181
|
-
width: 16px;
|
|
182
|
-
height: 16px
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
186
|
-
width: 17px;
|
|
187
|
-
height: auto;
|
|
188
|
-
|
|
189
|
-
cursor: pointer;
|
|
190
|
-
|
|
191
|
-
stroke-width: 2px
|
|
192
|
-
}
|
|
193
|
-
@media only screen and (min-width: 64em) {
|
|
194
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
195
|
-
width: 14px;
|
|
196
|
-
|
|
197
|
-
stroke-width: 1.5px
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
201
|
-
width: 14px;
|
|
202
|
-
}
|
|
203
|
-
.SvgSymbol-module_receipt__3Eqow {
|
|
204
|
-
width: 10px;
|
|
205
|
-
height: 13px;
|
|
206
|
-
}
|
|
207
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
208
|
-
width: 22px;
|
|
209
|
-
height: 22px
|
|
210
|
-
}
|
|
211
|
-
@media only screen and (min-width: 64em) {
|
|
212
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
213
|
-
width: 14px;
|
|
214
|
-
height: 14px
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
@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
1
|
/* Colors */
|
|
232
2
|
/* Fonts */
|
|
233
3
|
/* Gap */
|
|
@@ -477,76 +247,222 @@
|
|
|
477
247
|
/* 511 */
|
|
478
248
|
/* 1023 */
|
|
479
249
|
/* Zindex */
|
|
480
|
-
.
|
|
481
|
-
position: relative;
|
|
482
|
-
z-index: 1;
|
|
483
|
-
|
|
484
|
-
display: block;
|
|
485
|
-
overflow: hidden;
|
|
486
|
-
transition: background-color 250ms ease;
|
|
487
|
-
|
|
488
|
-
background-color: #f2f2f2
|
|
489
|
-
}
|
|
490
|
-
@media only screen and (min-width: 32em) {
|
|
491
|
-
.Image-module_root__1vsA_ {
|
|
492
|
-
border-radius: inherit
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
.Image-module_root__1vsA_ img {
|
|
496
|
-
position: absolute;
|
|
497
|
-
top: 0;
|
|
498
|
-
left: 0;
|
|
499
|
-
|
|
250
|
+
.SvgSymbol-module_root__2CsRW {
|
|
500
251
|
width: 100%;
|
|
501
252
|
height: 100%;
|
|
253
|
+
|
|
254
|
+
vertical-align: middle;
|
|
502
255
|
}
|
|
503
|
-
.
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
.
|
|
507
|
-
|
|
508
|
-
|
|
256
|
+
.SvgSymbol-module_small__2g6oR {
|
|
257
|
+
height: 14px;
|
|
258
|
+
}
|
|
259
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
260
|
+
height: 14px;
|
|
261
|
+
}
|
|
262
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
263
|
+
width: 24px;
|
|
264
|
+
height: 24px;
|
|
265
|
+
}
|
|
266
|
+
.SvgSymbol-module_large__2kQrt {
|
|
267
|
+
width: 42px;
|
|
268
|
+
height: 42px;
|
|
269
|
+
}
|
|
270
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
509
271
|
width: 100%;
|
|
272
|
+
height: 100%;
|
|
273
|
+
}
|
|
274
|
+
.SvgSymbol-module_fb__1whmw {
|
|
275
|
+
width: 16px;
|
|
510
276
|
|
|
511
|
-
|
|
512
|
-
background-size: 100% auto;
|
|
277
|
+
fill: #304591;
|
|
513
278
|
}
|
|
514
|
-
.
|
|
515
|
-
|
|
279
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
280
|
+
width: 20px;
|
|
281
|
+
|
|
282
|
+
fill: #527397;
|
|
516
283
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
284
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
285
|
+
width: 9px;
|
|
286
|
+
|
|
287
|
+
fill: #eb722e;
|
|
519
288
|
}
|
|
520
|
-
.
|
|
521
|
-
|
|
522
|
-
right: 12px;
|
|
523
|
-
bottom: 12px;
|
|
289
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
290
|
+
width: 20px;
|
|
524
291
|
|
|
525
|
-
|
|
526
|
-
|
|
292
|
+
fill: #31adf4;
|
|
293
|
+
}
|
|
294
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
295
|
+
width: 18px;
|
|
527
296
|
|
|
528
|
-
|
|
529
|
-
|
|
297
|
+
fill: #2ba5e0;
|
|
298
|
+
}
|
|
299
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
300
|
+
width: 16px;
|
|
530
301
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
302
|
+
color: #dcad76;
|
|
303
|
+
|
|
304
|
+
fill: #262626;
|
|
305
|
+
}
|
|
306
|
+
.SvgSymbol-module_card__1XAqw,
|
|
307
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
308
|
+
.SvgSymbol-module_read__2V82i,
|
|
309
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
310
|
+
width: 15px;
|
|
311
|
+
height: 15px;
|
|
312
|
+
}
|
|
313
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
314
|
+
width: 24px;
|
|
315
|
+
height: 24px;
|
|
316
|
+
}
|
|
317
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
318
|
+
width: 14px;
|
|
319
|
+
height: 14px;
|
|
320
|
+
}
|
|
321
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
322
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
323
|
+
width: 16px;
|
|
324
|
+
height: 16px;
|
|
325
|
+
}
|
|
326
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
327
|
+
width: 16px;
|
|
328
|
+
height: 16px;
|
|
329
|
+
}
|
|
330
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
331
|
+
width: 64px;
|
|
332
|
+
height: 64px;
|
|
333
|
+
}
|
|
334
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
335
|
+
margin-right: 6px;
|
|
336
|
+
}
|
|
337
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
338
|
+
width: 29px;
|
|
339
|
+
height: 29px;
|
|
340
|
+
|
|
341
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
342
|
+
|
|
343
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
344
|
+
}
|
|
345
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
346
|
+
width: 38px;
|
|
347
|
+
height: 38px;
|
|
348
|
+
|
|
349
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
350
|
+
|
|
351
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
352
|
+
}
|
|
353
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
354
|
+
width: 34px;
|
|
355
|
+
height: 28px
|
|
356
|
+
}
|
|
357
|
+
@media only screen and (min-width: 40.625em) {
|
|
358
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
359
|
+
width: 28px;
|
|
360
|
+
height: 22px
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
364
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
365
|
+
width: 28px;
|
|
366
|
+
height: 28px
|
|
367
|
+
}
|
|
368
|
+
@media only screen and (min-width: 40.625em) {
|
|
369
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
370
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
371
|
+
width: 22px;
|
|
372
|
+
height: 22px
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
376
|
+
width: 18px;
|
|
377
|
+
height: 18px;
|
|
378
|
+
}
|
|
379
|
+
.SvgSymbol-module_play__pM-qY {
|
|
380
|
+
width: 100%;
|
|
381
|
+
height: 100%;
|
|
382
|
+
}
|
|
383
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
384
|
+
width: 92px;
|
|
385
|
+
height: 20px
|
|
538
386
|
}
|
|
539
387
|
@media only screen and (min-width: 64em) {
|
|
540
|
-
.
|
|
541
|
-
|
|
388
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
389
|
+
width: 100px;
|
|
390
|
+
height: 45px
|
|
542
391
|
}
|
|
543
392
|
}
|
|
544
|
-
|
|
545
|
-
|
|
393
|
+
.SvgSymbol-module_arrow__11naX {
|
|
394
|
+
width: 12px;
|
|
395
|
+
height: 12px;
|
|
546
396
|
}
|
|
547
|
-
.
|
|
548
|
-
|
|
397
|
+
.SvgSymbol-module_oil__hvHE5 {
|
|
398
|
+
width: 9px;
|
|
399
|
+
height: 12px;
|
|
400
|
+
}
|
|
401
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
402
|
+
width: 24px;
|
|
403
|
+
height: 24px
|
|
404
|
+
}
|
|
405
|
+
@media only screen and (min-width: 64em) {
|
|
406
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
407
|
+
width: 16px;
|
|
408
|
+
height: 16px
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
.SvgSymbol-module_user__1MGim {
|
|
412
|
+
width: 14px;
|
|
413
|
+
height: 14px
|
|
414
|
+
}
|
|
415
|
+
@media only screen and (min-width: 64em) {
|
|
416
|
+
.SvgSymbol-module_user__1MGim {
|
|
417
|
+
width: 16px;
|
|
418
|
+
height: 16px
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
422
|
+
width: 17px;
|
|
423
|
+
height: auto;
|
|
424
|
+
|
|
425
|
+
cursor: pointer;
|
|
426
|
+
|
|
427
|
+
stroke-width: 2px
|
|
428
|
+
}
|
|
429
|
+
@media only screen and (min-width: 64em) {
|
|
430
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
431
|
+
width: 14px;
|
|
432
|
+
|
|
433
|
+
stroke-width: 1.5px
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
437
|
+
width: 14px;
|
|
438
|
+
}
|
|
439
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
440
|
+
width: 10px;
|
|
441
|
+
height: 13px;
|
|
442
|
+
}
|
|
443
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
444
|
+
width: 22px;
|
|
445
|
+
height: 22px
|
|
446
|
+
}
|
|
447
|
+
@media only screen and (min-width: 64em) {
|
|
448
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
449
|
+
width: 14px;
|
|
450
|
+
height: 14px
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
@media only screen and (min-width: 64em) {
|
|
454
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
455
|
+
stroke-width: 1.5px
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
459
|
+
stroke-width: 1.8px
|
|
460
|
+
}
|
|
461
|
+
@media only screen and (min-width: 64em) {
|
|
462
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
463
|
+
stroke-width: 1.3px
|
|
549
464
|
}
|
|
465
|
+
}
|
|
550
466
|
|
|
551
467
|
/* Colors */
|
|
552
468
|
/* Fonts */
|
|
@@ -725,62 +641,203 @@
|
|
|
725
641
|
/* 511 */
|
|
726
642
|
/* 1023 */
|
|
727
643
|
/* Zindex */
|
|
728
|
-
.
|
|
644
|
+
.Image-module_root__1vsA_ {
|
|
729
645
|
position: relative;
|
|
646
|
+
z-index: 1;
|
|
730
647
|
|
|
731
648
|
display: block;
|
|
649
|
+
overflow: hidden;
|
|
650
|
+
transition: background-color 250ms ease;
|
|
732
651
|
|
|
733
|
-
|
|
652
|
+
background-color: #f2f2f2
|
|
734
653
|
}
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
654
|
+
@media only screen and (min-width: 32em) {
|
|
655
|
+
.Image-module_root__1vsA_ {
|
|
656
|
+
border-radius: inherit
|
|
738
657
|
}
|
|
739
|
-
|
|
658
|
+
}
|
|
659
|
+
.Image-module_root__1vsA_ img {
|
|
740
660
|
position: absolute;
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
width: 28px;
|
|
744
|
-
height: 28px;
|
|
661
|
+
top: 0;
|
|
662
|
+
left: 0;
|
|
745
663
|
|
|
746
|
-
will-change: opacity;
|
|
747
|
-
}
|
|
748
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
749
664
|
width: 100%;
|
|
750
665
|
height: 100%;
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
666
|
+
}
|
|
667
|
+
.Image-module_isLoaded__3XhU5 {
|
|
668
|
+
background-color: transparent;
|
|
669
|
+
}
|
|
670
|
+
.Image-module_wrapper__3fLjs {
|
|
671
|
+
display: block;
|
|
672
|
+
|
|
673
|
+
width: 100%;
|
|
674
|
+
|
|
675
|
+
background-repeat: no-repeat;
|
|
676
|
+
background-size: 100% auto;
|
|
677
|
+
}
|
|
678
|
+
.Image-module_fullscreen__29apx picture {
|
|
679
|
+
cursor: pointer;
|
|
680
|
+
}
|
|
681
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
682
|
+
opacity: 1;
|
|
683
|
+
}
|
|
684
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
685
|
+
position: absolute;
|
|
686
|
+
right: 12px;
|
|
687
|
+
bottom: 12px;
|
|
688
|
+
|
|
689
|
+
width: 40px;
|
|
690
|
+
height: 40px;
|
|
691
|
+
|
|
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
|
|
702
|
+
}
|
|
703
|
+
@media only screen and (min-width: 64em) {
|
|
704
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
705
|
+
content: ''
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
709
|
+
outline: none;
|
|
710
|
+
}
|
|
711
|
+
.Image-module_dark__3o0nU {
|
|
712
|
+
background-color: transparent;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
/* Colors */
|
|
716
|
+
/* Fonts */
|
|
717
|
+
/* Gap */
|
|
718
|
+
/* Media */
|
|
719
|
+
/* 512 */
|
|
720
|
+
/* 650 */
|
|
721
|
+
/* 768 */
|
|
722
|
+
/* 1024 */
|
|
723
|
+
/* 1010 */
|
|
724
|
+
/* 1200 */
|
|
725
|
+
/* 511 */
|
|
726
|
+
/* 1023 */
|
|
727
|
+
/* Zindex */
|
|
728
|
+
.Lazy-module_root__2Z72l {
|
|
729
|
+
display: block;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
/* Colors */
|
|
733
|
+
/* Fonts */
|
|
734
|
+
/* Gap */
|
|
735
|
+
/* Media */
|
|
736
|
+
/* 512 */
|
|
737
|
+
/* 650 */
|
|
738
|
+
/* 768 */
|
|
739
|
+
/* 1024 */
|
|
740
|
+
/* 1010 */
|
|
741
|
+
/* 1200 */
|
|
742
|
+
/* 511 */
|
|
743
|
+
/* 1023 */
|
|
744
|
+
/* Zindex */
|
|
745
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
746
|
+
position: relative;
|
|
747
|
+
|
|
748
|
+
display: block;
|
|
749
|
+
|
|
750
|
+
width: 100%;
|
|
751
|
+
}
|
|
752
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
753
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
754
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
755
|
+
}
|
|
756
|
+
.DotsOnImage-module_dot__H1wua {
|
|
757
|
+
position: absolute;
|
|
758
|
+
z-index: 10;
|
|
759
|
+
|
|
760
|
+
display: -webkit-box;
|
|
761
|
+
|
|
762
|
+
display: -webkit-flex;
|
|
763
|
+
|
|
764
|
+
display: -ms-flexbox;
|
|
765
|
+
|
|
766
|
+
display: flex;
|
|
767
|
+
align-items: center;
|
|
768
|
+
flex-flow: row nowrap;
|
|
769
|
+
justify-content: center;
|
|
770
|
+
|
|
771
|
+
width: 28px;
|
|
772
|
+
height: 28px;
|
|
773
|
+
|
|
774
|
+
will-change: opacity;
|
|
775
|
+
}
|
|
776
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
777
|
+
position: absolute;
|
|
778
|
+
top: -5px;
|
|
779
|
+
right: -5px;
|
|
780
|
+
bottom: -5px;
|
|
781
|
+
left: -5px;
|
|
782
|
+
|
|
783
|
+
content: ''
|
|
784
|
+
}
|
|
785
|
+
@media only screen and (min-width: 32em) {
|
|
786
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
787
|
+
content: none
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
791
|
+
width: 20px;
|
|
792
|
+
height: 20px;
|
|
793
|
+
padding: 0;
|
|
794
|
+
|
|
795
|
+
cursor: pointer;
|
|
796
|
+
transition: box-shadow 350ms ease;
|
|
797
|
+
text-align: center;
|
|
798
|
+
|
|
756
799
|
opacity: 0;
|
|
757
800
|
color: #fff;
|
|
758
801
|
border-width: 0;
|
|
759
802
|
border-radius: 30px;
|
|
760
803
|
outline-width: 0;
|
|
761
804
|
background-color: #000;
|
|
762
|
-
box-shadow:
|
|
805
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
763
806
|
|
|
764
807
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
765
|
-
font-size:
|
|
808
|
+
font-size: 9px;
|
|
766
809
|
font-weight: 600;
|
|
767
|
-
line-height:
|
|
810
|
+
line-height: 22px;
|
|
768
811
|
|
|
769
812
|
-webkit-appearance: none;
|
|
770
813
|
|
|
771
814
|
-moz-appearance: none;
|
|
772
815
|
|
|
773
816
|
appearance: none;
|
|
774
|
-
will-change: opacity
|
|
817
|
+
will-change: opacity
|
|
775
818
|
}
|
|
819
|
+
@media only screen and (min-width: 32em) {
|
|
820
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
821
|
+
width: 28px;
|
|
822
|
+
height: 28px;
|
|
823
|
+
|
|
824
|
+
font-size: 13px;
|
|
825
|
+
line-height: 28px
|
|
826
|
+
}
|
|
827
|
+
}
|
|
776
828
|
.DotsOnImage-module_marker__lH5cP svg {
|
|
777
829
|
display: block;
|
|
778
830
|
|
|
831
|
+
width: 100%;
|
|
832
|
+
height: 100%;
|
|
833
|
+
|
|
779
834
|
will-change: opacity;
|
|
780
835
|
}
|
|
781
|
-
.DotsOnImage-module_marker__lH5cP:hover
|
|
836
|
+
.DotsOnImage-module_marker__lH5cP:hover {
|
|
837
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
838
|
+
}
|
|
782
839
|
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
783
|
-
box-shadow:
|
|
840
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
784
841
|
}
|
|
785
842
|
.DotsOnImage-module_popover__35Cpj {
|
|
786
843
|
position: absolute;
|
|
@@ -851,209 +908,55 @@
|
|
|
851
908
|
/* 511 */
|
|
852
909
|
/* 1023 */
|
|
853
910
|
/* Zindex */
|
|
854
|
-
.
|
|
855
|
-
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/* Colors */
|
|
859
|
-
/* Fonts */
|
|
860
|
-
/* Gap */
|
|
861
|
-
/* Media */
|
|
862
|
-
/* 512 */
|
|
863
|
-
/* 650 */
|
|
864
|
-
/* 768 */
|
|
865
|
-
/* 1024 */
|
|
866
|
-
/* 1010 */
|
|
867
|
-
/* 1200 */
|
|
868
|
-
/* 511 */
|
|
869
|
-
/* 1023 */
|
|
870
|
-
/* Zindex */
|
|
871
|
-
.Tag-module_root__3IqWC {
|
|
872
|
-
display: inline-block;
|
|
873
|
-
|
|
874
|
-
cursor: default;
|
|
875
|
-
-webkit-user-select: none;
|
|
876
|
-
-moz-user-select: none;
|
|
877
|
-
-ms-user-select: none;
|
|
878
|
-
user-select: none;
|
|
879
|
-
vertical-align: middle;
|
|
880
|
-
letter-spacing: 1px;
|
|
881
|
-
text-transform: uppercase;
|
|
882
|
-
|
|
883
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
884
|
-
font-size: 12px;
|
|
885
|
-
font-weight: 600;
|
|
886
|
-
line-height: 12px;
|
|
887
|
-
}
|
|
888
|
-
.Tag-module_small__2IAb7 {
|
|
889
|
-
font-size: 12px;
|
|
890
|
-
line-height: 12px
|
|
911
|
+
.Table-module_root__1VsG6 {
|
|
912
|
+
margin: 15px 0
|
|
891
913
|
}
|
|
892
|
-
@media only screen and (min-width:
|
|
893
|
-
.
|
|
894
|
-
|
|
914
|
+
@media only screen and (min-width: 32em) {
|
|
915
|
+
.Table-module_root__1VsG6 {
|
|
916
|
+
margin: 25px auto 20px
|
|
895
917
|
}
|
|
896
918
|
}
|
|
919
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
920
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
921
|
+
margin-right: -11px;
|
|
922
|
+
margin-left: -11px
|
|
923
|
+
}
|
|
897
924
|
@media only screen and (min-width: 64em) {
|
|
898
|
-
.
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
line-height: 16px
|
|
925
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
926
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
927
|
+
margin-right: 0;
|
|
928
|
+
margin-left: 0
|
|
903
929
|
}
|
|
904
930
|
}
|
|
905
|
-
.
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
.Tag-module_light__1zUhp {
|
|
909
|
-
color: #fff;
|
|
910
|
-
}
|
|
911
|
-
.Tag-module_gold__2ksA7 {
|
|
912
|
-
color: #b88b59;
|
|
931
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
932
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
933
|
+
right: -11px;
|
|
913
934
|
}
|
|
914
|
-
.
|
|
915
|
-
|
|
935
|
+
.Table-module_root__1VsG6:first-child {
|
|
936
|
+
margin-top: 0;
|
|
916
937
|
}
|
|
917
|
-
.
|
|
918
|
-
|
|
938
|
+
.Table-module_root__1VsG6:last-child {
|
|
939
|
+
margin-bottom: 0;
|
|
919
940
|
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
.Tag-module_is1to2__3xbC6,
|
|
923
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
924
|
-
letter-spacing: 1px;
|
|
941
|
+
.Table-module_table__nZIkV {
|
|
942
|
+
position: relative;
|
|
925
943
|
|
|
926
|
-
|
|
927
|
-
line-height: 20px
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
@media only screen and (min-width: 64em) {
|
|
931
|
-
.Tag-module_is1to3__3j5K-,
|
|
932
|
-
.Tag-module_is1to4__2vq4r {
|
|
933
|
-
letter-spacing: 0.5px;
|
|
944
|
+
overflow-y: hidden;
|
|
934
945
|
|
|
935
|
-
|
|
936
|
-
|
|
946
|
+
margin: 0 -20px;
|
|
947
|
+
|
|
948
|
+
border-width: 1px 0;
|
|
949
|
+
border-style: solid;
|
|
950
|
+
border-color: rgba(232, 232, 232, 1);
|
|
951
|
+
|
|
952
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
937
953
|
}
|
|
938
|
-
}
|
|
939
954
|
@media only screen and (min-width: 32em) {
|
|
940
|
-
.
|
|
941
|
-
|
|
942
|
-
width: 100%;
|
|
955
|
+
.Table-module_table__nZIkV {
|
|
956
|
+
margin: 0;
|
|
943
957
|
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
}
|
|
947
|
-
.Tag-module_richRelated__2vbQQ {
|
|
948
|
-
font-size: 12px;
|
|
949
|
-
line-height: 17px
|
|
950
|
-
}
|
|
951
|
-
@media only screen and (min-width: 64em) {
|
|
952
|
-
.Tag-module_richRelated__2vbQQ {
|
|
953
|
-
font-size: 14px;
|
|
954
|
-
line-height: 20px
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
.Tag-module_slide__2nMDw,
|
|
958
|
-
.Tag-module_game__3j5yG,
|
|
959
|
-
.Tag-module_card__1EAeF,
|
|
960
|
-
.Tag-module_live__rwXuR,
|
|
961
|
-
.Tag-module_episode__3o6gg,
|
|
962
|
-
.Tag-module_podcast__VPoll,
|
|
963
|
-
.Tag-module_rich__2URd9,
|
|
964
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
965
|
-
margin-bottom: 6px;
|
|
966
|
-
|
|
967
|
-
line-height: 10px
|
|
968
|
-
}
|
|
969
|
-
@media only screen and (min-width: 32em) {
|
|
970
|
-
.Tag-module_slide__2nMDw,
|
|
971
|
-
.Tag-module_game__3j5yG,
|
|
972
|
-
.Tag-module_card__1EAeF,
|
|
973
|
-
.Tag-module_live__rwXuR,
|
|
974
|
-
.Tag-module_episode__3o6gg,
|
|
975
|
-
.Tag-module_podcast__VPoll,
|
|
976
|
-
.Tag-module_rich__2URd9,
|
|
977
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
978
|
-
margin-bottom: 10px
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
@media only screen and (min-width: 32em) {
|
|
982
|
-
.Tag-module_mobile__QQxuv {
|
|
983
|
-
display: none
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
.Tag-module_desktop__1Bjsy {
|
|
987
|
-
display: none
|
|
988
|
-
}
|
|
989
|
-
@media only screen and (min-width: 32em) {
|
|
990
|
-
.Tag-module_desktop__1Bjsy {
|
|
991
|
-
display: block
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
/* Colors */
|
|
996
|
-
/* Fonts */
|
|
997
|
-
/* Gap */
|
|
998
|
-
/* Media */
|
|
999
|
-
/* 512 */
|
|
1000
|
-
/* 650 */
|
|
1001
|
-
/* 768 */
|
|
1002
|
-
/* 1024 */
|
|
1003
|
-
/* 1010 */
|
|
1004
|
-
/* 1200 */
|
|
1005
|
-
/* 511 */
|
|
1006
|
-
/* 1023 */
|
|
1007
|
-
/* Zindex */
|
|
1008
|
-
.Table-module_root__1VsG6 {
|
|
1009
|
-
margin: 15px 0
|
|
1010
|
-
}
|
|
1011
|
-
@media only screen and (min-width: 32em) {
|
|
1012
|
-
.Table-module_root__1VsG6 {
|
|
1013
|
-
margin: 25px auto 20px
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1017
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1018
|
-
margin-right: -11px;
|
|
1019
|
-
margin-left: -11px
|
|
1020
|
-
}
|
|
1021
|
-
@media only screen and (min-width: 64em) {
|
|
1022
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1023
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1024
|
-
margin-right: 0;
|
|
1025
|
-
margin-left: 0
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1029
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1030
|
-
right: -11px;
|
|
1031
|
-
}
|
|
1032
|
-
.Table-module_root__1VsG6:first-child {
|
|
1033
|
-
margin-top: 0;
|
|
1034
|
-
}
|
|
1035
|
-
.Table-module_root__1VsG6:last-child {
|
|
1036
|
-
margin-bottom: 0;
|
|
1037
|
-
}
|
|
1038
|
-
.Table-module_table__nZIkV {
|
|
1039
|
-
position: relative;
|
|
1040
|
-
|
|
1041
|
-
overflow-y: hidden;
|
|
1042
|
-
|
|
1043
|
-
margin: 0 -20px;
|
|
1044
|
-
|
|
1045
|
-
border-width: 1px 0;
|
|
1046
|
-
border-style: solid;
|
|
1047
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1048
|
-
|
|
1049
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1050
|
-
}
|
|
1051
|
-
@media only screen and (min-width: 32em) {
|
|
1052
|
-
.Table-module_table__nZIkV {
|
|
1053
|
-
margin: 0;
|
|
1054
|
-
|
|
1055
|
-
border-width: 1px;
|
|
1056
|
-
border-radius: 3px
|
|
958
|
+
border-width: 1px;
|
|
959
|
+
border-radius: 3px
|
|
1057
960
|
}
|
|
1058
961
|
}
|
|
1059
962
|
.Table-module_tracks__2wrDB {
|
|
@@ -1290,6 +1193,143 @@
|
|
|
1290
1193
|
min-width: 50px;
|
|
1291
1194
|
}
|
|
1292
1195
|
|
|
1196
|
+
/* Colors */
|
|
1197
|
+
/* Fonts */
|
|
1198
|
+
/* Gap */
|
|
1199
|
+
/* Media */
|
|
1200
|
+
/* 512 */
|
|
1201
|
+
/* 650 */
|
|
1202
|
+
/* 768 */
|
|
1203
|
+
/* 1024 */
|
|
1204
|
+
/* 1010 */
|
|
1205
|
+
/* 1200 */
|
|
1206
|
+
/* 511 */
|
|
1207
|
+
/* 1023 */
|
|
1208
|
+
/* Zindex */
|
|
1209
|
+
.Tag-module_root__3IqWC {
|
|
1210
|
+
display: inline-block;
|
|
1211
|
+
|
|
1212
|
+
cursor: default;
|
|
1213
|
+
-webkit-user-select: none;
|
|
1214
|
+
-moz-user-select: none;
|
|
1215
|
+
-ms-user-select: none;
|
|
1216
|
+
user-select: none;
|
|
1217
|
+
vertical-align: middle;
|
|
1218
|
+
letter-spacing: 1px;
|
|
1219
|
+
text-transform: uppercase;
|
|
1220
|
+
|
|
1221
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1222
|
+
font-size: 12px;
|
|
1223
|
+
font-weight: 600;
|
|
1224
|
+
line-height: 12px;
|
|
1225
|
+
}
|
|
1226
|
+
.Tag-module_small__2IAb7 {
|
|
1227
|
+
font-size: 12px;
|
|
1228
|
+
line-height: 12px
|
|
1229
|
+
}
|
|
1230
|
+
@media only screen and (min-width: 64em) {
|
|
1231
|
+
.Tag-module_small__2IAb7 {
|
|
1232
|
+
line-height: 14px
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
@media only screen and (min-width: 64em) {
|
|
1236
|
+
.Tag-module_large__22z_o {
|
|
1237
|
+
letter-spacing: 1px;
|
|
1238
|
+
|
|
1239
|
+
font-size: 14px;
|
|
1240
|
+
line-height: 16px
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
.Tag-module_dark__sgnt1 {
|
|
1244
|
+
color: #000;
|
|
1245
|
+
}
|
|
1246
|
+
.Tag-module_light__1zUhp {
|
|
1247
|
+
color: #fff;
|
|
1248
|
+
}
|
|
1249
|
+
.Tag-module_gold__2ksA7 {
|
|
1250
|
+
color: #b88b59;
|
|
1251
|
+
}
|
|
1252
|
+
.Tag-module_gray__mGAO_ {
|
|
1253
|
+
color: #757575;
|
|
1254
|
+
}
|
|
1255
|
+
.Tag-module_inherit__2QB5U {
|
|
1256
|
+
color: inherit;
|
|
1257
|
+
}
|
|
1258
|
+
@media only screen and (min-width: 64em) {
|
|
1259
|
+
.Tag-module_is1to1__3EDbC,
|
|
1260
|
+
.Tag-module_is1to2__3xbC6,
|
|
1261
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
1262
|
+
letter-spacing: 1px;
|
|
1263
|
+
|
|
1264
|
+
font-size: 12px;
|
|
1265
|
+
line-height: 20px
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
@media only screen and (min-width: 64em) {
|
|
1269
|
+
.Tag-module_is1to3__3j5K-,
|
|
1270
|
+
.Tag-module_is1to4__2vq4r {
|
|
1271
|
+
letter-spacing: 0.5px;
|
|
1272
|
+
|
|
1273
|
+
font-size: 10px;
|
|
1274
|
+
line-height: 15px
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
@media only screen and (min-width: 32em) {
|
|
1278
|
+
.Tag-module_slide__2nMDw,
|
|
1279
|
+
.Tag-module_game__3j5yG {
|
|
1280
|
+
width: 100%;
|
|
1281
|
+
|
|
1282
|
+
text-align: center
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1286
|
+
font-size: 12px;
|
|
1287
|
+
line-height: 17px
|
|
1288
|
+
}
|
|
1289
|
+
@media only screen and (min-width: 64em) {
|
|
1290
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1291
|
+
font-size: 14px;
|
|
1292
|
+
line-height: 20px
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
.Tag-module_slide__2nMDw,
|
|
1296
|
+
.Tag-module_game__3j5yG,
|
|
1297
|
+
.Tag-module_card__1EAeF,
|
|
1298
|
+
.Tag-module_live__rwXuR,
|
|
1299
|
+
.Tag-module_episode__3o6gg,
|
|
1300
|
+
.Tag-module_podcast__VPoll,
|
|
1301
|
+
.Tag-module_rich__2URd9,
|
|
1302
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1303
|
+
margin-bottom: 6px;
|
|
1304
|
+
|
|
1305
|
+
line-height: 10px
|
|
1306
|
+
}
|
|
1307
|
+
@media only screen and (min-width: 32em) {
|
|
1308
|
+
.Tag-module_slide__2nMDw,
|
|
1309
|
+
.Tag-module_game__3j5yG,
|
|
1310
|
+
.Tag-module_card__1EAeF,
|
|
1311
|
+
.Tag-module_live__rwXuR,
|
|
1312
|
+
.Tag-module_episode__3o6gg,
|
|
1313
|
+
.Tag-module_podcast__VPoll,
|
|
1314
|
+
.Tag-module_rich__2URd9,
|
|
1315
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1316
|
+
margin-bottom: 10px
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
@media only screen and (min-width: 32em) {
|
|
1320
|
+
.Tag-module_mobile__QQxuv {
|
|
1321
|
+
display: none
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
.Tag-module_desktop__1Bjsy {
|
|
1325
|
+
display: none
|
|
1326
|
+
}
|
|
1327
|
+
@media only screen and (min-width: 32em) {
|
|
1328
|
+
.Tag-module_desktop__1Bjsy {
|
|
1329
|
+
display: block
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1293
1333
|
/* Colors */
|
|
1294
1334
|
/* Fonts */
|
|
1295
1335
|
/* Gap */
|
|
@@ -1589,55 +1629,11 @@
|
|
|
1589
1629
|
/* 511 */
|
|
1590
1630
|
/* 1023 */
|
|
1591
1631
|
/* Zindex */
|
|
1592
|
-
.
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1599
|
-
font-size: 25px;
|
|
1600
|
-
font-weight: normal;
|
|
1601
|
-
line-height: 27px
|
|
1602
|
-
}
|
|
1603
|
-
@media only screen and (min-width: 48em) {
|
|
1604
|
-
.MaterialTitle-module_root__18ku- {
|
|
1605
|
-
font-size: 37px;
|
|
1606
|
-
line-height: 38px
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1610
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1611
|
-
font-weight: normal;
|
|
1612
|
-
}
|
|
1613
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1614
|
-
font-size: 24px;
|
|
1615
|
-
font-weight: 700
|
|
1616
|
-
}
|
|
1617
|
-
@media only screen and (min-width: 48em) {
|
|
1618
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1619
|
-
font-size: 36px
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
/* Colors */
|
|
1624
|
-
/* Fonts */
|
|
1625
|
-
/* Gap */
|
|
1626
|
-
/* Media */
|
|
1627
|
-
/* 512 */
|
|
1628
|
-
/* 650 */
|
|
1629
|
-
/* 768 */
|
|
1630
|
-
/* 1024 */
|
|
1631
|
-
/* 1010 */
|
|
1632
|
-
/* 1200 */
|
|
1633
|
-
/* 511 */
|
|
1634
|
-
/* 1023 */
|
|
1635
|
-
/* Zindex */
|
|
1636
|
-
.Dropdown-module_root__11PNk {
|
|
1637
|
-
position: relative;
|
|
1638
|
-
z-index: 100;
|
|
1639
|
-
|
|
1640
|
-
display: inline-block;
|
|
1632
|
+
.Dropdown-module_root__11PNk {
|
|
1633
|
+
position: relative;
|
|
1634
|
+
z-index: 100;
|
|
1635
|
+
|
|
1636
|
+
display: inline-block;
|
|
1641
1637
|
|
|
1642
1638
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1643
1639
|
}
|
|
@@ -1708,6 +1704,193 @@
|
|
|
1708
1704
|
content: '';
|
|
1709
1705
|
}
|
|
1710
1706
|
|
|
1707
|
+
/* Colors */
|
|
1708
|
+
/* Fonts */
|
|
1709
|
+
/* Gap */
|
|
1710
|
+
/* Media */
|
|
1711
|
+
/* 512 */
|
|
1712
|
+
/* 650 */
|
|
1713
|
+
/* 768 */
|
|
1714
|
+
/* 1024 */
|
|
1715
|
+
/* 1010 */
|
|
1716
|
+
/* 1200 */
|
|
1717
|
+
/* 511 */
|
|
1718
|
+
/* 1023 */
|
|
1719
|
+
/* Zindex */
|
|
1720
|
+
.MaterialTitle-module_root__18ku- {
|
|
1721
|
+
display: block;
|
|
1722
|
+
}
|
|
1723
|
+
.MaterialTitle-module_root__18ku- {
|
|
1724
|
+
margin: 0;
|
|
1725
|
+
|
|
1726
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1727
|
+
font-size: 25px;
|
|
1728
|
+
font-weight: normal;
|
|
1729
|
+
line-height: 27px
|
|
1730
|
+
}
|
|
1731
|
+
@media only screen and (min-width: 48em) {
|
|
1732
|
+
.MaterialTitle-module_root__18ku- {
|
|
1733
|
+
font-size: 37px;
|
|
1734
|
+
line-height: 38px
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1738
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1739
|
+
font-weight: normal;
|
|
1740
|
+
}
|
|
1741
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1742
|
+
font-size: 24px;
|
|
1743
|
+
font-weight: 700
|
|
1744
|
+
}
|
|
1745
|
+
@media only screen and (min-width: 48em) {
|
|
1746
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1747
|
+
font-size: 36px
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
/* Colors */
|
|
1752
|
+
/* Fonts */
|
|
1753
|
+
/* Gap */
|
|
1754
|
+
/* Media */
|
|
1755
|
+
/* 512 */
|
|
1756
|
+
/* 650 */
|
|
1757
|
+
/* 768 */
|
|
1758
|
+
/* 1024 */
|
|
1759
|
+
/* 1010 */
|
|
1760
|
+
/* 1200 */
|
|
1761
|
+
/* 511 */
|
|
1762
|
+
/* 1023 */
|
|
1763
|
+
/* Zindex */
|
|
1764
|
+
.Toolbar-module_root__2HF2r {
|
|
1765
|
+
overflow: hidden;
|
|
1766
|
+
|
|
1767
|
+
transform: translateZ(0);
|
|
1768
|
+
|
|
1769
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1770
|
+
}
|
|
1771
|
+
.Toolbar-module_list__1n5ny {
|
|
1772
|
+
display: -webkit-box;
|
|
1773
|
+
display: -webkit-flex;
|
|
1774
|
+
display: -ms-flexbox;
|
|
1775
|
+
display: flex;
|
|
1776
|
+
flex-flow: row wrap;
|
|
1777
|
+
|
|
1778
|
+
margin: 0 0 0 -10px;
|
|
1779
|
+
padding: 0;
|
|
1780
|
+
|
|
1781
|
+
list-style: none
|
|
1782
|
+
}
|
|
1783
|
+
@media only screen and (min-width: 64em) {
|
|
1784
|
+
.Toolbar-module_list__1n5ny {
|
|
1785
|
+
margin: 0 0 0 -15px
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
.Toolbar-module_item__36x7d {
|
|
1789
|
+
position: relative;
|
|
1790
|
+
|
|
1791
|
+
min-width: 42px;
|
|
1792
|
+
height: 32px;
|
|
1793
|
+
padding-right: 10px;
|
|
1794
|
+
padding-left: 10px;
|
|
1795
|
+
|
|
1796
|
+
cursor: pointer;
|
|
1797
|
+
transition: color 250ms ease;
|
|
1798
|
+
text-align: center;
|
|
1799
|
+
|
|
1800
|
+
color: #808080;
|
|
1801
|
+
|
|
1802
|
+
line-height: 1
|
|
1803
|
+
}
|
|
1804
|
+
@media only screen and (min-width: 64em) {
|
|
1805
|
+
.Toolbar-module_item__36x7d {
|
|
1806
|
+
padding-right: 15px;
|
|
1807
|
+
padding-left: 15px
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1811
|
+
margin-right: 0;
|
|
1812
|
+
}
|
|
1813
|
+
.Toolbar-module_item__36x7d::before {
|
|
1814
|
+
position: absolute;
|
|
1815
|
+
top: 7px;
|
|
1816
|
+
left: 0;
|
|
1817
|
+
|
|
1818
|
+
height: 18px;
|
|
1819
|
+
|
|
1820
|
+
content: '';
|
|
1821
|
+
vertical-align: middle;
|
|
1822
|
+
|
|
1823
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1824
|
+
}
|
|
1825
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1826
|
+
display: none;
|
|
1827
|
+
}
|
|
1828
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1829
|
+
height: 100%;
|
|
1830
|
+
}
|
|
1831
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1832
|
+
height: 100%;
|
|
1833
|
+
}
|
|
1834
|
+
.Toolbar-module_center__3_H8M {
|
|
1835
|
+
width: 100%;
|
|
1836
|
+
max-width: 650px;
|
|
1837
|
+
margin-right: auto;
|
|
1838
|
+
margin-left: auto;
|
|
1839
|
+
}
|
|
1840
|
+
.Toolbar-module_game__5-jY_ {
|
|
1841
|
+
margin-top: 11px
|
|
1842
|
+
}
|
|
1843
|
+
@media only screen and (min-width: 32em) {
|
|
1844
|
+
.Toolbar-module_game__5-jY_ {
|
|
1845
|
+
margin-top: 18px
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1849
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1850
|
+
justify-content: center
|
|
1851
|
+
}
|
|
1852
|
+
@media only screen and (min-width: 32em) {
|
|
1853
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1854
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1855
|
+
display: -webkit-box;
|
|
1856
|
+
display: -webkit-flex;
|
|
1857
|
+
display: -ms-flexbox;
|
|
1858
|
+
display: flex
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1862
|
+
width: 260px
|
|
1863
|
+
}
|
|
1864
|
+
@media only screen and (min-width: 32em) {
|
|
1865
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1866
|
+
width: auto
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1870
|
+
content: none
|
|
1871
|
+
}
|
|
1872
|
+
@media only screen and (min-width: 32em) {
|
|
1873
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1874
|
+
content: ''
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1878
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1879
|
+
content: none;
|
|
1880
|
+
}
|
|
1881
|
+
@media only screen and (min-width: 64em) {
|
|
1882
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1883
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1884
|
+
margin-left: 0
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1888
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1889
|
+
}
|
|
1890
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1891
|
+
display: none;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1711
1894
|
/* Colors */
|
|
1712
1895
|
/* Fonts */
|
|
1713
1896
|
/* Gap */
|
|
@@ -1932,157 +2115,14 @@
|
|
|
1932
2115
|
/* 511 */
|
|
1933
2116
|
/* 1023 */
|
|
1934
2117
|
/* Zindex */
|
|
1935
|
-
.
|
|
1936
|
-
overflow: hidden;
|
|
1937
|
-
|
|
2118
|
+
.Meta-module_root__12AG7 {
|
|
1938
2119
|
transform: translateZ(0);
|
|
1939
2120
|
|
|
1940
2121
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
display: -webkit-box;
|
|
1944
|
-
display: -webkit-flex;
|
|
1945
|
-
display: -ms-flexbox;
|
|
1946
|
-
display: flex;
|
|
1947
|
-
flex-flow: row wrap;
|
|
1948
|
-
|
|
1949
|
-
margin: 0 0 0 -10px;
|
|
1950
|
-
padding: 0;
|
|
2122
|
+
font-size: 12px;
|
|
2123
|
+
line-height: 15px;
|
|
1951
2124
|
|
|
1952
|
-
|
|
1953
|
-
}
|
|
1954
|
-
@media only screen and (min-width: 64em) {
|
|
1955
|
-
.Toolbar-module_list__1n5ny {
|
|
1956
|
-
margin: 0 0 0 -15px
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
.Toolbar-module_item__36x7d {
|
|
1960
|
-
position: relative;
|
|
1961
|
-
|
|
1962
|
-
min-width: 42px;
|
|
1963
|
-
height: 32px;
|
|
1964
|
-
padding-right: 10px;
|
|
1965
|
-
padding-left: 10px;
|
|
1966
|
-
|
|
1967
|
-
cursor: pointer;
|
|
1968
|
-
transition: color 250ms ease;
|
|
1969
|
-
text-align: center;
|
|
1970
|
-
|
|
1971
|
-
color: #808080;
|
|
1972
|
-
|
|
1973
|
-
line-height: 1
|
|
1974
|
-
}
|
|
1975
|
-
@media only screen and (min-width: 64em) {
|
|
1976
|
-
.Toolbar-module_item__36x7d {
|
|
1977
|
-
padding-right: 15px;
|
|
1978
|
-
padding-left: 15px
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1982
|
-
margin-right: 0;
|
|
1983
|
-
}
|
|
1984
|
-
.Toolbar-module_item__36x7d::before {
|
|
1985
|
-
position: absolute;
|
|
1986
|
-
top: 7px;
|
|
1987
|
-
left: 0;
|
|
1988
|
-
|
|
1989
|
-
height: 18px;
|
|
1990
|
-
|
|
1991
|
-
content: '';
|
|
1992
|
-
vertical-align: middle;
|
|
1993
|
-
|
|
1994
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1995
|
-
}
|
|
1996
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1997
|
-
display: none;
|
|
1998
|
-
}
|
|
1999
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
2000
|
-
height: 100%;
|
|
2001
|
-
}
|
|
2002
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2003
|
-
height: 100%;
|
|
2004
|
-
}
|
|
2005
|
-
.Toolbar-module_center__3_H8M {
|
|
2006
|
-
width: 100%;
|
|
2007
|
-
max-width: 650px;
|
|
2008
|
-
margin-right: auto;
|
|
2009
|
-
margin-left: auto;
|
|
2010
|
-
}
|
|
2011
|
-
.Toolbar-module_game__5-jY_ {
|
|
2012
|
-
margin-top: 11px
|
|
2013
|
-
}
|
|
2014
|
-
@media only screen and (min-width: 32em) {
|
|
2015
|
-
.Toolbar-module_game__5-jY_ {
|
|
2016
|
-
margin-top: 18px
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2020
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2021
|
-
justify-content: center
|
|
2022
|
-
}
|
|
2023
|
-
@media only screen and (min-width: 32em) {
|
|
2024
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2025
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2026
|
-
display: -webkit-box;
|
|
2027
|
-
display: -webkit-flex;
|
|
2028
|
-
display: -ms-flexbox;
|
|
2029
|
-
display: flex
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
2032
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2033
|
-
width: 260px
|
|
2034
|
-
}
|
|
2035
|
-
@media only screen and (min-width: 32em) {
|
|
2036
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2037
|
-
width: auto
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2040
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2041
|
-
content: none
|
|
2042
|
-
}
|
|
2043
|
-
@media only screen and (min-width: 32em) {
|
|
2044
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2045
|
-
content: ''
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2049
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2050
|
-
content: none;
|
|
2051
|
-
}
|
|
2052
|
-
@media only screen and (min-width: 64em) {
|
|
2053
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2054
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2055
|
-
margin-left: 0
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2059
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2060
|
-
}
|
|
2061
|
-
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
2062
|
-
display: none;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
/* Colors */
|
|
2066
|
-
/* Fonts */
|
|
2067
|
-
/* Gap */
|
|
2068
|
-
/* Media */
|
|
2069
|
-
/* 512 */
|
|
2070
|
-
/* 650 */
|
|
2071
|
-
/* 768 */
|
|
2072
|
-
/* 1024 */
|
|
2073
|
-
/* 1010 */
|
|
2074
|
-
/* 1200 */
|
|
2075
|
-
/* 511 */
|
|
2076
|
-
/* 1023 */
|
|
2077
|
-
/* Zindex */
|
|
2078
|
-
.Meta-module_root__12AG7 {
|
|
2079
|
-
transform: translateZ(0);
|
|
2080
|
-
|
|
2081
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2082
|
-
font-size: 12px;
|
|
2083
|
-
line-height: 15px;
|
|
2084
|
-
|
|
2085
|
-
fill: inherit;
|
|
2125
|
+
fill: inherit;
|
|
2086
2126
|
}
|
|
2087
2127
|
.Meta-module_rich__1XBtZ,
|
|
2088
2128
|
.Meta-module_podcast__1m4zo,
|
|
@@ -2347,6 +2387,85 @@
|
|
|
2347
2387
|
}
|
|
2348
2388
|
}
|
|
2349
2389
|
|
|
2390
|
+
/* Colors */
|
|
2391
|
+
/* Fonts */
|
|
2392
|
+
/* Gap */
|
|
2393
|
+
/* Media */
|
|
2394
|
+
/* 512 */
|
|
2395
|
+
/* 650 */
|
|
2396
|
+
/* 768 */
|
|
2397
|
+
/* 1024 */
|
|
2398
|
+
/* 1010 */
|
|
2399
|
+
/* 1200 */
|
|
2400
|
+
/* 511 */
|
|
2401
|
+
/* 1023 */
|
|
2402
|
+
/* Zindex */
|
|
2403
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2404
|
+
position: relative;
|
|
2405
|
+
|
|
2406
|
+
margin: 38px auto 7px
|
|
2407
|
+
}
|
|
2408
|
+
@media only screen and (min-width: 32em) {
|
|
2409
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2410
|
+
max-width: 650px;
|
|
2411
|
+
margin-top: 70px
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2415
|
+
margin-top: 0;
|
|
2416
|
+
}
|
|
2417
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2418
|
+
margin-bottom: 0;
|
|
2419
|
+
}
|
|
2420
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2421
|
+
display: inline-block;
|
|
2422
|
+
|
|
2423
|
+
vertical-align: top;
|
|
2424
|
+
letter-spacing: 1px;
|
|
2425
|
+
text-transform: uppercase;
|
|
2426
|
+
|
|
2427
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2428
|
+
font-size: 12px;
|
|
2429
|
+
font-weight: 600;
|
|
2430
|
+
line-height: 12px
|
|
2431
|
+
}
|
|
2432
|
+
@media only screen and (min-width: 32em) {
|
|
2433
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2434
|
+
font-size: 13px;
|
|
2435
|
+
line-height: 16px
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2439
|
+
display: block;
|
|
2440
|
+
|
|
2441
|
+
width: 120px;
|
|
2442
|
+
padding: 0 0 7px;
|
|
2443
|
+
|
|
2444
|
+
content: '';
|
|
2445
|
+
|
|
2446
|
+
border-bottom: 1px solid #ccc
|
|
2447
|
+
}
|
|
2448
|
+
@media only screen and (min-width: 32em) {
|
|
2449
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2450
|
+
padding: 0 0 6px
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
/* VISIBILITY */
|
|
2454
|
+
@media only screen and (min-width: 32em) {
|
|
2455
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2456
|
+
display: none
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2460
|
+
display: none
|
|
2461
|
+
}
|
|
2462
|
+
@media only screen and (min-width: 32em) {
|
|
2463
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2464
|
+
display: block
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
|
|
2350
2469
|
/* Colors */
|
|
2351
2470
|
/* Fonts */
|
|
2352
2471
|
/* Gap */
|
|
@@ -2478,67 +2597,89 @@
|
|
|
2478
2597
|
/* 511 */
|
|
2479
2598
|
/* 1023 */
|
|
2480
2599
|
/* Zindex */
|
|
2481
|
-
.
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
margin: 38px auto 7px
|
|
2600
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2601
|
+
max-width: 644px;
|
|
2602
|
+
margin: 15px auto 0
|
|
2485
2603
|
}
|
|
2486
|
-
@media only screen and (min-width:
|
|
2487
|
-
.
|
|
2488
|
-
max-width:
|
|
2489
|
-
margin-top:
|
|
2604
|
+
@media only screen and (min-width: 48em) {
|
|
2605
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2606
|
+
max-width: none;
|
|
2607
|
+
margin-top: 25px;
|
|
2608
|
+
margin-bottom: 20px
|
|
2490
2609
|
}
|
|
2491
2610
|
}
|
|
2492
|
-
.
|
|
2493
|
-
margin-
|
|
2611
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2612
|
+
margin-bottom: 15px;
|
|
2494
2613
|
}
|
|
2495
|
-
|
|
2614
|
+
@media only screen and (min-width: 48em) {
|
|
2615
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2616
|
+
margin-top: 25px
|
|
2617
|
+
}
|
|
2618
|
+
}
|
|
2619
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2496
2620
|
margin-bottom: 0;
|
|
2497
2621
|
}
|
|
2498
|
-
.
|
|
2499
|
-
display:
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2506
|
-
font-size: 12px;
|
|
2507
|
-
font-weight: 600;
|
|
2508
|
-
line-height: 12px
|
|
2622
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2623
|
+
display: -webkit-box;
|
|
2624
|
+
display: -webkit-flex;
|
|
2625
|
+
display: -ms-flexbox;
|
|
2626
|
+
display: flex;
|
|
2627
|
+
flex-direction: column;
|
|
2628
|
+
flex-wrap: nowrap
|
|
2509
2629
|
}
|
|
2510
|
-
@media only screen and (min-width:
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2513
|
-
line-height: 16px
|
|
2630
|
+
@media only screen and (min-width: 48em) {
|
|
2631
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2632
|
+
flex-direction: row
|
|
2514
2633
|
}
|
|
2515
2634
|
}
|
|
2516
|
-
.
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
width: 120px;
|
|
2520
|
-
padding: 0 0 7px;
|
|
2521
|
-
|
|
2522
|
-
content: '';
|
|
2635
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2636
|
+
flex-grow: 1;
|
|
2523
2637
|
|
|
2524
|
-
|
|
2638
|
+
width: 100%;
|
|
2639
|
+
min-width: 100%;
|
|
2640
|
+
max-width: 100%;
|
|
2641
|
+
margin-bottom: 20px
|
|
2525
2642
|
}
|
|
2526
|
-
@media only screen and (min-width:
|
|
2527
|
-
.
|
|
2528
|
-
|
|
2643
|
+
@media only screen and (min-width: 48em) {
|
|
2644
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2645
|
+
min-width: 0;
|
|
2646
|
+
max-width: none;
|
|
2647
|
+
margin-bottom: 0
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
@media only screen and (min-width: 48em) {
|
|
2651
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2652
|
+
margin-left: 15px
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2656
|
+
max-width: 650px;
|
|
2657
|
+
margin-right: auto;
|
|
2658
|
+
margin-left: auto;
|
|
2659
|
+
}
|
|
2660
|
+
/* DISPLAY */
|
|
2661
|
+
@media only screen and (min-width: 48em) {
|
|
2662
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2663
|
+
max-width: 650px
|
|
2529
2664
|
}
|
|
2530
2665
|
}
|
|
2666
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2667
|
+
max-width: 980px;
|
|
2668
|
+
}
|
|
2669
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2670
|
+
max-width: 1680px;
|
|
2671
|
+
}
|
|
2531
2672
|
/* VISIBILITY */
|
|
2532
2673
|
@media only screen and (min-width: 32em) {
|
|
2533
|
-
.
|
|
2674
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2534
2675
|
display: none
|
|
2535
2676
|
}
|
|
2536
2677
|
}
|
|
2537
|
-
.
|
|
2678
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2538
2679
|
display: none
|
|
2539
2680
|
}
|
|
2540
2681
|
@media only screen and (min-width: 32em) {
|
|
2541
|
-
.
|
|
2682
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2542
2683
|
display: block
|
|
2543
2684
|
}
|
|
2544
2685
|
}
|
|
@@ -2647,107 +2788,6 @@
|
|
|
2647
2788
|
}
|
|
2648
2789
|
}
|
|
2649
2790
|
|
|
2650
|
-
/* Colors */
|
|
2651
|
-
/* Fonts */
|
|
2652
|
-
/* Gap */
|
|
2653
|
-
/* Media */
|
|
2654
|
-
/* 512 */
|
|
2655
|
-
/* 650 */
|
|
2656
|
-
/* 768 */
|
|
2657
|
-
/* 1024 */
|
|
2658
|
-
/* 1010 */
|
|
2659
|
-
/* 1200 */
|
|
2660
|
-
/* 511 */
|
|
2661
|
-
/* 1023 */
|
|
2662
|
-
/* Zindex */
|
|
2663
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2664
|
-
max-width: 644px;
|
|
2665
|
-
margin: 15px auto 0
|
|
2666
|
-
}
|
|
2667
|
-
@media only screen and (min-width: 48em) {
|
|
2668
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2669
|
-
max-width: none;
|
|
2670
|
-
margin-top: 25px;
|
|
2671
|
-
margin-bottom: 20px
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2675
|
-
margin-bottom: 15px;
|
|
2676
|
-
}
|
|
2677
|
-
@media only screen and (min-width: 48em) {
|
|
2678
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2679
|
-
margin-top: 25px
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2683
|
-
margin-bottom: 0;
|
|
2684
|
-
}
|
|
2685
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2686
|
-
display: -webkit-box;
|
|
2687
|
-
display: -webkit-flex;
|
|
2688
|
-
display: -ms-flexbox;
|
|
2689
|
-
display: flex;
|
|
2690
|
-
flex-direction: column;
|
|
2691
|
-
flex-wrap: nowrap
|
|
2692
|
-
}
|
|
2693
|
-
@media only screen and (min-width: 48em) {
|
|
2694
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2695
|
-
flex-direction: row
|
|
2696
|
-
}
|
|
2697
|
-
}
|
|
2698
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2699
|
-
flex-grow: 1;
|
|
2700
|
-
|
|
2701
|
-
width: 100%;
|
|
2702
|
-
min-width: 100%;
|
|
2703
|
-
max-width: 100%;
|
|
2704
|
-
margin-bottom: 20px
|
|
2705
|
-
}
|
|
2706
|
-
@media only screen and (min-width: 48em) {
|
|
2707
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2708
|
-
min-width: 0;
|
|
2709
|
-
max-width: none;
|
|
2710
|
-
margin-bottom: 0
|
|
2711
|
-
}
|
|
2712
|
-
}
|
|
2713
|
-
@media only screen and (min-width: 48em) {
|
|
2714
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2715
|
-
margin-left: 15px
|
|
2716
|
-
}
|
|
2717
|
-
}
|
|
2718
|
-
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2719
|
-
max-width: 650px;
|
|
2720
|
-
margin-right: auto;
|
|
2721
|
-
margin-left: auto;
|
|
2722
|
-
}
|
|
2723
|
-
/* DISPLAY */
|
|
2724
|
-
@media only screen and (min-width: 48em) {
|
|
2725
|
-
.GroupedBlock-module_default__3ylw_ {
|
|
2726
|
-
max-width: 650px
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
|
-
.GroupedBlock-module_full__1dzQR {
|
|
2730
|
-
max-width: 980px;
|
|
2731
|
-
}
|
|
2732
|
-
.GroupedBlock-module_super_full__1PU72 {
|
|
2733
|
-
max-width: 1680px;
|
|
2734
|
-
}
|
|
2735
|
-
/* VISIBILITY */
|
|
2736
|
-
@media only screen and (min-width: 32em) {
|
|
2737
|
-
.GroupedBlock-module_mobile__3n8Ub {
|
|
2738
|
-
display: none
|
|
2739
|
-
}
|
|
2740
|
-
}
|
|
2741
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2742
|
-
display: none
|
|
2743
|
-
}
|
|
2744
|
-
@media only screen and (min-width: 32em) {
|
|
2745
|
-
.GroupedBlock-module_desktop__6ZRpA {
|
|
2746
|
-
display: block
|
|
2747
|
-
}
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
2791
|
/* Colors */
|
|
2752
2792
|
/* Fonts */
|
|
2753
2793
|
/* Gap */
|
|
@@ -3808,6 +3848,108 @@ a mark {
|
|
|
3808
3848
|
}
|
|
3809
3849
|
}
|
|
3810
3850
|
|
|
3851
|
+
/* Colors */
|
|
3852
|
+
/* Fonts */
|
|
3853
|
+
/* Gap */
|
|
3854
|
+
/* Media */
|
|
3855
|
+
/* 512 */
|
|
3856
|
+
/* 650 */
|
|
3857
|
+
/* 768 */
|
|
3858
|
+
/* 1024 */
|
|
3859
|
+
/* 1010 */
|
|
3860
|
+
/* 1200 */
|
|
3861
|
+
/* 511 */
|
|
3862
|
+
/* 1023 */
|
|
3863
|
+
/* Zindex */
|
|
3864
|
+
.MetaItem-module_root__2VQom {
|
|
3865
|
+
display: inline;
|
|
3866
|
+
|
|
3867
|
+
margin-right: 15px;
|
|
3868
|
+
}
|
|
3869
|
+
.MetaItem-module_root__2VQom > svg {
|
|
3870
|
+
display: inline-block;
|
|
3871
|
+
|
|
3872
|
+
margin-right: 1px;
|
|
3873
|
+
|
|
3874
|
+
vertical-align: top;
|
|
3875
|
+
|
|
3876
|
+
color: inherit;
|
|
3877
|
+
|
|
3878
|
+
fill: currentColor;
|
|
3879
|
+
}
|
|
3880
|
+
.MetaItem-module_root__2VQom a {
|
|
3881
|
+
display: inline;
|
|
3882
|
+
|
|
3883
|
+
text-decoration: underline;
|
|
3884
|
+
|
|
3885
|
+
color: inherit;
|
|
3886
|
+
|
|
3887
|
+
-webkit-text-decoration-skip: auto;
|
|
3888
|
+
}
|
|
3889
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
3890
|
+
color: #b88b59;
|
|
3891
|
+
}
|
|
3892
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
3893
|
+
margin-right: 0;
|
|
3894
|
+
}
|
|
3895
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3896
|
+
display: inline-block;
|
|
3897
|
+
|
|
3898
|
+
padding-right: 0.4em;
|
|
3899
|
+
padding-left: 0.4em;
|
|
3900
|
+
|
|
3901
|
+
content: '\B7';
|
|
3902
|
+
}
|
|
3903
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3904
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
3905
|
+
width: 100%;
|
|
3906
|
+
margin-top: 3px;
|
|
3907
|
+
margin-bottom: 3px
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3911
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3912
|
+
margin-top: 0
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3916
|
+
margin-bottom: 0;
|
|
3917
|
+
}
|
|
3918
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3919
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3920
|
+
display: none
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3924
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3925
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3926
|
+
display: inline-block
|
|
3927
|
+
}
|
|
3928
|
+
}
|
|
3929
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3930
|
+
.MetaItem-module_datetime__3tOWm,
|
|
3931
|
+
.MetaItem-module_listened__lwvAO,
|
|
3932
|
+
.MetaItem-module_read__5eAIG {
|
|
3933
|
+
width: auto
|
|
3934
|
+
}
|
|
3935
|
+
}
|
|
3936
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3937
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3938
|
+
order: -2
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3942
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3943
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3944
|
+
order: -1;
|
|
3945
|
+
|
|
3946
|
+
margin-top: 0
|
|
3947
|
+
}
|
|
3948
|
+
}
|
|
3949
|
+
.MetaItem-module_read__5eAIG svg {
|
|
3950
|
+
margin-top: -1px;
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3811
3953
|
/* Colors */
|
|
3812
3954
|
/* Fonts */
|
|
3813
3955
|
/* Gap */
|
|
@@ -4271,6 +4413,7 @@ a mark {
|
|
|
4271
4413
|
}
|
|
4272
4414
|
}
|
|
4273
4415
|
|
|
4416
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4274
4417
|
/* Colors */
|
|
4275
4418
|
/* Fonts */
|
|
4276
4419
|
/* Gap */
|
|
@@ -4284,110 +4427,7 @@ a mark {
|
|
|
4284
4427
|
/* 511 */
|
|
4285
4428
|
/* 1023 */
|
|
4286
4429
|
/* Zindex */
|
|
4287
|
-
.
|
|
4288
|
-
display: inline;
|
|
4289
|
-
|
|
4290
|
-
margin-right: 15px;
|
|
4291
|
-
}
|
|
4292
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4293
|
-
display: inline-block;
|
|
4294
|
-
|
|
4295
|
-
margin-right: 1px;
|
|
4296
|
-
|
|
4297
|
-
vertical-align: top;
|
|
4298
|
-
|
|
4299
|
-
color: inherit;
|
|
4300
|
-
|
|
4301
|
-
fill: currentColor;
|
|
4302
|
-
}
|
|
4303
|
-
.MetaItem-module_root__2VQom a {
|
|
4304
|
-
display: inline;
|
|
4305
|
-
|
|
4306
|
-
text-decoration: underline;
|
|
4307
|
-
|
|
4308
|
-
color: inherit;
|
|
4309
|
-
|
|
4310
|
-
-webkit-text-decoration-skip: auto;
|
|
4311
|
-
}
|
|
4312
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4313
|
-
color: #b88b59;
|
|
4314
|
-
}
|
|
4315
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4316
|
-
margin-right: 0;
|
|
4317
|
-
}
|
|
4318
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4319
|
-
display: inline-block;
|
|
4320
|
-
|
|
4321
|
-
padding-right: 0.4em;
|
|
4322
|
-
padding-left: 0.4em;
|
|
4323
|
-
|
|
4324
|
-
content: '\B7';
|
|
4325
|
-
}
|
|
4326
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4327
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4328
|
-
width: 100%;
|
|
4329
|
-
margin-top: 3px;
|
|
4330
|
-
margin-bottom: 3px
|
|
4331
|
-
}
|
|
4332
|
-
}
|
|
4333
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4334
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4335
|
-
margin-top: 0
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4339
|
-
margin-bottom: 0;
|
|
4340
|
-
}
|
|
4341
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4342
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4343
|
-
display: none
|
|
4344
|
-
}
|
|
4345
|
-
}
|
|
4346
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4347
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4348
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4349
|
-
display: inline-block
|
|
4350
|
-
}
|
|
4351
|
-
}
|
|
4352
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4353
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4354
|
-
.MetaItem-module_listened__lwvAO,
|
|
4355
|
-
.MetaItem-module_read__5eAIG {
|
|
4356
|
-
width: auto
|
|
4357
|
-
}
|
|
4358
|
-
}
|
|
4359
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4360
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4361
|
-
order: -2
|
|
4362
|
-
}
|
|
4363
|
-
}
|
|
4364
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4365
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4366
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4367
|
-
order: -1;
|
|
4368
|
-
|
|
4369
|
-
margin-top: 0
|
|
4370
|
-
}
|
|
4371
|
-
}
|
|
4372
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4373
|
-
margin-top: -1px;
|
|
4374
|
-
}
|
|
4375
|
-
|
|
4376
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4377
|
-
/* Colors */
|
|
4378
|
-
/* Fonts */
|
|
4379
|
-
/* Gap */
|
|
4380
|
-
/* Media */
|
|
4381
|
-
/* 512 */
|
|
4382
|
-
/* 650 */
|
|
4383
|
-
/* 768 */
|
|
4384
|
-
/* 1024 */
|
|
4385
|
-
/* 1010 */
|
|
4386
|
-
/* 1200 */
|
|
4387
|
-
/* 511 */
|
|
4388
|
-
/* 1023 */
|
|
4389
|
-
/* Zindex */
|
|
4390
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4430
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4391
4431
|
display: inline;
|
|
4392
4432
|
|
|
4393
4433
|
line-height: inherit;
|
|
@@ -4414,179 +4454,64 @@ a mark {
|
|
|
4414
4454
|
/* 511 */
|
|
4415
4455
|
/* 1023 */
|
|
4416
4456
|
/* Zindex */
|
|
4417
|
-
.
|
|
4418
|
-
position: relative;
|
|
4419
|
-
|
|
4420
|
-
margin: 15px 0
|
|
4421
|
-
}
|
|
4422
|
-
@media only screen and (min-width: 32em) {
|
|
4423
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4424
|
-
margin: 25px 0 20px
|
|
4425
|
-
}
|
|
4426
|
-
}
|
|
4427
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4428
|
-
margin-top: 0;
|
|
4429
|
-
}
|
|
4430
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4431
|
-
margin-bottom: 0;
|
|
4432
|
-
}
|
|
4433
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4434
|
-
width: 100%;
|
|
4435
|
-
max-width: 650px;
|
|
4436
|
-
margin-right: auto;
|
|
4437
|
-
margin-left: auto;
|
|
4438
|
-
|
|
4439
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4440
|
-
}
|
|
4441
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4457
|
+
.Footnote-module_root__2a0-B {
|
|
4442
4458
|
position: relative;
|
|
4443
4459
|
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
transition: min-height 350ms ease;
|
|
4447
|
-
}
|
|
4448
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4449
|
-
position: absolute;
|
|
4450
|
-
z-index: 10;
|
|
4451
|
-
top: 0;
|
|
4452
|
-
right: -20px;
|
|
4453
|
-
bottom: 0;
|
|
4454
|
-
left: -20px;
|
|
4455
|
-
|
|
4456
|
-
display: -webkit-box;
|
|
4457
|
-
|
|
4458
|
-
display: -webkit-flex;
|
|
4459
|
-
|
|
4460
|
-
display: -ms-flexbox;
|
|
4461
|
-
|
|
4462
|
-
display: flex;
|
|
4463
|
-
align-items: center;
|
|
4464
|
-
flex-flow: column nowrap;
|
|
4465
|
-
justify-content: center;
|
|
4466
|
-
|
|
4467
|
-
padding: 30px 20px;
|
|
4468
|
-
|
|
4469
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4460
|
+
width: 320px;
|
|
4461
|
+
padding: 20px;
|
|
4470
4462
|
|
|
4471
|
-
|
|
4472
|
-
background-
|
|
4473
|
-
|
|
4474
|
-
background-size: cover
|
|
4475
|
-
}
|
|
4476
|
-
@media only screen and (min-width: 32em) {
|
|
4477
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4478
|
-
right: 0;
|
|
4479
|
-
left: 0
|
|
4463
|
+
border-radius: 8px;
|
|
4464
|
+
background-color: #fff;
|
|
4465
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4480
4466
|
}
|
|
4481
|
-
|
|
4482
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4483
|
-
-webkit-user-select: none;
|
|
4484
|
-
-moz-user-select: none;
|
|
4485
|
-
-ms-user-select: none;
|
|
4486
|
-
user-select: none;
|
|
4487
|
-
|
|
4488
|
-
color: #fff;
|
|
4489
|
-
|
|
4467
|
+
.Footnote-module_body__259Ly {
|
|
4490
4468
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4469
|
+
font-size: 16px;
|
|
4470
|
+
line-height: 22px;
|
|
4491
4471
|
}
|
|
4492
|
-
.
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
width: 100%;
|
|
4496
|
-
max-width: 368px;
|
|
4497
|
-
margin-top: 0;
|
|
4498
|
-
margin-bottom: 12px;
|
|
4499
|
-
|
|
4500
|
-
text-align: center;
|
|
4501
|
-
|
|
4502
|
-
font-size: 14px;
|
|
4503
|
-
line-height: 18px
|
|
4504
|
-
}
|
|
4505
|
-
@media only screen and (min-width: 32em) {
|
|
4506
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4507
|
-
margin-bottom: 24px;
|
|
4472
|
+
.Footnote-module_body__259Ly h3 {
|
|
4473
|
+
margin: 0 0 16px;
|
|
4508
4474
|
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
}
|
|
4513
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4514
|
-
width: 100%;
|
|
4515
|
-
max-width: 348px;
|
|
4516
|
-
margin: 0 auto;
|
|
4517
|
-
}
|
|
4518
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4519
|
-
max-width: 650px
|
|
4520
|
-
}
|
|
4521
|
-
@media only screen and (min-width: 32em) {
|
|
4522
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4523
|
-
margin-right: auto;
|
|
4524
|
-
margin-left: auto
|
|
4525
|
-
}
|
|
4526
|
-
}
|
|
4527
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4528
|
-
max-width: 980px
|
|
4529
|
-
}
|
|
4530
|
-
@media only screen and (min-width: 32em) {
|
|
4531
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4532
|
-
margin-right: auto;
|
|
4533
|
-
margin-left: auto
|
|
4534
|
-
}
|
|
4535
|
-
}
|
|
4536
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4537
|
-
right: -20px;
|
|
4538
|
-
left: -20px
|
|
4539
|
-
}
|
|
4540
|
-
@media only screen and (min-width: 32em) {
|
|
4541
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4542
|
-
right: 0;
|
|
4543
|
-
left: 0
|
|
4544
|
-
}
|
|
4545
|
-
}
|
|
4546
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4547
|
-
padding-right: 20px;
|
|
4548
|
-
padding-left: 20px
|
|
4475
|
+
font-size: inherit;
|
|
4476
|
+
font-weight: 700;
|
|
4477
|
+
line-height: inherit;
|
|
4549
4478
|
}
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
padding-right: 0;
|
|
4553
|
-
padding-left: 0
|
|
4479
|
+
.Footnote-module_body__259Ly p {
|
|
4480
|
+
margin: 0;
|
|
4554
4481
|
}
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
max-width: 100%;
|
|
4482
|
+
.Footnote-module_body__259Ly p + p {
|
|
4483
|
+
margin-top: 6px;
|
|
4558
4484
|
}
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
left: -15px
|
|
4485
|
+
.Footnote-module_body__259Ly a {
|
|
4486
|
+
color: inherit;
|
|
4487
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4563
4488
|
}
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4567
|
-
padding-right: 15px;
|
|
4568
|
-
padding-left: 15px
|
|
4489
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4490
|
+
color: #b88b59;
|
|
4569
4491
|
}
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4492
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4493
|
+
position: absolute;
|
|
4494
|
+
top: 0;
|
|
4495
|
+
right: 0;
|
|
4574
4496
|
|
|
4575
|
-
|
|
4497
|
+
margin: 0;
|
|
4498
|
+
padding: 6px 9px 10px;
|
|
4576
4499
|
|
|
4577
|
-
|
|
4500
|
+
cursor: pointer;
|
|
4501
|
+
|
|
4502
|
+
color: #b3b3b3;
|
|
4503
|
+
border-width: 0;
|
|
4504
|
+
outline: none;
|
|
4505
|
+
background-color: transparent;
|
|
4578
4506
|
}
|
|
4579
|
-
.
|
|
4580
|
-
|
|
4507
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4508
|
+
color: #757575;
|
|
4581
4509
|
}
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4586
|
-
right: -11px;
|
|
4587
|
-
left: -11px
|
|
4510
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4511
|
+
width: 12px;
|
|
4512
|
+
height: 12px;
|
|
4588
4513
|
}
|
|
4589
|
-
|
|
4514
|
+
|
|
4590
4515
|
|
|
4591
4516
|
/* Colors */
|
|
4592
4517
|
/* Fonts */
|
|
@@ -4601,64 +4526,90 @@ a mark {
|
|
|
4601
4526
|
/* 511 */
|
|
4602
4527
|
/* 1023 */
|
|
4603
4528
|
/* Zindex */
|
|
4604
|
-
.
|
|
4605
|
-
|
|
4529
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4530
|
+
height: 100%;
|
|
4531
|
+
margin: 0;
|
|
4532
|
+
padding: 0 1px 0 0;
|
|
4606
4533
|
|
|
4607
|
-
|
|
4608
|
-
|
|
4534
|
+
cursor: pointer;
|
|
4535
|
+
|
|
4536
|
+
color: inherit;
|
|
4537
|
+
border-width: 0;
|
|
4538
|
+
outline: none;
|
|
4539
|
+
background-color: transparent;
|
|
4609
4540
|
|
|
4610
|
-
border-radius: 8px;
|
|
4611
|
-
background-color: #fff;
|
|
4612
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4613
|
-
}
|
|
4614
|
-
.Footnote-module_body__259Ly {
|
|
4615
4541
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4616
|
-
font-size:
|
|
4617
|
-
|
|
4542
|
+
font-size: 12px;
|
|
4543
|
+
font-weight: 600;
|
|
4544
|
+
line-height: 1;
|
|
4545
|
+
|
|
4546
|
+
-webkit-appearance: none;
|
|
4547
|
+
|
|
4548
|
+
-moz-appearance: none;
|
|
4549
|
+
|
|
4550
|
+
appearance: none;
|
|
4618
4551
|
}
|
|
4619
|
-
.
|
|
4620
|
-
|
|
4552
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4553
|
+
position: absolute;
|
|
4554
|
+
top: 0;
|
|
4555
|
+
right: 0;
|
|
4556
|
+
bottom: 0;
|
|
4557
|
+
left: 0;
|
|
4558
|
+
|
|
4559
|
+
content: '';
|
|
4560
|
+
}
|
|
4561
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4562
|
+
opacity: 0.6;
|
|
4563
|
+
}
|
|
4564
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4565
|
+
color: #fff;
|
|
4566
|
+
}
|
|
4567
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4568
|
+
opacity: 0.6;
|
|
4569
|
+
}
|
|
4570
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4571
|
+
color: #262626;
|
|
4572
|
+
|
|
4573
|
+
fill: #fff;
|
|
4574
|
+
}
|
|
4575
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4576
|
+
color: #fff;
|
|
4621
4577
|
|
|
4622
|
-
|
|
4623
|
-
font-weight: 700;
|
|
4624
|
-
line-height: inherit;
|
|
4578
|
+
fill: transparent;
|
|
4625
4579
|
}
|
|
4626
|
-
.
|
|
4627
|
-
|
|
4580
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4581
|
+
fill: currentColor;
|
|
4628
4582
|
}
|
|
4629
|
-
.
|
|
4630
|
-
|
|
4583
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4584
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4631
4585
|
}
|
|
4632
|
-
.
|
|
4633
|
-
|
|
4634
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4586
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4587
|
+
visibility: hidden;
|
|
4635
4588
|
}
|
|
4636
|
-
.
|
|
4637
|
-
|
|
4589
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4590
|
+
visibility: visible;
|
|
4638
4591
|
}
|
|
4639
|
-
.
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
margin: 0;
|
|
4645
|
-
padding: 6px 9px 10px;
|
|
4592
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4593
|
+
visibility: hidden;
|
|
4594
|
+
}
|
|
4595
|
+
.ToolbarButton-module_text__32m6s {
|
|
4596
|
+
display: inline-block;
|
|
4646
4597
|
|
|
4647
|
-
|
|
4598
|
+
padding-left: 5px;
|
|
4648
4599
|
|
|
4649
|
-
|
|
4650
|
-
border-width: 0;
|
|
4651
|
-
outline: none;
|
|
4652
|
-
background-color: transparent;
|
|
4653
|
-
}
|
|
4654
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4655
|
-
color: #757575;
|
|
4600
|
+
vertical-align: middle;
|
|
4656
4601
|
}
|
|
4657
|
-
.
|
|
4658
|
-
|
|
4659
|
-
height: 12px;
|
|
4602
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4603
|
+
display: none;
|
|
4660
4604
|
}
|
|
4605
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4606
|
+
color: #999;
|
|
4661
4607
|
|
|
4608
|
+
fill: transparent;
|
|
4609
|
+
}
|
|
4610
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4611
|
+
fill: currentColor;
|
|
4612
|
+
}
|
|
4662
4613
|
|
|
4663
4614
|
/* Colors */
|
|
4664
4615
|
/* Fonts */
|
|
@@ -4941,90 +4892,179 @@ a mark {
|
|
|
4941
4892
|
/* 511 */
|
|
4942
4893
|
/* 1023 */
|
|
4943
4894
|
/* Zindex */
|
|
4944
|
-
.
|
|
4945
|
-
|
|
4946
|
-
margin: 0;
|
|
4947
|
-
padding: 0 1px 0 0;
|
|
4948
|
-
|
|
4949
|
-
cursor: pointer;
|
|
4895
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4896
|
+
position: relative;
|
|
4950
4897
|
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4898
|
+
margin: 15px 0
|
|
4899
|
+
}
|
|
4900
|
+
@media only screen and (min-width: 32em) {
|
|
4901
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4902
|
+
margin: 25px 0 20px
|
|
4903
|
+
}
|
|
4904
|
+
}
|
|
4905
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4906
|
+
margin-top: 0;
|
|
4907
|
+
}
|
|
4908
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4909
|
+
margin-bottom: 0;
|
|
4910
|
+
}
|
|
4911
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4912
|
+
width: 100%;
|
|
4913
|
+
max-width: 650px;
|
|
4914
|
+
margin-right: auto;
|
|
4915
|
+
margin-left: auto;
|
|
4955
4916
|
|
|
4956
4917
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
-webkit-appearance: none;
|
|
4918
|
+
}
|
|
4919
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4920
|
+
position: relative;
|
|
4962
4921
|
|
|
4963
|
-
|
|
4922
|
+
min-height: 170px;
|
|
4964
4923
|
|
|
4965
|
-
|
|
4924
|
+
transition: min-height 350ms ease;
|
|
4966
4925
|
}
|
|
4967
|
-
.
|
|
4926
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4968
4927
|
position: absolute;
|
|
4928
|
+
z-index: 10;
|
|
4969
4929
|
top: 0;
|
|
4970
|
-
right:
|
|
4930
|
+
right: -20px;
|
|
4971
4931
|
bottom: 0;
|
|
4972
|
-
left:
|
|
4932
|
+
left: -20px;
|
|
4973
4933
|
|
|
4974
|
-
|
|
4934
|
+
display: -webkit-box;
|
|
4935
|
+
|
|
4936
|
+
display: -webkit-flex;
|
|
4937
|
+
|
|
4938
|
+
display: -ms-flexbox;
|
|
4939
|
+
|
|
4940
|
+
display: flex;
|
|
4941
|
+
align-items: center;
|
|
4942
|
+
flex-flow: column nowrap;
|
|
4943
|
+
justify-content: center;
|
|
4944
|
+
|
|
4945
|
+
padding: 30px 20px;
|
|
4946
|
+
|
|
4947
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4948
|
+
|
|
4949
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4950
|
+
background-repeat: no-repeat;
|
|
4951
|
+
background-position: center top;
|
|
4952
|
+
background-size: cover
|
|
4975
4953
|
}
|
|
4976
|
-
|
|
4977
|
-
|
|
4954
|
+
@media only screen and (min-width: 32em) {
|
|
4955
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4956
|
+
right: 0;
|
|
4957
|
+
left: 0
|
|
4978
4958
|
}
|
|
4979
|
-
|
|
4959
|
+
}
|
|
4960
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4961
|
+
-webkit-user-select: none;
|
|
4962
|
+
-moz-user-select: none;
|
|
4963
|
+
-ms-user-select: none;
|
|
4964
|
+
user-select: none;
|
|
4965
|
+
|
|
4980
4966
|
color: #fff;
|
|
4967
|
+
|
|
4968
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4981
4969
|
}
|
|
4982
|
-
.
|
|
4983
|
-
|
|
4984
|
-
}
|
|
4985
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4986
|
-
color: #262626;
|
|
4970
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4971
|
+
display: block;
|
|
4987
4972
|
|
|
4988
|
-
|
|
4973
|
+
width: 100%;
|
|
4974
|
+
max-width: 368px;
|
|
4975
|
+
margin-top: 0;
|
|
4976
|
+
margin-bottom: 12px;
|
|
4977
|
+
|
|
4978
|
+
text-align: center;
|
|
4979
|
+
|
|
4980
|
+
font-size: 14px;
|
|
4981
|
+
line-height: 18px
|
|
4989
4982
|
}
|
|
4990
|
-
|
|
4991
|
-
|
|
4983
|
+
@media only screen and (min-width: 32em) {
|
|
4984
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4985
|
+
margin-bottom: 24px;
|
|
4992
4986
|
|
|
4993
|
-
|
|
4987
|
+
font-size: 16px;
|
|
4988
|
+
line-height: 22px
|
|
4994
4989
|
}
|
|
4995
|
-
|
|
4996
|
-
|
|
4990
|
+
}
|
|
4991
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4992
|
+
width: 100%;
|
|
4993
|
+
max-width: 348px;
|
|
4994
|
+
margin: 0 auto;
|
|
4997
4995
|
}
|
|
4998
|
-
.
|
|
4999
|
-
|
|
4996
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4997
|
+
max-width: 650px
|
|
5000
4998
|
}
|
|
5001
|
-
|
|
5002
|
-
|
|
4999
|
+
@media only screen and (min-width: 32em) {
|
|
5000
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5001
|
+
margin-right: auto;
|
|
5002
|
+
margin-left: auto
|
|
5003
5003
|
}
|
|
5004
|
-
|
|
5005
|
-
|
|
5004
|
+
}
|
|
5005
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5006
|
+
max-width: 980px
|
|
5006
5007
|
}
|
|
5007
|
-
|
|
5008
|
-
|
|
5008
|
+
@media only screen and (min-width: 32em) {
|
|
5009
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5010
|
+
margin-right: auto;
|
|
5011
|
+
margin-left: auto
|
|
5009
5012
|
}
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
vertical-align: middle;
|
|
5013
|
+
}
|
|
5014
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5015
|
+
right: -20px;
|
|
5016
|
+
left: -20px
|
|
5016
5017
|
}
|
|
5017
|
-
|
|
5018
|
-
|
|
5018
|
+
@media only screen and (min-width: 32em) {
|
|
5019
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5020
|
+
right: 0;
|
|
5021
|
+
left: 0
|
|
5019
5022
|
}
|
|
5020
|
-
|
|
5021
|
-
|
|
5023
|
+
}
|
|
5024
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5025
|
+
padding-right: 20px;
|
|
5026
|
+
padding-left: 20px
|
|
5027
|
+
}
|
|
5028
|
+
@media only screen and (min-width: 32em) {
|
|
5029
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5030
|
+
padding-right: 0;
|
|
5031
|
+
padding-left: 0
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5035
|
+
max-width: 100%;
|
|
5036
|
+
}
|
|
5037
|
+
@media only screen and (min-width: 32em) {
|
|
5038
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5039
|
+
right: -15px;
|
|
5040
|
+
left: -15px
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
@media only screen and (min-width: 32em) {
|
|
5044
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5045
|
+
padding-right: 15px;
|
|
5046
|
+
padding-left: 15px
|
|
5047
|
+
}
|
|
5048
|
+
}
|
|
5049
|
+
/* STATE */
|
|
5050
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5051
|
+
visibility: hidden;
|
|
5022
5052
|
|
|
5023
|
-
|
|
5053
|
+
pointer-events: none;
|
|
5054
|
+
|
|
5055
|
+
opacity: 0;
|
|
5024
5056
|
}
|
|
5025
|
-
.
|
|
5026
|
-
|
|
5057
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5058
|
+
min-height: 0;
|
|
5027
5059
|
}
|
|
5060
|
+
/* CONTEXT */
|
|
5061
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5062
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5063
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5064
|
+
right: -11px;
|
|
5065
|
+
left: -11px
|
|
5066
|
+
}
|
|
5067
|
+
}
|
|
5028
5068
|
|
|
5029
5069
|
/* Colors */
|
|
5030
5070
|
/* Fonts */
|