@meduza/ui-kit-2 0.1.55 → 0.1.57
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 +1 -0
- 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 +1 -0
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1872 -1868
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +1 -0
- package/src/RichTitle/RichTitle.module.css +2 -0
- package/src/Timestamp/index.tsx +5 -1
package/dist/ui-kit.css
CHANGED
|
@@ -234,6 +234,170 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.Switcher-module_root__1Env1 {
|
|
251
|
+
position: relative;
|
|
252
|
+
|
|
253
|
+
display: -webkit-box;
|
|
254
|
+
|
|
255
|
+
display: -webkit-flex;
|
|
256
|
+
|
|
257
|
+
display: -ms-flexbox;
|
|
258
|
+
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-flow: row nowrap;
|
|
261
|
+
align-items: center;
|
|
262
|
+
|
|
263
|
+
font-weight: 600;
|
|
264
|
+
|
|
265
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
+
white-space: nowrap;
|
|
267
|
+
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
|
|
270
|
+
-webkit-user-select: none;
|
|
271
|
+
|
|
272
|
+
-moz-user-select: none;
|
|
273
|
+
|
|
274
|
+
-ms-user-select: none;
|
|
275
|
+
|
|
276
|
+
user-select: none;
|
|
277
|
+
}
|
|
278
|
+
.Switcher-module_dark__1IzaH {
|
|
279
|
+
color: inherit;
|
|
280
|
+
}
|
|
281
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
+
background-color: transparent;
|
|
283
|
+
}
|
|
284
|
+
.Switcher-module_input__jaMVF {
|
|
285
|
+
position: absolute;
|
|
286
|
+
top: 0;
|
|
287
|
+
left: 0;
|
|
288
|
+
|
|
289
|
+
opacity: 0;
|
|
290
|
+
}
|
|
291
|
+
.Switcher-module_control__1NTvY {
|
|
292
|
+
position: relative;
|
|
293
|
+
|
|
294
|
+
display: block;
|
|
295
|
+
|
|
296
|
+
width: 37px;
|
|
297
|
+
height: 21px;
|
|
298
|
+
|
|
299
|
+
background-color: #e6e6e6;
|
|
300
|
+
|
|
301
|
+
border-radius: 15px;
|
|
302
|
+
}
|
|
303
|
+
.Switcher-module_control__1NTvY::before {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
bottom: 0;
|
|
307
|
+
left: 0;
|
|
308
|
+
|
|
309
|
+
width: 18px;
|
|
310
|
+
|
|
311
|
+
background: rgba(19, 191, 17, 0);
|
|
312
|
+
|
|
313
|
+
border-radius: 15px;
|
|
314
|
+
|
|
315
|
+
transition: 0.25s ease-in-out;
|
|
316
|
+
|
|
317
|
+
content: '';
|
|
318
|
+
}
|
|
319
|
+
.Switcher-module_knob__3kEy5 {
|
|
320
|
+
position: relative;
|
|
321
|
+
top: 2px;
|
|
322
|
+
left: 2px;
|
|
323
|
+
z-index: 200;
|
|
324
|
+
|
|
325
|
+
display: block;
|
|
326
|
+
|
|
327
|
+
width: 17px;
|
|
328
|
+
height: 17px;
|
|
329
|
+
|
|
330
|
+
background: #fff;
|
|
331
|
+
|
|
332
|
+
border-radius: 15px;
|
|
333
|
+
|
|
334
|
+
transition: 0.25s ease-in-out;
|
|
335
|
+
}
|
|
336
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
+
width: 100%;
|
|
338
|
+
|
|
339
|
+
background-color: #b88b59;
|
|
340
|
+
}
|
|
341
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
+
}
|
|
344
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
+
left: 18px;
|
|
346
|
+
}
|
|
347
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
+
margin-right: 6px;
|
|
349
|
+
}
|
|
350
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
+
margin-left: 6px;
|
|
352
|
+
}
|
|
353
|
+
/* panel */
|
|
354
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
+
|
|
356
|
+
color: #999;
|
|
357
|
+
|
|
358
|
+
font-size: 13px;
|
|
359
|
+
letter-spacing: 0.5px;
|
|
360
|
+
text-transform: uppercase;
|
|
361
|
+
}
|
|
362
|
+
/* menu */
|
|
363
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
+
font-weight: normal;
|
|
365
|
+
}
|
|
366
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
+
margin-right: 8px;
|
|
368
|
+
}
|
|
369
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
+
width: 48px;
|
|
371
|
+
height: 30px;
|
|
372
|
+
}
|
|
373
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
+
top: 4px;
|
|
375
|
+
|
|
376
|
+
width: 22px;
|
|
377
|
+
height: 22px;
|
|
378
|
+
|
|
379
|
+
background-color: #bababa;
|
|
380
|
+
}
|
|
381
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
+
left: 23px;
|
|
384
|
+
|
|
385
|
+
background-color: #fff;
|
|
386
|
+
}
|
|
387
|
+
/* live */
|
|
388
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
+
|
|
390
|
+
color: #7f7f7f;
|
|
391
|
+
|
|
392
|
+
font-size: 13px;
|
|
393
|
+
letter-spacing: 0.5px;
|
|
394
|
+
text-transform: uppercase;
|
|
395
|
+
}
|
|
396
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
+
background-color: #1a1a1a;
|
|
398
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
+
}
|
|
400
|
+
|
|
237
401
|
/* Colors */
|
|
238
402
|
/* Fonts */
|
|
239
403
|
/* Gap */
|
|
@@ -473,228 +637,64 @@
|
|
|
473
637
|
/* 511 */
|
|
474
638
|
/* 1023 */
|
|
475
639
|
/* Zindex */
|
|
476
|
-
.
|
|
640
|
+
.Image-module_root__1vsA_ {
|
|
477
641
|
position: relative;
|
|
642
|
+
z-index: 1;
|
|
478
643
|
|
|
479
|
-
display:
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
display: -ms-flexbox;
|
|
484
|
-
|
|
485
|
-
display: flex;
|
|
486
|
-
flex-flow: row nowrap;
|
|
487
|
-
align-items: center;
|
|
488
|
-
|
|
489
|
-
font-weight: 600;
|
|
490
|
-
|
|
491
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
-
white-space: nowrap;
|
|
493
|
-
|
|
494
|
-
cursor: pointer;
|
|
495
|
-
|
|
496
|
-
-webkit-user-select: none;
|
|
497
|
-
|
|
498
|
-
-moz-user-select: none;
|
|
499
|
-
|
|
500
|
-
-ms-user-select: none;
|
|
644
|
+
display: block;
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
transition: background-color 250ms ease;
|
|
501
647
|
|
|
502
|
-
|
|
503
|
-
}
|
|
504
|
-
.Switcher-module_dark__1IzaH {
|
|
505
|
-
color: inherit;
|
|
648
|
+
background-color: #f2f2f2
|
|
506
649
|
}
|
|
507
|
-
|
|
508
|
-
|
|
650
|
+
@media only screen and (min-width: 32em) {
|
|
651
|
+
.Image-module_root__1vsA_ {
|
|
652
|
+
border-radius: inherit
|
|
509
653
|
}
|
|
510
|
-
|
|
654
|
+
}
|
|
655
|
+
.Image-module_root__1vsA_ img {
|
|
511
656
|
position: absolute;
|
|
512
657
|
top: 0;
|
|
513
658
|
left: 0;
|
|
514
659
|
|
|
515
|
-
|
|
660
|
+
width: 100%;
|
|
661
|
+
height: 100%;
|
|
516
662
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
519
|
-
|
|
663
|
+
.Image-module_isLoaded__3XhU5 {
|
|
664
|
+
background-color: transparent;
|
|
665
|
+
}
|
|
666
|
+
.Image-module_wrapper__3fLjs {
|
|
520
667
|
display: block;
|
|
521
668
|
|
|
522
|
-
width:
|
|
523
|
-
height: 21px;
|
|
524
|
-
|
|
525
|
-
background-color: #e6e6e6;
|
|
669
|
+
width: 100%;
|
|
526
670
|
|
|
527
|
-
|
|
671
|
+
background-repeat: no-repeat;
|
|
672
|
+
background-size: 100% auto;
|
|
528
673
|
}
|
|
529
|
-
.
|
|
674
|
+
.Image-module_fullscreen__29apx picture {
|
|
675
|
+
cursor: pointer;
|
|
676
|
+
}
|
|
677
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
+
opacity: 1;
|
|
679
|
+
}
|
|
680
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
530
681
|
position: absolute;
|
|
531
|
-
|
|
532
|
-
bottom:
|
|
533
|
-
left: 0;
|
|
534
|
-
|
|
535
|
-
width: 18px;
|
|
536
|
-
|
|
537
|
-
background: rgba(19, 191, 17, 0);
|
|
682
|
+
right: 12px;
|
|
683
|
+
bottom: 12px;
|
|
538
684
|
|
|
539
|
-
|
|
685
|
+
width: 40px;
|
|
686
|
+
height: 40px;
|
|
540
687
|
|
|
541
|
-
transition:
|
|
688
|
+
transition: opacity 250ms ease;
|
|
689
|
+
pointer-events: none;
|
|
542
690
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
display: block;
|
|
552
|
-
|
|
553
|
-
width: 17px;
|
|
554
|
-
height: 17px;
|
|
555
|
-
|
|
556
|
-
background: #fff;
|
|
557
|
-
|
|
558
|
-
border-radius: 15px;
|
|
559
|
-
|
|
560
|
-
transition: 0.25s ease-in-out;
|
|
561
|
-
}
|
|
562
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
-
width: 100%;
|
|
564
|
-
|
|
565
|
-
background-color: #b88b59;
|
|
566
|
-
}
|
|
567
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
569
|
-
}
|
|
570
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
-
left: 18px;
|
|
572
|
-
}
|
|
573
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
-
margin-right: 6px;
|
|
575
|
-
}
|
|
576
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
-
margin-left: 6px;
|
|
578
|
-
}
|
|
579
|
-
/* panel */
|
|
580
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
581
|
-
|
|
582
|
-
color: #999;
|
|
583
|
-
|
|
584
|
-
font-size: 13px;
|
|
585
|
-
letter-spacing: 0.5px;
|
|
586
|
-
text-transform: uppercase;
|
|
587
|
-
}
|
|
588
|
-
/* menu */
|
|
589
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
-
font-weight: normal;
|
|
591
|
-
}
|
|
592
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
-
margin-right: 8px;
|
|
594
|
-
}
|
|
595
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
-
width: 48px;
|
|
597
|
-
height: 30px;
|
|
598
|
-
}
|
|
599
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
-
top: 4px;
|
|
601
|
-
|
|
602
|
-
width: 22px;
|
|
603
|
-
height: 22px;
|
|
604
|
-
|
|
605
|
-
background-color: #bababa;
|
|
606
|
-
}
|
|
607
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
-
left: 23px;
|
|
610
|
-
|
|
611
|
-
background-color: #fff;
|
|
612
|
-
}
|
|
613
|
-
/* live */
|
|
614
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
-
|
|
616
|
-
color: #7f7f7f;
|
|
617
|
-
|
|
618
|
-
font-size: 13px;
|
|
619
|
-
letter-spacing: 0.5px;
|
|
620
|
-
text-transform: uppercase;
|
|
621
|
-
}
|
|
622
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
-
background-color: #1a1a1a;
|
|
624
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
/* Colors */
|
|
628
|
-
/* Fonts */
|
|
629
|
-
/* Gap */
|
|
630
|
-
/* Media */
|
|
631
|
-
/* 512 */
|
|
632
|
-
/* 650 */
|
|
633
|
-
/* 768 */
|
|
634
|
-
/* 1024 */
|
|
635
|
-
/* 1010 */
|
|
636
|
-
/* 1200 */
|
|
637
|
-
/* 511 */
|
|
638
|
-
/* 1023 */
|
|
639
|
-
/* Zindex */
|
|
640
|
-
.Image-module_root__1vsA_ {
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
644
|
-
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
|
-
|
|
648
|
-
background-color: #f2f2f2
|
|
649
|
-
}
|
|
650
|
-
@media only screen and (min-width: 32em) {
|
|
651
|
-
.Image-module_root__1vsA_ {
|
|
652
|
-
border-radius: inherit
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.Image-module_root__1vsA_ img {
|
|
656
|
-
position: absolute;
|
|
657
|
-
top: 0;
|
|
658
|
-
left: 0;
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
665
|
-
}
|
|
666
|
-
.Image-module_wrapper__3fLjs {
|
|
667
|
-
display: block;
|
|
668
|
-
|
|
669
|
-
width: 100%;
|
|
670
|
-
|
|
671
|
-
background-repeat: no-repeat;
|
|
672
|
-
background-size: 100% auto;
|
|
673
|
-
}
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
679
|
-
}
|
|
680
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
-
position: absolute;
|
|
682
|
-
right: 12px;
|
|
683
|
-
bottom: 12px;
|
|
684
|
-
|
|
685
|
-
width: 40px;
|
|
686
|
-
height: 40px;
|
|
687
|
-
|
|
688
|
-
transition: opacity 250ms ease;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
|
|
691
|
-
opacity: 0;
|
|
692
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
-
border-radius: 20px;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
-
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");
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
691
|
+
opacity: 0;
|
|
692
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
+
border-radius: 20px;
|
|
694
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
+
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");
|
|
696
|
+
background-repeat: no-repeat;
|
|
697
|
+
background-position: center
|
|
698
698
|
}
|
|
699
699
|
@media only screen and (min-width: 64em) {
|
|
700
700
|
.Image-module_fullscreen__29apx picture::after {
|
|
@@ -874,6 +874,23 @@
|
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
+
/* Colors */
|
|
878
|
+
/* Fonts */
|
|
879
|
+
/* Gap */
|
|
880
|
+
/* Media */
|
|
881
|
+
/* 512 */
|
|
882
|
+
/* 650 */
|
|
883
|
+
/* 768 */
|
|
884
|
+
/* 1024 */
|
|
885
|
+
/* 1010 */
|
|
886
|
+
/* 1200 */
|
|
887
|
+
/* 511 */
|
|
888
|
+
/* 1023 */
|
|
889
|
+
/* Zindex */
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
891
|
+
display: block;
|
|
892
|
+
}
|
|
893
|
+
|
|
877
894
|
/* Colors */
|
|
878
895
|
/* Fonts */
|
|
879
896
|
/* Gap */
|
|
@@ -1011,23 +1028,6 @@
|
|
|
1011
1028
|
}
|
|
1012
1029
|
}
|
|
1013
1030
|
|
|
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;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
1033
1033
|
/* Gap */
|
|
@@ -1176,61 +1176,154 @@
|
|
|
1176
1176
|
/* 511 */
|
|
1177
1177
|
/* 1023 */
|
|
1178
1178
|
/* Zindex */
|
|
1179
|
-
.
|
|
1180
|
-
|
|
1181
|
-
}
|
|
1182
|
-
@media only screen and (min-width: 32em) {
|
|
1183
|
-
.Table-module_root__1VsG6 {
|
|
1184
|
-
margin: 25px auto 20px
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1188
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1189
|
-
margin-right: -11px;
|
|
1190
|
-
margin-left: -11px
|
|
1191
|
-
}
|
|
1192
|
-
@media only screen and (min-width: 64em) {
|
|
1193
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1194
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1195
|
-
margin-right: 0;
|
|
1196
|
-
margin-left: 0
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1200
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1201
|
-
right: -11px;
|
|
1179
|
+
.MediaCaption-module_root__KqTdw {
|
|
1180
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1202
1181
|
}
|
|
1203
|
-
.
|
|
1204
|
-
|
|
1182
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1183
|
+
text-decoration: underline;
|
|
1184
|
+
|
|
1185
|
+
color: inherit;
|
|
1186
|
+
box-shadow: none;
|
|
1205
1187
|
}
|
|
1206
|
-
.
|
|
1207
|
-
|
|
1188
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1189
|
+
color: #b88b58;
|
|
1208
1190
|
}
|
|
1209
|
-
.
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
overflow-y: hidden;
|
|
1213
|
-
|
|
1214
|
-
margin: 0 -20px;
|
|
1191
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1192
|
+
max-width: 520px;
|
|
1193
|
+
padding-top: 4px;
|
|
1215
1194
|
|
|
1216
|
-
|
|
1217
|
-
border-style: solid;
|
|
1218
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1195
|
+
color: #1a1a1a;
|
|
1219
1196
|
|
|
1220
|
-
font-
|
|
1197
|
+
font-size: 14px;
|
|
1198
|
+
line-height: 18px
|
|
1221
1199
|
}
|
|
1222
1200
|
@media only screen and (min-width: 32em) {
|
|
1223
|
-
.
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
border-width: 1px;
|
|
1227
|
-
border-radius: 3px
|
|
1201
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1202
|
+
font-size: 16px;
|
|
1203
|
+
line-height: 22px
|
|
1228
1204
|
}
|
|
1229
1205
|
}
|
|
1230
|
-
.
|
|
1231
|
-
|
|
1206
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1207
|
+
max-width: 520px;
|
|
1208
|
+
padding-top: 1px;
|
|
1232
1209
|
|
|
1233
|
-
|
|
1210
|
+
color: #666;
|
|
1211
|
+
|
|
1212
|
+
font-size: 12px;
|
|
1213
|
+
line-height: 16px
|
|
1214
|
+
}
|
|
1215
|
+
@media only screen and (min-width: 32em) {
|
|
1216
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1217
|
+
padding-top: 3px
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1221
|
+
padding-top: 3px;
|
|
1222
|
+
}
|
|
1223
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1224
|
+
color: #fff;
|
|
1225
|
+
}
|
|
1226
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1227
|
+
color: #929292;
|
|
1228
|
+
}
|
|
1229
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1230
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1231
|
+
padding-top: 10px
|
|
1232
|
+
}
|
|
1233
|
+
@media only screen and (min-width: 32em) {
|
|
1234
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1235
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1236
|
+
padding-top: 12px
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1240
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1241
|
+
padding-top: 9px
|
|
1242
|
+
}
|
|
1243
|
+
@media only screen and (min-width: 32em) {
|
|
1244
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1245
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1246
|
+
padding-top: 11px
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1250
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1251
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1252
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1253
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1254
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1255
|
+
max-width: 650px;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
/* Colors */
|
|
1260
|
+
/* Fonts */
|
|
1261
|
+
/* Gap */
|
|
1262
|
+
/* Media */
|
|
1263
|
+
/* 512 */
|
|
1264
|
+
/* 650 */
|
|
1265
|
+
/* 768 */
|
|
1266
|
+
/* 1024 */
|
|
1267
|
+
/* 1010 */
|
|
1268
|
+
/* 1200 */
|
|
1269
|
+
/* 511 */
|
|
1270
|
+
/* 1023 */
|
|
1271
|
+
/* Zindex */
|
|
1272
|
+
.Table-module_root__1VsG6 {
|
|
1273
|
+
margin: 15px 0
|
|
1274
|
+
}
|
|
1275
|
+
@media only screen and (min-width: 32em) {
|
|
1276
|
+
.Table-module_root__1VsG6 {
|
|
1277
|
+
margin: 25px auto 20px
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1281
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1282
|
+
margin-right: -11px;
|
|
1283
|
+
margin-left: -11px
|
|
1284
|
+
}
|
|
1285
|
+
@media only screen and (min-width: 64em) {
|
|
1286
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1287
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1288
|
+
margin-right: 0;
|
|
1289
|
+
margin-left: 0
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1293
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1294
|
+
right: -11px;
|
|
1295
|
+
}
|
|
1296
|
+
.Table-module_root__1VsG6:first-child {
|
|
1297
|
+
margin-top: 0;
|
|
1298
|
+
}
|
|
1299
|
+
.Table-module_root__1VsG6:last-child {
|
|
1300
|
+
margin-bottom: 0;
|
|
1301
|
+
}
|
|
1302
|
+
.Table-module_table__nZIkV {
|
|
1303
|
+
position: relative;
|
|
1304
|
+
|
|
1305
|
+
overflow-y: hidden;
|
|
1306
|
+
|
|
1307
|
+
margin: 0 -20px;
|
|
1308
|
+
|
|
1309
|
+
border-width: 1px 0;
|
|
1310
|
+
border-style: solid;
|
|
1311
|
+
border-color: rgba(232, 232, 232, 1);
|
|
1312
|
+
|
|
1313
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1314
|
+
}
|
|
1315
|
+
@media only screen and (min-width: 32em) {
|
|
1316
|
+
.Table-module_table__nZIkV {
|
|
1317
|
+
margin: 0;
|
|
1318
|
+
|
|
1319
|
+
border-width: 1px;
|
|
1320
|
+
border-radius: 3px
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
.Table-module_tracks__2wrDB {
|
|
1324
|
+
display: table;
|
|
1325
|
+
|
|
1326
|
+
width: 100%
|
|
1234
1327
|
}
|
|
1235
1328
|
@media only screen and (min-width: 32em) {
|
|
1236
1329
|
.Table-module_tracks__2wrDB {
|
|
@@ -1461,6 +1554,64 @@
|
|
|
1461
1554
|
min-width: 50px;
|
|
1462
1555
|
}
|
|
1463
1556
|
|
|
1557
|
+
/* Colors */
|
|
1558
|
+
/* Fonts */
|
|
1559
|
+
/* Gap */
|
|
1560
|
+
/* Media */
|
|
1561
|
+
/* 512 */
|
|
1562
|
+
/* 650 */
|
|
1563
|
+
/* 768 */
|
|
1564
|
+
/* 1024 */
|
|
1565
|
+
/* 1010 */
|
|
1566
|
+
/* 1200 */
|
|
1567
|
+
/* 511 */
|
|
1568
|
+
/* 1023 */
|
|
1569
|
+
/* Zindex */
|
|
1570
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1571
|
+
color: #e0e0e0;
|
|
1572
|
+
}
|
|
1573
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1574
|
+
margin: 0;
|
|
1575
|
+
padding: 5px 3px;
|
|
1576
|
+
|
|
1577
|
+
cursor: pointer;
|
|
1578
|
+
|
|
1579
|
+
color: inherit;
|
|
1580
|
+
border-width: 0;
|
|
1581
|
+
outline: none;
|
|
1582
|
+
background-color: transparent;
|
|
1583
|
+
|
|
1584
|
+
-webkit-appearance: none;
|
|
1585
|
+
|
|
1586
|
+
-moz-appearance: none;
|
|
1587
|
+
|
|
1588
|
+
appearance: none;
|
|
1589
|
+
fill: transparent;
|
|
1590
|
+
}
|
|
1591
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1592
|
+
color: #fff;
|
|
1593
|
+
}
|
|
1594
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1595
|
+
color: #000;
|
|
1596
|
+
}
|
|
1597
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1598
|
+
fill: #e0e0e0;
|
|
1599
|
+
}
|
|
1600
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1601
|
+
fill: #fff;
|
|
1602
|
+
}
|
|
1603
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1604
|
+
fill: #000;
|
|
1605
|
+
}
|
|
1606
|
+
@media only screen and (min-width: 64em) {
|
|
1607
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1608
|
+
width: 12px
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1612
|
+
display: none;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1464
1615
|
/* Colors */
|
|
1465
1616
|
/* Fonts */
|
|
1466
1617
|
/* Gap */
|
|
@@ -1518,141 +1669,133 @@
|
|
|
1518
1669
|
/* 511 */
|
|
1519
1670
|
/* 1023 */
|
|
1520
1671
|
/* Zindex */
|
|
1521
|
-
.
|
|
1672
|
+
.Toolbar-module_root__2HF2r {
|
|
1673
|
+
overflow: hidden;
|
|
1674
|
+
|
|
1675
|
+
transform: translateZ(0);
|
|
1676
|
+
|
|
1522
1677
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1523
1678
|
}
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1679
|
+
.Toolbar-module_list__1n5ny {
|
|
1680
|
+
display: -webkit-box;
|
|
1681
|
+
display: -webkit-flex;
|
|
1682
|
+
display: -ms-flexbox;
|
|
1683
|
+
display: flex;
|
|
1684
|
+
flex-flow: row wrap;
|
|
1526
1685
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1686
|
+
margin: 0 0 0 -10px;
|
|
1687
|
+
padding: 0;
|
|
1688
|
+
|
|
1689
|
+
list-style: none
|
|
1529
1690
|
}
|
|
1530
|
-
|
|
1531
|
-
|
|
1691
|
+
@media only screen and (min-width: 64em) {
|
|
1692
|
+
.Toolbar-module_list__1n5ny {
|
|
1693
|
+
margin: 0 0 0 -15px
|
|
1532
1694
|
}
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1695
|
+
}
|
|
1696
|
+
.Toolbar-module_item__36x7d {
|
|
1697
|
+
position: relative;
|
|
1536
1698
|
|
|
1537
|
-
|
|
1699
|
+
min-width: 42px;
|
|
1700
|
+
height: 32px;
|
|
1701
|
+
padding-right: 10px;
|
|
1702
|
+
padding-left: 10px;
|
|
1538
1703
|
|
|
1539
|
-
|
|
1540
|
-
|
|
1704
|
+
cursor: pointer;
|
|
1705
|
+
transition: color 250ms ease;
|
|
1706
|
+
text-align: center;
|
|
1707
|
+
|
|
1708
|
+
color: #808080;
|
|
1709
|
+
|
|
1710
|
+
line-height: 1
|
|
1541
1711
|
}
|
|
1542
|
-
@media only screen and (min-width:
|
|
1543
|
-
.
|
|
1544
|
-
|
|
1545
|
-
|
|
1712
|
+
@media only screen and (min-width: 64em) {
|
|
1713
|
+
.Toolbar-module_item__36x7d {
|
|
1714
|
+
padding-right: 15px;
|
|
1715
|
+
padding-left: 15px
|
|
1546
1716
|
}
|
|
1547
1717
|
}
|
|
1548
|
-
.
|
|
1549
|
-
|
|
1550
|
-
|
|
1718
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1719
|
+
margin-right: 0;
|
|
1720
|
+
}
|
|
1721
|
+
.Toolbar-module_item__36x7d::before {
|
|
1722
|
+
position: absolute;
|
|
1723
|
+
top: 7px;
|
|
1724
|
+
left: 0;
|
|
1551
1725
|
|
|
1552
|
-
|
|
1726
|
+
height: 18px;
|
|
1553
1727
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1728
|
+
content: '';
|
|
1729
|
+
vertical-align: middle;
|
|
1730
|
+
|
|
1731
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1556
1732
|
}
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
padding-top: 3px
|
|
1733
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1734
|
+
display: none;
|
|
1560
1735
|
}
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
padding-top: 3px;
|
|
1736
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1737
|
+
height: 100%;
|
|
1564
1738
|
}
|
|
1565
|
-
.
|
|
1566
|
-
|
|
1739
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1740
|
+
height: 100%;
|
|
1567
1741
|
}
|
|
1568
|
-
.
|
|
1569
|
-
|
|
1742
|
+
.Toolbar-module_center__3_H8M {
|
|
1743
|
+
width: 100%;
|
|
1744
|
+
max-width: 650px;
|
|
1745
|
+
margin-right: auto;
|
|
1746
|
+
margin-left: auto;
|
|
1570
1747
|
}
|
|
1571
|
-
.
|
|
1572
|
-
|
|
1573
|
-
padding-top: 10px
|
|
1748
|
+
.Toolbar-module_game__5-jY_ {
|
|
1749
|
+
margin-top: 11px
|
|
1574
1750
|
}
|
|
1575
1751
|
@media only screen and (min-width: 32em) {
|
|
1576
|
-
.
|
|
1577
|
-
|
|
1578
|
-
padding-top: 12px
|
|
1752
|
+
.Toolbar-module_game__5-jY_ {
|
|
1753
|
+
margin-top: 18px
|
|
1579
1754
|
}
|
|
1580
1755
|
}
|
|
1581
|
-
.
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1756
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1757
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1758
|
+
justify-content: center
|
|
1584
1759
|
}
|
|
1585
1760
|
@media only screen and (min-width: 32em) {
|
|
1586
|
-
.
|
|
1587
|
-
.
|
|
1588
|
-
|
|
1761
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1762
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1763
|
+
display: -webkit-box;
|
|
1764
|
+
display: -webkit-flex;
|
|
1765
|
+
display: -ms-flexbox;
|
|
1766
|
+
display: flex
|
|
1589
1767
|
}
|
|
1590
1768
|
}
|
|
1591
|
-
.
|
|
1592
|
-
|
|
1593
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1594
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1595
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1596
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1597
|
-
max-width: 650px;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
/* Colors */
|
|
1602
|
-
/* Fonts */
|
|
1603
|
-
/* Gap */
|
|
1604
|
-
/* Media */
|
|
1605
|
-
/* 512 */
|
|
1606
|
-
/* 650 */
|
|
1607
|
-
/* 768 */
|
|
1608
|
-
/* 1024 */
|
|
1609
|
-
/* 1010 */
|
|
1610
|
-
/* 1200 */
|
|
1611
|
-
/* 511 */
|
|
1612
|
-
/* 1023 */
|
|
1613
|
-
/* Zindex */
|
|
1614
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1615
|
-
color: #e0e0e0;
|
|
1616
|
-
}
|
|
1617
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1618
|
-
margin: 0;
|
|
1619
|
-
padding: 5px 3px;
|
|
1620
|
-
|
|
1621
|
-
cursor: pointer;
|
|
1622
|
-
|
|
1623
|
-
color: inherit;
|
|
1624
|
-
border-width: 0;
|
|
1625
|
-
outline: none;
|
|
1626
|
-
background-color: transparent;
|
|
1627
|
-
|
|
1628
|
-
-webkit-appearance: none;
|
|
1629
|
-
|
|
1630
|
-
-moz-appearance: none;
|
|
1631
|
-
|
|
1632
|
-
appearance: none;
|
|
1633
|
-
fill: transparent;
|
|
1634
|
-
}
|
|
1635
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1636
|
-
color: #fff;
|
|
1769
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1770
|
+
width: 260px
|
|
1637
1771
|
}
|
|
1638
|
-
|
|
1639
|
-
|
|
1772
|
+
@media only screen and (min-width: 32em) {
|
|
1773
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1774
|
+
width: auto
|
|
1640
1775
|
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1776
|
+
}
|
|
1777
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1778
|
+
content: none
|
|
1643
1779
|
}
|
|
1644
|
-
|
|
1645
|
-
|
|
1780
|
+
@media only screen and (min-width: 32em) {
|
|
1781
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1782
|
+
content: ''
|
|
1646
1783
|
}
|
|
1647
|
-
|
|
1648
|
-
|
|
1784
|
+
}
|
|
1785
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1786
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1787
|
+
content: none;
|
|
1649
1788
|
}
|
|
1650
1789
|
@media only screen and (min-width: 64em) {
|
|
1651
|
-
.
|
|
1652
|
-
|
|
1790
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1791
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1792
|
+
margin-left: 0
|
|
1653
1793
|
}
|
|
1654
1794
|
}
|
|
1655
|
-
|
|
1795
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1796
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1797
|
+
}
|
|
1798
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1656
1799
|
display: none;
|
|
1657
1800
|
}
|
|
1658
1801
|
|
|
@@ -1757,134 +1900,130 @@
|
|
|
1757
1900
|
/* 511 */
|
|
1758
1901
|
/* 1023 */
|
|
1759
1902
|
/* Zindex */
|
|
1760
|
-
.
|
|
1761
|
-
overflow: hidden;
|
|
1762
|
-
|
|
1903
|
+
.Meta-module_root__12AG7 {
|
|
1763
1904
|
transform: translateZ(0);
|
|
1764
1905
|
|
|
1765
1906
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
display: -webkit-box;
|
|
1769
|
-
display: -webkit-flex;
|
|
1770
|
-
display: -ms-flexbox;
|
|
1771
|
-
display: flex;
|
|
1772
|
-
flex-flow: row wrap;
|
|
1907
|
+
font-size: 12px;
|
|
1908
|
+
line-height: 15px;
|
|
1773
1909
|
|
|
1774
|
-
|
|
1775
|
-
|
|
1910
|
+
fill: inherit;
|
|
1911
|
+
}
|
|
1912
|
+
.Meta-module_rich__1XBtZ,
|
|
1913
|
+
.Meta-module_podcast__1m4zo,
|
|
1914
|
+
.Meta-module_episode__1K2Xv,
|
|
1915
|
+
.Meta-module_simple__3vUiI,
|
|
1916
|
+
.Meta-module_slide__3g6fG,
|
|
1917
|
+
.Meta-module_card__LE1RK,
|
|
1918
|
+
.Meta-module_game__3aNlZ,
|
|
1919
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
1920
|
+
width: 100%;
|
|
1776
1921
|
|
|
1777
|
-
|
|
1922
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1778
1923
|
}
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
margin: 0 0 0 -15px
|
|
1924
|
+
.Meta-module_podcast__1m4zo {
|
|
1925
|
+
fill: currentColor;
|
|
1782
1926
|
}
|
|
1783
|
-
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
padding-left: 10px;
|
|
1791
|
-
|
|
1792
|
-
cursor: pointer;
|
|
1793
|
-
transition: color 250ms ease;
|
|
1794
|
-
text-align: center;
|
|
1795
|
-
|
|
1796
|
-
color: #808080;
|
|
1797
|
-
|
|
1798
|
-
line-height: 1
|
|
1927
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
1928
|
+
color: rgba(255, 255, 255, 0.7);
|
|
1929
|
+
}
|
|
1930
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
1931
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
1932
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
1933
|
+
text-align: left;
|
|
1799
1934
|
}
|
|
1800
1935
|
@media only screen and (min-width: 64em) {
|
|
1801
|
-
.
|
|
1802
|
-
|
|
1803
|
-
padding-left: 15px
|
|
1936
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
1937
|
+
text-align: left
|
|
1804
1938
|
}
|
|
1805
1939
|
}
|
|
1806
|
-
|
|
1807
|
-
|
|
1940
|
+
@media only screen and (min-width: 32em) {
|
|
1941
|
+
.Meta-module_episode__1K2Xv,
|
|
1942
|
+
.Meta-module_card__LE1RK,
|
|
1943
|
+
.Meta-module_slide__3g6fG,
|
|
1944
|
+
.Meta-module_game__3aNlZ,
|
|
1945
|
+
.Meta-module_center__3BBPr {
|
|
1946
|
+
text-align: center
|
|
1808
1947
|
}
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
left: 0;
|
|
1813
|
-
|
|
1814
|
-
height: 18px;
|
|
1815
|
-
|
|
1816
|
-
content: '';
|
|
1817
|
-
vertical-align: middle;
|
|
1948
|
+
}
|
|
1949
|
+
.Meta-module_light__2baE- {
|
|
1950
|
+
color: rgba(255, 255, 255, 0.6);
|
|
1818
1951
|
|
|
1819
|
-
|
|
1820
|
-
}
|
|
1821
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1822
|
-
display: none;
|
|
1823
|
-
}
|
|
1824
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1825
|
-
height: 100%;
|
|
1826
|
-
}
|
|
1827
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1828
|
-
height: 100%;
|
|
1952
|
+
fill: currentColor;
|
|
1829
1953
|
}
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1832
|
-
max-width: 650px;
|
|
1833
|
-
margin-right: auto;
|
|
1834
|
-
margin-left: auto;
|
|
1954
|
+
.Meta-module_dark__24y9m {
|
|
1955
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1835
1956
|
}
|
|
1836
|
-
.
|
|
1837
|
-
|
|
1957
|
+
.Meta-module_episode__1K2Xv,
|
|
1958
|
+
.Meta-module_card__LE1RK,
|
|
1959
|
+
.Meta-module_slide__3g6fG,
|
|
1960
|
+
.Meta-module_podcast__1m4zo {
|
|
1961
|
+
display: -webkit-box;
|
|
1962
|
+
display: -webkit-flex;
|
|
1963
|
+
display: -ms-flexbox;
|
|
1964
|
+
display: flex;
|
|
1965
|
+
align-items: center;
|
|
1966
|
+
flex-flow: row wrap
|
|
1838
1967
|
}
|
|
1839
|
-
@media only screen and (min-width:
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1968
|
+
@media only screen and (min-width: 48em) {
|
|
1969
|
+
.Meta-module_episode__1K2Xv,
|
|
1970
|
+
.Meta-module_card__LE1RK,
|
|
1971
|
+
.Meta-module_slide__3g6fG,
|
|
1972
|
+
.Meta-module_podcast__1m4zo {
|
|
1973
|
+
display: block
|
|
1842
1974
|
}
|
|
1843
1975
|
}
|
|
1844
|
-
|
|
1845
|
-
.
|
|
1846
|
-
justify-content: center
|
|
1847
|
-
}
|
|
1848
|
-
@media only screen and (min-width: 32em) {
|
|
1849
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1850
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1976
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1977
|
+
.Meta-module_hasSource__2lXiN {
|
|
1851
1978
|
display: -webkit-box;
|
|
1852
1979
|
display: -webkit-flex;
|
|
1853
1980
|
display: -ms-flexbox;
|
|
1854
|
-
display: flex
|
|
1981
|
+
display: flex;
|
|
1982
|
+
flex-flow: row wrap
|
|
1855
1983
|
}
|
|
1856
1984
|
}
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1985
|
+
.Meta-module_bookmark__3ot3k {
|
|
1986
|
+
position: absolute;
|
|
1987
|
+
z-index: 10;
|
|
1988
|
+
right: -12px;
|
|
1989
|
+
bottom: -4px
|
|
1859
1990
|
}
|
|
1860
1991
|
@media only screen and (min-width: 32em) {
|
|
1861
|
-
.
|
|
1862
|
-
|
|
1992
|
+
.Meta-module_bookmark__3ot3k {
|
|
1993
|
+
display: none
|
|
1863
1994
|
}
|
|
1864
1995
|
}
|
|
1865
|
-
|
|
1866
|
-
content: none
|
|
1867
|
-
}
|
|
1996
|
+
/* VISIBILITY */
|
|
1868
1997
|
@media only screen and (min-width: 32em) {
|
|
1869
|
-
.
|
|
1870
|
-
|
|
1998
|
+
.Meta-module_mobile__22LGV {
|
|
1999
|
+
display: none
|
|
1871
2000
|
}
|
|
1872
2001
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1875
|
-
content: none;
|
|
2002
|
+
.Meta-module_desktop__1ZGUS {
|
|
2003
|
+
display: none
|
|
1876
2004
|
}
|
|
1877
|
-
@media only screen and (min-width:
|
|
1878
|
-
.
|
|
1879
|
-
|
|
1880
|
-
margin-left: 0
|
|
2005
|
+
@media only screen and (min-width: 32em) {
|
|
2006
|
+
.Meta-module_desktop__1ZGUS {
|
|
2007
|
+
display: block
|
|
1881
2008
|
}
|
|
1882
2009
|
}
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
2010
|
+
|
|
2011
|
+
/* Colors */
|
|
2012
|
+
/* Fonts */
|
|
2013
|
+
/* Gap */
|
|
2014
|
+
/* Media */
|
|
2015
|
+
/* 512 */
|
|
2016
|
+
/* 650 */
|
|
2017
|
+
/* 768 */
|
|
2018
|
+
/* 1024 */
|
|
2019
|
+
/* 1010 */
|
|
2020
|
+
/* 1200 */
|
|
2021
|
+
/* 511 */
|
|
2022
|
+
/* 1023 */
|
|
2023
|
+
/* Zindex */
|
|
2024
|
+
.Timestamp-module_root__coOvT {
|
|
2025
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2026
|
+
font-weight: normal;
|
|
1888
2027
|
}
|
|
1889
2028
|
|
|
1890
2029
|
/* Colors */
|
|
@@ -2098,144 +2237,6 @@
|
|
|
2098
2237
|
}
|
|
2099
2238
|
}
|
|
2100
2239
|
|
|
2101
|
-
/* Colors */
|
|
2102
|
-
/* Fonts */
|
|
2103
|
-
/* Gap */
|
|
2104
|
-
/* Media */
|
|
2105
|
-
/* 512 */
|
|
2106
|
-
/* 650 */
|
|
2107
|
-
/* 768 */
|
|
2108
|
-
/* 1024 */
|
|
2109
|
-
/* 1010 */
|
|
2110
|
-
/* 1200 */
|
|
2111
|
-
/* 511 */
|
|
2112
|
-
/* 1023 */
|
|
2113
|
-
/* Zindex */
|
|
2114
|
-
.Meta-module_root__12AG7 {
|
|
2115
|
-
transform: translateZ(0);
|
|
2116
|
-
|
|
2117
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2118
|
-
font-size: 12px;
|
|
2119
|
-
line-height: 15px;
|
|
2120
|
-
|
|
2121
|
-
fill: inherit;
|
|
2122
|
-
}
|
|
2123
|
-
.Meta-module_rich__1XBtZ,
|
|
2124
|
-
.Meta-module_podcast__1m4zo,
|
|
2125
|
-
.Meta-module_episode__1K2Xv,
|
|
2126
|
-
.Meta-module_simple__3vUiI,
|
|
2127
|
-
.Meta-module_slide__3g6fG,
|
|
2128
|
-
.Meta-module_card__LE1RK,
|
|
2129
|
-
.Meta-module_game__3aNlZ,
|
|
2130
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2131
|
-
width: 100%;
|
|
2132
|
-
|
|
2133
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2134
|
-
}
|
|
2135
|
-
.Meta-module_podcast__1m4zo {
|
|
2136
|
-
fill: currentColor;
|
|
2137
|
-
}
|
|
2138
|
-
.Meta-module_isInSearchItem__1wbpx {
|
|
2139
|
-
color: rgba(255, 255, 255, 0.7);
|
|
2140
|
-
}
|
|
2141
|
-
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2142
|
-
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2143
|
-
text-align: left;
|
|
2144
|
-
}
|
|
2145
|
-
@media only screen and (min-width: 64em) {
|
|
2146
|
-
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2147
|
-
text-align: left
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
@media only screen and (min-width: 32em) {
|
|
2151
|
-
.Meta-module_episode__1K2Xv,
|
|
2152
|
-
.Meta-module_card__LE1RK,
|
|
2153
|
-
.Meta-module_slide__3g6fG,
|
|
2154
|
-
.Meta-module_game__3aNlZ,
|
|
2155
|
-
.Meta-module_center__3BBPr {
|
|
2156
|
-
text-align: center
|
|
2157
|
-
}
|
|
2158
|
-
}
|
|
2159
|
-
.Meta-module_light__2baE- {
|
|
2160
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2161
|
-
|
|
2162
|
-
fill: currentColor;
|
|
2163
|
-
}
|
|
2164
|
-
.Meta-module_dark__24y9m {
|
|
2165
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2166
|
-
}
|
|
2167
|
-
.Meta-module_episode__1K2Xv,
|
|
2168
|
-
.Meta-module_card__LE1RK,
|
|
2169
|
-
.Meta-module_slide__3g6fG,
|
|
2170
|
-
.Meta-module_podcast__1m4zo {
|
|
2171
|
-
display: -webkit-box;
|
|
2172
|
-
display: -webkit-flex;
|
|
2173
|
-
display: -ms-flexbox;
|
|
2174
|
-
display: flex;
|
|
2175
|
-
align-items: center;
|
|
2176
|
-
flex-flow: row wrap
|
|
2177
|
-
}
|
|
2178
|
-
@media only screen and (min-width: 48em) {
|
|
2179
|
-
.Meta-module_episode__1K2Xv,
|
|
2180
|
-
.Meta-module_card__LE1RK,
|
|
2181
|
-
.Meta-module_slide__3g6fG,
|
|
2182
|
-
.Meta-module_podcast__1m4zo {
|
|
2183
|
-
display: block
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
@media only screen and (max-width: 32.1875em) {
|
|
2187
|
-
.Meta-module_hasSource__2lXiN {
|
|
2188
|
-
display: -webkit-box;
|
|
2189
|
-
display: -webkit-flex;
|
|
2190
|
-
display: -ms-flexbox;
|
|
2191
|
-
display: flex;
|
|
2192
|
-
flex-flow: row wrap
|
|
2193
|
-
}
|
|
2194
|
-
}
|
|
2195
|
-
.Meta-module_bookmark__3ot3k {
|
|
2196
|
-
position: absolute;
|
|
2197
|
-
z-index: 10;
|
|
2198
|
-
right: -12px;
|
|
2199
|
-
bottom: -4px
|
|
2200
|
-
}
|
|
2201
|
-
@media only screen and (min-width: 32em) {
|
|
2202
|
-
.Meta-module_bookmark__3ot3k {
|
|
2203
|
-
display: none
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
/* VISIBILITY */
|
|
2207
|
-
@media only screen and (min-width: 32em) {
|
|
2208
|
-
.Meta-module_mobile__22LGV {
|
|
2209
|
-
display: none
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
.Meta-module_desktop__1ZGUS {
|
|
2213
|
-
display: none
|
|
2214
|
-
}
|
|
2215
|
-
@media only screen and (min-width: 32em) {
|
|
2216
|
-
.Meta-module_desktop__1ZGUS {
|
|
2217
|
-
display: block
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
/* Colors */
|
|
2222
|
-
/* Fonts */
|
|
2223
|
-
/* Gap */
|
|
2224
|
-
/* Media */
|
|
2225
|
-
/* 512 */
|
|
2226
|
-
/* 650 */
|
|
2227
|
-
/* 768 */
|
|
2228
|
-
/* 1024 */
|
|
2229
|
-
/* 1010 */
|
|
2230
|
-
/* 1200 */
|
|
2231
|
-
/* 511 */
|
|
2232
|
-
/* 1023 */
|
|
2233
|
-
/* Zindex */
|
|
2234
|
-
.Timestamp-module_root__coOvT {
|
|
2235
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2236
|
-
font-weight: normal;
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
2240
|
/* Colors */
|
|
2240
2241
|
/* Fonts */
|
|
2241
2242
|
/* Gap */
|
|
@@ -2594,168 +2595,65 @@
|
|
|
2594
2595
|
/* 511 */
|
|
2595
2596
|
/* 1023 */
|
|
2596
2597
|
/* Zindex */
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
text-align: left;
|
|
2598
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2599
|
+
max-width: 644px;
|
|
2600
|
+
margin: 15px auto 0
|
|
2601
2601
|
}
|
|
2602
|
-
|
|
2602
|
+
@media only screen and (min-width: 48em) {
|
|
2603
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2604
|
+
max-width: none;
|
|
2605
|
+
margin-top: 25px;
|
|
2606
|
+
margin-bottom: 20px
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2610
|
+
margin-bottom: 15px;
|
|
2611
|
+
}
|
|
2612
|
+
@media only screen and (min-width: 48em) {
|
|
2613
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2614
|
+
margin-top: 25px
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2618
|
+
margin-bottom: 0;
|
|
2619
|
+
}
|
|
2620
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2603
2621
|
display: -webkit-box;
|
|
2604
2622
|
display: -webkit-flex;
|
|
2605
2623
|
display: -ms-flexbox;
|
|
2606
2624
|
display: flex;
|
|
2607
|
-
flex-
|
|
2625
|
+
flex-direction: column;
|
|
2626
|
+
flex-wrap: nowrap
|
|
2608
2627
|
}
|
|
2609
|
-
@media only screen and (min-width:
|
|
2610
|
-
.
|
|
2611
|
-
|
|
2612
|
-
flex-flow: row nowrap
|
|
2628
|
+
@media only screen and (min-width: 48em) {
|
|
2629
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2630
|
+
flex-direction: row
|
|
2613
2631
|
}
|
|
2614
2632
|
}
|
|
2615
|
-
.
|
|
2616
|
-
|
|
2633
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2634
|
+
flex-grow: 1;
|
|
2617
2635
|
|
|
2618
|
-
|
|
2619
|
-
|
|
2636
|
+
width: 100%;
|
|
2637
|
+
min-width: 100%;
|
|
2638
|
+
max-width: 100%;
|
|
2639
|
+
margin-bottom: 20px
|
|
2620
2640
|
}
|
|
2621
2641
|
@media only screen and (min-width: 48em) {
|
|
2622
|
-
.
|
|
2623
|
-
|
|
2642
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2643
|
+
min-width: 0;
|
|
2644
|
+
max-width: none;
|
|
2645
|
+
margin-bottom: 0
|
|
2624
2646
|
}
|
|
2625
2647
|
}
|
|
2626
|
-
@media only screen and (min-width:
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2629
|
-
justify-content: center;
|
|
2630
|
-
order: 0;
|
|
2631
|
-
|
|
2632
|
-
width: 50%;
|
|
2633
|
-
max-width: none;
|
|
2634
|
-
height: 100%;
|
|
2635
|
-
margin-left: 25px;
|
|
2636
|
-
|
|
2637
|
-
text-align: left
|
|
2648
|
+
@media only screen and (min-width: 48em) {
|
|
2649
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
+
margin-left: 15px
|
|
2638
2651
|
}
|
|
2639
2652
|
}
|
|
2640
|
-
.
|
|
2641
|
-
width: 100%;
|
|
2653
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2642
2654
|
max-width: 650px;
|
|
2643
|
-
margin:
|
|
2644
|
-
|
|
2645
|
-
}
|
|
2646
|
-
@media only screen and (min-width: 64em) {
|
|
2647
|
-
.HalfBlock-module_footer__1C0yp {
|
|
2648
|
-
max-width: 1000px;
|
|
2649
|
-
margin: auto;
|
|
2650
|
-
padding-top: 0;
|
|
2651
|
-
|
|
2652
|
-
border-top: 1px solid #e6e6e6
|
|
2653
|
-
}
|
|
2654
|
-
}
|
|
2655
|
-
.HalfBlock-module_image__2lYel {
|
|
2656
|
-
flex-grow: 1;
|
|
2657
|
-
|
|
2658
|
-
margin: 0 -20px 0;
|
|
2659
|
-
margin-top: 18px
|
|
2660
|
-
}
|
|
2661
|
-
@media only screen and (min-width: 32em) {
|
|
2662
|
-
.HalfBlock-module_image__2lYel {
|
|
2663
|
-
margin: 31px 0 -5px
|
|
2664
|
-
}
|
|
2665
|
-
}
|
|
2666
|
-
@media only screen and (min-width: 64em) {
|
|
2667
|
-
.HalfBlock-module_image__2lYel {
|
|
2668
|
-
width: 50%;
|
|
2669
|
-
margin: 0
|
|
2670
|
-
}
|
|
2671
|
-
}
|
|
2672
|
-
/* VISIBILITY */
|
|
2673
|
-
@media only screen and (min-width: 32em) {
|
|
2674
|
-
.HalfBlock-module_mobile__2latf {
|
|
2675
|
-
display: none
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2679
|
-
display: none
|
|
2680
|
-
}
|
|
2681
|
-
@media only screen and (min-width: 32em) {
|
|
2682
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2683
|
-
display: block
|
|
2684
|
-
}
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
/* Colors */
|
|
2688
|
-
/* Fonts */
|
|
2689
|
-
/* Gap */
|
|
2690
|
-
/* Media */
|
|
2691
|
-
/* 512 */
|
|
2692
|
-
/* 650 */
|
|
2693
|
-
/* 768 */
|
|
2694
|
-
/* 1024 */
|
|
2695
|
-
/* 1010 */
|
|
2696
|
-
/* 1200 */
|
|
2697
|
-
/* 511 */
|
|
2698
|
-
/* 1023 */
|
|
2699
|
-
/* Zindex */
|
|
2700
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2701
|
-
max-width: 644px;
|
|
2702
|
-
margin: 15px auto 0
|
|
2703
|
-
}
|
|
2704
|
-
@media only screen and (min-width: 48em) {
|
|
2705
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2706
|
-
max-width: none;
|
|
2707
|
-
margin-top: 25px;
|
|
2708
|
-
margin-bottom: 20px
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2712
|
-
margin-bottom: 15px;
|
|
2713
|
-
}
|
|
2714
|
-
@media only screen and (min-width: 48em) {
|
|
2715
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2716
|
-
margin-top: 25px
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2720
|
-
margin-bottom: 0;
|
|
2721
|
-
}
|
|
2722
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2723
|
-
display: -webkit-box;
|
|
2724
|
-
display: -webkit-flex;
|
|
2725
|
-
display: -ms-flexbox;
|
|
2726
|
-
display: flex;
|
|
2727
|
-
flex-direction: column;
|
|
2728
|
-
flex-wrap: nowrap
|
|
2729
|
-
}
|
|
2730
|
-
@media only screen and (min-width: 48em) {
|
|
2731
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2732
|
-
flex-direction: row
|
|
2733
|
-
}
|
|
2734
|
-
}
|
|
2735
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2736
|
-
flex-grow: 1;
|
|
2737
|
-
|
|
2738
|
-
width: 100%;
|
|
2739
|
-
min-width: 100%;
|
|
2740
|
-
max-width: 100%;
|
|
2741
|
-
margin-bottom: 20px
|
|
2742
|
-
}
|
|
2743
|
-
@media only screen and (min-width: 48em) {
|
|
2744
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2745
|
-
min-width: 0;
|
|
2746
|
-
max-width: none;
|
|
2747
|
-
margin-bottom: 0
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
|
-
@media only screen and (min-width: 48em) {
|
|
2751
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2752
|
-
margin-left: 15px
|
|
2753
|
-
}
|
|
2754
|
-
}
|
|
2755
|
-
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2756
|
-
max-width: 650px;
|
|
2757
|
-
margin-right: auto;
|
|
2758
|
-
margin-left: auto;
|
|
2655
|
+
margin-right: auto;
|
|
2656
|
+
margin-left: auto;
|
|
2759
2657
|
}
|
|
2760
2658
|
/* DISPLAY */
|
|
2761
2659
|
@media only screen and (min-width: 48em) {
|
|
@@ -2798,123 +2696,96 @@
|
|
|
2798
2696
|
/* 511 */
|
|
2799
2697
|
/* 1023 */
|
|
2800
2698
|
/* Zindex */
|
|
2801
|
-
.
|
|
2802
|
-
|
|
2699
|
+
.HalfBlock-module_root__2frv2 {
|
|
2700
|
+
position: relative;
|
|
2803
2701
|
|
|
2804
|
-
|
|
2805
|
-
background-color: #f5f5f5;
|
|
2806
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2807
|
-
}
|
|
2808
|
-
@media only screen and (min-width: 48em) {
|
|
2809
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2810
|
-
margin: 25px 0
|
|
2702
|
+
text-align: left;
|
|
2811
2703
|
}
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2704
|
+
.HalfBlock-module_main__2XX73 {
|
|
2705
|
+
display: -webkit-box;
|
|
2706
|
+
display: -webkit-flex;
|
|
2707
|
+
display: -ms-flexbox;
|
|
2708
|
+
display: flex;
|
|
2709
|
+
flex-flow: column nowrap
|
|
2815
2710
|
}
|
|
2816
|
-
|
|
2817
|
-
|
|
2711
|
+
@media only screen and (min-width: 64em) {
|
|
2712
|
+
.HalfBlock-module_main__2XX73 {
|
|
2713
|
+
align-items: center;
|
|
2714
|
+
flex-flow: row nowrap
|
|
2818
2715
|
}
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
padding: 12px 12px 13px;
|
|
2823
|
-
|
|
2824
|
-
transition: color 0.15s;
|
|
2825
|
-
text-decoration: none;
|
|
2826
|
-
|
|
2827
|
-
color: #000;
|
|
2828
|
-
box-shadow: none;
|
|
2716
|
+
}
|
|
2717
|
+
.HalfBlock-module_body__3MnEN {
|
|
2718
|
+
order: -1;
|
|
2829
2719
|
|
|
2830
|
-
|
|
2831
|
-
|
|
2720
|
+
max-width: 860px;
|
|
2721
|
+
margin: 0 auto
|
|
2832
2722
|
}
|
|
2833
2723
|
@media only screen and (min-width: 48em) {
|
|
2834
|
-
.
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
font-size: 19px;
|
|
2838
|
-
line-height: 23px
|
|
2724
|
+
.HalfBlock-module_body__3MnEN {
|
|
2725
|
+
text-align: center
|
|
2839
2726
|
}
|
|
2840
2727
|
}
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
padding: 14px 12px 3px;
|
|
2847
|
-
|
|
2848
|
-
letter-spacing: 1px;
|
|
2849
|
-
text-transform: uppercase;
|
|
2728
|
+
@media only screen and (min-width: 64em) {
|
|
2729
|
+
.HalfBlock-module_body__3MnEN {
|
|
2730
|
+
align-items: flex-start;
|
|
2731
|
+
justify-content: center;
|
|
2732
|
+
order: 0;
|
|
2850
2733
|
|
|
2851
|
-
|
|
2734
|
+
width: 50%;
|
|
2735
|
+
max-width: none;
|
|
2736
|
+
height: 100%;
|
|
2737
|
+
margin-left: 25px;
|
|
2852
2738
|
|
|
2853
|
-
|
|
2854
|
-
font-size: 12px;
|
|
2855
|
-
font-weight: 600;
|
|
2856
|
-
line-height: 17px
|
|
2739
|
+
text-align: left
|
|
2857
2740
|
}
|
|
2858
|
-
|
|
2859
|
-
.
|
|
2860
|
-
|
|
2741
|
+
}
|
|
2742
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2743
|
+
width: 100%;
|
|
2744
|
+
max-width: 650px;
|
|
2745
|
+
margin: 0 auto;
|
|
2746
|
+
padding-top: 3px
|
|
2747
|
+
}
|
|
2748
|
+
@media only screen and (min-width: 64em) {
|
|
2749
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2750
|
+
max-width: 1000px;
|
|
2751
|
+
margin: auto;
|
|
2752
|
+
padding-top: 0;
|
|
2861
2753
|
|
|
2862
|
-
|
|
2863
|
-
line-height: 16px
|
|
2754
|
+
border-top: 1px solid #e6e6e6
|
|
2864
2755
|
}
|
|
2865
2756
|
}
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2868
|
-
padding-left: 0;
|
|
2757
|
+
.HalfBlock-module_image__2lYel {
|
|
2758
|
+
flex-grow: 1;
|
|
2869
2759
|
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
2873
|
-
padding: 0;
|
|
2874
|
-
}
|
|
2875
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
2876
|
-
border-top: 1px solid #e6e6e6;
|
|
2877
|
-
}
|
|
2878
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2879
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2880
|
-
font-size: 16px;
|
|
2881
|
-
font-weight: 700;
|
|
2882
|
-
line-height: 18px
|
|
2760
|
+
margin: 0 -20px 0;
|
|
2761
|
+
margin-top: 18px
|
|
2883
2762
|
}
|
|
2884
|
-
@media only screen and (min-width:
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2763
|
+
@media only screen and (min-width: 32em) {
|
|
2764
|
+
.HalfBlock-module_image__2lYel {
|
|
2765
|
+
margin: 31px 0 -5px
|
|
2887
2766
|
}
|
|
2888
2767
|
}
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
margin-right: auto;
|
|
2894
|
-
margin-left: auto;
|
|
2895
|
-
}
|
|
2896
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2897
|
-
margin-top: 0;
|
|
2898
|
-
}
|
|
2899
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2900
|
-
margin-bottom: 0;
|
|
2768
|
+
@media only screen and (min-width: 64em) {
|
|
2769
|
+
.HalfBlock-module_image__2lYel {
|
|
2770
|
+
width: 50%;
|
|
2771
|
+
margin: 0
|
|
2901
2772
|
}
|
|
2773
|
+
}
|
|
2902
2774
|
/* VISIBILITY */
|
|
2903
2775
|
@media only screen and (min-width: 32em) {
|
|
2904
|
-
.
|
|
2776
|
+
.HalfBlock-module_mobile__2latf {
|
|
2905
2777
|
display: none
|
|
2906
2778
|
}
|
|
2907
2779
|
}
|
|
2908
|
-
.
|
|
2780
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2909
2781
|
display: none
|
|
2910
2782
|
}
|
|
2911
2783
|
@media only screen and (min-width: 32em) {
|
|
2912
|
-
.
|
|
2784
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2913
2785
|
display: block
|
|
2914
2786
|
}
|
|
2915
2787
|
}
|
|
2916
2788
|
|
|
2917
|
-
|
|
2918
2789
|
/* Colors */
|
|
2919
2790
|
/* Fonts */
|
|
2920
2791
|
/* Gap */
|
|
@@ -2999,414 +2870,285 @@
|
|
|
2999
2870
|
/* 511 */
|
|
3000
2871
|
/* 1023 */
|
|
3001
2872
|
/* Zindex */
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
padding: 0 4px;
|
|
2873
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2874
|
+
margin: 15px 0;
|
|
2875
|
+
padding: 0;
|
|
3007
2876
|
|
|
3008
|
-
|
|
3009
|
-
white-space: pre-wrap;
|
|
2877
|
+
list-style: none;
|
|
3010
2878
|
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
2879
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2880
|
+
font-size: 18px;
|
|
2881
|
+
line-height: 24px
|
|
2882
|
+
}
|
|
2883
|
+
@media only screen and (min-width: 32em) {
|
|
2884
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2885
|
+
font-size: 20px;
|
|
2886
|
+
line-height: 28px
|
|
3014
2887
|
}
|
|
2888
|
+
}
|
|
3015
2889
|
@media only screen and (min-width: 48em) {
|
|
3016
|
-
|
|
3017
|
-
|
|
2890
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2891
|
+
margin: 20px 0
|
|
3018
2892
|
}
|
|
3019
2893
|
}
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
|
|
2894
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2895
|
+
margin-top: 0;
|
|
3023
2896
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
3026
|
-
box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;
|
|
2897
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2898
|
+
margin-bottom: 0;
|
|
3027
2899
|
}
|
|
3028
|
-
.
|
|
3029
|
-
|
|
3030
|
-
box-shadow: inset
|
|
2900
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2901
|
+
color: inherit;
|
|
2902
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3031
2903
|
}
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
background-color: #f4efe9;
|
|
3035
|
-
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3036
|
-
inset 0 -1px #b88b58;
|
|
2904
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2905
|
+
color: #b88b59;
|
|
3037
2906
|
}
|
|
3038
|
-
.
|
|
3039
|
-
|
|
2907
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2908
|
+
position: relative;
|
|
3040
2909
|
|
|
3041
|
-
|
|
3042
|
-
font-size: 18px;
|
|
3043
|
-
line-height: 24px
|
|
2910
|
+
margin-bottom: 6px;
|
|
3044
2911
|
}
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
margin: 0 0 20px;
|
|
2912
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2913
|
+
position: relative;
|
|
3048
2914
|
|
|
3049
|
-
|
|
3050
|
-
|
|
2915
|
+
white-space: pre-wrap;
|
|
2916
|
+
|
|
2917
|
+
background-color: #fff3bc;
|
|
2918
|
+
|
|
2919
|
+
font-weight: inherit;
|
|
2920
|
+
font-style: inherit
|
|
2921
|
+
}
|
|
2922
|
+
@media only screen and (min-width: 32em) {
|
|
2923
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2924
|
+
padding-bottom: 1px
|
|
3051
2925
|
}
|
|
3052
2926
|
}
|
|
3053
|
-
.
|
|
3054
|
-
.SimpleBlock-module_h2__S0LRs a,
|
|
3055
|
-
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3056
|
-
.SimpleBlock-module_h4__2TJO3 a,
|
|
3057
|
-
.SimpleBlock-module_lead__35nXx a,
|
|
3058
|
-
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3059
|
-
.SimpleBlock-module_context_p__33saY a {
|
|
3060
|
-
text-decoration: none;
|
|
3061
|
-
|
|
2927
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
3062
2928
|
color: inherit;
|
|
3063
2929
|
box-shadow: inset 0 -1px #b88b59;
|
|
3064
2930
|
}
|
|
3065
|
-
.
|
|
3066
|
-
|
|
3067
|
-
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3068
|
-
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3069
|
-
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3070
|
-
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3071
|
-
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3072
|
-
color: #b88b59;
|
|
3073
|
-
}
|
|
3074
|
-
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3075
|
-
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3076
|
-
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3077
|
-
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3078
|
-
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3079
|
-
margin-top: 0;
|
|
2931
|
+
.ListBlock-module_ol__21CgV {
|
|
2932
|
+
counter-reset: list 0;
|
|
3080
2933
|
}
|
|
3081
|
-
.
|
|
3082
|
-
|
|
3083
|
-
.SimpleBlock-module_lead__35nXx:last-child,
|
|
3084
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
3085
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
3086
|
-
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
3087
|
-
margin-bottom: 0;
|
|
2934
|
+
.ListBlock-module_ol__21CgV li {
|
|
2935
|
+
padding: 0 0 0 33px;
|
|
3088
2936
|
}
|
|
3089
|
-
.
|
|
3090
|
-
|
|
3091
|
-
|
|
2937
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2938
|
+
position: absolute;
|
|
2939
|
+
left: 0;
|
|
3092
2940
|
|
|
3093
|
-
|
|
3094
|
-
font-size: 25px;
|
|
3095
|
-
font-weight: bold;
|
|
3096
|
-
line-height: 28px
|
|
3097
|
-
}
|
|
3098
|
-
@media only screen and (min-width: 32em) {
|
|
3099
|
-
.SimpleBlock-module_h2__S0LRs {
|
|
3100
|
-
margin: 0 0 45px;
|
|
2941
|
+
width: 23px;
|
|
3101
2942
|
|
|
3102
|
-
|
|
3103
|
-
|
|
2943
|
+
content: counter(list) '. ';
|
|
2944
|
+
counter-increment: list;
|
|
2945
|
+
text-align: right;
|
|
2946
|
+
white-space: nowrap;
|
|
3104
2947
|
}
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
margin-top: 15px
|
|
2948
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2949
|
+
padding: 0 0 0 23px
|
|
3108
2950
|
}
|
|
3109
|
-
@media only screen and (min-width:
|
|
3110
|
-
.
|
|
3111
|
-
|
|
2951
|
+
@media only screen and (min-width: 48em) {
|
|
2952
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2953
|
+
padding: 0 0 0 38px
|
|
3112
2954
|
}
|
|
3113
2955
|
}
|
|
3114
|
-
.
|
|
3115
|
-
margin-
|
|
3116
|
-
|
|
2956
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2957
|
+
margin-bottom: 0;
|
|
2958
|
+
}
|
|
2959
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2960
|
+
position: absolute;
|
|
2961
|
+
top: 0;
|
|
2962
|
+
left: 5px;
|
|
3117
2963
|
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
2964
|
+
width: 8px;
|
|
2965
|
+
|
|
2966
|
+
content: '\2022';
|
|
2967
|
+
text-align: center;
|
|
2968
|
+
|
|
2969
|
+
color: #b88b59;
|
|
2970
|
+
|
|
2971
|
+
font-size: 18px;
|
|
2972
|
+
line-height: inherit
|
|
3122
2973
|
}
|
|
3123
|
-
@media only screen and (min-width:
|
|
3124
|
-
.
|
|
3125
|
-
|
|
3126
|
-
margin-bottom: 15px;
|
|
2974
|
+
@media only screen and (min-width: 48em) {
|
|
2975
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2976
|
+
left: 0;
|
|
3127
2977
|
|
|
3128
|
-
|
|
3129
|
-
|
|
2978
|
+
width: 36px;
|
|
2979
|
+
|
|
2980
|
+
text-align: center;
|
|
2981
|
+
|
|
2982
|
+
font-size: 20px
|
|
3130
2983
|
}
|
|
3131
2984
|
}
|
|
3132
|
-
.
|
|
3133
|
-
|
|
3134
|
-
margin-
|
|
3135
|
-
|
|
2985
|
+
.ListBlock-module_center__tdIwd {
|
|
2986
|
+
max-width: 650px;
|
|
2987
|
+
margin-right: auto;
|
|
2988
|
+
margin-left: auto;
|
|
2989
|
+
}
|
|
2990
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3136
2991
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3137
|
-
font-size:
|
|
3138
|
-
|
|
3139
|
-
line-height: 21px
|
|
2992
|
+
font-size: 16px;
|
|
2993
|
+
line-height: 20px
|
|
3140
2994
|
}
|
|
3141
|
-
@media only screen and (min-width:
|
|
3142
|
-
.
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
font-size: 21px;
|
|
3147
|
-
line-height: 28px
|
|
2995
|
+
@media only screen and (min-width: 48em) {
|
|
2996
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2997
|
+
font-size: 17px;
|
|
2998
|
+
line-height: 24px
|
|
3148
2999
|
}
|
|
3149
3000
|
}
|
|
3150
|
-
.
|
|
3151
|
-
|
|
3152
|
-
margin-top: 0;
|
|
3001
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3002
|
+
color: inherit;
|
|
3153
3003
|
}
|
|
3154
|
-
.
|
|
3155
|
-
|
|
3004
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3005
|
+
color: #b88b59;
|
|
3156
3006
|
}
|
|
3007
|
+
/* VISIBILITY */
|
|
3157
3008
|
@media only screen and (min-width: 32em) {
|
|
3158
|
-
.
|
|
3159
|
-
|
|
3009
|
+
.ListBlock-module_mobile__2-nuV {
|
|
3010
|
+
display: none
|
|
3160
3011
|
}
|
|
3161
3012
|
}
|
|
3162
|
-
.
|
|
3163
|
-
|
|
3164
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
|
|
3165
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
|
|
3166
|
-
margin-top: -9px;
|
|
3167
|
-
}
|
|
3168
|
-
.SimpleBlock-module_blockquote__pwpcX {
|
|
3169
|
-
margin: 16px 0;
|
|
3170
|
-
padding: 12px 12px 13px;
|
|
3171
|
-
|
|
3172
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3173
|
-
border-radius: 8px;
|
|
3174
|
-
background: #fff8c4;
|
|
3175
|
-
|
|
3176
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3177
|
-
font-size: 16px;
|
|
3178
|
-
font-weight: normal;
|
|
3179
|
-
line-height: 22px
|
|
3013
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3014
|
+
display: none
|
|
3180
3015
|
}
|
|
3181
3016
|
@media only screen and (min-width: 32em) {
|
|
3182
|
-
.
|
|
3183
|
-
|
|
3184
|
-
padding: 12px 15px 13px;
|
|
3185
|
-
|
|
3186
|
-
font-size: 18px;
|
|
3187
|
-
line-height: 26px
|
|
3017
|
+
.ListBlock-module_desktop__1EE0g {
|
|
3018
|
+
display: block
|
|
3188
3019
|
}
|
|
3189
3020
|
}
|
|
3190
|
-
.SimpleBlock-module_blockquote__pwpcX a {
|
|
3191
|
-
text-decoration: none;
|
|
3192
3021
|
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
margin
|
|
3208
|
-
|
|
3209
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3210
|
-
font-size: 16px;
|
|
3211
|
-
line-height: 22px
|
|
3212
|
-
}
|
|
3213
|
-
@media only screen and (min-width: 32em) {
|
|
3214
|
-
.SimpleBlock-module_lead__35nXx {
|
|
3215
|
-
margin-top: 25px;
|
|
3216
|
-
|
|
3217
|
-
font-size: 20px;
|
|
3218
|
-
line-height: 28px
|
|
3219
|
-
}
|
|
3220
|
-
}
|
|
3221
|
-
.SimpleBlock-module_lead__35nXx [data-body] {
|
|
3222
|
-
padding-top: 1px;
|
|
3223
|
-
}
|
|
3224
|
-
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3225
|
-
display: block;
|
|
3226
|
-
|
|
3227
|
-
width: 100%;
|
|
3228
|
-
max-width: 650px;
|
|
3229
|
-
margin: 30px auto;
|
|
3022
|
+
/* Colors */
|
|
3023
|
+
/* Fonts */
|
|
3024
|
+
/* Gap */
|
|
3025
|
+
/* Media */
|
|
3026
|
+
/* 512 */
|
|
3027
|
+
/* 650 */
|
|
3028
|
+
/* 768 */
|
|
3029
|
+
/* 1024 */
|
|
3030
|
+
/* 1010 */
|
|
3031
|
+
/* 1200 */
|
|
3032
|
+
/* 511 */
|
|
3033
|
+
/* 1023 */
|
|
3034
|
+
/* Zindex */
|
|
3035
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3036
|
+
margin: 16px 0;
|
|
3230
3037
|
|
|
3231
|
-
border-
|
|
3038
|
+
border-radius: 8px;
|
|
3039
|
+
background-color: #f5f5f5;
|
|
3040
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3232
3041
|
}
|
|
3233
|
-
@media only screen and (min-width:
|
|
3234
|
-
.
|
|
3235
|
-
margin:
|
|
3042
|
+
@media only screen and (min-width: 48em) {
|
|
3043
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3044
|
+
margin: 25px 0
|
|
3236
3045
|
}
|
|
3237
3046
|
}
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
white-space: pre-wrap;
|
|
3242
|
-
|
|
3243
|
-
background-color: #fff3bc;
|
|
3244
|
-
|
|
3245
|
-
font-weight: inherit;
|
|
3246
|
-
font-style: inherit
|
|
3047
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3048
|
+
margin-bottom: 0;
|
|
3247
3049
|
}
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
padding-bottom: 1px
|
|
3050
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3051
|
+
margin-top: 0;
|
|
3251
3052
|
}
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
z-index: 1;
|
|
3053
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3054
|
+
display: block;
|
|
3255
3055
|
|
|
3256
|
-
padding
|
|
3056
|
+
padding: 12px 12px 13px;
|
|
3257
3057
|
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
}
|
|
3261
|
-
.SimpleBlock-module_context_p__33saY {
|
|
3262
|
-
position: relative;
|
|
3058
|
+
transition: color 0.15s;
|
|
3059
|
+
text-decoration: none;
|
|
3263
3060
|
|
|
3264
|
-
|
|
3265
|
-
|
|
3061
|
+
color: #000;
|
|
3062
|
+
box-shadow: none;
|
|
3266
3063
|
|
|
3267
|
-
font-
|
|
3268
|
-
|
|
3269
|
-
line-height: 22px
|
|
3064
|
+
font-size: 17px;
|
|
3065
|
+
line-height: 20px
|
|
3270
3066
|
}
|
|
3271
3067
|
@media only screen and (min-width: 48em) {
|
|
3272
|
-
.
|
|
3273
|
-
padding:
|
|
3068
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3069
|
+
padding: 15px 20px 17px;
|
|
3274
3070
|
|
|
3275
|
-
font-size:
|
|
3276
|
-
line-height:
|
|
3071
|
+
font-size: 19px;
|
|
3072
|
+
line-height: 23px
|
|
3277
3073
|
}
|
|
3278
3074
|
}
|
|
3279
|
-
.
|
|
3280
|
-
|
|
3281
|
-
top: 0;
|
|
3282
|
-
left: 5px;
|
|
3283
|
-
|
|
3284
|
-
width: 8px;
|
|
3285
|
-
|
|
3286
|
-
content: '\2022';
|
|
3287
|
-
text-align: center;
|
|
3288
|
-
|
|
3289
|
-
color: #b88b59;
|
|
3290
|
-
|
|
3291
|
-
font-size: 18px;
|
|
3292
|
-
line-height: inherit
|
|
3075
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3076
|
+
color: #5c5c5c;
|
|
3293
3077
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3078
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3079
|
+
margin: 0;
|
|
3080
|
+
padding: 14px 12px 3px;
|
|
3297
3081
|
|
|
3298
|
-
|
|
3082
|
+
letter-spacing: 1px;
|
|
3083
|
+
text-transform: uppercase;
|
|
3299
3084
|
|
|
3300
|
-
|
|
3085
|
+
color: #7F7F7F;
|
|
3301
3086
|
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
content: none;
|
|
3307
|
-
}
|
|
3308
|
-
.SimpleBlock-module_center__2rjif {
|
|
3309
|
-
max-width: 650px;
|
|
3310
|
-
margin-right: auto;
|
|
3311
|
-
margin-left: auto;
|
|
3312
|
-
}
|
|
3313
|
-
@media only screen and (min-width: 48em) {
|
|
3314
|
-
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3315
|
-
font-size: 20px;
|
|
3316
|
-
line-height: 28px
|
|
3317
|
-
}
|
|
3318
|
-
}
|
|
3319
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3320
|
-
margin-bottom: 18px
|
|
3087
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3088
|
+
font-size: 12px;
|
|
3089
|
+
font-weight: 600;
|
|
3090
|
+
line-height: 17px
|
|
3321
3091
|
}
|
|
3322
3092
|
@media only screen and (min-width: 48em) {
|
|
3323
|
-
.
|
|
3324
|
-
|
|
3325
|
-
margin-bottom: 20px;
|
|
3093
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3094
|
+
padding: 20px 20px 14px;
|
|
3326
3095
|
|
|
3327
|
-
font-size:
|
|
3328
|
-
line-height:
|
|
3096
|
+
font-size: 14px;
|
|
3097
|
+
line-height: 16px
|
|
3329
3098
|
}
|
|
3330
3099
|
}
|
|
3331
|
-
.
|
|
3332
|
-
margin
|
|
3333
|
-
|
|
3334
|
-
@media only screen and (min-width: 48em) {
|
|
3335
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3336
|
-
margin-top: 20px;
|
|
3100
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3101
|
+
margin: 0;
|
|
3102
|
+
padding-left: 0;
|
|
3337
3103
|
|
|
3338
|
-
|
|
3339
|
-
line-height: 28px
|
|
3104
|
+
list-style: none;
|
|
3340
3105
|
}
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3344
|
-
margin-top: 0;
|
|
3106
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3107
|
+
padding: 0;
|
|
3345
3108
|
}
|
|
3346
|
-
.
|
|
3109
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3110
|
+
border-top: 1px solid #e6e6e6;
|
|
3111
|
+
}
|
|
3112
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3347
3113
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3348
3114
|
font-size: 16px;
|
|
3349
|
-
|
|
3115
|
+
font-weight: 700;
|
|
3116
|
+
line-height: 18px
|
|
3350
3117
|
}
|
|
3351
3118
|
@media only screen and (min-width: 48em) {
|
|
3352
|
-
.
|
|
3353
|
-
font-size: 18px
|
|
3354
|
-
line-height: 26px
|
|
3119
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3120
|
+
font-size: 18px
|
|
3355
3121
|
}
|
|
3356
3122
|
}
|
|
3357
|
-
.
|
|
3123
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3124
|
+
}
|
|
3125
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3358
3126
|
max-width: 650px;
|
|
3359
3127
|
margin-right: auto;
|
|
3360
3128
|
margin-left: auto;
|
|
3361
3129
|
}
|
|
3362
|
-
.
|
|
3363
|
-
margin-top:
|
|
3364
|
-
margin-bottom: 6px;
|
|
3365
|
-
|
|
3366
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3367
|
-
font-size: 16px;
|
|
3368
|
-
line-height: 22px
|
|
3369
|
-
}
|
|
3370
|
-
@media only screen and (min-width: 48em) {
|
|
3371
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3372
|
-
margin-top: 12px;
|
|
3373
|
-
margin-bottom: 12px;
|
|
3374
|
-
|
|
3375
|
-
font-size: 18px;
|
|
3376
|
-
line-height: 26px
|
|
3377
|
-
}
|
|
3378
|
-
}
|
|
3379
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3380
|
-
margin-top: 12px;
|
|
3381
|
-
margin-bottom: 12px
|
|
3382
|
-
}
|
|
3383
|
-
@media only screen and (min-width: 48em) {
|
|
3384
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3385
|
-
margin-top: 10px;
|
|
3386
|
-
margin-bottom: 10px
|
|
3387
|
-
}
|
|
3388
|
-
}
|
|
3389
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3390
|
-
margin-top: 6px;
|
|
3130
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3131
|
+
margin-top: 0;
|
|
3391
3132
|
}
|
|
3392
|
-
.
|
|
3133
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3393
3134
|
margin-bottom: 0;
|
|
3394
3135
|
}
|
|
3395
3136
|
/* VISIBILITY */
|
|
3396
3137
|
@media only screen and (min-width: 32em) {
|
|
3397
|
-
.
|
|
3138
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3398
3139
|
display: none
|
|
3399
3140
|
}
|
|
3400
3141
|
}
|
|
3401
|
-
.
|
|
3142
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3402
3143
|
display: none
|
|
3403
3144
|
}
|
|
3404
3145
|
@media only screen and (min-width: 32em) {
|
|
3405
|
-
.
|
|
3146
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3406
3147
|
display: block
|
|
3407
3148
|
}
|
|
3408
3149
|
}
|
|
3409
3150
|
|
|
3151
|
+
|
|
3410
3152
|
/* Colors */
|
|
3411
3153
|
/* Fonts */
|
|
3412
3154
|
/* Gap */
|
|
@@ -3420,68 +3162,24 @@ a mark {
|
|
|
3420
3162
|
/* 511 */
|
|
3421
3163
|
/* 1023 */
|
|
3422
3164
|
/* Zindex */
|
|
3423
|
-
.
|
|
3165
|
+
.RichTitle-module_root__BK_WT {
|
|
3424
3166
|
margin: 0 0 18px;
|
|
3425
3167
|
|
|
3426
|
-
font-family: '
|
|
3427
|
-
font-size:
|
|
3428
|
-
font-weight:
|
|
3168
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3169
|
+
font-size: 19px;
|
|
3170
|
+
font-weight: 700;
|
|
3429
3171
|
line-height: 23px
|
|
3430
3172
|
}
|
|
3431
3173
|
@media only screen and (min-width: 48em) {
|
|
3432
|
-
.
|
|
3174
|
+
.RichTitle-module_root__BK_WT {
|
|
3433
3175
|
margin-bottom: 15px;
|
|
3434
3176
|
|
|
3435
|
-
font-size:
|
|
3436
|
-
line-height:
|
|
3177
|
+
font-size: 37px;
|
|
3178
|
+
line-height: 42px
|
|
3437
3179
|
}
|
|
3438
3180
|
}
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3442
|
-
display: none
|
|
3443
|
-
}
|
|
3444
|
-
}
|
|
3445
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3446
|
-
display: none
|
|
3447
|
-
}
|
|
3448
|
-
@media only screen and (min-width: 32em) {
|
|
3449
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3450
|
-
display: block
|
|
3451
|
-
}
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
/* Colors */
|
|
3455
|
-
/* Fonts */
|
|
3456
|
-
/* Gap */
|
|
3457
|
-
/* Media */
|
|
3458
|
-
/* 512 */
|
|
3459
|
-
/* 650 */
|
|
3460
|
-
/* 768 */
|
|
3461
|
-
/* 1024 */
|
|
3462
|
-
/* 1010 */
|
|
3463
|
-
/* 1200 */
|
|
3464
|
-
/* 511 */
|
|
3465
|
-
/* 1023 */
|
|
3466
|
-
/* Zindex */
|
|
3467
|
-
.RichTitle-module_root__BK_WT {
|
|
3468
|
-
margin: 0 0 18px;
|
|
3469
|
-
|
|
3470
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3471
|
-
font-size: 19px;
|
|
3472
|
-
font-weight: 700;
|
|
3473
|
-
line-height: 23px
|
|
3474
|
-
}
|
|
3475
|
-
@media only screen and (min-width: 48em) {
|
|
3476
|
-
.RichTitle-module_root__BK_WT {
|
|
3477
|
-
margin-bottom: 15px;
|
|
3478
|
-
|
|
3479
|
-
font-size: 37px;
|
|
3480
|
-
line-height: 42px
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3484
|
-
margin-bottom: 0;
|
|
3181
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3182
|
+
margin-bottom: 0;
|
|
3485
3183
|
}
|
|
3486
3184
|
.RichTitle-module_root__BK_WT span {
|
|
3487
3185
|
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
@@ -3531,6 +3229,9 @@ a mark {
|
|
|
3531
3229
|
line-height: 24px
|
|
3532
3230
|
}
|
|
3533
3231
|
}
|
|
3232
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3233
|
+
text-align: left
|
|
3234
|
+
}
|
|
3534
3235
|
@media only screen and (min-width: 64em) {
|
|
3535
3236
|
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3536
3237
|
margin-bottom: 18px
|
|
@@ -3581,161 +3282,243 @@ a mark {
|
|
|
3581
3282
|
/* 511 */
|
|
3582
3283
|
/* 1023 */
|
|
3583
3284
|
/* Zindex */
|
|
3584
|
-
|
|
3585
|
-
|
|
3285
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3286
|
+
span[data-body] {
|
|
3287
|
+
position: relative;
|
|
3586
3288
|
|
|
3587
|
-
|
|
3588
|
-
padding: 12px 11px 17px;
|
|
3289
|
+
padding: 0 4px;
|
|
3589
3290
|
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
background-color: #f5f5f5;
|
|
3593
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3291
|
+
cursor: pointer;
|
|
3292
|
+
white-space: pre-wrap;
|
|
3594
3293
|
|
|
3595
|
-
|
|
3596
|
-
|
|
3294
|
+
border-radius: 4px;
|
|
3295
|
+
background: #F8F8F8;
|
|
3296
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
|
|
3597
3297
|
}
|
|
3598
3298
|
@media only screen and (min-width: 48em) {
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
margin-bottom: 25px;
|
|
3602
|
-
padding: 18px 16px 16px
|
|
3299
|
+
span[data-body] {
|
|
3300
|
+
padding-bottom: 1px
|
|
3603
3301
|
}
|
|
3604
3302
|
}
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3303
|
+
span[data-body]:hover {
|
|
3304
|
+
background: #F3F3F3;
|
|
3305
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999, inset 0 -1px #999;
|
|
3608
3306
|
}
|
|
3609
|
-
.
|
|
3610
|
-
|
|
3307
|
+
.dark span[data-body] {
|
|
3308
|
+
background-color: #5B5B5B;
|
|
3309
|
+
box-shadow: inset 1px 0 #8B8B8B, inset 0 1px #8B8B8B, inset -1px 0 #8B8B8B, inset 0 -1px #8B8B8B;
|
|
3611
3310
|
}
|
|
3612
|
-
.
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
color: inherit;
|
|
3311
|
+
.dark span[data-body]:hover {
|
|
3312
|
+
background-color: #5B5B5B;
|
|
3313
|
+
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474, inset 0 -1px #747474;
|
|
3616
3314
|
}
|
|
3617
|
-
|
|
3618
|
-
|
|
3315
|
+
span[data-highlight='true'],
|
|
3316
|
+
span[data-highlight='true']:hover {
|
|
3317
|
+
background-color: #f4efe9;
|
|
3318
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3319
|
+
inset 0 -1px #b88b58;
|
|
3619
3320
|
}
|
|
3620
|
-
.
|
|
3621
|
-
margin: 0;
|
|
3321
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3322
|
+
margin: 0 0 14px;
|
|
3622
3323
|
|
|
3623
|
-
font-
|
|
3624
|
-
|
|
3324
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3325
|
+
font-size: 18px;
|
|
3326
|
+
line-height: 24px
|
|
3625
3327
|
}
|
|
3626
|
-
@media only screen and (min-width:
|
|
3627
|
-
.
|
|
3628
|
-
|
|
3629
|
-
|
|
3328
|
+
@media only screen and (min-width: 32em) {
|
|
3329
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3330
|
+
margin: 0 0 20px;
|
|
3331
|
+
|
|
3332
|
+
font-size: 20px;
|
|
3333
|
+
line-height: 28px
|
|
3630
3334
|
}
|
|
3631
3335
|
}
|
|
3632
|
-
.
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
.
|
|
3636
|
-
|
|
3637
|
-
|
|
3336
|
+
.SimpleBlock-module_p__Q3azD a,
|
|
3337
|
+
.SimpleBlock-module_h2__S0LRs a,
|
|
3338
|
+
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3339
|
+
.SimpleBlock-module_h4__2TJO3 a,
|
|
3340
|
+
.SimpleBlock-module_lead__35nXx a,
|
|
3341
|
+
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3342
|
+
.SimpleBlock-module_context_p__33saY a {
|
|
3343
|
+
text-decoration: none;
|
|
3638
3344
|
|
|
3639
|
-
|
|
3345
|
+
color: inherit;
|
|
3346
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3640
3347
|
}
|
|
3641
|
-
|
|
3642
|
-
.
|
|
3643
|
-
|
|
3644
|
-
|
|
3348
|
+
.SimpleBlock-module_p__Q3azD a:hover,
|
|
3349
|
+
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
3350
|
+
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3351
|
+
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3352
|
+
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3353
|
+
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3354
|
+
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3355
|
+
color: #b88b59;
|
|
3645
3356
|
}
|
|
3646
|
-
|
|
3647
|
-
.
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3357
|
+
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3358
|
+
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3359
|
+
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3360
|
+
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3361
|
+
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3362
|
+
margin-top: 0;
|
|
3363
|
+
}
|
|
3364
|
+
.SimpleBlock-module_p__Q3azD:last-child,
|
|
3365
|
+
.SimpleBlock-module_blockquote__pwpcX:last-child,
|
|
3366
|
+
.SimpleBlock-module_lead__35nXx:last-child,
|
|
3367
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
3368
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
3369
|
+
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
3370
|
+
margin-bottom: 0;
|
|
3371
|
+
}
|
|
3372
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3373
|
+
max-width: 520px;
|
|
3374
|
+
margin: 0 0 15px;
|
|
3653
3375
|
|
|
3654
|
-
font-family: '
|
|
3655
|
-
font-size:
|
|
3376
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3377
|
+
font-size: 25px;
|
|
3656
3378
|
font-weight: bold;
|
|
3657
|
-
|
|
3658
|
-
line-height: 22px
|
|
3379
|
+
line-height: 28px
|
|
3659
3380
|
}
|
|
3660
|
-
@media only screen and (min-width:
|
|
3661
|
-
.
|
|
3662
|
-
|
|
3663
|
-
|
|
3381
|
+
@media only screen and (min-width: 32em) {
|
|
3382
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3383
|
+
margin: 0 0 45px;
|
|
3384
|
+
|
|
3385
|
+
font-size: 37px;
|
|
3386
|
+
line-height: 39px
|
|
3664
3387
|
}
|
|
3665
3388
|
}
|
|
3666
|
-
.
|
|
3667
|
-
|
|
3668
|
-
margin-right: auto;
|
|
3669
|
-
margin-left: auto;
|
|
3389
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3390
|
+
margin-top: 15px
|
|
3670
3391
|
}
|
|
3671
|
-
/* VISIBILITY */
|
|
3672
3392
|
@media only screen and (min-width: 32em) {
|
|
3673
|
-
.
|
|
3674
|
-
|
|
3393
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3394
|
+
margin-top: -20px
|
|
3675
3395
|
}
|
|
3676
3396
|
}
|
|
3677
|
-
.
|
|
3678
|
-
|
|
3397
|
+
.SimpleBlock-module_h3__2Kv7Y {
|
|
3398
|
+
margin-top: 29px;
|
|
3399
|
+
margin-bottom: 10px;
|
|
3400
|
+
|
|
3401
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3402
|
+
font-size: 20px;
|
|
3403
|
+
font-weight: bold;
|
|
3404
|
+
line-height: 24px
|
|
3679
3405
|
}
|
|
3680
3406
|
@media only screen and (min-width: 32em) {
|
|
3681
|
-
.
|
|
3682
|
-
|
|
3407
|
+
.SimpleBlock-module_h3__2Kv7Y {
|
|
3408
|
+
margin-top: 45px;
|
|
3409
|
+
margin-bottom: 15px;
|
|
3410
|
+
|
|
3411
|
+
font-size: 28px;
|
|
3412
|
+
line-height: 34px
|
|
3683
3413
|
}
|
|
3684
3414
|
}
|
|
3415
|
+
.SimpleBlock-module_h4__2TJO3 {
|
|
3416
|
+
margin-top: 26px;
|
|
3417
|
+
margin-bottom: 11px;
|
|
3685
3418
|
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
/* 512 */
|
|
3691
|
-
/* 650 */
|
|
3692
|
-
/* 768 */
|
|
3693
|
-
/* 1024 */
|
|
3694
|
-
/* 1010 */
|
|
3695
|
-
/* 1200 */
|
|
3696
|
-
/* 511 */
|
|
3697
|
-
/* 1023 */
|
|
3698
|
-
/* Zindex */
|
|
3699
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3700
|
-
margin: 15px 0;
|
|
3701
|
-
padding: 0;
|
|
3702
|
-
|
|
3703
|
-
list-style: none;
|
|
3704
|
-
|
|
3705
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3706
|
-
font-size: 18px;
|
|
3707
|
-
line-height: 24px
|
|
3419
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3420
|
+
font-size: 17px;
|
|
3421
|
+
font-weight: bold;
|
|
3422
|
+
line-height: 21px
|
|
3708
3423
|
}
|
|
3709
3424
|
@media only screen and (min-width: 32em) {
|
|
3710
|
-
.
|
|
3711
|
-
|
|
3425
|
+
.SimpleBlock-module_h4__2TJO3 {
|
|
3426
|
+
margin-top: 45px;
|
|
3427
|
+
margin-bottom: 15px;
|
|
3428
|
+
|
|
3429
|
+
font-size: 21px;
|
|
3712
3430
|
line-height: 28px
|
|
3713
3431
|
}
|
|
3714
3432
|
}
|
|
3715
|
-
|
|
3716
|
-
.
|
|
3717
|
-
margin: 20px 0
|
|
3718
|
-
}
|
|
3719
|
-
}
|
|
3720
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3433
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
|
|
3434
|
+
.SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
|
|
3721
3435
|
margin-top: 0;
|
|
3722
3436
|
}
|
|
3723
|
-
.
|
|
3724
|
-
margin-
|
|
3437
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3438
|
+
margin-top: 15px
|
|
3725
3439
|
}
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3440
|
+
@media only screen and (min-width: 32em) {
|
|
3441
|
+
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3442
|
+
margin-top: 15px
|
|
3729
3443
|
}
|
|
3730
|
-
|
|
3444
|
+
}
|
|
3445
|
+
.SimpleBlock-module_p__Q3azD + ul,
|
|
3446
|
+
.SimpleBlock-module_p__Q3azD + ol,
|
|
3447
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
|
|
3448
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
|
|
3449
|
+
margin-top: -9px;
|
|
3450
|
+
}
|
|
3451
|
+
.SimpleBlock-module_blockquote__pwpcX {
|
|
3452
|
+
margin: 16px 0;
|
|
3453
|
+
padding: 12px 12px 13px;
|
|
3454
|
+
|
|
3455
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3456
|
+
border-radius: 8px;
|
|
3457
|
+
background: #fff8c4;
|
|
3458
|
+
|
|
3459
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3460
|
+
font-size: 16px;
|
|
3461
|
+
font-weight: normal;
|
|
3462
|
+
line-height: 22px
|
|
3463
|
+
}
|
|
3464
|
+
@media only screen and (min-width: 32em) {
|
|
3465
|
+
.SimpleBlock-module_blockquote__pwpcX {
|
|
3466
|
+
margin: 25px 0;
|
|
3467
|
+
padding: 12px 15px 13px;
|
|
3468
|
+
|
|
3469
|
+
font-size: 18px;
|
|
3470
|
+
line-height: 26px
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
.SimpleBlock-module_blockquote__pwpcX a {
|
|
3474
|
+
text-decoration: none;
|
|
3475
|
+
|
|
3476
|
+
color: #000;
|
|
3477
|
+
box-shadow: inset 0 -1px #000;
|
|
3478
|
+
}
|
|
3479
|
+
.SimpleBlock-module_blockquote__pwpcX a:hover {
|
|
3731
3480
|
color: #b88b59;
|
|
3481
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3732
3482
|
}
|
|
3733
|
-
.
|
|
3483
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
|
|
3484
|
+
color: #000;
|
|
3485
|
+
}
|
|
3486
|
+
.SimpleBlock-module_lead__35nXx {
|
|
3734
3487
|
position: relative;
|
|
3735
3488
|
|
|
3736
|
-
margin-
|
|
3489
|
+
margin-top: 30px;
|
|
3490
|
+
margin-bottom: 0;
|
|
3491
|
+
|
|
3492
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3493
|
+
font-size: 16px;
|
|
3494
|
+
line-height: 22px
|
|
3737
3495
|
}
|
|
3738
|
-
|
|
3496
|
+
@media only screen and (min-width: 32em) {
|
|
3497
|
+
.SimpleBlock-module_lead__35nXx {
|
|
3498
|
+
margin-top: 25px;
|
|
3499
|
+
|
|
3500
|
+
font-size: 20px;
|
|
3501
|
+
line-height: 28px
|
|
3502
|
+
}
|
|
3503
|
+
}
|
|
3504
|
+
.SimpleBlock-module_lead__35nXx [data-body] {
|
|
3505
|
+
padding-top: 1px;
|
|
3506
|
+
}
|
|
3507
|
+
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3508
|
+
display: block;
|
|
3509
|
+
|
|
3510
|
+
width: 100%;
|
|
3511
|
+
max-width: 650px;
|
|
3512
|
+
margin: 30px auto;
|
|
3513
|
+
|
|
3514
|
+
border-bottom: 1px solid #e5e5e5
|
|
3515
|
+
}
|
|
3516
|
+
@media only screen and (min-width: 32em) {
|
|
3517
|
+
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3518
|
+
margin: 45px auto
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
mark {
|
|
3739
3522
|
position: relative;
|
|
3740
3523
|
|
|
3741
3524
|
white-space: pre-wrap;
|
|
@@ -3746,43 +3529,37 @@ a mark {
|
|
|
3746
3529
|
font-style: inherit
|
|
3747
3530
|
}
|
|
3748
3531
|
@media only screen and (min-width: 32em) {
|
|
3749
|
-
|
|
3532
|
+
mark {
|
|
3750
3533
|
padding-bottom: 1px
|
|
3751
3534
|
}
|
|
3752
3535
|
}
|
|
3753
|
-
|
|
3536
|
+
a mark {
|
|
3537
|
+
z-index: 1;
|
|
3538
|
+
|
|
3539
|
+
padding-bottom: 0;
|
|
3540
|
+
|
|
3754
3541
|
color: inherit;
|
|
3755
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3756
|
-
}
|
|
3757
|
-
.ListBlock-module_ol__21CgV {
|
|
3758
|
-
counter-reset: list 0;
|
|
3759
|
-
}
|
|
3760
|
-
.ListBlock-module_ol__21CgV li {
|
|
3761
|
-
padding: 0 0 0 33px;
|
|
3542
|
+
box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
|
|
3762
3543
|
}
|
|
3763
|
-
.
|
|
3764
|
-
position:
|
|
3765
|
-
left: 0;
|
|
3544
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3545
|
+
position: relative;
|
|
3766
3546
|
|
|
3767
|
-
|
|
3547
|
+
margin: 0 0 15px;
|
|
3548
|
+
padding: 0 0 0 23px;
|
|
3768
3549
|
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
white-space: nowrap;
|
|
3773
|
-
}
|
|
3774
|
-
.ListBlock-module_ul__2MRrS li {
|
|
3775
|
-
padding: 0 0 0 23px
|
|
3550
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3551
|
+
font-size: 18px;
|
|
3552
|
+
line-height: 22px
|
|
3776
3553
|
}
|
|
3777
3554
|
@media only screen and (min-width: 48em) {
|
|
3778
|
-
.
|
|
3779
|
-
padding: 0 0 0 38px
|
|
3555
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3556
|
+
padding: 0 0 0 38px;
|
|
3557
|
+
|
|
3558
|
+
font-size: 20px;
|
|
3559
|
+
line-height: 27px
|
|
3780
3560
|
}
|
|
3781
3561
|
}
|
|
3782
|
-
.
|
|
3783
|
-
margin-bottom: 0;
|
|
3784
|
-
}
|
|
3785
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3562
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3786
3563
|
position: absolute;
|
|
3787
3564
|
top: 0;
|
|
3788
3565
|
left: 5px;
|
|
@@ -3798,7 +3575,7 @@ a mark {
|
|
|
3798
3575
|
line-height: inherit
|
|
3799
3576
|
}
|
|
3800
3577
|
@media only screen and (min-width: 48em) {
|
|
3801
|
-
.
|
|
3578
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3802
3579
|
left: 0;
|
|
3803
3580
|
|
|
3804
3581
|
width: 36px;
|
|
@@ -3808,39 +3585,107 @@ a mark {
|
|
|
3808
3585
|
font-size: 20px
|
|
3809
3586
|
}
|
|
3810
3587
|
}
|
|
3811
|
-
.
|
|
3588
|
+
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3589
|
+
content: none;
|
|
3590
|
+
}
|
|
3591
|
+
.SimpleBlock-module_center__2rjif {
|
|
3812
3592
|
max-width: 650px;
|
|
3813
3593
|
margin-right: auto;
|
|
3814
3594
|
margin-left: auto;
|
|
3815
3595
|
}
|
|
3816
|
-
|
|
3596
|
+
@media only screen and (min-width: 48em) {
|
|
3597
|
+
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3598
|
+
font-size: 20px;
|
|
3599
|
+
line-height: 28px
|
|
3600
|
+
}
|
|
3601
|
+
}
|
|
3602
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3603
|
+
margin-bottom: 18px
|
|
3604
|
+
}
|
|
3605
|
+
@media only screen and (min-width: 48em) {
|
|
3606
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3607
|
+
margin-top: 27px;
|
|
3608
|
+
margin-bottom: 20px;
|
|
3609
|
+
|
|
3610
|
+
font-size: 20px;
|
|
3611
|
+
line-height: 28px
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3615
|
+
margin-bottom: 15px
|
|
3616
|
+
}
|
|
3617
|
+
@media only screen and (min-width: 48em) {
|
|
3618
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3619
|
+
margin-top: 20px;
|
|
3620
|
+
|
|
3621
|
+
font-size: 20px;
|
|
3622
|
+
line-height: 28px
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3626
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3627
|
+
margin-top: 0;
|
|
3628
|
+
}
|
|
3629
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3817
3630
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3818
3631
|
font-size: 16px;
|
|
3819
|
-
line-height:
|
|
3632
|
+
line-height: 22px
|
|
3820
3633
|
}
|
|
3821
3634
|
@media only screen and (min-width: 48em) {
|
|
3822
|
-
.
|
|
3823
|
-
font-size:
|
|
3824
|
-
line-height:
|
|
3635
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3636
|
+
font-size: 18px;
|
|
3637
|
+
line-height: 26px
|
|
3825
3638
|
}
|
|
3826
3639
|
}
|
|
3827
|
-
.
|
|
3828
|
-
|
|
3640
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3641
|
+
max-width: 650px;
|
|
3642
|
+
margin-right: auto;
|
|
3643
|
+
margin-left: auto;
|
|
3829
3644
|
}
|
|
3830
|
-
.
|
|
3831
|
-
|
|
3645
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3646
|
+
margin-top: 6px;
|
|
3647
|
+
margin-bottom: 6px;
|
|
3648
|
+
|
|
3649
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3650
|
+
font-size: 16px;
|
|
3651
|
+
line-height: 22px
|
|
3652
|
+
}
|
|
3653
|
+
@media only screen and (min-width: 48em) {
|
|
3654
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3655
|
+
margin-top: 12px;
|
|
3656
|
+
margin-bottom: 12px;
|
|
3657
|
+
|
|
3658
|
+
font-size: 18px;
|
|
3659
|
+
line-height: 26px
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3663
|
+
margin-top: 12px;
|
|
3664
|
+
margin-bottom: 12px
|
|
3665
|
+
}
|
|
3666
|
+
@media only screen and (min-width: 48em) {
|
|
3667
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3668
|
+
margin-top: 10px;
|
|
3669
|
+
margin-bottom: 10px
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3673
|
+
margin-top: 6px;
|
|
3674
|
+
}
|
|
3675
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3676
|
+
margin-bottom: 0;
|
|
3832
3677
|
}
|
|
3833
3678
|
/* VISIBILITY */
|
|
3834
3679
|
@media only screen and (min-width: 32em) {
|
|
3835
|
-
.
|
|
3680
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3836
3681
|
display: none
|
|
3837
3682
|
}
|
|
3838
3683
|
}
|
|
3839
|
-
.
|
|
3684
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3840
3685
|
display: none
|
|
3841
3686
|
}
|
|
3842
3687
|
@media only screen and (min-width: 32em) {
|
|
3843
|
-
.
|
|
3688
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3844
3689
|
display: block
|
|
3845
3690
|
}
|
|
3846
3691
|
}
|
|
@@ -3858,25 +3703,286 @@ a mark {
|
|
|
3858
3703
|
/* 511 */
|
|
3859
3704
|
/* 1023 */
|
|
3860
3705
|
/* Zindex */
|
|
3861
|
-
.
|
|
3862
|
-
|
|
3706
|
+
.SourceBlock-module_root__1P3XD {
|
|
3707
|
+
display: block;
|
|
3863
3708
|
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
padding: 24px 0 25px
|
|
3867
|
-
}
|
|
3868
|
-
@media only screen and (min-width: 32em) {
|
|
3869
|
-
.Spoiler-module_root__1OfSR {
|
|
3870
|
-
display: -webkit-box;
|
|
3871
|
-
display: -webkit-flex;
|
|
3872
|
-
display: -ms-flexbox;
|
|
3873
|
-
display: flex;
|
|
3874
|
-
flex-flow: column nowrap;
|
|
3709
|
+
margin: 18px 0 15px;
|
|
3710
|
+
padding: 12px 11px 17px;
|
|
3875
3711
|
|
|
3876
|
-
|
|
3877
|
-
|
|
3712
|
+
color: #000;
|
|
3713
|
+
border-radius: 2px 8px 8px 2px;
|
|
3714
|
+
background-color: #f5f5f5;
|
|
3715
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3716
|
+
|
|
3717
|
+
font-size: 16px;
|
|
3718
|
+
line-height: 20px
|
|
3878
3719
|
}
|
|
3879
|
-
|
|
3720
|
+
@media only screen and (min-width: 48em) {
|
|
3721
|
+
.SourceBlock-module_root__1P3XD {
|
|
3722
|
+
margin-top: 25px;
|
|
3723
|
+
margin-bottom: 25px;
|
|
3724
|
+
padding: 18px 16px 16px
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3728
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3729
|
+
background-color: #ededed;
|
|
3730
|
+
}
|
|
3731
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3732
|
+
margin: 0;
|
|
3733
|
+
}
|
|
3734
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3735
|
+
text-decoration: none;
|
|
3736
|
+
|
|
3737
|
+
color: inherit;
|
|
3738
|
+
}
|
|
3739
|
+
.SourceBlock-module_text__Si4vm {
|
|
3740
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3741
|
+
}
|
|
3742
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3743
|
+
margin: 0;
|
|
3744
|
+
|
|
3745
|
+
font-size: 16px;
|
|
3746
|
+
line-height: 22px
|
|
3747
|
+
}
|
|
3748
|
+
@media only screen and (min-width: 48em) {
|
|
3749
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3750
|
+
font-size: 18px;
|
|
3751
|
+
line-height: 26px
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3755
|
+
margin-top: 12px;
|
|
3756
|
+
}
|
|
3757
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3758
|
+
margin-top: 12px;
|
|
3759
|
+
padding-top: 10px;
|
|
3760
|
+
|
|
3761
|
+
border-top: 1px solid #d6d6d6
|
|
3762
|
+
}
|
|
3763
|
+
@media only screen and (min-width: 48em) {
|
|
3764
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3765
|
+
margin-top: 18px;
|
|
3766
|
+
padding-top: 12px
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3769
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3770
|
+
letter-spacing: 1px;
|
|
3771
|
+
text-transform: uppercase;
|
|
3772
|
+
pointer-events: none;
|
|
3773
|
+
|
|
3774
|
+
color: #292929;
|
|
3775
|
+
|
|
3776
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3777
|
+
font-size: 16px;
|
|
3778
|
+
font-weight: bold;
|
|
3779
|
+
font-style: normal;
|
|
3780
|
+
line-height: 22px
|
|
3781
|
+
}
|
|
3782
|
+
@media only screen and (min-width: 48em) {
|
|
3783
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3784
|
+
font-size: 18px;
|
|
3785
|
+
line-height: 26px
|
|
3786
|
+
}
|
|
3787
|
+
}
|
|
3788
|
+
.SourceBlock-module_center__3P93B {
|
|
3789
|
+
max-width: 650px;
|
|
3790
|
+
margin-right: auto;
|
|
3791
|
+
margin-left: auto;
|
|
3792
|
+
}
|
|
3793
|
+
/* VISIBILITY */
|
|
3794
|
+
@media only screen and (min-width: 32em) {
|
|
3795
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3796
|
+
display: none
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3800
|
+
display: none
|
|
3801
|
+
}
|
|
3802
|
+
@media only screen and (min-width: 32em) {
|
|
3803
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3804
|
+
display: block
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
/* Colors */
|
|
3809
|
+
/* Fonts */
|
|
3810
|
+
/* Gap */
|
|
3811
|
+
/* Media */
|
|
3812
|
+
/* 512 */
|
|
3813
|
+
/* 650 */
|
|
3814
|
+
/* 768 */
|
|
3815
|
+
/* 1024 */
|
|
3816
|
+
/* 1010 */
|
|
3817
|
+
/* 1200 */
|
|
3818
|
+
/* 511 */
|
|
3819
|
+
/* 1023 */
|
|
3820
|
+
/* Zindex */
|
|
3821
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3822
|
+
margin: 0 0 18px;
|
|
3823
|
+
|
|
3824
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3825
|
+
font-size: 20px;
|
|
3826
|
+
font-weight: normal;
|
|
3827
|
+
line-height: 23px
|
|
3828
|
+
}
|
|
3829
|
+
@media only screen and (min-width: 48em) {
|
|
3830
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3831
|
+
margin-bottom: 15px;
|
|
3832
|
+
|
|
3833
|
+
font-size: 36px;
|
|
3834
|
+
line-height: 40px
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
/* VISIBILITY */
|
|
3838
|
+
@media only screen and (min-width: 32em) {
|
|
3839
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3840
|
+
display: none
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3844
|
+
display: none
|
|
3845
|
+
}
|
|
3846
|
+
@media only screen and (min-width: 32em) {
|
|
3847
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3848
|
+
display: block
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
|
|
3852
|
+
/* Colors */
|
|
3853
|
+
/* Fonts */
|
|
3854
|
+
/* Gap */
|
|
3855
|
+
/* Media */
|
|
3856
|
+
/* 512 */
|
|
3857
|
+
/* 650 */
|
|
3858
|
+
/* 768 */
|
|
3859
|
+
/* 1024 */
|
|
3860
|
+
/* 1010 */
|
|
3861
|
+
/* 1200 */
|
|
3862
|
+
/* 511 */
|
|
3863
|
+
/* 1023 */
|
|
3864
|
+
/* Zindex */
|
|
3865
|
+
.MetaItem-module_root__2VQom {
|
|
3866
|
+
display: inline;
|
|
3867
|
+
|
|
3868
|
+
margin-right: 15px;
|
|
3869
|
+
}
|
|
3870
|
+
.MetaItem-module_root__2VQom > svg {
|
|
3871
|
+
display: inline-block;
|
|
3872
|
+
|
|
3873
|
+
margin-right: 1px;
|
|
3874
|
+
|
|
3875
|
+
vertical-align: top;
|
|
3876
|
+
|
|
3877
|
+
color: inherit;
|
|
3878
|
+
|
|
3879
|
+
fill: currentColor;
|
|
3880
|
+
}
|
|
3881
|
+
.MetaItem-module_root__2VQom a {
|
|
3882
|
+
display: inline;
|
|
3883
|
+
|
|
3884
|
+
text-decoration: underline;
|
|
3885
|
+
|
|
3886
|
+
color: inherit;
|
|
3887
|
+
|
|
3888
|
+
-webkit-text-decoration-skip: auto;
|
|
3889
|
+
}
|
|
3890
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
3891
|
+
color: #b88b59;
|
|
3892
|
+
}
|
|
3893
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
3894
|
+
margin-right: 0;
|
|
3895
|
+
}
|
|
3896
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3897
|
+
display: inline-block;
|
|
3898
|
+
|
|
3899
|
+
padding-right: 0.4em;
|
|
3900
|
+
padding-left: 0.4em;
|
|
3901
|
+
|
|
3902
|
+
content: '\B7';
|
|
3903
|
+
}
|
|
3904
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3905
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
3906
|
+
width: 100%;
|
|
3907
|
+
margin-top: 3px;
|
|
3908
|
+
margin-bottom: 3px
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3912
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3913
|
+
margin-top: 0
|
|
3914
|
+
}
|
|
3915
|
+
}
|
|
3916
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3917
|
+
margin-bottom: 0;
|
|
3918
|
+
}
|
|
3919
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3920
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3921
|
+
display: none
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3925
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3926
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3927
|
+
display: inline-block
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3931
|
+
.MetaItem-module_datetime__3tOWm,
|
|
3932
|
+
.MetaItem-module_listened__lwvAO,
|
|
3933
|
+
.MetaItem-module_read__5eAIG {
|
|
3934
|
+
width: auto
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3938
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3939
|
+
order: -2
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3943
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3944
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3945
|
+
order: -1;
|
|
3946
|
+
|
|
3947
|
+
margin-top: 0
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
.MetaItem-module_read__5eAIG svg {
|
|
3951
|
+
margin-top: -1px;
|
|
3952
|
+
}
|
|
3953
|
+
|
|
3954
|
+
/* Colors */
|
|
3955
|
+
/* Fonts */
|
|
3956
|
+
/* Gap */
|
|
3957
|
+
/* Media */
|
|
3958
|
+
/* 512 */
|
|
3959
|
+
/* 650 */
|
|
3960
|
+
/* 768 */
|
|
3961
|
+
/* 1024 */
|
|
3962
|
+
/* 1010 */
|
|
3963
|
+
/* 1200 */
|
|
3964
|
+
/* 511 */
|
|
3965
|
+
/* 1023 */
|
|
3966
|
+
/* Zindex */
|
|
3967
|
+
.Spoiler-module_root__1OfSR {
|
|
3968
|
+
position: relative;
|
|
3969
|
+
|
|
3970
|
+
width: 100%;
|
|
3971
|
+
margin: 15px 0;
|
|
3972
|
+
padding: 24px 0 25px
|
|
3973
|
+
}
|
|
3974
|
+
@media only screen and (min-width: 32em) {
|
|
3975
|
+
.Spoiler-module_root__1OfSR {
|
|
3976
|
+
display: -webkit-box;
|
|
3977
|
+
display: -webkit-flex;
|
|
3978
|
+
display: -ms-flexbox;
|
|
3979
|
+
display: flex;
|
|
3980
|
+
flex-flow: column nowrap;
|
|
3981
|
+
|
|
3982
|
+
margin: 25px auto 20px;
|
|
3983
|
+
padding: 23px 0
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3880
3986
|
.Spoiler-module_root__1OfSR::before,
|
|
3881
3987
|
.Spoiler-module_root__1OfSR::after {
|
|
3882
3988
|
position: absolute;
|
|
@@ -4124,6 +4230,34 @@ a mark {
|
|
|
4124
4230
|
}
|
|
4125
4231
|
}
|
|
4126
4232
|
|
|
4233
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4234
|
+
/* Colors */
|
|
4235
|
+
/* Fonts */
|
|
4236
|
+
/* Gap */
|
|
4237
|
+
/* Media */
|
|
4238
|
+
/* 512 */
|
|
4239
|
+
/* 650 */
|
|
4240
|
+
/* 768 */
|
|
4241
|
+
/* 1024 */
|
|
4242
|
+
/* 1010 */
|
|
4243
|
+
/* 1200 */
|
|
4244
|
+
/* 511 */
|
|
4245
|
+
/* 1023 */
|
|
4246
|
+
/* Zindex */
|
|
4247
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4248
|
+
display: inline;
|
|
4249
|
+
|
|
4250
|
+
line-height: inherit;
|
|
4251
|
+
}
|
|
4252
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4253
|
+
vertical-align: top;
|
|
4254
|
+
}
|
|
4255
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4256
|
+
margin-left: 1px;
|
|
4257
|
+
|
|
4258
|
+
vertical-align: top;
|
|
4259
|
+
}
|
|
4260
|
+
|
|
4127
4261
|
/* stylelint-disable declaration-empty-line-before */
|
|
4128
4262
|
/* Colors */
|
|
4129
4263
|
/* Fonts */
|
|
@@ -4259,184 +4393,322 @@ a mark {
|
|
|
4259
4393
|
100% {
|
|
4260
4394
|
transform: scale(0.66);
|
|
4261
4395
|
|
|
4262
|
-
opacity: 0;
|
|
4263
|
-
}
|
|
4396
|
+
opacity: 0;
|
|
4397
|
+
}
|
|
4398
|
+
}
|
|
4399
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4400
|
+
21% {
|
|
4401
|
+
transform: scale(0.1);
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
53% {
|
|
4405
|
+
transform: scale(0.33);
|
|
4406
|
+
}
|
|
4407
|
+
|
|
4408
|
+
100% {
|
|
4409
|
+
transform: scale(0.66);
|
|
4410
|
+
|
|
4411
|
+
opacity: 0;
|
|
4412
|
+
}
|
|
4413
|
+
}
|
|
4414
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4415
|
+
21% {
|
|
4416
|
+
transform: scale(0.22);
|
|
4417
|
+
}
|
|
4418
|
+
|
|
4419
|
+
53% {
|
|
4420
|
+
transform: scale(0.55);
|
|
4421
|
+
}
|
|
4422
|
+
|
|
4423
|
+
100% {
|
|
4424
|
+
transform: scale(0.88);
|
|
4425
|
+
|
|
4426
|
+
opacity: 0;
|
|
4427
|
+
}
|
|
4428
|
+
}
|
|
4429
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4430
|
+
21% {
|
|
4431
|
+
transform: scale(0.22);
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
53% {
|
|
4435
|
+
transform: scale(0.55);
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4438
|
+
100% {
|
|
4439
|
+
transform: scale(0.88);
|
|
4440
|
+
|
|
4441
|
+
opacity: 0;
|
|
4442
|
+
}
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4445
|
+
/* Colors */
|
|
4446
|
+
/* Fonts */
|
|
4447
|
+
/* Gap */
|
|
4448
|
+
/* Media */
|
|
4449
|
+
/* 512 */
|
|
4450
|
+
/* 650 */
|
|
4451
|
+
/* 768 */
|
|
4452
|
+
/* 1024 */
|
|
4453
|
+
/* 1010 */
|
|
4454
|
+
/* 1200 */
|
|
4455
|
+
/* 511 */
|
|
4456
|
+
/* 1023 */
|
|
4457
|
+
/* Zindex */
|
|
4458
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4459
|
+
position: relative;
|
|
4460
|
+
z-index: 10;
|
|
4461
|
+
|
|
4462
|
+
display: block;
|
|
4463
|
+
overflow: hidden;
|
|
4464
|
+
|
|
4465
|
+
text-decoration: none;
|
|
4466
|
+
|
|
4467
|
+
border-radius: 8px;
|
|
4468
|
+
outline-width: 0;
|
|
4469
|
+
}
|
|
4470
|
+
@media only screen and (min-width: 32em) {
|
|
4471
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4472
|
+
opacity: 0.95
|
|
4473
|
+
}
|
|
4474
|
+
}
|
|
4475
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4476
|
+
position: absolute;
|
|
4477
|
+
top: 0;
|
|
4478
|
+
right: 0;
|
|
4479
|
+
bottom: 0;
|
|
4480
|
+
left: 0;
|
|
4481
|
+
z-index: 20;
|
|
4482
|
+
|
|
4483
|
+
border-radius: 8px;
|
|
4484
|
+
|
|
4485
|
+
content: '';
|
|
4486
|
+
}
|
|
4487
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4488
|
+
display: block;
|
|
4489
|
+
|
|
4490
|
+
width: 100%;
|
|
4491
|
+
}
|
|
4492
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4493
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4494
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4495
|
+
}
|
|
4496
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4497
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4498
|
+
margin: 16px 0
|
|
4499
|
+
}
|
|
4500
|
+
@media only screen and (min-width: 48em) {
|
|
4501
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4502
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4503
|
+
margin: 25px 0
|
|
4504
|
+
}
|
|
4505
|
+
}
|
|
4506
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4507
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4508
|
+
position: absolute;
|
|
4509
|
+
right: 0;
|
|
4510
|
+
left: 0;
|
|
4511
|
+
z-index: 10;
|
|
4512
|
+
}
|
|
4513
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4514
|
+
bottom: 0;
|
|
4515
|
+
|
|
4516
|
+
height: 295px;
|
|
4264
4517
|
}
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
transform: scale(0.1);
|
|
4268
|
-
}
|
|
4518
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4519
|
+
top: 0;
|
|
4269
4520
|
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4521
|
+
height: 150px;
|
|
4522
|
+
}
|
|
4523
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4524
|
+
display: -webkit-box;
|
|
4525
|
+
display: -webkit-flex;
|
|
4526
|
+
display: -ms-flexbox;
|
|
4527
|
+
display: flex;
|
|
4528
|
+
flex-flow: column nowrap;
|
|
4529
|
+
justify-content: flex-end;
|
|
4273
4530
|
|
|
4274
|
-
|
|
4275
|
-
transform: scale(0.66);
|
|
4531
|
+
padding: 12px 15px;
|
|
4276
4532
|
|
|
4277
|
-
|
|
4278
|
-
}
|
|
4533
|
+
background-color: #f7f7f7
|
|
4279
4534
|
}
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
}
|
|
4535
|
+
@media only screen and (min-width: 32em) {
|
|
4536
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4537
|
+
position: absolute;
|
|
4538
|
+
right: 0;
|
|
4539
|
+
bottom: 0;
|
|
4540
|
+
left: 0;
|
|
4541
|
+
z-index: 10;
|
|
4288
4542
|
|
|
4289
|
-
|
|
4290
|
-
|
|
4543
|
+
min-height: 295px;
|
|
4544
|
+
padding: 20px;
|
|
4291
4545
|
|
|
4292
|
-
|
|
4293
|
-
}
|
|
4546
|
+
background-color: transparent
|
|
4294
4547
|
}
|
|
4295
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4296
|
-
21% {
|
|
4297
|
-
transform: scale(0.22);
|
|
4298
4548
|
}
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4549
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4550
|
+
color: #000
|
|
4551
|
+
}
|
|
4552
|
+
@media only screen and (min-width: 32em) {
|
|
4553
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4554
|
+
color: #fff
|
|
4555
|
+
}
|
|
4302
4556
|
}
|
|
4557
|
+
@media only screen and (min-width: 32em) {
|
|
4558
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4559
|
+
position: absolute;
|
|
4560
|
+
right: 0;
|
|
4561
|
+
bottom: 0;
|
|
4562
|
+
left: 0;
|
|
4563
|
+
z-index: 10;
|
|
4303
4564
|
|
|
4304
|
-
|
|
4305
|
-
transform: scale(0.88);
|
|
4565
|
+
min-height: 295px;
|
|
4306
4566
|
|
|
4307
|
-
|
|
4567
|
+
background-color: transparent
|
|
4568
|
+
}
|
|
4308
4569
|
}
|
|
4570
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4571
|
+
position: relative;
|
|
4309
4572
|
}
|
|
4573
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4574
|
+
position: absolute;
|
|
4575
|
+
right: 1px;
|
|
4576
|
+
bottom: 0;
|
|
4577
|
+
left: 1px;
|
|
4578
|
+
z-index: 10;
|
|
4310
4579
|
|
|
4311
|
-
|
|
4312
|
-
/* Fonts */
|
|
4313
|
-
/* Gap */
|
|
4314
|
-
/* Media */
|
|
4315
|
-
/* 512 */
|
|
4316
|
-
/* 650 */
|
|
4317
|
-
/* 768 */
|
|
4318
|
-
/* 1024 */
|
|
4319
|
-
/* 1010 */
|
|
4320
|
-
/* 1200 */
|
|
4321
|
-
/* 511 */
|
|
4322
|
-
/* 1023 */
|
|
4323
|
-
/* Zindex */
|
|
4324
|
-
.MetaItem-module_root__2VQom {
|
|
4325
|
-
display: inline;
|
|
4580
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4326
4581
|
|
|
4327
|
-
|
|
4582
|
+
content: ''
|
|
4328
4583
|
}
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
margin-right: 1px;
|
|
4333
|
-
|
|
4334
|
-
vertical-align: top;
|
|
4335
|
-
|
|
4336
|
-
color: inherit;
|
|
4337
|
-
|
|
4338
|
-
fill: currentColor;
|
|
4584
|
+
@media only screen and (min-width: 32em) {
|
|
4585
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4586
|
+
content: ''
|
|
4339
4587
|
}
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
text-decoration: underline;
|
|
4344
|
-
|
|
4345
|
-
color: inherit;
|
|
4588
|
+
}
|
|
4589
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4590
|
+
color: #fff;
|
|
4346
4591
|
|
|
4347
|
-
-
|
|
4592
|
+
background-color: #191919
|
|
4348
4593
|
}
|
|
4349
|
-
|
|
4350
|
-
|
|
4594
|
+
@media only screen and (min-width: 32em) {
|
|
4595
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4596
|
+
min-height: 350px
|
|
4351
4597
|
}
|
|
4352
|
-
|
|
4353
|
-
|
|
4598
|
+
}
|
|
4599
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4600
|
+
background-color: transparent
|
|
4354
4601
|
}
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4602
|
+
@media only screen and (min-width: 32em) {
|
|
4603
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4604
|
+
position: absolute;
|
|
4605
|
+
right: 0;
|
|
4606
|
+
bottom: 0;
|
|
4607
|
+
left: 0;
|
|
4608
|
+
z-index: 10;
|
|
4360
4609
|
|
|
4361
|
-
|
|
4362
|
-
}
|
|
4363
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4364
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4365
|
-
width: 100%;
|
|
4366
|
-
margin-top: 3px;
|
|
4367
|
-
margin-bottom: 3px
|
|
4610
|
+
min-height: 295px
|
|
4368
4611
|
}
|
|
4369
4612
|
}
|
|
4370
|
-
@media only screen and (
|
|
4371
|
-
.
|
|
4372
|
-
|
|
4613
|
+
@media only screen and (min-width: 32em) {
|
|
4614
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4615
|
+
padding-bottom: 66.66%;
|
|
4616
|
+
|
|
4617
|
+
content: ''
|
|
4373
4618
|
}
|
|
4374
4619
|
}
|
|
4375
|
-
.
|
|
4376
|
-
|
|
4620
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4621
|
+
position: relative;
|
|
4622
|
+
|
|
4623
|
+
width: 100%
|
|
4377
4624
|
}
|
|
4378
|
-
@media only screen and (
|
|
4379
|
-
.
|
|
4380
|
-
|
|
4625
|
+
@media only screen and (min-width: 32em) {
|
|
4626
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4627
|
+
position: absolute;
|
|
4628
|
+
top: 0;
|
|
4629
|
+
bottom: 0
|
|
4381
4630
|
}
|
|
4382
4631
|
}
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4632
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4633
|
+
display: block;
|
|
4634
|
+
|
|
4635
|
+
padding-bottom: 78.50746269%;
|
|
4636
|
+
|
|
4637
|
+
content: ''
|
|
4387
4638
|
}
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
.MetaItem-module_listened__lwvAO,
|
|
4392
|
-
.MetaItem-module_read__5eAIG {
|
|
4393
|
-
width: auto
|
|
4639
|
+
@media only screen and (min-width: 32em) {
|
|
4640
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4641
|
+
content: none
|
|
4394
4642
|
}
|
|
4395
4643
|
}
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4644
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4645
|
+
position: absolute;
|
|
4646
|
+
top: 50%;
|
|
4647
|
+
left: 50%;
|
|
4648
|
+
|
|
4649
|
+
width: 180px;
|
|
4650
|
+
height: 180px;
|
|
4651
|
+
|
|
4652
|
+
transform: translate(-50%, -50%)
|
|
4653
|
+
}
|
|
4654
|
+
@media only screen and (min-width: 32em) {
|
|
4655
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4656
|
+
top: 25%;
|
|
4657
|
+
|
|
4658
|
+
transform: translate(-50%, -25%)
|
|
4399
4659
|
}
|
|
4400
4660
|
}
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4661
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4662
|
+
position: absolute;
|
|
4663
|
+
top: 14px;
|
|
4664
|
+
right: 15px;
|
|
4665
|
+
left: 15px;
|
|
4666
|
+
z-index: 10;
|
|
4405
4667
|
|
|
4406
|
-
|
|
4668
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4669
|
+
|
|
4670
|
+
font-size: 12px
|
|
4671
|
+
}
|
|
4672
|
+
@media only screen and (min-width: 64em) {
|
|
4673
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4674
|
+
top: 16px;
|
|
4675
|
+
right: 20px;
|
|
4676
|
+
left: 20px
|
|
4407
4677
|
}
|
|
4408
4678
|
}
|
|
4409
|
-
.
|
|
4410
|
-
|
|
4679
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4680
|
+
width: 100%;
|
|
4681
|
+
max-width: 650px;
|
|
4682
|
+
margin-right: auto;
|
|
4683
|
+
margin-left: auto;
|
|
4684
|
+
}
|
|
4685
|
+
/* Themes */
|
|
4686
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4687
|
+
color: #000;
|
|
4688
|
+
}
|
|
4689
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4690
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4691
|
+
}
|
|
4692
|
+
@media only screen and (min-width: 32em) {
|
|
4693
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4694
|
+
color: #fff;
|
|
4695
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4411
4696
|
}
|
|
4412
|
-
|
|
4413
|
-
/*
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
/* Media */
|
|
4418
|
-
/* 512 */
|
|
4419
|
-
/* 650 */
|
|
4420
|
-
/* 768 */
|
|
4421
|
-
/* 1024 */
|
|
4422
|
-
/* 1010 */
|
|
4423
|
-
/* 1200 */
|
|
4424
|
-
/* 511 */
|
|
4425
|
-
/* 1023 */
|
|
4426
|
-
/* Zindex */
|
|
4427
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4428
|
-
display: inline;
|
|
4429
|
-
|
|
4430
|
-
line-height: inherit;
|
|
4697
|
+
}
|
|
4698
|
+
/* Display */
|
|
4699
|
+
@media only screen and (min-width: 32em) {
|
|
4700
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4701
|
+
display: none
|
|
4431
4702
|
}
|
|
4432
|
-
|
|
4433
|
-
|
|
4703
|
+
}
|
|
4704
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4705
|
+
display: none
|
|
4434
4706
|
}
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
vertical-align: top;
|
|
4707
|
+
@media only screen and (min-width: 32em) {
|
|
4708
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4709
|
+
display: block
|
|
4439
4710
|
}
|
|
4711
|
+
}
|
|
4440
4712
|
|
|
4441
4713
|
/* Colors */
|
|
4442
4714
|
/* Fonts */
|
|
@@ -4637,429 +4909,161 @@ a mark {
|
|
|
4637
4909
|
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4638
4910
|
margin-bottom: 0;
|
|
4639
4911
|
}
|
|
4640
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4641
|
-
width: 100%;
|
|
4642
|
-
max-width: 650px;
|
|
4643
|
-
margin-right: auto;
|
|
4644
|
-
margin-left: auto;
|
|
4645
|
-
|
|
4646
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4647
|
-
}
|
|
4648
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4649
|
-
position: relative;
|
|
4650
|
-
|
|
4651
|
-
min-height: 170px;
|
|
4652
|
-
|
|
4653
|
-
transition: min-height 350ms ease;
|
|
4654
|
-
}
|
|
4655
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4656
|
-
position: absolute;
|
|
4657
|
-
z-index: 10;
|
|
4658
|
-
top: 0;
|
|
4659
|
-
right: -20px;
|
|
4660
|
-
bottom: 0;
|
|
4661
|
-
left: -20px;
|
|
4662
|
-
|
|
4663
|
-
display: -webkit-box;
|
|
4664
|
-
|
|
4665
|
-
display: -webkit-flex;
|
|
4666
|
-
|
|
4667
|
-
display: -ms-flexbox;
|
|
4668
|
-
|
|
4669
|
-
display: flex;
|
|
4670
|
-
align-items: center;
|
|
4671
|
-
flex-flow: column nowrap;
|
|
4672
|
-
justify-content: center;
|
|
4673
|
-
|
|
4674
|
-
padding: 30px 20px;
|
|
4675
|
-
|
|
4676
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4677
|
-
|
|
4678
|
-
background-color: rgba(255, 255, 255, 1);
|
|
4679
|
-
background-repeat: no-repeat;
|
|
4680
|
-
background-position: center top;
|
|
4681
|
-
background-size: cover
|
|
4682
|
-
}
|
|
4683
|
-
@media only screen and (min-width: 32em) {
|
|
4684
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4685
|
-
right: 0;
|
|
4686
|
-
left: 0
|
|
4687
|
-
}
|
|
4688
|
-
}
|
|
4689
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4690
|
-
-webkit-user-select: none;
|
|
4691
|
-
-moz-user-select: none;
|
|
4692
|
-
-ms-user-select: none;
|
|
4693
|
-
user-select: none;
|
|
4694
|
-
|
|
4695
|
-
color: #fff;
|
|
4696
|
-
|
|
4697
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4698
|
-
}
|
|
4699
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4700
|
-
display: block;
|
|
4701
|
-
|
|
4702
|
-
width: 100%;
|
|
4703
|
-
max-width: 368px;
|
|
4704
|
-
margin-top: 0;
|
|
4705
|
-
margin-bottom: 12px;
|
|
4706
|
-
|
|
4707
|
-
text-align: center;
|
|
4708
|
-
|
|
4709
|
-
font-size: 14px;
|
|
4710
|
-
line-height: 18px
|
|
4711
|
-
}
|
|
4712
|
-
@media only screen and (min-width: 32em) {
|
|
4713
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4714
|
-
margin-bottom: 24px;
|
|
4715
|
-
|
|
4716
|
-
font-size: 16px;
|
|
4717
|
-
line-height: 22px
|
|
4718
|
-
}
|
|
4719
|
-
}
|
|
4720
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4721
|
-
width: 100%;
|
|
4722
|
-
max-width: 348px;
|
|
4723
|
-
margin: 0 auto;
|
|
4724
|
-
}
|
|
4725
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4726
|
-
max-width: 650px
|
|
4727
|
-
}
|
|
4728
|
-
@media only screen and (min-width: 32em) {
|
|
4729
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4730
|
-
margin-right: auto;
|
|
4731
|
-
margin-left: auto
|
|
4732
|
-
}
|
|
4733
|
-
}
|
|
4734
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4735
|
-
max-width: 980px
|
|
4736
|
-
}
|
|
4737
|
-
@media only screen and (min-width: 32em) {
|
|
4738
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4739
|
-
margin-right: auto;
|
|
4740
|
-
margin-left: auto
|
|
4741
|
-
}
|
|
4742
|
-
}
|
|
4743
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4744
|
-
right: -20px;
|
|
4745
|
-
left: -20px
|
|
4746
|
-
}
|
|
4747
|
-
@media only screen and (min-width: 32em) {
|
|
4748
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4749
|
-
right: 0;
|
|
4750
|
-
left: 0
|
|
4751
|
-
}
|
|
4752
|
-
}
|
|
4753
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4754
|
-
padding-right: 20px;
|
|
4755
|
-
padding-left: 20px
|
|
4756
|
-
}
|
|
4757
|
-
@media only screen and (min-width: 32em) {
|
|
4758
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4759
|
-
padding-right: 0;
|
|
4760
|
-
padding-left: 0
|
|
4761
|
-
}
|
|
4762
|
-
}
|
|
4763
|
-
.SensitiveBlock-module_super_full__14UOv {
|
|
4764
|
-
max-width: 100%;
|
|
4765
|
-
}
|
|
4766
|
-
@media only screen and (min-width: 32em) {
|
|
4767
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4768
|
-
right: -15px;
|
|
4769
|
-
left: -15px
|
|
4770
|
-
}
|
|
4771
|
-
}
|
|
4772
|
-
@media only screen and (min-width: 32em) {
|
|
4773
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4774
|
-
padding-right: 15px;
|
|
4775
|
-
padding-left: 15px
|
|
4776
|
-
}
|
|
4777
|
-
}
|
|
4778
|
-
/* STATE */
|
|
4779
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4780
|
-
visibility: hidden;
|
|
4781
|
-
|
|
4782
|
-
pointer-events: none;
|
|
4783
|
-
|
|
4784
|
-
opacity: 0;
|
|
4785
|
-
}
|
|
4786
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4787
|
-
min-height: 0;
|
|
4788
|
-
}
|
|
4789
|
-
/* CONTEXT */
|
|
4790
|
-
@media only screen and (max-width: 63.9375em) {
|
|
4791
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4792
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4793
|
-
right: -11px;
|
|
4794
|
-
left: -11px
|
|
4795
|
-
}
|
|
4796
|
-
}
|
|
4797
|
-
|
|
4798
|
-
/* Colors */
|
|
4799
|
-
/* Fonts */
|
|
4800
|
-
/* Gap */
|
|
4801
|
-
/* Media */
|
|
4802
|
-
/* 512 */
|
|
4803
|
-
/* 650 */
|
|
4804
|
-
/* 768 */
|
|
4805
|
-
/* 1024 */
|
|
4806
|
-
/* 1010 */
|
|
4807
|
-
/* 1200 */
|
|
4808
|
-
/* 511 */
|
|
4809
|
-
/* 1023 */
|
|
4810
|
-
/* Zindex */
|
|
4811
|
-
.RelatedRichBlock-module_root__3NYmj {
|
|
4812
|
-
position: relative;
|
|
4813
|
-
z-index: 10;
|
|
4814
|
-
|
|
4815
|
-
display: block;
|
|
4816
|
-
overflow: hidden;
|
|
4817
|
-
|
|
4818
|
-
text-decoration: none;
|
|
4819
|
-
|
|
4820
|
-
border-radius: 8px;
|
|
4821
|
-
outline-width: 0;
|
|
4822
|
-
}
|
|
4823
|
-
@media only screen and (min-width: 32em) {
|
|
4824
|
-
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4825
|
-
opacity: 0.95
|
|
4826
|
-
}
|
|
4827
|
-
}
|
|
4828
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4829
|
-
position: absolute;
|
|
4830
|
-
top: 0;
|
|
4831
|
-
right: 0;
|
|
4832
|
-
bottom: 0;
|
|
4833
|
-
left: 0;
|
|
4834
|
-
z-index: 20;
|
|
4835
|
-
|
|
4836
|
-
border-radius: 8px;
|
|
4837
|
-
|
|
4838
|
-
content: '';
|
|
4839
|
-
}
|
|
4840
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4841
|
-
display: block;
|
|
4842
|
-
|
|
4843
|
-
width: 100%;
|
|
4844
|
-
}
|
|
4845
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4846
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4847
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4848
|
-
}
|
|
4849
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4850
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4851
|
-
margin: 16px 0
|
|
4852
|
-
}
|
|
4853
|
-
@media only screen and (min-width: 48em) {
|
|
4854
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4855
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4856
|
-
margin: 25px 0
|
|
4857
|
-
}
|
|
4858
|
-
}
|
|
4859
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4860
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4861
|
-
position: absolute;
|
|
4862
|
-
right: 0;
|
|
4863
|
-
left: 0;
|
|
4864
|
-
z-index: 10;
|
|
4912
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4913
|
+
width: 100%;
|
|
4914
|
+
max-width: 650px;
|
|
4915
|
+
margin-right: auto;
|
|
4916
|
+
margin-left: auto;
|
|
4917
|
+
|
|
4918
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4865
4919
|
}
|
|
4866
|
-
.
|
|
4867
|
-
|
|
4920
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4921
|
+
position: relative;
|
|
4868
4922
|
|
|
4869
|
-
height:
|
|
4923
|
+
min-height: 170px;
|
|
4924
|
+
|
|
4925
|
+
transition: min-height 350ms ease;
|
|
4870
4926
|
}
|
|
4871
|
-
.
|
|
4927
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4928
|
+
position: absolute;
|
|
4929
|
+
z-index: 10;
|
|
4872
4930
|
top: 0;
|
|
4931
|
+
right: -20px;
|
|
4932
|
+
bottom: 0;
|
|
4933
|
+
left: -20px;
|
|
4873
4934
|
|
|
4874
|
-
height: 150px;
|
|
4875
|
-
}
|
|
4876
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4877
4935
|
display: -webkit-box;
|
|
4936
|
+
|
|
4878
4937
|
display: -webkit-flex;
|
|
4938
|
+
|
|
4879
4939
|
display: -ms-flexbox;
|
|
4940
|
+
|
|
4880
4941
|
display: flex;
|
|
4942
|
+
align-items: center;
|
|
4881
4943
|
flex-flow: column nowrap;
|
|
4882
|
-
justify-content:
|
|
4883
|
-
|
|
4884
|
-
padding: 12px 15px;
|
|
4944
|
+
justify-content: center;
|
|
4885
4945
|
|
|
4886
|
-
|
|
4887
|
-
}
|
|
4888
|
-
@media only screen and (min-width: 32em) {
|
|
4889
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4890
|
-
position: absolute;
|
|
4891
|
-
right: 0;
|
|
4892
|
-
bottom: 0;
|
|
4893
|
-
left: 0;
|
|
4894
|
-
z-index: 10;
|
|
4946
|
+
padding: 30px 20px;
|
|
4895
4947
|
|
|
4896
|
-
|
|
4897
|
-
padding: 20px;
|
|
4948
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4898
4949
|
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
color: #000
|
|
4950
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4951
|
+
background-repeat: no-repeat;
|
|
4952
|
+
background-position: center top;
|
|
4953
|
+
background-size: cover
|
|
4904
4954
|
}
|
|
4905
4955
|
@media only screen and (min-width: 32em) {
|
|
4906
|
-
.
|
|
4907
|
-
|
|
4956
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4957
|
+
right: 0;
|
|
4958
|
+
left: 0
|
|
4908
4959
|
}
|
|
4909
4960
|
}
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
left: 0;
|
|
4916
|
-
z-index: 10;
|
|
4961
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4962
|
+
-webkit-user-select: none;
|
|
4963
|
+
-moz-user-select: none;
|
|
4964
|
+
-ms-user-select: none;
|
|
4965
|
+
user-select: none;
|
|
4917
4966
|
|
|
4918
|
-
|
|
4967
|
+
color: #fff;
|
|
4919
4968
|
|
|
4920
|
-
|
|
4921
|
-
}
|
|
4922
|
-
}
|
|
4923
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4924
|
-
position: relative;
|
|
4969
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4925
4970
|
}
|
|
4926
|
-
.
|
|
4927
|
-
|
|
4928
|
-
right: 1px;
|
|
4929
|
-
bottom: 0;
|
|
4930
|
-
left: 1px;
|
|
4931
|
-
z-index: 10;
|
|
4971
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4972
|
+
display: block;
|
|
4932
4973
|
|
|
4933
|
-
|
|
4974
|
+
width: 100%;
|
|
4975
|
+
max-width: 368px;
|
|
4976
|
+
margin-top: 0;
|
|
4977
|
+
margin-bottom: 12px;
|
|
4934
4978
|
|
|
4935
|
-
|
|
4936
|
-
}
|
|
4937
|
-
@media only screen and (min-width: 32em) {
|
|
4938
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4939
|
-
content: ''
|
|
4940
|
-
}
|
|
4941
|
-
}
|
|
4942
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4943
|
-
color: #fff;
|
|
4979
|
+
text-align: center;
|
|
4944
4980
|
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
@media only screen and (min-width: 32em) {
|
|
4948
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4949
|
-
min-height: 350px
|
|
4950
|
-
}
|
|
4951
|
-
}
|
|
4952
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4953
|
-
background-color: transparent
|
|
4981
|
+
font-size: 14px;
|
|
4982
|
+
line-height: 18px
|
|
4954
4983
|
}
|
|
4955
4984
|
@media only screen and (min-width: 32em) {
|
|
4956
|
-
.
|
|
4957
|
-
|
|
4958
|
-
right: 0;
|
|
4959
|
-
bottom: 0;
|
|
4960
|
-
left: 0;
|
|
4961
|
-
z-index: 10;
|
|
4985
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4986
|
+
margin-bottom: 24px;
|
|
4962
4987
|
|
|
4963
|
-
|
|
4988
|
+
font-size: 16px;
|
|
4989
|
+
line-height: 22px
|
|
4964
4990
|
}
|
|
4965
4991
|
}
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
content: ''
|
|
4992
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4993
|
+
width: 100%;
|
|
4994
|
+
max-width: 348px;
|
|
4995
|
+
margin: 0 auto;
|
|
4971
4996
|
}
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
position: relative;
|
|
4975
|
-
|
|
4976
|
-
width: 100%
|
|
4997
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4998
|
+
max-width: 650px
|
|
4977
4999
|
}
|
|
4978
5000
|
@media only screen and (min-width: 32em) {
|
|
4979
|
-
.
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
bottom: 0
|
|
5001
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5002
|
+
margin-right: auto;
|
|
5003
|
+
margin-left: auto
|
|
4983
5004
|
}
|
|
4984
5005
|
}
|
|
4985
|
-
.
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
padding-bottom: 78.50746269%;
|
|
4989
|
-
|
|
4990
|
-
content: ''
|
|
5006
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5007
|
+
max-width: 980px
|
|
4991
5008
|
}
|
|
4992
5009
|
@media only screen and (min-width: 32em) {
|
|
4993
|
-
.
|
|
4994
|
-
|
|
5010
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5011
|
+
margin-right: auto;
|
|
5012
|
+
margin-left: auto
|
|
4995
5013
|
}
|
|
4996
5014
|
}
|
|
4997
|
-
.
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
left: 50%;
|
|
5001
|
-
|
|
5002
|
-
width: 180px;
|
|
5003
|
-
height: 180px;
|
|
5004
|
-
|
|
5005
|
-
transform: translate(-50%, -50%)
|
|
5015
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5016
|
+
right: -20px;
|
|
5017
|
+
left: -20px
|
|
5006
5018
|
}
|
|
5007
5019
|
@media only screen and (min-width: 32em) {
|
|
5008
|
-
.
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
transform: translate(-50%, -25%)
|
|
5020
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5021
|
+
right: 0;
|
|
5022
|
+
left: 0
|
|
5012
5023
|
}
|
|
5013
5024
|
}
|
|
5014
|
-
.
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
right: 15px;
|
|
5018
|
-
left: 15px;
|
|
5019
|
-
z-index: 10;
|
|
5020
|
-
|
|
5021
|
-
color: rgba(255, 255, 255, 0.7);
|
|
5022
|
-
|
|
5023
|
-
font-size: 12px
|
|
5025
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5026
|
+
padding-right: 20px;
|
|
5027
|
+
padding-left: 20px
|
|
5024
5028
|
}
|
|
5025
|
-
@media only screen and (min-width:
|
|
5026
|
-
.
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
left: 20px
|
|
5029
|
+
@media only screen and (min-width: 32em) {
|
|
5030
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5031
|
+
padding-right: 0;
|
|
5032
|
+
padding-left: 0
|
|
5030
5033
|
}
|
|
5031
5034
|
}
|
|
5032
|
-
.
|
|
5033
|
-
width: 100%;
|
|
5034
|
-
max-width: 650px;
|
|
5035
|
-
margin-right: auto;
|
|
5036
|
-
margin-left: auto;
|
|
5037
|
-
}
|
|
5038
|
-
/* Themes */
|
|
5039
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5040
|
-
color: #000;
|
|
5041
|
-
}
|
|
5042
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
5043
|
-
color: rgba(0, 0, 0, 0.7);
|
|
5035
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5036
|
+
max-width: 100%;
|
|
5044
5037
|
}
|
|
5045
5038
|
@media only screen and (min-width: 32em) {
|
|
5046
|
-
.
|
|
5047
|
-
|
|
5048
|
-
|
|
5039
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5040
|
+
right: -15px;
|
|
5041
|
+
left: -15px
|
|
5049
5042
|
}
|
|
5050
5043
|
}
|
|
5051
|
-
/* Display */
|
|
5052
5044
|
@media only screen and (min-width: 32em) {
|
|
5053
|
-
.
|
|
5054
|
-
|
|
5045
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5046
|
+
padding-right: 15px;
|
|
5047
|
+
padding-left: 15px
|
|
5055
5048
|
}
|
|
5056
5049
|
}
|
|
5057
|
-
|
|
5058
|
-
|
|
5050
|
+
/* STATE */
|
|
5051
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5052
|
+
visibility: hidden;
|
|
5053
|
+
|
|
5054
|
+
pointer-events: none;
|
|
5055
|
+
|
|
5056
|
+
opacity: 0;
|
|
5059
5057
|
}
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5058
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5059
|
+
min-height: 0;
|
|
5060
|
+
}
|
|
5061
|
+
/* CONTEXT */
|
|
5062
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5063
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5064
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5065
|
+
right: -11px;
|
|
5066
|
+
left: -11px
|
|
5063
5067
|
}
|
|
5064
5068
|
}
|
|
5065
5069
|
|