@meduza/ui-kit-2 0.1.37 → 0.1.38
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/SensitiveBlock/SensitiveBlock.stories.d.ts +10 -0
- package/dist/SensitiveBlock/SensitiveBlock.types.d.ts +15 -0
- package/dist/SensitiveBlock/index.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/ui-kit-2.cjs.development.js +195 -126
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +195 -127
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1282 -1162
- package/package.json +6 -6
- package/src/.DS_Store +0 -0
- package/src/EmbedBlock/EmbedBlock.module.css +20 -60
- package/src/EmbedBlock/EmbedBlock.tsx +10 -12
- package/src/GroupedBlock/index.tsx +22 -8
- package/src/GroupedBlock/mock.json +54 -47
- package/src/RawHtmlBlock/RawHtmlBlock.stories.module.css +3 -0
- package/src/RawHtmlBlock/RawHtmlBlock.stories.tsx +6 -1
- package/src/RawHtmlBlock/index.tsx +5 -0
- package/src/RawHtmlBlock/mock.json +113 -24
- package/src/RelatedRichBlock/RelatedRichBlock.module.css +19 -12
- package/src/RenderBlocks/index.tsx +4 -5
- package/src/RenderBlocks/mock.json +0 -73
- package/src/SensitiveBlock/SensitiveBlock.module.css +143 -0
- package/src/SensitiveBlock/SensitiveBlock.stories.module.css +8 -0
- package/src/SensitiveBlock/SensitiveBlock.stories.tsx +40 -0
- package/src/SensitiveBlock/SensitiveBlock.test.tsx +20 -0
- package/src/SensitiveBlock/SensitiveBlock.types.ts +15 -0
- package/src/SensitiveBlock/index.tsx +70 -0
- package/src/SensitiveBlock/mock.json +61 -0
- package/src/Spoiler/index.tsx +2 -1
- package/src/SvgSymbol/SvgSymbol.module.css +1 -1
- package/src/index.tsx +1 -0
- package/src/vars.css +8 -8
package/dist/ui-kit.css
CHANGED
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
font-weight: 600;
|
|
191
191
|
line-height: 22px
|
|
192
192
|
}
|
|
193
|
-
@media only screen and (min-
|
|
193
|
+
@media only screen and (min-width: 64em) {
|
|
194
194
|
.Button-module_default__28Vo_ {
|
|
195
195
|
padding: 7px 18px 6px;
|
|
196
196
|
|
|
@@ -234,170 +234,6 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
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
|
-
.Switcher-module_root__1Env1 {
|
|
251
|
-
position: relative;
|
|
252
|
-
|
|
253
|
-
display: -webkit-box;
|
|
254
|
-
|
|
255
|
-
display: -webkit-flex;
|
|
256
|
-
|
|
257
|
-
display: -ms-flexbox;
|
|
258
|
-
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-flow: row nowrap;
|
|
261
|
-
align-items: center;
|
|
262
|
-
|
|
263
|
-
font-weight: 600;
|
|
264
|
-
|
|
265
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
-
white-space: nowrap;
|
|
267
|
-
|
|
268
|
-
cursor: pointer;
|
|
269
|
-
|
|
270
|
-
-webkit-user-select: none;
|
|
271
|
-
|
|
272
|
-
-moz-user-select: none;
|
|
273
|
-
|
|
274
|
-
-ms-user-select: none;
|
|
275
|
-
|
|
276
|
-
user-select: none;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_dark__1IzaH {
|
|
279
|
-
color: inherit;
|
|
280
|
-
}
|
|
281
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
-
background-color: transparent;
|
|
283
|
-
}
|
|
284
|
-
.Switcher-module_input__jaMVF {
|
|
285
|
-
position: absolute;
|
|
286
|
-
top: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
|
|
289
|
-
opacity: 0;
|
|
290
|
-
}
|
|
291
|
-
.Switcher-module_control__1NTvY {
|
|
292
|
-
position: relative;
|
|
293
|
-
|
|
294
|
-
display: block;
|
|
295
|
-
|
|
296
|
-
width: 37px;
|
|
297
|
-
height: 21px;
|
|
298
|
-
|
|
299
|
-
background-color: #e6e6e6;
|
|
300
|
-
|
|
301
|
-
border-radius: 15px;
|
|
302
|
-
}
|
|
303
|
-
.Switcher-module_control__1NTvY::before {
|
|
304
|
-
position: absolute;
|
|
305
|
-
top: 0;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
|
|
309
|
-
width: 18px;
|
|
310
|
-
|
|
311
|
-
background: rgba(19, 191, 17, 0);
|
|
312
|
-
|
|
313
|
-
border-radius: 15px;
|
|
314
|
-
|
|
315
|
-
transition: 0.25s ease-in-out;
|
|
316
|
-
|
|
317
|
-
content: '';
|
|
318
|
-
}
|
|
319
|
-
.Switcher-module_knob__3kEy5 {
|
|
320
|
-
position: relative;
|
|
321
|
-
top: 2px;
|
|
322
|
-
left: 2px;
|
|
323
|
-
z-index: 200;
|
|
324
|
-
|
|
325
|
-
display: block;
|
|
326
|
-
|
|
327
|
-
width: 17px;
|
|
328
|
-
height: 17px;
|
|
329
|
-
|
|
330
|
-
background: #fff;
|
|
331
|
-
|
|
332
|
-
border-radius: 15px;
|
|
333
|
-
|
|
334
|
-
transition: 0.25s ease-in-out;
|
|
335
|
-
}
|
|
336
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
-
width: 100%;
|
|
338
|
-
|
|
339
|
-
background-color: #b88b59;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
-
left: 18px;
|
|
346
|
-
}
|
|
347
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
-
margin-right: 6px;
|
|
349
|
-
}
|
|
350
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
-
margin-left: 6px;
|
|
352
|
-
}
|
|
353
|
-
/* panel */
|
|
354
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
-
|
|
356
|
-
color: #999;
|
|
357
|
-
|
|
358
|
-
font-size: 13px;
|
|
359
|
-
letter-spacing: 0.5px;
|
|
360
|
-
text-transform: uppercase;
|
|
361
|
-
}
|
|
362
|
-
/* menu */
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
-
font-weight: normal;
|
|
365
|
-
}
|
|
366
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
-
margin-right: 8px;
|
|
368
|
-
}
|
|
369
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
-
width: 48px;
|
|
371
|
-
height: 30px;
|
|
372
|
-
}
|
|
373
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
-
top: 4px;
|
|
375
|
-
|
|
376
|
-
width: 22px;
|
|
377
|
-
height: 22px;
|
|
378
|
-
|
|
379
|
-
background-color: #bababa;
|
|
380
|
-
}
|
|
381
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
-
left: 23px;
|
|
384
|
-
|
|
385
|
-
background-color: #fff;
|
|
386
|
-
}
|
|
387
|
-
/* live */
|
|
388
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
-
|
|
390
|
-
color: #7f7f7f;
|
|
391
|
-
|
|
392
|
-
font-size: 13px;
|
|
393
|
-
letter-spacing: 0.5px;
|
|
394
|
-
text-transform: uppercase;
|
|
395
|
-
}
|
|
396
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
-
background-color: #1a1a1a;
|
|
398
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
237
|
/* Colors */
|
|
402
238
|
/* Fonts */
|
|
403
239
|
/* Gap */
|
|
@@ -463,7 +299,7 @@
|
|
|
463
299
|
.SvgSymbol-module_reaction__rrJvf {
|
|
464
300
|
width: 16px;
|
|
465
301
|
|
|
466
|
-
color: #
|
|
302
|
+
color: #dcad76;
|
|
467
303
|
|
|
468
304
|
fill: #262626;
|
|
469
305
|
}
|
|
@@ -518,7 +354,7 @@
|
|
|
518
354
|
width: 34px;
|
|
519
355
|
height: 28px
|
|
520
356
|
}
|
|
521
|
-
@media only screen and (min-
|
|
357
|
+
@media only screen and (min-width: 40.625em) {
|
|
522
358
|
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
523
359
|
width: 28px;
|
|
524
360
|
height: 22px
|
|
@@ -529,7 +365,7 @@
|
|
|
529
365
|
width: 28px;
|
|
530
366
|
height: 28px
|
|
531
367
|
}
|
|
532
|
-
@media only screen and (min-
|
|
368
|
+
@media only screen and (min-width: 40.625em) {
|
|
533
369
|
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
534
370
|
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
535
371
|
width: 22px;
|
|
@@ -548,7 +384,7 @@
|
|
|
548
384
|
width: 92px;
|
|
549
385
|
height: 20px
|
|
550
386
|
}
|
|
551
|
-
@media only screen and (min-
|
|
387
|
+
@media only screen and (min-width: 64em) {
|
|
552
388
|
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
553
389
|
width: 100px;
|
|
554
390
|
height: 45px
|
|
@@ -566,7 +402,7 @@
|
|
|
566
402
|
width: 24px;
|
|
567
403
|
height: 24px
|
|
568
404
|
}
|
|
569
|
-
@media only screen and (min-
|
|
405
|
+
@media only screen and (min-width: 64em) {
|
|
570
406
|
.SvgSymbol-module_search__VK6p3 {
|
|
571
407
|
width: 16px;
|
|
572
408
|
height: 16px
|
|
@@ -576,7 +412,7 @@
|
|
|
576
412
|
width: 14px;
|
|
577
413
|
height: 14px
|
|
578
414
|
}
|
|
579
|
-
@media only screen and (min-
|
|
415
|
+
@media only screen and (min-width: 64em) {
|
|
580
416
|
.SvgSymbol-module_user__1MGim {
|
|
581
417
|
width: 16px;
|
|
582
418
|
height: 16px
|
|
@@ -590,7 +426,7 @@
|
|
|
590
426
|
|
|
591
427
|
stroke-width: 2px
|
|
592
428
|
}
|
|
593
|
-
@media only screen and (min-
|
|
429
|
+
@media only screen and (min-width: 64em) {
|
|
594
430
|
.SvgSymbol-module_bookmark__2z7tX {
|
|
595
431
|
width: 14px;
|
|
596
432
|
|
|
@@ -608,13 +444,13 @@
|
|
|
608
444
|
width: 22px;
|
|
609
445
|
height: 22px
|
|
610
446
|
}
|
|
611
|
-
@media only screen and (min-
|
|
447
|
+
@media only screen and (min-width: 64em) {
|
|
612
448
|
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
613
449
|
width: 14px;
|
|
614
450
|
height: 14px
|
|
615
451
|
}
|
|
616
452
|
}
|
|
617
|
-
@media only screen and (min-
|
|
453
|
+
@media only screen and (min-width: 64em) {
|
|
618
454
|
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
619
455
|
stroke-width: 1.5px
|
|
620
456
|
}
|
|
@@ -622,7 +458,7 @@
|
|
|
622
458
|
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
623
459
|
stroke-width: 1.8px
|
|
624
460
|
}
|
|
625
|
-
@media only screen and (min-
|
|
461
|
+
@media only screen and (min-width: 64em) {
|
|
626
462
|
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
627
463
|
stroke-width: 1.3px
|
|
628
464
|
}
|
|
@@ -648,7 +484,7 @@
|
|
|
648
484
|
display: block;
|
|
649
485
|
overflow: hidden
|
|
650
486
|
}
|
|
651
|
-
@media only screen and (min-
|
|
487
|
+
@media only screen and (min-width: 32em) {
|
|
652
488
|
.Image-module_root__1vsA_ {
|
|
653
489
|
border-radius: inherit
|
|
654
490
|
}
|
|
@@ -703,7 +539,7 @@
|
|
|
703
539
|
background-repeat: no-repeat;
|
|
704
540
|
background-position: center
|
|
705
541
|
}
|
|
706
|
-
@media only screen and (min-
|
|
542
|
+
@media only screen and (min-width: 64em) {
|
|
707
543
|
.Image-module_fullscreen__29apx picture::after {
|
|
708
544
|
content: ''
|
|
709
545
|
}
|
|
@@ -725,88 +561,232 @@
|
|
|
725
561
|
/* 511 */
|
|
726
562
|
/* 1023 */
|
|
727
563
|
/* Zindex */
|
|
728
|
-
.
|
|
729
|
-
display: block;
|
|
730
|
-
}
|
|
731
|
-
.Lazy-module_visible__3-SdX {
|
|
732
|
-
color: red;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
/* Colors */
|
|
736
|
-
/* Fonts */
|
|
737
|
-
/* Gap */
|
|
738
|
-
/* Media */
|
|
739
|
-
/* 512 */
|
|
740
|
-
/* 650 */
|
|
741
|
-
/* 768 */
|
|
742
|
-
/* 1024 */
|
|
743
|
-
/* 1010 */
|
|
744
|
-
/* 1200 */
|
|
745
|
-
/* 511 */
|
|
746
|
-
/* 1023 */
|
|
747
|
-
/* Zindex */
|
|
748
|
-
.DotsOnImage-module_root__2XP3Q {
|
|
564
|
+
.Switcher-module_root__1Env1 {
|
|
749
565
|
position: relative;
|
|
750
566
|
|
|
751
|
-
display:
|
|
752
|
-
|
|
753
|
-
width: 100%;
|
|
754
|
-
}
|
|
755
|
-
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
756
|
-
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
757
|
-
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
758
|
-
}
|
|
759
|
-
.DotsOnImage-module_dot__H1wua {
|
|
760
|
-
position: absolute;
|
|
761
|
-
z-index: 10;
|
|
567
|
+
display: -webkit-box;
|
|
762
568
|
|
|
763
|
-
|
|
764
|
-
height: 28px;
|
|
569
|
+
display: -webkit-flex;
|
|
765
570
|
|
|
766
|
-
|
|
767
|
-
}
|
|
768
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
769
|
-
width: 100%;
|
|
770
|
-
height: 100%;
|
|
771
|
-
padding: 0;
|
|
571
|
+
display: -ms-flexbox;
|
|
772
572
|
|
|
773
|
-
|
|
774
|
-
|
|
573
|
+
display: flex;
|
|
574
|
+
flex-flow: row nowrap;
|
|
575
|
+
align-items: center;
|
|
775
576
|
|
|
776
|
-
|
|
777
|
-
color: #fff;
|
|
778
|
-
border-width: 0;
|
|
779
|
-
border-radius: 30px;
|
|
780
|
-
outline-width: 0;
|
|
781
|
-
background-color: #000;
|
|
782
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
577
|
+
font-weight: 600;
|
|
783
578
|
|
|
784
579
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
785
|
-
|
|
786
|
-
font-weight: 600;
|
|
787
|
-
line-height: 28px;
|
|
580
|
+
white-space: nowrap;
|
|
788
581
|
|
|
789
|
-
|
|
582
|
+
cursor: pointer;
|
|
790
583
|
|
|
791
|
-
|
|
584
|
+
-webkit-user-select: none;
|
|
792
585
|
|
|
793
|
-
|
|
794
|
-
will-change: opacity;
|
|
795
|
-
}
|
|
796
|
-
.DotsOnImage-module_marker__lH5cP svg {
|
|
797
|
-
display: block;
|
|
586
|
+
-moz-user-select: none;
|
|
798
587
|
|
|
799
|
-
|
|
588
|
+
-ms-user-select: none;
|
|
589
|
+
|
|
590
|
+
user-select: none;
|
|
800
591
|
}
|
|
801
|
-
.
|
|
802
|
-
|
|
803
|
-
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
|
|
592
|
+
.Switcher-module_dark__1IzaH {
|
|
593
|
+
color: inherit;
|
|
804
594
|
}
|
|
805
|
-
.
|
|
595
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
596
|
+
background-color: transparent;
|
|
597
|
+
}
|
|
598
|
+
.Switcher-module_input__jaMVF {
|
|
806
599
|
position: absolute;
|
|
807
|
-
|
|
600
|
+
top: 0;
|
|
601
|
+
left: 0;
|
|
602
|
+
|
|
603
|
+
opacity: 0;
|
|
808
604
|
}
|
|
809
|
-
.
|
|
605
|
+
.Switcher-module_control__1NTvY {
|
|
606
|
+
position: relative;
|
|
607
|
+
|
|
608
|
+
display: block;
|
|
609
|
+
|
|
610
|
+
width: 37px;
|
|
611
|
+
height: 21px;
|
|
612
|
+
|
|
613
|
+
background-color: #e6e6e6;
|
|
614
|
+
|
|
615
|
+
border-radius: 15px;
|
|
616
|
+
}
|
|
617
|
+
.Switcher-module_control__1NTvY::before {
|
|
618
|
+
position: absolute;
|
|
619
|
+
top: 0;
|
|
620
|
+
bottom: 0;
|
|
621
|
+
left: 0;
|
|
622
|
+
|
|
623
|
+
width: 18px;
|
|
624
|
+
|
|
625
|
+
background: rgba(19, 191, 17, 0);
|
|
626
|
+
|
|
627
|
+
border-radius: 15px;
|
|
628
|
+
|
|
629
|
+
transition: 0.25s ease-in-out;
|
|
630
|
+
|
|
631
|
+
content: '';
|
|
632
|
+
}
|
|
633
|
+
.Switcher-module_knob__3kEy5 {
|
|
634
|
+
position: relative;
|
|
635
|
+
top: 2px;
|
|
636
|
+
left: 2px;
|
|
637
|
+
z-index: 200;
|
|
638
|
+
|
|
639
|
+
display: block;
|
|
640
|
+
|
|
641
|
+
width: 17px;
|
|
642
|
+
height: 17px;
|
|
643
|
+
|
|
644
|
+
background: #fff;
|
|
645
|
+
|
|
646
|
+
border-radius: 15px;
|
|
647
|
+
|
|
648
|
+
transition: 0.25s ease-in-out;
|
|
649
|
+
}
|
|
650
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
651
|
+
width: 100%;
|
|
652
|
+
|
|
653
|
+
background-color: #b88b59;
|
|
654
|
+
}
|
|
655
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
656
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
657
|
+
}
|
|
658
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
659
|
+
left: 18px;
|
|
660
|
+
}
|
|
661
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
662
|
+
margin-right: 6px;
|
|
663
|
+
}
|
|
664
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
665
|
+
margin-left: 6px;
|
|
666
|
+
}
|
|
667
|
+
/* panel */
|
|
668
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
669
|
+
|
|
670
|
+
color: #999;
|
|
671
|
+
|
|
672
|
+
font-size: 13px;
|
|
673
|
+
letter-spacing: 0.5px;
|
|
674
|
+
text-transform: uppercase;
|
|
675
|
+
}
|
|
676
|
+
/* menu */
|
|
677
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
678
|
+
font-weight: normal;
|
|
679
|
+
}
|
|
680
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
681
|
+
margin-right: 8px;
|
|
682
|
+
}
|
|
683
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
684
|
+
width: 48px;
|
|
685
|
+
height: 30px;
|
|
686
|
+
}
|
|
687
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
688
|
+
top: 4px;
|
|
689
|
+
|
|
690
|
+
width: 22px;
|
|
691
|
+
height: 22px;
|
|
692
|
+
|
|
693
|
+
background-color: #bababa;
|
|
694
|
+
}
|
|
695
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
696
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
697
|
+
left: 23px;
|
|
698
|
+
|
|
699
|
+
background-color: #fff;
|
|
700
|
+
}
|
|
701
|
+
/* live */
|
|
702
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
703
|
+
|
|
704
|
+
color: #7f7f7f;
|
|
705
|
+
|
|
706
|
+
font-size: 13px;
|
|
707
|
+
letter-spacing: 0.5px;
|
|
708
|
+
text-transform: uppercase;
|
|
709
|
+
}
|
|
710
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
711
|
+
background-color: #1a1a1a;
|
|
712
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
/* Colors */
|
|
716
|
+
/* Fonts */
|
|
717
|
+
/* Gap */
|
|
718
|
+
/* Media */
|
|
719
|
+
/* 512 */
|
|
720
|
+
/* 650 */
|
|
721
|
+
/* 768 */
|
|
722
|
+
/* 1024 */
|
|
723
|
+
/* 1010 */
|
|
724
|
+
/* 1200 */
|
|
725
|
+
/* 511 */
|
|
726
|
+
/* 1023 */
|
|
727
|
+
/* Zindex */
|
|
728
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
729
|
+
position: relative;
|
|
730
|
+
|
|
731
|
+
display: block;
|
|
732
|
+
|
|
733
|
+
width: 100%;
|
|
734
|
+
}
|
|
735
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
736
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
737
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
738
|
+
}
|
|
739
|
+
.DotsOnImage-module_dot__H1wua {
|
|
740
|
+
position: absolute;
|
|
741
|
+
z-index: 10;
|
|
742
|
+
|
|
743
|
+
width: 28px;
|
|
744
|
+
height: 28px;
|
|
745
|
+
|
|
746
|
+
will-change: opacity;
|
|
747
|
+
}
|
|
748
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
749
|
+
width: 100%;
|
|
750
|
+
height: 100%;
|
|
751
|
+
padding: 0;
|
|
752
|
+
|
|
753
|
+
cursor: pointer;
|
|
754
|
+
text-align: center;
|
|
755
|
+
|
|
756
|
+
opacity: 0;
|
|
757
|
+
color: #fff;
|
|
758
|
+
border-width: 0;
|
|
759
|
+
border-radius: 30px;
|
|
760
|
+
outline-width: 0;
|
|
761
|
+
background-color: #000;
|
|
762
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
763
|
+
|
|
764
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
765
|
+
font-size: 13px;
|
|
766
|
+
font-weight: 600;
|
|
767
|
+
line-height: 28px;
|
|
768
|
+
|
|
769
|
+
-webkit-appearance: none;
|
|
770
|
+
|
|
771
|
+
-moz-appearance: none;
|
|
772
|
+
|
|
773
|
+
appearance: none;
|
|
774
|
+
will-change: opacity;
|
|
775
|
+
}
|
|
776
|
+
.DotsOnImage-module_marker__lH5cP svg {
|
|
777
|
+
display: block;
|
|
778
|
+
|
|
779
|
+
will-change: opacity;
|
|
780
|
+
}
|
|
781
|
+
.DotsOnImage-module_marker__lH5cP:hover,
|
|
782
|
+
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
783
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
|
|
784
|
+
}
|
|
785
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
786
|
+
position: absolute;
|
|
787
|
+
z-index: 10;
|
|
788
|
+
}
|
|
789
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
810
790
|
transform: translateX(50px);
|
|
811
791
|
}
|
|
812
792
|
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
@@ -858,6 +838,26 @@
|
|
|
858
838
|
}
|
|
859
839
|
}
|
|
860
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
|
+
.Lazy-module_root__2Z72l {
|
|
855
|
+
display: block;
|
|
856
|
+
}
|
|
857
|
+
.Lazy-module_visible__3-SdX {
|
|
858
|
+
color: red;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
861
|
/* Colors */
|
|
862
862
|
/* Fonts */
|
|
863
863
|
/* Gap */
|
|
@@ -892,12 +892,12 @@
|
|
|
892
892
|
font-size: 12px;
|
|
893
893
|
line-height: 12px
|
|
894
894
|
}
|
|
895
|
-
@media only screen and (min-
|
|
895
|
+
@media only screen and (min-width: 64em) {
|
|
896
896
|
.Tag-module_small__2IAb7 {
|
|
897
897
|
line-height: 14px
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
|
-
@media only screen and (min-
|
|
900
|
+
@media only screen and (min-width: 64em) {
|
|
901
901
|
.Tag-module_large__22z_o {
|
|
902
902
|
letter-spacing: 1px;
|
|
903
903
|
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
.Tag-module_inherit__2QB5U {
|
|
921
921
|
color: inherit;
|
|
922
922
|
}
|
|
923
|
-
@media only screen and (min-
|
|
923
|
+
@media only screen and (min-width: 64em) {
|
|
924
924
|
.Tag-module_is1to1__3EDbC,
|
|
925
925
|
.Tag-module_is1to2__3xbC6,
|
|
926
926
|
.Tag-module_isInSuperBlock__38JE0 {
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
line-height: 20px
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
|
-
@media only screen and (min-
|
|
933
|
+
@media only screen and (min-width: 64em) {
|
|
934
934
|
.Tag-module_is1to3__3j5K-,
|
|
935
935
|
.Tag-module_is1to4__2vq4r {
|
|
936
936
|
letter-spacing: 0.5px;
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
line-height: 15px
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
|
-
@media only screen and (min-
|
|
942
|
+
@media only screen and (min-width: 32em) {
|
|
943
943
|
.Tag-module_slide__2nMDw,
|
|
944
944
|
.Tag-module_game__3j5yG {
|
|
945
945
|
width: 100%;
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
font-size: 12px;
|
|
952
952
|
line-height: 17px
|
|
953
953
|
}
|
|
954
|
-
@media only screen and (min-
|
|
954
|
+
@media only screen and (min-width: 64em) {
|
|
955
955
|
.Tag-module_richRelated__2vbQQ {
|
|
956
956
|
font-size: 14px;
|
|
957
957
|
line-height: 20px
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
|
|
970
970
|
line-height: 10px
|
|
971
971
|
}
|
|
972
|
-
@media only screen and (min-
|
|
972
|
+
@media only screen and (min-width: 32em) {
|
|
973
973
|
.Tag-module_slide__2nMDw,
|
|
974
974
|
.Tag-module_game__3j5yG,
|
|
975
975
|
.Tag-module_card__1EAeF,
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
margin-bottom: 10px
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
|
-
@media only screen and (min-
|
|
984
|
+
@media only screen and (min-width: 32em) {
|
|
985
985
|
.Tag-module_mobile__QQxuv {
|
|
986
986
|
display: none
|
|
987
987
|
}
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
.Tag-module_desktop__1Bjsy {
|
|
990
990
|
display: none
|
|
991
991
|
}
|
|
992
|
-
@media only screen and (min-
|
|
992
|
+
@media only screen and (min-width: 32em) {
|
|
993
993
|
.Tag-module_desktop__1Bjsy {
|
|
994
994
|
display: block
|
|
995
995
|
}
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
font-size: 14px;
|
|
1030
1030
|
line-height: 18px
|
|
1031
1031
|
}
|
|
1032
|
-
@media only screen and (min-
|
|
1032
|
+
@media only screen and (min-width: 32em) {
|
|
1033
1033
|
.MediaCaption-module_caption__1hr7Y {
|
|
1034
1034
|
font-size: 16px;
|
|
1035
1035
|
line-height: 22px
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
font-size: 12px;
|
|
1045
1045
|
line-height: 16px
|
|
1046
1046
|
}
|
|
1047
|
-
@media only screen and (min-
|
|
1047
|
+
@media only screen and (min-width: 32em) {
|
|
1048
1048
|
.MediaCaption-module_credit__3ehAP {
|
|
1049
1049
|
padding-top: 3px
|
|
1050
1050
|
}
|
|
@@ -1062,7 +1062,7 @@
|
|
|
1062
1062
|
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1063
1063
|
padding-top: 10px
|
|
1064
1064
|
}
|
|
1065
|
-
@media only screen and (min-
|
|
1065
|
+
@media only screen and (min-width: 32em) {
|
|
1066
1066
|
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1067
1067
|
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1068
1068
|
padding-top: 12px
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1073
1073
|
padding-top: 9px
|
|
1074
1074
|
}
|
|
1075
|
-
@media only screen and (min-
|
|
1075
|
+
@media only screen and (min-width: 32em) {
|
|
1076
1076
|
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1077
1077
|
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1078
1078
|
padding-top: 11px
|
|
@@ -1101,50 +1101,185 @@
|
|
|
1101
1101
|
/* 511 */
|
|
1102
1102
|
/* 1023 */
|
|
1103
1103
|
/* Zindex */
|
|
1104
|
-
.
|
|
1105
|
-
margin:
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1113
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1114
|
-
margin-right: -11px;
|
|
1115
|
-
margin-left: -11px
|
|
1116
|
-
}
|
|
1117
|
-
@media only screen and (min-device-width: 64em) {
|
|
1118
|
-
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1119
|
-
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1120
|
-
margin-right: 0;
|
|
1121
|
-
margin-left: 0
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1125
|
-
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1126
|
-
right: -11px;
|
|
1127
|
-
}
|
|
1128
|
-
.Table-module_root__1VsG6:first-child {
|
|
1129
|
-
margin-top: 0;
|
|
1104
|
+
.MaterialNote-module_root__1AcYe {
|
|
1105
|
+
margin-bottom: 17px;
|
|
1106
|
+
|
|
1107
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1108
|
+
font-size: 16px;
|
|
1109
|
+
line-height: 22px;
|
|
1130
1110
|
}
|
|
1131
|
-
.
|
|
1111
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1132
1112
|
margin-bottom: 0;
|
|
1133
1113
|
}
|
|
1134
|
-
.
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1114
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1115
|
+
margin-bottom: 9px;
|
|
1116
|
+
}
|
|
1117
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1118
|
+
display: block;
|
|
1138
1119
|
|
|
1139
|
-
|
|
1120
|
+
width: 120px;
|
|
1121
|
+
height: 1px;
|
|
1122
|
+
margin-bottom: 15px;
|
|
1140
1123
|
|
|
1141
|
-
|
|
1142
|
-
border-style: solid;
|
|
1143
|
-
border-color: rgba(232, 232, 232, 1);
|
|
1124
|
+
content: '';
|
|
1144
1125
|
|
|
1145
|
-
|
|
1126
|
+
background: #000;
|
|
1146
1127
|
}
|
|
1147
|
-
|
|
1128
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1129
|
+
margin-top: 8px;
|
|
1130
|
+
margin-bottom: 0;
|
|
1131
|
+
}
|
|
1132
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1133
|
+
text-decoration: none;
|
|
1134
|
+
|
|
1135
|
+
color: inherit;
|
|
1136
|
+
box-shadow: inset 0 -1px;
|
|
1137
|
+
}
|
|
1138
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1139
|
+
color: #b88b59;
|
|
1140
|
+
}
|
|
1141
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1142
|
+
background-color: #4f4f4f;
|
|
1143
|
+
}
|
|
1144
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1145
|
+
color: #666;
|
|
1146
|
+
|
|
1147
|
+
font-size: 12px;
|
|
1148
|
+
line-height: 15px;
|
|
1149
|
+
}
|
|
1150
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1151
|
+
margin-top: 6px;
|
|
1152
|
+
}
|
|
1153
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1154
|
+
margin-top: 0;
|
|
1155
|
+
}
|
|
1156
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1157
|
+
font-weight: bold;
|
|
1158
|
+
}
|
|
1159
|
+
.MaterialNote-module_center__18RxI {
|
|
1160
|
+
max-width: 650px;
|
|
1161
|
+
margin-right: auto;
|
|
1162
|
+
margin-left: auto;
|
|
1163
|
+
}
|
|
1164
|
+
.MaterialNote-module_center__18RxI,
|
|
1165
|
+
.MaterialNote-module_default__1lQPl {
|
|
1166
|
+
margin-top: 25px
|
|
1167
|
+
}
|
|
1168
|
+
@media only screen and (min-width: 32em) {
|
|
1169
|
+
.MaterialNote-module_center__18RxI,
|
|
1170
|
+
.MaterialNote-module_default__1lQPl {
|
|
1171
|
+
margin-top: 45px
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1175
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1176
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1177
|
+
display: none;
|
|
1178
|
+
}
|
|
1179
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1180
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1181
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1182
|
+
content: none;
|
|
1183
|
+
}
|
|
1184
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1185
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1186
|
+
display: block;
|
|
1187
|
+
}
|
|
1188
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1189
|
+
margin-right: auto;
|
|
1190
|
+
margin-left: auto;
|
|
1191
|
+
|
|
1192
|
+
content: '';
|
|
1193
|
+
}
|
|
1194
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1195
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1196
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1197
|
+
margin-top: 0;
|
|
1198
|
+
}
|
|
1199
|
+
.MaterialNote-module_game__cADMe {
|
|
1200
|
+
margin-bottom: 0;
|
|
1201
|
+
|
|
1202
|
+
text-align: center
|
|
1203
|
+
}
|
|
1204
|
+
@media only screen and (min-width: 32em) {
|
|
1205
|
+
.MaterialNote-module_game__cADMe {
|
|
1206
|
+
margin-top: 25px
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1210
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1211
|
+
color: #fff
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1215
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1216
|
+
margin-bottom: 9px;
|
|
1217
|
+
padding-top: 8px
|
|
1218
|
+
}
|
|
1219
|
+
@media only screen and (min-width: 32em) {
|
|
1220
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1221
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1222
|
+
margin-bottom: 16px
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
/* Colors */
|
|
1227
|
+
/* Fonts */
|
|
1228
|
+
/* Gap */
|
|
1229
|
+
/* Media */
|
|
1230
|
+
/* 512 */
|
|
1231
|
+
/* 650 */
|
|
1232
|
+
/* 768 */
|
|
1233
|
+
/* 1024 */
|
|
1234
|
+
/* 1010 */
|
|
1235
|
+
/* 1200 */
|
|
1236
|
+
/* 511 */
|
|
1237
|
+
/* 1023 */
|
|
1238
|
+
/* Zindex */
|
|
1239
|
+
.Table-module_root__1VsG6 {
|
|
1240
|
+
margin: 15px 0
|
|
1241
|
+
}
|
|
1242
|
+
@media only screen and (min-width: 32em) {
|
|
1243
|
+
.Table-module_root__1VsG6 {
|
|
1244
|
+
margin: 25px auto 20px
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1248
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1249
|
+
margin-right: -11px;
|
|
1250
|
+
margin-left: -11px
|
|
1251
|
+
}
|
|
1252
|
+
@media only screen and (min-width: 64em) {
|
|
1253
|
+
.Table-module_card__3gbok .Table-module_table__nZIkV,
|
|
1254
|
+
.Table-module_slide__nSGPC .Table-module_table__nZIkV {
|
|
1255
|
+
margin-right: 0;
|
|
1256
|
+
margin-left: 0
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
.Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
|
|
1260
|
+
.Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
|
|
1261
|
+
right: -11px;
|
|
1262
|
+
}
|
|
1263
|
+
.Table-module_root__1VsG6:first-child {
|
|
1264
|
+
margin-top: 0;
|
|
1265
|
+
}
|
|
1266
|
+
.Table-module_root__1VsG6:last-child {
|
|
1267
|
+
margin-bottom: 0;
|
|
1268
|
+
}
|
|
1269
|
+
.Table-module_table__nZIkV {
|
|
1270
|
+
position: relative;
|
|
1271
|
+
|
|
1272
|
+
overflow-y: hidden;
|
|
1273
|
+
|
|
1274
|
+
margin: 0 -20px;
|
|
1275
|
+
|
|
1276
|
+
border-width: 1px 0;
|
|
1277
|
+
border-style: solid;
|
|
1278
|
+
border-color: rgba(232, 232, 232, 1);
|
|
1279
|
+
|
|
1280
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
1281
|
+
}
|
|
1282
|
+
@media only screen and (min-width: 32em) {
|
|
1148
1283
|
.Table-module_table__nZIkV {
|
|
1149
1284
|
margin: 0;
|
|
1150
1285
|
|
|
@@ -1157,7 +1292,7 @@
|
|
|
1157
1292
|
|
|
1158
1293
|
width: 100%
|
|
1159
1294
|
}
|
|
1160
|
-
@media only screen and (min-
|
|
1295
|
+
@media only screen and (min-width: 32em) {
|
|
1161
1296
|
.Table-module_tracks__2wrDB {
|
|
1162
1297
|
table-layout: fixed
|
|
1163
1298
|
}
|
|
@@ -1185,7 +1320,7 @@
|
|
|
1185
1320
|
|
|
1186
1321
|
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 71%)
|
|
1187
1322
|
}
|
|
1188
|
-
@media only screen and (min-
|
|
1323
|
+
@media only screen and (min-width: 32em) {
|
|
1189
1324
|
.Table-module_wrapper__1YTKM::after {
|
|
1190
1325
|
content: none
|
|
1191
1326
|
}
|
|
@@ -1204,22 +1339,22 @@
|
|
|
1204
1339
|
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW {
|
|
1205
1340
|
border-bottom: 0;
|
|
1206
1341
|
}
|
|
1207
|
-
@media only screen and (min-
|
|
1342
|
+
@media only screen and (min-width: 32em) {
|
|
1208
1343
|
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:first-child {
|
|
1209
1344
|
border-radius: 2px 0 0 0
|
|
1210
1345
|
}
|
|
1211
1346
|
}
|
|
1212
|
-
@media only screen and (min-
|
|
1347
|
+
@media only screen and (min-width: 32em) {
|
|
1213
1348
|
.Table-module_row__3TH83:first-child .Table-module_cell__EFKDW:last-child {
|
|
1214
1349
|
border-radius: 0 2px 0 0
|
|
1215
1350
|
}
|
|
1216
1351
|
}
|
|
1217
|
-
@media only screen and (min-
|
|
1352
|
+
@media only screen and (min-width: 32em) {
|
|
1218
1353
|
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:last-child {
|
|
1219
1354
|
border-radius: 0 0 2px 0
|
|
1220
1355
|
}
|
|
1221
1356
|
}
|
|
1222
|
-
@media only screen and (min-
|
|
1357
|
+
@media only screen and (min-width: 32em) {
|
|
1223
1358
|
.Table-module_row__3TH83:last-child .Table-module_cell__EFKDW:first-child {
|
|
1224
1359
|
border-radius: 0 0 0 2px
|
|
1225
1360
|
}
|
|
@@ -1240,7 +1375,7 @@
|
|
|
1240
1375
|
font-size: 12px;
|
|
1241
1376
|
line-height: 16px
|
|
1242
1377
|
}
|
|
1243
|
-
@media only screen and (min-
|
|
1378
|
+
@media only screen and (min-width: 32em) {
|
|
1244
1379
|
.Table-module_cell__EFKDW {
|
|
1245
1380
|
padding: 9px 12px 8px;
|
|
1246
1381
|
|
|
@@ -1253,7 +1388,7 @@
|
|
|
1253
1388
|
|
|
1254
1389
|
border-right: 0
|
|
1255
1390
|
}
|
|
1256
|
-
@media only screen and (min-
|
|
1391
|
+
@media only screen and (min-width: 32em) {
|
|
1257
1392
|
.Table-module_cell__EFKDW:last-child {
|
|
1258
1393
|
padding-right: 12px
|
|
1259
1394
|
}
|
|
@@ -1280,7 +1415,7 @@
|
|
|
1280
1415
|
z-index: 50;
|
|
1281
1416
|
left: 0
|
|
1282
1417
|
}
|
|
1283
|
-
@media only screen and (min-
|
|
1418
|
+
@media only screen and (min-width: 32em) {
|
|
1284
1419
|
.Table-module_fixedColumn__E1hN5 {
|
|
1285
1420
|
position: static
|
|
1286
1421
|
}
|
|
@@ -1301,7 +1436,7 @@
|
|
|
1301
1436
|
|
|
1302
1437
|
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1303
1438
|
}
|
|
1304
|
-
@media only screen and (min-
|
|
1439
|
+
@media only screen and (min-width: 32em) {
|
|
1305
1440
|
.Table-module_fixedColumn__E1hN5::after {
|
|
1306
1441
|
content: none
|
|
1307
1442
|
}
|
|
@@ -1345,7 +1480,7 @@
|
|
|
1345
1480
|
font-weight: 600;
|
|
1346
1481
|
line-height: 16px
|
|
1347
1482
|
}
|
|
1348
|
-
@media only screen and (min-
|
|
1483
|
+
@media only screen and (min-width: 32em) {
|
|
1349
1484
|
.Table-module_header__1exlo {
|
|
1350
1485
|
max-width: none;
|
|
1351
1486
|
padding: 9px 12px;
|
|
@@ -1356,7 +1491,7 @@
|
|
|
1356
1491
|
.Table-module_s__Vl_Eg {
|
|
1357
1492
|
min-width: 120px
|
|
1358
1493
|
}
|
|
1359
|
-
@media only screen and (min-
|
|
1494
|
+
@media only screen and (min-width: 32em) {
|
|
1360
1495
|
.Table-module_s__Vl_Eg {
|
|
1361
1496
|
width: 18%;
|
|
1362
1497
|
min-width: 0
|
|
@@ -1365,7 +1500,7 @@
|
|
|
1365
1500
|
.Table-module_m__29G9r {
|
|
1366
1501
|
min-width: 200px
|
|
1367
1502
|
}
|
|
1368
|
-
@media only screen and (min-
|
|
1503
|
+
@media only screen and (min-width: 32em) {
|
|
1369
1504
|
.Table-module_m__29G9r {
|
|
1370
1505
|
width: 30%;
|
|
1371
1506
|
min-width: 0
|
|
@@ -1375,7 +1510,7 @@
|
|
|
1375
1510
|
.Table-module_l__1ZSMc {
|
|
1376
1511
|
min-width: 336px
|
|
1377
1512
|
}
|
|
1378
|
-
@media only screen and (min-
|
|
1513
|
+
@media only screen and (min-width: 32em) {
|
|
1379
1514
|
.Table-module_l__1ZSMc {
|
|
1380
1515
|
width: 50%;
|
|
1381
1516
|
min-width: 0
|
|
@@ -1386,141 +1521,6 @@
|
|
|
1386
1521
|
min-width: 50px;
|
|
1387
1522
|
}
|
|
1388
1523
|
|
|
1389
|
-
/* Colors */
|
|
1390
|
-
/* Fonts */
|
|
1391
|
-
/* Gap */
|
|
1392
|
-
/* Media */
|
|
1393
|
-
/* 512 */
|
|
1394
|
-
/* 650 */
|
|
1395
|
-
/* 768 */
|
|
1396
|
-
/* 1024 */
|
|
1397
|
-
/* 1010 */
|
|
1398
|
-
/* 1200 */
|
|
1399
|
-
/* 511 */
|
|
1400
|
-
/* 1023 */
|
|
1401
|
-
/* Zindex */
|
|
1402
|
-
.MaterialNote-module_root__1AcYe {
|
|
1403
|
-
margin-bottom: 17px;
|
|
1404
|
-
|
|
1405
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1406
|
-
font-size: 16px;
|
|
1407
|
-
line-height: 22px;
|
|
1408
|
-
}
|
|
1409
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1410
|
-
margin-bottom: 0;
|
|
1411
|
-
}
|
|
1412
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1413
|
-
margin-bottom: 9px;
|
|
1414
|
-
}
|
|
1415
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
1416
|
-
display: block;
|
|
1417
|
-
|
|
1418
|
-
width: 120px;
|
|
1419
|
-
height: 1px;
|
|
1420
|
-
margin-bottom: 15px;
|
|
1421
|
-
|
|
1422
|
-
content: '';
|
|
1423
|
-
|
|
1424
|
-
background: #000;
|
|
1425
|
-
}
|
|
1426
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1427
|
-
margin-top: 8px;
|
|
1428
|
-
margin-bottom: 0;
|
|
1429
|
-
}
|
|
1430
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1431
|
-
text-decoration: none;
|
|
1432
|
-
|
|
1433
|
-
color: inherit;
|
|
1434
|
-
box-shadow: inset 0 -1px;
|
|
1435
|
-
}
|
|
1436
|
-
.MaterialNote-module_root__1AcYe a:hover {
|
|
1437
|
-
color: #b88b59;
|
|
1438
|
-
}
|
|
1439
|
-
.MaterialNote-module_dark__xCry-::before {
|
|
1440
|
-
background-color: #4f4f4f;
|
|
1441
|
-
}
|
|
1442
|
-
.MaterialNote-module_note_credit__PuFyX {
|
|
1443
|
-
color: #666;
|
|
1444
|
-
|
|
1445
|
-
font-size: 12px;
|
|
1446
|
-
line-height: 15px;
|
|
1447
|
-
}
|
|
1448
|
-
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1449
|
-
margin-top: 6px;
|
|
1450
|
-
}
|
|
1451
|
-
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1452
|
-
margin-top: 0;
|
|
1453
|
-
}
|
|
1454
|
-
.MaterialNote-module_note_caption__1ezSo b {
|
|
1455
|
-
font-weight: bold;
|
|
1456
|
-
}
|
|
1457
|
-
.MaterialNote-module_center__18RxI {
|
|
1458
|
-
max-width: 650px;
|
|
1459
|
-
margin-right: auto;
|
|
1460
|
-
margin-left: auto;
|
|
1461
|
-
}
|
|
1462
|
-
.MaterialNote-module_center__18RxI,
|
|
1463
|
-
.MaterialNote-module_default__1lQPl {
|
|
1464
|
-
margin-top: 25px
|
|
1465
|
-
}
|
|
1466
|
-
@media only screen and (min-device-width: 32em) {
|
|
1467
|
-
.MaterialNote-module_center__18RxI,
|
|
1468
|
-
.MaterialNote-module_default__1lQPl {
|
|
1469
|
-
margin-top: 45px
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
.MaterialNote-module_card__OWXbQ:empty,
|
|
1473
|
-
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1474
|
-
.MaterialNote-module_game__cADMe:empty {
|
|
1475
|
-
display: none;
|
|
1476
|
-
}
|
|
1477
|
-
.MaterialNote-module_slide__1ZBBq::before,
|
|
1478
|
-
.MaterialNote-module_card__OWXbQ::before,
|
|
1479
|
-
.MaterialNote-module_game__cADMe::before {
|
|
1480
|
-
content: none;
|
|
1481
|
-
}
|
|
1482
|
-
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1483
|
-
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1484
|
-
display: block;
|
|
1485
|
-
}
|
|
1486
|
-
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1487
|
-
margin-right: auto;
|
|
1488
|
-
margin-left: auto;
|
|
1489
|
-
|
|
1490
|
-
content: '';
|
|
1491
|
-
}
|
|
1492
|
-
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1493
|
-
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1494
|
-
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1495
|
-
margin-top: 0;
|
|
1496
|
-
}
|
|
1497
|
-
.MaterialNote-module_game__cADMe {
|
|
1498
|
-
margin-bottom: 0;
|
|
1499
|
-
|
|
1500
|
-
text-align: center
|
|
1501
|
-
}
|
|
1502
|
-
@media only screen and (min-device-width: 32em) {
|
|
1503
|
-
.MaterialNote-module_game__cADMe {
|
|
1504
|
-
margin-top: 25px
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
1508
|
-
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1509
|
-
color: #fff
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1513
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1514
|
-
margin-bottom: 9px;
|
|
1515
|
-
padding-top: 8px
|
|
1516
|
-
}
|
|
1517
|
-
@media only screen and (min-device-width: 32em) {
|
|
1518
|
-
.MaterialNote-module_slide__1ZBBq,
|
|
1519
|
-
.MaterialNote-module_card__OWXbQ {
|
|
1520
|
-
margin-bottom: 16px
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
1524
|
/* Colors */
|
|
1525
1525
|
/* Fonts */
|
|
1526
1526
|
/* Gap */
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1571
1571
|
fill: #000;
|
|
1572
1572
|
}
|
|
1573
|
-
@media only screen and (min-
|
|
1573
|
+
@media only screen and (min-width: 64em) {
|
|
1574
1574
|
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1575
1575
|
width: 12px
|
|
1576
1576
|
}
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
font-weight: normal;
|
|
1604
1604
|
line-height: 27px
|
|
1605
1605
|
}
|
|
1606
|
-
@media only screen and (min-
|
|
1606
|
+
@media only screen and (min-width: 48em) {
|
|
1607
1607
|
.MaterialTitle-module_root__18ku- {
|
|
1608
1608
|
font-size: 37px;
|
|
1609
1609
|
line-height: 38px
|
|
@@ -1617,12 +1617,100 @@
|
|
|
1617
1617
|
font-size: 24px;
|
|
1618
1618
|
font-weight: 700
|
|
1619
1619
|
}
|
|
1620
|
-
@media only screen and (min-
|
|
1620
|
+
@media only screen and (min-width: 48em) {
|
|
1621
1621
|
.MaterialTitle-module_secondary__3uDp4 {
|
|
1622
1622
|
font-size: 36px
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
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;
|
|
1646
|
+
}
|
|
1647
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1648
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1649
|
+
visibility: visible;
|
|
1650
|
+
|
|
1651
|
+
opacity: 1;
|
|
1652
|
+
}
|
|
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;
|
|
1667
|
+
}
|
|
1668
|
+
.Dropdown-module_root__11PNk a {
|
|
1669
|
+
display: block;
|
|
1670
|
+
|
|
1671
|
+
padding: 2px 15px;
|
|
1672
|
+
|
|
1673
|
+
text-decoration: none;
|
|
1674
|
+
|
|
1675
|
+
color: #000;
|
|
1676
|
+
box-shadow: none;
|
|
1677
|
+
}
|
|
1678
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1679
|
+
color: #000;
|
|
1680
|
+
background-color: #f7f7f7;
|
|
1681
|
+
}
|
|
1682
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1683
|
+
right: 0;
|
|
1684
|
+
left: auto
|
|
1685
|
+
}
|
|
1686
|
+
@media only screen and (min-width: 64em) {
|
|
1687
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1688
|
+
right: auto;
|
|
1689
|
+
left: 0
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
.Dropdown-module_menu__3PIqD {
|
|
1693
|
+
position: absolute;
|
|
1694
|
+
top: 100%;
|
|
1695
|
+
left: 0;
|
|
1696
|
+
|
|
1697
|
+
visibility: hidden;
|
|
1698
|
+
|
|
1699
|
+
padding-top: 6px;
|
|
1700
|
+
|
|
1701
|
+
opacity: 0;
|
|
1702
|
+
}
|
|
1703
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1704
|
+
position: absolute;
|
|
1705
|
+
z-index: -1;
|
|
1706
|
+
top: -10px;
|
|
1707
|
+
right: -10px;
|
|
1708
|
+
bottom: -10px;
|
|
1709
|
+
left: -10px;
|
|
1710
|
+
|
|
1711
|
+
content: '';
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1626
1714
|
/* Colors */
|
|
1627
1715
|
/* Fonts */
|
|
1628
1716
|
/* Gap */
|
|
@@ -1655,7 +1743,7 @@
|
|
|
1655
1743
|
|
|
1656
1744
|
list-style: none
|
|
1657
1745
|
}
|
|
1658
|
-
@media only screen and (min-
|
|
1746
|
+
@media only screen and (min-width: 64em) {
|
|
1659
1747
|
.Toolbar-module_list__1n5ny {
|
|
1660
1748
|
margin: 0 0 0 -15px
|
|
1661
1749
|
}
|
|
@@ -1676,7 +1764,7 @@
|
|
|
1676
1764
|
|
|
1677
1765
|
line-height: 1
|
|
1678
1766
|
}
|
|
1679
|
-
@media only screen and (min-
|
|
1767
|
+
@media only screen and (min-width: 64em) {
|
|
1680
1768
|
.Toolbar-module_item__36x7d {
|
|
1681
1769
|
padding-right: 15px;
|
|
1682
1770
|
padding-left: 15px
|
|
@@ -1715,7 +1803,7 @@
|
|
|
1715
1803
|
.Toolbar-module_game__5-jY_ {
|
|
1716
1804
|
margin-top: 11px
|
|
1717
1805
|
}
|
|
1718
|
-
@media only screen and (min-
|
|
1806
|
+
@media only screen and (min-width: 32em) {
|
|
1719
1807
|
.Toolbar-module_game__5-jY_ {
|
|
1720
1808
|
margin-top: 18px
|
|
1721
1809
|
}
|
|
@@ -1724,7 +1812,7 @@
|
|
|
1724
1812
|
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1725
1813
|
justify-content: center
|
|
1726
1814
|
}
|
|
1727
|
-
@media only screen and (min-
|
|
1815
|
+
@media only screen and (min-width: 32em) {
|
|
1728
1816
|
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1729
1817
|
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1730
1818
|
display: -webkit-box;
|
|
@@ -1734,124 +1822,36 @@
|
|
|
1734
1822
|
}
|
|
1735
1823
|
}
|
|
1736
1824
|
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1737
|
-
width: 260px
|
|
1738
|
-
}
|
|
1739
|
-
@media only screen and (min-device-width: 32em) {
|
|
1740
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1741
|
-
width: auto
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1745
|
-
content: none
|
|
1746
|
-
}
|
|
1747
|
-
@media only screen and (min-device-width: 32em) {
|
|
1748
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1749
|
-
content: ''
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1753
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1754
|
-
content: none;
|
|
1755
|
-
}
|
|
1756
|
-
@media only screen and (min-device-width: 64em) {
|
|
1757
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1758
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1759
|
-
margin-left: 0
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1763
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1764
|
-
}
|
|
1765
|
-
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1766
|
-
display: none;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
/* Colors */
|
|
1770
|
-
/* Fonts */
|
|
1771
|
-
/* Gap */
|
|
1772
|
-
/* Media */
|
|
1773
|
-
/* 512 */
|
|
1774
|
-
/* 650 */
|
|
1775
|
-
/* 768 */
|
|
1776
|
-
/* 1024 */
|
|
1777
|
-
/* 1010 */
|
|
1778
|
-
/* 1200 */
|
|
1779
|
-
/* 511 */
|
|
1780
|
-
/* 1023 */
|
|
1781
|
-
/* Zindex */
|
|
1782
|
-
.Dropdown-module_root__11PNk {
|
|
1783
|
-
position: relative;
|
|
1784
|
-
z-index: 100;
|
|
1785
|
-
|
|
1786
|
-
display: inline-block;
|
|
1787
|
-
|
|
1788
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1789
|
-
}
|
|
1790
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1791
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1792
|
-
visibility: visible;
|
|
1793
|
-
|
|
1794
|
-
opacity: 1;
|
|
1795
|
-
}
|
|
1796
|
-
.Dropdown-module_root__11PNk ul {
|
|
1797
|
-
overflow: hidden;
|
|
1798
|
-
|
|
1799
|
-
width: 162px;
|
|
1800
|
-
margin: 0;
|
|
1801
|
-
padding: 3px 0;
|
|
1802
|
-
|
|
1803
|
-
border-radius: 5px;
|
|
1804
|
-
background: #fff;
|
|
1805
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1806
|
-
|
|
1807
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1808
|
-
font-size: 14px;
|
|
1809
|
-
line-height: 26px;
|
|
1810
|
-
}
|
|
1811
|
-
.Dropdown-module_root__11PNk a {
|
|
1812
|
-
display: block;
|
|
1813
|
-
|
|
1814
|
-
padding: 2px 15px;
|
|
1815
|
-
|
|
1816
|
-
text-decoration: none;
|
|
1817
|
-
|
|
1818
|
-
color: #000;
|
|
1819
|
-
box-shadow: none;
|
|
1825
|
+
width: 260px
|
|
1820
1826
|
}
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1827
|
+
@media only screen and (min-width: 32em) {
|
|
1828
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1829
|
+
width: auto
|
|
1824
1830
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1831
|
+
}
|
|
1832
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1833
|
+
content: none
|
|
1828
1834
|
}
|
|
1829
|
-
@media only screen and (min-
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1832
|
-
left: 0
|
|
1835
|
+
@media only screen and (min-width: 32em) {
|
|
1836
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1837
|
+
content: ''
|
|
1833
1838
|
}
|
|
1834
1839
|
}
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
left: 0;
|
|
1839
|
-
|
|
1840
|
-
visibility: hidden;
|
|
1841
|
-
|
|
1842
|
-
padding-top: 6px;
|
|
1843
|
-
|
|
1844
|
-
opacity: 0;
|
|
1840
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1841
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1842
|
+
content: none;
|
|
1845
1843
|
}
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1844
|
+
@media only screen and (min-width: 64em) {
|
|
1845
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1846
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1847
|
+
margin-left: 0
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1851
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1852
|
+
}
|
|
1853
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1854
|
+
display: none;
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
/* Colors */
|
|
@@ -2108,12 +2108,12 @@
|
|
|
2108
2108
|
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2109
2109
|
text-align: left;
|
|
2110
2110
|
}
|
|
2111
|
-
@media only screen and (min-
|
|
2111
|
+
@media only screen and (min-width: 64em) {
|
|
2112
2112
|
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2113
2113
|
text-align: left
|
|
2114
2114
|
}
|
|
2115
2115
|
}
|
|
2116
|
-
@media only screen and (min-
|
|
2116
|
+
@media only screen and (min-width: 32em) {
|
|
2117
2117
|
.Meta-module_episode__1K2Xv,
|
|
2118
2118
|
.Meta-module_card__LE1RK,
|
|
2119
2119
|
.Meta-module_slide__3g6fG,
|
|
@@ -2141,7 +2141,7 @@
|
|
|
2141
2141
|
align-items: center;
|
|
2142
2142
|
flex-flow: row wrap
|
|
2143
2143
|
}
|
|
2144
|
-
@media only screen and (min-
|
|
2144
|
+
@media only screen and (min-width: 48em) {
|
|
2145
2145
|
.Meta-module_episode__1K2Xv,
|
|
2146
2146
|
.Meta-module_card__LE1RK,
|
|
2147
2147
|
.Meta-module_slide__3g6fG,
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
display: block
|
|
2150
2150
|
}
|
|
2151
2151
|
}
|
|
2152
|
-
@media only screen and (max-
|
|
2152
|
+
@media only screen and (max-width: 32.1875em) {
|
|
2153
2153
|
.Meta-module_hasSource__2lXiN {
|
|
2154
2154
|
display: -webkit-box;
|
|
2155
2155
|
display: -webkit-flex;
|
|
@@ -2164,13 +2164,13 @@
|
|
|
2164
2164
|
right: -12px;
|
|
2165
2165
|
bottom: -4px
|
|
2166
2166
|
}
|
|
2167
|
-
@media only screen and (min-
|
|
2167
|
+
@media only screen and (min-width: 32em) {
|
|
2168
2168
|
.Meta-module_bookmark__3ot3k {
|
|
2169
2169
|
display: none
|
|
2170
2170
|
}
|
|
2171
2171
|
}
|
|
2172
2172
|
/* VISIBILITY */
|
|
2173
|
-
@media only screen and (min-
|
|
2173
|
+
@media only screen and (min-width: 32em) {
|
|
2174
2174
|
.Meta-module_mobile__22LGV {
|
|
2175
2175
|
display: none
|
|
2176
2176
|
}
|
|
@@ -2178,7 +2178,7 @@
|
|
|
2178
2178
|
.Meta-module_desktop__1ZGUS {
|
|
2179
2179
|
display: none
|
|
2180
2180
|
}
|
|
2181
|
-
@media only screen and (min-
|
|
2181
|
+
@media only screen and (min-width: 32em) {
|
|
2182
2182
|
.Meta-module_desktop__1ZGUS {
|
|
2183
2183
|
display: block
|
|
2184
2184
|
}
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
font-size: 18px;
|
|
2226
2226
|
line-height: 24px
|
|
2227
2227
|
}
|
|
2228
|
-
@media only screen and (min-
|
|
2228
|
+
@media only screen and (min-width: 32em) {
|
|
2229
2229
|
.QuoteBlock-module_root__2GrcC {
|
|
2230
2230
|
margin: 0 0 20px;
|
|
2231
2231
|
padding-left: 38px;
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
margin-top: -14px;
|
|
2239
2239
|
padding-top: 14px
|
|
2240
2240
|
}
|
|
2241
|
-
@media only screen and (min-
|
|
2241
|
+
@media only screen and (min-width: 32em) {
|
|
2242
2242
|
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2243
2243
|
margin-top: -20px;
|
|
2244
2244
|
padding-top: 20px
|
|
@@ -2260,7 +2260,7 @@
|
|
|
2260
2260
|
border-radius: 2px;
|
|
2261
2261
|
background-color: #ebebeb
|
|
2262
2262
|
}
|
|
2263
|
-
@media only screen and (min-
|
|
2263
|
+
@media only screen and (min-width: 32em) {
|
|
2264
2264
|
.QuoteBlock-module_root__2GrcC:before {
|
|
2265
2265
|
top: 4px;
|
|
2266
2266
|
bottom: 6px
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
.CardTitle-module_root__1uqqF {
|
|
2305
2305
|
margin-bottom: 11px
|
|
2306
2306
|
}
|
|
2307
|
-
@media only screen and (min-
|
|
2307
|
+
@media only screen and (min-width: 64em) {
|
|
2308
2308
|
.CardTitle-module_root__1uqqF {
|
|
2309
2309
|
margin-bottom: 10px;
|
|
2310
2310
|
|
|
@@ -2329,14 +2329,14 @@
|
|
|
2329
2329
|
font-weight: 700;
|
|
2330
2330
|
line-height: 24px
|
|
2331
2331
|
}
|
|
2332
|
-
@media only screen and (min-
|
|
2332
|
+
@media only screen and (min-width: 64em) {
|
|
2333
2333
|
.CardTitle-module_title__2iTI6 {
|
|
2334
2334
|
font-size: 28px;
|
|
2335
2335
|
line-height: 34px
|
|
2336
2336
|
}
|
|
2337
2337
|
}
|
|
2338
2338
|
/* VISIBILITY */
|
|
2339
|
-
@media only screen and (min-
|
|
2339
|
+
@media only screen and (min-width: 32em) {
|
|
2340
2340
|
.CardTitle-module_mobile__1_kij {
|
|
2341
2341
|
display: none
|
|
2342
2342
|
}
|
|
@@ -2344,7 +2344,7 @@
|
|
|
2344
2344
|
.CardTitle-module_desktop__1l3_n {
|
|
2345
2345
|
display: none
|
|
2346
2346
|
}
|
|
2347
|
-
@media only screen and (min-
|
|
2347
|
+
@media only screen and (min-width: 32em) {
|
|
2348
2348
|
.CardTitle-module_desktop__1l3_n {
|
|
2349
2349
|
display: block
|
|
2350
2350
|
}
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
|
|
2369
2369
|
margin: 38px auto 7px
|
|
2370
2370
|
}
|
|
2371
|
-
@media only screen and (min-
|
|
2371
|
+
@media only screen and (min-width: 32em) {
|
|
2372
2372
|
.ChapterBlock-module_root__1WyVn {
|
|
2373
2373
|
max-width: 650px;
|
|
2374
2374
|
margin-top: 70px
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
font-weight: 600;
|
|
2393
2393
|
line-height: 12px
|
|
2394
2394
|
}
|
|
2395
|
-
@media only screen and (min-
|
|
2395
|
+
@media only screen and (min-width: 32em) {
|
|
2396
2396
|
.ChapterBlock-module_subtitle__3TXll {
|
|
2397
2397
|
font-size: 13px;
|
|
2398
2398
|
line-height: 16px
|
|
@@ -2408,13 +2408,13 @@
|
|
|
2408
2408
|
|
|
2409
2409
|
border-bottom: 1px solid #ccc
|
|
2410
2410
|
}
|
|
2411
|
-
@media only screen and (min-
|
|
2411
|
+
@media only screen and (min-width: 32em) {
|
|
2412
2412
|
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2413
2413
|
padding: 0 0 6px
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
2416
|
/* VISIBILITY */
|
|
2417
|
-
@media only screen and (min-
|
|
2417
|
+
@media only screen and (min-width: 32em) {
|
|
2418
2418
|
.ChapterBlock-module_mobile__CiO0w {
|
|
2419
2419
|
display: none
|
|
2420
2420
|
}
|
|
@@ -2422,7 +2422,7 @@
|
|
|
2422
2422
|
.ChapterBlock-module_desktop__tk1Nk {
|
|
2423
2423
|
display: none
|
|
2424
2424
|
}
|
|
2425
|
-
@media only screen and (min-
|
|
2425
|
+
@media only screen and (min-width: 32em) {
|
|
2426
2426
|
.ChapterBlock-module_desktop__tk1Nk {
|
|
2427
2427
|
display: block
|
|
2428
2428
|
}
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
border-radius: 8px;
|
|
2534
2534
|
}
|
|
2535
2535
|
/* VISIBILITY */
|
|
2536
|
-
@media only screen and (min-
|
|
2536
|
+
@media only screen and (min-width: 32em) {
|
|
2537
2537
|
.Cover-module_mobile__5DKa1 {
|
|
2538
2538
|
display: none
|
|
2539
2539
|
}
|
|
@@ -2541,7 +2541,7 @@
|
|
|
2541
2541
|
.Cover-module_desktop__2mrOc {
|
|
2542
2542
|
display: none
|
|
2543
2543
|
}
|
|
2544
|
-
@media only screen and (min-
|
|
2544
|
+
@media only screen and (min-width: 32em) {
|
|
2545
2545
|
.Cover-module_desktop__2mrOc {
|
|
2546
2546
|
display: block
|
|
2547
2547
|
}
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
display: flex;
|
|
2573
2573
|
flex-flow: column nowrap
|
|
2574
2574
|
}
|
|
2575
|
-
@media only screen and (min-
|
|
2575
|
+
@media only screen and (min-width: 64em) {
|
|
2576
2576
|
.HalfBlock-module_main__2XX73 {
|
|
2577
2577
|
align-items: center;
|
|
2578
2578
|
flex-flow: row nowrap
|
|
@@ -2584,12 +2584,12 @@
|
|
|
2584
2584
|
max-width: 860px;
|
|
2585
2585
|
margin: 0 auto
|
|
2586
2586
|
}
|
|
2587
|
-
@media only screen and (min-
|
|
2587
|
+
@media only screen and (min-width: 48em) {
|
|
2588
2588
|
.HalfBlock-module_body__3MnEN {
|
|
2589
2589
|
text-align: center
|
|
2590
2590
|
}
|
|
2591
2591
|
}
|
|
2592
|
-
@media only screen and (min-
|
|
2592
|
+
@media only screen and (min-width: 64em) {
|
|
2593
2593
|
.HalfBlock-module_body__3MnEN {
|
|
2594
2594
|
align-items: flex-start;
|
|
2595
2595
|
justify-content: center;
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
margin: 0 auto;
|
|
2610
2610
|
padding-top: 3px
|
|
2611
2611
|
}
|
|
2612
|
-
@media only screen and (min-
|
|
2612
|
+
@media only screen and (min-width: 64em) {
|
|
2613
2613
|
.HalfBlock-module_footer__1C0yp {
|
|
2614
2614
|
max-width: 1000px;
|
|
2615
2615
|
margin: auto;
|
|
@@ -2624,19 +2624,19 @@
|
|
|
2624
2624
|
margin: 0 -20px 0;
|
|
2625
2625
|
margin-top: 18px
|
|
2626
2626
|
}
|
|
2627
|
-
@media only screen and (min-
|
|
2627
|
+
@media only screen and (min-width: 32em) {
|
|
2628
2628
|
.HalfBlock-module_image__2lYel {
|
|
2629
2629
|
margin: 31px 0 -5px
|
|
2630
2630
|
}
|
|
2631
2631
|
}
|
|
2632
|
-
@media only screen and (min-
|
|
2632
|
+
@media only screen and (min-width: 64em) {
|
|
2633
2633
|
.HalfBlock-module_image__2lYel {
|
|
2634
2634
|
width: 50%;
|
|
2635
2635
|
margin: 0
|
|
2636
2636
|
}
|
|
2637
2637
|
}
|
|
2638
2638
|
/* VISIBILITY */
|
|
2639
|
-
@media only screen and (min-
|
|
2639
|
+
@media only screen and (min-width: 32em) {
|
|
2640
2640
|
.HalfBlock-module_mobile__2latf {
|
|
2641
2641
|
display: none
|
|
2642
2642
|
}
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
.HalfBlock-module_desktop__3B1Ej {
|
|
2645
2645
|
display: none
|
|
2646
2646
|
}
|
|
2647
|
-
@media only screen and (min-
|
|
2647
|
+
@media only screen and (min-width: 32em) {
|
|
2648
2648
|
.HalfBlock-module_desktop__3B1Ej {
|
|
2649
2649
|
display: block
|
|
2650
2650
|
}
|
|
@@ -2667,7 +2667,7 @@
|
|
|
2667
2667
|
max-width: 644px;
|
|
2668
2668
|
margin: 15px auto 0
|
|
2669
2669
|
}
|
|
2670
|
-
@media only screen and (min-
|
|
2670
|
+
@media only screen and (min-width: 48em) {
|
|
2671
2671
|
.GroupedBlock-module_root__2qfQA {
|
|
2672
2672
|
max-width: none;
|
|
2673
2673
|
margin-top: 25px;
|
|
@@ -2677,7 +2677,7 @@
|
|
|
2677
2677
|
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2678
2678
|
margin-bottom: 15px;
|
|
2679
2679
|
}
|
|
2680
|
-
@media only screen and (min-
|
|
2680
|
+
@media only screen and (min-width: 48em) {
|
|
2681
2681
|
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2682
2682
|
margin-top: 25px
|
|
2683
2683
|
}
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
flex-direction: column;
|
|
2694
2694
|
flex-wrap: nowrap
|
|
2695
2695
|
}
|
|
2696
|
-
@media only screen and (min-
|
|
2696
|
+
@media only screen and (min-width: 48em) {
|
|
2697
2697
|
.GroupedBlock-module_items__2DV2X {
|
|
2698
2698
|
flex-direction: row
|
|
2699
2699
|
}
|
|
@@ -2706,14 +2706,14 @@
|
|
|
2706
2706
|
max-width: 100%;
|
|
2707
2707
|
margin-bottom: 20px
|
|
2708
2708
|
}
|
|
2709
|
-
@media only screen and (min-
|
|
2709
|
+
@media only screen and (min-width: 48em) {
|
|
2710
2710
|
.GroupedBlock-module_item__3sz9_ {
|
|
2711
2711
|
min-width: 0;
|
|
2712
2712
|
max-width: none;
|
|
2713
2713
|
margin-bottom: 0
|
|
2714
2714
|
}
|
|
2715
2715
|
}
|
|
2716
|
-
@media only screen and (min-
|
|
2716
|
+
@media only screen and (min-width: 48em) {
|
|
2717
2717
|
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2718
2718
|
margin-left: 15px
|
|
2719
2719
|
}
|
|
@@ -2724,7 +2724,7 @@
|
|
|
2724
2724
|
margin-left: auto;
|
|
2725
2725
|
}
|
|
2726
2726
|
/* DISPLAY */
|
|
2727
|
-
@media only screen and (min-
|
|
2727
|
+
@media only screen and (min-width: 48em) {
|
|
2728
2728
|
.GroupedBlock-module_default__3ylw_ {
|
|
2729
2729
|
max-width: 650px
|
|
2730
2730
|
}
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
max-width: 1680px;
|
|
2737
2737
|
}
|
|
2738
2738
|
/* VISIBILITY */
|
|
2739
|
-
@media only screen and (min-
|
|
2739
|
+
@media only screen and (min-width: 32em) {
|
|
2740
2740
|
.GroupedBlock-module_mobile__3n8Ub {
|
|
2741
2741
|
display: none
|
|
2742
2742
|
}
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
.GroupedBlock-module_desktop__6ZRpA {
|
|
2745
2745
|
display: none
|
|
2746
2746
|
}
|
|
2747
|
-
@media only screen and (min-
|
|
2747
|
+
@media only screen and (min-width: 32em) {
|
|
2748
2748
|
.GroupedBlock-module_desktop__6ZRpA {
|
|
2749
2749
|
display: block
|
|
2750
2750
|
}
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
font-weight: normal;
|
|
2779
2779
|
line-height: 20px
|
|
2780
2780
|
}
|
|
2781
|
-
@media only screen and (min-
|
|
2781
|
+
@media only screen and (min-width: 32em) {
|
|
2782
2782
|
.ImportantLead-module_root__2BdT3 {
|
|
2783
2783
|
margin: 25px 0;
|
|
2784
2784
|
padding: 12px 15px 13px;
|
|
@@ -2807,7 +2807,7 @@
|
|
|
2807
2807
|
margin-left: auto;
|
|
2808
2808
|
}
|
|
2809
2809
|
/* VISIBILITY */
|
|
2810
|
-
@media only screen and (min-
|
|
2810
|
+
@media only screen and (min-width: 32em) {
|
|
2811
2811
|
.ImportantLead-module_mobile__3BXbm {
|
|
2812
2812
|
display: none
|
|
2813
2813
|
}
|
|
@@ -2815,7 +2815,7 @@
|
|
|
2815
2815
|
.ImportantLead-module_desktop__3Zljc {
|
|
2816
2816
|
display: none
|
|
2817
2817
|
}
|
|
2818
|
-
@media only screen and (min-
|
|
2818
|
+
@media only screen and (min-width: 32em) {
|
|
2819
2819
|
.ImportantLead-module_desktop__3Zljc {
|
|
2820
2820
|
display: block
|
|
2821
2821
|
}
|
|
@@ -2845,13 +2845,13 @@
|
|
|
2845
2845
|
font-size: 18px;
|
|
2846
2846
|
line-height: 24px
|
|
2847
2847
|
}
|
|
2848
|
-
@media only screen and (min-
|
|
2848
|
+
@media only screen and (min-width: 32em) {
|
|
2849
2849
|
.ListBlock-module_root__3Q3Ga {
|
|
2850
2850
|
font-size: 20px;
|
|
2851
2851
|
line-height: 28px
|
|
2852
2852
|
}
|
|
2853
2853
|
}
|
|
2854
|
-
@media only screen and (min-
|
|
2854
|
+
@media only screen and (min-width: 48em) {
|
|
2855
2855
|
.ListBlock-module_root__3Q3Ga {
|
|
2856
2856
|
margin: 20px 0
|
|
2857
2857
|
}
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
font-weight: inherit;
|
|
2885
2885
|
font-style: inherit
|
|
2886
2886
|
}
|
|
2887
|
-
@media only screen and (min-
|
|
2887
|
+
@media only screen and (min-width: 32em) {
|
|
2888
2888
|
.ListBlock-module_root__3Q3Ga mark {
|
|
2889
2889
|
padding-bottom: 1px
|
|
2890
2890
|
}
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
.ListBlock-module_ul__2MRrS li {
|
|
2914
2914
|
padding: 0 0 0 23px
|
|
2915
2915
|
}
|
|
2916
|
-
@media only screen and (min-
|
|
2916
|
+
@media only screen and (min-width: 48em) {
|
|
2917
2917
|
.ListBlock-module_ul__2MRrS li {
|
|
2918
2918
|
padding: 0 0 0 38px
|
|
2919
2919
|
}
|
|
@@ -2936,54 +2936,301 @@
|
|
|
2936
2936
|
font-size: 18px;
|
|
2937
2937
|
line-height: inherit
|
|
2938
2938
|
}
|
|
2939
|
-
@media only screen and (min-
|
|
2939
|
+
@media only screen and (min-width: 48em) {
|
|
2940
2940
|
.ListBlock-module_ul__2MRrS li::before {
|
|
2941
2941
|
left: 0;
|
|
2942
2942
|
|
|
2943
|
-
width: 36px;
|
|
2943
|
+
width: 36px;
|
|
2944
|
+
|
|
2945
|
+
text-align: center;
|
|
2946
|
+
|
|
2947
|
+
font-size: 20px
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
.ListBlock-module_center__tdIwd {
|
|
2951
|
+
max-width: 650px;
|
|
2952
|
+
margin-right: auto;
|
|
2953
|
+
margin-left: auto;
|
|
2954
|
+
}
|
|
2955
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2956
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2957
|
+
font-size: 16px;
|
|
2958
|
+
line-height: 20px
|
|
2959
|
+
}
|
|
2960
|
+
@media only screen and (min-width: 48em) {
|
|
2961
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2962
|
+
font-size: 17px;
|
|
2963
|
+
line-height: 24px
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2967
|
+
color: inherit;
|
|
2968
|
+
}
|
|
2969
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2970
|
+
color: #b88b59;
|
|
2971
|
+
}
|
|
2972
|
+
/* VISIBILITY */
|
|
2973
|
+
@media only screen and (min-width: 32em) {
|
|
2974
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2975
|
+
display: none
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2979
|
+
display: none
|
|
2980
|
+
}
|
|
2981
|
+
@media only screen and (min-width: 32em) {
|
|
2982
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2983
|
+
display: block
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2987
|
+
/* Colors */
|
|
2988
|
+
/* Fonts */
|
|
2989
|
+
/* Gap */
|
|
2990
|
+
/* Media */
|
|
2991
|
+
/* 512 */
|
|
2992
|
+
/* 650 */
|
|
2993
|
+
/* 768 */
|
|
2994
|
+
/* 1024 */
|
|
2995
|
+
/* 1010 */
|
|
2996
|
+
/* 1200 */
|
|
2997
|
+
/* 511 */
|
|
2998
|
+
/* 1023 */
|
|
2999
|
+
/* Zindex */
|
|
3000
|
+
.RichTitle-module_root__BK_WT {
|
|
3001
|
+
margin: 0 0 18px;
|
|
3002
|
+
|
|
3003
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3004
|
+
font-size: 19px;
|
|
3005
|
+
font-weight: 700;
|
|
3006
|
+
line-height: 23px
|
|
3007
|
+
}
|
|
3008
|
+
@media only screen and (min-width: 48em) {
|
|
3009
|
+
.RichTitle-module_root__BK_WT {
|
|
3010
|
+
margin-bottom: 15px;
|
|
3011
|
+
|
|
3012
|
+
font-size: 37px;
|
|
3013
|
+
line-height: 42px
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3017
|
+
margin-bottom: 0;
|
|
3018
|
+
}
|
|
3019
|
+
.RichTitle-module_root__BK_WT span {
|
|
3020
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3021
|
+
font-size: 20px;
|
|
3022
|
+
font-weight: normal
|
|
3023
|
+
}
|
|
3024
|
+
@media only screen and (min-width: 48em) {
|
|
3025
|
+
.RichTitle-module_root__BK_WT span {
|
|
3026
|
+
font-size: 38px
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
@media only screen and (min-width: 32em) {
|
|
3030
|
+
.RichTitle-module_slide__1A-gB,
|
|
3031
|
+
.RichTitle-module_game__1g8Bn {
|
|
3032
|
+
text-align: center
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
@media only screen and (min-width: 64em) {
|
|
3036
|
+
.RichTitle-module_half__10GRI {
|
|
3037
|
+
font-size: 33px;
|
|
3038
|
+
line-height: 36px
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
@media only screen and (min-width: 64em) {
|
|
3042
|
+
.RichTitle-module_half__10GRI span {
|
|
3043
|
+
font-size: 34px
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3047
|
+
padding-top: 9px;
|
|
3048
|
+
}
|
|
3049
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3050
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3051
|
+
letter-spacing: 0.3px;
|
|
3052
|
+
|
|
3053
|
+
font-size: 28px;
|
|
3054
|
+
line-height: 30px
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3058
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3059
|
+
display: block;
|
|
3060
|
+
|
|
3061
|
+
padding-top: 2px;
|
|
3062
|
+
|
|
3063
|
+
font-size: 18px;
|
|
3064
|
+
line-height: 24px
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
@media only screen and (min-width: 64em) {
|
|
3068
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3069
|
+
margin-bottom: 18px
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3073
|
+
font-size: 19px;
|
|
3074
|
+
line-height: 23px
|
|
3075
|
+
}
|
|
3076
|
+
@media only screen and (min-width: 64em) {
|
|
3077
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3078
|
+
font-size: 1.3rem;
|
|
3079
|
+
line-height: 1.6rem
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3083
|
+
font-size: 20px
|
|
3084
|
+
}
|
|
3085
|
+
@media only screen and (min-width: 64em) {
|
|
3086
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3087
|
+
font-size: 1.35rem
|
|
3088
|
+
}
|
|
3089
|
+
}
|
|
3090
|
+
@media only screen and (min-width: 32em) {
|
|
3091
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3092
|
+
display: none
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3096
|
+
display: none
|
|
3097
|
+
}
|
|
3098
|
+
@media only screen and (min-width: 32em) {
|
|
3099
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3100
|
+
display: block
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
/* Colors */
|
|
3105
|
+
/* Fonts */
|
|
3106
|
+
/* Gap */
|
|
3107
|
+
/* Media */
|
|
3108
|
+
/* 512 */
|
|
3109
|
+
/* 650 */
|
|
3110
|
+
/* 768 */
|
|
3111
|
+
/* 1024 */
|
|
3112
|
+
/* 1010 */
|
|
3113
|
+
/* 1200 */
|
|
3114
|
+
/* 511 */
|
|
3115
|
+
/* 1023 */
|
|
3116
|
+
/* Zindex */
|
|
3117
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3118
|
+
margin: 16px 0;
|
|
3119
|
+
|
|
3120
|
+
border-radius: 8px;
|
|
3121
|
+
background-color: #f5f5f5;
|
|
3122
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3123
|
+
}
|
|
3124
|
+
@media only screen and (min-width: 48em) {
|
|
3125
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3126
|
+
margin: 25px 0
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3130
|
+
margin-bottom: 0;
|
|
3131
|
+
}
|
|
3132
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3133
|
+
margin-top: 0;
|
|
3134
|
+
}
|
|
3135
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3136
|
+
display: block;
|
|
3137
|
+
|
|
3138
|
+
padding: 12px 12px 13px;
|
|
3139
|
+
|
|
3140
|
+
transition: color 0.15s;
|
|
3141
|
+
text-decoration: none;
|
|
3142
|
+
|
|
3143
|
+
color: #000;
|
|
3144
|
+
box-shadow: none;
|
|
3145
|
+
|
|
3146
|
+
font-size: 17px;
|
|
3147
|
+
line-height: 20px
|
|
3148
|
+
}
|
|
3149
|
+
@media only screen and (min-width: 48em) {
|
|
3150
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3151
|
+
padding: 15px 20px 17px;
|
|
3152
|
+
|
|
3153
|
+
font-size: 19px;
|
|
3154
|
+
line-height: 23px
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3158
|
+
color: #5c5c5c;
|
|
3159
|
+
}
|
|
3160
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3161
|
+
margin: 0;
|
|
3162
|
+
padding: 14px 12px 3px;
|
|
3163
|
+
|
|
3164
|
+
letter-spacing: 1px;
|
|
3165
|
+
text-transform: uppercase;
|
|
3166
|
+
|
|
3167
|
+
color: #7F7F7F;
|
|
2944
3168
|
|
|
2945
|
-
|
|
3169
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3170
|
+
font-size: 12px;
|
|
3171
|
+
font-weight: 600;
|
|
3172
|
+
line-height: 17px
|
|
3173
|
+
}
|
|
3174
|
+
@media only screen and (min-width: 48em) {
|
|
3175
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3176
|
+
padding: 20px 20px 14px;
|
|
2946
3177
|
|
|
2947
|
-
font-size:
|
|
3178
|
+
font-size: 14px;
|
|
3179
|
+
line-height: 16px
|
|
2948
3180
|
}
|
|
2949
3181
|
}
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
3182
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3183
|
+
margin: 0;
|
|
3184
|
+
padding-left: 0;
|
|
3185
|
+
|
|
3186
|
+
list-style: none;
|
|
2954
3187
|
}
|
|
2955
|
-
.
|
|
3188
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3189
|
+
padding: 0;
|
|
3190
|
+
}
|
|
3191
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3192
|
+
border-top: 1px solid #e6e6e6;
|
|
3193
|
+
}
|
|
3194
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2956
3195
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2957
3196
|
font-size: 16px;
|
|
2958
|
-
|
|
3197
|
+
font-weight: 700;
|
|
3198
|
+
line-height: 18px
|
|
2959
3199
|
}
|
|
2960
|
-
@media only screen and (min-
|
|
2961
|
-
.
|
|
2962
|
-
font-size:
|
|
2963
|
-
line-height: 24px
|
|
3200
|
+
@media only screen and (min-width: 48em) {
|
|
3201
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3202
|
+
font-size: 18px
|
|
2964
3203
|
}
|
|
2965
3204
|
}
|
|
2966
|
-
.
|
|
2967
|
-
color: inherit;
|
|
3205
|
+
.RelatedBlock-module_simple__29HVO {
|
|
2968
3206
|
}
|
|
2969
|
-
.
|
|
2970
|
-
|
|
3207
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3208
|
+
max-width: 650px;
|
|
3209
|
+
margin-right: auto;
|
|
3210
|
+
margin-left: auto;
|
|
3211
|
+
}
|
|
3212
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3213
|
+
margin-top: 0;
|
|
3214
|
+
}
|
|
3215
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3216
|
+
margin-bottom: 0;
|
|
2971
3217
|
}
|
|
2972
3218
|
/* VISIBILITY */
|
|
2973
|
-
@media only screen and (min-
|
|
2974
|
-
.
|
|
3219
|
+
@media only screen and (min-width: 32em) {
|
|
3220
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
2975
3221
|
display: none
|
|
2976
3222
|
}
|
|
2977
3223
|
}
|
|
2978
|
-
.
|
|
3224
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2979
3225
|
display: none
|
|
2980
3226
|
}
|
|
2981
|
-
@media only screen and (min-
|
|
2982
|
-
.
|
|
3227
|
+
@media only screen and (min-width: 32em) {
|
|
3228
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2983
3229
|
display: block
|
|
2984
3230
|
}
|
|
2985
3231
|
}
|
|
2986
3232
|
|
|
3233
|
+
|
|
2987
3234
|
/* Colors */
|
|
2988
3235
|
/* Fonts */
|
|
2989
3236
|
/* Gap */
|
|
@@ -3010,7 +3257,7 @@ span[data-body] {
|
|
|
3010
3257
|
background: #F8F8F8;
|
|
3011
3258
|
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3
|
|
3012
3259
|
}
|
|
3013
|
-
@media only screen and (min-
|
|
3260
|
+
@media only screen and (min-width: 48em) {
|
|
3014
3261
|
span[data-body] {
|
|
3015
3262
|
padding-bottom: 1px
|
|
3016
3263
|
}
|
|
@@ -3040,7 +3287,7 @@ span[data-highlight='true']:hover {
|
|
|
3040
3287
|
font-size: 18px;
|
|
3041
3288
|
line-height: 24px
|
|
3042
3289
|
}
|
|
3043
|
-
@media only screen and (min-
|
|
3290
|
+
@media only screen and (min-width: 32em) {
|
|
3044
3291
|
.SimpleBlock-module_p__Q3azD {
|
|
3045
3292
|
margin: 0 0 20px;
|
|
3046
3293
|
|
|
@@ -3093,7 +3340,7 @@ span[data-highlight='true']:hover {
|
|
|
3093
3340
|
font-weight: bold;
|
|
3094
3341
|
line-height: 28px
|
|
3095
3342
|
}
|
|
3096
|
-
@media only screen and (min-
|
|
3343
|
+
@media only screen and (min-width: 32em) {
|
|
3097
3344
|
.SimpleBlock-module_h2__S0LRs {
|
|
3098
3345
|
margin: 0 0 45px;
|
|
3099
3346
|
|
|
@@ -3104,7 +3351,7 @@ span[data-highlight='true']:hover {
|
|
|
3104
3351
|
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3105
3352
|
margin-top: 15px
|
|
3106
3353
|
}
|
|
3107
|
-
@media only screen and (min-
|
|
3354
|
+
@media only screen and (min-width: 32em) {
|
|
3108
3355
|
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3109
3356
|
margin-top: -20px
|
|
3110
3357
|
}
|
|
@@ -3118,7 +3365,7 @@ span[data-highlight='true']:hover {
|
|
|
3118
3365
|
font-weight: bold;
|
|
3119
3366
|
line-height: 24px
|
|
3120
3367
|
}
|
|
3121
|
-
@media only screen and (min-
|
|
3368
|
+
@media only screen and (min-width: 32em) {
|
|
3122
3369
|
.SimpleBlock-module_h3__2Kv7Y {
|
|
3123
3370
|
margin-top: 45px;
|
|
3124
3371
|
margin-bottom: 15px;
|
|
@@ -3136,7 +3383,7 @@ span[data-highlight='true']:hover {
|
|
|
3136
3383
|
font-weight: bold;
|
|
3137
3384
|
line-height: 21px
|
|
3138
3385
|
}
|
|
3139
|
-
@media only screen and (min-
|
|
3386
|
+
@media only screen and (min-width: 32em) {
|
|
3140
3387
|
.SimpleBlock-module_h4__2TJO3 {
|
|
3141
3388
|
margin-top: 45px;
|
|
3142
3389
|
margin-bottom: 15px;
|
|
@@ -3152,7 +3399,7 @@ span[data-highlight='true']:hover {
|
|
|
3152
3399
|
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3153
3400
|
margin-top: 15px
|
|
3154
3401
|
}
|
|
3155
|
-
@media only screen and (min-
|
|
3402
|
+
@media only screen and (min-width: 32em) {
|
|
3156
3403
|
.SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
|
|
3157
3404
|
margin-top: 15px
|
|
3158
3405
|
}
|
|
@@ -3176,7 +3423,7 @@ span[data-highlight='true']:hover {
|
|
|
3176
3423
|
font-weight: normal;
|
|
3177
3424
|
line-height: 22px
|
|
3178
3425
|
}
|
|
3179
|
-
@media only screen and (min-
|
|
3426
|
+
@media only screen and (min-width: 32em) {
|
|
3180
3427
|
.SimpleBlock-module_blockquote__pwpcX {
|
|
3181
3428
|
margin: 25px 0;
|
|
3182
3429
|
padding: 12px 15px 13px;
|
|
@@ -3208,7 +3455,7 @@ span[data-highlight='true']:hover {
|
|
|
3208
3455
|
font-size: 16px;
|
|
3209
3456
|
line-height: 22px
|
|
3210
3457
|
}
|
|
3211
|
-
@media only screen and (min-
|
|
3458
|
+
@media only screen and (min-width: 32em) {
|
|
3212
3459
|
.SimpleBlock-module_lead__35nXx {
|
|
3213
3460
|
margin-top: 25px;
|
|
3214
3461
|
|
|
@@ -3228,7 +3475,7 @@ span[data-highlight='true']:hover {
|
|
|
3228
3475
|
|
|
3229
3476
|
border-bottom: 1px solid #e5e5e5
|
|
3230
3477
|
}
|
|
3231
|
-
@media only screen and (min-
|
|
3478
|
+
@media only screen and (min-width: 32em) {
|
|
3232
3479
|
.SimpleBlock-module_lead_hr__1yD5v {
|
|
3233
3480
|
margin: 45px auto
|
|
3234
3481
|
}
|
|
@@ -3243,7 +3490,7 @@ mark {
|
|
|
3243
3490
|
font-weight: inherit;
|
|
3244
3491
|
font-style: inherit
|
|
3245
3492
|
}
|
|
3246
|
-
@media only screen and (min-
|
|
3493
|
+
@media only screen and (min-width: 32em) {
|
|
3247
3494
|
mark {
|
|
3248
3495
|
padding-bottom: 1px
|
|
3249
3496
|
}
|
|
@@ -3266,7 +3513,7 @@ a mark {
|
|
|
3266
3513
|
font-size: 18px;
|
|
3267
3514
|
line-height: 22px
|
|
3268
3515
|
}
|
|
3269
|
-
@media only screen and (min-
|
|
3516
|
+
@media only screen and (min-width: 48em) {
|
|
3270
3517
|
.SimpleBlock-module_context_p__33saY {
|
|
3271
3518
|
padding: 0 0 0 38px;
|
|
3272
3519
|
|
|
@@ -3289,365 +3536,118 @@ a mark {
|
|
|
3289
3536
|
font-size: 18px;
|
|
3290
3537
|
line-height: inherit
|
|
3291
3538
|
}
|
|
3292
|
-
@media only screen and (min-
|
|
3539
|
+
@media only screen and (min-width: 48em) {
|
|
3293
3540
|
.SimpleBlock-module_context_p__33saY::before {
|
|
3294
3541
|
left: 0;
|
|
3295
3542
|
|
|
3296
3543
|
width: 36px;
|
|
3297
3544
|
|
|
3298
3545
|
text-align: center;
|
|
3299
|
-
|
|
3300
|
-
font-size: 20px
|
|
3301
|
-
}
|
|
3302
|
-
}
|
|
3303
|
-
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3304
|
-
content: none;
|
|
3305
|
-
}
|
|
3306
|
-
.SimpleBlock-module_center__2rjif {
|
|
3307
|
-
max-width: 650px;
|
|
3308
|
-
margin-right: auto;
|
|
3309
|
-
margin-left: auto;
|
|
3310
|
-
}
|
|
3311
|
-
@media only screen and (min-device-width: 48em) {
|
|
3312
|
-
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3313
|
-
font-size: 20px;
|
|
3314
|
-
line-height: 28px
|
|
3315
|
-
}
|
|
3316
|
-
}
|
|
3317
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3318
|
-
margin-bottom: 18px
|
|
3319
|
-
}
|
|
3320
|
-
@media only screen and (min-device-width: 48em) {
|
|
3321
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3322
|
-
margin-top: 27px;
|
|
3323
|
-
margin-bottom: 20px;
|
|
3324
|
-
|
|
3325
|
-
font-size: 20px;
|
|
3326
|
-
line-height: 28px
|
|
3327
|
-
}
|
|
3328
|
-
}
|
|
3329
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3330
|
-
margin-bottom: 15px
|
|
3331
|
-
}
|
|
3332
|
-
@media only screen and (min-device-width: 48em) {
|
|
3333
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3334
|
-
margin-top: 20px;
|
|
3335
|
-
|
|
3336
|
-
font-size: 20px;
|
|
3337
|
-
line-height: 28px
|
|
3338
|
-
}
|
|
3339
|
-
}
|
|
3340
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3341
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3342
|
-
margin-top: 0;
|
|
3343
|
-
}
|
|
3344
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3345
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3346
|
-
font-size: 16px;
|
|
3347
|
-
line-height: 22px
|
|
3348
|
-
}
|
|
3349
|
-
@media only screen and (min-device-width: 48em) {
|
|
3350
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3351
|
-
font-size: 18px;
|
|
3352
|
-
line-height: 26px
|
|
3353
|
-
}
|
|
3354
|
-
}
|
|
3355
|
-
.SimpleBlock-module_slide__Aqgfu {
|
|
3356
|
-
max-width: 650px;
|
|
3357
|
-
margin-right: auto;
|
|
3358
|
-
margin-left: auto;
|
|
3359
|
-
}
|
|
3360
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3361
|
-
margin-top: 6px;
|
|
3362
|
-
margin-bottom: 6px;
|
|
3363
|
-
|
|
3364
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3365
|
-
font-size: 16px;
|
|
3366
|
-
line-height: 22px
|
|
3367
|
-
}
|
|
3368
|
-
@media only screen and (min-device-width: 48em) {
|
|
3369
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3370
|
-
margin-top: 12px;
|
|
3371
|
-
margin-bottom: 12px;
|
|
3372
|
-
|
|
3373
|
-
font-size: 18px;
|
|
3374
|
-
line-height: 26px
|
|
3375
|
-
}
|
|
3376
|
-
}
|
|
3377
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3378
|
-
margin-top: 12px;
|
|
3379
|
-
margin-bottom: 12px
|
|
3380
|
-
}
|
|
3381
|
-
@media only screen and (min-device-width: 48em) {
|
|
3382
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3383
|
-
margin-top: 10px;
|
|
3384
|
-
margin-bottom: 10px
|
|
3385
|
-
}
|
|
3386
|
-
}
|
|
3387
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3388
|
-
margin-top: 6px;
|
|
3389
|
-
}
|
|
3390
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3391
|
-
margin-bottom: 0;
|
|
3392
|
-
}
|
|
3393
|
-
/* VISIBILITY */
|
|
3394
|
-
@media only screen and (min-device-width: 32em) {
|
|
3395
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3396
|
-
display: none
|
|
3397
|
-
}
|
|
3398
|
-
}
|
|
3399
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3400
|
-
display: none
|
|
3401
|
-
}
|
|
3402
|
-
@media only screen and (min-device-width: 32em) {
|
|
3403
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3404
|
-
display: block
|
|
3405
|
-
}
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
/* Colors */
|
|
3409
|
-
/* Fonts */
|
|
3410
|
-
/* Gap */
|
|
3411
|
-
/* Media */
|
|
3412
|
-
/* 512 */
|
|
3413
|
-
/* 650 */
|
|
3414
|
-
/* 768 */
|
|
3415
|
-
/* 1024 */
|
|
3416
|
-
/* 1010 */
|
|
3417
|
-
/* 1200 */
|
|
3418
|
-
/* 511 */
|
|
3419
|
-
/* 1023 */
|
|
3420
|
-
/* Zindex */
|
|
3421
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3422
|
-
margin: 16px 0;
|
|
3423
|
-
|
|
3424
|
-
border-radius: 8px;
|
|
3425
|
-
background-color: #f5f5f5;
|
|
3426
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3427
|
-
}
|
|
3428
|
-
@media only screen and (min-device-width: 48em) {
|
|
3429
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3430
|
-
margin: 25px 0
|
|
3431
|
-
}
|
|
3432
|
-
}
|
|
3433
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3434
|
-
margin-bottom: 0;
|
|
3435
|
-
}
|
|
3436
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3437
|
-
margin-top: 0;
|
|
3438
|
-
}
|
|
3439
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3440
|
-
display: block;
|
|
3441
|
-
|
|
3442
|
-
padding: 12px 12px 13px;
|
|
3443
|
-
|
|
3444
|
-
transition: color 0.15s;
|
|
3445
|
-
text-decoration: none;
|
|
3446
|
-
|
|
3447
|
-
color: #000;
|
|
3448
|
-
box-shadow: none;
|
|
3449
|
-
|
|
3450
|
-
font-size: 17px;
|
|
3451
|
-
line-height: 20px
|
|
3452
|
-
}
|
|
3453
|
-
@media only screen and (min-device-width: 48em) {
|
|
3454
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3455
|
-
padding: 15px 20px 17px;
|
|
3456
|
-
|
|
3457
|
-
font-size: 19px;
|
|
3458
|
-
line-height: 23px
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3461
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3462
|
-
color: #5c5c5c;
|
|
3463
|
-
}
|
|
3464
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3465
|
-
margin: 0;
|
|
3466
|
-
padding: 14px 12px 3px;
|
|
3467
|
-
|
|
3468
|
-
letter-spacing: 1px;
|
|
3469
|
-
text-transform: uppercase;
|
|
3470
|
-
|
|
3471
|
-
color: #7F7F7F;
|
|
3472
|
-
|
|
3473
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3474
|
-
font-size: 12px;
|
|
3475
|
-
font-weight: 600;
|
|
3476
|
-
line-height: 17px
|
|
3477
|
-
}
|
|
3478
|
-
@media only screen and (min-device-width: 48em) {
|
|
3479
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3480
|
-
padding: 20px 20px 14px;
|
|
3481
|
-
|
|
3482
|
-
font-size: 14px;
|
|
3483
|
-
line-height: 16px
|
|
3484
|
-
}
|
|
3485
|
-
}
|
|
3486
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3487
|
-
margin: 0;
|
|
3488
|
-
padding-left: 0;
|
|
3489
|
-
|
|
3490
|
-
list-style: none;
|
|
3491
|
-
}
|
|
3492
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3493
|
-
padding: 0;
|
|
3494
|
-
}
|
|
3495
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3496
|
-
border-top: 1px solid #e6e6e6;
|
|
3497
|
-
}
|
|
3498
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3499
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3500
|
-
font-size: 16px;
|
|
3501
|
-
font-weight: 700;
|
|
3502
|
-
line-height: 18px
|
|
3503
|
-
}
|
|
3504
|
-
@media only screen and (min-device-width: 48em) {
|
|
3505
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3506
|
-
font-size: 18px
|
|
3546
|
+
|
|
3547
|
+
font-size: 20px
|
|
3507
3548
|
}
|
|
3508
3549
|
}
|
|
3509
|
-
.
|
|
3550
|
+
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3551
|
+
content: none;
|
|
3510
3552
|
}
|
|
3511
|
-
.
|
|
3553
|
+
.SimpleBlock-module_center__2rjif {
|
|
3512
3554
|
max-width: 650px;
|
|
3513
3555
|
margin-right: auto;
|
|
3514
3556
|
margin-left: auto;
|
|
3515
3557
|
}
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
margin-bottom: 0;
|
|
3521
|
-
}
|
|
3522
|
-
/* VISIBILITY */
|
|
3523
|
-
@media only screen and (min-device-width: 32em) {
|
|
3524
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
3525
|
-
display: none
|
|
3526
|
-
}
|
|
3527
|
-
}
|
|
3528
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3529
|
-
display: none
|
|
3530
|
-
}
|
|
3531
|
-
@media only screen and (min-device-width: 32em) {
|
|
3532
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3533
|
-
display: block
|
|
3558
|
+
@media only screen and (min-width: 48em) {
|
|
3559
|
+
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3560
|
+
font-size: 20px;
|
|
3561
|
+
line-height: 28px
|
|
3534
3562
|
}
|
|
3535
3563
|
}
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
/* Colors */
|
|
3539
|
-
/* Fonts */
|
|
3540
|
-
/* Gap */
|
|
3541
|
-
/* Media */
|
|
3542
|
-
/* 512 */
|
|
3543
|
-
/* 650 */
|
|
3544
|
-
/* 768 */
|
|
3545
|
-
/* 1024 */
|
|
3546
|
-
/* 1010 */
|
|
3547
|
-
/* 1200 */
|
|
3548
|
-
/* 511 */
|
|
3549
|
-
/* 1023 */
|
|
3550
|
-
/* Zindex */
|
|
3551
|
-
.RichTitle-module_root__BK_WT {
|
|
3552
|
-
margin: 0 0 18px;
|
|
3553
|
-
|
|
3554
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3555
|
-
font-size: 19px;
|
|
3556
|
-
font-weight: 700;
|
|
3557
|
-
line-height: 23px
|
|
3564
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3565
|
+
margin-bottom: 18px
|
|
3558
3566
|
}
|
|
3559
|
-
@media only screen and (min-
|
|
3560
|
-
.
|
|
3561
|
-
margin-
|
|
3567
|
+
@media only screen and (min-width: 48em) {
|
|
3568
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3569
|
+
margin-top: 27px;
|
|
3570
|
+
margin-bottom: 20px;
|
|
3562
3571
|
|
|
3563
|
-
font-size:
|
|
3564
|
-
line-height:
|
|
3572
|
+
font-size: 20px;
|
|
3573
|
+
line-height: 28px
|
|
3565
3574
|
}
|
|
3566
3575
|
}
|
|
3567
|
-
.
|
|
3568
|
-
margin-bottom:
|
|
3569
|
-
}
|
|
3570
|
-
.RichTitle-module_root__BK_WT span {
|
|
3571
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3572
|
-
font-size: 20px;
|
|
3573
|
-
font-weight: normal
|
|
3576
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3577
|
+
margin-bottom: 15px
|
|
3574
3578
|
}
|
|
3575
|
-
@media only screen and (min-
|
|
3576
|
-
.
|
|
3577
|
-
|
|
3579
|
+
@media only screen and (min-width: 48em) {
|
|
3580
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3581
|
+
margin-top: 20px;
|
|
3582
|
+
|
|
3583
|
+
font-size: 20px;
|
|
3584
|
+
line-height: 28px
|
|
3578
3585
|
}
|
|
3579
3586
|
}
|
|
3580
|
-
|
|
3581
|
-
.
|
|
3582
|
-
|
|
3583
|
-
text-align: center
|
|
3587
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3588
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3589
|
+
margin-top: 0;
|
|
3584
3590
|
}
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
line-height: 36px
|
|
3591
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3592
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3593
|
+
font-size: 16px;
|
|
3594
|
+
line-height: 22px
|
|
3590
3595
|
}
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3596
|
+
@media only screen and (min-width: 48em) {
|
|
3597
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3598
|
+
font-size: 18px;
|
|
3599
|
+
line-height: 26px
|
|
3595
3600
|
}
|
|
3596
3601
|
}
|
|
3597
|
-
.
|
|
3598
|
-
|
|
3602
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3603
|
+
max-width: 650px;
|
|
3604
|
+
margin-right: auto;
|
|
3605
|
+
margin-left: auto;
|
|
3599
3606
|
}
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3607
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3608
|
+
margin-top: 6px;
|
|
3609
|
+
margin-bottom: 6px;
|
|
3603
3610
|
|
|
3604
|
-
|
|
3605
|
-
|
|
3611
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3612
|
+
font-size: 16px;
|
|
3613
|
+
line-height: 22px
|
|
3606
3614
|
}
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
padding-top: 2px;
|
|
3615
|
+
@media only screen and (min-width: 48em) {
|
|
3616
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3617
|
+
margin-top: 12px;
|
|
3618
|
+
margin-bottom: 12px;
|
|
3613
3619
|
|
|
3614
3620
|
font-size: 18px;
|
|
3615
|
-
line-height:
|
|
3616
|
-
}
|
|
3617
|
-
}
|
|
3618
|
-
@media only screen and (min-device-width: 64em) {
|
|
3619
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3620
|
-
margin-bottom: 18px
|
|
3621
|
+
line-height: 26px
|
|
3621
3622
|
}
|
|
3622
3623
|
}
|
|
3623
|
-
.
|
|
3624
|
-
|
|
3625
|
-
|
|
3624
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3625
|
+
margin-top: 12px;
|
|
3626
|
+
margin-bottom: 12px
|
|
3626
3627
|
}
|
|
3627
|
-
@media only screen and (min-
|
|
3628
|
-
.
|
|
3629
|
-
|
|
3630
|
-
|
|
3628
|
+
@media only screen and (min-width: 48em) {
|
|
3629
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3630
|
+
margin-top: 10px;
|
|
3631
|
+
margin-bottom: 10px
|
|
3631
3632
|
}
|
|
3632
3633
|
}
|
|
3633
|
-
.
|
|
3634
|
-
|
|
3634
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3635
|
+
margin-top: 6px;
|
|
3635
3636
|
}
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
font-size: 1.35rem
|
|
3637
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3638
|
+
margin-bottom: 0;
|
|
3639
3639
|
}
|
|
3640
|
-
|
|
3641
|
-
@media only screen and (min-
|
|
3642
|
-
.
|
|
3640
|
+
/* VISIBILITY */
|
|
3641
|
+
@media only screen and (min-width: 32em) {
|
|
3642
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3643
3643
|
display: none
|
|
3644
3644
|
}
|
|
3645
3645
|
}
|
|
3646
|
-
.
|
|
3646
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3647
3647
|
display: none
|
|
3648
3648
|
}
|
|
3649
|
-
@media only screen and (min-
|
|
3650
|
-
.
|
|
3649
|
+
@media only screen and (min-width: 32em) {
|
|
3650
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3651
3651
|
display: block
|
|
3652
3652
|
}
|
|
3653
3653
|
}
|
|
@@ -3673,7 +3673,7 @@ a mark {
|
|
|
3673
3673
|
font-weight: normal;
|
|
3674
3674
|
line-height: 23px
|
|
3675
3675
|
}
|
|
3676
|
-
@media only screen and (min-
|
|
3676
|
+
@media only screen and (min-width: 48em) {
|
|
3677
3677
|
.SimpleTitle-module_root__2jVQN {
|
|
3678
3678
|
margin-bottom: 15px;
|
|
3679
3679
|
|
|
@@ -3682,7 +3682,7 @@ a mark {
|
|
|
3682
3682
|
}
|
|
3683
3683
|
}
|
|
3684
3684
|
/* VISIBILITY */
|
|
3685
|
-
@media only screen and (min-
|
|
3685
|
+
@media only screen and (min-width: 32em) {
|
|
3686
3686
|
.SimpleTitle-module_mobile__11gBz {
|
|
3687
3687
|
display: none
|
|
3688
3688
|
}
|
|
@@ -3690,7 +3690,7 @@ a mark {
|
|
|
3690
3690
|
.SimpleTitle-module_desktop__3yXgy {
|
|
3691
3691
|
display: none
|
|
3692
3692
|
}
|
|
3693
|
-
@media only screen and (min-
|
|
3693
|
+
@media only screen and (min-width: 32em) {
|
|
3694
3694
|
.SimpleTitle-module_desktop__3yXgy {
|
|
3695
3695
|
display: block
|
|
3696
3696
|
}
|
|
@@ -3723,7 +3723,7 @@ a mark {
|
|
|
3723
3723
|
font-size: 16px;
|
|
3724
3724
|
line-height: 20px
|
|
3725
3725
|
}
|
|
3726
|
-
@media only screen and (min-
|
|
3726
|
+
@media only screen and (min-width: 48em) {
|
|
3727
3727
|
.SourceBlock-module_root__1P3XD {
|
|
3728
3728
|
margin-top: 25px;
|
|
3729
3729
|
margin-bottom: 25px;
|
|
@@ -3751,7 +3751,7 @@ a mark {
|
|
|
3751
3751
|
font-size: 16px;
|
|
3752
3752
|
line-height: 22px
|
|
3753
3753
|
}
|
|
3754
|
-
@media only screen and (min-
|
|
3754
|
+
@media only screen and (min-width: 48em) {
|
|
3755
3755
|
.SourceBlock-module_text__Si4vm p {
|
|
3756
3756
|
font-size: 18px;
|
|
3757
3757
|
line-height: 26px
|
|
@@ -3766,7 +3766,7 @@ a mark {
|
|
|
3766
3766
|
|
|
3767
3767
|
border-top: 1px solid #d6d6d6
|
|
3768
3768
|
}
|
|
3769
|
-
@media only screen and (min-
|
|
3769
|
+
@media only screen and (min-width: 48em) {
|
|
3770
3770
|
.SourceBlock-module_root__1P3XD footer {
|
|
3771
3771
|
margin-top: 18px;
|
|
3772
3772
|
padding-top: 12px
|
|
@@ -3785,7 +3785,7 @@ a mark {
|
|
|
3785
3785
|
font-style: normal;
|
|
3786
3786
|
line-height: 22px
|
|
3787
3787
|
}
|
|
3788
|
-
@media only screen and (min-
|
|
3788
|
+
@media only screen and (min-width: 48em) {
|
|
3789
3789
|
.SourceBlock-module_origin__l3JbO {
|
|
3790
3790
|
font-size: 18px;
|
|
3791
3791
|
line-height: 26px
|
|
@@ -3797,7 +3797,7 @@ a mark {
|
|
|
3797
3797
|
margin-left: auto;
|
|
3798
3798
|
}
|
|
3799
3799
|
/* VISIBILITY */
|
|
3800
|
-
@media only screen and (min-
|
|
3800
|
+
@media only screen and (min-width: 32em) {
|
|
3801
3801
|
.SourceBlock-module_mobile__2gw4S {
|
|
3802
3802
|
display: none
|
|
3803
3803
|
}
|
|
@@ -3805,7 +3805,7 @@ a mark {
|
|
|
3805
3805
|
.SourceBlock-module_desktop__DecT6 {
|
|
3806
3806
|
display: none
|
|
3807
3807
|
}
|
|
3808
|
-
@media only screen and (min-
|
|
3808
|
+
@media only screen and (min-width: 32em) {
|
|
3809
3809
|
.SourceBlock-module_desktop__DecT6 {
|
|
3810
3810
|
display: block
|
|
3811
3811
|
}
|
|
@@ -3831,7 +3831,7 @@ a mark {
|
|
|
3831
3831
|
margin: 15px 0;
|
|
3832
3832
|
padding: 24px 0 25px
|
|
3833
3833
|
}
|
|
3834
|
-
@media only screen and (min-
|
|
3834
|
+
@media only screen and (min-width: 32em) {
|
|
3835
3835
|
.Spoiler-module_root__1OfSR {
|
|
3836
3836
|
display: -webkit-box;
|
|
3837
3837
|
display: -webkit-flex;
|
|
@@ -3893,7 +3893,7 @@ a mark {
|
|
|
3893
3893
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3894
3894
|
line-height: 26px
|
|
3895
3895
|
}
|
|
3896
|
-
@media only screen and (min-
|
|
3896
|
+
@media only screen and (min-width: 32em) {
|
|
3897
3897
|
.Spoiler-module_header__1rZUs h3 {
|
|
3898
3898
|
margin-bottom: 20px;
|
|
3899
3899
|
|
|
@@ -3907,7 +3907,7 @@ a mark {
|
|
|
3907
3907
|
width: 100%;
|
|
3908
3908
|
padding-bottom: 13px
|
|
3909
3909
|
}
|
|
3910
|
-
@media only screen and (min-
|
|
3910
|
+
@media only screen and (min-width: 32em) {
|
|
3911
3911
|
.Spoiler-module_body__Q1e_c {
|
|
3912
3912
|
order: 2;
|
|
3913
3913
|
|
|
@@ -3918,7 +3918,7 @@ a mark {
|
|
|
3918
3918
|
.Spoiler-module_spoiled__1A5r4 {
|
|
3919
3919
|
min-height: auto
|
|
3920
3920
|
}
|
|
3921
|
-
@media only screen and (max-
|
|
3921
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3922
3922
|
.Spoiler-module_spoiled__1A5r4 {
|
|
3923
3923
|
padding-bottom: 0
|
|
3924
3924
|
}
|
|
@@ -3962,7 +3962,7 @@ a mark {
|
|
|
3962
3962
|
|
|
3963
3963
|
animation: Spoiler-module_spoilerSticky__3Kd30 500ms ease both
|
|
3964
3964
|
}
|
|
3965
|
-
@media only screen and (min-
|
|
3965
|
+
@media only screen and (min-width: 32em) {
|
|
3966
3966
|
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3967
3967
|
position: static;
|
|
3968
3968
|
|
|
@@ -3995,7 +3995,7 @@ a mark {
|
|
|
3995
3995
|
|
|
3996
3996
|
content: ''
|
|
3997
3997
|
}
|
|
3998
|
-
@media only screen and (min-
|
|
3998
|
+
@media only screen and (min-width: 32em) {
|
|
3999
3999
|
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7::after {
|
|
4000
4000
|
content: none
|
|
4001
4001
|
}
|
|
@@ -4003,7 +4003,7 @@ a mark {
|
|
|
4003
4003
|
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4004
4004
|
transform: rotate(180deg) translateY(1px);
|
|
4005
4005
|
}
|
|
4006
|
-
@media only screen and (min-
|
|
4006
|
+
@media only screen and (min-width: 32em) {
|
|
4007
4007
|
.Spoiler-module_center__tq1m0 {
|
|
4008
4008
|
max-width: 980px;
|
|
4009
4009
|
margin-right: auto;
|
|
@@ -4064,19 +4064,19 @@ a mark {
|
|
|
4064
4064
|
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4065
4065
|
bottom: 45px
|
|
4066
4066
|
}
|
|
4067
|
-
@media only screen and (min-
|
|
4067
|
+
@media only screen and (min-width: 32em) {
|
|
4068
4068
|
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4069
4069
|
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4070
4070
|
bottom: 46px
|
|
4071
4071
|
}
|
|
4072
4072
|
}
|
|
4073
|
-
@media only screen and (max-
|
|
4073
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4074
4074
|
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4075
4075
|
bottom: 90px
|
|
4076
4076
|
}
|
|
4077
4077
|
}
|
|
4078
4078
|
/* VISIBILITY */
|
|
4079
|
-
@media only screen and (min-
|
|
4079
|
+
@media only screen and (min-width: 32em) {
|
|
4080
4080
|
.Spoiler-module_mobile__2BPt8 {
|
|
4081
4081
|
display: none
|
|
4082
4082
|
}
|
|
@@ -4084,7 +4084,7 @@ a mark {
|
|
|
4084
4084
|
.Spoiler-module_desktop__1BIFJ {
|
|
4085
4085
|
display: none
|
|
4086
4086
|
}
|
|
4087
|
-
@media only screen and (min-
|
|
4087
|
+
@media only screen and (min-width: 32em) {
|
|
4088
4088
|
.Spoiler-module_desktop__1BIFJ {
|
|
4089
4089
|
display: block
|
|
4090
4090
|
}
|
|
@@ -4142,14 +4142,14 @@ a mark {
|
|
|
4142
4142
|
|
|
4143
4143
|
content: '\B7';
|
|
4144
4144
|
}
|
|
4145
|
-
@media only screen and (max-
|
|
4145
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4146
4146
|
.MetaItem-module_hasSource__1DmCI {
|
|
4147
4147
|
width: 100%;
|
|
4148
4148
|
margin-top: 3px;
|
|
4149
4149
|
margin-bottom: 3px
|
|
4150
4150
|
}
|
|
4151
4151
|
}
|
|
4152
|
-
@media only screen and (max-
|
|
4152
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4153
4153
|
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4154
4154
|
margin-top: 0
|
|
4155
4155
|
}
|
|
@@ -4157,30 +4157,30 @@ a mark {
|
|
|
4157
4157
|
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4158
4158
|
margin-bottom: 0;
|
|
4159
4159
|
}
|
|
4160
|
-
@media only screen and (max-
|
|
4160
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4161
4161
|
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4162
4162
|
display: none
|
|
4163
4163
|
}
|
|
4164
4164
|
}
|
|
4165
|
-
@media only screen and (max-
|
|
4165
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4166
4166
|
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4167
4167
|
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4168
4168
|
display: inline-block
|
|
4169
4169
|
}
|
|
4170
4170
|
}
|
|
4171
|
-
@media only screen and (max-
|
|
4171
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4172
4172
|
.MetaItem-module_datetime__3tOWm,
|
|
4173
4173
|
.MetaItem-module_listened__lwvAO,
|
|
4174
4174
|
.MetaItem-module_read__5eAIG {
|
|
4175
4175
|
width: auto
|
|
4176
4176
|
}
|
|
4177
4177
|
}
|
|
4178
|
-
@media only screen and (max-
|
|
4178
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4179
4179
|
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4180
4180
|
order: -2
|
|
4181
4181
|
}
|
|
4182
4182
|
}
|
|
4183
|
-
@media only screen and (max-
|
|
4183
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4184
4184
|
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4185
4185
|
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4186
4186
|
order: -1;
|
|
@@ -4376,32 +4376,130 @@ a mark {
|
|
|
4376
4376
|
}
|
|
4377
4377
|
}
|
|
4378
4378
|
|
|
4379
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4380
|
-
/* Colors */
|
|
4381
|
-
/* Fonts */
|
|
4382
|
-
/* Gap */
|
|
4383
|
-
/* Media */
|
|
4384
|
-
/* 512 */
|
|
4385
|
-
/* 650 */
|
|
4386
|
-
/* 768 */
|
|
4387
|
-
/* 1024 */
|
|
4388
|
-
/* 1010 */
|
|
4389
|
-
/* 1200 */
|
|
4390
|
-
/* 511 */
|
|
4391
|
-
/* 1023 */
|
|
4392
|
-
/* Zindex */
|
|
4393
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4394
|
-
display: inline;
|
|
4379
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4380
|
+
/* Colors */
|
|
4381
|
+
/* Fonts */
|
|
4382
|
+
/* Gap */
|
|
4383
|
+
/* Media */
|
|
4384
|
+
/* 512 */
|
|
4385
|
+
/* 650 */
|
|
4386
|
+
/* 768 */
|
|
4387
|
+
/* 1024 */
|
|
4388
|
+
/* 1010 */
|
|
4389
|
+
/* 1200 */
|
|
4390
|
+
/* 511 */
|
|
4391
|
+
/* 1023 */
|
|
4392
|
+
/* Zindex */
|
|
4393
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4394
|
+
display: inline;
|
|
4395
|
+
|
|
4396
|
+
line-height: inherit;
|
|
4397
|
+
}
|
|
4398
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4399
|
+
vertical-align: top;
|
|
4400
|
+
}
|
|
4401
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4402
|
+
margin-left: 1px;
|
|
4403
|
+
|
|
4404
|
+
vertical-align: top;
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4407
|
+
/* Colors */
|
|
4408
|
+
/* Fonts */
|
|
4409
|
+
/* Gap */
|
|
4410
|
+
/* Media */
|
|
4411
|
+
/* 512 */
|
|
4412
|
+
/* 650 */
|
|
4413
|
+
/* 768 */
|
|
4414
|
+
/* 1024 */
|
|
4415
|
+
/* 1010 */
|
|
4416
|
+
/* 1200 */
|
|
4417
|
+
/* 511 */
|
|
4418
|
+
/* 1023 */
|
|
4419
|
+
/* Zindex */
|
|
4420
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4421
|
+
height: 100%;
|
|
4422
|
+
margin: 0;
|
|
4423
|
+
padding: 0 1px 0 0;
|
|
4424
|
+
|
|
4425
|
+
cursor: pointer;
|
|
4426
|
+
|
|
4427
|
+
color: inherit;
|
|
4428
|
+
border-width: 0;
|
|
4429
|
+
outline: none;
|
|
4430
|
+
background-color: transparent;
|
|
4431
|
+
|
|
4432
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4433
|
+
font-size: 12px;
|
|
4434
|
+
font-weight: 600;
|
|
4435
|
+
line-height: 1;
|
|
4436
|
+
|
|
4437
|
+
-webkit-appearance: none;
|
|
4438
|
+
|
|
4439
|
+
-moz-appearance: none;
|
|
4440
|
+
|
|
4441
|
+
appearance: none;
|
|
4442
|
+
}
|
|
4443
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4444
|
+
position: absolute;
|
|
4445
|
+
top: 0;
|
|
4446
|
+
right: 0;
|
|
4447
|
+
bottom: 0;
|
|
4448
|
+
left: 0;
|
|
4449
|
+
|
|
4450
|
+
content: '';
|
|
4451
|
+
}
|
|
4452
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4453
|
+
opacity: 0.6;
|
|
4454
|
+
}
|
|
4455
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4456
|
+
color: #fff;
|
|
4457
|
+
}
|
|
4458
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4459
|
+
opacity: 0.6;
|
|
4460
|
+
}
|
|
4461
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4462
|
+
color: #262626;
|
|
4463
|
+
|
|
4464
|
+
fill: #fff;
|
|
4465
|
+
}
|
|
4466
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4467
|
+
color: #fff;
|
|
4468
|
+
|
|
4469
|
+
fill: transparent;
|
|
4470
|
+
}
|
|
4471
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4472
|
+
fill: currentColor;
|
|
4473
|
+
}
|
|
4474
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4475
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4476
|
+
}
|
|
4477
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4478
|
+
visibility: hidden;
|
|
4479
|
+
}
|
|
4480
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4481
|
+
visibility: visible;
|
|
4482
|
+
}
|
|
4483
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4484
|
+
visibility: hidden;
|
|
4485
|
+
}
|
|
4486
|
+
.ToolbarButton-module_text__32m6s {
|
|
4487
|
+
display: inline-block;
|
|
4488
|
+
|
|
4489
|
+
padding-left: 5px;
|
|
4395
4490
|
|
|
4396
|
-
|
|
4491
|
+
vertical-align: middle;
|
|
4397
4492
|
}
|
|
4398
|
-
.
|
|
4399
|
-
|
|
4493
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4494
|
+
display: none;
|
|
4400
4495
|
}
|
|
4401
|
-
.
|
|
4402
|
-
|
|
4496
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4497
|
+
color: #999;
|
|
4403
4498
|
|
|
4404
|
-
|
|
4499
|
+
fill: transparent;
|
|
4500
|
+
}
|
|
4501
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4502
|
+
fill: currentColor;
|
|
4405
4503
|
}
|
|
4406
4504
|
|
|
4407
4505
|
/* Colors */
|
|
@@ -4501,17 +4599,22 @@ a mark {
|
|
|
4501
4599
|
border-radius: 8px;
|
|
4502
4600
|
outline-width: 0;
|
|
4503
4601
|
}
|
|
4602
|
+
@media only screen and (min-width: 32em) {
|
|
4603
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4604
|
+
opacity: 0.95
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4504
4607
|
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4505
4608
|
position: absolute;
|
|
4506
|
-
z-index: 20;
|
|
4507
4609
|
top: 0;
|
|
4508
4610
|
right: 0;
|
|
4509
4611
|
bottom: 0;
|
|
4510
4612
|
left: 0;
|
|
4511
|
-
|
|
4512
|
-
content: '';
|
|
4613
|
+
z-index: 20;
|
|
4513
4614
|
|
|
4514
4615
|
border-radius: 8px;
|
|
4616
|
+
|
|
4617
|
+
content: '';
|
|
4515
4618
|
}
|
|
4516
4619
|
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4517
4620
|
display: block;
|
|
@@ -4526,7 +4629,7 @@ a mark {
|
|
|
4526
4629
|
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4527
4630
|
margin: 16px 0
|
|
4528
4631
|
}
|
|
4529
|
-
@media only screen and (min-
|
|
4632
|
+
@media only screen and (min-width: 48em) {
|
|
4530
4633
|
.RelatedRichBlock-module_root__3NYmj,
|
|
4531
4634
|
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4532
4635
|
margin: 25px 0
|
|
@@ -4535,9 +4638,9 @@ a mark {
|
|
|
4535
4638
|
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4536
4639
|
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4537
4640
|
position: absolute;
|
|
4538
|
-
z-index: 10;
|
|
4539
4641
|
right: 0;
|
|
4540
4642
|
left: 0;
|
|
4643
|
+
z-index: 10;
|
|
4541
4644
|
}
|
|
4542
4645
|
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4543
4646
|
bottom: 0;
|
|
@@ -4557,17 +4660,17 @@ a mark {
|
|
|
4557
4660
|
flex-flow: column nowrap;
|
|
4558
4661
|
justify-content: flex-end;
|
|
4559
4662
|
|
|
4560
|
-
padding: 12px 15px
|
|
4663
|
+
padding: 12px 15px;
|
|
4561
4664
|
|
|
4562
4665
|
background-color: #f7f7f7
|
|
4563
4666
|
}
|
|
4564
|
-
@media only screen and (min-
|
|
4667
|
+
@media only screen and (min-width: 32em) {
|
|
4565
4668
|
.RelatedRichBlock-module_body__1ZHZS {
|
|
4566
4669
|
position: absolute;
|
|
4567
|
-
z-index: 10;
|
|
4568
4670
|
right: 0;
|
|
4569
4671
|
bottom: 0;
|
|
4570
4672
|
left: 0;
|
|
4673
|
+
z-index: 10;
|
|
4571
4674
|
|
|
4572
4675
|
min-height: 295px;
|
|
4573
4676
|
padding: 20px;
|
|
@@ -4578,18 +4681,18 @@ a mark {
|
|
|
4578
4681
|
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4579
4682
|
color: #000
|
|
4580
4683
|
}
|
|
4581
|
-
@media only screen and (min-
|
|
4684
|
+
@media only screen and (min-width: 32em) {
|
|
4582
4685
|
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4583
4686
|
color: #fff
|
|
4584
4687
|
}
|
|
4585
4688
|
}
|
|
4586
|
-
@media only screen and (min-
|
|
4689
|
+
@media only screen and (min-width: 32em) {
|
|
4587
4690
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4588
4691
|
position: absolute;
|
|
4589
|
-
z-index: 10;
|
|
4590
4692
|
right: 0;
|
|
4591
4693
|
bottom: 0;
|
|
4592
4694
|
left: 0;
|
|
4695
|
+
z-index: 10;
|
|
4593
4696
|
|
|
4594
4697
|
min-height: 295px;
|
|
4595
4698
|
|
|
@@ -4601,25 +4704,26 @@ a mark {
|
|
|
4601
4704
|
}
|
|
4602
4705
|
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4603
4706
|
position: absolute;
|
|
4604
|
-
z-index: 10;
|
|
4605
4707
|
right: 1px;
|
|
4606
4708
|
bottom: 0;
|
|
4607
4709
|
left: 1px;
|
|
4710
|
+
z-index: 10;
|
|
4608
4711
|
|
|
4609
|
-
|
|
4712
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4610
4713
|
|
|
4611
|
-
|
|
4714
|
+
content: ''
|
|
4612
4715
|
}
|
|
4613
|
-
@media only screen and (min-
|
|
4716
|
+
@media only screen and (min-width: 32em) {
|
|
4614
4717
|
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4615
4718
|
content: ''
|
|
4616
4719
|
}
|
|
4617
4720
|
}
|
|
4618
4721
|
.RelatedRichBlock-module_isCard__2naDz {
|
|
4619
4722
|
color: #fff;
|
|
4723
|
+
|
|
4620
4724
|
background-color: #191919
|
|
4621
4725
|
}
|
|
4622
|
-
@media only screen and (min-
|
|
4726
|
+
@media only screen and (min-width: 32em) {
|
|
4623
4727
|
.RelatedRichBlock-module_isCard__2naDz {
|
|
4624
4728
|
min-height: 350px
|
|
4625
4729
|
}
|
|
@@ -4627,18 +4731,18 @@ a mark {
|
|
|
4627
4731
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4628
4732
|
background-color: transparent
|
|
4629
4733
|
}
|
|
4630
|
-
@media only screen and (min-
|
|
4734
|
+
@media only screen and (min-width: 32em) {
|
|
4631
4735
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4632
4736
|
position: absolute;
|
|
4633
|
-
z-index: 10;
|
|
4634
4737
|
right: 0;
|
|
4635
4738
|
bottom: 0;
|
|
4636
4739
|
left: 0;
|
|
4740
|
+
z-index: 10;
|
|
4637
4741
|
|
|
4638
4742
|
min-height: 295px
|
|
4639
4743
|
}
|
|
4640
4744
|
}
|
|
4641
|
-
@media only screen and (min-
|
|
4745
|
+
@media only screen and (min-width: 32em) {
|
|
4642
4746
|
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4643
4747
|
padding-bottom: 66.66%;
|
|
4644
4748
|
|
|
@@ -4650,7 +4754,7 @@ a mark {
|
|
|
4650
4754
|
|
|
4651
4755
|
width: 100%
|
|
4652
4756
|
}
|
|
4653
|
-
@media only screen and (min-
|
|
4757
|
+
@media only screen and (min-width: 32em) {
|
|
4654
4758
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4655
4759
|
position: absolute;
|
|
4656
4760
|
top: 0;
|
|
@@ -4664,7 +4768,7 @@ a mark {
|
|
|
4664
4768
|
|
|
4665
4769
|
content: ''
|
|
4666
4770
|
}
|
|
4667
|
-
@media only screen and (min-
|
|
4771
|
+
@media only screen and (min-width: 32em) {
|
|
4668
4772
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4669
4773
|
content: none
|
|
4670
4774
|
}
|
|
@@ -4679,7 +4783,7 @@ a mark {
|
|
|
4679
4783
|
|
|
4680
4784
|
transform: translate(-50%, -50%)
|
|
4681
4785
|
}
|
|
4682
|
-
@media only screen and (min-
|
|
4786
|
+
@media only screen and (min-width: 32em) {
|
|
4683
4787
|
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4684
4788
|
top: 25%;
|
|
4685
4789
|
|
|
@@ -4688,16 +4792,16 @@ a mark {
|
|
|
4688
4792
|
}
|
|
4689
4793
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4690
4794
|
position: absolute;
|
|
4691
|
-
z-index: 10;
|
|
4692
4795
|
top: 14px;
|
|
4693
4796
|
right: 15px;
|
|
4694
4797
|
left: 15px;
|
|
4798
|
+
z-index: 10;
|
|
4695
4799
|
|
|
4696
4800
|
color: rgba(255, 255, 255, 0.7);
|
|
4697
4801
|
|
|
4698
4802
|
font-size: 12px
|
|
4699
4803
|
}
|
|
4700
|
-
@media only screen and (min-
|
|
4804
|
+
@media only screen and (min-width: 64em) {
|
|
4701
4805
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4702
4806
|
top: 16px;
|
|
4703
4807
|
right: 20px;
|
|
@@ -4717,14 +4821,14 @@ a mark {
|
|
|
4717
4821
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4718
4822
|
color: rgba(0, 0, 0, 0.7);
|
|
4719
4823
|
}
|
|
4720
|
-
@media only screen and (min-
|
|
4824
|
+
@media only screen and (min-width: 32em) {
|
|
4721
4825
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4722
4826
|
color: #fff;
|
|
4723
4827
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4724
4828
|
}
|
|
4725
4829
|
}
|
|
4726
4830
|
/* Display */
|
|
4727
|
-
@media only screen and (min-
|
|
4831
|
+
@media only screen and (min-width: 32em) {
|
|
4728
4832
|
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4729
4833
|
display: none
|
|
4730
4834
|
}
|
|
@@ -4732,7 +4836,7 @@ a mark {
|
|
|
4732
4836
|
.RelatedRichBlock-module_desktop__trL0D {
|
|
4733
4837
|
display: none
|
|
4734
4838
|
}
|
|
4735
|
-
@media only screen and (min-
|
|
4839
|
+
@media only screen and (min-width: 32em) {
|
|
4736
4840
|
.RelatedRichBlock-module_desktop__trL0D {
|
|
4737
4841
|
display: block
|
|
4738
4842
|
}
|
|
@@ -4751,89 +4855,144 @@ a mark {
|
|
|
4751
4855
|
/* 511 */
|
|
4752
4856
|
/* 1023 */
|
|
4753
4857
|
/* Zindex */
|
|
4754
|
-
.
|
|
4755
|
-
|
|
4756
|
-
margin: 0;
|
|
4757
|
-
padding: 0 1px 0 0;
|
|
4758
|
-
|
|
4759
|
-
cursor: pointer;
|
|
4858
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4859
|
+
position: relative;
|
|
4760
4860
|
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4861
|
+
margin: 15px 0
|
|
4862
|
+
}
|
|
4863
|
+
@media only screen and (min-width: 32em) {
|
|
4864
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4865
|
+
margin: 25px 0 20px
|
|
4866
|
+
}
|
|
4867
|
+
}
|
|
4868
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4869
|
+
margin-top: 0;
|
|
4870
|
+
}
|
|
4871
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4872
|
+
margin-bottom: 0;
|
|
4873
|
+
}
|
|
4874
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4875
|
+
width: 100%;
|
|
4876
|
+
max-width: 650px;
|
|
4877
|
+
margin-right: auto;
|
|
4878
|
+
margin-left: auto;
|
|
4765
4879
|
|
|
4766
4880
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4767
|
-
font-size: 12px;
|
|
4768
|
-
font-weight: 600;
|
|
4769
|
-
line-height: 1;
|
|
4770
|
-
|
|
4771
|
-
-webkit-appearance: none;
|
|
4772
|
-
|
|
4773
|
-
-moz-appearance: none;
|
|
4774
|
-
|
|
4775
|
-
appearance: none;
|
|
4776
4881
|
}
|
|
4777
|
-
.
|
|
4882
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4883
|
+
position: relative;
|
|
4884
|
+
transition: min-height 350ms ease;
|
|
4885
|
+
min-height: 170px;
|
|
4886
|
+
}
|
|
4887
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4778
4888
|
position: absolute;
|
|
4889
|
+
z-index: 10;
|
|
4779
4890
|
top: 0;
|
|
4780
|
-
right:
|
|
4891
|
+
right: -20px;
|
|
4781
4892
|
bottom: 0;
|
|
4782
|
-
left:
|
|
4893
|
+
left: -20px;
|
|
4783
4894
|
|
|
4784
|
-
|
|
4895
|
+
display: -webkit-box;
|
|
4896
|
+
|
|
4897
|
+
display: -webkit-flex;
|
|
4898
|
+
|
|
4899
|
+
display: -ms-flexbox;
|
|
4900
|
+
|
|
4901
|
+
display: flex;
|
|
4902
|
+
align-items: center;
|
|
4903
|
+
flex-flow: column nowrap;
|
|
4904
|
+
justify-content: center;
|
|
4905
|
+
|
|
4906
|
+
padding: 30px 20px;
|
|
4907
|
+
|
|
4908
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4909
|
+
|
|
4910
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4911
|
+
background-repeat: no-repeat;
|
|
4912
|
+
background-position: center top;
|
|
4913
|
+
background-size: cover
|
|
4785
4914
|
}
|
|
4786
|
-
|
|
4787
|
-
|
|
4915
|
+
@media only screen and (min-width: 32em) {
|
|
4916
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4917
|
+
right: 0;
|
|
4918
|
+
left: 0
|
|
4788
4919
|
}
|
|
4789
|
-
|
|
4920
|
+
}
|
|
4921
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4922
|
+
-webkit-user-select: none;
|
|
4923
|
+
-moz-user-select: none;
|
|
4924
|
+
-ms-user-select: none;
|
|
4925
|
+
user-select: none;
|
|
4926
|
+
|
|
4790
4927
|
color: #fff;
|
|
4791
|
-
}
|
|
4792
|
-
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4793
|
-
opacity: 0.6;
|
|
4794
|
-
}
|
|
4795
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4796
|
-
color: #262626;
|
|
4797
4928
|
|
|
4798
|
-
|
|
4929
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4799
4930
|
}
|
|
4800
|
-
.
|
|
4801
|
-
|
|
4931
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4932
|
+
display: block;
|
|
4802
4933
|
|
|
4803
|
-
|
|
4934
|
+
width: 100%;
|
|
4935
|
+
max-width: 368px;
|
|
4936
|
+
margin-top: 0;
|
|
4937
|
+
margin-bottom: 24px;
|
|
4938
|
+
|
|
4939
|
+
text-align: center;
|
|
4940
|
+
|
|
4941
|
+
font-size: 16px;
|
|
4942
|
+
line-height: 22px;
|
|
4804
4943
|
}
|
|
4805
|
-
.
|
|
4806
|
-
|
|
4944
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4945
|
+
width: 100%;
|
|
4946
|
+
max-width: 348px;
|
|
4947
|
+
margin: 0 auto;
|
|
4807
4948
|
}
|
|
4808
|
-
.
|
|
4809
|
-
|
|
4949
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4950
|
+
max-width: 650px
|
|
4810
4951
|
}
|
|
4811
|
-
|
|
4812
|
-
|
|
4952
|
+
@media only screen and (min-width: 32em) {
|
|
4953
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4954
|
+
margin-right: auto;
|
|
4955
|
+
margin-left: auto
|
|
4813
4956
|
}
|
|
4814
|
-
|
|
4815
|
-
|
|
4957
|
+
}
|
|
4958
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4959
|
+
max-width: 980px
|
|
4816
4960
|
}
|
|
4817
|
-
|
|
4818
|
-
|
|
4961
|
+
@media only screen and (min-width: 32em) {
|
|
4962
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
4963
|
+
margin-right: auto;
|
|
4964
|
+
margin-left: auto
|
|
4819
4965
|
}
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
vertical-align: middle;
|
|
4966
|
+
}
|
|
4967
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_container__1Wtix {
|
|
4968
|
+
margin-right: -20px;
|
|
4969
|
+
margin-left: -20px
|
|
4826
4970
|
}
|
|
4827
|
-
|
|
4828
|
-
|
|
4971
|
+
@media only screen and (min-width: 32em) {
|
|
4972
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_container__1Wtix {
|
|
4973
|
+
margin-right: 0;
|
|
4974
|
+
margin-left: 0
|
|
4829
4975
|
}
|
|
4830
|
-
|
|
4831
|
-
|
|
4976
|
+
}
|
|
4977
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
4978
|
+
max-width: 100%;
|
|
4979
|
+
}
|
|
4980
|
+
@media only screen and (min-width: 32em) {
|
|
4981
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_container__1Wtix {
|
|
4982
|
+
margin-right: -15px;
|
|
4983
|
+
margin-left: -15px
|
|
4984
|
+
}
|
|
4985
|
+
}
|
|
4986
|
+
/* STATE */
|
|
4987
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4988
|
+
visibility: hidden;
|
|
4832
4989
|
|
|
4833
|
-
|
|
4990
|
+
pointer-events: none;
|
|
4991
|
+
|
|
4992
|
+
opacity: 0;
|
|
4834
4993
|
}
|
|
4835
|
-
.
|
|
4836
|
-
|
|
4994
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
4995
|
+
min-height: 0;
|
|
4837
4996
|
}
|
|
4838
4997
|
|
|
4839
4998
|
/* Colors */
|
|
@@ -4854,7 +5013,7 @@ a mark {
|
|
|
4854
5013
|
|
|
4855
5014
|
margin: 15px 0
|
|
4856
5015
|
}
|
|
4857
|
-
@media only screen and (min-
|
|
5016
|
+
@media only screen and (min-width: 32em) {
|
|
4858
5017
|
.EmbedBlock-module_root__28k9U {
|
|
4859
5018
|
margin: 25px 0 20px
|
|
4860
5019
|
}
|
|
@@ -4888,6 +5047,16 @@ a mark {
|
|
|
4888
5047
|
display: flex;
|
|
4889
5048
|
flex-flow: column nowrap;
|
|
4890
5049
|
}
|
|
5050
|
+
.EmbedBlock-module_gameEmbed__AZQSo {
|
|
5051
|
+
width: 100%;
|
|
5052
|
+
max-width: 650px;
|
|
5053
|
+
margin: 0 auto;
|
|
5054
|
+
|
|
5055
|
+
border-radius: 2px;
|
|
5056
|
+
background: #fff;
|
|
5057
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
5058
|
+
}
|
|
5059
|
+
.EmbedBlock-module_gameEmbed__AZQSo iframe,
|
|
4891
5060
|
.EmbedBlock-module_objectWrap__1aDVd iframe {
|
|
4892
5061
|
display: block;
|
|
4893
5062
|
|
|
@@ -4909,23 +5078,11 @@ a mark {
|
|
|
4909
5078
|
width: 100%;
|
|
4910
5079
|
height: auto;
|
|
4911
5080
|
}
|
|
4912
|
-
.EmbedBlock-module_attachment__2pE0t {
|
|
4913
|
-
display: -webkit-box;
|
|
4914
|
-
display: -webkit-flex;
|
|
4915
|
-
display: -ms-flexbox;
|
|
4916
|
-
display: flex;
|
|
4917
|
-
align-items: flex-end;
|
|
4918
|
-
flex-direction: row;
|
|
4919
|
-
flex-wrap: nowrap;
|
|
4920
|
-
}
|
|
4921
|
-
.EmbedBlock-module_attachment__2pE0t figcaption {
|
|
4922
|
-
padding-left: 12px;
|
|
4923
|
-
}
|
|
4924
5081
|
.EmbedBlock-module_default__LSDny,
|
|
4925
5082
|
.EmbedBlock-module_xs__1hFgW {
|
|
4926
5083
|
max-width: 650px
|
|
4927
5084
|
}
|
|
4928
|
-
@media only screen and (min-
|
|
5085
|
+
@media only screen and (min-width: 32em) {
|
|
4929
5086
|
.EmbedBlock-module_default__LSDny,
|
|
4930
5087
|
.EmbedBlock-module_xs__1hFgW {
|
|
4931
5088
|
margin-right: auto;
|
|
@@ -4935,26 +5092,16 @@ a mark {
|
|
|
4935
5092
|
.EmbedBlock-module_full__1TEjx {
|
|
4936
5093
|
max-width: 980px
|
|
4937
5094
|
}
|
|
4938
|
-
@media only screen and (min-
|
|
5095
|
+
@media only screen and (min-width: 32em) {
|
|
4939
5096
|
.EmbedBlock-module_full__1TEjx {
|
|
4940
5097
|
margin-right: auto;
|
|
4941
5098
|
margin-left: auto
|
|
4942
5099
|
}
|
|
4943
5100
|
}
|
|
4944
|
-
.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
|
|
4945
|
-
margin-right: -20px;
|
|
4946
|
-
margin-left: -20px
|
|
4947
|
-
}
|
|
4948
|
-
@media only screen and (min-device-width: 32em) {
|
|
4949
|
-
.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7 {
|
|
4950
|
-
margin-right: 0;
|
|
4951
|
-
margin-left: 0
|
|
4952
|
-
}
|
|
4953
|
-
}
|
|
4954
5101
|
.EmbedBlock-module_super_full__1Fn9A {
|
|
4955
5102
|
max-width: 100%;
|
|
4956
5103
|
}
|
|
4957
|
-
@media only screen and (min-
|
|
5104
|
+
@media only screen and (min-width: 32em) {
|
|
4958
5105
|
.EmbedBlock-module_super_full__1Fn9A .EmbedBlock-module_figure__vAvcN {
|
|
4959
5106
|
margin-right: -15px;
|
|
4960
5107
|
margin-left: -15px
|
|
@@ -4966,12 +5113,12 @@ a mark {
|
|
|
4966
5113
|
.EmbedBlock-module_isInGroupedBlock__3r_i- {
|
|
4967
5114
|
max-width: none
|
|
4968
5115
|
}
|
|
4969
|
-
@media only screen and (min-
|
|
5116
|
+
@media only screen and (min-width: 32em) {
|
|
4970
5117
|
.EmbedBlock-module_isInGroupedBlock__3r_i- {
|
|
4971
5118
|
margin: 0
|
|
4972
5119
|
}
|
|
4973
5120
|
}
|
|
4974
|
-
@media only screen and (min-
|
|
5121
|
+
@media only screen and (min-width: 32em) {
|
|
4975
5122
|
.EmbedBlock-module_isInGroupedBlock__3r_i- .EmbedBlock-module_figure__vAvcN {
|
|
4976
5123
|
margin: 0
|
|
4977
5124
|
}
|
|
@@ -5001,40 +5148,6 @@ a mark {
|
|
|
5001
5148
|
background-position: center;
|
|
5002
5149
|
background-size: 70px 70px;
|
|
5003
5150
|
}
|
|
5004
|
-
.EmbedBlock-module_gameEmbed__AZQSo {
|
|
5005
|
-
width: 100%;
|
|
5006
|
-
max-width: 650px;
|
|
5007
|
-
margin: 0 auto;
|
|
5008
|
-
|
|
5009
|
-
border-radius: 2px;
|
|
5010
|
-
background: #fff;
|
|
5011
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
5012
|
-
}
|
|
5013
|
-
.EmbedBlock-module_gameEmbed__AZQSo iframe {
|
|
5014
|
-
display: block;
|
|
5015
|
-
|
|
5016
|
-
width: 100%;
|
|
5017
|
-
|
|
5018
|
-
border-width: 0;
|
|
5019
|
-
}
|
|
5020
|
-
@media only screen and (min-device-width: 32em) {
|
|
5021
|
-
.EmbedBlock-module_mobile__1P-eo {
|
|
5022
|
-
display: none
|
|
5023
|
-
}
|
|
5024
|
-
}
|
|
5025
|
-
.EmbedBlock-module_mobile__1P-eo:first-child .EmbedBlock-module_figure__vAvcN {
|
|
5026
|
-
overflow: hidden;
|
|
5027
|
-
|
|
5028
|
-
border-radius: 8px 8px 0 0;
|
|
5029
|
-
}
|
|
5030
|
-
.EmbedBlock-module_desktop__SF5a_ {
|
|
5031
|
-
display: none
|
|
5032
|
-
}
|
|
5033
|
-
@media only screen and (min-device-width: 32em) {
|
|
5034
|
-
.EmbedBlock-module_desktop__SF5a_ {
|
|
5035
|
-
display: block
|
|
5036
|
-
}
|
|
5037
|
-
}
|
|
5038
5151
|
.EmbedBlock-module_control__xr8dZ {
|
|
5039
5152
|
position: absolute;
|
|
5040
5153
|
z-index: 10;
|
|
@@ -5058,12 +5171,14 @@ a mark {
|
|
|
5058
5171
|
.EmbedBlock-module_raw_html__MQoAA {
|
|
5059
5172
|
margin: 0 auto;
|
|
5060
5173
|
}
|
|
5174
|
+
.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7,
|
|
5061
5175
|
.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5062
5176
|
.EmbedBlock-module_figure__vAvcN {
|
|
5063
5177
|
margin-right: -20px;
|
|
5064
5178
|
margin-left: -20px
|
|
5065
5179
|
}
|
|
5066
|
-
@media only screen and (min-
|
|
5180
|
+
@media only screen and (min-width: 32em) {
|
|
5181
|
+
.EmbedBlock-module_full__1TEjx .EmbedBlock-module_object__2_UZ7,
|
|
5067
5182
|
.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5068
5183
|
.EmbedBlock-module_figure__vAvcN {
|
|
5069
5184
|
margin-right: auto;
|
|
@@ -5079,7 +5194,7 @@ a mark {
|
|
|
5079
5194
|
margin-right: -11px;
|
|
5080
5195
|
margin-left: -11px
|
|
5081
5196
|
}
|
|
5082
|
-
@media only screen and (min-
|
|
5197
|
+
@media only screen and (min-width: 64em) {
|
|
5083
5198
|
.EmbedBlock-module_isInCard__37rtq.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5084
5199
|
.EmbedBlock-module_isInSlide__2ea5q.EmbedBlock-module_mobileFullwidth__QFFLH .EmbedBlock-module_object__2_UZ7,
|
|
5085
5200
|
.EmbedBlock-module_isInCard__37rtq .EmbedBlock-module_figure__vAvcN,
|
|
@@ -5098,7 +5213,7 @@ a mark {
|
|
|
5098
5213
|
|
|
5099
5214
|
border-radius: 0 0 8px 8px
|
|
5100
5215
|
}
|
|
5101
|
-
@media only screen and (min-
|
|
5216
|
+
@media only screen and (min-width: 64em) {
|
|
5102
5217
|
.EmbedBlock-module_isInCard__37rtq:not(.EmbedBlock-module_cc__1BQ5g):last-child,
|
|
5103
5218
|
.EmbedBlock-module_isInSlide__2ea5q:not(.EmbedBlock-module_cc__1BQ5g):last-child {
|
|
5104
5219
|
margin-bottom: -24px
|
|
@@ -5108,7 +5223,7 @@ a mark {
|
|
|
5108
5223
|
margin-top: 12px;
|
|
5109
5224
|
margin-bottom: 12px
|
|
5110
5225
|
}
|
|
5111
|
-
@media only screen and (min-
|
|
5226
|
+
@media only screen and (min-width: 64em) {
|
|
5112
5227
|
.EmbedBlock-module_isInAnswer__tLlgs {
|
|
5113
5228
|
margin-top: 10px;
|
|
5114
5229
|
margin-bottom: 10px
|
|
@@ -5131,22 +5246,27 @@ a mark {
|
|
|
5131
5246
|
.EmbedBlock-module_wrapper__33XvX .EmbedBlock-module_objectWrap__1aDVd {
|
|
5132
5247
|
position: static;
|
|
5133
5248
|
}
|
|
5134
|
-
/*
|
|
5135
|
-
@media only screen and (min-
|
|
5249
|
+
/* DEVICES */
|
|
5250
|
+
@media only screen and (min-width: 32em) {
|
|
5136
5251
|
.EmbedBlock-module_mobile__1P-eo {
|
|
5137
5252
|
display: none
|
|
5138
5253
|
}
|
|
5139
5254
|
}
|
|
5255
|
+
.EmbedBlock-module_mobile__1P-eo:first-child .EmbedBlock-module_figure__vAvcN {
|
|
5256
|
+
overflow: hidden;
|
|
5257
|
+
|
|
5258
|
+
border-radius: 8px 8px 0 0;
|
|
5259
|
+
}
|
|
5140
5260
|
.EmbedBlock-module_desktop__SF5a_ {
|
|
5141
5261
|
display: none
|
|
5142
5262
|
}
|
|
5143
|
-
@media only screen and (min-
|
|
5263
|
+
@media only screen and (min-width: 32em) {
|
|
5144
5264
|
.EmbedBlock-module_desktop__SF5a_ {
|
|
5145
5265
|
display: block
|
|
5146
5266
|
}
|
|
5147
5267
|
}
|
|
5148
5268
|
/* XS */
|
|
5149
|
-
@media only screen and (min-
|
|
5269
|
+
@media only screen and (min-width: 40.625em) {
|
|
5150
5270
|
.EmbedBlock-module_xs__1hFgW {
|
|
5151
5271
|
display: -webkit-box;
|
|
5152
5272
|
display: -webkit-flex;
|
|
@@ -5163,7 +5283,7 @@ a mark {
|
|
|
5163
5283
|
margin-right: 0;
|
|
5164
5284
|
margin-left: 0
|
|
5165
5285
|
}
|
|
5166
|
-
@media only screen and (min-
|
|
5286
|
+
@media only screen and (min-width: 40.625em) {
|
|
5167
5287
|
.EmbedBlock-module_xs__1hFgW .EmbedBlock-module_figure__vAvcN {
|
|
5168
5288
|
width: 216px;
|
|
5169
5289
|
margin-right: 15px
|