@meduza/ui-kit-2 0.1.89 → 0.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui-kit-2.cjs.development.js +4 -4
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +4 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2252 -2250
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +6 -4
- package/src/DonatesTeaser/index.tsx +5 -5
package/dist/ui-kit.css
CHANGED
|
@@ -224,6 +224,254 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
+
/* Colors */
|
|
228
|
+
/* Fonts */
|
|
229
|
+
/* Gap */
|
|
230
|
+
/* Media */
|
|
231
|
+
/* 512 */
|
|
232
|
+
/* 650 */
|
|
233
|
+
/* 768 */
|
|
234
|
+
/* 1024 */
|
|
235
|
+
/* 1010 */
|
|
236
|
+
/* 1200 */
|
|
237
|
+
/* 511 */
|
|
238
|
+
/* 1023 */
|
|
239
|
+
/* Zindex */
|
|
240
|
+
.Switcher-module_root__1Env1 {
|
|
241
|
+
position: relative;
|
|
242
|
+
|
|
243
|
+
display: -webkit-box;
|
|
244
|
+
|
|
245
|
+
display: -webkit-flex;
|
|
246
|
+
|
|
247
|
+
display: -ms-flexbox;
|
|
248
|
+
|
|
249
|
+
display: flex;
|
|
250
|
+
flex-flow: row nowrap;
|
|
251
|
+
align-items: center;
|
|
252
|
+
|
|
253
|
+
font-weight: 600;
|
|
254
|
+
|
|
255
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
256
|
+
white-space: nowrap;
|
|
257
|
+
|
|
258
|
+
cursor: pointer;
|
|
259
|
+
|
|
260
|
+
-webkit-user-select: none;
|
|
261
|
+
|
|
262
|
+
-moz-user-select: none;
|
|
263
|
+
|
|
264
|
+
-ms-user-select: none;
|
|
265
|
+
|
|
266
|
+
user-select: none;
|
|
267
|
+
}
|
|
268
|
+
.Switcher-module_dark__1IzaH {
|
|
269
|
+
color: inherit;
|
|
270
|
+
}
|
|
271
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
272
|
+
background-color: transparent;
|
|
273
|
+
}
|
|
274
|
+
.Switcher-module_input__jaMVF {
|
|
275
|
+
position: absolute;
|
|
276
|
+
top: 0;
|
|
277
|
+
left: 0;
|
|
278
|
+
|
|
279
|
+
opacity: 0;
|
|
280
|
+
}
|
|
281
|
+
.Switcher-module_control__1NTvY {
|
|
282
|
+
position: relative;
|
|
283
|
+
|
|
284
|
+
display: block;
|
|
285
|
+
|
|
286
|
+
width: 37px;
|
|
287
|
+
height: 21px;
|
|
288
|
+
|
|
289
|
+
background-color: #e6e6e6;
|
|
290
|
+
|
|
291
|
+
border-radius: 15px;
|
|
292
|
+
}
|
|
293
|
+
.Switcher-module_control__1NTvY::before {
|
|
294
|
+
position: absolute;
|
|
295
|
+
top: 0;
|
|
296
|
+
bottom: 0;
|
|
297
|
+
left: 0;
|
|
298
|
+
|
|
299
|
+
width: 18px;
|
|
300
|
+
|
|
301
|
+
background: rgba(19, 191, 17, 0);
|
|
302
|
+
|
|
303
|
+
border-radius: 15px;
|
|
304
|
+
|
|
305
|
+
transition: 0.25s ease-in-out;
|
|
306
|
+
|
|
307
|
+
content: '';
|
|
308
|
+
}
|
|
309
|
+
.Switcher-module_knob__3kEy5 {
|
|
310
|
+
position: relative;
|
|
311
|
+
top: 2px;
|
|
312
|
+
left: 2px;
|
|
313
|
+
z-index: 200;
|
|
314
|
+
|
|
315
|
+
display: block;
|
|
316
|
+
|
|
317
|
+
width: 17px;
|
|
318
|
+
height: 17px;
|
|
319
|
+
|
|
320
|
+
background: #fff;
|
|
321
|
+
|
|
322
|
+
border-radius: 15px;
|
|
323
|
+
|
|
324
|
+
transition: 0.25s ease-in-out;
|
|
325
|
+
}
|
|
326
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
327
|
+
width: 100%;
|
|
328
|
+
|
|
329
|
+
background-color: #b88b59;
|
|
330
|
+
}
|
|
331
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
332
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
333
|
+
}
|
|
334
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
335
|
+
left: 18px;
|
|
336
|
+
}
|
|
337
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
338
|
+
margin-right: 6px;
|
|
339
|
+
}
|
|
340
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
341
|
+
margin-left: 6px;
|
|
342
|
+
}
|
|
343
|
+
/* panel */
|
|
344
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
345
|
+
|
|
346
|
+
color: #999;
|
|
347
|
+
|
|
348
|
+
font-size: 13px;
|
|
349
|
+
letter-spacing: 0.5px;
|
|
350
|
+
text-transform: uppercase;
|
|
351
|
+
}
|
|
352
|
+
/* menu */
|
|
353
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
354
|
+
font-weight: normal;
|
|
355
|
+
}
|
|
356
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
357
|
+
margin-right: 8px;
|
|
358
|
+
}
|
|
359
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
360
|
+
width: 48px;
|
|
361
|
+
height: 30px;
|
|
362
|
+
}
|
|
363
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
364
|
+
top: 4px;
|
|
365
|
+
|
|
366
|
+
width: 22px;
|
|
367
|
+
height: 22px;
|
|
368
|
+
|
|
369
|
+
background-color: #bababa;
|
|
370
|
+
}
|
|
371
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
372
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
373
|
+
left: 23px;
|
|
374
|
+
|
|
375
|
+
background-color: #fff;
|
|
376
|
+
}
|
|
377
|
+
/* live */
|
|
378
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
379
|
+
|
|
380
|
+
color: #7f7f7f;
|
|
381
|
+
|
|
382
|
+
font-size: 13px;
|
|
383
|
+
letter-spacing: 0.5px;
|
|
384
|
+
text-transform: uppercase;
|
|
385
|
+
}
|
|
386
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
387
|
+
background-color: #1a1a1a;
|
|
388
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/* Colors */
|
|
392
|
+
/* Fonts */
|
|
393
|
+
/* Gap */
|
|
394
|
+
/* Media */
|
|
395
|
+
/* 512 */
|
|
396
|
+
/* 650 */
|
|
397
|
+
/* 768 */
|
|
398
|
+
/* 1024 */
|
|
399
|
+
/* 1010 */
|
|
400
|
+
/* 1200 */
|
|
401
|
+
/* 511 */
|
|
402
|
+
/* 1023 */
|
|
403
|
+
/* Zindex */
|
|
404
|
+
.Image-module_root__1vsA_ {
|
|
405
|
+
position: relative;
|
|
406
|
+
z-index: 1;
|
|
407
|
+
|
|
408
|
+
display: block;
|
|
409
|
+
overflow: hidden;
|
|
410
|
+
transition: background-color 250ms ease;
|
|
411
|
+
|
|
412
|
+
background-color: #f2f2f2
|
|
413
|
+
}
|
|
414
|
+
@media only screen and (min-width: 32em) {
|
|
415
|
+
.Image-module_root__1vsA_ {
|
|
416
|
+
border-radius: inherit
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
.Image-module_root__1vsA_ img {
|
|
420
|
+
position: absolute;
|
|
421
|
+
top: 0;
|
|
422
|
+
left: 0;
|
|
423
|
+
|
|
424
|
+
width: 100%;
|
|
425
|
+
height: 100%;
|
|
426
|
+
}
|
|
427
|
+
.Image-module_isLoaded__3XhU5 {
|
|
428
|
+
background-color: transparent;
|
|
429
|
+
}
|
|
430
|
+
.Image-module_wrapper__3fLjs {
|
|
431
|
+
display: block;
|
|
432
|
+
|
|
433
|
+
width: 100%;
|
|
434
|
+
|
|
435
|
+
background-repeat: no-repeat;
|
|
436
|
+
background-size: 100% auto;
|
|
437
|
+
}
|
|
438
|
+
.Image-module_fullscreen__29apx picture {
|
|
439
|
+
cursor: pointer;
|
|
440
|
+
}
|
|
441
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
442
|
+
opacity: 1;
|
|
443
|
+
}
|
|
444
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
445
|
+
position: absolute;
|
|
446
|
+
right: 12px;
|
|
447
|
+
bottom: 12px;
|
|
448
|
+
|
|
449
|
+
width: 40px;
|
|
450
|
+
height: 40px;
|
|
451
|
+
|
|
452
|
+
transition: opacity 250ms ease;
|
|
453
|
+
pointer-events: none;
|
|
454
|
+
|
|
455
|
+
opacity: 0;
|
|
456
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
457
|
+
border-radius: 20px;
|
|
458
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
459
|
+
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");
|
|
460
|
+
background-repeat: no-repeat;
|
|
461
|
+
background-position: center
|
|
462
|
+
}
|
|
463
|
+
@media only screen and (min-width: 64em) {
|
|
464
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
465
|
+
content: ''
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
469
|
+
outline: none;
|
|
470
|
+
}
|
|
471
|
+
.Image-module_dark__3o0nU {
|
|
472
|
+
background-color: transparent;
|
|
473
|
+
}
|
|
474
|
+
|
|
227
475
|
/* Colors */
|
|
228
476
|
/* Fonts */
|
|
229
477
|
/* Gap */
|
|
@@ -473,96 +721,12 @@
|
|
|
473
721
|
/* 511 */
|
|
474
722
|
/* 1023 */
|
|
475
723
|
/* Zindex */
|
|
476
|
-
.
|
|
724
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
477
725
|
position: relative;
|
|
478
|
-
z-index: 1;
|
|
479
726
|
|
|
480
727
|
display: block;
|
|
481
|
-
overflow: hidden;
|
|
482
|
-
transition: background-color 250ms ease;
|
|
483
728
|
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
@media only screen and (min-width: 32em) {
|
|
487
|
-
.Image-module_root__1vsA_ {
|
|
488
|
-
border-radius: inherit
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
.Image-module_root__1vsA_ img {
|
|
492
|
-
position: absolute;
|
|
493
|
-
top: 0;
|
|
494
|
-
left: 0;
|
|
495
|
-
|
|
496
|
-
width: 100%;
|
|
497
|
-
height: 100%;
|
|
498
|
-
}
|
|
499
|
-
.Image-module_isLoaded__3XhU5 {
|
|
500
|
-
background-color: transparent;
|
|
501
|
-
}
|
|
502
|
-
.Image-module_wrapper__3fLjs {
|
|
503
|
-
display: block;
|
|
504
|
-
|
|
505
|
-
width: 100%;
|
|
506
|
-
|
|
507
|
-
background-repeat: no-repeat;
|
|
508
|
-
background-size: 100% auto;
|
|
509
|
-
}
|
|
510
|
-
.Image-module_fullscreen__29apx picture {
|
|
511
|
-
cursor: pointer;
|
|
512
|
-
}
|
|
513
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
514
|
-
opacity: 1;
|
|
515
|
-
}
|
|
516
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
517
|
-
position: absolute;
|
|
518
|
-
right: 12px;
|
|
519
|
-
bottom: 12px;
|
|
520
|
-
|
|
521
|
-
width: 40px;
|
|
522
|
-
height: 40px;
|
|
523
|
-
|
|
524
|
-
transition: opacity 250ms ease;
|
|
525
|
-
pointer-events: none;
|
|
526
|
-
|
|
527
|
-
opacity: 0;
|
|
528
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
529
|
-
border-radius: 20px;
|
|
530
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
531
|
-
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");
|
|
532
|
-
background-repeat: no-repeat;
|
|
533
|
-
background-position: center
|
|
534
|
-
}
|
|
535
|
-
@media only screen and (min-width: 64em) {
|
|
536
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
537
|
-
content: ''
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
541
|
-
outline: none;
|
|
542
|
-
}
|
|
543
|
-
.Image-module_dark__3o0nU {
|
|
544
|
-
background-color: transparent;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/* Colors */
|
|
548
|
-
/* Fonts */
|
|
549
|
-
/* Gap */
|
|
550
|
-
/* Media */
|
|
551
|
-
/* 512 */
|
|
552
|
-
/* 650 */
|
|
553
|
-
/* 768 */
|
|
554
|
-
/* 1024 */
|
|
555
|
-
/* 1010 */
|
|
556
|
-
/* 1200 */
|
|
557
|
-
/* 511 */
|
|
558
|
-
/* 1023 */
|
|
559
|
-
/* Zindex */
|
|
560
|
-
.DotsOnImage-module_root__2XP3Q {
|
|
561
|
-
position: relative;
|
|
562
|
-
|
|
563
|
-
display: block;
|
|
564
|
-
|
|
565
|
-
width: 100%;
|
|
729
|
+
width: 100%;
|
|
566
730
|
}
|
|
567
731
|
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
568
732
|
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
@@ -723,172 +887,145 @@
|
|
|
723
887
|
/* 511 */
|
|
724
888
|
/* 1023 */
|
|
725
889
|
/* Zindex */
|
|
726
|
-
.
|
|
727
|
-
display: block;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/* Colors */
|
|
731
|
-
/* Fonts */
|
|
732
|
-
/* Gap */
|
|
733
|
-
/* Media */
|
|
734
|
-
/* 512 */
|
|
735
|
-
/* 650 */
|
|
736
|
-
/* 768 */
|
|
737
|
-
/* 1024 */
|
|
738
|
-
/* 1010 */
|
|
739
|
-
/* 1200 */
|
|
740
|
-
/* 511 */
|
|
741
|
-
/* 1023 */
|
|
742
|
-
/* Zindex */
|
|
743
|
-
.Switcher-module_root__1Env1 {
|
|
744
|
-
position: relative;
|
|
745
|
-
|
|
746
|
-
display: -webkit-box;
|
|
747
|
-
|
|
748
|
-
display: -webkit-flex;
|
|
749
|
-
|
|
750
|
-
display: -ms-flexbox;
|
|
751
|
-
|
|
752
|
-
display: flex;
|
|
753
|
-
flex-flow: row nowrap;
|
|
754
|
-
align-items: center;
|
|
755
|
-
|
|
756
|
-
font-weight: 600;
|
|
757
|
-
|
|
758
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
759
|
-
white-space: nowrap;
|
|
760
|
-
|
|
761
|
-
cursor: pointer;
|
|
890
|
+
.Tag-module_root__3IqWC {
|
|
891
|
+
display: inline-block;
|
|
762
892
|
|
|
893
|
+
cursor: default;
|
|
763
894
|
-webkit-user-select: none;
|
|
764
|
-
|
|
765
895
|
-moz-user-select: none;
|
|
766
|
-
|
|
767
896
|
-ms-user-select: none;
|
|
768
|
-
|
|
769
897
|
user-select: none;
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
}
|
|
774
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
775
|
-
background-color: transparent;
|
|
776
|
-
}
|
|
777
|
-
.Switcher-module_input__jaMVF {
|
|
778
|
-
position: absolute;
|
|
779
|
-
top: 0;
|
|
780
|
-
left: 0;
|
|
898
|
+
vertical-align: middle;
|
|
899
|
+
letter-spacing: 1px;
|
|
900
|
+
text-transform: uppercase;
|
|
781
901
|
|
|
782
|
-
|
|
902
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
903
|
+
font-size: 12px;
|
|
904
|
+
font-weight: 600;
|
|
905
|
+
line-height: 12px;
|
|
783
906
|
}
|
|
784
|
-
.
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
display: block;
|
|
788
|
-
|
|
789
|
-
width: 37px;
|
|
790
|
-
height: 21px;
|
|
791
|
-
|
|
792
|
-
background-color: #e6e6e6;
|
|
793
|
-
|
|
794
|
-
border-radius: 15px;
|
|
907
|
+
.Tag-module_small__2IAb7 {
|
|
908
|
+
font-size: 12px;
|
|
909
|
+
line-height: 12px
|
|
795
910
|
}
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
bottom: 0;
|
|
800
|
-
left: 0;
|
|
801
|
-
|
|
802
|
-
width: 18px;
|
|
803
|
-
|
|
804
|
-
background: rgba(19, 191, 17, 0);
|
|
805
|
-
|
|
806
|
-
border-radius: 15px;
|
|
807
|
-
|
|
808
|
-
transition: 0.25s ease-in-out;
|
|
809
|
-
|
|
810
|
-
content: '';
|
|
911
|
+
@media only screen and (min-width: 64em) {
|
|
912
|
+
.Tag-module_small__2IAb7 {
|
|
913
|
+
line-height: 14px
|
|
811
914
|
}
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
z-index: 200;
|
|
817
|
-
|
|
818
|
-
display: block;
|
|
819
|
-
|
|
820
|
-
width: 17px;
|
|
821
|
-
height: 17px;
|
|
822
|
-
|
|
823
|
-
background: #fff;
|
|
824
|
-
|
|
825
|
-
border-radius: 15px;
|
|
915
|
+
}
|
|
916
|
+
@media only screen and (min-width: 64em) {
|
|
917
|
+
.Tag-module_large__22z_o {
|
|
918
|
+
letter-spacing: 1px;
|
|
826
919
|
|
|
827
|
-
|
|
920
|
+
font-size: 14px;
|
|
921
|
+
line-height: 16px
|
|
828
922
|
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
background-color: #b88b59;
|
|
923
|
+
}
|
|
924
|
+
.Tag-module_dark__sgnt1 {
|
|
925
|
+
color: #000;
|
|
833
926
|
}
|
|
834
|
-
.
|
|
835
|
-
|
|
927
|
+
.Tag-module_light__1zUhp {
|
|
928
|
+
color: #fff;
|
|
836
929
|
}
|
|
837
|
-
.
|
|
838
|
-
|
|
930
|
+
.Tag-module_gold__2ksA7 {
|
|
931
|
+
color: #b88b59;
|
|
839
932
|
}
|
|
840
|
-
.
|
|
841
|
-
|
|
933
|
+
.Tag-module_gray__mGAO_ {
|
|
934
|
+
color: #757575;
|
|
842
935
|
}
|
|
843
|
-
.
|
|
844
|
-
|
|
936
|
+
.Tag-module_inherit__2QB5U {
|
|
937
|
+
color: inherit;
|
|
845
938
|
}
|
|
846
|
-
|
|
847
|
-
.
|
|
939
|
+
@media only screen and (min-width: 64em) {
|
|
940
|
+
.Tag-module_is1to1__3EDbC,
|
|
941
|
+
.Tag-module_is1to2__3xbC6,
|
|
942
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
943
|
+
letter-spacing: 1px;
|
|
848
944
|
|
|
849
|
-
|
|
945
|
+
font-size: 12px;
|
|
946
|
+
line-height: 20px
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
@media only screen and (min-width: 64em) {
|
|
950
|
+
.Tag-module_is1to3__3j5K-,
|
|
951
|
+
.Tag-module_is1to4__2vq4r {
|
|
952
|
+
letter-spacing: 0.5px;
|
|
850
953
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
text-transform: uppercase;
|
|
954
|
+
font-size: 10px;
|
|
955
|
+
line-height: 15px
|
|
854
956
|
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
957
|
+
}
|
|
958
|
+
@media only screen and (min-width: 32em) {
|
|
959
|
+
.Tag-module_slide__2nMDw,
|
|
960
|
+
.Tag-module_game__3j5yG {
|
|
961
|
+
width: 100%;
|
|
962
|
+
|
|
963
|
+
text-align: center
|
|
858
964
|
}
|
|
859
|
-
|
|
860
|
-
|
|
965
|
+
}
|
|
966
|
+
.Tag-module_richRelated__2vbQQ {
|
|
967
|
+
font-size: 12px;
|
|
968
|
+
line-height: 17px
|
|
861
969
|
}
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
970
|
+
@media only screen and (min-width: 64em) {
|
|
971
|
+
.Tag-module_richRelated__2vbQQ {
|
|
972
|
+
font-size: 14px;
|
|
973
|
+
line-height: 20px
|
|
865
974
|
}
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
975
|
+
}
|
|
976
|
+
.Tag-module_slide__2nMDw,
|
|
977
|
+
.Tag-module_game__3j5yG,
|
|
978
|
+
.Tag-module_card__1EAeF,
|
|
979
|
+
.Tag-module_live__rwXuR,
|
|
980
|
+
.Tag-module_episode__3o6gg,
|
|
981
|
+
.Tag-module_podcast__VPoll,
|
|
982
|
+
.Tag-module_rich__2URd9,
|
|
983
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
984
|
+
margin-bottom: 6px;
|
|
871
985
|
|
|
872
|
-
|
|
986
|
+
line-height: 10px
|
|
873
987
|
}
|
|
874
|
-
|
|
875
|
-
.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
988
|
+
@media only screen and (min-width: 32em) {
|
|
989
|
+
.Tag-module_slide__2nMDw,
|
|
990
|
+
.Tag-module_game__3j5yG,
|
|
991
|
+
.Tag-module_card__1EAeF,
|
|
992
|
+
.Tag-module_live__rwXuR,
|
|
993
|
+
.Tag-module_episode__3o6gg,
|
|
994
|
+
.Tag-module_podcast__VPoll,
|
|
995
|
+
.Tag-module_rich__2URd9,
|
|
996
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
997
|
+
margin-bottom: 10px
|
|
879
998
|
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
font-size: 13px;
|
|
886
|
-
letter-spacing: 0.5px;
|
|
887
|
-
text-transform: uppercase;
|
|
999
|
+
}
|
|
1000
|
+
@media only screen and (min-width: 32em) {
|
|
1001
|
+
.Tag-module_mobile__QQxuv {
|
|
1002
|
+
display: none
|
|
888
1003
|
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
1004
|
+
}
|
|
1005
|
+
.Tag-module_desktop__1Bjsy {
|
|
1006
|
+
display: none
|
|
1007
|
+
}
|
|
1008
|
+
@media only screen and (min-width: 32em) {
|
|
1009
|
+
.Tag-module_desktop__1Bjsy {
|
|
1010
|
+
display: block
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/* Colors */
|
|
1015
|
+
/* Fonts */
|
|
1016
|
+
/* Gap */
|
|
1017
|
+
/* Media */
|
|
1018
|
+
/* 512 */
|
|
1019
|
+
/* 650 */
|
|
1020
|
+
/* 768 */
|
|
1021
|
+
/* 1024 */
|
|
1022
|
+
/* 1010 */
|
|
1023
|
+
/* 1200 */
|
|
1024
|
+
/* 511 */
|
|
1025
|
+
/* 1023 */
|
|
1026
|
+
/* Zindex */
|
|
1027
|
+
.Lazy-module_root__2Z72l {
|
|
1028
|
+
display: block;
|
|
892
1029
|
}
|
|
893
1030
|
|
|
894
1031
|
/* Colors */
|
|
@@ -1202,129 +1339,97 @@
|
|
|
1202
1339
|
/* 511 */
|
|
1203
1340
|
/* 1023 */
|
|
1204
1341
|
/* Zindex */
|
|
1205
|
-
.
|
|
1206
|
-
display: inline-block;
|
|
1207
|
-
|
|
1208
|
-
cursor: default;
|
|
1209
|
-
-webkit-user-select: none;
|
|
1210
|
-
-moz-user-select: none;
|
|
1211
|
-
-ms-user-select: none;
|
|
1212
|
-
user-select: none;
|
|
1213
|
-
vertical-align: middle;
|
|
1214
|
-
letter-spacing: 1px;
|
|
1215
|
-
text-transform: uppercase;
|
|
1216
|
-
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1217
1343
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1218
|
-
font-size: 12px;
|
|
1219
|
-
font-weight: 600;
|
|
1220
|
-
line-height: 12px;
|
|
1221
|
-
}
|
|
1222
|
-
.Tag-module_small__2IAb7 {
|
|
1223
|
-
font-size: 12px;
|
|
1224
|
-
line-height: 12px
|
|
1225
|
-
}
|
|
1226
|
-
@media only screen and (min-width: 64em) {
|
|
1227
|
-
.Tag-module_small__2IAb7 {
|
|
1228
|
-
line-height: 14px
|
|
1229
1344
|
}
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
.Tag-module_large__22z_o {
|
|
1233
|
-
letter-spacing: 1px;
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1234
1347
|
|
|
1235
|
-
font-size: 14px;
|
|
1236
|
-
line-height: 16px
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
.Tag-module_dark__sgnt1 {
|
|
1240
|
-
color: #000;
|
|
1241
|
-
}
|
|
1242
|
-
.Tag-module_light__1zUhp {
|
|
1243
|
-
color: #fff;
|
|
1244
|
-
}
|
|
1245
|
-
.Tag-module_gold__2ksA7 {
|
|
1246
|
-
color: #b88b59;
|
|
1247
|
-
}
|
|
1248
|
-
.Tag-module_gray__mGAO_ {
|
|
1249
|
-
color: #757575;
|
|
1250
|
-
}
|
|
1251
|
-
.Tag-module_inherit__2QB5U {
|
|
1252
1348
|
color: inherit;
|
|
1349
|
+
box-shadow: none;
|
|
1253
1350
|
}
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
.Tag-module_is1to2__3xbC6,
|
|
1257
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
1258
|
-
letter-spacing: 1px;
|
|
1259
|
-
|
|
1260
|
-
font-size: 12px;
|
|
1261
|
-
line-height: 20px
|
|
1351
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1352
|
+
color: #b88b58;
|
|
1262
1353
|
}
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
.Tag-module_is1to4__2vq4r {
|
|
1267
|
-
letter-spacing: 0.5px;
|
|
1354
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1355
|
+
max-width: 520px;
|
|
1356
|
+
padding-top: calc(4rem / 16);
|
|
1268
1357
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1358
|
+
color: #1a1a1a;
|
|
1359
|
+
|
|
1360
|
+
font-size: calc(14rem / 16);
|
|
1361
|
+
line-height: calc(18rem / 16)
|
|
1271
1362
|
}
|
|
1272
|
-
}
|
|
1273
1363
|
@media only screen and (min-width: 32em) {
|
|
1274
|
-
.
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
text-align: center
|
|
1364
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1365
|
+
padding-top: 4px;
|
|
1366
|
+
font-size: 16px;
|
|
1367
|
+
line-height: 22px
|
|
1279
1368
|
}
|
|
1280
1369
|
}
|
|
1281
|
-
.
|
|
1282
|
-
|
|
1283
|
-
|
|
1370
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1371
|
+
max-width: 520px;
|
|
1372
|
+
padding-top: 1px;
|
|
1373
|
+
|
|
1374
|
+
color: #666;
|
|
1375
|
+
|
|
1376
|
+
font-size: calc(12rem / 16);
|
|
1377
|
+
line-height: 1rem
|
|
1284
1378
|
}
|
|
1285
|
-
@media only screen and (min-width:
|
|
1286
|
-
.
|
|
1287
|
-
|
|
1288
|
-
line-height: 20px
|
|
1379
|
+
@media only screen and (min-width: 32em) {
|
|
1380
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1381
|
+
padding-top: 3px
|
|
1289
1382
|
}
|
|
1290
1383
|
}
|
|
1291
|
-
.
|
|
1292
|
-
|
|
1293
|
-
.Tag-module_card__1EAeF,
|
|
1294
|
-
.Tag-module_live__rwXuR,
|
|
1295
|
-
.Tag-module_episode__3o6gg,
|
|
1296
|
-
.Tag-module_podcast__VPoll,
|
|
1297
|
-
.Tag-module_rich__2URd9,
|
|
1298
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1299
|
-
margin-bottom: 6px;
|
|
1300
|
-
|
|
1301
|
-
line-height: 10px
|
|
1384
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1385
|
+
padding-top: calc(3rem / 16)
|
|
1302
1386
|
}
|
|
1303
1387
|
@media only screen and (min-width: 32em) {
|
|
1304
|
-
.
|
|
1305
|
-
|
|
1306
|
-
.Tag-module_card__1EAeF,
|
|
1307
|
-
.Tag-module_live__rwXuR,
|
|
1308
|
-
.Tag-module_episode__3o6gg,
|
|
1309
|
-
.Tag-module_podcast__VPoll,
|
|
1310
|
-
.Tag-module_rich__2URd9,
|
|
1311
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1312
|
-
margin-bottom: 10px
|
|
1388
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1389
|
+
padding-top: 3px
|
|
1313
1390
|
}
|
|
1314
1391
|
}
|
|
1392
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1393
|
+
color: #fff;
|
|
1394
|
+
}
|
|
1395
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1396
|
+
color: #929292;
|
|
1397
|
+
}
|
|
1398
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1399
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1400
|
+
padding-top: calc(10rem / 16)
|
|
1401
|
+
}
|
|
1315
1402
|
@media only screen and (min-width: 32em) {
|
|
1316
|
-
.
|
|
1317
|
-
|
|
1403
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1404
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1405
|
+
padding-top: 12px
|
|
1318
1406
|
}
|
|
1319
1407
|
}
|
|
1320
|
-
.
|
|
1321
|
-
|
|
1408
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1409
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1410
|
+
padding-top: calc(9rem / 16)
|
|
1322
1411
|
}
|
|
1323
1412
|
@media only screen and (min-width: 32em) {
|
|
1324
|
-
.
|
|
1325
|
-
|
|
1413
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1414
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1415
|
+
padding-top: 11px
|
|
1326
1416
|
}
|
|
1327
1417
|
}
|
|
1418
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1419
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1420
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1421
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1422
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1423
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1424
|
+
max-width: 650px;
|
|
1425
|
+
}
|
|
1426
|
+
/* Dark theme */
|
|
1427
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1428
|
+
color: #d9d9d9;
|
|
1429
|
+
}
|
|
1430
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1431
|
+
color: #757575;
|
|
1432
|
+
}
|
|
1328
1433
|
|
|
1329
1434
|
/* Colors */
|
|
1330
1435
|
/* Fonts */
|
|
@@ -1339,171 +1444,8 @@
|
|
|
1339
1444
|
/* 511 */
|
|
1340
1445
|
/* 1023 */
|
|
1341
1446
|
/* Zindex */
|
|
1342
|
-
.
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1346
|
-
margin: 0;
|
|
1347
|
-
padding: 5px 3px;
|
|
1348
|
-
|
|
1349
|
-
cursor: pointer;
|
|
1350
|
-
|
|
1351
|
-
color: inherit;
|
|
1352
|
-
border-width: 0;
|
|
1353
|
-
outline: none;
|
|
1354
|
-
background-color: transparent;
|
|
1355
|
-
|
|
1356
|
-
-webkit-appearance: none;
|
|
1357
|
-
|
|
1358
|
-
-moz-appearance: none;
|
|
1359
|
-
|
|
1360
|
-
appearance: none;
|
|
1361
|
-
fill: transparent;
|
|
1362
|
-
}
|
|
1363
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1364
|
-
color: #fff;
|
|
1365
|
-
}
|
|
1366
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1367
|
-
color: #000;
|
|
1368
|
-
}
|
|
1369
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1370
|
-
fill: #e0e0e0;
|
|
1371
|
-
}
|
|
1372
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1373
|
-
fill: #fff;
|
|
1374
|
-
}
|
|
1375
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1376
|
-
fill: #000;
|
|
1377
|
-
}
|
|
1378
|
-
@media only screen and (min-width: 64em) {
|
|
1379
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1380
|
-
width: 12px
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1383
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1384
|
-
display: none;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
/* Colors */
|
|
1388
|
-
/* Fonts */
|
|
1389
|
-
/* Gap */
|
|
1390
|
-
/* Media */
|
|
1391
|
-
/* 512 */
|
|
1392
|
-
/* 650 */
|
|
1393
|
-
/* 768 */
|
|
1394
|
-
/* 1024 */
|
|
1395
|
-
/* 1010 */
|
|
1396
|
-
/* 1200 */
|
|
1397
|
-
/* 511 */
|
|
1398
|
-
/* 1023 */
|
|
1399
|
-
/* Zindex */
|
|
1400
|
-
.MediaCaption-module_root__KqTdw {
|
|
1401
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1402
|
-
}
|
|
1403
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1404
|
-
text-decoration: underline;
|
|
1405
|
-
|
|
1406
|
-
color: inherit;
|
|
1407
|
-
box-shadow: none;
|
|
1408
|
-
}
|
|
1409
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1410
|
-
color: #b88b58;
|
|
1411
|
-
}
|
|
1412
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1413
|
-
max-width: 520px;
|
|
1414
|
-
padding-top: calc(4rem / 16);
|
|
1415
|
-
|
|
1416
|
-
color: #1a1a1a;
|
|
1417
|
-
|
|
1418
|
-
font-size: calc(14rem / 16);
|
|
1419
|
-
line-height: calc(18rem / 16)
|
|
1420
|
-
}
|
|
1421
|
-
@media only screen and (min-width: 32em) {
|
|
1422
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1423
|
-
padding-top: 4px;
|
|
1424
|
-
font-size: 16px;
|
|
1425
|
-
line-height: 22px
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1429
|
-
max-width: 520px;
|
|
1430
|
-
padding-top: 1px;
|
|
1431
|
-
|
|
1432
|
-
color: #666;
|
|
1433
|
-
|
|
1434
|
-
font-size: calc(12rem / 16);
|
|
1435
|
-
line-height: 1rem
|
|
1436
|
-
}
|
|
1437
|
-
@media only screen and (min-width: 32em) {
|
|
1438
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1439
|
-
padding-top: 3px
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1443
|
-
padding-top: calc(3rem / 16)
|
|
1444
|
-
}
|
|
1445
|
-
@media only screen and (min-width: 32em) {
|
|
1446
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1447
|
-
padding-top: 3px
|
|
1448
|
-
}
|
|
1449
|
-
}
|
|
1450
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1451
|
-
color: #fff;
|
|
1452
|
-
}
|
|
1453
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1454
|
-
color: #929292;
|
|
1455
|
-
}
|
|
1456
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1457
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1458
|
-
padding-top: calc(10rem / 16)
|
|
1459
|
-
}
|
|
1460
|
-
@media only screen and (min-width: 32em) {
|
|
1461
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1462
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1463
|
-
padding-top: 12px
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1467
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1468
|
-
padding-top: calc(9rem / 16)
|
|
1469
|
-
}
|
|
1470
|
-
@media only screen and (min-width: 32em) {
|
|
1471
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1472
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1473
|
-
padding-top: 11px
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1477
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1478
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1479
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1480
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1481
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1482
|
-
max-width: 650px;
|
|
1483
|
-
}
|
|
1484
|
-
/* Dark theme */
|
|
1485
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1486
|
-
color: #d9d9d9;
|
|
1487
|
-
}
|
|
1488
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1489
|
-
color: #757575;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
/* Colors */
|
|
1493
|
-
/* Fonts */
|
|
1494
|
-
/* Gap */
|
|
1495
|
-
/* Media */
|
|
1496
|
-
/* 512 */
|
|
1497
|
-
/* 650 */
|
|
1498
|
-
/* 768 */
|
|
1499
|
-
/* 1024 */
|
|
1500
|
-
/* 1010 */
|
|
1501
|
-
/* 1200 */
|
|
1502
|
-
/* 511 */
|
|
1503
|
-
/* 1023 */
|
|
1504
|
-
/* Zindex */
|
|
1505
|
-
.MaterialNote-module_root__1AcYe {
|
|
1506
|
-
margin-bottom: 17px;
|
|
1447
|
+
.MaterialNote-module_root__1AcYe {
|
|
1448
|
+
margin-bottom: 17px;
|
|
1507
1449
|
|
|
1508
1450
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1509
1451
|
font-size: 16px;
|
|
@@ -1624,6 +1566,64 @@
|
|
|
1624
1566
|
}
|
|
1625
1567
|
}
|
|
1626
1568
|
|
|
1569
|
+
/* Colors */
|
|
1570
|
+
/* Fonts */
|
|
1571
|
+
/* Gap */
|
|
1572
|
+
/* Media */
|
|
1573
|
+
/* 512 */
|
|
1574
|
+
/* 650 */
|
|
1575
|
+
/* 768 */
|
|
1576
|
+
/* 1024 */
|
|
1577
|
+
/* 1010 */
|
|
1578
|
+
/* 1200 */
|
|
1579
|
+
/* 511 */
|
|
1580
|
+
/* 1023 */
|
|
1581
|
+
/* Zindex */
|
|
1582
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1583
|
+
color: #e0e0e0;
|
|
1584
|
+
}
|
|
1585
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1586
|
+
margin: 0;
|
|
1587
|
+
padding: 5px 3px;
|
|
1588
|
+
|
|
1589
|
+
cursor: pointer;
|
|
1590
|
+
|
|
1591
|
+
color: inherit;
|
|
1592
|
+
border-width: 0;
|
|
1593
|
+
outline: none;
|
|
1594
|
+
background-color: transparent;
|
|
1595
|
+
|
|
1596
|
+
-webkit-appearance: none;
|
|
1597
|
+
|
|
1598
|
+
-moz-appearance: none;
|
|
1599
|
+
|
|
1600
|
+
appearance: none;
|
|
1601
|
+
fill: transparent;
|
|
1602
|
+
}
|
|
1603
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1604
|
+
color: #fff;
|
|
1605
|
+
}
|
|
1606
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1607
|
+
color: #000;
|
|
1608
|
+
}
|
|
1609
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1610
|
+
fill: #e0e0e0;
|
|
1611
|
+
}
|
|
1612
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1613
|
+
fill: #fff;
|
|
1614
|
+
}
|
|
1615
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1616
|
+
fill: #000;
|
|
1617
|
+
}
|
|
1618
|
+
@media only screen and (min-width: 64em) {
|
|
1619
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1620
|
+
width: 12px
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1624
|
+
display: none;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
1627
|
/* Colors */
|
|
1628
1628
|
/* Fonts */
|
|
1629
1629
|
/* Gap */
|
|
@@ -1769,176 +1769,32 @@
|
|
|
1769
1769
|
/* 511 */
|
|
1770
1770
|
/* 1023 */
|
|
1771
1771
|
/* Zindex */
|
|
1772
|
-
.
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1772
|
+
.Popover-module_root__1v6f_ {
|
|
1773
|
+
position: fixed;
|
|
1774
|
+
z-index: 1000;
|
|
1775
|
+
top: 0;
|
|
1776
|
+
left: 0;
|
|
1776
1777
|
|
|
1777
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1778
|
-
}
|
|
1779
|
-
.Toolbar-module_list__1n5ny {
|
|
1780
1778
|
display: -webkit-box;
|
|
1779
|
+
|
|
1781
1780
|
display: -webkit-flex;
|
|
1781
|
+
|
|
1782
1782
|
display: -ms-flexbox;
|
|
1783
|
-
display: flex;
|
|
1784
|
-
flex-flow: row wrap;
|
|
1785
1783
|
|
|
1786
|
-
|
|
1787
|
-
|
|
1784
|
+
display: flex;
|
|
1785
|
+
align-items: flex-end;
|
|
1786
|
+
flex-direction: row;
|
|
1788
1787
|
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
margin: 0 0 0 -15px
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1796
|
-
.Toolbar-module_item__36x7d {
|
|
1797
|
-
position: relative;
|
|
1788
|
+
width: 100%;
|
|
1789
|
+
height: 100%;
|
|
1790
|
+
min-height: 120px;
|
|
1791
|
+
padding: 10px 0 0;
|
|
1798
1792
|
|
|
1799
|
-
|
|
1800
|
-
height: 32px;
|
|
1801
|
-
padding-right: 10px;
|
|
1802
|
-
padding-left: 10px;
|
|
1793
|
+
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1803
1794
|
|
|
1804
|
-
|
|
1805
|
-
transition: color 250ms ease;
|
|
1806
|
-
text-align: center;
|
|
1795
|
+
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1807
1796
|
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
line-height: 1
|
|
1811
|
-
}
|
|
1812
|
-
@media only screen and (min-width: 64em) {
|
|
1813
|
-
.Toolbar-module_item__36x7d {
|
|
1814
|
-
padding-right: 15px;
|
|
1815
|
-
padding-left: 15px
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1818
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1819
|
-
margin-right: 0;
|
|
1820
|
-
}
|
|
1821
|
-
.Toolbar-module_item__36x7d::before {
|
|
1822
|
-
position: absolute;
|
|
1823
|
-
top: 7px;
|
|
1824
|
-
left: 0;
|
|
1825
|
-
|
|
1826
|
-
height: 18px;
|
|
1827
|
-
|
|
1828
|
-
content: '';
|
|
1829
|
-
vertical-align: middle;
|
|
1830
|
-
|
|
1831
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1832
|
-
}
|
|
1833
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1834
|
-
display: none;
|
|
1835
|
-
}
|
|
1836
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1837
|
-
height: 100%;
|
|
1838
|
-
}
|
|
1839
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1840
|
-
height: 100%;
|
|
1841
|
-
}
|
|
1842
|
-
.Toolbar-module_center__3_H8M {
|
|
1843
|
-
width: 100%;
|
|
1844
|
-
max-width: 650px;
|
|
1845
|
-
margin-right: auto;
|
|
1846
|
-
margin-left: auto;
|
|
1847
|
-
}
|
|
1848
|
-
.Toolbar-module_game__5-jY_ {
|
|
1849
|
-
margin-top: 11px
|
|
1850
|
-
}
|
|
1851
|
-
@media only screen and (min-width: 32em) {
|
|
1852
|
-
.Toolbar-module_game__5-jY_ {
|
|
1853
|
-
margin-top: 18px
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1857
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1858
|
-
justify-content: center
|
|
1859
|
-
}
|
|
1860
|
-
@media only screen and (min-width: 32em) {
|
|
1861
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1862
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1863
|
-
display: -webkit-box;
|
|
1864
|
-
display: -webkit-flex;
|
|
1865
|
-
display: -ms-flexbox;
|
|
1866
|
-
display: flex
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1869
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1870
|
-
width: 260px
|
|
1871
|
-
}
|
|
1872
|
-
@media only screen and (min-width: 32em) {
|
|
1873
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1874
|
-
width: auto
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1878
|
-
content: none
|
|
1879
|
-
}
|
|
1880
|
-
@media only screen and (min-width: 32em) {
|
|
1881
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1882
|
-
content: ''
|
|
1883
|
-
}
|
|
1884
|
-
}
|
|
1885
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1886
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1887
|
-
content: none;
|
|
1888
|
-
}
|
|
1889
|
-
@media only screen and (min-width: 64em) {
|
|
1890
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1891
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1892
|
-
margin-left: 0
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1896
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1897
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1898
|
-
}
|
|
1899
|
-
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1900
|
-
display: none;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
/* Colors */
|
|
1904
|
-
/* Fonts */
|
|
1905
|
-
/* Gap */
|
|
1906
|
-
/* Media */
|
|
1907
|
-
/* 512 */
|
|
1908
|
-
/* 650 */
|
|
1909
|
-
/* 768 */
|
|
1910
|
-
/* 1024 */
|
|
1911
|
-
/* 1010 */
|
|
1912
|
-
/* 1200 */
|
|
1913
|
-
/* 511 */
|
|
1914
|
-
/* 1023 */
|
|
1915
|
-
/* Zindex */
|
|
1916
|
-
.Popover-module_root__1v6f_ {
|
|
1917
|
-
position: fixed;
|
|
1918
|
-
z-index: 1000;
|
|
1919
|
-
top: 0;
|
|
1920
|
-
left: 0;
|
|
1921
|
-
|
|
1922
|
-
display: -webkit-box;
|
|
1923
|
-
|
|
1924
|
-
display: -webkit-flex;
|
|
1925
|
-
|
|
1926
|
-
display: -ms-flexbox;
|
|
1927
|
-
|
|
1928
|
-
display: flex;
|
|
1929
|
-
align-items: flex-end;
|
|
1930
|
-
flex-direction: row;
|
|
1931
|
-
|
|
1932
|
-
width: 100%;
|
|
1933
|
-
height: 100%;
|
|
1934
|
-
min-height: 120px;
|
|
1935
|
-
padding: 10px 0 0;
|
|
1936
|
-
|
|
1937
|
-
-webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1938
|
-
|
|
1939
|
-
animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
|
|
1940
|
-
|
|
1941
|
-
opacity: 1;
|
|
1797
|
+
opacity: 1;
|
|
1942
1798
|
|
|
1943
1799
|
font-size: 16px;
|
|
1944
1800
|
line-height: 22px;
|
|
@@ -2124,90 +1980,234 @@
|
|
|
2124
1980
|
/* 511 */
|
|
2125
1981
|
/* 1023 */
|
|
2126
1982
|
/* Zindex */
|
|
2127
|
-
.
|
|
1983
|
+
.Toolbar-module_root__2HF2r {
|
|
1984
|
+
overflow: hidden;
|
|
1985
|
+
|
|
2128
1986
|
transform: translateZ(0);
|
|
2129
1987
|
|
|
2130
1988
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
-
font-size: 12px;
|
|
2132
|
-
line-height: 15px;
|
|
2133
|
-
|
|
2134
|
-
fill: inherit;
|
|
2135
1989
|
}
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
.Meta-module_game__3aNlZ,
|
|
2143
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
-
width: 100%;
|
|
1990
|
+
.Toolbar-module_list__1n5ny {
|
|
1991
|
+
display: -webkit-box;
|
|
1992
|
+
display: -webkit-flex;
|
|
1993
|
+
display: -ms-flexbox;
|
|
1994
|
+
display: flex;
|
|
1995
|
+
flex-flow: row wrap;
|
|
2145
1996
|
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
1997
|
+
margin: 0 0 0 -10px;
|
|
1998
|
+
padding: 0;
|
|
1999
|
+
|
|
2000
|
+
list-style: none
|
|
2150
2001
|
}
|
|
2151
|
-
|
|
2152
|
-
|
|
2002
|
+
@media only screen and (min-width: 64em) {
|
|
2003
|
+
.Toolbar-module_list__1n5ny {
|
|
2004
|
+
margin: 0 0 0 -15px
|
|
2153
2005
|
}
|
|
2154
|
-
|
|
2155
|
-
.
|
|
2156
|
-
|
|
2157
|
-
|
|
2006
|
+
}
|
|
2007
|
+
.Toolbar-module_item__36x7d {
|
|
2008
|
+
position: relative;
|
|
2009
|
+
|
|
2010
|
+
min-width: 42px;
|
|
2011
|
+
height: 32px;
|
|
2012
|
+
padding-right: 10px;
|
|
2013
|
+
padding-left: 10px;
|
|
2014
|
+
|
|
2015
|
+
cursor: pointer;
|
|
2016
|
+
transition: color 250ms ease;
|
|
2017
|
+
text-align: center;
|
|
2018
|
+
|
|
2019
|
+
color: #808080;
|
|
2020
|
+
|
|
2021
|
+
line-height: 1
|
|
2158
2022
|
}
|
|
2159
2023
|
@media only screen and (min-width: 64em) {
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2024
|
+
.Toolbar-module_item__36x7d {
|
|
2025
|
+
padding-right: 15px;
|
|
2026
|
+
padding-left: 15px
|
|
2162
2027
|
}
|
|
2163
2028
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
.Meta-module_card__LE1RK,
|
|
2167
|
-
.Meta-module_slide__3g6fG,
|
|
2168
|
-
.Meta-module_game__3aNlZ,
|
|
2169
|
-
.Meta-module_center__3BBPr {
|
|
2170
|
-
text-align: center
|
|
2029
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
2030
|
+
margin-right: 0;
|
|
2171
2031
|
}
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2032
|
+
.Toolbar-module_item__36x7d::before {
|
|
2033
|
+
position: absolute;
|
|
2034
|
+
top: 7px;
|
|
2035
|
+
left: 0;
|
|
2175
2036
|
|
|
2176
|
-
|
|
2037
|
+
height: 18px;
|
|
2038
|
+
|
|
2039
|
+
content: '';
|
|
2040
|
+
vertical-align: middle;
|
|
2041
|
+
|
|
2042
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2177
2043
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2180
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2044
|
+
.Toolbar-module_item__36x7d:empty {
|
|
2045
|
+
display: none;
|
|
2181
2046
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2184
|
-
.Meta-module_slide__3g6fG,
|
|
2185
|
-
.Meta-module_podcast__1m4zo {
|
|
2186
|
-
display: -webkit-box;
|
|
2187
|
-
display: -webkit-flex;
|
|
2188
|
-
display: -ms-flexbox;
|
|
2189
|
-
display: flex;
|
|
2190
|
-
align-items: center;
|
|
2191
|
-
flex-flow: row wrap
|
|
2047
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
2048
|
+
height: 100%;
|
|
2192
2049
|
}
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
.Meta-module_card__LE1RK,
|
|
2196
|
-
.Meta-module_slide__3g6fG,
|
|
2197
|
-
.Meta-module_podcast__1m4zo {
|
|
2198
|
-
display: block
|
|
2050
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2051
|
+
height: 100%;
|
|
2199
2052
|
}
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
display: -ms-flexbox;
|
|
2206
|
-
display: flex;
|
|
2207
|
-
flex-flow: row wrap
|
|
2053
|
+
.Toolbar-module_center__3_H8M {
|
|
2054
|
+
width: 100%;
|
|
2055
|
+
max-width: 650px;
|
|
2056
|
+
margin-right: auto;
|
|
2057
|
+
margin-left: auto;
|
|
2208
2058
|
}
|
|
2209
|
-
|
|
2210
|
-
|
|
2059
|
+
.Toolbar-module_game__5-jY_ {
|
|
2060
|
+
margin-top: 11px
|
|
2061
|
+
}
|
|
2062
|
+
@media only screen and (min-width: 32em) {
|
|
2063
|
+
.Toolbar-module_game__5-jY_ {
|
|
2064
|
+
margin-top: 18px
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2068
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2069
|
+
justify-content: center
|
|
2070
|
+
}
|
|
2071
|
+
@media only screen and (min-width: 32em) {
|
|
2072
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2073
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2074
|
+
display: -webkit-box;
|
|
2075
|
+
display: -webkit-flex;
|
|
2076
|
+
display: -ms-flexbox;
|
|
2077
|
+
display: flex
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2081
|
+
width: 260px
|
|
2082
|
+
}
|
|
2083
|
+
@media only screen and (min-width: 32em) {
|
|
2084
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2085
|
+
width: auto
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2089
|
+
content: none
|
|
2090
|
+
}
|
|
2091
|
+
@media only screen and (min-width: 32em) {
|
|
2092
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2093
|
+
content: ''
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2097
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2098
|
+
content: none;
|
|
2099
|
+
}
|
|
2100
|
+
@media only screen and (min-width: 64em) {
|
|
2101
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2102
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2103
|
+
margin-left: 0
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
2107
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2108
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2109
|
+
}
|
|
2110
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
2111
|
+
display: none;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/* Colors */
|
|
2115
|
+
/* Fonts */
|
|
2116
|
+
/* Gap */
|
|
2117
|
+
/* Media */
|
|
2118
|
+
/* 512 */
|
|
2119
|
+
/* 650 */
|
|
2120
|
+
/* 768 */
|
|
2121
|
+
/* 1024 */
|
|
2122
|
+
/* 1010 */
|
|
2123
|
+
/* 1200 */
|
|
2124
|
+
/* 511 */
|
|
2125
|
+
/* 1023 */
|
|
2126
|
+
/* Zindex */
|
|
2127
|
+
.Meta-module_root__12AG7 {
|
|
2128
|
+
transform: translateZ(0);
|
|
2129
|
+
|
|
2130
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
2133
|
+
|
|
2134
|
+
fill: inherit;
|
|
2135
|
+
}
|
|
2136
|
+
.Meta-module_rich__1XBtZ,
|
|
2137
|
+
.Meta-module_podcast__1m4zo,
|
|
2138
|
+
.Meta-module_episode__1K2Xv,
|
|
2139
|
+
.Meta-module_simple__3vUiI,
|
|
2140
|
+
.Meta-module_slide__3g6fG,
|
|
2141
|
+
.Meta-module_card__LE1RK,
|
|
2142
|
+
.Meta-module_game__3aNlZ,
|
|
2143
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
+
width: 100%;
|
|
2145
|
+
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2147
|
+
}
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2150
|
+
}
|
|
2151
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2152
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2153
|
+
}
|
|
2154
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2155
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2156
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2157
|
+
text-align: left;
|
|
2158
|
+
}
|
|
2159
|
+
@media only screen and (min-width: 64em) {
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
@media only screen and (min-width: 32em) {
|
|
2165
|
+
.Meta-module_episode__1K2Xv,
|
|
2166
|
+
.Meta-module_card__LE1RK,
|
|
2167
|
+
.Meta-module_slide__3g6fG,
|
|
2168
|
+
.Meta-module_game__3aNlZ,
|
|
2169
|
+
.Meta-module_center__3BBPr {
|
|
2170
|
+
text-align: center
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
.Meta-module_light__2baE- {
|
|
2174
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2175
|
+
|
|
2176
|
+
fill: currentColor;
|
|
2177
|
+
}
|
|
2178
|
+
.Meta-module_dark__24y9m,
|
|
2179
|
+
.Meta-module_isDark__3g22f {
|
|
2180
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2181
|
+
}
|
|
2182
|
+
.Meta-module_episode__1K2Xv,
|
|
2183
|
+
.Meta-module_card__LE1RK,
|
|
2184
|
+
.Meta-module_slide__3g6fG,
|
|
2185
|
+
.Meta-module_podcast__1m4zo {
|
|
2186
|
+
display: -webkit-box;
|
|
2187
|
+
display: -webkit-flex;
|
|
2188
|
+
display: -ms-flexbox;
|
|
2189
|
+
display: flex;
|
|
2190
|
+
align-items: center;
|
|
2191
|
+
flex-flow: row wrap
|
|
2192
|
+
}
|
|
2193
|
+
@media only screen and (min-width: 48em) {
|
|
2194
|
+
.Meta-module_episode__1K2Xv,
|
|
2195
|
+
.Meta-module_card__LE1RK,
|
|
2196
|
+
.Meta-module_slide__3g6fG,
|
|
2197
|
+
.Meta-module_podcast__1m4zo {
|
|
2198
|
+
display: block
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2202
|
+
.Meta-module_hasSource__2lXiN {
|
|
2203
|
+
display: -webkit-box;
|
|
2204
|
+
display: -webkit-flex;
|
|
2205
|
+
display: -ms-flexbox;
|
|
2206
|
+
display: flex;
|
|
2207
|
+
flex-flow: row wrap
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
.Meta-module_bookmark__3ot3k {
|
|
2211
2211
|
position: absolute;
|
|
2212
2212
|
z-index: 10;
|
|
2213
2213
|
right: -12px;
|
|
@@ -2697,6 +2697,77 @@
|
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
|
|
2700
|
+
/* Colors */
|
|
2701
|
+
/* Fonts */
|
|
2702
|
+
/* Gap */
|
|
2703
|
+
/* Media */
|
|
2704
|
+
/* 512 */
|
|
2705
|
+
/* 650 */
|
|
2706
|
+
/* 768 */
|
|
2707
|
+
/* 1024 */
|
|
2708
|
+
/* 1010 */
|
|
2709
|
+
/* 1200 */
|
|
2710
|
+
/* 511 */
|
|
2711
|
+
/* 1023 */
|
|
2712
|
+
/* Zindex */
|
|
2713
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2714
|
+
margin: 18px 0;
|
|
2715
|
+
padding: 12px 12px 13px;
|
|
2716
|
+
|
|
2717
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2718
|
+
border-radius: 4px;
|
|
2719
|
+
border-radius: 8px;
|
|
2720
|
+
background: #FFF8C4;
|
|
2721
|
+
|
|
2722
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2723
|
+
font-size: 16px;
|
|
2724
|
+
font-weight: normal;
|
|
2725
|
+
line-height: 20px
|
|
2726
|
+
}
|
|
2727
|
+
@media only screen and (min-width: 32em) {
|
|
2728
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2729
|
+
margin: 25px 0;
|
|
2730
|
+
padding: 12px 15px 13px;
|
|
2731
|
+
|
|
2732
|
+
font-size: 17px;
|
|
2733
|
+
line-height: 24px
|
|
2734
|
+
}
|
|
2735
|
+
}
|
|
2736
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2737
|
+
margin-bottom: 0;
|
|
2738
|
+
}
|
|
2739
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2740
|
+
margin-top: 0;
|
|
2741
|
+
}
|
|
2742
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2743
|
+
color: #000;
|
|
2744
|
+
box-shadow: inset 0 -1px #000;
|
|
2745
|
+
}
|
|
2746
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2747
|
+
color: #b88b59;
|
|
2748
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2749
|
+
}
|
|
2750
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2751
|
+
max-width: 650px;
|
|
2752
|
+
margin-right: auto;
|
|
2753
|
+
margin-left: auto;
|
|
2754
|
+
}
|
|
2755
|
+
/* VISIBILITY */
|
|
2756
|
+
@media only screen and (min-width: 32em) {
|
|
2757
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2758
|
+
display: none
|
|
2759
|
+
}
|
|
2760
|
+
}
|
|
2761
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2762
|
+
display: none
|
|
2763
|
+
}
|
|
2764
|
+
@media only screen and (min-width: 32em) {
|
|
2765
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2766
|
+
display: block
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
|
|
2700
2771
|
/* Colors */
|
|
2701
2772
|
/* Fonts */
|
|
2702
2773
|
/* Gap */
|
|
@@ -2813,96 +2884,25 @@
|
|
|
2813
2884
|
/* 511 */
|
|
2814
2885
|
/* 1023 */
|
|
2815
2886
|
/* Zindex */
|
|
2816
|
-
.
|
|
2817
|
-
margin:
|
|
2818
|
-
padding:
|
|
2887
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2888
|
+
margin: calc(15rem / 16) 0;
|
|
2889
|
+
padding: 0;
|
|
2819
2890
|
|
|
2820
|
-
|
|
2821
|
-
border-radius: 4px;
|
|
2822
|
-
border-radius: 8px;
|
|
2823
|
-
background: #FFF8C4;
|
|
2891
|
+
list-style: none;
|
|
2824
2892
|
|
|
2825
|
-
font-family: '
|
|
2826
|
-
font-size:
|
|
2827
|
-
|
|
2828
|
-
line-height: 20px
|
|
2893
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2894
|
+
font-size: calc(18rem / 16);
|
|
2895
|
+
line-height: calc(24rem / 16)
|
|
2829
2896
|
}
|
|
2830
2897
|
@media only screen and (min-width: 32em) {
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
font-size: 17px;
|
|
2836
|
-
line-height: 24px
|
|
2898
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2899
|
+
font-size: 20px;
|
|
2900
|
+
line-height: 28px
|
|
2837
2901
|
}
|
|
2838
2902
|
}
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
.ImportantLead-module_root__2BdT3:first-child {
|
|
2843
|
-
margin-top: 0;
|
|
2844
|
-
}
|
|
2845
|
-
.ImportantLead-module_root__2BdT3 a {
|
|
2846
|
-
color: #000;
|
|
2847
|
-
box-shadow: inset 0 -1px #000;
|
|
2848
|
-
}
|
|
2849
|
-
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2850
|
-
color: #b88b59;
|
|
2851
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2852
|
-
}
|
|
2853
|
-
.ImportantLead-module_slide__3kQ9x {
|
|
2854
|
-
max-width: 650px;
|
|
2855
|
-
margin-right: auto;
|
|
2856
|
-
margin-left: auto;
|
|
2857
|
-
}
|
|
2858
|
-
/* VISIBILITY */
|
|
2859
|
-
@media only screen and (min-width: 32em) {
|
|
2860
|
-
.ImportantLead-module_mobile__3BXbm {
|
|
2861
|
-
display: none
|
|
2862
|
-
}
|
|
2863
|
-
}
|
|
2864
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2865
|
-
display: none
|
|
2866
|
-
}
|
|
2867
|
-
@media only screen and (min-width: 32em) {
|
|
2868
|
-
.ImportantLead-module_desktop__3Zljc {
|
|
2869
|
-
display: block
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
/* Colors */
|
|
2875
|
-
/* Fonts */
|
|
2876
|
-
/* Gap */
|
|
2877
|
-
/* Media */
|
|
2878
|
-
/* 512 */
|
|
2879
|
-
/* 650 */
|
|
2880
|
-
/* 768 */
|
|
2881
|
-
/* 1024 */
|
|
2882
|
-
/* 1010 */
|
|
2883
|
-
/* 1200 */
|
|
2884
|
-
/* 511 */
|
|
2885
|
-
/* 1023 */
|
|
2886
|
-
/* Zindex */
|
|
2887
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2888
|
-
margin: calc(15rem / 16) 0;
|
|
2889
|
-
padding: 0;
|
|
2890
|
-
|
|
2891
|
-
list-style: none;
|
|
2892
|
-
|
|
2893
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2894
|
-
font-size: calc(18rem / 16);
|
|
2895
|
-
line-height: calc(24rem / 16)
|
|
2896
|
-
}
|
|
2897
|
-
@media only screen and (min-width: 32em) {
|
|
2898
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2899
|
-
font-size: 20px;
|
|
2900
|
-
line-height: 28px
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
@media only screen and (min-width: 48em) {
|
|
2904
|
-
.ListBlock-module_root__3Q3Ga {
|
|
2905
|
-
margin: 20px 0
|
|
2903
|
+
@media only screen and (min-width: 48em) {
|
|
2904
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2905
|
+
margin: 20px 0
|
|
2906
2906
|
}
|
|
2907
2907
|
}
|
|
2908
2908
|
.ListBlock-module_root__3Q3Ga:first-child {
|
|
@@ -3296,477 +3296,480 @@
|
|
|
3296
3296
|
/* 511 */
|
|
3297
3297
|
/* 1023 */
|
|
3298
3298
|
/* Zindex */
|
|
3299
|
-
|
|
3300
|
-
|
|
3299
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3300
|
+
span[data-body] {
|
|
3301
|
+
position: relative;
|
|
3301
3302
|
|
|
3302
|
-
|
|
3303
|
-
font-size: 20px;
|
|
3304
|
-
font-weight: normal;
|
|
3305
|
-
line-height: 23px
|
|
3306
|
-
}
|
|
3307
|
-
@media only screen and (min-width: 48em) {
|
|
3308
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3309
|
-
margin-bottom: 15px;
|
|
3303
|
+
padding: 0 4px;
|
|
3310
3304
|
|
|
3311
|
-
|
|
3312
|
-
|
|
3305
|
+
cursor: pointer;
|
|
3306
|
+
white-space: pre-wrap;
|
|
3307
|
+
|
|
3308
|
+
border-radius: 4px;
|
|
3309
|
+
background: #f8f8f8;
|
|
3310
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3311
|
+
inset 0 -1px #b3b3b3
|
|
3313
3312
|
}
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3318
|
-
display: none
|
|
3313
|
+
@media only screen and (min-width: 48em) {
|
|
3314
|
+
span[data-body] {
|
|
3315
|
+
padding-bottom: 1px
|
|
3319
3316
|
}
|
|
3320
3317
|
}
|
|
3321
|
-
|
|
3322
|
-
|
|
3318
|
+
span[data-body]:hover {
|
|
3319
|
+
background: #f3f3f3;
|
|
3320
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3321
|
+
inset 0 -1px #999;
|
|
3323
3322
|
}
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3323
|
+
span[data-highlight='true'],
|
|
3324
|
+
span[data-highlight='true']:hover {
|
|
3325
|
+
background-color: #f4efe9;
|
|
3326
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3327
|
+
inset 0 -1px #b88b58;
|
|
3327
3328
|
}
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
/* Colors */
|
|
3331
|
-
/* Fonts */
|
|
3332
|
-
/* Gap */
|
|
3333
|
-
/* Media */
|
|
3334
|
-
/* 512 */
|
|
3335
|
-
/* 650 */
|
|
3336
|
-
/* 768 */
|
|
3337
|
-
/* 1024 */
|
|
3338
|
-
/* 1010 */
|
|
3339
|
-
/* 1200 */
|
|
3340
|
-
/* 511 */
|
|
3341
|
-
/* 1023 */
|
|
3342
|
-
/* Zindex */
|
|
3343
|
-
.SourceBlock-module_root__1P3XD {
|
|
3344
|
-
display: block;
|
|
3345
|
-
|
|
3346
|
-
margin: 18px 0 15px;
|
|
3347
|
-
padding: 12px 11px 17px;
|
|
3348
|
-
|
|
3349
|
-
color: #000;
|
|
3350
|
-
border-radius: 2px 8px 8px 2px;
|
|
3351
|
-
background-color: #f5f5f5;
|
|
3352
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3329
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3330
|
+
margin: 0 0 14px;
|
|
3353
3331
|
|
|
3354
|
-
font-
|
|
3355
|
-
|
|
3332
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3333
|
+
font-size: calc(18rem / 16);
|
|
3334
|
+
line-height: calc(24rem / 16)
|
|
3356
3335
|
}
|
|
3357
|
-
@media only screen and (min-width:
|
|
3358
|
-
.
|
|
3359
|
-
margin
|
|
3360
|
-
|
|
3361
|
-
|
|
3336
|
+
@media only screen and (min-width: 32em) {
|
|
3337
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3338
|
+
margin: 0 0 20px;
|
|
3339
|
+
|
|
3340
|
+
font-size: 20px;
|
|
3341
|
+
line-height: 28px
|
|
3362
3342
|
}
|
|
3363
3343
|
}
|
|
3364
|
-
.
|
|
3365
|
-
.
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
.
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3344
|
+
.SimpleBlock-module_p__Q3azD a,
|
|
3345
|
+
.SimpleBlock-module_h2__S0LRs a,
|
|
3346
|
+
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3347
|
+
.SimpleBlock-module_h4__2TJO3 a,
|
|
3348
|
+
.SimpleBlock-module_lead__35nXx a,
|
|
3349
|
+
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3350
|
+
.SimpleBlock-module_context_p__33saY a {
|
|
3372
3351
|
text-decoration: none;
|
|
3373
3352
|
|
|
3374
3353
|
color: inherit;
|
|
3354
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3375
3355
|
}
|
|
3376
|
-
.
|
|
3377
|
-
|
|
3356
|
+
.SimpleBlock-module_p__Q3azD a:hover,
|
|
3357
|
+
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
3358
|
+
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3359
|
+
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3360
|
+
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3361
|
+
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3362
|
+
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3363
|
+
color: #b88b59;
|
|
3378
3364
|
}
|
|
3379
|
-
.
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3365
|
+
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3366
|
+
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3367
|
+
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3368
|
+
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3369
|
+
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3370
|
+
margin-top: 0;
|
|
3384
3371
|
}
|
|
3385
|
-
|
|
3386
|
-
.
|
|
3387
|
-
|
|
3388
|
-
|
|
3372
|
+
.SimpleBlock-module_p__Q3azD:last-child,
|
|
3373
|
+
.SimpleBlock-module_blockquote__pwpcX:last-child,
|
|
3374
|
+
.SimpleBlock-module_lead__35nXx:last-child,
|
|
3375
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
3376
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
3377
|
+
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
3378
|
+
margin-bottom: 0;
|
|
3389
3379
|
}
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
margin
|
|
3380
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3381
|
+
max-width: 520px;
|
|
3382
|
+
margin: 0 0 calc(15rem / 16);
|
|
3383
|
+
|
|
3384
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3385
|
+
font-size: calc(25rem / 16);
|
|
3386
|
+
font-weight: bold;
|
|
3387
|
+
line-height: calc(28rem / 16)
|
|
3393
3388
|
}
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3389
|
+
@media only screen and (min-width: 32em) {
|
|
3390
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3391
|
+
margin: 0 0 45px;
|
|
3397
3392
|
|
|
3398
|
-
|
|
3393
|
+
font-size: 37px;
|
|
3394
|
+
line-height: 39px
|
|
3399
3395
|
}
|
|
3400
|
-
|
|
3401
|
-
.
|
|
3402
|
-
|
|
3403
|
-
|
|
3396
|
+
}
|
|
3397
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3398
|
+
margin-top: calc(15rem / 16)
|
|
3399
|
+
}
|
|
3400
|
+
@media only screen and (min-width: 32em) {
|
|
3401
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3402
|
+
margin-top: -20px
|
|
3404
3403
|
}
|
|
3405
3404
|
}
|
|
3406
|
-
.
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
pointer-events: none;
|
|
3410
|
-
|
|
3411
|
-
color: #292929;
|
|
3405
|
+
.SimpleBlock-module_h3__2Kv7Y {
|
|
3406
|
+
margin-top: calc(29rem / 16);
|
|
3407
|
+
margin-bottom: calc(10rem / 16);
|
|
3412
3408
|
|
|
3413
3409
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3414
|
-
font-size:
|
|
3410
|
+
font-size: calc(20rem / 16);
|
|
3415
3411
|
font-weight: bold;
|
|
3416
|
-
|
|
3417
|
-
line-height: 22px
|
|
3412
|
+
line-height: calc(24rem / 16)
|
|
3418
3413
|
}
|
|
3419
|
-
@media only screen and (min-width:
|
|
3420
|
-
.
|
|
3421
|
-
|
|
3422
|
-
|
|
3414
|
+
@media only screen and (min-width: 32em) {
|
|
3415
|
+
.SimpleBlock-module_h3__2Kv7Y {
|
|
3416
|
+
margin-top: 45px;
|
|
3417
|
+
margin-bottom: 15px;
|
|
3418
|
+
|
|
3419
|
+
font-size: 28px;
|
|
3420
|
+
line-height: 34px
|
|
3423
3421
|
}
|
|
3424
3422
|
}
|
|
3425
|
-
.
|
|
3426
|
-
|
|
3427
|
-
margin-
|
|
3428
|
-
|
|
3423
|
+
.SimpleBlock-module_h4__2TJO3 {
|
|
3424
|
+
margin-top: calc(26rem / 16);
|
|
3425
|
+
margin-bottom: calc(11rem / 16);
|
|
3426
|
+
|
|
3427
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3428
|
+
font-size: calc(17rem / 16);
|
|
3429
|
+
font-weight: bold;
|
|
3430
|
+
line-height: calc(21rem / 16)
|
|
3429
3431
|
}
|
|
3430
|
-
/* VISIBILITY */
|
|
3431
3432
|
@media only screen and (min-width: 32em) {
|
|
3432
|
-
.
|
|
3433
|
-
|
|
3433
|
+
.SimpleBlock-module_h4__2TJO3 {
|
|
3434
|
+
margin-top: 45px;
|
|
3435
|
+
margin-bottom: 15px;
|
|
3436
|
+
|
|
3437
|
+
font-size: 21px;
|
|
3438
|
+
line-height: 28px
|
|
3434
3439
|
}
|
|
3435
3440
|
}
|
|
3436
|
-
.
|
|
3437
|
-
|
|
3441
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
|
|
3442
|
+
.SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
|
|
3443
|
+
margin-top: 0;
|
|
3444
|
+
}
|
|
3445
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3446
|
+
margin-top: calc(15rem / 16)
|
|
3438
3447
|
}
|
|
3439
3448
|
@media only screen and (min-width: 32em) {
|
|
3440
|
-
.
|
|
3441
|
-
|
|
3449
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3450
|
+
margin-top: 15px
|
|
3442
3451
|
}
|
|
3443
3452
|
}
|
|
3444
|
-
|
|
3445
|
-
.
|
|
3446
|
-
.
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
}
|
|
3450
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3451
|
-
color: #b8b8b8;
|
|
3453
|
+
.SimpleBlock-module_p__Q3azD + ul,
|
|
3454
|
+
.SimpleBlock-module_p__Q3azD + ol,
|
|
3455
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
|
|
3456
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
|
|
3457
|
+
margin-top: calc(-9rem / 16)
|
|
3452
3458
|
}
|
|
3453
|
-
|
|
3454
|
-
|
|
3459
|
+
@media only screen and (min-width: 32em) {
|
|
3460
|
+
.SimpleBlock-module_p__Q3azD + ul,
|
|
3461
|
+
.SimpleBlock-module_p__Q3azD + ol,
|
|
3462
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
|
|
3463
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
|
|
3464
|
+
margin-top: -9px
|
|
3455
3465
|
}
|
|
3466
|
+
}
|
|
3467
|
+
.SimpleBlock-module_blockquote__pwpcX {
|
|
3468
|
+
margin: 1rem 0;
|
|
3469
|
+
padding: calc(12rem / 16) calc(12rem / 16) calc(13rem / 16);
|
|
3456
3470
|
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
/* Media */
|
|
3461
|
-
/* 512 */
|
|
3462
|
-
/* 650 */
|
|
3463
|
-
/* 768 */
|
|
3464
|
-
/* 1024 */
|
|
3465
|
-
/* 1010 */
|
|
3466
|
-
/* 1200 */
|
|
3467
|
-
/* 511 */
|
|
3468
|
-
/* 1023 */
|
|
3469
|
-
/* Zindex */
|
|
3470
|
-
.MetaItem-module_root__2VQom {
|
|
3471
|
-
display: inline;
|
|
3471
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3472
|
+
border-radius: 8px;
|
|
3473
|
+
background: #fff8c4;
|
|
3472
3474
|
|
|
3473
|
-
|
|
3475
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3476
|
+
font-size: 1rem;
|
|
3477
|
+
font-weight: normal;
|
|
3478
|
+
line-height: calc(22rem / 16)
|
|
3474
3479
|
}
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
vertical-align: top;
|
|
3481
|
-
|
|
3482
|
-
color: inherit;
|
|
3480
|
+
@media only screen and (min-width: 32em) {
|
|
3481
|
+
.SimpleBlock-module_blockquote__pwpcX {
|
|
3482
|
+
margin: 25px 0;
|
|
3483
|
+
padding: 12px 15px 13px;
|
|
3483
3484
|
|
|
3484
|
-
|
|
3485
|
+
font-size: 18px;
|
|
3486
|
+
line-height: 26px
|
|
3485
3487
|
}
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
text-decoration: underline;
|
|
3490
|
-
|
|
3491
|
-
color: inherit;
|
|
3488
|
+
}
|
|
3489
|
+
.SimpleBlock-module_blockquote__pwpcX a {
|
|
3490
|
+
text-decoration: none;
|
|
3492
3491
|
|
|
3493
|
-
|
|
3492
|
+
color: #000;
|
|
3493
|
+
box-shadow: inset 0 -1px #000;
|
|
3494
3494
|
}
|
|
3495
|
-
.
|
|
3495
|
+
.SimpleBlock-module_blockquote__pwpcX a:hover {
|
|
3496
3496
|
color: #b88b59;
|
|
3497
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3497
3498
|
}
|
|
3498
|
-
.
|
|
3499
|
-
|
|
3499
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
|
|
3500
|
+
color: #000;
|
|
3500
3501
|
}
|
|
3501
|
-
.
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
padding-right: 0.4em;
|
|
3505
|
-
padding-left: 0.4em;
|
|
3502
|
+
.SimpleBlock-module_lead__35nXx {
|
|
3503
|
+
position: relative;
|
|
3506
3504
|
|
|
3507
|
-
|
|
3508
|
-
}
|
|
3509
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3510
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
3511
|
-
width: 100%;
|
|
3512
|
-
margin-top: 3px;
|
|
3513
|
-
margin-bottom: 3px
|
|
3514
|
-
}
|
|
3515
|
-
}
|
|
3516
|
-
@media only screen and (max-width: 32.1875em) {
|
|
3517
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3518
|
-
margin-top: 0
|
|
3519
|
-
}
|
|
3520
|
-
}
|
|
3521
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3505
|
+
margin-top: calc(30rem / 16);
|
|
3522
3506
|
margin-bottom: 0;
|
|
3507
|
+
|
|
3508
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3509
|
+
font-size: 1rem;
|
|
3510
|
+
line-height: calc(22rem / 16)
|
|
3523
3511
|
}
|
|
3524
|
-
@media only screen and (
|
|
3525
|
-
.
|
|
3526
|
-
|
|
3512
|
+
@media only screen and (min-width: 32em) {
|
|
3513
|
+
.SimpleBlock-module_lead__35nXx {
|
|
3514
|
+
margin-top: 25px;
|
|
3515
|
+
|
|
3516
|
+
font-size: 20px;
|
|
3517
|
+
line-height: 28px
|
|
3527
3518
|
}
|
|
3528
3519
|
}
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3532
|
-
display: inline-block
|
|
3520
|
+
.SimpleBlock-module_lead__35nXx [data-body] {
|
|
3521
|
+
padding-top: 1px;
|
|
3533
3522
|
}
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3523
|
+
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3524
|
+
display: block;
|
|
3525
|
+
|
|
3526
|
+
width: 100%;
|
|
3527
|
+
max-width: 650px;
|
|
3528
|
+
margin: calc(30rem / 16) auto;
|
|
3529
|
+
|
|
3530
|
+
border-bottom: 1px solid #e5e5e5
|
|
3540
3531
|
}
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
order: -2
|
|
3532
|
+
@media only screen and (min-width: 32em) {
|
|
3533
|
+
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3534
|
+
margin: 45px auto
|
|
3545
3535
|
}
|
|
3546
3536
|
}
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3550
|
-
order: -1;
|
|
3537
|
+
mark {
|
|
3538
|
+
position: relative;
|
|
3551
3539
|
|
|
3552
|
-
|
|
3553
|
-
}
|
|
3554
|
-
}
|
|
3555
|
-
.MetaItem-module_read__5eAIG svg {
|
|
3556
|
-
margin-top: -1px;
|
|
3557
|
-
}
|
|
3540
|
+
white-space: pre-wrap;
|
|
3558
3541
|
|
|
3559
|
-
|
|
3560
|
-
/* Colors */
|
|
3561
|
-
/* Fonts */
|
|
3562
|
-
/* Gap */
|
|
3563
|
-
/* Media */
|
|
3564
|
-
/* 512 */
|
|
3565
|
-
/* 650 */
|
|
3566
|
-
/* 768 */
|
|
3567
|
-
/* 1024 */
|
|
3568
|
-
/* 1010 */
|
|
3569
|
-
/* 1200 */
|
|
3570
|
-
/* 511 */
|
|
3571
|
-
/* 1023 */
|
|
3572
|
-
/* Zindex */
|
|
3573
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
3574
|
-
display: inline;
|
|
3542
|
+
background-color: #fff3bc;
|
|
3575
3543
|
|
|
3576
|
-
|
|
3544
|
+
font-weight: inherit;
|
|
3545
|
+
font-style: inherit
|
|
3577
3546
|
}
|
|
3578
|
-
|
|
3579
|
-
|
|
3547
|
+
@media only screen and (min-width: 32em) {
|
|
3548
|
+
mark {
|
|
3549
|
+
padding-bottom: 1px
|
|
3580
3550
|
}
|
|
3581
|
-
|
|
3582
|
-
|
|
3551
|
+
}
|
|
3552
|
+
a mark {
|
|
3553
|
+
z-index: 1;
|
|
3583
3554
|
|
|
3584
|
-
|
|
3585
|
-
}
|
|
3555
|
+
padding-bottom: 0;
|
|
3586
3556
|
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
/* Media */
|
|
3592
|
-
/* 512 */
|
|
3593
|
-
/* 650 */
|
|
3594
|
-
/* 768 */
|
|
3595
|
-
/* 1024 */
|
|
3596
|
-
/* 1010 */
|
|
3597
|
-
/* 1200 */
|
|
3598
|
-
/* 511 */
|
|
3599
|
-
/* 1023 */
|
|
3600
|
-
/* Zindex */
|
|
3601
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
3557
|
+
color: inherit;
|
|
3558
|
+
box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
|
|
3559
|
+
}
|
|
3560
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3602
3561
|
position: relative;
|
|
3603
3562
|
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
width: 18px;
|
|
3607
|
-
height: 18px;
|
|
3563
|
+
margin: 0 0 calc(15rem / 16);
|
|
3564
|
+
padding: 0 0 0 calc(23rem / 16);
|
|
3608
3565
|
|
|
3609
|
-
|
|
3566
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3567
|
+
font-size: calc(18rem / 16);
|
|
3568
|
+
line-height: calc(22rem / 16)
|
|
3610
3569
|
}
|
|
3611
|
-
|
|
3612
|
-
|
|
3570
|
+
@media only screen and (min-width: 48em) {
|
|
3571
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3572
|
+
margin: 0 0 15px;
|
|
3573
|
+
padding: 0 0 0 38px;
|
|
3574
|
+
|
|
3575
|
+
font-size: 20px;
|
|
3576
|
+
line-height: 27px
|
|
3613
3577
|
}
|
|
3614
|
-
|
|
3615
|
-
.
|
|
3616
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
3578
|
+
}
|
|
3579
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3617
3580
|
position: absolute;
|
|
3618
3581
|
top: 0;
|
|
3619
|
-
|
|
3620
|
-
bottom: 0;
|
|
3621
|
-
left: 0;
|
|
3622
|
-
z-index: 0;
|
|
3623
|
-
}
|
|
3624
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
3625
|
-
margin-top: -4px;
|
|
3626
|
-
margin-right: 1px;
|
|
3582
|
+
left: 5px;
|
|
3627
3583
|
|
|
3628
|
-
|
|
3629
|
-
}
|
|
3630
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
3631
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
3632
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
3584
|
+
width: 8px;
|
|
3633
3585
|
|
|
3634
|
-
|
|
3635
|
-
|
|
3586
|
+
content: '\2022';
|
|
3587
|
+
text-align: center;
|
|
3636
3588
|
|
|
3637
|
-
|
|
3589
|
+
color: #b88b59;
|
|
3638
3590
|
|
|
3639
|
-
|
|
3640
|
-
-
|
|
3641
|
-
animation-timing-function: linear;
|
|
3642
|
-
-webkit-animation-iteration-count: infinite;
|
|
3643
|
-
animation-iteration-count: infinite;
|
|
3591
|
+
font-size: calc(18rem / 16);
|
|
3592
|
+
line-height: inherit
|
|
3644
3593
|
}
|
|
3645
|
-
|
|
3594
|
+
@media only screen and (min-width: 48em) {
|
|
3595
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3596
|
+
left: 0;
|
|
3646
3597
|
|
|
3647
|
-
|
|
3598
|
+
width: 36px;
|
|
3648
3599
|
|
|
3649
|
-
|
|
3600
|
+
text-align: center;
|
|
3650
3601
|
|
|
3651
|
-
|
|
3602
|
+
font-size: 20px
|
|
3652
3603
|
}
|
|
3653
|
-
|
|
3654
|
-
.
|
|
3655
|
-
|
|
3656
|
-
border: 1px solid currentColor;
|
|
3657
|
-
|
|
3658
|
-
content: '';
|
|
3604
|
+
}
|
|
3605
|
+
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3606
|
+
content: none;
|
|
3659
3607
|
}
|
|
3660
|
-
.
|
|
3661
|
-
-
|
|
3662
|
-
|
|
3608
|
+
.SimpleBlock-module_center__2rjif {
|
|
3609
|
+
max-width: 650px;
|
|
3610
|
+
margin-right: auto;
|
|
3611
|
+
margin-left: auto;
|
|
3663
3612
|
}
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3613
|
+
@media only screen and (min-width: 48em) {
|
|
3614
|
+
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3615
|
+
font-size: 20px;
|
|
3616
|
+
line-height: 28px
|
|
3667
3617
|
}
|
|
3668
|
-
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
3669
|
-
14% {
|
|
3670
|
-
transform: scale(0);
|
|
3671
|
-
}
|
|
3672
|
-
|
|
3673
|
-
30% {
|
|
3674
|
-
transform: scale(0.22);
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
|
-
63% {
|
|
3678
|
-
transform: scale(0.22);
|
|
3679
|
-
}
|
|
3680
|
-
|
|
3681
|
-
70% {
|
|
3682
|
-
transform: scale(0);
|
|
3683
|
-
}
|
|
3684
|
-
|
|
3685
|
-
100% {
|
|
3686
|
-
transform: scale(0);
|
|
3687
3618
|
}
|
|
3619
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3620
|
+
margin-bottom: calc(18rem / 16)
|
|
3688
3621
|
}
|
|
3689
|
-
@
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
30% {
|
|
3695
|
-
transform: scale(0.22);
|
|
3696
|
-
}
|
|
3697
|
-
|
|
3698
|
-
63% {
|
|
3699
|
-
transform: scale(0.22);
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
70% {
|
|
3703
|
-
transform: scale(0);
|
|
3704
|
-
}
|
|
3622
|
+
@media only screen and (min-width: 48em) {
|
|
3623
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3624
|
+
margin-top: 27px;
|
|
3625
|
+
margin-bottom: 20px;
|
|
3705
3626
|
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
}
|
|
3627
|
+
font-size: 20px;
|
|
3628
|
+
line-height: 28px
|
|
3709
3629
|
}
|
|
3710
|
-
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
3711
|
-
21% {
|
|
3712
|
-
transform: scale(0.1);
|
|
3713
|
-
}
|
|
3714
|
-
|
|
3715
|
-
53% {
|
|
3716
|
-
transform: scale(0.33);
|
|
3717
3630
|
}
|
|
3631
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3632
|
+
margin-bottom: calc(15rem / 16)
|
|
3633
|
+
}
|
|
3634
|
+
@media only screen and (min-width: 48em) {
|
|
3635
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3636
|
+
margin-top: 20px;
|
|
3718
3637
|
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
opacity: 0;
|
|
3638
|
+
font-size: 20px;
|
|
3639
|
+
line-height: 28px
|
|
3640
|
+
}
|
|
3723
3641
|
}
|
|
3642
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3643
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3644
|
+
margin-top: 0;
|
|
3645
|
+
}
|
|
3646
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3647
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3648
|
+
font-size: 1rem;
|
|
3649
|
+
line-height: calc(22rem / 16)
|
|
3650
|
+
}
|
|
3651
|
+
@media only screen and (min-width: 48em) {
|
|
3652
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3653
|
+
font-size: 18px;
|
|
3654
|
+
line-height: 26px
|
|
3724
3655
|
}
|
|
3725
|
-
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
3726
|
-
21% {
|
|
3727
|
-
transform: scale(0.1);
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
53% {
|
|
3731
|
-
transform: scale(0.33);
|
|
3732
3656
|
}
|
|
3657
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3658
|
+
max-width: 650px;
|
|
3659
|
+
margin-right: auto;
|
|
3660
|
+
margin-left: auto;
|
|
3661
|
+
}
|
|
3662
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3663
|
+
margin-top: calc(6rem / 16);
|
|
3664
|
+
margin-bottom: calc(6rem / 16);
|
|
3733
3665
|
|
|
3734
|
-
|
|
3735
|
-
|
|
3666
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3667
|
+
font-size: 1rem;
|
|
3668
|
+
line-height: calc(22rem / 16)
|
|
3669
|
+
}
|
|
3670
|
+
@media only screen and (min-width: 48em) {
|
|
3671
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3672
|
+
margin-top: 12px;
|
|
3673
|
+
margin-bottom: 12px;
|
|
3736
3674
|
|
|
3737
|
-
|
|
3738
|
-
|
|
3675
|
+
font-size: 18px;
|
|
3676
|
+
line-height: 26px
|
|
3739
3677
|
}
|
|
3740
|
-
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
3741
|
-
21% {
|
|
3742
|
-
transform: scale(0.22);
|
|
3743
3678
|
}
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3679
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3680
|
+
margin-top: calc(12rem / 16);
|
|
3681
|
+
margin-bottom: calc(12rem / 16)
|
|
3682
|
+
}
|
|
3683
|
+
@media only screen and (min-width: 48em) {
|
|
3684
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3685
|
+
margin-top: 10px;
|
|
3686
|
+
margin-bottom: 10px
|
|
3687
|
+
}
|
|
3747
3688
|
}
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3689
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3690
|
+
margin-top: calc(6rem / 16);
|
|
3691
|
+
}
|
|
3692
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3693
|
+
margin-bottom: 0;
|
|
3694
|
+
}
|
|
3695
|
+
/* VISIBILITY */
|
|
3696
|
+
@media only screen and (min-width: 32em) {
|
|
3697
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3698
|
+
display: none
|
|
3699
|
+
}
|
|
3753
3700
|
}
|
|
3701
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3702
|
+
display: none
|
|
3703
|
+
}
|
|
3704
|
+
@media only screen and (min-width: 32em) {
|
|
3705
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3706
|
+
display: block
|
|
3754
3707
|
}
|
|
3755
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
3756
|
-
21% {
|
|
3757
|
-
transform: scale(0.22);
|
|
3758
3708
|
}
|
|
3709
|
+
/* Footnote dakr theme */
|
|
3710
|
+
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3711
|
+
background-color: #5b5b5b;
|
|
3712
|
+
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3713
|
+
inset 0 -1px #8b8b8b;
|
|
3714
|
+
}
|
|
3715
|
+
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3716
|
+
background-color: #5b5b5b;
|
|
3717
|
+
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3718
|
+
inset 0 -1px #747474;
|
|
3719
|
+
}
|
|
3720
|
+
/* Theme */
|
|
3721
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3722
|
+
color: inherit;
|
|
3723
|
+
background-color: #34322a;
|
|
3724
|
+
}
|
|
3725
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3726
|
+
color: inherit;
|
|
3727
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3728
|
+
}
|
|
3759
3729
|
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3730
|
+
/* Colors */
|
|
3731
|
+
/* Fonts */
|
|
3732
|
+
/* Gap */
|
|
3733
|
+
/* Media */
|
|
3734
|
+
/* 512 */
|
|
3735
|
+
/* 650 */
|
|
3736
|
+
/* 768 */
|
|
3737
|
+
/* 1024 */
|
|
3738
|
+
/* 1010 */
|
|
3739
|
+
/* 1200 */
|
|
3740
|
+
/* 511 */
|
|
3741
|
+
/* 1023 */
|
|
3742
|
+
/* Zindex */
|
|
3743
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
+
margin: 0 0 18px;
|
|
3763
3745
|
|
|
3764
|
-
|
|
3765
|
-
|
|
3746
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
+
font-size: 20px;
|
|
3748
|
+
font-weight: normal;
|
|
3749
|
+
line-height: 23px
|
|
3750
|
+
}
|
|
3751
|
+
@media only screen and (min-width: 48em) {
|
|
3752
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3753
|
+
margin-bottom: 15px;
|
|
3766
3754
|
|
|
3767
|
-
|
|
3755
|
+
font-size: 36px;
|
|
3756
|
+
line-height: 40px
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
/* VISIBILITY */
|
|
3760
|
+
@media only screen and (min-width: 32em) {
|
|
3761
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3762
|
+
display: none
|
|
3763
|
+
}
|
|
3768
3764
|
}
|
|
3765
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3766
|
+
display: none
|
|
3767
|
+
}
|
|
3768
|
+
@media only screen and (min-width: 32em) {
|
|
3769
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3770
|
+
display: block
|
|
3769
3771
|
}
|
|
3772
|
+
}
|
|
3770
3773
|
|
|
3771
3774
|
/* Colors */
|
|
3772
3775
|
/* Fonts */
|
|
@@ -3781,97 +3784,118 @@
|
|
|
3781
3784
|
/* 511 */
|
|
3782
3785
|
/* 1023 */
|
|
3783
3786
|
/* Zindex */
|
|
3784
|
-
.
|
|
3785
|
-
|
|
3786
|
-
margin: 0;
|
|
3787
|
-
padding: 0 1px 0 0;
|
|
3788
|
-
|
|
3789
|
-
cursor: pointer;
|
|
3790
|
-
|
|
3791
|
-
color: inherit;
|
|
3792
|
-
border-width: 0;
|
|
3793
|
-
outline: none;
|
|
3794
|
-
background-color: transparent;
|
|
3795
|
-
|
|
3796
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3797
|
-
font-size: 12px;
|
|
3798
|
-
font-weight: 600;
|
|
3799
|
-
line-height: 1;
|
|
3787
|
+
.SourceBlock-module_root__1P3XD {
|
|
3788
|
+
display: block;
|
|
3800
3789
|
|
|
3801
|
-
|
|
3790
|
+
margin: 18px 0 15px;
|
|
3791
|
+
padding: 12px 11px 17px;
|
|
3802
3792
|
|
|
3803
|
-
|
|
3793
|
+
color: #000;
|
|
3794
|
+
border-radius: 2px 8px 8px 2px;
|
|
3795
|
+
background-color: #f5f5f5;
|
|
3796
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3804
3797
|
|
|
3805
|
-
|
|
3798
|
+
font-size: 16px;
|
|
3799
|
+
line-height: 20px
|
|
3806
3800
|
}
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
left: 0;
|
|
3813
|
-
|
|
3814
|
-
content: '';
|
|
3801
|
+
@media only screen and (min-width: 48em) {
|
|
3802
|
+
.SourceBlock-module_root__1P3XD {
|
|
3803
|
+
margin-top: 25px;
|
|
3804
|
+
margin-bottom: 25px;
|
|
3805
|
+
padding: 18px 16px 16px
|
|
3815
3806
|
}
|
|
3816
|
-
|
|
3817
|
-
|
|
3807
|
+
}
|
|
3808
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3809
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3810
|
+
background-color: #ededed;
|
|
3818
3811
|
}
|
|
3819
|
-
.
|
|
3820
|
-
|
|
3821
|
-
color: #fff;
|
|
3812
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3813
|
+
margin: 0;
|
|
3822
3814
|
}
|
|
3823
|
-
.
|
|
3824
|
-
|
|
3825
|
-
|
|
3815
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3816
|
+
text-decoration: none;
|
|
3817
|
+
|
|
3818
|
+
color: inherit;
|
|
3826
3819
|
}
|
|
3827
|
-
.
|
|
3828
|
-
|
|
3829
|
-
|
|
3820
|
+
.SourceBlock-module_text__Si4vm {
|
|
3821
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3822
|
+
}
|
|
3823
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3824
|
+
margin: 0;
|
|
3830
3825
|
|
|
3831
|
-
|
|
3826
|
+
font-size: 16px;
|
|
3827
|
+
line-height: 22px
|
|
3832
3828
|
}
|
|
3833
|
-
|
|
3834
|
-
.
|
|
3835
|
-
|
|
3829
|
+
@media only screen and (min-width: 48em) {
|
|
3830
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3831
|
+
font-size: 18px;
|
|
3832
|
+
line-height: 26px
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3836
|
+
margin-top: 12px;
|
|
3837
|
+
}
|
|
3838
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
+
margin-top: 12px;
|
|
3840
|
+
padding-top: 10px;
|
|
3836
3841
|
|
|
3837
|
-
|
|
3842
|
+
border-top: 1px solid #d6d6d6
|
|
3838
3843
|
}
|
|
3839
|
-
|
|
3840
|
-
.
|
|
3841
|
-
|
|
3844
|
+
@media only screen and (min-width: 48em) {
|
|
3845
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3846
|
+
margin-top: 18px;
|
|
3847
|
+
padding-top: 12px
|
|
3842
3848
|
}
|
|
3843
|
-
|
|
3844
|
-
.
|
|
3845
|
-
|
|
3849
|
+
}
|
|
3850
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3851
|
+
letter-spacing: 1px;
|
|
3852
|
+
text-transform: uppercase;
|
|
3853
|
+
pointer-events: none;
|
|
3854
|
+
|
|
3855
|
+
color: #292929;
|
|
3856
|
+
|
|
3857
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3858
|
+
font-size: 16px;
|
|
3859
|
+
font-weight: bold;
|
|
3860
|
+
font-style: normal;
|
|
3861
|
+
line-height: 22px
|
|
3846
3862
|
}
|
|
3847
|
-
|
|
3848
|
-
|
|
3863
|
+
@media only screen and (min-width: 48em) {
|
|
3864
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3865
|
+
font-size: 18px;
|
|
3866
|
+
line-height: 26px
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
.SourceBlock-module_center__3P93B {
|
|
3870
|
+
max-width: 650px;
|
|
3871
|
+
margin-right: auto;
|
|
3872
|
+
margin-left: auto;
|
|
3849
3873
|
}
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3874
|
+
/* VISIBILITY */
|
|
3875
|
+
@media only screen and (min-width: 32em) {
|
|
3876
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3877
|
+
display: none
|
|
3853
3878
|
}
|
|
3854
|
-
|
|
3855
|
-
.
|
|
3856
|
-
|
|
3879
|
+
}
|
|
3880
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3881
|
+
display: none
|
|
3857
3882
|
}
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
padding-left: 5px;
|
|
3862
|
-
|
|
3863
|
-
vertical-align: middle;
|
|
3883
|
+
@media only screen and (min-width: 32em) {
|
|
3884
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3885
|
+
display: block
|
|
3864
3886
|
}
|
|
3865
|
-
|
|
3866
|
-
|
|
3887
|
+
}
|
|
3888
|
+
/* Dark theme */
|
|
3889
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3890
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3891
|
+
background-color: #262626;
|
|
3892
|
+
color: inherit;
|
|
3867
3893
|
}
|
|
3868
|
-
.
|
|
3869
|
-
color: #
|
|
3870
|
-
|
|
3871
|
-
fill: transparent;
|
|
3894
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3895
|
+
color: #b8b8b8;
|
|
3872
3896
|
}
|
|
3873
|
-
.
|
|
3874
|
-
|
|
3897
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3898
|
+
border-top-color: #3d3d3d;
|
|
3875
3899
|
}
|
|
3876
3900
|
|
|
3877
3901
|
/* Colors */
|
|
@@ -3887,333 +3911,375 @@
|
|
|
3887
3911
|
/* 511 */
|
|
3888
3912
|
/* 1023 */
|
|
3889
3913
|
/* Zindex */
|
|
3890
|
-
.
|
|
3914
|
+
.Spoiler-module_root__1OfSR {
|
|
3891
3915
|
position: relative;
|
|
3892
3916
|
|
|
3893
|
-
width:
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
border-radius: 8px;
|
|
3897
|
-
background-color: #fff;
|
|
3898
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
3899
|
-
}
|
|
3900
|
-
.Footnote-module_body__259Ly {
|
|
3901
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3902
|
-
font-size: 16px;
|
|
3903
|
-
line-height: 22px;
|
|
3917
|
+
width: 100%;
|
|
3918
|
+
margin: 15px 0;
|
|
3919
|
+
padding: 24px 0 25px
|
|
3904
3920
|
}
|
|
3905
|
-
|
|
3906
|
-
|
|
3921
|
+
@media only screen and (min-width: 32em) {
|
|
3922
|
+
.Spoiler-module_root__1OfSR {
|
|
3923
|
+
display: -webkit-box;
|
|
3924
|
+
display: -webkit-flex;
|
|
3925
|
+
display: -ms-flexbox;
|
|
3926
|
+
display: flex;
|
|
3927
|
+
flex-flow: column nowrap;
|
|
3907
3928
|
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
line-height: inherit;
|
|
3911
|
-
}
|
|
3912
|
-
.Footnote-module_body__259Ly p {
|
|
3913
|
-
margin: 0;
|
|
3914
|
-
}
|
|
3915
|
-
.Footnote-module_body__259Ly p + p {
|
|
3916
|
-
margin-top: 6px;
|
|
3917
|
-
}
|
|
3918
|
-
.Footnote-module_body__259Ly a {
|
|
3919
|
-
color: inherit;
|
|
3920
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3921
|
-
}
|
|
3922
|
-
.Footnote-module_body__259Ly a:hover {
|
|
3923
|
-
color: #b88b59;
|
|
3929
|
+
margin: 25px auto 20px;
|
|
3930
|
+
padding: 23px 0
|
|
3924
3931
|
}
|
|
3925
|
-
|
|
3932
|
+
}
|
|
3933
|
+
.Spoiler-module_root__1OfSR::before,
|
|
3934
|
+
.Spoiler-module_root__1OfSR::after {
|
|
3926
3935
|
position: absolute;
|
|
3927
|
-
|
|
3928
|
-
|
|
3936
|
+
left: 50%;
|
|
3937
|
+
z-index: 10;
|
|
3929
3938
|
|
|
3930
|
-
|
|
3931
|
-
|
|
3939
|
+
width: 100%;
|
|
3940
|
+
max-width: 650px;
|
|
3941
|
+
margin: 0 auto;
|
|
3932
3942
|
|
|
3933
|
-
|
|
3943
|
+
border-top: 3px solid rgba(0, 0, 0, 0.1);
|
|
3944
|
+
transform: translateX(-50%);
|
|
3934
3945
|
|
|
3935
|
-
|
|
3936
|
-
border-width: 0;
|
|
3937
|
-
outline: none;
|
|
3938
|
-
background-color: transparent;
|
|
3946
|
+
content: '';
|
|
3939
3947
|
}
|
|
3940
|
-
.
|
|
3941
|
-
|
|
3948
|
+
.Spoiler-module_root__1OfSR::before {
|
|
3949
|
+
top: 0;
|
|
3942
3950
|
}
|
|
3943
|
-
.
|
|
3944
|
-
|
|
3945
|
-
height: 12px;
|
|
3951
|
+
.Spoiler-module_root__1OfSR::after {
|
|
3952
|
+
bottom: 0;
|
|
3946
3953
|
}
|
|
3954
|
+
.Spoiler-module_root__1OfSR:last-child {
|
|
3955
|
+
margin-bottom: 0;
|
|
3956
|
+
}
|
|
3957
|
+
.Spoiler-module_root__1OfSR:first-child {
|
|
3958
|
+
margin-top: 0;
|
|
3959
|
+
}
|
|
3960
|
+
.Spoiler-module_header__1rZUs {
|
|
3961
|
+
display: -webkit-box;
|
|
3962
|
+
display: -webkit-flex;
|
|
3963
|
+
display: -ms-flexbox;
|
|
3964
|
+
display: flex;
|
|
3965
|
+
flex-flow: column nowrap;
|
|
3966
|
+
justify-content: center;
|
|
3947
3967
|
|
|
3968
|
+
width: 100%;
|
|
3969
|
+
max-width: 650px;
|
|
3970
|
+
margin-right: auto;
|
|
3971
|
+
margin-left: auto;
|
|
3972
|
+
}
|
|
3973
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
3974
|
+
margin-top: 0;
|
|
3975
|
+
margin-bottom: 18px;
|
|
3948
3976
|
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
/* Gap */
|
|
3952
|
-
/* Media */
|
|
3953
|
-
/* 512 */
|
|
3954
|
-
/* 650 */
|
|
3955
|
-
/* 768 */
|
|
3956
|
-
/* 1024 */
|
|
3957
|
-
/* 1010 */
|
|
3958
|
-
/* 1200 */
|
|
3959
|
-
/* 511 */
|
|
3960
|
-
/* 1023 */
|
|
3961
|
-
/* Zindex */
|
|
3962
|
-
.RelatedRichBlock-module_root__3NYmj {
|
|
3963
|
-
position: relative;
|
|
3964
|
-
z-index: 10;
|
|
3965
|
-
|
|
3966
|
-
display: block;
|
|
3967
|
-
overflow: hidden;
|
|
3968
|
-
|
|
3969
|
-
text-decoration: none;
|
|
3977
|
+
font-weight: 700;
|
|
3978
|
+
font-size: 21px;
|
|
3970
3979
|
|
|
3971
|
-
|
|
3972
|
-
|
|
3980
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3981
|
+
line-height: 26px
|
|
3973
3982
|
}
|
|
3974
3983
|
@media only screen and (min-width: 32em) {
|
|
3975
|
-
.
|
|
3976
|
-
|
|
3984
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
3985
|
+
margin-bottom: 20px;
|
|
3986
|
+
|
|
3987
|
+
font-size: 28px;
|
|
3988
|
+
line-height: 34px
|
|
3977
3989
|
}
|
|
3978
3990
|
}
|
|
3979
|
-
.
|
|
3980
|
-
|
|
3981
|
-
top: 0;
|
|
3982
|
-
right: 0;
|
|
3983
|
-
bottom: 0;
|
|
3984
|
-
left: 0;
|
|
3985
|
-
z-index: 20;
|
|
3991
|
+
.Spoiler-module_body__Q1e_c {
|
|
3992
|
+
display: none;
|
|
3986
3993
|
|
|
3987
|
-
|
|
3994
|
+
width: 100%;
|
|
3995
|
+
padding-bottom: 13px
|
|
3996
|
+
}
|
|
3997
|
+
@media only screen and (min-width: 32em) {
|
|
3998
|
+
.Spoiler-module_body__Q1e_c {
|
|
3999
|
+
order: 2;
|
|
3988
4000
|
|
|
3989
|
-
|
|
4001
|
+
padding-top: 25px;
|
|
4002
|
+
padding-bottom: 0
|
|
3990
4003
|
}
|
|
3991
|
-
|
|
4004
|
+
}
|
|
4005
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
4006
|
+
min-height: auto
|
|
4007
|
+
}
|
|
4008
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4009
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
4010
|
+
padding-bottom: 0
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
4013
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_body__Q1e_c {
|
|
3992
4014
|
display: block;
|
|
4015
|
+
}
|
|
4016
|
+
.Spoiler-module_footer__23mh7 {
|
|
4017
|
+
position: static;
|
|
3993
4018
|
|
|
3994
4019
|
width: 100%;
|
|
4020
|
+
max-width: 650px;
|
|
4021
|
+
margin-right: auto;
|
|
4022
|
+
margin-left: auto;
|
|
3995
4023
|
}
|
|
3996
|
-
.
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4024
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4025
|
+
position: -webkit-sticky;
|
|
4026
|
+
position: sticky;
|
|
4027
|
+
bottom: 0;
|
|
4028
|
+
z-index: 10;
|
|
4029
|
+
|
|
4030
|
+
width: auto;
|
|
4031
|
+
margin-right: -20px;
|
|
4032
|
+
margin-left: -20px;
|
|
4033
|
+
padding: 12px 20px 20px;
|
|
4034
|
+
|
|
4035
|
+
background-image: -webkit-gradient(linear,
|
|
4036
|
+
left top, left bottom,
|
|
4037
|
+
from(rgba(255, 255, 255, 0)),
|
|
4038
|
+
color-stop(64%, #fff));
|
|
4039
|
+
|
|
4040
|
+
background-image: -o-linear-gradient(top,
|
|
4041
|
+
rgba(255, 255, 255, 0) 0%,
|
|
4042
|
+
#fff 64%);
|
|
4043
|
+
|
|
4044
|
+
background-image: linear-gradient(180deg,
|
|
4045
|
+
rgba(255, 255, 255, 0) 0%,
|
|
4046
|
+
#fff 64%);
|
|
4047
|
+
|
|
4048
|
+
-webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
|
|
4049
|
+
|
|
4050
|
+
animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
|
|
4003
4051
|
}
|
|
4004
|
-
@media only screen and (min-width:
|
|
4005
|
-
.
|
|
4006
|
-
|
|
4007
|
-
|
|
4052
|
+
@media only screen and (min-width: 32em) {
|
|
4053
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4054
|
+
position: static;
|
|
4055
|
+
|
|
4056
|
+
width: 100%;
|
|
4057
|
+
margin-right: auto;
|
|
4058
|
+
margin-left: auto;
|
|
4059
|
+
padding: 0;
|
|
4060
|
+
|
|
4061
|
+
background-image: none;
|
|
4062
|
+
|
|
4063
|
+
-webkit-animation: none;
|
|
4064
|
+
|
|
4065
|
+
animation: none
|
|
4008
4066
|
}
|
|
4009
4067
|
}
|
|
4010
|
-
.
|
|
4011
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4068
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4012
4069
|
position: absolute;
|
|
4070
|
+
top: 100%;
|
|
4013
4071
|
right: 0;
|
|
4014
4072
|
left: 0;
|
|
4015
|
-
z-index:
|
|
4016
|
-
}
|
|
4017
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4018
|
-
bottom: 0;
|
|
4073
|
+
z-index: -1;
|
|
4019
4074
|
|
|
4020
|
-
height:
|
|
4021
|
-
}
|
|
4022
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4023
|
-
top: 0;
|
|
4075
|
+
height: 16px;
|
|
4024
4076
|
|
|
4025
|
-
|
|
4026
|
-
}
|
|
4027
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4028
|
-
display: -webkit-box;
|
|
4029
|
-
display: -webkit-flex;
|
|
4030
|
-
display: -ms-flexbox;
|
|
4031
|
-
display: flex;
|
|
4032
|
-
flex-flow: column nowrap;
|
|
4033
|
-
justify-content: flex-end;
|
|
4077
|
+
background-color: #fff;
|
|
4034
4078
|
|
|
4035
|
-
|
|
4079
|
+
-webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4036
4080
|
|
|
4037
|
-
|
|
4081
|
+
animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4082
|
+
|
|
4083
|
+
content: ''
|
|
4038
4084
|
}
|
|
4039
4085
|
@media only screen and (min-width: 32em) {
|
|
4040
|
-
.
|
|
4041
|
-
|
|
4042
|
-
right: 0;
|
|
4043
|
-
bottom: 0;
|
|
4044
|
-
left: 0;
|
|
4045
|
-
z-index: 10;
|
|
4046
|
-
|
|
4047
|
-
min-height: 295px;
|
|
4048
|
-
padding: 20px;
|
|
4049
|
-
|
|
4050
|
-
background-color: transparent
|
|
4086
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4087
|
+
content: none
|
|
4051
4088
|
}
|
|
4052
4089
|
}
|
|
4053
|
-
.
|
|
4054
|
-
|
|
4090
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4091
|
+
transform: rotate(180deg) translateY(1px);
|
|
4055
4092
|
}
|
|
4056
4093
|
@media only screen and (min-width: 32em) {
|
|
4057
|
-
.
|
|
4058
|
-
|
|
4094
|
+
.Spoiler-module_center__tq1m0 {
|
|
4095
|
+
max-width: 980px;
|
|
4096
|
+
margin-right: auto;
|
|
4097
|
+
margin-left: auto
|
|
4059
4098
|
}
|
|
4060
4099
|
}
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4100
|
+
.Spoiler-module_full__1QFqR {
|
|
4101
|
+
max-width: 980px;
|
|
4102
|
+
}
|
|
4103
|
+
.Spoiler-module_default__2Kjx8 {
|
|
4104
|
+
max-width: 650px;
|
|
4105
|
+
}
|
|
4106
|
+
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4107
|
+
0% {
|
|
4108
|
+
transform: translateY(62px);
|
|
4109
|
+
}
|
|
4068
4110
|
|
|
4069
|
-
|
|
4111
|
+
50% {
|
|
4112
|
+
transform: translateY(-16px);
|
|
4113
|
+
}
|
|
4070
4114
|
|
|
4071
|
-
|
|
4072
|
-
|
|
4115
|
+
100% {
|
|
4116
|
+
transform: translateY(0);
|
|
4073
4117
|
}
|
|
4074
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4075
|
-
position: relative;
|
|
4076
4118
|
}
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
left: 1px;
|
|
4082
|
-
z-index: 10;
|
|
4119
|
+
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4120
|
+
0% {
|
|
4121
|
+
transform: translateY(62px);
|
|
4122
|
+
}
|
|
4083
4123
|
|
|
4084
|
-
|
|
4124
|
+
50% {
|
|
4125
|
+
transform: translateY(-16px);
|
|
4126
|
+
}
|
|
4085
4127
|
|
|
4086
|
-
|
|
4128
|
+
100% {
|
|
4129
|
+
transform: translateY(0);
|
|
4130
|
+
}
|
|
4087
4131
|
}
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4132
|
+
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4133
|
+
0% {
|
|
4134
|
+
background-color: #fff;
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
100% {
|
|
4138
|
+
background-color: transparent;
|
|
4139
|
+
}
|
|
4091
4140
|
}
|
|
4141
|
+
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4142
|
+
0% {
|
|
4143
|
+
background-color: #fff;
|
|
4092
4144
|
}
|
|
4093
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4094
|
-
color: #fff;
|
|
4095
4145
|
|
|
4096
|
-
|
|
4146
|
+
100% {
|
|
4147
|
+
background-color: transparent;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4151
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4152
|
+
bottom: 45px
|
|
4097
4153
|
}
|
|
4098
4154
|
@media only screen and (min-width: 32em) {
|
|
4099
|
-
.
|
|
4100
|
-
|
|
4155
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4156
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4157
|
+
bottom: 46px
|
|
4101
4158
|
}
|
|
4102
4159
|
}
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
@media only screen and (min-width: 32em) {
|
|
4107
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4108
|
-
position: absolute;
|
|
4109
|
-
right: 0;
|
|
4110
|
-
bottom: 0;
|
|
4111
|
-
left: 0;
|
|
4112
|
-
z-index: 10;
|
|
4113
|
-
|
|
4114
|
-
min-height: 295px
|
|
4160
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4161
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4162
|
+
bottom: 90px
|
|
4115
4163
|
}
|
|
4116
4164
|
}
|
|
4165
|
+
/* VISIBILITY */
|
|
4117
4166
|
@media only screen and (min-width: 32em) {
|
|
4118
|
-
.
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
content: ''
|
|
4167
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4168
|
+
display: none
|
|
4122
4169
|
}
|
|
4123
4170
|
}
|
|
4124
|
-
.
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
width: 100%
|
|
4171
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4172
|
+
display: none
|
|
4128
4173
|
}
|
|
4129
4174
|
@media only screen and (min-width: 32em) {
|
|
4130
|
-
.
|
|
4131
|
-
|
|
4132
|
-
top: 0;
|
|
4133
|
-
bottom: 0
|
|
4175
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4176
|
+
display: block
|
|
4134
4177
|
}
|
|
4135
4178
|
}
|
|
4136
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4137
|
-
display: block;
|
|
4138
4179
|
|
|
4139
|
-
|
|
4180
|
+
/* Colors */
|
|
4181
|
+
/* Fonts */
|
|
4182
|
+
/* Gap */
|
|
4183
|
+
/* Media */
|
|
4184
|
+
/* 512 */
|
|
4185
|
+
/* 650 */
|
|
4186
|
+
/* 768 */
|
|
4187
|
+
/* 1024 */
|
|
4188
|
+
/* 1010 */
|
|
4189
|
+
/* 1200 */
|
|
4190
|
+
/* 511 */
|
|
4191
|
+
/* 1023 */
|
|
4192
|
+
/* Zindex */
|
|
4193
|
+
.MetaItem-module_root__2VQom {
|
|
4194
|
+
display: inline;
|
|
4140
4195
|
|
|
4141
|
-
|
|
4142
|
-
}
|
|
4143
|
-
@media only screen and (min-width: 32em) {
|
|
4144
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4145
|
-
content: none
|
|
4196
|
+
margin-right: 15px;
|
|
4146
4197
|
}
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
position: absolute;
|
|
4150
|
-
top: 50%;
|
|
4151
|
-
left: 50%;
|
|
4198
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4199
|
+
display: inline-block;
|
|
4152
4200
|
|
|
4153
|
-
|
|
4154
|
-
height: 180px;
|
|
4201
|
+
margin-right: 1px;
|
|
4155
4202
|
|
|
4156
|
-
|
|
4203
|
+
vertical-align: top;
|
|
4204
|
+
|
|
4205
|
+
color: inherit;
|
|
4206
|
+
|
|
4207
|
+
fill: currentColor;
|
|
4157
4208
|
}
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
top: 25%;
|
|
4209
|
+
.MetaItem-module_root__2VQom a {
|
|
4210
|
+
display: inline;
|
|
4161
4211
|
|
|
4162
|
-
|
|
4212
|
+
text-decoration: underline;
|
|
4213
|
+
|
|
4214
|
+
color: inherit;
|
|
4215
|
+
|
|
4216
|
+
-webkit-text-decoration-skip: auto;
|
|
4163
4217
|
}
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
right:
|
|
4169
|
-
|
|
4170
|
-
|
|
4218
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4219
|
+
color: #b88b59;
|
|
4220
|
+
}
|
|
4221
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4222
|
+
margin-right: 0;
|
|
4223
|
+
}
|
|
4224
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4225
|
+
display: inline-block;
|
|
4171
4226
|
|
|
4172
|
-
|
|
4227
|
+
padding-right: 0.4em;
|
|
4228
|
+
padding-left: 0.4em;
|
|
4173
4229
|
|
|
4174
|
-
|
|
4230
|
+
content: '\B7';
|
|
4175
4231
|
}
|
|
4176
|
-
@media only screen and (
|
|
4177
|
-
.
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4232
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4233
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4234
|
+
width: 100%;
|
|
4235
|
+
margin-top: 3px;
|
|
4236
|
+
margin-bottom: 3px
|
|
4181
4237
|
}
|
|
4182
4238
|
}
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
margin-right: auto;
|
|
4187
|
-
margin-left: auto;
|
|
4239
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4240
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4241
|
+
margin-top: 0
|
|
4188
4242
|
}
|
|
4189
|
-
|
|
4190
|
-
.
|
|
4191
|
-
|
|
4243
|
+
}
|
|
4244
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4245
|
+
margin-bottom: 0;
|
|
4192
4246
|
}
|
|
4193
|
-
|
|
4194
|
-
|
|
4247
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4248
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4249
|
+
display: none
|
|
4195
4250
|
}
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4251
|
+
}
|
|
4252
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4253
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4254
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4255
|
+
display: inline-block
|
|
4200
4256
|
}
|
|
4201
4257
|
}
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
.
|
|
4205
|
-
|
|
4258
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4259
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4260
|
+
.MetaItem-module_listened__lwvAO,
|
|
4261
|
+
.MetaItem-module_read__5eAIG {
|
|
4262
|
+
width: auto
|
|
4206
4263
|
}
|
|
4207
4264
|
}
|
|
4208
|
-
|
|
4209
|
-
|
|
4265
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4266
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4267
|
+
order: -2
|
|
4210
4268
|
}
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4269
|
+
}
|
|
4270
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4271
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4272
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4273
|
+
order: -1;
|
|
4274
|
+
|
|
4275
|
+
margin-top: 0
|
|
4214
4276
|
}
|
|
4215
4277
|
}
|
|
4278
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4279
|
+
margin-top: -1px;
|
|
4280
|
+
}
|
|
4216
4281
|
|
|
4282
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4217
4283
|
/* Colors */
|
|
4218
4284
|
/* Fonts */
|
|
4219
4285
|
/* Gap */
|
|
@@ -4227,180 +4293,177 @@
|
|
|
4227
4293
|
/* 511 */
|
|
4228
4294
|
/* 1023 */
|
|
4229
4295
|
/* Zindex */
|
|
4230
|
-
.
|
|
4296
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4231
4297
|
position: relative;
|
|
4232
4298
|
|
|
4233
|
-
|
|
4234
|
-
}
|
|
4235
|
-
@media only screen and (min-width: 32em) {
|
|
4236
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4237
|
-
margin: 25px 0 20px
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4241
|
-
margin-top: 0;
|
|
4242
|
-
}
|
|
4243
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4244
|
-
margin-bottom: 0;
|
|
4245
|
-
}
|
|
4246
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4247
|
-
width: 100%;
|
|
4248
|
-
max-width: 650px;
|
|
4249
|
-
margin-right: auto;
|
|
4250
|
-
margin-left: auto;
|
|
4251
|
-
|
|
4252
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4253
|
-
}
|
|
4254
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4255
|
-
position: relative;
|
|
4299
|
+
display: inline-block;
|
|
4256
4300
|
|
|
4257
|
-
|
|
4301
|
+
width: 18px;
|
|
4302
|
+
height: 18px;
|
|
4258
4303
|
|
|
4259
|
-
|
|
4304
|
+
vertical-align: middle;
|
|
4260
4305
|
}
|
|
4261
|
-
.
|
|
4306
|
+
.MetaItemLive-module_gold__3yZEV {
|
|
4307
|
+
color: #b88b59;
|
|
4308
|
+
}
|
|
4309
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4310
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4311
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4262
4312
|
position: absolute;
|
|
4263
|
-
z-index: 10;
|
|
4264
4313
|
top: 0;
|
|
4265
|
-
right:
|
|
4314
|
+
right: 0;
|
|
4266
4315
|
bottom: 0;
|
|
4267
|
-
left:
|
|
4316
|
+
left: 0;
|
|
4317
|
+
z-index: 0;
|
|
4318
|
+
}
|
|
4319
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4320
|
+
margin-top: -4px;
|
|
4321
|
+
margin-right: 1px;
|
|
4268
4322
|
|
|
4269
|
-
|
|
4323
|
+
transform: translateY(1px);
|
|
4324
|
+
}
|
|
4325
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4326
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4327
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4270
4328
|
|
|
4271
|
-
|
|
4329
|
+
border-radius: 50%;
|
|
4330
|
+
transform: scale(0);
|
|
4272
4331
|
|
|
4273
|
-
|
|
4332
|
+
-webkit-animation-duration: 1.05s;
|
|
4274
4333
|
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4334
|
+
animation-duration: 1.05s;
|
|
4335
|
+
-webkit-animation-timing-function: linear;
|
|
4336
|
+
animation-timing-function: linear;
|
|
4337
|
+
-webkit-animation-iteration-count: infinite;
|
|
4338
|
+
animation-iteration-count: infinite;
|
|
4339
|
+
}
|
|
4340
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4279
4341
|
|
|
4280
|
-
|
|
4342
|
+
background: currentColor;
|
|
4281
4343
|
|
|
4282
|
-
|
|
4344
|
+
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4283
4345
|
|
|
4284
|
-
|
|
4285
|
-
background-repeat: no-repeat;
|
|
4286
|
-
background-position: center top;
|
|
4287
|
-
background-size: cover
|
|
4346
|
+
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4288
4347
|
}
|
|
4289
|
-
|
|
4290
|
-
.
|
|
4291
|
-
|
|
4292
|
-
|
|
4348
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4349
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4350
|
+
|
|
4351
|
+
border: 1px solid currentColor;
|
|
4352
|
+
|
|
4353
|
+
content: '';
|
|
4354
|
+
}
|
|
4355
|
+
.MetaItemLive-module_root__2mpD3::before {
|
|
4356
|
+
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4357
|
+
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4358
|
+
}
|
|
4359
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4360
|
+
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4361
|
+
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4293
4362
|
}
|
|
4363
|
+
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4364
|
+
14% {
|
|
4365
|
+
transform: scale(0);
|
|
4294
4366
|
}
|
|
4295
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4296
|
-
-webkit-user-select: none;
|
|
4297
|
-
-moz-user-select: none;
|
|
4298
|
-
-ms-user-select: none;
|
|
4299
|
-
user-select: none;
|
|
4300
4367
|
|
|
4301
|
-
|
|
4368
|
+
30% {
|
|
4369
|
+
transform: scale(0.22);
|
|
4370
|
+
}
|
|
4302
4371
|
|
|
4303
|
-
|
|
4372
|
+
63% {
|
|
4373
|
+
transform: scale(0.22);
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
70% {
|
|
4377
|
+
transform: scale(0);
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
100% {
|
|
4381
|
+
transform: scale(0);
|
|
4382
|
+
}
|
|
4304
4383
|
}
|
|
4305
|
-
|
|
4306
|
-
|
|
4384
|
+
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4385
|
+
14% {
|
|
4386
|
+
transform: scale(0);
|
|
4387
|
+
}
|
|
4307
4388
|
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
margin-bottom: 12px;
|
|
4389
|
+
30% {
|
|
4390
|
+
transform: scale(0.22);
|
|
4391
|
+
}
|
|
4312
4392
|
|
|
4313
|
-
|
|
4393
|
+
63% {
|
|
4394
|
+
transform: scale(0.22);
|
|
4395
|
+
}
|
|
4314
4396
|
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
}
|
|
4318
|
-
@media only screen and (min-width: 32em) {
|
|
4319
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4320
|
-
margin-bottom: 24px;
|
|
4397
|
+
70% {
|
|
4398
|
+
transform: scale(0);
|
|
4399
|
+
}
|
|
4321
4400
|
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
}
|
|
4401
|
+
100% {
|
|
4402
|
+
transform: scale(0);
|
|
4325
4403
|
}
|
|
4326
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4327
|
-
width: 100%;
|
|
4328
|
-
max-width: 348px;
|
|
4329
|
-
margin: 0 auto;
|
|
4330
|
-
}
|
|
4331
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4332
|
-
max-width: 650px
|
|
4333
|
-
}
|
|
4334
|
-
@media only screen and (min-width: 32em) {
|
|
4335
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4336
|
-
margin-right: auto;
|
|
4337
|
-
margin-left: auto
|
|
4338
4404
|
}
|
|
4405
|
+
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4406
|
+
21% {
|
|
4407
|
+
transform: scale(0.1);
|
|
4339
4408
|
}
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
@media only screen and (min-width: 32em) {
|
|
4344
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4345
|
-
margin-right: auto;
|
|
4346
|
-
margin-left: auto
|
|
4347
|
-
}
|
|
4409
|
+
|
|
4410
|
+
53% {
|
|
4411
|
+
transform: scale(0.33);
|
|
4348
4412
|
}
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4355
|
-
right: 0;
|
|
4356
|
-
left: 0
|
|
4357
|
-
}
|
|
4413
|
+
|
|
4414
|
+
100% {
|
|
4415
|
+
transform: scale(0.66);
|
|
4416
|
+
|
|
4417
|
+
opacity: 0;
|
|
4358
4418
|
}
|
|
4359
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4360
|
-
padding-right: 20px;
|
|
4361
|
-
padding-left: 20px
|
|
4362
|
-
}
|
|
4363
|
-
@media only screen and (min-width: 32em) {
|
|
4364
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4365
|
-
padding-right: 0;
|
|
4366
|
-
padding-left: 0
|
|
4367
4419
|
}
|
|
4420
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4421
|
+
21% {
|
|
4422
|
+
transform: scale(0.1);
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4425
|
+
53% {
|
|
4426
|
+
transform: scale(0.33);
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
100% {
|
|
4430
|
+
transform: scale(0.66);
|
|
4431
|
+
|
|
4432
|
+
opacity: 0;
|
|
4368
4433
|
}
|
|
4369
|
-
.SensitiveBlock-module_super_full__14UOv {
|
|
4370
|
-
max-width: 100%;
|
|
4371
|
-
}
|
|
4372
|
-
@media only screen and (min-width: 32em) {
|
|
4373
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4374
|
-
right: -15px;
|
|
4375
|
-
left: -15px
|
|
4376
4434
|
}
|
|
4435
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4436
|
+
21% {
|
|
4437
|
+
transform: scale(0.22);
|
|
4377
4438
|
}
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
padding-left: 15px
|
|
4382
|
-
}
|
|
4439
|
+
|
|
4440
|
+
53% {
|
|
4441
|
+
transform: scale(0.55);
|
|
4383
4442
|
}
|
|
4384
|
-
/* STATE */
|
|
4385
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4386
|
-
visibility: hidden;
|
|
4387
4443
|
|
|
4388
|
-
|
|
4444
|
+
100% {
|
|
4445
|
+
transform: scale(0.88);
|
|
4389
4446
|
|
|
4390
|
-
|
|
4391
|
-
}
|
|
4392
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4393
|
-
min-height: 0;
|
|
4394
|
-
}
|
|
4395
|
-
/* CONTEXT */
|
|
4396
|
-
@media only screen and (max-width: 63.9375em) {
|
|
4397
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4398
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4399
|
-
right: -11px;
|
|
4400
|
-
left: -11px
|
|
4447
|
+
opacity: 0;
|
|
4448
|
+
}
|
|
4401
4449
|
}
|
|
4450
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4451
|
+
21% {
|
|
4452
|
+
transform: scale(0.22);
|
|
4453
|
+
}
|
|
4454
|
+
|
|
4455
|
+
53% {
|
|
4456
|
+
transform: scale(0.55);
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
100% {
|
|
4460
|
+
transform: scale(0.88);
|
|
4461
|
+
|
|
4462
|
+
opacity: 0;
|
|
4402
4463
|
}
|
|
4464
|
+
}
|
|
4403
4465
|
|
|
4466
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4404
4467
|
/* Colors */
|
|
4405
4468
|
/* Fonts */
|
|
4406
4469
|
/* Gap */
|
|
@@ -4414,100 +4477,58 @@
|
|
|
4414
4477
|
/* 511 */
|
|
4415
4478
|
/* 1023 */
|
|
4416
4479
|
/* Zindex */
|
|
4417
|
-
.
|
|
4418
|
-
|
|
4419
|
-
z-index: 10;
|
|
4420
|
-
|
|
4421
|
-
display: block;
|
|
4422
|
-
overflow: hidden;
|
|
4423
|
-
|
|
4424
|
-
margin: calc(15rem / 16) -20px;
|
|
4425
|
-
padding: 42px 20px 50px;
|
|
4426
|
-
|
|
4427
|
-
text-decoration: none;
|
|
4428
|
-
|
|
4429
|
-
outline-width: 0;
|
|
4430
|
-
background-color: #000;
|
|
4431
|
-
|
|
4432
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4433
|
-
}
|
|
4434
|
-
@media only screen and (min-width: 32em) {
|
|
4435
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4436
|
-
margin: 25px 0 20px;
|
|
4437
|
-
padding: 48px 30px;
|
|
4480
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
+
display: inline;
|
|
4438
4482
|
|
|
4439
|
-
|
|
4483
|
+
line-height: inherit;
|
|
4440
4484
|
}
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
opacity: 0.7;
|
|
4485
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
+
vertical-align: top;
|
|
4444
4487
|
}
|
|
4445
|
-
.
|
|
4446
|
-
|
|
4447
|
-
margin: 0 auto;
|
|
4448
|
-
|
|
4449
|
-
text-align: center;
|
|
4488
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
+
margin-left: 1px;
|
|
4450
4490
|
|
|
4451
|
-
|
|
4452
|
-
}
|
|
4453
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4454
|
-
font-size: 20px;
|
|
4455
|
-
font-weight: 700;
|
|
4456
|
-
line-height: 25px
|
|
4457
|
-
}
|
|
4458
|
-
@media only screen and (min-width: 32em) {
|
|
4459
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4460
|
-
font-size: 28px;
|
|
4461
|
-
line-height: 34px
|
|
4491
|
+
vertical-align: top;
|
|
4462
4492
|
}
|
|
4463
|
-
|
|
4464
|
-
|
|
4493
|
+
|
|
4494
|
+
/* Colors */
|
|
4495
|
+
/* Fonts */
|
|
4496
|
+
/* Gap */
|
|
4497
|
+
/* Media */
|
|
4498
|
+
/* 512 */
|
|
4499
|
+
/* 650 */
|
|
4500
|
+
/* 768 */
|
|
4501
|
+
/* 1024 */
|
|
4502
|
+
/* 1010 */
|
|
4503
|
+
/* 1200 */
|
|
4504
|
+
/* 511 */
|
|
4505
|
+
/* 1023 */
|
|
4506
|
+
/* Zindex */
|
|
4507
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4508
|
+
height: 100%;
|
|
4465
4509
|
margin: 0;
|
|
4510
|
+
padding: 0 1px 0 0;
|
|
4466
4511
|
|
|
4467
|
-
|
|
4468
|
-
font-size: 21px;
|
|
4469
|
-
font-weight: normal;
|
|
4470
|
-
line-height: 25px
|
|
4471
|
-
}
|
|
4472
|
-
@media only screen and (min-width: 32em) {
|
|
4473
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
4474
|
-
font-size: 29px;
|
|
4475
|
-
line-height: 34px
|
|
4476
|
-
}
|
|
4477
|
-
}
|
|
4478
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
4479
|
-
display: -webkit-box;
|
|
4480
|
-
display: -webkit-flex;
|
|
4481
|
-
display: -ms-flexbox;
|
|
4482
|
-
display: flex;
|
|
4483
|
-
align-items: center;
|
|
4484
|
-
flex-flow: column nowrap;
|
|
4485
|
-
justify-content: center;
|
|
4512
|
+
cursor: pointer;
|
|
4486
4513
|
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
margin-top: 40px
|
|
4492
|
-
}
|
|
4493
|
-
}
|
|
4494
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
4495
|
-
display: block;
|
|
4514
|
+
color: inherit;
|
|
4515
|
+
border-width: 0;
|
|
4516
|
+
outline: none;
|
|
4517
|
+
background-color: transparent;
|
|
4496
4518
|
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4519
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4520
|
+
font-size: 12px;
|
|
4521
|
+
font-weight: 600;
|
|
4522
|
+
line-height: 1;
|
|
4501
4523
|
|
|
4502
|
-
|
|
4524
|
+
-webkit-appearance: none;
|
|
4503
4525
|
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4526
|
+
-moz-appearance: none;
|
|
4527
|
+
|
|
4528
|
+
appearance: none;
|
|
4507
4529
|
}
|
|
4508
|
-
.
|
|
4530
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4509
4531
|
position: absolute;
|
|
4510
|
-
z-index: 1;
|
|
4511
4532
|
top: 0;
|
|
4512
4533
|
right: 0;
|
|
4513
4534
|
bottom: 0;
|
|
@@ -4515,48 +4536,66 @@
|
|
|
4515
4536
|
|
|
4516
4537
|
content: '';
|
|
4517
4538
|
}
|
|
4518
|
-
.
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4539
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4540
|
+
opacity: 0.6;
|
|
4541
|
+
}
|
|
4542
|
+
.ToolbarButton-module_isDark__2q5U7,
|
|
4543
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4544
|
+
color: #fff;
|
|
4545
|
+
}
|
|
4546
|
+
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4547
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4548
|
+
opacity: 0.6;
|
|
4549
|
+
}
|
|
4550
|
+
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4551
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4552
|
+
color: #262626;
|
|
4522
4553
|
|
|
4523
|
-
|
|
4524
|
-
padding: 14px 0 13px;
|
|
4554
|
+
fill: #fff;
|
|
4525
4555
|
}
|
|
4526
|
-
.
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
top: 0;
|
|
4530
|
-
right: 0;
|
|
4531
|
-
bottom: 0;
|
|
4532
|
-
left: 0;
|
|
4556
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4557
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4558
|
+
color: #fff;
|
|
4533
4559
|
|
|
4534
|
-
|
|
4535
|
-
|
|
4560
|
+
fill: transparent;
|
|
4561
|
+
}
|
|
4562
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4563
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4564
|
+
fill: currentColor;
|
|
4565
|
+
}
|
|
4566
|
+
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4567
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4568
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4569
|
+
}
|
|
4570
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4571
|
+
visibility: hidden;
|
|
4572
|
+
}
|
|
4573
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4574
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4575
|
+
visibility: visible;
|
|
4576
|
+
}
|
|
4577
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4578
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4579
|
+
visibility: hidden;
|
|
4580
|
+
}
|
|
4581
|
+
.ToolbarButton-module_text__32m6s {
|
|
4582
|
+
display: inline-block;
|
|
4536
4583
|
|
|
4537
|
-
|
|
4538
|
-
background-color: #ff1113;
|
|
4584
|
+
padding-left: 5px;
|
|
4539
4585
|
|
|
4540
|
-
|
|
4586
|
+
vertical-align: middle;
|
|
4541
4587
|
}
|
|
4542
|
-
.
|
|
4543
|
-
|
|
4544
|
-
max-width: 650px;
|
|
4545
|
-
margin-right: auto;
|
|
4546
|
-
margin-left: auto;
|
|
4588
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4589
|
+
display: none;
|
|
4547
4590
|
}
|
|
4548
|
-
.
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4591
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4592
|
+
color: #999;
|
|
4593
|
+
|
|
4594
|
+
fill: transparent;
|
|
4552
4595
|
}
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
4556
|
-
margin-right: 0;
|
|
4557
|
-
margin-left: 0
|
|
4596
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4597
|
+
fill: currentColor;
|
|
4558
4598
|
}
|
|
4559
|
-
}
|
|
4560
4599
|
|
|
4561
4600
|
/* Colors */
|
|
4562
4601
|
/* Fonts */
|
|
@@ -4571,269 +4610,408 @@
|
|
|
4571
4610
|
/* 511 */
|
|
4572
4611
|
/* 1023 */
|
|
4573
4612
|
/* Zindex */
|
|
4574
|
-
.
|
|
4613
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4575
4614
|
position: relative;
|
|
4576
4615
|
|
|
4577
|
-
|
|
4578
|
-
margin: 15px 0;
|
|
4579
|
-
padding: 24px 0 25px
|
|
4616
|
+
margin: 15px 0
|
|
4580
4617
|
}
|
|
4581
4618
|
@media only screen and (min-width: 32em) {
|
|
4582
|
-
.
|
|
4583
|
-
|
|
4584
|
-
display: -webkit-flex;
|
|
4585
|
-
display: -ms-flexbox;
|
|
4586
|
-
display: flex;
|
|
4587
|
-
flex-flow: column nowrap;
|
|
4588
|
-
|
|
4589
|
-
margin: 25px auto 20px;
|
|
4590
|
-
padding: 23px 0
|
|
4619
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4620
|
+
margin: 25px 0 20px
|
|
4591
4621
|
}
|
|
4592
4622
|
}
|
|
4593
|
-
.
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4623
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4624
|
+
margin-top: 0;
|
|
4625
|
+
}
|
|
4626
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4627
|
+
margin-bottom: 0;
|
|
4628
|
+
}
|
|
4629
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4599
4630
|
width: 100%;
|
|
4600
4631
|
max-width: 650px;
|
|
4601
|
-
margin:
|
|
4632
|
+
margin-right: auto;
|
|
4633
|
+
margin-left: auto;
|
|
4602
4634
|
|
|
4603
|
-
|
|
4604
|
-
|
|
4635
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4636
|
+
}
|
|
4637
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4638
|
+
position: relative;
|
|
4605
4639
|
|
|
4606
|
-
|
|
4640
|
+
min-height: 170px;
|
|
4641
|
+
|
|
4642
|
+
transition: min-height 350ms ease;
|
|
4607
4643
|
}
|
|
4608
|
-
.
|
|
4644
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4645
|
+
position: absolute;
|
|
4646
|
+
z-index: 10;
|
|
4609
4647
|
top: 0;
|
|
4610
|
-
|
|
4611
|
-
.Spoiler-module_root__1OfSR::after {
|
|
4648
|
+
right: -20px;
|
|
4612
4649
|
bottom: 0;
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
margin-bottom: 0;
|
|
4616
|
-
}
|
|
4617
|
-
.Spoiler-module_root__1OfSR:first-child {
|
|
4618
|
-
margin-top: 0;
|
|
4619
|
-
}
|
|
4620
|
-
.Spoiler-module_header__1rZUs {
|
|
4650
|
+
left: -20px;
|
|
4651
|
+
|
|
4621
4652
|
display: -webkit-box;
|
|
4653
|
+
|
|
4622
4654
|
display: -webkit-flex;
|
|
4655
|
+
|
|
4623
4656
|
display: -ms-flexbox;
|
|
4657
|
+
|
|
4624
4658
|
display: flex;
|
|
4659
|
+
align-items: center;
|
|
4625
4660
|
flex-flow: column nowrap;
|
|
4626
4661
|
justify-content: center;
|
|
4627
4662
|
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4663
|
+
padding: 30px 20px;
|
|
4664
|
+
|
|
4665
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4666
|
+
|
|
4667
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4668
|
+
background-repeat: no-repeat;
|
|
4669
|
+
background-position: center top;
|
|
4670
|
+
background-size: cover
|
|
4632
4671
|
}
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4672
|
+
@media only screen and (min-width: 32em) {
|
|
4673
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4674
|
+
right: 0;
|
|
4675
|
+
left: 0
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4679
|
+
-webkit-user-select: none;
|
|
4680
|
+
-moz-user-select: none;
|
|
4681
|
+
-ms-user-select: none;
|
|
4682
|
+
user-select: none;
|
|
4636
4683
|
|
|
4637
|
-
|
|
4638
|
-
font-size: 21px;
|
|
4684
|
+
color: #fff;
|
|
4639
4685
|
|
|
4640
4686
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4641
|
-
|
|
4687
|
+
}
|
|
4688
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4689
|
+
display: block;
|
|
4690
|
+
|
|
4691
|
+
width: 100%;
|
|
4692
|
+
max-width: 368px;
|
|
4693
|
+
margin-top: 0;
|
|
4694
|
+
margin-bottom: 12px;
|
|
4695
|
+
|
|
4696
|
+
text-align: center;
|
|
4697
|
+
|
|
4698
|
+
font-size: 14px;
|
|
4699
|
+
line-height: 18px
|
|
4642
4700
|
}
|
|
4643
4701
|
@media only screen and (min-width: 32em) {
|
|
4644
|
-
.
|
|
4645
|
-
margin-bottom:
|
|
4702
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4703
|
+
margin-bottom: 24px;
|
|
4646
4704
|
|
|
4647
|
-
font-size:
|
|
4648
|
-
line-height:
|
|
4705
|
+
font-size: 16px;
|
|
4706
|
+
line-height: 22px
|
|
4649
4707
|
}
|
|
4650
4708
|
}
|
|
4651
|
-
.
|
|
4652
|
-
display: none;
|
|
4653
|
-
|
|
4709
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4654
4710
|
width: 100%;
|
|
4655
|
-
|
|
4711
|
+
max-width: 348px;
|
|
4712
|
+
margin: 0 auto;
|
|
4713
|
+
}
|
|
4714
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4715
|
+
max-width: 650px
|
|
4656
4716
|
}
|
|
4657
4717
|
@media only screen and (min-width: 32em) {
|
|
4658
|
-
.
|
|
4659
|
-
|
|
4718
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4719
|
+
margin-right: auto;
|
|
4720
|
+
margin-left: auto
|
|
4721
|
+
}
|
|
4722
|
+
}
|
|
4723
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4724
|
+
max-width: 980px
|
|
4725
|
+
}
|
|
4726
|
+
@media only screen and (min-width: 32em) {
|
|
4727
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4728
|
+
margin-right: auto;
|
|
4729
|
+
margin-left: auto
|
|
4730
|
+
}
|
|
4731
|
+
}
|
|
4732
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4733
|
+
right: -20px;
|
|
4734
|
+
left: -20px
|
|
4735
|
+
}
|
|
4736
|
+
@media only screen and (min-width: 32em) {
|
|
4737
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4738
|
+
right: 0;
|
|
4739
|
+
left: 0
|
|
4740
|
+
}
|
|
4741
|
+
}
|
|
4742
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4743
|
+
padding-right: 20px;
|
|
4744
|
+
padding-left: 20px
|
|
4745
|
+
}
|
|
4746
|
+
@media only screen and (min-width: 32em) {
|
|
4747
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4748
|
+
padding-right: 0;
|
|
4749
|
+
padding-left: 0
|
|
4750
|
+
}
|
|
4751
|
+
}
|
|
4752
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4753
|
+
max-width: 100%;
|
|
4754
|
+
}
|
|
4755
|
+
@media only screen and (min-width: 32em) {
|
|
4756
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4757
|
+
right: -15px;
|
|
4758
|
+
left: -15px
|
|
4759
|
+
}
|
|
4760
|
+
}
|
|
4761
|
+
@media only screen and (min-width: 32em) {
|
|
4762
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4763
|
+
padding-right: 15px;
|
|
4764
|
+
padding-left: 15px
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
/* STATE */
|
|
4768
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4769
|
+
visibility: hidden;
|
|
4660
4770
|
|
|
4661
|
-
|
|
4662
|
-
|
|
4771
|
+
pointer-events: none;
|
|
4772
|
+
|
|
4773
|
+
opacity: 0;
|
|
4774
|
+
}
|
|
4775
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4776
|
+
min-height: 0;
|
|
4777
|
+
}
|
|
4778
|
+
/* CONTEXT */
|
|
4779
|
+
@media only screen and (max-width: 63.9375em) {
|
|
4780
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4781
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4782
|
+
right: -11px;
|
|
4783
|
+
left: -11px
|
|
4663
4784
|
}
|
|
4664
4785
|
}
|
|
4665
|
-
|
|
4666
|
-
|
|
4786
|
+
|
|
4787
|
+
/* Colors */
|
|
4788
|
+
/* Fonts */
|
|
4789
|
+
/* Gap */
|
|
4790
|
+
/* Media */
|
|
4791
|
+
/* 512 */
|
|
4792
|
+
/* 650 */
|
|
4793
|
+
/* 768 */
|
|
4794
|
+
/* 1024 */
|
|
4795
|
+
/* 1010 */
|
|
4796
|
+
/* 1200 */
|
|
4797
|
+
/* 511 */
|
|
4798
|
+
/* 1023 */
|
|
4799
|
+
/* Zindex */
|
|
4800
|
+
.Footnote-module_root__2a0-B {
|
|
4801
|
+
position: relative;
|
|
4802
|
+
|
|
4803
|
+
width: 320px;
|
|
4804
|
+
padding: 20px;
|
|
4805
|
+
|
|
4806
|
+
border-radius: 8px;
|
|
4807
|
+
background-color: #fff;
|
|
4808
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4809
|
+
}
|
|
4810
|
+
.Footnote-module_body__259Ly {
|
|
4811
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4812
|
+
font-size: 16px;
|
|
4813
|
+
line-height: 22px;
|
|
4814
|
+
}
|
|
4815
|
+
.Footnote-module_body__259Ly h3 {
|
|
4816
|
+
margin: 0 0 16px;
|
|
4817
|
+
|
|
4818
|
+
font-size: inherit;
|
|
4819
|
+
font-weight: 700;
|
|
4820
|
+
line-height: inherit;
|
|
4821
|
+
}
|
|
4822
|
+
.Footnote-module_body__259Ly p {
|
|
4823
|
+
margin: 0;
|
|
4824
|
+
}
|
|
4825
|
+
.Footnote-module_body__259Ly p + p {
|
|
4826
|
+
margin-top: 6px;
|
|
4827
|
+
}
|
|
4828
|
+
.Footnote-module_body__259Ly a {
|
|
4829
|
+
color: inherit;
|
|
4830
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4831
|
+
}
|
|
4832
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4833
|
+
color: #b88b59;
|
|
4834
|
+
}
|
|
4835
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4836
|
+
position: absolute;
|
|
4837
|
+
top: 0;
|
|
4838
|
+
right: 0;
|
|
4839
|
+
|
|
4840
|
+
margin: 0;
|
|
4841
|
+
padding: 6px 9px 10px;
|
|
4842
|
+
|
|
4843
|
+
cursor: pointer;
|
|
4844
|
+
|
|
4845
|
+
color: #b3b3b3;
|
|
4846
|
+
border-width: 0;
|
|
4847
|
+
outline: none;
|
|
4848
|
+
background-color: transparent;
|
|
4667
4849
|
}
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
padding-bottom: 0
|
|
4850
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4851
|
+
color: #757575;
|
|
4671
4852
|
}
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4853
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4854
|
+
width: 12px;
|
|
4855
|
+
height: 12px;
|
|
4675
4856
|
}
|
|
4676
|
-
.Spoiler-module_footer__23mh7 {
|
|
4677
|
-
position: static;
|
|
4678
4857
|
|
|
4679
|
-
width: 100%;
|
|
4680
|
-
max-width: 650px;
|
|
4681
|
-
margin-right: auto;
|
|
4682
|
-
margin-left: auto;
|
|
4683
|
-
}
|
|
4684
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4685
|
-
position: -webkit-sticky;
|
|
4686
|
-
position: sticky;
|
|
4687
|
-
bottom: 0;
|
|
4688
|
-
z-index: 10;
|
|
4689
4858
|
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4859
|
+
/* Colors */
|
|
4860
|
+
/* Fonts */
|
|
4861
|
+
/* Gap */
|
|
4862
|
+
/* Media */
|
|
4863
|
+
/* 512 */
|
|
4864
|
+
/* 650 */
|
|
4865
|
+
/* 768 */
|
|
4866
|
+
/* 1024 */
|
|
4867
|
+
/* 1010 */
|
|
4868
|
+
/* 1200 */
|
|
4869
|
+
/* 511 */
|
|
4870
|
+
/* 1023 */
|
|
4871
|
+
/* Zindex */
|
|
4872
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4873
|
+
position: relative;
|
|
4874
|
+
z-index: 10;
|
|
4694
4875
|
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
from(rgba(255, 255, 255, 0)),
|
|
4698
|
-
color-stop(64%, #fff));
|
|
4876
|
+
display: block;
|
|
4877
|
+
overflow: hidden;
|
|
4699
4878
|
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
#fff 64%);
|
|
4879
|
+
margin: calc(15rem / 16) -20px;
|
|
4880
|
+
padding: 42px 20px 50px;
|
|
4703
4881
|
|
|
4704
|
-
|
|
4705
|
-
rgba(255, 255, 255, 0) 0%,
|
|
4706
|
-
#fff 64%);
|
|
4882
|
+
text-decoration: none;
|
|
4707
4883
|
|
|
4708
|
-
-
|
|
4884
|
+
outline-width: 0;
|
|
4885
|
+
background-color: #000;
|
|
4709
4886
|
|
|
4710
|
-
|
|
4887
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4711
4888
|
}
|
|
4712
4889
|
@media only screen and (min-width: 32em) {
|
|
4713
|
-
.
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
width: 100%;
|
|
4717
|
-
margin-right: auto;
|
|
4718
|
-
margin-left: auto;
|
|
4719
|
-
padding: 0;
|
|
4720
|
-
|
|
4721
|
-
background-image: none;
|
|
4722
|
-
|
|
4723
|
-
-webkit-animation: none;
|
|
4890
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4891
|
+
margin: 25px 0 20px;
|
|
4892
|
+
padding: 48px 30px;
|
|
4724
4893
|
|
|
4725
|
-
|
|
4894
|
+
border-radius: 8px
|
|
4726
4895
|
}
|
|
4727
4896
|
}
|
|
4728
|
-
.
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
height: 16px;
|
|
4736
|
-
|
|
4737
|
-
background-color: #fff;
|
|
4738
|
-
|
|
4739
|
-
-webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4897
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4898
|
+
opacity: 0.7;
|
|
4899
|
+
}
|
|
4900
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
4901
|
+
max-width: 852px;
|
|
4902
|
+
margin: 0 auto;
|
|
4740
4903
|
|
|
4741
|
-
|
|
4904
|
+
text-align: center;
|
|
4742
4905
|
|
|
4743
|
-
|
|
4906
|
+
color: #fff;
|
|
4907
|
+
}
|
|
4908
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4909
|
+
font-size: 20px;
|
|
4910
|
+
font-weight: 700;
|
|
4911
|
+
line-height: 25px
|
|
4744
4912
|
}
|
|
4745
4913
|
@media only screen and (min-width: 32em) {
|
|
4746
|
-
.
|
|
4747
|
-
|
|
4914
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4915
|
+
font-size: 28px;
|
|
4916
|
+
line-height: 34px
|
|
4748
4917
|
}
|
|
4749
4918
|
}
|
|
4750
|
-
.
|
|
4751
|
-
|
|
4919
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4920
|
+
margin: 0;
|
|
4921
|
+
|
|
4922
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4923
|
+
font-size: 21px;
|
|
4924
|
+
font-weight: normal;
|
|
4925
|
+
line-height: 25px
|
|
4752
4926
|
}
|
|
4753
4927
|
@media only screen and (min-width: 32em) {
|
|
4754
|
-
.
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
margin-left: auto
|
|
4928
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4929
|
+
font-size: 29px;
|
|
4930
|
+
line-height: 34px
|
|
4758
4931
|
}
|
|
4759
4932
|
}
|
|
4760
|
-
.
|
|
4761
|
-
|
|
4933
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4934
|
+
display: -webkit-box;
|
|
4935
|
+
display: -webkit-flex;
|
|
4936
|
+
display: -ms-flexbox;
|
|
4937
|
+
display: flex;
|
|
4938
|
+
align-items: center;
|
|
4939
|
+
flex-flow: column nowrap;
|
|
4940
|
+
justify-content: center;
|
|
4941
|
+
|
|
4942
|
+
margin-top: 45px
|
|
4762
4943
|
}
|
|
4763
|
-
|
|
4764
|
-
|
|
4944
|
+
@media only screen and (min-width: 32em) {
|
|
4945
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4946
|
+
margin-top: 40px
|
|
4765
4947
|
}
|
|
4766
|
-
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4767
|
-
0% {
|
|
4768
|
-
transform: translateY(62px);
|
|
4769
|
-
}
|
|
4770
|
-
|
|
4771
|
-
50% {
|
|
4772
|
-
transform: translateY(-16px);
|
|
4773
4948
|
}
|
|
4949
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
4950
|
+
display: block;
|
|
4774
4951
|
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4780
|
-
0% {
|
|
4781
|
-
transform: translateY(62px);
|
|
4782
|
-
}
|
|
4952
|
+
text-align: center;
|
|
4953
|
+
text-decoration: none;
|
|
4954
|
+
letter-spacing: 1px;
|
|
4955
|
+
text-transform: uppercase;
|
|
4783
4956
|
|
|
4784
|
-
|
|
4785
|
-
transform: translateY(-16px);
|
|
4786
|
-
}
|
|
4957
|
+
color: #ffffff;
|
|
4787
4958
|
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4959
|
+
font-size: 11px;
|
|
4960
|
+
font-weight: 600;
|
|
4961
|
+
line-height: 16px;
|
|
4791
4962
|
}
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4963
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4964
|
+
position: absolute;
|
|
4965
|
+
z-index: 1;
|
|
4966
|
+
top: 0;
|
|
4967
|
+
right: 0;
|
|
4968
|
+
bottom: 0;
|
|
4969
|
+
left: 0;
|
|
4796
4970
|
|
|
4797
|
-
|
|
4798
|
-
background-color: transparent;
|
|
4799
|
-
}
|
|
4971
|
+
content: '';
|
|
4800
4972
|
}
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
background-color: #fff;
|
|
4804
|
-
}
|
|
4973
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
4974
|
+
position: relative;
|
|
4805
4975
|
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4811
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4812
|
-
bottom: 45px
|
|
4813
|
-
}
|
|
4814
|
-
@media only screen and (min-width: 32em) {
|
|
4815
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4816
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4817
|
-
bottom: 46px
|
|
4976
|
+
display: block;
|
|
4977
|
+
|
|
4978
|
+
width: 192px;
|
|
4979
|
+
padding: 14px 0 13px;
|
|
4818
4980
|
}
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4981
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4982
|
+
position: absolute;
|
|
4983
|
+
z-index: -1;
|
|
4984
|
+
top: 0;
|
|
4985
|
+
right: 0;
|
|
4986
|
+
bottom: 0;
|
|
4987
|
+
left: 0;
|
|
4988
|
+
|
|
4989
|
+
content: '';
|
|
4990
|
+
transition: opacity 250ms ease;
|
|
4991
|
+
|
|
4992
|
+
border-radius: 40px;
|
|
4993
|
+
background-color: #ff1113;
|
|
4994
|
+
|
|
4995
|
+
filter: blur(10px);
|
|
4823
4996
|
}
|
|
4824
|
-
}
|
|
4825
|
-
/* VISIBILITY */
|
|
4826
4997
|
@media only screen and (min-width: 32em) {
|
|
4827
|
-
.
|
|
4828
|
-
|
|
4998
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
4999
|
+
width: 100%;
|
|
5000
|
+
max-width: 650px;
|
|
5001
|
+
margin-right: auto;
|
|
5002
|
+
margin-left: auto
|
|
4829
5003
|
}
|
|
4830
5004
|
}
|
|
4831
|
-
.
|
|
4832
|
-
|
|
5005
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5006
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5007
|
+
margin-right: -11px;
|
|
5008
|
+
margin-left: -11px
|
|
4833
5009
|
}
|
|
4834
5010
|
@media only screen and (min-width: 32em) {
|
|
4835
|
-
.
|
|
4836
|
-
|
|
5011
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5012
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5013
|
+
margin-right: 0;
|
|
5014
|
+
margin-left: 0
|
|
4837
5015
|
}
|
|
4838
5016
|
}
|
|
4839
5017
|
|
|
@@ -4850,436 +5028,260 @@
|
|
|
4850
5028
|
/* 511 */
|
|
4851
5029
|
/* 1023 */
|
|
4852
5030
|
/* Zindex */
|
|
4853
|
-
|
|
4854
|
-
span[data-body] {
|
|
5031
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4855
5032
|
position: relative;
|
|
5033
|
+
z-index: 10;
|
|
4856
5034
|
|
|
4857
|
-
|
|
5035
|
+
display: block;
|
|
5036
|
+
overflow: hidden;
|
|
4858
5037
|
|
|
4859
|
-
|
|
4860
|
-
white-space: pre-wrap;
|
|
5038
|
+
text-decoration: none;
|
|
4861
5039
|
|
|
4862
|
-
border-radius:
|
|
4863
|
-
|
|
4864
|
-
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
4865
|
-
inset 0 -1px #b3b3b3
|
|
5040
|
+
border-radius: 8px;
|
|
5041
|
+
outline-width: 0;
|
|
4866
5042
|
}
|
|
4867
|
-
@media only screen and (min-width:
|
|
4868
|
-
|
|
4869
|
-
|
|
5043
|
+
@media only screen and (min-width: 32em) {
|
|
5044
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
5045
|
+
opacity: 0.95
|
|
4870
5046
|
}
|
|
4871
5047
|
}
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
background-color: #f4efe9;
|
|
4880
|
-
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
4881
|
-
inset 0 -1px #b88b58;
|
|
4882
|
-
}
|
|
4883
|
-
.SimpleBlock-module_p__Q3azD {
|
|
4884
|
-
margin: 0 0 14px;
|
|
5048
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
5049
|
+
position: absolute;
|
|
5050
|
+
top: 0;
|
|
5051
|
+
right: 0;
|
|
5052
|
+
bottom: 0;
|
|
5053
|
+
left: 0;
|
|
5054
|
+
z-index: 20;
|
|
4885
5055
|
|
|
4886
|
-
|
|
4887
|
-
font-size: calc(18rem / 16);
|
|
4888
|
-
line-height: calc(24rem / 16)
|
|
4889
|
-
}
|
|
4890
|
-
@media only screen and (min-width: 32em) {
|
|
4891
|
-
.SimpleBlock-module_p__Q3azD {
|
|
4892
|
-
margin: 0 0 20px;
|
|
5056
|
+
border-radius: 8px;
|
|
4893
5057
|
|
|
4894
|
-
|
|
4895
|
-
line-height: 28px
|
|
5058
|
+
content: '';
|
|
4896
5059
|
}
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
.SimpleBlock-module_h2__S0LRs a,
|
|
4900
|
-
.SimpleBlock-module_h3__2Kv7Y a,
|
|
4901
|
-
.SimpleBlock-module_h4__2TJO3 a,
|
|
4902
|
-
.SimpleBlock-module_lead__35nXx a,
|
|
4903
|
-
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
4904
|
-
.SimpleBlock-module_context_p__33saY a {
|
|
4905
|
-
text-decoration: none;
|
|
5060
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
5061
|
+
display: block;
|
|
4906
5062
|
|
|
4907
|
-
|
|
4908
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4909
|
-
}
|
|
4910
|
-
.SimpleBlock-module_p__Q3azD a:hover,
|
|
4911
|
-
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
4912
|
-
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
4913
|
-
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
4914
|
-
.SimpleBlock-module_lead__35nXx a:hover,
|
|
4915
|
-
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
4916
|
-
.SimpleBlock-module_context_p__33saY a:hover {
|
|
4917
|
-
color: #b88b59;
|
|
4918
|
-
}
|
|
4919
|
-
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
4920
|
-
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
4921
|
-
.SimpleBlock-module_p__Q3azD:first-child,
|
|
4922
|
-
.SimpleBlock-module_lead__35nXx:first-child,
|
|
4923
|
-
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
4924
|
-
margin-top: 0;
|
|
5063
|
+
width: 100%;
|
|
4925
5064
|
}
|
|
4926
|
-
.
|
|
4927
|
-
|
|
4928
|
-
.
|
|
4929
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
4930
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
4931
|
-
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
4932
|
-
margin-bottom: 0;
|
|
5065
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
5066
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
5067
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4933
5068
|
}
|
|
4934
|
-
.
|
|
4935
|
-
|
|
4936
|
-
margin:
|
|
4937
|
-
|
|
4938
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4939
|
-
font-size: calc(25rem / 16);
|
|
4940
|
-
font-weight: bold;
|
|
4941
|
-
line-height: calc(28rem / 16)
|
|
5069
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5070
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5071
|
+
margin: 16px 0
|
|
4942
5072
|
}
|
|
4943
|
-
@media only screen and (min-width:
|
|
4944
|
-
.
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
font-size: 37px;
|
|
4948
|
-
line-height: 39px
|
|
5073
|
+
@media only screen and (min-width: 48em) {
|
|
5074
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5075
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5076
|
+
margin: 25px 0
|
|
4949
5077
|
}
|
|
4950
5078
|
}
|
|
4951
|
-
.
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
5079
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5080
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5081
|
+
position: absolute;
|
|
5082
|
+
right: 0;
|
|
5083
|
+
left: 0;
|
|
5084
|
+
z-index: 10;
|
|
4957
5085
|
}
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
margin-top: calc(29rem / 16);
|
|
4961
|
-
margin-bottom: calc(10rem / 16);
|
|
5086
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
5087
|
+
bottom: 0;
|
|
4962
5088
|
|
|
4963
|
-
|
|
4964
|
-
font-size: calc(20rem / 16);
|
|
4965
|
-
font-weight: bold;
|
|
4966
|
-
line-height: calc(24rem / 16)
|
|
5089
|
+
height: 295px;
|
|
4967
5090
|
}
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
margin-top: 45px;
|
|
4971
|
-
margin-bottom: 15px;
|
|
5091
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5092
|
+
top: 0;
|
|
4972
5093
|
|
|
4973
|
-
|
|
4974
|
-
line-height: 34px
|
|
5094
|
+
height: 150px;
|
|
4975
5095
|
}
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
5096
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5097
|
+
display: -webkit-box;
|
|
5098
|
+
display: -webkit-flex;
|
|
5099
|
+
display: -ms-flexbox;
|
|
5100
|
+
display: flex;
|
|
5101
|
+
flex-flow: column nowrap;
|
|
5102
|
+
justify-content: flex-end;
|
|
4980
5103
|
|
|
4981
|
-
|
|
4982
|
-
font-size: calc(17rem / 16);
|
|
4983
|
-
font-weight: bold;
|
|
4984
|
-
line-height: calc(21rem / 16)
|
|
4985
|
-
}
|
|
4986
|
-
@media only screen and (min-width: 32em) {
|
|
4987
|
-
.SimpleBlock-module_h4__2TJO3 {
|
|
4988
|
-
margin-top: 45px;
|
|
4989
|
-
margin-bottom: 15px;
|
|
5104
|
+
padding: 12px 15px;
|
|
4990
5105
|
|
|
4991
|
-
|
|
4992
|
-
line-height: 28px
|
|
4993
|
-
}
|
|
4994
|
-
}
|
|
4995
|
-
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
|
|
4996
|
-
.SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
|
|
4997
|
-
margin-top: 0;
|
|
4998
|
-
}
|
|
4999
|
-
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
5000
|
-
margin-top: calc(15rem / 16)
|
|
5001
|
-
}
|
|
5002
|
-
@media only screen and (min-width: 32em) {
|
|
5003
|
-
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
5004
|
-
margin-top: 15px
|
|
5005
|
-
}
|
|
5006
|
-
}
|
|
5007
|
-
.SimpleBlock-module_p__Q3azD + ul,
|
|
5008
|
-
.SimpleBlock-module_p__Q3azD + ol,
|
|
5009
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
|
|
5010
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
|
|
5011
|
-
margin-top: calc(-9rem / 16)
|
|
5106
|
+
background-color: #f7f7f7
|
|
5012
5107
|
}
|
|
5013
5108
|
@media only screen and (min-width: 32em) {
|
|
5014
|
-
.
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
}
|
|
5021
|
-
.SimpleBlock-module_blockquote__pwpcX {
|
|
5022
|
-
margin: 1rem 0;
|
|
5023
|
-
padding: calc(12rem / 16) calc(12rem / 16) calc(13rem / 16);
|
|
5024
|
-
|
|
5025
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
5026
|
-
border-radius: 8px;
|
|
5027
|
-
background: #fff8c4;
|
|
5109
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5110
|
+
position: absolute;
|
|
5111
|
+
right: 0;
|
|
5112
|
+
bottom: 0;
|
|
5113
|
+
left: 0;
|
|
5114
|
+
z-index: 10;
|
|
5028
5115
|
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
font-weight: normal;
|
|
5032
|
-
line-height: calc(22rem / 16)
|
|
5033
|
-
}
|
|
5034
|
-
@media only screen and (min-width: 32em) {
|
|
5035
|
-
.SimpleBlock-module_blockquote__pwpcX {
|
|
5036
|
-
margin: 25px 0;
|
|
5037
|
-
padding: 12px 15px 13px;
|
|
5116
|
+
min-height: 295px;
|
|
5117
|
+
padding: 20px;
|
|
5038
5118
|
|
|
5039
|
-
|
|
5040
|
-
line-height: 26px
|
|
5119
|
+
background-color: transparent
|
|
5041
5120
|
}
|
|
5042
5121
|
}
|
|
5043
|
-
.
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
color: #000;
|
|
5047
|
-
box-shadow: inset 0 -1px #000;
|
|
5048
|
-
}
|
|
5049
|
-
.SimpleBlock-module_blockquote__pwpcX a:hover {
|
|
5050
|
-
color: #b88b59;
|
|
5051
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
5052
|
-
}
|
|
5053
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
|
|
5054
|
-
color: #000;
|
|
5122
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5123
|
+
color: #000
|
|
5055
5124
|
}
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
margin-top: calc(30rem / 16);
|
|
5060
|
-
margin-bottom: 0;
|
|
5061
|
-
|
|
5062
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5063
|
-
font-size: 1rem;
|
|
5064
|
-
line-height: calc(22rem / 16)
|
|
5125
|
+
@media only screen and (min-width: 32em) {
|
|
5126
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5127
|
+
color: #fff
|
|
5065
5128
|
}
|
|
5129
|
+
}
|
|
5066
5130
|
@media only screen and (min-width: 32em) {
|
|
5067
|
-
.
|
|
5068
|
-
|
|
5131
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
5132
|
+
position: absolute;
|
|
5133
|
+
right: 0;
|
|
5134
|
+
bottom: 0;
|
|
5135
|
+
left: 0;
|
|
5136
|
+
z-index: 10;
|
|
5069
5137
|
|
|
5070
|
-
|
|
5071
|
-
|
|
5138
|
+
min-height: 295px;
|
|
5139
|
+
|
|
5140
|
+
background-color: transparent
|
|
5072
5141
|
}
|
|
5073
5142
|
}
|
|
5074
|
-
.
|
|
5075
|
-
|
|
5143
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
5144
|
+
position: relative;
|
|
5076
5145
|
}
|
|
5077
|
-
.
|
|
5078
|
-
|
|
5146
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5147
|
+
position: absolute;
|
|
5148
|
+
right: 1px;
|
|
5149
|
+
bottom: 0;
|
|
5150
|
+
left: 1px;
|
|
5151
|
+
z-index: 10;
|
|
5079
5152
|
|
|
5080
|
-
|
|
5081
|
-
max-width: 650px;
|
|
5082
|
-
margin: calc(30rem / 16) auto;
|
|
5153
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5083
5154
|
|
|
5084
|
-
|
|
5155
|
+
content: ''
|
|
5085
5156
|
}
|
|
5086
5157
|
@media only screen and (min-width: 32em) {
|
|
5087
|
-
.
|
|
5088
|
-
|
|
5158
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5159
|
+
content: ''
|
|
5089
5160
|
}
|
|
5090
5161
|
}
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
white-space: pre-wrap;
|
|
5095
|
-
|
|
5096
|
-
background-color: #fff3bc;
|
|
5162
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5163
|
+
color: #fff;
|
|
5097
5164
|
|
|
5098
|
-
|
|
5099
|
-
font-style: inherit
|
|
5165
|
+
background-color: #191919
|
|
5100
5166
|
}
|
|
5101
5167
|
@media only screen and (min-width: 32em) {
|
|
5102
|
-
|
|
5103
|
-
|
|
5168
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5169
|
+
min-height: 350px
|
|
5104
5170
|
}
|
|
5105
5171
|
}
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
padding-bottom: 0;
|
|
5110
|
-
|
|
5111
|
-
color: inherit;
|
|
5112
|
-
box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
|
|
5172
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5173
|
+
background-color: transparent
|
|
5113
5174
|
}
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5175
|
+
@media only screen and (min-width: 32em) {
|
|
5176
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5177
|
+
position: absolute;
|
|
5178
|
+
right: 0;
|
|
5179
|
+
bottom: 0;
|
|
5180
|
+
left: 0;
|
|
5181
|
+
z-index: 10;
|
|
5119
5182
|
|
|
5120
|
-
|
|
5121
|
-
font-size: calc(18rem / 16);
|
|
5122
|
-
line-height: calc(22rem / 16)
|
|
5183
|
+
min-height: 295px
|
|
5123
5184
|
}
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
padding:
|
|
5185
|
+
}
|
|
5186
|
+
@media only screen and (min-width: 32em) {
|
|
5187
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
5188
|
+
padding-bottom: 66.66%;
|
|
5128
5189
|
|
|
5129
|
-
|
|
5130
|
-
line-height: 27px
|
|
5190
|
+
content: ''
|
|
5131
5191
|
}
|
|
5132
5192
|
}
|
|
5133
|
-
.
|
|
5134
|
-
position:
|
|
5135
|
-
top: 0;
|
|
5136
|
-
left: 5px;
|
|
5137
|
-
|
|
5138
|
-
width: 8px;
|
|
5139
|
-
|
|
5140
|
-
content: '\2022';
|
|
5141
|
-
text-align: center;
|
|
5142
|
-
|
|
5143
|
-
color: #b88b59;
|
|
5193
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5194
|
+
position: relative;
|
|
5144
5195
|
|
|
5145
|
-
|
|
5146
|
-
line-height: inherit
|
|
5196
|
+
width: 100%
|
|
5147
5197
|
}
|
|
5148
|
-
@media only screen and (min-width:
|
|
5149
|
-
.
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
text-align: center;
|
|
5155
|
-
|
|
5156
|
-
font-size: 20px
|
|
5198
|
+
@media only screen and (min-width: 32em) {
|
|
5199
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5200
|
+
position: absolute;
|
|
5201
|
+
top: 0;
|
|
5202
|
+
bottom: 0
|
|
5157
5203
|
}
|
|
5158
5204
|
}
|
|
5159
|
-
.
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
margin-left: auto;
|
|
5205
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5206
|
+
display: block;
|
|
5207
|
+
|
|
5208
|
+
padding-bottom: 78.50746269%;
|
|
5209
|
+
|
|
5210
|
+
content: ''
|
|
5166
5211
|
}
|
|
5167
|
-
@media only screen and (min-width:
|
|
5168
|
-
.
|
|
5169
|
-
|
|
5170
|
-
line-height: 28px
|
|
5212
|
+
@media only screen and (min-width: 32em) {
|
|
5213
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5214
|
+
content: none
|
|
5171
5215
|
}
|
|
5172
5216
|
}
|
|
5173
|
-
.
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
5178
|
-
margin-top: 27px;
|
|
5179
|
-
margin-bottom: 20px;
|
|
5217
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5218
|
+
position: absolute;
|
|
5219
|
+
top: 50%;
|
|
5220
|
+
left: 50%;
|
|
5180
5221
|
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
5186
|
-
margin-bottom: calc(15rem / 16)
|
|
5222
|
+
width: 180px;
|
|
5223
|
+
height: 180px;
|
|
5224
|
+
|
|
5225
|
+
transform: translate(-50%, -50%)
|
|
5187
5226
|
}
|
|
5188
|
-
@media only screen and (min-width:
|
|
5189
|
-
.
|
|
5190
|
-
|
|
5227
|
+
@media only screen and (min-width: 32em) {
|
|
5228
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5229
|
+
top: 25%;
|
|
5191
5230
|
|
|
5192
|
-
|
|
5193
|
-
line-height: 28px
|
|
5231
|
+
transform: translate(-50%, -25%)
|
|
5194
5232
|
}
|
|
5195
5233
|
}
|
|
5196
|
-
.
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5234
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5235
|
+
position: absolute;
|
|
5236
|
+
top: 14px;
|
|
5237
|
+
right: 15px;
|
|
5238
|
+
left: 15px;
|
|
5239
|
+
z-index: 10;
|
|
5240
|
+
|
|
5241
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5242
|
+
|
|
5243
|
+
font-size: 12px
|
|
5204
5244
|
}
|
|
5205
|
-
@media only screen and (min-width:
|
|
5206
|
-
.
|
|
5207
|
-
|
|
5208
|
-
|
|
5245
|
+
@media only screen and (min-width: 64em) {
|
|
5246
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5247
|
+
top: 16px;
|
|
5248
|
+
right: 20px;
|
|
5249
|
+
left: 20px
|
|
5209
5250
|
}
|
|
5210
5251
|
}
|
|
5211
|
-
.
|
|
5252
|
+
.RelatedRichBlock-module_center__197sx {
|
|
5253
|
+
width: 100%;
|
|
5212
5254
|
max-width: 650px;
|
|
5213
5255
|
margin-right: auto;
|
|
5214
5256
|
margin-left: auto;
|
|
5215
5257
|
}
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5221
|
-
font-size: 1rem;
|
|
5222
|
-
line-height: calc(22rem / 16)
|
|
5223
|
-
}
|
|
5224
|
-
@media only screen and (min-width: 48em) {
|
|
5225
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
5226
|
-
margin-top: 12px;
|
|
5227
|
-
margin-bottom: 12px;
|
|
5228
|
-
|
|
5229
|
-
font-size: 18px;
|
|
5230
|
-
line-height: 26px
|
|
5258
|
+
/* Themes */
|
|
5259
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5260
|
+
color: #000;
|
|
5231
5261
|
}
|
|
5232
|
-
|
|
5233
|
-
.
|
|
5234
|
-
margin-top: calc(12rem / 16);
|
|
5235
|
-
margin-bottom: calc(12rem / 16)
|
|
5262
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5263
|
+
color: rgba(0, 0, 0, 0.7);
|
|
5236
5264
|
}
|
|
5237
|
-
@media only screen and (min-width:
|
|
5238
|
-
.
|
|
5239
|
-
|
|
5240
|
-
|
|
5265
|
+
@media only screen and (min-width: 32em) {
|
|
5266
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
5267
|
+
color: #fff;
|
|
5268
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5241
5269
|
}
|
|
5242
5270
|
}
|
|
5243
|
-
|
|
5244
|
-
margin-top: calc(6rem / 16);
|
|
5245
|
-
}
|
|
5246
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
5247
|
-
margin-bottom: 0;
|
|
5248
|
-
}
|
|
5249
|
-
/* VISIBILITY */
|
|
5271
|
+
/* Display */
|
|
5250
5272
|
@media only screen and (min-width: 32em) {
|
|
5251
|
-
.
|
|
5273
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
5252
5274
|
display: none
|
|
5253
5275
|
}
|
|
5254
5276
|
}
|
|
5255
|
-
.
|
|
5277
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5256
5278
|
display: none
|
|
5257
5279
|
}
|
|
5258
5280
|
@media only screen and (min-width: 32em) {
|
|
5259
|
-
.
|
|
5281
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5260
5282
|
display: block
|
|
5261
5283
|
}
|
|
5262
5284
|
}
|
|
5263
|
-
/* Footnote dakr theme */
|
|
5264
|
-
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
5265
|
-
background-color: #5b5b5b;
|
|
5266
|
-
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
5267
|
-
inset 0 -1px #8b8b8b;
|
|
5268
|
-
}
|
|
5269
|
-
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
5270
|
-
background-color: #5b5b5b;
|
|
5271
|
-
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
5272
|
-
inset 0 -1px #747474;
|
|
5273
|
-
}
|
|
5274
|
-
/* Theme */
|
|
5275
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
5276
|
-
color: inherit;
|
|
5277
|
-
background-color: #34322a;
|
|
5278
|
-
}
|
|
5279
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
5280
|
-
color: inherit;
|
|
5281
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
5282
|
-
}
|
|
5283
5285
|
|
|
5284
5286
|
/* Colors */
|
|
5285
5287
|
/* Fonts */
|