@meduza/ui-kit-2 0.1.1 → 0.1.3

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.
Files changed (59) hide show
  1. package/README.md +5 -0
  2. package/dist/Button/Button.types.d.ts +2 -2
  3. package/dist/CardTitle/CardTitle.types.d.ts +5 -3
  4. package/dist/DocumentItemsCount/DocumentItemsCount.types.d.ts +3 -3
  5. package/dist/Image/Image.types.d.ts +5 -5
  6. package/dist/ImportantLead/ImportantLead.types.d.ts +1 -1
  7. package/dist/ListBlock/ListBlock.types.d.ts +1 -1
  8. package/dist/Meta/Meta.types.d.ts +3 -3
  9. package/dist/MetaItem/MetaItem.types.d.ts +1 -1
  10. package/dist/RawHtmlBlock/RawHtmlBlock.types.d.ts +10 -4
  11. package/dist/RenderBlocks/RenderBlocks.types.d.ts +7 -1
  12. package/dist/ToolbarButton/ToolbarButton.types.d.ts +1 -1
  13. package/dist/ui-kit-2.cjs.development.js +8 -8
  14. package/dist/ui-kit-2.cjs.development.js.map +1 -1
  15. package/dist/ui-kit-2.cjs.production.min.js +1 -1
  16. package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
  17. package/dist/ui-kit-2.esm.js +8 -8
  18. package/dist/ui-kit-2.esm.js.map +1 -1
  19. package/dist/ui-kit.css +4665 -0
  20. package/package.json +1 -2
  21. package/src/Button/Button.types.ts +3 -1
  22. package/src/CardTitle/CardTitle.types.ts +5 -3
  23. package/src/CardTitle/index.tsx +3 -1
  24. package/src/Cover/Cover.module.css +107 -1
  25. package/src/Cover/Cover.stories.module.css +2 -0
  26. package/src/Cover/Cover.stories.tsx +3 -1
  27. package/src/Cover/index.tsx +3 -3
  28. package/src/Cover/mock.json +68 -0
  29. package/src/DocumentItemsCount/DocumentItemsCount.stories.module.css +2 -0
  30. package/src/DocumentItemsCount/DocumentItemsCount.stories.tsx +6 -1
  31. package/src/DocumentItemsCount/DocumentItemsCount.types.ts +3 -3
  32. package/src/GroupedBlock/GroupedBlock.stories.tsx +3 -1
  33. package/src/GroupedBlock/mock.json +110 -0
  34. package/src/HalfBlock/HalfBlock.stories.module.css +2 -1
  35. package/src/HalfBlock/HalfBlock.stories.tsx +3 -1
  36. package/src/HalfBlock/mock.json +81 -0
  37. package/src/Image/Image.types.ts +5 -5
  38. package/src/ImportantLead/ImportantLead.stories.tsx +3 -1
  39. package/src/ImportantLead/ImportantLead.types.ts +1 -1
  40. package/src/ImportantLead/mock.json +47 -0
  41. package/src/ListBlock/ListBlock.stories.module.css +4 -0
  42. package/src/ListBlock/ListBlock.stories.tsx +5 -1
  43. package/src/ListBlock/ListBlock.types.ts +2 -2
  44. package/src/ListBlock/mock.json +24 -0
  45. package/src/Meta/Meta.types.ts +3 -3
  46. package/src/MetaItem/MetaItem.types.ts +1 -1
  47. package/src/RawHtmlBlock/RawHtmlBlock.types.ts +12 -4
  48. package/src/RelatedBlock/RelatedBlock.stories.tsx +3 -1
  49. package/src/RelatedBlock/RelatedBlock.types.ts +1 -1
  50. package/src/RelatedBlock/mock.json +21 -0
  51. package/src/RenderBlocks/RenderBlocks.types.ts +8 -1
  52. package/src/RichTitle/RichTitle.stories.tsx +3 -1
  53. package/src/RichTitle/mock.json +7 -0
  54. package/src/SimpleBlock/SimpleBlock.stories.tsx +9 -1
  55. package/src/SimpleBlock/mock.json +68 -0
  56. package/src/SimpleTitle/SimpleTitle.stories.tsx +3 -1
  57. package/src/SimpleTitle/mock.json +7 -0
  58. package/src/ToolbarButton/ToolbarButton.types.ts +1 -1
  59. package/dist/ui-kit-2.cjs.development.css +0 -36
@@ -0,0 +1,4665 @@
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
+ color: #fff;
20
+
21
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
22
+ line-height: 1;
23
+ text-align: center;
24
+
25
+ border-width: 0;
26
+ outline: none;
27
+
28
+ cursor: pointer;
29
+
30
+ transition: background-color 0.15s ease-out;
31
+
32
+ -webkit-appearance: none;
33
+
34
+ -moz-appearance: none;
35
+
36
+ appearance: none;
37
+ -webkit-user-select: none;
38
+ -moz-user-select: none;
39
+ -ms-user-select: none;
40
+ user-select: none;
41
+ }
42
+ .Button-module_root__RpsiW::-moz-focus-inner {
43
+ border: 0;
44
+ }
45
+ .Button-module_root__RpsiW[disabled] {
46
+ cursor: default;
47
+
48
+ opacity: 0.5;
49
+
50
+ pointer-events: none;
51
+ }
52
+ .Button-module_root__RpsiW > span:first-child {
53
+ margin-right: 4px;
54
+ }
55
+ .Button-module_root__RpsiW > span:last-child {
56
+ margin-left: 4px;
57
+ }
58
+ .Button-module_gold__ZMYg- {
59
+ background: #b88b59;
60
+ }
61
+ .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
62
+ fill: #b88b59;
63
+ }
64
+ .Button-module_gold__ZMYg-:hover {
65
+ background-color: #9e784c
66
+ }
67
+ @media (hover: none) {
68
+ .Button-module_gold__ZMYg-:hover {
69
+ background-color: #b88b59
70
+ }
71
+ }
72
+ .Button-module_gold__ZMYg-:active {
73
+ background-color: #856440;
74
+ }
75
+ .Button-module_gray__3IM54 {
76
+ color: #000;
77
+
78
+ background-color: #f0f0f0;
79
+ }
80
+ .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
81
+ fill: #545454;
82
+ }
83
+ .Button-module_gray__3IM54:hover {
84
+ background-color: #ebebeb
85
+ }
86
+ @media (hover: none) {
87
+ .Button-module_gray__3IM54:hover {
88
+ background-color: #ebebeb
89
+ }
90
+ }
91
+ .Button-module_gray__3IM54:active {
92
+ background-color: #e3e3e3;
93
+ }
94
+ .Button-module_sand__2AqVq {
95
+ background: #a18c68;
96
+ }
97
+ .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
98
+ fill: #a18c68;
99
+ }
100
+ .Button-module_sand__2AqVq:hover {
101
+ background-color: #8a7654
102
+ }
103
+ @media (hover: none) {
104
+ .Button-module_sand__2AqVq:hover {
105
+ background-color: #a18c68
106
+ }
107
+ }
108
+ .Button-module_sand__2AqVq:active {
109
+ background-color: #7b6743;
110
+ }
111
+ .Button-module_dark__I0uXx {
112
+ color: #adadad;
113
+
114
+ background-color: #3a3a3a;
115
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
116
+ }
117
+ .Button-module_dark__I0uXx:hover {
118
+ background-color: #2e2e2e
119
+ }
120
+ @media (hover: none) {
121
+ .Button-module_dark__I0uXx:hover {
122
+ background-color: #3a3a3a
123
+ }
124
+ }
125
+ .Button-module_dark__I0uXx:active {
126
+ background-color: #242424;
127
+ }
128
+ .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
129
+ fill: #3a3a3a;
130
+ }
131
+ .Button-module_light__1Y4hG {
132
+ color: #000;
133
+
134
+ background-color: #fff;
135
+ }
136
+ .Button-module_light__1Y4hG:hover {
137
+ background-color: #ebebeb
138
+ }
139
+ @media (hover: none) {
140
+ .Button-module_light__1Y4hG:hover {
141
+ background-color: #fff
142
+ }
143
+ }
144
+ .Button-module_light__1Y4hG:active {
145
+ background-color: #e3e3e3;
146
+ }
147
+ .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
148
+ fill: #fff;
149
+ }
150
+ .Button-module_black__3sG3Y {
151
+ color: #7e7d7b;
152
+
153
+ background-color: #000;
154
+ }
155
+ .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
156
+ fill: #7e7d7b;
157
+ }
158
+ .Button-module_black__3sG3Y:hover {
159
+ background-color: #141414
160
+ }
161
+ @media (hover: none) {
162
+ .Button-module_black__3sG3Y:hover {
163
+ background: #141414
164
+ }
165
+ }
166
+ .Button-module_black__3sG3Y:active {
167
+ background-color: #242424;
168
+ }
169
+ .Button-module_red__3Niou {
170
+ background-color: #f95a5a;
171
+ }
172
+ .Button-module_red__3Niou:hover {
173
+ background-color: #e65353
174
+ }
175
+ @media (hover: none) {
176
+ .Button-module_red__3Niou:hover {
177
+ background: #f95a5a
178
+ }
179
+ }
180
+ .Button-module_red__3Niou:active {
181
+ background-color: #d44d4d;
182
+ }
183
+ .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
184
+ fill: #141414;
185
+ }
186
+ .Button-module_default__28Vo_ {
187
+ width: 100%;
188
+ height: 42px;
189
+ padding: 7px 18px 6px;
190
+
191
+ font-weight: 600;
192
+
193
+ font-size: 12px;
194
+ line-height: 22px;
195
+
196
+ letter-spacing: 1px;
197
+ text-transform: uppercase;
198
+
199
+ border-radius: 8px
200
+ }
201
+ @media only screen and (min-device-width: 64em) {
202
+ .Button-module_default__28Vo_ {
203
+ font-size: 14px;
204
+ line-height: 16px
205
+ }
206
+ }
207
+ .Button-module_isInSpoiler__2Yl8c svg {
208
+ margin-top: -2px;
209
+ margin-left: 6px;
210
+ }
211
+ .Button-module_ghost__3awCW {
212
+
213
+ color: inherit;
214
+ font-weight: inherit;
215
+ font-size: inherit;
216
+
217
+ font-family: inherit;
218
+ letter-spacing: inherit;
219
+ text-transform: none;
220
+
221
+ background-color: transparent;
222
+ }
223
+ .Button-module_isInDropdown__1ogKL {
224
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
225
+ }
226
+ .Button-module_black__3sG3Y[disabled],
227
+ .Button-module_sand__2AqVq[disabled] {
228
+ opacity: 0.3;
229
+ }
230
+ /* LOADING */
231
+ .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
232
+
233
+ background-color: transparent;
234
+ box-shadow: none;
235
+ cursor: default;
236
+
237
+ pointer-events: none;
238
+ }
239
+ .Button-module_loader__2pl6d {
240
+ display: block;
241
+
242
+ margin-top: -1px;
243
+ }
244
+
245
+ /* Colors */
246
+ /* Fonts */
247
+ /* Gap */
248
+ /* Media */
249
+ /* 512 */
250
+ /* 650 */
251
+ /* 768 */
252
+ /* 1024 */
253
+ /* 1010 */
254
+ /* 1200 */
255
+ /* 511 */
256
+ /* 1023 */
257
+ /* Zindex */
258
+ .Switcher-module_root__1Env1 {
259
+ position: relative;
260
+
261
+ display: -webkit-box;
262
+
263
+ display: -webkit-flex;
264
+
265
+ display: -ms-flexbox;
266
+
267
+ display: flex;
268
+ flex-flow: row nowrap;
269
+ align-items: center;
270
+
271
+ font-weight: 600;
272
+
273
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
274
+ white-space: nowrap;
275
+
276
+ cursor: pointer;
277
+
278
+ -webkit-user-select: none;
279
+
280
+ -moz-user-select: none;
281
+
282
+ -ms-user-select: none;
283
+
284
+ user-select: none;
285
+ }
286
+ .Switcher-module_dark__1IzaH {
287
+ color: inherit;
288
+ }
289
+ .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
290
+ background-color: transparent;
291
+ }
292
+ .Switcher-module_input__jaMVF {
293
+ position: absolute;
294
+ top: 0;
295
+ left: 0;
296
+
297
+ opacity: 0;
298
+ }
299
+ .Switcher-module_control__1NTvY {
300
+ position: relative;
301
+
302
+ display: block;
303
+
304
+ width: 37px;
305
+ height: 21px;
306
+
307
+ background-color: #e6e6e6;
308
+
309
+ border-radius: 15px;
310
+ }
311
+ .Switcher-module_control__1NTvY::before {
312
+ position: absolute;
313
+ top: 0;
314
+ bottom: 0;
315
+ left: 0;
316
+
317
+ width: 18px;
318
+
319
+ background: rgba(19, 191, 17, 0);
320
+
321
+ border-radius: 15px;
322
+
323
+ transition: 0.25s ease-in-out;
324
+
325
+ content: '';
326
+ }
327
+ .Switcher-module_knob__3kEy5 {
328
+ position: relative;
329
+ top: 2px;
330
+ left: 2px;
331
+ z-index: 200;
332
+
333
+ display: block;
334
+
335
+ width: 17px;
336
+ height: 17px;
337
+
338
+ background: #fff;
339
+
340
+ border-radius: 15px;
341
+
342
+ transition: 0.25s ease-in-out;
343
+ }
344
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
345
+ width: 100%;
346
+
347
+ background-color: #b88b59;
348
+ }
349
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
350
+ box-shadow: inset 0 0 0 1px transparent;
351
+ }
352
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
353
+ left: 18px;
354
+ }
355
+ .Switcher-module_children__147JP.Switcher-module_left__2coeE {
356
+ margin-right: 6px;
357
+ }
358
+ .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
359
+ margin-left: 6px;
360
+ }
361
+ /* panel */
362
+ .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
363
+
364
+ color: #999;
365
+
366
+ font-size: 13px;
367
+ letter-spacing: 0.5px;
368
+ text-transform: uppercase;
369
+ }
370
+ /* menu */
371
+ .Switcher-module_isInMenu__3XJYj {
372
+ font-weight: normal;
373
+ }
374
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
375
+ margin-right: 8px;
376
+ }
377
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
378
+ width: 48px;
379
+ height: 30px;
380
+ }
381
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
382
+ top: 4px;
383
+
384
+ width: 22px;
385
+ height: 22px;
386
+
387
+ background-color: #bababa;
388
+ }
389
+ /* stylelint-disable selector-max-compound-selectors */
390
+ .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
391
+ left: 23px;
392
+
393
+ background-color: #fff;
394
+ }
395
+ /* live */
396
+ .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
397
+
398
+ color: #7f7f7f;
399
+
400
+ font-size: 13px;
401
+ letter-spacing: 0.5px;
402
+ text-transform: uppercase;
403
+ }
404
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
405
+ background-color: #1a1a1a;
406
+ box-shadow: inset 0 0 0 1px #323232;
407
+ }
408
+
409
+ /* Colors */
410
+ /* Fonts */
411
+ /* Gap */
412
+ /* Media */
413
+ /* 512 */
414
+ /* 650 */
415
+ /* 768 */
416
+ /* 1024 */
417
+ /* 1010 */
418
+ /* 1200 */
419
+ /* 511 */
420
+ /* 1023 */
421
+ /* Zindex */
422
+ .SvgSymbol-module_root__2CsRW {
423
+ width: 100%;
424
+ height: 100%;
425
+
426
+ vertical-align: middle;
427
+ }
428
+ .SvgSymbol-module_small__2g6oR {
429
+ height: 14px;
430
+ }
431
+ .SvgSymbol-module_normal__9lFn1 {
432
+ height: 14px;
433
+ }
434
+ .SvgSymbol-module_medium__2eF5L {
435
+ width: 24px;
436
+ height: 24px;
437
+ }
438
+ .SvgSymbol-module_large__2kQrt {
439
+ width: 42px;
440
+ height: 42px;
441
+ }
442
+ .SvgSymbol-module_adaptive__3_68T {
443
+ width: 100%;
444
+ height: 100%;
445
+ }
446
+ .SvgSymbol-module_fb__1whmw {
447
+ width: 16px;
448
+
449
+ fill: #304591;
450
+ }
451
+ .SvgSymbol-module_vk__3VEuu {
452
+ width: 20px;
453
+
454
+ fill: #527397;
455
+ }
456
+ .SvgSymbol-module_ok__2_1Qb {
457
+ width: 9px;
458
+
459
+ fill: #eb722e;
460
+ }
461
+ .SvgSymbol-module_tw__2VRG5 {
462
+ width: 20px;
463
+
464
+ fill: #31adf4;
465
+ }
466
+ .SvgSymbol-module_tg__2xe2f {
467
+ width: 18px;
468
+
469
+ fill: #2ba5e0;
470
+ }
471
+ .SvgSymbol-module_reaction__rrJvf {
472
+ width: 16px;
473
+
474
+ color: #b88b59;
475
+
476
+ fill: #262626;
477
+ }
478
+ .SvgSymbol-module_card__1XAqw,
479
+ .SvgSymbol-module_podcast__3oPoo,
480
+ .SvgSymbol-module_read__2V82i,
481
+ .SvgSymbol-module_listened__1oMFV {
482
+ width: 15px;
483
+ height: 15px;
484
+ }
485
+ .SvgSymbol-module_menu__2iYFt {
486
+ width: 24px;
487
+ height: 24px;
488
+ }
489
+ .SvgSymbol-module_cross__J2lCN {
490
+ width: 14px;
491
+ height: 14px;
492
+ }
493
+ .SvgSymbol-module_isInFeature__cDeTI,
494
+ .SvgSymbol-module_isInCard__pKq4e {
495
+ width: 16px;
496
+ height: 16px;
497
+ }
498
+ .SvgSymbol-module_isInTopicBlockItem__3Te91 {
499
+ width: 16px;
500
+ height: 16px;
501
+ }
502
+ .SvgSymbol-module_isInPageStatic__H31Rd {
503
+ width: 64px;
504
+ height: 64px;
505
+ }
506
+ .SvgSymbol-module_isInMaterialMeta__2IbAw {
507
+ margin-right: 6px;
508
+ }
509
+ .SvgSymbol-module_isInAudioPlayer__2xlzW {
510
+ width: 29px;
511
+ height: 29px;
512
+
513
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
514
+
515
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
516
+ }
517
+ .SvgSymbol-module_isInEpisodeBlock__2vY3o {
518
+ width: 38px;
519
+ height: 38px;
520
+
521
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
522
+
523
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
524
+ }
525
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
526
+ width: 34px;
527
+ height: 28px
528
+ }
529
+ @media only screen and (min-device-width: 40.625em) {
530
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
531
+ width: 28px;
532
+ height: 22px
533
+ }
534
+ }
535
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
536
+ .SvgSymbol-module_isInButtonForward__D1AFL {
537
+ width: 28px;
538
+ height: 28px
539
+ }
540
+ @media only screen and (min-device-width: 40.625em) {
541
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
542
+ .SvgSymbol-module_isInButtonForward__D1AFL {
543
+ width: 22px;
544
+ height: 22px
545
+ }
546
+ }
547
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
548
+ width: 18px;
549
+ height: 18px;
550
+ }
551
+ .SvgSymbol-module_play__pM-qY {
552
+ width: 100%;
553
+ height: 100%;
554
+ }
555
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
556
+ width: 92px;
557
+ height: 20px
558
+ }
559
+ @media only screen and (min-device-width: 64em) {
560
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
561
+ width: 100px;
562
+ height: 45px
563
+ }
564
+ }
565
+ .SvgSymbol-module_arrow__11naX {
566
+ width: 12px;
567
+ height: 12px;
568
+ }
569
+ .SvgSymbol-module_oil__hvHE5 {
570
+ width: 9px;
571
+ height: 12px;
572
+ }
573
+ .SvgSymbol-module_search__VK6p3 {
574
+ width: 24px;
575
+ height: 24px
576
+ }
577
+ @media only screen and (min-device-width: 64em) {
578
+ .SvgSymbol-module_search__VK6p3 {
579
+ width: 16px;
580
+ height: 16px
581
+ }
582
+ }
583
+ .SvgSymbol-module_user__1MGim {
584
+ width: 14px;
585
+ height: 14px
586
+ }
587
+ @media only screen and (min-device-width: 64em) {
588
+ .SvgSymbol-module_user__1MGim {
589
+ width: 16px;
590
+ height: 16px
591
+ }
592
+ }
593
+ .SvgSymbol-module_bookmark__2z7tX {
594
+ width: 17px;
595
+ height: auto;
596
+
597
+ cursor: pointer;
598
+
599
+ stroke-width: 2px
600
+ }
601
+ @media only screen and (min-device-width: 64em) {
602
+ .SvgSymbol-module_bookmark__2z7tX {
603
+ width: 14px;
604
+
605
+ stroke-width: 1.5px
606
+ }
607
+ }
608
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
609
+ width: 14px;
610
+ }
611
+ .SvgSymbol-module_receipt__3Eqow {
612
+ width: 10px;
613
+ height: 13px;
614
+ }
615
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
616
+ width: 22px;
617
+ height: 22px
618
+ }
619
+ @media only screen and (min-device-width: 64em) {
620
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
621
+ width: 14px;
622
+ height: 14px
623
+ }
624
+ }
625
+ @media only screen and (min-device-width: 64em) {
626
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
627
+ stroke-width: 1.5px
628
+ }
629
+ }
630
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
631
+ stroke-width: 1.8px
632
+ }
633
+ @media only screen and (min-device-width: 64em) {
634
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
635
+ stroke-width: 1.3px
636
+ }
637
+ }
638
+
639
+ /* Colors */
640
+ /* Fonts */
641
+ /* Gap */
642
+ /* Media */
643
+ /* 512 */
644
+ /* 650 */
645
+ /* 768 */
646
+ /* 1024 */
647
+ /* 1010 */
648
+ /* 1200 */
649
+ /* 511 */
650
+ /* 1023 */
651
+ /* Zindex */
652
+ .DotsOnImage-module_root__2XP3Q {
653
+ position: relative;
654
+
655
+ display: block;
656
+ }
657
+ .DotsOnImage-module_dot__H1wua {
658
+ position: absolute;
659
+ z-index: 10;
660
+
661
+ width: 28px;
662
+ height: 28px;
663
+ margin: 0;
664
+ padding: 0;
665
+
666
+ cursor: pointer;
667
+ text-align: center;
668
+
669
+ color: #fff;
670
+ border-width: 0;
671
+ border-radius: 30px;
672
+ outline-width: 0;
673
+ background-color: #000;
674
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
675
+
676
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
677
+ font-weight: 600;
678
+ line-height: 28px;
679
+
680
+ -webkit-appearance: none;
681
+
682
+ -moz-appearance: none;
683
+
684
+ appearance: none;
685
+ }
686
+ .DotsOnImage-module_popover__35Cpj {
687
+ position: absolute;
688
+ z-index: 10;
689
+ top: 50%;
690
+ left: 50%;
691
+
692
+ width: 340px;
693
+ padding: 25px;
694
+
695
+ transform: translate(-50%, -50%);
696
+
697
+ border: 1px solid rgba(0, 0, 0, 0.1);
698
+ border-radius: 8px;
699
+ background: #fff;
700
+ box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
701
+
702
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
703
+ }
704
+ .DotsOnImage-module_popoverTitle__343d8 {
705
+ font-weight: 600;
706
+ }
707
+
708
+ /* Colors */
709
+ /* Fonts */
710
+ /* Gap */
711
+ /* Media */
712
+ /* 512 */
713
+ /* 650 */
714
+ /* 768 */
715
+ /* 1024 */
716
+ /* 1010 */
717
+ /* 1200 */
718
+ /* 511 */
719
+ /* 1023 */
720
+ /* Zindex */
721
+ .Image-module_root__1vsA_ {
722
+ position: relative;
723
+ z-index: 1;
724
+
725
+ display: block;
726
+ overflow: hidden
727
+ }
728
+ @media only screen and (min-device-width: 32em) {
729
+ .Image-module_root__1vsA_ {
730
+ border-radius: inherit
731
+ }
732
+ }
733
+ .Image-module_placeholder__1p4ob,
734
+ .Image-module_root__1vsA_ img {
735
+ position: absolute;
736
+ top: 0;
737
+ left: 0;
738
+
739
+ width: 100%;
740
+ height: 100%;
741
+ }
742
+ .Image-module_wrapper__3fLjs {
743
+ display: block;
744
+
745
+ width: 100%;
746
+
747
+ background-repeat: no-repeat;
748
+ background-size: 100% auto;
749
+ }
750
+ .Image-module_placeholder__1p4ob {
751
+ transition: background-color 250ms ease;
752
+
753
+ background-color: #f2f2f2;
754
+ }
755
+ .Image-module_loaded__w9FVT {
756
+ background: transparent;
757
+ }
758
+ .Image-module_fullscreen__29apx picture {
759
+ cursor: pointer;
760
+ }
761
+ .Image-module_fullscreen__29apx picture:hover::after {
762
+ opacity: 1;
763
+ }
764
+ .Image-module_fullscreen__29apx picture::after {
765
+ position: absolute;
766
+ right: 12px;
767
+ bottom: 12px;
768
+
769
+ width: 40px;
770
+ height: 40px;
771
+
772
+ transition: opacity 250ms ease;
773
+ pointer-events: none;
774
+
775
+ opacity: 0;
776
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
777
+ border-radius: 20px;
778
+ background-color: rgba(0, 0, 0, 0.7);
779
+ 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");
780
+ background-repeat: no-repeat;
781
+ background-position: center
782
+ }
783
+ @media only screen and (min-device-width: 64em) {
784
+ .Image-module_fullscreen__29apx picture::after {
785
+ content: ''
786
+ }
787
+ }
788
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
789
+ outline: none;
790
+ }
791
+
792
+ /* Colors */
793
+ /* Fonts */
794
+ /* Gap */
795
+ /* Media */
796
+ /* 512 */
797
+ /* 650 */
798
+ /* 768 */
799
+ /* 1024 */
800
+ /* 1010 */
801
+ /* 1200 */
802
+ /* 511 */
803
+ /* 1023 */
804
+ /* Zindex */
805
+ .Lazy-module_root__2Z72l {
806
+ display: block;
807
+ }
808
+ .Lazy-module_visible__3-SdX {
809
+ color: red;
810
+ }
811
+
812
+ /* Colors */
813
+ /* Fonts */
814
+ /* Gap */
815
+ /* Media */
816
+ /* 512 */
817
+ /* 650 */
818
+ /* 768 */
819
+ /* 1024 */
820
+ /* 1010 */
821
+ /* 1200 */
822
+ /* 511 */
823
+ /* 1023 */
824
+ /* Zindex */
825
+ .Tag-module_root__3IqWC {
826
+ display: inline-block;
827
+
828
+ cursor: default;
829
+ -webkit-user-select: none;
830
+ -moz-user-select: none;
831
+ -ms-user-select: none;
832
+ user-select: none;
833
+ vertical-align: middle;
834
+ letter-spacing: 1px;
835
+ text-transform: uppercase;
836
+
837
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
838
+ font-size: 12px;
839
+ font-weight: 600;
840
+ line-height: 12px;
841
+ }
842
+ .Tag-module_small__2IAb7 {
843
+ font-size: 12px;
844
+ line-height: 12px
845
+ }
846
+ @media only screen and (min-device-width: 64em) {
847
+ .Tag-module_small__2IAb7 {
848
+ line-height: 14px
849
+ }
850
+ }
851
+ @media only screen and (min-device-width: 64em) {
852
+ .Tag-module_large__22z_o {
853
+ letter-spacing: 1px;
854
+
855
+ font-size: 14px;
856
+ line-height: 16px
857
+ }
858
+ }
859
+ .Tag-module_dark__sgnt1 {
860
+ color: #000;
861
+ }
862
+ .Tag-module_light__1zUhp {
863
+ color: #fff;
864
+ }
865
+ .Tag-module_gold__2ksA7 {
866
+ color: #b88b59;
867
+ }
868
+ .Tag-module_gray__mGAO_ {
869
+ color: #757575;
870
+ }
871
+ .Tag-module_inherit__2QB5U {
872
+ color: inherit;
873
+ }
874
+ @media only screen and (min-device-width: 64em) {
875
+ .Tag-module_is1to1__3EDbC,
876
+ .Tag-module_is1to2__3xbC6,
877
+ .Tag-module_isInSuperBlock__38JE0 {
878
+ letter-spacing: 1px;
879
+
880
+ font-size: 12px;
881
+ line-height: 20px
882
+ }
883
+ }
884
+ @media only screen and (min-device-width: 64em) {
885
+ .Tag-module_is1to3__3j5K-,
886
+ .Tag-module_is1to4__2vq4r {
887
+ letter-spacing: 0.5px;
888
+
889
+ font-size: 10px;
890
+ line-height: 15px
891
+ }
892
+ }
893
+ @media only screen and (min-device-width: 32em) {
894
+ .Tag-module_slide__2nMDw,
895
+ .Tag-module_game__3j5yG {
896
+ width: 100%;
897
+
898
+ text-align: center
899
+ }
900
+ }
901
+ .Tag-module_slide__2nMDw,
902
+ .Tag-module_game__3j5yG,
903
+ .Tag-module_card__1EAeF,
904
+ .Tag-module_live__rwXuR,
905
+ .Tag-module_episode__3o6gg,
906
+ .Tag-module_podcast__VPoll,
907
+ .Tag-module_rich__2URd9,
908
+ .Tag-module_isInDynamicBlock__1YM9I {
909
+ margin-bottom: 6px;
910
+
911
+ line-height: 10px
912
+ }
913
+ @media only screen and (min-device-width: 32em) {
914
+ .Tag-module_slide__2nMDw,
915
+ .Tag-module_game__3j5yG,
916
+ .Tag-module_card__1EAeF,
917
+ .Tag-module_live__rwXuR,
918
+ .Tag-module_episode__3o6gg,
919
+ .Tag-module_podcast__VPoll,
920
+ .Tag-module_rich__2URd9,
921
+ .Tag-module_isInDynamicBlock__1YM9I {
922
+ margin-bottom: 10px
923
+ }
924
+ }
925
+ @media only screen and (min-device-width: 32em) {
926
+ .Tag-module_mobile__QQxuv {
927
+ display: none
928
+ }
929
+ }
930
+ .Tag-module_desktop__1Bjsy {
931
+ display: none
932
+ }
933
+ @media only screen and (min-device-width: 32em) {
934
+ .Tag-module_desktop__1Bjsy {
935
+ display: block
936
+ }
937
+ }
938
+
939
+ /* Colors */
940
+ /* Fonts */
941
+ /* Gap */
942
+ /* Media */
943
+ /* 512 */
944
+ /* 650 */
945
+ /* 768 */
946
+ /* 1024 */
947
+ /* 1010 */
948
+ /* 1200 */
949
+ /* 511 */
950
+ /* 1023 */
951
+ /* Zindex */
952
+ .Table-module_root__1VsG6 {
953
+ margin: 15px 0
954
+ }
955
+ @media only screen and (min-device-width: 32em) {
956
+ .Table-module_root__1VsG6 {
957
+ margin: 25px auto 20px
958
+ }
959
+ }
960
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
961
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
962
+ margin-right: -11px;
963
+ margin-left: -11px
964
+ }
965
+ @media only screen and (min-device-width: 64em) {
966
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
967
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
968
+ margin-right: 0;
969
+ margin-left: 0
970
+ }
971
+ }
972
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
973
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
974
+ right: -11px;
975
+ }
976
+ .Table-module_root__1VsG6:first-child {
977
+ margin-top: 0;
978
+ }
979
+ .Table-module_root__1VsG6:last-child {
980
+ margin-bottom: 0;
981
+ }
982
+ .Table-module_table__nZIkV {
983
+ position: relative;
984
+
985
+ overflow-y: hidden;
986
+
987
+ margin: 0 -20px;
988
+
989
+ border-width: 1px 0;
990
+ border-style: solid;
991
+ border-color: rgba(232, 232, 232, 1);
992
+
993
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
994
+ }
995
+ @media only screen and (min-device-width: 32em) {
996
+ .Table-module_table__nZIkV {
997
+ margin: 0;
998
+
999
+ border-width: 1px;
1000
+ border-radius: 3px
1001
+ }
1002
+ }
1003
+ .Table-module_tracks__2wrDB {
1004
+ display: table;
1005
+
1006
+ width: 100%
1007
+ }
1008
+ @media only screen and (min-device-width: 32em) {
1009
+ .Table-module_tracks__2wrDB {
1010
+ table-layout: fixed
1011
+ }
1012
+ }
1013
+ .Table-module_wrapper__1YTKM {
1014
+ position: relative;
1015
+ }
1016
+ .Table-module_wrapper__1YTKM::after {
1017
+ position: absolute;
1018
+ z-index: 100;
1019
+ top: 0;
1020
+ right: -20px;
1021
+ bottom: -20px;
1022
+
1023
+ display: block;
1024
+
1025
+ width: 30px;
1026
+ height: 100%;
1027
+
1028
+ content: "";
1029
+
1030
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
1031
+
1032
+ background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
1033
+
1034
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
1035
+ }
1036
+ @media only screen and (min-device-width: 32em) {
1037
+ .Table-module_wrapper__1YTKM::after {
1038
+ content: none
1039
+ }
1040
+ }
1041
+ .Table-module_default__3CGeE {
1042
+ max-width: 650px;
1043
+ }
1044
+ .Table-module_full__S5pDB {
1045
+ max-width: 980px;
1046
+ }
1047
+ .Table-module_row__3TH83 {
1048
+ z-index: 1;
1049
+
1050
+ display: table-row;
1051
+ }
1052
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
1053
+ border-bottom: 0;
1054
+ }
1055
+ @media only screen and (min-device-width: 32em) {
1056
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
1057
+ border-radius: 2px 0 0 0
1058
+ }
1059
+ }
1060
+ @media only screen and (min-device-width: 32em) {
1061
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
1062
+ border-radius: 0 2px 0 0
1063
+ }
1064
+ }
1065
+ @media only screen and (min-device-width: 32em) {
1066
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
1067
+ border-radius: 0 0 2px 0
1068
+ }
1069
+ }
1070
+ @media only screen and (min-device-width: 32em) {
1071
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
1072
+ border-radius: 0 0 0 2px
1073
+ }
1074
+ }
1075
+ .Table-module_cell__EFKDW {
1076
+ display: table-cell;
1077
+ overflow: hidden;
1078
+
1079
+ min-height: 32px;
1080
+ padding: 6px;
1081
+
1082
+ vertical-align: top;
1083
+
1084
+ border-right: 1px solid rgba(232, 232, 232, 1);
1085
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1086
+ background-color: #fff;
1087
+
1088
+ font-size: 12px;
1089
+ line-height: 16px
1090
+ }
1091
+ @media only screen and (min-device-width: 32em) {
1092
+ .Table-module_cell__EFKDW {
1093
+ padding: 9px 12px 8px;
1094
+
1095
+ font-size: 14px;
1096
+ line-height: 19px
1097
+ }
1098
+ }
1099
+ .Table-module_cell__EFKDW:last-child {
1100
+ padding-right: 20px;
1101
+
1102
+ border-right: 0
1103
+ }
1104
+ @media only screen and (min-device-width: 32em) {
1105
+ .Table-module_cell__EFKDW:last-child {
1106
+ padding-right: 12px
1107
+ }
1108
+ }
1109
+ .Table-module_cell__EFKDW a {
1110
+ text-decoration: none;
1111
+
1112
+ color: inherit;
1113
+ box-shadow: inset 0 -1px #000;
1114
+ }
1115
+ .Table-module_cell__EFKDW a:hover {
1116
+ color: #b88b58;
1117
+ box-shadow: inset 0 -1px #b88b58;
1118
+ }
1119
+ .Table-module_cell__EFKDW p {
1120
+ margin: 0;
1121
+ }
1122
+ .Table-module_cell__EFKDW p + p {
1123
+ margin-top: 8px;
1124
+ }
1125
+ .Table-module_fixedColumn__E1hN5 {
1126
+ position: -webkit-sticky;
1127
+ position: sticky;
1128
+ z-index: 50;
1129
+ left: 0
1130
+ }
1131
+ @media only screen and (min-device-width: 32em) {
1132
+ .Table-module_fixedColumn__E1hN5 {
1133
+ position: static
1134
+ }
1135
+ }
1136
+ .Table-module_fixedColumn__E1hN5::after {
1137
+ position: absolute;
1138
+ top: 0;
1139
+ right: -15px;
1140
+ bottom: 0;
1141
+
1142
+ width: 15px;
1143
+
1144
+ content: '';
1145
+
1146
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
1147
+
1148
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
1149
+
1150
+ background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
1151
+ }
1152
+ @media only screen and (min-device-width: 32em) {
1153
+ .Table-module_fixedColumn__E1hN5::after {
1154
+ content: none
1155
+ }
1156
+ }
1157
+ .Table-module_white__gzvo0 {
1158
+ background-color: #fff;
1159
+ }
1160
+ .Table-module_gray__3da6S {
1161
+ background-color: #F5F5F5;
1162
+ }
1163
+ .Table-module_pink__3oH1l {
1164
+ background-color: #FEEEEE;
1165
+ }
1166
+ .Table-module_blue__GM27F {
1167
+ background-color: #E6F3FF;
1168
+ }
1169
+ .Table-module_yellow__2jhvA {
1170
+ background-color: #FFFDE6;
1171
+ }
1172
+ .Table-module_orange__1c-oM {
1173
+ background-color: #FFF9F2;
1174
+ }
1175
+ .Table-module_green__13OIM {
1176
+ background-color: #E7F2EF;
1177
+ }
1178
+ .Table-module_violet__2W-kO {
1179
+ background-color: #F4F0F8;
1180
+ }
1181
+ .Table-module_header__1exlo {
1182
+ max-width: 340px;
1183
+ padding: 9px 6px;
1184
+
1185
+ vertical-align: top;
1186
+ letter-spacing: 0.5px;
1187
+ text-transform: uppercase;
1188
+
1189
+ border-right: 1px solid rgba(232, 232, 232, 1);
1190
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1191
+
1192
+ font-size: 10px;
1193
+ font-weight: 600;
1194
+ line-height: 16px
1195
+ }
1196
+ @media only screen and (min-device-width: 32em) {
1197
+ .Table-module_header__1exlo {
1198
+ max-width: none;
1199
+ padding: 9px 12px;
1200
+
1201
+ line-height: 11px
1202
+ }
1203
+ }
1204
+ .Table-module_s__Vl_Eg {
1205
+ min-width: 120px
1206
+ }
1207
+ @media only screen and (min-device-width: 32em) {
1208
+ .Table-module_s__Vl_Eg {
1209
+ width: 18%;
1210
+ min-width: 0
1211
+ }
1212
+ }
1213
+ .Table-module_m__29G9r {
1214
+ min-width: 200px
1215
+ }
1216
+ @media only screen and (min-device-width: 32em) {
1217
+ .Table-module_m__29G9r {
1218
+ width: 30%;
1219
+ min-width: 0
1220
+ }
1221
+
1222
+ }
1223
+ .Table-module_l__1ZSMc {
1224
+ min-width: 336px
1225
+ }
1226
+ @media only screen and (min-device-width: 32em) {
1227
+ .Table-module_l__1ZSMc {
1228
+ width: 50%;
1229
+ min-width: 0
1230
+ }
1231
+ }
1232
+ .Table-module_xs__au2Oe {
1233
+ width: 50px;
1234
+ min-width: 50px;
1235
+ }
1236
+
1237
+ /* Colors */
1238
+ /* Fonts */
1239
+ /* Gap */
1240
+ /* Media */
1241
+ /* 512 */
1242
+ /* 650 */
1243
+ /* 768 */
1244
+ /* 1024 */
1245
+ /* 1010 */
1246
+ /* 1200 */
1247
+ /* 511 */
1248
+ /* 1023 */
1249
+ /* Zindex */
1250
+ .MediaCaption-module_root__KqTdw {
1251
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1252
+ }
1253
+ .MediaCaption-module_root__KqTdw a {
1254
+ text-decoration: underline;
1255
+
1256
+ color: inherit;
1257
+ box-shadow: none;
1258
+ }
1259
+ .MediaCaption-module_root__KqTdw a:hover {
1260
+ color: #b88b58;
1261
+ }
1262
+ .MediaCaption-module_caption__1hr7Y {
1263
+ max-width: 520px;
1264
+ padding-top: 4px;
1265
+
1266
+ color: #1a1a1a;
1267
+
1268
+ font-size: 14px;
1269
+ line-height: 18px
1270
+ }
1271
+ @media only screen and (min-device-width: 32em) {
1272
+ .MediaCaption-module_caption__1hr7Y {
1273
+ font-size: 16px;
1274
+ line-height: 22px
1275
+ }
1276
+ }
1277
+ .MediaCaption-module_credit__3ehAP {
1278
+ max-width: 520px;
1279
+ padding-top: 1px;
1280
+
1281
+ color: #666;
1282
+
1283
+ font-size: 12px;
1284
+ line-height: 16px
1285
+ }
1286
+ @media only screen and (min-device-width: 32em) {
1287
+ .MediaCaption-module_credit__3ehAP {
1288
+ padding-top: 3px
1289
+ }
1290
+ }
1291
+ .MediaCaption-module_credit__3ehAP:first-child {
1292
+ padding-top: 3px;
1293
+ }
1294
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1295
+ color: #fff;
1296
+ }
1297
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1298
+ color: #929292;
1299
+ }
1300
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1301
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1302
+ padding-top: 10px
1303
+ }
1304
+ @media only screen and (min-device-width: 32em) {
1305
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1306
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1307
+ padding-top: 12px
1308
+ }
1309
+ }
1310
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1311
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1312
+ padding-top: 9px
1313
+ }
1314
+ @media only screen and (min-device-width: 32em) {
1315
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1316
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1317
+ padding-top: 11px
1318
+ }
1319
+ }
1320
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1321
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1322
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1323
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1324
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1325
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1326
+ max-width: 650px;
1327
+ }
1328
+
1329
+
1330
+ /* Colors */
1331
+ /* Fonts */
1332
+ /* Gap */
1333
+ /* Media */
1334
+ /* 512 */
1335
+ /* 650 */
1336
+ /* 768 */
1337
+ /* 1024 */
1338
+ /* 1010 */
1339
+ /* 1200 */
1340
+ /* 511 */
1341
+ /* 1023 */
1342
+ /* Zindex */
1343
+ .MaterialNote-module_root__1AcYe {
1344
+ margin-bottom: 17px;
1345
+
1346
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1347
+ font-size: 16px;
1348
+ line-height: 22px;
1349
+ }
1350
+ .MaterialNote-module_root__1AcYe:empty {
1351
+ margin-bottom: 0;
1352
+ }
1353
+ .MaterialNote-module_root__1AcYe:empty::before {
1354
+ margin-bottom: 9px;
1355
+ }
1356
+ .MaterialNote-module_root__1AcYe::before {
1357
+ display: block;
1358
+
1359
+ width: 120px;
1360
+ height: 1px;
1361
+ margin-bottom: 15px;
1362
+
1363
+ content: '';
1364
+
1365
+ background: #000;
1366
+ }
1367
+ .MaterialNote-module_root__1AcYe p {
1368
+ margin-top: 8px;
1369
+ margin-bottom: 0;
1370
+ }
1371
+ .MaterialNote-module_root__1AcYe a {
1372
+ text-decoration: none;
1373
+
1374
+ color: inherit;
1375
+ box-shadow: inset 0 -1px;
1376
+ }
1377
+ .MaterialNote-module_root__1AcYe a:hover {
1378
+ color: #b88b59;
1379
+ }
1380
+ .MaterialNote-module_dark__xCry-::before {
1381
+ background-color: #4f4f4f;
1382
+ }
1383
+ .MaterialNote-module_note_credit__PuFyX {
1384
+ color: #666;
1385
+
1386
+ font-size: 12px;
1387
+ line-height: 15px;
1388
+ }
1389
+ .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
1390
+ margin-top: 6px;
1391
+ }
1392
+ .MaterialNote-module_note_credit__PuFyX:only-child {
1393
+ margin-top: 0;
1394
+ }
1395
+ .MaterialNote-module_note_caption__1ezSo b {
1396
+ font-weight: bold;
1397
+ }
1398
+ .MaterialNote-module_center__18RxI {
1399
+ max-width: 650px;
1400
+ margin-right: auto;
1401
+ margin-left: auto;
1402
+ }
1403
+ .MaterialNote-module_center__18RxI,
1404
+ .MaterialNote-module_default__1lQPl {
1405
+ margin-top: 25px
1406
+ }
1407
+ @media only screen and (min-device-width: 32em) {
1408
+ .MaterialNote-module_center__18RxI,
1409
+ .MaterialNote-module_default__1lQPl {
1410
+ margin-top: 35px
1411
+ }
1412
+ }
1413
+ .MaterialNote-module_card__OWXbQ:empty,
1414
+ .MaterialNote-module_slide__1ZBBq:empty,
1415
+ .MaterialNote-module_game__cADMe:empty {
1416
+ display: none;
1417
+ }
1418
+ .MaterialNote-module_slide__1ZBBq::before,
1419
+ .MaterialNote-module_card__OWXbQ::before,
1420
+ .MaterialNote-module_game__cADMe::before {
1421
+ content: none;
1422
+ }
1423
+ .MaterialNote-module_gameSurvey__3SiG-,
1424
+ .MaterialNote-module_gameSurvey__3SiG-:empty {
1425
+ display: block;
1426
+ }
1427
+ .MaterialNote-module_gameSurvey__3SiG-::before {
1428
+ margin-right: auto;
1429
+ margin-left: auto;
1430
+
1431
+ content: '';
1432
+ }
1433
+ .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
1434
+ .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
1435
+ .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1436
+ margin-top: 0;
1437
+ }
1438
+ .MaterialNote-module_game__cADMe {
1439
+ margin-bottom: 0;
1440
+
1441
+ text-align: center
1442
+ }
1443
+ @media only screen and (min-device-width: 32em) {
1444
+ .MaterialNote-module_game__cADMe {
1445
+ margin-top: 25px
1446
+ }
1447
+ }
1448
+ @media only screen and (max-device-width: 32.1875em) {
1449
+ .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
1450
+ color: #fff
1451
+ }
1452
+ }
1453
+ .MaterialNote-module_slide__1ZBBq,
1454
+ .MaterialNote-module_card__OWXbQ {
1455
+ margin-bottom: 9px;
1456
+ padding-top: 8px
1457
+ }
1458
+ @media only screen and (min-device-width: 32em) {
1459
+ .MaterialNote-module_slide__1ZBBq,
1460
+ .MaterialNote-module_card__OWXbQ {
1461
+ margin-bottom: 16px
1462
+ }
1463
+ }
1464
+
1465
+ /* Colors */
1466
+ /* Fonts */
1467
+ /* Gap */
1468
+ /* Media */
1469
+ /* 512 */
1470
+ /* 650 */
1471
+ /* 768 */
1472
+ /* 1024 */
1473
+ /* 1010 */
1474
+ /* 1200 */
1475
+ /* 511 */
1476
+ /* 1023 */
1477
+ /* Zindex */
1478
+ .BookmarkButton-module_root__3KmuY {
1479
+ color: #e0e0e0;
1480
+ }
1481
+ .BookmarkButton-module_control__1A0ea {
1482
+ margin: 0;
1483
+ padding: 5px 3px;
1484
+
1485
+ cursor: pointer;
1486
+
1487
+ color: inherit;
1488
+ border-width: 0;
1489
+ outline: none;
1490
+ background-color: transparent;
1491
+
1492
+ -webkit-appearance: none;
1493
+
1494
+ -moz-appearance: none;
1495
+
1496
+ appearance: none;
1497
+ fill: transparent;
1498
+ }
1499
+ .BookmarkButton-module_dark__1cwyi {
1500
+ color: #fff;
1501
+ }
1502
+ .BookmarkButton-module_light__1uQyH {
1503
+ color: #000;
1504
+ }
1505
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1506
+ fill: #e0e0e0;
1507
+ }
1508
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1509
+ fill: #fff;
1510
+ }
1511
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1512
+ fill: #000;
1513
+ }
1514
+ @media only screen and (min-device-width: 64em) {
1515
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1516
+ width: 12px
1517
+ }
1518
+ }
1519
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1520
+ display: none;
1521
+ }
1522
+
1523
+ /* Colors */
1524
+ /* Fonts */
1525
+ /* Gap */
1526
+ /* Media */
1527
+ /* 512 */
1528
+ /* 650 */
1529
+ /* 768 */
1530
+ /* 1024 */
1531
+ /* 1010 */
1532
+ /* 1200 */
1533
+ /* 511 */
1534
+ /* 1023 */
1535
+ /* Zindex */
1536
+ .MaterialTitle-module_root__18ku- {
1537
+ display: block;
1538
+ }
1539
+ .MaterialTitle-module_root__18ku- {
1540
+ margin: 0;
1541
+
1542
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1543
+ font-size: 25px;
1544
+ font-weight: normal;
1545
+ line-height: 27px
1546
+ }
1547
+ @media only screen and (min-device-width: 48em) {
1548
+ .MaterialTitle-module_root__18ku- {
1549
+ font-size: 37px;
1550
+ line-height: 38px
1551
+ }
1552
+ }
1553
+ .MaterialTitle-module_primary__2Sfmx {
1554
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1555
+ font-weight: normal;
1556
+ }
1557
+ .MaterialTitle-module_secondary__3uDp4 {
1558
+ font-size: 24px;
1559
+ font-weight: 700
1560
+ }
1561
+ @media only screen and (min-device-width: 48em) {
1562
+ .MaterialTitle-module_secondary__3uDp4 {
1563
+ font-size: 36px
1564
+ }
1565
+ }
1566
+
1567
+ /* Colors */
1568
+ /* Fonts */
1569
+ /* Gap */
1570
+ /* Media */
1571
+ /* 512 */
1572
+ /* 650 */
1573
+ /* 768 */
1574
+ /* 1024 */
1575
+ /* 1010 */
1576
+ /* 1200 */
1577
+ /* 511 */
1578
+ /* 1023 */
1579
+ /* Zindex */
1580
+ .Dropdown-module_root__11PNk {
1581
+ position: relative;
1582
+ z-index: 100;
1583
+
1584
+ display: inline-block;
1585
+
1586
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1587
+ }
1588
+ .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
1589
+ .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
1590
+ visibility: visible;
1591
+
1592
+ opacity: 1;
1593
+ }
1594
+ .Dropdown-module_root__11PNk ul {
1595
+ overflow: hidden;
1596
+
1597
+ width: 162px;
1598
+ margin: 0;
1599
+ padding: 3px 0;
1600
+
1601
+ border-radius: 5px;
1602
+ background: #fff;
1603
+ box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1604
+
1605
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1606
+ font-size: 14px;
1607
+ line-height: 26px;
1608
+ }
1609
+ .Dropdown-module_root__11PNk a {
1610
+ display: block;
1611
+
1612
+ padding: 2px 15px;
1613
+
1614
+ text-decoration: none;
1615
+
1616
+ color: #000;
1617
+ box-shadow: none;
1618
+ }
1619
+ .Dropdown-module_root__11PNk a:hover {
1620
+ color: #000;
1621
+ background-color: #f7f7f7;
1622
+ }
1623
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1624
+ right: 0;
1625
+ left: auto
1626
+ }
1627
+ @media only screen and (min-device-width: 64em) {
1628
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1629
+ right: auto;
1630
+ left: 0
1631
+ }
1632
+ }
1633
+ .Dropdown-module_menu__3PIqD {
1634
+ position: absolute;
1635
+ top: 100%;
1636
+ left: 0;
1637
+
1638
+ visibility: hidden;
1639
+
1640
+ padding-top: 6px;
1641
+
1642
+ opacity: 0;
1643
+ }
1644
+ .Dropdown-module_menu__3PIqD::after {
1645
+ position: absolute;
1646
+ z-index: -1;
1647
+ top: -10px;
1648
+ right: -10px;
1649
+ bottom: -10px;
1650
+ left: -10px;
1651
+
1652
+ content: '';
1653
+ }
1654
+
1655
+ /* Colors */
1656
+ /* Fonts */
1657
+ /* Gap */
1658
+ /* Media */
1659
+ /* 512 */
1660
+ /* 650 */
1661
+ /* 768 */
1662
+ /* 1024 */
1663
+ /* 1010 */
1664
+ /* 1200 */
1665
+ /* 511 */
1666
+ /* 1023 */
1667
+ /* Zindex */
1668
+ .Toolbar-module_root__2HF2r {
1669
+ overflow: hidden;
1670
+
1671
+ transform: translateZ(0);
1672
+
1673
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1674
+ }
1675
+ .Toolbar-module_list__1n5ny {
1676
+ display: -webkit-box;
1677
+ display: -webkit-flex;
1678
+ display: -ms-flexbox;
1679
+ display: flex;
1680
+ flex-flow: row wrap;
1681
+
1682
+ margin: 0 0 0 -10px;
1683
+ padding: 0;
1684
+
1685
+ list-style: none
1686
+ }
1687
+ @media only screen and (min-device-width: 64em) {
1688
+ .Toolbar-module_list__1n5ny {
1689
+ margin: 0 0 0 -15px
1690
+ }
1691
+ }
1692
+ .Toolbar-module_item__36x7d {
1693
+ position: relative;
1694
+
1695
+ min-width: 42px;
1696
+ height: 32px;
1697
+ padding-right: 10px;
1698
+ padding-left: 10px;
1699
+
1700
+ cursor: pointer;
1701
+ transition: color 250ms ease;
1702
+ text-align: center;
1703
+
1704
+ color: #808080;
1705
+
1706
+ line-height: 1
1707
+ }
1708
+ @media only screen and (min-device-width: 64em) {
1709
+ .Toolbar-module_item__36x7d {
1710
+ padding-right: 15px;
1711
+ padding-left: 15px
1712
+ }
1713
+ }
1714
+ .Toolbar-module_item__36x7d:last-child {
1715
+ margin-right: 0;
1716
+ }
1717
+ .Toolbar-module_item__36x7d::before {
1718
+ position: absolute;
1719
+ top: 7px;
1720
+ left: 0;
1721
+
1722
+ height: 18px;
1723
+
1724
+ content: '';
1725
+ vertical-align: middle;
1726
+
1727
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
1728
+ }
1729
+ .Toolbar-module_item__36x7d:empty {
1730
+ display: none;
1731
+ }
1732
+ .Toolbar-module_isInTopbar__223iP {
1733
+ height: 100%;
1734
+ }
1735
+ .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
1736
+ height: 100%;
1737
+ }
1738
+ .Toolbar-module_center__3_H8M {
1739
+ width: 100%;
1740
+ max-width: 650px;
1741
+ margin-right: auto;
1742
+ margin-left: auto;
1743
+ }
1744
+ .Toolbar-module_game__5-jY_ {
1745
+ margin-top: 11px
1746
+ }
1747
+ @media only screen and (min-device-width: 32em) {
1748
+ .Toolbar-module_game__5-jY_ {
1749
+ margin-top: 18px
1750
+ }
1751
+ }
1752
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1753
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1754
+ justify-content: center
1755
+ }
1756
+ @media only screen and (min-device-width: 32em) {
1757
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1758
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1759
+ display: -webkit-box;
1760
+ display: -webkit-flex;
1761
+ display: -ms-flexbox;
1762
+ display: flex
1763
+ }
1764
+ }
1765
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1766
+ width: 260px
1767
+ }
1768
+ @media only screen and (min-device-width: 32em) {
1769
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1770
+ width: auto
1771
+ }
1772
+ }
1773
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1774
+ content: none
1775
+ }
1776
+ @media only screen and (min-device-width: 32em) {
1777
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1778
+ content: ''
1779
+ }
1780
+ }
1781
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
1782
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
1783
+ content: none;
1784
+ }
1785
+ @media only screen and (min-device-width: 64em) {
1786
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1787
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1788
+ margin-left: 0
1789
+ }
1790
+ }
1791
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1792
+ border-left-color: rgba(255, 255, 255, 0.2);
1793
+ }
1794
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
1795
+ display: none;
1796
+ }
1797
+
1798
+ /* Colors */
1799
+ /* Fonts */
1800
+ /* Gap */
1801
+ /* Media */
1802
+ /* 512 */
1803
+ /* 650 */
1804
+ /* 768 */
1805
+ /* 1024 */
1806
+ /* 1010 */
1807
+ /* 1200 */
1808
+ /* 511 */
1809
+ /* 1023 */
1810
+ /* Zindex */
1811
+ .Popover-module_root__1v6f_ {
1812
+ position: fixed;
1813
+ z-index: 1000;
1814
+ top: 0;
1815
+ left: 0;
1816
+
1817
+ display: -webkit-box;
1818
+
1819
+ display: -webkit-flex;
1820
+
1821
+ display: -ms-flexbox;
1822
+
1823
+ display: flex;
1824
+ align-items: flex-end;
1825
+ flex-direction: row;
1826
+
1827
+ width: 100%;
1828
+ height: 100%;
1829
+ min-height: 120px;
1830
+ padding: 10px 10px 0;
1831
+
1832
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1833
+
1834
+ animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1835
+
1836
+ opacity: 1;
1837
+ }
1838
+ .Popover-module_root__1v6f_.Popover-module_visible__eK5ZQ {
1839
+ -webkit-animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1840
+ animation: Popover-module_fadeIn__AkrSN 250ms ease both;
1841
+ }
1842
+ .Popover-module_overlay__2SBL0 {
1843
+ position: absolute;
1844
+ top: 0;
1845
+ right: 0;
1846
+ bottom: 0;
1847
+ left: 0;
1848
+
1849
+ background-color: rgba(0, 0, 0, 0.7);
1850
+
1851
+ contain: '';
1852
+ }
1853
+ .Popover-module_container__FnZT- {
1854
+ position: relative;
1855
+
1856
+ flex: 1 1;
1857
+
1858
+ max-width: 420px;
1859
+ min-height: 80px;
1860
+ margin: 0 auto;
1861
+ padding: 15px 20px 40px;
1862
+
1863
+ -webkit-animation: Popover-module_disappear__3Q9LI 350ms ease both;
1864
+
1865
+ animation: Popover-module_disappear__3Q9LI 350ms ease both;
1866
+ }
1867
+ .Popover-module_dismiss__3RnLj {
1868
+ position: absolute;
1869
+ top: -23px;
1870
+ left: 50%;
1871
+
1872
+ width: 50px;
1873
+ height: 36px;
1874
+ padding: 0;
1875
+
1876
+ transform: translateX(-50%);
1877
+
1878
+ opacity: 0.4;
1879
+ border-width: 0;
1880
+ border-radius: 0;
1881
+ background-color: transparent;
1882
+ background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.445 1.832l6.946 4.63a2 2 0 0 0 2.218 0l6.946-4.63a1 1 0 1 0-1.11-1.664L8.5 4.798 1.555.168a1 1 0 1 0-1.11 1.664z' fill='%23F7F7F7' fill-rule='nonzero'/%3E%3C/svg%3E");
1883
+ background-repeat: no-repeat;
1884
+ background-position: center;
1885
+ box-shadow: none;
1886
+
1887
+ -webkit-appearance: none;
1888
+
1889
+ -moz-appearance: none;
1890
+
1891
+ appearance: none;
1892
+ }
1893
+ .Popover-module_background__1KKaP {
1894
+ position: absolute;
1895
+ z-index: -1;
1896
+ top: 0;
1897
+ left: 0;
1898
+
1899
+ overflow: hidden;
1900
+
1901
+ width: 100%;
1902
+ height: 100%;
1903
+
1904
+ border-radius: 8px 8px 0 0;
1905
+ }
1906
+ .Popover-module_background__1KKaP rect {
1907
+ position: absolute;
1908
+
1909
+ width: 100%;
1910
+ height: 100%;
1911
+ }
1912
+ .Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
1913
+ -webkit-animation: Popover-module_appear__37vPd 350ms ease both;
1914
+ animation: Popover-module_appear__37vPd 350ms ease both;
1915
+ }
1916
+ @-webkit-keyframes Popover-module_appear__37vPd {
1917
+ 0% {
1918
+ transform: translateY(100%);
1919
+ }
1920
+ 100% {
1921
+ transform: translateY(0);
1922
+ }
1923
+ }
1924
+ @keyframes Popover-module_appear__37vPd {
1925
+ 0% {
1926
+ transform: translateY(100%);
1927
+ }
1928
+ 100% {
1929
+ transform: translateY(0);
1930
+ }
1931
+ }
1932
+ @-webkit-keyframes Popover-module_disappear__3Q9LI {
1933
+ 0% {
1934
+ transform: translateY(0);
1935
+ }
1936
+ 100% {
1937
+ transform: translateY(100%);
1938
+ }
1939
+ }
1940
+ @keyframes Popover-module_disappear__3Q9LI {
1941
+ 0% {
1942
+ transform: translateY(0);
1943
+ }
1944
+ 100% {
1945
+ transform: translateY(100%);
1946
+ }
1947
+ }
1948
+ @-webkit-keyframes Popover-module_fadeIn__AkrSN {
1949
+ 0% {
1950
+ opacity: 0;
1951
+ }
1952
+ 100% {
1953
+ opacity: 1;
1954
+ }
1955
+ }
1956
+ @keyframes Popover-module_fadeIn__AkrSN {
1957
+ 0% {
1958
+ opacity: 0;
1959
+ }
1960
+ 100% {
1961
+ opacity: 1;
1962
+ }
1963
+ }
1964
+ @-webkit-keyframes Popover-module_fadeOut__3EZhx {
1965
+ 0% {
1966
+ opacity: 1;
1967
+ }
1968
+ 100% {
1969
+ opacity: 0;
1970
+ }
1971
+ }
1972
+ @keyframes Popover-module_fadeOut__3EZhx {
1973
+ 0% {
1974
+ opacity: 1;
1975
+ }
1976
+ 100% {
1977
+ opacity: 0;
1978
+ }
1979
+ }
1980
+
1981
+ /* Colors */
1982
+ /* Fonts */
1983
+ /* Gap */
1984
+ /* Media */
1985
+ /* 512 */
1986
+ /* 650 */
1987
+ /* 768 */
1988
+ /* 1024 */
1989
+ /* 1010 */
1990
+ /* 1200 */
1991
+ /* 511 */
1992
+ /* 1023 */
1993
+ /* Zindex */
1994
+ .Meta-module_root__12AG7 {
1995
+ transform: translateZ(0);
1996
+
1997
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1998
+ font-size: 12px;
1999
+ line-height: 14px;
2000
+
2001
+ fill: inherit;
2002
+ }
2003
+ .Meta-module_rich__1XBtZ,
2004
+ .Meta-module_podcast__1m4zo,
2005
+ .Meta-module_episode__1K2Xv,
2006
+ .Meta-module_simple__3vUiI,
2007
+ .Meta-module_slide__3g6fG,
2008
+ .Meta-module_card__LE1RK,
2009
+ .Meta-module_game__3aNlZ,
2010
+ .Meta-module_isInMaterial__zaYMy {
2011
+ width: 100%;
2012
+
2013
+ color: #757575;
2014
+ }
2015
+ .Meta-module_podcast__1m4zo {
2016
+ fill: currentColor;
2017
+ }
2018
+ .Meta-module_isInSearchItem__1wbpx {
2019
+ color: rgba(255, 255, 255, 0.7);
2020
+ }
2021
+ @media only screen and (min-device-width: 64em) {
2022
+ .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
2023
+ text-align: left
2024
+ }
2025
+ }
2026
+ @media only screen and (min-device-width: 32em) {
2027
+ .Meta-module_episode__1K2Xv,
2028
+ .Meta-module_card__LE1RK,
2029
+ .Meta-module_slide__3g6fG,
2030
+ .Meta-module_game__3aNlZ,
2031
+ .Meta-module_center__3BBPr {
2032
+ text-align: center
2033
+ }
2034
+ }
2035
+ .Meta-module_light__2baE- {
2036
+ color: rgba(255, 255, 255, 0.6);
2037
+
2038
+ fill: currentColor;
2039
+ }
2040
+ .Meta-module_dark__24y9m {
2041
+ color: #757575;
2042
+ }
2043
+ .Meta-module_episode__1K2Xv,
2044
+ .Meta-module_card__LE1RK,
2045
+ .Meta-module_slide__3g6fG,
2046
+ .Meta-module_podcast__1m4zo {
2047
+ display: -webkit-box;
2048
+ display: -webkit-flex;
2049
+ display: -ms-flexbox;
2050
+ display: flex;
2051
+ align-items: center;
2052
+ flex-flow: row wrap
2053
+ }
2054
+ @media only screen and (min-device-width: 48em) {
2055
+ .Meta-module_episode__1K2Xv,
2056
+ .Meta-module_card__LE1RK,
2057
+ .Meta-module_slide__3g6fG,
2058
+ .Meta-module_podcast__1m4zo {
2059
+ display: block
2060
+ }
2061
+ }
2062
+ @media only screen and (max-device-width: 32.1875em) {
2063
+ .Meta-module_hasSource__2lXiN {
2064
+ display: -webkit-box;
2065
+ display: -webkit-flex;
2066
+ display: -ms-flexbox;
2067
+ display: flex;
2068
+ flex-flow: row wrap
2069
+ }
2070
+ }
2071
+ .Meta-module_bookmark__3ot3k {
2072
+ position: absolute;
2073
+ z-index: 10;
2074
+ right: -12px;
2075
+ bottom: -4px
2076
+ }
2077
+ @media only screen and (min-device-width: 32em) {
2078
+ .Meta-module_bookmark__3ot3k {
2079
+ display: none
2080
+ }
2081
+ }
2082
+ /* VISIBILITY */
2083
+ @media only screen and (min-device-width: 32em) {
2084
+ .Meta-module_mobile__22LGV {
2085
+ display: none
2086
+ }
2087
+ }
2088
+ .Meta-module_desktop__1ZGUS {
2089
+ display: none
2090
+ }
2091
+ @media only screen and (min-device-width: 32em) {
2092
+ .Meta-module_desktop__1ZGUS {
2093
+ display: block
2094
+ }
2095
+ }
2096
+
2097
+ /* Colors */
2098
+ /* Fonts */
2099
+ /* Gap */
2100
+ /* Media */
2101
+ /* 512 */
2102
+ /* 650 */
2103
+ /* 768 */
2104
+ /* 1024 */
2105
+ /* 1010 */
2106
+ /* 1200 */
2107
+ /* 511 */
2108
+ /* 1023 */
2109
+ /* Zindex */
2110
+ .Timestamp-module_root__coOvT {
2111
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2112
+ font-weight: normal;
2113
+ }
2114
+
2115
+ /* Colors */
2116
+ /* Fonts */
2117
+ /* Gap */
2118
+ /* Media */
2119
+ /* 512 */
2120
+ /* 650 */
2121
+ /* 768 */
2122
+ /* 1024 */
2123
+ /* 1010 */
2124
+ /* 1200 */
2125
+ /* 511 */
2126
+ /* 1023 */
2127
+ /* Zindex */
2128
+ .QuoteBlock-module_root__2GrcC {
2129
+ position: relative;
2130
+
2131
+ margin-bottom: 14px;
2132
+ padding-left: 18px;
2133
+
2134
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2135
+ font-size: 18px;
2136
+ line-height: 24px
2137
+ }
2138
+ @media only screen and (min-device-width: 32em) {
2139
+ .QuoteBlock-module_root__2GrcC {
2140
+ margin: 0 0 20px;
2141
+ padding-left: 36px;
2142
+
2143
+ font-size: 20px;
2144
+ line-height: 28px
2145
+ }
2146
+ }
2147
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2148
+ margin-top: -14px;
2149
+ padding-top: 14px
2150
+ }
2151
+ @media only screen and (min-device-width: 32em) {
2152
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2153
+ margin-top: -20px;
2154
+ padding-top: 20px
2155
+ }
2156
+ }
2157
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2158
+ top: -10px;
2159
+ }
2160
+ .QuoteBlock-module_root__2GrcC:before {
2161
+ position: absolute;
2162
+ top: 5px;
2163
+ bottom: 7px;
2164
+ left: 0;
2165
+
2166
+ width: 4px;
2167
+
2168
+ content: '';
2169
+
2170
+ border-radius: 2px;
2171
+ background-color: #ebebeb
2172
+ }
2173
+ @media only screen and (min-device-width: 32em) {
2174
+ .QuoteBlock-module_root__2GrcC:before {
2175
+ top: 4px;
2176
+ bottom: 6px
2177
+ }
2178
+ }
2179
+ .QuoteBlock-module_root__2GrcC:last-child {
2180
+ margin-bottom: 0;
2181
+ }
2182
+ .QuoteBlock-module_root__2GrcC p {
2183
+ margin: 0;
2184
+ }
2185
+ .QuoteBlock-module_root__2GrcC a {
2186
+ text-decoration: none;
2187
+
2188
+ color: inherit;
2189
+ box-shadow: inset 0 -1px #b88b59;
2190
+ }
2191
+ .QuoteBlock-module_root__2GrcC a:hover {
2192
+ color: #b88b59;
2193
+ }
2194
+ .QuoteBlock-module_center__cTFNy {
2195
+ width: 100%;
2196
+ max-width: 650px;
2197
+ margin-right: auto;
2198
+ margin-left: auto;
2199
+ }
2200
+
2201
+ /* Colors */
2202
+ /* Fonts */
2203
+ /* Gap */
2204
+ /* Media */
2205
+ /* 512 */
2206
+ /* 650 */
2207
+ /* 768 */
2208
+ /* 1024 */
2209
+ /* 1010 */
2210
+ /* 1200 */
2211
+ /* 511 */
2212
+ /* 1023 */
2213
+ /* Zindex */
2214
+ .CardTitle-module_root__1uqqF {
2215
+ margin-bottom: 11px
2216
+ }
2217
+ @media only screen and (min-device-width: 64em) {
2218
+ .CardTitle-module_root__1uqqF {
2219
+ margin-bottom: 10px;
2220
+
2221
+ text-align: center
2222
+ }
2223
+ }
2224
+ .CardTitle-module_index__4FsTf {
2225
+ margin-bottom: 7px;
2226
+
2227
+ color: #b88b59;
2228
+
2229
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2230
+ font-size: 20px;
2231
+ font-weight: 700;
2232
+ line-height: 24px;
2233
+ }
2234
+ .CardTitle-module_title__2iTI6 {
2235
+ color: #1d1d1d;
2236
+
2237
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2238
+ font-size: 20px;
2239
+ font-weight: 700;
2240
+ line-height: 24px
2241
+ }
2242
+ @media only screen and (min-device-width: 64em) {
2243
+ .CardTitle-module_title__2iTI6 {
2244
+ font-size: 28px;
2245
+ line-height: 34px
2246
+ }
2247
+ }
2248
+ /* VISIBILITY */
2249
+ @media only screen and (min-device-width: 32em) {
2250
+ .CardTitle-module_mobile__1_kij {
2251
+ display: none
2252
+ }
2253
+ }
2254
+ .CardTitle-module_desktop__1l3_n {
2255
+ display: none
2256
+ }
2257
+ @media only screen and (min-device-width: 32em) {
2258
+ .CardTitle-module_desktop__1l3_n {
2259
+ display: block
2260
+ }
2261
+ }
2262
+
2263
+ /* Colors */
2264
+ /* Fonts */
2265
+ /* Gap */
2266
+ /* Media */
2267
+ /* 512 */
2268
+ /* 650 */
2269
+ /* 768 */
2270
+ /* 1024 */
2271
+ /* 1010 */
2272
+ /* 1200 */
2273
+ /* 511 */
2274
+ /* 1023 */
2275
+ /* Zindex */
2276
+ .ChapterBlock-module_root__1WyVn {
2277
+ position: relative;
2278
+
2279
+ margin: 38px auto 7px
2280
+ }
2281
+ @media only screen and (min-device-width: 32em) {
2282
+ .ChapterBlock-module_root__1WyVn {
2283
+ max-width: 650px;
2284
+ margin-top: 70px
2285
+ }
2286
+ }
2287
+ .ChapterBlock-module_root__1WyVn:first-child {
2288
+ margin-top: 0;
2289
+ }
2290
+ .ChapterBlock-module_root__1WyVn:last-child {
2291
+ margin-bottom: 0;
2292
+ }
2293
+ .ChapterBlock-module_subtitle__3TXll {
2294
+ display: inline-block;
2295
+
2296
+ vertical-align: top;
2297
+ letter-spacing: 1px;
2298
+ text-transform: uppercase;
2299
+
2300
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2301
+ font-size: 12px;
2302
+ font-weight: 600;
2303
+ line-height: 12px
2304
+ }
2305
+ @media only screen and (min-device-width: 32em) {
2306
+ .ChapterBlock-module_subtitle__3TXll {
2307
+ font-size: 13px;
2308
+ line-height: 16px
2309
+ }
2310
+ }
2311
+ .ChapterBlock-module_subtitle__3TXll::after {
2312
+ display: block;
2313
+
2314
+ width: 120px;
2315
+ padding: 0 0 7px;
2316
+
2317
+ content: '';
2318
+
2319
+ border-bottom: 1px solid #ccc
2320
+ }
2321
+ @media only screen and (min-device-width: 32em) {
2322
+ .ChapterBlock-module_subtitle__3TXll::after {
2323
+ padding: 0 0 6px
2324
+ }
2325
+ }
2326
+ /* VISIBILITY */
2327
+ @media only screen and (min-device-width: 32em) {
2328
+ .ChapterBlock-module_mobile__CiO0w {
2329
+ display: none
2330
+ }
2331
+ }
2332
+ .ChapterBlock-module_desktop__tk1Nk {
2333
+ display: none
2334
+ }
2335
+ @media only screen and (min-device-width: 32em) {
2336
+ .ChapterBlock-module_desktop__tk1Nk {
2337
+ display: block
2338
+ }
2339
+ }
2340
+
2341
+
2342
+ /* Colors */
2343
+ /* Fonts */
2344
+ /* Gap */
2345
+ /* Media */
2346
+ /* 512 */
2347
+ /* 650 */
2348
+ /* 768 */
2349
+ /* 1024 */
2350
+ /* 1010 */
2351
+ /* 1200 */
2352
+ /* 511 */
2353
+ /* 1023 */
2354
+ /* Zindex */
2355
+ .Cover-module_root__18Z8J {
2356
+ position: relative;
2357
+ }
2358
+ .Cover-module_body__1xs8e {
2359
+ position: absolute;
2360
+ z-index: 1;
2361
+ right: 0;
2362
+ bottom: 0;
2363
+ left: 0;
2364
+
2365
+ display: -webkit-box;
2366
+
2367
+ display: -webkit-flex;
2368
+
2369
+ display: -ms-flexbox;
2370
+
2371
+ display: flex;
2372
+ flex-flow: column nowrap;
2373
+ justify-content: flex-end;
2374
+
2375
+ min-height: 412px;
2376
+ padding: 0 20px 12px;
2377
+ }
2378
+ .Cover-module_image__2f3Qc {
2379
+ position: relative;
2380
+ }
2381
+ .Cover-module_rich__1fAGA {
2382
+ overflow: hidden;
2383
+
2384
+ margin: 0 -20px;
2385
+
2386
+ border-radius: 9px 9px 0 0;
2387
+ }
2388
+ .Cover-module_rich__1fAGA::after {
2389
+ position: absolute;
2390
+ z-index: 1;
2391
+ top: 0;
2392
+ right: 0;
2393
+ bottom: 0;
2394
+ left: 0;
2395
+
2396
+ content: '';
2397
+
2398
+ border: 1px solid rgba(255, 255, 255, 0.1);
2399
+ border-radius: 10px 10px 0 0;
2400
+ }
2401
+ .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2402
+ color: #000;
2403
+ }
2404
+ .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2405
+ color: #fff;
2406
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2407
+ }
2408
+ .Cover-module_control__VXbhi {
2409
+ position: absolute;
2410
+ z-index: 10;
2411
+ right: 12px;
2412
+ bottom: 12px;
2413
+
2414
+ width: 28px;
2415
+ height: 28px;
2416
+ margin: 0;
2417
+ padding: 0;
2418
+
2419
+ color: #fff;
2420
+ border-width: 0;
2421
+ border-radius: 14px;
2422
+ outline: none;
2423
+ background-color: rgba(0, 0, 0, 0.7);
2424
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
2425
+ background-repeat: no-repeat;
2426
+ background-position: center;
2427
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2428
+ }
2429
+ .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2430
+ padding: 0 12px 12px
2431
+ }
2432
+ .Cover-module_isInDynamicBlock__3eghb::after {
2433
+ position: absolute;
2434
+ z-index: 1;
2435
+ top: 0;
2436
+ right: 0;
2437
+ bottom: 0;
2438
+ left: 0;
2439
+
2440
+ content: '';
2441
+
2442
+ border: 1px solid rgba(0, 0, 0, 0.1);
2443
+ border-radius: 8px;
2444
+ }
2445
+ /* VISIBILITY */
2446
+ @media only screen and (min-device-width: 32em) {
2447
+ .Cover-module_mobile__5DKa1 {
2448
+ display: none
2449
+ }
2450
+ }
2451
+ .Cover-module_desktop__2mrOc {
2452
+ display: none
2453
+ }
2454
+ @media only screen and (min-device-width: 32em) {
2455
+ .Cover-module_desktop__2mrOc {
2456
+ display: block
2457
+ }
2458
+ }
2459
+
2460
+ /* Colors */
2461
+ /* Fonts */
2462
+ /* Gap */
2463
+ /* Media */
2464
+ /* 512 */
2465
+ /* 650 */
2466
+ /* 768 */
2467
+ /* 1024 */
2468
+ /* 1010 */
2469
+ /* 1200 */
2470
+ /* 511 */
2471
+ /* 1023 */
2472
+ /* Zindex */
2473
+ .GroupedBlock-module_root__2qfQA {
2474
+ max-width: 644px;
2475
+ margin: 15px auto 0
2476
+ }
2477
+ @media only screen and (min-device-width: 48em) {
2478
+ .GroupedBlock-module_root__2qfQA {
2479
+ max-width: none;
2480
+ margin-top: 25px;
2481
+ margin-bottom: 20px
2482
+ }
2483
+ }
2484
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2485
+ margin-bottom: 15px;
2486
+ }
2487
+ @media only screen and (min-device-width: 48em) {
2488
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2489
+ margin-top: 25px
2490
+ }
2491
+ }
2492
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2493
+ margin-bottom: 0;
2494
+ }
2495
+ .GroupedBlock-module_items__2DV2X {
2496
+ display: -webkit-box;
2497
+ display: -webkit-flex;
2498
+ display: -ms-flexbox;
2499
+ display: flex;
2500
+ flex-direction: column;
2501
+ flex-wrap: nowrap
2502
+ }
2503
+ @media only screen and (min-device-width: 48em) {
2504
+ .GroupedBlock-module_items__2DV2X {
2505
+ flex-direction: row
2506
+ }
2507
+ }
2508
+ .GroupedBlock-module_item__3sz9_ {
2509
+ flex-grow: 1;
2510
+
2511
+ width: 100%;
2512
+ min-width: 100%;
2513
+ max-width: 100%;
2514
+ margin-bottom: 20px
2515
+ }
2516
+ @media only screen and (min-device-width: 48em) {
2517
+ .GroupedBlock-module_item__3sz9_ {
2518
+ min-width: 0;
2519
+ max-width: none;
2520
+ margin-bottom: 0
2521
+ }
2522
+ }
2523
+ @media only screen and (min-device-width: 48em) {
2524
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2525
+ margin-left: 15px
2526
+ }
2527
+ }
2528
+ .GroupedBlock-module_figcaption__2Q_wf {
2529
+ max-width: 650px;
2530
+ margin-right: auto;
2531
+ margin-left: auto;
2532
+ }
2533
+ /* DISPLAY */
2534
+ @media only screen and (min-device-width: 48em) {
2535
+ .GroupedBlock-module_default__3ylw_ {
2536
+ max-width: 650px
2537
+ }
2538
+ }
2539
+ .GroupedBlock-module_full__1dzQR {
2540
+ max-width: 980px;
2541
+ }
2542
+ .GroupedBlock-module_super_full__1PU72 {
2543
+ max-width: 1680px;
2544
+ }
2545
+ /* VISIBILITY */
2546
+ @media only screen and (min-device-width: 32em) {
2547
+ .GroupedBlock-module_mobile__3n8Ub {
2548
+ display: none
2549
+ }
2550
+ }
2551
+ .GroupedBlock-module_desktop__6ZRpA {
2552
+ display: none
2553
+ }
2554
+ @media only screen and (min-device-width: 32em) {
2555
+ .GroupedBlock-module_desktop__6ZRpA {
2556
+ display: block
2557
+ }
2558
+ }
2559
+
2560
+
2561
+ /* Colors */
2562
+ /* Fonts */
2563
+ /* Gap */
2564
+ /* Media */
2565
+ /* 512 */
2566
+ /* 650 */
2567
+ /* 768 */
2568
+ /* 1024 */
2569
+ /* 1010 */
2570
+ /* 1200 */
2571
+ /* 511 */
2572
+ /* 1023 */
2573
+ /* Zindex */
2574
+ .HalfBlock-module_root__2frv2 {
2575
+ position: relative;
2576
+
2577
+ text-align: left;
2578
+ }
2579
+ .HalfBlock-module_main__2XX73 {
2580
+ display: -webkit-box;
2581
+ display: -webkit-flex;
2582
+ display: -ms-flexbox;
2583
+ display: flex;
2584
+ flex-flow: column nowrap
2585
+ }
2586
+ @media only screen and (min-device-width: 64em) {
2587
+ .HalfBlock-module_main__2XX73 {
2588
+ align-items: center;
2589
+ flex-flow: row nowrap
2590
+ }
2591
+ }
2592
+ .HalfBlock-module_body__3MnEN {
2593
+ order: -1;
2594
+
2595
+ max-width: 860px;
2596
+ margin: 0 auto
2597
+ }
2598
+ @media only screen and (min-device-width: 48em) {
2599
+ .HalfBlock-module_body__3MnEN {
2600
+ text-align: center
2601
+ }
2602
+ }
2603
+ @media only screen and (min-device-width: 64em) {
2604
+ .HalfBlock-module_body__3MnEN {
2605
+ align-items: flex-start;
2606
+ justify-content: center;
2607
+ order: 0;
2608
+
2609
+ width: 50%;
2610
+ max-width: none;
2611
+ height: 100%;
2612
+ margin-left: 25px;
2613
+
2614
+ text-align: left
2615
+ }
2616
+ }
2617
+ .HalfBlock-module_footer__1C0yp {
2618
+ width: 100%;
2619
+ max-width: 650px;
2620
+ margin: 0 auto;
2621
+ padding-top: 3px
2622
+ }
2623
+ @media only screen and (min-device-width: 64em) {
2624
+ .HalfBlock-module_footer__1C0yp {
2625
+ max-width: 1000px;
2626
+ margin: auto;
2627
+ padding-top: 0;
2628
+
2629
+ border-top: 1px solid #e6e6e6
2630
+ }
2631
+ }
2632
+ .HalfBlock-module_image__2lYel {
2633
+ flex-grow: 1;
2634
+
2635
+ margin: 0 -20px 0;
2636
+ margin-top: 18px
2637
+ }
2638
+ @media only screen and (min-device-width: 32em) {
2639
+ .HalfBlock-module_image__2lYel {
2640
+ margin: 31px 0 -5px
2641
+ }
2642
+ }
2643
+ @media only screen and (min-device-width: 64em) {
2644
+ .HalfBlock-module_image__2lYel {
2645
+ width: 50%;
2646
+ margin: 0
2647
+ }
2648
+ }
2649
+ /* VISIBILITY */
2650
+ @media only screen and (min-device-width: 32em) {
2651
+ .HalfBlock-module_mobile__2latf {
2652
+ display: none
2653
+ }
2654
+ }
2655
+ .HalfBlock-module_desktop__3B1Ej {
2656
+ display: none
2657
+ }
2658
+ @media only screen and (min-device-width: 32em) {
2659
+ .HalfBlock-module_desktop__3B1Ej {
2660
+ display: block
2661
+ }
2662
+ }
2663
+
2664
+ /* Colors */
2665
+ /* Fonts */
2666
+ /* Gap */
2667
+ /* Media */
2668
+ /* 512 */
2669
+ /* 650 */
2670
+ /* 768 */
2671
+ /* 1024 */
2672
+ /* 1010 */
2673
+ /* 1200 */
2674
+ /* 511 */
2675
+ /* 1023 */
2676
+ /* Zindex */
2677
+ .ImportantLead-module_root__2BdT3 {
2678
+ margin: 18px 0;
2679
+ padding: 12px 12px 13px;
2680
+
2681
+ border: 1px solid rgba(0, 0, 0, 0.08);
2682
+ border-radius: 4px;
2683
+ border-radius: 8px;
2684
+ background: #FFF8C4;
2685
+
2686
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2687
+ font-size: 16px;
2688
+ font-weight: normal;
2689
+ line-height: 20px
2690
+ }
2691
+ @media only screen and (min-device-width: 32em) {
2692
+ .ImportantLead-module_root__2BdT3 {
2693
+ margin: 25px 0;
2694
+ padding: 12px 15px 13px;
2695
+
2696
+ font-size: 17px;
2697
+ line-height: 24px
2698
+ }
2699
+ }
2700
+ .ImportantLead-module_root__2BdT3:last-child {
2701
+ margin-bottom: 0;
2702
+ }
2703
+ .ImportantLead-module_root__2BdT3:first-child {
2704
+ margin-top: 0;
2705
+ }
2706
+ .ImportantLead-module_root__2BdT3 a {
2707
+ color: #000;
2708
+ box-shadow: inset 0 -1px #000;
2709
+ }
2710
+ .ImportantLead-module_root__2BdT3 a:hover {
2711
+ color: #b88b59;
2712
+ box-shadow: inset 0 -1px #b88b59;
2713
+ }
2714
+ .ImportantLead-module_slide__3kQ9x {
2715
+ max-width: 650px;
2716
+ margin-right: auto;
2717
+ margin-left: auto;
2718
+ }
2719
+ /* VISIBILITY */
2720
+ @media only screen and (min-device-width: 32em) {
2721
+ .ImportantLead-module_mobile__3BXbm {
2722
+ display: none
2723
+ }
2724
+ }
2725
+ .ImportantLead-module_desktop__3Zljc {
2726
+ display: none
2727
+ }
2728
+ @media only screen and (min-device-width: 32em) {
2729
+ .ImportantLead-module_desktop__3Zljc {
2730
+ display: block
2731
+ }
2732
+ }
2733
+
2734
+
2735
+ /* Colors */
2736
+ /* Fonts */
2737
+ /* Gap */
2738
+ /* Media */
2739
+ /* 512 */
2740
+ /* 650 */
2741
+ /* 768 */
2742
+ /* 1024 */
2743
+ /* 1010 */
2744
+ /* 1200 */
2745
+ /* 511 */
2746
+ /* 1023 */
2747
+ /* Zindex */
2748
+ .RelatedBlock-module_root__IKcQq {
2749
+ margin: 16px 0;
2750
+
2751
+ border-radius: 8px;
2752
+ background-color: #f5f5f5;
2753
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2754
+ }
2755
+ @media only screen and (min-device-width: 48em) {
2756
+ .RelatedBlock-module_root__IKcQq {
2757
+ margin: 25px 0
2758
+ }
2759
+ }
2760
+ .RelatedBlock-module_root__IKcQq:last-child {
2761
+ margin-bottom: 0;
2762
+ }
2763
+ .RelatedBlock-module_root__IKcQq:first-child {
2764
+ margin-top: 0;
2765
+ }
2766
+ .RelatedBlock-module_root__IKcQq a {
2767
+ display: block;
2768
+
2769
+ padding: 12px 12px 13px;
2770
+
2771
+ transition: color 0.15s;
2772
+ text-decoration: none;
2773
+
2774
+ color: #000;
2775
+ box-shadow: none;
2776
+
2777
+ font-size: 17px;
2778
+ line-height: 20px
2779
+ }
2780
+ @media only screen and (min-device-width: 48em) {
2781
+ .RelatedBlock-module_root__IKcQq a {
2782
+ padding: 15px 20px 17px;
2783
+
2784
+ font-size: 19px;
2785
+ line-height: 23px
2786
+ }
2787
+ }
2788
+ .RelatedBlock-module_root__IKcQq a:hover {
2789
+ color: #5c5c5c;
2790
+ }
2791
+ .RelatedBlock-module_header__2SuWP {
2792
+ margin: 0;
2793
+ padding: 14px 12px 3px;
2794
+
2795
+ letter-spacing: 1px;
2796
+ text-transform: uppercase;
2797
+
2798
+ color: #7F7F7F;
2799
+
2800
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2801
+ font-size: 12px;
2802
+ font-weight: 600;
2803
+ line-height: 17px
2804
+ }
2805
+ @media only screen and (min-device-width: 48em) {
2806
+ .RelatedBlock-module_header__2SuWP {
2807
+ padding: 20px 20px 14px;
2808
+
2809
+ font-size: 14px;
2810
+ line-height: 16px
2811
+ }
2812
+ }
2813
+ .RelatedBlock-module_items__2V-Ap {
2814
+ margin: 0;
2815
+ padding-left: 0;
2816
+
2817
+ list-style: none;
2818
+ }
2819
+ .RelatedBlock-module_items__2V-Ap li {
2820
+ padding: 0;
2821
+ }
2822
+ .RelatedBlock-module_items__2V-Ap li + li {
2823
+ border-top: 1px solid #e6e6e6;
2824
+ }
2825
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2826
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2827
+ font-size: 16px;
2828
+ font-weight: 700;
2829
+ line-height: 18px
2830
+ }
2831
+ @media only screen and (min-device-width: 48em) {
2832
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2833
+ font-size: 18px
2834
+ }
2835
+ }
2836
+ .RelatedBlock-module_simple__29HVO {
2837
+ }
2838
+ .RelatedBlock-module_center__1LmW8 {
2839
+ max-width: 650px;
2840
+ margin-right: auto;
2841
+ margin-left: auto;
2842
+ }
2843
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2844
+ margin-top: 0;
2845
+ }
2846
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2847
+ margin-bottom: 0;
2848
+ }
2849
+ /* VISIBILITY */
2850
+ @media only screen and (min-device-width: 32em) {
2851
+ .RelatedBlock-module_mobile__2XM5a {
2852
+ display: none
2853
+ }
2854
+ }
2855
+ .RelatedBlock-module_desktop__2mXeq {
2856
+ display: none
2857
+ }
2858
+ @media only screen and (min-device-width: 32em) {
2859
+ .RelatedBlock-module_desktop__2mXeq {
2860
+ display: block
2861
+ }
2862
+ }
2863
+
2864
+
2865
+ /* Colors */
2866
+ /* Fonts */
2867
+ /* Gap */
2868
+ /* Media */
2869
+ /* 512 */
2870
+ /* 650 */
2871
+ /* 768 */
2872
+ /* 1024 */
2873
+ /* 1010 */
2874
+ /* 1200 */
2875
+ /* 511 */
2876
+ /* 1023 */
2877
+ /* Zindex */
2878
+ .ListBlock-module_root__3Q3Ga {
2879
+ margin: 15px 0;
2880
+ padding: 0;
2881
+
2882
+ list-style: none;
2883
+
2884
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2885
+ font-size: 18px;
2886
+ line-height: 24px
2887
+ }
2888
+ @media only screen and (min-device-width: 32em) {
2889
+ .ListBlock-module_root__3Q3Ga {
2890
+ font-size: 20px;
2891
+ line-height: 28px
2892
+ }
2893
+ }
2894
+ @media only screen and (min-device-width: 48em) {
2895
+ .ListBlock-module_root__3Q3Ga {
2896
+ margin: 20px 0
2897
+ }
2898
+ }
2899
+ .ListBlock-module_root__3Q3Ga:first-child {
2900
+ margin-top: 0;
2901
+ }
2902
+ .ListBlock-module_root__3Q3Ga:last-child {
2903
+ margin-bottom: 0;
2904
+ }
2905
+ .ListBlock-module_root__3Q3Ga a {
2906
+ color: inherit;
2907
+ box-shadow: inset 0 -1px #b88b59;
2908
+ }
2909
+ .ListBlock-module_root__3Q3Ga a:hover {
2910
+ color: #b88b59;
2911
+ }
2912
+ .ListBlock-module_root__3Q3Ga li {
2913
+ position: relative;
2914
+
2915
+ margin-bottom: 6px;
2916
+ }
2917
+ .ListBlock-module_root__3Q3Ga mark {
2918
+ position: relative;
2919
+
2920
+ white-space: pre-wrap;
2921
+
2922
+ background-color: #fff3bc;
2923
+
2924
+ font-weight: inherit;
2925
+ font-style: inherit
2926
+ }
2927
+ @media only screen and (min-device-width: 32em) {
2928
+ .ListBlock-module_root__3Q3Ga mark {
2929
+ padding-bottom: 1px
2930
+ }
2931
+ }
2932
+ .ListBlock-module_root__3Q3Ga a mark {
2933
+ color: inherit;
2934
+ box-shadow: inset 0 -1px #b88b59;
2935
+ }
2936
+ .ListBlock-module_ol__21CgV {
2937
+ counter-reset: list 0;
2938
+ }
2939
+ .ListBlock-module_ol__21CgV li {
2940
+ padding: 0 0 0 33px;
2941
+ }
2942
+ .ListBlock-module_ol__21CgV li::before {
2943
+ position: absolute;
2944
+ left: 0;
2945
+
2946
+ width: 23px;
2947
+
2948
+ content: counter(list) '. ';
2949
+ counter-increment: list;
2950
+ text-align: right;
2951
+ white-space: nowrap;
2952
+ }
2953
+ .ListBlock-module_ul__2MRrS li {
2954
+ padding: 0 0 0 23px
2955
+ }
2956
+ @media only screen and (min-device-width: 48em) {
2957
+ .ListBlock-module_ul__2MRrS li {
2958
+ padding: 0 0 0 38px
2959
+ }
2960
+ }
2961
+ .ListBlock-module_ul__2MRrS li:last-child {
2962
+ margin-bottom: 0;
2963
+ }
2964
+ .ListBlock-module_ul__2MRrS li::before {
2965
+ position: absolute;
2966
+ top: 0;
2967
+ left: 5px;
2968
+
2969
+ width: 8px;
2970
+
2971
+ content: '\2022';
2972
+ text-align: center;
2973
+
2974
+ color: #b88b59;
2975
+
2976
+ font-size: 18px;
2977
+ line-height: inherit
2978
+ }
2979
+ @media only screen and (min-device-width: 48em) {
2980
+ .ListBlock-module_ul__2MRrS li::before {
2981
+ left: 0;
2982
+
2983
+ width: 36px;
2984
+
2985
+ text-align: center;
2986
+
2987
+ font-size: 20px
2988
+ }
2989
+ }
2990
+ .ListBlock-module_center__tdIwd {
2991
+ max-width: 650px;
2992
+ margin-right: auto;
2993
+ margin-left: auto;
2994
+ }
2995
+ .ListBlock-module_isInImportantLead__UP0ic {
2996
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2997
+ font-size: 16px;
2998
+ line-height: 20px
2999
+ }
3000
+ @media only screen and (min-device-width: 48em) {
3001
+ .ListBlock-module_isInImportantLead__UP0ic {
3002
+ font-size: 17px;
3003
+ line-height: 24px
3004
+ }
3005
+ }
3006
+ .ListBlock-module_dark__3E3tV a {
3007
+ color: inherit;
3008
+ }
3009
+ .ListBlock-module_dark__3E3tV a:hover {
3010
+ color: #b88b59;
3011
+ }
3012
+ /* VISIBILITY */
3013
+ @media only screen and (min-device-width: 32em) {
3014
+ .ListBlock-module_mobile__2-nuV {
3015
+ display: none
3016
+ }
3017
+ }
3018
+ .ListBlock-module_desktop__1EE0g {
3019
+ display: none
3020
+ }
3021
+ @media only screen and (min-device-width: 32em) {
3022
+ .ListBlock-module_desktop__1EE0g {
3023
+ display: block
3024
+ }
3025
+ }
3026
+
3027
+ /* Colors */
3028
+ /* Fonts */
3029
+ /* Gap */
3030
+ /* Media */
3031
+ /* 512 */
3032
+ /* 650 */
3033
+ /* 768 */
3034
+ /* 1024 */
3035
+ /* 1010 */
3036
+ /* 1200 */
3037
+ /* 511 */
3038
+ /* 1023 */
3039
+ /* Zindex */
3040
+ .RichTitle-module_root__BK_WT {
3041
+ margin: 0 0 18px;
3042
+
3043
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3044
+ font-size: 19px;
3045
+ font-weight: 700;
3046
+ line-height: 23px
3047
+ }
3048
+ @media only screen and (min-device-width: 48em) {
3049
+ .RichTitle-module_root__BK_WT {
3050
+ margin-bottom: 15px;
3051
+
3052
+ font-size: 37px;
3053
+ line-height: 42px
3054
+ }
3055
+ }
3056
+ .RichTitle-module_root__BK_WT:last-child {
3057
+ margin-bottom: 0;
3058
+ }
3059
+ .RichTitle-module_root__BK_WT span {
3060
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3061
+ font-size: 20px;
3062
+ font-weight: normal
3063
+ }
3064
+ @media only screen and (min-device-width: 48em) {
3065
+ .RichTitle-module_root__BK_WT span {
3066
+ font-size: 38px
3067
+ }
3068
+ }
3069
+ @media only screen and (min-device-width: 32em) {
3070
+ .RichTitle-module_slide__1A-gB,
3071
+ .RichTitle-module_game__1g8Bn {
3072
+ text-align: center
3073
+ }
3074
+ }
3075
+ @media only screen and (min-device-width: 64em) {
3076
+ .RichTitle-module_half__10GRI {
3077
+ font-size: 33px;
3078
+ line-height: 36px
3079
+ }
3080
+ }
3081
+ @media only screen and (min-device-width: 64em) {
3082
+ .RichTitle-module_half__10GRI span {
3083
+ font-size: 34px
3084
+ }
3085
+ }
3086
+ .RichTitle-module_game__1g8Bn:first-child {
3087
+ padding-top: 9px;
3088
+ }
3089
+ .RichTitle-module_featured__wJfaQ {
3090
+ letter-spacing: 0.3px;
3091
+
3092
+ font-size: 28px;
3093
+ line-height: 30px;
3094
+ }
3095
+ .RichTitle-module_featured__wJfaQ span {
3096
+ display: block;
3097
+
3098
+ padding-top: 2px;
3099
+
3100
+ font-size: 18px;
3101
+ line-height: 24px;
3102
+ }
3103
+ @media only screen and (min-device-width: 32em) {
3104
+ .RichTitle-module_mobile__1Cb6E {
3105
+ display: none
3106
+ }
3107
+ }
3108
+ .RichTitle-module_desktop__2ixSQ {
3109
+ display: none
3110
+ }
3111
+ @media only screen and (min-device-width: 32em) {
3112
+ .RichTitle-module_desktop__2ixSQ {
3113
+ display: block
3114
+ }
3115
+ }
3116
+
3117
+ /* Colors */
3118
+ /* Fonts */
3119
+ /* Gap */
3120
+ /* Media */
3121
+ /* 512 */
3122
+ /* 650 */
3123
+ /* 768 */
3124
+ /* 1024 */
3125
+ /* 1010 */
3126
+ /* 1200 */
3127
+ /* 511 */
3128
+ /* 1023 */
3129
+ /* Zindex */
3130
+ /* stylelint-disable declaration-empty-line-before */
3131
+ span[data-body] {
3132
+ position: relative;
3133
+
3134
+ padding: 0 4px;
3135
+
3136
+ cursor: pointer;
3137
+ white-space: pre-wrap;
3138
+
3139
+ border-radius: 4px;
3140
+ background: #F8F8F8;
3141
+ box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
3142
+ }
3143
+ @media only screen and (min-device-width: 48em) {
3144
+ span[data-body] {
3145
+ padding-bottom: 1px
3146
+ }
3147
+ }
3148
+ span[data-body]:hover {
3149
+ background: #F3F3F3;
3150
+ box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
3151
+ }
3152
+ .dark span[data-body] {
3153
+ background-color: #5B5B5B;
3154
+ box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;
3155
+ }
3156
+ .dark span[data-body]:hover {
3157
+ background-color: #5B5B5B;
3158
+ box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;
3159
+ }
3160
+ .SimpleBlock-module_p__Q3azD {
3161
+ margin: 0 0 14px;
3162
+
3163
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3164
+ font-size: 18px;
3165
+ line-height: 24px
3166
+ }
3167
+ @media only screen and (min-device-width: 32em) {
3168
+ .SimpleBlock-module_p__Q3azD {
3169
+ margin: 0 0 20px;
3170
+
3171
+ font-size: 20px;
3172
+ line-height: 28px
3173
+ }
3174
+ }
3175
+ .SimpleBlock-module_p__Q3azD a,
3176
+ .SimpleBlock-module_h2__S0LRs a,
3177
+ .SimpleBlock-module_h3__2Kv7Y a,
3178
+ .SimpleBlock-module_h4__2TJO3 a,
3179
+ .SimpleBlock-module_lead__35nXx a,
3180
+ .SimpleBlock-module_lead_hr__1yD5v a,
3181
+ .SimpleBlock-module_context_p__33saY a {
3182
+ text-decoration: none;
3183
+
3184
+ color: inherit;
3185
+ box-shadow: inset 0 -1px #b88b59;
3186
+ }
3187
+ .SimpleBlock-module_p__Q3azD a:hover,
3188
+ .SimpleBlock-module_h2__S0LRs a:hover,
3189
+ .SimpleBlock-module_h3__2Kv7Y a:hover,
3190
+ .SimpleBlock-module_h4__2TJO3 a:hover,
3191
+ .SimpleBlock-module_lead__35nXx a:hover,
3192
+ .SimpleBlock-module_lead_hr__1yD5v a:hover,
3193
+ .SimpleBlock-module_context_p__33saY a:hover {
3194
+ color: #b88b59;
3195
+ }
3196
+ .SimpleBlock-module_h3__2Kv7Y:first-child,
3197
+ .SimpleBlock-module_h4__2TJO3:first-child,
3198
+ .SimpleBlock-module_p__Q3azD:first-child,
3199
+ .SimpleBlock-module_lead__35nXx:first-child,
3200
+ .SimpleBlock-module_blockquote__pwpcX:first-child {
3201
+ margin-top: 0;
3202
+ }
3203
+ .SimpleBlock-module_p__Q3azD:last-child,
3204
+ .SimpleBlock-module_blockquote__pwpcX:last-child,
3205
+ .SimpleBlock-module_lead__35nXx:last-child,
3206
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
3207
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
3208
+ .SimpleBlock-module_h2__S0LRs:last-child {
3209
+ margin-bottom: 0;
3210
+ }
3211
+ .SimpleBlock-module_h2__S0LRs {
3212
+ max-width: 520px;
3213
+ margin: 0 0 15px;
3214
+
3215
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3216
+ font-size: 25px;
3217
+ font-weight: bold;
3218
+ line-height: 28px
3219
+ }
3220
+ @media only screen and (min-device-width: 32em) {
3221
+ .SimpleBlock-module_h2__S0LRs {
3222
+ margin: 0 0 45px;
3223
+
3224
+ font-size: 37px;
3225
+ line-height: 39px
3226
+ }
3227
+ }
3228
+ .SimpleBlock-module_h2__S0LRs + figure {
3229
+ margin-top: 15px
3230
+ }
3231
+ @media only screen and (min-device-width: 32em) {
3232
+ .SimpleBlock-module_h2__S0LRs + figure {
3233
+ margin-top: -20px
3234
+ }
3235
+ }
3236
+ .SimpleBlock-module_h3__2Kv7Y {
3237
+ margin-top: 29px;
3238
+ margin-bottom: 10px;
3239
+
3240
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3241
+ font-size: 20px;
3242
+ font-weight: bold;
3243
+ line-height: 24px
3244
+ }
3245
+ @media only screen and (min-device-width: 32em) {
3246
+ .SimpleBlock-module_h3__2Kv7Y {
3247
+ margin-top: 45px;
3248
+ margin-bottom: 15px;
3249
+
3250
+ font-size: 28px;
3251
+ line-height: 34px
3252
+ }
3253
+ }
3254
+ .SimpleBlock-module_h4__2TJO3 {
3255
+ margin-top: 26px;
3256
+ margin-bottom: 11px;
3257
+
3258
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3259
+ font-size: 17px;
3260
+ font-weight: bold;
3261
+ line-height: 21px
3262
+ }
3263
+ @media only screen and (min-device-width: 32em) {
3264
+ .SimpleBlock-module_h4__2TJO3 {
3265
+ margin-top: 45px;
3266
+ margin-bottom: 15px;
3267
+
3268
+ font-size: 21px;
3269
+ line-height: 28px
3270
+ }
3271
+ }
3272
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
3273
+ .SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
3274
+ margin-top: 0;
3275
+ }
3276
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3277
+ margin-top: 15px
3278
+ }
3279
+ @media only screen and (min-device-width: 32em) {
3280
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3281
+ margin-top: 15px
3282
+ }
3283
+ }
3284
+ .SimpleBlock-module_p__Q3azD + ul,
3285
+ .SimpleBlock-module_p__Q3azD + ol,
3286
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3287
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3288
+ margin-top: -9px;
3289
+ }
3290
+ .SimpleBlock-module_blockquote__pwpcX {
3291
+ margin: 16px 0;
3292
+ padding: 12px 12px 13px;
3293
+
3294
+ border: 1px solid rgba(0, 0, 0, 0.08);
3295
+ border-radius: 8px;
3296
+ background: #fff8c4;
3297
+
3298
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3299
+ font-size: 16px;
3300
+ font-weight: normal;
3301
+ line-height: 22px
3302
+ }
3303
+ @media only screen and (min-device-width: 32em) {
3304
+ .SimpleBlock-module_blockquote__pwpcX {
3305
+ margin: 25px 0;
3306
+ padding: 12px 15px 13px;
3307
+
3308
+ font-size: 18px;
3309
+ line-height: 26px
3310
+ }
3311
+ }
3312
+ .SimpleBlock-module_blockquote__pwpcX a {
3313
+ text-decoration: none;
3314
+
3315
+ color: #000;
3316
+ box-shadow: inset 0 -1px #000;
3317
+ }
3318
+ .SimpleBlock-module_blockquote__pwpcX a:hover {
3319
+ color: #b88b59;
3320
+ box-shadow: inset 0 -1px #b88b59;
3321
+ }
3322
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
3323
+ color: #000;
3324
+ }
3325
+ .SimpleBlock-module_lead__35nXx {
3326
+ position: relative;
3327
+
3328
+ margin-top: 30px;
3329
+ margin-bottom: 0;
3330
+
3331
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3332
+ font-size: 16px;
3333
+ line-height: 22px
3334
+ }
3335
+ @media only screen and (min-device-width: 32em) {
3336
+ .SimpleBlock-module_lead__35nXx {
3337
+ margin-top: 25px;
3338
+
3339
+ font-size: 20px;
3340
+ line-height: 28px
3341
+ }
3342
+ }
3343
+ .SimpleBlock-module_lead__35nXx [data-body] {
3344
+ padding-top: 1px;
3345
+ }
3346
+ .SimpleBlock-module_lead_hr__1yD5v {
3347
+ display: block;
3348
+
3349
+ width: 100%;
3350
+ max-width: 650px;
3351
+ margin: 30px auto;
3352
+
3353
+ border-bottom: 1px solid #e5e5e5
3354
+ }
3355
+ @media only screen and (min-device-width: 32em) {
3356
+ .SimpleBlock-module_lead_hr__1yD5v {
3357
+ margin: 45px auto
3358
+ }
3359
+ }
3360
+ mark {
3361
+ position: relative;
3362
+
3363
+ white-space: pre-wrap;
3364
+
3365
+ background-color: #fff3bc;
3366
+
3367
+ font-weight: inherit;
3368
+ font-style: inherit
3369
+ }
3370
+ @media only screen and (min-device-width: 32em) {
3371
+ mark {
3372
+ padding-bottom: 1px
3373
+ }
3374
+ }
3375
+ a mark {
3376
+ z-index: 1;
3377
+
3378
+ padding-bottom: 0;
3379
+
3380
+ color: inherit;
3381
+ box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
3382
+ }
3383
+ .SimpleBlock-module_context_p__33saY {
3384
+ position: relative;
3385
+
3386
+ margin: 0 0 15px;
3387
+ padding: 0 0 0 23px;
3388
+
3389
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3390
+ font-size: 18px;
3391
+ line-height: 22px
3392
+ }
3393
+ @media only screen and (min-device-width: 48em) {
3394
+ .SimpleBlock-module_context_p__33saY {
3395
+ padding: 0 0 0 38px;
3396
+
3397
+ font-size: 20px;
3398
+ line-height: 27px
3399
+ }
3400
+ }
3401
+ .SimpleBlock-module_context_p__33saY::before {
3402
+ position: absolute;
3403
+ top: 0;
3404
+ left: 5px;
3405
+
3406
+ width: 8px;
3407
+
3408
+ content: '\2022';
3409
+ text-align: center;
3410
+
3411
+ color: #b88b59;
3412
+
3413
+ font-size: 18px;
3414
+ line-height: inherit
3415
+ }
3416
+ @media only screen and (min-device-width: 48em) {
3417
+ .SimpleBlock-module_context_p__33saY::before {
3418
+ left: 0;
3419
+
3420
+ width: 36px;
3421
+
3422
+ text-align: center;
3423
+
3424
+ font-size: 20px
3425
+ }
3426
+ }
3427
+ .SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
3428
+ content: none;
3429
+ }
3430
+ .SimpleBlock-module_center__2rjif {
3431
+ max-width: 650px;
3432
+ margin-right: auto;
3433
+ margin-left: auto;
3434
+ }
3435
+ @media only screen and (min-device-width: 48em) {
3436
+ .SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
3437
+ font-size: 20px;
3438
+ line-height: 28px
3439
+ }
3440
+ }
3441
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3442
+ margin-bottom: 18px
3443
+ }
3444
+ @media only screen and (min-device-width: 48em) {
3445
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3446
+ margin-top: 27px;
3447
+ margin-bottom: 20px;
3448
+
3449
+ font-size: 20px;
3450
+ line-height: 28px
3451
+ }
3452
+ }
3453
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3454
+ margin-bottom: 15px
3455
+ }
3456
+ @media only screen and (min-device-width: 48em) {
3457
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3458
+ margin-top: 20px;
3459
+
3460
+ font-size: 20px;
3461
+ line-height: 28px
3462
+ }
3463
+ }
3464
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
3465
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
3466
+ margin-top: 0;
3467
+ }
3468
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3469
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3470
+ font-size: 16px;
3471
+ line-height: 22px
3472
+ }
3473
+ @media only screen and (min-device-width: 48em) {
3474
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3475
+ font-size: 18px;
3476
+ line-height: 26px
3477
+ }
3478
+ }
3479
+ .SimpleBlock-module_slide__Aqgfu {
3480
+ max-width: 650px;
3481
+ margin-right: auto;
3482
+ margin-left: auto;
3483
+ }
3484
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3485
+ margin-top: 6px;
3486
+ margin-bottom: 6px;
3487
+
3488
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3489
+ font-size: 16px;
3490
+ line-height: 22px
3491
+ }
3492
+ @media only screen and (min-device-width: 48em) {
3493
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3494
+ margin-top: 12px;
3495
+ margin-bottom: 12px;
3496
+
3497
+ font-size: 18px;
3498
+ line-height: 26px
3499
+ }
3500
+ }
3501
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3502
+ margin-top: 12px;
3503
+ margin-bottom: 12px
3504
+ }
3505
+ @media only screen and (min-device-width: 48em) {
3506
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3507
+ margin-top: 10px;
3508
+ margin-bottom: 10px
3509
+ }
3510
+ }
3511
+ .SimpleBlock-module_isInAnswer__3aX6X:first-child {
3512
+ margin-top: 6px;
3513
+ }
3514
+ .SimpleBlock-module_isInAnswer__3aX6X:last-child {
3515
+ margin-bottom: 0;
3516
+ }
3517
+ /* VISIBILITY */
3518
+ @media only screen and (min-device-width: 32em) {
3519
+ .SimpleBlock-module_mobile__Ckgek {
3520
+ display: none
3521
+ }
3522
+ }
3523
+ .SimpleBlock-module_desktop__2se2o {
3524
+ display: none
3525
+ }
3526
+ @media only screen and (min-device-width: 32em) {
3527
+ .SimpleBlock-module_desktop__2se2o {
3528
+ display: block
3529
+ }
3530
+ }
3531
+
3532
+ /* Colors */
3533
+ /* Fonts */
3534
+ /* Gap */
3535
+ /* Media */
3536
+ /* 512 */
3537
+ /* 650 */
3538
+ /* 768 */
3539
+ /* 1024 */
3540
+ /* 1010 */
3541
+ /* 1200 */
3542
+ /* 511 */
3543
+ /* 1023 */
3544
+ /* Zindex */
3545
+ .SimpleTitle-module_root__2jVQN {
3546
+ margin: 0 0 18px;
3547
+
3548
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3549
+ font-size: 20px;
3550
+ font-weight: normal;
3551
+ line-height: 23px
3552
+ }
3553
+ @media only screen and (min-device-width: 48em) {
3554
+ .SimpleTitle-module_root__2jVQN {
3555
+ margin-bottom: 15px;
3556
+
3557
+ font-size: 36px;
3558
+ line-height: 40px
3559
+ }
3560
+ }
3561
+ /* VISIBILITY */
3562
+ @media only screen and (min-device-width: 32em) {
3563
+ .SimpleTitle-module_mobile__11gBz {
3564
+ display: none
3565
+ }
3566
+ }
3567
+ .SimpleTitle-module_desktop__3yXgy {
3568
+ display: none
3569
+ }
3570
+ @media only screen and (min-device-width: 32em) {
3571
+ .SimpleTitle-module_desktop__3yXgy {
3572
+ display: block
3573
+ }
3574
+ }
3575
+
3576
+ /* Colors */
3577
+ /* Fonts */
3578
+ /* Gap */
3579
+ /* Media */
3580
+ /* 512 */
3581
+ /* 650 */
3582
+ /* 768 */
3583
+ /* 1024 */
3584
+ /* 1010 */
3585
+ /* 1200 */
3586
+ /* 511 */
3587
+ /* 1023 */
3588
+ /* Zindex */
3589
+ .SourceBlock-module_root__1P3XD {
3590
+ display: block;
3591
+
3592
+ margin: 18px 0 15px;
3593
+ padding: 12px 11px 13px;
3594
+
3595
+ color: #000;
3596
+ border-left: 4px solid #b88b59;
3597
+ border-radius: 2px 8px 8px 2px;
3598
+ background-color: #f5f5f5;
3599
+
3600
+ font-size: 16px;
3601
+ line-height: 20px
3602
+ }
3603
+ @media only screen and (min-device-width: 48em) {
3604
+ .SourceBlock-module_root__1P3XD {
3605
+ margin-top: 25px;
3606
+ margin-bottom: 25px;
3607
+ padding: 18px 16px 12px
3608
+ }
3609
+ }
3610
+ .SourceBlock-module_root__1P3XD:hover,
3611
+ .SourceBlock-module_root__1P3XD:visited {
3612
+ background-color: #ededed;
3613
+ }
3614
+ .SourceBlock-module_root__1P3XD blockquote {
3615
+ margin: 0;
3616
+ }
3617
+ .SourceBlock-module_root__1P3XD a {
3618
+ text-decoration: none;
3619
+
3620
+ color: inherit;
3621
+ }
3622
+ .SourceBlock-module_text__Si4vm {
3623
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3624
+ }
3625
+ .SourceBlock-module_text__Si4vm p {
3626
+ margin: 0;
3627
+
3628
+ font-size: 16px;
3629
+ line-height: 22px
3630
+ }
3631
+ @media only screen and (min-device-width: 48em) {
3632
+ .SourceBlock-module_text__Si4vm p {
3633
+ font-size: 18px;
3634
+ line-height: 26px
3635
+ }
3636
+ }
3637
+ .SourceBlock-module_root__1P3XD p + p {
3638
+ margin-top: 12px;
3639
+ }
3640
+ .SourceBlock-module_root__1P3XD footer {
3641
+ margin-top: 12px;
3642
+ padding-top: 10px;
3643
+
3644
+ border-top: 1px solid #d6d6d6
3645
+ }
3646
+ @media only screen and (min-device-width: 48em) {
3647
+ .SourceBlock-module_root__1P3XD footer {
3648
+ margin-top: 18px;
3649
+ padding-top: 12px
3650
+ }
3651
+ }
3652
+ .SourceBlock-module_origin__l3JbO {
3653
+ letter-spacing: 1px;
3654
+ text-transform: uppercase;
3655
+ pointer-events: none;
3656
+
3657
+ color: #292929;
3658
+
3659
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3660
+ font-size: 16px;
3661
+ font-weight: bold;
3662
+ font-style: normal;
3663
+ line-height: 22px
3664
+ }
3665
+ @media only screen and (min-device-width: 48em) {
3666
+ .SourceBlock-module_origin__l3JbO {
3667
+ font-size: 18px;
3668
+ line-height: 26px
3669
+ }
3670
+ }
3671
+ .SourceBlock-module_center__3P93B {
3672
+ max-width: 650px;
3673
+ margin-right: auto;
3674
+ margin-left: auto;
3675
+ }
3676
+ /* VISIBILITY */
3677
+ @media only screen and (min-device-width: 32em) {
3678
+ .SourceBlock-module_mobile__2gw4S {
3679
+ display: none
3680
+ }
3681
+ }
3682
+ .SourceBlock-module_desktop__DecT6 {
3683
+ display: none
3684
+ }
3685
+ @media only screen and (min-device-width: 32em) {
3686
+ .SourceBlock-module_desktop__DecT6 {
3687
+ display: block
3688
+ }
3689
+ }
3690
+
3691
+ /* Colors */
3692
+ /* Fonts */
3693
+ /* Gap */
3694
+ /* Media */
3695
+ /* 512 */
3696
+ /* 650 */
3697
+ /* 768 */
3698
+ /* 1024 */
3699
+ /* 1010 */
3700
+ /* 1200 */
3701
+ /* 511 */
3702
+ /* 1023 */
3703
+ /* Zindex */
3704
+ .Spoiler-module_root__1OfSR {
3705
+ width: 100%;
3706
+ margin: 15px 0;
3707
+ padding: 21px 0 22px;
3708
+
3709
+ border-top: 3px solid rgba(0, 0, 0, 0.1);
3710
+ border-bottom: 3px solid rgba(0, 0, 0, 0.1)
3711
+ }
3712
+ @media only screen and (min-device-width: 32em) {
3713
+ .Spoiler-module_root__1OfSR {
3714
+ display: -webkit-box;
3715
+ display: -webkit-flex;
3716
+ display: -ms-flexbox;
3717
+ display: flex;
3718
+ flex-flow: column nowrap;
3719
+
3720
+ margin: 25px auto 20px;
3721
+ padding: 20px 0
3722
+ }
3723
+ }
3724
+ .Spoiler-module_root__1OfSR:last-child {
3725
+ margin-bottom: 0;
3726
+ }
3727
+ .Spoiler-module_root__1OfSR:first-child {
3728
+ margin-top: 0;
3729
+ }
3730
+ .Spoiler-module_header__1rZUs {
3731
+ display: -webkit-box;
3732
+ display: -webkit-flex;
3733
+ display: -ms-flexbox;
3734
+ display: flex;
3735
+ flex-flow: column nowrap;
3736
+ justify-content: center;
3737
+ }
3738
+ .Spoiler-module_header__1rZUs h3 {
3739
+ margin-top: 0;
3740
+ margin-bottom: 18px;
3741
+
3742
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3743
+ font-size: 21px;
3744
+ font-weight: 700;
3745
+ line-height: 26px
3746
+ }
3747
+ @media only screen and (min-device-width: 32em) {
3748
+ .Spoiler-module_header__1rZUs h3 {
3749
+ margin-bottom: 20px;
3750
+
3751
+ font-size: 28px;
3752
+ line-height: 34px
3753
+ }
3754
+ }
3755
+ .Spoiler-module_body__Q1e_c {
3756
+ display: none;
3757
+
3758
+ width: 100%;
3759
+ margin-right: auto;
3760
+ margin-left: auto;
3761
+ padding-bottom: 13px
3762
+ }
3763
+ @media only screen and (min-device-width: 32em) {
3764
+ .Spoiler-module_body__Q1e_c {
3765
+ order: 2;
3766
+
3767
+ padding-top: 25px;
3768
+ padding-bottom: 0
3769
+ }
3770
+ }
3771
+ .Spoiler-module_spoiled__1A5r4 {
3772
+ min-height: auto;
3773
+ }
3774
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {
3775
+ display: block;
3776
+ }
3777
+ .Spoiler-module_footer__23mh7 {
3778
+ position: static;
3779
+ }
3780
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3781
+ position: -webkit-sticky;
3782
+ position: sticky;
3783
+ z-index: 10;
3784
+ bottom: 0;
3785
+
3786
+ margin-right: -20px;
3787
+ margin-left: -20px;
3788
+ padding: 12px 20px 20px;
3789
+
3790
+ -webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3791
+
3792
+ animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
3793
+
3794
+ background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, #fff) );
3795
+
3796
+ background-image: -o-linear-gradient( top, rgba(255, 255, 255, 0) 0%, #fff 64% );
3797
+
3798
+ background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, #fff 64% )
3799
+ }
3800
+ @media only screen and (min-device-width: 32em) {
3801
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3802
+ position: static;
3803
+
3804
+ margin-right: 0;
3805
+ margin-left: 0;
3806
+ padding: 0;
3807
+
3808
+ -webkit-animation: none;
3809
+
3810
+ animation: none;
3811
+
3812
+ background-image: none
3813
+ }
3814
+ }
3815
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
3816
+ position: absolute;
3817
+ z-index: -1;
3818
+ top: 100%;
3819
+ right: 0;
3820
+ left: 0;
3821
+
3822
+ height: 16px;
3823
+
3824
+ content: '';
3825
+
3826
+ background-color: #fff
3827
+ }
3828
+ @media only screen and (min-device-width: 32em) {
3829
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
3830
+ content: none
3831
+ }
3832
+ }
3833
+ .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
3834
+ transform: rotate(180deg) translateY(1px);
3835
+ }
3836
+ @media only screen and (min-device-width: 32em) {
3837
+ .Spoiler-module_center__tq1m0 {
3838
+ max-width: 980px;
3839
+ margin-right: auto;
3840
+ margin-left: auto
3841
+ }
3842
+ }
3843
+ .Spoiler-module_full__1QFqR {
3844
+ max-width: 980px;
3845
+ }
3846
+ .Spoiler-module_default__2Kjx8 {
3847
+ max-width: 650px;
3848
+ }
3849
+ @-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
3850
+ 0% {
3851
+ transform: translateY(62px);
3852
+ }
3853
+ 50% {
3854
+ transform: translateY(-16px);
3855
+ }
3856
+ 100% {
3857
+ transform: translateY(0);
3858
+ }
3859
+ }
3860
+ @keyframes Spoiler-module_spoilerSticky__3Kd30 {
3861
+ 0% {
3862
+ transform: translateY(62px);
3863
+ }
3864
+ 50% {
3865
+ transform: translateY(-16px);
3866
+ }
3867
+ 100% {
3868
+ transform: translateY(0);
3869
+ }
3870
+ }
3871
+ [data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3872
+ bottom: 45px
3873
+ }
3874
+ @media only screen and (min-device-width: 32em) {
3875
+ [data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
3876
+ bottom: 46px
3877
+ }
3878
+ }
3879
+ /* VISIBILITY */
3880
+ @media only screen and (min-device-width: 32em) {
3881
+ .Spoiler-module_mobile__2BPt8 {
3882
+ display: none
3883
+ }
3884
+ }
3885
+ .Spoiler-module_desktop__1BIFJ {
3886
+ display: none
3887
+ }
3888
+ @media only screen and (min-device-width: 32em) {
3889
+ .Spoiler-module_desktop__1BIFJ {
3890
+ display: block
3891
+ }
3892
+ }
3893
+
3894
+ /* Colors */
3895
+ /* Fonts */
3896
+ /* Gap */
3897
+ /* Media */
3898
+ /* 512 */
3899
+ /* 650 */
3900
+ /* 768 */
3901
+ /* 1024 */
3902
+ /* 1010 */
3903
+ /* 1200 */
3904
+ /* 511 */
3905
+ /* 1023 */
3906
+ /* Zindex */
3907
+ .MetaItem-module_root__2VQom {
3908
+ display: inline;
3909
+
3910
+ margin-right: 15px;
3911
+ }
3912
+ .MetaItem-module_root__2VQom > svg {
3913
+ display: inline-block;
3914
+
3915
+ margin-right: 1px;
3916
+
3917
+ vertical-align: top;
3918
+
3919
+ color: inherit;
3920
+
3921
+ fill: currentColor;
3922
+ }
3923
+ .MetaItem-module_root__2VQom a {
3924
+ display: inline;
3925
+
3926
+ text-decoration: underline;
3927
+
3928
+ color: inherit;
3929
+
3930
+ -webkit-text-decoration-skip: auto;
3931
+ }
3932
+ .MetaItem-module_root__2VQom a:hover {
3933
+ color: #b88b59;
3934
+ }
3935
+ .MetaItem-module_hasBullets__CkQPI {
3936
+ margin-right: 0;
3937
+ }
3938
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3939
+ display: inline-block;
3940
+
3941
+ padding-right: 0.4em;
3942
+ padding-left: 0.4em;
3943
+
3944
+ content: '\B7';
3945
+ }
3946
+ @media only screen and (max-device-width: 32.1875em) {
3947
+ .MetaItem-module_hasSource__1DmCI {
3948
+ width: 100%;
3949
+ margin-top: 3px;
3950
+ margin-bottom: 3px
3951
+ }
3952
+ }
3953
+ @media only screen and (max-device-width: 32.1875em) {
3954
+ .MetaItem-module_hasSource__1DmCI:first-child {
3955
+ margin-top: 0
3956
+ }
3957
+ }
3958
+ .MetaItem-module_hasSource__1DmCI:last-child {
3959
+ margin-bottom: 0;
3960
+ }
3961
+ @media only screen and (max-device-width: 32.1875em) {
3962
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3963
+ display: none
3964
+ }
3965
+ }
3966
+ @media only screen and (max-device-width: 32.1875em) {
3967
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3968
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3969
+ display: inline-block
3970
+ }
3971
+ }
3972
+ @media only screen and (max-device-width: 32.1875em) {
3973
+ .MetaItem-module_datetime__3tOWm,
3974
+ .MetaItem-module_listened__lwvAO,
3975
+ .MetaItem-module_read__5eAIG {
3976
+ width: auto
3977
+ }
3978
+ }
3979
+ @media only screen and (max-device-width: 32.1875em) {
3980
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3981
+ order: -2
3982
+ }
3983
+ }
3984
+ @media only screen and (max-device-width: 32.1875em) {
3985
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3986
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3987
+ order: -1;
3988
+
3989
+ margin-top: 0
3990
+ }
3991
+ }
3992
+ .MetaItem-module_read__5eAIG svg {
3993
+ margin-top: -1px;
3994
+ }
3995
+
3996
+ /* stylelint-disable declaration-empty-line-before */
3997
+ /* Colors */
3998
+ /* Fonts */
3999
+ /* Gap */
4000
+ /* Media */
4001
+ /* 512 */
4002
+ /* 650 */
4003
+ /* 768 */
4004
+ /* 1024 */
4005
+ /* 1010 */
4006
+ /* 1200 */
4007
+ /* 511 */
4008
+ /* 1023 */
4009
+ /* Zindex */
4010
+ .MetaItemLive-module_root__2mpD3 {
4011
+ position: relative;
4012
+
4013
+ display: inline-block;
4014
+
4015
+ width: 18px;
4016
+ height: 18px;
4017
+
4018
+ vertical-align: middle;
4019
+ }
4020
+ .MetaItemLive-module_gold__3yZEV {
4021
+ color: #b88b59;
4022
+ }
4023
+ .MetaItemLive-module_root__2mpD3::before,
4024
+ .MetaItemLive-module_root__2mpD3::after,
4025
+ .MetaItemLive-module_frame__1H_Ha {
4026
+ position: absolute;
4027
+ top: 0;
4028
+ right: 0;
4029
+ bottom: 0;
4030
+ left: 0;
4031
+ z-index: 0;
4032
+ }
4033
+ .MetaItemLive-module_root__2mpD3 {
4034
+ margin-top: -4px;
4035
+ margin-right: 1px;
4036
+
4037
+ transform: translateY(1px);
4038
+ }
4039
+ .MetaItemLive-module_root__2mpD3::before,
4040
+ .MetaItemLive-module_root__2mpD3::after,
4041
+ .MetaItemLive-module_frame__1H_Ha {
4042
+
4043
+ border-radius: 50%;
4044
+ transform: scale(0);
4045
+
4046
+ -webkit-animation-duration: 1.05s;
4047
+
4048
+ animation-duration: 1.05s;
4049
+ -webkit-animation-timing-function: linear;
4050
+ animation-timing-function: linear;
4051
+ -webkit-animation-iteration-count: infinite;
4052
+ animation-iteration-count: infinite;
4053
+ }
4054
+ .MetaItemLive-module_frame__1H_Ha {
4055
+
4056
+ background: currentColor;
4057
+
4058
+ -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4059
+
4060
+ animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4061
+ }
4062
+ .MetaItemLive-module_root__2mpD3::before,
4063
+ .MetaItemLive-module_root__2mpD3::after {
4064
+
4065
+ border: 1px solid currentColor;
4066
+
4067
+ content: '';
4068
+ }
4069
+ .MetaItemLive-module_root__2mpD3::before {
4070
+ -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4071
+ animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4072
+ }
4073
+ .MetaItemLive-module_root__2mpD3::after {
4074
+ -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
4075
+ animation-name: MetaItemLive-module_liveSecondWave__12g57;
4076
+ }
4077
+ @-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4078
+ 14% {
4079
+ transform: scale(0);
4080
+ }
4081
+
4082
+ 30% {
4083
+ transform: scale(0.22);
4084
+ }
4085
+
4086
+ 63% {
4087
+ transform: scale(0.22);
4088
+ }
4089
+
4090
+ 70% {
4091
+ transform: scale(0);
4092
+ }
4093
+
4094
+ 100% {
4095
+ transform: scale(0);
4096
+ }
4097
+ }
4098
+ @keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4099
+ 14% {
4100
+ transform: scale(0);
4101
+ }
4102
+
4103
+ 30% {
4104
+ transform: scale(0.22);
4105
+ }
4106
+
4107
+ 63% {
4108
+ transform: scale(0.22);
4109
+ }
4110
+
4111
+ 70% {
4112
+ transform: scale(0);
4113
+ }
4114
+
4115
+ 100% {
4116
+ transform: scale(0);
4117
+ }
4118
+ }
4119
+ @-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4120
+ 21% {
4121
+ transform: scale(0.1);
4122
+ }
4123
+
4124
+ 53% {
4125
+ transform: scale(0.33);
4126
+ }
4127
+
4128
+ 100% {
4129
+ transform: scale(0.66);
4130
+
4131
+ opacity: 0;
4132
+ }
4133
+ }
4134
+ @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4135
+ 21% {
4136
+ transform: scale(0.1);
4137
+ }
4138
+
4139
+ 53% {
4140
+ transform: scale(0.33);
4141
+ }
4142
+
4143
+ 100% {
4144
+ transform: scale(0.66);
4145
+
4146
+ opacity: 0;
4147
+ }
4148
+ }
4149
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4150
+ 21% {
4151
+ transform: scale(0.22);
4152
+ }
4153
+
4154
+ 53% {
4155
+ transform: scale(0.55);
4156
+ }
4157
+
4158
+ 100% {
4159
+ transform: scale(0.88);
4160
+
4161
+ opacity: 0;
4162
+ }
4163
+ }
4164
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4165
+ 21% {
4166
+ transform: scale(0.22);
4167
+ }
4168
+
4169
+ 53% {
4170
+ transform: scale(0.55);
4171
+ }
4172
+
4173
+ 100% {
4174
+ transform: scale(0.88);
4175
+
4176
+ opacity: 0;
4177
+ }
4178
+ }
4179
+
4180
+ /* stylelint-disable declaration-empty-line-before */
4181
+ /* Colors */
4182
+ /* Fonts */
4183
+ /* Gap */
4184
+ /* Media */
4185
+ /* 512 */
4186
+ /* 650 */
4187
+ /* 768 */
4188
+ /* 1024 */
4189
+ /* 1010 */
4190
+ /* 1200 */
4191
+ /* 511 */
4192
+ /* 1023 */
4193
+ /* Zindex */
4194
+ .DocumentItemsCount-module_root__P3q-z {
4195
+ display: inline;
4196
+
4197
+ line-height: inherit;
4198
+ }
4199
+ .DocumentItemsCount-module_root__P3q-z svg {
4200
+ vertical-align: top;
4201
+ }
4202
+ .DocumentItemsCount-module_items__3pfxW {
4203
+ margin-left: 1px;
4204
+
4205
+ vertical-align: top;
4206
+ }
4207
+
4208
+ /* Colors */
4209
+ /* Fonts */
4210
+ /* Gap */
4211
+ /* Media */
4212
+ /* 512 */
4213
+ /* 650 */
4214
+ /* 768 */
4215
+ /* 1024 */
4216
+ /* 1010 */
4217
+ /* 1200 */
4218
+ /* 511 */
4219
+ /* 1023 */
4220
+ /* Zindex */
4221
+ .ToolbarButton-module_root__xN-fq {
4222
+ height: 100%;
4223
+ margin: 0;
4224
+ padding: 0 1px 0 0;
4225
+
4226
+ cursor: pointer;
4227
+
4228
+ color: inherit;
4229
+ border-width: 0;
4230
+ outline: none;
4231
+ background-color: transparent;
4232
+
4233
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4234
+ font-size: 12px;
4235
+ font-weight: 600;
4236
+ line-height: 1;
4237
+
4238
+ -webkit-appearance: none;
4239
+
4240
+ -moz-appearance: none;
4241
+
4242
+ appearance: none;
4243
+ }
4244
+ .ToolbarButton-module_root__xN-fq::after {
4245
+ position: absolute;
4246
+ top: 0;
4247
+ right: 0;
4248
+ bottom: 0;
4249
+ left: 0;
4250
+
4251
+ content: '';
4252
+ }
4253
+ .ToolbarButton-module_root__xN-fq:hover {
4254
+ opacity: 0.6;
4255
+ }
4256
+ .ToolbarButton-module_dark__GrIOr {
4257
+ color: #fff;
4258
+ }
4259
+ .ToolbarButton-module_dark__GrIOr:hover {
4260
+ opacity: 0.6;
4261
+ }
4262
+ .ToolbarButton-module_dark__GrIOr svg {
4263
+ color: #262626;
4264
+
4265
+ fill: #fff;
4266
+ }
4267
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
4268
+ color: #fff;
4269
+
4270
+ fill: transparent;
4271
+ }
4272
+ .ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
4273
+ fill: currentColor;
4274
+ }
4275
+ .ToolbarButton-module_dark__GrIOr::before {
4276
+ border-left-color: rgba(255, 255, 255, 0.2);
4277
+ }
4278
+ .ToolbarButton-module_root__xN-fq [data-theme='dark'] {
4279
+ visibility: hidden;
4280
+ }
4281
+ .ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
4282
+ visibility: visible;
4283
+ }
4284
+ .ToolbarButton-module_dark__GrIOr [data-theme='light'] {
4285
+ visibility: hidden;
4286
+ }
4287
+ .ToolbarButton-module_text__32m6s {
4288
+ display: inline-block;
4289
+
4290
+ padding-left: 5px;
4291
+
4292
+ vertical-align: middle;
4293
+ }
4294
+ .ToolbarButton-module_text__32m6s:empty {
4295
+ display: none;
4296
+ }
4297
+ .ToolbarButton-module_bookmark__3369b {
4298
+ color: #999;
4299
+
4300
+ fill: transparent;
4301
+ }
4302
+ .ToolbarButton-module_isActive__3NLAE {
4303
+ fill: currentColor;
4304
+ }
4305
+
4306
+ /* Colors */
4307
+ /* Fonts */
4308
+ /* Gap */
4309
+ /* Media */
4310
+ /* 512 */
4311
+ /* 650 */
4312
+ /* 768 */
4313
+ /* 1024 */
4314
+ /* 1010 */
4315
+ /* 1200 */
4316
+ /* 511 */
4317
+ /* 1023 */
4318
+ /* Zindex */
4319
+ .EmbedBlock-module_root__28k9U {
4320
+ position: relative;
4321
+
4322
+ margin: 15px 0
4323
+ }
4324
+ @media only screen and (min-device-width: 32em) {
4325
+ .EmbedBlock-module_root__28k9U {
4326
+ margin: 25px 0 20px
4327
+ }
4328
+ }
4329
+ .EmbedBlock-module_root__28k9U:first-child {
4330
+ margin-top: 0;
4331
+ }
4332
+ .EmbedBlock-module_root__28k9U:last-child {
4333
+ margin-bottom: 0;
4334
+ }
4335
+ .EmbedBlock-module_root__28k9U figcaption {
4336
+ width: 100%;
4337
+ max-width: 650px;
4338
+ margin-right: auto;
4339
+ margin-left: auto;
4340
+
4341
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4342
+ }
4343
+ .EmbedBlock-module_object__2_UZ7 {
4344
+ position: relative;
4345
+ }
4346
+ .EmbedBlock-module_objectWrap__1aDVd {
4347
+ position: relative;
4348
+
4349
+ display: -webkit-box;
4350
+
4351
+ display: -webkit-flex;
4352
+
4353
+ display: -ms-flexbox;
4354
+
4355
+ display: flex;
4356
+ flex-flow: column nowrap;
4357
+ }
4358
+ .EmbedBlock-module_objectWrap__1aDVd iframe {
4359
+ display: block;
4360
+
4361
+ width: 100px;
4362
+ min-width: 100%;
4363
+
4364
+ border-width: 0;
4365
+ }
4366
+ .EmbedBlock-module_proportional__3lAv4 iframe,
4367
+ .EmbedBlock-module_proportional__3lAv4 video {
4368
+ position: absolute;
4369
+ top: 0;
4370
+ left: 0;
4371
+
4372
+ height: 100%;
4373
+ }
4374
+ .EmbedBlock-module_objectWrap__1aDVd img,
4375
+ .EmbedBlock-module_objectWrap__1aDVd video {
4376
+ width: 100%;
4377
+ height: auto;
4378
+ }
4379
+ .EmbedBlock-module_attachment__2pE0t {
4380
+ display: -webkit-box;
4381
+ display: -webkit-flex;
4382
+ display: -ms-flexbox;
4383
+ display: flex;
4384
+ align-items: flex-end;
4385
+ flex-direction: row;
4386
+ flex-wrap: nowrap;
4387
+ }
4388
+ .EmbedBlock-module_attachment__2pE0t figcaption {
4389
+ padding-left: 12px;
4390
+ }
4391
+ .EmbedBlock-module_default__LSDny,
4392
+ .EmbedBlock-module_xs__1hFgW {
4393
+ max-width: 650px
4394
+ }
4395
+ @media only screen and (min-device-width: 32em) {
4396
+ .EmbedBlock-module_default__LSDny,
4397
+ .EmbedBlock-module_xs__1hFgW {
4398
+ margin-right: auto;
4399
+ margin-left: auto
4400
+ }
4401
+ }
4402
+ .EmbedBlock-module_full__1TEjx {
4403
+ max-width: 980px
4404
+ }
4405
+ @media only screen and (min-device-width: 32em) {
4406
+ .EmbedBlock-module_full__1TEjx {
4407
+ margin-right: auto;
4408
+ margin-left: auto
4409
+ }
4410
+ }
4411
+ .EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
4412
+ margin-right: -20px;
4413
+ margin-left: -20px
4414
+ }
4415
+ @media only screen and (min-device-width: 32em) {
4416
+ .EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
4417
+ margin-right: 0;
4418
+ margin-left: 0
4419
+ }
4420
+ }
4421
+ .EmbedBlock-module_super_full__1Fn9A {
4422
+ max-width: 100%;
4423
+ }
4424
+ @media only screen and (min-device-width: 32em) {
4425
+ .EmbedBlock-module_super_full__1Fn9A .EmbedBlock-module_figure__vAvcN {
4426
+ margin-right: -15px;
4427
+ margin-left: -15px
4428
+ }
4429
+ }
4430
+ .EmbedBlock-module_dark__1be2G iframe {
4431
+ background-color: transparent;
4432
+ }
4433
+ .EmbedBlock-module_isInGroupedBlock__3r_i- {
4434
+ max-width: none
4435
+ }
4436
+ @media only screen and (min-device-width: 32em) {
4437
+ .EmbedBlock-module_isInGroupedBlock__3r_i- {
4438
+ margin: 0
4439
+ }
4440
+ }
4441
+ @media only screen and (min-device-width: 32em) {
4442
+ .EmbedBlock-module_isInGroupedBlock__3r_i- .EmbedBlock-module_figure__vAvcN {
4443
+ margin: 0
4444
+ }
4445
+ }
4446
+ .EmbedBlock-module_isInGroupedBlock__3r_i- figcaption {
4447
+ max-width: none;
4448
+ margin-right: 0;
4449
+ margin-left: 0;
4450
+ }
4451
+ [data-frozen='true'] {
4452
+ position: relative;
4453
+
4454
+ cursor: pointer;
4455
+ }
4456
+ [data-frozen='true']::after {
4457
+ position: absolute;
4458
+ top: 0;
4459
+ right: 0;
4460
+ bottom: 0;
4461
+ left: 0;
4462
+
4463
+ content: '';
4464
+ pointer-events: none;
4465
+
4466
+ background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.5' fill='%23000' cx='35' cy='35' r='35'/%3E%3Cpath d='M35 66.75c2.816 0 5.585-.367 8.256-1.084.667-.18 1.062-.865.883-1.532-.18-.666-.866-1.062-1.533-.883-2.46.662-5.01 1-7.607 1-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25zm15.946-4.29c2.41-1.4 4.624-3.114 6.587-5.092.487-.49.484-1.282-.006-1.768s-1.282-.484-1.768.006c-1.81 1.823-3.852 3.403-6.07 4.694-.598.347-.8 1.113-.453 1.71.347.596 1.112.798 1.71.45zm11.632-11.716c1.382-2.417 2.442-5.007 3.147-7.713.174-.667-.226-1.35-.894-1.524-.667-.174-1.35.227-1.524.895-.65 2.492-1.625 4.877-2.898 7.102-.343.6-.135 1.363.464 1.706.6.343 1.363.135 1.706-.464zm4.172-15.912c-.015-2.816-.397-5.583-1.128-8.25-.183-.666-.87-1.058-1.537-.875-.665.183-1.057.87-.874 1.536.675 2.457 1.026 5.006 1.04 7.602.003.69.566 1.247 1.256 1.243.69-.003 1.247-.566 1.244-1.256zM62.376 18.91c-1.414-2.402-3.14-4.608-5.128-6.56-.492-.485-1.283-.478-1.767.015-.483.492-.476 1.284.016 1.767 1.833 1.8 3.423 3.834 4.726 6.046.35.595 1.117.793 1.712.443.594-.35.793-1.116.442-1.71zM50.598 7.34c-2.424-1.37-5.02-2.416-7.73-3.107-.668-.17-1.35.233-1.52.902-.17.67.234 1.35.903 1.52 2.496.637 4.886 1.6 7.118 2.86.6.34 1.363.13 1.703-.472.34-.602.13-1.364-.472-1.704zM34.665 3.25c-2.815.03-5.58.425-8.244 1.17-.664.187-1.052.877-.865 1.542.186.664.875 1.052 1.54.866 2.454-.687 5-1.052 7.596-1.078.69-.008 1.245-.573 1.238-1.263-.007-.692-.573-1.245-1.263-1.238zm-15.903 4.46c-2.393 1.426-4.59 3.163-6.533 5.162-.482.495-.47 1.287.024 1.768.496.48 1.287.47 1.768-.026 1.79-1.842 3.815-3.443 6.02-4.758.594-.354.788-1.12.434-1.714-.353-.593-1.12-.787-1.714-.433zM7.256 19.55c-1.357 2.43-2.39 5.032-3.065 7.745-.166.67.242 1.348.912 1.515.67.167 1.348-.24 1.515-.91.623-2.5 1.573-4.894 2.822-7.133.335-.603.12-1.365-.484-1.7-.603-.338-1.364-.122-1.7.48zM3.254 35.5c.043 2.813.454 5.577 1.214 8.237.19.663.882 1.047 1.545.857.664-.19 1.05-.88.86-1.545-.7-2.45-1.08-4.995-1.12-7.59-.01-.69-.578-1.24-1.27-1.23-.69.01-1.24.58-1.23 1.27zm4.543 15.88c1.44 2.385 3.188 4.573 5.197 6.505.497.478 1.29.463 1.767-.035.48-.497.464-1.29-.033-1.767-1.85-1.78-3.463-3.797-4.79-5.995-.356-.59-1.125-.78-1.716-.425-.59.357-.78 1.125-.423 1.716zm11.9 11.444c2.44 1.343 5.046 2.36 7.763 3.023.67.162 1.347-.25 1.51-.92.164-.67-.247-1.347-.918-1.51-2.502-.61-4.902-1.547-7.147-2.784-.605-.333-1.365-.113-1.698.492-.334.604-.114 1.365.49 1.698z' fill='%23FFF' fill-rule='nonzero'/%3E%3Cpath d='M19.838 34.99c0 4.39 3.297 7.265 7.35 7.265 2.437 0 4.39-1.008 5.776-2.54v-5.25h-6.636v2.162h4.178v2.184c-.63.59-1.89 1.26-3.317 1.26-2.774.002-4.832-2.14-4.832-5.08s2.058-5.062 4.83-5.062c1.576 0 2.9.82 3.634 1.87l2.015-1.134c-1.134-1.617-2.92-2.92-5.65-2.92-4.052 0-7.35 2.857-7.35 7.245zm15.487 6.992h2.457V27.977h-2.456v14.007zm5.24 0h2.457v-6.047h6.992v-2.163h-6.992V30.14l7.14-.002v-2.163h-9.597v14.008z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
4467
+ background-repeat: no-repeat;
4468
+ background-position: center;
4469
+ background-size: 70px 70px;
4470
+ }
4471
+ .EmbedBlock-module_gameEmbed__AZQSo {
4472
+ width: 100%;
4473
+ max-width: 650px;
4474
+ margin: 0 auto;
4475
+
4476
+ border-radius: 2px;
4477
+ background: #fff;
4478
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
4479
+ }
4480
+ .EmbedBlock-module_gameEmbed__AZQSo iframe {
4481
+ display: block;
4482
+
4483
+ width: 100%;
4484
+
4485
+ border-width: 0;
4486
+ }
4487
+ @media only screen and (min-device-width: 32em) {
4488
+ .EmbedBlock-module_mobile__1P-eo {
4489
+ display: none
4490
+ }
4491
+ }
4492
+ .EmbedBlock-module_mobile__1P-eo .EmbedBlock-module_figure__vAvcN {
4493
+ overflow: hidden;
4494
+
4495
+ border-radius: 8px 8px 0 0;
4496
+ }
4497
+ .EmbedBlock-module_desktop__SF5a_ {
4498
+ display: none
4499
+ }
4500
+ @media only screen and (min-device-width: 32em) {
4501
+ .EmbedBlock-module_desktop__SF5a_ {
4502
+ display: block
4503
+ }
4504
+ }
4505
+ .EmbedBlock-module_control__xr8dZ {
4506
+ position: absolute;
4507
+ z-index: 10;
4508
+ right: -8px;
4509
+ bottom: 12px;
4510
+
4511
+ width: 28px;
4512
+ height: 28px;
4513
+ margin: 0;
4514
+ padding: 0;
4515
+
4516
+ color: #fff;
4517
+ border-width: 0;
4518
+ border-radius: 14px;
4519
+ background-color: rgba(0, 0, 0, 0.7);
4520
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
4521
+ background-repeat: no-repeat;
4522
+ background-position: center;
4523
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
4524
+ }
4525
+ .EmbedBlock-module_raw_html__MQoAA {
4526
+ margin: 0 auto;
4527
+ }
4528
+ .EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4529
+ .EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4530
+ .EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4531
+ .EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4532
+ .EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4533
+ .EmbedBlock-module_figure__vAvcN {
4534
+ margin-right: -20px;
4535
+ margin-left: -20px
4536
+ }
4537
+ @media only screen and (min-device-width: 32em) {
4538
+ .EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4539
+ .EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4540
+ .EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4541
+ .EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4542
+ .EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4543
+ .EmbedBlock-module_figure__vAvcN {
4544
+ margin-right: auto;
4545
+ margin-left: auto
4546
+ }
4547
+ }
4548
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4549
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4550
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4551
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4552
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4553
+ .EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,
4554
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4555
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4556
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4557
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4558
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4559
+ .EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {
4560
+ margin-right: -11px;
4561
+ margin-left: -11px
4562
+ }
4563
+ @media only screen and (min-device-width: 64em) {
4564
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4565
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4566
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4567
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4568
+ .EmbedBlock-module_card__KTbvp.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4569
+ .EmbedBlock-module_card__KTbvp .EmbedBlock-module_figure__vAvcN,
4570
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_youtube__3gGQ5 .EmbedBlock-module_object__2_UZ7,
4571
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_vimeo__kpH1s .EmbedBlock-module_object__2_UZ7,
4572
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_onetv__3o33d .EmbedBlock-module_object__2_UZ7,
4573
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_coub__38Mva .EmbedBlock-module_object__2_UZ7,
4574
+ .EmbedBlock-module_slide__3cL3M.EmbedBlock-module_facebook_video__1_M05 .EmbedBlock-module_object__2_UZ7,
4575
+ .EmbedBlock-module_slide__3cL3M .EmbedBlock-module_figure__vAvcN {
4576
+ margin-right: auto;
4577
+ margin-left: auto
4578
+ }
4579
+ }
4580
+ .EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,
4581
+ .EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {
4582
+ overflow: hidden;
4583
+
4584
+ margin-bottom: -16px;
4585
+
4586
+ border-radius: 0 0 8px 8px
4587
+ }
4588
+ @media only screen and (min-device-width: 64em) {
4589
+ .EmbedBlock-module_card__KTbvp:not(.EmbedBlock-module_cc__1BQ5g):last-child,
4590
+ .EmbedBlock-module_slide__3cL3M:not(.EmbedBlock-module_cc__1BQ5g):last-child {
4591
+ margin-bottom: -24px
4592
+ }
4593
+ }
4594
+ .EmbedBlock-module_isInAnswer__tLlgs {
4595
+ margin-top: 12px;
4596
+ margin-bottom: 12px
4597
+ }
4598
+ @media only screen and (min-device-width: 64em) {
4599
+ .EmbedBlock-module_isInAnswer__tLlgs {
4600
+ margin-top: 10px;
4601
+ margin-bottom: 10px
4602
+ }
4603
+ }
4604
+ .EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN {
4605
+ margin-right: 0;
4606
+ margin-left: 0;
4607
+ }
4608
+ .EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny .EmbedBlock-module_figure__vAvcN {
4609
+ margin-right: 0;
4610
+ margin-left: 0;
4611
+ }
4612
+ .EmbedBlock-module_picture__186q0.EmbedBlock-module_default__LSDny img {
4613
+ border-radius: 2px;
4614
+ }
4615
+ .EmbedBlock-module_wrapper__33XvX {
4616
+ position: relative;
4617
+ }
4618
+ .EmbedBlock-module_wrapper__33XvX .EmbedBlock-module_objectWrap__1aDVd {
4619
+ position: static;
4620
+ }
4621
+ /* VISIBILITY */
4622
+ @media only screen and (min-device-width: 32em) {
4623
+ .EmbedBlock-module_mobile__1P-eo {
4624
+ display: none
4625
+ }
4626
+ }
4627
+ .EmbedBlock-module_desktop__SF5a_ {
4628
+ display: none
4629
+ }
4630
+ @media only screen and (min-device-width: 32em) {
4631
+ .EmbedBlock-module_desktop__SF5a_ {
4632
+ display: block
4633
+ }
4634
+ }
4635
+ /* XS */
4636
+ @media only screen and (min-device-width: 40.625em) {
4637
+ .EmbedBlock-module_xs__1hFgW {
4638
+ display: -webkit-box;
4639
+ display: -webkit-flex;
4640
+ display: -ms-flexbox;
4641
+ display: flex;
4642
+ align-items: center;
4643
+ flex-flow: row nowrap
4644
+ }
4645
+ }
4646
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {
4647
+ flex-shrink: 0;
4648
+
4649
+ max-width: 33.3333333%;
4650
+ margin-right: 0;
4651
+ margin-left: 0
4652
+ }
4653
+ @media only screen and (min-device-width: 40.625em) {
4654
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {
4655
+ width: 216px;
4656
+ margin-right: 15px
4657
+ }
4658
+ }
4659
+ .EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN figcaption {
4660
+ padding-top: 12px;
4661
+ }
4662
+ .EmbedBlock-module_xs__1hFgW + h3,
4663
+ .EmbedBlock-module_xs__1hFgW + h4 {
4664
+ margin-top: 0;
4665
+ }