@meduza/ui-kit-2 0.1.97 → 0.1.99
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/RawHtmlBlock/RawHtmlBlock.types.d.ts +1 -1
- 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 +1022 -1022
- package/package.json +1 -1
- package/src/RawHtmlBlock/RawHtmlBlock.types.ts +1 -1
- package/src/ShopRelatedBlock/index.tsx +2 -2
package/dist/ui-kit.css
CHANGED
|
@@ -557,155 +557,8 @@
|
|
|
557
557
|
/* 511 */
|
|
558
558
|
/* 1023 */
|
|
559
559
|
/* Zindex */
|
|
560
|
-
.
|
|
561
|
-
position: relative;
|
|
562
|
-
|
|
563
|
-
display: -webkit-box;
|
|
564
|
-
|
|
565
|
-
display: -webkit-flex;
|
|
566
|
-
|
|
567
|
-
display: -ms-flexbox;
|
|
568
|
-
|
|
569
|
-
display: flex;
|
|
570
|
-
flex-flow: row nowrap;
|
|
571
|
-
align-items: center;
|
|
572
|
-
|
|
573
|
-
font-weight: 600;
|
|
574
|
-
|
|
575
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
576
|
-
white-space: nowrap;
|
|
577
|
-
|
|
578
|
-
cursor: pointer;
|
|
579
|
-
|
|
580
|
-
-webkit-user-select: none;
|
|
581
|
-
|
|
582
|
-
-moz-user-select: none;
|
|
583
|
-
|
|
584
|
-
-ms-user-select: none;
|
|
585
|
-
|
|
586
|
-
user-select: none;
|
|
587
|
-
}
|
|
588
|
-
.Switcher-module_dark__1IzaH {
|
|
589
|
-
color: inherit;
|
|
590
|
-
}
|
|
591
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
592
|
-
background-color: transparent;
|
|
593
|
-
}
|
|
594
|
-
.Switcher-module_input__jaMVF {
|
|
595
|
-
position: absolute;
|
|
596
|
-
top: 0;
|
|
597
|
-
left: 0;
|
|
598
|
-
|
|
599
|
-
opacity: 0;
|
|
600
|
-
}
|
|
601
|
-
.Switcher-module_control__1NTvY {
|
|
602
|
-
position: relative;
|
|
603
|
-
|
|
604
|
-
display: block;
|
|
605
|
-
|
|
606
|
-
width: 37px;
|
|
607
|
-
height: 21px;
|
|
608
|
-
|
|
609
|
-
background-color: #e6e6e6;
|
|
610
|
-
|
|
611
|
-
border-radius: 15px;
|
|
612
|
-
}
|
|
613
|
-
.Switcher-module_control__1NTvY::before {
|
|
614
|
-
position: absolute;
|
|
615
|
-
top: 0;
|
|
616
|
-
bottom: 0;
|
|
617
|
-
left: 0;
|
|
618
|
-
|
|
619
|
-
width: 18px;
|
|
620
|
-
|
|
621
|
-
background: rgba(19, 191, 17, 0);
|
|
622
|
-
|
|
623
|
-
border-radius: 15px;
|
|
624
|
-
|
|
625
|
-
transition: 0.25s ease-in-out;
|
|
626
|
-
|
|
627
|
-
content: '';
|
|
628
|
-
}
|
|
629
|
-
.Switcher-module_knob__3kEy5 {
|
|
630
|
-
position: relative;
|
|
631
|
-
top: 2px;
|
|
632
|
-
left: 2px;
|
|
633
|
-
z-index: 200;
|
|
634
|
-
|
|
560
|
+
.Lazy-module_root__2Z72l {
|
|
635
561
|
display: block;
|
|
636
|
-
|
|
637
|
-
width: 17px;
|
|
638
|
-
height: 17px;
|
|
639
|
-
|
|
640
|
-
background: #fff;
|
|
641
|
-
|
|
642
|
-
border-radius: 15px;
|
|
643
|
-
|
|
644
|
-
transition: 0.25s ease-in-out;
|
|
645
|
-
}
|
|
646
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
647
|
-
width: 100%;
|
|
648
|
-
|
|
649
|
-
background-color: #b88b59;
|
|
650
|
-
}
|
|
651
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
652
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
653
|
-
}
|
|
654
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
655
|
-
left: 18px;
|
|
656
|
-
}
|
|
657
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
658
|
-
margin-right: 6px;
|
|
659
|
-
}
|
|
660
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
661
|
-
margin-left: 6px;
|
|
662
|
-
}
|
|
663
|
-
/* panel */
|
|
664
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
665
|
-
|
|
666
|
-
color: #999;
|
|
667
|
-
|
|
668
|
-
font-size: 13px;
|
|
669
|
-
letter-spacing: 0.5px;
|
|
670
|
-
text-transform: uppercase;
|
|
671
|
-
}
|
|
672
|
-
/* menu */
|
|
673
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
674
|
-
font-weight: normal;
|
|
675
|
-
}
|
|
676
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
677
|
-
margin-right: 8px;
|
|
678
|
-
}
|
|
679
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
680
|
-
width: 48px;
|
|
681
|
-
height: 30px;
|
|
682
|
-
}
|
|
683
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
684
|
-
top: 4px;
|
|
685
|
-
|
|
686
|
-
width: 22px;
|
|
687
|
-
height: 22px;
|
|
688
|
-
|
|
689
|
-
background-color: #bababa;
|
|
690
|
-
}
|
|
691
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
692
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
693
|
-
left: 23px;
|
|
694
|
-
|
|
695
|
-
background-color: #fff;
|
|
696
|
-
}
|
|
697
|
-
/* live */
|
|
698
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
699
|
-
|
|
700
|
-
color: #7f7f7f;
|
|
701
|
-
|
|
702
|
-
font-size: 13px;
|
|
703
|
-
letter-spacing: 0.5px;
|
|
704
|
-
text-transform: uppercase;
|
|
705
|
-
}
|
|
706
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
707
|
-
background-color: #1a1a1a;
|
|
708
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
709
562
|
}
|
|
710
563
|
|
|
711
564
|
/* Colors */
|
|
@@ -887,306 +740,155 @@
|
|
|
887
740
|
/* 511 */
|
|
888
741
|
/* 1023 */
|
|
889
742
|
/* Zindex */
|
|
890
|
-
.
|
|
891
|
-
margin: 15px 0
|
|
892
|
-
}
|
|
893
|
-
@media only screen and (min-width: 32em) {
|
|
894
|
-
.Table-module_root__1VsG6 {
|
|
895
|
-
margin: 25px auto 20px
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
899
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
900
|
-
margin-right: -11px;
|
|
901
|
-
margin-left: -11px
|
|
902
|
-
}
|
|
903
|
-
@media only screen and (min-width: 64em) {
|
|
904
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
905
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
906
|
-
margin-right: 0;
|
|
907
|
-
margin-left: 0
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
911
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
912
|
-
right: -11px;
|
|
913
|
-
}
|
|
914
|
-
.Table-module_root__1VsG6:first-child {
|
|
915
|
-
margin-top: 0;
|
|
916
|
-
}
|
|
917
|
-
.Table-module_root__1VsG6:last-child {
|
|
918
|
-
margin-bottom: 0;
|
|
919
|
-
}
|
|
920
|
-
.Table-module_table__nZIkV {
|
|
743
|
+
.Switcher-module_root__1Env1 {
|
|
921
744
|
position: relative;
|
|
922
745
|
|
|
923
|
-
|
|
746
|
+
display: -webkit-box;
|
|
924
747
|
|
|
925
|
-
|
|
748
|
+
display: -webkit-flex;
|
|
926
749
|
|
|
927
|
-
|
|
928
|
-
border-style: solid;
|
|
929
|
-
border-color: rgba(232, 232, 232, 1);
|
|
750
|
+
display: -ms-flexbox;
|
|
930
751
|
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
.Table-module_table__nZIkV {
|
|
935
|
-
margin: 0;
|
|
752
|
+
display: flex;
|
|
753
|
+
flex-flow: row nowrap;
|
|
754
|
+
align-items: center;
|
|
936
755
|
|
|
937
|
-
|
|
938
|
-
border-radius: 3px
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
.Table-module_tracks__2wrDB {
|
|
942
|
-
display: table;
|
|
756
|
+
font-weight: 600;
|
|
943
757
|
|
|
944
|
-
|
|
758
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
759
|
+
white-space: nowrap;
|
|
760
|
+
|
|
761
|
+
cursor: pointer;
|
|
762
|
+
|
|
763
|
+
-webkit-user-select: none;
|
|
764
|
+
|
|
765
|
+
-moz-user-select: none;
|
|
766
|
+
|
|
767
|
+
-ms-user-select: none;
|
|
768
|
+
|
|
769
|
+
user-select: none;
|
|
945
770
|
}
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
table-layout: fixed
|
|
771
|
+
.Switcher-module_dark__1IzaH {
|
|
772
|
+
color: inherit;
|
|
949
773
|
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
position: relative;
|
|
774
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
775
|
+
background-color: transparent;
|
|
953
776
|
}
|
|
954
|
-
.
|
|
777
|
+
.Switcher-module_input__jaMVF {
|
|
955
778
|
position: absolute;
|
|
956
|
-
z-index: 100;
|
|
957
779
|
top: 0;
|
|
958
|
-
|
|
959
|
-
|
|
780
|
+
left: 0;
|
|
781
|
+
|
|
782
|
+
opacity: 0;
|
|
783
|
+
}
|
|
784
|
+
.Switcher-module_control__1NTvY {
|
|
785
|
+
position: relative;
|
|
960
786
|
|
|
961
787
|
display: block;
|
|
962
788
|
|
|
963
|
-
width:
|
|
964
|
-
height:
|
|
789
|
+
width: 37px;
|
|
790
|
+
height: 21px;
|
|
965
791
|
|
|
966
|
-
|
|
792
|
+
background-color: #e6e6e6;
|
|
967
793
|
|
|
968
|
-
|
|
794
|
+
border-radius: 15px;
|
|
795
|
+
}
|
|
796
|
+
.Switcher-module_control__1NTvY::before {
|
|
797
|
+
position: absolute;
|
|
798
|
+
top: 0;
|
|
799
|
+
bottom: 0;
|
|
800
|
+
left: 0;
|
|
969
801
|
|
|
970
|
-
|
|
802
|
+
width: 18px;
|
|
971
803
|
|
|
972
|
-
background
|
|
973
|
-
}
|
|
974
|
-
@media only screen and (min-width: 32em) {
|
|
975
|
-
.Table-module_wrapper__1YTKM::after {
|
|
976
|
-
content: none
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
.Table-module_default__3CGeE {
|
|
980
|
-
max-width: 650px;
|
|
981
|
-
}
|
|
982
|
-
.Table-module_full__S5pDB {
|
|
983
|
-
max-width: 980px;
|
|
984
|
-
}
|
|
985
|
-
.Table-module_row__3TH83 {
|
|
986
|
-
z-index: 1;
|
|
804
|
+
background: rgba(19, 191, 17, 0);
|
|
987
805
|
|
|
988
|
-
|
|
989
|
-
}
|
|
990
|
-
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
991
|
-
border-bottom: 0;
|
|
992
|
-
}
|
|
993
|
-
@media only screen and (min-width: 32em) {
|
|
994
|
-
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
|
|
995
|
-
border-radius: 2px 0 0 0
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
@media only screen and (min-width: 32em) {
|
|
999
|
-
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
|
|
1000
|
-
border-radius: 0 2px 0 0
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
@media only screen and (min-width: 32em) {
|
|
1004
|
-
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
|
|
1005
|
-
border-radius: 0 0 2px 0
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
@media only screen and (min-width: 32em) {
|
|
1009
|
-
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
|
|
1010
|
-
border-radius: 0 0 0 2px
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
.Table-module_cell__EFKDW {
|
|
1014
|
-
display: table-cell;
|
|
1015
|
-
overflow: hidden;
|
|
806
|
+
border-radius: 15px;
|
|
1016
807
|
|
|
1017
|
-
|
|
1018
|
-
padding: 6px;
|
|
808
|
+
transition: 0.25s ease-in-out;
|
|
1019
809
|
|
|
1020
|
-
|
|
810
|
+
content: '';
|
|
811
|
+
}
|
|
812
|
+
.Switcher-module_knob__3kEy5 {
|
|
813
|
+
position: relative;
|
|
814
|
+
top: 2px;
|
|
815
|
+
left: 2px;
|
|
816
|
+
z-index: 200;
|
|
1021
817
|
|
|
1022
|
-
|
|
1023
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1024
|
-
background-color: #fff;
|
|
818
|
+
display: block;
|
|
1025
819
|
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
}
|
|
1029
|
-
@media only screen and (min-width: 32em) {
|
|
1030
|
-
.Table-module_cell__EFKDW {
|
|
1031
|
-
padding: 9px 12px 8px;
|
|
820
|
+
width: 17px;
|
|
821
|
+
height: 17px;
|
|
1032
822
|
|
|
1033
|
-
|
|
1034
|
-
line-height: 19px
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
.Table-module_cell__EFKDW:last-child {
|
|
1038
|
-
padding-right: 20px;
|
|
823
|
+
background: #fff;
|
|
1039
824
|
|
|
1040
|
-
border-
|
|
1041
|
-
}
|
|
1042
|
-
@media only screen and (min-width: 32em) {
|
|
1043
|
-
.Table-module_cell__EFKDW:last-child {
|
|
1044
|
-
padding-right: 12px
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
.Table-module_cell__EFKDW a {
|
|
1048
|
-
text-decoration: none;
|
|
825
|
+
border-radius: 15px;
|
|
1049
826
|
|
|
1050
|
-
|
|
1051
|
-
box-shadow: inset 0 -1px #000;
|
|
827
|
+
transition: 0.25s ease-in-out;
|
|
1052
828
|
}
|
|
1053
|
-
.
|
|
1054
|
-
|
|
1055
|
-
|
|
829
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
830
|
+
width: 100%;
|
|
831
|
+
|
|
832
|
+
background-color: #b88b59;
|
|
1056
833
|
}
|
|
1057
|
-
.
|
|
1058
|
-
|
|
834
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
835
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
1059
836
|
}
|
|
1060
|
-
.
|
|
1061
|
-
|
|
837
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
838
|
+
left: 18px;
|
|
1062
839
|
}
|
|
1063
|
-
.
|
|
1064
|
-
|
|
1065
|
-
position: sticky;
|
|
1066
|
-
z-index: 50;
|
|
1067
|
-
left: 0
|
|
840
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
841
|
+
margin-right: 6px;
|
|
1068
842
|
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
position: static
|
|
843
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
844
|
+
margin-left: 6px;
|
|
1072
845
|
}
|
|
1073
|
-
|
|
1074
|
-
.
|
|
1075
|
-
position: absolute;
|
|
1076
|
-
top: 0;
|
|
1077
|
-
right: -15px;
|
|
1078
|
-
bottom: 0;
|
|
1079
|
-
|
|
1080
|
-
width: 15px;
|
|
1081
|
-
|
|
1082
|
-
content: '';
|
|
1083
|
-
|
|
1084
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
846
|
+
/* panel */
|
|
847
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
1085
848
|
|
|
1086
|
-
|
|
849
|
+
color: #999;
|
|
1087
850
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
.Table-module_fixedColumn__E1hN5::after {
|
|
1092
|
-
content: none
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
.Table-module_white__gzvo0 {
|
|
1096
|
-
background-color: #fff;
|
|
1097
|
-
}
|
|
1098
|
-
.Table-module_gray__3da6S {
|
|
1099
|
-
background-color: #F5F5F5;
|
|
1100
|
-
}
|
|
1101
|
-
.Table-module_pink__3oH1l {
|
|
1102
|
-
background-color: #FEEEEE;
|
|
1103
|
-
}
|
|
1104
|
-
.Table-module_blue__GM27F {
|
|
1105
|
-
background-color: #E6F3FF;
|
|
1106
|
-
}
|
|
1107
|
-
.Table-module_yellow__2jhvA {
|
|
1108
|
-
background-color: #FFFDE6;
|
|
851
|
+
font-size: 13px;
|
|
852
|
+
letter-spacing: 0.5px;
|
|
853
|
+
text-transform: uppercase;
|
|
1109
854
|
}
|
|
1110
|
-
|
|
1111
|
-
|
|
855
|
+
/* menu */
|
|
856
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
857
|
+
font-weight: normal;
|
|
1112
858
|
}
|
|
1113
|
-
.
|
|
1114
|
-
|
|
859
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
860
|
+
margin-right: 8px;
|
|
1115
861
|
}
|
|
1116
|
-
.
|
|
1117
|
-
|
|
862
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
863
|
+
width: 48px;
|
|
864
|
+
height: 30px;
|
|
1118
865
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1121
|
-
padding: 9px 6px;
|
|
1122
|
-
|
|
1123
|
-
vertical-align: top;
|
|
1124
|
-
letter-spacing: 0.5px;
|
|
1125
|
-
text-transform: uppercase;
|
|
866
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
867
|
+
top: 4px;
|
|
1126
868
|
|
|
1127
|
-
|
|
1128
|
-
|
|
869
|
+
width: 22px;
|
|
870
|
+
height: 22px;
|
|
1129
871
|
|
|
1130
|
-
|
|
1131
|
-
font-weight: 600;
|
|
1132
|
-
line-height: 16px
|
|
872
|
+
background-color: #bababa;
|
|
1133
873
|
}
|
|
1134
|
-
|
|
1135
|
-
.
|
|
1136
|
-
|
|
1137
|
-
padding: 9px 12px;
|
|
874
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
875
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
876
|
+
left: 23px;
|
|
1138
877
|
|
|
1139
|
-
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
.Table-module_s__Vl_Eg {
|
|
1143
|
-
min-width: 120px
|
|
1144
|
-
}
|
|
1145
|
-
@media only screen and (min-width: 32em) {
|
|
1146
|
-
.Table-module_s__Vl_Eg {
|
|
1147
|
-
width: 18%;
|
|
1148
|
-
min-width: 0
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
.Table-module_m__29G9r {
|
|
1152
|
-
min-width: 200px
|
|
1153
|
-
}
|
|
1154
|
-
@media only screen and (min-width: 32em) {
|
|
1155
|
-
.Table-module_m__29G9r {
|
|
1156
|
-
width: 30%;
|
|
1157
|
-
min-width: 0
|
|
878
|
+
background-color: #fff;
|
|
1158
879
|
}
|
|
880
|
+
/* live */
|
|
881
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
1159
882
|
|
|
1160
|
-
|
|
1161
|
-
.Table-module_l__1ZSMc {
|
|
1162
|
-
min-width: 336px
|
|
1163
|
-
}
|
|
1164
|
-
@media only screen and (min-width: 32em) {
|
|
1165
|
-
.Table-module_l__1ZSMc {
|
|
1166
|
-
width: 50%;
|
|
1167
|
-
min-width: 0
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
.Table-module_xs__au2Oe {
|
|
1171
|
-
width: 50px;
|
|
1172
|
-
min-width: 50px;
|
|
1173
|
-
}
|
|
883
|
+
color: #7f7f7f;
|
|
1174
884
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
/* 1024 */
|
|
1183
|
-
/* 1010 */
|
|
1184
|
-
/* 1200 */
|
|
1185
|
-
/* 511 */
|
|
1186
|
-
/* 1023 */
|
|
1187
|
-
/* Zindex */
|
|
1188
|
-
.Lazy-module_root__2Z72l {
|
|
1189
|
-
display: block;
|
|
885
|
+
font-size: 13px;
|
|
886
|
+
letter-spacing: 0.5px;
|
|
887
|
+
text-transform: uppercase;
|
|
888
|
+
}
|
|
889
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
890
|
+
background-color: #1a1a1a;
|
|
891
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
1190
892
|
}
|
|
1191
893
|
|
|
1192
894
|
/* Colors */
|
|
@@ -1339,11 +1041,309 @@
|
|
|
1339
1041
|
/* 511 */
|
|
1340
1042
|
/* 1023 */
|
|
1341
1043
|
/* Zindex */
|
|
1342
|
-
.
|
|
1343
|
-
|
|
1044
|
+
.Table-module_root__1VsG6 {
|
|
1045
|
+
margin: 15px 0
|
|
1344
1046
|
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1047
|
+
@media only screen and (min-width: 32em) {
|
|
1048
|
+
.Table-module_root__1VsG6 {
|
|
1049
|
+
margin: 25px auto 20px
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1053
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1054
|
+
margin-right: -11px;
|
|
1055
|
+
margin-left: -11px
|
|
1056
|
+
}
|
|
1057
|
+
@media only screen and (min-width: 64em) {
|
|
1058
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1059
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1060
|
+
margin-right: 0;
|
|
1061
|
+
margin-left: 0
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1065
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1066
|
+
right: -11px;
|
|
1067
|
+
}
|
|
1068
|
+
.Table-module_root__1VsG6:first-child {
|
|
1069
|
+
margin-top: 0;
|
|
1070
|
+
}
|
|
1071
|
+
.Table-module_root__1VsG6:last-child {
|
|
1072
|
+
margin-bottom: 0;
|
|
1073
|
+
}
|
|
1074
|
+
.Table-module_table__nZIkV {
|
|
1075
|
+
position: relative;
|
|
1076
|
+
|
|
1077
|
+
overflow-y: hidden;
|
|
1078
|
+
|
|
1079
|
+
margin: 0 -20px;
|
|
1080
|
+
|
|
1081
|
+
border-width: 1px 0;
|
|
1082
|
+
border-style: solid;
|
|
1083
|
+
border-color: rgba(232, 232, 232, 1);
|
|
1084
|
+
|
|
1085
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1086
|
+
}
|
|
1087
|
+
@media only screen and (min-width: 32em) {
|
|
1088
|
+
.Table-module_table__nZIkV {
|
|
1089
|
+
margin: 0;
|
|
1090
|
+
|
|
1091
|
+
border-width: 1px;
|
|
1092
|
+
border-radius: 3px
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
.Table-module_tracks__2wrDB {
|
|
1096
|
+
display: table;
|
|
1097
|
+
|
|
1098
|
+
width: 100%
|
|
1099
|
+
}
|
|
1100
|
+
@media only screen and (min-width: 32em) {
|
|
1101
|
+
.Table-module_tracks__2wrDB {
|
|
1102
|
+
table-layout: fixed
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
.Table-module_wrapper__1YTKM {
|
|
1106
|
+
position: relative;
|
|
1107
|
+
}
|
|
1108
|
+
.Table-module_wrapper__1YTKM::after {
|
|
1109
|
+
position: absolute;
|
|
1110
|
+
z-index: 100;
|
|
1111
|
+
top: 0;
|
|
1112
|
+
right: -20px;
|
|
1113
|
+
bottom: -20px;
|
|
1114
|
+
|
|
1115
|
+
display: block;
|
|
1116
|
+
|
|
1117
|
+
width: 30px;
|
|
1118
|
+
height: 100%;
|
|
1119
|
+
|
|
1120
|
+
content: "";
|
|
1121
|
+
|
|
1122
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
|
|
1123
|
+
|
|
1124
|
+
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
|
|
1125
|
+
|
|
1126
|
+
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
|
|
1127
|
+
}
|
|
1128
|
+
@media only screen and (min-width: 32em) {
|
|
1129
|
+
.Table-module_wrapper__1YTKM::after {
|
|
1130
|
+
content: none
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
.Table-module_default__3CGeE {
|
|
1134
|
+
max-width: 650px;
|
|
1135
|
+
}
|
|
1136
|
+
.Table-module_full__S5pDB {
|
|
1137
|
+
max-width: 980px;
|
|
1138
|
+
}
|
|
1139
|
+
.Table-module_row__3TH83 {
|
|
1140
|
+
z-index: 1;
|
|
1141
|
+
|
|
1142
|
+
display: table-row;
|
|
1143
|
+
}
|
|
1144
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
1145
|
+
border-bottom: 0;
|
|
1146
|
+
}
|
|
1147
|
+
@media only screen and (min-width: 32em) {
|
|
1148
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
|
|
1149
|
+
border-radius: 2px 0 0 0
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
@media only screen and (min-width: 32em) {
|
|
1153
|
+
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
|
|
1154
|
+
border-radius: 0 2px 0 0
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
@media only screen and (min-width: 32em) {
|
|
1158
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
|
|
1159
|
+
border-radius: 0 0 2px 0
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
@media only screen and (min-width: 32em) {
|
|
1163
|
+
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
|
|
1164
|
+
border-radius: 0 0 0 2px
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
.Table-module_cell__EFKDW {
|
|
1168
|
+
display: table-cell;
|
|
1169
|
+
overflow: hidden;
|
|
1170
|
+
|
|
1171
|
+
min-height: 32px;
|
|
1172
|
+
padding: 6px;
|
|
1173
|
+
|
|
1174
|
+
vertical-align: top;
|
|
1175
|
+
|
|
1176
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1177
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1178
|
+
background-color: #fff;
|
|
1179
|
+
|
|
1180
|
+
font-size: 12px;
|
|
1181
|
+
line-height: 16px
|
|
1182
|
+
}
|
|
1183
|
+
@media only screen and (min-width: 32em) {
|
|
1184
|
+
.Table-module_cell__EFKDW {
|
|
1185
|
+
padding: 9px 12px 8px;
|
|
1186
|
+
|
|
1187
|
+
font-size: 14px;
|
|
1188
|
+
line-height: 19px
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
.Table-module_cell__EFKDW:last-child {
|
|
1192
|
+
padding-right: 20px;
|
|
1193
|
+
|
|
1194
|
+
border-right: 0
|
|
1195
|
+
}
|
|
1196
|
+
@media only screen and (min-width: 32em) {
|
|
1197
|
+
.Table-module_cell__EFKDW:last-child {
|
|
1198
|
+
padding-right: 12px
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
.Table-module_cell__EFKDW a {
|
|
1202
|
+
text-decoration: none;
|
|
1203
|
+
|
|
1204
|
+
color: inherit;
|
|
1205
|
+
box-shadow: inset 0 -1px #000;
|
|
1206
|
+
}
|
|
1207
|
+
.Table-module_cell__EFKDW a:hover {
|
|
1208
|
+
color: #b88b58;
|
|
1209
|
+
box-shadow: inset 0 -1px #b88b58;
|
|
1210
|
+
}
|
|
1211
|
+
.Table-module_cell__EFKDW p {
|
|
1212
|
+
margin: 0;
|
|
1213
|
+
}
|
|
1214
|
+
.Table-module_cell__EFKDW p + p {
|
|
1215
|
+
margin-top: 8px;
|
|
1216
|
+
}
|
|
1217
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
1218
|
+
position: -webkit-sticky;
|
|
1219
|
+
position: sticky;
|
|
1220
|
+
z-index: 50;
|
|
1221
|
+
left: 0
|
|
1222
|
+
}
|
|
1223
|
+
@media only screen and (min-width: 32em) {
|
|
1224
|
+
.Table-module_fixedColumn__E1hN5 {
|
|
1225
|
+
position: static
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1229
|
+
position: absolute;
|
|
1230
|
+
top: 0;
|
|
1231
|
+
right: -15px;
|
|
1232
|
+
bottom: 0;
|
|
1233
|
+
|
|
1234
|
+
width: 15px;
|
|
1235
|
+
|
|
1236
|
+
content: '';
|
|
1237
|
+
|
|
1238
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1239
|
+
|
|
1240
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1241
|
+
|
|
1242
|
+
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1243
|
+
}
|
|
1244
|
+
@media only screen and (min-width: 32em) {
|
|
1245
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1246
|
+
content: none
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
.Table-module_white__gzvo0 {
|
|
1250
|
+
background-color: #fff;
|
|
1251
|
+
}
|
|
1252
|
+
.Table-module_gray__3da6S {
|
|
1253
|
+
background-color: #F5F5F5;
|
|
1254
|
+
}
|
|
1255
|
+
.Table-module_pink__3oH1l {
|
|
1256
|
+
background-color: #FEEEEE;
|
|
1257
|
+
}
|
|
1258
|
+
.Table-module_blue__GM27F {
|
|
1259
|
+
background-color: #E6F3FF;
|
|
1260
|
+
}
|
|
1261
|
+
.Table-module_yellow__2jhvA {
|
|
1262
|
+
background-color: #FFFDE6;
|
|
1263
|
+
}
|
|
1264
|
+
.Table-module_orange__1c-oM {
|
|
1265
|
+
background-color: #FFF9F2;
|
|
1266
|
+
}
|
|
1267
|
+
.Table-module_green__13OIM {
|
|
1268
|
+
background-color: #E7F2EF;
|
|
1269
|
+
}
|
|
1270
|
+
.Table-module_violet__2W-kO {
|
|
1271
|
+
background-color: #F4F0F8;
|
|
1272
|
+
}
|
|
1273
|
+
.Table-module_header__1exlo {
|
|
1274
|
+
max-width: 340px;
|
|
1275
|
+
padding: 9px 6px;
|
|
1276
|
+
|
|
1277
|
+
vertical-align: top;
|
|
1278
|
+
letter-spacing: 0.5px;
|
|
1279
|
+
text-transform: uppercase;
|
|
1280
|
+
|
|
1281
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1282
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1283
|
+
|
|
1284
|
+
font-size: 10px;
|
|
1285
|
+
font-weight: 600;
|
|
1286
|
+
line-height: 16px
|
|
1287
|
+
}
|
|
1288
|
+
@media only screen and (min-width: 32em) {
|
|
1289
|
+
.Table-module_header__1exlo {
|
|
1290
|
+
max-width: none;
|
|
1291
|
+
padding: 9px 12px;
|
|
1292
|
+
|
|
1293
|
+
line-height: 11px
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
.Table-module_s__Vl_Eg {
|
|
1297
|
+
min-width: 120px
|
|
1298
|
+
}
|
|
1299
|
+
@media only screen and (min-width: 32em) {
|
|
1300
|
+
.Table-module_s__Vl_Eg {
|
|
1301
|
+
width: 18%;
|
|
1302
|
+
min-width: 0
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
.Table-module_m__29G9r {
|
|
1306
|
+
min-width: 200px
|
|
1307
|
+
}
|
|
1308
|
+
@media only screen and (min-width: 32em) {
|
|
1309
|
+
.Table-module_m__29G9r {
|
|
1310
|
+
width: 30%;
|
|
1311
|
+
min-width: 0
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
}
|
|
1315
|
+
.Table-module_l__1ZSMc {
|
|
1316
|
+
min-width: 336px
|
|
1317
|
+
}
|
|
1318
|
+
@media only screen and (min-width: 32em) {
|
|
1319
|
+
.Table-module_l__1ZSMc {
|
|
1320
|
+
width: 50%;
|
|
1321
|
+
min-width: 0
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
.Table-module_xs__au2Oe {
|
|
1325
|
+
width: 50px;
|
|
1326
|
+
min-width: 50px;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/* Colors */
|
|
1330
|
+
/* Fonts */
|
|
1331
|
+
/* Gap */
|
|
1332
|
+
/* Media */
|
|
1333
|
+
/* 512 */
|
|
1334
|
+
/* 650 */
|
|
1335
|
+
/* 768 */
|
|
1336
|
+
/* 1024 */
|
|
1337
|
+
/* 1010 */
|
|
1338
|
+
/* 1200 */
|
|
1339
|
+
/* 511 */
|
|
1340
|
+
/* 1023 */
|
|
1341
|
+
/* Zindex */
|
|
1342
|
+
.MediaCaption-module_root__KqTdw {
|
|
1343
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1344
|
+
}
|
|
1345
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1346
|
+
text-decoration: underline;
|
|
1347
1347
|
|
|
1348
1348
|
color: inherit;
|
|
1349
1349
|
box-shadow: none;
|
|
@@ -1431,64 +1431,6 @@
|
|
|
1431
1431
|
color: #757575;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
|
-
/* Colors */
|
|
1435
|
-
/* Fonts */
|
|
1436
|
-
/* Gap */
|
|
1437
|
-
/* Media */
|
|
1438
|
-
/* 512 */
|
|
1439
|
-
/* 650 */
|
|
1440
|
-
/* 768 */
|
|
1441
|
-
/* 1024 */
|
|
1442
|
-
/* 1010 */
|
|
1443
|
-
/* 1200 */
|
|
1444
|
-
/* 511 */
|
|
1445
|
-
/* 1023 */
|
|
1446
|
-
/* Zindex */
|
|
1447
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1448
|
-
color: #e0e0e0;
|
|
1449
|
-
}
|
|
1450
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1451
|
-
margin: 0;
|
|
1452
|
-
padding: 5px 3px;
|
|
1453
|
-
|
|
1454
|
-
cursor: pointer;
|
|
1455
|
-
|
|
1456
|
-
color: inherit;
|
|
1457
|
-
border-width: 0;
|
|
1458
|
-
outline: none;
|
|
1459
|
-
background-color: transparent;
|
|
1460
|
-
|
|
1461
|
-
-webkit-appearance: none;
|
|
1462
|
-
|
|
1463
|
-
-moz-appearance: none;
|
|
1464
|
-
|
|
1465
|
-
appearance: none;
|
|
1466
|
-
fill: transparent;
|
|
1467
|
-
}
|
|
1468
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1469
|
-
color: #fff;
|
|
1470
|
-
}
|
|
1471
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1472
|
-
color: #000;
|
|
1473
|
-
}
|
|
1474
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1475
|
-
fill: #e0e0e0;
|
|
1476
|
-
}
|
|
1477
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1478
|
-
fill: #fff;
|
|
1479
|
-
}
|
|
1480
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1481
|
-
fill: #000;
|
|
1482
|
-
}
|
|
1483
|
-
@media only screen and (min-width: 64em) {
|
|
1484
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1485
|
-
width: 12px
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1489
|
-
display: none;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
1434
|
/* Colors */
|
|
1493
1435
|
/* Fonts */
|
|
1494
1436
|
/* Gap */
|
|
@@ -1637,79 +1579,49 @@
|
|
|
1637
1579
|
/* 511 */
|
|
1638
1580
|
/* 1023 */
|
|
1639
1581
|
/* Zindex */
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1642
|
-
z-index: 100;
|
|
1643
|
-
|
|
1644
|
-
display: inline-block;
|
|
1645
|
-
|
|
1646
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1647
|
-
}
|
|
1648
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1649
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1650
|
-
visibility: visible;
|
|
1651
|
-
|
|
1652
|
-
opacity: 1;
|
|
1582
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1583
|
+
color: #e0e0e0;
|
|
1653
1584
|
}
|
|
1654
|
-
.
|
|
1655
|
-
overflow: hidden;
|
|
1656
|
-
|
|
1657
|
-
width: 162px;
|
|
1585
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1658
1586
|
margin: 0;
|
|
1659
|
-
padding: 3px
|
|
1587
|
+
padding: 5px 3px;
|
|
1660
1588
|
|
|
1661
|
-
|
|
1662
|
-
background: #fff;
|
|
1663
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1589
|
+
cursor: pointer;
|
|
1664
1590
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
.Dropdown-module_root__11PNk a {
|
|
1670
|
-
display: block;
|
|
1591
|
+
color: inherit;
|
|
1592
|
+
border-width: 0;
|
|
1593
|
+
outline: none;
|
|
1594
|
+
background-color: transparent;
|
|
1671
1595
|
|
|
1672
|
-
|
|
1596
|
+
-webkit-appearance: none;
|
|
1673
1597
|
|
|
1674
|
-
|
|
1598
|
+
-moz-appearance: none;
|
|
1675
1599
|
|
|
1676
|
-
|
|
1677
|
-
|
|
1600
|
+
appearance: none;
|
|
1601
|
+
fill: transparent;
|
|
1678
1602
|
}
|
|
1679
|
-
.
|
|
1603
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1604
|
+
color: #fff;
|
|
1605
|
+
}
|
|
1606
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1680
1607
|
color: #000;
|
|
1681
|
-
background-color: #f7f7f7;
|
|
1682
1608
|
}
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1685
|
-
|
|
1609
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1610
|
+
fill: #e0e0e0;
|
|
1611
|
+
}
|
|
1612
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1613
|
+
fill: #fff;
|
|
1614
|
+
}
|
|
1615
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1616
|
+
fill: #000;
|
|
1686
1617
|
}
|
|
1687
1618
|
@media only screen and (min-width: 64em) {
|
|
1688
|
-
.
|
|
1689
|
-
|
|
1690
|
-
left: 0
|
|
1619
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1620
|
+
width: 12px
|
|
1691
1621
|
}
|
|
1692
1622
|
}
|
|
1693
|
-
.
|
|
1694
|
-
|
|
1695
|
-
top: 100%;
|
|
1696
|
-
left: 0;
|
|
1697
|
-
|
|
1698
|
-
visibility: hidden;
|
|
1699
|
-
|
|
1700
|
-
padding-top: 6px;
|
|
1701
|
-
|
|
1702
|
-
opacity: 0;
|
|
1703
|
-
}
|
|
1704
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1705
|
-
position: absolute;
|
|
1706
|
-
z-index: -1;
|
|
1707
|
-
top: -10px;
|
|
1708
|
-
right: -10px;
|
|
1709
|
-
bottom: -10px;
|
|
1710
|
-
left: -10px;
|
|
1711
|
-
|
|
1712
|
-
content: '';
|
|
1623
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1624
|
+
display: none;
|
|
1713
1625
|
}
|
|
1714
1626
|
|
|
1715
1627
|
/* Colors */
|
|
@@ -1873,31 +1785,119 @@
|
|
|
1873
1785
|
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1874
1786
|
width: auto
|
|
1875
1787
|
}
|
|
1876
|
-
}
|
|
1877
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1878
|
-
content: none
|
|
1788
|
+
}
|
|
1789
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1790
|
+
content: none
|
|
1791
|
+
}
|
|
1792
|
+
@media only screen and (min-width: 32em) {
|
|
1793
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1794
|
+
content: ''
|
|
1795
|
+
}
|
|
1796
|
+
}
|
|
1797
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1798
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1799
|
+
content: none;
|
|
1800
|
+
}
|
|
1801
|
+
@media only screen and (min-width: 64em) {
|
|
1802
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1803
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1804
|
+
margin-left: 0
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
.Toolbar-module_isDark__k1U0i .Toolbar-module_item__36x7d::before,
|
|
1808
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1809
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1810
|
+
}
|
|
1811
|
+
[data-context='prodano'] .Toolbar-module_root__2HF2r {
|
|
1812
|
+
display: none;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/* Colors */
|
|
1816
|
+
/* Fonts */
|
|
1817
|
+
/* Gap */
|
|
1818
|
+
/* Media */
|
|
1819
|
+
/* 512 */
|
|
1820
|
+
/* 650 */
|
|
1821
|
+
/* 768 */
|
|
1822
|
+
/* 1024 */
|
|
1823
|
+
/* 1010 */
|
|
1824
|
+
/* 1200 */
|
|
1825
|
+
/* 511 */
|
|
1826
|
+
/* 1023 */
|
|
1827
|
+
/* Zindex */
|
|
1828
|
+
.Dropdown-module_root__11PNk {
|
|
1829
|
+
position: relative;
|
|
1830
|
+
z-index: 100;
|
|
1831
|
+
|
|
1832
|
+
display: inline-block;
|
|
1833
|
+
|
|
1834
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1835
|
+
}
|
|
1836
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1837
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1838
|
+
visibility: visible;
|
|
1839
|
+
|
|
1840
|
+
opacity: 1;
|
|
1841
|
+
}
|
|
1842
|
+
.Dropdown-module_root__11PNk ul {
|
|
1843
|
+
overflow: hidden;
|
|
1844
|
+
|
|
1845
|
+
width: 162px;
|
|
1846
|
+
margin: 0;
|
|
1847
|
+
padding: 3px 0;
|
|
1848
|
+
|
|
1849
|
+
border-radius: 5px;
|
|
1850
|
+
background: #fff;
|
|
1851
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1852
|
+
|
|
1853
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1854
|
+
font-size: 14px;
|
|
1855
|
+
line-height: 26px;
|
|
1856
|
+
}
|
|
1857
|
+
.Dropdown-module_root__11PNk a {
|
|
1858
|
+
display: block;
|
|
1859
|
+
|
|
1860
|
+
padding: 2px 15px;
|
|
1861
|
+
|
|
1862
|
+
text-decoration: none;
|
|
1863
|
+
|
|
1864
|
+
color: #000;
|
|
1865
|
+
box-shadow: none;
|
|
1879
1866
|
}
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1867
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1868
|
+
color: #000;
|
|
1869
|
+
background-color: #f7f7f7;
|
|
1883
1870
|
}
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
content: none;
|
|
1871
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1872
|
+
right: 0;
|
|
1873
|
+
left: auto
|
|
1888
1874
|
}
|
|
1889
1875
|
@media only screen and (min-width: 64em) {
|
|
1890
|
-
.
|
|
1891
|
-
|
|
1892
|
-
|
|
1876
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1877
|
+
right: auto;
|
|
1878
|
+
left: 0
|
|
1893
1879
|
}
|
|
1894
1880
|
}
|
|
1895
|
-
.
|
|
1896
|
-
|
|
1897
|
-
|
|
1881
|
+
.Dropdown-module_menu__3PIqD {
|
|
1882
|
+
position: absolute;
|
|
1883
|
+
top: 100%;
|
|
1884
|
+
left: 0;
|
|
1885
|
+
|
|
1886
|
+
visibility: hidden;
|
|
1887
|
+
|
|
1888
|
+
padding-top: 6px;
|
|
1889
|
+
|
|
1890
|
+
opacity: 0;
|
|
1898
1891
|
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1892
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1893
|
+
position: absolute;
|
|
1894
|
+
z-index: -1;
|
|
1895
|
+
top: -10px;
|
|
1896
|
+
right: -10px;
|
|
1897
|
+
bottom: -10px;
|
|
1898
|
+
left: -10px;
|
|
1899
|
+
|
|
1900
|
+
content: '';
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
1903
|
/* Colors */
|
|
@@ -4463,6 +4463,34 @@ a mark {
|
|
|
4463
4463
|
}
|
|
4464
4464
|
}
|
|
4465
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;
|
|
4482
|
+
|
|
4483
|
+
line-height: inherit;
|
|
4484
|
+
}
|
|
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
|
+
|
|
4466
4494
|
/* Colors */
|
|
4467
4495
|
/* Fonts */
|
|
4468
4496
|
/* Gap */
|
|
@@ -4641,33 +4669,192 @@ a mark {
|
|
|
4641
4669
|
}
|
|
4642
4670
|
|
|
4643
4671
|
|
|
4644
|
-
/*
|
|
4645
|
-
/*
|
|
4646
|
-
/*
|
|
4647
|
-
/*
|
|
4648
|
-
/*
|
|
4649
|
-
/*
|
|
4650
|
-
/*
|
|
4651
|
-
/*
|
|
4652
|
-
/*
|
|
4653
|
-
/*
|
|
4654
|
-
/*
|
|
4655
|
-
/*
|
|
4656
|
-
/*
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
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
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4696
|
+
margin-top: 0;
|
|
4697
|
+
}
|
|
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;
|
|
4706
|
+
|
|
4707
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4708
|
+
}
|
|
4709
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4710
|
+
position: relative;
|
|
4711
|
+
|
|
4712
|
+
min-height: 170px;
|
|
4713
|
+
|
|
4714
|
+
transition: min-height 350ms ease;
|
|
4715
|
+
}
|
|
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
|
+
|
|
4724
|
+
display: -webkit-box;
|
|
4725
|
+
|
|
4726
|
+
display: -webkit-flex;
|
|
4727
|
+
|
|
4728
|
+
display: -ms-flexbox;
|
|
4729
|
+
|
|
4730
|
+
display: flex;
|
|
4731
|
+
align-items: center;
|
|
4732
|
+
flex-flow: column nowrap;
|
|
4733
|
+
justify-content: center;
|
|
4734
|
+
|
|
4735
|
+
padding: 30px 20px;
|
|
4736
|
+
|
|
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
|
|
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;
|
|
4842
|
+
|
|
4843
|
+
pointer-events: none;
|
|
4844
|
+
|
|
4845
|
+
opacity: 0;
|
|
4662
4846
|
}
|
|
4663
|
-
.
|
|
4664
|
-
|
|
4847
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4848
|
+
min-height: 0;
|
|
4665
4849
|
}
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
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
|
|
4670
4856
|
}
|
|
4857
|
+
}
|
|
4671
4858
|
|
|
4672
4859
|
/* Colors */
|
|
4673
4860
|
/* Fonts */
|
|
@@ -4682,258 +4869,154 @@ a mark {
|
|
|
4682
4869
|
/* 511 */
|
|
4683
4870
|
/* 1023 */
|
|
4684
4871
|
/* Zindex */
|
|
4685
|
-
.
|
|
4872
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4686
4873
|
position: relative;
|
|
4687
4874
|
z-index: 10;
|
|
4688
4875
|
|
|
4689
|
-
display: block;
|
|
4690
|
-
overflow: hidden;
|
|
4691
|
-
|
|
4692
|
-
text-decoration: none;
|
|
4693
|
-
|
|
4694
|
-
border-radius: 8px;
|
|
4695
|
-
outline-width: 0;
|
|
4696
|
-
}
|
|
4697
|
-
@media only screen and (min-width: 32em) {
|
|
4698
|
-
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4699
|
-
opacity: 0.95
|
|
4700
|
-
}
|
|
4701
|
-
}
|
|
4702
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4703
|
-
position: absolute;
|
|
4704
|
-
top: 0;
|
|
4705
|
-
right: 0;
|
|
4706
|
-
bottom: 0;
|
|
4707
|
-
left: 0;
|
|
4708
|
-
z-index: 20;
|
|
4709
|
-
|
|
4710
|
-
border-radius: 8px;
|
|
4711
|
-
|
|
4712
|
-
content: '';
|
|
4713
|
-
}
|
|
4714
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4715
4876
|
display: block;
|
|
4716
4877
|
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4721
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4722
|
-
}
|
|
4723
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4724
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4725
|
-
margin: 16px 0
|
|
4726
|
-
}
|
|
4727
|
-
@media only screen and (min-width: 48em) {
|
|
4728
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
4729
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4730
|
-
margin: 25px 0
|
|
4731
|
-
}
|
|
4732
|
-
}
|
|
4733
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4734
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4735
|
-
position: absolute;
|
|
4736
|
-
right: 0;
|
|
4737
|
-
left: 0;
|
|
4738
|
-
z-index: 10;
|
|
4739
|
-
}
|
|
4740
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4741
|
-
bottom: 0;
|
|
4878
|
+
margin: calc(15rem / 16) -20px;
|
|
4879
|
+
padding: 42px 20px 50px;
|
|
4880
|
+
overflow: hidden;
|
|
4742
4881
|
|
|
4743
|
-
|
|
4744
|
-
}
|
|
4745
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4746
|
-
top: 0;
|
|
4882
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4747
4883
|
|
|
4748
|
-
|
|
4749
|
-
}
|
|
4750
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
4751
|
-
display: -webkit-box;
|
|
4752
|
-
display: -webkit-flex;
|
|
4753
|
-
display: -ms-flexbox;
|
|
4754
|
-
display: flex;
|
|
4755
|
-
flex-flow: column nowrap;
|
|
4756
|
-
justify-content: flex-end;
|
|
4884
|
+
text-decoration: none;
|
|
4757
4885
|
|
|
4758
|
-
|
|
4886
|
+
background-color: #f66861;
|
|
4759
4887
|
|
|
4760
|
-
|
|
4888
|
+
outline-width: 0
|
|
4761
4889
|
}
|
|
4762
4890
|
@media only screen and (min-width: 32em) {
|
|
4763
|
-
.
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
bottom: 0;
|
|
4767
|
-
left: 0;
|
|
4768
|
-
z-index: 10;
|
|
4769
|
-
|
|
4770
|
-
min-height: 295px;
|
|
4771
|
-
padding: 20px;
|
|
4891
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
4892
|
+
margin: 25px 0 20px;
|
|
4893
|
+
padding: 48px 30px;
|
|
4772
4894
|
|
|
4773
|
-
|
|
4895
|
+
border-radius: 8px
|
|
4774
4896
|
}
|
|
4775
4897
|
}
|
|
4776
|
-
.
|
|
4777
|
-
|
|
4778
|
-
}
|
|
4779
|
-
@media only screen and (min-width: 32em) {
|
|
4780
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4781
|
-
color: #fff
|
|
4898
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4899
|
+
opacity: 0.7;
|
|
4782
4900
|
}
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
position: absolute;
|
|
4787
|
-
right: 0;
|
|
4788
|
-
bottom: 0;
|
|
4789
|
-
left: 0;
|
|
4790
|
-
z-index: 10;
|
|
4901
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
4902
|
+
max-width: 852px;
|
|
4903
|
+
margin: 0 auto;
|
|
4791
4904
|
|
|
4792
|
-
|
|
4905
|
+
color: #fff;
|
|
4906
|
+
text-align: center;
|
|
4793
4907
|
|
|
4794
|
-
|
|
4795
|
-
}
|
|
4796
|
-
}
|
|
4797
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4798
|
-
position: relative;
|
|
4908
|
+
transform: translateZ(0);
|
|
4799
4909
|
}
|
|
4800
|
-
.
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
left: 1px;
|
|
4805
|
-
z-index: 10;
|
|
4806
|
-
|
|
4807
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4808
|
-
|
|
4809
|
-
content: ''
|
|
4910
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4911
|
+
font-weight: 700;
|
|
4912
|
+
font-size: 20px;
|
|
4913
|
+
line-height: 25px
|
|
4810
4914
|
}
|
|
4811
4915
|
@media only screen and (min-width: 32em) {
|
|
4812
|
-
.
|
|
4813
|
-
|
|
4916
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
4917
|
+
font-size: 28px;
|
|
4918
|
+
line-height: 34px
|
|
4814
4919
|
}
|
|
4815
4920
|
}
|
|
4816
|
-
.
|
|
4817
|
-
|
|
4921
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4922
|
+
margin: 0;
|
|
4818
4923
|
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
@media only screen and (min-width: 32em) {
|
|
4822
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
4823
|
-
min-height: 350px
|
|
4824
|
-
}
|
|
4825
|
-
}
|
|
4826
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4827
|
-
background-color: transparent
|
|
4828
|
-
}
|
|
4829
|
-
@media only screen and (min-width: 32em) {
|
|
4830
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4831
|
-
position: absolute;
|
|
4832
|
-
right: 0;
|
|
4833
|
-
bottom: 0;
|
|
4834
|
-
left: 0;
|
|
4835
|
-
z-index: 10;
|
|
4924
|
+
font-weight: normal;
|
|
4925
|
+
font-size: 21px;
|
|
4836
4926
|
|
|
4837
|
-
|
|
4927
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4928
|
+
line-height: 25px
|
|
4838
4929
|
}
|
|
4839
|
-
}
|
|
4840
4930
|
@media only screen and (min-width: 32em) {
|
|
4841
|
-
.
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
content: ''
|
|
4931
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
4932
|
+
font-size: 29px;
|
|
4933
|
+
line-height: 34px
|
|
4845
4934
|
}
|
|
4846
4935
|
}
|
|
4847
|
-
.
|
|
4848
|
-
|
|
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;
|
|
4849
4944
|
|
|
4850
|
-
|
|
4945
|
+
margin-top: 45px
|
|
4851
4946
|
}
|
|
4852
4947
|
@media only screen and (min-width: 32em) {
|
|
4853
|
-
.
|
|
4854
|
-
|
|
4855
|
-
top: 0;
|
|
4856
|
-
bottom: 0
|
|
4948
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
4949
|
+
margin-top: 40px
|
|
4857
4950
|
}
|
|
4858
4951
|
}
|
|
4859
|
-
.
|
|
4952
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
4860
4953
|
display: block;
|
|
4861
4954
|
|
|
4862
|
-
|
|
4955
|
+
color: rgba(246, 104, 97, 1);
|
|
4956
|
+
font-weight: 600;
|
|
4863
4957
|
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
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;
|
|
4869
4965
|
}
|
|
4870
|
-
|
|
4871
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4966
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
4872
4967
|
position: absolute;
|
|
4873
|
-
top:
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4968
|
+
top: 0;
|
|
4969
|
+
right: 0;
|
|
4970
|
+
bottom: 0;
|
|
4971
|
+
left: 0;
|
|
4972
|
+
z-index: 1;
|
|
4878
4973
|
|
|
4879
|
-
|
|
4974
|
+
content: '';
|
|
4880
4975
|
}
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
top: 25%;
|
|
4976
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
4977
|
+
position: relative;
|
|
4884
4978
|
|
|
4885
|
-
|
|
4979
|
+
display: block;
|
|
4980
|
+
|
|
4981
|
+
width: 192px;
|
|
4982
|
+
padding: 14px 0 13px;
|
|
4886
4983
|
}
|
|
4887
|
-
|
|
4888
|
-
.RelatedRichBlock-module_tag__3OLyG {
|
|
4984
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4889
4985
|
position: absolute;
|
|
4890
|
-
top:
|
|
4891
|
-
right:
|
|
4892
|
-
|
|
4893
|
-
|
|
4986
|
+
top: 0;
|
|
4987
|
+
right: 0;
|
|
4988
|
+
bottom: 0;
|
|
4989
|
+
left: 0;
|
|
4990
|
+
z-index: -1;
|
|
4894
4991
|
|
|
4895
|
-
color:
|
|
4992
|
+
background-color: #eafe0b;
|
|
4896
4993
|
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
}
|
|
4905
|
-
}
|
|
4906
|
-
.RelatedRichBlock-module_center__197sx {
|
|
4907
|
-
width: 100%;
|
|
4908
|
-
max-width: 650px;
|
|
4909
|
-
margin-right: auto;
|
|
4910
|
-
margin-left: auto;
|
|
4911
|
-
}
|
|
4912
|
-
/* Themes */
|
|
4913
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4914
|
-
color: #000;
|
|
4915
|
-
}
|
|
4916
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4917
|
-
color: rgba(0, 0, 0, 0.7);
|
|
4918
|
-
}
|
|
4919
|
-
@media only screen and (min-width: 32em) {
|
|
4920
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4921
|
-
color: #fff;
|
|
4922
|
-
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: '';
|
|
4923
5001
|
}
|
|
4924
|
-
}
|
|
4925
|
-
/* Display */
|
|
4926
5002
|
@media only screen and (min-width: 32em) {
|
|
4927
|
-
.
|
|
4928
|
-
|
|
5003
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5004
|
+
width: 100%;
|
|
5005
|
+
max-width: 650px;
|
|
5006
|
+
margin-right: auto;
|
|
5007
|
+
margin-left: auto
|
|
4929
5008
|
}
|
|
4930
5009
|
}
|
|
4931
|
-
.
|
|
4932
|
-
|
|
5010
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5011
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5012
|
+
margin-right: -11px;
|
|
5013
|
+
margin-left: -11px
|
|
4933
5014
|
}
|
|
4934
5015
|
@media only screen and (min-width: 32em) {
|
|
4935
|
-
.
|
|
4936
|
-
|
|
5016
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5017
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5018
|
+
margin-right: 0;
|
|
5019
|
+
margin-left: 0
|
|
4937
5020
|
}
|
|
4938
5021
|
}
|
|
4939
5022
|
|
|
@@ -4950,341 +5033,258 @@ a mark {
|
|
|
4950
5033
|
/* 511 */
|
|
4951
5034
|
/* 1023 */
|
|
4952
5035
|
/* Zindex */
|
|
4953
|
-
.
|
|
5036
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4954
5037
|
position: relative;
|
|
5038
|
+
z-index: 10;
|
|
4955
5039
|
|
|
4956
|
-
|
|
5040
|
+
display: block;
|
|
5041
|
+
overflow: hidden;
|
|
5042
|
+
|
|
5043
|
+
text-decoration: none;
|
|
5044
|
+
|
|
5045
|
+
border-radius: 8px;
|
|
5046
|
+
outline-width: 0;
|
|
4957
5047
|
}
|
|
4958
5048
|
@media only screen and (min-width: 32em) {
|
|
4959
|
-
.
|
|
4960
|
-
|
|
5049
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
5050
|
+
opacity: 0.95
|
|
4961
5051
|
}
|
|
4962
5052
|
}
|
|
4963
|
-
.
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
width: 100%;
|
|
4971
|
-
max-width: 650px;
|
|
4972
|
-
margin-right: auto;
|
|
4973
|
-
margin-left: auto;
|
|
5053
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
5054
|
+
position: absolute;
|
|
5055
|
+
top: 0;
|
|
5056
|
+
right: 0;
|
|
5057
|
+
bottom: 0;
|
|
5058
|
+
left: 0;
|
|
5059
|
+
z-index: 20;
|
|
4974
5060
|
|
|
4975
|
-
|
|
4976
|
-
}
|
|
4977
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4978
|
-
position: relative;
|
|
5061
|
+
border-radius: 8px;
|
|
4979
5062
|
|
|
4980
|
-
|
|
5063
|
+
content: '';
|
|
5064
|
+
}
|
|
5065
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
5066
|
+
display: block;
|
|
4981
5067
|
|
|
4982
|
-
|
|
5068
|
+
width: 100%;
|
|
4983
5069
|
}
|
|
4984
|
-
.
|
|
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);
|
|
5073
|
+
}
|
|
5074
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5075
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5076
|
+
margin: 16px 0
|
|
5077
|
+
}
|
|
5078
|
+
@media only screen and (min-width: 48em) {
|
|
5079
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
5080
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5081
|
+
margin: 25px 0
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5084
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5085
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4985
5086
|
position: absolute;
|
|
5087
|
+
right: 0;
|
|
5088
|
+
left: 0;
|
|
4986
5089
|
z-index: 10;
|
|
4987
|
-
|
|
4988
|
-
|
|
5090
|
+
}
|
|
5091
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4989
5092
|
bottom: 0;
|
|
4990
|
-
left: -20px;
|
|
4991
5093
|
|
|
4992
|
-
|
|
5094
|
+
height: 295px;
|
|
5095
|
+
}
|
|
5096
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5097
|
+
top: 0;
|
|
4993
5098
|
|
|
5099
|
+
height: 150px;
|
|
5100
|
+
}
|
|
5101
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5102
|
+
display: -webkit-box;
|
|
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:
|
|
5002
|
-
|
|
5003
|
-
padding: 30px 20px;
|
|
5107
|
+
justify-content: flex-end;
|
|
5004
5108
|
|
|
5005
|
-
|
|
5109
|
+
padding: 12px 15px;
|
|
5006
5110
|
|
|
5007
|
-
background-color:
|
|
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
|
-
.
|
|
5114
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
5115
|
+
position: absolute;
|
|
5014
5116
|
right: 0;
|
|
5015
|
-
|
|
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;
|
|
5117
|
+
bottom: 0;
|
|
5118
|
+
left: 0;
|
|
5119
|
+
z-index: 10;
|
|
5037
5120
|
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
}
|
|
5041
|
-
@media only screen and (min-width: 32em) {
|
|
5042
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
5043
|
-
margin-bottom: 24px;
|
|
5121
|
+
min-height: 295px;
|
|
5122
|
+
padding: 20px;
|
|
5044
5123
|
|
|
5045
|
-
|
|
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
|
|
5124
|
+
background-color: transparent
|
|
5090
5125
|
}
|
|
5091
5126
|
}
|
|
5092
|
-
.
|
|
5093
|
-
|
|
5127
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5128
|
+
color: #000
|
|
5094
5129
|
}
|
|
5095
5130
|
@media only screen and (min-width: 32em) {
|
|
5096
|
-
.
|
|
5097
|
-
|
|
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
|
-
.
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
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
|
-
|
|
5143
|
+
min-height: 295px;
|
|
5112
5144
|
|
|
5113
|
-
|
|
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
|
-
|
|
5145
|
-
|
|
5146
|
-
margin: calc(15rem / 16) -20px;
|
|
5147
|
-
padding: 42px 20px 50px;
|
|
5148
|
-
overflow: hidden;
|
|
5149
|
-
|
|
5150
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5151
|
-
|
|
5152
|
-
text-decoration: none;
|
|
5153
|
-
|
|
5154
|
-
background-color: #f66861;
|
|
5158
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5155
5159
|
|
|
5156
|
-
|
|
5160
|
+
content: ''
|
|
5157
5161
|
}
|
|
5158
5162
|
@media only screen and (min-width: 32em) {
|
|
5159
|
-
.
|
|
5160
|
-
|
|
5161
|
-
padding: 48px 30px;
|
|
5162
|
-
|
|
5163
|
-
border-radius: 8px
|
|
5163
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5164
|
+
content: ''
|
|
5164
5165
|
}
|
|
5165
5166
|
}
|
|
5166
|
-
.
|
|
5167
|
-
opacity: 0.7;
|
|
5168
|
-
}
|
|
5169
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
5170
|
-
max-width: 852px;
|
|
5171
|
-
margin: 0 auto;
|
|
5172
|
-
|
|
5167
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5173
5168
|
color: #fff;
|
|
5174
|
-
text-align: center;
|
|
5175
5169
|
|
|
5176
|
-
|
|
5177
|
-
}
|
|
5178
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
5179
|
-
font-weight: 700;
|
|
5180
|
-
font-size: 20px;
|
|
5181
|
-
line-height: 25px
|
|
5170
|
+
background-color: #191919
|
|
5182
5171
|
}
|
|
5183
5172
|
@media only screen and (min-width: 32em) {
|
|
5184
|
-
.
|
|
5185
|
-
|
|
5186
|
-
line-height: 34px
|
|
5173
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
5174
|
+
min-height: 350px
|
|
5187
5175
|
}
|
|
5188
5176
|
}
|
|
5189
|
-
.
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
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;
|
|
5194
5187
|
|
|
5195
|
-
|
|
5196
|
-
line-height: 25px
|
|
5188
|
+
min-height: 295px
|
|
5197
5189
|
}
|
|
5190
|
+
}
|
|
5198
5191
|
@media only screen and (min-width: 32em) {
|
|
5199
|
-
.
|
|
5200
|
-
|
|
5201
|
-
|
|
5192
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
5193
|
+
padding-bottom: 66.66%;
|
|
5194
|
+
|
|
5195
|
+
content: ''
|
|
5202
5196
|
}
|
|
5203
5197
|
}
|
|
5204
|
-
.
|
|
5205
|
-
|
|
5206
|
-
display: -webkit-flex;
|
|
5207
|
-
display: -ms-flexbox;
|
|
5208
|
-
display: flex;
|
|
5209
|
-
flex-flow: column nowrap;
|
|
5210
|
-
align-items: center;
|
|
5211
|
-
justify-content: center;
|
|
5198
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5199
|
+
position: relative;
|
|
5212
5200
|
|
|
5213
|
-
|
|
5201
|
+
width: 100%
|
|
5214
5202
|
}
|
|
5215
5203
|
@media only screen and (min-width: 32em) {
|
|
5216
|
-
.
|
|
5217
|
-
|
|
5204
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
5205
|
+
position: absolute;
|
|
5206
|
+
top: 0;
|
|
5207
|
+
bottom: 0
|
|
5218
5208
|
}
|
|
5219
5209
|
}
|
|
5220
|
-
.
|
|
5210
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
5221
5211
|
display: block;
|
|
5222
5212
|
|
|
5223
|
-
|
|
5224
|
-
font-weight: 600;
|
|
5225
|
-
|
|
5226
|
-
font-size: 11px;
|
|
5227
|
-
line-height: 16px;
|
|
5228
|
-
letter-spacing: 1px;
|
|
5213
|
+
padding-bottom: 78.50746269%;
|
|
5229
5214
|
|
|
5230
|
-
|
|
5231
|
-
text-transform: uppercase;
|
|
5232
|
-
text-decoration: none;
|
|
5215
|
+
content: ''
|
|
5233
5216
|
}
|
|
5234
|
-
|
|
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 {
|
|
5235
5223
|
position: absolute;
|
|
5236
|
-
top:
|
|
5237
|
-
|
|
5238
|
-
bottom: 0;
|
|
5239
|
-
left: 0;
|
|
5240
|
-
z-index: 1;
|
|
5224
|
+
top: 50%;
|
|
5225
|
+
left: 50%;
|
|
5241
5226
|
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5245
|
-
position: relative;
|
|
5227
|
+
width: 180px;
|
|
5228
|
+
height: 180px;
|
|
5246
5229
|
|
|
5247
|
-
|
|
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%;
|
|
5248
5235
|
|
|
5249
|
-
|
|
5250
|
-
padding: 14px 0 13px;
|
|
5236
|
+
transform: translate(-50%, -25%)
|
|
5251
5237
|
}
|
|
5252
|
-
|
|
5238
|
+
}
|
|
5239
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
5253
5240
|
position: absolute;
|
|
5254
|
-
top:
|
|
5255
|
-
right:
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
z-index: -1;
|
|
5259
|
-
|
|
5260
|
-
background-color: #eafe0b;
|
|
5261
|
-
|
|
5262
|
-
border-radius: 40px;
|
|
5263
|
-
|
|
5264
|
-
filter: blur(10px);
|
|
5241
|
+
top: 14px;
|
|
5242
|
+
right: 15px;
|
|
5243
|
+
left: 15px;
|
|
5244
|
+
z-index: 10;
|
|
5265
5245
|
|
|
5266
|
-
|
|
5246
|
+
color: rgba(255, 255, 255, 0.7);
|
|
5267
5247
|
|
|
5268
|
-
|
|
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);
|
|
5269
5269
|
}
|
|
5270
5270
|
@media only screen and (min-width: 32em) {
|
|
5271
|
-
.
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
margin-right: auto;
|
|
5275
|
-
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)
|
|
5276
5274
|
}
|
|
5277
5275
|
}
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
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
|
|
5282
5284
|
}
|
|
5283
5285
|
@media only screen and (min-width: 32em) {
|
|
5284
|
-
.
|
|
5285
|
-
|
|
5286
|
-
margin-right: 0;
|
|
5287
|
-
margin-left: 0
|
|
5286
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
5287
|
+
display: block
|
|
5288
5288
|
}
|
|
5289
5289
|
}
|
|
5290
5290
|
|