@meduza/ui-kit-2 0.1.10 → 0.1.12
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 +1078 -1064
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.module.css +22 -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 +3 -4
- package/src/Image/Image.stories.tsx +1 -0
- package/src/Image/Image.types.ts +4 -1
- package/src/Image/index.tsx +12 -6
- package/src/Popover/Popover.module.css +1 -1
package/dist/ui-kit.css
CHANGED
|
@@ -1,3 +1,233 @@
|
|
|
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
|
+
.SvgSymbol-module_root__2CsRW {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
|
|
18
|
+
vertical-align: middle;
|
|
19
|
+
}
|
|
20
|
+
.SvgSymbol-module_small__2g6oR {
|
|
21
|
+
height: 14px;
|
|
22
|
+
}
|
|
23
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
24
|
+
height: 14px;
|
|
25
|
+
}
|
|
26
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
27
|
+
width: 24px;
|
|
28
|
+
height: 24px;
|
|
29
|
+
}
|
|
30
|
+
.SvgSymbol-module_large__2kQrt {
|
|
31
|
+
width: 42px;
|
|
32
|
+
height: 42px;
|
|
33
|
+
}
|
|
34
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
.SvgSymbol-module_fb__1whmw {
|
|
39
|
+
width: 16px;
|
|
40
|
+
|
|
41
|
+
fill: #304591;
|
|
42
|
+
}
|
|
43
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
44
|
+
width: 20px;
|
|
45
|
+
|
|
46
|
+
fill: #527397;
|
|
47
|
+
}
|
|
48
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
49
|
+
width: 9px;
|
|
50
|
+
|
|
51
|
+
fill: #eb722e;
|
|
52
|
+
}
|
|
53
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
54
|
+
width: 20px;
|
|
55
|
+
|
|
56
|
+
fill: #31adf4;
|
|
57
|
+
}
|
|
58
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
59
|
+
width: 18px;
|
|
60
|
+
|
|
61
|
+
fill: #2ba5e0;
|
|
62
|
+
}
|
|
63
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
64
|
+
width: 16px;
|
|
65
|
+
|
|
66
|
+
color: #b88b59;
|
|
67
|
+
|
|
68
|
+
fill: #262626;
|
|
69
|
+
}
|
|
70
|
+
.SvgSymbol-module_card__1XAqw,
|
|
71
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
72
|
+
.SvgSymbol-module_read__2V82i,
|
|
73
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
74
|
+
width: 15px;
|
|
75
|
+
height: 15px;
|
|
76
|
+
}
|
|
77
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
78
|
+
width: 24px;
|
|
79
|
+
height: 24px;
|
|
80
|
+
}
|
|
81
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
82
|
+
width: 14px;
|
|
83
|
+
height: 14px;
|
|
84
|
+
}
|
|
85
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
86
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
87
|
+
width: 16px;
|
|
88
|
+
height: 16px;
|
|
89
|
+
}
|
|
90
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
95
|
+
width: 64px;
|
|
96
|
+
height: 64px;
|
|
97
|
+
}
|
|
98
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
99
|
+
margin-right: 6px;
|
|
100
|
+
}
|
|
101
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
102
|
+
width: 29px;
|
|
103
|
+
height: 29px;
|
|
104
|
+
|
|
105
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
106
|
+
|
|
107
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
108
|
+
}
|
|
109
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
110
|
+
width: 38px;
|
|
111
|
+
height: 38px;
|
|
112
|
+
|
|
113
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
114
|
+
|
|
115
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
116
|
+
}
|
|
117
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
118
|
+
width: 34px;
|
|
119
|
+
height: 28px
|
|
120
|
+
}
|
|
121
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
122
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
123
|
+
width: 28px;
|
|
124
|
+
height: 22px
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
128
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
129
|
+
width: 28px;
|
|
130
|
+
height: 28px
|
|
131
|
+
}
|
|
132
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
133
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
134
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
135
|
+
width: 22px;
|
|
136
|
+
height: 22px
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
140
|
+
width: 18px;
|
|
141
|
+
height: 18px;
|
|
142
|
+
}
|
|
143
|
+
.SvgSymbol-module_play__pM-qY {
|
|
144
|
+
width: 100%;
|
|
145
|
+
height: 100%;
|
|
146
|
+
}
|
|
147
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
148
|
+
width: 92px;
|
|
149
|
+
height: 20px
|
|
150
|
+
}
|
|
151
|
+
@media only screen and (min-device-width: 64em) {
|
|
152
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
153
|
+
width: 100px;
|
|
154
|
+
height: 45px
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.SvgSymbol-module_arrow__11naX {
|
|
158
|
+
width: 12px;
|
|
159
|
+
height: 12px;
|
|
160
|
+
}
|
|
161
|
+
.SvgSymbol-module_oil__hvHE5 {
|
|
162
|
+
width: 9px;
|
|
163
|
+
height: 12px;
|
|
164
|
+
}
|
|
165
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
166
|
+
width: 24px;
|
|
167
|
+
height: 24px
|
|
168
|
+
}
|
|
169
|
+
@media only screen and (min-device-width: 64em) {
|
|
170
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
171
|
+
width: 16px;
|
|
172
|
+
height: 16px
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.SvgSymbol-module_user__1MGim {
|
|
176
|
+
width: 14px;
|
|
177
|
+
height: 14px
|
|
178
|
+
}
|
|
179
|
+
@media only screen and (min-device-width: 64em) {
|
|
180
|
+
.SvgSymbol-module_user__1MGim {
|
|
181
|
+
width: 16px;
|
|
182
|
+
height: 16px
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
186
|
+
width: 17px;
|
|
187
|
+
height: auto;
|
|
188
|
+
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
|
|
191
|
+
stroke-width: 2px
|
|
192
|
+
}
|
|
193
|
+
@media only screen and (min-device-width: 64em) {
|
|
194
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
195
|
+
width: 14px;
|
|
196
|
+
|
|
197
|
+
stroke-width: 1.5px
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
201
|
+
width: 14px;
|
|
202
|
+
}
|
|
203
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
204
|
+
width: 10px;
|
|
205
|
+
height: 13px;
|
|
206
|
+
}
|
|
207
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
208
|
+
width: 22px;
|
|
209
|
+
height: 22px
|
|
210
|
+
}
|
|
211
|
+
@media only screen and (min-device-width: 64em) {
|
|
212
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
213
|
+
width: 14px;
|
|
214
|
+
height: 14px
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
@media only screen and (min-device-width: 64em) {
|
|
218
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
219
|
+
stroke-width: 1.5px
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
223
|
+
stroke-width: 1.8px
|
|
224
|
+
}
|
|
225
|
+
@media only screen and (min-device-width: 64em) {
|
|
226
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
227
|
+
stroke-width: 1.3px
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
1
231
|
/* Colors */
|
|
2
232
|
/* Fonts */
|
|
3
233
|
/* Gap */
|
|
@@ -255,238 +485,8 @@
|
|
|
255
485
|
/* 511 */
|
|
256
486
|
/* 1023 */
|
|
257
487
|
/* Zindex */
|
|
258
|
-
.
|
|
259
|
-
|
|
260
|
-
height: 100%;
|
|
261
|
-
|
|
262
|
-
vertical-align: middle;
|
|
263
|
-
}
|
|
264
|
-
.SvgSymbol-module_small__2g6oR {
|
|
265
|
-
height: 14px;
|
|
266
|
-
}
|
|
267
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
268
|
-
height: 14px;
|
|
269
|
-
}
|
|
270
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
271
|
-
width: 24px;
|
|
272
|
-
height: 24px;
|
|
273
|
-
}
|
|
274
|
-
.SvgSymbol-module_large__2kQrt {
|
|
275
|
-
width: 42px;
|
|
276
|
-
height: 42px;
|
|
277
|
-
}
|
|
278
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
279
|
-
width: 100%;
|
|
280
|
-
height: 100%;
|
|
281
|
-
}
|
|
282
|
-
.SvgSymbol-module_fb__1whmw {
|
|
283
|
-
width: 16px;
|
|
284
|
-
|
|
285
|
-
fill: #304591;
|
|
286
|
-
}
|
|
287
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
288
|
-
width: 20px;
|
|
289
|
-
|
|
290
|
-
fill: #527397;
|
|
291
|
-
}
|
|
292
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
293
|
-
width: 9px;
|
|
294
|
-
|
|
295
|
-
fill: #eb722e;
|
|
296
|
-
}
|
|
297
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
298
|
-
width: 20px;
|
|
299
|
-
|
|
300
|
-
fill: #31adf4;
|
|
301
|
-
}
|
|
302
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
303
|
-
width: 18px;
|
|
304
|
-
|
|
305
|
-
fill: #2ba5e0;
|
|
306
|
-
}
|
|
307
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
308
|
-
width: 16px;
|
|
309
|
-
|
|
310
|
-
color: #b88b59;
|
|
311
|
-
|
|
312
|
-
fill: #262626;
|
|
313
|
-
}
|
|
314
|
-
.SvgSymbol-module_card__1XAqw,
|
|
315
|
-
.SvgSymbol-module_podcast__3oPoo,
|
|
316
|
-
.SvgSymbol-module_read__2V82i,
|
|
317
|
-
.SvgSymbol-module_listened__1oMFV {
|
|
318
|
-
width: 15px;
|
|
319
|
-
height: 15px;
|
|
320
|
-
}
|
|
321
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
322
|
-
width: 24px;
|
|
323
|
-
height: 24px;
|
|
324
|
-
}
|
|
325
|
-
.SvgSymbol-module_cross__J2lCN {
|
|
326
|
-
width: 14px;
|
|
327
|
-
height: 14px;
|
|
328
|
-
}
|
|
329
|
-
.SvgSymbol-module_isInFeature__cDeTI,
|
|
330
|
-
.SvgSymbol-module_isInCard__pKq4e {
|
|
331
|
-
width: 16px;
|
|
332
|
-
height: 16px;
|
|
333
|
-
}
|
|
334
|
-
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
335
|
-
width: 16px;
|
|
336
|
-
height: 16px;
|
|
337
|
-
}
|
|
338
|
-
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
339
|
-
width: 64px;
|
|
340
|
-
height: 64px;
|
|
341
|
-
}
|
|
342
|
-
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
343
|
-
margin-right: 6px;
|
|
344
|
-
}
|
|
345
|
-
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
346
|
-
width: 29px;
|
|
347
|
-
height: 29px;
|
|
348
|
-
|
|
349
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
350
|
-
|
|
351
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
352
|
-
}
|
|
353
|
-
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
354
|
-
width: 38px;
|
|
355
|
-
height: 38px;
|
|
356
|
-
|
|
357
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
358
|
-
|
|
359
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
360
|
-
}
|
|
361
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
362
|
-
width: 34px;
|
|
363
|
-
height: 28px
|
|
364
|
-
}
|
|
365
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
366
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
367
|
-
width: 28px;
|
|
368
|
-
height: 22px
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
372
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
373
|
-
width: 28px;
|
|
374
|
-
height: 28px
|
|
375
|
-
}
|
|
376
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
377
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
378
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
379
|
-
width: 22px;
|
|
380
|
-
height: 22px
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
384
|
-
width: 18px;
|
|
385
|
-
height: 18px;
|
|
386
|
-
}
|
|
387
|
-
.SvgSymbol-module_play__pM-qY {
|
|
388
|
-
width: 100%;
|
|
389
|
-
height: 100%;
|
|
390
|
-
}
|
|
391
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
392
|
-
width: 92px;
|
|
393
|
-
height: 20px
|
|
394
|
-
}
|
|
395
|
-
@media only screen and (min-device-width: 64em) {
|
|
396
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
397
|
-
width: 100px;
|
|
398
|
-
height: 45px
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
.SvgSymbol-module_arrow__11naX {
|
|
402
|
-
width: 12px;
|
|
403
|
-
height: 12px;
|
|
404
|
-
}
|
|
405
|
-
.SvgSymbol-module_oil__hvHE5 {
|
|
406
|
-
width: 9px;
|
|
407
|
-
height: 12px;
|
|
408
|
-
}
|
|
409
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
410
|
-
width: 24px;
|
|
411
|
-
height: 24px
|
|
412
|
-
}
|
|
413
|
-
@media only screen and (min-device-width: 64em) {
|
|
414
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
415
|
-
width: 16px;
|
|
416
|
-
height: 16px
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
.SvgSymbol-module_user__1MGim {
|
|
420
|
-
width: 14px;
|
|
421
|
-
height: 14px
|
|
422
|
-
}
|
|
423
|
-
@media only screen and (min-device-width: 64em) {
|
|
424
|
-
.SvgSymbol-module_user__1MGim {
|
|
425
|
-
width: 16px;
|
|
426
|
-
height: 16px
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
430
|
-
width: 17px;
|
|
431
|
-
height: auto;
|
|
432
|
-
|
|
433
|
-
cursor: pointer;
|
|
434
|
-
|
|
435
|
-
stroke-width: 2px
|
|
436
|
-
}
|
|
437
|
-
@media only screen and (min-device-width: 64em) {
|
|
438
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
439
|
-
width: 14px;
|
|
440
|
-
|
|
441
|
-
stroke-width: 1.5px
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
445
|
-
width: 14px;
|
|
446
|
-
}
|
|
447
|
-
.SvgSymbol-module_receipt__3Eqow {
|
|
448
|
-
width: 10px;
|
|
449
|
-
height: 13px;
|
|
450
|
-
}
|
|
451
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
452
|
-
width: 22px;
|
|
453
|
-
height: 22px
|
|
454
|
-
}
|
|
455
|
-
@media only screen and (min-device-width: 64em) {
|
|
456
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
457
|
-
width: 14px;
|
|
458
|
-
height: 14px
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
@media only screen and (min-device-width: 64em) {
|
|
462
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
463
|
-
stroke-width: 1.5px
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
467
|
-
stroke-width: 1.8px
|
|
468
|
-
}
|
|
469
|
-
@media only screen and (min-device-width: 64em) {
|
|
470
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
471
|
-
stroke-width: 1.3px
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/* Colors */
|
|
476
|
-
/* Fonts */
|
|
477
|
-
/* Gap */
|
|
478
|
-
/* Media */
|
|
479
|
-
/* 512 */
|
|
480
|
-
/* 650 */
|
|
481
|
-
/* 768 */
|
|
482
|
-
/* 1024 */
|
|
483
|
-
/* 1010 */
|
|
484
|
-
/* 1200 */
|
|
485
|
-
/* 511 */
|
|
486
|
-
/* 1023 */
|
|
487
|
-
/* Zindex */
|
|
488
|
-
.Switcher-module_root__1Env1 {
|
|
489
|
-
position: relative;
|
|
488
|
+
.Switcher-module_root__1Env1 {
|
|
489
|
+
position: relative;
|
|
490
490
|
|
|
491
491
|
display: -webkit-box;
|
|
492
492
|
|
|
@@ -649,75 +649,97 @@
|
|
|
649
649
|
/* 511 */
|
|
650
650
|
/* 1023 */
|
|
651
651
|
/* Zindex */
|
|
652
|
-
.
|
|
652
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
653
653
|
position: relative;
|
|
654
|
-
z-index: 1;
|
|
655
654
|
|
|
656
655
|
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
656
|
}
|
|
663
|
-
|
|
664
|
-
.Image-module_placeholder__1p4ob,
|
|
665
|
-
.Image-module_root__1vsA_ img {
|
|
657
|
+
.DotsOnImage-module_dot__H1wua {
|
|
666
658
|
position: absolute;
|
|
667
|
-
|
|
668
|
-
left: 0;
|
|
659
|
+
z-index: 10;
|
|
669
660
|
|
|
670
|
-
width:
|
|
671
|
-
height:
|
|
661
|
+
width: 28px;
|
|
662
|
+
height: 28px;
|
|
663
|
+
margin: 0;
|
|
664
|
+
padding: 0;
|
|
665
|
+
|
|
666
|
+
cursor: pointer;
|
|
667
|
+
text-align: center;
|
|
668
|
+
|
|
669
|
+
color: #fff;
|
|
670
|
+
border-width: 0;
|
|
671
|
+
border-radius: 30px;
|
|
672
|
+
outline-width: 0;
|
|
673
|
+
background-color: #000;
|
|
674
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
675
|
+
|
|
676
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
677
|
+
font-size: 13px;
|
|
678
|
+
font-weight: 600;
|
|
679
|
+
line-height: 28px;
|
|
680
|
+
|
|
681
|
+
-webkit-appearance: none;
|
|
682
|
+
|
|
683
|
+
-moz-appearance: none;
|
|
684
|
+
|
|
685
|
+
appearance: none;
|
|
686
|
+
will-change: opacity;
|
|
672
687
|
}
|
|
673
|
-
.
|
|
688
|
+
.DotsOnImage-module_dot__H1wua svg {
|
|
674
689
|
display: block;
|
|
675
690
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
background-repeat: no-repeat;
|
|
679
|
-
background-size: 100% auto;
|
|
691
|
+
will-change: opacity;
|
|
680
692
|
}
|
|
681
|
-
.
|
|
682
|
-
|
|
693
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
694
|
+
position: absolute;
|
|
695
|
+
z-index: 10;
|
|
696
|
+
}
|
|
697
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
698
|
+
transform: translateX(50px);
|
|
699
|
+
}
|
|
700
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
701
|
+
transform: translateX(-100%) translateX(-22px);
|
|
702
|
+
}
|
|
703
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
704
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
705
|
+
}
|
|
706
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
707
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%) translateY(22px);
|
|
708
|
+
}
|
|
709
|
+
.DotsOnImage-module_popoverTitle__343d8 {
|
|
710
|
+
margin-bottom: 16px;
|
|
683
711
|
|
|
684
|
-
|
|
712
|
+
font-weight: 600;
|
|
685
713
|
}
|
|
686
|
-
.
|
|
687
|
-
|
|
714
|
+
.DotsOnImage-module_popoverBody__2MSn7 {
|
|
715
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
716
|
+
font-size: 16px;
|
|
717
|
+
line-height: 22px;
|
|
688
718
|
}
|
|
689
|
-
.
|
|
690
|
-
|
|
719
|
+
.DotsOnImage-module_popoverText__3v02w p {
|
|
720
|
+
margin: 0;
|
|
691
721
|
}
|
|
692
|
-
.
|
|
693
|
-
|
|
722
|
+
.DotsOnImage-module_popoverText__3v02w a:hover {
|
|
723
|
+
color: #b88b59;
|
|
694
724
|
}
|
|
695
|
-
.
|
|
725
|
+
.DotsOnImage-module_dismiss__1EWXd {
|
|
696
726
|
position: absolute;
|
|
697
|
-
|
|
698
|
-
|
|
727
|
+
top: 0;
|
|
728
|
+
right: 0;
|
|
699
729
|
|
|
700
|
-
|
|
701
|
-
|
|
730
|
+
margin: 0;
|
|
731
|
+
padding: 5px 12px 4px 4px;
|
|
702
732
|
|
|
703
|
-
|
|
704
|
-
pointer-events: none;
|
|
733
|
+
cursor: pointer;
|
|
705
734
|
|
|
706
|
-
|
|
707
|
-
border: 0
|
|
708
|
-
border-radius: 20px;
|
|
709
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
710
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
711
|
-
background-repeat: no-repeat;
|
|
712
|
-
background-position: center
|
|
713
|
-
}
|
|
714
|
-
@media only screen and (min-device-width: 64em) {
|
|
715
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
716
|
-
content: ''
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
735
|
+
color: #b3b3b3;
|
|
736
|
+
border-width: 0;
|
|
720
737
|
outline: none;
|
|
738
|
+
background-color: transparent;
|
|
739
|
+
}
|
|
740
|
+
.DotsOnImage-module_dismiss__1EWXd svg {
|
|
741
|
+
width: 10px;
|
|
742
|
+
height: 10px;
|
|
721
743
|
}
|
|
722
744
|
|
|
723
745
|
/* Colors */
|
|
@@ -733,83 +755,75 @@
|
|
|
733
755
|
/* 511 */
|
|
734
756
|
/* 1023 */
|
|
735
757
|
/* Zindex */
|
|
736
|
-
.
|
|
758
|
+
.Image-module_root__1vsA_ {
|
|
737
759
|
position: relative;
|
|
760
|
+
z-index: 1;
|
|
738
761
|
|
|
739
762
|
display: block;
|
|
763
|
+
overflow: hidden
|
|
740
764
|
}
|
|
741
|
-
|
|
765
|
+
@media only screen and (min-device-width: 32em) {
|
|
766
|
+
.Image-module_root__1vsA_ {
|
|
767
|
+
border-radius: inherit
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
.Image-module_placeholder__1p4ob,
|
|
771
|
+
.Image-module_root__1vsA_ img {
|
|
742
772
|
position: absolute;
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
width: 28px;
|
|
746
|
-
height: 28px;
|
|
747
|
-
margin: 0;
|
|
748
|
-
padding: 0;
|
|
749
|
-
|
|
750
|
-
cursor: pointer;
|
|
751
|
-
text-align: center;
|
|
752
|
-
|
|
753
|
-
color: #fff;
|
|
754
|
-
border-width: 0;
|
|
755
|
-
border-radius: 30px;
|
|
756
|
-
outline-width: 0;
|
|
757
|
-
background-color: #000;
|
|
758
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
759
|
-
|
|
760
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
761
|
-
font-size: 13px;
|
|
762
|
-
font-weight: 600;
|
|
763
|
-
line-height: 28px;
|
|
764
|
-
|
|
765
|
-
-webkit-appearance: none;
|
|
766
|
-
|
|
767
|
-
-moz-appearance: none;
|
|
773
|
+
top: 0;
|
|
774
|
+
left: 0;
|
|
768
775
|
|
|
769
|
-
|
|
776
|
+
width: 100%;
|
|
777
|
+
height: 100%;
|
|
770
778
|
}
|
|
771
|
-
.
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
left: 50%;
|
|
779
|
+
.Image-module_wrapper__3fLjs {
|
|
780
|
+
display: block;
|
|
781
|
+
|
|
782
|
+
width: 100%;
|
|
776
783
|
|
|
777
|
-
|
|
784
|
+
background-repeat: no-repeat;
|
|
785
|
+
background-size: 100% auto;
|
|
778
786
|
}
|
|
779
|
-
.
|
|
780
|
-
|
|
787
|
+
.Image-module_placeholder__1p4ob {
|
|
788
|
+
transition: background-color 250ms ease;
|
|
781
789
|
|
|
782
|
-
|
|
790
|
+
background-color: #f2f2f2;
|
|
783
791
|
}
|
|
784
|
-
.
|
|
785
|
-
|
|
786
|
-
font-size: 16px;
|
|
787
|
-
line-height: 22px;
|
|
792
|
+
.Image-module_loaded__w9FVT {
|
|
793
|
+
background: transparent;
|
|
788
794
|
}
|
|
789
|
-
.
|
|
790
|
-
|
|
795
|
+
.Image-module_fullscreen__29apx picture {
|
|
796
|
+
cursor: pointer;
|
|
791
797
|
}
|
|
792
|
-
.
|
|
793
|
-
|
|
798
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
799
|
+
opacity: 1;
|
|
794
800
|
}
|
|
795
|
-
.
|
|
801
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
796
802
|
position: absolute;
|
|
797
|
-
|
|
798
|
-
|
|
803
|
+
right: 12px;
|
|
804
|
+
bottom: 12px;
|
|
799
805
|
|
|
800
|
-
|
|
801
|
-
|
|
806
|
+
width: 40px;
|
|
807
|
+
height: 40px;
|
|
802
808
|
|
|
803
|
-
|
|
809
|
+
transition: opacity 250ms ease;
|
|
810
|
+
pointer-events: none;
|
|
804
811
|
|
|
805
|
-
|
|
806
|
-
border
|
|
807
|
-
|
|
808
|
-
background-color:
|
|
812
|
+
opacity: 0;
|
|
813
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
814
|
+
border-radius: 20px;
|
|
815
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
816
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
817
|
+
background-repeat: no-repeat;
|
|
818
|
+
background-position: center
|
|
809
819
|
}
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
820
|
+
@media only screen and (min-device-width: 64em) {
|
|
821
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
822
|
+
content: ''
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
826
|
+
outline: none;
|
|
813
827
|
}
|
|
814
828
|
|
|
815
829
|
/* Colors */
|
|
@@ -1270,225 +1284,74 @@
|
|
|
1270
1284
|
/* 511 */
|
|
1271
1285
|
/* 1023 */
|
|
1272
1286
|
/* Zindex */
|
|
1273
|
-
.
|
|
1287
|
+
.MaterialNote-module_root__1AcYe {
|
|
1288
|
+
margin-bottom: 17px;
|
|
1289
|
+
|
|
1274
1290
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1291
|
+
font-size: 16px;
|
|
1292
|
+
line-height: 22px;
|
|
1275
1293
|
}
|
|
1276
|
-
.
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
color: inherit;
|
|
1280
|
-
box-shadow: none;
|
|
1294
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1295
|
+
margin-bottom: 0;
|
|
1281
1296
|
}
|
|
1282
|
-
.
|
|
1283
|
-
|
|
1297
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1298
|
+
margin-bottom: 9px;
|
|
1284
1299
|
}
|
|
1285
|
-
.
|
|
1286
|
-
|
|
1287
|
-
padding-top: 4px;
|
|
1300
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1301
|
+
display: block;
|
|
1288
1302
|
|
|
1289
|
-
|
|
1303
|
+
width: 120px;
|
|
1304
|
+
height: 1px;
|
|
1305
|
+
margin-bottom: 15px;
|
|
1290
1306
|
|
|
1291
|
-
|
|
1292
|
-
|
|
1307
|
+
content: '';
|
|
1308
|
+
|
|
1309
|
+
background: #000;
|
|
1293
1310
|
}
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
line-height: 22px
|
|
1311
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1312
|
+
margin-top: 8px;
|
|
1313
|
+
margin-bottom: 0;
|
|
1298
1314
|
}
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
max-width: 520px;
|
|
1302
|
-
padding-top: 1px;
|
|
1315
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1316
|
+
text-decoration: none;
|
|
1303
1317
|
|
|
1318
|
+
color: inherit;
|
|
1319
|
+
box-shadow: inset 0 -1px;
|
|
1320
|
+
}
|
|
1321
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1322
|
+
color: #b88b59;
|
|
1323
|
+
}
|
|
1324
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1325
|
+
background-color: #4f4f4f;
|
|
1326
|
+
}
|
|
1327
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1304
1328
|
color: #666;
|
|
1305
1329
|
|
|
1306
1330
|
font-size: 12px;
|
|
1307
|
-
line-height:
|
|
1331
|
+
line-height: 15px;
|
|
1308
1332
|
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
padding-top: 3px
|
|
1333
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1334
|
+
margin-top: 6px;
|
|
1312
1335
|
}
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
padding-top: 3px;
|
|
1336
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1337
|
+
margin-top: 0;
|
|
1316
1338
|
}
|
|
1317
|
-
.
|
|
1318
|
-
|
|
1339
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1340
|
+
font-weight: bold;
|
|
1319
1341
|
}
|
|
1320
|
-
.
|
|
1321
|
-
|
|
1342
|
+
.MaterialNote-module_center__18RxI {
|
|
1343
|
+
max-width: 650px;
|
|
1344
|
+
margin-right: auto;
|
|
1345
|
+
margin-left: auto;
|
|
1322
1346
|
}
|
|
1323
|
-
.
|
|
1324
|
-
.
|
|
1325
|
-
|
|
1347
|
+
.MaterialNote-module_center__18RxI,
|
|
1348
|
+
.MaterialNote-module_default__1lQPl {
|
|
1349
|
+
margin-top: 25px
|
|
1326
1350
|
}
|
|
1327
1351
|
@media only screen and (min-device-width: 32em) {
|
|
1328
|
-
.
|
|
1329
|
-
.
|
|
1330
|
-
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1334
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1335
|
-
padding-top: 9px
|
|
1336
|
-
}
|
|
1337
|
-
@media only screen and (min-device-width: 32em) {
|
|
1338
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1339
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1340
|
-
padding-top: 11px
|
|
1341
|
-
}
|
|
1342
|
-
}
|
|
1343
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1344
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1345
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1346
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1347
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1348
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1349
|
-
max-width: 650px;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
|
|
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
|
-
/* Colors */
|
|
1412
|
-
/* Fonts */
|
|
1413
|
-
/* Gap */
|
|
1414
|
-
/* Media */
|
|
1415
|
-
/* 512 */
|
|
1416
|
-
/* 650 */
|
|
1417
|
-
/* 768 */
|
|
1418
|
-
/* 1024 */
|
|
1419
|
-
/* 1010 */
|
|
1420
|
-
/* 1200 */
|
|
1421
|
-
/* 511 */
|
|
1422
|
-
/* 1023 */
|
|
1423
|
-
/* Zindex */
|
|
1424
|
-
.MaterialNote-module_root__1AcYe {
|
|
1425
|
-
margin-bottom: 17px;
|
|
1426
|
-
|
|
1427
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1428
|
-
font-size: 16px;
|
|
1429
|
-
line-height: 22px;
|
|
1430
|
-
}
|
|
1431
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1432
|
-
margin-bottom: 0;
|
|
1433
|
-
}
|
|
1434
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1435
|
-
margin-bottom: 9px;
|
|
1436
|
-
}
|
|
1437
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
1438
|
-
display: block;
|
|
1439
|
-
|
|
1440
|
-
width: 120px;
|
|
1441
|
-
height: 1px;
|
|
1442
|
-
margin-bottom: 15px;
|
|
1443
|
-
|
|
1444
|
-
content: '';
|
|
1445
|
-
|
|
1446
|
-
background: #000;
|
|
1447
|
-
}
|
|
1448
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1449
|
-
margin-top: 8px;
|
|
1450
|
-
margin-bottom: 0;
|
|
1451
|
-
}
|
|
1452
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1453
|
-
text-decoration: none;
|
|
1454
|
-
|
|
1455
|
-
color: inherit;
|
|
1456
|
-
box-shadow: inset 0 -1px;
|
|
1457
|
-
}
|
|
1458
|
-
.MaterialNote-module_root__1AcYe a:hover {
|
|
1459
|
-
color: #b88b59;
|
|
1460
|
-
}
|
|
1461
|
-
.MaterialNote-module_dark__xCry-::before {
|
|
1462
|
-
background-color: #4f4f4f;
|
|
1463
|
-
}
|
|
1464
|
-
.MaterialNote-module_note_credit__PuFyX {
|
|
1465
|
-
color: #666;
|
|
1466
|
-
|
|
1467
|
-
font-size: 12px;
|
|
1468
|
-
line-height: 15px;
|
|
1469
|
-
}
|
|
1470
|
-
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1471
|
-
margin-top: 6px;
|
|
1472
|
-
}
|
|
1473
|
-
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1474
|
-
margin-top: 0;
|
|
1475
|
-
}
|
|
1476
|
-
.MaterialNote-module_note_caption__1ezSo b {
|
|
1477
|
-
font-weight: bold;
|
|
1478
|
-
}
|
|
1479
|
-
.MaterialNote-module_center__18RxI {
|
|
1480
|
-
max-width: 650px;
|
|
1481
|
-
margin-right: auto;
|
|
1482
|
-
margin-left: auto;
|
|
1483
|
-
}
|
|
1484
|
-
.MaterialNote-module_center__18RxI,
|
|
1485
|
-
.MaterialNote-module_default__1lQPl {
|
|
1486
|
-
margin-top: 25px
|
|
1487
|
-
}
|
|
1488
|
-
@media only screen and (min-device-width: 32em) {
|
|
1489
|
-
.MaterialNote-module_center__18RxI,
|
|
1490
|
-
.MaterialNote-module_default__1lQPl {
|
|
1491
|
-
margin-top: 35px
|
|
1352
|
+
.MaterialNote-module_center__18RxI,
|
|
1353
|
+
.MaterialNote-module_default__1lQPl {
|
|
1354
|
+
margin-top: 35px
|
|
1492
1355
|
}
|
|
1493
1356
|
}
|
|
1494
1357
|
.MaterialNote-module_card__OWXbQ:empty,
|
|
@@ -1556,36 +1419,85 @@
|
|
|
1556
1419
|
/* 511 */
|
|
1557
1420
|
/* 1023 */
|
|
1558
1421
|
/* Zindex */
|
|
1559
|
-
.
|
|
1560
|
-
|
|
1422
|
+
.MediaCaption-module_root__KqTdw {
|
|
1423
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1561
1424
|
}
|
|
1562
|
-
.
|
|
1563
|
-
|
|
1425
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1426
|
+
text-decoration: underline;
|
|
1564
1427
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
font-weight: normal;
|
|
1568
|
-
line-height: 27px
|
|
1428
|
+
color: inherit;
|
|
1429
|
+
box-shadow: none;
|
|
1569
1430
|
}
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1431
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1432
|
+
color: #b88b58;
|
|
1433
|
+
}
|
|
1434
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1435
|
+
max-width: 520px;
|
|
1436
|
+
padding-top: 4px;
|
|
1437
|
+
|
|
1438
|
+
color: #1a1a1a;
|
|
1439
|
+
|
|
1440
|
+
font-size: 14px;
|
|
1441
|
+
line-height: 18px
|
|
1442
|
+
}
|
|
1443
|
+
@media only screen and (min-device-width: 32em) {
|
|
1444
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1445
|
+
font-size: 16px;
|
|
1446
|
+
line-height: 22px
|
|
1574
1447
|
}
|
|
1575
1448
|
}
|
|
1576
|
-
.
|
|
1577
|
-
|
|
1578
|
-
|
|
1449
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1450
|
+
max-width: 520px;
|
|
1451
|
+
padding-top: 1px;
|
|
1452
|
+
|
|
1453
|
+
color: #666;
|
|
1454
|
+
|
|
1455
|
+
font-size: 12px;
|
|
1456
|
+
line-height: 16px
|
|
1579
1457
|
}
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1458
|
+
@media only screen and (min-device-width: 32em) {
|
|
1459
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1460
|
+
padding-top: 3px
|
|
1583
1461
|
}
|
|
1584
|
-
|
|
1585
|
-
.
|
|
1586
|
-
|
|
1462
|
+
}
|
|
1463
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1464
|
+
padding-top: 3px;
|
|
1465
|
+
}
|
|
1466
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1467
|
+
color: #fff;
|
|
1468
|
+
}
|
|
1469
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1470
|
+
color: #929292;
|
|
1471
|
+
}
|
|
1472
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1473
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1474
|
+
padding-top: 10px
|
|
1475
|
+
}
|
|
1476
|
+
@media only screen and (min-device-width: 32em) {
|
|
1477
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1478
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1479
|
+
padding-top: 12px
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1483
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1484
|
+
padding-top: 9px
|
|
1485
|
+
}
|
|
1486
|
+
@media only screen and (min-device-width: 32em) {
|
|
1487
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1488
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1489
|
+
padding-top: 11px
|
|
1587
1490
|
}
|
|
1588
1491
|
}
|
|
1492
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1493
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1494
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1495
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1496
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1497
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1498
|
+
max-width: 650px;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1589
1501
|
|
|
1590
1502
|
/* Colors */
|
|
1591
1503
|
/* Fonts */
|
|
@@ -1688,133 +1600,92 @@
|
|
|
1688
1600
|
/* 511 */
|
|
1689
1601
|
/* 1023 */
|
|
1690
1602
|
/* Zindex */
|
|
1691
|
-
.
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
transform: translateZ(0);
|
|
1695
|
-
|
|
1696
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1603
|
+
.MaterialTitle-module_root__18ku- {
|
|
1604
|
+
display: block;
|
|
1697
1605
|
}
|
|
1698
|
-
.
|
|
1699
|
-
|
|
1700
|
-
display: -webkit-flex;
|
|
1701
|
-
display: -ms-flexbox;
|
|
1702
|
-
display: flex;
|
|
1703
|
-
flex-flow: row wrap;
|
|
1704
|
-
|
|
1705
|
-
margin: 0 0 0 -10px;
|
|
1706
|
-
padding: 0;
|
|
1606
|
+
.MaterialTitle-module_root__18ku- {
|
|
1607
|
+
margin: 0;
|
|
1707
1608
|
|
|
1708
|
-
|
|
1609
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1610
|
+
font-size: 25px;
|
|
1611
|
+
font-weight: normal;
|
|
1612
|
+
line-height: 27px
|
|
1709
1613
|
}
|
|
1710
|
-
@media only screen and (min-device-width:
|
|
1711
|
-
.
|
|
1712
|
-
|
|
1614
|
+
@media only screen and (min-device-width: 48em) {
|
|
1615
|
+
.MaterialTitle-module_root__18ku- {
|
|
1616
|
+
font-size: 37px;
|
|
1617
|
+
line-height: 38px
|
|
1713
1618
|
}
|
|
1714
1619
|
}
|
|
1715
|
-
.
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
min-width: 42px;
|
|
1719
|
-
height: 32px;
|
|
1720
|
-
padding-right: 10px;
|
|
1721
|
-
padding-left: 10px;
|
|
1722
|
-
|
|
1723
|
-
cursor: pointer;
|
|
1724
|
-
transition: color 250ms ease;
|
|
1725
|
-
text-align: center;
|
|
1726
|
-
|
|
1727
|
-
color: #808080;
|
|
1728
|
-
|
|
1729
|
-
line-height: 1
|
|
1620
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1621
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1622
|
+
font-weight: normal;
|
|
1730
1623
|
}
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1624
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1625
|
+
font-size: 24px;
|
|
1626
|
+
font-weight: 700
|
|
1627
|
+
}
|
|
1628
|
+
@media only screen and (min-device-width: 48em) {
|
|
1629
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1630
|
+
font-size: 36px
|
|
1735
1631
|
}
|
|
1736
1632
|
}
|
|
1737
|
-
|
|
1738
|
-
|
|
1633
|
+
|
|
1634
|
+
/* Colors */
|
|
1635
|
+
/* Fonts */
|
|
1636
|
+
/* Gap */
|
|
1637
|
+
/* Media */
|
|
1638
|
+
/* 512 */
|
|
1639
|
+
/* 650 */
|
|
1640
|
+
/* 768 */
|
|
1641
|
+
/* 1024 */
|
|
1642
|
+
/* 1010 */
|
|
1643
|
+
/* 1200 */
|
|
1644
|
+
/* 511 */
|
|
1645
|
+
/* 1023 */
|
|
1646
|
+
/* Zindex */
|
|
1647
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1648
|
+
color: #e0e0e0;
|
|
1739
1649
|
}
|
|
1740
|
-
.
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
left: 0;
|
|
1650
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1651
|
+
margin: 0;
|
|
1652
|
+
padding: 5px 3px;
|
|
1744
1653
|
|
|
1745
|
-
|
|
1654
|
+
cursor: pointer;
|
|
1746
1655
|
|
|
1747
|
-
|
|
1748
|
-
|
|
1656
|
+
color: inherit;
|
|
1657
|
+
border-width: 0;
|
|
1658
|
+
outline: none;
|
|
1659
|
+
background-color: transparent;
|
|
1749
1660
|
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
height: 100%;
|
|
1757
|
-
}
|
|
1758
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1759
|
-
height: 100%;
|
|
1760
|
-
}
|
|
1761
|
-
.Toolbar-module_center__3_H8M {
|
|
1762
|
-
width: 100%;
|
|
1763
|
-
max-width: 650px;
|
|
1764
|
-
margin-right: auto;
|
|
1765
|
-
margin-left: auto;
|
|
1766
|
-
}
|
|
1767
|
-
.Toolbar-module_game__5-jY_ {
|
|
1768
|
-
margin-top: 11px
|
|
1769
|
-
}
|
|
1770
|
-
@media only screen and (min-device-width: 32em) {
|
|
1771
|
-
.Toolbar-module_game__5-jY_ {
|
|
1772
|
-
margin-top: 18px
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1776
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1777
|
-
justify-content: center
|
|
1778
|
-
}
|
|
1779
|
-
@media only screen and (min-device-width: 32em) {
|
|
1780
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1781
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1782
|
-
display: -webkit-box;
|
|
1783
|
-
display: -webkit-flex;
|
|
1784
|
-
display: -ms-flexbox;
|
|
1785
|
-
display: flex
|
|
1661
|
+
-webkit-appearance: none;
|
|
1662
|
+
|
|
1663
|
+
-moz-appearance: none;
|
|
1664
|
+
|
|
1665
|
+
appearance: none;
|
|
1666
|
+
fill: transparent;
|
|
1786
1667
|
}
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
width: 260px
|
|
1668
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1669
|
+
color: #fff;
|
|
1790
1670
|
}
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
width: auto
|
|
1671
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1672
|
+
color: #000;
|
|
1794
1673
|
}
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
content: none
|
|
1674
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1675
|
+
fill: #e0e0e0;
|
|
1798
1676
|
}
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
content: ''
|
|
1677
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1678
|
+
fill: #fff;
|
|
1802
1679
|
}
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1806
|
-
content: none;
|
|
1680
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1681
|
+
fill: #000;
|
|
1807
1682
|
}
|
|
1808
1683
|
@media only screen and (min-device-width: 64em) {
|
|
1809
|
-
.
|
|
1810
|
-
|
|
1811
|
-
margin-left: 0
|
|
1684
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1685
|
+
width: 12px
|
|
1812
1686
|
}
|
|
1813
1687
|
}
|
|
1814
|
-
|
|
1815
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1816
|
-
}
|
|
1817
|
-
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1688
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1818
1689
|
display: none;
|
|
1819
1690
|
}
|
|
1820
1691
|
|
|
@@ -1927,106 +1798,249 @@
|
|
|
1927
1798
|
width: 100%;
|
|
1928
1799
|
height: 100%;
|
|
1929
1800
|
|
|
1930
|
-
border-radius: 8px 8px 0 0;
|
|
1931
|
-
}
|
|
1932
|
-
.Popover-module_background__1KKaP rect {
|
|
1933
|
-
position: absolute;
|
|
1801
|
+
border-radius: 8px 8px 0 0;
|
|
1802
|
+
}
|
|
1803
|
+
.Popover-module_background__1KKaP rect {
|
|
1804
|
+
position: absolute;
|
|
1805
|
+
|
|
1806
|
+
width: 100%;
|
|
1807
|
+
height: 100%;
|
|
1808
|
+
}
|
|
1809
|
+
.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
|
|
1810
|
+
-webkit-animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1811
|
+
animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1812
|
+
}
|
|
1813
|
+
.Popover-module_body__3h5UO {
|
|
1814
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1815
|
+
font-size: 16px;
|
|
1816
|
+
line-height: 22px;
|
|
1817
|
+
}
|
|
1818
|
+
.Popover-module_body__3h5UO h3 {
|
|
1819
|
+
margin: 0 0 5px;
|
|
1820
|
+
|
|
1821
|
+
font-size: inherit;
|
|
1822
|
+
font-weight: 700;
|
|
1823
|
+
line-height: inherit;
|
|
1824
|
+
}
|
|
1825
|
+
.Popover-module_body__3h5UO p {
|
|
1826
|
+
margin: 0;
|
|
1827
|
+
}
|
|
1828
|
+
.Popover-module_body__3h5UO p + p {
|
|
1829
|
+
margin-top: 6px;
|
|
1830
|
+
}
|
|
1831
|
+
.Popover-module_body__3h5UO a {
|
|
1832
|
+
color: inherit;
|
|
1833
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
1834
|
+
}
|
|
1835
|
+
.Popover-module_body__3h5UO a:hover {
|
|
1836
|
+
color: #b88b59;
|
|
1837
|
+
}
|
|
1838
|
+
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
1839
|
+
0% {
|
|
1840
|
+
transform: translateY(100%);
|
|
1841
|
+
}
|
|
1842
|
+
100% {
|
|
1843
|
+
transform: translateY(0);
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
@keyframes Popover-module_appear__37vPd {
|
|
1847
|
+
0% {
|
|
1848
|
+
transform: translateY(100%);
|
|
1849
|
+
}
|
|
1850
|
+
100% {
|
|
1851
|
+
transform: translateY(0);
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
1855
|
+
0% {
|
|
1856
|
+
transform: translateY(0);
|
|
1857
|
+
}
|
|
1858
|
+
100% {
|
|
1859
|
+
transform: translateY(100%);
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
1863
|
+
0% {
|
|
1864
|
+
transform: translateY(0);
|
|
1865
|
+
}
|
|
1866
|
+
100% {
|
|
1867
|
+
transform: translateY(100%);
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1871
|
+
0% {
|
|
1872
|
+
opacity: 0;
|
|
1873
|
+
}
|
|
1874
|
+
100% {
|
|
1875
|
+
opacity: 1;
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1879
|
+
0% {
|
|
1880
|
+
opacity: 0;
|
|
1881
|
+
}
|
|
1882
|
+
100% {
|
|
1883
|
+
opacity: 1;
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1887
|
+
0% {
|
|
1888
|
+
opacity: 1;
|
|
1889
|
+
}
|
|
1890
|
+
100% {
|
|
1891
|
+
opacity: 0;
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1894
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1895
|
+
0% {
|
|
1896
|
+
opacity: 1;
|
|
1897
|
+
}
|
|
1898
|
+
100% {
|
|
1899
|
+
opacity: 0;
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
/* Colors */
|
|
1904
|
+
/* Fonts */
|
|
1905
|
+
/* Gap */
|
|
1906
|
+
/* Media */
|
|
1907
|
+
/* 512 */
|
|
1908
|
+
/* 650 */
|
|
1909
|
+
/* 768 */
|
|
1910
|
+
/* 1024 */
|
|
1911
|
+
/* 1010 */
|
|
1912
|
+
/* 1200 */
|
|
1913
|
+
/* 511 */
|
|
1914
|
+
/* 1023 */
|
|
1915
|
+
/* Zindex */
|
|
1916
|
+
.Toolbar-module_root__2HF2r {
|
|
1917
|
+
overflow: hidden;
|
|
1918
|
+
|
|
1919
|
+
transform: translateZ(0);
|
|
1920
|
+
|
|
1921
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1922
|
+
}
|
|
1923
|
+
.Toolbar-module_list__1n5ny {
|
|
1924
|
+
display: -webkit-box;
|
|
1925
|
+
display: -webkit-flex;
|
|
1926
|
+
display: -ms-flexbox;
|
|
1927
|
+
display: flex;
|
|
1928
|
+
flex-flow: row wrap;
|
|
1929
|
+
|
|
1930
|
+
margin: 0 0 0 -10px;
|
|
1931
|
+
padding: 0;
|
|
1932
|
+
|
|
1933
|
+
list-style: none
|
|
1934
|
+
}
|
|
1935
|
+
@media only screen and (min-device-width: 64em) {
|
|
1936
|
+
.Toolbar-module_list__1n5ny {
|
|
1937
|
+
margin: 0 0 0 -15px
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
.Toolbar-module_item__36x7d {
|
|
1941
|
+
position: relative;
|
|
1942
|
+
|
|
1943
|
+
min-width: 42px;
|
|
1944
|
+
height: 32px;
|
|
1945
|
+
padding-right: 10px;
|
|
1946
|
+
padding-left: 10px;
|
|
1947
|
+
|
|
1948
|
+
cursor: pointer;
|
|
1949
|
+
transition: color 250ms ease;
|
|
1950
|
+
text-align: center;
|
|
1951
|
+
|
|
1952
|
+
color: #808080;
|
|
1953
|
+
|
|
1954
|
+
line-height: 1
|
|
1955
|
+
}
|
|
1956
|
+
@media only screen and (min-device-width: 64em) {
|
|
1957
|
+
.Toolbar-module_item__36x7d {
|
|
1958
|
+
padding-right: 15px;
|
|
1959
|
+
padding-left: 15px
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1963
|
+
margin-right: 0;
|
|
1964
|
+
}
|
|
1965
|
+
.Toolbar-module_item__36x7d::before {
|
|
1966
|
+
position: absolute;
|
|
1967
|
+
top: 7px;
|
|
1968
|
+
left: 0;
|
|
1969
|
+
|
|
1970
|
+
height: 18px;
|
|
1971
|
+
|
|
1972
|
+
content: '';
|
|
1973
|
+
vertical-align: middle;
|
|
1934
1974
|
|
|
1935
|
-
|
|
1936
|
-
height: 100%;
|
|
1937
|
-
}
|
|
1938
|
-
.Popover-module_visible__eK5ZQ .Popover-module_container__FnZT- {
|
|
1939
|
-
-webkit-animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1940
|
-
animation: Popover-module_appear__37vPd 350ms ease both;
|
|
1975
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1941
1976
|
}
|
|
1942
|
-
.
|
|
1943
|
-
|
|
1944
|
-
font-size: 16px;
|
|
1945
|
-
line-height: 22px;
|
|
1977
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1978
|
+
display: none;
|
|
1946
1979
|
}
|
|
1947
|
-
.
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
font-size: inherit;
|
|
1951
|
-
font-weight: 600;
|
|
1952
|
-
line-height: inherit;
|
|
1980
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1981
|
+
height: 100%;
|
|
1953
1982
|
}
|
|
1954
|
-
.
|
|
1955
|
-
|
|
1983
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1984
|
+
height: 100%;
|
|
1956
1985
|
}
|
|
1957
|
-
.
|
|
1958
|
-
|
|
1986
|
+
.Toolbar-module_center__3_H8M {
|
|
1987
|
+
width: 100%;
|
|
1988
|
+
max-width: 650px;
|
|
1989
|
+
margin-right: auto;
|
|
1990
|
+
margin-left: auto;
|
|
1959
1991
|
}
|
|
1960
|
-
.
|
|
1961
|
-
|
|
1962
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
1992
|
+
.Toolbar-module_game__5-jY_ {
|
|
1993
|
+
margin-top: 11px
|
|
1963
1994
|
}
|
|
1964
|
-
|
|
1965
|
-
|
|
1995
|
+
@media only screen and (min-device-width: 32em) {
|
|
1996
|
+
.Toolbar-module_game__5-jY_ {
|
|
1997
|
+
margin-top: 18px
|
|
1966
1998
|
}
|
|
1967
|
-
@-webkit-keyframes Popover-module_appear__37vPd {
|
|
1968
|
-
0% {
|
|
1969
|
-
transform: translateY(100%);
|
|
1970
|
-
}
|
|
1971
|
-
100% {
|
|
1972
|
-
transform: translateY(0);
|
|
1973
1999
|
}
|
|
2000
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2001
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2002
|
+
justify-content: center
|
|
1974
2003
|
}
|
|
1975
|
-
@
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
2004
|
+
@media only screen and (min-device-width: 32em) {
|
|
2005
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2006
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2007
|
+
display: -webkit-box;
|
|
2008
|
+
display: -webkit-flex;
|
|
2009
|
+
display: -ms-flexbox;
|
|
2010
|
+
display: flex
|
|
1982
2011
|
}
|
|
1983
|
-
@-webkit-keyframes Popover-module_disappear__3Q9LI {
|
|
1984
|
-
0% {
|
|
1985
|
-
transform: translateY(0);
|
|
1986
|
-
}
|
|
1987
|
-
100% {
|
|
1988
|
-
transform: translateY(100%);
|
|
1989
2012
|
}
|
|
2013
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2014
|
+
width: 260px
|
|
1990
2015
|
}
|
|
1991
|
-
@
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
}
|
|
1995
|
-
100% {
|
|
1996
|
-
transform: translateY(100%);
|
|
1997
|
-
}
|
|
2016
|
+
@media only screen and (min-device-width: 32em) {
|
|
2017
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2018
|
+
width: auto
|
|
1998
2019
|
}
|
|
1999
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2000
|
-
0% {
|
|
2001
|
-
opacity: 0;
|
|
2002
|
-
}
|
|
2003
|
-
100% {
|
|
2004
|
-
opacity: 1;
|
|
2005
2020
|
}
|
|
2021
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2022
|
+
content: none
|
|
2006
2023
|
}
|
|
2007
|
-
@
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
}
|
|
2011
|
-
100% {
|
|
2012
|
-
opacity: 1;
|
|
2013
|
-
}
|
|
2024
|
+
@media only screen and (min-device-width: 32em) {
|
|
2025
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2026
|
+
content: ''
|
|
2014
2027
|
}
|
|
2015
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2016
|
-
0% {
|
|
2017
|
-
opacity: 1;
|
|
2018
|
-
}
|
|
2019
|
-
100% {
|
|
2020
|
-
opacity: 0;
|
|
2021
2028
|
}
|
|
2029
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2030
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2031
|
+
content: none;
|
|
2032
|
+
}
|
|
2033
|
+
@media only screen and (min-device-width: 64em) {
|
|
2034
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2035
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2036
|
+
margin-left: 0
|
|
2022
2037
|
}
|
|
2023
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2024
|
-
0% {
|
|
2025
|
-
opacity: 1;
|
|
2026
|
-
}
|
|
2027
|
-
100% {
|
|
2028
|
-
opacity: 0;
|
|
2029
2038
|
}
|
|
2039
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2040
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2041
|
+
}
|
|
2042
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
2043
|
+
display: none;
|
|
2030
2044
|
}
|
|
2031
2045
|
|
|
2032
2046
|
/* Colors */
|
|
@@ -2163,68 +2177,6 @@
|
|
|
2163
2177
|
font-weight: normal;
|
|
2164
2178
|
}
|
|
2165
2179
|
|
|
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
2180
|
/* Colors */
|
|
2229
2181
|
/* Fonts */
|
|
2230
2182
|
/* Gap */
|
|
@@ -2384,12 +2336,74 @@
|
|
|
2384
2336
|
display: none
|
|
2385
2337
|
}
|
|
2386
2338
|
@media only screen and (min-device-width: 32em) {
|
|
2387
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2339
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2340
|
+
display: block
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
/* Colors */
|
|
2346
|
+
/* Fonts */
|
|
2347
|
+
/* Gap */
|
|
2348
|
+
/* Media */
|
|
2349
|
+
/* 512 */
|
|
2350
|
+
/* 650 */
|
|
2351
|
+
/* 768 */
|
|
2352
|
+
/* 1024 */
|
|
2353
|
+
/* 1010 */
|
|
2354
|
+
/* 1200 */
|
|
2355
|
+
/* 511 */
|
|
2356
|
+
/* 1023 */
|
|
2357
|
+
/* Zindex */
|
|
2358
|
+
.CardTitle-module_root__1uqqF {
|
|
2359
|
+
margin-bottom: 11px
|
|
2360
|
+
}
|
|
2361
|
+
@media only screen and (min-device-width: 64em) {
|
|
2362
|
+
.CardTitle-module_root__1uqqF {
|
|
2363
|
+
margin-bottom: 10px;
|
|
2364
|
+
|
|
2365
|
+
text-align: center
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
.CardTitle-module_index__4FsTf {
|
|
2369
|
+
margin-bottom: 7px;
|
|
2370
|
+
|
|
2371
|
+
color: #b88b59;
|
|
2372
|
+
|
|
2373
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2374
|
+
font-size: 20px;
|
|
2375
|
+
font-weight: 700;
|
|
2376
|
+
line-height: 24px;
|
|
2377
|
+
}
|
|
2378
|
+
.CardTitle-module_title__2iTI6 {
|
|
2379
|
+
color: #1d1d1d;
|
|
2380
|
+
|
|
2381
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2382
|
+
font-size: 20px;
|
|
2383
|
+
font-weight: 700;
|
|
2384
|
+
line-height: 24px
|
|
2385
|
+
}
|
|
2386
|
+
@media only screen and (min-device-width: 64em) {
|
|
2387
|
+
.CardTitle-module_title__2iTI6 {
|
|
2388
|
+
font-size: 28px;
|
|
2389
|
+
line-height: 34px
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
/* VISIBILITY */
|
|
2393
|
+
@media only screen and (min-device-width: 32em) {
|
|
2394
|
+
.CardTitle-module_mobile__1_kij {
|
|
2395
|
+
display: none
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2399
|
+
display: none
|
|
2400
|
+
}
|
|
2401
|
+
@media only screen and (min-device-width: 32em) {
|
|
2402
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2388
2403
|
display: block
|
|
2389
2404
|
}
|
|
2390
2405
|
}
|
|
2391
2406
|
|
|
2392
|
-
|
|
2393
2407
|
/* Colors */
|
|
2394
2408
|
/* Fonts */
|
|
2395
2409
|
/* Gap */
|
|
@@ -2783,6 +2797,168 @@
|
|
|
2783
2797
|
}
|
|
2784
2798
|
|
|
2785
2799
|
|
|
2800
|
+
/* Colors */
|
|
2801
|
+
/* Fonts */
|
|
2802
|
+
/* Gap */
|
|
2803
|
+
/* Media */
|
|
2804
|
+
/* 512 */
|
|
2805
|
+
/* 650 */
|
|
2806
|
+
/* 768 */
|
|
2807
|
+
/* 1024 */
|
|
2808
|
+
/* 1010 */
|
|
2809
|
+
/* 1200 */
|
|
2810
|
+
/* 511 */
|
|
2811
|
+
/* 1023 */
|
|
2812
|
+
/* Zindex */
|
|
2813
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2814
|
+
margin: 15px 0;
|
|
2815
|
+
padding: 0;
|
|
2816
|
+
|
|
2817
|
+
list-style: none;
|
|
2818
|
+
|
|
2819
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2820
|
+
font-size: 18px;
|
|
2821
|
+
line-height: 24px
|
|
2822
|
+
}
|
|
2823
|
+
@media only screen and (min-device-width: 32em) {
|
|
2824
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2825
|
+
font-size: 20px;
|
|
2826
|
+
line-height: 28px
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
@media only screen and (min-device-width: 48em) {
|
|
2830
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2831
|
+
margin: 20px 0
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2835
|
+
margin-top: 0;
|
|
2836
|
+
}
|
|
2837
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2838
|
+
margin-bottom: 0;
|
|
2839
|
+
}
|
|
2840
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2841
|
+
color: inherit;
|
|
2842
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2843
|
+
}
|
|
2844
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2845
|
+
color: #b88b59;
|
|
2846
|
+
}
|
|
2847
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2848
|
+
position: relative;
|
|
2849
|
+
|
|
2850
|
+
margin-bottom: 6px;
|
|
2851
|
+
}
|
|
2852
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2853
|
+
position: relative;
|
|
2854
|
+
|
|
2855
|
+
white-space: pre-wrap;
|
|
2856
|
+
|
|
2857
|
+
background-color: #fff3bc;
|
|
2858
|
+
|
|
2859
|
+
font-weight: inherit;
|
|
2860
|
+
font-style: inherit
|
|
2861
|
+
}
|
|
2862
|
+
@media only screen and (min-device-width: 32em) {
|
|
2863
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2864
|
+
padding-bottom: 1px
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2868
|
+
color: inherit;
|
|
2869
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2870
|
+
}
|
|
2871
|
+
.ListBlock-module_ol__21CgV {
|
|
2872
|
+
counter-reset: list 0;
|
|
2873
|
+
}
|
|
2874
|
+
.ListBlock-module_ol__21CgV li {
|
|
2875
|
+
padding: 0 0 0 33px;
|
|
2876
|
+
}
|
|
2877
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2878
|
+
position: absolute;
|
|
2879
|
+
left: 0;
|
|
2880
|
+
|
|
2881
|
+
width: 23px;
|
|
2882
|
+
|
|
2883
|
+
content: counter(list) '. ';
|
|
2884
|
+
counter-increment: list;
|
|
2885
|
+
text-align: right;
|
|
2886
|
+
white-space: nowrap;
|
|
2887
|
+
}
|
|
2888
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2889
|
+
padding: 0 0 0 23px
|
|
2890
|
+
}
|
|
2891
|
+
@media only screen and (min-device-width: 48em) {
|
|
2892
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2893
|
+
padding: 0 0 0 38px
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2897
|
+
margin-bottom: 0;
|
|
2898
|
+
}
|
|
2899
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2900
|
+
position: absolute;
|
|
2901
|
+
top: 0;
|
|
2902
|
+
left: 5px;
|
|
2903
|
+
|
|
2904
|
+
width: 8px;
|
|
2905
|
+
|
|
2906
|
+
content: '\2022';
|
|
2907
|
+
text-align: center;
|
|
2908
|
+
|
|
2909
|
+
color: #b88b59;
|
|
2910
|
+
|
|
2911
|
+
font-size: 18px;
|
|
2912
|
+
line-height: inherit
|
|
2913
|
+
}
|
|
2914
|
+
@media only screen and (min-device-width: 48em) {
|
|
2915
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2916
|
+
left: 0;
|
|
2917
|
+
|
|
2918
|
+
width: 36px;
|
|
2919
|
+
|
|
2920
|
+
text-align: center;
|
|
2921
|
+
|
|
2922
|
+
font-size: 20px
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
.ListBlock-module_center__tdIwd {
|
|
2926
|
+
max-width: 650px;
|
|
2927
|
+
margin-right: auto;
|
|
2928
|
+
margin-left: auto;
|
|
2929
|
+
}
|
|
2930
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2931
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2932
|
+
font-size: 16px;
|
|
2933
|
+
line-height: 20px
|
|
2934
|
+
}
|
|
2935
|
+
@media only screen and (min-device-width: 48em) {
|
|
2936
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2937
|
+
font-size: 17px;
|
|
2938
|
+
line-height: 24px
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2942
|
+
color: inherit;
|
|
2943
|
+
}
|
|
2944
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2945
|
+
color: #b88b59;
|
|
2946
|
+
}
|
|
2947
|
+
/* VISIBILITY */
|
|
2948
|
+
@media only screen and (min-device-width: 32em) {
|
|
2949
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2950
|
+
display: none
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2954
|
+
display: none
|
|
2955
|
+
}
|
|
2956
|
+
@media only screen and (min-device-width: 32em) {
|
|
2957
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2958
|
+
display: block
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2786
2962
|
/* Colors */
|
|
2787
2963
|
/* Fonts */
|
|
2788
2964
|
/* Gap */
|
|
@@ -2912,7 +3088,97 @@
|
|
|
2912
3088
|
}
|
|
2913
3089
|
}
|
|
2914
3090
|
|
|
2915
|
-
|
|
3091
|
+
|
|
3092
|
+
/* Colors */
|
|
3093
|
+
/* Fonts */
|
|
3094
|
+
/* Gap */
|
|
3095
|
+
/* Media */
|
|
3096
|
+
/* 512 */
|
|
3097
|
+
/* 650 */
|
|
3098
|
+
/* 768 */
|
|
3099
|
+
/* 1024 */
|
|
3100
|
+
/* 1010 */
|
|
3101
|
+
/* 1200 */
|
|
3102
|
+
/* 511 */
|
|
3103
|
+
/* 1023 */
|
|
3104
|
+
/* Zindex */
|
|
3105
|
+
.RichTitle-module_root__BK_WT {
|
|
3106
|
+
margin: 0 0 18px;
|
|
3107
|
+
|
|
3108
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3109
|
+
font-size: 19px;
|
|
3110
|
+
font-weight: 700;
|
|
3111
|
+
line-height: 23px
|
|
3112
|
+
}
|
|
3113
|
+
@media only screen and (min-device-width: 48em) {
|
|
3114
|
+
.RichTitle-module_root__BK_WT {
|
|
3115
|
+
margin-bottom: 15px;
|
|
3116
|
+
|
|
3117
|
+
font-size: 37px;
|
|
3118
|
+
line-height: 42px
|
|
3119
|
+
}
|
|
3120
|
+
}
|
|
3121
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3122
|
+
margin-bottom: 0;
|
|
3123
|
+
}
|
|
3124
|
+
.RichTitle-module_root__BK_WT span {
|
|
3125
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3126
|
+
font-size: 20px;
|
|
3127
|
+
font-weight: normal
|
|
3128
|
+
}
|
|
3129
|
+
@media only screen and (min-device-width: 48em) {
|
|
3130
|
+
.RichTitle-module_root__BK_WT span {
|
|
3131
|
+
font-size: 38px
|
|
3132
|
+
}
|
|
3133
|
+
}
|
|
3134
|
+
@media only screen and (min-device-width: 32em) {
|
|
3135
|
+
.RichTitle-module_slide__1A-gB,
|
|
3136
|
+
.RichTitle-module_game__1g8Bn {
|
|
3137
|
+
text-align: center
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
@media only screen and (min-device-width: 64em) {
|
|
3141
|
+
.RichTitle-module_half__10GRI {
|
|
3142
|
+
font-size: 33px;
|
|
3143
|
+
line-height: 36px
|
|
3144
|
+
}
|
|
3145
|
+
}
|
|
3146
|
+
@media only screen and (min-device-width: 64em) {
|
|
3147
|
+
.RichTitle-module_half__10GRI span {
|
|
3148
|
+
font-size: 34px
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3152
|
+
padding-top: 9px;
|
|
3153
|
+
}
|
|
3154
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3155
|
+
letter-spacing: 0.3px;
|
|
3156
|
+
|
|
3157
|
+
font-size: 28px;
|
|
3158
|
+
line-height: 30px;
|
|
3159
|
+
}
|
|
3160
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3161
|
+
display: block;
|
|
3162
|
+
|
|
3163
|
+
padding-top: 2px;
|
|
3164
|
+
|
|
3165
|
+
font-size: 18px;
|
|
3166
|
+
line-height: 24px;
|
|
3167
|
+
}
|
|
3168
|
+
@media only screen and (min-device-width: 32em) {
|
|
3169
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3170
|
+
display: none
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3173
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3174
|
+
display: none
|
|
3175
|
+
}
|
|
3176
|
+
@media only screen and (min-device-width: 32em) {
|
|
3177
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3178
|
+
display: block
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
3181
|
+
|
|
2916
3182
|
/* Colors */
|
|
2917
3183
|
/* Fonts */
|
|
2918
3184
|
/* Gap */
|
|
@@ -3378,258 +3644,6 @@ a mark {
|
|
|
3378
3644
|
}
|
|
3379
3645
|
}
|
|
3380
3646
|
|
|
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;
|
|
3461
|
-
|
|
3462
|
-
width: 23px;
|
|
3463
|
-
|
|
3464
|
-
content: counter(list) '. ';
|
|
3465
|
-
counter-increment: list;
|
|
3466
|
-
text-align: right;
|
|
3467
|
-
white-space: nowrap;
|
|
3468
|
-
}
|
|
3469
|
-
.ListBlock-module_ul__2MRrS li {
|
|
3470
|
-
padding: 0 0 0 23px
|
|
3471
|
-
}
|
|
3472
|
-
@media only screen and (min-device-width: 48em) {
|
|
3473
|
-
.ListBlock-module_ul__2MRrS li {
|
|
3474
|
-
padding: 0 0 0 38px
|
|
3475
|
-
}
|
|
3476
|
-
}
|
|
3477
|
-
.ListBlock-module_ul__2MRrS li:last-child {
|
|
3478
|
-
margin-bottom: 0;
|
|
3479
|
-
}
|
|
3480
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3481
|
-
position: absolute;
|
|
3482
|
-
top: 0;
|
|
3483
|
-
left: 5px;
|
|
3484
|
-
|
|
3485
|
-
width: 8px;
|
|
3486
|
-
|
|
3487
|
-
content: '\2022';
|
|
3488
|
-
text-align: center;
|
|
3489
|
-
|
|
3490
|
-
color: #b88b59;
|
|
3491
|
-
|
|
3492
|
-
font-size: 18px;
|
|
3493
|
-
line-height: inherit
|
|
3494
|
-
}
|
|
3495
|
-
@media only screen and (min-device-width: 48em) {
|
|
3496
|
-
.ListBlock-module_ul__2MRrS li::before {
|
|
3497
|
-
left: 0;
|
|
3498
|
-
|
|
3499
|
-
width: 36px;
|
|
3500
|
-
|
|
3501
|
-
text-align: center;
|
|
3502
|
-
|
|
3503
|
-
font-size: 20px
|
|
3504
|
-
}
|
|
3505
|
-
}
|
|
3506
|
-
.ListBlock-module_center__tdIwd {
|
|
3507
|
-
max-width: 650px;
|
|
3508
|
-
margin-right: auto;
|
|
3509
|
-
margin-left: auto;
|
|
3510
|
-
}
|
|
3511
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3512
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3513
|
-
font-size: 16px;
|
|
3514
|
-
line-height: 20px
|
|
3515
|
-
}
|
|
3516
|
-
@media only screen and (min-device-width: 48em) {
|
|
3517
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3518
|
-
font-size: 17px;
|
|
3519
|
-
line-height: 24px
|
|
3520
|
-
}
|
|
3521
|
-
}
|
|
3522
|
-
.ListBlock-module_dark__3E3tV a {
|
|
3523
|
-
color: inherit;
|
|
3524
|
-
}
|
|
3525
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
3526
|
-
color: #b88b59;
|
|
3527
|
-
}
|
|
3528
|
-
/* VISIBILITY */
|
|
3529
|
-
@media only screen and (min-device-width: 32em) {
|
|
3530
|
-
.ListBlock-module_mobile__2-nuV {
|
|
3531
|
-
display: none
|
|
3532
|
-
}
|
|
3533
|
-
}
|
|
3534
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3535
|
-
display: none
|
|
3536
|
-
}
|
|
3537
|
-
@media only screen and (min-device-width: 32em) {
|
|
3538
|
-
.ListBlock-module_desktop__1EE0g {
|
|
3539
|
-
display: block
|
|
3540
|
-
}
|
|
3541
|
-
}
|
|
3542
|
-
|
|
3543
|
-
/* Colors */
|
|
3544
|
-
/* Fonts */
|
|
3545
|
-
/* Gap */
|
|
3546
|
-
/* Media */
|
|
3547
|
-
/* 512 */
|
|
3548
|
-
/* 650 */
|
|
3549
|
-
/* 768 */
|
|
3550
|
-
/* 1024 */
|
|
3551
|
-
/* 1010 */
|
|
3552
|
-
/* 1200 */
|
|
3553
|
-
/* 511 */
|
|
3554
|
-
/* 1023 */
|
|
3555
|
-
/* Zindex */
|
|
3556
|
-
.RichTitle-module_root__BK_WT {
|
|
3557
|
-
margin: 0 0 18px;
|
|
3558
|
-
|
|
3559
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3560
|
-
font-size: 19px;
|
|
3561
|
-
font-weight: 700;
|
|
3562
|
-
line-height: 23px
|
|
3563
|
-
}
|
|
3564
|
-
@media only screen and (min-device-width: 48em) {
|
|
3565
|
-
.RichTitle-module_root__BK_WT {
|
|
3566
|
-
margin-bottom: 15px;
|
|
3567
|
-
|
|
3568
|
-
font-size: 37px;
|
|
3569
|
-
line-height: 42px
|
|
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
|
|
3600
|
-
}
|
|
3601
|
-
}
|
|
3602
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
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
|
-
}
|
|
3619
|
-
@media only screen and (min-device-width: 32em) {
|
|
3620
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3621
|
-
display: none
|
|
3622
|
-
}
|
|
3623
|
-
}
|
|
3624
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3625
|
-
display: none
|
|
3626
|
-
}
|
|
3627
|
-
@media only screen and (min-device-width: 32em) {
|
|
3628
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3629
|
-
display: block
|
|
3630
|
-
}
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
3647
|
/* Colors */
|
|
3634
3648
|
/* Fonts */
|
|
3635
3649
|
/* Gap */
|
|
@@ -4392,7 +4406,7 @@ a mark {
|
|
|
4392
4406
|
margin: 0 0 16px;
|
|
4393
4407
|
|
|
4394
4408
|
font-size: inherit;
|
|
4395
|
-
font-weight:
|
|
4409
|
+
font-weight: 700;
|
|
4396
4410
|
line-height: inherit;
|
|
4397
4411
|
}
|
|
4398
4412
|
.Footnote-module_body__259Ly p {
|