@meduza/ui-kit-2 0.1.93 → 0.1.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui-kit.css CHANGED
@@ -460,6 +460,90 @@
460
460
  }
461
461
  }
462
462
 
463
+ /* Colors */
464
+ /* Fonts */
465
+ /* Gap */
466
+ /* Media */
467
+ /* 512 */
468
+ /* 650 */
469
+ /* 768 */
470
+ /* 1024 */
471
+ /* 1010 */
472
+ /* 1200 */
473
+ /* 511 */
474
+ /* 1023 */
475
+ /* Zindex */
476
+ .Image-module_root__1vsA_ {
477
+ position: relative;
478
+ z-index: 1;
479
+
480
+ display: block;
481
+ overflow: hidden;
482
+ transition: background-color 250ms ease;
483
+
484
+ background-color: #f2f2f2
485
+ }
486
+ @media only screen and (min-width: 32em) {
487
+ .Image-module_root__1vsA_ {
488
+ border-radius: inherit
489
+ }
490
+ }
491
+ .Image-module_root__1vsA_ img {
492
+ position: absolute;
493
+ top: 0;
494
+ left: 0;
495
+
496
+ width: 100%;
497
+ height: 100%;
498
+ }
499
+ .Image-module_isLoaded__3XhU5 {
500
+ background-color: transparent;
501
+ }
502
+ .Image-module_wrapper__3fLjs {
503
+ display: block;
504
+
505
+ width: 100%;
506
+
507
+ background-repeat: no-repeat;
508
+ background-size: 100% auto;
509
+ }
510
+ .Image-module_fullscreen__29apx picture {
511
+ cursor: pointer;
512
+ }
513
+ .Image-module_fullscreen__29apx picture:hover::after {
514
+ opacity: 1;
515
+ }
516
+ .Image-module_fullscreen__29apx picture::after {
517
+ position: absolute;
518
+ right: 12px;
519
+ bottom: 12px;
520
+
521
+ width: 40px;
522
+ height: 40px;
523
+
524
+ transition: opacity 250ms ease;
525
+ pointer-events: none;
526
+
527
+ opacity: 0;
528
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
529
+ border-radius: 20px;
530
+ background-color: rgba(0, 0, 0, 0.7);
531
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
532
+ background-repeat: no-repeat;
533
+ background-position: center
534
+ }
535
+ @media only screen and (min-width: 64em) {
536
+ .Image-module_fullscreen__29apx picture::after {
537
+ content: ''
538
+ }
539
+ }
540
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
541
+ outline: none;
542
+ }
543
+ .Image-module_dark__3o0nU {
544
+ background-color: transparent;
545
+ }
546
+
463
547
  /* Colors */
464
548
  /* Fonts */
465
549
  /* Gap */
@@ -637,75 +721,157 @@
637
721
  /* 511 */
638
722
  /* 1023 */
639
723
  /* Zindex */
640
- .Image-module_root__1vsA_ {
724
+ .DotsOnImage-module_root__2XP3Q {
641
725
  position: relative;
642
- z-index: 1;
643
726
 
644
727
  display: block;
645
- overflow: hidden;
646
- transition: background-color 250ms ease;
647
728
 
648
- background-color: #f2f2f2
729
+ width: 100%;
730
+ }
731
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
732
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
733
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
734
+ }
735
+ .DotsOnImage-module_dot__H1wua {
736
+ position: absolute;
737
+ z-index: 10;
738
+
739
+ display: -webkit-box;
740
+
741
+ display: -webkit-flex;
742
+
743
+ display: -ms-flexbox;
744
+
745
+ display: flex;
746
+ align-items: center;
747
+ flex-flow: row nowrap;
748
+ justify-content: center;
749
+
750
+ width: 28px;
751
+ height: 28px;
752
+
753
+ will-change: opacity;
754
+ }
755
+ .DotsOnImage-module_marker__lH5cP {
756
+ width: 20px;
757
+ height: 20px;
758
+ padding: 0;
759
+
760
+ cursor: pointer;
761
+ text-align: center;
762
+
763
+ opacity: 0;
764
+ color: #fff;
765
+ border-width: 0;
766
+ border-radius: 30px;
767
+ outline-width: 0;
768
+ background-color: #000;
769
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
770
+
771
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
772
+ font-size: 9px;
773
+ font-weight: 600;
774
+ line-height: 22px;
775
+
776
+ -webkit-appearance: none;
777
+
778
+ -moz-appearance: none;
779
+
780
+ appearance: none;
781
+ will-change: opacity;
782
+ -webkit-tap-highlight-color: transparent
649
783
  }
650
784
  @media only screen and (min-width: 32em) {
651
- .Image-module_root__1vsA_ {
652
- border-radius: inherit
785
+ .DotsOnImage-module_marker__lH5cP {
786
+ width: 28px;
787
+ height: 28px;
788
+
789
+ font-size: 13px;
790
+ line-height: 28px
653
791
  }
654
792
  }
655
- .Image-module_root__1vsA_ img {
793
+ .DotsOnImage-module_marker__lH5cP::after {
656
794
  position: absolute;
657
- top: 0;
658
- left: 0;
795
+ top: -5px;
796
+ right: -5px;
797
+ bottom: -5px;
798
+ left: -5px;
659
799
 
660
- width: 100%;
661
- height: 100%;
800
+ content: ''
662
801
  }
663
- .Image-module_isLoaded__3XhU5 {
664
- background-color: transparent;
802
+ @media only screen and (min-width: 32em) {
803
+ .DotsOnImage-module_marker__lH5cP::after {
804
+ content: none
665
805
  }
666
- .Image-module_wrapper__3fLjs {
806
+ }
807
+ .DotsOnImage-module_marker__lH5cP svg {
667
808
  display: block;
668
809
 
669
810
  width: 100%;
811
+ height: 100%;
670
812
 
671
- background-repeat: no-repeat;
672
- background-size: 100% auto;
813
+ will-change: opacity;
673
814
  }
674
- .Image-module_fullscreen__29apx picture {
675
- cursor: pointer;
815
+ .DotsOnImage-module_marker__lH5cP:hover {
816
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
676
817
  }
677
- .Image-module_fullscreen__29apx picture:hover::after {
678
- opacity: 1;
818
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
819
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
679
820
  }
680
- .Image-module_fullscreen__29apx picture::after {
821
+ .DotsOnImage-module_popover__35Cpj {
681
822
  position: absolute;
682
- right: 12px;
683
- bottom: 12px;
823
+ z-index: 10;
824
+ }
825
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
826
+ transform: translateX(50px);
827
+ }
828
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
829
+ transform: translateX(-100%) translateX(-22px);
830
+ }
831
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
832
+ transform: translateX(50px) translateY(-100%) translateY(22px);
833
+ }
834
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
835
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
836
+ translateY(22px);
837
+ }
838
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
839
+ 0% {
840
+ transform: scale(0.4);
684
841
 
685
- width: 40px;
686
- height: 40px;
842
+ opacity: 0;
843
+ }
687
844
 
688
- transition: opacity 250ms ease;
689
- pointer-events: none;
845
+ 90% {
846
+ transform: scale(1.1);
690
847
 
691
- opacity: 0;
692
- border: 0.5px solid rgba(255, 255, 255, 0.15);
693
- border-radius: 20px;
694
- background-color: rgba(0, 0, 0, 0.7);
695
- background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
696
- background-repeat: no-repeat;
697
- background-position: center
698
- }
699
- @media only screen and (min-width: 64em) {
700
- .Image-module_fullscreen__29apx picture::after {
701
- content: ''
702
- }
848
+ opacity: 1;
849
+ }
850
+
851
+ 100% {
852
+ transform: scale(1);
853
+
854
+ opacity: 1;
703
855
  }
704
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
705
- outline: none;
706
856
  }
707
- .Image-module_dark__3o0nU {
708
- background-color: transparent;
857
+ @keyframes DotsOnImage-module_show__2TMBv {
858
+ 0% {
859
+ transform: scale(0.4);
860
+
861
+ opacity: 0;
862
+ }
863
+
864
+ 90% {
865
+ transform: scale(1.1);
866
+
867
+ opacity: 1;
868
+ }
869
+
870
+ 100% {
871
+ transform: scale(1);
872
+
873
+ opacity: 1;
874
+ }
709
875
  }
710
876
 
711
877
  /* Colors */
@@ -725,414 +891,6 @@
725
891
  display: block;
726
892
  }
727
893
 
728
- /* Colors */
729
- /* Fonts */
730
- /* Gap */
731
- /* Media */
732
- /* 512 */
733
- /* 650 */
734
- /* 768 */
735
- /* 1024 */
736
- /* 1010 */
737
- /* 1200 */
738
- /* 511 */
739
- /* 1023 */
740
- /* Zindex */
741
- .Tag-module_root__3IqWC {
742
- display: inline-block;
743
-
744
- cursor: default;
745
- -webkit-user-select: none;
746
- -moz-user-select: none;
747
- -ms-user-select: none;
748
- user-select: none;
749
- vertical-align: middle;
750
- letter-spacing: 1px;
751
- text-transform: uppercase;
752
-
753
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
754
- font-size: 12px;
755
- font-weight: 600;
756
- line-height: 12px;
757
- }
758
- .Tag-module_small__2IAb7 {
759
- font-size: 12px;
760
- line-height: 12px
761
- }
762
- @media only screen and (min-width: 64em) {
763
- .Tag-module_small__2IAb7 {
764
- line-height: 14px
765
- }
766
- }
767
- @media only screen and (min-width: 64em) {
768
- .Tag-module_large__22z_o {
769
- letter-spacing: 1px;
770
-
771
- font-size: 14px;
772
- line-height: 16px
773
- }
774
- }
775
- .Tag-module_dark__sgnt1 {
776
- color: #000;
777
- }
778
- .Tag-module_light__1zUhp {
779
- color: #fff;
780
- }
781
- .Tag-module_gold__2ksA7 {
782
- color: #b88b59;
783
- }
784
- .Tag-module_gray__mGAO_ {
785
- color: #757575;
786
- }
787
- .Tag-module_inherit__2QB5U {
788
- color: inherit;
789
- }
790
- @media only screen and (min-width: 64em) {
791
- .Tag-module_is1to1__3EDbC,
792
- .Tag-module_is1to2__3xbC6,
793
- .Tag-module_isInSuperBlock__38JE0 {
794
- letter-spacing: 1px;
795
-
796
- font-size: 12px;
797
- line-height: 20px
798
- }
799
- }
800
- @media only screen and (min-width: 64em) {
801
- .Tag-module_is1to3__3j5K-,
802
- .Tag-module_is1to4__2vq4r {
803
- letter-spacing: 0.5px;
804
-
805
- font-size: 10px;
806
- line-height: 15px
807
- }
808
- }
809
- @media only screen and (min-width: 32em) {
810
- .Tag-module_slide__2nMDw,
811
- .Tag-module_game__3j5yG {
812
- width: 100%;
813
-
814
- text-align: center
815
- }
816
- }
817
- .Tag-module_richRelated__2vbQQ {
818
- font-size: 12px;
819
- line-height: 17px
820
- }
821
- @media only screen and (min-width: 64em) {
822
- .Tag-module_richRelated__2vbQQ {
823
- font-size: 14px;
824
- line-height: 20px
825
- }
826
- }
827
- .Tag-module_slide__2nMDw,
828
- .Tag-module_game__3j5yG,
829
- .Tag-module_card__1EAeF,
830
- .Tag-module_live__rwXuR,
831
- .Tag-module_episode__3o6gg,
832
- .Tag-module_podcast__VPoll,
833
- .Tag-module_rich__2URd9,
834
- .Tag-module_isInDynamicBlock__1YM9I {
835
- margin-bottom: 6px;
836
-
837
- line-height: 10px
838
- }
839
- @media only screen and (min-width: 32em) {
840
- .Tag-module_slide__2nMDw,
841
- .Tag-module_game__3j5yG,
842
- .Tag-module_card__1EAeF,
843
- .Tag-module_live__rwXuR,
844
- .Tag-module_episode__3o6gg,
845
- .Tag-module_podcast__VPoll,
846
- .Tag-module_rich__2URd9,
847
- .Tag-module_isInDynamicBlock__1YM9I {
848
- margin-bottom: 10px
849
- }
850
- }
851
- @media only screen and (min-width: 32em) {
852
- .Tag-module_mobile__QQxuv {
853
- display: none
854
- }
855
- }
856
- .Tag-module_desktop__1Bjsy {
857
- display: none
858
- }
859
- @media only screen and (min-width: 32em) {
860
- .Tag-module_desktop__1Bjsy {
861
- display: block
862
- }
863
- }
864
-
865
- /* Colors */
866
- /* Fonts */
867
- /* Gap */
868
- /* Media */
869
- /* 512 */
870
- /* 650 */
871
- /* 768 */
872
- /* 1024 */
873
- /* 1010 */
874
- /* 1200 */
875
- /* 511 */
876
- /* 1023 */
877
- /* Zindex */
878
- .DotsOnImage-module_root__2XP3Q {
879
- position: relative;
880
-
881
- display: block;
882
-
883
- width: 100%;
884
- }
885
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
886
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
887
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
888
- }
889
- .DotsOnImage-module_dot__H1wua {
890
- position: absolute;
891
- z-index: 10;
892
-
893
- display: -webkit-box;
894
-
895
- display: -webkit-flex;
896
-
897
- display: -ms-flexbox;
898
-
899
- display: flex;
900
- align-items: center;
901
- flex-flow: row nowrap;
902
- justify-content: center;
903
-
904
- width: 28px;
905
- height: 28px;
906
-
907
- will-change: opacity;
908
- }
909
- .DotsOnImage-module_marker__lH5cP {
910
- width: 20px;
911
- height: 20px;
912
- padding: 0;
913
-
914
- cursor: pointer;
915
- text-align: center;
916
-
917
- opacity: 0;
918
- color: #fff;
919
- border-width: 0;
920
- border-radius: 30px;
921
- outline-width: 0;
922
- background-color: #000;
923
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
924
-
925
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
926
- font-size: 9px;
927
- font-weight: 600;
928
- line-height: 22px;
929
-
930
- -webkit-appearance: none;
931
-
932
- -moz-appearance: none;
933
-
934
- appearance: none;
935
- will-change: opacity;
936
- -webkit-tap-highlight-color: transparent
937
- }
938
- @media only screen and (min-width: 32em) {
939
- .DotsOnImage-module_marker__lH5cP {
940
- width: 28px;
941
- height: 28px;
942
-
943
- font-size: 13px;
944
- line-height: 28px
945
- }
946
- }
947
- .DotsOnImage-module_marker__lH5cP::after {
948
- position: absolute;
949
- top: -5px;
950
- right: -5px;
951
- bottom: -5px;
952
- left: -5px;
953
-
954
- content: ''
955
- }
956
- @media only screen and (min-width: 32em) {
957
- .DotsOnImage-module_marker__lH5cP::after {
958
- content: none
959
- }
960
- }
961
- .DotsOnImage-module_marker__lH5cP svg {
962
- display: block;
963
-
964
- width: 100%;
965
- height: 100%;
966
-
967
- will-change: opacity;
968
- }
969
- .DotsOnImage-module_marker__lH5cP:hover {
970
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
971
- }
972
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
973
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
974
- }
975
- .DotsOnImage-module_popover__35Cpj {
976
- position: absolute;
977
- z-index: 10;
978
- }
979
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
980
- transform: translateX(50px);
981
- }
982
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
983
- transform: translateX(-100%) translateX(-22px);
984
- }
985
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
986
- transform: translateX(50px) translateY(-100%) translateY(22px);
987
- }
988
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
989
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
990
- translateY(22px);
991
- }
992
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
993
- 0% {
994
- transform: scale(0.4);
995
-
996
- opacity: 0;
997
- }
998
-
999
- 90% {
1000
- transform: scale(1.1);
1001
-
1002
- opacity: 1;
1003
- }
1004
-
1005
- 100% {
1006
- transform: scale(1);
1007
-
1008
- opacity: 1;
1009
- }
1010
- }
1011
- @keyframes DotsOnImage-module_show__2TMBv {
1012
- 0% {
1013
- transform: scale(0.4);
1014
-
1015
- opacity: 0;
1016
- }
1017
-
1018
- 90% {
1019
- transform: scale(1.1);
1020
-
1021
- opacity: 1;
1022
- }
1023
-
1024
- 100% {
1025
- transform: scale(1);
1026
-
1027
- opacity: 1;
1028
- }
1029
- }
1030
-
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;
1049
-
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);
1059
-
1060
- color: #1a1a1a;
1061
-
1062
- font-size: calc(14rem / 16);
1063
- line-height: calc(18rem / 16)
1064
- }
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;
1075
-
1076
- color: #666;
1077
-
1078
- font-size: calc(12rem / 16);
1079
- line-height: 1rem
1080
- }
1081
- @media only screen and (min-width: 32em) {
1082
- .MediaCaption-module_credit__3ehAP {
1083
- padding-top: 3px
1084
- }
1085
- }
1086
- .MediaCaption-module_credit__3ehAP:first-child {
1087
- padding-top: calc(3rem / 16)
1088
- }
1089
- @media only screen and (min-width: 32em) {
1090
- .MediaCaption-module_credit__3ehAP:first-child {
1091
- padding-top: 3px
1092
- }
1093
- }
1094
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1095
- color: #fff;
1096
- }
1097
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1098
- color: #929292;
1099
- }
1100
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1101
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1102
- padding-top: calc(10rem / 16)
1103
- }
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
1108
- }
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)
1113
- }
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
1118
- }
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;
1127
- }
1128
- /* Dark theme */
1129
- .MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
1130
- color: #d9d9d9;
1131
- }
1132
- .MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
1133
- color: #757575;
1134
- }
1135
-
1136
894
  /* Colors */
1137
895
  /* Fonts */
1138
896
  /* Gap */
@@ -1398,38 +1156,175 @@
1398
1156
  line-height: 11px
1399
1157
  }
1400
1158
  }
1401
- .Table-module_s__Vl_Eg {
1402
- min-width: 120px
1159
+ .Table-module_s__Vl_Eg {
1160
+ min-width: 120px
1161
+ }
1162
+ @media only screen and (min-width: 32em) {
1163
+ .Table-module_s__Vl_Eg {
1164
+ width: 18%;
1165
+ min-width: 0
1166
+ }
1167
+ }
1168
+ .Table-module_m__29G9r {
1169
+ min-width: 200px
1170
+ }
1171
+ @media only screen and (min-width: 32em) {
1172
+ .Table-module_m__29G9r {
1173
+ width: 30%;
1174
+ min-width: 0
1175
+ }
1176
+
1177
+ }
1178
+ .Table-module_l__1ZSMc {
1179
+ min-width: 336px
1180
+ }
1181
+ @media only screen and (min-width: 32em) {
1182
+ .Table-module_l__1ZSMc {
1183
+ width: 50%;
1184
+ min-width: 0
1185
+ }
1186
+ }
1187
+ .Table-module_xs__au2Oe {
1188
+ width: 50px;
1189
+ min-width: 50px;
1190
+ }
1191
+
1192
+ /* Colors */
1193
+ /* Fonts */
1194
+ /* Gap */
1195
+ /* Media */
1196
+ /* 512 */
1197
+ /* 650 */
1198
+ /* 768 */
1199
+ /* 1024 */
1200
+ /* 1010 */
1201
+ /* 1200 */
1202
+ /* 511 */
1203
+ /* 1023 */
1204
+ /* Zindex */
1205
+ .Tag-module_root__3IqWC {
1206
+ display: inline-block;
1207
+
1208
+ cursor: default;
1209
+ -webkit-user-select: none;
1210
+ -moz-user-select: none;
1211
+ -ms-user-select: none;
1212
+ user-select: none;
1213
+ vertical-align: middle;
1214
+ letter-spacing: 1px;
1215
+ text-transform: uppercase;
1216
+
1217
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1218
+ font-size: 12px;
1219
+ font-weight: 600;
1220
+ line-height: 12px;
1221
+ }
1222
+ .Tag-module_small__2IAb7 {
1223
+ font-size: 12px;
1224
+ line-height: 12px
1225
+ }
1226
+ @media only screen and (min-width: 64em) {
1227
+ .Tag-module_small__2IAb7 {
1228
+ line-height: 14px
1229
+ }
1230
+ }
1231
+ @media only screen and (min-width: 64em) {
1232
+ .Tag-module_large__22z_o {
1233
+ letter-spacing: 1px;
1234
+
1235
+ font-size: 14px;
1236
+ line-height: 16px
1237
+ }
1238
+ }
1239
+ .Tag-module_dark__sgnt1 {
1240
+ color: #000;
1241
+ }
1242
+ .Tag-module_light__1zUhp {
1243
+ color: #fff;
1244
+ }
1245
+ .Tag-module_gold__2ksA7 {
1246
+ color: #b88b59;
1247
+ }
1248
+ .Tag-module_gray__mGAO_ {
1249
+ color: #757575;
1250
+ }
1251
+ .Tag-module_inherit__2QB5U {
1252
+ color: inherit;
1253
+ }
1254
+ @media only screen and (min-width: 64em) {
1255
+ .Tag-module_is1to1__3EDbC,
1256
+ .Tag-module_is1to2__3xbC6,
1257
+ .Tag-module_isInSuperBlock__38JE0 {
1258
+ letter-spacing: 1px;
1259
+
1260
+ font-size: 12px;
1261
+ line-height: 20px
1262
+ }
1263
+ }
1264
+ @media only screen and (min-width: 64em) {
1265
+ .Tag-module_is1to3__3j5K-,
1266
+ .Tag-module_is1to4__2vq4r {
1267
+ letter-spacing: 0.5px;
1268
+
1269
+ font-size: 10px;
1270
+ line-height: 15px
1271
+ }
1272
+ }
1273
+ @media only screen and (min-width: 32em) {
1274
+ .Tag-module_slide__2nMDw,
1275
+ .Tag-module_game__3j5yG {
1276
+ width: 100%;
1277
+
1278
+ text-align: center
1279
+ }
1280
+ }
1281
+ .Tag-module_richRelated__2vbQQ {
1282
+ font-size: 12px;
1283
+ line-height: 17px
1284
+ }
1285
+ @media only screen and (min-width: 64em) {
1286
+ .Tag-module_richRelated__2vbQQ {
1287
+ font-size: 14px;
1288
+ line-height: 20px
1289
+ }
1290
+ }
1291
+ .Tag-module_slide__2nMDw,
1292
+ .Tag-module_game__3j5yG,
1293
+ .Tag-module_card__1EAeF,
1294
+ .Tag-module_live__rwXuR,
1295
+ .Tag-module_episode__3o6gg,
1296
+ .Tag-module_podcast__VPoll,
1297
+ .Tag-module_rich__2URd9,
1298
+ .Tag-module_isInDynamicBlock__1YM9I {
1299
+ margin-bottom: 6px;
1300
+
1301
+ line-height: 10px
1403
1302
  }
1404
1303
  @media only screen and (min-width: 32em) {
1405
- .Table-module_s__Vl_Eg {
1406
- width: 18%;
1407
- min-width: 0
1304
+ .Tag-module_slide__2nMDw,
1305
+ .Tag-module_game__3j5yG,
1306
+ .Tag-module_card__1EAeF,
1307
+ .Tag-module_live__rwXuR,
1308
+ .Tag-module_episode__3o6gg,
1309
+ .Tag-module_podcast__VPoll,
1310
+ .Tag-module_rich__2URd9,
1311
+ .Tag-module_isInDynamicBlock__1YM9I {
1312
+ margin-bottom: 10px
1408
1313
  }
1409
1314
  }
1410
- .Table-module_m__29G9r {
1411
- min-width: 200px
1412
- }
1413
1315
  @media only screen and (min-width: 32em) {
1414
- .Table-module_m__29G9r {
1415
- width: 30%;
1416
- min-width: 0
1316
+ .Tag-module_mobile__QQxuv {
1317
+ display: none
1417
1318
  }
1418
-
1419
1319
  }
1420
- .Table-module_l__1ZSMc {
1421
- min-width: 336px
1320
+ .Tag-module_desktop__1Bjsy {
1321
+ display: none
1422
1322
  }
1423
1323
  @media only screen and (min-width: 32em) {
1424
- .Table-module_l__1ZSMc {
1425
- width: 50%;
1426
- min-width: 0
1324
+ .Tag-module_desktop__1Bjsy {
1325
+ display: block
1427
1326
  }
1428
1327
  }
1429
- .Table-module_xs__au2Oe {
1430
- width: 50px;
1431
- min-width: 50px;
1432
- }
1433
1328
 
1434
1329
  /* Colors */
1435
1330
  /* Fonts */
@@ -1444,49 +1339,96 @@
1444
1339
  /* 511 */
1445
1340
  /* 1023 */
1446
1341
  /* Zindex */
1447
- .BookmarkButton-module_root__3KmuY {
1448
- color: #e0e0e0;
1342
+ .MediaCaption-module_root__KqTdw {
1343
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1449
1344
  }
1450
- .BookmarkButton-module_control__1A0ea {
1451
- margin: 0;
1452
- padding: 5px 3px;
1453
-
1454
- cursor: pointer;
1345
+ .MediaCaption-module_root__KqTdw a {
1346
+ text-decoration: underline;
1455
1347
 
1456
1348
  color: inherit;
1457
- border-width: 0;
1458
- outline: none;
1459
- background-color: transparent;
1349
+ box-shadow: none;
1350
+ }
1351
+ .MediaCaption-module_root__KqTdw a:hover {
1352
+ color: #b88b58;
1353
+ }
1354
+ .MediaCaption-module_caption__1hr7Y {
1355
+ max-width: 520px;
1356
+ padding-top: calc(4rem / 16);
1460
1357
 
1461
- -webkit-appearance: none;
1358
+ color: #1a1a1a;
1462
1359
 
1463
- -moz-appearance: none;
1360
+ font-size: calc(14rem / 16);
1361
+ line-height: calc(18rem / 16)
1362
+ }
1363
+ @media only screen and (min-width: 32em) {
1364
+ .MediaCaption-module_caption__1hr7Y {
1365
+ padding-top: 4px;
1366
+ font-size: 16px;
1367
+ line-height: 22px
1368
+ }
1369
+ }
1370
+ .MediaCaption-module_credit__3ehAP {
1371
+ max-width: 520px;
1372
+ padding-top: 1px;
1464
1373
 
1465
- appearance: none;
1466
- fill: transparent;
1374
+ color: #666;
1375
+
1376
+ font-size: calc(12rem / 16);
1377
+ line-height: 1rem
1467
1378
  }
1468
- .BookmarkButton-module_dark__1cwyi {
1379
+ @media only screen and (min-width: 32em) {
1380
+ .MediaCaption-module_credit__3ehAP {
1381
+ padding-top: 3px
1382
+ }
1383
+ }
1384
+ .MediaCaption-module_credit__3ehAP:first-child {
1385
+ padding-top: calc(3rem / 16)
1386
+ }
1387
+ @media only screen and (min-width: 32em) {
1388
+ .MediaCaption-module_credit__3ehAP:first-child {
1389
+ padding-top: 3px
1390
+ }
1391
+ }
1392
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1469
1393
  color: #fff;
1470
1394
  }
1471
- .BookmarkButton-module_light__1uQyH {
1472
- color: #000;
1395
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1396
+ color: #929292;
1473
1397
  }
1474
- .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1475
- fill: #e0e0e0;
1398
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1399
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1400
+ padding-top: calc(10rem / 16)
1476
1401
  }
1477
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1478
- fill: #fff;
1402
+ @media only screen and (min-width: 32em) {
1403
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1404
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1405
+ padding-top: 12px
1479
1406
  }
1480
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1481
- fill: #000;
1407
+ }
1408
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1409
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1410
+ padding-top: calc(9rem / 16)
1482
1411
  }
1483
- @media only screen and (min-width: 64em) {
1484
- .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1485
- width: 12px
1412
+ @media only screen and (min-width: 32em) {
1413
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1414
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1415
+ padding-top: 11px
1486
1416
  }
1487
1417
  }
1488
- [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1489
- display: none;
1418
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1419
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1420
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1421
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1422
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1423
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1424
+ max-width: 650px;
1425
+ }
1426
+ /* Dark theme */
1427
+ .MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
1428
+ color: #d9d9d9;
1429
+ }
1430
+ .MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
1431
+ color: #757575;
1490
1432
  }
1491
1433
 
1492
1434
  /* Colors */
@@ -1637,36 +1579,50 @@
1637
1579
  /* 511 */
1638
1580
  /* 1023 */
1639
1581
  /* Zindex */
1640
- .MaterialTitle-module_root__18ku- {
1641
- display: block;
1582
+ .BookmarkButton-module_root__3KmuY {
1583
+ color: #e0e0e0;
1642
1584
  }
1643
- .MaterialTitle-module_root__18ku- {
1585
+ .BookmarkButton-module_control__1A0ea {
1644
1586
  margin: 0;
1587
+ padding: 5px 3px;
1645
1588
 
1646
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1647
- font-size: 25px;
1648
- font-weight: normal;
1649
- line-height: 27px
1589
+ cursor: pointer;
1590
+
1591
+ color: inherit;
1592
+ border-width: 0;
1593
+ outline: none;
1594
+ background-color: transparent;
1595
+
1596
+ -webkit-appearance: none;
1597
+
1598
+ -moz-appearance: none;
1599
+
1600
+ appearance: none;
1601
+ fill: transparent;
1650
1602
  }
1651
- @media only screen and (min-width: 48em) {
1652
- .MaterialTitle-module_root__18ku- {
1653
- font-size: 37px;
1654
- line-height: 38px
1603
+ .BookmarkButton-module_dark__1cwyi {
1604
+ color: #fff;
1655
1605
  }
1656
- }
1657
- .MaterialTitle-module_primary__2Sfmx {
1658
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1659
- font-weight: normal;
1606
+ .BookmarkButton-module_light__1uQyH {
1607
+ color: #000;
1660
1608
  }
1661
- .MaterialTitle-module_secondary__3uDp4 {
1662
- font-size: 24px;
1663
- font-weight: 700
1609
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1610
+ fill: #e0e0e0;
1664
1611
  }
1665
- @media only screen and (min-width: 48em) {
1666
- .MaterialTitle-module_secondary__3uDp4 {
1667
- font-size: 36px
1612
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1613
+ fill: #fff;
1614
+ }
1615
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1616
+ fill: #000;
1617
+ }
1618
+ @media only screen and (min-width: 64em) {
1619
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1620
+ width: 12px
1668
1621
  }
1669
1622
  }
1623
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1624
+ display: none;
1625
+ }
1670
1626
 
1671
1627
  /* Colors */
1672
1628
  /* Fonts */
@@ -1756,6 +1712,50 @@
1756
1712
  content: '';
1757
1713
  }
1758
1714
 
1715
+ /* Colors */
1716
+ /* Fonts */
1717
+ /* Gap */
1718
+ /* Media */
1719
+ /* 512 */
1720
+ /* 650 */
1721
+ /* 768 */
1722
+ /* 1024 */
1723
+ /* 1010 */
1724
+ /* 1200 */
1725
+ /* 511 */
1726
+ /* 1023 */
1727
+ /* Zindex */
1728
+ .MaterialTitle-module_root__18ku- {
1729
+ display: block;
1730
+ }
1731
+ .MaterialTitle-module_root__18ku- {
1732
+ margin: 0;
1733
+
1734
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1735
+ font-size: 25px;
1736
+ font-weight: normal;
1737
+ line-height: 27px
1738
+ }
1739
+ @media only screen and (min-width: 48em) {
1740
+ .MaterialTitle-module_root__18ku- {
1741
+ font-size: 37px;
1742
+ line-height: 38px
1743
+ }
1744
+ }
1745
+ .MaterialTitle-module_primary__2Sfmx {
1746
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1747
+ font-weight: normal;
1748
+ }
1749
+ .MaterialTitle-module_secondary__3uDp4 {
1750
+ font-size: 24px;
1751
+ font-weight: 700
1752
+ }
1753
+ @media only screen and (min-width: 48em) {
1754
+ .MaterialTitle-module_secondary__3uDp4 {
1755
+ font-size: 36px
1756
+ }
1757
+ }
1758
+
1759
1759
  /* Colors */
1760
1760
  /* Fonts */
1761
1761
  /* Gap */
@@ -1900,128 +1900,6 @@
1900
1900
  display: none;
1901
1901
  }
1902
1902
 
1903
- /* Colors */
1904
- /* Fonts */
1905
- /* Gap */
1906
- /* Media */
1907
- /* 512 */
1908
- /* 650 */
1909
- /* 768 */
1910
- /* 1024 */
1911
- /* 1010 */
1912
- /* 1200 */
1913
- /* 511 */
1914
- /* 1023 */
1915
- /* Zindex */
1916
- .Meta-module_root__12AG7 {
1917
- transform: translateZ(0);
1918
-
1919
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1920
- font-size: 12px;
1921
- line-height: 15px;
1922
-
1923
- fill: inherit;
1924
- }
1925
- .Meta-module_rich__1XBtZ,
1926
- .Meta-module_podcast__1m4zo,
1927
- .Meta-module_episode__1K2Xv,
1928
- .Meta-module_simple__3vUiI,
1929
- .Meta-module_slide__3g6fG,
1930
- .Meta-module_card__LE1RK,
1931
- .Meta-module_game__3aNlZ,
1932
- .Meta-module_isInMaterial__zaYMy {
1933
- width: 100%;
1934
-
1935
- color: rgba(0, 0, 0, 0.4);
1936
- }
1937
- .Meta-module_podcast__1m4zo {
1938
- fill: currentColor;
1939
- }
1940
- .Meta-module_isInSearchItem__1wbpx {
1941
- color: rgba(255, 255, 255, 0.7);
1942
- }
1943
- .Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
1944
- .Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
1945
- .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
1946
- text-align: left;
1947
- }
1948
- @media only screen and (min-width: 64em) {
1949
- .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
1950
- text-align: left
1951
- }
1952
- }
1953
- @media only screen and (min-width: 32em) {
1954
- .Meta-module_episode__1K2Xv,
1955
- .Meta-module_card__LE1RK,
1956
- .Meta-module_slide__3g6fG,
1957
- .Meta-module_game__3aNlZ,
1958
- .Meta-module_center__3BBPr {
1959
- text-align: center
1960
- }
1961
- }
1962
- .Meta-module_light__2baE- {
1963
- color: rgba(255, 255, 255, 0.6);
1964
-
1965
- fill: currentColor;
1966
- }
1967
- .Meta-module_dark__24y9m,
1968
- .Meta-module_isDark__3g22f {
1969
- color: rgba(0, 0, 0, 0.4);
1970
- }
1971
- .Meta-module_episode__1K2Xv,
1972
- .Meta-module_card__LE1RK,
1973
- .Meta-module_slide__3g6fG,
1974
- .Meta-module_podcast__1m4zo {
1975
- display: -webkit-box;
1976
- display: -webkit-flex;
1977
- display: -ms-flexbox;
1978
- display: flex;
1979
- align-items: center;
1980
- flex-flow: row wrap
1981
- }
1982
- @media only screen and (min-width: 48em) {
1983
- .Meta-module_episode__1K2Xv,
1984
- .Meta-module_card__LE1RK,
1985
- .Meta-module_slide__3g6fG,
1986
- .Meta-module_podcast__1m4zo {
1987
- display: block
1988
- }
1989
- }
1990
- @media only screen and (max-width: 32.1875em) {
1991
- .Meta-module_hasSource__2lXiN {
1992
- display: -webkit-box;
1993
- display: -webkit-flex;
1994
- display: -ms-flexbox;
1995
- display: flex;
1996
- flex-flow: row wrap
1997
- }
1998
- }
1999
- .Meta-module_bookmark__3ot3k {
2000
- position: absolute;
2001
- z-index: 10;
2002
- right: -12px;
2003
- bottom: -4px
2004
- }
2005
- @media only screen and (min-width: 32em) {
2006
- .Meta-module_bookmark__3ot3k {
2007
- display: none
2008
- }
2009
- }
2010
- /* VISIBILITY */
2011
- @media only screen and (min-width: 32em) {
2012
- .Meta-module_mobile__22LGV {
2013
- display: none
2014
- }
2015
- }
2016
- .Meta-module_desktop__1ZGUS {
2017
- display: none
2018
- }
2019
- @media only screen and (min-width: 32em) {
2020
- .Meta-module_desktop__1ZGUS {
2021
- display: block
2022
- }
2023
- }
2024
-
2025
1903
  /* Colors */
2026
1904
  /* Fonts */
2027
1905
  /* Gap */
@@ -2158,80 +2036,202 @@
2158
2036
  .Popover-module_body__3h5UO p {
2159
2037
  margin: 0;
2160
2038
  }
2161
- .Popover-module_body__3h5UO p + p {
2162
- margin-top: 6px;
2039
+ .Popover-module_body__3h5UO p + p {
2040
+ margin-top: 6px;
2041
+ }
2042
+ .Popover-module_body__3h5UO a {
2043
+ color: inherit;
2044
+ box-shadow: inset 0 -1px #b88b59;
2045
+ }
2046
+ .Popover-module_body__3h5UO a:hover {
2047
+ color: #b88b59;
2048
+ }
2049
+ @-webkit-keyframes Popover-module_appear__37vPd {
2050
+ 0% {
2051
+ transform: translateY(100%);
2052
+ }
2053
+ 100% {
2054
+ transform: translateY(0);
2055
+ }
2056
+ }
2057
+ @keyframes Popover-module_appear__37vPd {
2058
+ 0% {
2059
+ transform: translateY(100%);
2060
+ }
2061
+ 100% {
2062
+ transform: translateY(0);
2063
+ }
2064
+ }
2065
+ @-webkit-keyframes Popover-module_disappear__3Q9LI {
2066
+ 0% {
2067
+ transform: translateY(0);
2068
+ }
2069
+ 100% {
2070
+ transform: translateY(100%);
2071
+ }
2072
+ }
2073
+ @keyframes Popover-module_disappear__3Q9LI {
2074
+ 0% {
2075
+ transform: translateY(0);
2076
+ }
2077
+ 100% {
2078
+ transform: translateY(100%);
2079
+ }
2080
+ }
2081
+ @-webkit-keyframes Popover-module_fadeIn__AkrSN {
2082
+ 0% {
2083
+ opacity: 0;
2084
+ }
2085
+ 100% {
2086
+ opacity: 1;
2087
+ }
2088
+ }
2089
+ @keyframes Popover-module_fadeIn__AkrSN {
2090
+ 0% {
2091
+ opacity: 0;
2092
+ }
2093
+ 100% {
2094
+ opacity: 1;
2095
+ }
2096
+ }
2097
+ @-webkit-keyframes Popover-module_fadeOut__3EZhx {
2098
+ 0% {
2099
+ opacity: 1;
2100
+ }
2101
+ 100% {
2102
+ opacity: 0;
2103
+ }
2104
+ }
2105
+ @keyframes Popover-module_fadeOut__3EZhx {
2106
+ 0% {
2107
+ opacity: 1;
2108
+ }
2109
+ 100% {
2110
+ opacity: 0;
2111
+ }
2112
+ }
2113
+
2114
+ /* Colors */
2115
+ /* Fonts */
2116
+ /* Gap */
2117
+ /* Media */
2118
+ /* 512 */
2119
+ /* 650 */
2120
+ /* 768 */
2121
+ /* 1024 */
2122
+ /* 1010 */
2123
+ /* 1200 */
2124
+ /* 511 */
2125
+ /* 1023 */
2126
+ /* Zindex */
2127
+ .Meta-module_root__12AG7 {
2128
+ transform: translateZ(0);
2129
+
2130
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2131
+ font-size: 12px;
2132
+ line-height: 15px;
2133
+
2134
+ fill: inherit;
2135
+ }
2136
+ .Meta-module_rich__1XBtZ,
2137
+ .Meta-module_podcast__1m4zo,
2138
+ .Meta-module_episode__1K2Xv,
2139
+ .Meta-module_simple__3vUiI,
2140
+ .Meta-module_slide__3g6fG,
2141
+ .Meta-module_card__LE1RK,
2142
+ .Meta-module_game__3aNlZ,
2143
+ .Meta-module_isInMaterial__zaYMy {
2144
+ width: 100%;
2145
+
2146
+ color: rgba(0, 0, 0, 0.4);
2147
+ }
2148
+ .Meta-module_podcast__1m4zo {
2149
+ fill: currentColor;
2150
+ }
2151
+ .Meta-module_isInSearchItem__1wbpx {
2152
+ color: rgba(255, 255, 255, 0.7);
2153
+ }
2154
+ .Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
2155
+ .Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
2156
+ .Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
2157
+ text-align: left;
2158
+ }
2159
+ @media only screen and (min-width: 64em) {
2160
+ .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
2161
+ text-align: left
2162
+ }
2163
+ }
2164
+ @media only screen and (min-width: 32em) {
2165
+ .Meta-module_episode__1K2Xv,
2166
+ .Meta-module_card__LE1RK,
2167
+ .Meta-module_slide__3g6fG,
2168
+ .Meta-module_game__3aNlZ,
2169
+ .Meta-module_center__3BBPr {
2170
+ text-align: center
2171
+ }
2172
+ }
2173
+ .Meta-module_light__2baE- {
2174
+ color: rgba(255, 255, 255, 0.6);
2175
+
2176
+ fill: currentColor;
2163
2177
  }
2164
- .Popover-module_body__3h5UO a {
2165
- color: inherit;
2166
- box-shadow: inset 0 -1px #b88b59;
2178
+ .Meta-module_dark__24y9m,
2179
+ .Meta-module_isDark__3g22f {
2180
+ color: rgba(0, 0, 0, 0.4);
2167
2181
  }
2168
- .Popover-module_body__3h5UO a:hover {
2169
- color: #b88b59;
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
2170
2192
  }
2171
- @-webkit-keyframes Popover-module_appear__37vPd {
2172
- 0% {
2173
- transform: translateY(100%);
2174
- }
2175
- 100% {
2176
- transform: translateY(0);
2177
- }
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
2178
2199
  }
2179
- @keyframes Popover-module_appear__37vPd {
2180
- 0% {
2181
- transform: translateY(100%);
2182
- }
2183
- 100% {
2184
- transform: translateY(0);
2185
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
2186
2208
  }
2187
- @-webkit-keyframes Popover-module_disappear__3Q9LI {
2188
- 0% {
2189
- transform: translateY(0);
2190
- }
2191
- 100% {
2192
- transform: translateY(100%);
2193
2209
  }
2210
+ .Meta-module_bookmark__3ot3k {
2211
+ position: absolute;
2212
+ z-index: 10;
2213
+ right: -12px;
2214
+ bottom: -4px
2194
2215
  }
2195
- @keyframes Popover-module_disappear__3Q9LI {
2196
- 0% {
2197
- transform: translateY(0);
2198
- }
2199
- 100% {
2200
- transform: translateY(100%);
2201
- }
2216
+ @media only screen and (min-width: 32em) {
2217
+ .Meta-module_bookmark__3ot3k {
2218
+ display: none
2202
2219
  }
2203
- @-webkit-keyframes Popover-module_fadeIn__AkrSN {
2204
- 0% {
2205
- opacity: 0;
2206
- }
2207
- 100% {
2208
- opacity: 1;
2209
2220
  }
2221
+ /* VISIBILITY */
2222
+ @media only screen and (min-width: 32em) {
2223
+ .Meta-module_mobile__22LGV {
2224
+ display: none
2210
2225
  }
2211
- @keyframes Popover-module_fadeIn__AkrSN {
2212
- 0% {
2213
- opacity: 0;
2214
- }
2215
- 100% {
2216
- opacity: 1;
2217
2226
  }
2227
+ .Meta-module_desktop__1ZGUS {
2228
+ display: none
2218
2229
  }
2219
- @-webkit-keyframes Popover-module_fadeOut__3EZhx {
2220
- 0% {
2221
- opacity: 1;
2222
- }
2223
- 100% {
2224
- opacity: 0;
2225
- }
2230
+ @media only screen and (min-width: 32em) {
2231
+ .Meta-module_desktop__1ZGUS {
2232
+ display: block
2226
2233
  }
2227
- @keyframes Popover-module_fadeOut__3EZhx {
2228
- 0% {
2229
- opacity: 1;
2230
- }
2231
- 100% {
2232
- opacity: 0;
2233
2234
  }
2234
- }
2235
2235
 
2236
2236
  /* Colors */
2237
2237
  /* Fonts */
@@ -2800,6 +2800,77 @@
2800
2800
  }
2801
2801
  }
2802
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;
2819
+
2820
+ border: 1px solid rgba(0, 0, 0, 0.08);
2821
+ border-radius: 4px;
2822
+ border-radius: 8px;
2823
+ background: #FFF8C4;
2824
+
2825
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2826
+ font-size: 16px;
2827
+ font-weight: normal;
2828
+ line-height: 20px
2829
+ }
2830
+ @media only screen and (min-width: 32em) {
2831
+ .ImportantLead-module_root__2BdT3 {
2832
+ margin: 25px 0;
2833
+ padding: 12px 15px 13px;
2834
+
2835
+ font-size: 17px;
2836
+ line-height: 24px
2837
+ }
2838
+ }
2839
+ .ImportantLead-module_root__2BdT3:last-child {
2840
+ margin-bottom: 0;
2841
+ }
2842
+ .ImportantLead-module_root__2BdT3:first-child {
2843
+ margin-top: 0;
2844
+ }
2845
+ .ImportantLead-module_root__2BdT3 a {
2846
+ color: #000;
2847
+ box-shadow: inset 0 -1px #000;
2848
+ }
2849
+ .ImportantLead-module_root__2BdT3 a:hover {
2850
+ color: #b88b59;
2851
+ box-shadow: inset 0 -1px #b88b59;
2852
+ }
2853
+ .ImportantLead-module_slide__3kQ9x {
2854
+ max-width: 650px;
2855
+ margin-right: auto;
2856
+ margin-left: auto;
2857
+ }
2858
+ /* VISIBILITY */
2859
+ @media only screen and (min-width: 32em) {
2860
+ .ImportantLead-module_mobile__3BXbm {
2861
+ display: none
2862
+ }
2863
+ }
2864
+ .ImportantLead-module_desktop__3Zljc {
2865
+ display: none
2866
+ }
2867
+ @media only screen and (min-width: 32em) {
2868
+ .ImportantLead-module_desktop__3Zljc {
2869
+ display: block
2870
+ }
2871
+ }
2872
+
2873
+
2803
2874
  /* Colors */
2804
2875
  /* Fonts */
2805
2876
  /* Gap */
@@ -3063,101 +3134,30 @@
3063
3134
  font-size: 18px
3064
3135
  }
3065
3136
  }
3066
- .RelatedBlock-module_simple__29HVO {
3067
- }
3068
- .RelatedBlock-module_center__1LmW8 {
3069
- max-width: 650px;
3070
- margin-right: auto;
3071
- margin-left: auto;
3072
- }
3073
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3074
- margin-top: 0;
3075
- }
3076
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3077
- margin-bottom: 0;
3078
- }
3079
- /* VISIBILITY */
3080
- @media only screen and (min-width: 32em) {
3081
- .RelatedBlock-module_mobile__2XM5a {
3082
- display: none
3083
- }
3084
- }
3085
- .RelatedBlock-module_desktop__2mXeq {
3086
- display: none
3087
- }
3088
- @media only screen and (min-width: 32em) {
3089
- .RelatedBlock-module_desktop__2mXeq {
3090
- display: block
3091
- }
3092
- }
3093
-
3094
-
3095
- /* Colors */
3096
- /* Fonts */
3097
- /* Gap */
3098
- /* Media */
3099
- /* 512 */
3100
- /* 650 */
3101
- /* 768 */
3102
- /* 1024 */
3103
- /* 1010 */
3104
- /* 1200 */
3105
- /* 511 */
3106
- /* 1023 */
3107
- /* Zindex */
3108
- .ImportantLead-module_root__2BdT3 {
3109
- margin: 18px 0;
3110
- padding: 12px 12px 13px;
3111
-
3112
- border: 1px solid rgba(0, 0, 0, 0.08);
3113
- border-radius: 4px;
3114
- border-radius: 8px;
3115
- background: #FFF8C4;
3116
-
3117
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3118
- font-size: 16px;
3119
- font-weight: normal;
3120
- line-height: 20px
3121
- }
3122
- @media only screen and (min-width: 32em) {
3123
- .ImportantLead-module_root__2BdT3 {
3124
- margin: 25px 0;
3125
- padding: 12px 15px 13px;
3126
-
3127
- font-size: 17px;
3128
- line-height: 24px
3129
- }
3130
- }
3131
- .ImportantLead-module_root__2BdT3:last-child {
3132
- margin-bottom: 0;
3133
- }
3134
- .ImportantLead-module_root__2BdT3:first-child {
3135
- margin-top: 0;
3136
- }
3137
- .ImportantLead-module_root__2BdT3 a {
3138
- color: #000;
3139
- box-shadow: inset 0 -1px #000;
3140
- }
3141
- .ImportantLead-module_root__2BdT3 a:hover {
3142
- color: #b88b59;
3143
- box-shadow: inset 0 -1px #b88b59;
3137
+ .RelatedBlock-module_simple__29HVO {
3144
3138
  }
3145
- .ImportantLead-module_slide__3kQ9x {
3139
+ .RelatedBlock-module_center__1LmW8 {
3146
3140
  max-width: 650px;
3147
3141
  margin-right: auto;
3148
3142
  margin-left: auto;
3149
3143
  }
3144
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3145
+ margin-top: 0;
3146
+ }
3147
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3148
+ margin-bottom: 0;
3149
+ }
3150
3150
  /* VISIBILITY */
3151
3151
  @media only screen and (min-width: 32em) {
3152
- .ImportantLead-module_mobile__3BXbm {
3152
+ .RelatedBlock-module_mobile__2XM5a {
3153
3153
  display: none
3154
3154
  }
3155
3155
  }
3156
- .ImportantLead-module_desktop__3Zljc {
3156
+ .RelatedBlock-module_desktop__2mXeq {
3157
3157
  display: none
3158
3158
  }
3159
3159
  @media only screen and (min-width: 32em) {
3160
- .ImportantLead-module_desktop__3Zljc {
3160
+ .RelatedBlock-module_desktop__2mXeq {
3161
3161
  display: block
3162
3162
  }
3163
3163
  }
@@ -3898,108 +3898,6 @@ a mark {
3898
3898
  border-top-color: #3d3d3d;
3899
3899
  }
3900
3900
 
3901
- /* Colors */
3902
- /* Fonts */
3903
- /* Gap */
3904
- /* Media */
3905
- /* 512 */
3906
- /* 650 */
3907
- /* 768 */
3908
- /* 1024 */
3909
- /* 1010 */
3910
- /* 1200 */
3911
- /* 511 */
3912
- /* 1023 */
3913
- /* Zindex */
3914
- .MetaItem-module_root__2VQom {
3915
- display: inline;
3916
-
3917
- margin-right: 15px;
3918
- }
3919
- .MetaItem-module_root__2VQom > svg {
3920
- display: inline-block;
3921
-
3922
- margin-right: 1px;
3923
-
3924
- vertical-align: top;
3925
-
3926
- color: inherit;
3927
-
3928
- fill: currentColor;
3929
- }
3930
- .MetaItem-module_root__2VQom a {
3931
- display: inline;
3932
-
3933
- text-decoration: underline;
3934
-
3935
- color: inherit;
3936
-
3937
- -webkit-text-decoration-skip: auto;
3938
- }
3939
- .MetaItem-module_root__2VQom a:hover {
3940
- color: #b88b59;
3941
- }
3942
- .MetaItem-module_hasBullets__CkQPI {
3943
- margin-right: 0;
3944
- }
3945
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3946
- display: inline-block;
3947
-
3948
- padding-right: 0.4em;
3949
- padding-left: 0.4em;
3950
-
3951
- content: '\B7';
3952
- }
3953
- @media only screen and (max-width: 32.1875em) {
3954
- .MetaItem-module_hasSource__1DmCI {
3955
- width: 100%;
3956
- margin-top: 3px;
3957
- margin-bottom: 3px
3958
- }
3959
- }
3960
- @media only screen and (max-width: 32.1875em) {
3961
- .MetaItem-module_hasSource__1DmCI:first-child {
3962
- margin-top: 0
3963
- }
3964
- }
3965
- .MetaItem-module_hasSource__1DmCI:last-child {
3966
- margin-bottom: 0;
3967
- }
3968
- @media only screen and (max-width: 32.1875em) {
3969
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3970
- display: none
3971
- }
3972
- }
3973
- @media only screen and (max-width: 32.1875em) {
3974
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3975
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3976
- display: inline-block
3977
- }
3978
- }
3979
- @media only screen and (max-width: 32.1875em) {
3980
- .MetaItem-module_datetime__3tOWm,
3981
- .MetaItem-module_listened__lwvAO,
3982
- .MetaItem-module_read__5eAIG {
3983
- width: auto
3984
- }
3985
- }
3986
- @media only screen and (max-width: 32.1875em) {
3987
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3988
- order: -2
3989
- }
3990
- }
3991
- @media only screen and (max-width: 32.1875em) {
3992
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3993
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3994
- order: -1;
3995
-
3996
- margin-top: 0
3997
- }
3998
- }
3999
- .MetaItem-module_read__5eAIG svg {
4000
- margin-top: -1px;
4001
- }
4002
-
4003
3901
  /* Colors */
4004
3902
  /* Fonts */
4005
3903
  /* Gap */
@@ -4279,6 +4177,108 @@ a mark {
4279
4177
  }
4280
4178
  }
4281
4179
 
4180
+ /* Colors */
4181
+ /* Fonts */
4182
+ /* Gap */
4183
+ /* Media */
4184
+ /* 512 */
4185
+ /* 650 */
4186
+ /* 768 */
4187
+ /* 1024 */
4188
+ /* 1010 */
4189
+ /* 1200 */
4190
+ /* 511 */
4191
+ /* 1023 */
4192
+ /* Zindex */
4193
+ .MetaItem-module_root__2VQom {
4194
+ display: inline;
4195
+
4196
+ margin-right: 15px;
4197
+ }
4198
+ .MetaItem-module_root__2VQom > svg {
4199
+ display: inline-block;
4200
+
4201
+ margin-right: 1px;
4202
+
4203
+ vertical-align: top;
4204
+
4205
+ color: inherit;
4206
+
4207
+ fill: currentColor;
4208
+ }
4209
+ .MetaItem-module_root__2VQom a {
4210
+ display: inline;
4211
+
4212
+ text-decoration: underline;
4213
+
4214
+ color: inherit;
4215
+
4216
+ -webkit-text-decoration-skip: auto;
4217
+ }
4218
+ .MetaItem-module_root__2VQom a:hover {
4219
+ color: #b88b59;
4220
+ }
4221
+ .MetaItem-module_hasBullets__CkQPI {
4222
+ margin-right: 0;
4223
+ }
4224
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4225
+ display: inline-block;
4226
+
4227
+ padding-right: 0.4em;
4228
+ padding-left: 0.4em;
4229
+
4230
+ content: '\B7';
4231
+ }
4232
+ @media only screen and (max-width: 32.1875em) {
4233
+ .MetaItem-module_hasSource__1DmCI {
4234
+ width: 100%;
4235
+ margin-top: 3px;
4236
+ margin-bottom: 3px
4237
+ }
4238
+ }
4239
+ @media only screen and (max-width: 32.1875em) {
4240
+ .MetaItem-module_hasSource__1DmCI:first-child {
4241
+ margin-top: 0
4242
+ }
4243
+ }
4244
+ .MetaItem-module_hasSource__1DmCI:last-child {
4245
+ margin-bottom: 0;
4246
+ }
4247
+ @media only screen and (max-width: 32.1875em) {
4248
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4249
+ display: none
4250
+ }
4251
+ }
4252
+ @media only screen and (max-width: 32.1875em) {
4253
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4254
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4255
+ display: inline-block
4256
+ }
4257
+ }
4258
+ @media only screen and (max-width: 32.1875em) {
4259
+ .MetaItem-module_datetime__3tOWm,
4260
+ .MetaItem-module_listened__lwvAO,
4261
+ .MetaItem-module_read__5eAIG {
4262
+ width: auto
4263
+ }
4264
+ }
4265
+ @media only screen and (max-width: 32.1875em) {
4266
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4267
+ order: -2
4268
+ }
4269
+ }
4270
+ @media only screen and (max-width: 32.1875em) {
4271
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4272
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4273
+ order: -1;
4274
+
4275
+ margin-top: 0
4276
+ }
4277
+ }
4278
+ .MetaItem-module_read__5eAIG svg {
4279
+ margin-top: -1px;
4280
+ }
4281
+
4282
4282
  /* stylelint-disable declaration-empty-line-before */
4283
4283
  /* Colors */
4284
4284
  /* Fonts */
@@ -4442,53 +4442,25 @@ a mark {
4442
4442
  }
4443
4443
 
4444
4444
  100% {
4445
- transform: scale(0.88);
4446
-
4447
- opacity: 0;
4448
- }
4449
- }
4450
- @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4451
- 21% {
4452
- transform: scale(0.22);
4453
- }
4454
-
4455
- 53% {
4456
- transform: scale(0.55);
4457
- }
4458
-
4459
- 100% {
4460
- transform: scale(0.88);
4461
-
4462
- opacity: 0;
4463
- }
4464
- }
4465
-
4466
- /* stylelint-disable declaration-empty-line-before */
4467
- /* Colors */
4468
- /* Fonts */
4469
- /* Gap */
4470
- /* Media */
4471
- /* 512 */
4472
- /* 650 */
4473
- /* 768 */
4474
- /* 1024 */
4475
- /* 1010 */
4476
- /* 1200 */
4477
- /* 511 */
4478
- /* 1023 */
4479
- /* Zindex */
4480
- .DocumentItemsCount-module_root__P3q-z {
4481
- display: inline;
4445
+ transform: scale(0.88);
4482
4446
 
4483
- line-height: inherit;
4484
- }
4485
- .DocumentItemsCount-module_root__P3q-z svg {
4486
- vertical-align: top;
4447
+ opacity: 0;
4448
+ }
4487
4449
  }
4488
- .DocumentItemsCount-module_items__3pfxW {
4489
- margin-left: 1px;
4450
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4451
+ 21% {
4452
+ transform: scale(0.22);
4453
+ }
4490
4454
 
4491
- vertical-align: top;
4455
+ 53% {
4456
+ transform: scale(0.55);
4457
+ }
4458
+
4459
+ 100% {
4460
+ transform: scale(0.88);
4461
+
4462
+ opacity: 0;
4463
+ }
4492
4464
  }
4493
4465
 
4494
4466
  /* Colors */
@@ -4597,6 +4569,7 @@ a mark {
4597
4569
  fill: currentColor;
4598
4570
  }
4599
4571
 
4572
+ /* stylelint-disable declaration-empty-line-before */
4600
4573
  /* Colors */
4601
4574
  /* Fonts */
4602
4575
  /* Gap */
@@ -4610,258 +4583,440 @@ a mark {
4610
4583
  /* 511 */
4611
4584
  /* 1023 */
4612
4585
  /* Zindex */
4613
- .RelatedRichBlock-module_root__3NYmj {
4614
- position: relative;
4615
- z-index: 10;
4586
+ .DocumentItemsCount-module_root__P3q-z {
4587
+ display: inline;
4616
4588
 
4617
- display: block;
4618
- overflow: hidden;
4589
+ line-height: inherit;
4590
+ }
4591
+ .DocumentItemsCount-module_root__P3q-z svg {
4592
+ vertical-align: top;
4593
+ }
4594
+ .DocumentItemsCount-module_items__3pfxW {
4595
+ margin-left: 1px;
4619
4596
 
4620
- text-decoration: none;
4597
+ vertical-align: top;
4598
+ }
4599
+
4600
+ /* Colors */
4601
+ /* Fonts */
4602
+ /* Gap */
4603
+ /* Media */
4604
+ /* 512 */
4605
+ /* 650 */
4606
+ /* 768 */
4607
+ /* 1024 */
4608
+ /* 1010 */
4609
+ /* 1200 */
4610
+ /* 511 */
4611
+ /* 1023 */
4612
+ /* Zindex */
4613
+ .Footnote-module_root__2a0-B {
4614
+ position: relative;
4615
+
4616
+ width: 320px;
4617
+ padding: 20px;
4621
4618
 
4622
4619
  border-radius: 8px;
4623
- outline-width: 0;
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);
4624
4622
  }
4625
- @media only screen and (min-width: 32em) {
4626
- .RelatedRichBlock-module_root__3NYmj:hover {
4627
- opacity: 0.95
4623
+ .Footnote-module_body__259Ly {
4624
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4625
+ font-size: 16px;
4626
+ line-height: 22px;
4628
4627
  }
4629
- }
4630
- .RelatedRichBlock-module_root__3NYmj::after {
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;
4637
+ }
4638
+ .Footnote-module_body__259Ly p + p {
4639
+ margin-top: 6px;
4640
+ }
4641
+ .Footnote-module_body__259Ly a {
4642
+ color: inherit;
4643
+ box-shadow: inset 0 -1px #b88b59;
4644
+ }
4645
+ .Footnote-module_body__259Ly a:hover {
4646
+ color: #b88b59;
4647
+ }
4648
+ .Footnote-module_dismiss__1HKG5 {
4631
4649
  position: absolute;
4632
4650
  top: 0;
4633
4651
  right: 0;
4634
- bottom: 0;
4635
- left: 0;
4636
- z-index: 20;
4637
4652
 
4638
- border-radius: 8px;
4653
+ margin: 0;
4654
+ padding: 6px 9px 10px;
4639
4655
 
4640
- content: '';
4641
- }
4642
- .RelatedRichBlock-module_root__3NYmj::before {
4643
- display: block;
4656
+ cursor: pointer;
4644
4657
 
4645
- width: 100%;
4658
+ color: #b3b3b3;
4659
+ border-width: 0;
4660
+ outline: none;
4661
+ background-color: transparent;
4646
4662
  }
4647
- .RelatedRichBlock-module_root__3NYmj::after {
4648
- box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
4649
- inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4663
+ .Footnote-module_dismiss__1HKG5:hover {
4664
+ color: #757575;
4650
4665
  }
4651
- .RelatedRichBlock-module_root__3NYmj,
4652
- .RelatedRichBlock-module_wrapper__1eLIQ {
4653
- margin: 16px 0
4666
+ .Footnote-module_dismiss__1HKG5 svg {
4667
+ width: 12px;
4668
+ height: 12px;
4654
4669
  }
4655
- @media only screen and (min-width: 48em) {
4656
- .RelatedRichBlock-module_root__3NYmj,
4657
- .RelatedRichBlock-module_wrapper__1eLIQ {
4658
- margin: 25px 0
4670
+
4671
+
4672
+ /* Colors */
4673
+ /* Fonts */
4674
+ /* Gap */
4675
+ /* Media */
4676
+ /* 512 */
4677
+ /* 650 */
4678
+ /* 768 */
4679
+ /* 1024 */
4680
+ /* 1010 */
4681
+ /* 1200 */
4682
+ /* 511 */
4683
+ /* 1023 */
4684
+ /* Zindex */
4685
+ .SensitiveBlock-module_root__2iJbD {
4686
+ position: relative;
4687
+
4688
+ margin: 15px 0
4689
+ }
4690
+ @media only screen and (min-width: 32em) {
4691
+ .SensitiveBlock-module_root__2iJbD {
4692
+ margin: 25px 0 20px
4659
4693
  }
4660
4694
  }
4661
- .RelatedRichBlock-module_overlay__3XSg_,
4662
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
4663
- position: absolute;
4664
- right: 0;
4665
- left: 0;
4666
- z-index: 10;
4695
+ .SensitiveBlock-module_root__2iJbD:first-child {
4696
+ margin-top: 0;
4667
4697
  }
4668
- .RelatedRichBlock-module_overlay__3XSg_ {
4669
- bottom: 0;
4698
+ .SensitiveBlock-module_root__2iJbD:last-child {
4699
+ margin-bottom: 0;
4700
+ }
4701
+ .SensitiveBlock-module_root__2iJbD figcaption {
4702
+ width: 100%;
4703
+ max-width: 650px;
4704
+ margin-right: auto;
4705
+ margin-left: auto;
4670
4706
 
4671
- height: 295px;
4707
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4672
4708
  }
4673
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
4674
- top: 0;
4709
+ .SensitiveBlock-module_container__1Wtix {
4710
+ position: relative;
4675
4711
 
4676
- height: 150px;
4712
+ min-height: 170px;
4713
+
4714
+ transition: min-height 350ms ease;
4677
4715
  }
4678
- .RelatedRichBlock-module_body__1ZHZS {
4716
+ .SensitiveBlock-module_overlay__hfDVS {
4717
+ position: absolute;
4718
+ z-index: 10;
4719
+ top: 0;
4720
+ right: -20px;
4721
+ bottom: 0;
4722
+ left: -20px;
4723
+
4679
4724
  display: -webkit-box;
4725
+
4680
4726
  display: -webkit-flex;
4727
+
4681
4728
  display: -ms-flexbox;
4729
+
4682
4730
  display: flex;
4731
+ align-items: center;
4683
4732
  flex-flow: column nowrap;
4684
- justify-content: flex-end;
4733
+ justify-content: center;
4685
4734
 
4686
- padding: 12px 15px;
4735
+ padding: 30px 20px;
4687
4736
 
4688
- background-color: #f7f7f7
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
4743
+ }
4744
+ @media only screen and (min-width: 32em) {
4745
+ .SensitiveBlock-module_overlay__hfDVS {
4746
+ right: 0;
4747
+ left: 0
4748
+ }
4749
+ }
4750
+ .SensitiveBlock-module_content__sNpxZ {
4751
+ -webkit-user-select: none;
4752
+ -moz-user-select: none;
4753
+ -ms-user-select: none;
4754
+ user-select: none;
4755
+
4756
+ color: #fff;
4757
+
4758
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4759
+ }
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;
4767
+
4768
+ text-align: center;
4769
+
4770
+ font-size: 14px;
4771
+ line-height: 18px
4772
+ }
4773
+ @media only screen and (min-width: 32em) {
4774
+ .SensitiveBlock-module_content__sNpxZ p {
4775
+ margin-bottom: 24px;
4776
+
4777
+ font-size: 16px;
4778
+ line-height: 22px
4779
+ }
4780
+ }
4781
+ .SensitiveBlock-module_button__3BGZK {
4782
+ width: 100%;
4783
+ max-width: 348px;
4784
+ margin: 0 auto;
4785
+ }
4786
+ .SensitiveBlock-module_default__2HgmZ {
4787
+ max-width: 650px
4788
+ }
4789
+ @media only screen and (min-width: 32em) {
4790
+ .SensitiveBlock-module_default__2HgmZ {
4791
+ margin-right: auto;
4792
+ margin-left: auto
4793
+ }
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
4689
4807
  }
4690
4808
  @media only screen and (min-width: 32em) {
4691
- .RelatedRichBlock-module_body__1ZHZS {
4692
- position: absolute;
4809
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
4693
4810
  right: 0;
4694
- bottom: 0;
4695
- left: 0;
4696
- z-index: 10;
4697
-
4698
- min-height: 295px;
4699
- padding: 20px;
4700
-
4701
- background-color: transparent
4811
+ left: 0
4702
4812
  }
4703
4813
  }
4704
- .RelatedRichBlock-module_isRich__1LnA4 {
4705
- color: #000
4814
+ .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
4815
+ padding-right: 20px;
4816
+ padding-left: 20px
4706
4817
  }
4707
4818
  @media only screen and (min-width: 32em) {
4708
- .RelatedRichBlock-module_isRich__1LnA4 {
4709
- color: #fff
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
4710
4831
  }
4711
4832
  }
4712
4833
  @media only screen and (min-width: 32em) {
4713
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4714
- position: absolute;
4715
- right: 0;
4716
- bottom: 0;
4717
- left: 0;
4718
- z-index: 10;
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;
4719
4842
 
4720
- min-height: 295px;
4843
+ pointer-events: none;
4721
4844
 
4722
- background-color: transparent
4845
+ opacity: 0;
4846
+ }
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
4723
4856
  }
4724
4857
  }
4725
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
4858
+
4859
+ /* Colors */
4860
+ /* Fonts */
4861
+ /* Gap */
4862
+ /* Media */
4863
+ /* 512 */
4864
+ /* 650 */
4865
+ /* 768 */
4866
+ /* 1024 */
4867
+ /* 1010 */
4868
+ /* 1200 */
4869
+ /* 511 */
4870
+ /* 1023 */
4871
+ /* Zindex */
4872
+ .DonatesTeaser-module_root__3rtaJ {
4726
4873
  position: relative;
4727
- }
4728
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4729
- position: absolute;
4730
- right: 1px;
4731
- bottom: 0;
4732
- left: 1px;
4733
4874
  z-index: 10;
4734
4875
 
4735
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4876
+ display: block;
4736
4877
 
4737
- content: ''
4878
+ margin: calc(15rem / 16) -20px;
4879
+ padding: 42px 20px 50px;
4880
+ overflow: hidden;
4881
+
4882
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4883
+
4884
+ text-decoration: none;
4885
+
4886
+ background-color: #f66861;
4887
+
4888
+ outline-width: 0
4738
4889
  }
4739
4890
  @media only screen and (min-width: 32em) {
4740
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4741
- content: ''
4891
+ .DonatesTeaser-module_root__3rtaJ {
4892
+ margin: 25px 0 20px;
4893
+ padding: 48px 30px;
4894
+
4895
+ border-radius: 8px
4742
4896
  }
4743
4897
  }
4744
- .RelatedRichBlock-module_isCard__2naDz {
4898
+ .DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
4899
+ opacity: 0.7;
4900
+ }
4901
+ .DonatesTeaser-module_main__YBt6p {
4902
+ max-width: 852px;
4903
+ margin: 0 auto;
4904
+
4745
4905
  color: #fff;
4906
+ text-align: center;
4746
4907
 
4747
- background-color: #191919
4908
+ transform: translateZ(0);
4909
+ }
4910
+ .DonatesTeaser-module_title__hs-yr {
4911
+ font-weight: 700;
4912
+ font-size: 20px;
4913
+ line-height: 25px
4748
4914
  }
4749
4915
  @media only screen and (min-width: 32em) {
4750
- .RelatedRichBlock-module_isCard__2naDz {
4751
- min-height: 350px
4916
+ .DonatesTeaser-module_title__hs-yr {
4917
+ font-size: 28px;
4918
+ line-height: 34px
4752
4919
  }
4753
4920
  }
4754
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4755
- background-color: transparent
4756
- }
4757
- @media only screen and (min-width: 32em) {
4758
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4759
- position: absolute;
4760
- right: 0;
4761
- bottom: 0;
4762
- left: 0;
4763
- z-index: 10;
4921
+ .DonatesTeaser-module_text__ro-QA {
4922
+ margin: 0;
4764
4923
 
4765
- min-height: 295px
4924
+ font-weight: normal;
4925
+ font-size: 21px;
4926
+
4927
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4928
+ line-height: 25px
4766
4929
  }
4767
- }
4768
4930
  @media only screen and (min-width: 32em) {
4769
- .RelatedRichBlock-module_isCard__2naDz::before {
4770
- padding-bottom: 66.66%;
4771
-
4772
- content: ''
4931
+ .DonatesTeaser-module_text__ro-QA {
4932
+ font-size: 29px;
4933
+ line-height: 34px
4773
4934
  }
4774
4935
  }
4775
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4776
- position: relative;
4936
+ .DonatesTeaser-module_cta__1orPb {
4937
+ display: -webkit-box;
4938
+ display: -webkit-flex;
4939
+ display: -ms-flexbox;
4940
+ display: flex;
4941
+ flex-flow: column nowrap;
4942
+ align-items: center;
4943
+ justify-content: center;
4777
4944
 
4778
- width: 100%
4945
+ margin-top: 45px
4779
4946
  }
4780
4947
  @media only screen and (min-width: 32em) {
4781
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4782
- position: absolute;
4783
- top: 0;
4784
- bottom: 0
4948
+ .DonatesTeaser-module_cta__1orPb {
4949
+ margin-top: 40px
4785
4950
  }
4786
4951
  }
4787
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4952
+ .DonatesTeaser-module_cta__1orPb a {
4788
4953
  display: block;
4789
4954
 
4790
- padding-bottom: 78.50746269%;
4955
+ color: rgba(246, 104, 97, 1);
4956
+ font-weight: 600;
4791
4957
 
4792
- content: ''
4793
- }
4794
- @media only screen and (min-width: 32em) {
4795
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4796
- content: none
4958
+ font-size: 11px;
4959
+ line-height: 16px;
4960
+ letter-spacing: 1px;
4961
+
4962
+ text-align: center;
4963
+ text-transform: uppercase;
4964
+ text-decoration: none;
4797
4965
  }
4798
- }
4799
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4966
+ .DonatesTeaser-module_cta__1orPb a::after {
4800
4967
  position: absolute;
4801
- top: 50%;
4802
- left: 50%;
4803
-
4804
- width: 180px;
4805
- height: 180px;
4968
+ top: 0;
4969
+ right: 0;
4970
+ bottom: 0;
4971
+ left: 0;
4972
+ z-index: 1;
4806
4973
 
4807
- transform: translate(-50%, -50%)
4974
+ content: '';
4808
4975
  }
4809
- @media only screen and (min-width: 32em) {
4810
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4811
- top: 25%;
4976
+ .DonatesTeaser-module_ctaInner__2LChL {
4977
+ position: relative;
4812
4978
 
4813
- transform: translate(-50%, -25%)
4979
+ display: block;
4980
+
4981
+ width: 192px;
4982
+ padding: 14px 0 13px;
4814
4983
  }
4815
- }
4816
- .RelatedRichBlock-module_tag__3OLyG {
4984
+ .DonatesTeaser-module_ctaInner__2LChL::after {
4817
4985
  position: absolute;
4818
- top: 14px;
4819
- right: 15px;
4820
- left: 15px;
4821
- z-index: 10;
4986
+ top: 0;
4987
+ right: 0;
4988
+ bottom: 0;
4989
+ left: 0;
4990
+ z-index: -1;
4822
4991
 
4823
- color: rgba(255, 255, 255, 0.7);
4992
+ background-color: #eafe0b;
4824
4993
 
4825
- font-size: 12px
4826
- }
4827
- @media only screen and (min-width: 64em) {
4828
- .RelatedRichBlock-module_tag__3OLyG {
4829
- top: 16px;
4830
- right: 20px;
4831
- left: 20px
4832
- }
4833
- }
4834
- .RelatedRichBlock-module_center__197sx {
4835
- width: 100%;
4836
- max-width: 650px;
4837
- margin-right: auto;
4838
- margin-left: auto;
4839
- }
4840
- /* Themes */
4841
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
4842
- color: #000;
4843
- }
4844
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4845
- color: rgba(0, 0, 0, 0.7);
4846
- }
4847
- @media only screen and (min-width: 32em) {
4848
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
4849
- color: #fff;
4850
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4994
+ border-radius: 40px;
4995
+
4996
+ filter: blur(10px);
4997
+
4998
+ transition: opacity 250ms ease;
4999
+
5000
+ content: '';
4851
5001
  }
4852
- }
4853
- /* Display */
4854
5002
  @media only screen and (min-width: 32em) {
4855
- .RelatedRichBlock-module_mobile__JpCS4 {
4856
- display: none
5003
+ .DonatesTeaser-module_center__2Ynx9 {
5004
+ width: 100%;
5005
+ max-width: 650px;
5006
+ margin-right: auto;
5007
+ margin-left: auto
4857
5008
  }
4858
5009
  }
4859
- .RelatedRichBlock-module_desktop__trL0D {
4860
- display: none
5010
+ .DonatesTeaser-module_isInCard__HrFh8,
5011
+ .DonatesTeaser-module_isInSlide__1vC4Z {
5012
+ margin-right: -11px;
5013
+ margin-left: -11px
4861
5014
  }
4862
5015
  @media only screen and (min-width: 32em) {
4863
- .RelatedRichBlock-module_desktop__trL0D {
4864
- display: block
5016
+ .DonatesTeaser-module_isInCard__HrFh8,
5017
+ .DonatesTeaser-module_isInSlide__1vC4Z {
5018
+ margin-right: 0;
5019
+ margin-left: 0
4865
5020
  }
4866
5021
  }
4867
5022
 
@@ -4878,409 +5033,258 @@ a mark {
4878
5033
  /* 511 */
4879
5034
  /* 1023 */
4880
5035
  /* Zindex */
4881
- .Footnote-module_root__2a0-B {
5036
+ .RelatedRichBlock-module_root__3NYmj {
4882
5037
  position: relative;
5038
+ z-index: 10;
4883
5039
 
4884
- width: 320px;
4885
- padding: 20px;
5040
+ display: block;
5041
+ overflow: hidden;
4886
5042
 
4887
- border-radius: 8px;
4888
- background-color: #fff;
4889
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4890
- }
4891
- .Footnote-module_body__259Ly {
4892
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4893
- font-size: 16px;
4894
- line-height: 22px;
4895
- }
4896
- .Footnote-module_body__259Ly h3 {
4897
- margin: 0 0 16px;
5043
+ text-decoration: none;
4898
5044
 
4899
- font-size: inherit;
4900
- font-weight: 700;
4901
- line-height: inherit;
4902
- }
4903
- .Footnote-module_body__259Ly p {
4904
- margin: 0;
4905
- }
4906
- .Footnote-module_body__259Ly p + p {
4907
- margin-top: 6px;
4908
- }
4909
- .Footnote-module_body__259Ly a {
4910
- color: inherit;
4911
- box-shadow: inset 0 -1px #b88b59;
5045
+ border-radius: 8px;
5046
+ outline-width: 0;
4912
5047
  }
4913
- .Footnote-module_body__259Ly a:hover {
4914
- color: #b88b59;
5048
+ @media only screen and (min-width: 32em) {
5049
+ .RelatedRichBlock-module_root__3NYmj:hover {
5050
+ opacity: 0.95
4915
5051
  }
4916
- .Footnote-module_dismiss__1HKG5 {
5052
+ }
5053
+ .RelatedRichBlock-module_root__3NYmj::after {
4917
5054
  position: absolute;
4918
5055
  top: 0;
4919
5056
  right: 0;
5057
+ bottom: 0;
5058
+ left: 0;
5059
+ z-index: 20;
4920
5060
 
4921
- margin: 0;
4922
- padding: 6px 9px 10px;
4923
-
4924
- cursor: pointer;
5061
+ border-radius: 8px;
4925
5062
 
4926
- color: #b3b3b3;
4927
- border-width: 0;
4928
- outline: none;
4929
- background-color: transparent;
4930
- }
4931
- .Footnote-module_dismiss__1HKG5:hover {
4932
- color: #757575;
4933
- }
4934
- .Footnote-module_dismiss__1HKG5 svg {
4935
- width: 12px;
4936
- height: 12px;
5063
+ content: '';
4937
5064
  }
5065
+ .RelatedRichBlock-module_root__3NYmj::before {
5066
+ display: block;
4938
5067
 
4939
-
4940
- /* Colors */
4941
- /* Fonts */
4942
- /* Gap */
4943
- /* Media */
4944
- /* 512 */
4945
- /* 650 */
4946
- /* 768 */
4947
- /* 1024 */
4948
- /* 1010 */
4949
- /* 1200 */
4950
- /* 511 */
4951
- /* 1023 */
4952
- /* Zindex */
4953
- .SensitiveBlock-module_root__2iJbD {
4954
- position: relative;
4955
-
4956
- margin: 15px 0
5068
+ width: 100%;
4957
5069
  }
4958
- @media only screen and (min-width: 32em) {
4959
- .SensitiveBlock-module_root__2iJbD {
4960
- margin: 25px 0 20px
5070
+ .RelatedRichBlock-module_root__3NYmj::after {
5071
+ box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
5072
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4961
5073
  }
4962
- }
4963
- .SensitiveBlock-module_root__2iJbD:first-child {
4964
- margin-top: 0;
5074
+ .RelatedRichBlock-module_root__3NYmj,
5075
+ .RelatedRichBlock-module_wrapper__1eLIQ {
5076
+ margin: 16px 0
4965
5077
  }
4966
- .SensitiveBlock-module_root__2iJbD:last-child {
4967
- margin-bottom: 0;
5078
+ @media only screen and (min-width: 48em) {
5079
+ .RelatedRichBlock-module_root__3NYmj,
5080
+ .RelatedRichBlock-module_wrapper__1eLIQ {
5081
+ margin: 25px 0
4968
5082
  }
4969
- .SensitiveBlock-module_root__2iJbD figcaption {
4970
- width: 100%;
4971
- max-width: 650px;
4972
- margin-right: auto;
4973
- margin-left: auto;
4974
-
4975
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5083
+ }
5084
+ .RelatedRichBlock-module_overlay__3XSg_,
5085
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
5086
+ position: absolute;
5087
+ right: 0;
5088
+ left: 0;
5089
+ z-index: 10;
4976
5090
  }
4977
- .SensitiveBlock-module_container__1Wtix {
4978
- position: relative;
4979
-
4980
- min-height: 170px;
5091
+ .RelatedRichBlock-module_overlay__3XSg_ {
5092
+ bottom: 0;
4981
5093
 
4982
- transition: min-height 350ms ease;
5094
+ height: 295px;
4983
5095
  }
4984
- .SensitiveBlock-module_overlay__hfDVS {
4985
- position: absolute;
4986
- z-index: 10;
5096
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4987
5097
  top: 0;
4988
- right: -20px;
4989
- bottom: 0;
4990
- left: -20px;
4991
5098
 
5099
+ height: 150px;
5100
+ }
5101
+ .RelatedRichBlock-module_body__1ZHZS {
4992
5102
  display: -webkit-box;
4993
-
4994
5103
  display: -webkit-flex;
4995
-
4996
5104
  display: -ms-flexbox;
4997
-
4998
5105
  display: flex;
4999
- align-items: center;
5000
5106
  flex-flow: column nowrap;
5001
- justify-content: center;
5002
-
5003
- padding: 30px 20px;
5107
+ justify-content: flex-end;
5004
5108
 
5005
- transition: opacity 500ms ease, visibility 500ms ease;
5109
+ padding: 12px 15px;
5006
5110
 
5007
- background-color: rgba(255, 255, 255, 1);
5008
- background-repeat: no-repeat;
5009
- background-position: center top;
5010
- background-size: cover
5111
+ background-color: #f7f7f7
5011
5112
  }
5012
5113
  @media only screen and (min-width: 32em) {
5013
- .SensitiveBlock-module_overlay__hfDVS {
5114
+ .RelatedRichBlock-module_body__1ZHZS {
5115
+ position: absolute;
5014
5116
  right: 0;
5015
- left: 0
5016
- }
5017
- }
5018
- .SensitiveBlock-module_content__sNpxZ {
5019
- -webkit-user-select: none;
5020
- -moz-user-select: none;
5021
- -ms-user-select: none;
5022
- user-select: none;
5023
-
5024
- color: #fff;
5025
-
5026
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5027
- }
5028
- .SensitiveBlock-module_content__sNpxZ p {
5029
- display: block;
5030
-
5031
- width: 100%;
5032
- max-width: 368px;
5033
- margin-top: 0;
5034
- margin-bottom: 12px;
5035
-
5036
- text-align: center;
5037
-
5038
- font-size: 14px;
5039
- line-height: 18px
5040
- }
5041
- @media only screen and (min-width: 32em) {
5042
- .SensitiveBlock-module_content__sNpxZ p {
5043
- margin-bottom: 24px;
5117
+ bottom: 0;
5118
+ left: 0;
5119
+ z-index: 10;
5044
5120
 
5045
- font-size: 16px;
5046
- line-height: 22px
5047
- }
5048
- }
5049
- .SensitiveBlock-module_button__3BGZK {
5050
- width: 100%;
5051
- max-width: 348px;
5052
- margin: 0 auto;
5053
- }
5054
- .SensitiveBlock-module_default__2HgmZ {
5055
- max-width: 650px
5056
- }
5057
- @media only screen and (min-width: 32em) {
5058
- .SensitiveBlock-module_default__2HgmZ {
5059
- margin-right: auto;
5060
- margin-left: auto
5061
- }
5062
- }
5063
- .SensitiveBlock-module_full__3Hph9 {
5064
- max-width: 980px
5065
- }
5066
- @media only screen and (min-width: 32em) {
5067
- .SensitiveBlock-module_full__3Hph9 {
5068
- margin-right: auto;
5069
- margin-left: auto
5070
- }
5071
- }
5072
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
5073
- right: -20px;
5074
- left: -20px
5075
- }
5076
- @media only screen and (min-width: 32em) {
5077
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
5078
- right: 0;
5079
- left: 0
5080
- }
5081
- }
5082
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
5083
- padding-right: 20px;
5084
- padding-left: 20px
5085
- }
5086
- @media only screen and (min-width: 32em) {
5087
- .SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
5088
- padding-right: 0;
5089
- padding-left: 0
5121
+ min-height: 295px;
5122
+ padding: 20px;
5123
+
5124
+ background-color: transparent
5090
5125
  }
5091
5126
  }
5092
- .SensitiveBlock-module_super_full__14UOv {
5093
- max-width: 100%;
5127
+ .RelatedRichBlock-module_isRich__1LnA4 {
5128
+ color: #000
5094
5129
  }
5095
5130
  @media only screen and (min-width: 32em) {
5096
- .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
5097
- right: -15px;
5098
- left: -15px
5131
+ .RelatedRichBlock-module_isRich__1LnA4 {
5132
+ color: #fff
5099
5133
  }
5100
5134
  }
5101
5135
  @media only screen and (min-width: 32em) {
5102
- .SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
5103
- padding-right: 15px;
5104
- padding-left: 15px
5105
- }
5106
- }
5107
- /* STATE */
5108
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
5109
- visibility: hidden;
5136
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
5137
+ position: absolute;
5138
+ right: 0;
5139
+ bottom: 0;
5140
+ left: 0;
5141
+ z-index: 10;
5110
5142
 
5111
- pointer-events: none;
5143
+ min-height: 295px;
5112
5144
 
5113
- opacity: 0;
5114
- }
5115
- .SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
5116
- min-height: 0;
5117
- }
5118
- /* CONTEXT */
5119
- @media only screen and (max-width: 63.9375em) {
5120
- .SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
5121
- .SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
5122
- right: -11px;
5123
- left: -11px
5145
+ background-color: transparent
5124
5146
  }
5125
5147
  }
5126
-
5127
- /* Colors */
5128
- /* Fonts */
5129
- /* Gap */
5130
- /* Media */
5131
- /* 512 */
5132
- /* 650 */
5133
- /* 768 */
5134
- /* 1024 */
5135
- /* 1010 */
5136
- /* 1200 */
5137
- /* 511 */
5138
- /* 1023 */
5139
- /* Zindex */
5140
- .DonatesTeaser-module_root__3rtaJ {
5148
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
5141
5149
  position: relative;
5150
+ }
5151
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
5152
+ position: absolute;
5153
+ right: 1px;
5154
+ bottom: 0;
5155
+ left: 1px;
5142
5156
  z-index: 10;
5143
5157
 
5144
- display: block;
5145
- overflow: hidden;
5146
-
5147
- margin: calc(15rem / 16) -20px;
5148
- padding: 42px 20px 50px;
5149
-
5150
- text-decoration: none;
5151
-
5152
- outline-width: 0;
5153
- background-color: #f66861;
5158
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
5154
5159
 
5155
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
5160
+ content: ''
5156
5161
  }
5157
5162
  @media only screen and (min-width: 32em) {
5158
- .DonatesTeaser-module_root__3rtaJ {
5159
- margin: 25px 0 20px;
5160
- padding: 48px 30px;
5161
-
5162
- border-radius: 8px
5163
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
5164
+ content: ''
5163
5165
  }
5164
5166
  }
5165
- .DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
5166
- opacity: 0.7;
5167
- }
5168
- .DonatesTeaser-module_main__YBt6p {
5169
- max-width: 852px;
5170
- margin: 0 auto;
5171
-
5172
- transform: translateZ(0);
5173
- text-align: center;
5174
-
5167
+ .RelatedRichBlock-module_isCard__2naDz {
5175
5168
  color: #fff;
5176
- }
5177
- .DonatesTeaser-module_title__hs-yr {
5178
- font-size: 20px;
5179
- font-weight: 700;
5180
- line-height: 25px
5169
+
5170
+ background-color: #191919
5181
5171
  }
5182
5172
  @media only screen and (min-width: 32em) {
5183
- .DonatesTeaser-module_title__hs-yr {
5184
- font-size: 28px;
5185
- line-height: 34px
5173
+ .RelatedRichBlock-module_isCard__2naDz {
5174
+ min-height: 350px
5186
5175
  }
5187
5176
  }
5188
- .DonatesTeaser-module_text__ro-QA {
5189
- margin: 0;
5177
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
5178
+ background-color: transparent
5179
+ }
5180
+ @media only screen and (min-width: 32em) {
5181
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
5182
+ position: absolute;
5183
+ right: 0;
5184
+ bottom: 0;
5185
+ left: 0;
5186
+ z-index: 10;
5190
5187
 
5191
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
5192
- font-size: 21px;
5193
- font-weight: normal;
5194
- line-height: 25px
5188
+ min-height: 295px
5195
5189
  }
5190
+ }
5196
5191
  @media only screen and (min-width: 32em) {
5197
- .DonatesTeaser-module_text__ro-QA {
5198
- font-size: 29px;
5199
- line-height: 34px
5192
+ .RelatedRichBlock-module_isCard__2naDz::before {
5193
+ padding-bottom: 66.66%;
5194
+
5195
+ content: ''
5200
5196
  }
5201
5197
  }
5202
- .DonatesTeaser-module_cta__1orPb {
5203
- display: -webkit-box;
5204
- display: -webkit-flex;
5205
- display: -ms-flexbox;
5206
- display: flex;
5207
- align-items: center;
5208
- flex-flow: column nowrap;
5209
- justify-content: center;
5198
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
5199
+ position: relative;
5210
5200
 
5211
- margin-top: 45px
5201
+ width: 100%
5212
5202
  }
5213
5203
  @media only screen and (min-width: 32em) {
5214
- .DonatesTeaser-module_cta__1orPb {
5215
- margin-top: 40px
5204
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
5205
+ position: absolute;
5206
+ top: 0;
5207
+ bottom: 0
5216
5208
  }
5217
5209
  }
5218
- .DonatesTeaser-module_cta__1orPb a {
5210
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
5219
5211
  display: block;
5220
5212
 
5221
- text-align: center;
5222
- text-decoration: none;
5223
- letter-spacing: 1px;
5224
- text-transform: uppercase;
5225
-
5226
- color: rgba(246, 104, 97, 1);
5213
+ padding-bottom: 78.50746269%;
5227
5214
 
5228
- font-size: 11px;
5229
- font-weight: 600;
5230
- line-height: 16px;
5215
+ content: ''
5231
5216
  }
5232
- .DonatesTeaser-module_cta__1orPb a::after {
5217
+ @media only screen and (min-width: 32em) {
5218
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
5219
+ content: none
5220
+ }
5221
+ }
5222
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
5233
5223
  position: absolute;
5234
- z-index: 1;
5235
- top: 0;
5236
- right: 0;
5237
- bottom: 0;
5238
- left: 0;
5224
+ top: 50%;
5225
+ left: 50%;
5239
5226
 
5240
- content: '';
5241
- }
5242
- .DonatesTeaser-module_ctaInner__2LChL {
5243
- position: relative;
5227
+ width: 180px;
5228
+ height: 180px;
5244
5229
 
5245
- display: block;
5230
+ transform: translate(-50%, -50%)
5231
+ }
5232
+ @media only screen and (min-width: 32em) {
5233
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
5234
+ top: 25%;
5246
5235
 
5247
- width: 192px;
5248
- padding: 14px 0 13px;
5236
+ transform: translate(-50%, -25%)
5249
5237
  }
5250
- .DonatesTeaser-module_ctaInner__2LChL::after {
5238
+ }
5239
+ .RelatedRichBlock-module_tag__3OLyG {
5251
5240
  position: absolute;
5252
- z-index: -1;
5253
- top: 0;
5254
- right: 0;
5255
- bottom: 0;
5256
- left: 0;
5257
-
5258
- content: '';
5259
- transition: opacity 250ms ease;
5241
+ top: 14px;
5242
+ right: 15px;
5243
+ left: 15px;
5244
+ z-index: 10;
5260
5245
 
5261
- border-radius: 40px;
5262
- background-color: #eafe0b;
5246
+ color: rgba(255, 255, 255, 0.7);
5263
5247
 
5264
- filter: blur(10px);
5248
+ font-size: 12px
5249
+ }
5250
+ @media only screen and (min-width: 64em) {
5251
+ .RelatedRichBlock-module_tag__3OLyG {
5252
+ top: 16px;
5253
+ right: 20px;
5254
+ left: 20px
5255
+ }
5256
+ }
5257
+ .RelatedRichBlock-module_center__197sx {
5258
+ width: 100%;
5259
+ max-width: 650px;
5260
+ margin-right: auto;
5261
+ margin-left: auto;
5262
+ }
5263
+ /* Themes */
5264
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
5265
+ color: #000;
5266
+ }
5267
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
5268
+ color: rgba(0, 0, 0, 0.7);
5265
5269
  }
5266
5270
  @media only screen and (min-width: 32em) {
5267
- .DonatesTeaser-module_center__2Ynx9 {
5268
- width: 100%;
5269
- max-width: 650px;
5270
- margin-right: auto;
5271
- margin-left: auto
5271
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
5272
+ color: #fff;
5273
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
5272
5274
  }
5273
5275
  }
5274
- .DonatesTeaser-module_isInCard__HrFh8,
5275
- .DonatesTeaser-module_isInSlide__1vC4Z {
5276
- margin-right: -11px;
5277
- margin-left: -11px
5276
+ /* Display */
5277
+ @media only screen and (min-width: 32em) {
5278
+ .RelatedRichBlock-module_mobile__JpCS4 {
5279
+ display: none
5280
+ }
5281
+ }
5282
+ .RelatedRichBlock-module_desktop__trL0D {
5283
+ display: none
5278
5284
  }
5279
5285
  @media only screen and (min-width: 32em) {
5280
- .DonatesTeaser-module_isInCard__HrFh8,
5281
- .DonatesTeaser-module_isInSlide__1vC4Z {
5282
- margin-right: 0;
5283
- margin-left: 0
5286
+ .RelatedRichBlock-module_desktop__trL0D {
5287
+ display: block
5284
5288
  }
5285
5289
  }
5286
5290