@meduza/ui-kit-2 0.1.71 → 0.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui-kit-2.cjs.development.js +2 -2
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +2 -2
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1793 -1758
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +43 -11
- package/src/DonatesTeaser/index.tsx +4 -3
package/dist/ui-kit.css
CHANGED
|
@@ -473,129 +473,156 @@
|
|
|
473
473
|
/* 511 */
|
|
474
474
|
/* 1023 */
|
|
475
475
|
/* Zindex */
|
|
476
|
-
.
|
|
477
|
-
|
|
476
|
+
.Switcher-module_root__1Env1 {
|
|
477
|
+
position: relative;
|
|
478
|
+
|
|
479
|
+
display: -webkit-box;
|
|
480
|
+
|
|
481
|
+
display: -webkit-flex;
|
|
482
|
+
|
|
483
|
+
display: -ms-flexbox;
|
|
484
|
+
|
|
485
|
+
display: flex;
|
|
486
|
+
flex-flow: row nowrap;
|
|
487
|
+
align-items: center;
|
|
488
|
+
|
|
489
|
+
font-weight: 600;
|
|
490
|
+
|
|
491
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
+
white-space: nowrap;
|
|
493
|
+
|
|
494
|
+
cursor: pointer;
|
|
478
495
|
|
|
479
|
-
cursor: default;
|
|
480
496
|
-webkit-user-select: none;
|
|
497
|
+
|
|
481
498
|
-moz-user-select: none;
|
|
499
|
+
|
|
482
500
|
-ms-user-select: none;
|
|
501
|
+
|
|
483
502
|
user-select: none;
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
503
|
+
}
|
|
504
|
+
.Switcher-module_dark__1IzaH {
|
|
505
|
+
color: inherit;
|
|
506
|
+
}
|
|
507
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
508
|
+
background-color: transparent;
|
|
509
|
+
}
|
|
510
|
+
.Switcher-module_input__jaMVF {
|
|
511
|
+
position: absolute;
|
|
512
|
+
top: 0;
|
|
513
|
+
left: 0;
|
|
487
514
|
|
|
488
|
-
|
|
489
|
-
font-size: 12px;
|
|
490
|
-
font-weight: 600;
|
|
491
|
-
line-height: 12px;
|
|
515
|
+
opacity: 0;
|
|
492
516
|
}
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
|
|
517
|
+
.Switcher-module_control__1NTvY {
|
|
518
|
+
position: relative;
|
|
519
|
+
|
|
520
|
+
display: block;
|
|
521
|
+
|
|
522
|
+
width: 37px;
|
|
523
|
+
height: 21px;
|
|
524
|
+
|
|
525
|
+
background-color: #e6e6e6;
|
|
526
|
+
|
|
527
|
+
border-radius: 15px;
|
|
496
528
|
}
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
529
|
+
.Switcher-module_control__1NTvY::before {
|
|
530
|
+
position: absolute;
|
|
531
|
+
top: 0;
|
|
532
|
+
bottom: 0;
|
|
533
|
+
left: 0;
|
|
534
|
+
|
|
535
|
+
width: 18px;
|
|
536
|
+
|
|
537
|
+
background: rgba(19, 191, 17, 0);
|
|
538
|
+
|
|
539
|
+
border-radius: 15px;
|
|
540
|
+
|
|
541
|
+
transition: 0.25s ease-in-out;
|
|
542
|
+
|
|
543
|
+
content: '';
|
|
500
544
|
}
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
545
|
+
.Switcher-module_knob__3kEy5 {
|
|
546
|
+
position: relative;
|
|
547
|
+
top: 2px;
|
|
548
|
+
left: 2px;
|
|
549
|
+
z-index: 200;
|
|
505
550
|
|
|
506
|
-
|
|
507
|
-
|
|
551
|
+
display: block;
|
|
552
|
+
|
|
553
|
+
width: 17px;
|
|
554
|
+
height: 17px;
|
|
555
|
+
|
|
556
|
+
background: #fff;
|
|
557
|
+
|
|
558
|
+
border-radius: 15px;
|
|
559
|
+
|
|
560
|
+
transition: 0.25s ease-in-out;
|
|
508
561
|
}
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
562
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
+
width: 100%;
|
|
564
|
+
|
|
565
|
+
background-color: #b88b59;
|
|
512
566
|
}
|
|
513
|
-
.
|
|
514
|
-
|
|
567
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
515
569
|
}
|
|
516
|
-
.
|
|
517
|
-
|
|
570
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
+
left: 18px;
|
|
518
572
|
}
|
|
519
|
-
.
|
|
520
|
-
|
|
573
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
+
margin-right: 6px;
|
|
521
575
|
}
|
|
522
|
-
.
|
|
523
|
-
|
|
576
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
+
margin-left: 6px;
|
|
524
578
|
}
|
|
525
|
-
|
|
526
|
-
.
|
|
527
|
-
.Tag-module_is1to2__3xbC6,
|
|
528
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
529
|
-
letter-spacing: 1px;
|
|
579
|
+
/* panel */
|
|
580
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
530
581
|
|
|
531
|
-
|
|
532
|
-
line-height: 20px
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
@media only screen and (min-width: 64em) {
|
|
536
|
-
.Tag-module_is1to3__3j5K-,
|
|
537
|
-
.Tag-module_is1to4__2vq4r {
|
|
538
|
-
letter-spacing: 0.5px;
|
|
582
|
+
color: #999;
|
|
539
583
|
|
|
540
|
-
|
|
541
|
-
|
|
584
|
+
font-size: 13px;
|
|
585
|
+
letter-spacing: 0.5px;
|
|
586
|
+
text-transform: uppercase;
|
|
542
587
|
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
.Tag-module_game__3j5yG {
|
|
547
|
-
width: 100%;
|
|
548
|
-
|
|
549
|
-
text-align: center
|
|
588
|
+
/* menu */
|
|
589
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
+
font-weight: normal;
|
|
550
591
|
}
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
font-size: 12px;
|
|
554
|
-
line-height: 17px
|
|
592
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
+
margin-right: 8px;
|
|
555
594
|
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
line-height: 20px
|
|
595
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
+
width: 48px;
|
|
597
|
+
height: 30px;
|
|
560
598
|
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
.Tag-module_game__3j5yG,
|
|
564
|
-
.Tag-module_card__1EAeF,
|
|
565
|
-
.Tag-module_live__rwXuR,
|
|
566
|
-
.Tag-module_episode__3o6gg,
|
|
567
|
-
.Tag-module_podcast__VPoll,
|
|
568
|
-
.Tag-module_rich__2URd9,
|
|
569
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
570
|
-
margin-bottom: 6px;
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
+
top: 4px;
|
|
571
601
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
.Tag-module_game__3j5yG,
|
|
577
|
-
.Tag-module_card__1EAeF,
|
|
578
|
-
.Tag-module_live__rwXuR,
|
|
579
|
-
.Tag-module_episode__3o6gg,
|
|
580
|
-
.Tag-module_podcast__VPoll,
|
|
581
|
-
.Tag-module_rich__2URd9,
|
|
582
|
-
.Tag-module_isInDynamicBlock__1YM9I {
|
|
583
|
-
margin-bottom: 10px
|
|
602
|
+
width: 22px;
|
|
603
|
+
height: 22px;
|
|
604
|
+
|
|
605
|
+
background-color: #bababa;
|
|
584
606
|
}
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
607
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
+
left: 23px;
|
|
610
|
+
|
|
611
|
+
background-color: #fff;
|
|
589
612
|
}
|
|
590
|
-
|
|
591
|
-
.
|
|
592
|
-
|
|
613
|
+
/* live */
|
|
614
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
+
|
|
616
|
+
color: #7f7f7f;
|
|
617
|
+
|
|
618
|
+
font-size: 13px;
|
|
619
|
+
letter-spacing: 0.5px;
|
|
620
|
+
text-transform: uppercase;
|
|
593
621
|
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
622
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
+
background-color: #1a1a1a;
|
|
624
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
597
625
|
}
|
|
598
|
-
}
|
|
599
626
|
|
|
600
627
|
/* Colors */
|
|
601
628
|
/* Fonts */
|
|
@@ -860,155 +887,250 @@
|
|
|
860
887
|
/* 511 */
|
|
861
888
|
/* 1023 */
|
|
862
889
|
/* Zindex */
|
|
863
|
-
.
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
display: -webkit-box;
|
|
867
|
-
|
|
868
|
-
display: -webkit-flex;
|
|
869
|
-
|
|
870
|
-
display: -ms-flexbox;
|
|
871
|
-
|
|
872
|
-
display: flex;
|
|
873
|
-
flex-flow: row nowrap;
|
|
874
|
-
align-items: center;
|
|
875
|
-
|
|
876
|
-
font-weight: 600;
|
|
877
|
-
|
|
878
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
879
|
-
white-space: nowrap;
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
891
|
+
display: block;
|
|
892
|
+
}
|
|
880
893
|
|
|
881
|
-
|
|
894
|
+
/* Colors */
|
|
895
|
+
/* Fonts */
|
|
896
|
+
/* Gap */
|
|
897
|
+
/* Media */
|
|
898
|
+
/* 512 */
|
|
899
|
+
/* 650 */
|
|
900
|
+
/* 768 */
|
|
901
|
+
/* 1024 */
|
|
902
|
+
/* 1010 */
|
|
903
|
+
/* 1200 */
|
|
904
|
+
/* 511 */
|
|
905
|
+
/* 1023 */
|
|
906
|
+
/* Zindex */
|
|
907
|
+
.Tag-module_root__3IqWC {
|
|
908
|
+
display: inline-block;
|
|
882
909
|
|
|
910
|
+
cursor: default;
|
|
883
911
|
-webkit-user-select: none;
|
|
884
|
-
|
|
885
912
|
-moz-user-select: none;
|
|
886
|
-
|
|
887
913
|
-ms-user-select: none;
|
|
888
|
-
|
|
889
914
|
user-select: none;
|
|
915
|
+
vertical-align: middle;
|
|
916
|
+
letter-spacing: 1px;
|
|
917
|
+
text-transform: uppercase;
|
|
918
|
+
|
|
919
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
920
|
+
font-size: 12px;
|
|
921
|
+
font-weight: 600;
|
|
922
|
+
line-height: 12px;
|
|
890
923
|
}
|
|
891
|
-
.
|
|
892
|
-
|
|
924
|
+
.Tag-module_small__2IAb7 {
|
|
925
|
+
font-size: 12px;
|
|
926
|
+
line-height: 12px
|
|
893
927
|
}
|
|
894
|
-
|
|
895
|
-
|
|
928
|
+
@media only screen and (min-width: 64em) {
|
|
929
|
+
.Tag-module_small__2IAb7 {
|
|
930
|
+
line-height: 14px
|
|
896
931
|
}
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
932
|
+
}
|
|
933
|
+
@media only screen and (min-width: 64em) {
|
|
934
|
+
.Tag-module_large__22z_o {
|
|
935
|
+
letter-spacing: 1px;
|
|
901
936
|
|
|
902
|
-
|
|
937
|
+
font-size: 14px;
|
|
938
|
+
line-height: 16px
|
|
903
939
|
}
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
display: block;
|
|
908
|
-
|
|
909
|
-
width: 37px;
|
|
910
|
-
height: 21px;
|
|
911
|
-
|
|
912
|
-
background-color: #e6e6e6;
|
|
913
|
-
|
|
914
|
-
border-radius: 15px;
|
|
940
|
+
}
|
|
941
|
+
.Tag-module_dark__sgnt1 {
|
|
942
|
+
color: #000;
|
|
915
943
|
}
|
|
916
|
-
.
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
944
|
+
.Tag-module_light__1zUhp {
|
|
945
|
+
color: #fff;
|
|
946
|
+
}
|
|
947
|
+
.Tag-module_gold__2ksA7 {
|
|
948
|
+
color: #b88b59;
|
|
949
|
+
}
|
|
950
|
+
.Tag-module_gray__mGAO_ {
|
|
951
|
+
color: #757575;
|
|
952
|
+
}
|
|
953
|
+
.Tag-module_inherit__2QB5U {
|
|
954
|
+
color: inherit;
|
|
955
|
+
}
|
|
956
|
+
@media only screen and (min-width: 64em) {
|
|
957
|
+
.Tag-module_is1to1__3EDbC,
|
|
958
|
+
.Tag-module_is1to2__3xbC6,
|
|
959
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
960
|
+
letter-spacing: 1px;
|
|
925
961
|
|
|
926
|
-
|
|
962
|
+
font-size: 12px;
|
|
963
|
+
line-height: 20px
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
@media only screen and (min-width: 64em) {
|
|
967
|
+
.Tag-module_is1to3__3j5K-,
|
|
968
|
+
.Tag-module_is1to4__2vq4r {
|
|
969
|
+
letter-spacing: 0.5px;
|
|
927
970
|
|
|
928
|
-
|
|
971
|
+
font-size: 10px;
|
|
972
|
+
line-height: 15px
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
@media only screen and (min-width: 32em) {
|
|
976
|
+
.Tag-module_slide__2nMDw,
|
|
977
|
+
.Tag-module_game__3j5yG {
|
|
978
|
+
width: 100%;
|
|
929
979
|
|
|
930
|
-
|
|
980
|
+
text-align: center
|
|
931
981
|
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
982
|
+
}
|
|
983
|
+
.Tag-module_richRelated__2vbQQ {
|
|
984
|
+
font-size: 12px;
|
|
985
|
+
line-height: 17px
|
|
986
|
+
}
|
|
987
|
+
@media only screen and (min-width: 64em) {
|
|
988
|
+
.Tag-module_richRelated__2vbQQ {
|
|
989
|
+
font-size: 14px;
|
|
990
|
+
line-height: 20px
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
.Tag-module_slide__2nMDw,
|
|
994
|
+
.Tag-module_game__3j5yG,
|
|
995
|
+
.Tag-module_card__1EAeF,
|
|
996
|
+
.Tag-module_live__rwXuR,
|
|
997
|
+
.Tag-module_episode__3o6gg,
|
|
998
|
+
.Tag-module_podcast__VPoll,
|
|
999
|
+
.Tag-module_rich__2URd9,
|
|
1000
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1001
|
+
margin-bottom: 6px;
|
|
937
1002
|
|
|
938
|
-
|
|
1003
|
+
line-height: 10px
|
|
1004
|
+
}
|
|
1005
|
+
@media only screen and (min-width: 32em) {
|
|
1006
|
+
.Tag-module_slide__2nMDw,
|
|
1007
|
+
.Tag-module_game__3j5yG,
|
|
1008
|
+
.Tag-module_card__1EAeF,
|
|
1009
|
+
.Tag-module_live__rwXuR,
|
|
1010
|
+
.Tag-module_episode__3o6gg,
|
|
1011
|
+
.Tag-module_podcast__VPoll,
|
|
1012
|
+
.Tag-module_rich__2URd9,
|
|
1013
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
1014
|
+
margin-bottom: 10px
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
@media only screen and (min-width: 32em) {
|
|
1018
|
+
.Tag-module_mobile__QQxuv {
|
|
1019
|
+
display: none
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
.Tag-module_desktop__1Bjsy {
|
|
1023
|
+
display: none
|
|
1024
|
+
}
|
|
1025
|
+
@media only screen and (min-width: 32em) {
|
|
1026
|
+
.Tag-module_desktop__1Bjsy {
|
|
1027
|
+
display: block
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
939
1030
|
|
|
940
|
-
|
|
941
|
-
|
|
1031
|
+
/* Colors */
|
|
1032
|
+
/* Fonts */
|
|
1033
|
+
/* Gap */
|
|
1034
|
+
/* Media */
|
|
1035
|
+
/* 512 */
|
|
1036
|
+
/* 650 */
|
|
1037
|
+
/* 768 */
|
|
1038
|
+
/* 1024 */
|
|
1039
|
+
/* 1010 */
|
|
1040
|
+
/* 1200 */
|
|
1041
|
+
/* 511 */
|
|
1042
|
+
/* 1023 */
|
|
1043
|
+
/* Zindex */
|
|
1044
|
+
.MediaCaption-module_root__KqTdw {
|
|
1045
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1046
|
+
}
|
|
1047
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1048
|
+
text-decoration: underline;
|
|
942
1049
|
|
|
943
|
-
|
|
1050
|
+
color: inherit;
|
|
1051
|
+
box-shadow: none;
|
|
1052
|
+
}
|
|
1053
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1054
|
+
color: #b88b58;
|
|
1055
|
+
}
|
|
1056
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1057
|
+
max-width: 520px;
|
|
1058
|
+
padding-top: calc(4rem / 16);
|
|
944
1059
|
|
|
945
|
-
|
|
1060
|
+
color: #1a1a1a;
|
|
946
1061
|
|
|
947
|
-
|
|
1062
|
+
font-size: calc(14rem / 16);
|
|
1063
|
+
line-height: calc(18rem / 16)
|
|
948
1064
|
}
|
|
949
|
-
|
|
950
|
-
|
|
1065
|
+
@media only screen and (min-width: 32em) {
|
|
1066
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1067
|
+
padding-top: 4px;
|
|
1068
|
+
font-size: 16px;
|
|
1069
|
+
line-height: 22px
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1073
|
+
max-width: 520px;
|
|
1074
|
+
padding-top: 1px;
|
|
951
1075
|
|
|
952
|
-
|
|
1076
|
+
color: #666;
|
|
1077
|
+
|
|
1078
|
+
font-size: calc(12rem / 16);
|
|
1079
|
+
line-height: 1rem
|
|
953
1080
|
}
|
|
954
|
-
|
|
955
|
-
|
|
1081
|
+
@media only screen and (min-width: 32em) {
|
|
1082
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1083
|
+
padding-top: 3px
|
|
956
1084
|
}
|
|
957
|
-
|
|
958
|
-
|
|
1085
|
+
}
|
|
1086
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1087
|
+
padding-top: calc(3rem / 16)
|
|
959
1088
|
}
|
|
960
|
-
|
|
961
|
-
|
|
1089
|
+
@media only screen and (min-width: 32em) {
|
|
1090
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1091
|
+
padding-top: 3px
|
|
962
1092
|
}
|
|
963
|
-
|
|
964
|
-
|
|
1093
|
+
}
|
|
1094
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1095
|
+
color: #fff;
|
|
965
1096
|
}
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
color: #999;
|
|
970
|
-
|
|
971
|
-
font-size: 13px;
|
|
972
|
-
letter-spacing: 0.5px;
|
|
973
|
-
text-transform: uppercase;
|
|
1097
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1098
|
+
color: #929292;
|
|
974
1099
|
}
|
|
975
|
-
|
|
976
|
-
.
|
|
977
|
-
|
|
1100
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1101
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1102
|
+
padding-top: calc(10rem / 16)
|
|
978
1103
|
}
|
|
979
|
-
|
|
980
|
-
|
|
1104
|
+
@media only screen and (min-width: 32em) {
|
|
1105
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1106
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1107
|
+
padding-top: 12px
|
|
981
1108
|
}
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
1109
|
+
}
|
|
1110
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1111
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1112
|
+
padding-top: calc(9rem / 16)
|
|
985
1113
|
}
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
height: 22px;
|
|
991
|
-
|
|
992
|
-
background-color: #bababa;
|
|
1114
|
+
@media only screen and (min-width: 32em) {
|
|
1115
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1116
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1117
|
+
padding-top: 11px
|
|
993
1118
|
}
|
|
994
|
-
|
|
995
|
-
.
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1119
|
+
}
|
|
1120
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1121
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1122
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1123
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1124
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1125
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1126
|
+
max-width: 650px;
|
|
999
1127
|
}
|
|
1000
|
-
/*
|
|
1001
|
-
.
|
|
1002
|
-
|
|
1003
|
-
color: #7f7f7f;
|
|
1004
|
-
|
|
1005
|
-
font-size: 13px;
|
|
1006
|
-
letter-spacing: 0.5px;
|
|
1007
|
-
text-transform: uppercase;
|
|
1128
|
+
/* Dark theme */
|
|
1129
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1130
|
+
color: #d9d9d9;
|
|
1008
1131
|
}
|
|
1009
|
-
.
|
|
1010
|
-
|
|
1011
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
1132
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1133
|
+
color: #757575;
|
|
1012
1134
|
}
|
|
1013
1135
|
|
|
1014
1136
|
/* Colors */
|
|
@@ -1309,111 +1431,6 @@
|
|
|
1309
1431
|
min-width: 50px;
|
|
1310
1432
|
}
|
|
1311
1433
|
|
|
1312
|
-
/* Colors */
|
|
1313
|
-
/* Fonts */
|
|
1314
|
-
/* Gap */
|
|
1315
|
-
/* Media */
|
|
1316
|
-
/* 512 */
|
|
1317
|
-
/* 650 */
|
|
1318
|
-
/* 768 */
|
|
1319
|
-
/* 1024 */
|
|
1320
|
-
/* 1010 */
|
|
1321
|
-
/* 1200 */
|
|
1322
|
-
/* 511 */
|
|
1323
|
-
/* 1023 */
|
|
1324
|
-
/* Zindex */
|
|
1325
|
-
.MediaCaption-module_root__KqTdw {
|
|
1326
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1327
|
-
}
|
|
1328
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1329
|
-
text-decoration: underline;
|
|
1330
|
-
|
|
1331
|
-
color: inherit;
|
|
1332
|
-
box-shadow: none;
|
|
1333
|
-
}
|
|
1334
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1335
|
-
color: #b88b58;
|
|
1336
|
-
}
|
|
1337
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1338
|
-
max-width: 520px;
|
|
1339
|
-
padding-top: calc(4rem / 16);
|
|
1340
|
-
|
|
1341
|
-
color: #1a1a1a;
|
|
1342
|
-
|
|
1343
|
-
font-size: calc(14rem / 16);
|
|
1344
|
-
line-height: calc(18rem / 16)
|
|
1345
|
-
}
|
|
1346
|
-
@media only screen and (min-width: 32em) {
|
|
1347
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1348
|
-
padding-top: 4px;
|
|
1349
|
-
font-size: 16px;
|
|
1350
|
-
line-height: 22px
|
|
1351
|
-
}
|
|
1352
|
-
}
|
|
1353
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1354
|
-
max-width: 520px;
|
|
1355
|
-
padding-top: 1px;
|
|
1356
|
-
|
|
1357
|
-
color: #666;
|
|
1358
|
-
|
|
1359
|
-
font-size: calc(12rem / 16);
|
|
1360
|
-
line-height: 1rem
|
|
1361
|
-
}
|
|
1362
|
-
@media only screen and (min-width: 32em) {
|
|
1363
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1364
|
-
padding-top: 3px
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1368
|
-
padding-top: calc(3rem / 16)
|
|
1369
|
-
}
|
|
1370
|
-
@media only screen and (min-width: 32em) {
|
|
1371
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1372
|
-
padding-top: 3px
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1376
|
-
color: #fff;
|
|
1377
|
-
}
|
|
1378
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1379
|
-
color: #929292;
|
|
1380
|
-
}
|
|
1381
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1382
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1383
|
-
padding-top: calc(10rem / 16)
|
|
1384
|
-
}
|
|
1385
|
-
@media only screen and (min-width: 32em) {
|
|
1386
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1387
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1388
|
-
padding-top: 12px
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1392
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1393
|
-
padding-top: calc(9rem / 16)
|
|
1394
|
-
}
|
|
1395
|
-
@media only screen and (min-width: 32em) {
|
|
1396
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1397
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1398
|
-
padding-top: 11px
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1402
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1403
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1404
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1405
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1406
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1407
|
-
max-width: 650px;
|
|
1408
|
-
}
|
|
1409
|
-
/* Dark theme */
|
|
1410
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1411
|
-
color: #d9d9d9;
|
|
1412
|
-
}
|
|
1413
|
-
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1414
|
-
color: #757575;
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
1434
|
/* Colors */
|
|
1418
1435
|
/* Fonts */
|
|
1419
1436
|
/* Gap */
|
|
@@ -1525,29 +1542,117 @@
|
|
|
1525
1542
|
.MaterialNote-module_game__cADMe {
|
|
1526
1543
|
margin-bottom: 0;
|
|
1527
1544
|
|
|
1528
|
-
text-align: center
|
|
1545
|
+
text-align: center
|
|
1546
|
+
}
|
|
1547
|
+
@media only screen and (min-width: 32em) {
|
|
1548
|
+
.MaterialNote-module_game__cADMe {
|
|
1549
|
+
margin-top: 25px
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1553
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1554
|
+
color: #fff
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1558
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1559
|
+
margin-bottom: 9px;
|
|
1560
|
+
padding-top: 8px
|
|
1561
|
+
}
|
|
1562
|
+
@media only screen and (min-width: 32em) {
|
|
1563
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1564
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1565
|
+
margin-bottom: 16px
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
/* Colors */
|
|
1570
|
+
/* Fonts */
|
|
1571
|
+
/* Gap */
|
|
1572
|
+
/* Media */
|
|
1573
|
+
/* 512 */
|
|
1574
|
+
/* 650 */
|
|
1575
|
+
/* 768 */
|
|
1576
|
+
/* 1024 */
|
|
1577
|
+
/* 1010 */
|
|
1578
|
+
/* 1200 */
|
|
1579
|
+
/* 511 */
|
|
1580
|
+
/* 1023 */
|
|
1581
|
+
/* Zindex */
|
|
1582
|
+
.Dropdown-module_root__11PNk {
|
|
1583
|
+
position: relative;
|
|
1584
|
+
z-index: 100;
|
|
1585
|
+
|
|
1586
|
+
display: inline-block;
|
|
1587
|
+
|
|
1588
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1589
|
+
}
|
|
1590
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1591
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1592
|
+
visibility: visible;
|
|
1593
|
+
|
|
1594
|
+
opacity: 1;
|
|
1595
|
+
}
|
|
1596
|
+
.Dropdown-module_root__11PNk ul {
|
|
1597
|
+
overflow: hidden;
|
|
1598
|
+
|
|
1599
|
+
width: 162px;
|
|
1600
|
+
margin: 0;
|
|
1601
|
+
padding: 3px 0;
|
|
1602
|
+
|
|
1603
|
+
border-radius: 5px;
|
|
1604
|
+
background: #fff;
|
|
1605
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1606
|
+
|
|
1607
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1608
|
+
font-size: 14px;
|
|
1609
|
+
line-height: 26px;
|
|
1610
|
+
}
|
|
1611
|
+
.Dropdown-module_root__11PNk a {
|
|
1612
|
+
display: block;
|
|
1613
|
+
|
|
1614
|
+
padding: 2px 15px;
|
|
1615
|
+
|
|
1616
|
+
text-decoration: none;
|
|
1617
|
+
|
|
1618
|
+
color: #000;
|
|
1619
|
+
box-shadow: none;
|
|
1529
1620
|
}
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1621
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1622
|
+
color: #000;
|
|
1623
|
+
background-color: #f7f7f7;
|
|
1533
1624
|
}
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1625
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1626
|
+
right: 0;
|
|
1627
|
+
left: auto
|
|
1628
|
+
}
|
|
1629
|
+
@media only screen and (min-width: 64em) {
|
|
1630
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1631
|
+
right: auto;
|
|
1632
|
+
left: 0
|
|
1538
1633
|
}
|
|
1539
1634
|
}
|
|
1540
|
-
.
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1635
|
+
.Dropdown-module_menu__3PIqD {
|
|
1636
|
+
position: absolute;
|
|
1637
|
+
top: 100%;
|
|
1638
|
+
left: 0;
|
|
1639
|
+
|
|
1640
|
+
visibility: hidden;
|
|
1641
|
+
|
|
1642
|
+
padding-top: 6px;
|
|
1643
|
+
|
|
1644
|
+
opacity: 0;
|
|
1544
1645
|
}
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1646
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1647
|
+
position: absolute;
|
|
1648
|
+
z-index: -1;
|
|
1649
|
+
top: -10px;
|
|
1650
|
+
right: -10px;
|
|
1651
|
+
bottom: -10px;
|
|
1652
|
+
left: -10px;
|
|
1653
|
+
|
|
1654
|
+
content: '';
|
|
1549
1655
|
}
|
|
1550
|
-
}
|
|
1551
1656
|
|
|
1552
1657
|
/* Colors */
|
|
1553
1658
|
/* Fonts */
|
|
@@ -1562,9 +1667,36 @@
|
|
|
1562
1667
|
/* 511 */
|
|
1563
1668
|
/* 1023 */
|
|
1564
1669
|
/* Zindex */
|
|
1565
|
-
.
|
|
1670
|
+
.MaterialTitle-module_root__18ku- {
|
|
1566
1671
|
display: block;
|
|
1567
1672
|
}
|
|
1673
|
+
.MaterialTitle-module_root__18ku- {
|
|
1674
|
+
margin: 0;
|
|
1675
|
+
|
|
1676
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1677
|
+
font-size: 25px;
|
|
1678
|
+
font-weight: normal;
|
|
1679
|
+
line-height: 27px
|
|
1680
|
+
}
|
|
1681
|
+
@media only screen and (min-width: 48em) {
|
|
1682
|
+
.MaterialTitle-module_root__18ku- {
|
|
1683
|
+
font-size: 37px;
|
|
1684
|
+
line-height: 38px
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1688
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1689
|
+
font-weight: normal;
|
|
1690
|
+
}
|
|
1691
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1692
|
+
font-size: 24px;
|
|
1693
|
+
font-weight: 700
|
|
1694
|
+
}
|
|
1695
|
+
@media only screen and (min-width: 48em) {
|
|
1696
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1697
|
+
font-size: 36px
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1568
1700
|
|
|
1569
1701
|
/* Colors */
|
|
1570
1702
|
/* Fonts */
|
|
@@ -1637,165 +1769,135 @@
|
|
|
1637
1769
|
/* 511 */
|
|
1638
1770
|
/* 1023 */
|
|
1639
1771
|
/* Zindex */
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1772
|
+
.Toolbar-module_root__2HF2r {
|
|
1773
|
+
overflow: hidden;
|
|
1642
1774
|
|
|
1643
|
-
|
|
1644
|
-
padding-left: calc(18rem / 16);
|
|
1775
|
+
transform: translateZ(0);
|
|
1645
1776
|
|
|
1646
|
-
font-family: '
|
|
1647
|
-
font-size: calc(18rem / 16);
|
|
1648
|
-
line-height: calc(24rem / 16)
|
|
1777
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1649
1778
|
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1779
|
+
.Toolbar-module_list__1n5ny {
|
|
1780
|
+
display: -webkit-box;
|
|
1781
|
+
display: -webkit-flex;
|
|
1782
|
+
display: -ms-flexbox;
|
|
1783
|
+
display: flex;
|
|
1784
|
+
flex-flow: row wrap;
|
|
1654
1785
|
|
|
1655
|
-
|
|
1656
|
-
|
|
1786
|
+
margin: 0 0 0 -10px;
|
|
1787
|
+
padding: 0;
|
|
1788
|
+
|
|
1789
|
+
list-style: none
|
|
1790
|
+
}
|
|
1791
|
+
@media only screen and (min-width: 64em) {
|
|
1792
|
+
.Toolbar-module_list__1n5ny {
|
|
1793
|
+
margin: 0 0 0 -15px
|
|
1657
1794
|
}
|
|
1658
1795
|
}
|
|
1659
|
-
.
|
|
1660
|
-
|
|
1661
|
-
|
|
1796
|
+
.Toolbar-module_item__36x7d {
|
|
1797
|
+
position: relative;
|
|
1798
|
+
|
|
1799
|
+
min-width: 42px;
|
|
1800
|
+
height: 32px;
|
|
1801
|
+
padding-right: 10px;
|
|
1802
|
+
padding-left: 10px;
|
|
1803
|
+
|
|
1804
|
+
cursor: pointer;
|
|
1805
|
+
transition: color 250ms ease;
|
|
1806
|
+
text-align: center;
|
|
1807
|
+
|
|
1808
|
+
color: #808080;
|
|
1809
|
+
|
|
1810
|
+
line-height: 1
|
|
1662
1811
|
}
|
|
1663
|
-
@media only screen and (min-width:
|
|
1664
|
-
.
|
|
1665
|
-
|
|
1666
|
-
padding-
|
|
1812
|
+
@media only screen and (min-width: 64em) {
|
|
1813
|
+
.Toolbar-module_item__36x7d {
|
|
1814
|
+
padding-right: 15px;
|
|
1815
|
+
padding-left: 15px
|
|
1667
1816
|
}
|
|
1668
1817
|
}
|
|
1669
|
-
.
|
|
1670
|
-
|
|
1818
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1819
|
+
margin-right: 0;
|
|
1671
1820
|
}
|
|
1672
|
-
.
|
|
1821
|
+
.Toolbar-module_item__36x7d::before {
|
|
1673
1822
|
position: absolute;
|
|
1674
|
-
top:
|
|
1675
|
-
bottom: 7px;
|
|
1823
|
+
top: 7px;
|
|
1676
1824
|
left: 0;
|
|
1677
1825
|
|
|
1678
|
-
|
|
1826
|
+
height: 18px;
|
|
1679
1827
|
|
|
1680
1828
|
content: '';
|
|
1829
|
+
vertical-align: middle;
|
|
1681
1830
|
|
|
1682
|
-
border-
|
|
1683
|
-
background-color: #ebebeb
|
|
1684
|
-
}
|
|
1685
|
-
@media only screen and (min-width: 32em) {
|
|
1686
|
-
.QuoteBlock-module_root__2GrcC:before {
|
|
1687
|
-
top: 4px;
|
|
1688
|
-
bottom: 6px
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
.QuoteBlock-module_root__2GrcC:last-child {
|
|
1692
|
-
margin-bottom: 0;
|
|
1831
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1693
1832
|
}
|
|
1694
|
-
.
|
|
1695
|
-
|
|
1833
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1834
|
+
display: none;
|
|
1696
1835
|
}
|
|
1697
|
-
.
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
color: inherit;
|
|
1701
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
1836
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1837
|
+
height: 100%;
|
|
1702
1838
|
}
|
|
1703
|
-
.
|
|
1704
|
-
|
|
1839
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1840
|
+
height: 100%;
|
|
1705
1841
|
}
|
|
1706
|
-
.
|
|
1842
|
+
.Toolbar-module_center__3_H8M {
|
|
1707
1843
|
width: 100%;
|
|
1708
1844
|
max-width: 650px;
|
|
1709
1845
|
margin-right: auto;
|
|
1710
1846
|
margin-left: auto;
|
|
1711
1847
|
}
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
/* Fonts */
|
|
1715
|
-
/* Gap */
|
|
1716
|
-
/* Media */
|
|
1717
|
-
/* 512 */
|
|
1718
|
-
/* 650 */
|
|
1719
|
-
/* 768 */
|
|
1720
|
-
/* 1024 */
|
|
1721
|
-
/* 1010 */
|
|
1722
|
-
/* 1200 */
|
|
1723
|
-
/* 511 */
|
|
1724
|
-
/* 1023 */
|
|
1725
|
-
/* Zindex */
|
|
1726
|
-
.Dropdown-module_root__11PNk {
|
|
1727
|
-
position: relative;
|
|
1728
|
-
z-index: 100;
|
|
1729
|
-
|
|
1730
|
-
display: inline-block;
|
|
1731
|
-
|
|
1732
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1848
|
+
.Toolbar-module_game__5-jY_ {
|
|
1849
|
+
margin-top: 11px
|
|
1733
1850
|
}
|
|
1734
|
-
|
|
1735
|
-
.
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
opacity: 1;
|
|
1851
|
+
@media only screen and (min-width: 32em) {
|
|
1852
|
+
.Toolbar-module_game__5-jY_ {
|
|
1853
|
+
margin-top: 18px
|
|
1739
1854
|
}
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
margin: 0;
|
|
1745
|
-
padding: 3px 0;
|
|
1746
|
-
|
|
1747
|
-
border-radius: 5px;
|
|
1748
|
-
background: #fff;
|
|
1749
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1750
|
-
|
|
1751
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1752
|
-
font-size: 14px;
|
|
1753
|
-
line-height: 26px;
|
|
1855
|
+
}
|
|
1856
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1857
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1858
|
+
justify-content: center
|
|
1754
1859
|
}
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1860
|
+
@media only screen and (min-width: 32em) {
|
|
1861
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1862
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1863
|
+
display: -webkit-box;
|
|
1864
|
+
display: -webkit-flex;
|
|
1865
|
+
display: -ms-flexbox;
|
|
1866
|
+
display: flex
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1870
|
+
width: 260px
|
|
1871
|
+
}
|
|
1872
|
+
@media only screen and (min-width: 32em) {
|
|
1873
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1874
|
+
width: auto
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1878
|
+
content: none
|
|
1764
1879
|
}
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1880
|
+
@media only screen and (min-width: 32em) {
|
|
1881
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1882
|
+
content: ''
|
|
1768
1883
|
}
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1884
|
+
}
|
|
1885
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1886
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1887
|
+
content: none;
|
|
1772
1888
|
}
|
|
1773
1889
|
@media only screen and (min-width: 64em) {
|
|
1774
|
-
.
|
|
1775
|
-
|
|
1776
|
-
left: 0
|
|
1890
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1891
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1892
|
+
margin-left: 0
|
|
1777
1893
|
}
|
|
1778
1894
|
}
|
|
1779
|
-
.
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
left: 0;
|
|
1783
|
-
|
|
1784
|
-
visibility: hidden;
|
|
1785
|
-
|
|
1786
|
-
padding-top: 6px;
|
|
1787
|
-
|
|
1788
|
-
opacity: 0;
|
|
1895
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1896
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1897
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1789
1898
|
}
|
|
1790
|
-
.
|
|
1791
|
-
|
|
1792
|
-
z-index: -1;
|
|
1793
|
-
top: -10px;
|
|
1794
|
-
right: -10px;
|
|
1795
|
-
bottom: -10px;
|
|
1796
|
-
left: -10px;
|
|
1797
|
-
|
|
1798
|
-
content: '';
|
|
1899
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1900
|
+
display: none;
|
|
1799
1901
|
}
|
|
1800
1902
|
|
|
1801
1903
|
/* Colors */
|
|
@@ -1958,243 +2060,55 @@
|
|
|
1958
2060
|
}
|
|
1959
2061
|
100% {
|
|
1960
2062
|
transform: translateY(0);
|
|
1961
|
-
}
|
|
1962
|
-
}
|
|
1963
|
-
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
1964
|
-
0% {
|
|
1965
|
-
transform: translateY(0);
|
|
1966
|
-
}
|
|
1967
|
-
100% {
|
|
1968
|
-
transform: translateY(100%);
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
1972
|
-
0% {
|
|
1973
|
-
transform: translateY(0);
|
|
1974
|
-
}
|
|
1975
|
-
100% {
|
|
1976
|
-
transform: translateY(100%);
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1980
|
-
0% {
|
|
1981
|
-
opacity: 0;
|
|
1982
|
-
}
|
|
1983
|
-
100% {
|
|
1984
|
-
opacity: 1;
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1988
|
-
0% {
|
|
1989
|
-
opacity: 0;
|
|
1990
|
-
}
|
|
1991
|
-
100% {
|
|
1992
|
-
opacity: 1;
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1995
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1996
|
-
0% {
|
|
1997
|
-
opacity: 1;
|
|
1998
|
-
}
|
|
1999
|
-
100% {
|
|
2000
|
-
opacity: 0;
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2004
|
-
0% {
|
|
2005
|
-
opacity: 1;
|
|
2006
|
-
}
|
|
2007
|
-
100% {
|
|
2008
|
-
opacity: 0;
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
/* Colors */
|
|
2013
|
-
/* Fonts */
|
|
2014
|
-
/* Gap */
|
|
2015
|
-
/* Media */
|
|
2016
|
-
/* 512 */
|
|
2017
|
-
/* 650 */
|
|
2018
|
-
/* 768 */
|
|
2019
|
-
/* 1024 */
|
|
2020
|
-
/* 1010 */
|
|
2021
|
-
/* 1200 */
|
|
2022
|
-
/* 511 */
|
|
2023
|
-
/* 1023 */
|
|
2024
|
-
/* Zindex */
|
|
2025
|
-
.MaterialTitle-module_root__18ku- {
|
|
2026
|
-
display: block;
|
|
2027
|
-
}
|
|
2028
|
-
.MaterialTitle-module_root__18ku- {
|
|
2029
|
-
margin: 0;
|
|
2030
|
-
|
|
2031
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2032
|
-
font-size: 25px;
|
|
2033
|
-
font-weight: normal;
|
|
2034
|
-
line-height: 27px
|
|
2035
|
-
}
|
|
2036
|
-
@media only screen and (min-width: 48em) {
|
|
2037
|
-
.MaterialTitle-module_root__18ku- {
|
|
2038
|
-
font-size: 37px;
|
|
2039
|
-
line-height: 38px
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
2043
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2044
|
-
font-weight: normal;
|
|
2045
|
-
}
|
|
2046
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
2047
|
-
font-size: 24px;
|
|
2048
|
-
font-weight: 700
|
|
2049
|
-
}
|
|
2050
|
-
@media only screen and (min-width: 48em) {
|
|
2051
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
2052
|
-
font-size: 36px
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
/* Colors */
|
|
2057
|
-
/* Fonts */
|
|
2058
|
-
/* Gap */
|
|
2059
|
-
/* Media */
|
|
2060
|
-
/* 512 */
|
|
2061
|
-
/* 650 */
|
|
2062
|
-
/* 768 */
|
|
2063
|
-
/* 1024 */
|
|
2064
|
-
/* 1010 */
|
|
2065
|
-
/* 1200 */
|
|
2066
|
-
/* 511 */
|
|
2067
|
-
/* 1023 */
|
|
2068
|
-
/* Zindex */
|
|
2069
|
-
.Toolbar-module_root__2HF2r {
|
|
2070
|
-
overflow: hidden;
|
|
2071
|
-
|
|
2072
|
-
transform: translateZ(0);
|
|
2073
|
-
|
|
2074
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2075
|
-
}
|
|
2076
|
-
.Toolbar-module_list__1n5ny {
|
|
2077
|
-
display: -webkit-box;
|
|
2078
|
-
display: -webkit-flex;
|
|
2079
|
-
display: -ms-flexbox;
|
|
2080
|
-
display: flex;
|
|
2081
|
-
flex-flow: row wrap;
|
|
2082
|
-
|
|
2083
|
-
margin: 0 0 0 -10px;
|
|
2084
|
-
padding: 0;
|
|
2085
|
-
|
|
2086
|
-
list-style: none
|
|
2087
|
-
}
|
|
2088
|
-
@media only screen and (min-width: 64em) {
|
|
2089
|
-
.Toolbar-module_list__1n5ny {
|
|
2090
|
-
margin: 0 0 0 -15px
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
.Toolbar-module_item__36x7d {
|
|
2094
|
-
position: relative;
|
|
2095
|
-
|
|
2096
|
-
min-width: 42px;
|
|
2097
|
-
height: 32px;
|
|
2098
|
-
padding-right: 10px;
|
|
2099
|
-
padding-left: 10px;
|
|
2100
|
-
|
|
2101
|
-
cursor: pointer;
|
|
2102
|
-
transition: color 250ms ease;
|
|
2103
|
-
text-align: center;
|
|
2104
|
-
|
|
2105
|
-
color: #808080;
|
|
2106
|
-
|
|
2107
|
-
line-height: 1
|
|
2108
|
-
}
|
|
2109
|
-
@media only screen and (min-width: 64em) {
|
|
2110
|
-
.Toolbar-module_item__36x7d {
|
|
2111
|
-
padding-right: 15px;
|
|
2112
|
-
padding-left: 15px
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
2116
|
-
margin-right: 0;
|
|
2117
|
-
}
|
|
2118
|
-
.Toolbar-module_item__36x7d::before {
|
|
2119
|
-
position: absolute;
|
|
2120
|
-
top: 7px;
|
|
2121
|
-
left: 0;
|
|
2122
|
-
|
|
2123
|
-
height: 18px;
|
|
2124
|
-
|
|
2125
|
-
content: '';
|
|
2126
|
-
vertical-align: middle;
|
|
2127
|
-
|
|
2128
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2129
|
-
}
|
|
2130
|
-
.Toolbar-module_item__36x7d:empty {
|
|
2131
|
-
display: none;
|
|
2132
|
-
}
|
|
2133
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
2134
|
-
height: 100%;
|
|
2135
|
-
}
|
|
2136
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2137
|
-
height: 100%;
|
|
2138
|
-
}
|
|
2139
|
-
.Toolbar-module_center__3_H8M {
|
|
2140
|
-
width: 100%;
|
|
2141
|
-
max-width: 650px;
|
|
2142
|
-
margin-right: auto;
|
|
2143
|
-
margin-left: auto;
|
|
2144
|
-
}
|
|
2145
|
-
.Toolbar-module_game__5-jY_ {
|
|
2146
|
-
margin-top: 11px
|
|
2147
|
-
}
|
|
2148
|
-
@media only screen and (min-width: 32em) {
|
|
2149
|
-
.Toolbar-module_game__5-jY_ {
|
|
2150
|
-
margin-top: 18px
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2154
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2155
|
-
justify-content: center
|
|
2156
|
-
}
|
|
2157
|
-
@media only screen and (min-width: 32em) {
|
|
2158
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2159
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2160
|
-
display: -webkit-box;
|
|
2161
|
-
display: -webkit-flex;
|
|
2162
|
-
display: -ms-flexbox;
|
|
2163
|
-
display: flex
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2167
|
-
width: 260px
|
|
2168
|
-
}
|
|
2169
|
-
@media only screen and (min-width: 32em) {
|
|
2170
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2171
|
-
width: auto
|
|
2063
|
+
}
|
|
2172
2064
|
}
|
|
2065
|
+
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
2066
|
+
0% {
|
|
2067
|
+
transform: translateY(0);
|
|
2068
|
+
}
|
|
2069
|
+
100% {
|
|
2070
|
+
transform: translateY(100%);
|
|
2173
2071
|
}
|
|
2174
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2175
|
-
content: none
|
|
2176
2072
|
}
|
|
2177
|
-
@
|
|
2178
|
-
|
|
2179
|
-
|
|
2073
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
2074
|
+
0% {
|
|
2075
|
+
transform: translateY(0);
|
|
2076
|
+
}
|
|
2077
|
+
100% {
|
|
2078
|
+
transform: translateY(100%);
|
|
2079
|
+
}
|
|
2180
2080
|
}
|
|
2081
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2082
|
+
0% {
|
|
2083
|
+
opacity: 0;
|
|
2084
|
+
}
|
|
2085
|
+
100% {
|
|
2086
|
+
opacity: 1;
|
|
2181
2087
|
}
|
|
2182
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2183
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2184
|
-
content: none;
|
|
2185
2088
|
}
|
|
2186
|
-
@
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2089
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2090
|
+
0% {
|
|
2091
|
+
opacity: 0;
|
|
2092
|
+
}
|
|
2093
|
+
100% {
|
|
2094
|
+
opacity: 1;
|
|
2095
|
+
}
|
|
2190
2096
|
}
|
|
2097
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2098
|
+
0% {
|
|
2099
|
+
opacity: 1;
|
|
2100
|
+
}
|
|
2101
|
+
100% {
|
|
2102
|
+
opacity: 0;
|
|
2191
2103
|
}
|
|
2192
|
-
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
2193
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2194
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2195
2104
|
}
|
|
2196
|
-
|
|
2197
|
-
|
|
2105
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2106
|
+
0% {
|
|
2107
|
+
opacity: 1;
|
|
2108
|
+
}
|
|
2109
|
+
100% {
|
|
2110
|
+
opacity: 0;
|
|
2111
|
+
}
|
|
2198
2112
|
}
|
|
2199
2113
|
|
|
2200
2114
|
/* Colors */
|
|
@@ -2210,90 +2124,115 @@
|
|
|
2210
2124
|
/* 511 */
|
|
2211
2125
|
/* 1023 */
|
|
2212
2126
|
/* Zindex */
|
|
2213
|
-
.
|
|
2127
|
+
.Meta-module_root__12AG7 {
|
|
2128
|
+
transform: translateZ(0);
|
|
2129
|
+
|
|
2214
2130
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2215
|
-
font-
|
|
2216
|
-
|
|
2131
|
+
font-size: 12px;
|
|
2132
|
+
line-height: 15px;
|
|
2217
2133
|
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
/* 1023 */
|
|
2230
|
-
/* Zindex */
|
|
2231
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2232
|
-
position: relative;
|
|
2134
|
+
fill: inherit;
|
|
2135
|
+
}
|
|
2136
|
+
.Meta-module_rich__1XBtZ,
|
|
2137
|
+
.Meta-module_podcast__1m4zo,
|
|
2138
|
+
.Meta-module_episode__1K2Xv,
|
|
2139
|
+
.Meta-module_simple__3vUiI,
|
|
2140
|
+
.Meta-module_slide__3g6fG,
|
|
2141
|
+
.Meta-module_card__LE1RK,
|
|
2142
|
+
.Meta-module_game__3aNlZ,
|
|
2143
|
+
.Meta-module_isInMaterial__zaYMy {
|
|
2144
|
+
width: 100%;
|
|
2233
2145
|
|
|
2234
|
-
|
|
2146
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2235
2147
|
}
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
max-width: 650px;
|
|
2239
|
-
margin-top: 70px
|
|
2148
|
+
.Meta-module_podcast__1m4zo {
|
|
2149
|
+
fill: currentColor;
|
|
2240
2150
|
}
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
margin-top: 0;
|
|
2151
|
+
.Meta-module_isInSearchItem__1wbpx {
|
|
2152
|
+
color: rgba(255, 255, 255, 0.7);
|
|
2244
2153
|
}
|
|
2245
|
-
.
|
|
2246
|
-
|
|
2154
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2155
|
+
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2156
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2157
|
+
text-align: left;
|
|
2247
2158
|
}
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
vertical-align: top;
|
|
2252
|
-
letter-spacing: 1px;
|
|
2253
|
-
text-transform: uppercase;
|
|
2254
|
-
|
|
2255
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2256
|
-
font-size: 12px;
|
|
2257
|
-
font-weight: 600;
|
|
2258
|
-
line-height: 12px
|
|
2159
|
+
@media only screen and (min-width: 64em) {
|
|
2160
|
+
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2161
|
+
text-align: left
|
|
2259
2162
|
}
|
|
2163
|
+
}
|
|
2260
2164
|
@media only screen and (min-width: 32em) {
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2263
|
-
|
|
2165
|
+
.Meta-module_episode__1K2Xv,
|
|
2166
|
+
.Meta-module_card__LE1RK,
|
|
2167
|
+
.Meta-module_slide__3g6fG,
|
|
2168
|
+
.Meta-module_game__3aNlZ,
|
|
2169
|
+
.Meta-module_center__3BBPr {
|
|
2170
|
+
text-align: center
|
|
2264
2171
|
}
|
|
2265
2172
|
}
|
|
2266
|
-
.
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
width: 120px;
|
|
2270
|
-
padding: 0 0 7px;
|
|
2271
|
-
|
|
2272
|
-
content: '';
|
|
2173
|
+
.Meta-module_light__2baE- {
|
|
2174
|
+
color: rgba(255, 255, 255, 0.6);
|
|
2273
2175
|
|
|
2274
|
-
|
|
2176
|
+
fill: currentColor;
|
|
2177
|
+
}
|
|
2178
|
+
.Meta-module_dark__24y9m,
|
|
2179
|
+
.Meta-module_isDark__3g22f {
|
|
2180
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2181
|
+
}
|
|
2182
|
+
.Meta-module_episode__1K2Xv,
|
|
2183
|
+
.Meta-module_card__LE1RK,
|
|
2184
|
+
.Meta-module_slide__3g6fG,
|
|
2185
|
+
.Meta-module_podcast__1m4zo {
|
|
2186
|
+
display: -webkit-box;
|
|
2187
|
+
display: -webkit-flex;
|
|
2188
|
+
display: -ms-flexbox;
|
|
2189
|
+
display: flex;
|
|
2190
|
+
align-items: center;
|
|
2191
|
+
flex-flow: row wrap
|
|
2192
|
+
}
|
|
2193
|
+
@media only screen and (min-width: 48em) {
|
|
2194
|
+
.Meta-module_episode__1K2Xv,
|
|
2195
|
+
.Meta-module_card__LE1RK,
|
|
2196
|
+
.Meta-module_slide__3g6fG,
|
|
2197
|
+
.Meta-module_podcast__1m4zo {
|
|
2198
|
+
display: block
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2202
|
+
.Meta-module_hasSource__2lXiN {
|
|
2203
|
+
display: -webkit-box;
|
|
2204
|
+
display: -webkit-flex;
|
|
2205
|
+
display: -ms-flexbox;
|
|
2206
|
+
display: flex;
|
|
2207
|
+
flex-flow: row wrap
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
.Meta-module_bookmark__3ot3k {
|
|
2211
|
+
position: absolute;
|
|
2212
|
+
z-index: 10;
|
|
2213
|
+
right: -12px;
|
|
2214
|
+
bottom: -4px
|
|
2275
2215
|
}
|
|
2276
2216
|
@media only screen and (min-width: 32em) {
|
|
2277
|
-
.
|
|
2278
|
-
|
|
2217
|
+
.Meta-module_bookmark__3ot3k {
|
|
2218
|
+
display: none
|
|
2279
2219
|
}
|
|
2280
2220
|
}
|
|
2281
2221
|
/* VISIBILITY */
|
|
2282
2222
|
@media only screen and (min-width: 32em) {
|
|
2283
|
-
.
|
|
2223
|
+
.Meta-module_mobile__22LGV {
|
|
2284
2224
|
display: none
|
|
2285
2225
|
}
|
|
2286
2226
|
}
|
|
2287
|
-
.
|
|
2227
|
+
.Meta-module_desktop__1ZGUS {
|
|
2288
2228
|
display: none
|
|
2289
2229
|
}
|
|
2290
2230
|
@media only screen and (min-width: 32em) {
|
|
2291
|
-
.
|
|
2231
|
+
.Meta-module_desktop__1ZGUS {
|
|
2292
2232
|
display: block
|
|
2293
2233
|
}
|
|
2294
2234
|
}
|
|
2295
2235
|
|
|
2296
|
-
|
|
2297
2236
|
/* Colors */
|
|
2298
2237
|
/* Fonts */
|
|
2299
2238
|
/* Gap */
|
|
@@ -2307,110 +2246,96 @@
|
|
|
2307
2246
|
/* 511 */
|
|
2308
2247
|
/* 1023 */
|
|
2309
2248
|
/* Zindex */
|
|
2310
|
-
.
|
|
2311
|
-
|
|
2249
|
+
.Timestamp-module_root__coOvT {
|
|
2250
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2251
|
+
font-weight: normal;
|
|
2312
2252
|
}
|
|
2313
|
-
.Cover-module_body__1xs8e {
|
|
2314
|
-
position: absolute;
|
|
2315
|
-
z-index: 1;
|
|
2316
|
-
right: 0;
|
|
2317
|
-
bottom: 0;
|
|
2318
|
-
left: 0;
|
|
2319
|
-
|
|
2320
|
-
display: -webkit-box;
|
|
2321
|
-
|
|
2322
|
-
display: -webkit-flex;
|
|
2323
|
-
|
|
2324
|
-
display: -ms-flexbox;
|
|
2325
|
-
|
|
2326
|
-
display: flex;
|
|
2327
|
-
flex-flow: column nowrap;
|
|
2328
|
-
justify-content: flex-end;
|
|
2329
2253
|
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2254
|
+
/* Colors */
|
|
2255
|
+
/* Fonts */
|
|
2256
|
+
/* Gap */
|
|
2257
|
+
/* Media */
|
|
2258
|
+
/* 512 */
|
|
2259
|
+
/* 650 */
|
|
2260
|
+
/* 768 */
|
|
2261
|
+
/* 1024 */
|
|
2262
|
+
/* 1010 */
|
|
2263
|
+
/* 1200 */
|
|
2264
|
+
/* 511 */
|
|
2265
|
+
/* 1023 */
|
|
2266
|
+
/* Zindex */
|
|
2267
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2334
2268
|
position: relative;
|
|
2335
|
-
}
|
|
2336
|
-
.Cover-module_rich__1fAGA {
|
|
2337
|
-
overflow: hidden;
|
|
2338
|
-
|
|
2339
|
-
margin: 0 -20px;
|
|
2340
|
-
|
|
2341
|
-
border-radius: 9px 9px 0 0;
|
|
2342
|
-
}
|
|
2343
|
-
.Cover-module_rich__1fAGA::after {
|
|
2344
|
-
position: absolute;
|
|
2345
|
-
z-index: 1;
|
|
2346
|
-
top: 0;
|
|
2347
|
-
right: 0;
|
|
2348
|
-
bottom: 0;
|
|
2349
|
-
left: 0;
|
|
2350
2269
|
|
|
2351
|
-
|
|
2270
|
+
margin-bottom: calc(14rem / 16);
|
|
2271
|
+
padding-left: calc(18rem / 16);
|
|
2352
2272
|
|
|
2353
|
-
|
|
2354
|
-
|
|
2273
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2274
|
+
font-size: calc(18rem / 16);
|
|
2275
|
+
line-height: calc(24rem / 16)
|
|
2355
2276
|
}
|
|
2356
|
-
|
|
2357
|
-
|
|
2277
|
+
@media only screen and (min-width: 32em) {
|
|
2278
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2279
|
+
margin: 0 0 20px;
|
|
2280
|
+
padding-left: 38px;
|
|
2281
|
+
|
|
2282
|
+
font-size: 20px;
|
|
2283
|
+
line-height: 28px
|
|
2358
2284
|
}
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2285
|
+
}
|
|
2286
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2287
|
+
margin-top: calc(-14rem / 16);
|
|
2288
|
+
padding-top: calc(14rem / 16)
|
|
2362
2289
|
}
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
bottom: 12px;
|
|
2368
|
-
|
|
2369
|
-
width: 28px;
|
|
2370
|
-
height: 28px;
|
|
2371
|
-
margin: 0;
|
|
2372
|
-
padding: 0;
|
|
2373
|
-
|
|
2374
|
-
color: #fff;
|
|
2375
|
-
border-width: 0;
|
|
2376
|
-
border-radius: 14px;
|
|
2377
|
-
outline: none;
|
|
2378
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2379
|
-
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");
|
|
2380
|
-
background-repeat: no-repeat;
|
|
2381
|
-
background-position: center;
|
|
2382
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2290
|
+
@media only screen and (min-width: 32em) {
|
|
2291
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2292
|
+
margin-top: -20px;
|
|
2293
|
+
padding-top: 20px
|
|
2383
2294
|
}
|
|
2384
|
-
|
|
2385
|
-
|
|
2295
|
+
}
|
|
2296
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2297
|
+
top: -10px;
|
|
2386
2298
|
}
|
|
2387
|
-
.
|
|
2299
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2388
2300
|
position: absolute;
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
right: 0;
|
|
2392
|
-
bottom: 0;
|
|
2301
|
+
top: 5px;
|
|
2302
|
+
bottom: 7px;
|
|
2393
2303
|
left: 0;
|
|
2394
2304
|
|
|
2305
|
+
width: 4px;
|
|
2306
|
+
|
|
2395
2307
|
content: '';
|
|
2396
2308
|
|
|
2397
|
-
border:
|
|
2398
|
-
|
|
2309
|
+
border-radius: 2px;
|
|
2310
|
+
background-color: #ebebeb
|
|
2399
2311
|
}
|
|
2400
|
-
/* VISIBILITY */
|
|
2401
2312
|
@media only screen and (min-width: 32em) {
|
|
2402
|
-
.
|
|
2403
|
-
|
|
2313
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2314
|
+
top: 4px;
|
|
2315
|
+
bottom: 6px
|
|
2404
2316
|
}
|
|
2405
2317
|
}
|
|
2406
|
-
.
|
|
2407
|
-
|
|
2318
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2319
|
+
margin-bottom: 0;
|
|
2408
2320
|
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2321
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2322
|
+
margin: 0;
|
|
2323
|
+
}
|
|
2324
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2325
|
+
text-decoration: none;
|
|
2326
|
+
|
|
2327
|
+
color: inherit;
|
|
2328
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2329
|
+
}
|
|
2330
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2331
|
+
color: #b88b59;
|
|
2332
|
+
}
|
|
2333
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2334
|
+
width: 100%;
|
|
2335
|
+
max-width: 650px;
|
|
2336
|
+
margin-right: auto;
|
|
2337
|
+
margin-left: auto;
|
|
2412
2338
|
}
|
|
2413
|
-
}
|
|
2414
2339
|
|
|
2415
2340
|
/* Colors */
|
|
2416
2341
|
/* Fonts */
|
|
@@ -2487,96 +2412,72 @@
|
|
|
2487
2412
|
/* 511 */
|
|
2488
2413
|
/* 1023 */
|
|
2489
2414
|
/* Zindex */
|
|
2490
|
-
.
|
|
2415
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2491
2416
|
position: relative;
|
|
2492
2417
|
|
|
2493
|
-
|
|
2494
|
-
}
|
|
2495
|
-
.HalfBlock-module_main__2XX73 {
|
|
2496
|
-
display: -webkit-box;
|
|
2497
|
-
display: -webkit-flex;
|
|
2498
|
-
display: -ms-flexbox;
|
|
2499
|
-
display: flex;
|
|
2500
|
-
flex-flow: column nowrap
|
|
2418
|
+
margin: 38px auto 7px
|
|
2501
2419
|
}
|
|
2502
|
-
@media only screen and (min-width:
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2505
|
-
|
|
2420
|
+
@media only screen and (min-width: 32em) {
|
|
2421
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2422
|
+
max-width: 650px;
|
|
2423
|
+
margin-top: 70px
|
|
2506
2424
|
}
|
|
2507
2425
|
}
|
|
2508
|
-
.
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
max-width: 860px;
|
|
2512
|
-
margin: 0 auto
|
|
2426
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2427
|
+
margin-top: 0;
|
|
2513
2428
|
}
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
text-align: center
|
|
2429
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2430
|
+
margin-bottom: 0;
|
|
2517
2431
|
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
.HalfBlock-module_body__3MnEN {
|
|
2521
|
-
align-items: flex-start;
|
|
2522
|
-
justify-content: center;
|
|
2523
|
-
order: 0;
|
|
2432
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2433
|
+
display: inline-block;
|
|
2524
2434
|
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
margin-left: 25px;
|
|
2435
|
+
vertical-align: top;
|
|
2436
|
+
letter-spacing: 1px;
|
|
2437
|
+
text-transform: uppercase;
|
|
2529
2438
|
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
width: 100%;
|
|
2535
|
-
max-width: 650px;
|
|
2536
|
-
margin: 0 auto;
|
|
2537
|
-
padding-top: 3px
|
|
2439
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2440
|
+
font-size: 12px;
|
|
2441
|
+
font-weight: 600;
|
|
2442
|
+
line-height: 12px
|
|
2538
2443
|
}
|
|
2539
|
-
@media only screen and (min-width:
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
padding-top: 0;
|
|
2544
|
-
|
|
2545
|
-
border-top: 1px solid #e6e6e6
|
|
2444
|
+
@media only screen and (min-width: 32em) {
|
|
2445
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2446
|
+
font-size: 13px;
|
|
2447
|
+
line-height: 16px
|
|
2546
2448
|
}
|
|
2547
2449
|
}
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2450
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2451
|
+
display: block;
|
|
2550
2452
|
|
|
2551
|
-
|
|
2552
|
-
|
|
2453
|
+
width: 120px;
|
|
2454
|
+
padding: 0 0 7px;
|
|
2455
|
+
|
|
2456
|
+
content: '';
|
|
2457
|
+
|
|
2458
|
+
border-bottom: 1px solid #ccc
|
|
2553
2459
|
}
|
|
2554
2460
|
@media only screen and (min-width: 32em) {
|
|
2555
|
-
.
|
|
2556
|
-
|
|
2557
|
-
}
|
|
2558
|
-
}
|
|
2559
|
-
@media only screen and (min-width: 64em) {
|
|
2560
|
-
.HalfBlock-module_image__2lYel {
|
|
2561
|
-
width: 50%;
|
|
2562
|
-
margin: 0
|
|
2461
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2462
|
+
padding: 0 0 6px
|
|
2563
2463
|
}
|
|
2564
2464
|
}
|
|
2565
2465
|
/* VISIBILITY */
|
|
2566
2466
|
@media only screen and (min-width: 32em) {
|
|
2567
|
-
.
|
|
2467
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2568
2468
|
display: none
|
|
2569
2469
|
}
|
|
2570
2470
|
}
|
|
2571
|
-
.
|
|
2471
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2572
2472
|
display: none
|
|
2573
2473
|
}
|
|
2574
2474
|
@media only screen and (min-width: 32em) {
|
|
2575
|
-
.
|
|
2475
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2576
2476
|
display: block
|
|
2577
2477
|
}
|
|
2578
2478
|
}
|
|
2579
2479
|
|
|
2480
|
+
|
|
2580
2481
|
/* Colors */
|
|
2581
2482
|
/* Fonts */
|
|
2582
2483
|
/* Gap */
|
|
@@ -2590,111 +2491,107 @@
|
|
|
2590
2491
|
/* 511 */
|
|
2591
2492
|
/* 1023 */
|
|
2592
2493
|
/* Zindex */
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2494
|
+
.Cover-module_root__18Z8J {
|
|
2495
|
+
position: relative;
|
|
2496
|
+
}
|
|
2497
|
+
.Cover-module_body__1xs8e {
|
|
2498
|
+
position: absolute;
|
|
2499
|
+
z-index: 1;
|
|
2500
|
+
right: 0;
|
|
2501
|
+
bottom: 0;
|
|
2502
|
+
left: 0;
|
|
2595
2503
|
|
|
2596
|
-
|
|
2597
|
-
font-size: 12px;
|
|
2598
|
-
line-height: 15px;
|
|
2504
|
+
display: -webkit-box;
|
|
2599
2505
|
|
|
2600
|
-
|
|
2601
|
-
}
|
|
2602
|
-
.Meta-module_rich__1XBtZ,
|
|
2603
|
-
.Meta-module_podcast__1m4zo,
|
|
2604
|
-
.Meta-module_episode__1K2Xv,
|
|
2605
|
-
.Meta-module_simple__3vUiI,
|
|
2606
|
-
.Meta-module_slide__3g6fG,
|
|
2607
|
-
.Meta-module_card__LE1RK,
|
|
2608
|
-
.Meta-module_game__3aNlZ,
|
|
2609
|
-
.Meta-module_isInMaterial__zaYMy {
|
|
2610
|
-
width: 100%;
|
|
2506
|
+
display: -webkit-flex;
|
|
2611
2507
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2621
|
-
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2622
|
-
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2623
|
-
text-align: left;
|
|
2624
|
-
}
|
|
2625
|
-
@media only screen and (min-width: 64em) {
|
|
2626
|
-
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2627
|
-
text-align: left
|
|
2508
|
+
display: -ms-flexbox;
|
|
2509
|
+
|
|
2510
|
+
display: flex;
|
|
2511
|
+
flex-flow: column nowrap;
|
|
2512
|
+
justify-content: flex-end;
|
|
2513
|
+
|
|
2514
|
+
min-height: 412px;
|
|
2515
|
+
padding: 0 20px 12px;
|
|
2628
2516
|
}
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
.Meta-module_episode__1K2Xv,
|
|
2632
|
-
.Meta-module_card__LE1RK,
|
|
2633
|
-
.Meta-module_slide__3g6fG,
|
|
2634
|
-
.Meta-module_game__3aNlZ,
|
|
2635
|
-
.Meta-module_center__3BBPr {
|
|
2636
|
-
text-align: center
|
|
2517
|
+
.Cover-module_image__2f3Qc {
|
|
2518
|
+
position: relative;
|
|
2637
2519
|
}
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2520
|
+
.Cover-module_rich__1fAGA {
|
|
2521
|
+
overflow: hidden;
|
|
2522
|
+
|
|
2523
|
+
margin: 0 -20px;
|
|
2641
2524
|
|
|
2642
|
-
|
|
2643
|
-
}
|
|
2644
|
-
.Meta-module_dark__24y9m,
|
|
2645
|
-
.Meta-module_isDark__3g22f {
|
|
2646
|
-
color: rgba(0, 0, 0, 0.4);
|
|
2525
|
+
border-radius: 9px 9px 0 0;
|
|
2647
2526
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2527
|
+
.Cover-module_rich__1fAGA::after {
|
|
2528
|
+
position: absolute;
|
|
2529
|
+
z-index: 1;
|
|
2530
|
+
top: 0;
|
|
2531
|
+
right: 0;
|
|
2532
|
+
bottom: 0;
|
|
2533
|
+
left: 0;
|
|
2534
|
+
|
|
2535
|
+
content: '';
|
|
2536
|
+
|
|
2537
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2538
|
+
border-radius: 10px 10px 0 0;
|
|
2658
2539
|
}
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
.Meta-module_card__LE1RK,
|
|
2662
|
-
.Meta-module_slide__3g6fG,
|
|
2663
|
-
.Meta-module_podcast__1m4zo {
|
|
2664
|
-
display: block
|
|
2540
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2541
|
+
color: #000;
|
|
2665
2542
|
}
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
display: -webkit-box;
|
|
2670
|
-
display: -webkit-flex;
|
|
2671
|
-
display: -ms-flexbox;
|
|
2672
|
-
display: flex;
|
|
2673
|
-
flex-flow: row wrap
|
|
2543
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2544
|
+
color: #fff;
|
|
2545
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2674
2546
|
}
|
|
2675
|
-
|
|
2676
|
-
.Meta-module_bookmark__3ot3k {
|
|
2547
|
+
.Cover-module_control__VXbhi {
|
|
2677
2548
|
position: absolute;
|
|
2678
2549
|
z-index: 10;
|
|
2679
|
-
right:
|
|
2680
|
-
bottom:
|
|
2550
|
+
right: 49px;
|
|
2551
|
+
bottom: 12px;
|
|
2552
|
+
|
|
2553
|
+
width: 28px;
|
|
2554
|
+
height: 28px;
|
|
2555
|
+
margin: 0;
|
|
2556
|
+
padding: 0;
|
|
2557
|
+
|
|
2558
|
+
color: #fff;
|
|
2559
|
+
border-width: 0;
|
|
2560
|
+
border-radius: 14px;
|
|
2561
|
+
outline: none;
|
|
2562
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2563
|
+
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");
|
|
2564
|
+
background-repeat: no-repeat;
|
|
2565
|
+
background-position: center;
|
|
2566
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2681
2567
|
}
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2568
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2569
|
+
padding: 0 12px 12px
|
|
2570
|
+
}
|
|
2571
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2572
|
+
position: absolute;
|
|
2573
|
+
z-index: 1;
|
|
2574
|
+
top: 0;
|
|
2575
|
+
right: 0;
|
|
2576
|
+
bottom: 0;
|
|
2577
|
+
left: 0;
|
|
2578
|
+
|
|
2579
|
+
content: '';
|
|
2580
|
+
|
|
2581
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2582
|
+
border-radius: 8px;
|
|
2685
2583
|
}
|
|
2686
|
-
}
|
|
2687
2584
|
/* VISIBILITY */
|
|
2688
2585
|
@media only screen and (min-width: 32em) {
|
|
2689
|
-
.
|
|
2586
|
+
.Cover-module_mobile__5DKa1 {
|
|
2690
2587
|
display: none
|
|
2691
2588
|
}
|
|
2692
2589
|
}
|
|
2693
|
-
.
|
|
2590
|
+
.Cover-module_desktop__2mrOc {
|
|
2694
2591
|
display: none
|
|
2695
2592
|
}
|
|
2696
2593
|
@media only screen and (min-width: 32em) {
|
|
2697
|
-
.
|
|
2594
|
+
.Cover-module_desktop__2mrOc {
|
|
2698
2595
|
display: block
|
|
2699
2596
|
}
|
|
2700
2597
|
}
|
|
@@ -2813,189 +2710,162 @@
|
|
|
2813
2710
|
/* 511 */
|
|
2814
2711
|
/* 1023 */
|
|
2815
2712
|
/* Zindex */
|
|
2816
|
-
.
|
|
2817
|
-
|
|
2818
|
-
padding: 12px 12px 13px;
|
|
2713
|
+
.HalfBlock-module_root__2frv2 {
|
|
2714
|
+
position: relative;
|
|
2819
2715
|
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2716
|
+
text-align: left;
|
|
2717
|
+
}
|
|
2718
|
+
.HalfBlock-module_main__2XX73 {
|
|
2719
|
+
display: -webkit-box;
|
|
2720
|
+
display: -webkit-flex;
|
|
2721
|
+
display: -ms-flexbox;
|
|
2722
|
+
display: flex;
|
|
2723
|
+
flex-flow: column nowrap
|
|
2724
|
+
}
|
|
2725
|
+
@media only screen and (min-width: 64em) {
|
|
2726
|
+
.HalfBlock-module_main__2XX73 {
|
|
2727
|
+
align-items: center;
|
|
2728
|
+
flex-flow: row nowrap
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
.HalfBlock-module_body__3MnEN {
|
|
2732
|
+
order: -1;
|
|
2824
2733
|
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
font-weight: normal;
|
|
2828
|
-
line-height: 20px
|
|
2734
|
+
max-width: 860px;
|
|
2735
|
+
margin: 0 auto
|
|
2829
2736
|
}
|
|
2830
|
-
@media only screen and (min-width:
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
|
|
2737
|
+
@media only screen and (min-width: 48em) {
|
|
2738
|
+
.HalfBlock-module_body__3MnEN {
|
|
2739
|
+
text-align: center
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
@media only screen and (min-width: 64em) {
|
|
2743
|
+
.HalfBlock-module_body__3MnEN {
|
|
2744
|
+
align-items: flex-start;
|
|
2745
|
+
justify-content: center;
|
|
2746
|
+
order: 0;
|
|
2834
2747
|
|
|
2835
|
-
|
|
2836
|
-
|
|
2748
|
+
width: 50%;
|
|
2749
|
+
max-width: none;
|
|
2750
|
+
height: 100%;
|
|
2751
|
+
margin-left: 25px;
|
|
2752
|
+
|
|
2753
|
+
text-align: left
|
|
2837
2754
|
}
|
|
2838
2755
|
}
|
|
2839
|
-
.
|
|
2840
|
-
|
|
2756
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2757
|
+
width: 100%;
|
|
2758
|
+
max-width: 650px;
|
|
2759
|
+
margin: 0 auto;
|
|
2760
|
+
padding-top: 3px
|
|
2841
2761
|
}
|
|
2842
|
-
|
|
2843
|
-
|
|
2762
|
+
@media only screen and (min-width: 64em) {
|
|
2763
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2764
|
+
max-width: 1000px;
|
|
2765
|
+
margin: auto;
|
|
2766
|
+
padding-top: 0;
|
|
2767
|
+
|
|
2768
|
+
border-top: 1px solid #e6e6e6
|
|
2844
2769
|
}
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2770
|
+
}
|
|
2771
|
+
.HalfBlock-module_image__2lYel {
|
|
2772
|
+
flex-grow: 1;
|
|
2773
|
+
|
|
2774
|
+
margin: 0 -20px 0;
|
|
2775
|
+
margin-top: 18px
|
|
2848
2776
|
}
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2777
|
+
@media only screen and (min-width: 32em) {
|
|
2778
|
+
.HalfBlock-module_image__2lYel {
|
|
2779
|
+
margin: 31px 0 -5px
|
|
2852
2780
|
}
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2781
|
+
}
|
|
2782
|
+
@media only screen and (min-width: 64em) {
|
|
2783
|
+
.HalfBlock-module_image__2lYel {
|
|
2784
|
+
width: 50%;
|
|
2785
|
+
margin: 0
|
|
2857
2786
|
}
|
|
2787
|
+
}
|
|
2858
2788
|
/* VISIBILITY */
|
|
2859
2789
|
@media only screen and (min-width: 32em) {
|
|
2860
|
-
.
|
|
2790
|
+
.HalfBlock-module_mobile__2latf {
|
|
2861
2791
|
display: none
|
|
2862
2792
|
}
|
|
2863
2793
|
}
|
|
2864
|
-
.
|
|
2794
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2865
2795
|
display: none
|
|
2866
2796
|
}
|
|
2867
2797
|
@media only screen and (min-width: 32em) {
|
|
2868
|
-
.
|
|
2798
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2869
2799
|
display: block
|
|
2870
2800
|
}
|
|
2871
2801
|
}
|
|
2872
2802
|
|
|
2803
|
+
/* Colors */
|
|
2804
|
+
/* Fonts */
|
|
2805
|
+
/* Gap */
|
|
2806
|
+
/* Media */
|
|
2807
|
+
/* 512 */
|
|
2808
|
+
/* 650 */
|
|
2809
|
+
/* 768 */
|
|
2810
|
+
/* 1024 */
|
|
2811
|
+
/* 1010 */
|
|
2812
|
+
/* 1200 */
|
|
2813
|
+
/* 511 */
|
|
2814
|
+
/* 1023 */
|
|
2815
|
+
/* Zindex */
|
|
2816
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2817
|
+
margin: 18px 0;
|
|
2818
|
+
padding: 12px 12px 13px;
|
|
2873
2819
|
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
/* 512 */
|
|
2879
|
-
/* 650 */
|
|
2880
|
-
/* 768 */
|
|
2881
|
-
/* 1024 */
|
|
2882
|
-
/* 1010 */
|
|
2883
|
-
/* 1200 */
|
|
2884
|
-
/* 511 */
|
|
2885
|
-
/* 1023 */
|
|
2886
|
-
/* Zindex */
|
|
2887
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2888
|
-
margin: 16px 0;
|
|
2889
|
-
|
|
2890
|
-
border-radius: 8px;
|
|
2891
|
-
background-color: #f5f5f5;
|
|
2892
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2893
|
-
}
|
|
2894
|
-
@media only screen and (min-width: 48em) {
|
|
2895
|
-
.RelatedBlock-module_root__IKcQq {
|
|
2896
|
-
margin: 25px 0
|
|
2897
|
-
}
|
|
2898
|
-
}
|
|
2899
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2900
|
-
margin-bottom: 0;
|
|
2901
|
-
}
|
|
2902
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2903
|
-
margin-top: 0;
|
|
2904
|
-
}
|
|
2905
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2906
|
-
display: block;
|
|
2907
|
-
|
|
2908
|
-
padding: 12px 12px 13px;
|
|
2909
|
-
|
|
2910
|
-
transition: color 0.15s;
|
|
2911
|
-
text-decoration: none;
|
|
2912
|
-
|
|
2913
|
-
color: #000;
|
|
2914
|
-
box-shadow: none;
|
|
2915
|
-
|
|
2916
|
-
font-size: 17px;
|
|
2917
|
-
line-height: 20px
|
|
2918
|
-
}
|
|
2919
|
-
@media only screen and (min-width: 48em) {
|
|
2920
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
2921
|
-
padding: 15px 20px 17px;
|
|
2922
|
-
|
|
2923
|
-
font-size: 19px;
|
|
2924
|
-
line-height: 23px
|
|
2925
|
-
}
|
|
2926
|
-
}
|
|
2927
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2928
|
-
color: #5c5c5c;
|
|
2929
|
-
}
|
|
2930
|
-
.RelatedBlock-module_header__2SuWP {
|
|
2931
|
-
margin: 0;
|
|
2932
|
-
padding: 14px 12px 3px;
|
|
2933
|
-
|
|
2934
|
-
letter-spacing: 1px;
|
|
2935
|
-
text-transform: uppercase;
|
|
2936
|
-
|
|
2937
|
-
color: #7F7F7F;
|
|
2820
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2821
|
+
border-radius: 4px;
|
|
2822
|
+
border-radius: 8px;
|
|
2823
|
+
background: #FFF8C4;
|
|
2938
2824
|
|
|
2939
2825
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2940
|
-
font-size:
|
|
2941
|
-
font-weight:
|
|
2942
|
-
line-height:
|
|
2826
|
+
font-size: 16px;
|
|
2827
|
+
font-weight: normal;
|
|
2828
|
+
line-height: 20px
|
|
2943
2829
|
}
|
|
2944
|
-
@media only screen and (min-width:
|
|
2945
|
-
.
|
|
2946
|
-
|
|
2830
|
+
@media only screen and (min-width: 32em) {
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2832
|
+
margin: 25px 0;
|
|
2833
|
+
padding: 12px 15px 13px;
|
|
2947
2834
|
|
|
2948
|
-
font-size:
|
|
2949
|
-
line-height:
|
|
2835
|
+
font-size: 17px;
|
|
2836
|
+
line-height: 24px
|
|
2950
2837
|
}
|
|
2951
2838
|
}
|
|
2952
|
-
.
|
|
2953
|
-
margin: 0;
|
|
2954
|
-
padding-left: 0;
|
|
2955
|
-
|
|
2956
|
-
list-style: none;
|
|
2957
|
-
}
|
|
2958
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
2959
|
-
padding: 0;
|
|
2960
|
-
}
|
|
2961
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
2962
|
-
border-top: 1px solid #e6e6e6;
|
|
2839
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2840
|
+
margin-bottom: 0;
|
|
2963
2841
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2966
|
-
font-size: 16px;
|
|
2967
|
-
font-weight: 700;
|
|
2968
|
-
line-height: 18px
|
|
2842
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2843
|
+
margin-top: 0;
|
|
2969
2844
|
}
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2845
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2846
|
+
color: #000;
|
|
2847
|
+
box-shadow: inset 0 -1px #000;
|
|
2973
2848
|
}
|
|
2974
|
-
|
|
2975
|
-
|
|
2849
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2850
|
+
color: #b88b59;
|
|
2851
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2976
2852
|
}
|
|
2977
|
-
.
|
|
2853
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2978
2854
|
max-width: 650px;
|
|
2979
2855
|
margin-right: auto;
|
|
2980
2856
|
margin-left: auto;
|
|
2981
2857
|
}
|
|
2982
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2983
|
-
margin-top: 0;
|
|
2984
|
-
}
|
|
2985
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2986
|
-
margin-bottom: 0;
|
|
2987
|
-
}
|
|
2988
2858
|
/* VISIBILITY */
|
|
2989
2859
|
@media only screen and (min-width: 32em) {
|
|
2990
|
-
.
|
|
2860
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2991
2861
|
display: none
|
|
2992
2862
|
}
|
|
2993
2863
|
}
|
|
2994
|
-
.
|
|
2864
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2995
2865
|
display: none
|
|
2996
2866
|
}
|
|
2997
2867
|
@media only screen and (min-width: 32em) {
|
|
2998
|
-
.
|
|
2868
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2999
2869
|
display: block
|
|
3000
2870
|
}
|
|
3001
2871
|
}
|
|
@@ -3296,37 +3166,123 @@
|
|
|
3296
3166
|
/* 511 */
|
|
3297
3167
|
/* 1023 */
|
|
3298
3168
|
/* Zindex */
|
|
3299
|
-
.
|
|
3300
|
-
margin:
|
|
3169
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3170
|
+
margin: 16px 0;
|
|
3301
3171
|
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
line-height: 23px
|
|
3172
|
+
border-radius: 8px;
|
|
3173
|
+
background-color: #f5f5f5;
|
|
3174
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3306
3175
|
}
|
|
3307
3176
|
@media only screen and (min-width: 48em) {
|
|
3308
|
-
.
|
|
3309
|
-
margin
|
|
3177
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3178
|
+
margin: 25px 0
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
3181
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3182
|
+
margin-bottom: 0;
|
|
3183
|
+
}
|
|
3184
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3185
|
+
margin-top: 0;
|
|
3186
|
+
}
|
|
3187
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3188
|
+
display: block;
|
|
3310
3189
|
|
|
3311
|
-
|
|
3312
|
-
|
|
3190
|
+
padding: 12px 12px 13px;
|
|
3191
|
+
|
|
3192
|
+
transition: color 0.15s;
|
|
3193
|
+
text-decoration: none;
|
|
3194
|
+
|
|
3195
|
+
color: #000;
|
|
3196
|
+
box-shadow: none;
|
|
3197
|
+
|
|
3198
|
+
font-size: 17px;
|
|
3199
|
+
line-height: 20px
|
|
3200
|
+
}
|
|
3201
|
+
@media only screen and (min-width: 48em) {
|
|
3202
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3203
|
+
padding: 15px 20px 17px;
|
|
3204
|
+
|
|
3205
|
+
font-size: 19px;
|
|
3206
|
+
line-height: 23px
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3210
|
+
color: #5c5c5c;
|
|
3211
|
+
}
|
|
3212
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3213
|
+
margin: 0;
|
|
3214
|
+
padding: 14px 12px 3px;
|
|
3215
|
+
|
|
3216
|
+
letter-spacing: 1px;
|
|
3217
|
+
text-transform: uppercase;
|
|
3218
|
+
|
|
3219
|
+
color: #7F7F7F;
|
|
3220
|
+
|
|
3221
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3222
|
+
font-size: 12px;
|
|
3223
|
+
font-weight: 600;
|
|
3224
|
+
line-height: 17px
|
|
3225
|
+
}
|
|
3226
|
+
@media only screen and (min-width: 48em) {
|
|
3227
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3228
|
+
padding: 20px 20px 14px;
|
|
3229
|
+
|
|
3230
|
+
font-size: 14px;
|
|
3231
|
+
line-height: 16px
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3235
|
+
margin: 0;
|
|
3236
|
+
padding-left: 0;
|
|
3237
|
+
|
|
3238
|
+
list-style: none;
|
|
3239
|
+
}
|
|
3240
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3241
|
+
padding: 0;
|
|
3242
|
+
}
|
|
3243
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3244
|
+
border-top: 1px solid #e6e6e6;
|
|
3245
|
+
}
|
|
3246
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3247
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3248
|
+
font-size: 16px;
|
|
3249
|
+
font-weight: 700;
|
|
3250
|
+
line-height: 18px
|
|
3251
|
+
}
|
|
3252
|
+
@media only screen and (min-width: 48em) {
|
|
3253
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3254
|
+
font-size: 18px
|
|
3313
3255
|
}
|
|
3314
3256
|
}
|
|
3257
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3258
|
+
}
|
|
3259
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3260
|
+
max-width: 650px;
|
|
3261
|
+
margin-right: auto;
|
|
3262
|
+
margin-left: auto;
|
|
3263
|
+
}
|
|
3264
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3265
|
+
margin-top: 0;
|
|
3266
|
+
}
|
|
3267
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3268
|
+
margin-bottom: 0;
|
|
3269
|
+
}
|
|
3315
3270
|
/* VISIBILITY */
|
|
3316
3271
|
@media only screen and (min-width: 32em) {
|
|
3317
|
-
.
|
|
3272
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3318
3273
|
display: none
|
|
3319
3274
|
}
|
|
3320
3275
|
}
|
|
3321
|
-
.
|
|
3276
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3322
3277
|
display: none
|
|
3323
3278
|
}
|
|
3324
3279
|
@media only screen and (min-width: 32em) {
|
|
3325
|
-
.
|
|
3280
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3326
3281
|
display: block
|
|
3327
3282
|
}
|
|
3328
3283
|
}
|
|
3329
3284
|
|
|
3285
|
+
|
|
3330
3286
|
/* Colors */
|
|
3331
3287
|
/* Fonts */
|
|
3332
3288
|
/* Gap */
|
|
@@ -3733,43 +3689,87 @@ a mark {
|
|
|
3733
3689
|
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3734
3690
|
margin-top: calc(6rem / 16);
|
|
3735
3691
|
}
|
|
3736
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3737
|
-
margin-bottom: 0;
|
|
3692
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3693
|
+
margin-bottom: 0;
|
|
3694
|
+
}
|
|
3695
|
+
/* VISIBILITY */
|
|
3696
|
+
@media only screen and (min-width: 32em) {
|
|
3697
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3698
|
+
display: none
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3702
|
+
display: none
|
|
3703
|
+
}
|
|
3704
|
+
@media only screen and (min-width: 32em) {
|
|
3705
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3706
|
+
display: block
|
|
3707
|
+
}
|
|
3708
|
+
}
|
|
3709
|
+
/* Footnote dakr theme */
|
|
3710
|
+
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3711
|
+
background-color: #5b5b5b;
|
|
3712
|
+
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3713
|
+
inset 0 -1px #8b8b8b;
|
|
3714
|
+
}
|
|
3715
|
+
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3716
|
+
background-color: #5b5b5b;
|
|
3717
|
+
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3718
|
+
inset 0 -1px #747474;
|
|
3719
|
+
}
|
|
3720
|
+
/* Theme */
|
|
3721
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3722
|
+
color: inherit;
|
|
3723
|
+
background-color: #34322a;
|
|
3724
|
+
}
|
|
3725
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3726
|
+
color: inherit;
|
|
3727
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3728
|
+
}
|
|
3729
|
+
|
|
3730
|
+
/* Colors */
|
|
3731
|
+
/* Fonts */
|
|
3732
|
+
/* Gap */
|
|
3733
|
+
/* Media */
|
|
3734
|
+
/* 512 */
|
|
3735
|
+
/* 650 */
|
|
3736
|
+
/* 768 */
|
|
3737
|
+
/* 1024 */
|
|
3738
|
+
/* 1010 */
|
|
3739
|
+
/* 1200 */
|
|
3740
|
+
/* 511 */
|
|
3741
|
+
/* 1023 */
|
|
3742
|
+
/* Zindex */
|
|
3743
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
+
margin: 0 0 18px;
|
|
3745
|
+
|
|
3746
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
+
font-size: 20px;
|
|
3748
|
+
font-weight: normal;
|
|
3749
|
+
line-height: 23px
|
|
3750
|
+
}
|
|
3751
|
+
@media only screen and (min-width: 48em) {
|
|
3752
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3753
|
+
margin-bottom: 15px;
|
|
3754
|
+
|
|
3755
|
+
font-size: 36px;
|
|
3756
|
+
line-height: 40px
|
|
3738
3757
|
}
|
|
3758
|
+
}
|
|
3739
3759
|
/* VISIBILITY */
|
|
3740
3760
|
@media only screen and (min-width: 32em) {
|
|
3741
|
-
.
|
|
3761
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3742
3762
|
display: none
|
|
3743
3763
|
}
|
|
3744
3764
|
}
|
|
3745
|
-
.
|
|
3765
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3746
3766
|
display: none
|
|
3747
3767
|
}
|
|
3748
3768
|
@media only screen and (min-width: 32em) {
|
|
3749
|
-
.
|
|
3769
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3750
3770
|
display: block
|
|
3751
3771
|
}
|
|
3752
3772
|
}
|
|
3753
|
-
/* Footnote dakr theme */
|
|
3754
|
-
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3755
|
-
background-color: #5b5b5b;
|
|
3756
|
-
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3757
|
-
inset 0 -1px #8b8b8b;
|
|
3758
|
-
}
|
|
3759
|
-
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3760
|
-
background-color: #5b5b5b;
|
|
3761
|
-
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3762
|
-
inset 0 -1px #747474;
|
|
3763
|
-
}
|
|
3764
|
-
/* Theme */
|
|
3765
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3766
|
-
color: inherit;
|
|
3767
|
-
background-color: #34322a;
|
|
3768
|
-
}
|
|
3769
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3770
|
-
color: inherit;
|
|
3771
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3772
|
-
}
|
|
3773
3773
|
|
|
3774
3774
|
/* Colors */
|
|
3775
3775
|
/* Fonts */
|
|
@@ -3829,257 +3829,73 @@ a mark {
|
|
|
3829
3829
|
@media only screen and (min-width: 48em) {
|
|
3830
3830
|
.SourceBlock-module_text__Si4vm p {
|
|
3831
3831
|
font-size: 18px;
|
|
3832
|
-
line-height: 26px
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3836
|
-
margin-top: 12px;
|
|
3837
|
-
}
|
|
3838
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
-
margin-top: 12px;
|
|
3840
|
-
padding-top: 10px;
|
|
3841
|
-
|
|
3842
|
-
border-top: 1px solid #d6d6d6
|
|
3843
|
-
}
|
|
3844
|
-
@media only screen and (min-width: 48em) {
|
|
3845
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3846
|
-
margin-top: 18px;
|
|
3847
|
-
padding-top: 12px
|
|
3848
|
-
}
|
|
3849
|
-
}
|
|
3850
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3851
|
-
letter-spacing: 1px;
|
|
3852
|
-
text-transform: uppercase;
|
|
3853
|
-
pointer-events: none;
|
|
3854
|
-
|
|
3855
|
-
color: #292929;
|
|
3856
|
-
|
|
3857
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3858
|
-
font-size: 16px;
|
|
3859
|
-
font-weight: bold;
|
|
3860
|
-
font-style: normal;
|
|
3861
|
-
line-height: 22px
|
|
3862
|
-
}
|
|
3863
|
-
@media only screen and (min-width: 48em) {
|
|
3864
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3865
|
-
font-size: 18px;
|
|
3866
|
-
line-height: 26px
|
|
3867
|
-
}
|
|
3868
|
-
}
|
|
3869
|
-
.SourceBlock-module_center__3P93B {
|
|
3870
|
-
max-width: 650px;
|
|
3871
|
-
margin-right: auto;
|
|
3872
|
-
margin-left: auto;
|
|
3873
|
-
}
|
|
3874
|
-
/* VISIBILITY */
|
|
3875
|
-
@media only screen and (min-width: 32em) {
|
|
3876
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3877
|
-
display: none
|
|
3878
|
-
}
|
|
3879
|
-
}
|
|
3880
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3881
|
-
display: none
|
|
3882
|
-
}
|
|
3883
|
-
@media only screen and (min-width: 32em) {
|
|
3884
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3885
|
-
display: block
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
/* Dark theme */
|
|
3889
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
3890
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3891
|
-
background-color: #262626;
|
|
3892
|
-
color: inherit;
|
|
3893
|
-
}
|
|
3894
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3895
|
-
color: #b8b8b8;
|
|
3896
|
-
}
|
|
3897
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
3898
|
-
border-top-color: #3d3d3d;
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
3902
|
-
/* Colors */
|
|
3903
|
-
/* Fonts */
|
|
3904
|
-
/* Gap */
|
|
3905
|
-
/* Media */
|
|
3906
|
-
/* 512 */
|
|
3907
|
-
/* 650 */
|
|
3908
|
-
/* 768 */
|
|
3909
|
-
/* 1024 */
|
|
3910
|
-
/* 1010 */
|
|
3911
|
-
/* 1200 */
|
|
3912
|
-
/* 511 */
|
|
3913
|
-
/* 1023 */
|
|
3914
|
-
/* Zindex */
|
|
3915
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
3916
|
-
position: relative;
|
|
3917
|
-
|
|
3918
|
-
display: inline-block;
|
|
3919
|
-
|
|
3920
|
-
width: 18px;
|
|
3921
|
-
height: 18px;
|
|
3922
|
-
|
|
3923
|
-
vertical-align: middle;
|
|
3924
|
-
}
|
|
3925
|
-
.MetaItemLive-module_gold__3yZEV {
|
|
3926
|
-
color: #b88b59;
|
|
3927
|
-
}
|
|
3928
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
3929
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
3930
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
3931
|
-
position: absolute;
|
|
3932
|
-
top: 0;
|
|
3933
|
-
right: 0;
|
|
3934
|
-
bottom: 0;
|
|
3935
|
-
left: 0;
|
|
3936
|
-
z-index: 0;
|
|
3937
|
-
}
|
|
3938
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
3939
|
-
margin-top: -4px;
|
|
3940
|
-
margin-right: 1px;
|
|
3941
|
-
|
|
3942
|
-
transform: translateY(1px);
|
|
3943
|
-
}
|
|
3944
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
3945
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
3946
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
3947
|
-
|
|
3948
|
-
border-radius: 50%;
|
|
3949
|
-
transform: scale(0);
|
|
3950
|
-
|
|
3951
|
-
-webkit-animation-duration: 1.05s;
|
|
3952
|
-
|
|
3953
|
-
animation-duration: 1.05s;
|
|
3954
|
-
-webkit-animation-timing-function: linear;
|
|
3955
|
-
animation-timing-function: linear;
|
|
3956
|
-
-webkit-animation-iteration-count: infinite;
|
|
3957
|
-
animation-iteration-count: infinite;
|
|
3958
|
-
}
|
|
3959
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
3960
|
-
|
|
3961
|
-
background: currentColor;
|
|
3962
|
-
|
|
3963
|
-
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
3964
|
-
|
|
3965
|
-
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
3966
|
-
}
|
|
3967
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
3968
|
-
.MetaItemLive-module_root__2mpD3::after {
|
|
3969
|
-
|
|
3970
|
-
border: 1px solid currentColor;
|
|
3971
|
-
|
|
3972
|
-
content: '';
|
|
3973
|
-
}
|
|
3974
|
-
.MetaItemLive-module_root__2mpD3::before {
|
|
3975
|
-
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
3976
|
-
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
3977
|
-
}
|
|
3978
|
-
.MetaItemLive-module_root__2mpD3::after {
|
|
3979
|
-
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
3980
|
-
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
3981
|
-
}
|
|
3982
|
-
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
3983
|
-
14% {
|
|
3984
|
-
transform: scale(0);
|
|
3985
|
-
}
|
|
3986
|
-
|
|
3987
|
-
30% {
|
|
3988
|
-
transform: scale(0.22);
|
|
3989
|
-
}
|
|
3990
|
-
|
|
3991
|
-
63% {
|
|
3992
|
-
transform: scale(0.22);
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
|
-
70% {
|
|
3996
|
-
transform: scale(0);
|
|
3997
|
-
}
|
|
3998
|
-
|
|
3999
|
-
100% {
|
|
4000
|
-
transform: scale(0);
|
|
4001
|
-
}
|
|
4002
|
-
}
|
|
4003
|
-
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4004
|
-
14% {
|
|
4005
|
-
transform: scale(0);
|
|
4006
|
-
}
|
|
4007
|
-
|
|
4008
|
-
30% {
|
|
4009
|
-
transform: scale(0.22);
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
63% {
|
|
4013
|
-
transform: scale(0.22);
|
|
4014
|
-
}
|
|
4015
|
-
|
|
4016
|
-
70% {
|
|
4017
|
-
transform: scale(0);
|
|
4018
|
-
}
|
|
4019
|
-
|
|
4020
|
-
100% {
|
|
4021
|
-
transform: scale(0);
|
|
4022
|
-
}
|
|
4023
|
-
}
|
|
4024
|
-
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4025
|
-
21% {
|
|
4026
|
-
transform: scale(0.1);
|
|
4027
|
-
}
|
|
4028
|
-
|
|
4029
|
-
53% {
|
|
4030
|
-
transform: scale(0.33);
|
|
4031
|
-
}
|
|
4032
|
-
|
|
4033
|
-
100% {
|
|
4034
|
-
transform: scale(0.66);
|
|
4035
|
-
|
|
4036
|
-
opacity: 0;
|
|
4037
|
-
}
|
|
4038
|
-
}
|
|
4039
|
-
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4040
|
-
21% {
|
|
4041
|
-
transform: scale(0.1);
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
53% {
|
|
4045
|
-
transform: scale(0.33);
|
|
4046
|
-
}
|
|
4047
|
-
|
|
4048
|
-
100% {
|
|
4049
|
-
transform: scale(0.66);
|
|
4050
|
-
|
|
4051
|
-
opacity: 0;
|
|
4052
|
-
}
|
|
3832
|
+
line-height: 26px
|
|
4053
3833
|
}
|
|
4054
|
-
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4055
|
-
21% {
|
|
4056
|
-
transform: scale(0.22);
|
|
4057
3834
|
}
|
|
3835
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3836
|
+
margin-top: 12px;
|
|
3837
|
+
}
|
|
3838
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3839
|
+
margin-top: 12px;
|
|
3840
|
+
padding-top: 10px;
|
|
4058
3841
|
|
|
4059
|
-
|
|
4060
|
-
|
|
3842
|
+
border-top: 1px solid #d6d6d6
|
|
3843
|
+
}
|
|
3844
|
+
@media only screen and (min-width: 48em) {
|
|
3845
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3846
|
+
margin-top: 18px;
|
|
3847
|
+
padding-top: 12px
|
|
3848
|
+
}
|
|
4061
3849
|
}
|
|
3850
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3851
|
+
letter-spacing: 1px;
|
|
3852
|
+
text-transform: uppercase;
|
|
3853
|
+
pointer-events: none;
|
|
4062
3854
|
|
|
4063
|
-
|
|
4064
|
-
transform: scale(0.88);
|
|
3855
|
+
color: #292929;
|
|
4065
3856
|
|
|
4066
|
-
|
|
4067
|
-
|
|
3857
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3858
|
+
font-size: 16px;
|
|
3859
|
+
font-weight: bold;
|
|
3860
|
+
font-style: normal;
|
|
3861
|
+
line-height: 22px
|
|
3862
|
+
}
|
|
3863
|
+
@media only screen and (min-width: 48em) {
|
|
3864
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3865
|
+
font-size: 18px;
|
|
3866
|
+
line-height: 26px
|
|
4068
3867
|
}
|
|
4069
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4070
|
-
21% {
|
|
4071
|
-
transform: scale(0.22);
|
|
4072
3868
|
}
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
3869
|
+
.SourceBlock-module_center__3P93B {
|
|
3870
|
+
max-width: 650px;
|
|
3871
|
+
margin-right: auto;
|
|
3872
|
+
margin-left: auto;
|
|
3873
|
+
}
|
|
3874
|
+
/* VISIBILITY */
|
|
3875
|
+
@media only screen and (min-width: 32em) {
|
|
3876
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3877
|
+
display: none
|
|
3878
|
+
}
|
|
4076
3879
|
}
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
3880
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3881
|
+
display: none
|
|
3882
|
+
}
|
|
3883
|
+
@media only screen and (min-width: 32em) {
|
|
3884
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3885
|
+
display: block
|
|
3886
|
+
}
|
|
4082
3887
|
}
|
|
3888
|
+
/* Dark theme */
|
|
3889
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3890
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3891
|
+
background-color: #262626;
|
|
3892
|
+
color: inherit;
|
|
3893
|
+
}
|
|
3894
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3895
|
+
color: #b8b8b8;
|
|
3896
|
+
}
|
|
3897
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3898
|
+
border-top-color: #3d3d3d;
|
|
4083
3899
|
}
|
|
4084
3900
|
|
|
4085
3901
|
/* Colors */
|
|
@@ -4229,137 +4045,321 @@ a mark {
|
|
|
4229
4045
|
rgba(255, 255, 255, 0) 0%,
|
|
4230
4046
|
#fff 64%);
|
|
4231
4047
|
|
|
4232
|
-
-webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
|
|
4048
|
+
-webkit-animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both;
|
|
4049
|
+
|
|
4050
|
+
animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
|
|
4051
|
+
}
|
|
4052
|
+
@media only screen and (min-width: 32em) {
|
|
4053
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4054
|
+
position: static;
|
|
4055
|
+
|
|
4056
|
+
width: 100%;
|
|
4057
|
+
margin-right: auto;
|
|
4058
|
+
margin-left: auto;
|
|
4059
|
+
padding: 0;
|
|
4060
|
+
|
|
4061
|
+
background-image: none;
|
|
4062
|
+
|
|
4063
|
+
-webkit-animation: none;
|
|
4064
|
+
|
|
4065
|
+
animation: none
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4069
|
+
position: absolute;
|
|
4070
|
+
top: 100%;
|
|
4071
|
+
right: 0;
|
|
4072
|
+
left: 0;
|
|
4073
|
+
z-index: -1;
|
|
4074
|
+
|
|
4075
|
+
height: 16px;
|
|
4076
|
+
|
|
4077
|
+
background-color: #fff;
|
|
4078
|
+
|
|
4079
|
+
-webkit-animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4080
|
+
|
|
4081
|
+
animation: Spoiler-module_spoilerStickyBg__nYdlo 1ms ease both 500ms;
|
|
4082
|
+
|
|
4083
|
+
content: ''
|
|
4084
|
+
}
|
|
4085
|
+
@media only screen and (min-width: 32em) {
|
|
4086
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4087
|
+
content: none
|
|
4088
|
+
}
|
|
4089
|
+
}
|
|
4090
|
+
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4091
|
+
transform: rotate(180deg) translateY(1px);
|
|
4092
|
+
}
|
|
4093
|
+
@media only screen and (min-width: 32em) {
|
|
4094
|
+
.Spoiler-module_center__tq1m0 {
|
|
4095
|
+
max-width: 980px;
|
|
4096
|
+
margin-right: auto;
|
|
4097
|
+
margin-left: auto
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
.Spoiler-module_full__1QFqR {
|
|
4101
|
+
max-width: 980px;
|
|
4102
|
+
}
|
|
4103
|
+
.Spoiler-module_default__2Kjx8 {
|
|
4104
|
+
max-width: 650px;
|
|
4105
|
+
}
|
|
4106
|
+
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4107
|
+
0% {
|
|
4108
|
+
transform: translateY(62px);
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4111
|
+
50% {
|
|
4112
|
+
transform: translateY(-16px);
|
|
4113
|
+
}
|
|
4114
|
+
|
|
4115
|
+
100% {
|
|
4116
|
+
transform: translateY(0);
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4120
|
+
0% {
|
|
4121
|
+
transform: translateY(62px);
|
|
4122
|
+
}
|
|
4123
|
+
|
|
4124
|
+
50% {
|
|
4125
|
+
transform: translateY(-16px);
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
100% {
|
|
4129
|
+
transform: translateY(0);
|
|
4130
|
+
}
|
|
4131
|
+
}
|
|
4132
|
+
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4133
|
+
0% {
|
|
4134
|
+
background-color: #fff;
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
100% {
|
|
4138
|
+
background-color: transparent;
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4142
|
+
0% {
|
|
4143
|
+
background-color: #fff;
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
100% {
|
|
4147
|
+
background-color: transparent;
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4151
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4152
|
+
bottom: 45px
|
|
4153
|
+
}
|
|
4154
|
+
@media only screen and (min-width: 32em) {
|
|
4155
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4156
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4157
|
+
bottom: 46px
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4161
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4162
|
+
bottom: 90px
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
/* VISIBILITY */
|
|
4166
|
+
@media only screen and (min-width: 32em) {
|
|
4167
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4168
|
+
display: none
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4172
|
+
display: none
|
|
4173
|
+
}
|
|
4174
|
+
@media only screen and (min-width: 32em) {
|
|
4175
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4176
|
+
display: block
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4181
|
+
/* Colors */
|
|
4182
|
+
/* Fonts */
|
|
4183
|
+
/* Gap */
|
|
4184
|
+
/* Media */
|
|
4185
|
+
/* 512 */
|
|
4186
|
+
/* 650 */
|
|
4187
|
+
/* 768 */
|
|
4188
|
+
/* 1024 */
|
|
4189
|
+
/* 1010 */
|
|
4190
|
+
/* 1200 */
|
|
4191
|
+
/* 511 */
|
|
4192
|
+
/* 1023 */
|
|
4193
|
+
/* Zindex */
|
|
4194
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4195
|
+
position: relative;
|
|
4196
|
+
|
|
4197
|
+
display: inline-block;
|
|
4198
|
+
|
|
4199
|
+
width: 18px;
|
|
4200
|
+
height: 18px;
|
|
4201
|
+
|
|
4202
|
+
vertical-align: middle;
|
|
4203
|
+
}
|
|
4204
|
+
.MetaItemLive-module_gold__3yZEV {
|
|
4205
|
+
color: #b88b59;
|
|
4206
|
+
}
|
|
4207
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4208
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4209
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4210
|
+
position: absolute;
|
|
4211
|
+
top: 0;
|
|
4212
|
+
right: 0;
|
|
4213
|
+
bottom: 0;
|
|
4214
|
+
left: 0;
|
|
4215
|
+
z-index: 0;
|
|
4216
|
+
}
|
|
4217
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4218
|
+
margin-top: -4px;
|
|
4219
|
+
margin-right: 1px;
|
|
4220
|
+
|
|
4221
|
+
transform: translateY(1px);
|
|
4222
|
+
}
|
|
4223
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4224
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4225
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4226
|
+
|
|
4227
|
+
border-radius: 50%;
|
|
4228
|
+
transform: scale(0);
|
|
4233
4229
|
|
|
4234
|
-
|
|
4230
|
+
-webkit-animation-duration: 1.05s;
|
|
4231
|
+
|
|
4232
|
+
animation-duration: 1.05s;
|
|
4233
|
+
-webkit-animation-timing-function: linear;
|
|
4234
|
+
animation-timing-function: linear;
|
|
4235
|
+
-webkit-animation-iteration-count: infinite;
|
|
4236
|
+
animation-iteration-count: infinite;
|
|
4235
4237
|
}
|
|
4236
|
-
|
|
4237
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4238
|
-
position: static;
|
|
4238
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4239
4239
|
|
|
4240
|
-
|
|
4241
|
-
margin-right: auto;
|
|
4242
|
-
margin-left: auto;
|
|
4243
|
-
padding: 0;
|
|
4240
|
+
background: currentColor;
|
|
4244
4241
|
|
|
4245
|
-
|
|
4242
|
+
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4246
4243
|
|
|
4247
|
-
|
|
4244
|
+
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4245
|
+
}
|
|
4246
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4247
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4248
4248
|
|
|
4249
|
-
|
|
4249
|
+
border: 1px solid currentColor;
|
|
4250
|
+
|
|
4251
|
+
content: '';
|
|
4252
|
+
}
|
|
4253
|
+
.MetaItemLive-module_root__2mpD3::before {
|
|
4254
|
+
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4255
|
+
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4256
|
+
}
|
|
4257
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4258
|
+
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4259
|
+
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4250
4260
|
}
|
|
4261
|
+
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4262
|
+
14% {
|
|
4263
|
+
transform: scale(0);
|
|
4251
4264
|
}
|
|
4252
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4253
|
-
position: absolute;
|
|
4254
|
-
top: 100%;
|
|
4255
|
-
right: 0;
|
|
4256
|
-
left: 0;
|
|
4257
|
-
z-index: -1;
|
|
4258
4265
|
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4266
|
+
30% {
|
|
4267
|
+
transform: scale(0.22);
|
|
4268
|
+
}
|
|
4262
4269
|
|
|
4263
|
-
|
|
4270
|
+
63% {
|
|
4271
|
+
transform: scale(0.22);
|
|
4272
|
+
}
|
|
4264
4273
|
|
|
4265
|
-
|
|
4274
|
+
70% {
|
|
4275
|
+
transform: scale(0);
|
|
4276
|
+
}
|
|
4266
4277
|
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
@media only screen and (min-width: 32em) {
|
|
4270
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4271
|
-
content: none
|
|
4272
|
-
}
|
|
4278
|
+
100% {
|
|
4279
|
+
transform: scale(0);
|
|
4273
4280
|
}
|
|
4274
|
-
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4275
|
-
transform: rotate(180deg) translateY(1px);
|
|
4276
|
-
}
|
|
4277
|
-
@media only screen and (min-width: 32em) {
|
|
4278
|
-
.Spoiler-module_center__tq1m0 {
|
|
4279
|
-
max-width: 980px;
|
|
4280
|
-
margin-right: auto;
|
|
4281
|
-
margin-left: auto
|
|
4282
4281
|
}
|
|
4282
|
+
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4283
|
+
14% {
|
|
4284
|
+
transform: scale(0);
|
|
4283
4285
|
}
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
.Spoiler-module_default__2Kjx8 {
|
|
4288
|
-
max-width: 650px;
|
|
4289
|
-
}
|
|
4290
|
-
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4291
|
-
0% {
|
|
4292
|
-
transform: translateY(62px);
|
|
4286
|
+
|
|
4287
|
+
30% {
|
|
4288
|
+
transform: scale(0.22);
|
|
4293
4289
|
}
|
|
4294
4290
|
|
|
4295
|
-
|
|
4296
|
-
transform:
|
|
4291
|
+
63% {
|
|
4292
|
+
transform: scale(0.22);
|
|
4293
|
+
}
|
|
4294
|
+
|
|
4295
|
+
70% {
|
|
4296
|
+
transform: scale(0);
|
|
4297
4297
|
}
|
|
4298
4298
|
|
|
4299
4299
|
100% {
|
|
4300
|
-
transform:
|
|
4300
|
+
transform: scale(0);
|
|
4301
4301
|
}
|
|
4302
4302
|
}
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
transform:
|
|
4303
|
+
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4304
|
+
21% {
|
|
4305
|
+
transform: scale(0.1);
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
4308
|
-
|
|
4309
|
-
transform:
|
|
4308
|
+
53% {
|
|
4309
|
+
transform: scale(0.33);
|
|
4310
4310
|
}
|
|
4311
4311
|
|
|
4312
4312
|
100% {
|
|
4313
|
-
transform:
|
|
4313
|
+
transform: scale(0.66);
|
|
4314
|
+
|
|
4315
|
+
opacity: 0;
|
|
4314
4316
|
}
|
|
4315
4317
|
}
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4318
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4319
|
+
21% {
|
|
4320
|
+
transform: scale(0.1);
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
53% {
|
|
4324
|
+
transform: scale(0.33);
|
|
4319
4325
|
}
|
|
4320
4326
|
|
|
4321
4327
|
100% {
|
|
4322
|
-
|
|
4328
|
+
transform: scale(0.66);
|
|
4329
|
+
|
|
4330
|
+
opacity: 0;
|
|
4323
4331
|
}
|
|
4324
4332
|
}
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4333
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4334
|
+
21% {
|
|
4335
|
+
transform: scale(0.22);
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
53% {
|
|
4339
|
+
transform: scale(0.55);
|
|
4328
4340
|
}
|
|
4329
4341
|
|
|
4330
4342
|
100% {
|
|
4331
|
-
|
|
4343
|
+
transform: scale(0.88);
|
|
4344
|
+
|
|
4345
|
+
opacity: 0;
|
|
4332
4346
|
}
|
|
4333
4347
|
}
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
}
|
|
4338
|
-
@media only screen and (min-width: 32em) {
|
|
4339
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4340
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4341
|
-
bottom: 46px
|
|
4342
|
-
}
|
|
4348
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4349
|
+
21% {
|
|
4350
|
+
transform: scale(0.22);
|
|
4343
4351
|
}
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
}
|
|
4352
|
+
|
|
4353
|
+
53% {
|
|
4354
|
+
transform: scale(0.55);
|
|
4348
4355
|
}
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
.
|
|
4352
|
-
|
|
4353
|
-
|
|
4356
|
+
|
|
4357
|
+
100% {
|
|
4358
|
+
transform: scale(0.88);
|
|
4359
|
+
|
|
4360
|
+
opacity: 0;
|
|
4354
4361
|
}
|
|
4355
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4356
|
-
display: none
|
|
4357
4362
|
}
|
|
4358
|
-
@media only screen and (min-width: 32em) {
|
|
4359
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4360
|
-
display: block
|
|
4361
|
-
}
|
|
4362
|
-
}
|
|
4363
4363
|
|
|
4364
4364
|
/* Colors */
|
|
4365
4365
|
/* Fonts */
|
|
@@ -4482,14 +4482,86 @@ a mark {
|
|
|
4482
4482
|
|
|
4483
4483
|
line-height: inherit;
|
|
4484
4484
|
}
|
|
4485
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
-
vertical-align: top;
|
|
4485
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
+
vertical-align: top;
|
|
4487
|
+
}
|
|
4488
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
+
margin-left: 1px;
|
|
4490
|
+
|
|
4491
|
+
vertical-align: top;
|
|
4492
|
+
}
|
|
4493
|
+
|
|
4494
|
+
/* Colors */
|
|
4495
|
+
/* Fonts */
|
|
4496
|
+
/* Gap */
|
|
4497
|
+
/* Media */
|
|
4498
|
+
/* 512 */
|
|
4499
|
+
/* 650 */
|
|
4500
|
+
/* 768 */
|
|
4501
|
+
/* 1024 */
|
|
4502
|
+
/* 1010 */
|
|
4503
|
+
/* 1200 */
|
|
4504
|
+
/* 511 */
|
|
4505
|
+
/* 1023 */
|
|
4506
|
+
/* Zindex */
|
|
4507
|
+
.Footnote-module_root__2a0-B {
|
|
4508
|
+
position: relative;
|
|
4509
|
+
|
|
4510
|
+
width: 320px;
|
|
4511
|
+
padding: 20px;
|
|
4512
|
+
|
|
4513
|
+
border-radius: 8px;
|
|
4514
|
+
background-color: #fff;
|
|
4515
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4516
|
+
}
|
|
4517
|
+
.Footnote-module_body__259Ly {
|
|
4518
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4519
|
+
font-size: 16px;
|
|
4520
|
+
line-height: 22px;
|
|
4521
|
+
}
|
|
4522
|
+
.Footnote-module_body__259Ly h3 {
|
|
4523
|
+
margin: 0 0 16px;
|
|
4524
|
+
|
|
4525
|
+
font-size: inherit;
|
|
4526
|
+
font-weight: 700;
|
|
4527
|
+
line-height: inherit;
|
|
4528
|
+
}
|
|
4529
|
+
.Footnote-module_body__259Ly p {
|
|
4530
|
+
margin: 0;
|
|
4531
|
+
}
|
|
4532
|
+
.Footnote-module_body__259Ly p + p {
|
|
4533
|
+
margin-top: 6px;
|
|
4534
|
+
}
|
|
4535
|
+
.Footnote-module_body__259Ly a {
|
|
4536
|
+
color: inherit;
|
|
4537
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4538
|
+
}
|
|
4539
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4540
|
+
color: #b88b59;
|
|
4541
|
+
}
|
|
4542
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4543
|
+
position: absolute;
|
|
4544
|
+
top: 0;
|
|
4545
|
+
right: 0;
|
|
4546
|
+
|
|
4547
|
+
margin: 0;
|
|
4548
|
+
padding: 6px 9px 10px;
|
|
4549
|
+
|
|
4550
|
+
cursor: pointer;
|
|
4551
|
+
|
|
4552
|
+
color: #b3b3b3;
|
|
4553
|
+
border-width: 0;
|
|
4554
|
+
outline: none;
|
|
4555
|
+
background-color: transparent;
|
|
4556
|
+
}
|
|
4557
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4558
|
+
color: #757575;
|
|
4559
|
+
}
|
|
4560
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4561
|
+
width: 12px;
|
|
4562
|
+
height: 12px;
|
|
4487
4563
|
}
|
|
4488
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
-
margin-left: 1px;
|
|
4490
4564
|
|
|
4491
|
-
vertical-align: top;
|
|
4492
|
-
}
|
|
4493
4565
|
|
|
4494
4566
|
/* Colors */
|
|
4495
4567
|
/* Fonts */
|
|
@@ -4610,188 +4682,179 @@ a mark {
|
|
|
4610
4682
|
/* 511 */
|
|
4611
4683
|
/* 1023 */
|
|
4612
4684
|
/* Zindex */
|
|
4613
|
-
.
|
|
4685
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4614
4686
|
position: relative;
|
|
4615
4687
|
|
|
4616
|
-
|
|
4617
|
-
padding: 20px;
|
|
4618
|
-
|
|
4619
|
-
border-radius: 8px;
|
|
4620
|
-
background-color: #fff;
|
|
4621
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4622
|
-
}
|
|
4623
|
-
.Footnote-module_body__259Ly {
|
|
4624
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4625
|
-
font-size: 16px;
|
|
4626
|
-
line-height: 22px;
|
|
4627
|
-
}
|
|
4628
|
-
.Footnote-module_body__259Ly h3 {
|
|
4629
|
-
margin: 0 0 16px;
|
|
4630
|
-
|
|
4631
|
-
font-size: inherit;
|
|
4632
|
-
font-weight: 700;
|
|
4633
|
-
line-height: inherit;
|
|
4634
|
-
}
|
|
4635
|
-
.Footnote-module_body__259Ly p {
|
|
4636
|
-
margin: 0;
|
|
4688
|
+
margin: 15px 0
|
|
4637
4689
|
}
|
|
4638
|
-
|
|
4639
|
-
|
|
4690
|
+
@media only screen and (min-width: 32em) {
|
|
4691
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4692
|
+
margin: 25px 0 20px
|
|
4640
4693
|
}
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4694
|
+
}
|
|
4695
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4696
|
+
margin-top: 0;
|
|
4644
4697
|
}
|
|
4645
|
-
.
|
|
4646
|
-
|
|
4698
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4699
|
+
margin-bottom: 0;
|
|
4647
4700
|
}
|
|
4648
|
-
.
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
right:
|
|
4652
|
-
|
|
4653
|
-
margin: 0;
|
|
4654
|
-
padding: 6px 9px 10px;
|
|
4655
|
-
|
|
4656
|
-
cursor: pointer;
|
|
4701
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4702
|
+
width: 100%;
|
|
4703
|
+
max-width: 650px;
|
|
4704
|
+
margin-right: auto;
|
|
4705
|
+
margin-left: auto;
|
|
4657
4706
|
|
|
4658
|
-
|
|
4659
|
-
border-width: 0;
|
|
4660
|
-
outline: none;
|
|
4661
|
-
background-color: transparent;
|
|
4662
|
-
}
|
|
4663
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4664
|
-
color: #757575;
|
|
4665
|
-
}
|
|
4666
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4667
|
-
width: 12px;
|
|
4668
|
-
height: 12px;
|
|
4707
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4669
4708
|
}
|
|
4709
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4710
|
+
position: relative;
|
|
4670
4711
|
|
|
4712
|
+
min-height: 170px;
|
|
4671
4713
|
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
/* 512 */
|
|
4677
|
-
/* 650 */
|
|
4678
|
-
/* 768 */
|
|
4679
|
-
/* 1024 */
|
|
4680
|
-
/* 1010 */
|
|
4681
|
-
/* 1200 */
|
|
4682
|
-
/* 511 */
|
|
4683
|
-
/* 1023 */
|
|
4684
|
-
/* Zindex */
|
|
4685
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4686
|
-
position: relative;
|
|
4714
|
+
transition: min-height 350ms ease;
|
|
4715
|
+
}
|
|
4716
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4717
|
+
position: absolute;
|
|
4687
4718
|
z-index: 10;
|
|
4719
|
+
top: 0;
|
|
4720
|
+
right: -20px;
|
|
4721
|
+
bottom: 0;
|
|
4722
|
+
left: -20px;
|
|
4688
4723
|
|
|
4689
|
-
display:
|
|
4690
|
-
overflow: hidden;
|
|
4724
|
+
display: -webkit-box;
|
|
4691
4725
|
|
|
4692
|
-
|
|
4726
|
+
display: -webkit-flex;
|
|
4693
4727
|
|
|
4694
|
-
|
|
4728
|
+
display: -ms-flexbox;
|
|
4695
4729
|
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4730
|
+
display: flex;
|
|
4731
|
+
align-items: center;
|
|
4732
|
+
flex-flow: column nowrap;
|
|
4733
|
+
justify-content: center;
|
|
4699
4734
|
|
|
4700
|
-
|
|
4735
|
+
padding: 30px 20px;
|
|
4701
4736
|
|
|
4702
|
-
|
|
4737
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4738
|
+
|
|
4739
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4740
|
+
background-repeat: no-repeat;
|
|
4741
|
+
background-position: center top;
|
|
4742
|
+
background-size: cover
|
|
4703
4743
|
}
|
|
4704
4744
|
@media only screen and (min-width: 32em) {
|
|
4705
|
-
.
|
|
4706
|
-
|
|
4745
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4746
|
+
right: 0;
|
|
4747
|
+
left: 0
|
|
4707
4748
|
}
|
|
4708
4749
|
}
|
|
4709
|
-
.
|
|
4710
|
-
|
|
4750
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4751
|
+
-webkit-user-select: none;
|
|
4752
|
+
-moz-user-select: none;
|
|
4753
|
+
-ms-user-select: none;
|
|
4754
|
+
user-select: none;
|
|
4711
4755
|
|
|
4712
4756
|
color: #fff;
|
|
4713
|
-
}
|
|
4714
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4715
|
-
margin: 0 0 15px;
|
|
4716
4757
|
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
font-size: 28px;
|
|
4720
|
-
font-weight: 700;
|
|
4721
|
-
line-height: 34px;
|
|
4758
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4722
4759
|
}
|
|
4723
|
-
.
|
|
4724
|
-
|
|
4760
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4761
|
+
display: block;
|
|
4762
|
+
|
|
4763
|
+
width: 100%;
|
|
4764
|
+
max-width: 368px;
|
|
4765
|
+
margin-top: 0;
|
|
4766
|
+
margin-bottom: 12px;
|
|
4725
4767
|
|
|
4726
4768
|
text-align: center;
|
|
4727
4769
|
|
|
4728
|
-
font-size:
|
|
4729
|
-
line-height:
|
|
4770
|
+
font-size: 14px;
|
|
4771
|
+
line-height: 18px
|
|
4730
4772
|
}
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
display: -ms-flexbox;
|
|
4735
|
-
display: flex;
|
|
4736
|
-
align-items: center;
|
|
4737
|
-
flex-flow: column nowrap;
|
|
4738
|
-
justify-content: center;
|
|
4773
|
+
@media only screen and (min-width: 32em) {
|
|
4774
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4775
|
+
margin-bottom: 24px;
|
|
4739
4776
|
|
|
4740
|
-
|
|
4777
|
+
font-size: 16px;
|
|
4778
|
+
line-height: 22px
|
|
4741
4779
|
}
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
letter-spacing: 1px;
|
|
4748
|
-
text-transform: uppercase;
|
|
4749
|
-
|
|
4750
|
-
color: #ffffff;
|
|
4751
|
-
|
|
4752
|
-
font-size: 11px;
|
|
4753
|
-
font-weight: 600;
|
|
4754
|
-
line-height: 16px;
|
|
4780
|
+
}
|
|
4781
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4782
|
+
width: 100%;
|
|
4783
|
+
max-width: 348px;
|
|
4784
|
+
margin: 0 auto;
|
|
4755
4785
|
}
|
|
4756
|
-
.
|
|
4757
|
-
|
|
4758
|
-
z-index: 1;
|
|
4759
|
-
top: 0;
|
|
4760
|
-
right: 0;
|
|
4761
|
-
bottom: 0;
|
|
4762
|
-
left: 0;
|
|
4763
|
-
|
|
4764
|
-
content: '';
|
|
4786
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4787
|
+
max-width: 650px
|
|
4765
4788
|
}
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
width: 192px;
|
|
4772
|
-
padding: 14px 0 13px;
|
|
4789
|
+
@media only screen and (min-width: 32em) {
|
|
4790
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4791
|
+
margin-right: auto;
|
|
4792
|
+
margin-left: auto
|
|
4773
4793
|
}
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4794
|
+
}
|
|
4795
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4796
|
+
max-width: 980px
|
|
4797
|
+
}
|
|
4798
|
+
@media only screen and (min-width: 32em) {
|
|
4799
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4800
|
+
margin-right: auto;
|
|
4801
|
+
margin-left: auto
|
|
4802
|
+
}
|
|
4803
|
+
}
|
|
4804
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4805
|
+
right: -20px;
|
|
4806
|
+
left: -20px
|
|
4807
|
+
}
|
|
4808
|
+
@media only screen and (min-width: 32em) {
|
|
4809
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4810
|
+
right: 0;
|
|
4811
|
+
left: 0
|
|
4812
|
+
}
|
|
4813
|
+
}
|
|
4814
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4815
|
+
padding-right: 20px;
|
|
4816
|
+
padding-left: 20px
|
|
4817
|
+
}
|
|
4818
|
+
@media only screen and (min-width: 32em) {
|
|
4819
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
4820
|
+
padding-right: 0;
|
|
4821
|
+
padding-left: 0
|
|
4822
|
+
}
|
|
4823
|
+
}
|
|
4824
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4825
|
+
max-width: 100%;
|
|
4826
|
+
}
|
|
4827
|
+
@media only screen and (min-width: 32em) {
|
|
4828
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
4829
|
+
right: -15px;
|
|
4830
|
+
left: -15px
|
|
4831
|
+
}
|
|
4832
|
+
}
|
|
4833
|
+
@media only screen and (min-width: 32em) {
|
|
4834
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4835
|
+
padding-right: 15px;
|
|
4836
|
+
padding-left: 15px
|
|
4837
|
+
}
|
|
4838
|
+
}
|
|
4839
|
+
/* STATE */
|
|
4840
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4841
|
+
visibility: hidden;
|
|
4783
4842
|
|
|
4784
|
-
|
|
4785
|
-
background-color: #ff1113;
|
|
4843
|
+
pointer-events: none;
|
|
4786
4844
|
|
|
4787
|
-
|
|
4845
|
+
opacity: 0;
|
|
4788
4846
|
}
|
|
4789
|
-
.
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4847
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4848
|
+
min-height: 0;
|
|
4849
|
+
}
|
|
4850
|
+
/* CONTEXT */
|
|
4851
|
+
@media only screen and (max-width: 63.9375em) {
|
|
4852
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
4853
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4854
|
+
right: -11px;
|
|
4855
|
+
left: -11px
|
|
4794
4856
|
}
|
|
4857
|
+
}
|
|
4795
4858
|
|
|
4796
4859
|
/* Colors */
|
|
4797
4860
|
/* Fonts */
|
|
@@ -5074,177 +5137,149 @@ a mark {
|
|
|
5074
5137
|
/* 511 */
|
|
5075
5138
|
/* 1023 */
|
|
5076
5139
|
/* Zindex */
|
|
5077
|
-
.
|
|
5140
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5078
5141
|
position: relative;
|
|
5142
|
+
z-index: 10;
|
|
5079
5143
|
|
|
5080
|
-
|
|
5144
|
+
display: block;
|
|
5145
|
+
overflow: hidden;
|
|
5146
|
+
|
|
5147
|
+
margin: calc(15rem / 16) -15px;
|
|
5148
|
+
padding: 84px 30px 70px;
|
|
5149
|
+
|
|
5150
|
+
text-decoration: none;
|
|
5151
|
+
|
|
5152
|
+
outline-width: 0;
|
|
5153
|
+
background-color: #000;
|
|
5154
|
+
|
|
5155
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
5081
5156
|
}
|
|
5082
|
-
@media only screen and (min-width:
|
|
5083
|
-
.
|
|
5084
|
-
margin: 25px 0 20px
|
|
5157
|
+
@media only screen and (min-width: 64em) {
|
|
5158
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5159
|
+
margin: 25px 0 20px;
|
|
5160
|
+
padding: 26px 30px 40px;
|
|
5161
|
+
border-radius: 8px
|
|
5085
5162
|
}
|
|
5086
5163
|
}
|
|
5087
|
-
.
|
|
5088
|
-
|
|
5164
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5165
|
+
opacity: 0.7;
|
|
5089
5166
|
}
|
|
5090
|
-
.
|
|
5091
|
-
|
|
5092
|
-
}
|
|
5093
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
5094
|
-
width: 100%;
|
|
5095
|
-
max-width: 650px;
|
|
5096
|
-
margin-right: auto;
|
|
5097
|
-
margin-left: auto;
|
|
5167
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5168
|
+
text-align: center;
|
|
5098
5169
|
|
|
5099
|
-
|
|
5170
|
+
color: #fff;
|
|
5100
5171
|
}
|
|
5101
|
-
.
|
|
5102
|
-
|
|
5172
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5173
|
+
margin: 0 0 10px;
|
|
5103
5174
|
|
|
5104
|
-
|
|
5175
|
+
text-align: center;
|
|
5105
5176
|
|
|
5106
|
-
|
|
5177
|
+
font-size: 20px;
|
|
5178
|
+
font-weight: 700;
|
|
5179
|
+
line-height: 25px
|
|
5107
5180
|
}
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
top: 0;
|
|
5112
|
-
right: -20px;
|
|
5113
|
-
bottom: 0;
|
|
5114
|
-
left: -20px;
|
|
5181
|
+
@media only screen and (min-width: 64em) {
|
|
5182
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5183
|
+
margin: 0 0 15px;
|
|
5115
5184
|
|
|
5116
|
-
|
|
5185
|
+
font-size: 28px;
|
|
5186
|
+
line-height: 34px
|
|
5187
|
+
}
|
|
5188
|
+
}
|
|
5189
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5190
|
+
margin: 0;
|
|
5117
5191
|
|
|
5118
|
-
|
|
5192
|
+
text-align: center;
|
|
5119
5193
|
|
|
5194
|
+
font-size: 14px;
|
|
5195
|
+
line-height: 18px
|
|
5196
|
+
}
|
|
5197
|
+
@media only screen and (min-width: 64em) {
|
|
5198
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5199
|
+
font-size: 18px;
|
|
5200
|
+
line-height: 26px
|
|
5201
|
+
}
|
|
5202
|
+
}
|
|
5203
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5204
|
+
display: -webkit-box;
|
|
5205
|
+
display: -webkit-flex;
|
|
5120
5206
|
display: -ms-flexbox;
|
|
5121
|
-
|
|
5122
5207
|
display: flex;
|
|
5123
5208
|
align-items: center;
|
|
5124
5209
|
flex-flow: column nowrap;
|
|
5125
5210
|
justify-content: center;
|
|
5126
5211
|
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
5130
|
-
|
|
5131
|
-
background-color: rgba(255, 255, 255, 1);
|
|
5132
|
-
background-repeat: no-repeat;
|
|
5133
|
-
background-position: center top;
|
|
5134
|
-
background-size: cover
|
|
5212
|
+
margin-top: 45px
|
|
5135
5213
|
}
|
|
5136
|
-
@media only screen and (min-width:
|
|
5137
|
-
.
|
|
5138
|
-
|
|
5139
|
-
left: 0
|
|
5214
|
+
@media only screen and (min-width: 64em) {
|
|
5215
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5216
|
+
margin-top: 40px
|
|
5140
5217
|
}
|
|
5141
5218
|
}
|
|
5142
|
-
.
|
|
5143
|
-
-webkit-user-select: none;
|
|
5144
|
-
-moz-user-select: none;
|
|
5145
|
-
-ms-user-select: none;
|
|
5146
|
-
user-select: none;
|
|
5147
|
-
|
|
5148
|
-
color: #fff;
|
|
5149
|
-
|
|
5150
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5151
|
-
}
|
|
5152
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5219
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5153
5220
|
display: block;
|
|
5154
5221
|
|
|
5155
|
-
width: 100%;
|
|
5156
|
-
max-width: 368px;
|
|
5157
|
-
margin-top: 0;
|
|
5158
|
-
margin-bottom: 12px;
|
|
5159
|
-
|
|
5160
5222
|
text-align: center;
|
|
5223
|
+
text-decoration: none;
|
|
5224
|
+
letter-spacing: 1px;
|
|
5225
|
+
text-transform: uppercase;
|
|
5161
5226
|
|
|
5162
|
-
|
|
5163
|
-
line-height: 18px
|
|
5164
|
-
}
|
|
5165
|
-
@media only screen and (min-width: 32em) {
|
|
5166
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5167
|
-
margin-bottom: 24px;
|
|
5227
|
+
color: #ffffff;
|
|
5168
5228
|
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
}
|
|
5173
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
5174
|
-
width: 100%;
|
|
5175
|
-
max-width: 348px;
|
|
5176
|
-
margin: 0 auto;
|
|
5177
|
-
}
|
|
5178
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
5179
|
-
max-width: 650px
|
|
5180
|
-
}
|
|
5181
|
-
@media only screen and (min-width: 32em) {
|
|
5182
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
5183
|
-
margin-right: auto;
|
|
5184
|
-
margin-left: auto
|
|
5185
|
-
}
|
|
5186
|
-
}
|
|
5187
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
5188
|
-
max-width: 980px
|
|
5189
|
-
}
|
|
5190
|
-
@media only screen and (min-width: 32em) {
|
|
5191
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
5192
|
-
margin-right: auto;
|
|
5193
|
-
margin-left: auto
|
|
5194
|
-
}
|
|
5195
|
-
}
|
|
5196
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5197
|
-
right: -20px;
|
|
5198
|
-
left: -20px
|
|
5199
|
-
}
|
|
5200
|
-
@media only screen and (min-width: 32em) {
|
|
5201
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5202
|
-
right: 0;
|
|
5203
|
-
left: 0
|
|
5204
|
-
}
|
|
5205
|
-
}
|
|
5206
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5207
|
-
padding-right: 20px;
|
|
5208
|
-
padding-left: 20px
|
|
5209
|
-
}
|
|
5210
|
-
@media only screen and (min-width: 32em) {
|
|
5211
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5212
|
-
padding-right: 0;
|
|
5213
|
-
padding-left: 0
|
|
5214
|
-
}
|
|
5215
|
-
}
|
|
5216
|
-
.SensitiveBlock-module_super_full__14UOv {
|
|
5217
|
-
max-width: 100%;
|
|
5229
|
+
font-size: 11px;
|
|
5230
|
+
font-weight: 600;
|
|
5231
|
+
line-height: 16px;
|
|
5218
5232
|
}
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5233
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5234
|
+
position: absolute;
|
|
5235
|
+
z-index: 1;
|
|
5236
|
+
top: 0;
|
|
5237
|
+
right: 0;
|
|
5238
|
+
bottom: 0;
|
|
5239
|
+
left: 0;
|
|
5240
|
+
|
|
5241
|
+
content: '';
|
|
5223
5242
|
}
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5243
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5244
|
+
position: relative;
|
|
5245
|
+
|
|
5246
|
+
display: block;
|
|
5247
|
+
|
|
5248
|
+
width: 192px;
|
|
5249
|
+
padding: 14px 0 13px;
|
|
5229
5250
|
}
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5251
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5252
|
+
position: absolute;
|
|
5253
|
+
z-index: -1;
|
|
5254
|
+
top: 0;
|
|
5255
|
+
right: 0;
|
|
5256
|
+
bottom: 0;
|
|
5257
|
+
left: 0;
|
|
5234
5258
|
|
|
5235
|
-
|
|
5259
|
+
content: '';
|
|
5260
|
+
transition: opacity 250ms ease;
|
|
5236
5261
|
|
|
5237
|
-
|
|
5262
|
+
border-radius: 40px;
|
|
5263
|
+
background-color: #ff1113;
|
|
5264
|
+
|
|
5265
|
+
filter: blur(10px);
|
|
5238
5266
|
}
|
|
5239
|
-
.
|
|
5240
|
-
|
|
5267
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5268
|
+
width: 100%;
|
|
5269
|
+
max-width: 650px;
|
|
5270
|
+
margin-right: auto;
|
|
5271
|
+
margin-left: auto;
|
|
5241
5272
|
}
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5273
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5274
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5275
|
+
margin-right: -11px;
|
|
5276
|
+
margin-left: -11px
|
|
5277
|
+
}
|
|
5278
|
+
@media only screen and (min-width: 64em) {
|
|
5279
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5280
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5281
|
+
margin-right: 0;
|
|
5282
|
+
margin-left: 0
|
|
5248
5283
|
}
|
|
5249
5284
|
}
|
|
5250
5285
|
|