@meduza/ui-kit-2 0.1.33 → 0.1.34

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,553 @@
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
+
237
+ /* Colors */
238
+ /* Fonts */
239
+ /* Gap */
240
+ /* Media */
241
+ /* 512 */
242
+ /* 650 */
243
+ /* 768 */
244
+ /* 1024 */
245
+ /* 1010 */
246
+ /* 1200 */
247
+ /* 511 */
248
+ /* 1023 */
249
+ /* Zindex */
250
+ .SvgSymbol-module_root__2CsRW {
251
+ width: 100%;
252
+ height: 100%;
253
+
254
+ vertical-align: middle;
255
+ }
256
+ .SvgSymbol-module_small__2g6oR {
257
+ height: 14px;
258
+ }
259
+ .SvgSymbol-module_normal__9lFn1 {
260
+ height: 14px;
261
+ }
262
+ .SvgSymbol-module_medium__2eF5L {
263
+ width: 24px;
264
+ height: 24px;
265
+ }
266
+ .SvgSymbol-module_large__2kQrt {
267
+ width: 42px;
268
+ height: 42px;
269
+ }
270
+ .SvgSymbol-module_adaptive__3_68T {
271
+ width: 100%;
272
+ height: 100%;
273
+ }
274
+ .SvgSymbol-module_fb__1whmw {
275
+ width: 16px;
276
+
277
+ fill: #304591;
278
+ }
279
+ .SvgSymbol-module_vk__3VEuu {
280
+ width: 20px;
281
+
282
+ fill: #527397;
283
+ }
284
+ .SvgSymbol-module_ok__2_1Qb {
285
+ width: 9px;
286
+
287
+ fill: #eb722e;
288
+ }
289
+ .SvgSymbol-module_tw__2VRG5 {
290
+ width: 20px;
291
+
292
+ fill: #31adf4;
293
+ }
294
+ .SvgSymbol-module_tg__2xe2f {
295
+ width: 18px;
296
+
297
+ fill: #2ba5e0;
298
+ }
299
+ .SvgSymbol-module_reaction__rrJvf {
300
+ width: 16px;
301
+
302
+ color: #b88b59;
303
+
304
+ fill: #262626;
305
+ }
306
+ .SvgSymbol-module_card__1XAqw,
307
+ .SvgSymbol-module_podcast__3oPoo,
308
+ .SvgSymbol-module_read__2V82i,
309
+ .SvgSymbol-module_listened__1oMFV {
310
+ width: 15px;
311
+ height: 15px;
312
+ }
313
+ .SvgSymbol-module_menu__2iYFt {
314
+ width: 24px;
315
+ height: 24px;
316
+ }
317
+ .SvgSymbol-module_cross__J2lCN {
318
+ width: 14px;
319
+ height: 14px;
320
+ }
321
+ .SvgSymbol-module_isInFeature__cDeTI,
322
+ .SvgSymbol-module_isInCard__pKq4e {
323
+ width: 16px;
324
+ height: 16px;
325
+ }
326
+ .SvgSymbol-module_isInTopicBlockItem__3Te91 {
327
+ width: 16px;
328
+ height: 16px;
329
+ }
330
+ .SvgSymbol-module_isInPageStatic__H31Rd {
331
+ width: 64px;
332
+ height: 64px;
333
+ }
334
+ .SvgSymbol-module_isInMaterialMeta__2IbAw {
335
+ margin-right: 6px;
336
+ }
337
+ .SvgSymbol-module_isInAudioPlayer__2xlzW {
338
+ width: 29px;
339
+ height: 29px;
340
+
341
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
342
+
343
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
344
+ }
345
+ .SvgSymbol-module_isInEpisodeBlock__2vY3o {
346
+ width: 38px;
347
+ height: 38px;
348
+
349
+ -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
350
+
351
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
352
+ }
353
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
354
+ width: 34px;
355
+ height: 28px
356
+ }
357
+ @media only screen and (min-device-width: 40.625em) {
358
+ .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
359
+ width: 28px;
360
+ height: 22px
361
+ }
362
+ }
363
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
364
+ .SvgSymbol-module_isInButtonForward__D1AFL {
365
+ width: 28px;
366
+ height: 28px
367
+ }
368
+ @media only screen and (min-device-width: 40.625em) {
369
+ .SvgSymbol-module_isInButtonBackward__1Grf9,
370
+ .SvgSymbol-module_isInButtonForward__D1AFL {
371
+ width: 22px;
372
+ height: 22px
373
+ }
374
+ }
375
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
376
+ width: 18px;
377
+ height: 18px;
378
+ }
379
+ .SvgSymbol-module_play__pM-qY {
380
+ width: 100%;
381
+ height: 100%;
382
+ }
383
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
384
+ width: 92px;
385
+ height: 20px
386
+ }
387
+ @media only screen and (min-device-width: 64em) {
388
+ .SvgSymbol-module_meduzaLogo__2Ouzp {
389
+ width: 100px;
390
+ height: 45px
391
+ }
392
+ }
393
+ .SvgSymbol-module_arrow__11naX {
394
+ width: 12px;
395
+ height: 12px;
396
+ }
397
+ .SvgSymbol-module_oil__hvHE5 {
398
+ width: 9px;
399
+ height: 12px;
400
+ }
401
+ .SvgSymbol-module_search__VK6p3 {
402
+ width: 24px;
403
+ height: 24px
404
+ }
405
+ @media only screen and (min-device-width: 64em) {
406
+ .SvgSymbol-module_search__VK6p3 {
407
+ width: 16px;
408
+ height: 16px
409
+ }
410
+ }
411
+ .SvgSymbol-module_user__1MGim {
412
+ width: 14px;
413
+ height: 14px
414
+ }
415
+ @media only screen and (min-device-width: 64em) {
416
+ .SvgSymbol-module_user__1MGim {
417
+ width: 16px;
418
+ height: 16px
419
+ }
420
+ }
421
+ .SvgSymbol-module_bookmark__2z7tX {
422
+ width: 17px;
423
+ height: auto;
424
+
425
+ cursor: pointer;
426
+
427
+ stroke-width: 2px
428
+ }
429
+ @media only screen and (min-device-width: 64em) {
430
+ .SvgSymbol-module_bookmark__2z7tX {
431
+ width: 14px;
432
+
433
+ stroke-width: 1.5px
434
+ }
435
+ }
436
+ .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
437
+ width: 14px;
438
+ }
439
+ .SvgSymbol-module_receipt__3Eqow {
440
+ width: 10px;
441
+ height: 13px;
442
+ }
443
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
444
+ width: 22px;
445
+ height: 22px
446
+ }
447
+ @media only screen and (min-device-width: 64em) {
448
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
449
+ width: 14px;
450
+ height: 14px
451
+ }
452
+ }
453
+ @media only screen and (min-device-width: 64em) {
454
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
455
+ stroke-width: 1.5px
456
+ }
457
+ }
458
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
459
+ stroke-width: 1.8px
460
+ }
461
+ @media only screen and (min-device-width: 64em) {
462
+ .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
463
+ stroke-width: 1.3px
464
+ }
465
+ }
466
+
467
+ /* Colors */
468
+ /* Fonts */
469
+ /* Gap */
470
+ /* Media */
471
+ /* 512 */
472
+ /* 650 */
473
+ /* 768 */
474
+ /* 1024 */
475
+ /* 1010 */
476
+ /* 1200 */
477
+ /* 511 */
478
+ /* 1023 */
479
+ /* Zindex */
480
+ .Image-module_root__1vsA_ {
481
+ position: relative;
482
+ z-index: 1;
483
+
484
+ display: block;
485
+ overflow: hidden
486
+ }
487
+ @media only screen and (min-device-width: 32em) {
488
+ .Image-module_root__1vsA_ {
489
+ border-radius: inherit
490
+ }
491
+ }
492
+ .Image-module_placeholder__1p4ob,
493
+ .Image-module_root__1vsA_ img {
494
+ position: absolute;
495
+ top: 0;
496
+ left: 0;
497
+
498
+ width: 100%;
499
+ height: 100%;
500
+ }
501
+ .Image-module_wrapper__3fLjs {
502
+ display: block;
503
+
504
+ width: 100%;
505
+
506
+ background-repeat: no-repeat;
507
+ background-size: 100% auto;
508
+ }
509
+ .Image-module_placeholder__1p4ob {
510
+ transition: background-color 250ms ease;
511
+
512
+ background-color: #f2f2f2;
513
+ }
514
+ .Image-module_loaded__w9FVT {
515
+ background: transparent;
516
+ }
517
+ .Image-module_fullscreen__29apx picture {
518
+ cursor: pointer;
519
+ }
520
+ .Image-module_fullscreen__29apx picture:hover::after {
521
+ opacity: 1;
522
+ }
523
+ .Image-module_fullscreen__29apx picture::after {
524
+ position: absolute;
525
+ right: 12px;
526
+ bottom: 12px;
527
+
528
+ width: 40px;
529
+ height: 40px;
530
+
531
+ transition: opacity 250ms ease;
532
+ pointer-events: none;
533
+
534
+ opacity: 0;
535
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
536
+ border-radius: 20px;
537
+ background-color: rgba(0, 0, 0, 0.7);
538
+ background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
539
+ background-repeat: no-repeat;
540
+ background-position: center
541
+ }
542
+ @media only screen and (min-device-width: 64em) {
543
+ .Image-module_fullscreen__29apx picture::after {
544
+ content: ''
545
+ }
546
+ }
547
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
548
+ outline: none;
549
+ }
550
+
1
551
  /* Colors */
2
552
  /* Fonts */
3
553
  /* Gap */
@@ -265,27 +815,184 @@
265
815
  100% {
266
816
  transform: scale(1);
267
817
 
268
- opacity: 1;
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
+
841
+ /* Colors */
842
+ /* Fonts */
843
+ /* Gap */
844
+ /* Media */
845
+ /* 512 */
846
+ /* 650 */
847
+ /* 768 */
848
+ /* 1024 */
849
+ /* 1010 */
850
+ /* 1200 */
851
+ /* 511 */
852
+ /* 1023 */
853
+ /* Zindex */
854
+ .Tag-module_root__3IqWC {
855
+ display: inline-block;
856
+
857
+ cursor: default;
858
+ -webkit-user-select: none;
859
+ -moz-user-select: none;
860
+ -ms-user-select: none;
861
+ user-select: none;
862
+ vertical-align: middle;
863
+ letter-spacing: 1px;
864
+ text-transform: uppercase;
865
+
866
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
867
+ font-size: 12px;
868
+ font-weight: 600;
869
+ line-height: 12px;
870
+ }
871
+ .Tag-module_small__2IAb7 {
872
+ font-size: 12px;
873
+ line-height: 12px
874
+ }
875
+ @media only screen and (min-device-width: 64em) {
876
+ .Tag-module_small__2IAb7 {
877
+ line-height: 14px
878
+ }
879
+ }
880
+ @media only screen and (min-device-width: 64em) {
881
+ .Tag-module_large__22z_o {
882
+ letter-spacing: 1px;
883
+
884
+ font-size: 14px;
885
+ line-height: 16px
886
+ }
887
+ }
888
+ .Tag-module_dark__sgnt1 {
889
+ color: #000;
890
+ }
891
+ .Tag-module_light__1zUhp {
892
+ color: #fff;
893
+ }
894
+ .Tag-module_gold__2ksA7 {
895
+ color: #b88b59;
896
+ }
897
+ .Tag-module_gray__mGAO_ {
898
+ color: #757575;
899
+ }
900
+ .Tag-module_inherit__2QB5U {
901
+ color: inherit;
902
+ }
903
+ @media only screen and (min-device-width: 64em) {
904
+ .Tag-module_is1to1__3EDbC,
905
+ .Tag-module_is1to2__3xbC6,
906
+ .Tag-module_isInSuperBlock__38JE0 {
907
+ letter-spacing: 1px;
908
+
909
+ font-size: 12px;
910
+ line-height: 20px
911
+ }
912
+ }
913
+ @media only screen and (min-device-width: 64em) {
914
+ .Tag-module_is1to3__3j5K-,
915
+ .Tag-module_is1to4__2vq4r {
916
+ letter-spacing: 0.5px;
917
+
918
+ font-size: 10px;
919
+ line-height: 15px
920
+ }
921
+ }
922
+ @media only screen and (min-device-width: 32em) {
923
+ .Tag-module_slide__2nMDw,
924
+ .Tag-module_game__3j5yG {
925
+ width: 100%;
926
+
927
+ text-align: center
928
+ }
929
+ }
930
+ .Tag-module_richRelated__2vbQQ {
931
+ font-size: 12px;
932
+ line-height: 17px
933
+ }
934
+ @media only screen and (min-device-width: 64em) {
935
+ .Tag-module_richRelated__2vbQQ {
936
+ font-size: 14px;
937
+ line-height: 20px
938
+ }
939
+ }
940
+ .Tag-module_slide__2nMDw,
941
+ .Tag-module_game__3j5yG,
942
+ .Tag-module_card__1EAeF,
943
+ .Tag-module_live__rwXuR,
944
+ .Tag-module_episode__3o6gg,
945
+ .Tag-module_podcast__VPoll,
946
+ .Tag-module_rich__2URd9,
947
+ .Tag-module_isInDynamicBlock__1YM9I {
948
+ margin-bottom: 6px;
949
+
950
+ line-height: 10px
951
+ }
952
+ @media only screen and (min-device-width: 32em) {
953
+ .Tag-module_slide__2nMDw,
954
+ .Tag-module_game__3j5yG,
955
+ .Tag-module_card__1EAeF,
956
+ .Tag-module_live__rwXuR,
957
+ .Tag-module_episode__3o6gg,
958
+ .Tag-module_podcast__VPoll,
959
+ .Tag-module_rich__2URd9,
960
+ .Tag-module_isInDynamicBlock__1YM9I {
961
+ margin-bottom: 10px
962
+ }
269
963
  }
964
+ @media only screen and (min-device-width: 32em) {
965
+ .Tag-module_mobile__QQxuv {
966
+ display: none
270
967
  }
271
- @keyframes DotsOnImage-module_show__2TMBv {
272
- 0% {
273
- transform: scale(0.4);
274
-
275
- opacity: 0;
276
968
  }
277
-
278
- 90% {
279
- transform: scale(1.1);
280
-
281
- opacity: 1;
969
+ .Tag-module_desktop__1Bjsy {
970
+ display: none
971
+ }
972
+ @media only screen and (min-device-width: 32em) {
973
+ .Tag-module_desktop__1Bjsy {
974
+ display: block
975
+ }
282
976
  }
283
977
 
284
- 100% {
285
- transform: scale(1);
286
-
287
- opacity: 1;
288
- }
978
+ /* Colors */
979
+ /* Fonts */
980
+ /* Gap */
981
+ /* Media */
982
+ /* 512 */
983
+ /* 650 */
984
+ /* 768 */
985
+ /* 1024 */
986
+ /* 1010 */
987
+ /* 1200 */
988
+ /* 511 */
989
+ /* 1023 */
990
+ /* Zindex */
991
+ .Lazy-module_root__2Z72l {
992
+ display: block;
993
+ }
994
+ .Lazy-module_visible__3-SdX {
995
+ color: red;
289
996
  }
290
997
 
291
998
  /* Colors */
@@ -301,325 +1008,289 @@
301
1008
  /* 511 */
302
1009
  /* 1023 */
303
1010
  /* Zindex */
304
- .Image-module_root__1vsA_ {
305
- position: relative;
306
- z-index: 1;
307
-
308
- display: block;
309
- overflow: hidden
1011
+ .Table-module_root__1VsG6 {
1012
+ margin: 15px 0
310
1013
  }
311
1014
  @media only screen and (min-device-width: 32em) {
312
- .Image-module_root__1vsA_ {
313
- border-radius: inherit
1015
+ .Table-module_root__1VsG6 {
1016
+ margin: 25px auto 20px
314
1017
  }
315
1018
  }
316
- .Image-module_placeholder__1p4ob,
317
- .Image-module_root__1vsA_ img {
318
- position: absolute;
319
- top: 0;
320
- left: 0;
321
-
322
- width: 100%;
323
- height: 100%;
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
324
1023
  }
325
- .Image-module_wrapper__3fLjs {
326
- display: block;
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
1029
+ }
1030
+ }
1031
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
1032
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
1033
+ right: -11px;
1034
+ }
1035
+ .Table-module_root__1VsG6:first-child {
1036
+ margin-top: 0;
1037
+ }
1038
+ .Table-module_root__1VsG6:last-child {
1039
+ margin-bottom: 0;
1040
+ }
1041
+ .Table-module_table__nZIkV {
1042
+ position: relative;
327
1043
 
328
- width: 100%;
1044
+ overflow-y: hidden;
329
1045
 
330
- background-repeat: no-repeat;
331
- background-size: 100% auto;
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
332
1053
  }
333
- .Image-module_placeholder__1p4ob {
334
- transition: background-color 250ms ease;
1054
+ @media only screen and (min-device-width: 32em) {
1055
+ .Table-module_table__nZIkV {
1056
+ margin: 0;
335
1057
 
336
- background-color: #f2f2f2;
1058
+ border-width: 1px;
1059
+ border-radius: 3px
337
1060
  }
338
- .Image-module_loaded__w9FVT {
339
- background: transparent;
1061
+ }
1062
+ .Table-module_tracks__2wrDB {
1063
+ display: table;
1064
+
1065
+ width: 100%
340
1066
  }
341
- .Image-module_fullscreen__29apx picture {
342
- cursor: pointer;
1067
+ @media only screen and (min-device-width: 32em) {
1068
+ .Table-module_tracks__2wrDB {
1069
+ table-layout: fixed
343
1070
  }
344
- .Image-module_fullscreen__29apx picture:hover::after {
345
- opacity: 1;
1071
+ }
1072
+ .Table-module_wrapper__1YTKM {
1073
+ position: relative;
346
1074
  }
347
- .Image-module_fullscreen__29apx picture::after {
1075
+ .Table-module_wrapper__1YTKM::after {
348
1076
  position: absolute;
349
- right: 12px;
350
- bottom: 12px;
1077
+ z-index: 100;
1078
+ top: 0;
1079
+ right: -20px;
1080
+ bottom: -20px;
351
1081
 
352
- width: 40px;
353
- height: 40px;
1082
+ display: block;
354
1083
 
355
- transition: opacity 250ms ease;
356
- pointer-events: none;
1084
+ width: 30px;
1085
+ height: 100%;
357
1086
 
358
- opacity: 0;
359
- border: 0.5px solid rgba(255, 255, 255, 0.15);
360
- border-radius: 20px;
361
- background-color: rgba(0, 0, 0, 0.7);
362
- background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
363
- background-repeat: no-repeat;
364
- background-position: center
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%)
365
1094
  }
366
- @media only screen and (min-device-width: 64em) {
367
- .Image-module_fullscreen__29apx picture::after {
368
- content: ''
1095
+ @media only screen and (min-device-width: 32em) {
1096
+ .Table-module_wrapper__1YTKM::after {
1097
+ content: none
369
1098
  }
370
1099
  }
371
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
372
- outline: none;
1100
+ .Table-module_default__3CGeE {
1101
+ max-width: 650px;
373
1102
  }
1103
+ .Table-module_full__S5pDB {
1104
+ max-width: 980px;
1105
+ }
1106
+ .Table-module_row__3TH83 {
1107
+ z-index: 1;
374
1108
 
375
- /* Colors */
376
- /* Fonts */
377
- /* Gap */
378
- /* Media */
379
- /* 512 */
380
- /* 650 */
381
- /* 768 */
382
- /* 1024 */
383
- /* 1010 */
384
- /* 1200 */
385
- /* 511 */
386
- /* 1023 */
387
- /* Zindex */
388
- .SvgSymbol-module_root__2CsRW {
389
- width: 100%;
390
- height: 100%;
391
-
392
- vertical-align: middle;
1109
+ display: table-row;
393
1110
  }
394
- .SvgSymbol-module_small__2g6oR {
395
- height: 14px;
1111
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
1112
+ border-bottom: 0;
396
1113
  }
397
- .SvgSymbol-module_normal__9lFn1 {
398
- height: 14px;
1114
+ @media only screen and (min-device-width: 32em) {
1115
+ .Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
1116
+ border-radius: 2px 0 0 0
399
1117
  }
400
- .SvgSymbol-module_medium__2eF5L {
401
- width: 24px;
402
- height: 24px;
1118
+ }
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
403
1122
  }
404
- .SvgSymbol-module_large__2kQrt {
405
- width: 42px;
406
- height: 42px;
1123
+ }
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
407
1127
  }
408
- .SvgSymbol-module_adaptive__3_68T {
409
- width: 100%;
410
- height: 100%;
1128
+ }
1129
+ @media only screen and (min-device-width: 32em) {
1130
+ .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
1131
+ border-radius: 0 0 0 2px
411
1132
  }
412
- .SvgSymbol-module_fb__1whmw {
413
- width: 16px;
1133
+ }
1134
+ .Table-module_cell__EFKDW {
1135
+ display: table-cell;
1136
+ overflow: hidden;
414
1137
 
415
- fill: #304591;
416
- }
417
- .SvgSymbol-module_vk__3VEuu {
418
- width: 20px;
1138
+ min-height: 32px;
1139
+ padding: 6px;
419
1140
 
420
- fill: #527397;
421
- }
422
- .SvgSymbol-module_ok__2_1Qb {
423
- width: 9px;
1141
+ vertical-align: top;
424
1142
 
425
- fill: #eb722e;
426
- }
427
- .SvgSymbol-module_tw__2VRG5 {
428
- width: 20px;
1143
+ border-right: 1px solid rgba(232, 232, 232, 1);
1144
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
1145
+ background-color: #fff;
429
1146
 
430
- fill: #31adf4;
1147
+ font-size: 12px;
1148
+ line-height: 16px
431
1149
  }
432
- .SvgSymbol-module_tg__2xe2f {
433
- width: 18px;
1150
+ @media only screen and (min-device-width: 32em) {
1151
+ .Table-module_cell__EFKDW {
1152
+ padding: 9px 12px 8px;
434
1153
 
435
- fill: #2ba5e0;
1154
+ font-size: 14px;
1155
+ line-height: 19px
436
1156
  }
437
- .SvgSymbol-module_reaction__rrJvf {
438
- width: 16px;
439
-
440
- color: #b88b59;
1157
+ }
1158
+ .Table-module_cell__EFKDW:last-child {
1159
+ padding-right: 20px;
441
1160
 
442
- fill: #262626;
1161
+ border-right: 0
443
1162
  }
444
- .SvgSymbol-module_card__1XAqw,
445
- .SvgSymbol-module_podcast__3oPoo,
446
- .SvgSymbol-module_read__2V82i,
447
- .SvgSymbol-module_listened__1oMFV {
448
- width: 15px;
449
- height: 15px;
1163
+ @media only screen and (min-device-width: 32em) {
1164
+ .Table-module_cell__EFKDW:last-child {
1165
+ padding-right: 12px
450
1166
  }
451
- .SvgSymbol-module_menu__2iYFt {
452
- width: 24px;
453
- height: 24px;
1167
+ }
1168
+ .Table-module_cell__EFKDW a {
1169
+ text-decoration: none;
1170
+
1171
+ color: inherit;
1172
+ box-shadow: inset 0 -1px #000;
454
1173
  }
455
- .SvgSymbol-module_cross__J2lCN {
456
- width: 14px;
457
- height: 14px;
1174
+ .Table-module_cell__EFKDW a:hover {
1175
+ color: #b88b58;
1176
+ box-shadow: inset 0 -1px #b88b58;
458
1177
  }
459
- .SvgSymbol-module_isInFeature__cDeTI,
460
- .SvgSymbol-module_isInCard__pKq4e {
461
- width: 16px;
462
- height: 16px;
1178
+ .Table-module_cell__EFKDW p {
1179
+ margin: 0;
463
1180
  }
464
- .SvgSymbol-module_isInTopicBlockItem__3Te91 {
465
- width: 16px;
466
- height: 16px;
1181
+ .Table-module_cell__EFKDW p + p {
1182
+ margin-top: 8px;
467
1183
  }
468
- .SvgSymbol-module_isInPageStatic__H31Rd {
469
- width: 64px;
470
- height: 64px;
1184
+ .Table-module_fixedColumn__E1hN5 {
1185
+ position: -webkit-sticky;
1186
+ position: sticky;
1187
+ z-index: 50;
1188
+ left: 0
471
1189
  }
472
- .SvgSymbol-module_isInMaterialMeta__2IbAw {
473
- margin-right: 6px;
1190
+ @media only screen and (min-device-width: 32em) {
1191
+ .Table-module_fixedColumn__E1hN5 {
1192
+ position: static
474
1193
  }
475
- .SvgSymbol-module_isInAudioPlayer__2xlzW {
476
- width: 29px;
477
- height: 29px;
1194
+ }
1195
+ .Table-module_fixedColumn__E1hN5::after {
1196
+ position: absolute;
1197
+ top: 0;
1198
+ right: -15px;
1199
+ bottom: 0;
478
1200
 
479
- -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
1201
+ width: 15px;
480
1202
 
481
- filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
482
- }
483
- .SvgSymbol-module_isInEpisodeBlock__2vY3o {
484
- width: 38px;
485
- height: 38px;
1203
+ content: '';
486
1204
 
487
- -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
1205
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
488
1206
 
489
- filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
490
- }
491
- .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
492
- width: 34px;
493
- height: 28px
494
- }
495
- @media only screen and (min-device-width: 40.625em) {
496
- .SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
497
- width: 28px;
498
- height: 22px
499
- }
500
- }
501
- .SvgSymbol-module_isInButtonBackward__1Grf9,
502
- .SvgSymbol-module_isInButtonForward__D1AFL {
503
- width: 28px;
504
- height: 28px
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%)
505
1210
  }
506
- @media only screen and (min-device-width: 40.625em) {
507
- .SvgSymbol-module_isInButtonBackward__1Grf9,
508
- .SvgSymbol-module_isInButtonForward__D1AFL {
509
- width: 22px;
510
- height: 22px
1211
+ @media only screen and (min-device-width: 32em) {
1212
+ .Table-module_fixedColumn__E1hN5::after {
1213
+ content: none
511
1214
  }
512
1215
  }
513
- .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
514
- width: 18px;
515
- height: 18px;
516
- }
517
- .SvgSymbol-module_play__pM-qY {
518
- width: 100%;
519
- height: 100%;
520
- }
521
- .SvgSymbol-module_meduzaLogo__2Ouzp {
522
- width: 92px;
523
- height: 20px
1216
+ .Table-module_white__gzvo0 {
1217
+ background-color: #fff;
524
1218
  }
525
- @media only screen and (min-device-width: 64em) {
526
- .SvgSymbol-module_meduzaLogo__2Ouzp {
527
- width: 100px;
528
- height: 45px
1219
+ .Table-module_gray__3da6S {
1220
+ background-color: #F5F5F5;
529
1221
  }
530
- }
531
- .SvgSymbol-module_arrow__11naX {
532
- width: 12px;
533
- height: 12px;
1222
+ .Table-module_pink__3oH1l {
1223
+ background-color: #FEEEEE;
534
1224
  }
535
- .SvgSymbol-module_oil__hvHE5 {
536
- width: 9px;
537
- height: 12px;
1225
+ .Table-module_blue__GM27F {
1226
+ background-color: #E6F3FF;
538
1227
  }
539
- .SvgSymbol-module_search__VK6p3 {
540
- width: 24px;
541
- height: 24px
1228
+ .Table-module_yellow__2jhvA {
1229
+ background-color: #FFFDE6;
542
1230
  }
543
- @media only screen and (min-device-width: 64em) {
544
- .SvgSymbol-module_search__VK6p3 {
545
- width: 16px;
546
- height: 16px
1231
+ .Table-module_orange__1c-oM {
1232
+ background-color: #FFF9F2;
547
1233
  }
548
- }
549
- .SvgSymbol-module_user__1MGim {
550
- width: 14px;
551
- height: 14px
1234
+ .Table-module_green__13OIM {
1235
+ background-color: #E7F2EF;
552
1236
  }
553
- @media only screen and (min-device-width: 64em) {
554
- .SvgSymbol-module_user__1MGim {
555
- width: 16px;
556
- height: 16px
1237
+ .Table-module_violet__2W-kO {
1238
+ background-color: #F4F0F8;
557
1239
  }
558
- }
559
- .SvgSymbol-module_bookmark__2z7tX {
560
- width: 17px;
561
- height: auto;
1240
+ .Table-module_header__1exlo {
1241
+ max-width: 340px;
1242
+ padding: 9px 6px;
562
1243
 
563
- cursor: pointer;
1244
+ vertical-align: top;
1245
+ letter-spacing: 0.5px;
1246
+ text-transform: uppercase;
564
1247
 
565
- stroke-width: 2px
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
566
1254
  }
567
- @media only screen and (min-device-width: 64em) {
568
- .SvgSymbol-module_bookmark__2z7tX {
569
- width: 14px;
1255
+ @media only screen and (min-device-width: 32em) {
1256
+ .Table-module_header__1exlo {
1257
+ max-width: none;
1258
+ padding: 9px 12px;
570
1259
 
571
- stroke-width: 1.5px
1260
+ line-height: 11px
572
1261
  }
573
1262
  }
574
- .SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
575
- width: 14px;
576
- }
577
- .SvgSymbol-module_receipt__3Eqow {
578
- width: 10px;
579
- height: 13px;
580
- }
581
- .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
582
- width: 22px;
583
- height: 22px
1263
+ .Table-module_s__Vl_Eg {
1264
+ min-width: 120px
584
1265
  }
585
- @media only screen and (min-device-width: 64em) {
586
- .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
587
- width: 14px;
588
- height: 14px
1266
+ @media only screen and (min-device-width: 32em) {
1267
+ .Table-module_s__Vl_Eg {
1268
+ width: 18%;
1269
+ min-width: 0
589
1270
  }
590
1271
  }
591
- @media only screen and (min-device-width: 64em) {
592
- .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
593
- stroke-width: 1.5px
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
594
1279
  }
1280
+
595
1281
  }
596
- .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
597
- stroke-width: 1.8px
1282
+ .Table-module_l__1ZSMc {
1283
+ min-width: 336px
598
1284
  }
599
- @media only screen and (min-device-width: 64em) {
600
- .SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
601
- stroke-width: 1.3px
1285
+ @media only screen and (min-device-width: 32em) {
1286
+ .Table-module_l__1ZSMc {
1287
+ width: 50%;
1288
+ min-width: 0
602
1289
  }
603
1290
  }
604
-
605
- /* Colors */
606
- /* Fonts */
607
- /* Gap */
608
- /* Media */
609
- /* 512 */
610
- /* 650 */
611
- /* 768 */
612
- /* 1024 */
613
- /* 1010 */
614
- /* 1200 */
615
- /* 511 */
616
- /* 1023 */
617
- /* Zindex */
618
- .Lazy-module_root__2Z72l {
619
- display: block;
620
- }
621
- .Lazy-module_visible__3-SdX {
622
- color: red;
1291
+ .Table-module_xs__au2Oe {
1292
+ width: 50px;
1293
+ min-width: 50px;
623
1294
  }
624
1295
 
625
1296
  /* Colors */
@@ -635,129 +1306,85 @@
635
1306
  /* 511 */
636
1307
  /* 1023 */
637
1308
  /* Zindex */
638
- .Tag-module_root__3IqWC {
639
- display: inline-block;
640
-
641
- cursor: default;
642
- -webkit-user-select: none;
643
- -moz-user-select: none;
644
- -ms-user-select: none;
645
- user-select: none;
646
- vertical-align: middle;
647
- letter-spacing: 1px;
648
- text-transform: uppercase;
649
-
1309
+ .MediaCaption-module_root__KqTdw {
650
1310
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
651
- font-size: 12px;
652
- font-weight: 600;
653
- line-height: 12px;
654
- }
655
- .Tag-module_small__2IAb7 {
656
- font-size: 12px;
657
- line-height: 12px
658
- }
659
- @media only screen and (min-device-width: 64em) {
660
- .Tag-module_small__2IAb7 {
661
- line-height: 14px
662
1311
  }
663
- }
664
- @media only screen and (min-device-width: 64em) {
665
- .Tag-module_large__22z_o {
666
- letter-spacing: 1px;
1312
+ .MediaCaption-module_root__KqTdw a {
1313
+ text-decoration: underline;
667
1314
 
668
- font-size: 14px;
669
- line-height: 16px
670
- }
671
- }
672
- .Tag-module_dark__sgnt1 {
673
- color: #000;
674
- }
675
- .Tag-module_light__1zUhp {
676
- color: #fff;
677
- }
678
- .Tag-module_gold__2ksA7 {
679
- color: #b88b59;
680
- }
681
- .Tag-module_gray__mGAO_ {
682
- color: #757575;
683
- }
684
- .Tag-module_inherit__2QB5U {
685
1315
  color: inherit;
1316
+ box-shadow: none;
686
1317
  }
687
- @media only screen and (min-device-width: 64em) {
688
- .Tag-module_is1to1__3EDbC,
689
- .Tag-module_is1to2__3xbC6,
690
- .Tag-module_isInSuperBlock__38JE0 {
691
- letter-spacing: 1px;
692
-
693
- font-size: 12px;
694
- line-height: 20px
1318
+ .MediaCaption-module_root__KqTdw a:hover {
1319
+ color: #b88b58;
695
1320
  }
696
- }
697
- @media only screen and (min-device-width: 64em) {
698
- .Tag-module_is1to3__3j5K-,
699
- .Tag-module_is1to4__2vq4r {
700
- letter-spacing: 0.5px;
1321
+ .MediaCaption-module_caption__1hr7Y {
1322
+ max-width: 520px;
1323
+ padding-top: 4px;
701
1324
 
702
- font-size: 10px;
703
- line-height: 15px
1325
+ color: #1a1a1a;
1326
+
1327
+ font-size: 14px;
1328
+ line-height: 18px
704
1329
  }
705
- }
706
1330
  @media only screen and (min-device-width: 32em) {
707
- .Tag-module_slide__2nMDw,
708
- .Tag-module_game__3j5yG {
709
- width: 100%;
710
-
711
- text-align: center
1331
+ .MediaCaption-module_caption__1hr7Y {
1332
+ font-size: 16px;
1333
+ line-height: 22px
712
1334
  }
713
1335
  }
714
- .Tag-module_richRelated__2vbQQ {
1336
+ .MediaCaption-module_credit__3ehAP {
1337
+ max-width: 520px;
1338
+ padding-top: 1px;
1339
+
1340
+ color: #666;
1341
+
715
1342
  font-size: 12px;
716
- line-height: 17px
1343
+ line-height: 16px
717
1344
  }
718
- @media only screen and (min-device-width: 64em) {
719
- .Tag-module_richRelated__2vbQQ {
720
- font-size: 14px;
721
- line-height: 20px
1345
+ @media only screen and (min-device-width: 32em) {
1346
+ .MediaCaption-module_credit__3ehAP {
1347
+ padding-top: 3px
722
1348
  }
723
1349
  }
724
- .Tag-module_slide__2nMDw,
725
- .Tag-module_game__3j5yG,
726
- .Tag-module_card__1EAeF,
727
- .Tag-module_live__rwXuR,
728
- .Tag-module_episode__3o6gg,
729
- .Tag-module_podcast__VPoll,
730
- .Tag-module_rich__2URd9,
731
- .Tag-module_isInDynamicBlock__1YM9I {
732
- margin-bottom: 6px;
733
-
734
- line-height: 10px
1350
+ .MediaCaption-module_credit__3ehAP:first-child {
1351
+ padding-top: 3px;
735
1352
  }
736
- @media only screen and (min-device-width: 32em) {
737
- .Tag-module_slide__2nMDw,
738
- .Tag-module_game__3j5yG,
739
- .Tag-module_card__1EAeF,
740
- .Tag-module_live__rwXuR,
741
- .Tag-module_episode__3o6gg,
742
- .Tag-module_podcast__VPoll,
743
- .Tag-module_rich__2URd9,
744
- .Tag-module_isInDynamicBlock__1YM9I {
745
- margin-bottom: 10px
1353
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1354
+ color: #fff;
1355
+ }
1356
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1357
+ color: #929292;
1358
+ }
1359
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1360
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1361
+ padding-top: 10px
746
1362
  }
747
- }
748
1363
  @media only screen and (min-device-width: 32em) {
749
- .Tag-module_mobile__QQxuv {
750
- display: none
1364
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1365
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1366
+ padding-top: 12px
751
1367
  }
752
1368
  }
753
- .Tag-module_desktop__1Bjsy {
754
- display: none
1369
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1370
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1371
+ padding-top: 9px
755
1372
  }
756
1373
  @media only screen and (min-device-width: 32em) {
757
- .Tag-module_desktop__1Bjsy {
758
- display: block
1374
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1375
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1376
+ padding-top: 11px
759
1377
  }
760
1378
  }
1379
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1380
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1381
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1382
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1383
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1384
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1385
+ max-width: 650px;
1386
+ }
1387
+
761
1388
 
762
1389
  /* Colors */
763
1390
  /* Fonts */
@@ -847,145 +1474,52 @@
847
1474
  .MaterialNote-module_game__cADMe:empty {
848
1475
  display: none;
849
1476
  }
850
- .MaterialNote-module_slide__1ZBBq::before,
851
- .MaterialNote-module_card__OWXbQ::before,
852
- .MaterialNote-module_game__cADMe::before {
853
- content: none;
854
- }
855
- .MaterialNote-module_gameSurvey__3SiG-,
856
- .MaterialNote-module_gameSurvey__3SiG-:empty {
857
- display: block;
858
- }
859
- .MaterialNote-module_gameSurvey__3SiG-::before {
860
- margin-right: auto;
861
- margin-left: auto;
862
-
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;
869
- }
870
- .MaterialNote-module_game__cADMe {
871
- margin-bottom: 0;
872
-
873
- text-align: center
874
- }
875
- @media only screen and (min-device-width: 32em) {
876
- .MaterialNote-module_game__cADMe {
877
- margin-top: 25px
878
- }
879
- }
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
883
- }
884
- }
885
- .MaterialNote-module_slide__1ZBBq,
886
- .MaterialNote-module_card__OWXbQ {
887
- margin-bottom: 9px;
888
- padding-top: 8px
889
- }
890
- @media only screen and (min-device-width: 32em) {
891
- .MaterialNote-module_slide__1ZBBq,
892
- .MaterialNote-module_card__OWXbQ {
893
- margin-bottom: 16px
894
- }
895
- }
896
-
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;
915
-
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;
925
-
926
- color: #1a1a1a;
927
-
928
- font-size: 14px;
929
- line-height: 18px
930
- }
931
- @media only screen and (min-device-width: 32em) {
932
- .MediaCaption-module_caption__1hr7Y {
933
- font-size: 16px;
934
- line-height: 22px
935
- }
936
- }
937
- .MediaCaption-module_credit__3ehAP {
938
- max-width: 520px;
939
- padding-top: 1px;
940
-
941
- color: #666;
942
-
943
- font-size: 12px;
944
- line-height: 16px
945
- }
946
- @media only screen and (min-device-width: 32em) {
947
- .MediaCaption-module_credit__3ehAP {
948
- padding-top: 3px
1477
+ .MaterialNote-module_slide__1ZBBq::before,
1478
+ .MaterialNote-module_card__OWXbQ::before,
1479
+ .MaterialNote-module_game__cADMe::before {
1480
+ content: none;
949
1481
  }
950
- }
951
- .MediaCaption-module_credit__3ehAP:first-child {
952
- padding-top: 3px;
1482
+ .MaterialNote-module_gameSurvey__3SiG-,
1483
+ .MaterialNote-module_gameSurvey__3SiG-:empty {
1484
+ display: block;
953
1485
  }
954
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
955
- color: #fff;
1486
+ .MaterialNote-module_gameSurvey__3SiG-::before {
1487
+ margin-right: auto;
1488
+ margin-left: auto;
1489
+
1490
+ content: '';
956
1491
  }
957
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
958
- color: #929292;
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;
959
1496
  }
960
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
961
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
962
- padding-top: 10px
1497
+ .MaterialNote-module_game__cADMe {
1498
+ margin-bottom: 0;
1499
+
1500
+ text-align: center
963
1501
  }
964
1502
  @media only screen and (min-device-width: 32em) {
965
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
966
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
967
- padding-top: 12px
1503
+ .MaterialNote-module_game__cADMe {
1504
+ margin-top: 25px
968
1505
  }
969
1506
  }
970
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
971
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
972
- padding-top: 9px
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
973
1516
  }
974
1517
  @media only screen and (min-device-width: 32em) {
975
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
976
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
977
- padding-top: 11px
1518
+ .MaterialNote-module_slide__1ZBBq,
1519
+ .MaterialNote-module_card__OWXbQ {
1520
+ margin-bottom: 16px
978
1521
  }
979
1522
  }
980
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
981
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
982
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
983
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
984
- .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
985
- .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
986
- max-width: 650px;
987
- }
988
-
989
1523
 
990
1524
  /* Colors */
991
1525
  /* Fonts */
@@ -1000,79 +1534,49 @@
1000
1534
  /* 511 */
1001
1535
  /* 1023 */
1002
1536
  /* Zindex */
1003
- .Dropdown-module_root__11PNk {
1004
- position: relative;
1005
- z-index: 100;
1006
-
1007
- display: inline-block;
1008
-
1009
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1010
- }
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;
1537
+ .BookmarkButton-module_root__3KmuY {
1538
+ color: #e0e0e0;
1016
1539
  }
1017
- .Dropdown-module_root__11PNk ul {
1018
- overflow: hidden;
1019
-
1020
- width: 162px;
1540
+ .BookmarkButton-module_control__1A0ea {
1021
1541
  margin: 0;
1022
- padding: 3px 0;
1542
+ padding: 5px 3px;
1023
1543
 
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);
1544
+ cursor: pointer;
1027
1545
 
1028
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1029
- font-size: 14px;
1030
- line-height: 26px;
1031
- }
1032
- .Dropdown-module_root__11PNk a {
1033
- display: block;
1546
+ color: inherit;
1547
+ border-width: 0;
1548
+ outline: none;
1549
+ background-color: transparent;
1034
1550
 
1035
- padding: 2px 15px;
1551
+ -webkit-appearance: none;
1036
1552
 
1037
- text-decoration: none;
1553
+ -moz-appearance: none;
1038
1554
 
1039
- color: #000;
1040
- box-shadow: none;
1555
+ appearance: none;
1556
+ fill: transparent;
1041
1557
  }
1042
- .Dropdown-module_root__11PNk a:hover {
1558
+ .BookmarkButton-module_dark__1cwyi {
1559
+ color: #fff;
1560
+ }
1561
+ .BookmarkButton-module_light__1uQyH {
1043
1562
  color: #000;
1044
- background-color: #f7f7f7;
1045
1563
  }
1046
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1047
- right: 0;
1048
- left: auto
1564
+ .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
1565
+ fill: #e0e0e0;
1566
+ }
1567
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
1568
+ fill: #fff;
1569
+ }
1570
+ .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
1571
+ fill: #000;
1049
1572
  }
1050
1573
  @media only screen and (min-device-width: 64em) {
1051
- .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1052
- right: auto;
1053
- left: 0
1574
+ .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
1575
+ width: 12px
1054
1576
  }
1055
1577
  }
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;
1066
- }
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;
1074
-
1075
- content: '';
1578
+ [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
1579
+ display: none;
1076
1580
  }
1077
1581
 
1078
1582
  /* Colors */
@@ -1109,157 +1613,102 @@
1109
1613
  font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1110
1614
  font-weight: normal;
1111
1615
  }
1112
- .MaterialTitle-module_secondary__3uDp4 {
1113
- font-size: 24px;
1114
- font-weight: 700
1115
- }
1116
- @media only screen and (min-device-width: 48em) {
1117
- .MaterialTitle-module_secondary__3uDp4 {
1118
- font-size: 36px
1119
- }
1120
- }
1121
-
1122
- /* Colors */
1123
- /* Fonts */
1124
- /* Gap */
1125
- /* Media */
1126
- /* 512 */
1127
- /* 650 */
1128
- /* 768 */
1129
- /* 1024 */
1130
- /* 1010 */
1131
- /* 1200 */
1132
- /* 511 */
1133
- /* 1023 */
1134
- /* 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
1157
- }
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;
1166
-
1167
- cursor: pointer;
1168
- transition: color 250ms ease;
1169
- text-align: center;
1170
-
1171
- color: #808080;
1172
-
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;
1188
-
1189
- height: 18px;
1190
-
1191
- content: '';
1192
- vertical-align: middle;
1193
-
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
1616
+ .MaterialTitle-module_secondary__3uDp4 {
1617
+ font-size: 24px;
1618
+ font-weight: 700
1222
1619
  }
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
1620
+ @media only screen and (min-device-width: 48em) {
1621
+ .MaterialTitle-module_secondary__3uDp4 {
1622
+ font-size: 36px
1230
1623
  }
1231
1624
  }
1232
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1233
- width: 260px
1625
+
1626
+ /* Colors */
1627
+ /* Fonts */
1628
+ /* Gap */
1629
+ /* Media */
1630
+ /* 512 */
1631
+ /* 650 */
1632
+ /* 768 */
1633
+ /* 1024 */
1634
+ /* 1010 */
1635
+ /* 1200 */
1636
+ /* 511 */
1637
+ /* 1023 */
1638
+ /* Zindex */
1639
+ .Dropdown-module_root__11PNk {
1640
+ position: relative;
1641
+ z-index: 100;
1642
+
1643
+ display: inline-block;
1644
+
1645
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1234
1646
  }
1235
- @media only screen and (min-device-width: 32em) {
1236
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
1237
- width: auto
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;
1650
+
1651
+ opacity: 1;
1238
1652
  }
1239
- }
1240
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1241
- content: none
1653
+ .Dropdown-module_root__11PNk ul {
1654
+ overflow: hidden;
1655
+
1656
+ width: 162px;
1657
+ margin: 0;
1658
+ padding: 3px 0;
1659
+
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);
1663
+
1664
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1665
+ font-size: 14px;
1666
+ line-height: 26px;
1242
1667
  }
1243
- @media only screen and (min-device-width: 32em) {
1244
- .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
1245
- content: ''
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;
1246
1677
  }
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;
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
1251
1685
  }
1252
1686
  @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
1687
+ .Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
1688
+ right: auto;
1689
+ left: 0
1256
1690
  }
1257
1691
  }
1258
- .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1259
- border-left-color: rgba(255, 255, 255, 0.2);
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;
1260
1702
  }
1261
- [data-context="prodano"] .Toolbar-module_root__2HF2r {
1262
- display: none;
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: '';
1263
1712
  }
1264
1713
 
1265
1714
  /* Colors */
@@ -1473,6 +1922,149 @@
1473
1922
  }
1474
1923
  }
1475
1924
 
1925
+ /* Colors */
1926
+ /* Fonts */
1927
+ /* Gap */
1928
+ /* Media */
1929
+ /* 512 */
1930
+ /* 650 */
1931
+ /* 768 */
1932
+ /* 1024 */
1933
+ /* 1010 */
1934
+ /* 1200 */
1935
+ /* 511 */
1936
+ /* 1023 */
1937
+ /* Zindex */
1938
+ .Toolbar-module_root__2HF2r {
1939
+ overflow: hidden;
1940
+
1941
+ transform: translateZ(0);
1942
+
1943
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1944
+ }
1945
+ .Toolbar-module_list__1n5ny {
1946
+ display: -webkit-box;
1947
+ display: -webkit-flex;
1948
+ display: -ms-flexbox;
1949
+ display: flex;
1950
+ flex-flow: row wrap;
1951
+
1952
+ margin: 0 0 0 -10px;
1953
+ padding: 0;
1954
+
1955
+ list-style: none
1956
+ }
1957
+ @media only screen and (min-device-width: 64em) {
1958
+ .Toolbar-module_list__1n5ny {
1959
+ margin: 0 0 0 -15px
1960
+ }
1961
+ }
1962
+ .Toolbar-module_item__36x7d {
1963
+ position: relative;
1964
+
1965
+ min-width: 42px;
1966
+ height: 32px;
1967
+ padding-right: 10px;
1968
+ padding-left: 10px;
1969
+
1970
+ cursor: pointer;
1971
+ transition: color 250ms ease;
1972
+ text-align: center;
1973
+
1974
+ color: #808080;
1975
+
1976
+ line-height: 1
1977
+ }
1978
+ @media only screen and (min-device-width: 64em) {
1979
+ .Toolbar-module_item__36x7d {
1980
+ padding-right: 15px;
1981
+ padding-left: 15px
1982
+ }
1983
+ }
1984
+ .Toolbar-module_item__36x7d:last-child {
1985
+ margin-right: 0;
1986
+ }
1987
+ .Toolbar-module_item__36x7d::before {
1988
+ position: absolute;
1989
+ top: 7px;
1990
+ left: 0;
1991
+
1992
+ height: 18px;
1993
+
1994
+ content: '';
1995
+ vertical-align: middle;
1996
+
1997
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
1998
+ }
1999
+ .Toolbar-module_item__36x7d:empty {
2000
+ display: none;
2001
+ }
2002
+ .Toolbar-module_isInTopbar__223iP {
2003
+ height: 100%;
2004
+ }
2005
+ .Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
2006
+ height: 100%;
2007
+ }
2008
+ .Toolbar-module_center__3_H8M {
2009
+ width: 100%;
2010
+ max-width: 650px;
2011
+ margin-right: auto;
2012
+ margin-left: auto;
2013
+ }
2014
+ .Toolbar-module_game__5-jY_ {
2015
+ margin-top: 11px
2016
+ }
2017
+ @media only screen and (min-device-width: 32em) {
2018
+ .Toolbar-module_game__5-jY_ {
2019
+ margin-top: 18px
2020
+ }
2021
+ }
2022
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2023
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2024
+ justify-content: center
2025
+ }
2026
+ @media only screen and (min-device-width: 32em) {
2027
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2028
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2029
+ display: -webkit-box;
2030
+ display: -webkit-flex;
2031
+ display: -ms-flexbox;
2032
+ display: flex
2033
+ }
2034
+ }
2035
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2036
+ width: 260px
2037
+ }
2038
+ @media only screen and (min-device-width: 32em) {
2039
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
2040
+ width: auto
2041
+ }
2042
+ }
2043
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2044
+ content: none
2045
+ }
2046
+ @media only screen and (min-device-width: 32em) {
2047
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
2048
+ content: ''
2049
+ }
2050
+ }
2051
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
2052
+ .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
2053
+ content: none;
2054
+ }
2055
+ @media only screen and (min-device-width: 64em) {
2056
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
2057
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
2058
+ margin-left: 0
2059
+ }
2060
+ }
2061
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
2062
+ border-left-color: rgba(255, 255, 255, 0.2);
2063
+ }
2064
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
2065
+ display: none;
2066
+ }
2067
+
1476
2068
  /* Colors */
1477
2069
  /* Fonts */
1478
2070
  /* Gap */
@@ -1590,92 +2182,6 @@
1590
2182
  }
1591
2183
  }
1592
2184
 
1593
- /* Colors */
1594
- /* Fonts */
1595
- /* Gap */
1596
- /* Media */
1597
- /* 512 */
1598
- /* 650 */
1599
- /* 768 */
1600
- /* 1024 */
1601
- /* 1010 */
1602
- /* 1200 */
1603
- /* 511 */
1604
- /* 1023 */
1605
- /* Zindex */
1606
- .QuoteBlock-module_root__2GrcC {
1607
- position: relative;
1608
-
1609
- margin-bottom: 14px;
1610
- padding-left: 18px;
1611
-
1612
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1613
- font-size: 18px;
1614
- line-height: 24px
1615
- }
1616
- @media only screen and (min-device-width: 32em) {
1617
- .QuoteBlock-module_root__2GrcC {
1618
- margin: 0 0 20px;
1619
- padding-left: 38px;
1620
-
1621
- font-size: 20px;
1622
- line-height: 28px
1623
- }
1624
- }
1625
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
1626
- margin-top: -14px;
1627
- padding-top: 14px
1628
- }
1629
- @media only screen and (min-device-width: 32em) {
1630
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
1631
- margin-top: -20px;
1632
- padding-top: 20px
1633
- }
1634
- }
1635
- .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
1636
- top: -10px;
1637
- }
1638
- .QuoteBlock-module_root__2GrcC:before {
1639
- position: absolute;
1640
- top: 5px;
1641
- bottom: 7px;
1642
- left: 0;
1643
-
1644
- width: 4px;
1645
-
1646
- content: '';
1647
-
1648
- border-radius: 2px;
1649
- background-color: #ebebeb
1650
- }
1651
- @media only screen and (min-device-width: 32em) {
1652
- .QuoteBlock-module_root__2GrcC:before {
1653
- top: 4px;
1654
- bottom: 6px
1655
- }
1656
- }
1657
- .QuoteBlock-module_root__2GrcC:last-child {
1658
- margin-bottom: 0;
1659
- }
1660
- .QuoteBlock-module_root__2GrcC p {
1661
- margin: 0;
1662
- }
1663
- .QuoteBlock-module_root__2GrcC a {
1664
- text-decoration: none;
1665
-
1666
- color: inherit;
1667
- box-shadow: inset 0 -1px #b88b59;
1668
- }
1669
- .QuoteBlock-module_root__2GrcC a:hover {
1670
- color: #b88b59;
1671
- }
1672
- .QuoteBlock-module_center__cTFNy {
1673
- width: 100%;
1674
- max-width: 650px;
1675
- margin-right: auto;
1676
- margin-left: auto;
1677
- }
1678
-
1679
2185
  /* Colors */
1680
2186
  /* Fonts */
1681
2187
  /* Gap */
@@ -1707,227 +2213,77 @@
1707
2213
  /* 511 */
1708
2214
  /* 1023 */
1709
2215
  /* Zindex */
1710
- .Button-module_root__RpsiW {
1711
- display: block;
1712
-
1713
- padding: 0;
1714
-
1715
- 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;
1721
- text-align: center;
1722
-
1723
- color: #fff;
1724
- border-width: 0;
1725
- outline: none;
1726
-
1727
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1728
- line-height: 1;
1729
-
1730
- -webkit-appearance: none;
2216
+ .QuoteBlock-module_root__2GrcC {
2217
+ position: relative;
1731
2218
 
1732
- -moz-appearance: none;
2219
+ margin-bottom: 14px;
2220
+ padding-left: 18px;
1733
2221
 
1734
- appearance: none;
1735
- }
1736
- .Button-module_root__RpsiW::-moz-focus-inner {
1737
- border: 0;
2222
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2223
+ font-size: 18px;
2224
+ line-height: 24px
1738
2225
  }
1739
- .Button-module_root__RpsiW[disabled] {
1740
- cursor: default;
1741
- pointer-events: none;
2226
+ @media only screen and (min-device-width: 32em) {
2227
+ .QuoteBlock-module_root__2GrcC {
2228
+ margin: 0 0 20px;
2229
+ padding-left: 38px;
1742
2230
 
1743
- opacity: 0.5;
1744
- }
1745
- .Button-module_root__RpsiW > span:first-child {
1746
- margin-right: 4px;
1747
- }
1748
- .Button-module_root__RpsiW > span:last-child {
1749
- margin-left: 4px;
1750
- }
1751
- .Button-module_gold__ZMYg- {
1752
- background: #b88b59;
1753
- }
1754
- .Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
1755
- fill: #b88b59;
1756
- }
1757
- .Button-module_gold__ZMYg-:hover {
1758
- background-color: #9e784c
1759
- }
1760
- @media (hover: none) {
1761
- .Button-module_gold__ZMYg-:hover {
1762
- background-color: #b88b59
1763
- }
1764
- }
1765
- .Button-module_gold__ZMYg-:active {
1766
- background-color: #856440;
1767
- }
1768
- .Button-module_gray__3IM54 {
1769
- color: #000;
1770
- background-color: #f0f0f0;
1771
- }
1772
- .Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
1773
- fill: #545454;
1774
- }
1775
- .Button-module_gray__3IM54:hover {
1776
- background-color: #ebebeb
1777
- }
1778
- @media (hover: none) {
1779
- .Button-module_gray__3IM54:hover {
1780
- background-color: #ebebeb
1781
- }
1782
- }
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
2231
+ font-size: 20px;
2232
+ line-height: 28px
1853
2233
  }
1854
2234
  }
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
2235
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2236
+ margin-top: -14px;
2237
+ padding-top: 14px
1863
2238
  }
1864
- @media (hover: none) {
1865
- .Button-module_red__3Niou:hover {
1866
- background: #f95a5a
2239
+ @media only screen and (min-device-width: 32em) {
2240
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
2241
+ margin-top: -20px;
2242
+ padding-top: 20px
1867
2243
  }
1868
2244
  }
1869
- .Button-module_red__3Niou:active {
1870
- background-color: #d44d4d;
1871
- }
1872
- .Button-module_red__3Niou.Button-module_isLoading__1g6QO {
1873
- fill: #141414;
2245
+ .QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
2246
+ top: -10px;
1874
2247
  }
1875
- .Button-module_default__28Vo_ {
1876
- width: 100%;
1877
- height: 42px;
1878
- padding: 6px 18px;
2248
+ .QuoteBlock-module_root__2GrcC:before {
2249
+ position: absolute;
2250
+ top: 5px;
2251
+ bottom: 7px;
2252
+ left: 0;
1879
2253
 
1880
- letter-spacing: 1px;
1881
- text-transform: uppercase;
2254
+ width: 4px;
1882
2255
 
1883
- border-radius: 8px;
2256
+ content: '';
1884
2257
 
1885
- font-size: 12px;
1886
- font-weight: 600;
1887
- line-height: 22px
2258
+ border-radius: 2px;
2259
+ background-color: #ebebeb
1888
2260
  }
1889
- @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
2261
+ @media only screen and (min-device-width: 32em) {
2262
+ .QuoteBlock-module_root__2GrcC:before {
2263
+ top: 4px;
2264
+ bottom: 6px
1895
2265
  }
1896
2266
  }
1897
- .Button-module_isInSpoiler__2Yl8c svg {
1898
- margin-top: -2px;
1899
- margin-left: 6px;
2267
+ .QuoteBlock-module_root__2GrcC:last-child {
2268
+ margin-bottom: 0;
1900
2269
  }
1901
- .Button-module_ghost__3awCW {
1902
- letter-spacing: inherit;
1903
- text-transform: none;
2270
+ .QuoteBlock-module_root__2GrcC p {
2271
+ margin: 0;
2272
+ }
2273
+ .QuoteBlock-module_root__2GrcC a {
2274
+ text-decoration: none;
1904
2275
 
1905
2276
  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;
2277
+ box-shadow: inset 0 -1px #b88b59;
1918
2278
  }
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;
2279
+ .QuoteBlock-module_root__2GrcC a:hover {
2280
+ color: #b88b59;
1926
2281
  }
1927
- .Button-module_loader__2pl6d {
1928
- display: block;
1929
-
1930
- margin-top: -1px;
2282
+ .QuoteBlock-module_center__cTFNy {
2283
+ width: 100%;
2284
+ max-width: 650px;
2285
+ margin-right: auto;
2286
+ margin-left: auto;
1931
2287
  }
1932
2288
 
1933
2289
  /* Colors */
@@ -2005,290 +2361,464 @@
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
2370
+ .ChapterBlock-module_root__1WyVn {
2371
+ max-width: 650px;
2372
+ margin-top: 70px
2014
2373
  }
2015
2374
  }
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
2375
+ .ChapterBlock-module_root__1WyVn:first-child {
2376
+ margin-top: 0;
2020
2377
  }
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
2378
+ .ChapterBlock-module_root__1WyVn:last-child {
2379
+ margin-bottom: 0;
2380
+ }
2381
+ .ChapterBlock-module_subtitle__3TXll {
2382
+ display: inline-block;
2383
+
2384
+ vertical-align: top;
2385
+ letter-spacing: 1px;
2386
+ text-transform: uppercase;
2387
+
2388
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2389
+ font-size: 12px;
2390
+ font-weight: 600;
2391
+ line-height: 12px
2392
+ }
2393
+ @media only screen and (min-device-width: 32em) {
2394
+ .ChapterBlock-module_subtitle__3TXll {
2395
+ font-size: 13px;
2396
+ line-height: 16px
2026
2397
  }
2027
2398
  }
2028
- .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
2029
- .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
2030
- right: -11px;
2399
+ .ChapterBlock-module_subtitle__3TXll::after {
2400
+ display: block;
2401
+
2402
+ width: 120px;
2403
+ padding: 0 0 7px;
2404
+
2405
+ content: '';
2406
+
2407
+ border-bottom: 1px solid #ccc
2031
2408
  }
2032
- .Table-module_root__1VsG6:first-child {
2033
- margin-top: 0;
2409
+ @media only screen and (min-device-width: 32em) {
2410
+ .ChapterBlock-module_subtitle__3TXll::after {
2411
+ padding: 0 0 6px
2034
2412
  }
2035
- .Table-module_root__1VsG6:last-child {
2036
- margin-bottom: 0;
2413
+ }
2414
+ /* VISIBILITY */
2415
+ @media only screen and (min-device-width: 32em) {
2416
+ .ChapterBlock-module_mobile__CiO0w {
2417
+ display: none
2037
2418
  }
2038
- .Table-module_table__nZIkV {
2419
+ }
2420
+ .ChapterBlock-module_desktop__tk1Nk {
2421
+ display: none
2422
+ }
2423
+ @media only screen and (min-device-width: 32em) {
2424
+ .ChapterBlock-module_desktop__tk1Nk {
2425
+ display: block
2426
+ }
2427
+ }
2428
+
2429
+
2430
+ /* Colors */
2431
+ /* Fonts */
2432
+ /* Gap */
2433
+ /* Media */
2434
+ /* 512 */
2435
+ /* 650 */
2436
+ /* 768 */
2437
+ /* 1024 */
2438
+ /* 1010 */
2439
+ /* 1200 */
2440
+ /* 511 */
2441
+ /* 1023 */
2442
+ /* Zindex */
2443
+ .Cover-module_root__18Z8J {
2039
2444
  position: relative;
2445
+ }
2446
+ .Cover-module_body__1xs8e {
2447
+ position: absolute;
2448
+ z-index: 1;
2449
+ right: 0;
2450
+ bottom: 0;
2451
+ left: 0;
2040
2452
 
2041
- overflow-y: hidden;
2453
+ display: -webkit-box;
2454
+
2455
+ display: -webkit-flex;
2456
+
2457
+ display: -ms-flexbox;
2458
+
2459
+ display: flex;
2460
+ flex-flow: column nowrap;
2461
+ justify-content: flex-end;
2462
+
2463
+ min-height: 412px;
2464
+ padding: 0 20px 12px;
2465
+ }
2466
+ .Cover-module_image__2f3Qc {
2467
+ position: relative;
2468
+ }
2469
+ .Cover-module_rich__1fAGA {
2470
+ overflow: hidden;
2042
2471
 
2043
2472
  margin: 0 -20px;
2044
2473
 
2045
- border-width: 1px 0;
2046
- border-style: solid;
2047
- border-color: rgba(232, 232, 232, 1);
2474
+ border-radius: 9px 9px 0 0;
2475
+ }
2476
+ .Cover-module_rich__1fAGA::after {
2477
+ position: absolute;
2478
+ z-index: 1;
2479
+ top: 0;
2480
+ right: 0;
2481
+ bottom: 0;
2482
+ left: 0;
2483
+
2484
+ content: '';
2485
+
2486
+ border: 1px solid rgba(255, 255, 255, 0.1);
2487
+ border-radius: 10px 10px 0 0;
2488
+ }
2489
+ .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2490
+ color: #000;
2491
+ }
2492
+ .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2493
+ color: #fff;
2494
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2495
+ }
2496
+ .Cover-module_control__VXbhi {
2497
+ position: absolute;
2498
+ z-index: 10;
2499
+ right: 12px;
2500
+ bottom: 12px;
2501
+
2502
+ width: 28px;
2503
+ height: 28px;
2504
+ margin: 0;
2505
+ padding: 0;
2506
+
2507
+ color: #fff;
2508
+ border-width: 0;
2509
+ border-radius: 14px;
2510
+ outline: none;
2511
+ background-color: rgba(0, 0, 0, 0.7);
2512
+ background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
2513
+ background-repeat: no-repeat;
2514
+ background-position: center;
2515
+ box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2516
+ }
2517
+ .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2518
+ padding: 0 12px 12px
2519
+ }
2520
+ .Cover-module_isInDynamicBlock__3eghb::after {
2521
+ position: absolute;
2522
+ z-index: 1;
2523
+ top: 0;
2524
+ right: 0;
2525
+ bottom: 0;
2526
+ left: 0;
2048
2527
 
2049
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
2528
+ content: '';
2529
+
2530
+ border: 1px solid rgba(0, 0, 0, 0.1);
2531
+ border-radius: 8px;
2050
2532
  }
2533
+ /* VISIBILITY */
2051
2534
  @media only screen and (min-device-width: 32em) {
2052
- .Table-module_table__nZIkV {
2053
- margin: 0;
2054
-
2055
- border-width: 1px;
2056
- border-radius: 3px
2535
+ .Cover-module_mobile__5DKa1 {
2536
+ display: none
2057
2537
  }
2058
2538
  }
2059
- .Table-module_tracks__2wrDB {
2060
- display: table;
2061
-
2062
- width: 100%
2539
+ .Cover-module_desktop__2mrOc {
2540
+ display: none
2063
2541
  }
2064
2542
  @media only screen and (min-device-width: 32em) {
2065
- .Table-module_tracks__2wrDB {
2066
- table-layout: fixed
2543
+ .Cover-module_desktop__2mrOc {
2544
+ display: block
2067
2545
  }
2068
2546
  }
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
-
2079
- display: block;
2080
-
2081
- width: 30px;
2082
- height: 100%;
2083
-
2084
- content: "";
2085
2547
 
2086
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgb(255, 255, 255)));
2087
-
2088
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%);
2089
-
2090
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
2548
+ /* Colors */
2549
+ /* Fonts */
2550
+ /* Gap */
2551
+ /* Media */
2552
+ /* 512 */
2553
+ /* 650 */
2554
+ /* 768 */
2555
+ /* 1024 */
2556
+ /* 1010 */
2557
+ /* 1200 */
2558
+ /* 511 */
2559
+ /* 1023 */
2560
+ /* Zindex */
2561
+ .GroupedBlock-module_root__2qfQA {
2562
+ max-width: 644px;
2563
+ margin: 15px auto 0
2091
2564
  }
2092
- @media only screen and (min-device-width: 32em) {
2093
- .Table-module_wrapper__1YTKM::after {
2094
- content: none
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
2095
2570
  }
2096
2571
  }
2097
- .Table-module_default__3CGeE {
2098
- max-width: 650px;
2572
+ .GroupedBlock-module_hasFigcaption__2_mcf {
2573
+ margin-bottom: 15px;
2099
2574
  }
2100
- .Table-module_full__S5pDB {
2101
- max-width: 980px;
2575
+ @media only screen and (min-device-width: 48em) {
2576
+ .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
2577
+ margin-top: 25px
2102
2578
  }
2103
- .Table-module_row__3TH83 {
2104
- z-index: 1;
2105
-
2106
- display: table-row;
2579
+ }
2580
+ .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
2581
+ margin-bottom: 0;
2107
2582
  }
2108
- .Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
2109
- border-bottom: 0;
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
2110
2590
  }
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
2591
+ @media only screen and (min-device-width: 48em) {
2592
+ .GroupedBlock-module_items__2DV2X {
2593
+ flex-direction: row
2114
2594
  }
2115
2595
  }
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
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
2119
2609
  }
2120
2610
  }
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
2611
+ @media only screen and (min-device-width: 48em) {
2612
+ .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
2613
+ margin-left: 15px
2124
2614
  }
2125
2615
  }
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
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
2129
2625
  }
2130
2626
  }
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
2627
+ .GroupedBlock-module_full__1dzQR {
2628
+ max-width: 980px;
2629
+ }
2630
+ .GroupedBlock-module_super_full__1PU72 {
2631
+ max-width: 1680px;
2146
2632
  }
2633
+ /* VISIBILITY */
2147
2634
  @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
2635
+ .GroupedBlock-module_mobile__3n8Ub {
2636
+ display: none
2153
2637
  }
2154
2638
  }
2155
- .Table-module_cell__EFKDW:last-child {
2156
- padding-right: 20px;
2157
-
2158
- border-right: 0
2639
+ .GroupedBlock-module_desktop__6ZRpA {
2640
+ display: none
2159
2641
  }
2160
2642
  @media only screen and (min-device-width: 32em) {
2161
- .Table-module_cell__EFKDW:last-child {
2162
- padding-right: 12px
2643
+ .GroupedBlock-module_desktop__6ZRpA {
2644
+ display: block
2163
2645
  }
2164
2646
  }
2165
- .Table-module_cell__EFKDW a {
2166
- text-decoration: none;
2167
2647
 
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;
2648
+
2649
+ /* Colors */
2650
+ /* Fonts */
2651
+ /* Gap */
2652
+ /* Media */
2653
+ /* 512 */
2654
+ /* 650 */
2655
+ /* 768 */
2656
+ /* 1024 */
2657
+ /* 1010 */
2658
+ /* 1200 */
2659
+ /* 511 */
2660
+ /* 1023 */
2661
+ /* Zindex */
2662
+ .HalfBlock-module_root__2frv2 {
2663
+ position: relative;
2664
+
2665
+ text-align: left;
2174
2666
  }
2175
- .Table-module_cell__EFKDW p {
2176
- margin: 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
2177
2673
  }
2178
- .Table-module_cell__EFKDW p + p {
2179
- margin-top: 8px;
2674
+ @media only screen and (min-device-width: 64em) {
2675
+ .HalfBlock-module_main__2XX73 {
2676
+ align-items: center;
2677
+ flex-flow: row nowrap
2180
2678
  }
2181
- .Table-module_fixedColumn__E1hN5 {
2182
- position: -webkit-sticky;
2183
- position: sticky;
2184
- z-index: 50;
2185
- left: 0
2679
+ }
2680
+ .HalfBlock-module_body__3MnEN {
2681
+ order: -1;
2682
+
2683
+ max-width: 860px;
2684
+ margin: 0 auto
2186
2685
  }
2187
- @media only screen and (min-device-width: 32em) {
2188
- .Table-module_fixedColumn__E1hN5 {
2189
- position: static
2686
+ @media only screen and (min-device-width: 48em) {
2687
+ .HalfBlock-module_body__3MnEN {
2688
+ text-align: center
2190
2689
  }
2191
2690
  }
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%);
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;
2205
2696
 
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
2697
+ width: 50%;
2698
+ max-width: none;
2699
+ height: 100%;
2700
+ margin-left: 25px;
2701
+
2702
+ text-align: left
2211
2703
  }
2212
2704
  }
2213
- .Table-module_white__gzvo0 {
2214
- background-color: #fff;
2705
+ .HalfBlock-module_footer__1C0yp {
2706
+ width: 100%;
2707
+ max-width: 650px;
2708
+ margin: 0 auto;
2709
+ padding-top: 3px
2215
2710
  }
2216
- .Table-module_gray__3da6S {
2217
- background-color: #F5F5F5;
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;
2716
+
2717
+ border-top: 1px solid #e6e6e6
2218
2718
  }
2219
- .Table-module_pink__3oH1l {
2220
- background-color: #FEEEEE;
2719
+ }
2720
+ .HalfBlock-module_image__2lYel {
2721
+ flex-grow: 1;
2722
+
2723
+ margin: 0 -20px 0;
2724
+ margin-top: 18px
2221
2725
  }
2222
- .Table-module_blue__GM27F {
2223
- background-color: #E6F3FF;
2726
+ @media only screen and (min-device-width: 32em) {
2727
+ .HalfBlock-module_image__2lYel {
2728
+ margin: 31px 0 -5px
2224
2729
  }
2225
- .Table-module_yellow__2jhvA {
2226
- background-color: #FFFDE6;
2730
+ }
2731
+ @media only screen and (min-device-width: 64em) {
2732
+ .HalfBlock-module_image__2lYel {
2733
+ width: 50%;
2734
+ margin: 0
2227
2735
  }
2228
- .Table-module_orange__1c-oM {
2229
- background-color: #FFF9F2;
2736
+ }
2737
+ /* VISIBILITY */
2738
+ @media only screen and (min-device-width: 32em) {
2739
+ .HalfBlock-module_mobile__2latf {
2740
+ display: none
2230
2741
  }
2231
- .Table-module_green__13OIM {
2232
- background-color: #E7F2EF;
2742
+ }
2743
+ .HalfBlock-module_desktop__3B1Ej {
2744
+ display: none
2233
2745
  }
2234
- .Table-module_violet__2W-kO {
2235
- background-color: #F4F0F8;
2746
+ @media only screen and (min-device-width: 32em) {
2747
+ .HalfBlock-module_desktop__3B1Ej {
2748
+ display: block
2236
2749
  }
2237
- .Table-module_header__1exlo {
2238
- max-width: 340px;
2239
- padding: 9px 6px;
2750
+ }
2240
2751
 
2241
- vertical-align: top;
2242
- letter-spacing: 0.5px;
2243
- 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;
2244
2768
 
2245
- border-right: 1px solid rgba(232, 232, 232, 1);
2246
- border-bottom: 1px solid rgba(232, 232, 232, 1);
2769
+ border: 1px solid rgba(0, 0, 0, 0.08);
2770
+ border-radius: 4px;
2771
+ border-radius: 8px;
2772
+ background: #FFF8C4;
2247
2773
 
2248
- font-size: 10px;
2249
- font-weight: 600;
2250
- line-height: 16px
2774
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2775
+ font-size: 16px;
2776
+ font-weight: normal;
2777
+ line-height: 20px
2251
2778
  }
2252
2779
  @media only screen and (min-device-width: 32em) {
2253
- .Table-module_header__1exlo {
2254
- max-width: none;
2255
- padding: 9px 12px;
2780
+ .ImportantLead-module_root__2BdT3 {
2781
+ margin: 25px 0;
2782
+ padding: 12px 15px 13px;
2256
2783
 
2257
- line-height: 11px
2784
+ font-size: 17px;
2785
+ line-height: 24px
2258
2786
  }
2259
2787
  }
2260
- .Table-module_s__Vl_Eg {
2261
- min-width: 120px
2788
+ .ImportantLead-module_root__2BdT3:last-child {
2789
+ margin-bottom: 0;
2262
2790
  }
2263
- @media only screen and (min-device-width: 32em) {
2264
- .Table-module_s__Vl_Eg {
2265
- width: 18%;
2266
- min-width: 0
2791
+ .ImportantLead-module_root__2BdT3:first-child {
2792
+ margin-top: 0;
2267
2793
  }
2268
- }
2269
- .Table-module_m__29G9r {
2270
- min-width: 200px
2794
+ .ImportantLead-module_root__2BdT3 a {
2795
+ color: #000;
2796
+ box-shadow: inset 0 -1px #000;
2797
+ }
2798
+ .ImportantLead-module_root__2BdT3 a:hover {
2799
+ color: #b88b59;
2800
+ box-shadow: inset 0 -1px #b88b59;
2271
2801
  }
2802
+ .ImportantLead-module_slide__3kQ9x {
2803
+ max-width: 650px;
2804
+ margin-right: auto;
2805
+ margin-left: auto;
2806
+ }
2807
+ /* VISIBILITY */
2272
2808
  @media only screen and (min-device-width: 32em) {
2273
- .Table-module_m__29G9r {
2274
- width: 30%;
2275
- min-width: 0
2809
+ .ImportantLead-module_mobile__3BXbm {
2810
+ display: none
2276
2811
  }
2277
-
2278
2812
  }
2279
- .Table-module_l__1ZSMc {
2280
- min-width: 336px
2813
+ .ImportantLead-module_desktop__3Zljc {
2814
+ display: none
2281
2815
  }
2282
2816
  @media only screen and (min-device-width: 32em) {
2283
- .Table-module_l__1ZSMc {
2284
- width: 50%;
2285
- min-width: 0
2817
+ .ImportantLead-module_desktop__3Zljc {
2818
+ display: block
2286
2819
  }
2287
2820
  }
2288
- .Table-module_xs__au2Oe {
2289
- width: 50px;
2290
- min-width: 50px;
2291
- }
2821
+
2292
2822
 
2293
2823
  /* Colors */
2294
2824
  /* Fonts */
@@ -2303,182 +2833,155 @@
2303
2833
  /* 511 */
2304
2834
  /* 1023 */
2305
2835
  /* Zindex */
2306
- .Cover-module_root__18Z8J {
2307
- position: relative;
2308
- }
2309
- .Cover-module_body__1xs8e {
2310
- position: absolute;
2311
- z-index: 1;
2312
- right: 0;
2313
- bottom: 0;
2314
- left: 0;
2315
-
2316
- display: -webkit-box;
2317
-
2318
- display: -webkit-flex;
2319
-
2320
- display: -ms-flexbox;
2836
+ .ListBlock-module_root__3Q3Ga {
2837
+ margin: 15px 0;
2838
+ padding: 0;
2321
2839
 
2322
- display: flex;
2323
- flex-flow: column nowrap;
2324
- justify-content: flex-end;
2840
+ list-style: none;
2325
2841
 
2326
- min-height: 412px;
2327
- padding: 0 20px 12px;
2842
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2843
+ font-size: 18px;
2844
+ line-height: 24px
2328
2845
  }
2329
- .Cover-module_image__2f3Qc {
2330
- position: relative;
2846
+ @media only screen and (min-device-width: 32em) {
2847
+ .ListBlock-module_root__3Q3Ga {
2848
+ font-size: 20px;
2849
+ line-height: 28px
2331
2850
  }
2332
- .Cover-module_rich__1fAGA {
2333
- overflow: hidden;
2334
-
2335
- margin: 0 -20px;
2851
+ }
2852
+ @media only screen and (min-device-width: 48em) {
2853
+ .ListBlock-module_root__3Q3Ga {
2854
+ margin: 20px 0
2855
+ }
2856
+ }
2857
+ .ListBlock-module_root__3Q3Ga:first-child {
2858
+ margin-top: 0;
2859
+ }
2860
+ .ListBlock-module_root__3Q3Ga:last-child {
2861
+ margin-bottom: 0;
2862
+ }
2863
+ .ListBlock-module_root__3Q3Ga a {
2864
+ color: inherit;
2865
+ box-shadow: inset 0 -1px #b88b59;
2866
+ }
2867
+ .ListBlock-module_root__3Q3Ga a:hover {
2868
+ color: #b88b59;
2869
+ }
2870
+ .ListBlock-module_root__3Q3Ga li {
2871
+ position: relative;
2336
2872
 
2337
- border-radius: 9px 9px 0 0;
2873
+ margin-bottom: 6px;
2338
2874
  }
2339
- .Cover-module_rich__1fAGA::after {
2340
- position: absolute;
2341
- z-index: 1;
2342
- top: 0;
2343
- right: 0;
2344
- bottom: 0;
2345
- left: 0;
2875
+ .ListBlock-module_root__3Q3Ga mark {
2876
+ position: relative;
2346
2877
 
2347
- content: '';
2878
+ white-space: pre-wrap;
2348
2879
 
2349
- border: 1px solid rgba(255, 255, 255, 0.1);
2350
- border-radius: 10px 10px 0 0;
2880
+ background-color: #fff3bc;
2881
+
2882
+ font-weight: inherit;
2883
+ font-style: inherit
2351
2884
  }
2352
- .Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
2353
- color: #000;
2885
+ @media only screen and (min-device-width: 32em) {
2886
+ .ListBlock-module_root__3Q3Ga mark {
2887
+ padding-bottom: 1px
2354
2888
  }
2355
- .Cover-module_light__FUp5X .Cover-module_body__1xs8e {
2356
- color: #fff;
2357
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
2889
+ }
2890
+ .ListBlock-module_root__3Q3Ga a mark {
2891
+ color: inherit;
2892
+ box-shadow: inset 0 -1px #b88b59;
2358
2893
  }
2359
- .Cover-module_control__VXbhi {
2360
- position: absolute;
2361
- z-index: 10;
2362
- right: 12px;
2363
- bottom: 12px;
2364
-
2365
- width: 28px;
2366
- height: 28px;
2367
- margin: 0;
2368
- padding: 0;
2369
-
2370
- color: #fff;
2371
- border-width: 0;
2372
- border-radius: 14px;
2373
- outline: none;
2374
- background-color: rgba(0, 0, 0, 0.7);
2375
- background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
2376
- background-repeat: no-repeat;
2377
- background-position: center;
2378
- box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
2894
+ .ListBlock-module_ol__21CgV {
2895
+ counter-reset: list 0;
2379
2896
  }
2380
- .Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
2381
- padding: 0 12px 12px
2897
+ .ListBlock-module_ol__21CgV li {
2898
+ padding: 0 0 0 33px;
2382
2899
  }
2383
- .Cover-module_isInDynamicBlock__3eghb::after {
2900
+ .ListBlock-module_ol__21CgV li::before {
2384
2901
  position: absolute;
2385
- z-index: 1;
2386
- top: 0;
2387
- right: 0;
2388
- bottom: 0;
2389
2902
  left: 0;
2390
2903
 
2391
- content: '';
2904
+ width: 23px;
2392
2905
 
2393
- border: 1px solid rgba(0, 0, 0, 0.1);
2394
- border-radius: 8px;
2906
+ content: counter(list) '. ';
2907
+ counter-increment: list;
2908
+ text-align: right;
2909
+ white-space: nowrap;
2395
2910
  }
2396
- /* VISIBILITY */
2397
- @media only screen and (min-device-width: 32em) {
2398
- .Cover-module_mobile__5DKa1 {
2399
- display: none
2911
+ .ListBlock-module_ul__2MRrS li {
2912
+ padding: 0 0 0 23px
2913
+ }
2914
+ @media only screen and (min-device-width: 48em) {
2915
+ .ListBlock-module_ul__2MRrS li {
2916
+ padding: 0 0 0 38px
2400
2917
  }
2401
2918
  }
2402
- .Cover-module_desktop__2mrOc {
2403
- display: none
2919
+ .ListBlock-module_ul__2MRrS li:last-child {
2920
+ margin-bottom: 0;
2404
2921
  }
2405
- @media only screen and (min-device-width: 32em) {
2406
- .Cover-module_desktop__2mrOc {
2407
- display: block
2922
+ .ListBlock-module_ul__2MRrS li::before {
2923
+ position: absolute;
2924
+ top: 0;
2925
+ left: 5px;
2926
+
2927
+ width: 8px;
2928
+
2929
+ content: '\2022';
2930
+ text-align: center;
2931
+
2932
+ color: #b88b59;
2933
+
2934
+ font-size: 18px;
2935
+ line-height: inherit
2408
2936
  }
2409
- }
2937
+ @media only screen and (min-device-width: 48em) {
2938
+ .ListBlock-module_ul__2MRrS li::before {
2939
+ left: 0;
2410
2940
 
2411
- /* Colors */
2412
- /* Fonts */
2413
- /* Gap */
2414
- /* Media */
2415
- /* 512 */
2416
- /* 650 */
2417
- /* 768 */
2418
- /* 1024 */
2419
- /* 1010 */
2420
- /* 1200 */
2421
- /* 511 */
2422
- /* 1023 */
2423
- /* Zindex */
2424
- .ImportantLead-module_root__2BdT3 {
2425
- margin: 18px 0;
2426
- padding: 12px 12px 13px;
2941
+ width: 36px;
2427
2942
 
2428
- border: 1px solid rgba(0, 0, 0, 0.08);
2429
- border-radius: 4px;
2430
- border-radius: 8px;
2431
- background: #FFF8C4;
2943
+ text-align: center;
2432
2944
 
2945
+ font-size: 20px
2946
+ }
2947
+ }
2948
+ .ListBlock-module_center__tdIwd {
2949
+ max-width: 650px;
2950
+ margin-right: auto;
2951
+ margin-left: auto;
2952
+ }
2953
+ .ListBlock-module_isInImportantLead__UP0ic {
2433
2954
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2434
2955
  font-size: 16px;
2435
- font-weight: normal;
2436
2956
  line-height: 20px
2437
2957
  }
2438
- @media only screen and (min-device-width: 32em) {
2439
- .ImportantLead-module_root__2BdT3 {
2440
- margin: 25px 0;
2441
- padding: 12px 15px 13px;
2442
-
2958
+ @media only screen and (min-device-width: 48em) {
2959
+ .ListBlock-module_isInImportantLead__UP0ic {
2443
2960
  font-size: 17px;
2444
2961
  line-height: 24px
2445
2962
  }
2446
2963
  }
2447
- .ImportantLead-module_root__2BdT3:last-child {
2448
- margin-bottom: 0;
2449
- }
2450
- .ImportantLead-module_root__2BdT3:first-child {
2451
- margin-top: 0;
2452
- }
2453
- .ImportantLead-module_root__2BdT3 a {
2454
- color: #000;
2455
- box-shadow: inset 0 -1px #000;
2964
+ .ListBlock-module_dark__3E3tV a {
2965
+ color: inherit;
2456
2966
  }
2457
- .ImportantLead-module_root__2BdT3 a:hover {
2967
+ .ListBlock-module_dark__3E3tV a:hover {
2458
2968
  color: #b88b59;
2459
- box-shadow: inset 0 -1px #b88b59;
2460
- }
2461
- .ImportantLead-module_slide__3kQ9x {
2462
- max-width: 650px;
2463
- margin-right: auto;
2464
- margin-left: auto;
2465
2969
  }
2466
2970
  /* VISIBILITY */
2467
2971
  @media only screen and (min-device-width: 32em) {
2468
- .ImportantLead-module_mobile__3BXbm {
2972
+ .ListBlock-module_mobile__2-nuV {
2469
2973
  display: none
2470
2974
  }
2471
2975
  }
2472
- .ImportantLead-module_desktop__3Zljc {
2976
+ .ListBlock-module_desktop__1EE0g {
2473
2977
  display: none
2474
2978
  }
2475
2979
  @media only screen and (min-device-width: 32em) {
2476
- .ImportantLead-module_desktop__3Zljc {
2980
+ .ListBlock-module_desktop__1EE0g {
2477
2981
  display: block
2478
2982
  }
2479
2983
  }
2480
2984
 
2481
-
2482
2985
  /* Colors */
2483
2986
  /* Fonts */
2484
2987
  /* Gap */
@@ -2622,151 +3125,104 @@
2622
3125
  /* 511 */
2623
3126
  /* 1023 */
2624
3127
  /* Zindex */
2625
- .ListBlock-module_root__3Q3Ga {
2626
- margin: 15px 0;
2627
- padding: 0;
3128
+ .SourceBlock-module_root__1P3XD {
3129
+ display: block;
2628
3130
 
2629
- list-style: none;
3131
+ margin: 18px 0 15px;
3132
+ padding: 12px 11px 17px;
2630
3133
 
2631
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
2632
- font-size: 18px;
2633
- line-height: 24px
2634
- }
2635
- @media only screen and (min-device-width: 32em) {
2636
- .ListBlock-module_root__3Q3Ga {
2637
- font-size: 20px;
2638
- line-height: 28px
3134
+ color: #000;
3135
+ border-radius: 2px 8px 8px 2px;
3136
+ background-color: #f5f5f5;
3137
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3138
+
3139
+ font-size: 16px;
3140
+ line-height: 20px
2639
3141
  }
2640
- }
2641
3142
  @media only screen and (min-device-width: 48em) {
2642
- .ListBlock-module_root__3Q3Ga {
2643
- margin: 20px 0
3143
+ .SourceBlock-module_root__1P3XD {
3144
+ margin-top: 25px;
3145
+ margin-bottom: 25px;
3146
+ padding: 18px 16px 16px
2644
3147
  }
2645
3148
  }
2646
- .ListBlock-module_root__3Q3Ga:first-child {
2647
- margin-top: 0;
2648
- }
2649
- .ListBlock-module_root__3Q3Ga:last-child {
2650
- margin-bottom: 0;
2651
- }
2652
- .ListBlock-module_root__3Q3Ga a {
2653
- color: inherit;
2654
- box-shadow: inset 0 -1px #b88b59;
2655
- }
2656
- .ListBlock-module_root__3Q3Ga a:hover {
2657
- color: #b88b59;
3149
+ .SourceBlock-module_root__1P3XD:hover,
3150
+ .SourceBlock-module_root__1P3XD:visited {
3151
+ background-color: #ededed;
2658
3152
  }
2659
- .ListBlock-module_root__3Q3Ga li {
2660
- position: relative;
2661
-
2662
- margin-bottom: 6px;
3153
+ .SourceBlock-module_root__1P3XD blockquote {
3154
+ margin: 0;
2663
3155
  }
2664
- .ListBlock-module_root__3Q3Ga mark {
2665
- position: relative;
2666
-
2667
- white-space: pre-wrap;
2668
-
2669
- background-color: #fff3bc;
3156
+ .SourceBlock-module_root__1P3XD a {
3157
+ text-decoration: none;
2670
3158
 
2671
- font-weight: inherit;
2672
- font-style: inherit
2673
- }
2674
- @media only screen and (min-device-width: 32em) {
2675
- .ListBlock-module_root__3Q3Ga mark {
2676
- padding-bottom: 1px
2677
- }
2678
- }
2679
- .ListBlock-module_root__3Q3Ga a mark {
2680
3159
  color: inherit;
2681
- box-shadow: inset 0 -1px #b88b59;
2682
3160
  }
2683
- .ListBlock-module_ol__21CgV {
2684
- counter-reset: list 0;
2685
- }
2686
- .ListBlock-module_ol__21CgV li {
2687
- padding: 0 0 0 33px;
3161
+ .SourceBlock-module_text__Si4vm {
3162
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2688
3163
  }
2689
- .ListBlock-module_ol__21CgV li::before {
2690
- position: absolute;
2691
- left: 0;
2692
-
2693
- width: 23px;
3164
+ .SourceBlock-module_text__Si4vm p {
3165
+ margin: 0;
2694
3166
 
2695
- content: counter(list) '. ';
2696
- counter-increment: list;
2697
- text-align: right;
2698
- white-space: nowrap;
2699
- }
2700
- .ListBlock-module_ul__2MRrS li {
2701
- padding: 0 0 0 23px
3167
+ font-size: 16px;
3168
+ line-height: 22px
2702
3169
  }
2703
3170
  @media only screen and (min-device-width: 48em) {
2704
- .ListBlock-module_ul__2MRrS li {
2705
- padding: 0 0 0 38px
3171
+ .SourceBlock-module_text__Si4vm p {
3172
+ font-size: 18px;
3173
+ line-height: 26px
2706
3174
  }
2707
3175
  }
2708
- .ListBlock-module_ul__2MRrS li:last-child {
2709
- margin-bottom: 0;
3176
+ .SourceBlock-module_root__1P3XD p + p {
3177
+ margin-top: 12px;
2710
3178
  }
2711
- .ListBlock-module_ul__2MRrS li::before {
2712
- position: absolute;
2713
- top: 0;
2714
- left: 5px;
2715
-
2716
- width: 8px;
2717
-
2718
- content: '\2022';
2719
- text-align: center;
2720
-
2721
- color: #b88b59;
3179
+ .SourceBlock-module_root__1P3XD footer {
3180
+ margin-top: 12px;
3181
+ padding-top: 10px;
2722
3182
 
2723
- font-size: 18px;
2724
- line-height: inherit
3183
+ border-top: 1px solid #d6d6d6
2725
3184
  }
2726
3185
  @media only screen and (min-device-width: 48em) {
2727
- .ListBlock-module_ul__2MRrS li::before {
2728
- left: 0;
2729
-
2730
- width: 36px;
2731
-
2732
- text-align: center;
2733
-
2734
- font-size: 20px
3186
+ .SourceBlock-module_root__1P3XD footer {
3187
+ margin-top: 18px;
3188
+ padding-top: 12px
2735
3189
  }
2736
3190
  }
2737
- .ListBlock-module_center__tdIwd {
2738
- max-width: 650px;
2739
- margin-right: auto;
2740
- margin-left: auto;
2741
- }
2742
- .ListBlock-module_isInImportantLead__UP0ic {
3191
+ .SourceBlock-module_origin__l3JbO {
3192
+ letter-spacing: 1px;
3193
+ text-transform: uppercase;
3194
+ pointer-events: none;
3195
+
3196
+ color: #292929;
3197
+
2743
3198
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2744
3199
  font-size: 16px;
2745
- line-height: 20px
3200
+ font-weight: bold;
3201
+ font-style: normal;
3202
+ line-height: 22px
2746
3203
  }
2747
3204
  @media only screen and (min-device-width: 48em) {
2748
- .ListBlock-module_isInImportantLead__UP0ic {
2749
- font-size: 17px;
2750
- line-height: 24px
3205
+ .SourceBlock-module_origin__l3JbO {
3206
+ font-size: 18px;
3207
+ line-height: 26px
2751
3208
  }
2752
3209
  }
2753
- .ListBlock-module_dark__3E3tV a {
2754
- color: inherit;
2755
- }
2756
- .ListBlock-module_dark__3E3tV a:hover {
2757
- color: #b88b59;
3210
+ .SourceBlock-module_center__3P93B {
3211
+ max-width: 650px;
3212
+ margin-right: auto;
3213
+ margin-left: auto;
2758
3214
  }
2759
3215
  /* VISIBILITY */
2760
3216
  @media only screen and (min-device-width: 32em) {
2761
- .ListBlock-module_mobile__2-nuV {
3217
+ .SourceBlock-module_mobile__2gw4S {
2762
3218
  display: none
2763
3219
  }
2764
3220
  }
2765
- .ListBlock-module_desktop__1EE0g {
3221
+ .SourceBlock-module_desktop__DecT6 {
2766
3222
  display: none
2767
3223
  }
2768
3224
  @media only screen and (min-device-width: 32em) {
2769
- .ListBlock-module_desktop__1EE0g {
3225
+ .SourceBlock-module_desktop__DecT6 {
2770
3226
  display: block
2771
3227
  }
2772
3228
  }
@@ -2901,107 +3357,94 @@
2901
3357
  /* 511 */
2902
3358
  /* 1023 */
2903
3359
  /* Zindex */
2904
- .SourceBlock-module_root__1P3XD {
2905
- display: block;
3360
+ .MetaItem-module_root__2VQom {
3361
+ display: inline;
2906
3362
 
2907
- margin: 18px 0 15px;
2908
- padding: 12px 11px 17px;
3363
+ margin-right: 15px;
3364
+ }
3365
+ .MetaItem-module_root__2VQom > svg {
3366
+ display: inline-block;
2909
3367
 
2910
- color: #000;
2911
- border-radius: 2px 8px 8px 2px;
2912
- background-color: #f5f5f5;
2913
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
3368
+ margin-right: 1px;
2914
3369
 
2915
- font-size: 16px;
2916
- line-height: 20px
2917
- }
2918
- @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
2923
- }
2924
- }
2925
- .SourceBlock-module_root__1P3XD:hover,
2926
- .SourceBlock-module_root__1P3XD:visited {
2927
- background-color: #ededed;
2928
- }
2929
- .SourceBlock-module_root__1P3XD blockquote {
2930
- margin: 0;
2931
- }
2932
- .SourceBlock-module_root__1P3XD a {
2933
- text-decoration: none;
3370
+ vertical-align: top;
2934
3371
 
2935
3372
  color: inherit;
3373
+
3374
+ fill: currentColor;
2936
3375
  }
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;
3376
+ .MetaItem-module_root__2VQom a {
3377
+ display: inline;
2942
3378
 
2943
- font-size: 16px;
2944
- line-height: 22px
3379
+ text-decoration: underline;
3380
+
3381
+ color: inherit;
3382
+
3383
+ -webkit-text-decoration-skip: auto;
2945
3384
  }
2946
- @media only screen and (min-device-width: 48em) {
2947
- .SourceBlock-module_text__Si4vm p {
2948
- font-size: 18px;
2949
- line-height: 26px
3385
+ .MetaItem-module_root__2VQom a:hover {
3386
+ color: #b88b59;
2950
3387
  }
2951
- }
2952
- .SourceBlock-module_root__1P3XD p + p {
2953
- margin-top: 12px;
3388
+ .MetaItem-module_hasBullets__CkQPI {
3389
+ margin-right: 0;
2954
3390
  }
2955
- .SourceBlock-module_root__1P3XD footer {
2956
- margin-top: 12px;
2957
- padding-top: 10px;
3391
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3392
+ display: inline-block;
2958
3393
 
2959
- border-top: 1px solid #d6d6d6
3394
+ padding-right: 0.4em;
3395
+ padding-left: 0.4em;
3396
+
3397
+ content: '\B7';
2960
3398
  }
2961
- @media only screen and (min-device-width: 48em) {
2962
- .SourceBlock-module_root__1P3XD footer {
2963
- margin-top: 18px;
2964
- padding-top: 12px
3399
+ @media only screen and (max-device-width: 32.1875em) {
3400
+ .MetaItem-module_hasSource__1DmCI {
3401
+ width: 100%;
3402
+ margin-top: 3px;
3403
+ margin-bottom: 3px
2965
3404
  }
2966
3405
  }
2967
- .SourceBlock-module_origin__l3JbO {
2968
- letter-spacing: 1px;
2969
- text-transform: uppercase;
2970
- pointer-events: none;
2971
-
2972
- color: #292929;
2973
-
2974
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2975
- font-size: 16px;
2976
- font-weight: bold;
2977
- font-style: normal;
2978
- line-height: 22px
2979
- }
2980
- @media only screen and (min-device-width: 48em) {
2981
- .SourceBlock-module_origin__l3JbO {
2982
- font-size: 18px;
2983
- line-height: 26px
3406
+ @media only screen and (max-device-width: 32.1875em) {
3407
+ .MetaItem-module_hasSource__1DmCI:first-child {
3408
+ margin-top: 0
2984
3409
  }
2985
3410
  }
2986
- .SourceBlock-module_center__3P93B {
2987
- max-width: 650px;
2988
- margin-right: auto;
2989
- margin-left: auto;
3411
+ .MetaItem-module_hasSource__1DmCI:last-child {
3412
+ margin-bottom: 0;
2990
3413
  }
2991
- /* VISIBILITY */
2992
- @media only screen and (min-device-width: 32em) {
2993
- .SourceBlock-module_mobile__2gw4S {
3414
+ @media only screen and (max-device-width: 32.1875em) {
3415
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
2994
3416
  display: none
2995
3417
  }
2996
3418
  }
2997
- .SourceBlock-module_desktop__DecT6 {
2998
- display: none
3419
+ @media only screen and (max-device-width: 32.1875em) {
3420
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3421
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3422
+ display: inline-block
2999
3423
  }
3000
- @media only screen and (min-device-width: 32em) {
3001
- .SourceBlock-module_desktop__DecT6 {
3002
- display: block
3424
+ }
3425
+ @media only screen and (max-device-width: 32.1875em) {
3426
+ .MetaItem-module_datetime__3tOWm,
3427
+ .MetaItem-module_listened__lwvAO,
3428
+ .MetaItem-module_read__5eAIG {
3429
+ width: auto
3430
+ }
3431
+ }
3432
+ @media only screen and (max-device-width: 32.1875em) {
3433
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3434
+ order: -2
3435
+ }
3436
+ }
3437
+ @media only screen and (max-device-width: 32.1875em) {
3438
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3439
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3440
+ order: -1;
3441
+
3442
+ margin-top: 0
3003
3443
  }
3004
3444
  }
3445
+ .MetaItem-module_read__5eAIG svg {
3446
+ margin-top: -1px;
3447
+ }
3005
3448
 
3006
3449
  /* Colors */
3007
3450
  /* Fonts */
@@ -3712,94 +4155,36 @@ a mark {
3712
4155
  /* 511 */
3713
4156
  /* 1023 */
3714
4157
  /* Zindex */
3715
- .MetaItem-module_root__2VQom {
3716
- display: inline;
3717
-
3718
- margin-right: 15px;
3719
- }
3720
- .MetaItem-module_root__2VQom > svg {
3721
- display: inline-block;
3722
-
3723
- margin-right: 1px;
3724
-
3725
- vertical-align: top;
3726
-
3727
- color: inherit;
3728
-
3729
- fill: currentColor;
3730
- }
3731
- .MetaItem-module_root__2VQom a {
3732
- display: inline;
3733
-
3734
- text-decoration: underline;
3735
-
3736
- color: inherit;
4158
+ .SimpleTitle-module_root__2jVQN {
4159
+ margin: 0 0 18px;
3737
4160
 
3738
- -webkit-text-decoration-skip: auto;
3739
- }
3740
- .MetaItem-module_root__2VQom a:hover {
3741
- color: #b88b59;
3742
- }
3743
- .MetaItem-module_hasBullets__CkQPI {
3744
- margin-right: 0;
4161
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4162
+ font-size: 20px;
4163
+ font-weight: normal;
4164
+ line-height: 23px
3745
4165
  }
3746
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3747
- display: inline-block;
3748
-
3749
- padding-right: 0.4em;
3750
- padding-left: 0.4em;
4166
+ @media only screen and (min-device-width: 48em) {
4167
+ .SimpleTitle-module_root__2jVQN {
4168
+ margin-bottom: 15px;
3751
4169
 
3752
- content: '\B7';
3753
- }
3754
- @media only screen and (max-device-width: 32.1875em) {
3755
- .MetaItem-module_hasSource__1DmCI {
3756
- width: 100%;
3757
- margin-top: 3px;
3758
- margin-bottom: 3px
3759
- }
3760
- }
3761
- @media only screen and (max-device-width: 32.1875em) {
3762
- .MetaItem-module_hasSource__1DmCI:first-child {
3763
- margin-top: 0
3764
- }
3765
- }
3766
- .MetaItem-module_hasSource__1DmCI:last-child {
3767
- margin-bottom: 0;
3768
- }
3769
- @media only screen and (max-device-width: 32.1875em) {
3770
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3771
- display: none
3772
- }
3773
- }
3774
- @media only screen and (max-device-width: 32.1875em) {
3775
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3776
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3777
- display: inline-block
3778
- }
3779
- }
3780
- @media only screen and (max-device-width: 32.1875em) {
3781
- .MetaItem-module_datetime__3tOWm,
3782
- .MetaItem-module_listened__lwvAO,
3783
- .MetaItem-module_read__5eAIG {
3784
- width: auto
3785
- }
3786
- }
3787
- @media only screen and (max-device-width: 32.1875em) {
3788
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3789
- order: -2
4170
+ font-size: 36px;
4171
+ line-height: 40px
3790
4172
  }
3791
4173
  }
3792
- @media only screen and (max-device-width: 32.1875em) {
3793
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3794
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3795
- order: -1;
3796
-
3797
- margin-top: 0
4174
+ /* VISIBILITY */
4175
+ @media only screen and (min-device-width: 32em) {
4176
+ .SimpleTitle-module_mobile__11gBz {
4177
+ display: none
3798
4178
  }
3799
4179
  }
3800
- .MetaItem-module_read__5eAIG svg {
3801
- margin-top: -1px;
4180
+ .SimpleTitle-module_desktop__3yXgy {
4181
+ display: none
4182
+ }
4183
+ @media only screen and (min-device-width: 32em) {
4184
+ .SimpleTitle-module_desktop__3yXgy {
4185
+ display: block
3802
4186
  }
4187
+ }
3803
4188
 
3804
4189
  /* stylelint-disable declaration-empty-line-before */
3805
4190
  /* Colors */
@@ -3829,6 +4214,7 @@ a mark {
3829
4214
  vertical-align: top;
3830
4215
  }
3831
4216
 
4217
+ /* stylelint-disable declaration-empty-line-before */
3832
4218
  /* Colors */
3833
4219
  /* Fonts */
3834
4220
  /* Gap */
@@ -3842,377 +4228,175 @@ a mark {
3842
4228
  /* 511 */
3843
4229
  /* 1023 */
3844
4230
  /* Zindex */
3845
- .RelatedRichBlock-module_root__3NYmj {
4231
+ .MetaItemLive-module_root__2mpD3 {
3846
4232
  position: relative;
3847
- z-index: 10;
3848
4233
 
3849
- display: block;
3850
- overflow: hidden;
4234
+ display: inline-block;
3851
4235
 
3852
- text-decoration: none;
4236
+ width: 18px;
4237
+ height: 18px;
3853
4238
 
3854
- border-radius: 8px;
3855
- outline-width: 0;
4239
+ vertical-align: middle;
3856
4240
  }
3857
- .RelatedRichBlock-module_root__3NYmj::after {
4241
+ .MetaItemLive-module_gold__3yZEV {
4242
+ color: #b88b59;
4243
+ }
4244
+ .MetaItemLive-module_root__2mpD3::before,
4245
+ .MetaItemLive-module_root__2mpD3::after,
4246
+ .MetaItemLive-module_frame__1H_Ha {
3858
4247
  position: absolute;
3859
- z-index: 20;
3860
4248
  top: 0;
3861
4249
  right: 0;
3862
4250
  bottom: 0;
3863
4251
  left: 0;
3864
-
3865
- content: '';
3866
-
3867
- border-radius: 8px;
3868
- }
3869
- .RelatedRichBlock-module_root__3NYmj::before {
3870
- display: block;
3871
-
3872
- width: 100%;
3873
- }
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);
3877
- }
3878
- .RelatedRichBlock-module_root__3NYmj,
3879
- .RelatedRichBlock-module_wrapper__1eLIQ {
3880
- margin: 16px 0
3881
- }
3882
- @media only screen and (min-device-width: 48em) {
3883
- .RelatedRichBlock-module_root__3NYmj,
3884
- .RelatedRichBlock-module_wrapper__1eLIQ {
3885
- margin: 25px 0
3886
- }
3887
- }
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
-
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;
3914
-
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;
3924
-
3925
- min-height: 295px;
3926
- padding: 20px;
3927
-
3928
- background-color: transparent
3929
- }
3930
- }
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
- }
3938
- }
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
-
3947
- min-height: 295px;
3948
-
3949
- background-color: transparent
3950
- }
3951
- }
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
-
3962
- content: '';
3963
-
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
- }
3970
- }
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
- }
3979
- }
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
-
3991
- min-height: 295px
4252
+ z-index: 0;
3992
4253
  }
3993
- }
3994
- @media only screen and (min-device-width: 32em) {
3995
- .RelatedRichBlock-module_isCard__2naDz::before {
3996
- padding-bottom: 66.66%;
4254
+ .MetaItemLive-module_root__2mpD3 {
4255
+ margin-top: -4px;
4256
+ margin-right: 1px;
3997
4257
 
3998
- content: ''
4258
+ transform: translateY(1px);
3999
4259
  }
4000
- }
4001
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4002
- position: relative;
4260
+ .MetaItemLive-module_root__2mpD3::before,
4261
+ .MetaItemLive-module_root__2mpD3::after,
4262
+ .MetaItemLive-module_frame__1H_Ha {
4003
4263
 
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
4011
- }
4012
- }
4013
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4014
- display: block;
4264
+ border-radius: 50%;
4265
+ transform: scale(0);
4015
4266
 
4016
- padding-bottom: 78.50746269%;
4267
+ -webkit-animation-duration: 1.05s;
4017
4268
 
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
4269
+ animation-duration: 1.05s;
4270
+ -webkit-animation-timing-function: linear;
4271
+ animation-timing-function: linear;
4272
+ -webkit-animation-iteration-count: infinite;
4273
+ animation-iteration-count: infinite;
4023
4274
  }
4024
- }
4025
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4026
- position: absolute;
4027
- top: 50%;
4028
- left: 50%;
4275
+ .MetaItemLive-module_frame__1H_Ha {
4029
4276
 
4030
- width: 180px;
4031
- height: 180px;
4277
+ background: currentColor;
4032
4278
 
4033
- transform: translate(-50%, -50%)
4034
- }
4035
- @media only screen and (min-device-width: 32em) {
4036
- .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4037
- top: 25%;
4279
+ -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4038
4280
 
4039
- transform: translate(-50%, -25%)
4281
+ animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4040
4282
  }
4041
- }
4042
- .RelatedRichBlock-module_tag__3OLyG {
4043
- position: absolute;
4044
- z-index: 10;
4045
- top: 14px;
4046
- right: 15px;
4047
- left: 15px;
4283
+ .MetaItemLive-module_root__2mpD3::before,
4284
+ .MetaItemLive-module_root__2mpD3::after {
4048
4285
 
4049
- color: rgba(255, 255, 255, 0.7);
4286
+ border: 1px solid currentColor;
4050
4287
 
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
- }
4059
- }
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;
4288
+ content: '';
4069
4289
  }
4070
- .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4071
- color: rgba(0, 0, 0, 0.7);
4290
+ .MetaItemLive-module_root__2mpD3::before {
4291
+ -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4292
+ animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4072
4293
  }
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)
4294
+ .MetaItemLive-module_root__2mpD3::after {
4295
+ -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
4296
+ animation-name: MetaItemLive-module_liveSecondWave__12g57;
4077
4297
  }
4298
+ @-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4299
+ 14% {
4300
+ transform: scale(0);
4078
4301
  }
4079
- /* Display */
4080
- @media only screen and (min-device-width: 32em) {
4081
- .RelatedRichBlock-module_mobile__JpCS4 {
4082
- display: none
4083
- }
4302
+
4303
+ 30% {
4304
+ transform: scale(0.22);
4084
4305
  }
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
- }
4306
+
4307
+ 63% {
4308
+ transform: scale(0.22);
4092
4309
  }
4093
4310
 
4094
- /* Colors */
4095
- /* Fonts */
4096
- /* Gap */
4097
- /* Media */
4098
- /* 512 */
4099
- /* 650 */
4100
- /* 768 */
4101
- /* 1024 */
4102
- /* 1010 */
4103
- /* 1200 */
4104
- /* 511 */
4105
- /* 1023 */
4106
- /* Zindex */
4107
- .ChapterBlock-module_root__1WyVn {
4108
- position: relative;
4311
+ 70% {
4312
+ transform: scale(0);
4313
+ }
4109
4314
 
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
- }
4315
+ 100% {
4316
+ transform: scale(0);
4117
4317
  }
4118
- .ChapterBlock-module_root__1WyVn:first-child {
4119
- margin-top: 0;
4120
- }
4121
- .ChapterBlock-module_root__1WyVn:last-child {
4122
- margin-bottom: 0;
4123
4318
  }
4124
- .ChapterBlock-module_subtitle__3TXll {
4125
- display: inline-block;
4319
+ @keyframes MetaItemLive-module_liveMiddle__wyuV3 {
4320
+ 14% {
4321
+ transform: scale(0);
4322
+ }
4126
4323
 
4127
- vertical-align: top;
4128
- letter-spacing: 1px;
4129
- text-transform: uppercase;
4324
+ 30% {
4325
+ transform: scale(0.22);
4326
+ }
4130
4327
 
4131
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4132
- font-size: 12px;
4133
- font-weight: 600;
4134
- line-height: 12px
4135
- }
4136
- @media only screen and (min-device-width: 32em) {
4137
- .ChapterBlock-module_subtitle__3TXll {
4138
- font-size: 13px;
4139
- line-height: 16px
4328
+ 63% {
4329
+ transform: scale(0.22);
4330
+ }
4331
+
4332
+ 70% {
4333
+ transform: scale(0);
4334
+ }
4335
+
4336
+ 100% {
4337
+ transform: scale(0);
4338
+ }
4140
4339
  }
4340
+ @-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4341
+ 21% {
4342
+ transform: scale(0.1);
4141
4343
  }
4142
- .ChapterBlock-module_subtitle__3TXll::after {
4143
- display: block;
4144
4344
 
4145
- width: 120px;
4146
- padding: 0 0 7px;
4345
+ 53% {
4346
+ transform: scale(0.33);
4347
+ }
4147
4348
 
4148
- content: '';
4349
+ 100% {
4350
+ transform: scale(0.66);
4149
4351
 
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
- }
4352
+ opacity: 0;
4156
4353
  }
4157
- /* VISIBILITY */
4158
- @media only screen and (min-device-width: 32em) {
4159
- .ChapterBlock-module_mobile__CiO0w {
4160
- display: none
4161
4354
  }
4355
+ @keyframes MetaItemLive-module_liveFirstWave__3dbvz {
4356
+ 21% {
4357
+ transform: scale(0.1);
4358
+ }
4359
+
4360
+ 53% {
4361
+ transform: scale(0.33);
4362
+ }
4363
+
4364
+ 100% {
4365
+ transform: scale(0.66);
4366
+
4367
+ opacity: 0;
4162
4368
  }
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
4369
  }
4370
+ @-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
4371
+ 21% {
4372
+ transform: scale(0.22);
4170
4373
  }
4171
4374
 
4375
+ 53% {
4376
+ transform: scale(0.55);
4377
+ }
4172
4378
 
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;
4379
+ 100% {
4380
+ transform: scale(0.88);
4188
4381
 
4189
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
4190
- font-size: 20px;
4191
- font-weight: normal;
4192
- line-height: 23px
4382
+ opacity: 0;
4383
+ }
4193
4384
  }
4194
- @media only screen and (min-device-width: 48em) {
4195
- .SimpleTitle-module_root__2jVQN {
4196
- margin-bottom: 15px;
4385
+ @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4386
+ 21% {
4387
+ transform: scale(0.22);
4388
+ }
4197
4389
 
4198
- font-size: 36px;
4199
- line-height: 40px
4200
- }
4390
+ 53% {
4391
+ transform: scale(0.55);
4201
4392
  }
4202
- /* VISIBILITY */
4203
- @media only screen and (min-device-width: 32em) {
4204
- .SimpleTitle-module_mobile__11gBz {
4205
- display: none
4206
- }
4393
+
4394
+ 100% {
4395
+ transform: scale(0.88);
4396
+
4397
+ opacity: 0;
4207
4398
  }
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
4399
  }
4215
- }
4216
4400
 
4217
4401
  /* Colors */
4218
4402
  /* Fonts */
@@ -4300,74 +4484,16 @@ a mark {
4300
4484
 
4301
4485
  vertical-align: middle;
4302
4486
  }
4303
- .ToolbarButton-module_text__32m6s:empty {
4304
- display: none;
4305
- }
4306
- .ToolbarButton-module_bookmark__3369b {
4307
- color: #999;
4308
-
4309
- fill: transparent;
4310
- }
4311
- .ToolbarButton-module_isActive__3NLAE {
4312
- fill: currentColor;
4313
- }
4314
-
4315
- /* Colors */
4316
- /* Fonts */
4317
- /* Gap */
4318
- /* Media */
4319
- /* 512 */
4320
- /* 650 */
4321
- /* 768 */
4322
- /* 1024 */
4323
- /* 1010 */
4324
- /* 1200 */
4325
- /* 511 */
4326
- /* 1023 */
4327
- /* 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;
4341
-
4342
- -webkit-appearance: none;
4343
-
4344
- -moz-appearance: none;
4345
-
4346
- appearance: none;
4347
- fill: transparent;
4348
- }
4349
- .BookmarkButton-module_dark__1cwyi {
4350
- color: #fff;
4351
- }
4352
- .BookmarkButton-module_light__1uQyH {
4353
- color: #000;
4354
- }
4355
- .BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
4356
- fill: #e0e0e0;
4357
- }
4358
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
4359
- fill: #fff;
4360
- }
4361
- .BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
4362
- fill: #000;
4487
+ .ToolbarButton-module_text__32m6s:empty {
4488
+ display: none;
4363
4489
  }
4364
- @media only screen and (min-device-width: 64em) {
4365
- .BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
4366
- width: 12px
4490
+ .ToolbarButton-module_bookmark__3369b {
4491
+ color: #999;
4492
+
4493
+ fill: transparent;
4367
4494
  }
4368
- }
4369
- [data-context='prodano'] .BookmarkButton-module_root__3KmuY {
4370
- display: none;
4495
+ .ToolbarButton-module_isActive__3NLAE {
4496
+ fill: currentColor;
4371
4497
  }
4372
4498
 
4373
4499
  /* Colors */
@@ -4383,193 +4509,251 @@ a mark {
4383
4509
  /* 511 */
4384
4510
  /* 1023 */
4385
4511
  /* Zindex */
4386
- .GroupedBlock-module_root__2qfQA {
4387
- max-width: 644px;
4388
- margin: 15px auto 0
4512
+ .RelatedRichBlock-module_root__3NYmj {
4513
+ position: relative;
4514
+ z-index: 10;
4515
+
4516
+ display: block;
4517
+ overflow: hidden;
4518
+
4519
+ text-decoration: none;
4520
+
4521
+ border-radius: 8px;
4522
+ outline-width: 0;
4389
4523
  }
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
4524
+ .RelatedRichBlock-module_root__3NYmj::after {
4525
+ position: absolute;
4526
+ z-index: 20;
4527
+ top: 0;
4528
+ right: 0;
4529
+ bottom: 0;
4530
+ left: 0;
4531
+
4532
+ content: '';
4533
+
4534
+ border-radius: 8px;
4395
4535
  }
4396
- }
4397
- .GroupedBlock-module_hasFigcaption__2_mcf {
4398
- margin-bottom: 15px;
4536
+ .RelatedRichBlock-module_root__3NYmj::before {
4537
+ display: block;
4538
+
4539
+ width: 100%;
4540
+ }
4541
+ .RelatedRichBlock-module_root__3NYmj::after {
4542
+ box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
4543
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1);
4544
+ }
4545
+ .RelatedRichBlock-module_root__3NYmj,
4546
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4547
+ margin: 16px 0
4399
4548
  }
4400
4549
  @media only screen and (min-device-width: 48em) {
4401
- .GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
4402
- margin-top: 25px
4550
+ .RelatedRichBlock-module_root__3NYmj,
4551
+ .RelatedRichBlock-module_wrapper__1eLIQ {
4552
+ margin: 25px 0
4403
4553
  }
4404
4554
  }
4405
- .GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
4406
- margin-bottom: 0;
4555
+ .RelatedRichBlock-module_overlay__3XSg_,
4556
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4557
+ position: absolute;
4558
+ z-index: 10;
4559
+ right: 0;
4560
+ left: 0;
4407
4561
  }
4408
- .GroupedBlock-module_items__2DV2X {
4562
+ .RelatedRichBlock-module_overlay__3XSg_ {
4563
+ bottom: 0;
4564
+
4565
+ height: 295px;
4566
+ }
4567
+ .RelatedRichBlock-module_overlayHeader__2Nmbv {
4568
+ top: 0;
4569
+
4570
+ height: 150px;
4571
+ }
4572
+ .RelatedRichBlock-module_body__1ZHZS {
4409
4573
  display: -webkit-box;
4410
4574
  display: -webkit-flex;
4411
4575
  display: -ms-flexbox;
4412
4576
  display: flex;
4413
- flex-direction: column;
4414
- flex-wrap: nowrap
4577
+ flex-flow: column nowrap;
4578
+ justify-content: flex-end;
4579
+
4580
+ padding: 12px 15px 12px;
4581
+
4582
+ background-color: #f7f7f7
4415
4583
  }
4416
- @media only screen and (min-device-width: 48em) {
4417
- .GroupedBlock-module_items__2DV2X {
4418
- flex-direction: row
4584
+ @media only screen and (min-device-width: 64em) {
4585
+ .RelatedRichBlock-module_body__1ZHZS {
4586
+ position: absolute;
4587
+ z-index: 10;
4588
+ right: 0;
4589
+ bottom: 0;
4590
+ left: 0;
4591
+
4592
+ min-height: 295px;
4593
+ padding: 20px;
4594
+
4595
+ background-color: transparent
4419
4596
  }
4420
4597
  }
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
4598
+ .RelatedRichBlock-module_isRich__1LnA4 {
4599
+ color: #000
4428
4600
  }
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
4601
+ @media only screen and (min-device-width: 64em) {
4602
+ .RelatedRichBlock-module_isRich__1LnA4 {
4603
+ color: #fff
4434
4604
  }
4435
4605
  }
4436
- @media only screen and (min-device-width: 48em) {
4437
- .GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
4438
- margin-left: 15px
4606
+ @media only screen and (min-device-width: 64em) {
4607
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
4608
+ position: absolute;
4609
+ z-index: 10;
4610
+ right: 0;
4611
+ bottom: 0;
4612
+ left: 0;
4613
+
4614
+ min-height: 295px;
4615
+
4616
+ background-color: transparent
4439
4617
  }
4440
4618
  }
4441
- .GroupedBlock-module_figcaption__2Q_wf {
4442
- max-width: 650px;
4443
- margin-right: auto;
4444
- margin-left: auto;
4619
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
4620
+ position: relative;
4445
4621
  }
4446
- /* DISPLAY */
4447
- @media only screen and (min-device-width: 48em) {
4448
- .GroupedBlock-module_default__3ylw_ {
4449
- max-width: 650px
4622
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4623
+ position: absolute;
4624
+ z-index: 10;
4625
+ right: 1px;
4626
+ bottom: 0;
4627
+ left: 1px;
4628
+
4629
+ content: '';
4630
+
4631
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1)
4450
4632
  }
4451
- }
4452
- .GroupedBlock-module_full__1dzQR {
4453
- max-width: 980px;
4633
+ @media only screen and (min-device-width: 32em) {
4634
+ .RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
4635
+ content: ''
4454
4636
  }
4455
- .GroupedBlock-module_super_full__1PU72 {
4456
- max-width: 1680px;
4637
+ }
4638
+ .RelatedRichBlock-module_isCard__2naDz {
4639
+ color: #fff;
4640
+ background-color: #191919
4457
4641
  }
4458
- /* VISIBILITY */
4459
4642
  @media only screen and (min-device-width: 32em) {
4460
- .GroupedBlock-module_mobile__3n8Ub {
4461
- display: none
4643
+ .RelatedRichBlock-module_isCard__2naDz {
4644
+ min-height: 350px
4462
4645
  }
4463
4646
  }
4464
- .GroupedBlock-module_desktop__6ZRpA {
4465
- display: none
4647
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4648
+ background-color: transparent
4466
4649
  }
4467
4650
  @media only screen and (min-device-width: 32em) {
4468
- .GroupedBlock-module_desktop__6ZRpA {
4469
- display: block
4651
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
4652
+ position: absolute;
4653
+ z-index: 10;
4654
+ right: 0;
4655
+ bottom: 0;
4656
+ left: 0;
4657
+
4658
+ min-height: 295px
4470
4659
  }
4471
4660
  }
4661
+ @media only screen and (min-device-width: 32em) {
4662
+ .RelatedRichBlock-module_isCard__2naDz::before {
4663
+ padding-bottom: 66.66%;
4472
4664
 
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 {
4665
+ content: ''
4666
+ }
4667
+ }
4668
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4488
4669
  position: relative;
4489
4670
 
4490
- text-align: left;
4671
+ width: 100%
4491
4672
  }
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
4673
+ @media only screen and (min-device-width: 32em) {
4674
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
4675
+ position: absolute;
4676
+ top: 0;
4677
+ bottom: 0
4498
4678
  }
4499
- @media only screen and (min-device-width: 64em) {
4500
- .HalfBlock-module_main__2XX73 {
4501
- align-items: center;
4502
- flex-flow: row nowrap
4679
+ }
4680
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4681
+ display: block;
4682
+
4683
+ padding-bottom: 78.50746269%;
4684
+
4685
+ content: ''
4686
+ }
4687
+ @media only screen and (min-device-width: 32em) {
4688
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
4689
+ content: none
4503
4690
  }
4504
4691
  }
4505
- .HalfBlock-module_body__3MnEN {
4506
- order: -1;
4692
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4693
+ position: absolute;
4694
+ top: 50%;
4695
+ left: 50%;
4507
4696
 
4508
- max-width: 860px;
4509
- margin: 0 auto
4697
+ width: 180px;
4698
+ height: 180px;
4699
+
4700
+ transform: translate(-50%, -50%)
4510
4701
  }
4511
- @media only screen and (min-device-width: 48em) {
4512
- .HalfBlock-module_body__3MnEN {
4513
- text-align: center
4702
+ @media only screen and (min-device-width: 32em) {
4703
+ .RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
4704
+ top: 25%;
4705
+
4706
+ transform: translate(-50%, -25%)
4514
4707
  }
4515
4708
  }
4516
- @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;
4709
+ .RelatedRichBlock-module_tag__3OLyG {
4710
+ position: absolute;
4711
+ z-index: 10;
4712
+ top: 14px;
4713
+ right: 15px;
4714
+ left: 15px;
4521
4715
 
4522
- width: 50%;
4523
- max-width: none;
4524
- height: 100%;
4525
- margin-left: 25px;
4716
+ color: rgba(255, 255, 255, 0.7);
4526
4717
 
4527
- text-align: left
4718
+ font-size: 12px
4719
+ }
4720
+ @media only screen and (min-device-width: 64em) {
4721
+ .RelatedRichBlock-module_tag__3OLyG {
4722
+ top: 16px;
4723
+ right: 20px;
4724
+ left: 20px
4528
4725
  }
4529
4726
  }
4530
- .HalfBlock-module_footer__1C0yp {
4727
+ .RelatedRichBlock-module_center__197sx {
4531
4728
  width: 100%;
4532
4729
  max-width: 650px;
4533
- margin: 0 auto;
4534
- padding-top: 3px
4730
+ margin-right: auto;
4731
+ margin-left: auto;
4535
4732
  }
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;
4541
-
4542
- border-top: 1px solid #e6e6e6
4733
+ /* Themes */
4734
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
4735
+ color: #000;
4543
4736
  }
4544
- }
4545
- .HalfBlock-module_image__2lYel {
4546
- flex-grow: 1;
4547
-
4548
- margin: 0 -20px 0;
4549
- margin-top: 18px
4737
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
4738
+ color: rgba(0, 0, 0, 0.7);
4550
4739
  }
4551
4740
  @media only screen and (min-device-width: 32em) {
4552
- .HalfBlock-module_image__2lYel {
4553
- margin: 31px 0 -5px
4554
- }
4555
- }
4556
- @media only screen and (min-device-width: 64em) {
4557
- .HalfBlock-module_image__2lYel {
4558
- width: 50%;
4559
- margin: 0
4741
+ .RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
4742
+ color: #fff;
4743
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
4560
4744
  }
4561
4745
  }
4562
- /* VISIBILITY */
4746
+ /* Display */
4563
4747
  @media only screen and (min-device-width: 32em) {
4564
- .HalfBlock-module_mobile__2latf {
4748
+ .RelatedRichBlock-module_mobile__JpCS4 {
4565
4749
  display: none
4566
4750
  }
4567
4751
  }
4568
- .HalfBlock-module_desktop__3B1Ej {
4752
+ .RelatedRichBlock-module_desktop__trL0D {
4569
4753
  display: none
4570
4754
  }
4571
4755
  @media only screen and (min-device-width: 32em) {
4572
- .HalfBlock-module_desktop__3B1Ej {
4756
+ .RelatedRichBlock-module_desktop__trL0D {
4573
4757
  display: block
4574
4758
  }
4575
4759
  }
@@ -4646,190 +4830,6 @@ a mark {
4646
4830
  }
4647
4831
 
4648
4832
 
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;
4675
- }
4676
- .MetaItemLive-module_root__2mpD3::before,
4677
- .MetaItemLive-module_root__2mpD3::after,
4678
- .MetaItemLive-module_frame__1H_Ha {
4679
- 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;
4710
-
4711
- -webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4712
-
4713
- animation-name: MetaItemLive-module_liveMiddle__wyuV3;
4714
- }
4715
- .MetaItemLive-module_root__2mpD3::before,
4716
- .MetaItemLive-module_root__2mpD3::after {
4717
-
4718
- border: 1px solid currentColor;
4719
-
4720
- content: '';
4721
- }
4722
- .MetaItemLive-module_root__2mpD3::before {
4723
- -webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4724
- animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
4725
- }
4726
- .MetaItemLive-module_root__2mpD3::after {
4727
- -webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
4728
- animation-name: MetaItemLive-module_liveSecondWave__12g57;
4729
- }
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
- }
4750
- }
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
- }
4771
- }
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
- }
4786
- }
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
- }
4801
- }
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
- }
4816
- }
4817
- @keyframes MetaItemLive-module_liveSecondWave__12g57 {
4818
- 21% {
4819
- transform: scale(0.22);
4820
- }
4821
-
4822
- 53% {
4823
- transform: scale(0.55);
4824
- }
4825
-
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
  }