@meduza/ui-kit-2 0.1.33 → 0.1.35

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
@@ -1,3 +1,239 @@
1
+ /* Colors */
2
+ /* Fonts */
3
+ /* Gap */
4
+ /* Media */
5
+ /* 512 */
6
+ /* 650 */
7
+ /* 768 */
8
+ /* 1024 */
9
+ /* 1010 */
10
+ /* 1200 */
11
+ /* 511 */
12
+ /* 1023 */
13
+ /* Zindex */
14
+ .Button-module_root__RpsiW {
15
+ display: block;
16
+
17
+ padding: 0;
18
+
19
+ cursor: pointer;
20
+ -webkit-user-select: none;
21
+ -moz-user-select: none;
22
+ -ms-user-select: none;
23
+ user-select: none;
24
+ transition: background-color 0.15s ease-out;
25
+ text-align: center;
26
+
27
+ color: #fff;
28
+ border-width: 0;
29
+ outline: none;
30
+
31
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
32
+ line-height: 1;
33
+
34
+ -webkit-appearance: none;
35
+
36
+ -moz-appearance: none;
37
+
38
+ appearance: none;
39
+ }
40
+ .Button-module_root__RpsiW::-moz-focus-inner {
41
+ border: 0;
42
+ }
43
+ .Button-module_root__RpsiW[disabled] {
44
+ cursor: default;
45
+ pointer-events: none;
46
+
47
+ opacity: 0.5;
48
+ }
49
+ .Button-module_root__RpsiW > span:first-child {
50
+ margin-right: 4px;
51
+ }
52
+ .Button-module_root__RpsiW > span:last-child {
53
+ margin-left: 4px;
54
+ }
55
+ .Button-module_gold__ZMYg- {
56
+ background: #b88b59;
57
+ }
58
+ .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
59
+ fill: #b88b59;
60
+ }
61
+ .Button-module_gold__ZMYg-:hover {
62
+ background-color: #9e784c
63
+ }
64
+ @media (hover: none) {
65
+ .Button-module_gold__ZMYg-:hover {
66
+ background-color: #b88b59
67
+ }
68
+ }
69
+ .Button-module_gold__ZMYg-:active {
70
+ background-color: #856440;
71
+ }
72
+ .Button-module_gray__3IM54 {
73
+ color: #000;
74
+ background-color: #f0f0f0;
75
+ }
76
+ .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
77
+ fill: #545454;
78
+ }
79
+ .Button-module_gray__3IM54:hover {
80
+ background-color: #ebebeb
81
+ }
82
+ @media (hover: none) {
83
+ .Button-module_gray__3IM54:hover {
84
+ background-color: #ebebeb
85
+ }
86
+ }
87
+ .Button-module_gray__3IM54:active {
88
+ background-color: #e3e3e3;
89
+ }
90
+ .Button-module_sand__2AqVq {
91
+ background: #a18c68;
92
+ }
93
+ .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
94
+ fill: #a18c68;
95
+ }
96
+ .Button-module_sand__2AqVq:hover {
97
+ background-color: #8a7654
98
+ }
99
+ @media (hover: none) {
100
+ .Button-module_sand__2AqVq:hover {
101
+ background-color: #a18c68
102
+ }
103
+ }
104
+ .Button-module_sand__2AqVq:active {
105
+ background-color: #7b6743;
106
+ }
107
+ .Button-module_dark__I0uXx {
108
+ color: #adadad;
109
+ background-color: #3a3a3a;
110
+ box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
111
+ }
112
+ .Button-module_dark__I0uXx:hover {
113
+ background-color: #2e2e2e
114
+ }
115
+ @media (hover: none) {
116
+ .Button-module_dark__I0uXx:hover {
117
+ background-color: #3a3a3a
118
+ }
119
+ }
120
+ .Button-module_dark__I0uXx:active {
121
+ background-color: #242424;
122
+ }
123
+ .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
124
+ fill: #3a3a3a;
125
+ }
126
+ .Button-module_light__1Y4hG {
127
+ color: #000;
128
+ background-color: #fff;
129
+ }
130
+ .Button-module_light__1Y4hG:hover {
131
+ background-color: #ebebeb
132
+ }
133
+ @media (hover: none) {
134
+ .Button-module_light__1Y4hG:hover {
135
+ background-color: #fff
136
+ }
137
+ }
138
+ .Button-module_light__1Y4hG:active {
139
+ background-color: #e3e3e3;
140
+ }
141
+ .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
142
+ fill: #fff;
143
+ }
144
+ .Button-module_black__3sG3Y {
145
+ color: #7e7d7b;
146
+ background-color: #000;
147
+ }
148
+ .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
149
+ fill: #7e7d7b;
150
+ }
151
+ .Button-module_black__3sG3Y:hover {
152
+ background-color: #141414
153
+ }
154
+ @media (hover: none) {
155
+ .Button-module_black__3sG3Y:hover {
156
+ background: #141414
157
+ }
158
+ }
159
+ .Button-module_black__3sG3Y:active {
160
+ background-color: #242424;
161
+ }
162
+ .Button-module_red__3Niou {
163
+ background-color: #f95a5a;
164
+ }
165
+ .Button-module_red__3Niou:hover {
166
+ background-color: #e65353
167
+ }
168
+ @media (hover: none) {
169
+ .Button-module_red__3Niou:hover {
170
+ background: #f95a5a
171
+ }
172
+ }
173
+ .Button-module_red__3Niou:active {
174
+ background-color: #d44d4d;
175
+ }
176
+ .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
177
+ fill: #141414;
178
+ }
179
+ .Button-module_default__28Vo_ {
180
+ width: 100%;
181
+ height: 42px;
182
+ padding: 6px 18px;
183
+
184
+ letter-spacing: 1px;
185
+ text-transform: uppercase;
186
+
187
+ border-radius: 8px;
188
+
189
+ font-size: 12px;
190
+ font-weight: 600;
191
+ line-height: 22px
192
+ }
193
+ @media only screen and (min-device-width: 64em) {
194
+ .Button-module_default__28Vo_ {
195
+ padding: 7px 18px 6px;
196
+
197
+ font-size: 14px;
198
+ line-height: 16px
199
+ }
200
+ }
201
+ .Button-module_isInSpoiler__2Yl8c svg {
202
+ margin-top: -2px;
203
+ margin-left: 6px;
204
+ }
205
+ .Button-module_ghost__3awCW {
206
+ letter-spacing: inherit;
207
+ text-transform: none;
208
+
209
+ color: inherit;
210
+ background-color: transparent;
211
+
212
+ font-family: inherit;
213
+ font-size: inherit;
214
+ font-weight: inherit;
215
+ }
216
+ .Button-module_isInDropdown__1ogKL {
217
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
218
+ }
219
+ .Button-module_black__3sG3Y[disabled],
220
+ .Button-module_sand__2AqVq[disabled] {
221
+ opacity: 0.3;
222
+ }
223
+ /* LOADING */
224
+ .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
225
+ cursor: default;
226
+ pointer-events: none;
227
+
228
+ background-color: transparent;
229
+ box-shadow: none;
230
+ }
231
+ .Button-module_loader__2pl6d {
232
+ display: block;
233
+
234
+ margin-top: -1px;
235
+ }
236
+
1
237
  /* Colors */
2
238
  /* Fonts */
3
239
  /* Gap */
@@ -175,149 +411,23 @@
175
411
  /* 511 */
176
412
  /* 1023 */
177
413
  /* Zindex */
178
- .DotsOnImage-module_root__2XP3Q {
414
+ .Image-module_root__1vsA_ {
179
415
  position: relative;
416
+ z-index: 1;
180
417
 
181
418
  display: block;
182
-
183
- width: 100%;
419
+ overflow: hidden
184
420
  }
185
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
186
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
187
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
421
+ @media only screen and (min-device-width: 32em) {
422
+ .Image-module_root__1vsA_ {
423
+ border-radius: inherit
188
424
  }
189
- .DotsOnImage-module_dot__H1wua {
425
+ }
426
+ .Image-module_placeholder__1p4ob,
427
+ .Image-module_root__1vsA_ img {
190
428
  position: absolute;
191
- z-index: 10;
192
-
193
- width: 28px;
194
- height: 28px;
195
-
196
- will-change: opacity;
197
- }
198
- .DotsOnImage-module_marker__lH5cP {
199
- width: 100%;
200
- height: 100%;
201
- padding: 0;
202
-
203
- cursor: pointer;
204
- text-align: center;
205
-
206
- opacity: 0;
207
- color: #fff;
208
- border-width: 0;
209
- border-radius: 30px;
210
- outline-width: 0;
211
- background-color: #000;
212
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
213
-
214
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
215
- font-size: 13px;
216
- font-weight: 600;
217
- line-height: 28px;
218
-
219
- -webkit-appearance: none;
220
-
221
- -moz-appearance: none;
222
-
223
- appearance: none;
224
- will-change: opacity;
225
- }
226
- .DotsOnImage-module_marker__lH5cP svg {
227
- display: block;
228
-
229
- will-change: opacity;
230
- }
231
- .DotsOnImage-module_marker__lH5cP:hover,
232
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
233
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
234
- }
235
- .DotsOnImage-module_popover__35Cpj {
236
- position: absolute;
237
- z-index: 10;
238
- }
239
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
240
- transform: translateX(50px);
241
- }
242
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
243
- transform: translateX(-100%) translateX(-22px);
244
- }
245
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
246
- transform: translateX(50px) translateY(-100%) translateY(22px);
247
- }
248
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
249
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
250
- translateY(22px);
251
- }
252
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
253
- 0% {
254
- transform: scale(0.4);
255
-
256
- opacity: 0;
257
- }
258
-
259
- 90% {
260
- transform: scale(1.1);
261
-
262
- opacity: 1;
263
- }
264
-
265
- 100% {
266
- transform: scale(1);
267
-
268
- opacity: 1;
269
- }
270
- }
271
- @keyframes DotsOnImage-module_show__2TMBv {
272
- 0% {
273
- transform: scale(0.4);
274
-
275
- opacity: 0;
276
- }
277
-
278
- 90% {
279
- transform: scale(1.1);
280
-
281
- opacity: 1;
282
- }
283
-
284
- 100% {
285
- transform: scale(1);
286
-
287
- opacity: 1;
288
- }
289
- }
290
-
291
- /* Colors */
292
- /* Fonts */
293
- /* Gap */
294
- /* Media */
295
- /* 512 */
296
- /* 650 */
297
- /* 768 */
298
- /* 1024 */
299
- /* 1010 */
300
- /* 1200 */
301
- /* 511 */
302
- /* 1023 */
303
- /* Zindex */
304
- .Image-module_root__1vsA_ {
305
- position: relative;
306
- z-index: 1;
307
-
308
- display: block;
309
- overflow: hidden
310
- }
311
- @media only screen and (min-device-width: 32em) {
312
- .Image-module_root__1vsA_ {
313
- border-radius: inherit
314
- }
315
- }
316
- .Image-module_placeholder__1p4ob,
317
- .Image-module_root__1vsA_ img {
318
- position: absolute;
319
- top: 0;
320
- left: 0;
429
+ top: 0;
430
+ left: 0;
321
431
 
322
432
  width: 100%;
323
433
  height: 100%;
@@ -602,6 +712,132 @@
602
712
  }
603
713
  }
604
714
 
715
+ /* Colors */
716
+ /* Fonts */
717
+ /* Gap */
718
+ /* Media */
719
+ /* 512 */
720
+ /* 650 */
721
+ /* 768 */
722
+ /* 1024 */
723
+ /* 1010 */
724
+ /* 1200 */
725
+ /* 511 */
726
+ /* 1023 */
727
+ /* Zindex */
728
+ .DotsOnImage-module_root__2XP3Q {
729
+ position: relative;
730
+
731
+ display: block;
732
+
733
+ width: 100%;
734
+ }
735
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
736
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
737
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
738
+ }
739
+ .DotsOnImage-module_dot__H1wua {
740
+ position: absolute;
741
+ z-index: 10;
742
+
743
+ width: 28px;
744
+ height: 28px;
745
+
746
+ will-change: opacity;
747
+ }
748
+ .DotsOnImage-module_marker__lH5cP {
749
+ width: 100%;
750
+ height: 100%;
751
+ padding: 0;
752
+
753
+ cursor: pointer;
754
+ text-align: center;
755
+
756
+ opacity: 0;
757
+ color: #fff;
758
+ border-width: 0;
759
+ border-radius: 30px;
760
+ outline-width: 0;
761
+ background-color: #000;
762
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
763
+
764
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
765
+ font-size: 13px;
766
+ font-weight: 600;
767
+ line-height: 28px;
768
+
769
+ -webkit-appearance: none;
770
+
771
+ -moz-appearance: none;
772
+
773
+ appearance: none;
774
+ will-change: opacity;
775
+ }
776
+ .DotsOnImage-module_marker__lH5cP svg {
777
+ display: block;
778
+
779
+ will-change: opacity;
780
+ }
781
+ .DotsOnImage-module_marker__lH5cP:hover,
782
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
783
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
784
+ }
785
+ .DotsOnImage-module_popover__35Cpj {
786
+ position: absolute;
787
+ z-index: 10;
788
+ }
789
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
790
+ transform: translateX(50px);
791
+ }
792
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
793
+ transform: translateX(-100%) translateX(-22px);
794
+ }
795
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
796
+ transform: translateX(50px) translateY(-100%) translateY(22px);
797
+ }
798
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
799
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
800
+ translateY(22px);
801
+ }
802
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
803
+ 0% {
804
+ transform: scale(0.4);
805
+
806
+ opacity: 0;
807
+ }
808
+
809
+ 90% {
810
+ transform: scale(1.1);
811
+
812
+ opacity: 1;
813
+ }
814
+
815
+ 100% {
816
+ transform: scale(1);
817
+
818
+ opacity: 1;
819
+ }
820
+ }
821
+ @keyframes DotsOnImage-module_show__2TMBv {
822
+ 0% {
823
+ transform: scale(0.4);
824
+
825
+ opacity: 0;
826
+ }
827
+
828
+ 90% {
829
+ transform: scale(1.1);
830
+
831
+ opacity: 1;
832
+ }
833
+
834
+ 100% {
835
+ transform: scale(1);
836
+
837
+ opacity: 1;
838
+ }
839
+ }
840
+
605
841
  /* Colors */
606
842
  /* Fonts */
607
843
  /* Gap */
@@ -772,189 +1008,352 @@
772
1008
  /* 511 */
773
1009
  /* 1023 */
774
1010
  /* Zindex */
775
- .MaterialNote-module_root__1AcYe {
776
- margin-bottom: 17px;
777
-
778
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
779
- font-size: 16px;
780
- line-height: 22px;
781
- }
782
- .MaterialNote-module_root__1AcYe:empty {
783
- margin-bottom: 0;
1011
+ .Table-module_root__1VsG6 {
1012
+ margin: 15px 0
784
1013
  }
785
- .MaterialNote-module_root__1AcYe:empty::before {
786
- margin-bottom: 9px;
1014
+ @media only screen and (min-device-width: 32em) {
1015
+ .Table-module_root__1VsG6 {
1016
+ margin: 25px auto 20px
787
1017
  }
788
- .MaterialNote-module_root__1AcYe::before {
789
- display: block;
790
-
791
- width: 120px;
792
- height: 1px;
793
- margin-bottom: 15px;
794
-
795
- content: '';
796
-
797
- background: #000;
1018
+ }
1019
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
1020
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1021
+ margin-right: -11px;
1022
+ margin-left: -11px
798
1023
  }
799
- .MaterialNote-module_root__1AcYe p {
800
- margin-top: 8px;
801
- margin-bottom: 0;
1024
+ @media only screen and (min-device-width: 64em) {
1025
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
1026
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1027
+ margin-right: 0;
1028
+ margin-left: 0
802
1029
  }
803
- .MaterialNote-module_root__1AcYe a {
804
- text-decoration: none;
805
-
806
- color: inherit;
807
- box-shadow: inset 0 -1px;
1030
+ }
1031
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
1032
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
1033
+ right: -11px;
808
1034
  }
809
- .MaterialNote-module_root__1AcYe a:hover {
810
- color: #b88b59;
1035
+ .Table-module_root__1VsG6:first-child {
1036
+ margin-top: 0;
811
1037
  }
812
- .MaterialNote-module_dark__xCry-::before {
813
- background-color: #4f4f4f;
1038
+ .Table-module_root__1VsG6:last-child {
1039
+ margin-bottom: 0;
814
1040
  }
815
- .MaterialNote-module_note_credit__PuFyX {
816
- color: #666;
1041
+ .Table-module_table__nZIkV {
1042
+ position: relative;
817
1043
 
818
- font-size: 12px;
819
- line-height: 15px;
1044
+ overflow-y: hidden;
1045
+
1046
+ margin: 0 -20px;
1047
+
1048
+ border-width: 1px 0;
1049
+ border-style: solid;
1050
+ border-color: rgba(232, 232, 232, 1);
1051
+
1052
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
820
1053
  }
821
- .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
822
- margin-top: 6px;
1054
+ @media only screen and (min-device-width: 32em) {
1055
+ .Table-module_table__nZIkV {
1056
+ margin: 0;
1057
+
1058
+ border-width: 1px;
1059
+ border-radius: 3px
823
1060
  }
824
- .MaterialNote-module_note_credit__PuFyX:only-child {
825
- margin-top: 0;
1061
+ }
1062
+ .Table-module_tracks__2wrDB {
1063
+ display: table;
1064
+
1065
+ width: 100%
826
1066
  }
827
- .MaterialNote-module_note_caption__1ezSo b {
828
- font-weight: bold;
1067
+ @media only screen and (min-device-width: 32em) {
1068
+ .Table-module_tracks__2wrDB {
1069
+ table-layout: fixed
829
1070
  }
830
- .MaterialNote-module_center__18RxI {
831
- max-width: 650px;
832
- margin-right: auto;
833
- margin-left: auto;
1071
+ }
1072
+ .Table-module_wrapper__1YTKM {
1073
+ position: relative;
834
1074
  }
835
- .MaterialNote-module_center__18RxI,
836
- .MaterialNote-module_default__1lQPl {
837
- margin-top: 25px
1075
+ .Table-module_wrapper__1YTKM::after {
1076
+ position: absolute;
1077
+ z-index: 100;
1078
+ top: 0;
1079
+ right: -20px;
1080
+ bottom: -20px;
1081
+
1082
+ display: block;
1083
+
1084
+ width: 30px;
1085
+ height: 100%;
1086
+
1087
+ content: "";
1088
+
1089
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
1090
+
1091
+ background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
1092
+
1093
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
838
1094
  }
839
1095
  @media only screen and (min-device-width: 32em) {
840
- .MaterialNote-module_center__18RxI,
841
- .MaterialNote-module_default__1lQPl {
842
- margin-top: 45px
1096
+ .Table-module_wrapper__1YTKM::after {
1097
+ content: none
843
1098
  }
844
1099
  }
845
- .MaterialNote-module_card__OWXbQ:empty,
846
- .MaterialNote-module_slide__1ZBBq:empty,
847
- .MaterialNote-module_game__cADMe:empty {
848
- display: none;
849
- }
850
- .MaterialNote-module_slide__1ZBBq::before,
851
- .MaterialNote-module_card__OWXbQ::before,
852
- .MaterialNote-module_game__cADMe::before {
853
- content: none;
1100
+ .Table-module_default__3CGeE {
1101
+ max-width: 650px;
854
1102
  }
855
- .MaterialNote-module_gameSurvey__3SiG-,
856
- .MaterialNote-module_gameSurvey__3SiG-:empty {
857
- display: block;
1103
+ .Table-module_full__S5pDB {
1104
+ max-width: 980px;
858
1105
  }
859
- .MaterialNote-module_gameSurvey__3SiG-::before {
860
- margin-right: auto;
861
- margin-left: auto;
1106
+ .Table-module_row__3TH83 {
1107
+ z-index: 1;
862
1108
 
863
- content: '';
864
- }
865
- .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
866
- .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
867
- .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
868
- margin-top: 0;
1109
+ display: table-row;
869
1110
  }
870
- .MaterialNote-module_game__cADMe {
871
- margin-bottom: 0;
872
-
873
- text-align: center
1111
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
1112
+ border-bottom: 0;
874
1113
  }
875
1114
  @media only screen and (min-device-width: 32em) {
876
- .MaterialNote-module_game__cADMe {
877
- margin-top: 25px
1115
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
1116
+ border-radius: 2px 0 0 0
878
1117
  }
879
1118
  }
880
- @media only screen and (max-device-width: 32.1875em) {
881
- .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
882
- color: #fff
1119
+ @media only screen and (min-device-width: 32em) {
1120
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
1121
+ border-radius: 0 2px 0 0
883
1122
  }
884
1123
  }
885
- .MaterialNote-module_slide__1ZBBq,
886
- .MaterialNote-module_card__OWXbQ {
887
- margin-bottom: 9px;
888
- padding-top: 8px
1124
+ @media only screen and (min-device-width: 32em) {
1125
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
1126
+ border-radius: 0 0 2px 0
889
1127
  }
1128
+ }
890
1129
  @media only screen and (min-device-width: 32em) {
891
- .MaterialNote-module_slide__1ZBBq,
892
- .MaterialNote-module_card__OWXbQ {
893
- margin-bottom: 16px
1130
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
1131
+ border-radius: 0 0 0 2px
894
1132
  }
895
1133
  }
1134
+ .Table-module_cell__EFKDW {
1135
+ display: table-cell;
1136
+ overflow: hidden;
896
1137
 
897
- /* Colors */
898
- /* Fonts */
899
- /* Gap */
900
- /* Media */
901
- /* 512 */
902
- /* 650 */
903
- /* 768 */
904
- /* 1024 */
905
- /* 1010 */
906
- /* 1200 */
907
- /* 511 */
908
- /* 1023 */
909
- /* Zindex */
910
- .MediaCaption-module_root__KqTdw {
911
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
912
- }
913
- .MediaCaption-module_root__KqTdw a {
914
- text-decoration: underline;
1138
+ min-height: 32px;
1139
+ padding: 6px;
915
1140
 
916
- color: inherit;
917
- box-shadow: none;
918
- }
919
- .MediaCaption-module_root__KqTdw a:hover {
920
- color: #b88b58;
921
- }
922
- .MediaCaption-module_caption__1hr7Y {
923
- max-width: 520px;
924
- padding-top: 4px;
1141
+ vertical-align: top;
925
1142
 
926
- color: #1a1a1a;
1143
+ border-right: 1px solid rgba(232, 232, 232, 1);
1144
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1145
+ background-color: #fff;
927
1146
 
928
- font-size: 14px;
929
- line-height: 18px
1147
+ font-size: 12px;
1148
+ line-height: 16px
930
1149
  }
931
1150
  @media only screen and (min-device-width: 32em) {
932
- .MediaCaption-module_caption__1hr7Y {
933
- font-size: 16px;
934
- line-height: 22px
1151
+ .Table-module_cell__EFKDW {
1152
+ padding: 9px 12px 8px;
1153
+
1154
+ font-size: 14px;
1155
+ line-height: 19px
935
1156
  }
936
1157
  }
937
- .MediaCaption-module_credit__3ehAP {
938
- max-width: 520px;
939
- padding-top: 1px;
940
-
941
- color: #666;
1158
+ .Table-module_cell__EFKDW:last-child {
1159
+ padding-right: 20px;
942
1160
 
943
- font-size: 12px;
944
- line-height: 16px
1161
+ border-right: 0
945
1162
  }
946
1163
  @media only screen and (min-device-width: 32em) {
947
- .MediaCaption-module_credit__3ehAP {
948
- padding-top: 3px
1164
+ .Table-module_cell__EFKDW:last-child {
1165
+ padding-right: 12px
949
1166
  }
950
1167
  }
951
- .MediaCaption-module_credit__3ehAP:first-child {
952
- padding-top: 3px;
1168
+ .Table-module_cell__EFKDW a {
1169
+ text-decoration: none;
1170
+
1171
+ color: inherit;
1172
+ box-shadow: inset 0 -1px #000;
953
1173
  }
954
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
955
- color: #fff;
1174
+ .Table-module_cell__EFKDW a:hover {
1175
+ color: #b88b58;
1176
+ box-shadow: inset 0 -1px #b88b58;
956
1177
  }
957
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1178
+ .Table-module_cell__EFKDW p {
1179
+ margin: 0;
1180
+ }
1181
+ .Table-module_cell__EFKDW p + p {
1182
+ margin-top: 8px;
1183
+ }
1184
+ .Table-module_fixedColumn__E1hN5 {
1185
+ position: -webkit-sticky;
1186
+ position: sticky;
1187
+ z-index: 50;
1188
+ left: 0
1189
+ }
1190
+ @media only screen and (min-device-width: 32em) {
1191
+ .Table-module_fixedColumn__E1hN5 {
1192
+ position: static
1193
+ }
1194
+ }
1195
+ .Table-module_fixedColumn__E1hN5::after {
1196
+ position: absolute;
1197
+ top: 0;
1198
+ right: -15px;
1199
+ bottom: 0;
1200
+
1201
+ width: 15px;
1202
+
1203
+ content: '';
1204
+
1205
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
1206
+
1207
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
1208
+
1209
+ background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
1210
+ }
1211
+ @media only screen and (min-device-width: 32em) {
1212
+ .Table-module_fixedColumn__E1hN5::after {
1213
+ content: none
1214
+ }
1215
+ }
1216
+ .Table-module_white__gzvo0 {
1217
+ background-color: #fff;
1218
+ }
1219
+ .Table-module_gray__3da6S {
1220
+ background-color: #F5F5F5;
1221
+ }
1222
+ .Table-module_pink__3oH1l {
1223
+ background-color: #FEEEEE;
1224
+ }
1225
+ .Table-module_blue__GM27F {
1226
+ background-color: #E6F3FF;
1227
+ }
1228
+ .Table-module_yellow__2jhvA {
1229
+ background-color: #FFFDE6;
1230
+ }
1231
+ .Table-module_orange__1c-oM {
1232
+ background-color: #FFF9F2;
1233
+ }
1234
+ .Table-module_green__13OIM {
1235
+ background-color: #E7F2EF;
1236
+ }
1237
+ .Table-module_violet__2W-kO {
1238
+ background-color: #F4F0F8;
1239
+ }
1240
+ .Table-module_header__1exlo {
1241
+ max-width: 340px;
1242
+ padding: 9px 6px;
1243
+
1244
+ vertical-align: top;
1245
+ letter-spacing: 0.5px;
1246
+ text-transform: uppercase;
1247
+
1248
+ border-right: 1px solid rgba(232, 232, 232, 1);
1249
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1250
+
1251
+ font-size: 10px;
1252
+ font-weight: 600;
1253
+ line-height: 16px
1254
+ }
1255
+ @media only screen and (min-device-width: 32em) {
1256
+ .Table-module_header__1exlo {
1257
+ max-width: none;
1258
+ padding: 9px 12px;
1259
+
1260
+ line-height: 11px
1261
+ }
1262
+ }
1263
+ .Table-module_s__Vl_Eg {
1264
+ min-width: 120px
1265
+ }
1266
+ @media only screen and (min-device-width: 32em) {
1267
+ .Table-module_s__Vl_Eg {
1268
+ width: 18%;
1269
+ min-width: 0
1270
+ }
1271
+ }
1272
+ .Table-module_m__29G9r {
1273
+ min-width: 200px
1274
+ }
1275
+ @media only screen and (min-device-width: 32em) {
1276
+ .Table-module_m__29G9r {
1277
+ width: 30%;
1278
+ min-width: 0
1279
+ }
1280
+
1281
+ }
1282
+ .Table-module_l__1ZSMc {
1283
+ min-width: 336px
1284
+ }
1285
+ @media only screen and (min-device-width: 32em) {
1286
+ .Table-module_l__1ZSMc {
1287
+ width: 50%;
1288
+ min-width: 0
1289
+ }
1290
+ }
1291
+ .Table-module_xs__au2Oe {
1292
+ width: 50px;
1293
+ min-width: 50px;
1294
+ }
1295
+
1296
+ /* Colors */
1297
+ /* Fonts */
1298
+ /* Gap */
1299
+ /* Media */
1300
+ /* 512 */
1301
+ /* 650 */
1302
+ /* 768 */
1303
+ /* 1024 */
1304
+ /* 1010 */
1305
+ /* 1200 */
1306
+ /* 511 */
1307
+ /* 1023 */
1308
+ /* Zindex */
1309
+ .MediaCaption-module_root__KqTdw {
1310
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1311
+ }
1312
+ .MediaCaption-module_root__KqTdw a {
1313
+ text-decoration: underline;
1314
+
1315
+ color: inherit;
1316
+ box-shadow: none;
1317
+ }
1318
+ .MediaCaption-module_root__KqTdw a:hover {
1319
+ color: #b88b58;
1320
+ }
1321
+ .MediaCaption-module_caption__1hr7Y {
1322
+ max-width: 520px;
1323
+ padding-top: 4px;
1324
+
1325
+ color: #1a1a1a;
1326
+
1327
+ font-size: 14px;
1328
+ line-height: 18px
1329
+ }
1330
+ @media only screen and (min-device-width: 32em) {
1331
+ .MediaCaption-module_caption__1hr7Y {
1332
+ font-size: 16px;
1333
+ line-height: 22px
1334
+ }
1335
+ }
1336
+ .MediaCaption-module_credit__3ehAP {
1337
+ max-width: 520px;
1338
+ padding-top: 1px;
1339
+
1340
+ color: #666;
1341
+
1342
+ font-size: 12px;
1343
+ line-height: 16px
1344
+ }
1345
+ @media only screen and (min-device-width: 32em) {
1346
+ .MediaCaption-module_credit__3ehAP {
1347
+ padding-top: 3px
1348
+ }
1349
+ }
1350
+ .MediaCaption-module_credit__3ehAP:first-child {
1351
+ padding-top: 3px;
1352
+ }
1353
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1354
+ color: #fff;
1355
+ }
1356
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
958
1357
  color: #929292;
959
1358
  }
960
1359
  .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
@@ -1000,80 +1399,127 @@
1000
1399
  /* 511 */
1001
1400
  /* 1023 */
1002
1401
  /* Zindex */
1003
- .Dropdown-module_root__11PNk {
1004
- position: relative;
1005
- z-index: 100;
1006
-
1007
- display: inline-block;
1402
+ .MaterialNote-module_root__1AcYe {
1403
+ margin-bottom: 17px;
1008
1404
 
1009
1405
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1406
+ font-size: 16px;
1407
+ line-height: 22px;
1010
1408
  }
1011
- .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
1012
- .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
1013
- visibility: visible;
1014
-
1015
- opacity: 1;
1409
+ .MaterialNote-module_root__1AcYe:empty {
1410
+ margin-bottom: 0;
1016
1411
  }
1017
- .Dropdown-module_root__11PNk ul {
1018
- overflow: hidden;
1019
-
1020
- width: 162px;
1021
- margin: 0;
1022
- padding: 3px 0;
1023
-
1024
- border-radius: 5px;
1025
- background: #fff;
1026
- box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1027
-
1028
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1029
- font-size: 14px;
1030
- line-height: 26px;
1412
+ .MaterialNote-module_root__1AcYe:empty::before {
1413
+ margin-bottom: 9px;
1031
1414
  }
1032
- .Dropdown-module_root__11PNk a {
1415
+ .MaterialNote-module_root__1AcYe::before {
1033
1416
  display: block;
1034
1417
 
1035
- padding: 2px 15px;
1418
+ width: 120px;
1419
+ height: 1px;
1420
+ margin-bottom: 15px;
1036
1421
 
1037
- text-decoration: none;
1422
+ content: '';
1038
1423
 
1039
- color: #000;
1040
- box-shadow: none;
1424
+ background: #000;
1041
1425
  }
1042
- .Dropdown-module_root__11PNk a:hover {
1043
- color: #000;
1044
- background-color: #f7f7f7;
1426
+ .MaterialNote-module_root__1AcYe p {
1427
+ margin-top: 8px;
1428
+ margin-bottom: 0;
1045
1429
  }
1046
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1047
- right: 0;
1048
- left: auto
1430
+ .MaterialNote-module_root__1AcYe a {
1431
+ text-decoration: none;
1432
+
1433
+ color: inherit;
1434
+ box-shadow: inset 0 -1px;
1049
1435
  }
1050
- @media only screen and (min-device-width: 64em) {
1051
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1052
- right: auto;
1053
- left: 0
1436
+ .MaterialNote-module_root__1AcYe a:hover {
1437
+ color: #b88b59;
1054
1438
  }
1055
- }
1056
- .Dropdown-module_menu__3PIqD {
1057
- position: absolute;
1058
- top: 100%;
1059
- left: 0;
1060
-
1061
- visibility: hidden;
1062
-
1063
- padding-top: 6px;
1064
-
1065
- opacity: 0;
1439
+ .MaterialNote-module_dark__xCry-::before {
1440
+ background-color: #4f4f4f;
1066
1441
  }
1067
- .Dropdown-module_menu__3PIqD::after {
1068
- position: absolute;
1069
- z-index: -1;
1070
- top: -10px;
1071
- right: -10px;
1072
- bottom: -10px;
1073
- left: -10px;
1442
+ .MaterialNote-module_note_credit__PuFyX {
1443
+ color: #666;
1444
+
1445
+ font-size: 12px;
1446
+ line-height: 15px;
1447
+ }
1448
+ .MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
1449
+ margin-top: 6px;
1450
+ }
1451
+ .MaterialNote-module_note_credit__PuFyX:only-child {
1452
+ margin-top: 0;
1453
+ }
1454
+ .MaterialNote-module_note_caption__1ezSo b {
1455
+ font-weight: bold;
1456
+ }
1457
+ .MaterialNote-module_center__18RxI {
1458
+ max-width: 650px;
1459
+ margin-right: auto;
1460
+ margin-left: auto;
1461
+ }
1462
+ .MaterialNote-module_center__18RxI,
1463
+ .MaterialNote-module_default__1lQPl {
1464
+ margin-top: 25px
1465
+ }
1466
+ @media only screen and (min-device-width: 32em) {
1467
+ .MaterialNote-module_center__18RxI,
1468
+ .MaterialNote-module_default__1lQPl {
1469
+ margin-top: 45px
1470
+ }
1471
+ }
1472
+ .MaterialNote-module_card__OWXbQ:empty,
1473
+ .MaterialNote-module_slide__1ZBBq:empty,
1474
+ .MaterialNote-module_game__cADMe:empty {
1475
+ display: none;
1476
+ }
1477
+ .MaterialNote-module_slide__1ZBBq::before,
1478
+ .MaterialNote-module_card__OWXbQ::before,
1479
+ .MaterialNote-module_game__cADMe::before {
1480
+ content: none;
1481
+ }
1482
+ .MaterialNote-module_gameSurvey__3SiG-,
1483
+ .MaterialNote-module_gameSurvey__3SiG-:empty {
1484
+ display: block;
1485
+ }
1486
+ .MaterialNote-module_gameSurvey__3SiG-::before {
1487
+ margin-right: auto;
1488
+ margin-left: auto;
1074
1489
 
1075
1490
  content: '';
1076
1491
  }
1492
+ .MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
1493
+ .MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
1494
+ .MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
1495
+ margin-top: 0;
1496
+ }
1497
+ .MaterialNote-module_game__cADMe {
1498
+ margin-bottom: 0;
1499
+
1500
+ text-align: center
1501
+ }
1502
+ @media only screen and (min-device-width: 32em) {
1503
+ .MaterialNote-module_game__cADMe {
1504
+ margin-top: 25px
1505
+ }
1506
+ }
1507
+ @media only screen and (max-device-width: 32.1875em) {
1508
+ .MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
1509
+ color: #fff
1510
+ }
1511
+ }
1512
+ .MaterialNote-module_slide__1ZBBq,
1513
+ .MaterialNote-module_card__OWXbQ {
1514
+ margin-bottom: 9px;
1515
+ padding-top: 8px
1516
+ }
1517
+ @media only screen and (min-device-width: 32em) {
1518
+ .MaterialNote-module_slide__1ZBBq,
1519
+ .MaterialNote-module_card__OWXbQ {
1520
+ margin-bottom: 16px
1521
+ }
1522
+ }
1077
1523
 
1078
1524
  /* Colors */
1079
1525
  /* Fonts */
@@ -1132,133 +1578,48 @@
1132
1578
  /* 511 */
1133
1579
  /* 1023 */
1134
1580
  /* Zindex */
1135
- .Toolbar-module_root__2HF2r {
1136
- overflow: hidden;
1137
-
1138
- transform: translateZ(0);
1139
-
1140
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1141
- }
1142
- .Toolbar-module_list__1n5ny {
1143
- display: -webkit-box;
1144
- display: -webkit-flex;
1145
- display: -ms-flexbox;
1146
- display: flex;
1147
- flex-flow: row wrap;
1148
-
1149
- margin: 0 0 0 -10px;
1150
- padding: 0;
1151
-
1152
- list-style: none
1153
- }
1154
- @media only screen and (min-device-width: 64em) {
1155
- .Toolbar-module_list__1n5ny {
1156
- margin: 0 0 0 -15px
1581
+ .BookmarkButton-module_root__3KmuY {
1582
+ color: #e0e0e0;
1157
1583
  }
1158
- }
1159
- .Toolbar-module_item__36x7d {
1160
- position: relative;
1161
-
1162
- min-width: 42px;
1163
- height: 32px;
1164
- padding-right: 10px;
1165
- padding-left: 10px;
1584
+ .BookmarkButton-module_control__1A0ea {
1585
+ margin: 0;
1586
+ padding: 5px 3px;
1166
1587
 
1167
1588
  cursor: pointer;
1168
- transition: color 250ms ease;
1169
- text-align: center;
1170
-
1171
- color: #808080;
1172
1589
 
1173
- line-height: 1
1174
- }
1175
- @media only screen and (min-device-width: 64em) {
1176
- .Toolbar-module_item__36x7d {
1177
- padding-right: 15px;
1178
- padding-left: 15px
1179
- }
1180
- }
1181
- .Toolbar-module_item__36x7d:last-child {
1182
- margin-right: 0;
1183
- }
1184
- .Toolbar-module_item__36x7d::before {
1185
- position: absolute;
1186
- top: 7px;
1187
- left: 0;
1590
+ color: inherit;
1591
+ border-width: 0;
1592
+ outline: none;
1593
+ background-color: transparent;
1188
1594
 
1189
- height: 18px;
1595
+ -webkit-appearance: none;
1190
1596
 
1191
- content: '';
1192
- vertical-align: middle;
1597
+ -moz-appearance: none;
1193
1598
 
1194
- border-left: 1px solid rgba(0, 0, 0, 0.15);
1195
- }
1196
- .Toolbar-module_item__36x7d:empty {
1197
- display: none;
1198
- }
1199
- .Toolbar-module_isInTopbar__223iP {
1200
- height: 100%;
1201
- }
1202
- .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
1203
- height: 100%;
1204
- }
1205
- .Toolbar-module_center__3_H8M {
1206
- width: 100%;
1207
- max-width: 650px;
1208
- margin-right: auto;
1209
- margin-left: auto;
1210
- }
1211
- .Toolbar-module_game__5-jY_ {
1212
- margin-top: 11px
1213
- }
1214
- @media only screen and (min-device-width: 32em) {
1215
- .Toolbar-module_game__5-jY_ {
1216
- margin-top: 18px
1217
- }
1218
- }
1219
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1220
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1221
- justify-content: center
1222
- }
1223
- @media only screen and (min-device-width: 32em) {
1224
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1225
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1226
- display: -webkit-box;
1227
- display: -webkit-flex;
1228
- display: -ms-flexbox;
1229
- display: flex
1599
+ appearance: none;
1600
+ fill: transparent;
1230
1601
  }
1231
- }
1232
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1233
- width: 260px
1602
+ .BookmarkButton-module_dark__1cwyi {
1603
+ color: #fff;
1234
1604
  }
1235
- @media only screen and (min-device-width: 32em) {
1236
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1237
- width: auto
1605
+ .BookmarkButton-module_light__1uQyH {
1606
+ color: #000;
1238
1607
  }
1239
- }
1240
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1241
- content: none
1608
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1609
+ fill: #e0e0e0;
1242
1610
  }
1243
- @media only screen and (min-device-width: 32em) {
1244
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1245
- content: ''
1611
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1612
+ fill: #fff;
1246
1613
  }
1247
- }
1248
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
1249
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
1250
- content: none;
1614
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1615
+ fill: #000;
1251
1616
  }
1252
1617
  @media only screen and (min-device-width: 64em) {
1253
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1254
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1255
- margin-left: 0
1618
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1619
+ width: 12px
1256
1620
  }
1257
1621
  }
1258
- .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1259
- border-left-color: rgba(255, 255, 255, 0.2);
1260
- }
1261
- [data-context="prodano"] .Toolbar-module_root__2HF2r {
1622
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1262
1623
  display: none;
1263
1624
  }
1264
1625
 
@@ -1275,28 +1636,116 @@
1275
1636
  /* 511 */
1276
1637
  /* 1023 */
1277
1638
  /* Zindex */
1278
- .Popover-module_root__1v6f_ {
1279
- position: fixed;
1280
- z-index: 1000;
1281
- top: 0;
1282
- left: 0;
1639
+ .Dropdown-module_root__11PNk {
1640
+ position: relative;
1641
+ z-index: 100;
1283
1642
 
1284
- display: -webkit-box;
1643
+ display: inline-block;
1285
1644
 
1286
- display: -webkit-flex;
1645
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1646
+ }
1647
+ .Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
1648
+ .Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
1649
+ visibility: visible;
1287
1650
 
1288
- display: -ms-flexbox;
1651
+ opacity: 1;
1652
+ }
1653
+ .Dropdown-module_root__11PNk ul {
1654
+ overflow: hidden;
1289
1655
 
1290
- display: flex;
1291
- align-items: flex-end;
1292
- flex-direction: row;
1656
+ width: 162px;
1657
+ margin: 0;
1658
+ padding: 3px 0;
1293
1659
 
1294
- width: 100%;
1295
- height: 100%;
1296
- min-height: 120px;
1297
- padding: 10px 0 0;
1660
+ border-radius: 5px;
1661
+ background: #fff;
1662
+ box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
1298
1663
 
1299
- -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1664
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1665
+ font-size: 14px;
1666
+ line-height: 26px;
1667
+ }
1668
+ .Dropdown-module_root__11PNk a {
1669
+ display: block;
1670
+
1671
+ padding: 2px 15px;
1672
+
1673
+ text-decoration: none;
1674
+
1675
+ color: #000;
1676
+ box-shadow: none;
1677
+ }
1678
+ .Dropdown-module_root__11PNk a:hover {
1679
+ color: #000;
1680
+ background-color: #f7f7f7;
1681
+ }
1682
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1683
+ right: 0;
1684
+ left: auto
1685
+ }
1686
+ @media only screen and (min-device-width: 64em) {
1687
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1688
+ right: auto;
1689
+ left: 0
1690
+ }
1691
+ }
1692
+ .Dropdown-module_menu__3PIqD {
1693
+ position: absolute;
1694
+ top: 100%;
1695
+ left: 0;
1696
+
1697
+ visibility: hidden;
1698
+
1699
+ padding-top: 6px;
1700
+
1701
+ opacity: 0;
1702
+ }
1703
+ .Dropdown-module_menu__3PIqD::after {
1704
+ position: absolute;
1705
+ z-index: -1;
1706
+ top: -10px;
1707
+ right: -10px;
1708
+ bottom: -10px;
1709
+ left: -10px;
1710
+
1711
+ content: '';
1712
+ }
1713
+
1714
+ /* Colors */
1715
+ /* Fonts */
1716
+ /* Gap */
1717
+ /* Media */
1718
+ /* 512 */
1719
+ /* 650 */
1720
+ /* 768 */
1721
+ /* 1024 */
1722
+ /* 1010 */
1723
+ /* 1200 */
1724
+ /* 511 */
1725
+ /* 1023 */
1726
+ /* Zindex */
1727
+ .Popover-module_root__1v6f_ {
1728
+ position: fixed;
1729
+ z-index: 1000;
1730
+ top: 0;
1731
+ left: 0;
1732
+
1733
+ display: -webkit-box;
1734
+
1735
+ display: -webkit-flex;
1736
+
1737
+ display: -ms-flexbox;
1738
+
1739
+ display: flex;
1740
+ align-items: flex-end;
1741
+ flex-direction: row;
1742
+
1743
+ width: 100%;
1744
+ height: 100%;
1745
+ min-height: 120px;
1746
+ padding: 10px 0 0;
1747
+
1748
+ -webkit-animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1300
1749
 
1301
1750
  animation: Popover-module_fadeOut__3EZhx 250ms ease both 100ms;
1302
1751
 
@@ -1590,6 +2039,24 @@
1590
2039
  }
1591
2040
  }
1592
2041
 
2042
+ /* Colors */
2043
+ /* Fonts */
2044
+ /* Gap */
2045
+ /* Media */
2046
+ /* 512 */
2047
+ /* 650 */
2048
+ /* 768 */
2049
+ /* 1024 */
2050
+ /* 1010 */
2051
+ /* 1200 */
2052
+ /* 511 */
2053
+ /* 1023 */
2054
+ /* Zindex */
2055
+ .Timestamp-module_root__coOvT {
2056
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2057
+ font-weight: normal;
2058
+ }
2059
+
1593
2060
  /* Colors */
1594
2061
  /* Fonts */
1595
2062
  /* Gap */
@@ -1689,245 +2156,134 @@
1689
2156
  /* 511 */
1690
2157
  /* 1023 */
1691
2158
  /* Zindex */
1692
- .Timestamp-module_root__coOvT {
2159
+ .Toolbar-module_root__2HF2r {
2160
+ overflow: hidden;
2161
+
2162
+ transform: translateZ(0);
2163
+
1693
2164
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1694
- font-weight: normal;
1695
2165
  }
2166
+ .Toolbar-module_list__1n5ny {
2167
+ display: -webkit-box;
2168
+ display: -webkit-flex;
2169
+ display: -ms-flexbox;
2170
+ display: flex;
2171
+ flex-flow: row wrap;
1696
2172
 
1697
- /* Colors */
1698
- /* Fonts */
1699
- /* Gap */
1700
- /* Media */
1701
- /* 512 */
1702
- /* 650 */
1703
- /* 768 */
1704
- /* 1024 */
1705
- /* 1010 */
1706
- /* 1200 */
1707
- /* 511 */
1708
- /* 1023 */
1709
- /* Zindex */
1710
- .Button-module_root__RpsiW {
1711
- display: block;
1712
-
2173
+ margin: 0 0 0 -10px;
1713
2174
  padding: 0;
1714
2175
 
2176
+ list-style: none
2177
+ }
2178
+ @media only screen and (min-device-width: 64em) {
2179
+ .Toolbar-module_list__1n5ny {
2180
+ margin: 0 0 0 -15px
2181
+ }
2182
+ }
2183
+ .Toolbar-module_item__36x7d {
2184
+ position: relative;
2185
+
2186
+ min-width: 42px;
2187
+ height: 32px;
2188
+ padding-right: 10px;
2189
+ padding-left: 10px;
2190
+
1715
2191
  cursor: pointer;
1716
- -webkit-user-select: none;
1717
- -moz-user-select: none;
1718
- -ms-user-select: none;
1719
- user-select: none;
1720
- transition: background-color 0.15s ease-out;
2192
+ transition: color 250ms ease;
1721
2193
  text-align: center;
1722
2194
 
1723
- color: #fff;
1724
- border-width: 0;
1725
- outline: none;
2195
+ color: #808080;
1726
2196
 
1727
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1728
- line-height: 1;
2197
+ line-height: 1
2198
+ }
2199
+ @media only screen and (min-device-width: 64em) {
2200
+ .Toolbar-module_item__36x7d {
2201
+ padding-right: 15px;
2202
+ padding-left: 15px
2203
+ }
2204
+ }
2205
+ .Toolbar-module_item__36x7d:last-child {
2206
+ margin-right: 0;
2207
+ }
2208
+ .Toolbar-module_item__36x7d::before {
2209
+ position: absolute;
2210
+ top: 7px;
2211
+ left: 0;
1729
2212
 
1730
- -webkit-appearance: none;
2213
+ height: 18px;
1731
2214
 
1732
- -moz-appearance: none;
2215
+ content: '';
2216
+ vertical-align: middle;
1733
2217
 
1734
- appearance: none;
2218
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
1735
2219
  }
1736
- .Button-module_root__RpsiW::-moz-focus-inner {
1737
- border: 0;
2220
+ .Toolbar-module_item__36x7d:empty {
2221
+ display: none;
1738
2222
  }
1739
- .Button-module_root__RpsiW[disabled] {
1740
- cursor: default;
1741
- pointer-events: none;
1742
-
1743
- opacity: 0.5;
2223
+ .Toolbar-module_isInTopbar__223iP {
2224
+ height: 100%;
1744
2225
  }
1745
- .Button-module_root__RpsiW > span:first-child {
1746
- margin-right: 4px;
2226
+ .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
2227
+ height: 100%;
1747
2228
  }
1748
- .Button-module_root__RpsiW > span:last-child {
1749
- margin-left: 4px;
2229
+ .Toolbar-module_center__3_H8M {
2230
+ width: 100%;
2231
+ max-width: 650px;
2232
+ margin-right: auto;
2233
+ margin-left: auto;
1750
2234
  }
1751
- .Button-module_gold__ZMYg- {
1752
- background: #b88b59;
2235
+ .Toolbar-module_game__5-jY_ {
2236
+ margin-top: 11px
1753
2237
  }
1754
- .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
1755
- fill: #b88b59;
2238
+ @media only screen and (min-device-width: 32em) {
2239
+ .Toolbar-module_game__5-jY_ {
2240
+ margin-top: 18px
1756
2241
  }
1757
- .Button-module_gold__ZMYg-:hover {
1758
- background-color: #9e784c
2242
+ }
2243
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2244
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2245
+ justify-content: center
1759
2246
  }
1760
- @media (hover: none) {
1761
- .Button-module_gold__ZMYg-:hover {
1762
- background-color: #b88b59
2247
+ @media only screen and (min-device-width: 32em) {
2248
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2249
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2250
+ display: -webkit-box;
2251
+ display: -webkit-flex;
2252
+ display: -ms-flexbox;
2253
+ display: flex
1763
2254
  }
1764
2255
  }
1765
- .Button-module_gold__ZMYg-:active {
1766
- background-color: #856440;
1767
- }
1768
- .Button-module_gray__3IM54 {
1769
- color: #000;
1770
- background-color: #f0f0f0;
2256
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2257
+ width: 260px
1771
2258
  }
1772
- .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
1773
- fill: #545454;
2259
+ @media only screen and (min-device-width: 32em) {
2260
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2261
+ width: auto
1774
2262
  }
1775
- .Button-module_gray__3IM54:hover {
1776
- background-color: #ebebeb
2263
+ }
2264
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2265
+ content: none
1777
2266
  }
1778
- @media (hover: none) {
1779
- .Button-module_gray__3IM54:hover {
1780
- background-color: #ebebeb
2267
+ @media only screen and (min-device-width: 32em) {
2268
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2269
+ content: ''
1781
2270
  }
1782
2271
  }
1783
- .Button-module_gray__3IM54:active {
1784
- background-color: #e3e3e3;
1785
- }
1786
- .Button-module_sand__2AqVq {
1787
- background: #a18c68;
1788
- }
1789
- .Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
1790
- fill: #a18c68;
1791
- }
1792
- .Button-module_sand__2AqVq:hover {
1793
- background-color: #8a7654
1794
- }
1795
- @media (hover: none) {
1796
- .Button-module_sand__2AqVq:hover {
1797
- background-color: #a18c68
1798
- }
1799
- }
1800
- .Button-module_sand__2AqVq:active {
1801
- background-color: #7b6743;
1802
- }
1803
- .Button-module_dark__I0uXx {
1804
- color: #adadad;
1805
- background-color: #3a3a3a;
1806
- box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
1807
- }
1808
- .Button-module_dark__I0uXx:hover {
1809
- background-color: #2e2e2e
1810
- }
1811
- @media (hover: none) {
1812
- .Button-module_dark__I0uXx:hover {
1813
- background-color: #3a3a3a
1814
- }
1815
- }
1816
- .Button-module_dark__I0uXx:active {
1817
- background-color: #242424;
1818
- }
1819
- .Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
1820
- fill: #3a3a3a;
1821
- }
1822
- .Button-module_light__1Y4hG {
1823
- color: #000;
1824
- background-color: #fff;
1825
- }
1826
- .Button-module_light__1Y4hG:hover {
1827
- background-color: #ebebeb
1828
- }
1829
- @media (hover: none) {
1830
- .Button-module_light__1Y4hG:hover {
1831
- background-color: #fff
1832
- }
1833
- }
1834
- .Button-module_light__1Y4hG:active {
1835
- background-color: #e3e3e3;
1836
- }
1837
- .Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
1838
- fill: #fff;
1839
- }
1840
- .Button-module_black__3sG3Y {
1841
- color: #7e7d7b;
1842
- background-color: #000;
1843
- }
1844
- .Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
1845
- fill: #7e7d7b;
1846
- }
1847
- .Button-module_black__3sG3Y:hover {
1848
- background-color: #141414
1849
- }
1850
- @media (hover: none) {
1851
- .Button-module_black__3sG3Y:hover {
1852
- background: #141414
1853
- }
1854
- }
1855
- .Button-module_black__3sG3Y:active {
1856
- background-color: #242424;
1857
- }
1858
- .Button-module_red__3Niou {
1859
- background-color: #f95a5a;
1860
- }
1861
- .Button-module_red__3Niou:hover {
1862
- background-color: #e65353
1863
- }
1864
- @media (hover: none) {
1865
- .Button-module_red__3Niou:hover {
1866
- background: #f95a5a
1867
- }
1868
- }
1869
- .Button-module_red__3Niou:active {
1870
- background-color: #d44d4d;
1871
- }
1872
- .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
1873
- fill: #141414;
1874
- }
1875
- .Button-module_default__28Vo_ {
1876
- width: 100%;
1877
- height: 42px;
1878
- padding: 6px 18px;
1879
-
1880
- letter-spacing: 1px;
1881
- text-transform: uppercase;
1882
-
1883
- border-radius: 8px;
1884
-
1885
- font-size: 12px;
1886
- font-weight: 600;
1887
- line-height: 22px
2272
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
2273
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
2274
+ content: none;
1888
2275
  }
1889
2276
  @media only screen and (min-device-width: 64em) {
1890
- .Button-module_default__28Vo_ {
1891
- padding: 7px 18px 6px;
1892
-
1893
- font-size: 14px;
1894
- line-height: 16px
2277
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2278
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2279
+ margin-left: 0
1895
2280
  }
1896
2281
  }
1897
- .Button-module_isInSpoiler__2Yl8c svg {
1898
- margin-top: -2px;
1899
- margin-left: 6px;
1900
- }
1901
- .Button-module_ghost__3awCW {
1902
- letter-spacing: inherit;
1903
- text-transform: none;
1904
-
1905
- color: inherit;
1906
- background-color: transparent;
1907
-
1908
- font-family: inherit;
1909
- font-size: inherit;
1910
- font-weight: inherit;
1911
- }
1912
- .Button-module_isInDropdown__1ogKL {
1913
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1914
- }
1915
- .Button-module_black__3sG3Y[disabled],
1916
- .Button-module_sand__2AqVq[disabled] {
1917
- opacity: 0.3;
1918
- }
1919
- /* LOADING */
1920
- .Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
1921
- cursor: default;
1922
- pointer-events: none;
1923
-
1924
- background-color: transparent;
1925
- box-shadow: none;
2282
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
2283
+ border-left-color: rgba(255, 255, 255, 0.2);
1926
2284
  }
1927
- .Button-module_loader__2pl6d {
1928
- display: block;
1929
-
1930
- margin-top: -1px;
2285
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
2286
+ display: none;
1931
2287
  }
1932
2288
 
1933
2289
  /* Colors */
@@ -2005,290 +2361,71 @@
2005
2361
  /* 511 */
2006
2362
  /* 1023 */
2007
2363
  /* Zindex */
2008
- .Table-module_root__1VsG6 {
2009
- margin: 15px 0
2364
+ .ChapterBlock-module_root__1WyVn {
2365
+ position: relative;
2366
+
2367
+ margin: 38px auto 7px
2010
2368
  }
2011
2369
  @media only screen and (min-device-width: 32em) {
2012
- .Table-module_root__1VsG6 {
2013
- margin: 25px auto 20px
2014
- }
2015
- }
2016
- .Table-module_card__3gbok .Table-module_table__nZIkV,
2017
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
2018
- margin-right: -11px;
2019
- margin-left: -11px
2020
- }
2021
- @media only screen and (min-device-width: 64em) {
2022
- .Table-module_card__3gbok .Table-module_table__nZIkV,
2023
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
2024
- margin-right: 0;
2025
- margin-left: 0
2370
+ .ChapterBlock-module_root__1WyVn {
2371
+ max-width: 650px;
2372
+ margin-top: 70px
2026
2373
  }
2027
2374
  }
2028
- .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
2029
- .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
2030
- right: -11px;
2031
- }
2032
- .Table-module_root__1VsG6:first-child {
2375
+ .ChapterBlock-module_root__1WyVn:first-child {
2033
2376
  margin-top: 0;
2034
2377
  }
2035
- .Table-module_root__1VsG6:last-child {
2378
+ .ChapterBlock-module_root__1WyVn:last-child {
2036
2379
  margin-bottom: 0;
2037
2380
  }
2038
- .Table-module_table__nZIkV {
2039
- position: relative;
2040
-
2041
- overflow-y: hidden;
2042
-
2043
- margin: 0 -20px;
2044
-
2045
- border-width: 1px 0;
2046
- border-style: solid;
2047
- border-color: rgba(232, 232, 232, 1);
2048
-
2049
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
2050
- }
2051
- @media only screen and (min-device-width: 32em) {
2052
- .Table-module_table__nZIkV {
2053
- margin: 0;
2381
+ .ChapterBlock-module_subtitle__3TXll {
2382
+ display: inline-block;
2054
2383
 
2055
- border-width: 1px;
2056
- border-radius: 3px
2057
- }
2058
- }
2059
- .Table-module_tracks__2wrDB {
2060
- display: table;
2384
+ vertical-align: top;
2385
+ letter-spacing: 1px;
2386
+ text-transform: uppercase;
2061
2387
 
2062
- width: 100%
2388
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2389
+ font-size: 12px;
2390
+ font-weight: 600;
2391
+ line-height: 12px
2063
2392
  }
2064
2393
  @media only screen and (min-device-width: 32em) {
2065
- .Table-module_tracks__2wrDB {
2066
- table-layout: fixed
2394
+ .ChapterBlock-module_subtitle__3TXll {
2395
+ font-size: 13px;
2396
+ line-height: 16px
2067
2397
  }
2068
2398
  }
2069
- .Table-module_wrapper__1YTKM {
2070
- position: relative;
2071
- }
2072
- .Table-module_wrapper__1YTKM::after {
2073
- position: absolute;
2074
- z-index: 100;
2075
- top: 0;
2076
- right: -20px;
2077
- bottom: -20px;
2078
-
2399
+ .ChapterBlock-module_subtitle__3TXll::after {
2079
2400
  display: block;
2080
2401
 
2081
- width: 30px;
2082
- height: 100%;
2083
-
2084
- content: "";
2085
-
2086
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
2402
+ width: 120px;
2403
+ padding: 0 0 7px;
2087
2404
 
2088
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
2405
+ content: '';
2089
2406
 
2090
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
2407
+ border-bottom: 1px solid #ccc
2091
2408
  }
2092
2409
  @media only screen and (min-device-width: 32em) {
2093
- .Table-module_wrapper__1YTKM::after {
2094
- content: none
2410
+ .ChapterBlock-module_subtitle__3TXll::after {
2411
+ padding: 0 0 6px
2095
2412
  }
2096
2413
  }
2097
- .Table-module_default__3CGeE {
2098
- max-width: 650px;
2414
+ /* VISIBILITY */
2415
+ @media only screen and (min-device-width: 32em) {
2416
+ .ChapterBlock-module_mobile__CiO0w {
2417
+ display: none
2099
2418
  }
2100
- .Table-module_full__S5pDB {
2101
- max-width: 980px;
2102
- }
2103
- .Table-module_row__3TH83 {
2104
- z-index: 1;
2105
-
2106
- display: table-row;
2107
- }
2108
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
2109
- border-bottom: 0;
2110
- }
2111
- @media only screen and (min-device-width: 32em) {
2112
- .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
2113
- border-radius: 2px 0 0 0
2114
- }
2115
- }
2116
- @media only screen and (min-device-width: 32em) {
2117
- .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
2118
- border-radius: 0 2px 0 0
2119
- }
2120
- }
2121
- @media only screen and (min-device-width: 32em) {
2122
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
2123
- border-radius: 0 0 2px 0
2124
- }
2125
- }
2126
- @media only screen and (min-device-width: 32em) {
2127
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
2128
- border-radius: 0 0 0 2px
2129
- }
2130
- }
2131
- .Table-module_cell__EFKDW {
2132
- display: table-cell;
2133
- overflow: hidden;
2134
-
2135
- min-height: 32px;
2136
- padding: 6px;
2137
-
2138
- vertical-align: top;
2139
-
2140
- border-right: 1px solid rgba(232, 232, 232, 1);
2141
- border-bottom: 1px solid rgba(232, 232, 232, 1);
2142
- background-color: #fff;
2143
-
2144
- font-size: 12px;
2145
- line-height: 16px
2146
- }
2147
- @media only screen and (min-device-width: 32em) {
2148
- .Table-module_cell__EFKDW {
2149
- padding: 9px 12px 8px;
2150
-
2151
- font-size: 14px;
2152
- line-height: 19px
2153
- }
2154
- }
2155
- .Table-module_cell__EFKDW:last-child {
2156
- padding-right: 20px;
2157
-
2158
- border-right: 0
2159
- }
2160
- @media only screen and (min-device-width: 32em) {
2161
- .Table-module_cell__EFKDW:last-child {
2162
- padding-right: 12px
2163
- }
2164
- }
2165
- .Table-module_cell__EFKDW a {
2166
- text-decoration: none;
2167
-
2168
- color: inherit;
2169
- box-shadow: inset 0 -1px #000;
2170
- }
2171
- .Table-module_cell__EFKDW a:hover {
2172
- color: #b88b58;
2173
- box-shadow: inset 0 -1px #b88b58;
2174
- }
2175
- .Table-module_cell__EFKDW p {
2176
- margin: 0;
2177
- }
2178
- .Table-module_cell__EFKDW p + p {
2179
- margin-top: 8px;
2180
- }
2181
- .Table-module_fixedColumn__E1hN5 {
2182
- position: -webkit-sticky;
2183
- position: sticky;
2184
- z-index: 50;
2185
- left: 0
2186
- }
2187
- @media only screen and (min-device-width: 32em) {
2188
- .Table-module_fixedColumn__E1hN5 {
2189
- position: static
2190
- }
2191
- }
2192
- .Table-module_fixedColumn__E1hN5::after {
2193
- position: absolute;
2194
- top: 0;
2195
- right: -15px;
2196
- bottom: 0;
2197
-
2198
- width: 15px;
2199
-
2200
- content: '';
2201
-
2202
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
2203
-
2204
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
2205
-
2206
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
2207
- }
2208
- @media only screen and (min-device-width: 32em) {
2209
- .Table-module_fixedColumn__E1hN5::after {
2210
- content: none
2211
- }
2212
- }
2213
- .Table-module_white__gzvo0 {
2214
- background-color: #fff;
2215
- }
2216
- .Table-module_gray__3da6S {
2217
- background-color: #F5F5F5;
2218
- }
2219
- .Table-module_pink__3oH1l {
2220
- background-color: #FEEEEE;
2221
- }
2222
- .Table-module_blue__GM27F {
2223
- background-color: #E6F3FF;
2224
- }
2225
- .Table-module_yellow__2jhvA {
2226
- background-color: #FFFDE6;
2227
- }
2228
- .Table-module_orange__1c-oM {
2229
- background-color: #FFF9F2;
2230
- }
2231
- .Table-module_green__13OIM {
2232
- background-color: #E7F2EF;
2233
- }
2234
- .Table-module_violet__2W-kO {
2235
- background-color: #F4F0F8;
2236
- }
2237
- .Table-module_header__1exlo {
2238
- max-width: 340px;
2239
- padding: 9px 6px;
2240
-
2241
- vertical-align: top;
2242
- letter-spacing: 0.5px;
2243
- text-transform: uppercase;
2244
-
2245
- border-right: 1px solid rgba(232, 232, 232, 1);
2246
- border-bottom: 1px solid rgba(232, 232, 232, 1);
2247
-
2248
- font-size: 10px;
2249
- font-weight: 600;
2250
- line-height: 16px
2251
- }
2252
- @media only screen and (min-device-width: 32em) {
2253
- .Table-module_header__1exlo {
2254
- max-width: none;
2255
- padding: 9px 12px;
2256
-
2257
- line-height: 11px
2258
- }
2259
- }
2260
- .Table-module_s__Vl_Eg {
2261
- min-width: 120px
2419
+ }
2420
+ .ChapterBlock-module_desktop__tk1Nk {
2421
+ display: none
2262
2422
  }
2263
2423
  @media only screen and (min-device-width: 32em) {
2264
- .Table-module_s__Vl_Eg {
2265
- width: 18%;
2266
- min-width: 0
2424
+ .ChapterBlock-module_desktop__tk1Nk {
2425
+ display: block
2267
2426
  }
2268
2427
  }
2269
- .Table-module_m__29G9r {
2270
- min-width: 200px
2271
- }
2272
- @media only screen and (min-device-width: 32em) {
2273
- .Table-module_m__29G9r {
2274
- width: 30%;
2275
- min-width: 0
2276
- }
2277
2428
 
2278
- }
2279
- .Table-module_l__1ZSMc {
2280
- min-width: 336px
2281
- }
2282
- @media only screen and (min-device-width: 32em) {
2283
- .Table-module_l__1ZSMc {
2284
- width: 50%;
2285
- min-width: 0
2286
- }
2287
- }
2288
- .Table-module_xs__au2Oe {
2289
- width: 50px;
2290
- min-width: 50px;
2291
- }
2292
2429
 
2293
2430
  /* Colors */
2294
2431
  /* Fonts */
@@ -2421,59 +2558,89 @@
2421
2558
  /* 511 */
2422
2559
  /* 1023 */
2423
2560
  /* Zindex */
2424
- .ImportantLead-module_root__2BdT3 {
2425
- margin: 18px 0;
2426
- padding: 12px 12px 13px;
2427
-
2428
- border: 1px solid rgba(0, 0, 0, 0.08);
2429
- border-radius: 4px;
2430
- border-radius: 8px;
2431
- background: #FFF8C4;
2432
-
2433
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2434
- font-size: 16px;
2435
- font-weight: normal;
2436
- line-height: 20px
2561
+ .GroupedBlock-module_root__2qfQA {
2562
+ max-width: 644px;
2563
+ margin: 15px auto 0
2437
2564
  }
2438
- @media only screen and (min-device-width: 32em) {
2439
- .ImportantLead-module_root__2BdT3 {
2440
- margin: 25px 0;
2441
- padding: 12px 15px 13px;
2442
-
2443
- font-size: 17px;
2444
- line-height: 24px
2565
+ @media only screen and (min-device-width: 48em) {
2566
+ .GroupedBlock-module_root__2qfQA {
2567
+ max-width: none;
2568
+ margin-top: 25px;
2569
+ margin-bottom: 20px
2445
2570
  }
2446
2571
  }
2447
- .ImportantLead-module_root__2BdT3:last-child {
2448
- margin-bottom: 0;
2449
- }
2450
- .ImportantLead-module_root__2BdT3:first-child {
2451
- margin-top: 0;
2572
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2573
+ margin-bottom: 15px;
2452
2574
  }
2453
- .ImportantLead-module_root__2BdT3 a {
2454
- color: #000;
2455
- box-shadow: inset 0 -1px #000;
2575
+ @media only screen and (min-device-width: 48em) {
2576
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2577
+ margin-top: 25px
2456
2578
  }
2457
- .ImportantLead-module_root__2BdT3 a:hover {
2458
- color: #b88b59;
2459
- box-shadow: inset 0 -1px #b88b59;
2579
+ }
2580
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2581
+ margin-bottom: 0;
2460
2582
  }
2461
- .ImportantLead-module_slide__3kQ9x {
2462
- max-width: 650px;
2463
- margin-right: auto;
2464
- margin-left: auto;
2583
+ .GroupedBlock-module_items__2DV2X {
2584
+ display: -webkit-box;
2585
+ display: -webkit-flex;
2586
+ display: -ms-flexbox;
2587
+ display: flex;
2588
+ flex-direction: column;
2589
+ flex-wrap: nowrap
2465
2590
  }
2466
- /* VISIBILITY */
2467
- @media only screen and (min-device-width: 32em) {
2468
- .ImportantLead-module_mobile__3BXbm {
2469
- display: none
2591
+ @media only screen and (min-device-width: 48em) {
2592
+ .GroupedBlock-module_items__2DV2X {
2593
+ flex-direction: row
2470
2594
  }
2471
2595
  }
2472
- .ImportantLead-module_desktop__3Zljc {
2473
- display: none
2474
- }
2475
- @media only screen and (min-device-width: 32em) {
2476
- .ImportantLead-module_desktop__3Zljc {
2596
+ .GroupedBlock-module_item__3sz9_ {
2597
+ flex-grow: 1;
2598
+
2599
+ width: 100%;
2600
+ min-width: 100%;
2601
+ max-width: 100%;
2602
+ margin-bottom: 20px
2603
+ }
2604
+ @media only screen and (min-device-width: 48em) {
2605
+ .GroupedBlock-module_item__3sz9_ {
2606
+ min-width: 0;
2607
+ max-width: none;
2608
+ margin-bottom: 0
2609
+ }
2610
+ }
2611
+ @media only screen and (min-device-width: 48em) {
2612
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2613
+ margin-left: 15px
2614
+ }
2615
+ }
2616
+ .GroupedBlock-module_figcaption__2Q_wf {
2617
+ max-width: 650px;
2618
+ margin-right: auto;
2619
+ margin-left: auto;
2620
+ }
2621
+ /* DISPLAY */
2622
+ @media only screen and (min-device-width: 48em) {
2623
+ .GroupedBlock-module_default__3ylw_ {
2624
+ max-width: 650px
2625
+ }
2626
+ }
2627
+ .GroupedBlock-module_full__1dzQR {
2628
+ max-width: 980px;
2629
+ }
2630
+ .GroupedBlock-module_super_full__1PU72 {
2631
+ max-width: 1680px;
2632
+ }
2633
+ /* VISIBILITY */
2634
+ @media only screen and (min-device-width: 32em) {
2635
+ .GroupedBlock-module_mobile__3n8Ub {
2636
+ display: none
2637
+ }
2638
+ }
2639
+ .GroupedBlock-module_desktop__6ZRpA {
2640
+ display: none
2641
+ }
2642
+ @media only screen and (min-device-width: 32em) {
2643
+ .GroupedBlock-module_desktop__6ZRpA {
2477
2644
  display: block
2478
2645
  }
2479
2646
  }
@@ -2492,118 +2659,162 @@
2492
2659
  /* 511 */
2493
2660
  /* 1023 */
2494
2661
  /* Zindex */
2495
- .RelatedBlock-module_root__IKcQq {
2496
- margin: 16px 0;
2662
+ .HalfBlock-module_root__2frv2 {
2663
+ position: relative;
2497
2664
 
2498
- border-radius: 8px;
2499
- background-color: #f5f5f5;
2500
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2665
+ text-align: left;
2501
2666
  }
2502
- @media only screen and (min-device-width: 48em) {
2503
- .RelatedBlock-module_root__IKcQq {
2504
- margin: 25px 0
2667
+ .HalfBlock-module_main__2XX73 {
2668
+ display: -webkit-box;
2669
+ display: -webkit-flex;
2670
+ display: -ms-flexbox;
2671
+ display: flex;
2672
+ flex-flow: column nowrap
2673
+ }
2674
+ @media only screen and (min-device-width: 64em) {
2675
+ .HalfBlock-module_main__2XX73 {
2676
+ align-items: center;
2677
+ flex-flow: row nowrap
2505
2678
  }
2506
2679
  }
2507
- .RelatedBlock-module_root__IKcQq:last-child {
2508
- margin-bottom: 0;
2680
+ .HalfBlock-module_body__3MnEN {
2681
+ order: -1;
2682
+
2683
+ max-width: 860px;
2684
+ margin: 0 auto
2509
2685
  }
2510
- .RelatedBlock-module_root__IKcQq:first-child {
2511
- margin-top: 0;
2686
+ @media only screen and (min-device-width: 48em) {
2687
+ .HalfBlock-module_body__3MnEN {
2688
+ text-align: center
2512
2689
  }
2513
- .RelatedBlock-module_root__IKcQq a {
2514
- display: block;
2515
-
2516
- padding: 12px 12px 13px;
2690
+ }
2691
+ @media only screen and (min-device-width: 64em) {
2692
+ .HalfBlock-module_body__3MnEN {
2693
+ align-items: flex-start;
2694
+ justify-content: center;
2695
+ order: 0;
2517
2696
 
2518
- transition: color 0.15s;
2519
- text-decoration: none;
2697
+ width: 50%;
2698
+ max-width: none;
2699
+ height: 100%;
2700
+ margin-left: 25px;
2520
2701
 
2521
- color: #000;
2522
- box-shadow: none;
2702
+ text-align: left
2703
+ }
2704
+ }
2705
+ .HalfBlock-module_footer__1C0yp {
2706
+ width: 100%;
2707
+ max-width: 650px;
2708
+ margin: 0 auto;
2709
+ padding-top: 3px
2710
+ }
2711
+ @media only screen and (min-device-width: 64em) {
2712
+ .HalfBlock-module_footer__1C0yp {
2713
+ max-width: 1000px;
2714
+ margin: auto;
2715
+ padding-top: 0;
2523
2716
 
2524
- font-size: 17px;
2525
- line-height: 20px
2717
+ border-top: 1px solid #e6e6e6
2526
2718
  }
2527
- @media only screen and (min-device-width: 48em) {
2528
- .RelatedBlock-module_root__IKcQq a {
2529
- padding: 15px 20px 17px;
2719
+ }
2720
+ .HalfBlock-module_image__2lYel {
2721
+ flex-grow: 1;
2530
2722
 
2531
- font-size: 19px;
2532
- line-height: 23px
2723
+ margin: 0 -20px 0;
2724
+ margin-top: 18px
2725
+ }
2726
+ @media only screen and (min-device-width: 32em) {
2727
+ .HalfBlock-module_image__2lYel {
2728
+ margin: 31px 0 -5px
2533
2729
  }
2534
2730
  }
2535
- .RelatedBlock-module_root__IKcQq a:hover {
2536
- color: #5c5c5c;
2731
+ @media only screen and (min-device-width: 64em) {
2732
+ .HalfBlock-module_image__2lYel {
2733
+ width: 50%;
2734
+ margin: 0
2537
2735
  }
2538
- .RelatedBlock-module_header__2SuWP {
2539
- margin: 0;
2540
- padding: 14px 12px 3px;
2736
+ }
2737
+ /* VISIBILITY */
2738
+ @media only screen and (min-device-width: 32em) {
2739
+ .HalfBlock-module_mobile__2latf {
2740
+ display: none
2741
+ }
2742
+ }
2743
+ .HalfBlock-module_desktop__3B1Ej {
2744
+ display: none
2745
+ }
2746
+ @media only screen and (min-device-width: 32em) {
2747
+ .HalfBlock-module_desktop__3B1Ej {
2748
+ display: block
2749
+ }
2750
+ }
2541
2751
 
2542
- letter-spacing: 1px;
2543
- text-transform: uppercase;
2752
+ /* Colors */
2753
+ /* Fonts */
2754
+ /* Gap */
2755
+ /* Media */
2756
+ /* 512 */
2757
+ /* 650 */
2758
+ /* 768 */
2759
+ /* 1024 */
2760
+ /* 1010 */
2761
+ /* 1200 */
2762
+ /* 511 */
2763
+ /* 1023 */
2764
+ /* Zindex */
2765
+ .ImportantLead-module_root__2BdT3 {
2766
+ margin: 18px 0;
2767
+ padding: 12px 12px 13px;
2544
2768
 
2545
- color: #7F7F7F;
2769
+ border: 1px solid rgba(0, 0, 0, 0.08);
2770
+ border-radius: 4px;
2771
+ border-radius: 8px;
2772
+ background: #FFF8C4;
2546
2773
 
2547
2774
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2548
- font-size: 12px;
2549
- font-weight: 600;
2550
- line-height: 17px
2775
+ font-size: 16px;
2776
+ font-weight: normal;
2777
+ line-height: 20px
2551
2778
  }
2552
- @media only screen and (min-device-width: 48em) {
2553
- .RelatedBlock-module_header__2SuWP {
2554
- padding: 20px 20px 14px;
2779
+ @media only screen and (min-device-width: 32em) {
2780
+ .ImportantLead-module_root__2BdT3 {
2781
+ margin: 25px 0;
2782
+ padding: 12px 15px 13px;
2555
2783
 
2556
- font-size: 14px;
2557
- line-height: 16px
2784
+ font-size: 17px;
2785
+ line-height: 24px
2558
2786
  }
2559
2787
  }
2560
- .RelatedBlock-module_items__2V-Ap {
2561
- margin: 0;
2562
- padding-left: 0;
2563
-
2564
- list-style: none;
2565
- }
2566
- .RelatedBlock-module_items__2V-Ap li {
2567
- padding: 0;
2568
- }
2569
- .RelatedBlock-module_items__2V-Ap li + li {
2570
- border-top: 1px solid #e6e6e6;
2788
+ .ImportantLead-module_root__2BdT3:last-child {
2789
+ margin-bottom: 0;
2571
2790
  }
2572
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2573
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2574
- font-size: 16px;
2575
- font-weight: 700;
2576
- line-height: 18px
2791
+ .ImportantLead-module_root__2BdT3:first-child {
2792
+ margin-top: 0;
2577
2793
  }
2578
- @media only screen and (min-device-width: 48em) {
2579
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2580
- font-size: 18px
2794
+ .ImportantLead-module_root__2BdT3 a {
2795
+ color: #000;
2796
+ box-shadow: inset 0 -1px #000;
2581
2797
  }
2582
- }
2583
- .RelatedBlock-module_simple__29HVO {
2798
+ .ImportantLead-module_root__2BdT3 a:hover {
2799
+ color: #b88b59;
2800
+ box-shadow: inset 0 -1px #b88b59;
2584
2801
  }
2585
- .RelatedBlock-module_center__1LmW8 {
2802
+ .ImportantLead-module_slide__3kQ9x {
2586
2803
  max-width: 650px;
2587
2804
  margin-right: auto;
2588
2805
  margin-left: auto;
2589
2806
  }
2590
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2591
- margin-top: 0;
2592
- }
2593
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2594
- margin-bottom: 0;
2595
- }
2596
2807
  /* VISIBILITY */
2597
2808
  @media only screen and (min-device-width: 32em) {
2598
- .RelatedBlock-module_mobile__2XM5a {
2809
+ .ImportantLead-module_mobile__3BXbm {
2599
2810
  display: none
2600
2811
  }
2601
2812
  }
2602
- .RelatedBlock-module_desktop__2mXeq {
2813
+ .ImportantLead-module_desktop__3Zljc {
2603
2814
  display: none
2604
2815
  }
2605
2816
  @media only screen and (min-device-width: 32em) {
2606
- .RelatedBlock-module_desktop__2mXeq {
2817
+ .ImportantLead-module_desktop__3Zljc {
2607
2818
  display: block
2608
2819
  }
2609
2820
  }
@@ -2901,104 +3112,163 @@
2901
3112
  /* 511 */
2902
3113
  /* 1023 */
2903
3114
  /* Zindex */
2904
- .SourceBlock-module_root__1P3XD {
2905
- display: block;
2906
-
2907
- margin: 18px 0 15px;
2908
- padding: 12px 11px 17px;
3115
+ .RelatedBlock-module_root__IKcQq {
3116
+ margin: 16px 0;
2909
3117
 
2910
- color: #000;
2911
- border-radius: 2px 8px 8px 2px;
3118
+ border-radius: 8px;
2912
3119
  background-color: #f5f5f5;
2913
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
2914
-
2915
- font-size: 16px;
2916
- line-height: 20px
3120
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2917
3121
  }
2918
3122
  @media only screen and (min-device-width: 48em) {
2919
- .SourceBlock-module_root__1P3XD {
2920
- margin-top: 25px;
2921
- margin-bottom: 25px;
2922
- padding: 18px 16px 16px
3123
+ .RelatedBlock-module_root__IKcQq {
3124
+ margin: 25px 0
2923
3125
  }
2924
3126
  }
2925
- .SourceBlock-module_root__1P3XD:hover,
2926
- .SourceBlock-module_root__1P3XD:visited {
2927
- background-color: #ededed;
3127
+ .RelatedBlock-module_root__IKcQq:last-child {
3128
+ margin-bottom: 0;
2928
3129
  }
2929
- .SourceBlock-module_root__1P3XD blockquote {
2930
- margin: 0;
3130
+ .RelatedBlock-module_root__IKcQq:first-child {
3131
+ margin-top: 0;
2931
3132
  }
2932
- .SourceBlock-module_root__1P3XD a {
3133
+ .RelatedBlock-module_root__IKcQq a {
3134
+ display: block;
3135
+
3136
+ padding: 12px 12px 13px;
3137
+
3138
+ transition: color 0.15s;
2933
3139
  text-decoration: none;
2934
3140
 
2935
- color: inherit;
2936
- }
2937
- .SourceBlock-module_text__Si4vm {
2938
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2939
- }
2940
- .SourceBlock-module_text__Si4vm p {
2941
- margin: 0;
3141
+ color: #000;
3142
+ box-shadow: none;
2942
3143
 
2943
- font-size: 16px;
2944
- line-height: 22px
3144
+ font-size: 17px;
3145
+ line-height: 20px
2945
3146
  }
2946
3147
  @media only screen and (min-device-width: 48em) {
2947
- .SourceBlock-module_text__Si4vm p {
2948
- font-size: 18px;
2949
- line-height: 26px
3148
+ .RelatedBlock-module_root__IKcQq a {
3149
+ padding: 15px 20px 17px;
3150
+
3151
+ font-size: 19px;
3152
+ line-height: 23px
2950
3153
  }
2951
3154
  }
2952
- .SourceBlock-module_root__1P3XD p + p {
2953
- margin-top: 12px;
3155
+ .RelatedBlock-module_root__IKcQq a:hover {
3156
+ color: #5c5c5c;
2954
3157
  }
2955
- .SourceBlock-module_root__1P3XD footer {
2956
- margin-top: 12px;
2957
- padding-top: 10px;
3158
+ .RelatedBlock-module_header__2SuWP {
3159
+ margin: 0;
3160
+ padding: 14px 12px 3px;
2958
3161
 
2959
- border-top: 1px solid #d6d6d6
3162
+ letter-spacing: 1px;
3163
+ text-transform: uppercase;
3164
+
3165
+ color: #7F7F7F;
3166
+
3167
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3168
+ font-size: 12px;
3169
+ font-weight: 600;
3170
+ line-height: 17px
2960
3171
  }
2961
3172
  @media only screen and (min-device-width: 48em) {
2962
- .SourceBlock-module_root__1P3XD footer {
2963
- margin-top: 18px;
2964
- padding-top: 12px
3173
+ .RelatedBlock-module_header__2SuWP {
3174
+ padding: 20px 20px 14px;
3175
+
3176
+ font-size: 14px;
3177
+ line-height: 16px
2965
3178
  }
2966
3179
  }
2967
- .SourceBlock-module_origin__l3JbO {
2968
- letter-spacing: 1px;
2969
- text-transform: uppercase;
2970
- pointer-events: none;
2971
-
2972
- color: #292929;
3180
+ .RelatedBlock-module_items__2V-Ap {
3181
+ margin: 0;
3182
+ padding-left: 0;
2973
3183
 
3184
+ list-style: none;
3185
+ }
3186
+ .RelatedBlock-module_items__2V-Ap li {
3187
+ padding: 0;
3188
+ }
3189
+ .RelatedBlock-module_items__2V-Ap li + li {
3190
+ border-top: 1px solid #e6e6e6;
3191
+ }
3192
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2974
3193
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2975
3194
  font-size: 16px;
2976
- font-weight: bold;
2977
- font-style: normal;
2978
- line-height: 22px
3195
+ font-weight: 700;
3196
+ line-height: 18px
2979
3197
  }
2980
3198
  @media only screen and (min-device-width: 48em) {
2981
- .SourceBlock-module_origin__l3JbO {
2982
- font-size: 18px;
2983
- line-height: 26px
3199
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3200
+ font-size: 18px
2984
3201
  }
2985
3202
  }
2986
- .SourceBlock-module_center__3P93B {
3203
+ .RelatedBlock-module_simple__29HVO {
3204
+ }
3205
+ .RelatedBlock-module_center__1LmW8 {
2987
3206
  max-width: 650px;
2988
3207
  margin-right: auto;
2989
3208
  margin-left: auto;
2990
3209
  }
3210
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3211
+ margin-top: 0;
3212
+ }
3213
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3214
+ margin-bottom: 0;
3215
+ }
2991
3216
  /* VISIBILITY */
2992
3217
  @media only screen and (min-device-width: 32em) {
2993
- .SourceBlock-module_mobile__2gw4S {
3218
+ .RelatedBlock-module_mobile__2XM5a {
2994
3219
  display: none
2995
3220
  }
2996
3221
  }
2997
- .SourceBlock-module_desktop__DecT6 {
3222
+ .RelatedBlock-module_desktop__2mXeq {
2998
3223
  display: none
2999
3224
  }
3000
3225
  @media only screen and (min-device-width: 32em) {
3001
- .SourceBlock-module_desktop__DecT6 {
3226
+ .RelatedBlock-module_desktop__2mXeq {
3227
+ display: block
3228
+ }
3229
+ }
3230
+
3231
+
3232
+ /* Colors */
3233
+ /* Fonts */
3234
+ /* Gap */
3235
+ /* Media */
3236
+ /* 512 */
3237
+ /* 650 */
3238
+ /* 768 */
3239
+ /* 1024 */
3240
+ /* 1010 */
3241
+ /* 1200 */
3242
+ /* 511 */
3243
+ /* 1023 */
3244
+ /* Zindex */
3245
+ .SimpleTitle-module_root__2jVQN {
3246
+ margin: 0 0 18px;
3247
+
3248
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3249
+ font-size: 20px;
3250
+ font-weight: normal;
3251
+ line-height: 23px
3252
+ }
3253
+ @media only screen and (min-device-width: 48em) {
3254
+ .SimpleTitle-module_root__2jVQN {
3255
+ margin-bottom: 15px;
3256
+
3257
+ font-size: 36px;
3258
+ line-height: 40px
3259
+ }
3260
+ }
3261
+ /* VISIBILITY */
3262
+ @media only screen and (min-device-width: 32em) {
3263
+ .SimpleTitle-module_mobile__11gBz {
3264
+ display: none
3265
+ }
3266
+ }
3267
+ .SimpleTitle-module_desktop__3yXgy {
3268
+ display: none
3269
+ }
3270
+ @media only screen and (min-device-width: 32em) {
3271
+ .SimpleTitle-module_desktop__3yXgy {
3002
3272
  display: block
3003
3273
  }
3004
3274
  }
@@ -3437,80 +3707,195 @@ a mark {
3437
3707
  /* 511 */
3438
3708
  /* 1023 */
3439
3709
  /* Zindex */
3440
- .Spoiler-module_root__1OfSR {
3441
- position: relative;
3442
-
3443
- width: 100%;
3444
- margin: 15px 0;
3445
- padding: 24px 0 25px
3446
- }
3447
- @media only screen and (min-device-width: 32em) {
3448
- .Spoiler-module_root__1OfSR {
3449
- display: -webkit-box;
3450
- display: -webkit-flex;
3451
- display: -ms-flexbox;
3452
- display: flex;
3453
- flex-flow: column nowrap;
3454
-
3455
- margin: 25px auto 20px;
3456
- padding: 23px 0
3457
- }
3458
- }
3459
- .Spoiler-module_root__1OfSR::before,
3460
- .Spoiler-module_root__1OfSR::after {
3461
- position: absolute;
3462
- z-index: 10;
3463
- left: 50%;
3710
+ .SourceBlock-module_root__1P3XD {
3711
+ display: block;
3464
3712
 
3465
- width: 100%;
3466
- max-width: 650px;
3467
- margin: 0 auto;
3713
+ margin: 18px 0 15px;
3714
+ padding: 12px 11px 17px;
3468
3715
 
3469
- content: '';
3470
- transform: translateX(-50%);
3716
+ color: #000;
3717
+ border-radius: 2px 8px 8px 2px;
3718
+ background-color: #f5f5f5;
3719
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3471
3720
 
3472
- border-top: 3px solid rgba(0, 0, 0, 0.1);
3473
- }
3474
- .Spoiler-module_root__1OfSR::before {
3475
- top: 0;
3721
+ font-size: 16px;
3722
+ line-height: 20px
3476
3723
  }
3477
- .Spoiler-module_root__1OfSR::after {
3478
- bottom: 0;
3724
+ @media only screen and (min-device-width: 48em) {
3725
+ .SourceBlock-module_root__1P3XD {
3726
+ margin-top: 25px;
3727
+ margin-bottom: 25px;
3728
+ padding: 18px 16px 16px
3479
3729
  }
3480
- .Spoiler-module_root__1OfSR:last-child {
3481
- margin-bottom: 0;
3730
+ }
3731
+ .SourceBlock-module_root__1P3XD:hover,
3732
+ .SourceBlock-module_root__1P3XD:visited {
3733
+ background-color: #ededed;
3482
3734
  }
3483
- .Spoiler-module_root__1OfSR:first-child {
3484
- margin-top: 0;
3735
+ .SourceBlock-module_root__1P3XD blockquote {
3736
+ margin: 0;
3485
3737
  }
3486
- .Spoiler-module_header__1rZUs {
3487
- display: -webkit-box;
3488
- display: -webkit-flex;
3489
- display: -ms-flexbox;
3490
- display: flex;
3491
- flex-flow: column nowrap;
3492
- justify-content: center;
3738
+ .SourceBlock-module_root__1P3XD a {
3739
+ text-decoration: none;
3493
3740
 
3494
- width: 100%;
3495
- max-width: 650px;
3496
- margin-right: auto;
3497
- margin-left: auto;
3741
+ color: inherit;
3498
3742
  }
3499
- .Spoiler-module_header__1rZUs h3 {
3500
- margin-top: 0;
3501
- margin-bottom: 18px;
3502
-
3743
+ .SourceBlock-module_text__Si4vm {
3503
3744
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3504
- font-size: 21px;
3505
- font-weight: 700;
3506
- line-height: 26px
3507
3745
  }
3508
- @media only screen and (min-device-width: 32em) {
3509
- .Spoiler-module_header__1rZUs h3 {
3510
- margin-bottom: 20px;
3746
+ .SourceBlock-module_text__Si4vm p {
3747
+ margin: 0;
3511
3748
 
3512
- font-size: 28px;
3513
- line-height: 34px
3749
+ font-size: 16px;
3750
+ line-height: 22px
3751
+ }
3752
+ @media only screen and (min-device-width: 48em) {
3753
+ .SourceBlock-module_text__Si4vm p {
3754
+ font-size: 18px;
3755
+ line-height: 26px
3756
+ }
3757
+ }
3758
+ .SourceBlock-module_root__1P3XD p + p {
3759
+ margin-top: 12px;
3760
+ }
3761
+ .SourceBlock-module_root__1P3XD footer {
3762
+ margin-top: 12px;
3763
+ padding-top: 10px;
3764
+
3765
+ border-top: 1px solid #d6d6d6
3766
+ }
3767
+ @media only screen and (min-device-width: 48em) {
3768
+ .SourceBlock-module_root__1P3XD footer {
3769
+ margin-top: 18px;
3770
+ padding-top: 12px
3771
+ }
3772
+ }
3773
+ .SourceBlock-module_origin__l3JbO {
3774
+ letter-spacing: 1px;
3775
+ text-transform: uppercase;
3776
+ pointer-events: none;
3777
+
3778
+ color: #292929;
3779
+
3780
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3781
+ font-size: 16px;
3782
+ font-weight: bold;
3783
+ font-style: normal;
3784
+ line-height: 22px
3785
+ }
3786
+ @media only screen and (min-device-width: 48em) {
3787
+ .SourceBlock-module_origin__l3JbO {
3788
+ font-size: 18px;
3789
+ line-height: 26px
3790
+ }
3791
+ }
3792
+ .SourceBlock-module_center__3P93B {
3793
+ max-width: 650px;
3794
+ margin-right: auto;
3795
+ margin-left: auto;
3796
+ }
3797
+ /* VISIBILITY */
3798
+ @media only screen and (min-device-width: 32em) {
3799
+ .SourceBlock-module_mobile__2gw4S {
3800
+ display: none
3801
+ }
3802
+ }
3803
+ .SourceBlock-module_desktop__DecT6 {
3804
+ display: none
3805
+ }
3806
+ @media only screen and (min-device-width: 32em) {
3807
+ .SourceBlock-module_desktop__DecT6 {
3808
+ display: block
3809
+ }
3810
+ }
3811
+
3812
+ /* Colors */
3813
+ /* Fonts */
3814
+ /* Gap */
3815
+ /* Media */
3816
+ /* 512 */
3817
+ /* 650 */
3818
+ /* 768 */
3819
+ /* 1024 */
3820
+ /* 1010 */
3821
+ /* 1200 */
3822
+ /* 511 */
3823
+ /* 1023 */
3824
+ /* Zindex */
3825
+ .Spoiler-module_root__1OfSR {
3826
+ position: relative;
3827
+
3828
+ width: 100%;
3829
+ margin: 15px 0;
3830
+ padding: 24px 0 25px
3831
+ }
3832
+ @media only screen and (min-device-width: 32em) {
3833
+ .Spoiler-module_root__1OfSR {
3834
+ display: -webkit-box;
3835
+ display: -webkit-flex;
3836
+ display: -ms-flexbox;
3837
+ display: flex;
3838
+ flex-flow: column nowrap;
3839
+
3840
+ margin: 25px auto 20px;
3841
+ padding: 23px 0
3842
+ }
3843
+ }
3844
+ .Spoiler-module_root__1OfSR::before,
3845
+ .Spoiler-module_root__1OfSR::after {
3846
+ position: absolute;
3847
+ z-index: 10;
3848
+ left: 50%;
3849
+
3850
+ width: 100%;
3851
+ max-width: 650px;
3852
+ margin: 0 auto;
3853
+
3854
+ content: '';
3855
+ transform: translateX(-50%);
3856
+
3857
+ border-top: 3px solid rgba(0, 0, 0, 0.1);
3858
+ }
3859
+ .Spoiler-module_root__1OfSR::before {
3860
+ top: 0;
3861
+ }
3862
+ .Spoiler-module_root__1OfSR::after {
3863
+ bottom: 0;
3864
+ }
3865
+ .Spoiler-module_root__1OfSR:last-child {
3866
+ margin-bottom: 0;
3867
+ }
3868
+ .Spoiler-module_root__1OfSR:first-child {
3869
+ margin-top: 0;
3870
+ }
3871
+ .Spoiler-module_header__1rZUs {
3872
+ display: -webkit-box;
3873
+ display: -webkit-flex;
3874
+ display: -ms-flexbox;
3875
+ display: flex;
3876
+ flex-flow: column nowrap;
3877
+ justify-content: center;
3878
+
3879
+ width: 100%;
3880
+ max-width: 650px;
3881
+ margin-right: auto;
3882
+ margin-left: auto;
3883
+ }
3884
+ .Spoiler-module_header__1rZUs h3 {
3885
+ margin-top: 0;
3886
+ margin-bottom: 18px;
3887
+
3888
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3889
+ font-size: 21px;
3890
+ font-weight: 700;
3891
+ line-height: 26px
3892
+ }
3893
+ @media only screen and (min-device-width: 32em) {
3894
+ .Spoiler-module_header__1rZUs h3 {
3895
+ margin-bottom: 20px;
3896
+
3897
+ font-size: 28px;
3898
+ line-height: 34px
3514
3899
  }
3515
3900
  }
3516
3901
  .Spoiler-module_body__Q1e_c {
@@ -3815,282 +4200,177 @@ a mark {
3815
4200
  /* 511 */
3816
4201
  /* 1023 */
3817
4202
  /* Zindex */
3818
- .DocumentItemsCount-module_root__P3q-z {
3819
- display: inline;
3820
-
3821
- line-height: inherit;
3822
- }
3823
- .DocumentItemsCount-module_root__P3q-z svg {
3824
- vertical-align: top;
3825
- }
3826
- .DocumentItemsCount-module_items__3pfxW {
3827
- margin-left: 1px;
3828
-
3829
- vertical-align: top;
3830
- }
3831
-
3832
- /* Colors */
3833
- /* Fonts */
3834
- /* Gap */
3835
- /* Media */
3836
- /* 512 */
3837
- /* 650 */
3838
- /* 768 */
3839
- /* 1024 */
3840
- /* 1010 */
3841
- /* 1200 */
3842
- /* 511 */
3843
- /* 1023 */
3844
- /* Zindex */
3845
- .RelatedRichBlock-module_root__3NYmj {
4203
+ .MetaItemLive-module_root__2mpD3 {
3846
4204
  position: relative;
3847
- z-index: 10;
3848
4205
 
3849
- display: block;
3850
- overflow: hidden;
4206
+ display: inline-block;
3851
4207
 
3852
- text-decoration: none;
4208
+ width: 18px;
4209
+ height: 18px;
3853
4210
 
3854
- border-radius: 8px;
3855
- outline-width: 0;
4211
+ vertical-align: middle;
3856
4212
  }
3857
- .RelatedRichBlock-module_root__3NYmj::after {
4213
+ .MetaItemLive-module_gold__3yZEV {
4214
+ color: #b88b59;
4215
+ }
4216
+ .MetaItemLive-module_root__2mpD3::before,
4217
+ .MetaItemLive-module_root__2mpD3::after,
4218
+ .MetaItemLive-module_frame__1H_Ha {
3858
4219
  position: absolute;
3859
- z-index: 20;
3860
4220
  top: 0;
3861
4221
  right: 0;
3862
4222
  bottom: 0;
3863
4223
  left: 0;
4224
+ z-index: 0;
4225
+ }
4226
+ .MetaItemLive-module_root__2mpD3 {
4227
+ margin-top: -4px;
4228
+ margin-right: 1px;
3864
4229
 
3865
- content: '';
4230
+ transform: translateY(1px);
4231
+ }
4232
+ .MetaItemLive-module_root__2mpD3::before,
4233
+ .MetaItemLive-module_root__2mpD3::after,
4234
+ .MetaItemLive-module_frame__1H_Ha {
3866
4235
 
3867
- border-radius: 8px;
4236
+ border-radius: 50%;
4237
+ transform: scale(0);
4238
+
4239
+ -webkit-animation-duration: 1.05s;
4240
+
4241
+ animation-duration: 1.05s;
4242
+ -webkit-animation-timing-function: linear;
4243
+ animation-timing-function: linear;
4244
+ -webkit-animation-iteration-count: infinite;
4245
+ animation-iteration-count: infinite;
3868
4246
  }
3869
- .RelatedRichBlock-module_root__3NYmj::before {
3870
- display: block;
4247
+ .MetaItemLive-module_frame__1H_Ha {
3871
4248
 
3872
- width: 100%;
4249
+ background: currentColor;
4250
+
4251
+ -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4252
+
4253
+ animation-name: MetaItemLive-module_liveMiddle__wyuV3;
3873
4254
  }
3874
- .RelatedRichBlock-module_root__3NYmj::after {
3875
- box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
3876
- inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4255
+ .MetaItemLive-module_root__2mpD3::before,
4256
+ .MetaItemLive-module_root__2mpD3::after {
4257
+
4258
+ border: 1px solid currentColor;
4259
+
4260
+ content: '';
3877
4261
  }
3878
- .RelatedRichBlock-module_root__3NYmj,
3879
- .RelatedRichBlock-module_wrapper__1eLIQ {
3880
- margin: 16px 0
4262
+ .MetaItemLive-module_root__2mpD3::before {
4263
+ -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4264
+ animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
3881
4265
  }
3882
- @media only screen and (min-device-width: 48em) {
3883
- .RelatedRichBlock-module_root__3NYmj,
3884
- .RelatedRichBlock-module_wrapper__1eLIQ {
3885
- margin: 25px 0
4266
+ .MetaItemLive-module_root__2mpD3::after {
4267
+ -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
4268
+ animation-name: MetaItemLive-module_liveSecondWave__12g57;
3886
4269
  }
4270
+ @-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4271
+ 14% {
4272
+ transform: scale(0);
3887
4273
  }
3888
- .RelatedRichBlock-module_overlay__3XSg_,
3889
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
3890
- position: absolute;
3891
- z-index: 10;
3892
- right: 0;
3893
- left: 0;
3894
- }
3895
- .RelatedRichBlock-module_overlay__3XSg_ {
3896
- bottom: 0;
3897
4274
 
3898
- height: 295px;
3899
- }
3900
- .RelatedRichBlock-module_overlayHeader__2Nmbv {
3901
- top: 0;
3902
-
3903
- height: 150px;
3904
- }
3905
- .RelatedRichBlock-module_body__1ZHZS {
3906
- display: -webkit-box;
3907
- display: -webkit-flex;
3908
- display: -ms-flexbox;
3909
- display: flex;
3910
- flex-flow: column nowrap;
3911
- justify-content: flex-end;
3912
-
3913
- padding: 12px 15px 12px;
4275
+ 30% {
4276
+ transform: scale(0.22);
4277
+ }
3914
4278
 
3915
- background-color: #f7f7f7
3916
- }
3917
- @media only screen and (min-device-width: 64em) {
3918
- .RelatedRichBlock-module_body__1ZHZS {
3919
- position: absolute;
3920
- z-index: 10;
3921
- right: 0;
3922
- bottom: 0;
3923
- left: 0;
4279
+ 63% {
4280
+ transform: scale(0.22);
4281
+ }
3924
4282
 
3925
- min-height: 295px;
3926
- padding: 20px;
4283
+ 70% {
4284
+ transform: scale(0);
4285
+ }
3927
4286
 
3928
- background-color: transparent
3929
- }
4287
+ 100% {
4288
+ transform: scale(0);
3930
4289
  }
3931
- .RelatedRichBlock-module_isRich__1LnA4 {
3932
- color: #000
3933
- }
3934
- @media only screen and (min-device-width: 64em) {
3935
- .RelatedRichBlock-module_isRich__1LnA4 {
3936
- color: #fff
3937
4290
  }
4291
+ @keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4292
+ 14% {
4293
+ transform: scale(0);
3938
4294
  }
3939
- @media only screen and (min-device-width: 64em) {
3940
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
3941
- position: absolute;
3942
- z-index: 10;
3943
- right: 0;
3944
- bottom: 0;
3945
- left: 0;
3946
4295
 
3947
- min-height: 295px;
4296
+ 30% {
4297
+ transform: scale(0.22);
4298
+ }
3948
4299
 
3949
- background-color: transparent
3950
- }
4300
+ 63% {
4301
+ transform: scale(0.22);
3951
4302
  }
3952
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
3953
- position: relative;
3954
- }
3955
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
3956
- position: absolute;
3957
- z-index: 10;
3958
- right: 1px;
3959
- bottom: 0;
3960
- left: 1px;
3961
4303
 
3962
- content: '';
4304
+ 70% {
4305
+ transform: scale(0);
4306
+ }
3963
4307
 
3964
- border-bottom: 1px solid rgba(0, 0, 0, 0.1)
3965
- }
3966
- @media only screen and (min-device-width: 32em) {
3967
- .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
3968
- content: ''
3969
- }
4308
+ 100% {
4309
+ transform: scale(0);
3970
4310
  }
3971
- .RelatedRichBlock-module_isCard__2naDz {
3972
- color: #fff;
3973
- background-color: #191919
3974
- }
3975
- @media only screen and (min-device-width: 32em) {
3976
- .RelatedRichBlock-module_isCard__2naDz {
3977
- min-height: 350px
3978
4311
  }
4312
+ @-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4313
+ 21% {
4314
+ transform: scale(0.1);
3979
4315
  }
3980
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
3981
- background-color: transparent
3982
- }
3983
- @media only screen and (min-device-width: 32em) {
3984
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
3985
- position: absolute;
3986
- z-index: 10;
3987
- right: 0;
3988
- bottom: 0;
3989
- left: 0;
3990
4316
 
3991
- min-height: 295px
3992
- }
4317
+ 53% {
4318
+ transform: scale(0.33);
3993
4319
  }
3994
- @media only screen and (min-device-width: 32em) {
3995
- .RelatedRichBlock-module_isCard__2naDz::before {
3996
- padding-bottom: 66.66%;
3997
4320
 
3998
- content: ''
3999
- }
4000
- }
4001
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4002
- position: relative;
4321
+ 100% {
4322
+ transform: scale(0.66);
4003
4323
 
4004
- width: 100%
4005
- }
4006
- @media only screen and (min-device-width: 32em) {
4007
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4008
- position: absolute;
4009
- top: 0;
4010
- bottom: 0
4324
+ opacity: 0;
4325
+ }
4011
4326
  }
4327
+ @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4328
+ 21% {
4329
+ transform: scale(0.1);
4012
4330
  }
4013
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4014
- display: block;
4015
4331
 
4016
- padding-bottom: 78.50746269%;
4017
-
4018
- content: ''
4019
- }
4020
- @media only screen and (min-device-width: 32em) {
4021
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4022
- content: none
4023
- }
4332
+ 53% {
4333
+ transform: scale(0.33);
4024
4334
  }
4025
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4026
- position: absolute;
4027
- top: 50%;
4028
- left: 50%;
4029
4335
 
4030
- width: 180px;
4031
- height: 180px;
4336
+ 100% {
4337
+ transform: scale(0.66);
4032
4338
 
4033
- transform: translate(-50%, -50%)
4339
+ opacity: 0;
4340
+ }
4034
4341
  }
4035
- @media only screen and (min-device-width: 32em) {
4036
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4037
- top: 25%;
4342
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4343
+ 21% {
4344
+ transform: scale(0.22);
4345
+ }
4038
4346
 
4039
- transform: translate(-50%, -25%)
4040
- }
4347
+ 53% {
4348
+ transform: scale(0.55);
4041
4349
  }
4042
- .RelatedRichBlock-module_tag__3OLyG {
4043
- position: absolute;
4044
- z-index: 10;
4045
- top: 14px;
4046
- right: 15px;
4047
- left: 15px;
4048
4350
 
4049
- color: rgba(255, 255, 255, 0.7);
4351
+ 100% {
4352
+ transform: scale(0.88);
4050
4353
 
4051
- font-size: 12px
4052
- }
4053
- @media only screen and (min-device-width: 64em) {
4054
- .RelatedRichBlock-module_tag__3OLyG {
4055
- top: 16px;
4056
- right: 20px;
4057
- left: 20px
4058
- }
4354
+ opacity: 0;
4059
4355
  }
4060
- .RelatedRichBlock-module_center__197sx {
4061
- width: 100%;
4062
- max-width: 650px;
4063
- margin-right: auto;
4064
- margin-left: auto;
4065
- }
4066
- /* Themes */
4067
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
4068
- color: #000;
4069
- }
4070
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4071
- color: rgba(0, 0, 0, 0.7);
4072
- }
4073
- @media only screen and (min-device-width: 32em) {
4074
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
4075
- color: #fff;
4076
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4077
4356
  }
4357
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4358
+ 21% {
4359
+ transform: scale(0.22);
4078
4360
  }
4079
- /* Display */
4080
- @media only screen and (min-device-width: 32em) {
4081
- .RelatedRichBlock-module_mobile__JpCS4 {
4082
- display: none
4083
- }
4361
+
4362
+ 53% {
4363
+ transform: scale(0.55);
4084
4364
  }
4085
- .RelatedRichBlock-module_desktop__trL0D {
4086
- display: none
4087
- }
4088
- @media only screen and (min-device-width: 32em) {
4089
- .RelatedRichBlock-module_desktop__trL0D {
4090
- display: block
4091
- }
4365
+
4366
+ 100% {
4367
+ transform: scale(0.88);
4368
+
4369
+ opacity: 0;
4092
4370
  }
4371
+ }
4093
4372
 
4373
+ /* stylelint-disable declaration-empty-line-before */
4094
4374
  /* Colors */
4095
4375
  /* Fonts */
4096
4376
  /* Gap */
@@ -4104,115 +4384,19 @@ a mark {
4104
4384
  /* 511 */
4105
4385
  /* 1023 */
4106
4386
  /* Zindex */
4107
- .ChapterBlock-module_root__1WyVn {
4108
- position: relative;
4387
+ .DocumentItemsCount-module_root__P3q-z {
4388
+ display: inline;
4109
4389
 
4110
- margin: 38px auto 7px
4111
- }
4112
- @media only screen and (min-device-width: 32em) {
4113
- .ChapterBlock-module_root__1WyVn {
4114
- max-width: 650px;
4115
- margin-top: 70px
4116
- }
4117
- }
4118
- .ChapterBlock-module_root__1WyVn:first-child {
4119
- margin-top: 0;
4390
+ line-height: inherit;
4120
4391
  }
4121
- .ChapterBlock-module_root__1WyVn:last-child {
4122
- margin-bottom: 0;
4392
+ .DocumentItemsCount-module_root__P3q-z svg {
4393
+ vertical-align: top;
4123
4394
  }
4124
- .ChapterBlock-module_subtitle__3TXll {
4125
- display: inline-block;
4395
+ .DocumentItemsCount-module_items__3pfxW {
4396
+ margin-left: 1px;
4126
4397
 
4127
4398
  vertical-align: top;
4128
- letter-spacing: 1px;
4129
- text-transform: uppercase;
4130
-
4131
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4132
- font-size: 12px;
4133
- font-weight: 600;
4134
- line-height: 12px
4135
4399
  }
4136
- @media only screen and (min-device-width: 32em) {
4137
- .ChapterBlock-module_subtitle__3TXll {
4138
- font-size: 13px;
4139
- line-height: 16px
4140
- }
4141
- }
4142
- .ChapterBlock-module_subtitle__3TXll::after {
4143
- display: block;
4144
-
4145
- width: 120px;
4146
- padding: 0 0 7px;
4147
-
4148
- content: '';
4149
-
4150
- border-bottom: 1px solid #ccc
4151
- }
4152
- @media only screen and (min-device-width: 32em) {
4153
- .ChapterBlock-module_subtitle__3TXll::after {
4154
- padding: 0 0 6px
4155
- }
4156
- }
4157
- /* VISIBILITY */
4158
- @media only screen and (min-device-width: 32em) {
4159
- .ChapterBlock-module_mobile__CiO0w {
4160
- display: none
4161
- }
4162
- }
4163
- .ChapterBlock-module_desktop__tk1Nk {
4164
- display: none
4165
- }
4166
- @media only screen and (min-device-width: 32em) {
4167
- .ChapterBlock-module_desktop__tk1Nk {
4168
- display: block
4169
- }
4170
- }
4171
-
4172
-
4173
- /* Colors */
4174
- /* Fonts */
4175
- /* Gap */
4176
- /* Media */
4177
- /* 512 */
4178
- /* 650 */
4179
- /* 768 */
4180
- /* 1024 */
4181
- /* 1010 */
4182
- /* 1200 */
4183
- /* 511 */
4184
- /* 1023 */
4185
- /* Zindex */
4186
- .SimpleTitle-module_root__2jVQN {
4187
- margin: 0 0 18px;
4188
-
4189
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4190
- font-size: 20px;
4191
- font-weight: normal;
4192
- line-height: 23px
4193
- }
4194
- @media only screen and (min-device-width: 48em) {
4195
- .SimpleTitle-module_root__2jVQN {
4196
- margin-bottom: 15px;
4197
-
4198
- font-size: 36px;
4199
- line-height: 40px
4200
- }
4201
- }
4202
- /* VISIBILITY */
4203
- @media only screen and (min-device-width: 32em) {
4204
- .SimpleTitle-module_mobile__11gBz {
4205
- display: none
4206
- }
4207
- }
4208
- .SimpleTitle-module_desktop__3yXgy {
4209
- display: none
4210
- }
4211
- @media only screen and (min-device-width: 32em) {
4212
- .SimpleTitle-module_desktop__3yXgy {
4213
- display: block
4214
- }
4215
- }
4216
4400
 
4217
4401
  /* Colors */
4218
4402
  /* Fonts */
@@ -4325,51 +4509,65 @@ a mark {
4325
4509
  /* 511 */
4326
4510
  /* 1023 */
4327
4511
  /* Zindex */
4328
- .BookmarkButton-module_root__3KmuY {
4329
- color: #e0e0e0;
4330
- }
4331
- .BookmarkButton-module_control__1A0ea {
4332
- margin: 0;
4333
- padding: 5px 3px;
4334
-
4335
- cursor: pointer;
4336
-
4337
- color: inherit;
4338
- border-width: 0;
4339
- outline: none;
4340
- background-color: transparent;
4512
+ .Footnote-module_root__2a0-B {
4513
+ position: relative;
4341
4514
 
4342
- -webkit-appearance: none;
4515
+ width: 320px;
4516
+ padding: 20px;
4343
4517
 
4344
- -moz-appearance: none;
4518
+ border-radius: 8px;
4519
+ background-color: #fff;
4520
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4521
+ }
4522
+ .Footnote-module_body__259Ly {
4523
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4524
+ font-size: 16px;
4525
+ line-height: 22px;
4526
+ }
4527
+ .Footnote-module_body__259Ly h3 {
4528
+ margin: 0 0 16px;
4345
4529
 
4346
- appearance: none;
4347
- fill: transparent;
4530
+ font-size: inherit;
4531
+ font-weight: 700;
4532
+ line-height: inherit;
4348
4533
  }
4349
- .BookmarkButton-module_dark__1cwyi {
4350
- color: #fff;
4534
+ .Footnote-module_body__259Ly p {
4535
+ margin: 0;
4351
4536
  }
4352
- .BookmarkButton-module_light__1uQyH {
4353
- color: #000;
4537
+ .Footnote-module_body__259Ly p + p {
4538
+ margin-top: 6px;
4354
4539
  }
4355
- .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
4356
- fill: #e0e0e0;
4540
+ .Footnote-module_body__259Ly a {
4541
+ color: inherit;
4542
+ box-shadow: inset 0 -1px #b88b59;
4357
4543
  }
4358
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
4359
- fill: #fff;
4544
+ .Footnote-module_body__259Ly a:hover {
4545
+ color: #b88b59;
4360
4546
  }
4361
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
4362
- fill: #000;
4547
+ .Footnote-module_dismiss__1HKG5 {
4548
+ position: absolute;
4549
+ top: 0;
4550
+ right: 0;
4551
+
4552
+ margin: 0;
4553
+ padding: 6px 9px 10px;
4554
+
4555
+ cursor: pointer;
4556
+
4557
+ color: #b3b3b3;
4558
+ border-width: 0;
4559
+ outline: none;
4560
+ background-color: transparent;
4363
4561
  }
4364
- @media only screen and (min-device-width: 64em) {
4365
- .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
4366
- width: 12px
4562
+ .Footnote-module_dismiss__1HKG5:hover {
4563
+ color: #757575;
4367
4564
  }
4368
- }
4369
- [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
4370
- display: none;
4565
+ .Footnote-module_dismiss__1HKG5 svg {
4566
+ width: 12px;
4567
+ height: 12px;
4371
4568
  }
4372
4569
 
4570
+
4373
4571
  /* Colors */
4374
4572
  /* Fonts */
4375
4573
  /* Gap */
@@ -4383,453 +4581,255 @@ a mark {
4383
4581
  /* 511 */
4384
4582
  /* 1023 */
4385
4583
  /* Zindex */
4386
- .GroupedBlock-module_root__2qfQA {
4387
- max-width: 644px;
4388
- margin: 15px auto 0
4584
+ .RelatedRichBlock-module_root__3NYmj {
4585
+ position: relative;
4586
+ z-index: 10;
4587
+
4588
+ display: block;
4589
+ overflow: hidden;
4590
+
4591
+ text-decoration: none;
4592
+
4593
+ border-radius: 8px;
4594
+ outline-width: 0;
4389
4595
  }
4390
- @media only screen and (min-device-width: 48em) {
4391
- .GroupedBlock-module_root__2qfQA {
4392
- max-width: none;
4393
- margin-top: 25px;
4394
- margin-bottom: 20px
4596
+ .RelatedRichBlock-module_root__3NYmj::after {
4597
+ position: absolute;
4598
+ z-index: 20;
4599
+ top: 0;
4600
+ right: 0;
4601
+ bottom: 0;
4602
+ left: 0;
4603
+
4604
+ content: '';
4605
+
4606
+ border-radius: 8px;
4395
4607
  }
4396
- }
4397
- .GroupedBlock-module_hasFigcaption__2_mcf {
4398
- margin-bottom: 15px;
4608
+ .RelatedRichBlock-module_root__3NYmj::before {
4609
+ display: block;
4610
+
4611
+ width: 100%;
4612
+ }
4613
+ .RelatedRichBlock-module_root__3NYmj::after {
4614
+ box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
4615
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4616
+ }
4617
+ .RelatedRichBlock-module_root__3NYmj,
4618
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4619
+ margin: 16px 0
4399
4620
  }
4400
4621
  @media only screen and (min-device-width: 48em) {
4401
- .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
4402
- margin-top: 25px
4622
+ .RelatedRichBlock-module_root__3NYmj,
4623
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4624
+ margin: 25px 0
4403
4625
  }
4404
4626
  }
4405
- .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
4406
- margin-bottom: 0;
4627
+ .RelatedRichBlock-module_overlay__3XSg_,
4628
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4629
+ position: absolute;
4630
+ z-index: 10;
4631
+ right: 0;
4632
+ left: 0;
4407
4633
  }
4408
- .GroupedBlock-module_items__2DV2X {
4634
+ .RelatedRichBlock-module_overlay__3XSg_ {
4635
+ bottom: 0;
4636
+
4637
+ height: 295px;
4638
+ }
4639
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4640
+ top: 0;
4641
+
4642
+ height: 150px;
4643
+ }
4644
+ .RelatedRichBlock-module_body__1ZHZS {
4409
4645
  display: -webkit-box;
4410
4646
  display: -webkit-flex;
4411
4647
  display: -ms-flexbox;
4412
4648
  display: flex;
4413
- flex-direction: column;
4414
- flex-wrap: nowrap
4649
+ flex-flow: column nowrap;
4650
+ justify-content: flex-end;
4651
+
4652
+ padding: 12px 15px 12px;
4653
+
4654
+ background-color: #f7f7f7
4415
4655
  }
4416
- @media only screen and (min-device-width: 48em) {
4417
- .GroupedBlock-module_items__2DV2X {
4418
- flex-direction: row
4656
+ @media only screen and (min-device-width: 64em) {
4657
+ .RelatedRichBlock-module_body__1ZHZS {
4658
+ position: absolute;
4659
+ z-index: 10;
4660
+ right: 0;
4661
+ bottom: 0;
4662
+ left: 0;
4663
+
4664
+ min-height: 295px;
4665
+ padding: 20px;
4666
+
4667
+ background-color: transparent
4419
4668
  }
4420
4669
  }
4421
- .GroupedBlock-module_item__3sz9_ {
4422
- flex-grow: 1;
4423
-
4424
- width: 100%;
4425
- min-width: 100%;
4426
- max-width: 100%;
4427
- margin-bottom: 20px
4428
- }
4429
- @media only screen and (min-device-width: 48em) {
4430
- .GroupedBlock-module_item__3sz9_ {
4431
- min-width: 0;
4432
- max-width: none;
4433
- margin-bottom: 0
4434
- }
4435
- }
4436
- @media only screen and (min-device-width: 48em) {
4437
- .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
4438
- margin-left: 15px
4439
- }
4440
- }
4441
- .GroupedBlock-module_figcaption__2Q_wf {
4442
- max-width: 650px;
4443
- margin-right: auto;
4444
- margin-left: auto;
4445
- }
4446
- /* DISPLAY */
4447
- @media only screen and (min-device-width: 48em) {
4448
- .GroupedBlock-module_default__3ylw_ {
4449
- max-width: 650px
4450
- }
4451
- }
4452
- .GroupedBlock-module_full__1dzQR {
4453
- max-width: 980px;
4454
- }
4455
- .GroupedBlock-module_super_full__1PU72 {
4456
- max-width: 1680px;
4457
- }
4458
- /* VISIBILITY */
4459
- @media only screen and (min-device-width: 32em) {
4460
- .GroupedBlock-module_mobile__3n8Ub {
4461
- display: none
4462
- }
4463
- }
4464
- .GroupedBlock-module_desktop__6ZRpA {
4465
- display: none
4466
- }
4467
- @media only screen and (min-device-width: 32em) {
4468
- .GroupedBlock-module_desktop__6ZRpA {
4469
- display: block
4470
- }
4471
- }
4472
-
4473
-
4474
- /* Colors */
4475
- /* Fonts */
4476
- /* Gap */
4477
- /* Media */
4478
- /* 512 */
4479
- /* 650 */
4480
- /* 768 */
4481
- /* 1024 */
4482
- /* 1010 */
4483
- /* 1200 */
4484
- /* 511 */
4485
- /* 1023 */
4486
- /* Zindex */
4487
- .HalfBlock-module_root__2frv2 {
4488
- position: relative;
4489
-
4490
- text-align: left;
4491
- }
4492
- .HalfBlock-module_main__2XX73 {
4493
- display: -webkit-box;
4494
- display: -webkit-flex;
4495
- display: -ms-flexbox;
4496
- display: flex;
4497
- flex-flow: column nowrap
4670
+ .RelatedRichBlock-module_isRich__1LnA4 {
4671
+ color: #000
4498
4672
  }
4499
4673
  @media only screen and (min-device-width: 64em) {
4500
- .HalfBlock-module_main__2XX73 {
4501
- align-items: center;
4502
- flex-flow: row nowrap
4503
- }
4504
- }
4505
- .HalfBlock-module_body__3MnEN {
4506
- order: -1;
4507
-
4508
- max-width: 860px;
4509
- margin: 0 auto
4510
- }
4511
- @media only screen and (min-device-width: 48em) {
4512
- .HalfBlock-module_body__3MnEN {
4513
- text-align: center
4674
+ .RelatedRichBlock-module_isRich__1LnA4 {
4675
+ color: #fff
4514
4676
  }
4515
4677
  }
4516
4678
  @media only screen and (min-device-width: 64em) {
4517
- .HalfBlock-module_body__3MnEN {
4518
- align-items: flex-start;
4519
- justify-content: center;
4520
- order: 0;
4679
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4680
+ position: absolute;
4681
+ z-index: 10;
4682
+ right: 0;
4683
+ bottom: 0;
4684
+ left: 0;
4521
4685
 
4522
- width: 50%;
4523
- max-width: none;
4524
- height: 100%;
4525
- margin-left: 25px;
4686
+ min-height: 295px;
4526
4687
 
4527
- text-align: left
4688
+ background-color: transparent
4528
4689
  }
4529
4690
  }
4530
- .HalfBlock-module_footer__1C0yp {
4531
- width: 100%;
4532
- max-width: 650px;
4533
- margin: 0 auto;
4534
- padding-top: 3px
4691
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
4692
+ position: relative;
4535
4693
  }
4536
- @media only screen and (min-device-width: 64em) {
4537
- .HalfBlock-module_footer__1C0yp {
4538
- max-width: 1000px;
4539
- margin: auto;
4540
- padding-top: 0;
4694
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4695
+ position: absolute;
4696
+ z-index: 10;
4697
+ right: 1px;
4698
+ bottom: 0;
4699
+ left: 1px;
4541
4700
 
4542
- border-top: 1px solid #e6e6e6
4543
- }
4544
- }
4545
- .HalfBlock-module_image__2lYel {
4546
- flex-grow: 1;
4701
+ content: '';
4547
4702
 
4548
- margin: 0 -20px 0;
4549
- margin-top: 18px
4703
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1)
4550
4704
  }
4551
4705
  @media only screen and (min-device-width: 32em) {
4552
- .HalfBlock-module_image__2lYel {
4553
- margin: 31px 0 -5px
4706
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4707
+ content: ''
4554
4708
  }
4555
4709
  }
4556
- @media only screen and (min-device-width: 64em) {
4557
- .HalfBlock-module_image__2lYel {
4558
- width: 50%;
4559
- margin: 0
4710
+ .RelatedRichBlock-module_isCard__2naDz {
4711
+ color: #fff;
4712
+ background-color: #191919
4560
4713
  }
4561
- }
4562
- /* VISIBILITY */
4563
4714
  @media only screen and (min-device-width: 32em) {
4564
- .HalfBlock-module_mobile__2latf {
4565
- display: none
4715
+ .RelatedRichBlock-module_isCard__2naDz {
4716
+ min-height: 350px
4566
4717
  }
4567
4718
  }
4568
- .HalfBlock-module_desktop__3B1Ej {
4569
- display: none
4719
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4720
+ background-color: transparent
4570
4721
  }
4571
4722
  @media only screen and (min-device-width: 32em) {
4572
- .HalfBlock-module_desktop__3B1Ej {
4573
- display: block
4723
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4724
+ position: absolute;
4725
+ z-index: 10;
4726
+ right: 0;
4727
+ bottom: 0;
4728
+ left: 0;
4729
+
4730
+ min-height: 295px
4574
4731
  }
4575
4732
  }
4733
+ @media only screen and (min-device-width: 32em) {
4734
+ .RelatedRichBlock-module_isCard__2naDz::before {
4735
+ padding-bottom: 66.66%;
4576
4736
 
4577
- /* Colors */
4578
- /* Fonts */
4579
- /* Gap */
4580
- /* Media */
4581
- /* 512 */
4582
- /* 650 */
4583
- /* 768 */
4584
- /* 1024 */
4585
- /* 1010 */
4586
- /* 1200 */
4587
- /* 511 */
4588
- /* 1023 */
4589
- /* Zindex */
4590
- .Footnote-module_root__2a0-B {
4737
+ content: ''
4738
+ }
4739
+ }
4740
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4591
4741
  position: relative;
4592
4742
 
4593
- width: 320px;
4594
- padding: 20px;
4595
-
4596
- border-radius: 8px;
4597
- background-color: #fff;
4598
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4743
+ width: 100%
4599
4744
  }
4600
- .Footnote-module_body__259Ly {
4601
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4602
- font-size: 16px;
4603
- line-height: 22px;
4745
+ @media only screen and (min-device-width: 32em) {
4746
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4747
+ position: absolute;
4748
+ top: 0;
4749
+ bottom: 0
4604
4750
  }
4605
- .Footnote-module_body__259Ly h3 {
4606
- margin: 0 0 16px;
4751
+ }
4752
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4753
+ display: block;
4607
4754
 
4608
- font-size: inherit;
4609
- font-weight: 700;
4610
- line-height: inherit;
4611
- }
4612
- .Footnote-module_body__259Ly p {
4613
- margin: 0;
4614
- }
4615
- .Footnote-module_body__259Ly p + p {
4616
- margin-top: 6px;
4617
- }
4618
- .Footnote-module_body__259Ly a {
4619
- color: inherit;
4620
- box-shadow: inset 0 -1px #b88b59;
4755
+ padding-bottom: 78.50746269%;
4756
+
4757
+ content: ''
4621
4758
  }
4622
- .Footnote-module_body__259Ly a:hover {
4623
- color: #b88b59;
4759
+ @media only screen and (min-device-width: 32em) {
4760
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4761
+ content: none
4624
4762
  }
4625
- .Footnote-module_dismiss__1HKG5 {
4763
+ }
4764
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4626
4765
  position: absolute;
4627
- top: 0;
4628
- right: 0;
4629
-
4630
- margin: 0;
4631
- padding: 6px 9px 10px;
4766
+ top: 50%;
4767
+ left: 50%;
4632
4768
 
4633
- cursor: pointer;
4769
+ width: 180px;
4770
+ height: 180px;
4634
4771
 
4635
- color: #b3b3b3;
4636
- border-width: 0;
4637
- outline: none;
4638
- background-color: transparent;
4639
- }
4640
- .Footnote-module_dismiss__1HKG5:hover {
4641
- color: #757575;
4642
- }
4643
- .Footnote-module_dismiss__1HKG5 svg {
4644
- width: 12px;
4645
- height: 12px;
4772
+ transform: translate(-50%, -50%)
4646
4773
  }
4774
+ @media only screen and (min-device-width: 32em) {
4775
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4776
+ top: 25%;
4647
4777
 
4648
-
4649
- /* stylelint-disable declaration-empty-line-before */
4650
- /* Colors */
4651
- /* Fonts */
4652
- /* Gap */
4653
- /* Media */
4654
- /* 512 */
4655
- /* 650 */
4656
- /* 768 */
4657
- /* 1024 */
4658
- /* 1010 */
4659
- /* 1200 */
4660
- /* 511 */
4661
- /* 1023 */
4662
- /* Zindex */
4663
- .MetaItemLive-module_root__2mpD3 {
4664
- position: relative;
4665
-
4666
- display: inline-block;
4667
-
4668
- width: 18px;
4669
- height: 18px;
4670
-
4671
- vertical-align: middle;
4672
- }
4673
- .MetaItemLive-module_gold__3yZEV {
4674
- color: #b88b59;
4778
+ transform: translate(-50%, -25%)
4675
4779
  }
4676
- .MetaItemLive-module_root__2mpD3::before,
4677
- .MetaItemLive-module_root__2mpD3::after,
4678
- .MetaItemLive-module_frame__1H_Ha {
4780
+ }
4781
+ .RelatedRichBlock-module_tag__3OLyG {
4679
4782
  position: absolute;
4680
- top: 0;
4681
- right: 0;
4682
- bottom: 0;
4683
- left: 0;
4684
- z-index: 0;
4685
- }
4686
- .MetaItemLive-module_root__2mpD3 {
4687
- margin-top: -4px;
4688
- margin-right: 1px;
4689
-
4690
- transform: translateY(1px);
4691
- }
4692
- .MetaItemLive-module_root__2mpD3::before,
4693
- .MetaItemLive-module_root__2mpD3::after,
4694
- .MetaItemLive-module_frame__1H_Ha {
4695
-
4696
- border-radius: 50%;
4697
- transform: scale(0);
4698
-
4699
- -webkit-animation-duration: 1.05s;
4700
-
4701
- animation-duration: 1.05s;
4702
- -webkit-animation-timing-function: linear;
4703
- animation-timing-function: linear;
4704
- -webkit-animation-iteration-count: infinite;
4705
- animation-iteration-count: infinite;
4706
- }
4707
- .MetaItemLive-module_frame__1H_Ha {
4708
-
4709
- background: currentColor;
4783
+ z-index: 10;
4784
+ top: 14px;
4785
+ right: 15px;
4786
+ left: 15px;
4710
4787
 
4711
- -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4788
+ color: rgba(255, 255, 255, 0.7);
4712
4789
 
4713
- animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4790
+ font-size: 12px
4714
4791
  }
4715
- .MetaItemLive-module_root__2mpD3::before,
4716
- .MetaItemLive-module_root__2mpD3::after {
4717
-
4718
- border: 1px solid currentColor;
4719
-
4720
- content: '';
4792
+ @media only screen and (min-device-width: 64em) {
4793
+ .RelatedRichBlock-module_tag__3OLyG {
4794
+ top: 16px;
4795
+ right: 20px;
4796
+ left: 20px
4721
4797
  }
4722
- .MetaItemLive-module_root__2mpD3::before {
4723
- -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4724
- animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4798
+ }
4799
+ .RelatedRichBlock-module_center__197sx {
4800
+ width: 100%;
4801
+ max-width: 650px;
4802
+ margin-right: auto;
4803
+ margin-left: auto;
4725
4804
  }
4726
- .MetaItemLive-module_root__2mpD3::after {
4727
- -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
4728
- animation-name: MetaItemLive-module_liveSecondWave__12g57;
4805
+ /* Themes */
4806
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
4807
+ color: #000;
4729
4808
  }
4730
- @-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4731
- 14% {
4732
- transform: scale(0);
4733
- }
4734
-
4735
- 30% {
4736
- transform: scale(0.22);
4737
- }
4738
-
4739
- 63% {
4740
- transform: scale(0.22);
4741
- }
4742
-
4743
- 70% {
4744
- transform: scale(0);
4745
- }
4746
-
4747
- 100% {
4748
- transform: scale(0);
4749
- }
4809
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4810
+ color: rgba(0, 0, 0, 0.7);
4750
4811
  }
4751
- @keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4752
- 14% {
4753
- transform: scale(0);
4754
- }
4755
-
4756
- 30% {
4757
- transform: scale(0.22);
4758
- }
4759
-
4760
- 63% {
4761
- transform: scale(0.22);
4762
- }
4763
-
4764
- 70% {
4765
- transform: scale(0);
4766
- }
4767
-
4768
- 100% {
4769
- transform: scale(0);
4770
- }
4812
+ @media only screen and (min-device-width: 32em) {
4813
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
4814
+ color: #fff;
4815
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4771
4816
  }
4772
- @-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4773
- 21% {
4774
- transform: scale(0.1);
4775
- }
4776
-
4777
- 53% {
4778
- transform: scale(0.33);
4779
- }
4780
-
4781
- 100% {
4782
- transform: scale(0.66);
4783
-
4784
- opacity: 0;
4785
4817
  }
4818
+ /* Display */
4819
+ @media only screen and (min-device-width: 32em) {
4820
+ .RelatedRichBlock-module_mobile__JpCS4 {
4821
+ display: none
4786
4822
  }
4787
- @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4788
- 21% {
4789
- transform: scale(0.1);
4790
- }
4791
-
4792
- 53% {
4793
- transform: scale(0.33);
4794
- }
4795
-
4796
- 100% {
4797
- transform: scale(0.66);
4798
-
4799
- opacity: 0;
4800
4823
  }
4824
+ .RelatedRichBlock-module_desktop__trL0D {
4825
+ display: none
4801
4826
  }
4802
- @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4803
- 21% {
4804
- transform: scale(0.22);
4805
- }
4806
-
4807
- 53% {
4808
- transform: scale(0.55);
4809
- }
4810
-
4811
- 100% {
4812
- transform: scale(0.88);
4813
-
4814
- opacity: 0;
4815
- }
4827
+ @media only screen and (min-device-width: 32em) {
4828
+ .RelatedRichBlock-module_desktop__trL0D {
4829
+ display: block
4816
4830
  }
4817
- @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4818
- 21% {
4819
- transform: scale(0.22);
4820
- }
4821
-
4822
- 53% {
4823
- transform: scale(0.55);
4824
4831
  }
4825
4832
 
4826
- 100% {
4827
- transform: scale(0.88);
4828
-
4829
- opacity: 0;
4830
- }
4831
- }
4832
-
4833
4833
  /* Colors */
4834
4834
  /* Fonts */
4835
4835
  /* Gap */
@@ -5067,7 +5067,9 @@ a mark {
5067
5067
  .EmbedBlock-module_isInCard__37rtq.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
5068
5068
  .EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
5069
5069
  .EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_figure__vAvcN,
5070
- .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN {
5070
+ .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN,
5071
+ .EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_object__2_UZ7,
5072
+ .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_object__2_UZ7 {
5071
5073
  margin-right: -11px;
5072
5074
  margin-left: -11px
5073
5075
  }
@@ -5075,7 +5077,9 @@ a mark {
5075
5077
  .EmbedBlock-module_isInCard__37rtq.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
5076
5078
  .EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
5077
5079
  .EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_figure__vAvcN,
5078
- .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN {
5080
+ .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_figure__vAvcN,
5081
+ .EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_object__2_UZ7,
5082
+ .EmbedBlock-module_isInSlide__2ea5q .EmbedBlock-module_object__2_UZ7 {
5079
5083
  margin-right: auto;
5080
5084
  margin-left: auto
5081
5085
  }