@meduza/ui-kit-2 0.2.32 → 0.2.33
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.css +2077 -2078
- package/package.json +1 -1
- package/src/ChapterBlock/ChapterBlock.module.css +1 -2
package/dist/ui-kit.css
CHANGED
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
/* Colors */
|
|
2
|
-
/* Fonts */
|
|
3
|
-
/* Gap */
|
|
4
|
-
/* Media */
|
|
5
|
-
/* 512 */
|
|
6
|
-
/* 650 */
|
|
7
|
-
/* 768 */
|
|
8
|
-
/* 1024 */
|
|
9
|
-
/* 1010 */
|
|
10
|
-
/* 1200 */
|
|
11
|
-
/* 511 */
|
|
12
|
-
/* 1023 */
|
|
13
|
-
/* Zindex */
|
|
14
|
-
.Lazy-module_root__2Z72l {
|
|
15
|
-
display: block;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
1
|
/* Colors */
|
|
19
2
|
/* Fonts */
|
|
20
3
|
/* Gap */
|
|
@@ -251,90 +234,6 @@
|
|
|
251
234
|
margin-top: -1px;
|
|
252
235
|
}
|
|
253
236
|
|
|
254
|
-
/* Colors */
|
|
255
|
-
/* Fonts */
|
|
256
|
-
/* Gap */
|
|
257
|
-
/* Media */
|
|
258
|
-
/* 512 */
|
|
259
|
-
/* 650 */
|
|
260
|
-
/* 768 */
|
|
261
|
-
/* 1024 */
|
|
262
|
-
/* 1010 */
|
|
263
|
-
/* 1200 */
|
|
264
|
-
/* 511 */
|
|
265
|
-
/* 1023 */
|
|
266
|
-
/* Zindex */
|
|
267
|
-
.Image-module_root__1vsA_ {
|
|
268
|
-
position: relative;
|
|
269
|
-
z-index: 1;
|
|
270
|
-
|
|
271
|
-
display: block;
|
|
272
|
-
overflow: hidden;
|
|
273
|
-
transition: background-color 250ms ease;
|
|
274
|
-
|
|
275
|
-
background-color: #f2f2f2
|
|
276
|
-
}
|
|
277
|
-
@media only screen and (min-width: 32em) {
|
|
278
|
-
.Image-module_root__1vsA_ {
|
|
279
|
-
border-radius: inherit
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
.Image-module_root__1vsA_ img {
|
|
283
|
-
position: absolute;
|
|
284
|
-
top: 0;
|
|
285
|
-
left: 0;
|
|
286
|
-
|
|
287
|
-
width: 100%;
|
|
288
|
-
height: 100%;
|
|
289
|
-
}
|
|
290
|
-
.Image-module_isLoaded__3XhU5 {
|
|
291
|
-
background-color: transparent;
|
|
292
|
-
}
|
|
293
|
-
.Image-module_wrapper__3fLjs {
|
|
294
|
-
display: block;
|
|
295
|
-
|
|
296
|
-
width: 100%;
|
|
297
|
-
|
|
298
|
-
background-repeat: no-repeat;
|
|
299
|
-
background-size: 100% auto;
|
|
300
|
-
}
|
|
301
|
-
.Image-module_fullscreen__29apx picture {
|
|
302
|
-
cursor: pointer;
|
|
303
|
-
}
|
|
304
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
305
|
-
opacity: 1;
|
|
306
|
-
}
|
|
307
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
308
|
-
position: absolute;
|
|
309
|
-
right: 12px;
|
|
310
|
-
bottom: 12px;
|
|
311
|
-
|
|
312
|
-
width: 40px;
|
|
313
|
-
height: 40px;
|
|
314
|
-
|
|
315
|
-
transition: opacity 250ms ease;
|
|
316
|
-
pointer-events: none;
|
|
317
|
-
|
|
318
|
-
opacity: 0;
|
|
319
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
320
|
-
border-radius: 20px;
|
|
321
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
322
|
-
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");
|
|
323
|
-
background-repeat: no-repeat;
|
|
324
|
-
background-position: center
|
|
325
|
-
}
|
|
326
|
-
@media only screen and (min-width: 64em) {
|
|
327
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
328
|
-
content: ''
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
332
|
-
outline: none;
|
|
333
|
-
}
|
|
334
|
-
.Image-module_dark__3o0nU {
|
|
335
|
-
background-color: transparent;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
237
|
/* Colors */
|
|
339
238
|
/* Fonts */
|
|
340
239
|
/* Gap */
|
|
@@ -499,6 +398,90 @@
|
|
|
499
398
|
box-shadow: inset 0 0 0 1px #323232;
|
|
500
399
|
}
|
|
501
400
|
|
|
401
|
+
/* Colors */
|
|
402
|
+
/* Fonts */
|
|
403
|
+
/* Gap */
|
|
404
|
+
/* Media */
|
|
405
|
+
/* 512 */
|
|
406
|
+
/* 650 */
|
|
407
|
+
/* 768 */
|
|
408
|
+
/* 1024 */
|
|
409
|
+
/* 1010 */
|
|
410
|
+
/* 1200 */
|
|
411
|
+
/* 511 */
|
|
412
|
+
/* 1023 */
|
|
413
|
+
/* Zindex */
|
|
414
|
+
.Image-module_root__1vsA_ {
|
|
415
|
+
position: relative;
|
|
416
|
+
z-index: 1;
|
|
417
|
+
|
|
418
|
+
display: block;
|
|
419
|
+
overflow: hidden;
|
|
420
|
+
transition: background-color 250ms ease;
|
|
421
|
+
|
|
422
|
+
background-color: #f2f2f2
|
|
423
|
+
}
|
|
424
|
+
@media only screen and (min-width: 32em) {
|
|
425
|
+
.Image-module_root__1vsA_ {
|
|
426
|
+
border-radius: inherit
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
.Image-module_root__1vsA_ img {
|
|
430
|
+
position: absolute;
|
|
431
|
+
top: 0;
|
|
432
|
+
left: 0;
|
|
433
|
+
|
|
434
|
+
width: 100%;
|
|
435
|
+
height: 100%;
|
|
436
|
+
}
|
|
437
|
+
.Image-module_isLoaded__3XhU5 {
|
|
438
|
+
background-color: transparent;
|
|
439
|
+
}
|
|
440
|
+
.Image-module_wrapper__3fLjs {
|
|
441
|
+
display: block;
|
|
442
|
+
|
|
443
|
+
width: 100%;
|
|
444
|
+
|
|
445
|
+
background-repeat: no-repeat;
|
|
446
|
+
background-size: 100% auto;
|
|
447
|
+
}
|
|
448
|
+
.Image-module_fullscreen__29apx picture {
|
|
449
|
+
cursor: pointer;
|
|
450
|
+
}
|
|
451
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
452
|
+
opacity: 1;
|
|
453
|
+
}
|
|
454
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
455
|
+
position: absolute;
|
|
456
|
+
right: 12px;
|
|
457
|
+
bottom: 12px;
|
|
458
|
+
|
|
459
|
+
width: 40px;
|
|
460
|
+
height: 40px;
|
|
461
|
+
|
|
462
|
+
transition: opacity 250ms ease;
|
|
463
|
+
pointer-events: none;
|
|
464
|
+
|
|
465
|
+
opacity: 0;
|
|
466
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
467
|
+
border-radius: 20px;
|
|
468
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
469
|
+
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");
|
|
470
|
+
background-repeat: no-repeat;
|
|
471
|
+
background-position: center
|
|
472
|
+
}
|
|
473
|
+
@media only screen and (min-width: 64em) {
|
|
474
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
475
|
+
content: ''
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
479
|
+
outline: none;
|
|
480
|
+
}
|
|
481
|
+
.Image-module_dark__3o0nU {
|
|
482
|
+
background-color: transparent;
|
|
483
|
+
}
|
|
484
|
+
|
|
502
485
|
/* Colors */
|
|
503
486
|
/* Fonts */
|
|
504
487
|
/* Gap */
|
|
@@ -678,175 +661,38 @@
|
|
|
678
661
|
/* 511 */
|
|
679
662
|
/* 1023 */
|
|
680
663
|
/* Zindex */
|
|
681
|
-
.
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
cursor: default;
|
|
685
|
-
-webkit-user-select: none;
|
|
686
|
-
-moz-user-select: none;
|
|
687
|
-
-ms-user-select: none;
|
|
688
|
-
user-select: none;
|
|
689
|
-
vertical-align: middle;
|
|
690
|
-
letter-spacing: 1px;
|
|
691
|
-
text-transform: uppercase;
|
|
692
|
-
|
|
693
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
694
|
-
font-size: 12px;
|
|
695
|
-
font-weight: 600;
|
|
696
|
-
line-height: 12px;
|
|
697
|
-
}
|
|
698
|
-
.Tag-module_small__2IAb7 {
|
|
699
|
-
font-size: 12px;
|
|
700
|
-
line-height: 12px
|
|
664
|
+
.Table-module_root__1VsG6 {
|
|
665
|
+
margin: 15px 0
|
|
701
666
|
}
|
|
702
|
-
@media only screen and (min-width:
|
|
703
|
-
.
|
|
704
|
-
|
|
667
|
+
@media only screen and (min-width: 32em) {
|
|
668
|
+
.Table-module_root__1VsG6 {
|
|
669
|
+
margin: 25px auto 20px
|
|
705
670
|
}
|
|
706
671
|
}
|
|
672
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
673
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
674
|
+
margin-right: -11px;
|
|
675
|
+
margin-left: -11px
|
|
676
|
+
}
|
|
707
677
|
@media only screen and (min-width: 64em) {
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
line-height: 16px
|
|
678
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
679
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
680
|
+
margin-right: 0;
|
|
681
|
+
margin-left: 0
|
|
713
682
|
}
|
|
714
683
|
}
|
|
715
|
-
.
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
.Tag-module_light__1zUhp {
|
|
719
|
-
color: #fff;
|
|
720
|
-
}
|
|
721
|
-
.Tag-module_gold__2ksA7 {
|
|
722
|
-
color: #b88b59;
|
|
684
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
685
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
686
|
+
right: -11px;
|
|
723
687
|
}
|
|
724
|
-
.
|
|
725
|
-
|
|
688
|
+
.Table-module_root__1VsG6:first-child {
|
|
689
|
+
margin-top: 0;
|
|
726
690
|
}
|
|
727
|
-
.
|
|
728
|
-
|
|
691
|
+
.Table-module_root__1VsG6:last-child {
|
|
692
|
+
margin-bottom: 0;
|
|
729
693
|
}
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
.Tag-module_is1to2__3xbC6,
|
|
733
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
734
|
-
letter-spacing: 1px;
|
|
735
|
-
|
|
736
|
-
font-size: 12px;
|
|
737
|
-
line-height: 20px
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
@media only screen and (min-width: 64em) {
|
|
741
|
-
.Tag-module_is1to3__3j5K-,
|
|
742
|
-
.Tag-module_is1to4__2vq4r {
|
|
743
|
-
letter-spacing: 0.5px;
|
|
744
|
-
|
|
745
|
-
font-size: 10px;
|
|
746
|
-
line-height: 15px
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
@media only screen and (min-width: 32em) {
|
|
750
|
-
.Tag-module_slide__2nMDw,
|
|
751
|
-
.Tag-module_game__3j5yG {
|
|
752
|
-
width: 100%;
|
|
753
|
-
|
|
754
|
-
text-align: center
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
.Tag-module_richRelated__2vbQQ {
|
|
758
|
-
font-size: 12px;
|
|
759
|
-
line-height: 17px
|
|
760
|
-
}
|
|
761
|
-
@media only screen and (min-width: 64em) {
|
|
762
|
-
.Tag-module_richRelated__2vbQQ {
|
|
763
|
-
font-size: 14px;
|
|
764
|
-
line-height: 20px
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
.Tag-module_slide__2nMDw,
|
|
768
|
-
.Tag-module_game__3j5yG,
|
|
769
|
-
.Tag-module_card__1EAeF,
|
|
770
|
-
.Tag-module_live__rwXuR,
|
|
771
|
-
.Tag-module_episode__3o6gg,
|
|
772
|
-
.Tag-module_podcast__VPoll,
|
|
773
|
-
.Tag-module_rich__2URd9,
|
|
774
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
775
|
-
margin-bottom: 6px;
|
|
776
|
-
|
|
777
|
-
line-height: 10px
|
|
778
|
-
}
|
|
779
|
-
@media only screen and (min-width: 32em) {
|
|
780
|
-
.Tag-module_slide__2nMDw,
|
|
781
|
-
.Tag-module_game__3j5yG,
|
|
782
|
-
.Tag-module_card__1EAeF,
|
|
783
|
-
.Tag-module_live__rwXuR,
|
|
784
|
-
.Tag-module_episode__3o6gg,
|
|
785
|
-
.Tag-module_podcast__VPoll,
|
|
786
|
-
.Tag-module_rich__2URd9,
|
|
787
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
788
|
-
margin-bottom: 10px
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
@media only screen and (min-width: 32em) {
|
|
792
|
-
.Tag-module_mobile__QQxuv {
|
|
793
|
-
display: none
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
.Tag-module_desktop__1Bjsy {
|
|
797
|
-
display: none
|
|
798
|
-
}
|
|
799
|
-
@media only screen and (min-width: 32em) {
|
|
800
|
-
.Tag-module_desktop__1Bjsy {
|
|
801
|
-
display: block
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
/* Colors */
|
|
806
|
-
/* Fonts */
|
|
807
|
-
/* Gap */
|
|
808
|
-
/* Media */
|
|
809
|
-
/* 512 */
|
|
810
|
-
/* 650 */
|
|
811
|
-
/* 768 */
|
|
812
|
-
/* 1024 */
|
|
813
|
-
/* 1010 */
|
|
814
|
-
/* 1200 */
|
|
815
|
-
/* 511 */
|
|
816
|
-
/* 1023 */
|
|
817
|
-
/* Zindex */
|
|
818
|
-
.Table-module_root__1VsG6 {
|
|
819
|
-
margin: 15px 0
|
|
820
|
-
}
|
|
821
|
-
@media only screen and (min-width: 32em) {
|
|
822
|
-
.Table-module_root__1VsG6 {
|
|
823
|
-
margin: 25px auto 20px
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
827
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
828
|
-
margin-right: -11px;
|
|
829
|
-
margin-left: -11px
|
|
830
|
-
}
|
|
831
|
-
@media only screen and (min-width: 64em) {
|
|
832
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
833
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
834
|
-
margin-right: 0;
|
|
835
|
-
margin-left: 0
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
839
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
840
|
-
right: -11px;
|
|
841
|
-
}
|
|
842
|
-
.Table-module_root__1VsG6:first-child {
|
|
843
|
-
margin-top: 0;
|
|
844
|
-
}
|
|
845
|
-
.Table-module_root__1VsG6:last-child {
|
|
846
|
-
margin-bottom: 0;
|
|
847
|
-
}
|
|
848
|
-
.Table-module_table__nZIkV {
|
|
849
|
-
position: relative;
|
|
694
|
+
.Table-module_table__nZIkV {
|
|
695
|
+
position: relative;
|
|
850
696
|
|
|
851
697
|
overflow-y: hidden;
|
|
852
698
|
|
|
@@ -1113,116 +959,282 @@
|
|
|
1113
959
|
/* 511 */
|
|
1114
960
|
/* 1023 */
|
|
1115
961
|
/* Zindex */
|
|
1116
|
-
.
|
|
1117
|
-
|
|
1118
|
-
height: 100%;
|
|
1119
|
-
|
|
1120
|
-
vertical-align: middle;
|
|
1121
|
-
}
|
|
1122
|
-
.SvgSymbol-module_small__2g6oR {
|
|
1123
|
-
height: 14px;
|
|
1124
|
-
}
|
|
1125
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
1126
|
-
height: 14px;
|
|
1127
|
-
}
|
|
1128
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
1129
|
-
width: 24px;
|
|
1130
|
-
height: 24px;
|
|
1131
|
-
}
|
|
1132
|
-
.SvgSymbol-module_large__2kQrt {
|
|
1133
|
-
width: 42px;
|
|
1134
|
-
height: 42px;
|
|
1135
|
-
}
|
|
1136
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
1137
|
-
width: 100%;
|
|
1138
|
-
height: 100%;
|
|
962
|
+
.MediaCaption-module_root__KqTdw {
|
|
963
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1139
964
|
}
|
|
1140
|
-
.
|
|
1141
|
-
|
|
965
|
+
.MediaCaption-module_root__KqTdw a {
|
|
966
|
+
text-decoration: underline;
|
|
1142
967
|
|
|
1143
|
-
|
|
968
|
+
color: inherit;
|
|
969
|
+
box-shadow: none;
|
|
1144
970
|
}
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
fill: #527397;
|
|
971
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
972
|
+
color: #b88b58;
|
|
1149
973
|
}
|
|
1150
|
-
.
|
|
1151
|
-
width:
|
|
974
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
975
|
+
max-width: 520px;
|
|
976
|
+
padding-top: calc(4rem / 16);
|
|
1152
977
|
|
|
1153
|
-
|
|
1154
|
-
}
|
|
1155
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
1156
|
-
width: 20px;
|
|
978
|
+
color: #1a1a1a;
|
|
1157
979
|
|
|
1158
|
-
|
|
980
|
+
font-size: calc(14rem / 16);
|
|
981
|
+
line-height: calc(18rem / 16)
|
|
1159
982
|
}
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
983
|
+
@media only screen and (min-width: 32em) {
|
|
984
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
985
|
+
padding-top: 4px;
|
|
986
|
+
font-size: 16px;
|
|
987
|
+
line-height: 22px
|
|
1164
988
|
}
|
|
1165
|
-
|
|
1166
|
-
|
|
989
|
+
}
|
|
990
|
+
.MediaCaption-module_credit__3ehAP {
|
|
991
|
+
max-width: 520px;
|
|
992
|
+
padding-top: 1px;
|
|
1167
993
|
|
|
1168
|
-
color: #
|
|
994
|
+
color: #666;
|
|
1169
995
|
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
.SvgSymbol-module_card__1XAqw,
|
|
1173
|
-
.SvgSymbol-module_podcast__3oPoo,
|
|
1174
|
-
.SvgSymbol-module_read__2V82i,
|
|
1175
|
-
.SvgSymbol-module_listened__1oMFV {
|
|
1176
|
-
width: 15px;
|
|
1177
|
-
height: 15px;
|
|
1178
|
-
}
|
|
1179
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
1180
|
-
width: 24px;
|
|
1181
|
-
height: 24px;
|
|
996
|
+
font-size: calc(12rem / 16);
|
|
997
|
+
line-height: 1rem
|
|
1182
998
|
}
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
999
|
+
@media only screen and (min-width: 32em) {
|
|
1000
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1001
|
+
padding-top: 3px
|
|
1186
1002
|
}
|
|
1187
|
-
|
|
1188
|
-
.
|
|
1189
|
-
|
|
1190
|
-
height: 16px;
|
|
1003
|
+
}
|
|
1004
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1005
|
+
padding-top: calc(3rem / 16)
|
|
1191
1006
|
}
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1007
|
+
@media only screen and (min-width: 32em) {
|
|
1008
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1009
|
+
padding-top: 3px
|
|
1195
1010
|
}
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1011
|
+
}
|
|
1012
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1013
|
+
color: #fff;
|
|
1199
1014
|
}
|
|
1200
|
-
.
|
|
1201
|
-
|
|
1015
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1016
|
+
color: #929292;
|
|
1202
1017
|
}
|
|
1203
|
-
.
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
1018
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1019
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1020
|
+
padding-top: calc(10rem / 16)
|
|
1208
1021
|
}
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
1022
|
+
@media only screen and (min-width: 32em) {
|
|
1023
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1024
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1025
|
+
padding-top: 12px
|
|
1214
1026
|
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1027
|
+
}
|
|
1028
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1029
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1030
|
+
padding-top: calc(9rem / 16)
|
|
1218
1031
|
}
|
|
1219
|
-
@media only screen and (min-width:
|
|
1220
|
-
.
|
|
1221
|
-
|
|
1222
|
-
|
|
1032
|
+
@media only screen and (min-width: 32em) {
|
|
1033
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1034
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1035
|
+
padding-top: 11px
|
|
1223
1036
|
}
|
|
1224
1037
|
}
|
|
1225
|
-
.
|
|
1038
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1039
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1040
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1041
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1042
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1043
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1044
|
+
max-width: 650px;
|
|
1045
|
+
}
|
|
1046
|
+
/* Dark theme */
|
|
1047
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1048
|
+
color: #d9d9d9;
|
|
1049
|
+
}
|
|
1050
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1051
|
+
color: #757575;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
/* Colors */
|
|
1055
|
+
/* Fonts */
|
|
1056
|
+
/* Gap */
|
|
1057
|
+
/* Media */
|
|
1058
|
+
/* 512 */
|
|
1059
|
+
/* 650 */
|
|
1060
|
+
/* 768 */
|
|
1061
|
+
/* 1024 */
|
|
1062
|
+
/* 1010 */
|
|
1063
|
+
/* 1200 */
|
|
1064
|
+
/* 511 */
|
|
1065
|
+
/* 1023 */
|
|
1066
|
+
/* Zindex */
|
|
1067
|
+
.MaterialTitle-module_root__18ku- {
|
|
1068
|
+
display: block;
|
|
1069
|
+
}
|
|
1070
|
+
.MaterialTitle-module_root__18ku- {
|
|
1071
|
+
margin: 0;
|
|
1072
|
+
|
|
1073
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1074
|
+
font-size: 25px;
|
|
1075
|
+
font-weight: normal;
|
|
1076
|
+
line-height: 27px
|
|
1077
|
+
}
|
|
1078
|
+
@media only screen and (min-width: 48em) {
|
|
1079
|
+
.MaterialTitle-module_root__18ku- {
|
|
1080
|
+
font-size: 37px;
|
|
1081
|
+
line-height: 38px
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1085
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1086
|
+
font-weight: normal;
|
|
1087
|
+
}
|
|
1088
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1089
|
+
font-size: 24px;
|
|
1090
|
+
font-weight: 700
|
|
1091
|
+
}
|
|
1092
|
+
@media only screen and (min-width: 48em) {
|
|
1093
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1094
|
+
font-size: 36px
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
/* Colors */
|
|
1099
|
+
/* Fonts */
|
|
1100
|
+
/* Gap */
|
|
1101
|
+
/* Media */
|
|
1102
|
+
/* 512 */
|
|
1103
|
+
/* 650 */
|
|
1104
|
+
/* 768 */
|
|
1105
|
+
/* 1024 */
|
|
1106
|
+
/* 1010 */
|
|
1107
|
+
/* 1200 */
|
|
1108
|
+
/* 511 */
|
|
1109
|
+
/* 1023 */
|
|
1110
|
+
/* Zindex */
|
|
1111
|
+
.Lazy-module_root__2Z72l {
|
|
1112
|
+
display: block;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/* Colors */
|
|
1116
|
+
/* Fonts */
|
|
1117
|
+
/* Gap */
|
|
1118
|
+
/* Media */
|
|
1119
|
+
/* 512 */
|
|
1120
|
+
/* 650 */
|
|
1121
|
+
/* 768 */
|
|
1122
|
+
/* 1024 */
|
|
1123
|
+
/* 1010 */
|
|
1124
|
+
/* 1200 */
|
|
1125
|
+
/* 511 */
|
|
1126
|
+
/* 1023 */
|
|
1127
|
+
/* Zindex */
|
|
1128
|
+
.SvgSymbol-module_root__2CsRW {
|
|
1129
|
+
width: 100%;
|
|
1130
|
+
height: 100%;
|
|
1131
|
+
|
|
1132
|
+
vertical-align: middle;
|
|
1133
|
+
}
|
|
1134
|
+
.SvgSymbol-module_small__2g6oR {
|
|
1135
|
+
height: 14px;
|
|
1136
|
+
}
|
|
1137
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
1138
|
+
height: 14px;
|
|
1139
|
+
}
|
|
1140
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
1141
|
+
width: 24px;
|
|
1142
|
+
height: 24px;
|
|
1143
|
+
}
|
|
1144
|
+
.SvgSymbol-module_large__2kQrt {
|
|
1145
|
+
width: 42px;
|
|
1146
|
+
height: 42px;
|
|
1147
|
+
}
|
|
1148
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
1149
|
+
width: 100%;
|
|
1150
|
+
height: 100%;
|
|
1151
|
+
}
|
|
1152
|
+
.SvgSymbol-module_fb__1whmw {
|
|
1153
|
+
width: 16px;
|
|
1154
|
+
|
|
1155
|
+
fill: #304591;
|
|
1156
|
+
}
|
|
1157
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
1158
|
+
width: 20px;
|
|
1159
|
+
|
|
1160
|
+
fill: #527397;
|
|
1161
|
+
}
|
|
1162
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
1163
|
+
width: 9px;
|
|
1164
|
+
|
|
1165
|
+
fill: #eb722e;
|
|
1166
|
+
}
|
|
1167
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
1168
|
+
width: 20px;
|
|
1169
|
+
|
|
1170
|
+
fill: #31adf4;
|
|
1171
|
+
}
|
|
1172
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
1173
|
+
width: 18px;
|
|
1174
|
+
|
|
1175
|
+
fill: #2ba5e0;
|
|
1176
|
+
}
|
|
1177
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
1178
|
+
width: 16px;
|
|
1179
|
+
|
|
1180
|
+
color: #dcad76;
|
|
1181
|
+
|
|
1182
|
+
fill: #262626;
|
|
1183
|
+
}
|
|
1184
|
+
.SvgSymbol-module_card__1XAqw,
|
|
1185
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
1186
|
+
.SvgSymbol-module_read__2V82i,
|
|
1187
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
1188
|
+
width: 15px;
|
|
1189
|
+
height: 15px;
|
|
1190
|
+
}
|
|
1191
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
1192
|
+
width: 24px;
|
|
1193
|
+
height: 24px;
|
|
1194
|
+
}
|
|
1195
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
1196
|
+
width: 14px;
|
|
1197
|
+
height: 14px;
|
|
1198
|
+
}
|
|
1199
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
1200
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
1201
|
+
width: 16px;
|
|
1202
|
+
height: 16px;
|
|
1203
|
+
}
|
|
1204
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
1205
|
+
width: 16px;
|
|
1206
|
+
height: 16px;
|
|
1207
|
+
}
|
|
1208
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
1209
|
+
width: 64px;
|
|
1210
|
+
height: 64px;
|
|
1211
|
+
}
|
|
1212
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
1213
|
+
margin-right: 6px;
|
|
1214
|
+
}
|
|
1215
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
1216
|
+
width: 29px;
|
|
1217
|
+
height: 29px;
|
|
1218
|
+
|
|
1219
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
1220
|
+
}
|
|
1221
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
1222
|
+
width: 38px;
|
|
1223
|
+
height: 38px;
|
|
1224
|
+
|
|
1225
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
1226
|
+
}
|
|
1227
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
1228
|
+
width: 34px;
|
|
1229
|
+
height: 28px
|
|
1230
|
+
}
|
|
1231
|
+
@media only screen and (min-width: 40.625em) {
|
|
1232
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
1233
|
+
width: 28px;
|
|
1234
|
+
height: 22px
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
1226
1238
|
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
1227
1239
|
width: 28px;
|
|
1228
1240
|
height: 28px
|
|
@@ -1479,38 +1491,131 @@
|
|
|
1479
1491
|
/* 511 */
|
|
1480
1492
|
/* 1023 */
|
|
1481
1493
|
/* Zindex */
|
|
1482
|
-
.
|
|
1483
|
-
display: block;
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1494
|
+
.Tag-module_root__3IqWC {
|
|
1495
|
+
display: inline-block;
|
|
1496
|
+
|
|
1497
|
+
cursor: default;
|
|
1498
|
+
-webkit-user-select: none;
|
|
1499
|
+
-moz-user-select: none;
|
|
1500
|
+
-ms-user-select: none;
|
|
1501
|
+
user-select: none;
|
|
1502
|
+
vertical-align: middle;
|
|
1503
|
+
letter-spacing: 1px;
|
|
1504
|
+
text-transform: uppercase;
|
|
1487
1505
|
|
|
1488
1506
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1489
|
-
font-size:
|
|
1490
|
-
font-weight:
|
|
1491
|
-
line-height:
|
|
1507
|
+
font-size: 12px;
|
|
1508
|
+
font-weight: 600;
|
|
1509
|
+
line-height: 12px;
|
|
1492
1510
|
}
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1511
|
+
.Tag-module_small__2IAb7 {
|
|
1512
|
+
font-size: 12px;
|
|
1513
|
+
line-height: 12px
|
|
1514
|
+
}
|
|
1515
|
+
@media only screen and (min-width: 64em) {
|
|
1516
|
+
.Tag-module_small__2IAb7 {
|
|
1517
|
+
line-height: 14px
|
|
1497
1518
|
}
|
|
1498
1519
|
}
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1520
|
+
@media only screen and (min-width: 64em) {
|
|
1521
|
+
.Tag-module_large__22z_o {
|
|
1522
|
+
letter-spacing: 1px;
|
|
1523
|
+
|
|
1524
|
+
font-size: 14px;
|
|
1525
|
+
line-height: 16px
|
|
1502
1526
|
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1527
|
+
}
|
|
1528
|
+
.Tag-module_dark__sgnt1 {
|
|
1529
|
+
color: #000;
|
|
1506
1530
|
}
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
font-size: 36px
|
|
1531
|
+
.Tag-module_light__1zUhp {
|
|
1532
|
+
color: #fff;
|
|
1510
1533
|
}
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1534
|
+
.Tag-module_gold__2ksA7 {
|
|
1535
|
+
color: #b88b59;
|
|
1536
|
+
}
|
|
1537
|
+
.Tag-module_gray__mGAO_ {
|
|
1538
|
+
color: #757575;
|
|
1539
|
+
}
|
|
1540
|
+
.Tag-module_inherit__2QB5U {
|
|
1541
|
+
color: inherit;
|
|
1542
|
+
}
|
|
1543
|
+
@media only screen and (min-width: 64em) {
|
|
1544
|
+
.Tag-module_is1to1__3EDbC,
|
|
1545
|
+
.Tag-module_is1to2__3xbC6,
|
|
1546
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
1547
|
+
letter-spacing: 1px;
|
|
1548
|
+
|
|
1549
|
+
font-size: 12px;
|
|
1550
|
+
line-height: 20px
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
@media only screen and (min-width: 64em) {
|
|
1554
|
+
.Tag-module_is1to3__3j5K-,
|
|
1555
|
+
.Tag-module_is1to4__2vq4r {
|
|
1556
|
+
letter-spacing: 0.5px;
|
|
1557
|
+
|
|
1558
|
+
font-size: 10px;
|
|
1559
|
+
line-height: 15px
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
@media only screen and (min-width: 32em) {
|
|
1563
|
+
.Tag-module_slide__2nMDw,
|
|
1564
|
+
.Tag-module_game__3j5yG {
|
|
1565
|
+
width: 100%;
|
|
1566
|
+
|
|
1567
|
+
text-align: center
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1571
|
+
font-size: 12px;
|
|
1572
|
+
line-height: 17px
|
|
1573
|
+
}
|
|
1574
|
+
@media only screen and (min-width: 64em) {
|
|
1575
|
+
.Tag-module_richRelated__2vbQQ {
|
|
1576
|
+
font-size: 14px;
|
|
1577
|
+
line-height: 20px
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
.Tag-module_slide__2nMDw,
|
|
1581
|
+
.Tag-module_game__3j5yG,
|
|
1582
|
+
.Tag-module_card__1EAeF,
|
|
1583
|
+
.Tag-module_live__rwXuR,
|
|
1584
|
+
.Tag-module_episode__3o6gg,
|
|
1585
|
+
.Tag-module_podcast__VPoll,
|
|
1586
|
+
.Tag-module_rich__2URd9,
|
|
1587
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1588
|
+
margin-bottom: 6px;
|
|
1589
|
+
|
|
1590
|
+
line-height: 10px
|
|
1591
|
+
}
|
|
1592
|
+
@media only screen and (min-width: 32em) {
|
|
1593
|
+
.Tag-module_slide__2nMDw,
|
|
1594
|
+
.Tag-module_game__3j5yG,
|
|
1595
|
+
.Tag-module_card__1EAeF,
|
|
1596
|
+
.Tag-module_live__rwXuR,
|
|
1597
|
+
.Tag-module_episode__3o6gg,
|
|
1598
|
+
.Tag-module_podcast__VPoll,
|
|
1599
|
+
.Tag-module_rich__2URd9,
|
|
1600
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1601
|
+
margin-bottom: 10px
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
@media only screen and (min-width: 32em) {
|
|
1605
|
+
.Tag-module_mobile__QQxuv {
|
|
1606
|
+
display: none
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
.Tag-module_desktop__1Bjsy {
|
|
1610
|
+
display: none
|
|
1611
|
+
}
|
|
1612
|
+
@media only screen and (min-width: 32em) {
|
|
1613
|
+
.Tag-module_desktop__1Bjsy {
|
|
1614
|
+
display: block
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
/* Colors */
|
|
1514
1619
|
/* Fonts */
|
|
1515
1620
|
/* Gap */
|
|
1516
1621
|
/* Media */
|
|
@@ -1598,64 +1703,6 @@
|
|
|
1598
1703
|
content: '';
|
|
1599
1704
|
}
|
|
1600
1705
|
|
|
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;
|
|
1637
|
-
}
|
|
1638
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1639
|
-
color: #000;
|
|
1640
|
-
}
|
|
1641
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1642
|
-
fill: #e0e0e0;
|
|
1643
|
-
}
|
|
1644
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1645
|
-
fill: #fff;
|
|
1646
|
-
}
|
|
1647
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1648
|
-
fill: #000;
|
|
1649
|
-
}
|
|
1650
|
-
@media only screen and (min-width: 64em) {
|
|
1651
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1652
|
-
width: 12px
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1656
|
-
display: none;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
1706
|
/* Colors */
|
|
1660
1707
|
/* Fonts */
|
|
1661
1708
|
/* Gap */
|
|
@@ -1800,96 +1847,49 @@
|
|
|
1800
1847
|
/* 511 */
|
|
1801
1848
|
/* 1023 */
|
|
1802
1849
|
/* Zindex */
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1850
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1851
|
+
color: #e0e0e0;
|
|
1805
1852
|
}
|
|
1806
|
-
.
|
|
1807
|
-
|
|
1853
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1854
|
+
margin: 0;
|
|
1855
|
+
padding: 5px 3px;
|
|
1808
1856
|
|
|
1809
|
-
|
|
1810
|
-
box-shadow: none;
|
|
1811
|
-
}
|
|
1812
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1813
|
-
color: #b88b58;
|
|
1814
|
-
}
|
|
1815
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1816
|
-
max-width: 520px;
|
|
1817
|
-
padding-top: calc(4rem / 16);
|
|
1857
|
+
cursor: pointer;
|
|
1818
1858
|
|
|
1819
|
-
color:
|
|
1859
|
+
color: inherit;
|
|
1860
|
+
border-width: 0;
|
|
1861
|
+
outline: none;
|
|
1862
|
+
background-color: transparent;
|
|
1820
1863
|
|
|
1821
|
-
|
|
1822
|
-
line-height: calc(18rem / 16)
|
|
1823
|
-
}
|
|
1824
|
-
@media only screen and (min-width: 32em) {
|
|
1825
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1826
|
-
padding-top: 4px;
|
|
1827
|
-
font-size: 16px;
|
|
1828
|
-
line-height: 22px
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1832
|
-
max-width: 520px;
|
|
1833
|
-
padding-top: 1px;
|
|
1864
|
+
-webkit-appearance: none;
|
|
1834
1865
|
|
|
1835
|
-
|
|
1866
|
+
-moz-appearance: none;
|
|
1836
1867
|
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
}
|
|
1840
|
-
@media only screen and (min-width: 32em) {
|
|
1841
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1842
|
-
padding-top: 3px
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1845
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1846
|
-
padding-top: calc(3rem / 16)
|
|
1847
|
-
}
|
|
1848
|
-
@media only screen and (min-width: 32em) {
|
|
1849
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1850
|
-
padding-top: 3px
|
|
1868
|
+
appearance: none;
|
|
1869
|
+
fill: transparent;
|
|
1851
1870
|
}
|
|
1852
|
-
|
|
1853
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1871
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1854
1872
|
color: #fff;
|
|
1855
1873
|
}
|
|
1856
|
-
.
|
|
1857
|
-
color: #
|
|
1874
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1875
|
+
color: #000;
|
|
1858
1876
|
}
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1861
|
-
padding-top: calc(10rem / 16)
|
|
1877
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1878
|
+
fill: #e0e0e0;
|
|
1862
1879
|
}
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1866
|
-
padding-top: 12px
|
|
1880
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1881
|
+
fill: #fff;
|
|
1867
1882
|
}
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1871
|
-
padding-top: calc(9rem / 16)
|
|
1883
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1884
|
+
fill: #000;
|
|
1872
1885
|
}
|
|
1873
|
-
@media only screen and (min-width:
|
|
1874
|
-
.
|
|
1875
|
-
|
|
1876
|
-
padding-top: 11px
|
|
1886
|
+
@media only screen and (min-width: 64em) {
|
|
1887
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1888
|
+
width: 12px
|
|
1877
1889
|
}
|
|
1878
1890
|
}
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1882
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1883
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1884
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1885
|
-
max-width: 650px;
|
|
1886
|
-
}
|
|
1887
|
-
/* Dark theme */
|
|
1888
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1889
|
-
color: #d9d9d9;
|
|
1890
|
-
}
|
|
1891
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1892
|
-
color: #757575;
|
|
1891
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1892
|
+
display: none;
|
|
1893
1893
|
}
|
|
1894
1894
|
|
|
1895
1895
|
/* Colors */
|
|
@@ -1905,15 +1905,137 @@
|
|
|
1905
1905
|
/* 511 */
|
|
1906
1906
|
/* 1023 */
|
|
1907
1907
|
/* Zindex */
|
|
1908
|
-
.
|
|
1909
|
-
|
|
1910
|
-
z-index: 1000;
|
|
1911
|
-
top: 0;
|
|
1912
|
-
left: 0;
|
|
1913
|
-
|
|
1914
|
-
display: -webkit-box;
|
|
1908
|
+
.Meta-module_root__12AG7 {
|
|
1909
|
+
transform: translateZ(0);
|
|
1915
1910
|
|
|
1916
|
-
|
|
1911
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1912
|
+
font-size: 12px;
|
|
1913
|
+
line-height: 15px;
|
|
1914
|
+
|
|
1915
|
+
fill: inherit;
|
|
1916
|
+
}
|
|
1917
|
+
.Meta-module_rich__1XBtZ,
|
|
1918
|
+
.Meta-module_podcast__1m4zo,
|
|
1919
|
+
.Meta-module_episode__1K2Xv,
|
|
1920
|
+
.Meta-module_simple__3vUiI,
|
|
1921
|
+
.Meta-module_slide__3g6fG,
|
|
1922
|
+
.Meta-module_card__LE1RK,
|
|
1923
|
+
.Meta-module_game__3aNlZ,
|
|
1924
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
1925
|
+
width: 100%;
|
|
1926
|
+
|
|
1927
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1928
|
+
}
|
|
1929
|
+
.Meta-module_podcast__1m4zo {
|
|
1930
|
+
fill: currentColor;
|
|
1931
|
+
}
|
|
1932
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
1933
|
+
color: rgba(255, 255, 255, 0.7);
|
|
1934
|
+
}
|
|
1935
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
1936
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
1937
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
1938
|
+
text-align: left;
|
|
1939
|
+
}
|
|
1940
|
+
@media only screen and (min-width: 64em) {
|
|
1941
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
1942
|
+
text-align: left
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
@media only screen and (min-width: 32em) {
|
|
1946
|
+
.Meta-module_episode__1K2Xv,
|
|
1947
|
+
.Meta-module_card__LE1RK,
|
|
1948
|
+
.Meta-module_slide__3g6fG,
|
|
1949
|
+
.Meta-module_game__3aNlZ,
|
|
1950
|
+
.Meta-module_center__3BBPr {
|
|
1951
|
+
text-align: center
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
.Meta-module_light__2baE- {
|
|
1955
|
+
color: rgba(255, 255, 255, 0.6);
|
|
1956
|
+
|
|
1957
|
+
fill: currentColor;
|
|
1958
|
+
}
|
|
1959
|
+
.Meta-module_dark__24y9m,
|
|
1960
|
+
.Meta-module_isDark__3g22f {
|
|
1961
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1962
|
+
}
|
|
1963
|
+
.Meta-module_episode__1K2Xv,
|
|
1964
|
+
.Meta-module_card__LE1RK,
|
|
1965
|
+
.Meta-module_slide__3g6fG,
|
|
1966
|
+
.Meta-module_podcast__1m4zo {
|
|
1967
|
+
display: -webkit-box;
|
|
1968
|
+
display: -webkit-flex;
|
|
1969
|
+
display: -ms-flexbox;
|
|
1970
|
+
display: flex;
|
|
1971
|
+
align-items: center;
|
|
1972
|
+
flex-flow: row wrap
|
|
1973
|
+
}
|
|
1974
|
+
@media only screen and (min-width: 48em) {
|
|
1975
|
+
.Meta-module_episode__1K2Xv,
|
|
1976
|
+
.Meta-module_card__LE1RK,
|
|
1977
|
+
.Meta-module_slide__3g6fG,
|
|
1978
|
+
.Meta-module_podcast__1m4zo {
|
|
1979
|
+
display: block
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1983
|
+
.Meta-module_hasSource__2lXiN {
|
|
1984
|
+
display: -webkit-box;
|
|
1985
|
+
display: -webkit-flex;
|
|
1986
|
+
display: -ms-flexbox;
|
|
1987
|
+
display: flex;
|
|
1988
|
+
flex-flow: row wrap
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
.Meta-module_bookmark__3ot3k {
|
|
1992
|
+
position: absolute;
|
|
1993
|
+
z-index: 10;
|
|
1994
|
+
right: -12px;
|
|
1995
|
+
bottom: -4px
|
|
1996
|
+
}
|
|
1997
|
+
@media only screen and (min-width: 32em) {
|
|
1998
|
+
.Meta-module_bookmark__3ot3k {
|
|
1999
|
+
display: none
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
/* VISIBILITY */
|
|
2003
|
+
@media only screen and (min-width: 32em) {
|
|
2004
|
+
.Meta-module_mobile__22LGV {
|
|
2005
|
+
display: none
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
.Meta-module_desktop__1ZGUS {
|
|
2009
|
+
display: none
|
|
2010
|
+
}
|
|
2011
|
+
@media only screen and (min-width: 32em) {
|
|
2012
|
+
.Meta-module_desktop__1ZGUS {
|
|
2013
|
+
display: block
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
/* Colors */
|
|
2018
|
+
/* Fonts */
|
|
2019
|
+
/* Gap */
|
|
2020
|
+
/* Media */
|
|
2021
|
+
/* 512 */
|
|
2022
|
+
/* 650 */
|
|
2023
|
+
/* 768 */
|
|
2024
|
+
/* 1024 */
|
|
2025
|
+
/* 1010 */
|
|
2026
|
+
/* 1200 */
|
|
2027
|
+
/* 511 */
|
|
2028
|
+
/* 1023 */
|
|
2029
|
+
/* Zindex */
|
|
2030
|
+
.Popover-module_root__1v6f_ {
|
|
2031
|
+
position: fixed;
|
|
2032
|
+
z-index: 1000;
|
|
2033
|
+
top: 0;
|
|
2034
|
+
left: 0;
|
|
2035
|
+
|
|
2036
|
+
display: -webkit-box;
|
|
2037
|
+
|
|
2038
|
+
display: -webkit-flex;
|
|
1917
2039
|
|
|
1918
2040
|
display: -ms-flexbox;
|
|
1919
2041
|
|
|
@@ -2116,78 +2238,54 @@
|
|
|
2116
2238
|
/* 511 */
|
|
2117
2239
|
/* 1023 */
|
|
2118
2240
|
/* Zindex */
|
|
2119
|
-
.
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
margin-bottom: calc(14rem / 16);
|
|
2123
|
-
padding-left: calc(18rem / 16);
|
|
2124
|
-
|
|
2125
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2126
|
-
font-size: calc(18rem / 16);
|
|
2127
|
-
line-height: calc(24rem / 16)
|
|
2241
|
+
.CardTitle-module_root__1uqqF {
|
|
2242
|
+
margin-bottom: 11px
|
|
2128
2243
|
}
|
|
2129
|
-
@media only screen and (min-width:
|
|
2130
|
-
.
|
|
2131
|
-
margin:
|
|
2132
|
-
padding-left: 38px;
|
|
2244
|
+
@media only screen and (min-width: 64em) {
|
|
2245
|
+
.CardTitle-module_root__1uqqF {
|
|
2246
|
+
margin-bottom: 10px;
|
|
2133
2247
|
|
|
2134
|
-
|
|
2135
|
-
line-height: 28px
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2139
|
-
margin-top: calc(-14rem / 16);
|
|
2140
|
-
padding-top: calc(14rem / 16)
|
|
2141
|
-
}
|
|
2142
|
-
@media only screen and (min-width: 32em) {
|
|
2143
|
-
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2144
|
-
margin-top: -20px;
|
|
2145
|
-
padding-top: 20px
|
|
2248
|
+
text-align: center
|
|
2146
2249
|
}
|
|
2147
2250
|
}
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2150
|
-
}
|
|
2151
|
-
.QuoteBlock-module_root__2GrcC:before {
|
|
2152
|
-
position: absolute;
|
|
2153
|
-
top: 5px;
|
|
2154
|
-
bottom: 7px;
|
|
2155
|
-
left: 0;
|
|
2251
|
+
.CardTitle-module_index__4FsTf {
|
|
2252
|
+
margin-bottom: 7px;
|
|
2156
2253
|
|
|
2157
|
-
|
|
2254
|
+
color: #b88b59;
|
|
2158
2255
|
|
|
2159
|
-
|
|
2256
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2257
|
+
font-size: 20px;
|
|
2258
|
+
font-weight: 700;
|
|
2259
|
+
line-height: 24px;
|
|
2260
|
+
}
|
|
2261
|
+
.CardTitle-module_title__2iTI6 {
|
|
2262
|
+
color: #1d1d1d;
|
|
2160
2263
|
|
|
2161
|
-
|
|
2162
|
-
|
|
2264
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2265
|
+
font-size: 20px;
|
|
2266
|
+
font-weight: 700;
|
|
2267
|
+
line-height: 24px
|
|
2163
2268
|
}
|
|
2164
|
-
@media only screen and (min-width:
|
|
2165
|
-
.
|
|
2166
|
-
|
|
2167
|
-
|
|
2269
|
+
@media only screen and (min-width: 64em) {
|
|
2270
|
+
.CardTitle-module_title__2iTI6 {
|
|
2271
|
+
font-size: 28px;
|
|
2272
|
+
line-height: 34px
|
|
2168
2273
|
}
|
|
2169
2274
|
}
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
margin: 0;
|
|
2175
|
-
}
|
|
2176
|
-
.QuoteBlock-module_root__2GrcC a {
|
|
2177
|
-
text-decoration: none;
|
|
2178
|
-
|
|
2179
|
-
color: inherit;
|
|
2180
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2275
|
+
/* VISIBILITY */
|
|
2276
|
+
@media only screen and (min-width: 32em) {
|
|
2277
|
+
.CardTitle-module_mobile__1_kij {
|
|
2278
|
+
display: none
|
|
2181
2279
|
}
|
|
2182
|
-
|
|
2183
|
-
|
|
2280
|
+
}
|
|
2281
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2282
|
+
display: none
|
|
2184
2283
|
}
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
margin-right: auto;
|
|
2189
|
-
margin-left: auto;
|
|
2284
|
+
@media only screen and (min-width: 32em) {
|
|
2285
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2286
|
+
display: block
|
|
2190
2287
|
}
|
|
2288
|
+
}
|
|
2191
2289
|
|
|
2192
2290
|
/* Colors */
|
|
2193
2291
|
/* Fonts */
|
|
@@ -2220,111 +2318,67 @@
|
|
|
2220
2318
|
/* 511 */
|
|
2221
2319
|
/* 1023 */
|
|
2222
2320
|
/* Zindex */
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2227
|
-
font-size: 12px;
|
|
2228
|
-
line-height: 15px;
|
|
2321
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2322
|
+
position: relative;
|
|
2229
2323
|
|
|
2230
|
-
|
|
2324
|
+
margin: 50px auto 7px
|
|
2231
2325
|
}
|
|
2232
|
-
|
|
2233
|
-
.
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
.Meta-module_slide__3g6fG,
|
|
2237
|
-
.Meta-module_card__LE1RK,
|
|
2238
|
-
.Meta-module_game__3aNlZ,
|
|
2239
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2240
|
-
width: 100%;
|
|
2241
|
-
|
|
2242
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2326
|
+
@media only screen and (min-width: 32em) {
|
|
2327
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2328
|
+
max-width: 650px;
|
|
2329
|
+
margin-top: 70px
|
|
2243
2330
|
}
|
|
2244
|
-
|
|
2245
|
-
|
|
2331
|
+
}
|
|
2332
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2333
|
+
margin-top: 0;
|
|
2246
2334
|
}
|
|
2247
|
-
.
|
|
2248
|
-
|
|
2335
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2336
|
+
margin-bottom: 0;
|
|
2249
2337
|
}
|
|
2250
|
-
.
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2338
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2339
|
+
display: inline-block;
|
|
2340
|
+
|
|
2341
|
+
vertical-align: top;
|
|
2342
|
+
letter-spacing: 1px;
|
|
2343
|
+
text-transform: uppercase;
|
|
2344
|
+
|
|
2345
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2346
|
+
font-size: 12px;
|
|
2347
|
+
font-weight: 600;
|
|
2348
|
+
line-height: 12px
|
|
2258
2349
|
}
|
|
2259
|
-
}
|
|
2260
2350
|
@media only screen and (min-width: 32em) {
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
.Meta-module_game__3aNlZ,
|
|
2265
|
-
.Meta-module_center__3BBPr {
|
|
2266
|
-
text-align: center
|
|
2351
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2352
|
+
font-size: 13px;
|
|
2353
|
+
line-height: 16px
|
|
2267
2354
|
}
|
|
2268
2355
|
}
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2356
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2357
|
+
display: block;
|
|
2271
2358
|
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
.Meta-module_episode__1K2Xv,
|
|
2279
|
-
.Meta-module_card__LE1RK,
|
|
2280
|
-
.Meta-module_slide__3g6fG,
|
|
2281
|
-
.Meta-module_podcast__1m4zo {
|
|
2282
|
-
display: -webkit-box;
|
|
2283
|
-
display: -webkit-flex;
|
|
2284
|
-
display: -ms-flexbox;
|
|
2285
|
-
display: flex;
|
|
2286
|
-
align-items: center;
|
|
2287
|
-
flex-flow: row wrap
|
|
2288
|
-
}
|
|
2289
|
-
@media only screen and (min-width: 48em) {
|
|
2290
|
-
.Meta-module_episode__1K2Xv,
|
|
2291
|
-
.Meta-module_card__LE1RK,
|
|
2292
|
-
.Meta-module_slide__3g6fG,
|
|
2293
|
-
.Meta-module_podcast__1m4zo {
|
|
2294
|
-
display: block
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
|
-
@media only screen and (max-width: 32.1875em) {
|
|
2298
|
-
.Meta-module_hasSource__2lXiN {
|
|
2299
|
-
display: -webkit-box;
|
|
2300
|
-
display: -webkit-flex;
|
|
2301
|
-
display: -ms-flexbox;
|
|
2302
|
-
display: flex;
|
|
2303
|
-
flex-flow: row wrap
|
|
2304
|
-
}
|
|
2305
|
-
}
|
|
2306
|
-
.Meta-module_bookmark__3ot3k {
|
|
2307
|
-
position: absolute;
|
|
2308
|
-
z-index: 10;
|
|
2309
|
-
right: -12px;
|
|
2310
|
-
bottom: -4px
|
|
2359
|
+
width: 120px;
|
|
2360
|
+
padding: 0 0 7px;
|
|
2361
|
+
|
|
2362
|
+
content: '';
|
|
2363
|
+
|
|
2364
|
+
border-bottom: 1px solid #ccc
|
|
2311
2365
|
}
|
|
2312
2366
|
@media only screen and (min-width: 32em) {
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2367
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2368
|
+
padding: 0 0 6px
|
|
2315
2369
|
}
|
|
2316
2370
|
}
|
|
2317
2371
|
/* VISIBILITY */
|
|
2318
2372
|
@media only screen and (min-width: 32em) {
|
|
2319
|
-
.
|
|
2373
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2320
2374
|
display: none
|
|
2321
2375
|
}
|
|
2322
2376
|
}
|
|
2323
|
-
.
|
|
2377
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2324
2378
|
display: none
|
|
2325
2379
|
}
|
|
2326
2380
|
@media only screen and (min-width: 32em) {
|
|
2327
|
-
.
|
|
2381
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2328
2382
|
display: block
|
|
2329
2383
|
}
|
|
2330
2384
|
}
|
|
@@ -2342,134 +2396,111 @@
|
|
|
2342
2396
|
/* 511 */
|
|
2343
2397
|
/* 1023 */
|
|
2344
2398
|
/* Zindex */
|
|
2345
|
-
.
|
|
2346
|
-
|
|
2399
|
+
.Cover-module_root__18Z8J {
|
|
2400
|
+
position: relative;
|
|
2347
2401
|
}
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2402
|
+
.Cover-module_body__1xs8e {
|
|
2403
|
+
position: absolute;
|
|
2404
|
+
z-index: 1;
|
|
2405
|
+
right: 0;
|
|
2406
|
+
bottom: 0;
|
|
2407
|
+
left: 0;
|
|
2351
2408
|
|
|
2352
|
-
|
|
2353
|
-
}
|
|
2354
|
-
}
|
|
2355
|
-
.CardTitle-module_index__4FsTf {
|
|
2356
|
-
margin-bottom: 7px;
|
|
2409
|
+
display: -webkit-box;
|
|
2357
2410
|
|
|
2358
|
-
|
|
2411
|
+
display: -webkit-flex;
|
|
2359
2412
|
|
|
2360
|
-
|
|
2361
|
-
font-size: 20px;
|
|
2362
|
-
font-weight: 700;
|
|
2363
|
-
line-height: 24px;
|
|
2364
|
-
}
|
|
2365
|
-
.CardTitle-module_title__2iTI6 {
|
|
2366
|
-
color: #1d1d1d;
|
|
2413
|
+
display: -ms-flexbox;
|
|
2367
2414
|
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
.CardTitle-module_title__2iTI6 {
|
|
2375
|
-
font-size: 28px;
|
|
2376
|
-
line-height: 34px
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
/* VISIBILITY */
|
|
2380
|
-
@media only screen and (min-width: 32em) {
|
|
2381
|
-
.CardTitle-module_mobile__1_kij {
|
|
2382
|
-
display: none
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2386
|
-
display: none
|
|
2415
|
+
display: flex;
|
|
2416
|
+
flex-flow: column nowrap;
|
|
2417
|
+
justify-content: flex-end;
|
|
2418
|
+
|
|
2419
|
+
min-height: 412px;
|
|
2420
|
+
padding: 0 20px 12px;
|
|
2387
2421
|
}
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
display: block
|
|
2422
|
+
.Cover-module_image__2f3Qc {
|
|
2423
|
+
position: relative;
|
|
2391
2424
|
}
|
|
2392
|
-
|
|
2425
|
+
.Cover-module_rich__1fAGA {
|
|
2426
|
+
overflow: hidden;
|
|
2393
2427
|
|
|
2394
|
-
|
|
2395
|
-
/* Fonts */
|
|
2396
|
-
/* Gap */
|
|
2397
|
-
/* Media */
|
|
2398
|
-
/* 512 */
|
|
2399
|
-
/* 650 */
|
|
2400
|
-
/* 768 */
|
|
2401
|
-
/* 1024 */
|
|
2402
|
-
/* 1010 */
|
|
2403
|
-
/* 1200 */
|
|
2404
|
-
/* 511 */
|
|
2405
|
-
/* 1023 */
|
|
2406
|
-
/* Zindex */
|
|
2407
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2408
|
-
position: relative;
|
|
2428
|
+
margin: 0 -20px;
|
|
2409
2429
|
|
|
2410
|
-
|
|
2430
|
+
border-radius: 9px 9px 0 0;
|
|
2411
2431
|
}
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2432
|
+
.Cover-module_rich__1fAGA::after {
|
|
2433
|
+
position: absolute;
|
|
2434
|
+
z-index: 1;
|
|
2435
|
+
top: 0;
|
|
2436
|
+
right: 0;
|
|
2437
|
+
bottom: 0;
|
|
2438
|
+
left: 0;
|
|
2439
|
+
|
|
2440
|
+
content: '';
|
|
2441
|
+
|
|
2442
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2443
|
+
border-radius: 10px 10px 0 0;
|
|
2416
2444
|
}
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
margin-top: 0;
|
|
2445
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2446
|
+
color: #000;
|
|
2420
2447
|
}
|
|
2421
|
-
.
|
|
2422
|
-
|
|
2448
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2449
|
+
color: #fff;
|
|
2450
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2423
2451
|
}
|
|
2424
|
-
.
|
|
2425
|
-
|
|
2452
|
+
.Cover-module_control__VXbhi {
|
|
2453
|
+
position: absolute;
|
|
2454
|
+
z-index: 10;
|
|
2455
|
+
right: 49px;
|
|
2456
|
+
bottom: 12px;
|
|
2426
2457
|
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2458
|
+
width: 28px;
|
|
2459
|
+
height: 28px;
|
|
2460
|
+
margin: 0;
|
|
2461
|
+
padding: 0;
|
|
2430
2462
|
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2463
|
+
color: #fff;
|
|
2464
|
+
border-width: 0;
|
|
2465
|
+
border-radius: 14px;
|
|
2466
|
+
outline: none;
|
|
2467
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2468
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2469
|
+
background-repeat: no-repeat;
|
|
2470
|
+
background-position: center;
|
|
2471
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2435
2472
|
}
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
font-size: 13px;
|
|
2439
|
-
line-height: 16px
|
|
2473
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2474
|
+
padding: 0 12px 12px
|
|
2440
2475
|
}
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2476
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2477
|
+
position: absolute;
|
|
2478
|
+
z-index: 1;
|
|
2479
|
+
top: 0;
|
|
2480
|
+
right: 0;
|
|
2481
|
+
bottom: 0;
|
|
2482
|
+
left: 0;
|
|
2447
2483
|
|
|
2448
2484
|
content: '';
|
|
2449
2485
|
|
|
2450
|
-
border
|
|
2451
|
-
|
|
2452
|
-
@media only screen and (min-width: 32em) {
|
|
2453
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2454
|
-
padding: 0 0 6px
|
|
2486
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2487
|
+
border-radius: 8px;
|
|
2455
2488
|
}
|
|
2456
|
-
}
|
|
2457
2489
|
/* VISIBILITY */
|
|
2458
2490
|
@media only screen and (min-width: 32em) {
|
|
2459
|
-
.
|
|
2491
|
+
.Cover-module_mobile__5DKa1 {
|
|
2460
2492
|
display: none
|
|
2461
2493
|
}
|
|
2462
2494
|
}
|
|
2463
|
-
.
|
|
2495
|
+
.Cover-module_desktop__2mrOc {
|
|
2464
2496
|
display: none
|
|
2465
2497
|
}
|
|
2466
2498
|
@media only screen and (min-width: 32em) {
|
|
2467
|
-
.
|
|
2499
|
+
.Cover-module_desktop__2mrOc {
|
|
2468
2500
|
display: block
|
|
2469
2501
|
}
|
|
2470
2502
|
}
|
|
2471
2503
|
|
|
2472
|
-
|
|
2473
2504
|
/* Colors */
|
|
2474
2505
|
/* Fonts */
|
|
2475
2506
|
/* Gap */
|
|
@@ -2483,64 +2514,180 @@
|
|
|
2483
2514
|
/* 511 */
|
|
2484
2515
|
/* 1023 */
|
|
2485
2516
|
/* Zindex */
|
|
2486
|
-
.
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2491
|
-
border-radius: 4px;
|
|
2492
|
-
border-radius: 8px;
|
|
2493
|
-
background: #FFF8C4;
|
|
2494
|
-
|
|
2495
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2496
|
-
font-size: 16px;
|
|
2497
|
-
font-weight: normal;
|
|
2498
|
-
line-height: 20px
|
|
2517
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2518
|
+
max-width: 644px;
|
|
2519
|
+
margin: 15px auto 0
|
|
2499
2520
|
}
|
|
2500
|
-
@media only screen and (min-width:
|
|
2501
|
-
.
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
font-size: 17px;
|
|
2506
|
-
line-height: 24px
|
|
2521
|
+
@media only screen and (min-width: 48em) {
|
|
2522
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2523
|
+
max-width: none;
|
|
2524
|
+
margin-top: 25px;
|
|
2525
|
+
margin-bottom: 20px
|
|
2507
2526
|
}
|
|
2508
2527
|
}
|
|
2509
|
-
.
|
|
2528
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2529
|
+
margin-bottom: 15px;
|
|
2530
|
+
}
|
|
2531
|
+
@media only screen and (min-width: 48em) {
|
|
2532
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2533
|
+
margin-top: 25px
|
|
2534
|
+
}
|
|
2535
|
+
}
|
|
2536
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2510
2537
|
margin-bottom: 0;
|
|
2511
2538
|
}
|
|
2512
|
-
.
|
|
2513
|
-
|
|
2539
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2540
|
+
display: -webkit-box;
|
|
2541
|
+
display: -webkit-flex;
|
|
2542
|
+
display: -ms-flexbox;
|
|
2543
|
+
display: flex;
|
|
2544
|
+
flex-direction: column;
|
|
2545
|
+
flex-wrap: nowrap
|
|
2514
2546
|
}
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2547
|
+
@media only screen and (min-width: 48em) {
|
|
2548
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2549
|
+
flex-direction: row
|
|
2518
2550
|
}
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2551
|
+
}
|
|
2552
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2553
|
+
flex-grow: 1;
|
|
2554
|
+
|
|
2555
|
+
width: 100%;
|
|
2556
|
+
min-width: 100%;
|
|
2557
|
+
max-width: 100%;
|
|
2558
|
+
margin-bottom: 20px
|
|
2522
2559
|
}
|
|
2523
|
-
|
|
2560
|
+
@media only screen and (min-width: 48em) {
|
|
2561
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2562
|
+
min-width: 0;
|
|
2563
|
+
max-width: none;
|
|
2564
|
+
margin-bottom: 0
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
@media only screen and (min-width: 48em) {
|
|
2568
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2569
|
+
margin-left: 15px
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2524
2573
|
max-width: 650px;
|
|
2525
2574
|
margin-right: auto;
|
|
2526
2575
|
margin-left: auto;
|
|
2527
2576
|
}
|
|
2577
|
+
/* DISPLAY */
|
|
2578
|
+
@media only screen and (min-width: 48em) {
|
|
2579
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2580
|
+
max-width: 650px
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2584
|
+
max-width: 980px;
|
|
2585
|
+
}
|
|
2586
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2587
|
+
max-width: 1680px;
|
|
2588
|
+
}
|
|
2528
2589
|
/* VISIBILITY */
|
|
2529
2590
|
@media only screen and (min-width: 32em) {
|
|
2530
|
-
.
|
|
2591
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2531
2592
|
display: none
|
|
2532
2593
|
}
|
|
2533
2594
|
}
|
|
2534
|
-
.
|
|
2595
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2535
2596
|
display: none
|
|
2536
2597
|
}
|
|
2537
2598
|
@media only screen and (min-width: 32em) {
|
|
2538
|
-
.
|
|
2599
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2539
2600
|
display: block
|
|
2540
2601
|
}
|
|
2541
2602
|
}
|
|
2542
2603
|
|
|
2543
2604
|
|
|
2605
|
+
/* Colors */
|
|
2606
|
+
/* Fonts */
|
|
2607
|
+
/* Gap */
|
|
2608
|
+
/* Media */
|
|
2609
|
+
/* 512 */
|
|
2610
|
+
/* 650 */
|
|
2611
|
+
/* 768 */
|
|
2612
|
+
/* 1024 */
|
|
2613
|
+
/* 1010 */
|
|
2614
|
+
/* 1200 */
|
|
2615
|
+
/* 511 */
|
|
2616
|
+
/* 1023 */
|
|
2617
|
+
/* Zindex */
|
|
2618
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2619
|
+
position: relative;
|
|
2620
|
+
|
|
2621
|
+
margin-bottom: calc(14rem / 16);
|
|
2622
|
+
padding-left: calc(18rem / 16);
|
|
2623
|
+
|
|
2624
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2625
|
+
font-size: calc(18rem / 16);
|
|
2626
|
+
line-height: calc(24rem / 16)
|
|
2627
|
+
}
|
|
2628
|
+
@media only screen and (min-width: 32em) {
|
|
2629
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2630
|
+
margin: 0 0 20px;
|
|
2631
|
+
padding-left: 38px;
|
|
2632
|
+
|
|
2633
|
+
font-size: 20px;
|
|
2634
|
+
line-height: 28px
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2638
|
+
margin-top: calc(-14rem / 16);
|
|
2639
|
+
padding-top: calc(14rem / 16)
|
|
2640
|
+
}
|
|
2641
|
+
@media only screen and (min-width: 32em) {
|
|
2642
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2643
|
+
margin-top: -20px;
|
|
2644
|
+
padding-top: 20px
|
|
2645
|
+
}
|
|
2646
|
+
}
|
|
2647
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2648
|
+
top: -10px;
|
|
2649
|
+
}
|
|
2650
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2651
|
+
position: absolute;
|
|
2652
|
+
top: 5px;
|
|
2653
|
+
bottom: 7px;
|
|
2654
|
+
left: 0;
|
|
2655
|
+
|
|
2656
|
+
width: 4px;
|
|
2657
|
+
|
|
2658
|
+
content: '';
|
|
2659
|
+
|
|
2660
|
+
border-radius: 2px;
|
|
2661
|
+
background-color: #ebebeb
|
|
2662
|
+
}
|
|
2663
|
+
@media only screen and (min-width: 32em) {
|
|
2664
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2665
|
+
top: 4px;
|
|
2666
|
+
bottom: 6px
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2670
|
+
margin-bottom: 0;
|
|
2671
|
+
}
|
|
2672
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2673
|
+
margin: 0;
|
|
2674
|
+
}
|
|
2675
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2676
|
+
text-decoration: none;
|
|
2677
|
+
|
|
2678
|
+
color: inherit;
|
|
2679
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2680
|
+
}
|
|
2681
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2682
|
+
color: #b88b59;
|
|
2683
|
+
}
|
|
2684
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2685
|
+
width: 100%;
|
|
2686
|
+
max-width: 650px;
|
|
2687
|
+
margin-right: auto;
|
|
2688
|
+
margin-left: auto;
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2544
2691
|
/* Colors */
|
|
2545
2692
|
/* Fonts */
|
|
2546
2693
|
/* Gap */
|
|
@@ -2657,94 +2804,226 @@
|
|
|
2657
2804
|
/* 511 */
|
|
2658
2805
|
/* 1023 */
|
|
2659
2806
|
/* Zindex */
|
|
2660
|
-
.
|
|
2661
|
-
|
|
2662
|
-
|
|
2807
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2808
|
+
margin: 18px 0;
|
|
2809
|
+
padding: 12px 12px 13px;
|
|
2810
|
+
|
|
2811
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2812
|
+
border-radius: 4px;
|
|
2813
|
+
border-radius: 8px;
|
|
2814
|
+
background: #FFF8C4;
|
|
2815
|
+
|
|
2816
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2817
|
+
font-size: 16px;
|
|
2818
|
+
font-weight: normal;
|
|
2819
|
+
line-height: 20px
|
|
2663
2820
|
}
|
|
2664
|
-
@media only screen and (min-width:
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2821
|
+
@media only screen and (min-width: 32em) {
|
|
2822
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2823
|
+
margin: 25px 0;
|
|
2824
|
+
padding: 12px 15px 13px;
|
|
2825
|
+
|
|
2826
|
+
font-size: 17px;
|
|
2827
|
+
line-height: 24px
|
|
2669
2828
|
}
|
|
2670
2829
|
}
|
|
2671
|
-
.
|
|
2672
|
-
margin-bottom:
|
|
2830
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2831
|
+
margin-bottom: 0;
|
|
2673
2832
|
}
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
margin-top: 25px
|
|
2833
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2834
|
+
margin-top: 0;
|
|
2677
2835
|
}
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2836
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2837
|
+
color: #000;
|
|
2838
|
+
box-shadow: inset 0 -1px #000;
|
|
2681
2839
|
}
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
display: -ms-flexbox;
|
|
2686
|
-
display: flex;
|
|
2687
|
-
flex-direction: column;
|
|
2688
|
-
flex-wrap: nowrap
|
|
2840
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2841
|
+
color: #b88b59;
|
|
2842
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2689
2843
|
}
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2844
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2845
|
+
max-width: 650px;
|
|
2846
|
+
margin-right: auto;
|
|
2847
|
+
margin-left: auto;
|
|
2848
|
+
}
|
|
2849
|
+
/* VISIBILITY */
|
|
2850
|
+
@media only screen and (min-width: 32em) {
|
|
2851
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2852
|
+
display: none
|
|
2693
2853
|
}
|
|
2694
2854
|
}
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
width: 100%;
|
|
2699
|
-
min-width: 100%;
|
|
2700
|
-
max-width: 100%;
|
|
2701
|
-
margin-bottom: 20px
|
|
2855
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2856
|
+
display: none
|
|
2702
2857
|
}
|
|
2703
|
-
@media only screen and (min-width:
|
|
2704
|
-
.
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2858
|
+
@media only screen and (min-width: 32em) {
|
|
2859
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2860
|
+
display: block
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
|
|
2865
|
+
/* Colors */
|
|
2866
|
+
/* Fonts */
|
|
2867
|
+
/* Gap */
|
|
2868
|
+
/* Media */
|
|
2869
|
+
/* 512 */
|
|
2870
|
+
/* 650 */
|
|
2871
|
+
/* 768 */
|
|
2872
|
+
/* 1024 */
|
|
2873
|
+
/* 1010 */
|
|
2874
|
+
/* 1200 */
|
|
2875
|
+
/* 511 */
|
|
2876
|
+
/* 1023 */
|
|
2877
|
+
/* Zindex */
|
|
2878
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2879
|
+
margin: calc(15rem / 16) 0;
|
|
2880
|
+
padding: 0;
|
|
2881
|
+
|
|
2882
|
+
list-style: none;
|
|
2883
|
+
|
|
2884
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2885
|
+
font-size: calc(18rem / 16);
|
|
2886
|
+
line-height: calc(24rem / 16)
|
|
2887
|
+
}
|
|
2888
|
+
@media only screen and (min-width: 32em) {
|
|
2889
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2890
|
+
font-size: 20px;
|
|
2891
|
+
line-height: 28px
|
|
2708
2892
|
}
|
|
2709
2893
|
}
|
|
2710
2894
|
@media only screen and (min-width: 48em) {
|
|
2711
|
-
.
|
|
2712
|
-
margin
|
|
2895
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2896
|
+
margin: 20px 0
|
|
2713
2897
|
}
|
|
2714
2898
|
}
|
|
2715
|
-
.
|
|
2899
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2900
|
+
margin-top: 0;
|
|
2901
|
+
}
|
|
2902
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2903
|
+
margin-bottom: 0;
|
|
2904
|
+
}
|
|
2905
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2906
|
+
color: inherit;
|
|
2907
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2908
|
+
}
|
|
2909
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2910
|
+
color: #b88b59;
|
|
2911
|
+
}
|
|
2912
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2913
|
+
position: relative;
|
|
2914
|
+
|
|
2915
|
+
margin-bottom: 6px;
|
|
2916
|
+
}
|
|
2917
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2918
|
+
position: relative;
|
|
2919
|
+
|
|
2920
|
+
white-space: pre-wrap;
|
|
2921
|
+
|
|
2922
|
+
background-color: #fff3bc;
|
|
2923
|
+
|
|
2924
|
+
font-weight: inherit;
|
|
2925
|
+
font-style: inherit
|
|
2926
|
+
}
|
|
2927
|
+
@media only screen and (min-width: 32em) {
|
|
2928
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2929
|
+
padding-bottom: 1px
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2933
|
+
color: inherit;
|
|
2934
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2935
|
+
}
|
|
2936
|
+
.ListBlock-module_ol__21CgV {
|
|
2937
|
+
counter-reset: list 0;
|
|
2938
|
+
}
|
|
2939
|
+
.ListBlock-module_ol__21CgV li {
|
|
2940
|
+
padding: 0 0 0 33px;
|
|
2941
|
+
}
|
|
2942
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2943
|
+
position: absolute;
|
|
2944
|
+
left: 0;
|
|
2945
|
+
|
|
2946
|
+
width: 23px;
|
|
2947
|
+
|
|
2948
|
+
content: counter(list) '. ';
|
|
2949
|
+
counter-increment: list;
|
|
2950
|
+
text-align: right;
|
|
2951
|
+
white-space: nowrap;
|
|
2952
|
+
}
|
|
2953
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2954
|
+
padding: 0 0 0 23px
|
|
2955
|
+
}
|
|
2956
|
+
@media only screen and (min-width: 48em) {
|
|
2957
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2958
|
+
padding: 0 0 0 38px
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2962
|
+
margin-bottom: 0;
|
|
2963
|
+
}
|
|
2964
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2965
|
+
position: absolute;
|
|
2966
|
+
top: 0;
|
|
2967
|
+
left: 5px;
|
|
2968
|
+
|
|
2969
|
+
width: 8px;
|
|
2970
|
+
|
|
2971
|
+
content: '\2022';
|
|
2972
|
+
text-align: center;
|
|
2973
|
+
|
|
2974
|
+
color: #b88b59;
|
|
2975
|
+
|
|
2976
|
+
font-size: 18px;
|
|
2977
|
+
line-height: inherit
|
|
2978
|
+
}
|
|
2979
|
+
@media only screen and (min-width: 48em) {
|
|
2980
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2981
|
+
left: 0;
|
|
2982
|
+
|
|
2983
|
+
width: 36px;
|
|
2984
|
+
|
|
2985
|
+
text-align: center;
|
|
2986
|
+
|
|
2987
|
+
font-size: 20px
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
.ListBlock-module_center__tdIwd {
|
|
2716
2991
|
max-width: 650px;
|
|
2717
2992
|
margin-right: auto;
|
|
2718
2993
|
margin-left: auto;
|
|
2719
2994
|
}
|
|
2720
|
-
|
|
2995
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2996
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2997
|
+
font-size: 1rem;
|
|
2998
|
+
line-height: calc(20rem / 16)
|
|
2999
|
+
}
|
|
2721
3000
|
@media only screen and (min-width: 48em) {
|
|
2722
|
-
.
|
|
2723
|
-
|
|
3001
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3002
|
+
font-size: 17px;
|
|
3003
|
+
line-height: 24px
|
|
2724
3004
|
}
|
|
2725
3005
|
}
|
|
2726
|
-
.
|
|
2727
|
-
|
|
3006
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3007
|
+
color: inherit;
|
|
2728
3008
|
}
|
|
2729
|
-
.
|
|
2730
|
-
|
|
3009
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3010
|
+
color: #b88b59;
|
|
2731
3011
|
}
|
|
2732
3012
|
/* VISIBILITY */
|
|
2733
3013
|
@media only screen and (min-width: 32em) {
|
|
2734
|
-
.
|
|
3014
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2735
3015
|
display: none
|
|
2736
3016
|
}
|
|
2737
3017
|
}
|
|
2738
|
-
.
|
|
3018
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2739
3019
|
display: none
|
|
2740
3020
|
}
|
|
2741
3021
|
@media only screen and (min-width: 32em) {
|
|
2742
|
-
.
|
|
3022
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2743
3023
|
display: block
|
|
2744
3024
|
}
|
|
2745
3025
|
}
|
|
2746
3026
|
|
|
2747
|
-
|
|
2748
3027
|
/* Colors */
|
|
2749
3028
|
/* Fonts */
|
|
2750
3029
|
/* Gap */
|
|
@@ -3052,75 +3331,202 @@
|
|
|
3052
3331
|
/* 511 */
|
|
3053
3332
|
/* 1023 */
|
|
3054
3333
|
/* Zindex */
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
position: relative;
|
|
3334
|
+
.SourceBlock-module_root__1P3XD {
|
|
3335
|
+
display: block;
|
|
3058
3336
|
|
|
3059
|
-
|
|
3337
|
+
margin: 18px 0 15px;
|
|
3338
|
+
padding: 12px 11px 17px;
|
|
3060
3339
|
|
|
3061
|
-
|
|
3062
|
-
|
|
3340
|
+
color: #000;
|
|
3341
|
+
border-radius: 2px 8px 8px 2px;
|
|
3342
|
+
background-color: #f5f5f5;
|
|
3343
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3063
3344
|
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3067
|
-
inset 0 -1px #b3b3b3
|
|
3345
|
+
font-size: 16px;
|
|
3346
|
+
line-height: 20px
|
|
3068
3347
|
}
|
|
3069
3348
|
@media only screen and (min-width: 48em) {
|
|
3070
|
-
|
|
3071
|
-
|
|
3349
|
+
.SourceBlock-module_root__1P3XD {
|
|
3350
|
+
margin-top: 25px;
|
|
3351
|
+
margin-bottom: 25px;
|
|
3352
|
+
padding: 18px 16px 16px
|
|
3072
3353
|
}
|
|
3073
3354
|
}
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
inset 0 -1px #999;
|
|
3355
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3356
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3357
|
+
background-color: #ededed;
|
|
3078
3358
|
}
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
background-color: #f4efe9;
|
|
3082
|
-
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3083
|
-
inset 0 -1px #b88b58;
|
|
3359
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3360
|
+
margin: 0;
|
|
3084
3361
|
}
|
|
3085
|
-
.
|
|
3086
|
-
|
|
3362
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3363
|
+
text-decoration: none;
|
|
3087
3364
|
|
|
3088
|
-
|
|
3089
|
-
font-size: calc(18rem / 16);
|
|
3090
|
-
line-height: calc(24rem / 16)
|
|
3365
|
+
color: inherit;
|
|
3091
3366
|
}
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3367
|
+
.SourceBlock-module_text__Si4vm {
|
|
3368
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3369
|
+
}
|
|
3370
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3371
|
+
margin: 0;
|
|
3095
3372
|
|
|
3096
|
-
|
|
3097
|
-
|
|
3373
|
+
font-size: 16px;
|
|
3374
|
+
line-height: 22px
|
|
3375
|
+
}
|
|
3376
|
+
@media only screen and (min-width: 48em) {
|
|
3377
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3378
|
+
font-size: 18px;
|
|
3379
|
+
line-height: 26px
|
|
3098
3380
|
}
|
|
3099
3381
|
}
|
|
3100
|
-
.
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
.
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
.SimpleBlock-module_context_p__33saY a {
|
|
3107
|
-
text-decoration: none;
|
|
3382
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3383
|
+
margin-top: 12px;
|
|
3384
|
+
}
|
|
3385
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3386
|
+
margin-top: 12px;
|
|
3387
|
+
padding-top: 10px;
|
|
3108
3388
|
|
|
3109
|
-
|
|
3110
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3389
|
+
border-top: 1px solid #d6d6d6
|
|
3111
3390
|
}
|
|
3112
|
-
|
|
3113
|
-
.
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3117
|
-
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3118
|
-
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3119
|
-
color: #b88b59;
|
|
3391
|
+
@media only screen and (min-width: 48em) {
|
|
3392
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3393
|
+
margin-top: 18px;
|
|
3394
|
+
padding-top: 12px
|
|
3120
3395
|
}
|
|
3121
|
-
|
|
3122
|
-
.
|
|
3123
|
-
|
|
3396
|
+
}
|
|
3397
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3398
|
+
letter-spacing: 1px;
|
|
3399
|
+
text-transform: uppercase;
|
|
3400
|
+
pointer-events: none;
|
|
3401
|
+
|
|
3402
|
+
color: #292929;
|
|
3403
|
+
|
|
3404
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3405
|
+
font-size: 16px;
|
|
3406
|
+
font-weight: bold;
|
|
3407
|
+
font-style: normal;
|
|
3408
|
+
line-height: 22px
|
|
3409
|
+
}
|
|
3410
|
+
@media only screen and (min-width: 48em) {
|
|
3411
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3412
|
+
font-size: 18px;
|
|
3413
|
+
line-height: 26px
|
|
3414
|
+
}
|
|
3415
|
+
}
|
|
3416
|
+
.SourceBlock-module_center__3P93B {
|
|
3417
|
+
max-width: 650px;
|
|
3418
|
+
margin-right: auto;
|
|
3419
|
+
margin-left: auto;
|
|
3420
|
+
}
|
|
3421
|
+
/* VISIBILITY */
|
|
3422
|
+
@media only screen and (min-width: 32em) {
|
|
3423
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3424
|
+
display: none
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3428
|
+
display: none
|
|
3429
|
+
}
|
|
3430
|
+
@media only screen and (min-width: 32em) {
|
|
3431
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3432
|
+
display: block
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
/* Dark theme */
|
|
3436
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3437
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3438
|
+
background-color: #262626;
|
|
3439
|
+
color: inherit;
|
|
3440
|
+
}
|
|
3441
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3442
|
+
color: #b8b8b8;
|
|
3443
|
+
}
|
|
3444
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3445
|
+
border-top-color: #3d3d3d;
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
/* Colors */
|
|
3449
|
+
/* Fonts */
|
|
3450
|
+
/* Gap */
|
|
3451
|
+
/* Media */
|
|
3452
|
+
/* 512 */
|
|
3453
|
+
/* 650 */
|
|
3454
|
+
/* 768 */
|
|
3455
|
+
/* 1024 */
|
|
3456
|
+
/* 1010 */
|
|
3457
|
+
/* 1200 */
|
|
3458
|
+
/* 511 */
|
|
3459
|
+
/* 1023 */
|
|
3460
|
+
/* Zindex */
|
|
3461
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3462
|
+
span[data-body] {
|
|
3463
|
+
position: relative;
|
|
3464
|
+
|
|
3465
|
+
padding: 0 4px;
|
|
3466
|
+
|
|
3467
|
+
cursor: pointer;
|
|
3468
|
+
white-space: pre-wrap;
|
|
3469
|
+
|
|
3470
|
+
border-radius: 4px;
|
|
3471
|
+
background: #f8f8f8;
|
|
3472
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3473
|
+
inset 0 -1px #b3b3b3
|
|
3474
|
+
}
|
|
3475
|
+
@media only screen and (min-width: 48em) {
|
|
3476
|
+
span[data-body] {
|
|
3477
|
+
padding-bottom: 1px
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
span[data-body]:hover {
|
|
3481
|
+
background: #f3f3f3;
|
|
3482
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3483
|
+
inset 0 -1px #999;
|
|
3484
|
+
}
|
|
3485
|
+
span[data-highlight='true'],
|
|
3486
|
+
span[data-highlight='true']:hover {
|
|
3487
|
+
background-color: #f4efe9;
|
|
3488
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3489
|
+
inset 0 -1px #b88b58;
|
|
3490
|
+
}
|
|
3491
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3492
|
+
margin: 0 0 14px;
|
|
3493
|
+
|
|
3494
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3495
|
+
font-size: calc(18rem / 16);
|
|
3496
|
+
line-height: calc(24rem / 16)
|
|
3497
|
+
}
|
|
3498
|
+
@media only screen and (min-width: 32em) {
|
|
3499
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3500
|
+
margin: 0 0 20px;
|
|
3501
|
+
|
|
3502
|
+
font-size: 20px;
|
|
3503
|
+
line-height: 28px
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
3506
|
+
.SimpleBlock-module_p__Q3azD a,
|
|
3507
|
+
.SimpleBlock-module_h2__S0LRs a,
|
|
3508
|
+
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3509
|
+
.SimpleBlock-module_h4__2TJO3 a,
|
|
3510
|
+
.SimpleBlock-module_lead__35nXx a,
|
|
3511
|
+
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3512
|
+
.SimpleBlock-module_context_p__33saY a {
|
|
3513
|
+
text-decoration: none;
|
|
3514
|
+
|
|
3515
|
+
color: inherit;
|
|
3516
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3517
|
+
}
|
|
3518
|
+
.SimpleBlock-module_p__Q3azD a:hover,
|
|
3519
|
+
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
3520
|
+
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3521
|
+
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3522
|
+
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3523
|
+
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3524
|
+
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3525
|
+
color: #b88b59;
|
|
3526
|
+
}
|
|
3527
|
+
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3528
|
+
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3529
|
+
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3124
3530
|
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3125
3531
|
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3126
3532
|
margin-top: 0;
|
|
@@ -3498,6 +3904,7 @@ a mark {
|
|
|
3498
3904
|
box-shadow: inset 0 -1px #b88b59;
|
|
3499
3905
|
}
|
|
3500
3906
|
|
|
3907
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3501
3908
|
/* Colors */
|
|
3502
3909
|
/* Fonts */
|
|
3503
3910
|
/* Gap */
|
|
@@ -3511,102 +3918,285 @@ a mark {
|
|
|
3511
3918
|
/* 511 */
|
|
3512
3919
|
/* 1023 */
|
|
3513
3920
|
/* Zindex */
|
|
3514
|
-
.
|
|
3921
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
3515
3922
|
position: relative;
|
|
3516
3923
|
|
|
3517
|
-
|
|
3518
|
-
margin: 15px 0;
|
|
3519
|
-
padding: 24px 0 25px
|
|
3520
|
-
}
|
|
3521
|
-
@media only screen and (min-width: 32em) {
|
|
3522
|
-
.Spoiler-module_root__1OfSR {
|
|
3523
|
-
display: -webkit-box;
|
|
3524
|
-
display: -webkit-flex;
|
|
3525
|
-
display: -ms-flexbox;
|
|
3526
|
-
display: flex;
|
|
3527
|
-
flex-flow: column nowrap;
|
|
3528
|
-
|
|
3529
|
-
margin: 25px auto 20px;
|
|
3530
|
-
padding: 23px 0
|
|
3531
|
-
}
|
|
3532
|
-
}
|
|
3533
|
-
.Spoiler-module_root__1OfSR::before,
|
|
3534
|
-
.Spoiler-module_root__1OfSR::after {
|
|
3535
|
-
position: absolute;
|
|
3536
|
-
left: 50%;
|
|
3537
|
-
z-index: 10;
|
|
3538
|
-
|
|
3539
|
-
width: 100%;
|
|
3540
|
-
max-width: 650px;
|
|
3541
|
-
margin: 0 auto;
|
|
3924
|
+
display: inline-block;
|
|
3542
3925
|
|
|
3543
|
-
|
|
3544
|
-
|
|
3926
|
+
width: 18px;
|
|
3927
|
+
height: 18px;
|
|
3545
3928
|
|
|
3546
|
-
|
|
3929
|
+
vertical-align: middle;
|
|
3547
3930
|
}
|
|
3548
|
-
.
|
|
3549
|
-
|
|
3931
|
+
.MetaItemLive-module_gold__3yZEV {
|
|
3932
|
+
color: #b88b59;
|
|
3550
3933
|
}
|
|
3551
|
-
.
|
|
3934
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
3935
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
3936
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
3937
|
+
position: absolute;
|
|
3938
|
+
top: 0;
|
|
3939
|
+
right: 0;
|
|
3552
3940
|
bottom: 0;
|
|
3941
|
+
left: 0;
|
|
3942
|
+
z-index: 0;
|
|
3553
3943
|
}
|
|
3554
|
-
.
|
|
3555
|
-
margin-
|
|
3556
|
-
|
|
3557
|
-
.Spoiler-module_root__1OfSR:first-child {
|
|
3558
|
-
margin-top: 0;
|
|
3559
|
-
}
|
|
3560
|
-
.Spoiler-module_header__1rZUs {
|
|
3561
|
-
display: -webkit-box;
|
|
3562
|
-
display: -webkit-flex;
|
|
3563
|
-
display: -ms-flexbox;
|
|
3564
|
-
display: flex;
|
|
3565
|
-
flex-flow: column nowrap;
|
|
3566
|
-
justify-content: center;
|
|
3944
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
3945
|
+
margin-top: -4px;
|
|
3946
|
+
margin-right: 1px;
|
|
3567
3947
|
|
|
3568
|
-
|
|
3569
|
-
max-width: 650px;
|
|
3570
|
-
margin-right: auto;
|
|
3571
|
-
margin-left: auto;
|
|
3948
|
+
transform: translateY(1px);
|
|
3572
3949
|
}
|
|
3573
|
-
.
|
|
3574
|
-
|
|
3575
|
-
|
|
3950
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
3951
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
3952
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
3576
3953
|
|
|
3577
|
-
|
|
3578
|
-
|
|
3954
|
+
border-radius: 50%;
|
|
3955
|
+
transform: scale(0);
|
|
3579
3956
|
|
|
3580
|
-
|
|
3581
|
-
line-height: 26px
|
|
3582
|
-
}
|
|
3583
|
-
@media only screen and (min-width: 32em) {
|
|
3584
|
-
.Spoiler-module_header__1rZUs h3 {
|
|
3585
|
-
margin-bottom: 20px;
|
|
3957
|
+
-webkit-animation-duration: 1.05s;
|
|
3586
3958
|
|
|
3587
|
-
|
|
3588
|
-
|
|
3959
|
+
animation-duration: 1.05s;
|
|
3960
|
+
-webkit-animation-timing-function: linear;
|
|
3961
|
+
animation-timing-function: linear;
|
|
3962
|
+
-webkit-animation-iteration-count: infinite;
|
|
3963
|
+
animation-iteration-count: infinite;
|
|
3589
3964
|
}
|
|
3590
|
-
|
|
3591
|
-
.Spoiler-module_body__Q1e_c {
|
|
3592
|
-
display: none;
|
|
3965
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
3593
3966
|
|
|
3594
|
-
|
|
3595
|
-
|
|
3967
|
+
background: currentColor;
|
|
3968
|
+
|
|
3969
|
+
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
3970
|
+
|
|
3971
|
+
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
3596
3972
|
}
|
|
3597
|
-
|
|
3598
|
-
.
|
|
3599
|
-
order: 2;
|
|
3973
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
3974
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
3600
3975
|
|
|
3601
|
-
|
|
3602
|
-
|
|
3976
|
+
border: 1px solid currentColor;
|
|
3977
|
+
|
|
3978
|
+
content: '';
|
|
3603
3979
|
}
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3980
|
+
.MetaItemLive-module_root__2mpD3::before {
|
|
3981
|
+
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
3982
|
+
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
3607
3983
|
}
|
|
3608
|
-
|
|
3609
|
-
|
|
3984
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
3985
|
+
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
3986
|
+
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
3987
|
+
}
|
|
3988
|
+
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
3989
|
+
14% {
|
|
3990
|
+
transform: scale(0);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
30% {
|
|
3994
|
+
transform: scale(0.22);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
63% {
|
|
3998
|
+
transform: scale(0.22);
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
70% {
|
|
4002
|
+
transform: scale(0);
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
100% {
|
|
4006
|
+
transform: scale(0);
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4010
|
+
14% {
|
|
4011
|
+
transform: scale(0);
|
|
4012
|
+
}
|
|
4013
|
+
|
|
4014
|
+
30% {
|
|
4015
|
+
transform: scale(0.22);
|
|
4016
|
+
}
|
|
4017
|
+
|
|
4018
|
+
63% {
|
|
4019
|
+
transform: scale(0.22);
|
|
4020
|
+
}
|
|
4021
|
+
|
|
4022
|
+
70% {
|
|
4023
|
+
transform: scale(0);
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
100% {
|
|
4027
|
+
transform: scale(0);
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4031
|
+
21% {
|
|
4032
|
+
transform: scale(0.1);
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4035
|
+
53% {
|
|
4036
|
+
transform: scale(0.33);
|
|
4037
|
+
}
|
|
4038
|
+
|
|
4039
|
+
100% {
|
|
4040
|
+
transform: scale(0.66);
|
|
4041
|
+
|
|
4042
|
+
opacity: 0;
|
|
4043
|
+
}
|
|
4044
|
+
}
|
|
4045
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4046
|
+
21% {
|
|
4047
|
+
transform: scale(0.1);
|
|
4048
|
+
}
|
|
4049
|
+
|
|
4050
|
+
53% {
|
|
4051
|
+
transform: scale(0.33);
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
100% {
|
|
4055
|
+
transform: scale(0.66);
|
|
4056
|
+
|
|
4057
|
+
opacity: 0;
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
4060
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4061
|
+
21% {
|
|
4062
|
+
transform: scale(0.22);
|
|
4063
|
+
}
|
|
4064
|
+
|
|
4065
|
+
53% {
|
|
4066
|
+
transform: scale(0.55);
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
100% {
|
|
4070
|
+
transform: scale(0.88);
|
|
4071
|
+
|
|
4072
|
+
opacity: 0;
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4076
|
+
21% {
|
|
4077
|
+
transform: scale(0.22);
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4080
|
+
53% {
|
|
4081
|
+
transform: scale(0.55);
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
100% {
|
|
4085
|
+
transform: scale(0.88);
|
|
4086
|
+
|
|
4087
|
+
opacity: 0;
|
|
4088
|
+
}
|
|
4089
|
+
}
|
|
4090
|
+
|
|
4091
|
+
/* Colors */
|
|
4092
|
+
/* Fonts */
|
|
4093
|
+
/* Gap */
|
|
4094
|
+
/* Media */
|
|
4095
|
+
/* 512 */
|
|
4096
|
+
/* 650 */
|
|
4097
|
+
/* 768 */
|
|
4098
|
+
/* 1024 */
|
|
4099
|
+
/* 1010 */
|
|
4100
|
+
/* 1200 */
|
|
4101
|
+
/* 511 */
|
|
4102
|
+
/* 1023 */
|
|
4103
|
+
/* Zindex */
|
|
4104
|
+
.Spoiler-module_root__1OfSR {
|
|
4105
|
+
position: relative;
|
|
4106
|
+
|
|
4107
|
+
width: 100%;
|
|
4108
|
+
margin: 15px 0;
|
|
4109
|
+
padding: 24px 0 25px
|
|
4110
|
+
}
|
|
4111
|
+
@media only screen and (min-width: 32em) {
|
|
4112
|
+
.Spoiler-module_root__1OfSR {
|
|
4113
|
+
display: -webkit-box;
|
|
4114
|
+
display: -webkit-flex;
|
|
4115
|
+
display: -ms-flexbox;
|
|
4116
|
+
display: flex;
|
|
4117
|
+
flex-flow: column nowrap;
|
|
4118
|
+
|
|
4119
|
+
margin: 25px auto 20px;
|
|
4120
|
+
padding: 23px 0
|
|
4121
|
+
}
|
|
4122
|
+
}
|
|
4123
|
+
.Spoiler-module_root__1OfSR::before,
|
|
4124
|
+
.Spoiler-module_root__1OfSR::after {
|
|
4125
|
+
position: absolute;
|
|
4126
|
+
left: 50%;
|
|
4127
|
+
z-index: 10;
|
|
4128
|
+
|
|
4129
|
+
width: 100%;
|
|
4130
|
+
max-width: 650px;
|
|
4131
|
+
margin: 0 auto;
|
|
4132
|
+
|
|
4133
|
+
border-top: 3px solid rgba(0, 0, 0, 0.1);
|
|
4134
|
+
transform: translateX(-50%);
|
|
4135
|
+
|
|
4136
|
+
content: '';
|
|
4137
|
+
}
|
|
4138
|
+
.Spoiler-module_root__1OfSR::before {
|
|
4139
|
+
top: 0;
|
|
4140
|
+
}
|
|
4141
|
+
.Spoiler-module_root__1OfSR::after {
|
|
4142
|
+
bottom: 0;
|
|
4143
|
+
}
|
|
4144
|
+
.Spoiler-module_root__1OfSR:last-child {
|
|
4145
|
+
margin-bottom: 0;
|
|
4146
|
+
}
|
|
4147
|
+
.Spoiler-module_root__1OfSR:first-child {
|
|
4148
|
+
margin-top: 0;
|
|
4149
|
+
}
|
|
4150
|
+
.Spoiler-module_header__1rZUs {
|
|
4151
|
+
display: -webkit-box;
|
|
4152
|
+
display: -webkit-flex;
|
|
4153
|
+
display: -ms-flexbox;
|
|
4154
|
+
display: flex;
|
|
4155
|
+
flex-flow: column nowrap;
|
|
4156
|
+
justify-content: center;
|
|
4157
|
+
|
|
4158
|
+
width: 100%;
|
|
4159
|
+
max-width: 650px;
|
|
4160
|
+
margin-right: auto;
|
|
4161
|
+
margin-left: auto;
|
|
4162
|
+
}
|
|
4163
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
4164
|
+
margin-top: 0;
|
|
4165
|
+
margin-bottom: 18px;
|
|
4166
|
+
|
|
4167
|
+
font-weight: 700;
|
|
4168
|
+
font-size: 21px;
|
|
4169
|
+
|
|
4170
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4171
|
+
line-height: 26px
|
|
4172
|
+
}
|
|
4173
|
+
@media only screen and (min-width: 32em) {
|
|
4174
|
+
.Spoiler-module_header__1rZUs h3 {
|
|
4175
|
+
margin-bottom: 20px;
|
|
4176
|
+
|
|
4177
|
+
font-size: 28px;
|
|
4178
|
+
line-height: 34px
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
.Spoiler-module_body__Q1e_c {
|
|
4182
|
+
display: none;
|
|
4183
|
+
|
|
4184
|
+
width: 100%;
|
|
4185
|
+
padding-bottom: 13px
|
|
4186
|
+
}
|
|
4187
|
+
@media only screen and (min-width: 32em) {
|
|
4188
|
+
.Spoiler-module_body__Q1e_c {
|
|
4189
|
+
order: 2;
|
|
4190
|
+
|
|
4191
|
+
padding-top: 25px;
|
|
4192
|
+
padding-bottom: 0
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
4196
|
+
min-height: auto
|
|
4197
|
+
}
|
|
4198
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4199
|
+
.Spoiler-module_spoiled__1A5r4 {
|
|
3610
4200
|
padding-bottom: 0
|
|
3611
4201
|
}
|
|
3612
4202
|
}
|
|
@@ -3790,148 +4380,21 @@ a mark {
|
|
|
3790
4380
|
/* 511 */
|
|
3791
4381
|
/* 1023 */
|
|
3792
4382
|
/* Zindex */
|
|
3793
|
-
.
|
|
3794
|
-
display:
|
|
4383
|
+
.MetaItem-module_root__2VQom {
|
|
4384
|
+
display: inline;
|
|
3795
4385
|
|
|
3796
|
-
margin:
|
|
3797
|
-
|
|
4386
|
+
margin-right: 15px;
|
|
4387
|
+
}
|
|
4388
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4389
|
+
display: inline-block;
|
|
3798
4390
|
|
|
3799
|
-
|
|
3800
|
-
border-radius: 2px 8px 8px 2px;
|
|
3801
|
-
background-color: #f5f5f5;
|
|
3802
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
4391
|
+
margin-right: 1px;
|
|
3803
4392
|
|
|
3804
|
-
|
|
3805
|
-
line-height: 20px
|
|
3806
|
-
}
|
|
3807
|
-
@media only screen and (min-width: 48em) {
|
|
3808
|
-
.SourceBlock-module_root__1P3XD {
|
|
3809
|
-
margin-top: 25px;
|
|
3810
|
-
margin-bottom: 25px;
|
|
3811
|
-
padding: 18px 16px 16px
|
|
3812
|
-
}
|
|
3813
|
-
}
|
|
3814
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3815
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3816
|
-
background-color: #ededed;
|
|
3817
|
-
}
|
|
3818
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3819
|
-
margin: 0;
|
|
3820
|
-
}
|
|
3821
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3822
|
-
text-decoration: none;
|
|
4393
|
+
vertical-align: top;
|
|
3823
4394
|
|
|
3824
4395
|
color: inherit;
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3828
|
-
}
|
|
3829
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3830
|
-
margin: 0;
|
|
3831
|
-
|
|
3832
|
-
font-size: 16px;
|
|
3833
|
-
line-height: 22px
|
|
3834
|
-
}
|
|
3835
|
-
@media only screen and (min-width: 48em) {
|
|
3836
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3837
|
-
font-size: 18px;
|
|
3838
|
-
line-height: 26px
|
|
3839
|
-
}
|
|
3840
|
-
}
|
|
3841
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3842
|
-
margin-top: 12px;
|
|
3843
|
-
}
|
|
3844
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3845
|
-
margin-top: 12px;
|
|
3846
|
-
padding-top: 10px;
|
|
3847
|
-
|
|
3848
|
-
border-top: 1px solid #d6d6d6
|
|
3849
|
-
}
|
|
3850
|
-
@media only screen and (min-width: 48em) {
|
|
3851
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3852
|
-
margin-top: 18px;
|
|
3853
|
-
padding-top: 12px
|
|
3854
|
-
}
|
|
3855
|
-
}
|
|
3856
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3857
|
-
letter-spacing: 1px;
|
|
3858
|
-
text-transform: uppercase;
|
|
3859
|
-
pointer-events: none;
|
|
3860
|
-
|
|
3861
|
-
color: #292929;
|
|
3862
|
-
|
|
3863
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3864
|
-
font-size: 16px;
|
|
3865
|
-
font-weight: bold;
|
|
3866
|
-
font-style: normal;
|
|
3867
|
-
line-height: 22px
|
|
3868
|
-
}
|
|
3869
|
-
@media only screen and (min-width: 48em) {
|
|
3870
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3871
|
-
font-size: 18px;
|
|
3872
|
-
line-height: 26px
|
|
3873
|
-
}
|
|
3874
|
-
}
|
|
3875
|
-
.SourceBlock-module_center__3P93B {
|
|
3876
|
-
max-width: 650px;
|
|
3877
|
-
margin-right: auto;
|
|
3878
|
-
margin-left: auto;
|
|
3879
|
-
}
|
|
3880
|
-
/* VISIBILITY */
|
|
3881
|
-
@media only screen and (min-width: 32em) {
|
|
3882
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3883
|
-
display: none
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3887
|
-
display: none
|
|
3888
|
-
}
|
|
3889
|
-
@media only screen and (min-width: 32em) {
|
|
3890
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3891
|
-
display: block
|
|
3892
|
-
}
|
|
3893
|
-
}
|
|
3894
|
-
/* Dark theme */
|
|
3895
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
3896
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3897
|
-
background-color: #262626;
|
|
3898
|
-
color: inherit;
|
|
3899
|
-
}
|
|
3900
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3901
|
-
color: #b8b8b8;
|
|
3902
|
-
}
|
|
3903
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
3904
|
-
border-top-color: #3d3d3d;
|
|
3905
|
-
}
|
|
3906
|
-
|
|
3907
|
-
/* Colors */
|
|
3908
|
-
/* Fonts */
|
|
3909
|
-
/* Gap */
|
|
3910
|
-
/* Media */
|
|
3911
|
-
/* 512 */
|
|
3912
|
-
/* 650 */
|
|
3913
|
-
/* 768 */
|
|
3914
|
-
/* 1024 */
|
|
3915
|
-
/* 1010 */
|
|
3916
|
-
/* 1200 */
|
|
3917
|
-
/* 511 */
|
|
3918
|
-
/* 1023 */
|
|
3919
|
-
/* Zindex */
|
|
3920
|
-
.MetaItem-module_root__2VQom {
|
|
3921
|
-
display: inline;
|
|
3922
|
-
|
|
3923
|
-
margin-right: 15px;
|
|
3924
|
-
}
|
|
3925
|
-
.MetaItem-module_root__2VQom > svg {
|
|
3926
|
-
display: inline-block;
|
|
3927
|
-
|
|
3928
|
-
margin-right: 1px;
|
|
3929
|
-
|
|
3930
|
-
vertical-align: top;
|
|
3931
|
-
|
|
3932
|
-
color: inherit;
|
|
3933
|
-
|
|
3934
|
-
fill: currentColor;
|
|
4396
|
+
|
|
4397
|
+
fill: currentColor;
|
|
3935
4398
|
}
|
|
3936
4399
|
.MetaItem-module_root__2VQom a {
|
|
3937
4400
|
display: inline;
|
|
@@ -4047,154 +4510,114 @@ a mark {
|
|
|
4047
4510
|
/* 511 */
|
|
4048
4511
|
/* 1023 */
|
|
4049
4512
|
/* Zindex */
|
|
4050
|
-
.
|
|
4051
|
-
|
|
4052
|
-
padding: 0;
|
|
4513
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4514
|
+
display: block;
|
|
4053
4515
|
|
|
4054
|
-
|
|
4516
|
+
height: 100%;
|
|
4517
|
+
margin: 0;
|
|
4518
|
+
padding: 0 1px 0 0;
|
|
4055
4519
|
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4520
|
+
cursor: pointer;
|
|
4521
|
+
|
|
4522
|
+
color: #000;
|
|
4523
|
+
border-width: 0;
|
|
4524
|
+
outline: none;
|
|
4525
|
+
background-color: transparent;
|
|
4526
|
+
|
|
4527
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4528
|
+
font-weight: normal;
|
|
4529
|
+
line-height: 1;
|
|
4530
|
+
|
|
4531
|
+
-webkit-appearance: none;
|
|
4532
|
+
|
|
4533
|
+
-moz-appearance: none;
|
|
4534
|
+
|
|
4535
|
+
appearance: none;
|
|
4536
|
+
font-size: 16px;
|
|
4069
4537
|
}
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4538
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4539
|
+
position: absolute;
|
|
4540
|
+
top: 0;
|
|
4541
|
+
right: 0;
|
|
4542
|
+
bottom: 0;
|
|
4543
|
+
left: 0;
|
|
4544
|
+
|
|
4545
|
+
content: '';
|
|
4073
4546
|
}
|
|
4074
|
-
.
|
|
4075
|
-
|
|
4547
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4548
|
+
opacity: 0.6;
|
|
4076
4549
|
}
|
|
4077
|
-
.
|
|
4078
|
-
|
|
4079
|
-
|
|
4550
|
+
.ToolbarButton-module_isDark__2q5U7,
|
|
4551
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4552
|
+
color: #fff;
|
|
4080
4553
|
}
|
|
4081
|
-
.
|
|
4082
|
-
|
|
4554
|
+
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4555
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4556
|
+
opacity: 0.6;
|
|
4083
4557
|
}
|
|
4084
|
-
.
|
|
4085
|
-
|
|
4558
|
+
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4559
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4560
|
+
color: #262626;
|
|
4086
4561
|
|
|
4087
|
-
|
|
4562
|
+
fill: #fff;
|
|
4088
4563
|
}
|
|
4089
|
-
.
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
white-space: pre-wrap;
|
|
4093
|
-
|
|
4094
|
-
background-color: #fff3bc;
|
|
4564
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4565
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4566
|
+
color: #fff;
|
|
4095
4567
|
|
|
4096
|
-
|
|
4097
|
-
font-style: inherit
|
|
4568
|
+
fill: transparent;
|
|
4098
4569
|
}
|
|
4099
|
-
|
|
4100
|
-
.
|
|
4101
|
-
|
|
4570
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4571
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4572
|
+
fill: currentColor;
|
|
4102
4573
|
}
|
|
4103
|
-
|
|
4104
|
-
.
|
|
4105
|
-
color:
|
|
4106
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4574
|
+
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4575
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4576
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4107
4577
|
}
|
|
4108
|
-
.
|
|
4109
|
-
|
|
4578
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4579
|
+
visibility: hidden;
|
|
4110
4580
|
}
|
|
4111
|
-
.
|
|
4112
|
-
|
|
4581
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4582
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4583
|
+
visibility: visible;
|
|
4113
4584
|
}
|
|
4114
|
-
.
|
|
4115
|
-
|
|
4116
|
-
|
|
4585
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4586
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4587
|
+
visibility: hidden;
|
|
4588
|
+
}
|
|
4589
|
+
.ToolbarButton-module_icon__4wCid {
|
|
4590
|
+
display: inline-block;
|
|
4117
4591
|
|
|
4118
|
-
|
|
4592
|
+
margin-top: -2px;
|
|
4593
|
+
padding-right: 8px;
|
|
4594
|
+
padding-left: 4px;
|
|
4119
4595
|
|
|
4120
|
-
|
|
4121
|
-
counter-increment: list;
|
|
4122
|
-
text-align: right;
|
|
4123
|
-
white-space: nowrap;
|
|
4124
|
-
}
|
|
4125
|
-
.ListBlock-module_ul__2MRrS li {
|
|
4126
|
-
padding: 0 0 0 23px
|
|
4127
|
-
}
|
|
4128
|
-
@media only screen and (min-width: 48em) {
|
|
4129
|
-
.ListBlock-module_ul__2MRrS li {
|
|
4130
|
-
padding: 0 0 0 38px
|
|
4596
|
+
vertical-align: middle;
|
|
4131
4597
|
}
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4598
|
+
.ToolbarButton-module_text__32m6s {
|
|
4599
|
+
display: inline-block;
|
|
4600
|
+
|
|
4601
|
+
vertical-align: middle;
|
|
4135
4602
|
}
|
|
4136
|
-
.
|
|
4137
|
-
|
|
4138
|
-
top: 0;
|
|
4139
|
-
left: 5px;
|
|
4603
|
+
.ToolbarButton-module_counter__2NOtu {
|
|
4604
|
+
display: inline-block;
|
|
4140
4605
|
|
|
4141
|
-
|
|
4606
|
+
padding-left: 3px;
|
|
4142
4607
|
|
|
4143
|
-
|
|
4144
|
-
text-align: center;
|
|
4608
|
+
vertical-align: middle;
|
|
4145
4609
|
|
|
4146
|
-
color: #
|
|
4147
|
-
|
|
4148
|
-
font-size: 18px;
|
|
4149
|
-
line-height: inherit
|
|
4150
|
-
}
|
|
4151
|
-
@media only screen and (min-width: 48em) {
|
|
4152
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
4153
|
-
left: 0;
|
|
4154
|
-
|
|
4155
|
-
width: 36px;
|
|
4156
|
-
|
|
4157
|
-
text-align: center;
|
|
4158
|
-
|
|
4159
|
-
font-size: 20px
|
|
4160
|
-
}
|
|
4161
|
-
}
|
|
4162
|
-
.ListBlock-module_center__tdIwd {
|
|
4163
|
-
max-width: 650px;
|
|
4164
|
-
margin-right: auto;
|
|
4165
|
-
margin-left: auto;
|
|
4166
|
-
}
|
|
4167
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
4168
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4169
|
-
font-size: 1rem;
|
|
4170
|
-
line-height: calc(20rem / 16)
|
|
4171
|
-
}
|
|
4172
|
-
@media only screen and (min-width: 48em) {
|
|
4173
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
4174
|
-
font-size: 17px;
|
|
4175
|
-
line-height: 24px
|
|
4176
|
-
}
|
|
4177
|
-
}
|
|
4178
|
-
.ListBlock-module_dark__3E3tV a {
|
|
4179
|
-
color: inherit;
|
|
4180
|
-
}
|
|
4181
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
4182
|
-
color: #b88b59;
|
|
4610
|
+
color: #8c8c8c;
|
|
4183
4611
|
}
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
.ListBlock-module_mobile__2-nuV {
|
|
4187
|
-
display: none
|
|
4612
|
+
.ToolbarButton-module_counter__2NOtu:empty {
|
|
4613
|
+
display: none;
|
|
4188
4614
|
}
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
display: none
|
|
4615
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4616
|
+
fill: transparent;
|
|
4192
4617
|
}
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
display: block
|
|
4618
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4619
|
+
fill: currentColor;
|
|
4196
4620
|
}
|
|
4197
|
-
}
|
|
4198
4621
|
|
|
4199
4622
|
/* Colors */
|
|
4200
4623
|
/* Fonts */
|
|
@@ -4254,534 +4677,19 @@ a mark {
|
|
|
4254
4677
|
|
|
4255
4678
|
cursor: pointer;
|
|
4256
4679
|
|
|
4257
|
-
color: #b3b3b3;
|
|
4258
|
-
border-width: 0;
|
|
4259
|
-
outline: none;
|
|
4260
|
-
background-color: transparent;
|
|
4261
|
-
}
|
|
4262
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4263
|
-
color: #757575;
|
|
4264
|
-
}
|
|
4265
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4266
|
-
width: 12px;
|
|
4267
|
-
height: 12px;
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
/* Colors */
|
|
4272
|
-
/* Fonts */
|
|
4273
|
-
/* Gap */
|
|
4274
|
-
/* Media */
|
|
4275
|
-
/* 512 */
|
|
4276
|
-
/* 650 */
|
|
4277
|
-
/* 768 */
|
|
4278
|
-
/* 1024 */
|
|
4279
|
-
/* 1010 */
|
|
4280
|
-
/* 1200 */
|
|
4281
|
-
/* 511 */
|
|
4282
|
-
/* 1023 */
|
|
4283
|
-
/* Zindex */
|
|
4284
|
-
.ToolbarButton-module_root__xN-fq {
|
|
4285
|
-
display: block;
|
|
4286
|
-
|
|
4287
|
-
height: 100%;
|
|
4288
|
-
margin: 0;
|
|
4289
|
-
padding: 0 1px 0 0;
|
|
4290
|
-
|
|
4291
|
-
cursor: pointer;
|
|
4292
|
-
|
|
4293
|
-
color: #000;
|
|
4294
|
-
border-width: 0;
|
|
4295
|
-
outline: none;
|
|
4296
|
-
background-color: transparent;
|
|
4297
|
-
|
|
4298
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4299
|
-
font-weight: normal;
|
|
4300
|
-
line-height: 1;
|
|
4301
|
-
|
|
4302
|
-
-webkit-appearance: none;
|
|
4303
|
-
|
|
4304
|
-
-moz-appearance: none;
|
|
4305
|
-
|
|
4306
|
-
appearance: none;
|
|
4307
|
-
font-size: 16px;
|
|
4308
|
-
}
|
|
4309
|
-
.ToolbarButton-module_root__xN-fq::after {
|
|
4310
|
-
position: absolute;
|
|
4311
|
-
top: 0;
|
|
4312
|
-
right: 0;
|
|
4313
|
-
bottom: 0;
|
|
4314
|
-
left: 0;
|
|
4315
|
-
|
|
4316
|
-
content: '';
|
|
4317
|
-
}
|
|
4318
|
-
.ToolbarButton-module_root__xN-fq:hover {
|
|
4319
|
-
opacity: 0.6;
|
|
4320
|
-
}
|
|
4321
|
-
.ToolbarButton-module_isDark__2q5U7,
|
|
4322
|
-
.ToolbarButton-module_dark__GrIOr {
|
|
4323
|
-
color: #fff;
|
|
4324
|
-
}
|
|
4325
|
-
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4326
|
-
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4327
|
-
opacity: 0.6;
|
|
4328
|
-
}
|
|
4329
|
-
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4330
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4331
|
-
color: #262626;
|
|
4332
|
-
|
|
4333
|
-
fill: #fff;
|
|
4334
|
-
}
|
|
4335
|
-
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4336
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4337
|
-
color: #fff;
|
|
4338
|
-
|
|
4339
|
-
fill: transparent;
|
|
4340
|
-
}
|
|
4341
|
-
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4342
|
-
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4343
|
-
fill: currentColor;
|
|
4344
|
-
}
|
|
4345
|
-
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4346
|
-
.ToolbarButton-module_dark__GrIOr::before {
|
|
4347
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4348
|
-
}
|
|
4349
|
-
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4350
|
-
visibility: hidden;
|
|
4351
|
-
}
|
|
4352
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4353
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4354
|
-
visibility: visible;
|
|
4355
|
-
}
|
|
4356
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4357
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4358
|
-
visibility: hidden;
|
|
4359
|
-
}
|
|
4360
|
-
.ToolbarButton-module_icon__4wCid {
|
|
4361
|
-
display: inline-block;
|
|
4362
|
-
|
|
4363
|
-
margin-top: -2px;
|
|
4364
|
-
padding-right: 8px;
|
|
4365
|
-
padding-left: 4px;
|
|
4366
|
-
|
|
4367
|
-
vertical-align: middle;
|
|
4368
|
-
}
|
|
4369
|
-
.ToolbarButton-module_text__32m6s {
|
|
4370
|
-
display: inline-block;
|
|
4371
|
-
|
|
4372
|
-
vertical-align: middle;
|
|
4373
|
-
}
|
|
4374
|
-
.ToolbarButton-module_counter__2NOtu {
|
|
4375
|
-
display: inline-block;
|
|
4376
|
-
|
|
4377
|
-
padding-left: 3px;
|
|
4378
|
-
|
|
4379
|
-
vertical-align: middle;
|
|
4380
|
-
|
|
4381
|
-
color: #8c8c8c;
|
|
4382
|
-
}
|
|
4383
|
-
.ToolbarButton-module_counter__2NOtu:empty {
|
|
4384
|
-
display: none;
|
|
4385
|
-
}
|
|
4386
|
-
.ToolbarButton-module_bookmark__3369b {
|
|
4387
|
-
fill: transparent;
|
|
4388
|
-
}
|
|
4389
|
-
.ToolbarButton-module_isActive__3NLAE {
|
|
4390
|
-
fill: currentColor;
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4394
|
-
/* Colors */
|
|
4395
|
-
/* Fonts */
|
|
4396
|
-
/* Gap */
|
|
4397
|
-
/* Media */
|
|
4398
|
-
/* 512 */
|
|
4399
|
-
/* 650 */
|
|
4400
|
-
/* 768 */
|
|
4401
|
-
/* 1024 */
|
|
4402
|
-
/* 1010 */
|
|
4403
|
-
/* 1200 */
|
|
4404
|
-
/* 511 */
|
|
4405
|
-
/* 1023 */
|
|
4406
|
-
/* Zindex */
|
|
4407
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
4408
|
-
position: relative;
|
|
4409
|
-
|
|
4410
|
-
display: inline-block;
|
|
4411
|
-
|
|
4412
|
-
width: 18px;
|
|
4413
|
-
height: 18px;
|
|
4414
|
-
|
|
4415
|
-
vertical-align: middle;
|
|
4416
|
-
}
|
|
4417
|
-
.MetaItemLive-module_gold__3yZEV {
|
|
4418
|
-
color: #b88b59;
|
|
4419
|
-
}
|
|
4420
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
4421
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
4422
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4423
|
-
position: absolute;
|
|
4424
|
-
top: 0;
|
|
4425
|
-
right: 0;
|
|
4426
|
-
bottom: 0;
|
|
4427
|
-
left: 0;
|
|
4428
|
-
z-index: 0;
|
|
4429
|
-
}
|
|
4430
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
4431
|
-
margin-top: -4px;
|
|
4432
|
-
margin-right: 1px;
|
|
4433
|
-
|
|
4434
|
-
transform: translateY(1px);
|
|
4435
|
-
}
|
|
4436
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
4437
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
4438
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4439
|
-
|
|
4440
|
-
border-radius: 50%;
|
|
4441
|
-
transform: scale(0);
|
|
4442
|
-
|
|
4443
|
-
-webkit-animation-duration: 1.05s;
|
|
4444
|
-
|
|
4445
|
-
animation-duration: 1.05s;
|
|
4446
|
-
-webkit-animation-timing-function: linear;
|
|
4447
|
-
animation-timing-function: linear;
|
|
4448
|
-
-webkit-animation-iteration-count: infinite;
|
|
4449
|
-
animation-iteration-count: infinite;
|
|
4450
|
-
}
|
|
4451
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4452
|
-
|
|
4453
|
-
background: currentColor;
|
|
4454
|
-
|
|
4455
|
-
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4456
|
-
|
|
4457
|
-
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4458
|
-
}
|
|
4459
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
4460
|
-
.MetaItemLive-module_root__2mpD3::after {
|
|
4461
|
-
|
|
4462
|
-
border: 1px solid currentColor;
|
|
4463
|
-
|
|
4464
|
-
content: '';
|
|
4465
|
-
}
|
|
4466
|
-
.MetaItemLive-module_root__2mpD3::before {
|
|
4467
|
-
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4468
|
-
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4469
|
-
}
|
|
4470
|
-
.MetaItemLive-module_root__2mpD3::after {
|
|
4471
|
-
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4472
|
-
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4473
|
-
}
|
|
4474
|
-
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4475
|
-
14% {
|
|
4476
|
-
transform: scale(0);
|
|
4477
|
-
}
|
|
4478
|
-
|
|
4479
|
-
30% {
|
|
4480
|
-
transform: scale(0.22);
|
|
4481
|
-
}
|
|
4482
|
-
|
|
4483
|
-
63% {
|
|
4484
|
-
transform: scale(0.22);
|
|
4485
|
-
}
|
|
4486
|
-
|
|
4487
|
-
70% {
|
|
4488
|
-
transform: scale(0);
|
|
4489
|
-
}
|
|
4490
|
-
|
|
4491
|
-
100% {
|
|
4492
|
-
transform: scale(0);
|
|
4493
|
-
}
|
|
4494
|
-
}
|
|
4495
|
-
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4496
|
-
14% {
|
|
4497
|
-
transform: scale(0);
|
|
4498
|
-
}
|
|
4499
|
-
|
|
4500
|
-
30% {
|
|
4501
|
-
transform: scale(0.22);
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
|
-
63% {
|
|
4505
|
-
transform: scale(0.22);
|
|
4506
|
-
}
|
|
4507
|
-
|
|
4508
|
-
70% {
|
|
4509
|
-
transform: scale(0);
|
|
4510
|
-
}
|
|
4511
|
-
|
|
4512
|
-
100% {
|
|
4513
|
-
transform: scale(0);
|
|
4514
|
-
}
|
|
4515
|
-
}
|
|
4516
|
-
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4517
|
-
21% {
|
|
4518
|
-
transform: scale(0.1);
|
|
4519
|
-
}
|
|
4520
|
-
|
|
4521
|
-
53% {
|
|
4522
|
-
transform: scale(0.33);
|
|
4523
|
-
}
|
|
4524
|
-
|
|
4525
|
-
100% {
|
|
4526
|
-
transform: scale(0.66);
|
|
4527
|
-
|
|
4528
|
-
opacity: 0;
|
|
4529
|
-
}
|
|
4530
|
-
}
|
|
4531
|
-
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4532
|
-
21% {
|
|
4533
|
-
transform: scale(0.1);
|
|
4534
|
-
}
|
|
4535
|
-
|
|
4536
|
-
53% {
|
|
4537
|
-
transform: scale(0.33);
|
|
4538
|
-
}
|
|
4539
|
-
|
|
4540
|
-
100% {
|
|
4541
|
-
transform: scale(0.66);
|
|
4542
|
-
|
|
4543
|
-
opacity: 0;
|
|
4544
|
-
}
|
|
4545
|
-
}
|
|
4546
|
-
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4547
|
-
21% {
|
|
4548
|
-
transform: scale(0.22);
|
|
4549
|
-
}
|
|
4550
|
-
|
|
4551
|
-
53% {
|
|
4552
|
-
transform: scale(0.55);
|
|
4553
|
-
}
|
|
4554
|
-
|
|
4555
|
-
100% {
|
|
4556
|
-
transform: scale(0.88);
|
|
4557
|
-
|
|
4558
|
-
opacity: 0;
|
|
4559
|
-
}
|
|
4560
|
-
}
|
|
4561
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4562
|
-
21% {
|
|
4563
|
-
transform: scale(0.22);
|
|
4564
|
-
}
|
|
4565
|
-
|
|
4566
|
-
53% {
|
|
4567
|
-
transform: scale(0.55);
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
100% {
|
|
4571
|
-
transform: scale(0.88);
|
|
4572
|
-
|
|
4573
|
-
opacity: 0;
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
|
|
4577
|
-
/* Colors */
|
|
4578
|
-
/* Fonts */
|
|
4579
|
-
/* Gap */
|
|
4580
|
-
/* Media */
|
|
4581
|
-
/* 512 */
|
|
4582
|
-
/* 650 */
|
|
4583
|
-
/* 768 */
|
|
4584
|
-
/* 1024 */
|
|
4585
|
-
/* 1010 */
|
|
4586
|
-
/* 1200 */
|
|
4587
|
-
/* 511 */
|
|
4588
|
-
/* 1023 */
|
|
4589
|
-
/* Zindex */
|
|
4590
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4591
|
-
position: relative;
|
|
4592
|
-
z-index: 10;
|
|
4593
|
-
|
|
4594
|
-
display: block;
|
|
4595
|
-
overflow: hidden;
|
|
4596
|
-
|
|
4597
|
-
height: 265px;
|
|
4598
|
-
margin: calc(15rem / 16) -20px;
|
|
4599
|
-
padding: 42px 20px 0;
|
|
4600
|
-
|
|
4601
|
-
text-decoration: none;
|
|
4602
|
-
|
|
4603
|
-
outline-width: 0;
|
|
4604
|
-
background-color: #000;
|
|
4605
|
-
|
|
4606
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4607
|
-
}
|
|
4608
|
-
@media only screen and (min-width: 32em) {
|
|
4609
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4610
|
-
height: 276px;
|
|
4611
|
-
margin: 25px 0 20px;
|
|
4612
|
-
padding: 43px 30px 0;
|
|
4613
|
-
|
|
4614
|
-
border-radius: 8px
|
|
4615
|
-
}
|
|
4616
|
-
}
|
|
4617
|
-
.DonatesTeaser-module_root__3rtaJ:first-child {
|
|
4618
|
-
margin-top: 0;
|
|
4619
|
-
}
|
|
4620
|
-
.DonatesTeaser-module_root__3rtaJ::before {
|
|
4621
|
-
position: absolute;
|
|
4622
|
-
bottom: 0;
|
|
4623
|
-
left: 50%;
|
|
4624
|
-
|
|
4625
|
-
width: 562px;
|
|
4626
|
-
height: 265px;
|
|
4627
|
-
|
|
4628
|
-
content: '';
|
|
4629
|
-
transform: translateX(-50%);
|
|
4630
|
-
|
|
4631
|
-
background-image: url('https://meduza.io/image/attachments/images/007/552/572/original/ueAzJ8Fmv5cW0Vq5CFameQ.png');
|
|
4632
|
-
background-size: 562px 265px
|
|
4633
|
-
}
|
|
4634
|
-
@media only screen and (min-width: 32em) {
|
|
4635
|
-
.DonatesTeaser-module_root__3rtaJ::before {
|
|
4636
|
-
width: 650px;
|
|
4637
|
-
height: 276px;
|
|
4638
|
-
|
|
4639
|
-
background-image: url('https://meduza.io/image/attachments/images/007/552/505/original/GHXO5V03ilpgyB6N5WG_IA.png');
|
|
4640
|
-
background-size: 650px 276px
|
|
4641
|
-
}
|
|
4642
|
-
}
|
|
4643
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
4644
|
-
max-width: 300px;
|
|
4645
|
-
margin: 0 auto;
|
|
4646
|
-
|
|
4647
|
-
transform: translateZ(0);
|
|
4648
|
-
text-align: center;
|
|
4649
|
-
|
|
4650
|
-
color: #fff
|
|
4651
|
-
}
|
|
4652
|
-
@media only screen and (min-width: 32em) {
|
|
4653
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
4654
|
-
max-width: 528px
|
|
4655
|
-
}
|
|
4656
|
-
}
|
|
4657
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4658
|
-
font-size: 20px;
|
|
4659
|
-
font-weight: 700;
|
|
4660
|
-
line-height: 25px
|
|
4661
|
-
}
|
|
4662
|
-
@media only screen and (min-width: 32em) {
|
|
4663
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4664
|
-
font-size: 28px;
|
|
4665
|
-
line-height: 34px
|
|
4666
|
-
}
|
|
4667
|
-
}
|
|
4668
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
4669
|
-
margin: 0 auto;
|
|
4670
|
-
|
|
4671
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4672
|
-
font-size: 21px;
|
|
4673
|
-
font-weight: normal;
|
|
4674
|
-
line-height: 25px
|
|
4675
|
-
}
|
|
4676
|
-
@media only screen and (min-width: 32em) {
|
|
4677
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
4678
|
-
font-size: 29px;
|
|
4679
|
-
line-height: 34px
|
|
4680
|
-
}
|
|
4681
|
-
}
|
|
4682
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
4683
|
-
display: -webkit-box;
|
|
4684
|
-
display: -webkit-flex;
|
|
4685
|
-
display: -ms-flexbox;
|
|
4686
|
-
display: flex;
|
|
4687
|
-
align-items: center;
|
|
4688
|
-
flex-flow: column nowrap;
|
|
4689
|
-
justify-content: center;
|
|
4690
|
-
|
|
4691
|
-
margin-top: 45px
|
|
4692
|
-
}
|
|
4693
|
-
@media only screen and (min-width: 32em) {
|
|
4694
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
4695
|
-
margin-top: 40px
|
|
4696
|
-
}
|
|
4697
|
-
}
|
|
4698
|
-
.DonatesTeaser-module_cta__1orPb a {
|
|
4699
|
-
display: block;
|
|
4700
|
-
|
|
4701
|
-
text-align: center;
|
|
4702
|
-
text-decoration: none;
|
|
4703
|
-
|
|
4704
|
-
color: transparent;
|
|
4705
|
-
}
|
|
4706
|
-
.DonatesTeaser-module_cta__1orPb::before {
|
|
4707
|
-
position: absolute;
|
|
4708
|
-
left: 50%;
|
|
4709
|
-
|
|
4710
|
-
width: 200px;
|
|
4711
|
-
|
|
4712
|
-
content: '';
|
|
4713
|
-
transform: translateX(-50%);
|
|
4714
|
-
|
|
4715
|
-
background-repeat: no-repeat;
|
|
4716
|
-
background-position: center;
|
|
4717
|
-
background-size: contain;
|
|
4718
|
-
}
|
|
4719
|
-
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4720
|
-
position: absolute;
|
|
4721
|
-
z-index: 1;
|
|
4722
|
-
top: 0;
|
|
4723
|
-
right: 0;
|
|
4724
|
-
bottom: 0;
|
|
4725
|
-
left: 0;
|
|
4726
|
-
|
|
4727
|
-
content: '';
|
|
4728
|
-
}
|
|
4729
|
-
.DonatesTeaser-module_cta__1orPb span {
|
|
4730
|
-
visibility: hidden;
|
|
4731
|
-
}
|
|
4732
|
-
@media only screen and (min-width: 32em) {
|
|
4733
|
-
.DonatesTeaser-module_center__2Ynx9 {
|
|
4734
|
-
width: 100%;
|
|
4735
|
-
max-width: 650px;
|
|
4736
|
-
margin-right: auto;
|
|
4737
|
-
margin-left: auto
|
|
4738
|
-
}
|
|
4739
|
-
}
|
|
4740
|
-
.DonatesTeaser-module_isInCard__HrFh8,
|
|
4741
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
4742
|
-
margin-right: -11px;
|
|
4743
|
-
margin-left: -11px
|
|
4744
|
-
}
|
|
4745
|
-
@media only screen and (min-width: 32em) {
|
|
4746
|
-
.DonatesTeaser-module_isInCard__HrFh8,
|
|
4747
|
-
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
4748
|
-
margin-right: 0;
|
|
4749
|
-
margin-left: 0
|
|
4750
|
-
}
|
|
4751
|
-
}
|
|
4752
|
-
.DonatesTeaser-module_ru__3Gr0n .DonatesTeaser-module_cta__1orPb::before {
|
|
4753
|
-
bottom: 65px;
|
|
4754
|
-
|
|
4755
|
-
height: 8px;
|
|
4756
|
-
|
|
4757
|
-
background-image: url("data:image/svg+xml,%3Csvg width='126' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.17 10 7.886 5.352l4.13-4.69H9.035l-2.352 2.8-1.288-2.8H2.68l2.142 4.41L.411 10h2.982l2.618-2.996L7.453 10h2.716ZM12.862 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM29.403.662h-2.408l-.56 2.562c-.588 2.674.616 3.808 2.814 3.808.77 0 1.512-.196 1.946-.434L30.453 10h2.408L34.905.662h-2.408l-.882 4.004c-.35.14-.84.266-1.358.266-.994 0-1.694-.378-1.456-1.456l.602-2.814ZM41.552 5.03 40.236.662H37.59l2.24 6.692c-.364.462-.686.686-1.26.686-.196 0-.392-.028-.56-.126l-.924 2.072c.322.126.812.182 1.232.182 1.722 0 2.884-.812 3.682-2.002L47.068.662h-2.772L41.552 5.03ZM61.99 10 64.048.662h-8.694L53.296 10h2.408L57.3 2.762h3.878L59.582 10h2.408ZM66.093 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM88.99 10 91.048.662h-3.43L84.51 5.87 83.71.662H80.45L78.39 10H80.8l1.372-6.216.98 6.216h1.065l3.738-6.216L86.582 10h2.408ZM93.089 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM109.63.662h-2.408l-.56 2.562c-.588 2.674.616 3.808 2.814 3.808.77 0 1.512-.196 1.946-.434L110.68 10h2.408l2.044-9.338h-2.408l-.882 4.004c-.35.14-.84.266-1.358.266-.994 0-1.694-.378-1.456-1.456l.602-2.814ZM118.81.662 116.766 10h4.634c3.08 0 3.99-2.156 3.99-3.528 0-1.47-1.106-2.674-2.744-2.674h-2.114l.686-3.136h-2.408Zm3.122 5.236c.588 0 .966.322.966.826 0 .7-.602 1.176-1.372 1.176h-1.89l.434-2.002h1.862Z' fill='%23fff'/%3E%3C/svg%3E")
|
|
4758
|
-
}
|
|
4759
|
-
@media only screen and (min-width: 32em) {
|
|
4760
|
-
.DonatesTeaser-module_ru__3Gr0n .DonatesTeaser-module_cta__1orPb::before {
|
|
4761
|
-
bottom: 70px;
|
|
4762
|
-
|
|
4763
|
-
height: 11px
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
.DonatesTeaser-module_en__2HSwc .DonatesTeaser-module_cta__1orPb::before {
|
|
4767
|
-
bottom: 65px;
|
|
4768
|
-
|
|
4769
|
-
height: 8px;
|
|
4770
|
-
|
|
4771
|
-
background-image: url("data:image/svg+xml,%3Csvg width='136' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.408 9.492 4.466.154H2.058L0 9.492h2.408ZM21.344 9.492 26.076.154h-2.772l-2.786 6.23-.224-6.23H18.46l-2.968 6.23-.042-6.23h-2.646l.616 9.338h2.548L18.67 3.64l.126 5.852h2.548ZM35.293 9.492 33.823.154h-3.024l-5.572 9.338h2.73l.798-1.414h3.864l.182 1.414h2.492Zm-2.856-3.444h-2.604l2.142-3.864.462 3.864ZM46.662 9.492 48.72.154h-2.422l-1.246 5.67-2.534-5.67H40.04l-2.058 9.338h2.408l1.302-5.936 2.646 5.936h2.324ZM54.84 9.492l1.582-7.238h2.618l.462-2.1h-7.63l-.476 2.1h2.618l-1.582 7.238h2.408ZM70.666 9.492l1.582-7.238h2.618l.462-2.1h-7.63l-.476 2.1h2.618l-1.582 7.238h2.408ZM76.672 5.418c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446C86.92 1.68 84.862 0 82.188 0c-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM103.247 9.492l2.058-9.338h-2.408l-.77 3.486h-3.878l.77-3.486H96.61l-2.058 9.338h2.408l.826-3.752h3.878l-.826 3.752h2.408ZM113.776 9.492l.448-2.03h-4.438l.378-1.68h4.326l.448-2.044h-4.326l.336-1.554h4.438l.448-2.03h-6.846l-2.058 9.338h6.846ZM123.334 9.492l.462-2.1h-3.752L121.64.154h-2.408l-2.058 9.338h6.16ZM128.992 9.492l.686-3.094h2.226c3.094 0 4.004-2.198 4.004-3.57 0-1.47-1.106-2.674-2.898-2.674h-4.368l-2.058 9.338h2.408Zm1.148-5.208.462-2.1h1.792c.63 0 1.022.364 1.022.896 0 .686-.532 1.204-1.414 1.204h-1.862Z' fill='%23fff'/%3E%3C/svg%3E")
|
|
4680
|
+
color: #b3b3b3;
|
|
4681
|
+
border-width: 0;
|
|
4682
|
+
outline: none;
|
|
4683
|
+
background-color: transparent;
|
|
4772
4684
|
}
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
bottom: 70px;
|
|
4776
|
-
|
|
4777
|
-
height: 10px
|
|
4685
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4686
|
+
color: #757575;
|
|
4778
4687
|
}
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
display: block
|
|
4688
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4689
|
+
width: 12px;
|
|
4690
|
+
height: 12px;
|
|
4783
4691
|
}
|
|
4784
|
-
|
|
4692
|
+
|
|
4785
4693
|
|
|
4786
4694
|
/* Colors */
|
|
4787
4695
|
/* Fonts */
|
|
@@ -4796,31 +4704,24 @@ a mark {
|
|
|
4796
4704
|
/* 511 */
|
|
4797
4705
|
/* 1023 */
|
|
4798
4706
|
/* Zindex */
|
|
4799
|
-
.
|
|
4707
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4800
4708
|
position: relative;
|
|
4801
4709
|
z-index: 10;
|
|
4802
4710
|
|
|
4803
4711
|
display: block;
|
|
4804
4712
|
overflow: hidden;
|
|
4805
4713
|
|
|
4806
|
-
color: #000;
|
|
4807
|
-
|
|
4808
4714
|
text-decoration: none;
|
|
4809
4715
|
|
|
4810
4716
|
border-radius: 8px;
|
|
4811
|
-
outline-width: 0
|
|
4812
|
-
}
|
|
4813
|
-
@media only screen and (min-width: 32em) {
|
|
4814
|
-
.ShopRelatedBlock-module_root__x4vdk {
|
|
4815
|
-
color: #fff
|
|
4717
|
+
outline-width: 0;
|
|
4816
4718
|
}
|
|
4817
|
-
}
|
|
4818
4719
|
@media only screen and (min-width: 32em) {
|
|
4819
|
-
.
|
|
4720
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4820
4721
|
opacity: 0.95
|
|
4821
4722
|
}
|
|
4822
4723
|
}
|
|
4823
|
-
.
|
|
4724
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4824
4725
|
position: absolute;
|
|
4825
4726
|
top: 0;
|
|
4826
4727
|
right: 0;
|
|
@@ -4832,43 +4733,43 @@ a mark {
|
|
|
4832
4733
|
|
|
4833
4734
|
content: '';
|
|
4834
4735
|
}
|
|
4835
|
-
.
|
|
4736
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4836
4737
|
display: block;
|
|
4837
4738
|
|
|
4838
4739
|
width: 100%;
|
|
4839
4740
|
}
|
|
4840
|
-
.
|
|
4741
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4841
4742
|
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4842
4743
|
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4843
4744
|
}
|
|
4844
|
-
.
|
|
4845
|
-
.
|
|
4745
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4746
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4846
4747
|
margin: 16px 0
|
|
4847
4748
|
}
|
|
4848
4749
|
@media only screen and (min-width: 48em) {
|
|
4849
|
-
.
|
|
4850
|
-
.
|
|
4750
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4751
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4851
4752
|
margin: 25px 0
|
|
4852
4753
|
}
|
|
4853
4754
|
}
|
|
4854
|
-
.
|
|
4855
|
-
.
|
|
4755
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4756
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4856
4757
|
position: absolute;
|
|
4857
4758
|
right: 0;
|
|
4858
4759
|
left: 0;
|
|
4859
4760
|
z-index: 10;
|
|
4860
4761
|
}
|
|
4861
|
-
.
|
|
4762
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4862
4763
|
bottom: 0;
|
|
4863
4764
|
|
|
4864
4765
|
height: 295px;
|
|
4865
4766
|
}
|
|
4866
|
-
.
|
|
4767
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4867
4768
|
top: 0;
|
|
4868
4769
|
|
|
4869
4770
|
height: 150px;
|
|
4870
4771
|
}
|
|
4871
|
-
.
|
|
4772
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4872
4773
|
display: -webkit-box;
|
|
4873
4774
|
display: -webkit-flex;
|
|
4874
4775
|
display: -ms-flexbox;
|
|
@@ -4881,7 +4782,7 @@ a mark {
|
|
|
4881
4782
|
background-color: #f7f7f7
|
|
4882
4783
|
}
|
|
4883
4784
|
@media only screen and (min-width: 32em) {
|
|
4884
|
-
.
|
|
4785
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4885
4786
|
position: absolute;
|
|
4886
4787
|
right: 0;
|
|
4887
4788
|
bottom: 0;
|
|
@@ -4894,8 +4795,16 @@ a mark {
|
|
|
4894
4795
|
background-color: transparent
|
|
4895
4796
|
}
|
|
4896
4797
|
}
|
|
4798
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4799
|
+
color: #000
|
|
4800
|
+
}
|
|
4897
4801
|
@media only screen and (min-width: 32em) {
|
|
4898
|
-
.
|
|
4802
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4803
|
+
color: #fff
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4806
|
+
@media only screen and (min-width: 32em) {
|
|
4807
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4899
4808
|
position: absolute;
|
|
4900
4809
|
right: 0;
|
|
4901
4810
|
bottom: 0;
|
|
@@ -4907,10 +4816,10 @@ a mark {
|
|
|
4907
4816
|
background-color: transparent
|
|
4908
4817
|
}
|
|
4909
4818
|
}
|
|
4910
|
-
.
|
|
4819
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4911
4820
|
position: relative;
|
|
4912
4821
|
}
|
|
4913
|
-
.
|
|
4822
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4914
4823
|
position: absolute;
|
|
4915
4824
|
right: 1px;
|
|
4916
4825
|
bottom: 0;
|
|
@@ -4922,191 +4831,130 @@ a mark {
|
|
|
4922
4831
|
content: ''
|
|
4923
4832
|
}
|
|
4924
4833
|
@media only screen and (min-width: 32em) {
|
|
4925
|
-
.
|
|
4834
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4926
4835
|
content: ''
|
|
4927
4836
|
}
|
|
4928
4837
|
}
|
|
4929
|
-
.
|
|
4930
|
-
|
|
4931
|
-
top: 14px;
|
|
4932
|
-
right: 15px;
|
|
4933
|
-
left: 15px;
|
|
4934
|
-
z-index: 10;
|
|
4935
|
-
|
|
4936
|
-
color: rgba(255, 255, 255, 0.7);
|
|
4838
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4839
|
+
color: #fff;
|
|
4937
4840
|
|
|
4938
|
-
|
|
4939
|
-
}
|
|
4940
|
-
@media only screen and (min-width: 64em) {
|
|
4941
|
-
.ShopRelatedBlock-module_tag__2vTKm {
|
|
4942
|
-
top: 16px;
|
|
4943
|
-
right: 20px;
|
|
4944
|
-
left: 20px
|
|
4945
|
-
}
|
|
4946
|
-
}
|
|
4947
|
-
.ShopRelatedBlock-module_center__2H85- {
|
|
4948
|
-
width: 100%;
|
|
4949
|
-
max-width: 650px;
|
|
4950
|
-
margin-right: auto;
|
|
4951
|
-
margin-left: auto;
|
|
4952
|
-
}
|
|
4953
|
-
.ShopRelatedBlock-module_title__1ZIW0 {
|
|
4954
|
-
font-weight: 700;
|
|
4955
|
-
font-size: 19px;
|
|
4956
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4957
|
-
line-height: 23px
|
|
4841
|
+
background-color: #191919
|
|
4958
4842
|
}
|
|
4959
|
-
@media only screen and (min-width:
|
|
4960
|
-
.
|
|
4961
|
-
|
|
4962
|
-
line-height: 1.6rem
|
|
4843
|
+
@media only screen and (min-width: 32em) {
|
|
4844
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4845
|
+
min-height: 350px
|
|
4963
4846
|
}
|
|
4964
4847
|
}
|
|
4965
|
-
.
|
|
4966
|
-
|
|
4967
|
-
}
|
|
4968
|
-
/* Themes */
|
|
4969
|
-
.ShopRelatedBlock-module_dark__3Gfbc {
|
|
4970
|
-
color: #000;
|
|
4971
|
-
}
|
|
4972
|
-
.ShopRelatedBlock-module_dark__3Gfbc .ShopRelatedBlock-module_tag__2vTKm {
|
|
4973
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4848
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4849
|
+
background-color: transparent
|
|
4974
4850
|
}
|
|
4975
4851
|
@media only screen and (min-width: 32em) {
|
|
4976
|
-
.
|
|
4977
|
-
|
|
4978
|
-
|
|
4852
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4853
|
+
position: absolute;
|
|
4854
|
+
right: 0;
|
|
4855
|
+
bottom: 0;
|
|
4856
|
+
left: 0;
|
|
4857
|
+
z-index: 10;
|
|
4858
|
+
|
|
4859
|
+
min-height: 295px
|
|
4979
4860
|
}
|
|
4980
4861
|
}
|
|
4981
|
-
/* Display */
|
|
4982
4862
|
@media only screen and (min-width: 32em) {
|
|
4983
|
-
.
|
|
4984
|
-
|
|
4863
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4864
|
+
padding-bottom: 66.66%;
|
|
4865
|
+
|
|
4866
|
+
content: ''
|
|
4985
4867
|
}
|
|
4986
4868
|
}
|
|
4987
|
-
.
|
|
4988
|
-
|
|
4869
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4870
|
+
position: relative;
|
|
4871
|
+
|
|
4872
|
+
width: 100%
|
|
4989
4873
|
}
|
|
4990
4874
|
@media only screen and (min-width: 32em) {
|
|
4991
|
-
.
|
|
4992
|
-
|
|
4875
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4876
|
+
position: absolute;
|
|
4877
|
+
top: 0;
|
|
4878
|
+
bottom: 0
|
|
4993
4879
|
}
|
|
4994
4880
|
}
|
|
4881
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4882
|
+
display: block;
|
|
4995
4883
|
|
|
4996
|
-
|
|
4997
|
-
/* Fonts */
|
|
4998
|
-
/* Gap */
|
|
4999
|
-
/* Media */
|
|
5000
|
-
/* 512 */
|
|
5001
|
-
/* 650 */
|
|
5002
|
-
/* 768 */
|
|
5003
|
-
/* 1024 */
|
|
5004
|
-
/* 1010 */
|
|
5005
|
-
/* 1200 */
|
|
5006
|
-
/* 511 */
|
|
5007
|
-
/* 1023 */
|
|
5008
|
-
/* Zindex */
|
|
5009
|
-
.Cover-module_root__18Z8J {
|
|
5010
|
-
position: relative;
|
|
5011
|
-
}
|
|
5012
|
-
.Cover-module_body__1xs8e {
|
|
5013
|
-
position: absolute;
|
|
5014
|
-
z-index: 1;
|
|
5015
|
-
right: 0;
|
|
5016
|
-
bottom: 0;
|
|
5017
|
-
left: 0;
|
|
5018
|
-
|
|
5019
|
-
display: -webkit-box;
|
|
5020
|
-
|
|
5021
|
-
display: -webkit-flex;
|
|
5022
|
-
|
|
5023
|
-
display: -ms-flexbox;
|
|
5024
|
-
|
|
5025
|
-
display: flex;
|
|
5026
|
-
flex-flow: column nowrap;
|
|
5027
|
-
justify-content: flex-end;
|
|
4884
|
+
padding-bottom: 78.50746269%;
|
|
5028
4885
|
|
|
5029
|
-
|
|
5030
|
-
padding: 0 20px 12px;
|
|
5031
|
-
}
|
|
5032
|
-
.Cover-module_image__2f3Qc {
|
|
5033
|
-
position: relative;
|
|
4886
|
+
content: ''
|
|
5034
4887
|
}
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
margin: 0 -20px;
|
|
5039
|
-
|
|
5040
|
-
border-radius: 9px 9px 0 0;
|
|
4888
|
+
@media only screen and (min-width: 32em) {
|
|
4889
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4890
|
+
content: none
|
|
5041
4891
|
}
|
|
5042
|
-
|
|
4892
|
+
}
|
|
4893
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5043
4894
|
position: absolute;
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
right: 0;
|
|
5047
|
-
bottom: 0;
|
|
5048
|
-
left: 0;
|
|
4895
|
+
top: 50%;
|
|
4896
|
+
left: 50%;
|
|
5049
4897
|
|
|
5050
|
-
|
|
4898
|
+
width: 180px;
|
|
4899
|
+
height: 180px;
|
|
5051
4900
|
|
|
5052
|
-
|
|
5053
|
-
border-radius: 10px 10px 0 0;
|
|
5054
|
-
}
|
|
5055
|
-
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
5056
|
-
color: #000;
|
|
5057
|
-
}
|
|
5058
|
-
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
5059
|
-
color: #fff;
|
|
5060
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
4901
|
+
transform: translate(-50%, -50%)
|
|
5061
4902
|
}
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
right: 49px;
|
|
5066
|
-
bottom: 12px;
|
|
5067
|
-
|
|
5068
|
-
width: 28px;
|
|
5069
|
-
height: 28px;
|
|
5070
|
-
margin: 0;
|
|
5071
|
-
padding: 0;
|
|
4903
|
+
@media only screen and (min-width: 32em) {
|
|
4904
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4905
|
+
top: 25%;
|
|
5072
4906
|
|
|
5073
|
-
|
|
5074
|
-
border-width: 0;
|
|
5075
|
-
border-radius: 14px;
|
|
5076
|
-
outline: none;
|
|
5077
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
5078
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
5079
|
-
background-repeat: no-repeat;
|
|
5080
|
-
background-position: center;
|
|
5081
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
5082
|
-
}
|
|
5083
|
-
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
5084
|
-
padding: 0 12px 12px
|
|
4907
|
+
transform: translate(-50%, -25%)
|
|
5085
4908
|
}
|
|
5086
|
-
|
|
4909
|
+
}
|
|
4910
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5087
4911
|
position: absolute;
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
left: 0;
|
|
4912
|
+
top: 14px;
|
|
4913
|
+
right: 15px;
|
|
4914
|
+
left: 15px;
|
|
4915
|
+
z-index: 10;
|
|
5093
4916
|
|
|
5094
|
-
|
|
4917
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5095
4918
|
|
|
5096
|
-
|
|
5097
|
-
|
|
4919
|
+
font-size: 12px
|
|
4920
|
+
}
|
|
4921
|
+
@media only screen and (min-width: 64em) {
|
|
4922
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4923
|
+
top: 16px;
|
|
4924
|
+
right: 20px;
|
|
4925
|
+
left: 20px
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4929
|
+
width: 100%;
|
|
4930
|
+
max-width: 650px;
|
|
4931
|
+
margin-right: auto;
|
|
4932
|
+
margin-left: auto;
|
|
4933
|
+
}
|
|
4934
|
+
/* Themes */
|
|
4935
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4936
|
+
color: #000;
|
|
4937
|
+
}
|
|
4938
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4939
|
+
color: rgba(0, 0, 0, 0.7);
|
|
5098
4940
|
}
|
|
5099
|
-
/* VISIBILITY */
|
|
5100
4941
|
@media only screen and (min-width: 32em) {
|
|
5101
|
-
.
|
|
4942
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4943
|
+
color: #fff;
|
|
4944
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4945
|
+
}
|
|
4946
|
+
}
|
|
4947
|
+
/* Display */
|
|
4948
|
+
@media only screen and (min-width: 32em) {
|
|
4949
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
5102
4950
|
display: none
|
|
5103
4951
|
}
|
|
5104
4952
|
}
|
|
5105
|
-
.
|
|
4953
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5106
4954
|
display: none
|
|
5107
4955
|
}
|
|
5108
4956
|
@media only screen and (min-width: 32em) {
|
|
5109
|
-
.
|
|
4957
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5110
4958
|
display: block
|
|
5111
4959
|
}
|
|
5112
4960
|
}
|
|
@@ -5228,73 +5076,282 @@ a mark {
|
|
|
5228
5076
|
.SensitiveBlock-module_default__2HgmZ {
|
|
5229
5077
|
max-width: 650px
|
|
5230
5078
|
}
|
|
5231
|
-
@media only screen and (min-width: 32em) {
|
|
5232
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
5233
|
-
margin-right: auto;
|
|
5234
|
-
margin-left: auto
|
|
5079
|
+
@media only screen and (min-width: 32em) {
|
|
5080
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5081
|
+
margin-right: auto;
|
|
5082
|
+
margin-left: auto
|
|
5083
|
+
}
|
|
5084
|
+
}
|
|
5085
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5086
|
+
max-width: 980px
|
|
5087
|
+
}
|
|
5088
|
+
@media only screen and (min-width: 32em) {
|
|
5089
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5090
|
+
margin-right: auto;
|
|
5091
|
+
margin-left: auto
|
|
5092
|
+
}
|
|
5093
|
+
}
|
|
5094
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5095
|
+
right: -20px;
|
|
5096
|
+
left: -20px
|
|
5097
|
+
}
|
|
5098
|
+
@media only screen and (min-width: 32em) {
|
|
5099
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5100
|
+
right: 0;
|
|
5101
|
+
left: 0
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
5104
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5105
|
+
padding-right: 20px;
|
|
5106
|
+
padding-left: 20px
|
|
5107
|
+
}
|
|
5108
|
+
@media only screen and (min-width: 32em) {
|
|
5109
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5110
|
+
padding-right: 0;
|
|
5111
|
+
padding-left: 0
|
|
5112
|
+
}
|
|
5113
|
+
}
|
|
5114
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5115
|
+
max-width: 100%;
|
|
5116
|
+
}
|
|
5117
|
+
@media only screen and (min-width: 32em) {
|
|
5118
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5119
|
+
right: -15px;
|
|
5120
|
+
left: -15px
|
|
5121
|
+
}
|
|
5122
|
+
}
|
|
5123
|
+
@media only screen and (min-width: 32em) {
|
|
5124
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5125
|
+
padding-right: 15px;
|
|
5126
|
+
padding-left: 15px
|
|
5127
|
+
}
|
|
5128
|
+
}
|
|
5129
|
+
/* STATE */
|
|
5130
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5131
|
+
visibility: hidden;
|
|
5132
|
+
|
|
5133
|
+
pointer-events: none;
|
|
5134
|
+
|
|
5135
|
+
opacity: 0;
|
|
5136
|
+
}
|
|
5137
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5138
|
+
min-height: 0;
|
|
5139
|
+
}
|
|
5140
|
+
/* CONTEXT */
|
|
5141
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5142
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5143
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5144
|
+
right: -11px;
|
|
5145
|
+
left: -11px
|
|
5146
|
+
}
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
/* Colors */
|
|
5150
|
+
/* Fonts */
|
|
5151
|
+
/* Gap */
|
|
5152
|
+
/* Media */
|
|
5153
|
+
/* 512 */
|
|
5154
|
+
/* 650 */
|
|
5155
|
+
/* 768 */
|
|
5156
|
+
/* 1024 */
|
|
5157
|
+
/* 1010 */
|
|
5158
|
+
/* 1200 */
|
|
5159
|
+
/* 511 */
|
|
5160
|
+
/* 1023 */
|
|
5161
|
+
/* Zindex */
|
|
5162
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5163
|
+
position: relative;
|
|
5164
|
+
z-index: 10;
|
|
5165
|
+
|
|
5166
|
+
display: block;
|
|
5167
|
+
overflow: hidden;
|
|
5168
|
+
|
|
5169
|
+
height: 265px;
|
|
5170
|
+
margin: calc(15rem / 16) -20px;
|
|
5171
|
+
padding: 42px 20px 0;
|
|
5172
|
+
|
|
5173
|
+
text-decoration: none;
|
|
5174
|
+
|
|
5175
|
+
outline-width: 0;
|
|
5176
|
+
background-color: #000;
|
|
5177
|
+
|
|
5178
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
5179
|
+
}
|
|
5180
|
+
@media only screen and (min-width: 32em) {
|
|
5181
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5182
|
+
height: 276px;
|
|
5183
|
+
margin: 25px 0 20px;
|
|
5184
|
+
padding: 43px 30px 0;
|
|
5185
|
+
|
|
5186
|
+
border-radius: 8px
|
|
5187
|
+
}
|
|
5188
|
+
}
|
|
5189
|
+
.DonatesTeaser-module_root__3rtaJ:first-child {
|
|
5190
|
+
margin-top: 0;
|
|
5191
|
+
}
|
|
5192
|
+
.DonatesTeaser-module_root__3rtaJ::before {
|
|
5193
|
+
position: absolute;
|
|
5194
|
+
bottom: 0;
|
|
5195
|
+
left: 50%;
|
|
5196
|
+
|
|
5197
|
+
width: 562px;
|
|
5198
|
+
height: 265px;
|
|
5199
|
+
|
|
5200
|
+
content: '';
|
|
5201
|
+
transform: translateX(-50%);
|
|
5202
|
+
|
|
5203
|
+
background-image: url('https://meduza.io/image/attachments/images/007/552/572/original/ueAzJ8Fmv5cW0Vq5CFameQ.png');
|
|
5204
|
+
background-size: 562px 265px
|
|
5205
|
+
}
|
|
5206
|
+
@media only screen and (min-width: 32em) {
|
|
5207
|
+
.DonatesTeaser-module_root__3rtaJ::before {
|
|
5208
|
+
width: 650px;
|
|
5209
|
+
height: 276px;
|
|
5210
|
+
|
|
5211
|
+
background-image: url('https://meduza.io/image/attachments/images/007/552/505/original/GHXO5V03ilpgyB6N5WG_IA.png');
|
|
5212
|
+
background-size: 650px 276px
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5216
|
+
max-width: 300px;
|
|
5217
|
+
margin: 0 auto;
|
|
5218
|
+
|
|
5219
|
+
transform: translateZ(0);
|
|
5220
|
+
text-align: center;
|
|
5221
|
+
|
|
5222
|
+
color: #fff
|
|
5223
|
+
}
|
|
5224
|
+
@media only screen and (min-width: 32em) {
|
|
5225
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5226
|
+
max-width: 528px
|
|
5227
|
+
}
|
|
5228
|
+
}
|
|
5229
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5230
|
+
font-size: 20px;
|
|
5231
|
+
font-weight: 700;
|
|
5232
|
+
line-height: 25px
|
|
5233
|
+
}
|
|
5234
|
+
@media only screen and (min-width: 32em) {
|
|
5235
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5236
|
+
font-size: 28px;
|
|
5237
|
+
line-height: 34px
|
|
5238
|
+
}
|
|
5239
|
+
}
|
|
5240
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5241
|
+
margin: 0 auto;
|
|
5242
|
+
|
|
5243
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5244
|
+
font-size: 21px;
|
|
5245
|
+
font-weight: normal;
|
|
5246
|
+
line-height: 25px
|
|
5247
|
+
}
|
|
5248
|
+
@media only screen and (min-width: 32em) {
|
|
5249
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5250
|
+
font-size: 29px;
|
|
5251
|
+
line-height: 34px
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5254
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5255
|
+
display: -webkit-box;
|
|
5256
|
+
display: -webkit-flex;
|
|
5257
|
+
display: -ms-flexbox;
|
|
5258
|
+
display: flex;
|
|
5259
|
+
align-items: center;
|
|
5260
|
+
flex-flow: column nowrap;
|
|
5261
|
+
justify-content: center;
|
|
5262
|
+
|
|
5263
|
+
margin-top: 45px
|
|
5264
|
+
}
|
|
5265
|
+
@media only screen and (min-width: 32em) {
|
|
5266
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5267
|
+
margin-top: 40px
|
|
5268
|
+
}
|
|
5269
|
+
}
|
|
5270
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5271
|
+
display: block;
|
|
5272
|
+
|
|
5273
|
+
text-align: center;
|
|
5274
|
+
text-decoration: none;
|
|
5275
|
+
|
|
5276
|
+
color: transparent;
|
|
5277
|
+
}
|
|
5278
|
+
.DonatesTeaser-module_cta__1orPb::before {
|
|
5279
|
+
position: absolute;
|
|
5280
|
+
left: 50%;
|
|
5281
|
+
|
|
5282
|
+
width: 200px;
|
|
5283
|
+
|
|
5284
|
+
content: '';
|
|
5285
|
+
transform: translateX(-50%);
|
|
5286
|
+
|
|
5287
|
+
background-repeat: no-repeat;
|
|
5288
|
+
background-position: center;
|
|
5289
|
+
background-size: contain;
|
|
5290
|
+
}
|
|
5291
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5292
|
+
position: absolute;
|
|
5293
|
+
z-index: 1;
|
|
5294
|
+
top: 0;
|
|
5295
|
+
right: 0;
|
|
5296
|
+
bottom: 0;
|
|
5297
|
+
left: 0;
|
|
5298
|
+
|
|
5299
|
+
content: '';
|
|
5235
5300
|
}
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
max-width: 980px
|
|
5301
|
+
.DonatesTeaser-module_cta__1orPb span {
|
|
5302
|
+
visibility: hidden;
|
|
5239
5303
|
}
|
|
5240
5304
|
@media only screen and (min-width: 32em) {
|
|
5241
|
-
.
|
|
5305
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5306
|
+
width: 100%;
|
|
5307
|
+
max-width: 650px;
|
|
5242
5308
|
margin-right: auto;
|
|
5243
5309
|
margin-left: auto
|
|
5244
5310
|
}
|
|
5245
5311
|
}
|
|
5246
|
-
.
|
|
5247
|
-
|
|
5248
|
-
|
|
5312
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5313
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5314
|
+
margin-right: -11px;
|
|
5315
|
+
margin-left: -11px
|
|
5249
5316
|
}
|
|
5250
5317
|
@media only screen and (min-width: 32em) {
|
|
5251
|
-
.
|
|
5252
|
-
|
|
5253
|
-
|
|
5318
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5319
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5320
|
+
margin-right: 0;
|
|
5321
|
+
margin-left: 0
|
|
5254
5322
|
}
|
|
5255
5323
|
}
|
|
5256
|
-
.
|
|
5257
|
-
|
|
5258
|
-
|
|
5324
|
+
.DonatesTeaser-module_ru__3Gr0n .DonatesTeaser-module_cta__1orPb::before {
|
|
5325
|
+
bottom: 65px;
|
|
5326
|
+
|
|
5327
|
+
height: 8px;
|
|
5328
|
+
|
|
5329
|
+
background-image: url("data:image/svg+xml,%3Csvg width='126' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.17 10 7.886 5.352l4.13-4.69H9.035l-2.352 2.8-1.288-2.8H2.68l2.142 4.41L.411 10h2.982l2.618-2.996L7.453 10h2.716ZM12.862 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM29.403.662h-2.408l-.56 2.562c-.588 2.674.616 3.808 2.814 3.808.77 0 1.512-.196 1.946-.434L30.453 10h2.408L34.905.662h-2.408l-.882 4.004c-.35.14-.84.266-1.358.266-.994 0-1.694-.378-1.456-1.456l.602-2.814ZM41.552 5.03 40.236.662H37.59l2.24 6.692c-.364.462-.686.686-1.26.686-.196 0-.392-.028-.56-.126l-.924 2.072c.322.126.812.182 1.232.182 1.722 0 2.884-.812 3.682-2.002L47.068.662h-2.772L41.552 5.03ZM61.99 10 64.048.662h-8.694L53.296 10h2.408L57.3 2.762h3.878L59.582 10h2.408ZM66.093 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM88.99 10 91.048.662h-3.43L84.51 5.87 83.71.662H80.45L78.39 10H80.8l1.372-6.216.98 6.216h1.065l3.738-6.216L86.582 10h2.408ZM93.089 5.926c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446 0-2.534-2.058-4.214-4.732-4.214-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM109.63.662h-2.408l-.56 2.562c-.588 2.674.616 3.808 2.814 3.808.77 0 1.512-.196 1.946-.434L110.68 10h2.408l2.044-9.338h-2.408l-.882 4.004c-.35.14-.84.266-1.358.266-.994 0-1.694-.378-1.456-1.456l.602-2.814ZM118.81.662 116.766 10h4.634c3.08 0 3.99-2.156 3.99-3.528 0-1.47-1.106-2.674-2.744-2.674h-2.114l.686-3.136h-2.408Zm3.122 5.236c.588 0 .966.322.966.826 0 .7-.602 1.176-1.372 1.176h-1.89l.434-2.002h1.862Z' fill='%23fff'/%3E%3C/svg%3E")
|
|
5259
5330
|
}
|
|
5260
5331
|
@media only screen and (min-width: 32em) {
|
|
5261
|
-
.
|
|
5262
|
-
|
|
5263
|
-
|
|
5332
|
+
.DonatesTeaser-module_ru__3Gr0n .DonatesTeaser-module_cta__1orPb::before {
|
|
5333
|
+
bottom: 70px;
|
|
5334
|
+
|
|
5335
|
+
height: 11px
|
|
5264
5336
|
}
|
|
5265
5337
|
}
|
|
5266
|
-
.
|
|
5267
|
-
|
|
5338
|
+
.DonatesTeaser-module_en__2HSwc .DonatesTeaser-module_cta__1orPb::before {
|
|
5339
|
+
bottom: 65px;
|
|
5340
|
+
|
|
5341
|
+
height: 8px;
|
|
5342
|
+
|
|
5343
|
+
background-image: url("data:image/svg+xml,%3Csvg width='136' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.408 9.492 4.466.154H2.058L0 9.492h2.408ZM21.344 9.492 26.076.154h-2.772l-2.786 6.23-.224-6.23H18.46l-2.968 6.23-.042-6.23h-2.646l.616 9.338h2.548L18.67 3.64l.126 5.852h2.548ZM35.293 9.492 33.823.154h-3.024l-5.572 9.338h2.73l.798-1.414h3.864l.182 1.414h2.492Zm-2.856-3.444h-2.604l2.142-3.864.462 3.864ZM46.662 9.492 48.72.154h-2.422l-1.246 5.67-2.534-5.67H40.04l-2.058 9.338h2.408l1.302-5.936 2.646 5.936h2.324ZM54.84 9.492l1.582-7.238h2.618l.462-2.1h-7.63l-.476 2.1h2.618l-1.582 7.238h2.408ZM70.666 9.492l1.582-7.238h2.618l.462-2.1h-7.63l-.476 2.1h2.618l-1.582 7.238h2.408ZM76.672 5.418c0 2.562 2.058 4.242 4.732 4.242 3.164 0 5.516-2.422 5.516-5.446C86.92 1.68 84.862 0 82.188 0c-3.164 0-5.516 2.408-5.516 5.418Zm7.742-1.022c0 1.722-1.232 3.136-2.87 3.136-1.386 0-2.366-.91-2.366-2.268 0-1.722 1.232-3.136 2.87-3.136 1.386 0 2.366.91 2.366 2.268ZM103.247 9.492l2.058-9.338h-2.408l-.77 3.486h-3.878l.77-3.486H96.61l-2.058 9.338h2.408l.826-3.752h3.878l-.826 3.752h2.408ZM113.776 9.492l.448-2.03h-4.438l.378-1.68h4.326l.448-2.044h-4.326l.336-1.554h4.438l.448-2.03h-6.846l-2.058 9.338h6.846ZM123.334 9.492l.462-2.1h-3.752L121.64.154h-2.408l-2.058 9.338h6.16ZM128.992 9.492l.686-3.094h2.226c3.094 0 4.004-2.198 4.004-3.57 0-1.47-1.106-2.674-2.898-2.674h-4.368l-2.058 9.338h2.408Zm1.148-5.208.462-2.1h1.792c.63 0 1.022.364 1.022.896 0 .686-.532 1.204-1.414 1.204h-1.862Z' fill='%23fff'/%3E%3C/svg%3E")
|
|
5268
5344
|
}
|
|
5269
5345
|
@media only screen and (min-width: 32em) {
|
|
5270
|
-
.
|
|
5271
|
-
|
|
5272
|
-
|
|
5346
|
+
.DonatesTeaser-module_en__2HSwc .DonatesTeaser-module_cta__1orPb::before {
|
|
5347
|
+
bottom: 70px;
|
|
5348
|
+
|
|
5349
|
+
height: 10px
|
|
5273
5350
|
}
|
|
5274
5351
|
}
|
|
5275
5352
|
@media only screen and (min-width: 32em) {
|
|
5276
|
-
.
|
|
5277
|
-
|
|
5278
|
-
padding-left: 15px
|
|
5279
|
-
}
|
|
5280
|
-
}
|
|
5281
|
-
/* STATE */
|
|
5282
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5283
|
-
visibility: hidden;
|
|
5284
|
-
|
|
5285
|
-
pointer-events: none;
|
|
5286
|
-
|
|
5287
|
-
opacity: 0;
|
|
5288
|
-
}
|
|
5289
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5290
|
-
min-height: 0;
|
|
5291
|
-
}
|
|
5292
|
-
/* CONTEXT */
|
|
5293
|
-
@media only screen and (max-width: 63.9375em) {
|
|
5294
|
-
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5295
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5296
|
-
right: -11px;
|
|
5297
|
-
left: -11px
|
|
5353
|
+
.DonatesTeaser-module_ru__3Gr0n .DonatesTeaser-module_text__ro-QA {
|
|
5354
|
+
display: block
|
|
5298
5355
|
}
|
|
5299
5356
|
}
|
|
5300
5357
|
|
|
@@ -5311,24 +5368,31 @@ a mark {
|
|
|
5311
5368
|
/* 511 */
|
|
5312
5369
|
/* 1023 */
|
|
5313
5370
|
/* Zindex */
|
|
5314
|
-
.
|
|
5371
|
+
.ShopRelatedBlock-module_root__x4vdk {
|
|
5315
5372
|
position: relative;
|
|
5316
5373
|
z-index: 10;
|
|
5317
5374
|
|
|
5318
5375
|
display: block;
|
|
5319
5376
|
overflow: hidden;
|
|
5320
5377
|
|
|
5378
|
+
color: #000;
|
|
5379
|
+
|
|
5321
5380
|
text-decoration: none;
|
|
5322
5381
|
|
|
5323
5382
|
border-radius: 8px;
|
|
5324
|
-
outline-width: 0
|
|
5383
|
+
outline-width: 0
|
|
5325
5384
|
}
|
|
5326
5385
|
@media only screen and (min-width: 32em) {
|
|
5327
|
-
.
|
|
5386
|
+
.ShopRelatedBlock-module_root__x4vdk {
|
|
5387
|
+
color: #fff
|
|
5388
|
+
}
|
|
5389
|
+
}
|
|
5390
|
+
@media only screen and (min-width: 32em) {
|
|
5391
|
+
.ShopRelatedBlock-module_root__x4vdk:hover {
|
|
5328
5392
|
opacity: 0.95
|
|
5329
5393
|
}
|
|
5330
5394
|
}
|
|
5331
|
-
.
|
|
5395
|
+
.ShopRelatedBlock-module_root__x4vdk::after {
|
|
5332
5396
|
position: absolute;
|
|
5333
5397
|
top: 0;
|
|
5334
5398
|
right: 0;
|
|
@@ -5340,43 +5404,43 @@ a mark {
|
|
|
5340
5404
|
|
|
5341
5405
|
content: '';
|
|
5342
5406
|
}
|
|
5343
|
-
.
|
|
5407
|
+
.ShopRelatedBlock-module_root__x4vdk::before {
|
|
5344
5408
|
display: block;
|
|
5345
5409
|
|
|
5346
5410
|
width: 100%;
|
|
5347
5411
|
}
|
|
5348
|
-
.
|
|
5412
|
+
.ShopRelatedBlock-module_root__x4vdk::after {
|
|
5349
5413
|
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
5350
5414
|
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
5351
5415
|
}
|
|
5352
|
-
.
|
|
5353
|
-
.
|
|
5416
|
+
.ShopRelatedBlock-module_root__x4vdk,
|
|
5417
|
+
.ShopRelatedBlock-module_wrapper__3jQp9 {
|
|
5354
5418
|
margin: 16px 0
|
|
5355
5419
|
}
|
|
5356
5420
|
@media only screen and (min-width: 48em) {
|
|
5357
|
-
.
|
|
5358
|
-
.
|
|
5421
|
+
.ShopRelatedBlock-module_root__x4vdk,
|
|
5422
|
+
.ShopRelatedBlock-module_wrapper__3jQp9 {
|
|
5359
5423
|
margin: 25px 0
|
|
5360
5424
|
}
|
|
5361
5425
|
}
|
|
5362
|
-
.
|
|
5363
|
-
.
|
|
5426
|
+
.ShopRelatedBlock-module_overlay__15S5a,
|
|
5427
|
+
.ShopRelatedBlock-module_overlayHeader__2IXK- {
|
|
5364
5428
|
position: absolute;
|
|
5365
5429
|
right: 0;
|
|
5366
5430
|
left: 0;
|
|
5367
5431
|
z-index: 10;
|
|
5368
5432
|
}
|
|
5369
|
-
.
|
|
5433
|
+
.ShopRelatedBlock-module_overlay__15S5a {
|
|
5370
5434
|
bottom: 0;
|
|
5371
5435
|
|
|
5372
5436
|
height: 295px;
|
|
5373
5437
|
}
|
|
5374
|
-
.
|
|
5438
|
+
.ShopRelatedBlock-module_overlayHeader__2IXK- {
|
|
5375
5439
|
top: 0;
|
|
5376
5440
|
|
|
5377
5441
|
height: 150px;
|
|
5378
5442
|
}
|
|
5379
|
-
.
|
|
5443
|
+
.ShopRelatedBlock-module_body__3ipYj {
|
|
5380
5444
|
display: -webkit-box;
|
|
5381
5445
|
display: -webkit-flex;
|
|
5382
5446
|
display: -ms-flexbox;
|
|
@@ -5389,7 +5453,7 @@ a mark {
|
|
|
5389
5453
|
background-color: #f7f7f7
|
|
5390
5454
|
}
|
|
5391
5455
|
@media only screen and (min-width: 32em) {
|
|
5392
|
-
.
|
|
5456
|
+
.ShopRelatedBlock-module_body__3ipYj {
|
|
5393
5457
|
position: absolute;
|
|
5394
5458
|
right: 0;
|
|
5395
5459
|
bottom: 0;
|
|
@@ -5402,16 +5466,8 @@ a mark {
|
|
|
5402
5466
|
background-color: transparent
|
|
5403
5467
|
}
|
|
5404
5468
|
}
|
|
5405
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5406
|
-
color: #000
|
|
5407
|
-
}
|
|
5408
|
-
@media only screen and (min-width: 32em) {
|
|
5409
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5410
|
-
color: #fff
|
|
5411
|
-
}
|
|
5412
|
-
}
|
|
5413
5469
|
@media only screen and (min-width: 32em) {
|
|
5414
|
-
.
|
|
5470
|
+
.ShopRelatedBlock-module_hasGradient__1pghj .ShopRelatedBlock-module_body__3ipYj {
|
|
5415
5471
|
position: absolute;
|
|
5416
5472
|
right: 0;
|
|
5417
5473
|
bottom: 0;
|
|
@@ -5423,10 +5479,10 @@ a mark {
|
|
|
5423
5479
|
background-color: transparent
|
|
5424
5480
|
}
|
|
5425
5481
|
}
|
|
5426
|
-
.
|
|
5482
|
+
.ShopRelatedBlock-module_picture__1bu9H {
|
|
5427
5483
|
position: relative;
|
|
5428
5484
|
}
|
|
5429
|
-
.
|
|
5485
|
+
.ShopRelatedBlock-module_picture__1bu9H::after {
|
|
5430
5486
|
position: absolute;
|
|
5431
5487
|
right: 1px;
|
|
5432
5488
|
bottom: 0;
|
|
@@ -5438,83 +5494,11 @@ a mark {
|
|
|
5438
5494
|
content: ''
|
|
5439
5495
|
}
|
|
5440
5496
|
@media only screen and (min-width: 32em) {
|
|
5441
|
-
.
|
|
5442
|
-
content: ''
|
|
5443
|
-
}
|
|
5444
|
-
}
|
|
5445
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5446
|
-
color: #fff;
|
|
5447
|
-
|
|
5448
|
-
background-color: #191919
|
|
5449
|
-
}
|
|
5450
|
-
@media only screen and (min-width: 32em) {
|
|
5451
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5452
|
-
min-height: 350px
|
|
5453
|
-
}
|
|
5454
|
-
}
|
|
5455
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5456
|
-
background-color: transparent
|
|
5457
|
-
}
|
|
5458
|
-
@media only screen and (min-width: 32em) {
|
|
5459
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5460
|
-
position: absolute;
|
|
5461
|
-
right: 0;
|
|
5462
|
-
bottom: 0;
|
|
5463
|
-
left: 0;
|
|
5464
|
-
z-index: 10;
|
|
5465
|
-
|
|
5466
|
-
min-height: 295px
|
|
5467
|
-
}
|
|
5468
|
-
}
|
|
5469
|
-
@media only screen and (min-width: 32em) {
|
|
5470
|
-
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
5471
|
-
padding-bottom: 66.66%;
|
|
5472
|
-
|
|
5497
|
+
.ShopRelatedBlock-module_picture__1bu9H::after {
|
|
5473
5498
|
content: ''
|
|
5474
5499
|
}
|
|
5475
5500
|
}
|
|
5476
|
-
.
|
|
5477
|
-
position: relative;
|
|
5478
|
-
|
|
5479
|
-
width: 100%
|
|
5480
|
-
}
|
|
5481
|
-
@media only screen and (min-width: 32em) {
|
|
5482
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5483
|
-
position: absolute;
|
|
5484
|
-
top: 0;
|
|
5485
|
-
bottom: 0
|
|
5486
|
-
}
|
|
5487
|
-
}
|
|
5488
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5489
|
-
display: block;
|
|
5490
|
-
|
|
5491
|
-
padding-bottom: 78.50746269%;
|
|
5492
|
-
|
|
5493
|
-
content: ''
|
|
5494
|
-
}
|
|
5495
|
-
@media only screen and (min-width: 32em) {
|
|
5496
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5497
|
-
content: none
|
|
5498
|
-
}
|
|
5499
|
-
}
|
|
5500
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5501
|
-
position: absolute;
|
|
5502
|
-
top: 50%;
|
|
5503
|
-
left: 50%;
|
|
5504
|
-
|
|
5505
|
-
width: 180px;
|
|
5506
|
-
height: 180px;
|
|
5507
|
-
|
|
5508
|
-
transform: translate(-50%, -50%)
|
|
5509
|
-
}
|
|
5510
|
-
@media only screen and (min-width: 32em) {
|
|
5511
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
5512
|
-
top: 25%;
|
|
5513
|
-
|
|
5514
|
-
transform: translate(-50%, -25%)
|
|
5515
|
-
}
|
|
5516
|
-
}
|
|
5517
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
5501
|
+
.ShopRelatedBlock-module_tag__2vTKm {
|
|
5518
5502
|
position: absolute;
|
|
5519
5503
|
top: 14px;
|
|
5520
5504
|
right: 15px;
|
|
@@ -5526,42 +5510,57 @@ a mark {
|
|
|
5526
5510
|
font-size: 12px
|
|
5527
5511
|
}
|
|
5528
5512
|
@media only screen and (min-width: 64em) {
|
|
5529
|
-
.
|
|
5513
|
+
.ShopRelatedBlock-module_tag__2vTKm {
|
|
5530
5514
|
top: 16px;
|
|
5531
5515
|
right: 20px;
|
|
5532
5516
|
left: 20px
|
|
5533
5517
|
}
|
|
5534
5518
|
}
|
|
5535
|
-
.
|
|
5519
|
+
.ShopRelatedBlock-module_center__2H85- {
|
|
5536
5520
|
width: 100%;
|
|
5537
5521
|
max-width: 650px;
|
|
5538
5522
|
margin-right: auto;
|
|
5539
5523
|
margin-left: auto;
|
|
5540
5524
|
}
|
|
5525
|
+
.ShopRelatedBlock-module_title__1ZIW0 {
|
|
5526
|
+
font-weight: 700;
|
|
5527
|
+
font-size: 19px;
|
|
5528
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5529
|
+
line-height: 23px
|
|
5530
|
+
}
|
|
5531
|
+
@media only screen and (min-width: 64em) {
|
|
5532
|
+
.ShopRelatedBlock-module_title__1ZIW0 {
|
|
5533
|
+
font-size: 1.3rem;
|
|
5534
|
+
line-height: 1.6rem
|
|
5535
|
+
}
|
|
5536
|
+
}
|
|
5537
|
+
.ShopRelatedBlock-module_price__2cVXM {
|
|
5538
|
+
display: block;
|
|
5539
|
+
}
|
|
5541
5540
|
/* Themes */
|
|
5542
|
-
.
|
|
5541
|
+
.ShopRelatedBlock-module_dark__3Gfbc {
|
|
5543
5542
|
color: #000;
|
|
5544
5543
|
}
|
|
5545
|
-
.
|
|
5544
|
+
.ShopRelatedBlock-module_dark__3Gfbc .ShopRelatedBlock-module_tag__2vTKm {
|
|
5546
5545
|
color: rgba(0, 0, 0, 0.7);
|
|
5547
5546
|
}
|
|
5548
5547
|
@media only screen and (min-width: 32em) {
|
|
5549
|
-
.
|
|
5548
|
+
.ShopRelatedBlock-module_light__1y8Qy {
|
|
5550
5549
|
color: #fff;
|
|
5551
5550
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
5552
5551
|
}
|
|
5553
5552
|
}
|
|
5554
5553
|
/* Display */
|
|
5555
5554
|
@media only screen and (min-width: 32em) {
|
|
5556
|
-
.
|
|
5555
|
+
.ShopRelatedBlock-module_mobile__AleU0 {
|
|
5557
5556
|
display: none
|
|
5558
5557
|
}
|
|
5559
5558
|
}
|
|
5560
|
-
.
|
|
5559
|
+
.ShopRelatedBlock-module_desktop__2--zA {
|
|
5561
5560
|
display: none
|
|
5562
5561
|
}
|
|
5563
5562
|
@media only screen and (min-width: 32em) {
|
|
5564
|
-
.
|
|
5563
|
+
.ShopRelatedBlock-module_desktop__2--zA {
|
|
5565
5564
|
display: block
|
|
5566
5565
|
}
|
|
5567
5566
|
}
|