@meduza/ui-kit-2 0.1.10 → 0.1.11
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/DotsOnImage/DotsOnImage.types.d.ts +4 -0
- package/dist/Image/Image.types.d.ts +4 -1
- package/dist/ui-kit-2.cjs.development.js +31 -8
- 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 +31 -8
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +919 -908
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.module.css +19 -3
- package/src/DotsOnImage/DotsOnImage.types.ts +3 -0
- package/src/DotsOnImage/index.tsx +20 -6
- package/src/DotsOnImage/mock.json +92 -4
- package/src/EmbedBlock/EmbedBlock.tsx +1 -1
- package/src/EmbedBlock/mock.json +54 -0
- package/src/Footnote/Footnote.module.css +2 -3
- package/src/Image/Image.stories.tsx +1 -0
- package/src/Image/Image.types.ts +4 -1
- package/src/Image/index.tsx +12 -6
package/dist/ui-kit.css
CHANGED
|
@@ -1,247 +1,3 @@
|
|
|
1
|
-
/* Colors */
|
|
2
|
-
/* Fonts */
|
|
3
|
-
/* Gap */
|
|
4
|
-
/* Media */
|
|
5
|
-
/* 512 */
|
|
6
|
-
/* 650 */
|
|
7
|
-
/* 768 */
|
|
8
|
-
/* 1024 */
|
|
9
|
-
/* 1010 */
|
|
10
|
-
/* 1200 */
|
|
11
|
-
/* 511 */
|
|
12
|
-
/* 1023 */
|
|
13
|
-
/* Zindex */
|
|
14
|
-
.Button-module_root__RpsiW {
|
|
15
|
-
display: block;
|
|
16
|
-
|
|
17
|
-
padding: 0;
|
|
18
|
-
|
|
19
|
-
color: #fff;
|
|
20
|
-
|
|
21
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
22
|
-
line-height: 1;
|
|
23
|
-
text-align: center;
|
|
24
|
-
|
|
25
|
-
border-width: 0;
|
|
26
|
-
outline: none;
|
|
27
|
-
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
|
|
30
|
-
transition: background-color 0.15s ease-out;
|
|
31
|
-
|
|
32
|
-
-webkit-appearance: none;
|
|
33
|
-
|
|
34
|
-
-moz-appearance: none;
|
|
35
|
-
|
|
36
|
-
appearance: none;
|
|
37
|
-
-webkit-user-select: none;
|
|
38
|
-
-moz-user-select: none;
|
|
39
|
-
-ms-user-select: none;
|
|
40
|
-
user-select: none;
|
|
41
|
-
}
|
|
42
|
-
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
43
|
-
border: 0;
|
|
44
|
-
}
|
|
45
|
-
.Button-module_root__RpsiW[disabled] {
|
|
46
|
-
cursor: default;
|
|
47
|
-
|
|
48
|
-
opacity: 0.5;
|
|
49
|
-
|
|
50
|
-
pointer-events: none;
|
|
51
|
-
}
|
|
52
|
-
.Button-module_root__RpsiW > span:first-child {
|
|
53
|
-
margin-right: 4px;
|
|
54
|
-
}
|
|
55
|
-
.Button-module_root__RpsiW > span:last-child {
|
|
56
|
-
margin-left: 4px;
|
|
57
|
-
}
|
|
58
|
-
.Button-module_gold__ZMYg- {
|
|
59
|
-
background: #b88b59;
|
|
60
|
-
}
|
|
61
|
-
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
62
|
-
fill: #b88b59;
|
|
63
|
-
}
|
|
64
|
-
.Button-module_gold__ZMYg-:hover {
|
|
65
|
-
background-color: #9e784c
|
|
66
|
-
}
|
|
67
|
-
@media (hover: none) {
|
|
68
|
-
.Button-module_gold__ZMYg-:hover {
|
|
69
|
-
background-color: #b88b59
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
.Button-module_gold__ZMYg-:active {
|
|
73
|
-
background-color: #856440;
|
|
74
|
-
}
|
|
75
|
-
.Button-module_gray__3IM54 {
|
|
76
|
-
color: #000;
|
|
77
|
-
|
|
78
|
-
background-color: #f0f0f0;
|
|
79
|
-
}
|
|
80
|
-
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
81
|
-
fill: #545454;
|
|
82
|
-
}
|
|
83
|
-
.Button-module_gray__3IM54:hover {
|
|
84
|
-
background-color: #ebebeb
|
|
85
|
-
}
|
|
86
|
-
@media (hover: none) {
|
|
87
|
-
.Button-module_gray__3IM54:hover {
|
|
88
|
-
background-color: #ebebeb
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
.Button-module_gray__3IM54:active {
|
|
92
|
-
background-color: #e3e3e3;
|
|
93
|
-
}
|
|
94
|
-
.Button-module_sand__2AqVq {
|
|
95
|
-
background: #a18c68;
|
|
96
|
-
}
|
|
97
|
-
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
98
|
-
fill: #a18c68;
|
|
99
|
-
}
|
|
100
|
-
.Button-module_sand__2AqVq:hover {
|
|
101
|
-
background-color: #8a7654
|
|
102
|
-
}
|
|
103
|
-
@media (hover: none) {
|
|
104
|
-
.Button-module_sand__2AqVq:hover {
|
|
105
|
-
background-color: #a18c68
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
.Button-module_sand__2AqVq:active {
|
|
109
|
-
background-color: #7b6743;
|
|
110
|
-
}
|
|
111
|
-
.Button-module_dark__I0uXx {
|
|
112
|
-
color: #adadad;
|
|
113
|
-
|
|
114
|
-
background-color: #3a3a3a;
|
|
115
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
116
|
-
}
|
|
117
|
-
.Button-module_dark__I0uXx:hover {
|
|
118
|
-
background-color: #2e2e2e
|
|
119
|
-
}
|
|
120
|
-
@media (hover: none) {
|
|
121
|
-
.Button-module_dark__I0uXx:hover {
|
|
122
|
-
background-color: #3a3a3a
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
.Button-module_dark__I0uXx:active {
|
|
126
|
-
background-color: #242424;
|
|
127
|
-
}
|
|
128
|
-
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
129
|
-
fill: #3a3a3a;
|
|
130
|
-
}
|
|
131
|
-
.Button-module_light__1Y4hG {
|
|
132
|
-
color: #000;
|
|
133
|
-
|
|
134
|
-
background-color: #fff;
|
|
135
|
-
}
|
|
136
|
-
.Button-module_light__1Y4hG:hover {
|
|
137
|
-
background-color: #ebebeb
|
|
138
|
-
}
|
|
139
|
-
@media (hover: none) {
|
|
140
|
-
.Button-module_light__1Y4hG:hover {
|
|
141
|
-
background-color: #fff
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
.Button-module_light__1Y4hG:active {
|
|
145
|
-
background-color: #e3e3e3;
|
|
146
|
-
}
|
|
147
|
-
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
148
|
-
fill: #fff;
|
|
149
|
-
}
|
|
150
|
-
.Button-module_black__3sG3Y {
|
|
151
|
-
color: #7e7d7b;
|
|
152
|
-
|
|
153
|
-
background-color: #000;
|
|
154
|
-
}
|
|
155
|
-
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
156
|
-
fill: #7e7d7b;
|
|
157
|
-
}
|
|
158
|
-
.Button-module_black__3sG3Y:hover {
|
|
159
|
-
background-color: #141414
|
|
160
|
-
}
|
|
161
|
-
@media (hover: none) {
|
|
162
|
-
.Button-module_black__3sG3Y:hover {
|
|
163
|
-
background: #141414
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
.Button-module_black__3sG3Y:active {
|
|
167
|
-
background-color: #242424;
|
|
168
|
-
}
|
|
169
|
-
.Button-module_red__3Niou {
|
|
170
|
-
background-color: #f95a5a;
|
|
171
|
-
}
|
|
172
|
-
.Button-module_red__3Niou:hover {
|
|
173
|
-
background-color: #e65353
|
|
174
|
-
}
|
|
175
|
-
@media (hover: none) {
|
|
176
|
-
.Button-module_red__3Niou:hover {
|
|
177
|
-
background: #f95a5a
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
.Button-module_red__3Niou:active {
|
|
181
|
-
background-color: #d44d4d;
|
|
182
|
-
}
|
|
183
|
-
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
184
|
-
fill: #141414;
|
|
185
|
-
}
|
|
186
|
-
.Button-module_default__28Vo_ {
|
|
187
|
-
width: 100%;
|
|
188
|
-
height: 42px;
|
|
189
|
-
padding: 7px 18px 6px;
|
|
190
|
-
|
|
191
|
-
font-weight: 600;
|
|
192
|
-
|
|
193
|
-
font-size: 12px;
|
|
194
|
-
line-height: 22px;
|
|
195
|
-
|
|
196
|
-
letter-spacing: 1px;
|
|
197
|
-
text-transform: uppercase;
|
|
198
|
-
|
|
199
|
-
border-radius: 8px
|
|
200
|
-
}
|
|
201
|
-
@media only screen and (min-device-width: 64em) {
|
|
202
|
-
.Button-module_default__28Vo_ {
|
|
203
|
-
font-size: 14px;
|
|
204
|
-
line-height: 16px
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
.Button-module_isInSpoiler__2Yl8c svg {
|
|
208
|
-
margin-top: -2px;
|
|
209
|
-
margin-left: 6px;
|
|
210
|
-
}
|
|
211
|
-
.Button-module_ghost__3awCW {
|
|
212
|
-
|
|
213
|
-
color: inherit;
|
|
214
|
-
font-weight: inherit;
|
|
215
|
-
font-size: inherit;
|
|
216
|
-
|
|
217
|
-
font-family: inherit;
|
|
218
|
-
letter-spacing: inherit;
|
|
219
|
-
text-transform: none;
|
|
220
|
-
|
|
221
|
-
background-color: transparent;
|
|
222
|
-
}
|
|
223
|
-
.Button-module_isInDropdown__1ogKL {
|
|
224
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
225
|
-
}
|
|
226
|
-
.Button-module_black__3sG3Y[disabled],
|
|
227
|
-
.Button-module_sand__2AqVq[disabled] {
|
|
228
|
-
opacity: 0.3;
|
|
229
|
-
}
|
|
230
|
-
/* LOADING */
|
|
231
|
-
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
232
|
-
|
|
233
|
-
background-color: transparent;
|
|
234
|
-
box-shadow: none;
|
|
235
|
-
cursor: default;
|
|
236
|
-
|
|
237
|
-
pointer-events: none;
|
|
238
|
-
}
|
|
239
|
-
.Button-module_loader__2pl6d {
|
|
240
|
-
display: block;
|
|
241
|
-
|
|
242
|
-
margin-top: -1px;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
1
|
/* Colors */
|
|
246
2
|
/* Fonts */
|
|
247
3
|
/* Gap */
|
|
@@ -649,18 +405,262 @@
|
|
|
649
405
|
/* 511 */
|
|
650
406
|
/* 1023 */
|
|
651
407
|
/* Zindex */
|
|
652
|
-
.
|
|
653
|
-
position: relative;
|
|
654
|
-
z-index: 1;
|
|
655
|
-
|
|
408
|
+
.Button-module_root__RpsiW {
|
|
656
409
|
display: block;
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
410
|
+
|
|
411
|
+
padding: 0;
|
|
412
|
+
|
|
413
|
+
color: #fff;
|
|
414
|
+
|
|
415
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
416
|
+
line-height: 1;
|
|
417
|
+
text-align: center;
|
|
418
|
+
|
|
419
|
+
border-width: 0;
|
|
420
|
+
outline: none;
|
|
421
|
+
|
|
422
|
+
cursor: pointer;
|
|
423
|
+
|
|
424
|
+
transition: background-color 0.15s ease-out;
|
|
425
|
+
|
|
426
|
+
-webkit-appearance: none;
|
|
427
|
+
|
|
428
|
+
-moz-appearance: none;
|
|
429
|
+
|
|
430
|
+
appearance: none;
|
|
431
|
+
-webkit-user-select: none;
|
|
432
|
+
-moz-user-select: none;
|
|
433
|
+
-ms-user-select: none;
|
|
434
|
+
user-select: none;
|
|
435
|
+
}
|
|
436
|
+
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
437
|
+
border: 0;
|
|
438
|
+
}
|
|
439
|
+
.Button-module_root__RpsiW[disabled] {
|
|
440
|
+
cursor: default;
|
|
441
|
+
|
|
442
|
+
opacity: 0.5;
|
|
443
|
+
|
|
444
|
+
pointer-events: none;
|
|
445
|
+
}
|
|
446
|
+
.Button-module_root__RpsiW > span:first-child {
|
|
447
|
+
margin-right: 4px;
|
|
448
|
+
}
|
|
449
|
+
.Button-module_root__RpsiW > span:last-child {
|
|
450
|
+
margin-left: 4px;
|
|
451
|
+
}
|
|
452
|
+
.Button-module_gold__ZMYg- {
|
|
453
|
+
background: #b88b59;
|
|
454
|
+
}
|
|
455
|
+
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
456
|
+
fill: #b88b59;
|
|
457
|
+
}
|
|
458
|
+
.Button-module_gold__ZMYg-:hover {
|
|
459
|
+
background-color: #9e784c
|
|
460
|
+
}
|
|
461
|
+
@media (hover: none) {
|
|
462
|
+
.Button-module_gold__ZMYg-:hover {
|
|
463
|
+
background-color: #b88b59
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
.Button-module_gold__ZMYg-:active {
|
|
467
|
+
background-color: #856440;
|
|
468
|
+
}
|
|
469
|
+
.Button-module_gray__3IM54 {
|
|
470
|
+
color: #000;
|
|
471
|
+
|
|
472
|
+
background-color: #f0f0f0;
|
|
473
|
+
}
|
|
474
|
+
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
475
|
+
fill: #545454;
|
|
476
|
+
}
|
|
477
|
+
.Button-module_gray__3IM54:hover {
|
|
478
|
+
background-color: #ebebeb
|
|
479
|
+
}
|
|
480
|
+
@media (hover: none) {
|
|
481
|
+
.Button-module_gray__3IM54:hover {
|
|
482
|
+
background-color: #ebebeb
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
.Button-module_gray__3IM54:active {
|
|
486
|
+
background-color: #e3e3e3;
|
|
487
|
+
}
|
|
488
|
+
.Button-module_sand__2AqVq {
|
|
489
|
+
background: #a18c68;
|
|
490
|
+
}
|
|
491
|
+
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
492
|
+
fill: #a18c68;
|
|
493
|
+
}
|
|
494
|
+
.Button-module_sand__2AqVq:hover {
|
|
495
|
+
background-color: #8a7654
|
|
496
|
+
}
|
|
497
|
+
@media (hover: none) {
|
|
498
|
+
.Button-module_sand__2AqVq:hover {
|
|
499
|
+
background-color: #a18c68
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
.Button-module_sand__2AqVq:active {
|
|
503
|
+
background-color: #7b6743;
|
|
504
|
+
}
|
|
505
|
+
.Button-module_dark__I0uXx {
|
|
506
|
+
color: #adadad;
|
|
507
|
+
|
|
508
|
+
background-color: #3a3a3a;
|
|
509
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
510
|
+
}
|
|
511
|
+
.Button-module_dark__I0uXx:hover {
|
|
512
|
+
background-color: #2e2e2e
|
|
513
|
+
}
|
|
514
|
+
@media (hover: none) {
|
|
515
|
+
.Button-module_dark__I0uXx:hover {
|
|
516
|
+
background-color: #3a3a3a
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
.Button-module_dark__I0uXx:active {
|
|
520
|
+
background-color: #242424;
|
|
521
|
+
}
|
|
522
|
+
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
523
|
+
fill: #3a3a3a;
|
|
524
|
+
}
|
|
525
|
+
.Button-module_light__1Y4hG {
|
|
526
|
+
color: #000;
|
|
527
|
+
|
|
528
|
+
background-color: #fff;
|
|
529
|
+
}
|
|
530
|
+
.Button-module_light__1Y4hG:hover {
|
|
531
|
+
background-color: #ebebeb
|
|
532
|
+
}
|
|
533
|
+
@media (hover: none) {
|
|
534
|
+
.Button-module_light__1Y4hG:hover {
|
|
535
|
+
background-color: #fff
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
.Button-module_light__1Y4hG:active {
|
|
539
|
+
background-color: #e3e3e3;
|
|
540
|
+
}
|
|
541
|
+
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
542
|
+
fill: #fff;
|
|
543
|
+
}
|
|
544
|
+
.Button-module_black__3sG3Y {
|
|
545
|
+
color: #7e7d7b;
|
|
546
|
+
|
|
547
|
+
background-color: #000;
|
|
548
|
+
}
|
|
549
|
+
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
550
|
+
fill: #7e7d7b;
|
|
551
|
+
}
|
|
552
|
+
.Button-module_black__3sG3Y:hover {
|
|
553
|
+
background-color: #141414
|
|
554
|
+
}
|
|
555
|
+
@media (hover: none) {
|
|
556
|
+
.Button-module_black__3sG3Y:hover {
|
|
557
|
+
background: #141414
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
.Button-module_black__3sG3Y:active {
|
|
561
|
+
background-color: #242424;
|
|
562
|
+
}
|
|
563
|
+
.Button-module_red__3Niou {
|
|
564
|
+
background-color: #f95a5a;
|
|
565
|
+
}
|
|
566
|
+
.Button-module_red__3Niou:hover {
|
|
567
|
+
background-color: #e65353
|
|
568
|
+
}
|
|
569
|
+
@media (hover: none) {
|
|
570
|
+
.Button-module_red__3Niou:hover {
|
|
571
|
+
background: #f95a5a
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
.Button-module_red__3Niou:active {
|
|
575
|
+
background-color: #d44d4d;
|
|
576
|
+
}
|
|
577
|
+
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
578
|
+
fill: #141414;
|
|
579
|
+
}
|
|
580
|
+
.Button-module_default__28Vo_ {
|
|
581
|
+
width: 100%;
|
|
582
|
+
height: 42px;
|
|
583
|
+
padding: 7px 18px 6px;
|
|
584
|
+
|
|
585
|
+
font-weight: 600;
|
|
586
|
+
|
|
587
|
+
font-size: 12px;
|
|
588
|
+
line-height: 22px;
|
|
589
|
+
|
|
590
|
+
letter-spacing: 1px;
|
|
591
|
+
text-transform: uppercase;
|
|
592
|
+
|
|
593
|
+
border-radius: 8px
|
|
594
|
+
}
|
|
595
|
+
@media only screen and (min-device-width: 64em) {
|
|
596
|
+
.Button-module_default__28Vo_ {
|
|
597
|
+
font-size: 14px;
|
|
598
|
+
line-height: 16px
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
.Button-module_isInSpoiler__2Yl8c svg {
|
|
602
|
+
margin-top: -2px;
|
|
603
|
+
margin-left: 6px;
|
|
604
|
+
}
|
|
605
|
+
.Button-module_ghost__3awCW {
|
|
606
|
+
|
|
607
|
+
color: inherit;
|
|
608
|
+
font-weight: inherit;
|
|
609
|
+
font-size: inherit;
|
|
610
|
+
|
|
611
|
+
font-family: inherit;
|
|
612
|
+
letter-spacing: inherit;
|
|
613
|
+
text-transform: none;
|
|
614
|
+
|
|
615
|
+
background-color: transparent;
|
|
616
|
+
}
|
|
617
|
+
.Button-module_isInDropdown__1ogKL {
|
|
618
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
619
|
+
}
|
|
620
|
+
.Button-module_black__3sG3Y[disabled],
|
|
621
|
+
.Button-module_sand__2AqVq[disabled] {
|
|
622
|
+
opacity: 0.3;
|
|
623
|
+
}
|
|
624
|
+
/* LOADING */
|
|
625
|
+
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
626
|
+
|
|
627
|
+
background-color: transparent;
|
|
628
|
+
box-shadow: none;
|
|
629
|
+
cursor: default;
|
|
630
|
+
|
|
631
|
+
pointer-events: none;
|
|
632
|
+
}
|
|
633
|
+
.Button-module_loader__2pl6d {
|
|
634
|
+
display: block;
|
|
635
|
+
|
|
636
|
+
margin-top: -1px;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/* Colors */
|
|
640
|
+
/* Fonts */
|
|
641
|
+
/* Gap */
|
|
642
|
+
/* Media */
|
|
643
|
+
/* 512 */
|
|
644
|
+
/* 650 */
|
|
645
|
+
/* 768 */
|
|
646
|
+
/* 1024 */
|
|
647
|
+
/* 1010 */
|
|
648
|
+
/* 1200 */
|
|
649
|
+
/* 511 */
|
|
650
|
+
/* 1023 */
|
|
651
|
+
/* Zindex */
|
|
652
|
+
.Image-module_root__1vsA_ {
|
|
653
|
+
position: relative;
|
|
654
|
+
z-index: 1;
|
|
655
|
+
|
|
656
|
+
display: block;
|
|
657
|
+
overflow: hidden
|
|
658
|
+
}
|
|
659
|
+
@media only screen and (min-device-width: 32em) {
|
|
660
|
+
.Image-module_root__1vsA_ {
|
|
661
|
+
border-radius: inherit
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
664
|
.Image-module_placeholder__1p4ob,
|
|
665
665
|
.Image-module_root__1vsA_ img {
|
|
666
666
|
position: absolute;
|
|
@@ -733,8 +733,28 @@
|
|
|
733
733
|
/* 511 */
|
|
734
734
|
/* 1023 */
|
|
735
735
|
/* Zindex */
|
|
736
|
-
.
|
|
737
|
-
|
|
736
|
+
.Lazy-module_root__2Z72l {
|
|
737
|
+
display: block;
|
|
738
|
+
}
|
|
739
|
+
.Lazy-module_visible__3-SdX {
|
|
740
|
+
color: red;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
/* Colors */
|
|
744
|
+
/* Fonts */
|
|
745
|
+
/* Gap */
|
|
746
|
+
/* Media */
|
|
747
|
+
/* 512 */
|
|
748
|
+
/* 650 */
|
|
749
|
+
/* 768 */
|
|
750
|
+
/* 1024 */
|
|
751
|
+
/* 1010 */
|
|
752
|
+
/* 1200 */
|
|
753
|
+
/* 511 */
|
|
754
|
+
/* 1023 */
|
|
755
|
+
/* Zindex */
|
|
756
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
757
|
+
position: relative;
|
|
738
758
|
|
|
739
759
|
display: block;
|
|
740
760
|
}
|
|
@@ -768,13 +788,24 @@
|
|
|
768
788
|
|
|
769
789
|
appearance: none;
|
|
770
790
|
}
|
|
791
|
+
.DotsOnImage-module_dot__H1wua svg {
|
|
792
|
+
display: block;
|
|
793
|
+
}
|
|
771
794
|
.DotsOnImage-module_popover__35Cpj {
|
|
772
795
|
position: absolute;
|
|
773
796
|
z-index: 10;
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
797
|
+
}
|
|
798
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
799
|
+
transform: translateX(50px);
|
|
800
|
+
}
|
|
801
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
802
|
+
transform: translateX(-100%) translateX(-22px);
|
|
803
|
+
}
|
|
804
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
805
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
806
|
+
}
|
|
807
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
808
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%) translateY(22px);
|
|
778
809
|
}
|
|
779
810
|
.DotsOnImage-module_popoverTitle__343d8 {
|
|
780
811
|
margin-bottom: 16px;
|
|
@@ -812,26 +843,6 @@
|
|
|
812
843
|
height: 10px;
|
|
813
844
|
}
|
|
814
845
|
|
|
815
|
-
/* Colors */
|
|
816
|
-
/* Fonts */
|
|
817
|
-
/* Gap */
|
|
818
|
-
/* Media */
|
|
819
|
-
/* 512 */
|
|
820
|
-
/* 650 */
|
|
821
|
-
/* 768 */
|
|
822
|
-
/* 1024 */
|
|
823
|
-
/* 1010 */
|
|
824
|
-
/* 1200 */
|
|
825
|
-
/* 511 */
|
|
826
|
-
/* 1023 */
|
|
827
|
-
/* Zindex */
|
|
828
|
-
.Lazy-module_root__2Z72l {
|
|
829
|
-
display: block;
|
|
830
|
-
}
|
|
831
|
-
.Lazy-module_visible__3-SdX {
|
|
832
|
-
color: red;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
846
|
/* Colors */
|
|
836
847
|
/* Fonts */
|
|
837
848
|
/* Gap */
|
|
@@ -1350,64 +1361,6 @@
|
|
|
1350
1361
|
}
|
|
1351
1362
|
|
|
1352
1363
|
|
|
1353
|
-
/* Colors */
|
|
1354
|
-
/* Fonts */
|
|
1355
|
-
/* Gap */
|
|
1356
|
-
/* Media */
|
|
1357
|
-
/* 512 */
|
|
1358
|
-
/* 650 */
|
|
1359
|
-
/* 768 */
|
|
1360
|
-
/* 1024 */
|
|
1361
|
-
/* 1010 */
|
|
1362
|
-
/* 1200 */
|
|
1363
|
-
/* 511 */
|
|
1364
|
-
/* 1023 */
|
|
1365
|
-
/* Zindex */
|
|
1366
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1367
|
-
color: #e0e0e0;
|
|
1368
|
-
}
|
|
1369
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1370
|
-
margin: 0;
|
|
1371
|
-
padding: 5px 3px;
|
|
1372
|
-
|
|
1373
|
-
cursor: pointer;
|
|
1374
|
-
|
|
1375
|
-
color: inherit;
|
|
1376
|
-
border-width: 0;
|
|
1377
|
-
outline: none;
|
|
1378
|
-
background-color: transparent;
|
|
1379
|
-
|
|
1380
|
-
-webkit-appearance: none;
|
|
1381
|
-
|
|
1382
|
-
-moz-appearance: none;
|
|
1383
|
-
|
|
1384
|
-
appearance: none;
|
|
1385
|
-
fill: transparent;
|
|
1386
|
-
}
|
|
1387
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1388
|
-
color: #fff;
|
|
1389
|
-
}
|
|
1390
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1391
|
-
color: #000;
|
|
1392
|
-
}
|
|
1393
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1394
|
-
fill: #e0e0e0;
|
|
1395
|
-
}
|
|
1396
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1397
|
-
fill: #fff;
|
|
1398
|
-
}
|
|
1399
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1400
|
-
fill: #000;
|
|
1401
|
-
}
|
|
1402
|
-
@media only screen and (min-device-width: 64em) {
|
|
1403
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1404
|
-
width: 12px
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1408
|
-
display: none;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
1364
|
/* Colors */
|
|
1412
1365
|
/* Fonts */
|
|
1413
1366
|
/* Gap */
|
|
@@ -1556,36 +1509,50 @@
|
|
|
1556
1509
|
/* 511 */
|
|
1557
1510
|
/* 1023 */
|
|
1558
1511
|
/* Zindex */
|
|
1559
|
-
.
|
|
1560
|
-
|
|
1512
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1513
|
+
color: #e0e0e0;
|
|
1561
1514
|
}
|
|
1562
|
-
.
|
|
1515
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1563
1516
|
margin: 0;
|
|
1517
|
+
padding: 5px 3px;
|
|
1564
1518
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1519
|
+
cursor: pointer;
|
|
1520
|
+
|
|
1521
|
+
color: inherit;
|
|
1522
|
+
border-width: 0;
|
|
1523
|
+
outline: none;
|
|
1524
|
+
background-color: transparent;
|
|
1525
|
+
|
|
1526
|
+
-webkit-appearance: none;
|
|
1527
|
+
|
|
1528
|
+
-moz-appearance: none;
|
|
1529
|
+
|
|
1530
|
+
appearance: none;
|
|
1531
|
+
fill: transparent;
|
|
1569
1532
|
}
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
font-size: 37px;
|
|
1573
|
-
line-height: 38px
|
|
1533
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1534
|
+
color: #fff;
|
|
1574
1535
|
}
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1578
|
-
font-weight: normal;
|
|
1536
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1537
|
+
color: #000;
|
|
1579
1538
|
}
|
|
1580
|
-
.
|
|
1581
|
-
|
|
1582
|
-
font-weight: 700
|
|
1539
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1540
|
+
fill: #e0e0e0;
|
|
1583
1541
|
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1542
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1543
|
+
fill: #fff;
|
|
1544
|
+
}
|
|
1545
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1546
|
+
fill: #000;
|
|
1547
|
+
}
|
|
1548
|
+
@media only screen and (min-device-width: 64em) {
|
|
1549
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1550
|
+
width: 12px
|
|
1587
1551
|
}
|
|
1588
1552
|
}
|
|
1553
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1554
|
+
display: none;
|
|
1555
|
+
}
|
|
1589
1556
|
|
|
1590
1557
|
/* Colors */
|
|
1591
1558
|
/* Fonts */
|
|
@@ -1600,80 +1567,36 @@
|
|
|
1600
1567
|
/* 511 */
|
|
1601
1568
|
/* 1023 */
|
|
1602
1569
|
/* Zindex */
|
|
1603
|
-
.
|
|
1604
|
-
|
|
1605
|
-
z-index: 100;
|
|
1606
|
-
|
|
1607
|
-
display: inline-block;
|
|
1608
|
-
|
|
1609
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1610
|
-
}
|
|
1611
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1612
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1613
|
-
visibility: visible;
|
|
1614
|
-
|
|
1615
|
-
opacity: 1;
|
|
1570
|
+
.MaterialTitle-module_root__18ku- {
|
|
1571
|
+
display: block;
|
|
1616
1572
|
}
|
|
1617
|
-
.
|
|
1618
|
-
overflow: hidden;
|
|
1619
|
-
|
|
1620
|
-
width: 162px;
|
|
1573
|
+
.MaterialTitle-module_root__18ku- {
|
|
1621
1574
|
margin: 0;
|
|
1622
|
-
padding: 3px 0;
|
|
1623
|
-
|
|
1624
|
-
border-radius: 5px;
|
|
1625
|
-
background: #fff;
|
|
1626
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1627
1575
|
|
|
1628
1576
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1629
|
-
font-size:
|
|
1630
|
-
|
|
1577
|
+
font-size: 25px;
|
|
1578
|
+
font-weight: normal;
|
|
1579
|
+
line-height: 27px
|
|
1631
1580
|
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
text-decoration: none;
|
|
1638
|
-
|
|
1639
|
-
color: #000;
|
|
1640
|
-
box-shadow: none;
|
|
1581
|
+
@media only screen and (min-device-width: 48em) {
|
|
1582
|
+
.MaterialTitle-module_root__18ku- {
|
|
1583
|
+
font-size: 37px;
|
|
1584
|
+
line-height: 38px
|
|
1641
1585
|
}
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1586
|
+
}
|
|
1587
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1588
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1589
|
+
font-weight: normal;
|
|
1645
1590
|
}
|
|
1646
|
-
.
|
|
1647
|
-
|
|
1648
|
-
|
|
1591
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1592
|
+
font-size: 24px;
|
|
1593
|
+
font-weight: 700
|
|
1649
1594
|
}
|
|
1650
|
-
@media only screen and (min-device-width:
|
|
1651
|
-
.
|
|
1652
|
-
|
|
1653
|
-
left: 0
|
|
1595
|
+
@media only screen and (min-device-width: 48em) {
|
|
1596
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1597
|
+
font-size: 36px
|
|
1654
1598
|
}
|
|
1655
1599
|
}
|
|
1656
|
-
.Dropdown-module_menu__3PIqD {
|
|
1657
|
-
position: absolute;
|
|
1658
|
-
top: 100%;
|
|
1659
|
-
left: 0;
|
|
1660
|
-
|
|
1661
|
-
visibility: hidden;
|
|
1662
|
-
|
|
1663
|
-
padding-top: 6px;
|
|
1664
|
-
|
|
1665
|
-
opacity: 0;
|
|
1666
|
-
}
|
|
1667
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1668
|
-
position: absolute;
|
|
1669
|
-
z-index: -1;
|
|
1670
|
-
top: -10px;
|
|
1671
|
-
right: -10px;
|
|
1672
|
-
bottom: -10px;
|
|
1673
|
-
left: -10px;
|
|
1674
|
-
|
|
1675
|
-
content: '';
|
|
1676
|
-
}
|
|
1677
1600
|
|
|
1678
1601
|
/* Colors */
|
|
1679
1602
|
/* Fonts */
|
|
@@ -1831,11 +1754,117 @@
|
|
|
1831
1754
|
/* 511 */
|
|
1832
1755
|
/* 1023 */
|
|
1833
1756
|
/* Zindex */
|
|
1834
|
-
.
|
|
1835
|
-
position:
|
|
1836
|
-
z-index:
|
|
1837
|
-
|
|
1838
|
-
|
|
1757
|
+
.Dropdown-module_root__11PNk {
|
|
1758
|
+
position: relative;
|
|
1759
|
+
z-index: 100;
|
|
1760
|
+
|
|
1761
|
+
display: inline-block;
|
|
1762
|
+
|
|
1763
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1764
|
+
}
|
|
1765
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1766
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1767
|
+
visibility: visible;
|
|
1768
|
+
|
|
1769
|
+
opacity: 1;
|
|
1770
|
+
}
|
|
1771
|
+
.Dropdown-module_root__11PNk ul {
|
|
1772
|
+
overflow: hidden;
|
|
1773
|
+
|
|
1774
|
+
width: 162px;
|
|
1775
|
+
margin: 0;
|
|
1776
|
+
padding: 3px 0;
|
|
1777
|
+
|
|
1778
|
+
border-radius: 5px;
|
|
1779
|
+
background: #fff;
|
|
1780
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1781
|
+
|
|
1782
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1783
|
+
font-size: 14px;
|
|
1784
|
+
line-height: 26px;
|
|
1785
|
+
}
|
|
1786
|
+
.Dropdown-module_root__11PNk a {
|
|
1787
|
+
display: block;
|
|
1788
|
+
|
|
1789
|
+
padding: 2px 15px;
|
|
1790
|
+
|
|
1791
|
+
text-decoration: none;
|
|
1792
|
+
|
|
1793
|
+
color: #000;
|
|
1794
|
+
box-shadow: none;
|
|
1795
|
+
}
|
|
1796
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1797
|
+
color: #000;
|
|
1798
|
+
background-color: #f7f7f7;
|
|
1799
|
+
}
|
|
1800
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1801
|
+
right: 0;
|
|
1802
|
+
left: auto
|
|
1803
|
+
}
|
|
1804
|
+
@media only screen and (min-device-width: 64em) {
|
|
1805
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1806
|
+
right: auto;
|
|
1807
|
+
left: 0
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
.Dropdown-module_menu__3PIqD {
|
|
1811
|
+
position: absolute;
|
|
1812
|
+
top: 100%;
|
|
1813
|
+
left: 0;
|
|
1814
|
+
|
|
1815
|
+
visibility: hidden;
|
|
1816
|
+
|
|
1817
|
+
padding-top: 6px;
|
|
1818
|
+
|
|
1819
|
+
opacity: 0;
|
|
1820
|
+
}
|
|
1821
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
z-index: -1;
|
|
1824
|
+
top: -10px;
|
|
1825
|
+
right: -10px;
|
|
1826
|
+
bottom: -10px;
|
|
1827
|
+
left: -10px;
|
|
1828
|
+
|
|
1829
|
+
content: '';
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
/* Colors */
|
|
1833
|
+
/* Fonts */
|
|
1834
|
+
/* Gap */
|
|
1835
|
+
/* Media */
|
|
1836
|
+
/* 512 */
|
|
1837
|
+
/* 650 */
|
|
1838
|
+
/* 768 */
|
|
1839
|
+
/* 1024 */
|
|
1840
|
+
/* 1010 */
|
|
1841
|
+
/* 1200 */
|
|
1842
|
+
/* 511 */
|
|
1843
|
+
/* 1023 */
|
|
1844
|
+
/* Zindex */
|
|
1845
|
+
.Timestamp-module_root__coOvT {
|
|
1846
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1847
|
+
font-weight: normal;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
/* Colors */
|
|
1851
|
+
/* Fonts */
|
|
1852
|
+
/* Gap */
|
|
1853
|
+
/* Media */
|
|
1854
|
+
/* 512 */
|
|
1855
|
+
/* 650 */
|
|
1856
|
+
/* 768 */
|
|
1857
|
+
/* 1024 */
|
|
1858
|
+
/* 1010 */
|
|
1859
|
+
/* 1200 */
|
|
1860
|
+
/* 511 */
|
|
1861
|
+
/* 1023 */
|
|
1862
|
+
/* Zindex */
|
|
1863
|
+
.Popover-module_root__1v6f_ {
|
|
1864
|
+
position: fixed;
|
|
1865
|
+
z-index: 1000;
|
|
1866
|
+
top: 0;
|
|
1867
|
+
left: 0;
|
|
1839
1868
|
|
|
1840
1869
|
display: -webkit-box;
|
|
1841
1870
|
|
|
@@ -2145,86 +2174,6 @@
|
|
|
2145
2174
|
}
|
|
2146
2175
|
}
|
|
2147
2176
|
|
|
2148
|
-
/* Colors */
|
|
2149
|
-
/* Fonts */
|
|
2150
|
-
/* Gap */
|
|
2151
|
-
/* Media */
|
|
2152
|
-
/* 512 */
|
|
2153
|
-
/* 650 */
|
|
2154
|
-
/* 768 */
|
|
2155
|
-
/* 1024 */
|
|
2156
|
-
/* 1010 */
|
|
2157
|
-
/* 1200 */
|
|
2158
|
-
/* 511 */
|
|
2159
|
-
/* 1023 */
|
|
2160
|
-
/* Zindex */
|
|
2161
|
-
.Timestamp-module_root__coOvT {
|
|
2162
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2163
|
-
font-weight: normal;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
/* Colors */
|
|
2167
|
-
/* Fonts */
|
|
2168
|
-
/* Gap */
|
|
2169
|
-
/* Media */
|
|
2170
|
-
/* 512 */
|
|
2171
|
-
/* 650 */
|
|
2172
|
-
/* 768 */
|
|
2173
|
-
/* 1024 */
|
|
2174
|
-
/* 1010 */
|
|
2175
|
-
/* 1200 */
|
|
2176
|
-
/* 511 */
|
|
2177
|
-
/* 1023 */
|
|
2178
|
-
/* Zindex */
|
|
2179
|
-
.CardTitle-module_root__1uqqF {
|
|
2180
|
-
margin-bottom: 11px
|
|
2181
|
-
}
|
|
2182
|
-
@media only screen and (min-device-width: 64em) {
|
|
2183
|
-
.CardTitle-module_root__1uqqF {
|
|
2184
|
-
margin-bottom: 10px;
|
|
2185
|
-
|
|
2186
|
-
text-align: center
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
|
-
.CardTitle-module_index__4FsTf {
|
|
2190
|
-
margin-bottom: 7px;
|
|
2191
|
-
|
|
2192
|
-
color: #b88b59;
|
|
2193
|
-
|
|
2194
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2195
|
-
font-size: 20px;
|
|
2196
|
-
font-weight: 700;
|
|
2197
|
-
line-height: 24px;
|
|
2198
|
-
}
|
|
2199
|
-
.CardTitle-module_title__2iTI6 {
|
|
2200
|
-
color: #1d1d1d;
|
|
2201
|
-
|
|
2202
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2203
|
-
font-size: 20px;
|
|
2204
|
-
font-weight: 700;
|
|
2205
|
-
line-height: 24px
|
|
2206
|
-
}
|
|
2207
|
-
@media only screen and (min-device-width: 64em) {
|
|
2208
|
-
.CardTitle-module_title__2iTI6 {
|
|
2209
|
-
font-size: 28px;
|
|
2210
|
-
line-height: 34px
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
/* VISIBILITY */
|
|
2214
|
-
@media only screen and (min-device-width: 32em) {
|
|
2215
|
-
.CardTitle-module_mobile__1_kij {
|
|
2216
|
-
display: none
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2220
|
-
display: none
|
|
2221
|
-
}
|
|
2222
|
-
@media only screen and (min-device-width: 32em) {
|
|
2223
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2224
|
-
display: block
|
|
2225
|
-
}
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
2177
|
/* Colors */
|
|
2229
2178
|
/* Fonts */
|
|
2230
2179
|
/* Gap */
|
|
@@ -2311,6 +2260,68 @@
|
|
|
2311
2260
|
margin-left: auto;
|
|
2312
2261
|
}
|
|
2313
2262
|
|
|
2263
|
+
/* Colors */
|
|
2264
|
+
/* Fonts */
|
|
2265
|
+
/* Gap */
|
|
2266
|
+
/* Media */
|
|
2267
|
+
/* 512 */
|
|
2268
|
+
/* 650 */
|
|
2269
|
+
/* 768 */
|
|
2270
|
+
/* 1024 */
|
|
2271
|
+
/* 1010 */
|
|
2272
|
+
/* 1200 */
|
|
2273
|
+
/* 511 */
|
|
2274
|
+
/* 1023 */
|
|
2275
|
+
/* Zindex */
|
|
2276
|
+
.CardTitle-module_root__1uqqF {
|
|
2277
|
+
margin-bottom: 11px
|
|
2278
|
+
}
|
|
2279
|
+
@media only screen and (min-device-width: 64em) {
|
|
2280
|
+
.CardTitle-module_root__1uqqF {
|
|
2281
|
+
margin-bottom: 10px;
|
|
2282
|
+
|
|
2283
|
+
text-align: center
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
.CardTitle-module_index__4FsTf {
|
|
2287
|
+
margin-bottom: 7px;
|
|
2288
|
+
|
|
2289
|
+
color: #b88b59;
|
|
2290
|
+
|
|
2291
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2292
|
+
font-size: 20px;
|
|
2293
|
+
font-weight: 700;
|
|
2294
|
+
line-height: 24px;
|
|
2295
|
+
}
|
|
2296
|
+
.CardTitle-module_title__2iTI6 {
|
|
2297
|
+
color: #1d1d1d;
|
|
2298
|
+
|
|
2299
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2300
|
+
font-size: 20px;
|
|
2301
|
+
font-weight: 700;
|
|
2302
|
+
line-height: 24px
|
|
2303
|
+
}
|
|
2304
|
+
@media only screen and (min-device-width: 64em) {
|
|
2305
|
+
.CardTitle-module_title__2iTI6 {
|
|
2306
|
+
font-size: 28px;
|
|
2307
|
+
line-height: 34px
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
/* VISIBILITY */
|
|
2311
|
+
@media only screen and (min-device-width: 32em) {
|
|
2312
|
+
.CardTitle-module_mobile__1_kij {
|
|
2313
|
+
display: none
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2317
|
+
display: none
|
|
2318
|
+
}
|
|
2319
|
+
@media only screen and (min-device-width: 32em) {
|
|
2320
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2321
|
+
display: block
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2314
2325
|
/* Colors */
|
|
2315
2326
|
/* Fonts */
|
|
2316
2327
|
/* Gap */
|
|
@@ -2796,10 +2807,172 @@
|
|
|
2796
2807
|
/* 511 */
|
|
2797
2808
|
/* 1023 */
|
|
2798
2809
|
/* Zindex */
|
|
2799
|
-
.
|
|
2800
|
-
margin:
|
|
2810
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2811
|
+
margin: 15px 0;
|
|
2812
|
+
padding: 0;
|
|
2801
2813
|
|
|
2802
|
-
|
|
2814
|
+
list-style: none;
|
|
2815
|
+
|
|
2816
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2817
|
+
font-size: 18px;
|
|
2818
|
+
line-height: 24px
|
|
2819
|
+
}
|
|
2820
|
+
@media only screen and (min-device-width: 32em) {
|
|
2821
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2822
|
+
font-size: 20px;
|
|
2823
|
+
line-height: 28px
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
@media only screen and (min-device-width: 48em) {
|
|
2827
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2828
|
+
margin: 20px 0
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2832
|
+
margin-top: 0;
|
|
2833
|
+
}
|
|
2834
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2835
|
+
margin-bottom: 0;
|
|
2836
|
+
}
|
|
2837
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2838
|
+
color: inherit;
|
|
2839
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2840
|
+
}
|
|
2841
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2842
|
+
color: #b88b59;
|
|
2843
|
+
}
|
|
2844
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2845
|
+
position: relative;
|
|
2846
|
+
|
|
2847
|
+
margin-bottom: 6px;
|
|
2848
|
+
}
|
|
2849
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2850
|
+
position: relative;
|
|
2851
|
+
|
|
2852
|
+
white-space: pre-wrap;
|
|
2853
|
+
|
|
2854
|
+
background-color: #fff3bc;
|
|
2855
|
+
|
|
2856
|
+
font-weight: inherit;
|
|
2857
|
+
font-style: inherit
|
|
2858
|
+
}
|
|
2859
|
+
@media only screen and (min-device-width: 32em) {
|
|
2860
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2861
|
+
padding-bottom: 1px
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2865
|
+
color: inherit;
|
|
2866
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2867
|
+
}
|
|
2868
|
+
.ListBlock-module_ol__21CgV {
|
|
2869
|
+
counter-reset: list 0;
|
|
2870
|
+
}
|
|
2871
|
+
.ListBlock-module_ol__21CgV li {
|
|
2872
|
+
padding: 0 0 0 33px;
|
|
2873
|
+
}
|
|
2874
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2875
|
+
position: absolute;
|
|
2876
|
+
left: 0;
|
|
2877
|
+
|
|
2878
|
+
width: 23px;
|
|
2879
|
+
|
|
2880
|
+
content: counter(list) '. ';
|
|
2881
|
+
counter-increment: list;
|
|
2882
|
+
text-align: right;
|
|
2883
|
+
white-space: nowrap;
|
|
2884
|
+
}
|
|
2885
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2886
|
+
padding: 0 0 0 23px
|
|
2887
|
+
}
|
|
2888
|
+
@media only screen and (min-device-width: 48em) {
|
|
2889
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2890
|
+
padding: 0 0 0 38px
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2894
|
+
margin-bottom: 0;
|
|
2895
|
+
}
|
|
2896
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2897
|
+
position: absolute;
|
|
2898
|
+
top: 0;
|
|
2899
|
+
left: 5px;
|
|
2900
|
+
|
|
2901
|
+
width: 8px;
|
|
2902
|
+
|
|
2903
|
+
content: '\2022';
|
|
2904
|
+
text-align: center;
|
|
2905
|
+
|
|
2906
|
+
color: #b88b59;
|
|
2907
|
+
|
|
2908
|
+
font-size: 18px;
|
|
2909
|
+
line-height: inherit
|
|
2910
|
+
}
|
|
2911
|
+
@media only screen and (min-device-width: 48em) {
|
|
2912
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2913
|
+
left: 0;
|
|
2914
|
+
|
|
2915
|
+
width: 36px;
|
|
2916
|
+
|
|
2917
|
+
text-align: center;
|
|
2918
|
+
|
|
2919
|
+
font-size: 20px
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
.ListBlock-module_center__tdIwd {
|
|
2923
|
+
max-width: 650px;
|
|
2924
|
+
margin-right: auto;
|
|
2925
|
+
margin-left: auto;
|
|
2926
|
+
}
|
|
2927
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2928
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2929
|
+
font-size: 16px;
|
|
2930
|
+
line-height: 20px
|
|
2931
|
+
}
|
|
2932
|
+
@media only screen and (min-device-width: 48em) {
|
|
2933
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2934
|
+
font-size: 17px;
|
|
2935
|
+
line-height: 24px
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2938
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2939
|
+
color: inherit;
|
|
2940
|
+
}
|
|
2941
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2942
|
+
color: #b88b59;
|
|
2943
|
+
}
|
|
2944
|
+
/* VISIBILITY */
|
|
2945
|
+
@media only screen and (min-device-width: 32em) {
|
|
2946
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2947
|
+
display: none
|
|
2948
|
+
}
|
|
2949
|
+
}
|
|
2950
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2951
|
+
display: none
|
|
2952
|
+
}
|
|
2953
|
+
@media only screen and (min-device-width: 32em) {
|
|
2954
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2955
|
+
display: block
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
/* Colors */
|
|
2960
|
+
/* Fonts */
|
|
2961
|
+
/* Gap */
|
|
2962
|
+
/* Media */
|
|
2963
|
+
/* 512 */
|
|
2964
|
+
/* 650 */
|
|
2965
|
+
/* 768 */
|
|
2966
|
+
/* 1024 */
|
|
2967
|
+
/* 1010 */
|
|
2968
|
+
/* 1200 */
|
|
2969
|
+
/* 511 */
|
|
2970
|
+
/* 1023 */
|
|
2971
|
+
/* Zindex */
|
|
2972
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2973
|
+
margin: 16px 0;
|
|
2974
|
+
|
|
2975
|
+
border-radius: 8px;
|
|
2803
2976
|
background-color: #f5f5f5;
|
|
2804
2977
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2805
2978
|
}
|
|
@@ -2913,6 +3086,96 @@
|
|
|
2913
3086
|
}
|
|
2914
3087
|
|
|
2915
3088
|
|
|
3089
|
+
/* Colors */
|
|
3090
|
+
/* Fonts */
|
|
3091
|
+
/* Gap */
|
|
3092
|
+
/* Media */
|
|
3093
|
+
/* 512 */
|
|
3094
|
+
/* 650 */
|
|
3095
|
+
/* 768 */
|
|
3096
|
+
/* 1024 */
|
|
3097
|
+
/* 1010 */
|
|
3098
|
+
/* 1200 */
|
|
3099
|
+
/* 511 */
|
|
3100
|
+
/* 1023 */
|
|
3101
|
+
/* Zindex */
|
|
3102
|
+
.RichTitle-module_root__BK_WT {
|
|
3103
|
+
margin: 0 0 18px;
|
|
3104
|
+
|
|
3105
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3106
|
+
font-size: 19px;
|
|
3107
|
+
font-weight: 700;
|
|
3108
|
+
line-height: 23px
|
|
3109
|
+
}
|
|
3110
|
+
@media only screen and (min-device-width: 48em) {
|
|
3111
|
+
.RichTitle-module_root__BK_WT {
|
|
3112
|
+
margin-bottom: 15px;
|
|
3113
|
+
|
|
3114
|
+
font-size: 37px;
|
|
3115
|
+
line-height: 42px
|
|
3116
|
+
}
|
|
3117
|
+
}
|
|
3118
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3119
|
+
margin-bottom: 0;
|
|
3120
|
+
}
|
|
3121
|
+
.RichTitle-module_root__BK_WT span {
|
|
3122
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3123
|
+
font-size: 20px;
|
|
3124
|
+
font-weight: normal
|
|
3125
|
+
}
|
|
3126
|
+
@media only screen and (min-device-width: 48em) {
|
|
3127
|
+
.RichTitle-module_root__BK_WT span {
|
|
3128
|
+
font-size: 38px
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
@media only screen and (min-device-width: 32em) {
|
|
3132
|
+
.RichTitle-module_slide__1A-gB,
|
|
3133
|
+
.RichTitle-module_game__1g8Bn {
|
|
3134
|
+
text-align: center
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
@media only screen and (min-device-width: 64em) {
|
|
3138
|
+
.RichTitle-module_half__10GRI {
|
|
3139
|
+
font-size: 33px;
|
|
3140
|
+
line-height: 36px
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
@media only screen and (min-device-width: 64em) {
|
|
3144
|
+
.RichTitle-module_half__10GRI span {
|
|
3145
|
+
font-size: 34px
|
|
3146
|
+
}
|
|
3147
|
+
}
|
|
3148
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3149
|
+
padding-top: 9px;
|
|
3150
|
+
}
|
|
3151
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3152
|
+
letter-spacing: 0.3px;
|
|
3153
|
+
|
|
3154
|
+
font-size: 28px;
|
|
3155
|
+
line-height: 30px;
|
|
3156
|
+
}
|
|
3157
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3158
|
+
display: block;
|
|
3159
|
+
|
|
3160
|
+
padding-top: 2px;
|
|
3161
|
+
|
|
3162
|
+
font-size: 18px;
|
|
3163
|
+
line-height: 24px;
|
|
3164
|
+
}
|
|
3165
|
+
@media only screen and (min-device-width: 32em) {
|
|
3166
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3167
|
+
display: none
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3170
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3171
|
+
display: none
|
|
3172
|
+
}
|
|
3173
|
+
@media only screen and (min-device-width: 32em) {
|
|
3174
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3175
|
+
display: block
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
|
|
2916
3179
|
/* Colors */
|
|
2917
3180
|
/* Fonts */
|
|
2918
3181
|
/* Gap */
|
|
@@ -3174,310 +3437,36 @@ mark {
|
|
|
3174
3437
|
}
|
|
3175
3438
|
@media only screen and (min-device-width: 32em) {
|
|
3176
3439
|
mark {
|
|
3177
|
-
padding-bottom: 1px
|
|
3178
|
-
}
|
|
3179
|
-
}
|
|
3180
|
-
a mark {
|
|
3181
|
-
z-index: 1;
|
|
3182
|
-
|
|
3183
|
-
padding-bottom: 0;
|
|
3184
|
-
|
|
3185
|
-
color: inherit;
|
|
3186
|
-
box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
|
|
3187
|
-
}
|
|
3188
|
-
.SimpleBlock-module_context_p__33saY {
|
|
3189
|
-
position: relative;
|
|
3190
|
-
|
|
3191
|
-
margin: 0 0 15px;
|
|
3192
|
-
padding: 0 0 0 23px;
|
|
3193
|
-
|
|
3194
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3195
|
-
font-size: 18px;
|
|
3196
|
-
line-height: 22px
|
|
3197
|
-
}
|
|
3198
|
-
@media only screen and (min-device-width: 48em) {
|
|
3199
|
-
.SimpleBlock-module_context_p__33saY {
|
|
3200
|
-
padding: 0 0 0 38px;
|
|
3201
|
-
|
|
3202
|
-
font-size: 20px;
|
|
3203
|
-
line-height: 27px
|
|
3204
|
-
}
|
|
3205
|
-
}
|
|
3206
|
-
.SimpleBlock-module_context_p__33saY::before {
|
|
3207
|
-
position: absolute;
|
|
3208
|
-
top: 0;
|
|
3209
|
-
left: 5px;
|
|
3210
|
-
|
|
3211
|
-
width: 8px;
|
|
3212
|
-
|
|
3213
|
-
content: '\2022';
|
|
3214
|
-
text-align: center;
|
|
3215
|
-
|
|
3216
|
-
color: #b88b59;
|
|
3217
|
-
|
|
3218
|
-
font-size: 18px;
|
|
3219
|
-
line-height: inherit
|
|
3220
|
-
}
|
|
3221
|
-
@media only screen and (min-device-width: 48em) {
|
|
3222
|
-
.SimpleBlock-module_context_p__33saY::before {
|
|
3223
|
-
left: 0;
|
|
3224
|
-
|
|
3225
|
-
width: 36px;
|
|
3226
|
-
|
|
3227
|
-
text-align: center;
|
|
3228
|
-
|
|
3229
|
-
font-size: 20px
|
|
3230
|
-
}
|
|
3231
|
-
}
|
|
3232
|
-
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3233
|
-
content: none;
|
|
3234
|
-
}
|
|
3235
|
-
.SimpleBlock-module_center__2rjif {
|
|
3236
|
-
max-width: 650px;
|
|
3237
|
-
margin-right: auto;
|
|
3238
|
-
margin-left: auto;
|
|
3239
|
-
}
|
|
3240
|
-
@media only screen and (min-device-width: 48em) {
|
|
3241
|
-
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3242
|
-
font-size: 20px;
|
|
3243
|
-
line-height: 28px
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3247
|
-
margin-bottom: 18px
|
|
3248
|
-
}
|
|
3249
|
-
@media only screen and (min-device-width: 48em) {
|
|
3250
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3251
|
-
margin-top: 27px;
|
|
3252
|
-
margin-bottom: 20px;
|
|
3253
|
-
|
|
3254
|
-
font-size: 20px;
|
|
3255
|
-
line-height: 28px
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3258
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3259
|
-
margin-bottom: 15px
|
|
3260
|
-
}
|
|
3261
|
-
@media only screen and (min-device-width: 48em) {
|
|
3262
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3263
|
-
margin-top: 20px;
|
|
3264
|
-
|
|
3265
|
-
font-size: 20px;
|
|
3266
|
-
line-height: 28px
|
|
3267
|
-
}
|
|
3268
|
-
}
|
|
3269
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3270
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3271
|
-
margin-top: 0;
|
|
3272
|
-
}
|
|
3273
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3274
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3275
|
-
font-size: 16px;
|
|
3276
|
-
line-height: 22px
|
|
3277
|
-
}
|
|
3278
|
-
@media only screen and (min-device-width: 48em) {
|
|
3279
|
-
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3280
|
-
font-size: 18px;
|
|
3281
|
-
line-height: 26px
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
.SimpleBlock-module_slide__Aqgfu {
|
|
3285
|
-
max-width: 650px;
|
|
3286
|
-
margin-right: auto;
|
|
3287
|
-
margin-left: auto;
|
|
3288
|
-
}
|
|
3289
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3290
|
-
margin-top: 6px;
|
|
3291
|
-
margin-bottom: 6px;
|
|
3292
|
-
|
|
3293
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3294
|
-
font-size: 16px;
|
|
3295
|
-
line-height: 22px
|
|
3296
|
-
}
|
|
3297
|
-
@media only screen and (min-device-width: 48em) {
|
|
3298
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3299
|
-
margin-top: 12px;
|
|
3300
|
-
margin-bottom: 12px;
|
|
3301
|
-
|
|
3302
|
-
font-size: 18px;
|
|
3303
|
-
line-height: 26px
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3307
|
-
margin-top: 12px;
|
|
3308
|
-
margin-bottom: 12px
|
|
3309
|
-
}
|
|
3310
|
-
@media only screen and (min-device-width: 48em) {
|
|
3311
|
-
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3312
|
-
margin-top: 10px;
|
|
3313
|
-
margin-bottom: 10px
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3317
|
-
margin-top: 6px;
|
|
3318
|
-
}
|
|
3319
|
-
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3320
|
-
margin-bottom: 0;
|
|
3321
|
-
}
|
|
3322
|
-
/* VISIBILITY */
|
|
3323
|
-
@media only screen and (min-device-width: 32em) {
|
|
3324
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3325
|
-
display: none
|
|
3326
|
-
}
|
|
3327
|
-
}
|
|
3328
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3329
|
-
display: none
|
|
3330
|
-
}
|
|
3331
|
-
@media only screen and (min-device-width: 32em) {
|
|
3332
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3333
|
-
display: block
|
|
3334
|
-
}
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
/* Colors */
|
|
3338
|
-
/* Fonts */
|
|
3339
|
-
/* Gap */
|
|
3340
|
-
/* Media */
|
|
3341
|
-
/* 512 */
|
|
3342
|
-
/* 650 */
|
|
3343
|
-
/* 768 */
|
|
3344
|
-
/* 1024 */
|
|
3345
|
-
/* 1010 */
|
|
3346
|
-
/* 1200 */
|
|
3347
|
-
/* 511 */
|
|
3348
|
-
/* 1023 */
|
|
3349
|
-
/* Zindex */
|
|
3350
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3351
|
-
margin: 0 0 18px;
|
|
3352
|
-
|
|
3353
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3354
|
-
font-size: 20px;
|
|
3355
|
-
font-weight: normal;
|
|
3356
|
-
line-height: 23px
|
|
3357
|
-
}
|
|
3358
|
-
@media only screen and (min-device-width: 48em) {
|
|
3359
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3360
|
-
margin-bottom: 15px;
|
|
3361
|
-
|
|
3362
|
-
font-size: 36px;
|
|
3363
|
-
line-height: 40px
|
|
3364
|
-
}
|
|
3365
|
-
}
|
|
3366
|
-
/* VISIBILITY */
|
|
3367
|
-
@media only screen and (min-device-width: 32em) {
|
|
3368
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3369
|
-
display: none
|
|
3370
|
-
}
|
|
3371
|
-
}
|
|
3372
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3373
|
-
display: none
|
|
3374
|
-
}
|
|
3375
|
-
@media only screen and (min-device-width: 32em) {
|
|
3376
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3377
|
-
display: block
|
|
3378
|
-
}
|
|
3379
|
-
}
|
|
3380
|
-
|
|
3381
|
-
/* Colors */
|
|
3382
|
-
/* Fonts */
|
|
3383
|
-
/* Gap */
|
|
3384
|
-
/* Media */
|
|
3385
|
-
/* 512 */
|
|
3386
|
-
/* 650 */
|
|
3387
|
-
/* 768 */
|
|
3388
|
-
/* 1024 */
|
|
3389
|
-
/* 1010 */
|
|
3390
|
-
/* 1200 */
|
|
3391
|
-
/* 511 */
|
|
3392
|
-
/* 1023 */
|
|
3393
|
-
/* Zindex */
|
|
3394
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3395
|
-
margin: 15px 0;
|
|
3396
|
-
padding: 0;
|
|
3397
|
-
|
|
3398
|
-
list-style: none;
|
|
3399
|
-
|
|
3400
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3401
|
-
font-size: 18px;
|
|
3402
|
-
line-height: 24px
|
|
3403
|
-
}
|
|
3404
|
-
@media only screen and (min-device-width: 32em) {
|
|
3405
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3406
|
-
font-size: 20px;
|
|
3407
|
-
line-height: 28px
|
|
3408
|
-
}
|
|
3409
|
-
}
|
|
3410
|
-
@media only screen and (min-device-width: 48em) {
|
|
3411
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3412
|
-
margin: 20px 0
|
|
3413
|
-
}
|
|
3414
|
-
}
|
|
3415
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3416
|
-
margin-top: 0;
|
|
3417
|
-
}
|
|
3418
|
-
.ListBlock-module_root__3Q3Ga:last-child {
|
|
3419
|
-
margin-bottom: 0;
|
|
3420
|
-
}
|
|
3421
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
3422
|
-
color: inherit;
|
|
3423
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3424
|
-
}
|
|
3425
|
-
.ListBlock-module_root__3Q3Ga a:hover {
|
|
3426
|
-
color: #b88b59;
|
|
3427
|
-
}
|
|
3428
|
-
.ListBlock-module_root__3Q3Ga li {
|
|
3429
|
-
position: relative;
|
|
3430
|
-
|
|
3431
|
-
margin-bottom: 6px;
|
|
3432
|
-
}
|
|
3433
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
3434
|
-
position: relative;
|
|
3435
|
-
|
|
3436
|
-
white-space: pre-wrap;
|
|
3437
|
-
|
|
3438
|
-
background-color: #fff3bc;
|
|
3439
|
-
|
|
3440
|
-
font-weight: inherit;
|
|
3441
|
-
font-style: inherit
|
|
3442
|
-
}
|
|
3443
|
-
@media only screen and (min-device-width: 32em) {
|
|
3444
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
3445
|
-
padding-bottom: 1px
|
|
3446
|
-
}
|
|
3447
|
-
}
|
|
3448
|
-
.ListBlock-module_root__3Q3Ga a mark {
|
|
3449
|
-
color: inherit;
|
|
3450
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3451
|
-
}
|
|
3452
|
-
.ListBlock-module_ol__21CgV {
|
|
3453
|
-
counter-reset: list 0;
|
|
3454
|
-
}
|
|
3455
|
-
.ListBlock-module_ol__21CgV li {
|
|
3456
|
-
padding: 0 0 0 33px;
|
|
3457
|
-
}
|
|
3458
|
-
.ListBlock-module_ol__21CgV li::before {
|
|
3459
|
-
position: absolute;
|
|
3460
|
-
left: 0;
|
|
3440
|
+
padding-bottom: 1px
|
|
3441
|
+
}
|
|
3442
|
+
}
|
|
3443
|
+
a mark {
|
|
3444
|
+
z-index: 1;
|
|
3461
3445
|
|
|
3462
|
-
|
|
3446
|
+
padding-bottom: 0;
|
|
3463
3447
|
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
text-align: right;
|
|
3467
|
-
white-space: nowrap;
|
|
3448
|
+
color: inherit;
|
|
3449
|
+
box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
|
|
3468
3450
|
}
|
|
3469
|
-
.
|
|
3470
|
-
|
|
3451
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3452
|
+
position: relative;
|
|
3453
|
+
|
|
3454
|
+
margin: 0 0 15px;
|
|
3455
|
+
padding: 0 0 0 23px;
|
|
3456
|
+
|
|
3457
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3458
|
+
font-size: 18px;
|
|
3459
|
+
line-height: 22px
|
|
3471
3460
|
}
|
|
3472
3461
|
@media only screen and (min-device-width: 48em) {
|
|
3473
|
-
.
|
|
3474
|
-
padding: 0 0 0 38px
|
|
3462
|
+
.SimpleBlock-module_context_p__33saY {
|
|
3463
|
+
padding: 0 0 0 38px;
|
|
3464
|
+
|
|
3465
|
+
font-size: 20px;
|
|
3466
|
+
line-height: 27px
|
|
3475
3467
|
}
|
|
3476
3468
|
}
|
|
3477
|
-
.
|
|
3478
|
-
margin-bottom: 0;
|
|
3479
|
-
}
|
|
3480
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3469
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3481
3470
|
position: absolute;
|
|
3482
3471
|
top: 0;
|
|
3483
3472
|
left: 5px;
|
|
@@ -3493,7 +3482,7 @@ a mark {
|
|
|
3493
3482
|
line-height: inherit
|
|
3494
3483
|
}
|
|
3495
3484
|
@media only screen and (min-device-width: 48em) {
|
|
3496
|
-
.
|
|
3485
|
+
.SimpleBlock-module_context_p__33saY::before {
|
|
3497
3486
|
left: 0;
|
|
3498
3487
|
|
|
3499
3488
|
width: 36px;
|
|
@@ -3503,39 +3492,107 @@ a mark {
|
|
|
3503
3492
|
font-size: 20px
|
|
3504
3493
|
}
|
|
3505
3494
|
}
|
|
3506
|
-
.
|
|
3495
|
+
.SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
|
|
3496
|
+
content: none;
|
|
3497
|
+
}
|
|
3498
|
+
.SimpleBlock-module_center__2rjif {
|
|
3507
3499
|
max-width: 650px;
|
|
3508
3500
|
margin-right: auto;
|
|
3509
3501
|
margin-left: auto;
|
|
3510
3502
|
}
|
|
3511
|
-
|
|
3503
|
+
@media only screen and (min-device-width: 48em) {
|
|
3504
|
+
.SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
|
|
3505
|
+
font-size: 20px;
|
|
3506
|
+
line-height: 28px
|
|
3507
|
+
}
|
|
3508
|
+
}
|
|
3509
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3510
|
+
margin-bottom: 18px
|
|
3511
|
+
}
|
|
3512
|
+
@media only screen and (min-device-width: 48em) {
|
|
3513
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
|
|
3514
|
+
margin-top: 27px;
|
|
3515
|
+
margin-bottom: 20px;
|
|
3516
|
+
|
|
3517
|
+
font-size: 20px;
|
|
3518
|
+
line-height: 28px
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3522
|
+
margin-bottom: 15px
|
|
3523
|
+
}
|
|
3524
|
+
@media only screen and (min-device-width: 48em) {
|
|
3525
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
|
|
3526
|
+
margin-top: 20px;
|
|
3527
|
+
|
|
3528
|
+
font-size: 20px;
|
|
3529
|
+
line-height: 28px
|
|
3530
|
+
}
|
|
3531
|
+
}
|
|
3532
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
|
|
3533
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
|
|
3534
|
+
margin-top: 0;
|
|
3535
|
+
}
|
|
3536
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3512
3537
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3513
3538
|
font-size: 16px;
|
|
3514
|
-
line-height:
|
|
3539
|
+
line-height: 22px
|
|
3515
3540
|
}
|
|
3516
3541
|
@media only screen and (min-device-width: 48em) {
|
|
3517
|
-
.
|
|
3518
|
-
font-size:
|
|
3519
|
-
line-height:
|
|
3542
|
+
.SimpleBlock-module_isInImportantLead__3VGzT {
|
|
3543
|
+
font-size: 18px;
|
|
3544
|
+
line-height: 26px
|
|
3520
3545
|
}
|
|
3521
3546
|
}
|
|
3522
|
-
.
|
|
3523
|
-
|
|
3547
|
+
.SimpleBlock-module_slide__Aqgfu {
|
|
3548
|
+
max-width: 650px;
|
|
3549
|
+
margin-right: auto;
|
|
3550
|
+
margin-left: auto;
|
|
3524
3551
|
}
|
|
3525
|
-
.
|
|
3526
|
-
|
|
3552
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3553
|
+
margin-top: 6px;
|
|
3554
|
+
margin-bottom: 6px;
|
|
3555
|
+
|
|
3556
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3557
|
+
font-size: 16px;
|
|
3558
|
+
line-height: 22px
|
|
3559
|
+
}
|
|
3560
|
+
@media only screen and (min-device-width: 48em) {
|
|
3561
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
|
|
3562
|
+
margin-top: 12px;
|
|
3563
|
+
margin-bottom: 12px;
|
|
3564
|
+
|
|
3565
|
+
font-size: 18px;
|
|
3566
|
+
line-height: 26px
|
|
3567
|
+
}
|
|
3568
|
+
}
|
|
3569
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3570
|
+
margin-top: 12px;
|
|
3571
|
+
margin-bottom: 12px
|
|
3572
|
+
}
|
|
3573
|
+
@media only screen and (min-device-width: 48em) {
|
|
3574
|
+
.SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
|
|
3575
|
+
margin-top: 10px;
|
|
3576
|
+
margin-bottom: 10px
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
.SimpleBlock-module_isInAnswer__3aX6X:first-child {
|
|
3580
|
+
margin-top: 6px;
|
|
3581
|
+
}
|
|
3582
|
+
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3583
|
+
margin-bottom: 0;
|
|
3527
3584
|
}
|
|
3528
3585
|
/* VISIBILITY */
|
|
3529
3586
|
@media only screen and (min-device-width: 32em) {
|
|
3530
|
-
.
|
|
3587
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3531
3588
|
display: none
|
|
3532
3589
|
}
|
|
3533
3590
|
}
|
|
3534
|
-
.
|
|
3591
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3535
3592
|
display: none
|
|
3536
3593
|
}
|
|
3537
3594
|
@media only screen and (min-device-width: 32em) {
|
|
3538
|
-
.
|
|
3595
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3539
3596
|
display: block
|
|
3540
3597
|
}
|
|
3541
3598
|
}
|
|
@@ -3553,79 +3610,33 @@ a mark {
|
|
|
3553
3610
|
/* 511 */
|
|
3554
3611
|
/* 1023 */
|
|
3555
3612
|
/* Zindex */
|
|
3556
|
-
.
|
|
3613
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3557
3614
|
margin: 0 0 18px;
|
|
3558
3615
|
|
|
3559
|
-
font-family: '
|
|
3560
|
-
font-size:
|
|
3561
|
-
font-weight:
|
|
3616
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3617
|
+
font-size: 20px;
|
|
3618
|
+
font-weight: normal;
|
|
3562
3619
|
line-height: 23px
|
|
3563
3620
|
}
|
|
3564
3621
|
@media only screen and (min-device-width: 48em) {
|
|
3565
|
-
.
|
|
3622
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3566
3623
|
margin-bottom: 15px;
|
|
3567
3624
|
|
|
3568
|
-
font-size:
|
|
3569
|
-
line-height:
|
|
3570
|
-
}
|
|
3571
|
-
}
|
|
3572
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3573
|
-
margin-bottom: 0;
|
|
3574
|
-
}
|
|
3575
|
-
.RichTitle-module_root__BK_WT span {
|
|
3576
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3577
|
-
font-size: 20px;
|
|
3578
|
-
font-weight: normal
|
|
3579
|
-
}
|
|
3580
|
-
@media only screen and (min-device-width: 48em) {
|
|
3581
|
-
.RichTitle-module_root__BK_WT span {
|
|
3582
|
-
font-size: 38px
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
@media only screen and (min-device-width: 32em) {
|
|
3586
|
-
.RichTitle-module_slide__1A-gB,
|
|
3587
|
-
.RichTitle-module_game__1g8Bn {
|
|
3588
|
-
text-align: center
|
|
3589
|
-
}
|
|
3590
|
-
}
|
|
3591
|
-
@media only screen and (min-device-width: 64em) {
|
|
3592
|
-
.RichTitle-module_half__10GRI {
|
|
3593
|
-
font-size: 33px;
|
|
3594
|
-
line-height: 36px
|
|
3595
|
-
}
|
|
3596
|
-
}
|
|
3597
|
-
@media only screen and (min-device-width: 64em) {
|
|
3598
|
-
.RichTitle-module_half__10GRI span {
|
|
3599
|
-
font-size: 34px
|
|
3625
|
+
font-size: 36px;
|
|
3626
|
+
line-height: 40px
|
|
3600
3627
|
}
|
|
3601
3628
|
}
|
|
3602
|
-
|
|
3603
|
-
padding-top: 9px;
|
|
3604
|
-
}
|
|
3605
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3606
|
-
letter-spacing: 0.3px;
|
|
3607
|
-
|
|
3608
|
-
font-size: 28px;
|
|
3609
|
-
line-height: 30px;
|
|
3610
|
-
}
|
|
3611
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3612
|
-
display: block;
|
|
3613
|
-
|
|
3614
|
-
padding-top: 2px;
|
|
3615
|
-
|
|
3616
|
-
font-size: 18px;
|
|
3617
|
-
line-height: 24px;
|
|
3618
|
-
}
|
|
3629
|
+
/* VISIBILITY */
|
|
3619
3630
|
@media only screen and (min-device-width: 32em) {
|
|
3620
|
-
.
|
|
3631
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3621
3632
|
display: none
|
|
3622
3633
|
}
|
|
3623
3634
|
}
|
|
3624
|
-
.
|
|
3635
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3625
3636
|
display: none
|
|
3626
3637
|
}
|
|
3627
3638
|
@media only screen and (min-device-width: 32em) {
|
|
3628
|
-
.
|
|
3639
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3629
3640
|
display: block
|
|
3630
3641
|
}
|
|
3631
3642
|
}
|
|
@@ -4234,34 +4245,6 @@ a mark {
|
|
|
4234
4245
|
}
|
|
4235
4246
|
}
|
|
4236
4247
|
|
|
4237
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4238
|
-
/* Colors */
|
|
4239
|
-
/* Fonts */
|
|
4240
|
-
/* Gap */
|
|
4241
|
-
/* Media */
|
|
4242
|
-
/* 512 */
|
|
4243
|
-
/* 650 */
|
|
4244
|
-
/* 768 */
|
|
4245
|
-
/* 1024 */
|
|
4246
|
-
/* 1010 */
|
|
4247
|
-
/* 1200 */
|
|
4248
|
-
/* 511 */
|
|
4249
|
-
/* 1023 */
|
|
4250
|
-
/* Zindex */
|
|
4251
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4252
|
-
display: inline;
|
|
4253
|
-
|
|
4254
|
-
line-height: inherit;
|
|
4255
|
-
}
|
|
4256
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4257
|
-
vertical-align: top;
|
|
4258
|
-
}
|
|
4259
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4260
|
-
margin-left: 1px;
|
|
4261
|
-
|
|
4262
|
-
vertical-align: top;
|
|
4263
|
-
}
|
|
4264
|
-
|
|
4265
4248
|
/* Colors */
|
|
4266
4249
|
/* Fonts */
|
|
4267
4250
|
/* Gap */
|
|
@@ -4360,6 +4343,34 @@ a mark {
|
|
|
4360
4343
|
fill: currentColor;
|
|
4361
4344
|
}
|
|
4362
4345
|
|
|
4346
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4347
|
+
/* Colors */
|
|
4348
|
+
/* Fonts */
|
|
4349
|
+
/* Gap */
|
|
4350
|
+
/* Media */
|
|
4351
|
+
/* 512 */
|
|
4352
|
+
/* 650 */
|
|
4353
|
+
/* 768 */
|
|
4354
|
+
/* 1024 */
|
|
4355
|
+
/* 1010 */
|
|
4356
|
+
/* 1200 */
|
|
4357
|
+
/* 511 */
|
|
4358
|
+
/* 1023 */
|
|
4359
|
+
/* Zindex */
|
|
4360
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4361
|
+
display: inline;
|
|
4362
|
+
|
|
4363
|
+
line-height: inherit;
|
|
4364
|
+
}
|
|
4365
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4366
|
+
vertical-align: top;
|
|
4367
|
+
}
|
|
4368
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4369
|
+
margin-left: 1px;
|
|
4370
|
+
|
|
4371
|
+
vertical-align: top;
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4363
4374
|
/* Colors */
|
|
4364
4375
|
/* Fonts */
|
|
4365
4376
|
/* Gap */
|