ef8cf881e284f3af74bccc9b434875073599b853
[vnfsdk/refrepo.git] /
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v1.1.3
6  */
7 /*
8 *
9 *  Responsive attributes
10 *
11 *  References:
12 *  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
13 *  2) https://css-tricks.com/almanac/properties/f/flex/
14 *  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
15 *  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
16 *  5) http://godban.com.ua/projects/flexgrid
17 *
18 */
19 @-moz-document url-prefix() {
20   [layout-fill] {
21     margin: 0;
22     width: 100%;
23     min-height: 100%;
24     height: 100%; } }
25
26 /*
27  *  Apply Mixins to create Layout/Flexbox styles
28  *
29  */
30 [flex-order] {
31   -webkit-box-ordinal-group: 1;
32   -webkit-order: 0;
33           order: 0; }
34
35 [flex-order="-20"] {
36   -webkit-box-ordinal-group: -19;
37   -webkit-order: -20;
38           order: -20; }
39
40 [flex-order="-19"] {
41   -webkit-box-ordinal-group: -18;
42   -webkit-order: -19;
43           order: -19; }
44
45 [flex-order="-18"] {
46   -webkit-box-ordinal-group: -17;
47   -webkit-order: -18;
48           order: -18; }
49
50 [flex-order="-17"] {
51   -webkit-box-ordinal-group: -16;
52   -webkit-order: -17;
53           order: -17; }
54
55 [flex-order="-16"] {
56   -webkit-box-ordinal-group: -15;
57   -webkit-order: -16;
58           order: -16; }
59
60 [flex-order="-15"] {
61   -webkit-box-ordinal-group: -14;
62   -webkit-order: -15;
63           order: -15; }
64
65 [flex-order="-14"] {
66   -webkit-box-ordinal-group: -13;
67   -webkit-order: -14;
68           order: -14; }
69
70 [flex-order="-13"] {
71   -webkit-box-ordinal-group: -12;
72   -webkit-order: -13;
73           order: -13; }
74
75 [flex-order="-12"] {
76   -webkit-box-ordinal-group: -11;
77   -webkit-order: -12;
78           order: -12; }
79
80 [flex-order="-11"] {
81   -webkit-box-ordinal-group: -10;
82   -webkit-order: -11;
83           order: -11; }
84
85 [flex-order="-10"] {
86   -webkit-box-ordinal-group: -9;
87   -webkit-order: -10;
88           order: -10; }
89
90 [flex-order="-9"] {
91   -webkit-box-ordinal-group: -8;
92   -webkit-order: -9;
93           order: -9; }
94
95 [flex-order="-8"] {
96   -webkit-box-ordinal-group: -7;
97   -webkit-order: -8;
98           order: -8; }
99
100 [flex-order="-7"] {
101   -webkit-box-ordinal-group: -6;
102   -webkit-order: -7;
103           order: -7; }
104
105 [flex-order="-6"] {
106   -webkit-box-ordinal-group: -5;
107   -webkit-order: -6;
108           order: -6; }
109
110 [flex-order="-5"] {
111   -webkit-box-ordinal-group: -4;
112   -webkit-order: -5;
113           order: -5; }
114
115 [flex-order="-4"] {
116   -webkit-box-ordinal-group: -3;
117   -webkit-order: -4;
118           order: -4; }
119
120 [flex-order="-3"] {
121   -webkit-box-ordinal-group: -2;
122   -webkit-order: -3;
123           order: -3; }
124
125 [flex-order="-2"] {
126   -webkit-box-ordinal-group: -1;
127   -webkit-order: -2;
128           order: -2; }
129
130 [flex-order="-1"] {
131   -webkit-box-ordinal-group: 0;
132   -webkit-order: -1;
133           order: -1; }
134
135 [flex-order="0"] {
136   -webkit-box-ordinal-group: 1;
137   -webkit-order: 0;
138           order: 0; }
139
140 [flex-order="1"] {
141   -webkit-box-ordinal-group: 2;
142   -webkit-order: 1;
143           order: 1; }
144
145 [flex-order="2"] {
146   -webkit-box-ordinal-group: 3;
147   -webkit-order: 2;
148           order: 2; }
149
150 [flex-order="3"] {
151   -webkit-box-ordinal-group: 4;
152   -webkit-order: 3;
153           order: 3; }
154
155 [flex-order="4"] {
156   -webkit-box-ordinal-group: 5;
157   -webkit-order: 4;
158           order: 4; }
159
160 [flex-order="5"] {
161   -webkit-box-ordinal-group: 6;
162   -webkit-order: 5;
163           order: 5; }
164
165 [flex-order="6"] {
166   -webkit-box-ordinal-group: 7;
167   -webkit-order: 6;
168           order: 6; }
169
170 [flex-order="7"] {
171   -webkit-box-ordinal-group: 8;
172   -webkit-order: 7;
173           order: 7; }
174
175 [flex-order="8"] {
176   -webkit-box-ordinal-group: 9;
177   -webkit-order: 8;
178           order: 8; }
179
180 [flex-order="9"] {
181   -webkit-box-ordinal-group: 10;
182   -webkit-order: 9;
183           order: 9; }
184
185 [flex-order="10"] {
186   -webkit-box-ordinal-group: 11;
187   -webkit-order: 10;
188           order: 10; }
189
190 [flex-order="11"] {
191   -webkit-box-ordinal-group: 12;
192   -webkit-order: 11;
193           order: 11; }
194
195 [flex-order="12"] {
196   -webkit-box-ordinal-group: 13;
197   -webkit-order: 12;
198           order: 12; }
199
200 [flex-order="13"] {
201   -webkit-box-ordinal-group: 14;
202   -webkit-order: 13;
203           order: 13; }
204
205 [flex-order="14"] {
206   -webkit-box-ordinal-group: 15;
207   -webkit-order: 14;
208           order: 14; }
209
210 [flex-order="15"] {
211   -webkit-box-ordinal-group: 16;
212   -webkit-order: 15;
213           order: 15; }
214
215 [flex-order="16"] {
216   -webkit-box-ordinal-group: 17;
217   -webkit-order: 16;
218           order: 16; }
219
220 [flex-order="17"] {
221   -webkit-box-ordinal-group: 18;
222   -webkit-order: 17;
223           order: 17; }
224
225 [flex-order="18"] {
226   -webkit-box-ordinal-group: 19;
227   -webkit-order: 18;
228           order: 18; }
229
230 [flex-order="19"] {
231   -webkit-box-ordinal-group: 20;
232   -webkit-order: 19;
233           order: 19; }
234
235 [flex-order="20"] {
236   -webkit-box-ordinal-group: 21;
237   -webkit-order: 20;
238           order: 20; }
239
240 [flex-offset="0"] {
241   margin-left: 0%; }
242
243 [flex-offset="5"] {
244   margin-left: 5%; }
245
246 [flex-offset="10"] {
247   margin-left: 10%; }
248
249 [flex-offset="15"] {
250   margin-left: 15%; }
251
252 [flex-offset="20"] {
253   margin-left: 20%; }
254
255 [flex-offset="25"] {
256   margin-left: 25%; }
257
258 [flex-offset="30"] {
259   margin-left: 30%; }
260
261 [flex-offset="35"] {
262   margin-left: 35%; }
263
264 [flex-offset="40"] {
265   margin-left: 40%; }
266
267 [flex-offset="45"] {
268   margin-left: 45%; }
269
270 [flex-offset="50"] {
271   margin-left: 50%; }
272
273 [flex-offset="55"] {
274   margin-left: 55%; }
275
276 [flex-offset="60"] {
277   margin-left: 60%; }
278
279 [flex-offset="65"] {
280   margin-left: 65%; }
281
282 [flex-offset="70"] {
283   margin-left: 70%; }
284
285 [flex-offset="75"] {
286   margin-left: 75%; }
287
288 [flex-offset="80"] {
289   margin-left: 80%; }
290
291 [flex-offset="85"] {
292   margin-left: 85%; }
293
294 [flex-offset="90"] {
295   margin-left: 90%; }
296
297 [flex-offset="95"] {
298   margin-left: 95%; }
299
300 [flex-offset="33"] {
301   margin-left: calc(100% / 3); }
302
303 [flex-offset="66"] {
304   margin-left: calc(200% / 3); }
305
306 [layout-align],
307 [layout-align="start stretch"] {
308   -webkit-box-pack: start;
309   -webkit-justify-content: flex-start;
310           justify-content: flex-start;
311   -webkit-align-content: stretch;
312           align-content: stretch;
313   -webkit-box-align: stretch;
314   -webkit-align-items: stretch;
315           align-items: stretch; }
316
317 [layout-align="start"],
318 [layout-align="start start"],
319 [layout-align="start center"],
320 [layout-align="start end"],
321 [layout-align="start stretch"] {
322   -webkit-box-pack: start;
323   -webkit-justify-content: flex-start;
324           justify-content: flex-start; }
325
326 [layout-align="center"],
327 [layout-align="center start"],
328 [layout-align="center center"],
329 [layout-align="center end"],
330 [layout-align="center stretch"] {
331   -webkit-box-pack: center;
332   -webkit-justify-content: center;
333           justify-content: center; }
334
335 [layout-align="end"],
336 [layout-align="end center"],
337 [layout-align="end start"],
338 [layout-align="end end"],
339 [layout-align="end stretch"] {
340   -webkit-box-pack: end;
341   -webkit-justify-content: flex-end;
342           justify-content: flex-end; }
343
344 [layout-align="space-around"],
345 [layout-align="space-around center"],
346 [layout-align="space-around start"],
347 [layout-align="space-around end"],
348 [layout-align="space-around stretch"] {
349   -webkit-justify-content: space-around;
350           justify-content: space-around; }
351
352 [layout-align="space-between"],
353 [layout-align="space-between center"],
354 [layout-align="space-between start"],
355 [layout-align="space-between end"],
356 [layout-align="space-between stretch"] {
357   -webkit-box-pack: justify;
358   -webkit-justify-content: space-between;
359           justify-content: space-between; }
360
361 [layout-align="start start"],
362 [layout-align="center start"],
363 [layout-align="end start"],
364 [layout-align="space-between start"],
365 [layout-align="space-around start"] {
366   -webkit-box-align: start;
367   -webkit-align-items: flex-start;
368           align-items: flex-start;
369   -webkit-align-content: flex-start;
370           align-content: flex-start; }
371
372 [layout-align="start center"],
373 [layout-align="center center"],
374 [layout-align="end center"],
375 [layout-align="space-between center"],
376 [layout-align="space-around center"] {
377   -webkit-box-align: center;
378   -webkit-align-items: center;
379           align-items: center;
380   -webkit-align-content: center;
381           align-content: center;
382   max-width: 100%; }
383
384 [layout-align="start center"] > *,
385 [layout-align="center center"] > *,
386 [layout-align="end center"] > *,
387 [layout-align="space-between center"] > *,
388 [layout-align="space-around center"] > * {
389   max-width: 100%;
390   box-sizing: border-box; }
391
392 [layout-align="start end"],
393 [layout-align="center end"],
394 [layout-align="end end"],
395 [layout-align="space-between end"],
396 [layout-align="space-around end"] {
397   -webkit-box-align: end;
398   -webkit-align-items: flex-end;
399           align-items: flex-end;
400   -webkit-align-content: flex-end;
401           align-content: flex-end; }
402
403 [layout-align="start stretch"],
404 [layout-align="center stretch"],
405 [layout-align="end stretch"],
406 [layout-align="space-between stretch"],
407 [layout-align="space-around stretch"] {
408   -webkit-box-align: stretch;
409   -webkit-align-items: stretch;
410           align-items: stretch;
411   -webkit-align-content: stretch;
412           align-content: stretch; }
413
414 [flex] {
415   -webkit-box-flex: 1;
416   -webkit-flex: 1;
417           flex: 1;
418   box-sizing: border-box; }
419
420 [flex-grow] {
421   -webkit-box-flex: 1;
422   -webkit-flex: 1 1 100%;
423           flex: 1 1 100%;
424   box-sizing: border-box; }
425
426 [flex-initial] {
427   -webkit-box-flex: 0;
428   -webkit-flex: 0 1 auto;
429           flex: 0 1 auto;
430   box-sizing: border-box; }
431
432 [flex-auto] {
433   -webkit-box-flex: 1;
434   -webkit-flex: 1 1 auto;
435           flex: 1 1 auto;
436   box-sizing: border-box; }
437
438 [flex-none] {
439   -webkit-box-flex: 0;
440   -webkit-flex: 0 0 auto;
441           flex: 0 0 auto;
442   box-sizing: border-box; }
443
444 [flex="0"] {
445   -webkit-box-flex: 1;
446   -webkit-flex: 1 1 0%;
447           flex: 1 1 0%;
448   max-width: 0%;
449   max-height: 100%;
450   box-sizing: border-box; }
451
452 [layout="row"] > [flex="0"] {
453   -webkit-box-flex: 1;
454   -webkit-flex: 1 1 0%;
455           flex: 1 1 0%;
456   max-width: 0%;
457   max-height: 100%;
458   box-sizing: border-box; }
459
460 [layout="column"] > [flex="0"] {
461   -webkit-box-flex: 1;
462   -webkit-flex: 1 1 0%;
463           flex: 1 1 0%;
464   max-width: 100%;
465   max-height: 0%;
466   box-sizing: border-box; }
467
468 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
469   -webkit-box-flex: 1;
470   -webkit-flex: 1 1 33.33%;
471           flex: 1 1 33.33%;
472   max-width: 33.33%;
473   max-height: 100%;
474   box-sizing: border-box; }
475
476 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
477   -webkit-box-flex: 1;
478   -webkit-flex: 1 1 66.66%;
479           flex: 1 1 66.66%;
480   max-width: 66.66%;
481   max-height: 100%;
482   box-sizing: border-box; }
483
484 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
485   -webkit-box-flex: 1;
486   -webkit-flex: 1 1 33.33%;
487           flex: 1 1 33.33%;
488   max-width: 100%;
489   max-height: 33.33%;
490   box-sizing: border-box; }
491
492 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
493   -webkit-box-flex: 1;
494   -webkit-flex: 1 1 66.66%;
495           flex: 1 1 66.66%;
496   max-width: 100%;
497   max-height: 66.66%;
498   box-sizing: border-box; }
499
500 [layout="row"] > [flex="0"] {
501   -webkit-box-flex: 1;
502   -webkit-flex: 1 1 0%;
503           flex: 1 1 0%;
504   max-width: 0%;
505   max-height: 100%;
506   box-sizing: border-box; }
507
508 [layout="column"] > [flex="0"] {
509   -webkit-box-flex: 1;
510   -webkit-flex: 1 1 0%;
511           flex: 1 1 0%;
512   max-width: 100%;
513   max-height: 0%;
514   box-sizing: border-box; }
515
516 [flex="5"] {
517   -webkit-box-flex: 1;
518   -webkit-flex: 1 1 5%;
519           flex: 1 1 5%;
520   max-width: 5%;
521   max-height: 100%;
522   box-sizing: border-box; }
523
524 [layout="row"] > [flex="5"] {
525   -webkit-box-flex: 1;
526   -webkit-flex: 1 1 5%;
527           flex: 1 1 5%;
528   max-width: 5%;
529   max-height: 100%;
530   box-sizing: border-box; }
531
532 [layout="column"] > [flex="5"] {
533   -webkit-box-flex: 1;
534   -webkit-flex: 1 1 5%;
535           flex: 1 1 5%;
536   max-width: 100%;
537   max-height: 5%;
538   box-sizing: border-box; }
539
540 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
541   -webkit-box-flex: 1;
542   -webkit-flex: 1 1 33.33%;
543           flex: 1 1 33.33%;
544   max-width: 33.33%;
545   max-height: 100%;
546   box-sizing: border-box; }
547
548 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
549   -webkit-box-flex: 1;
550   -webkit-flex: 1 1 66.66%;
551           flex: 1 1 66.66%;
552   max-width: 66.66%;
553   max-height: 100%;
554   box-sizing: border-box; }
555
556 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
557   -webkit-box-flex: 1;
558   -webkit-flex: 1 1 33.33%;
559           flex: 1 1 33.33%;
560   max-width: 100%;
561   max-height: 33.33%;
562   box-sizing: border-box; }
563
564 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
565   -webkit-box-flex: 1;
566   -webkit-flex: 1 1 66.66%;
567           flex: 1 1 66.66%;
568   max-width: 100%;
569   max-height: 66.66%;
570   box-sizing: border-box; }
571
572 [layout="row"] > [flex="5"] {
573   -webkit-box-flex: 1;
574   -webkit-flex: 1 1 5%;
575           flex: 1 1 5%;
576   max-width: 5%;
577   max-height: 100%;
578   box-sizing: border-box; }
579
580 [layout="column"] > [flex="5"] {
581   -webkit-box-flex: 1;
582   -webkit-flex: 1 1 5%;
583           flex: 1 1 5%;
584   max-width: 100%;
585   max-height: 5%;
586   box-sizing: border-box; }
587
588 [flex="10"] {
589   -webkit-box-flex: 1;
590   -webkit-flex: 1 1 10%;
591           flex: 1 1 10%;
592   max-width: 10%;
593   max-height: 100%;
594   box-sizing: border-box; }
595
596 [layout="row"] > [flex="10"] {
597   -webkit-box-flex: 1;
598   -webkit-flex: 1 1 10%;
599           flex: 1 1 10%;
600   max-width: 10%;
601   max-height: 100%;
602   box-sizing: border-box; }
603
604 [layout="column"] > [flex="10"] {
605   -webkit-box-flex: 1;
606   -webkit-flex: 1 1 10%;
607           flex: 1 1 10%;
608   max-width: 100%;
609   max-height: 10%;
610   box-sizing: border-box; }
611
612 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
613   -webkit-box-flex: 1;
614   -webkit-flex: 1 1 33.33%;
615           flex: 1 1 33.33%;
616   max-width: 33.33%;
617   max-height: 100%;
618   box-sizing: border-box; }
619
620 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
621   -webkit-box-flex: 1;
622   -webkit-flex: 1 1 66.66%;
623           flex: 1 1 66.66%;
624   max-width: 66.66%;
625   max-height: 100%;
626   box-sizing: border-box; }
627
628 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
629   -webkit-box-flex: 1;
630   -webkit-flex: 1 1 33.33%;
631           flex: 1 1 33.33%;
632   max-width: 100%;
633   max-height: 33.33%;
634   box-sizing: border-box; }
635
636 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
637   -webkit-box-flex: 1;
638   -webkit-flex: 1 1 66.66%;
639           flex: 1 1 66.66%;
640   max-width: 100%;
641   max-height: 66.66%;
642   box-sizing: border-box; }
643
644 [layout="row"] > [flex="10"] {
645   -webkit-box-flex: 1;
646   -webkit-flex: 1 1 10%;
647           flex: 1 1 10%;
648   max-width: 10%;
649   max-height: 100%;
650   box-sizing: border-box; }
651
652 [layout="column"] > [flex="10"] {
653   -webkit-box-flex: 1;
654   -webkit-flex: 1 1 10%;
655           flex: 1 1 10%;
656   max-width: 100%;
657   max-height: 10%;
658   box-sizing: border-box; }
659
660 [flex="15"] {
661   -webkit-box-flex: 1;
662   -webkit-flex: 1 1 15%;
663           flex: 1 1 15%;
664   max-width: 15%;
665   max-height: 100%;
666   box-sizing: border-box; }
667
668 [layout="row"] > [flex="15"] {
669   -webkit-box-flex: 1;
670   -webkit-flex: 1 1 15%;
671           flex: 1 1 15%;
672   max-width: 15%;
673   max-height: 100%;
674   box-sizing: border-box; }
675
676 [layout="column"] > [flex="15"] {
677   -webkit-box-flex: 1;
678   -webkit-flex: 1 1 15%;
679           flex: 1 1 15%;
680   max-width: 100%;
681   max-height: 15%;
682   box-sizing: border-box; }
683
684 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
685   -webkit-box-flex: 1;
686   -webkit-flex: 1 1 33.33%;
687           flex: 1 1 33.33%;
688   max-width: 33.33%;
689   max-height: 100%;
690   box-sizing: border-box; }
691
692 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
693   -webkit-box-flex: 1;
694   -webkit-flex: 1 1 66.66%;
695           flex: 1 1 66.66%;
696   max-width: 66.66%;
697   max-height: 100%;
698   box-sizing: border-box; }
699
700 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
701   -webkit-box-flex: 1;
702   -webkit-flex: 1 1 33.33%;
703           flex: 1 1 33.33%;
704   max-width: 100%;
705   max-height: 33.33%;
706   box-sizing: border-box; }
707
708 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
709   -webkit-box-flex: 1;
710   -webkit-flex: 1 1 66.66%;
711           flex: 1 1 66.66%;
712   max-width: 100%;
713   max-height: 66.66%;
714   box-sizing: border-box; }
715
716 [layout="row"] > [flex="15"] {
717   -webkit-box-flex: 1;
718   -webkit-flex: 1 1 15%;
719           flex: 1 1 15%;
720   max-width: 15%;
721   max-height: 100%;
722   box-sizing: border-box; }
723
724 [layout="column"] > [flex="15"] {
725   -webkit-box-flex: 1;
726   -webkit-flex: 1 1 15%;
727           flex: 1 1 15%;
728   max-width: 100%;
729   max-height: 15%;
730   box-sizing: border-box; }
731
732 [flex="20"] {
733   -webkit-box-flex: 1;
734   -webkit-flex: 1 1 20%;
735           flex: 1 1 20%;
736   max-width: 20%;
737   max-height: 100%;
738   box-sizing: border-box; }
739
740 [layout="row"] > [flex="20"] {
741   -webkit-box-flex: 1;
742   -webkit-flex: 1 1 20%;
743           flex: 1 1 20%;
744   max-width: 20%;
745   max-height: 100%;
746   box-sizing: border-box; }
747
748 [layout="column"] > [flex="20"] {
749   -webkit-box-flex: 1;
750   -webkit-flex: 1 1 20%;
751           flex: 1 1 20%;
752   max-width: 100%;
753   max-height: 20%;
754   box-sizing: border-box; }
755
756 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
757   -webkit-box-flex: 1;
758   -webkit-flex: 1 1 33.33%;
759           flex: 1 1 33.33%;
760   max-width: 33.33%;
761   max-height: 100%;
762   box-sizing: border-box; }
763
764 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
765   -webkit-box-flex: 1;
766   -webkit-flex: 1 1 66.66%;
767           flex: 1 1 66.66%;
768   max-width: 66.66%;
769   max-height: 100%;
770   box-sizing: border-box; }
771
772 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
773   -webkit-box-flex: 1;
774   -webkit-flex: 1 1 33.33%;
775           flex: 1 1 33.33%;
776   max-width: 100%;
777   max-height: 33.33%;
778   box-sizing: border-box; }
779
780 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
781   -webkit-box-flex: 1;
782   -webkit-flex: 1 1 66.66%;
783           flex: 1 1 66.66%;
784   max-width: 100%;
785   max-height: 66.66%;
786   box-sizing: border-box; }
787
788 [layout="row"] > [flex="20"] {
789   -webkit-box-flex: 1;
790   -webkit-flex: 1 1 20%;
791           flex: 1 1 20%;
792   max-width: 20%;
793   max-height: 100%;
794   box-sizing: border-box; }
795
796 [layout="column"] > [flex="20"] {
797   -webkit-box-flex: 1;
798   -webkit-flex: 1 1 20%;
799           flex: 1 1 20%;
800   max-width: 100%;
801   max-height: 20%;
802   box-sizing: border-box; }
803
804 [flex="25"] {
805   -webkit-box-flex: 1;
806   -webkit-flex: 1 1 25%;
807           flex: 1 1 25%;
808   max-width: 25%;
809   max-height: 100%;
810   box-sizing: border-box; }
811
812 [layout="row"] > [flex="25"] {
813   -webkit-box-flex: 1;
814   -webkit-flex: 1 1 25%;
815           flex: 1 1 25%;
816   max-width: 25%;
817   max-height: 100%;
818   box-sizing: border-box; }
819
820 [layout="column"] > [flex="25"] {
821   -webkit-box-flex: 1;
822   -webkit-flex: 1 1 25%;
823           flex: 1 1 25%;
824   max-width: 100%;
825   max-height: 25%;
826   box-sizing: border-box; }
827
828 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
829   -webkit-box-flex: 1;
830   -webkit-flex: 1 1 33.33%;
831           flex: 1 1 33.33%;
832   max-width: 33.33%;
833   max-height: 100%;
834   box-sizing: border-box; }
835
836 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
837   -webkit-box-flex: 1;
838   -webkit-flex: 1 1 66.66%;
839           flex: 1 1 66.66%;
840   max-width: 66.66%;
841   max-height: 100%;
842   box-sizing: border-box; }
843
844 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
845   -webkit-box-flex: 1;
846   -webkit-flex: 1 1 33.33%;
847           flex: 1 1 33.33%;
848   max-width: 100%;
849   max-height: 33.33%;
850   box-sizing: border-box; }
851
852 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
853   -webkit-box-flex: 1;
854   -webkit-flex: 1 1 66.66%;
855           flex: 1 1 66.66%;
856   max-width: 100%;
857   max-height: 66.66%;
858   box-sizing: border-box; }
859
860 [layout="row"] > [flex="25"] {
861   -webkit-box-flex: 1;
862   -webkit-flex: 1 1 25%;
863           flex: 1 1 25%;
864   max-width: 25%;
865   max-height: 100%;
866   box-sizing: border-box; }
867
868 [layout="column"] > [flex="25"] {
869   -webkit-box-flex: 1;
870   -webkit-flex: 1 1 25%;
871           flex: 1 1 25%;
872   max-width: 100%;
873   max-height: 25%;
874   box-sizing: border-box; }
875
876 [flex="30"] {
877   -webkit-box-flex: 1;
878   -webkit-flex: 1 1 30%;
879           flex: 1 1 30%;
880   max-width: 30%;
881   max-height: 100%;
882   box-sizing: border-box; }
883
884 [layout="row"] > [flex="30"] {
885   -webkit-box-flex: 1;
886   -webkit-flex: 1 1 30%;
887           flex: 1 1 30%;
888   max-width: 30%;
889   max-height: 100%;
890   box-sizing: border-box; }
891
892 [layout="column"] > [flex="30"] {
893   -webkit-box-flex: 1;
894   -webkit-flex: 1 1 30%;
895           flex: 1 1 30%;
896   max-width: 100%;
897   max-height: 30%;
898   box-sizing: border-box; }
899
900 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
901   -webkit-box-flex: 1;
902   -webkit-flex: 1 1 33.33%;
903           flex: 1 1 33.33%;
904   max-width: 33.33%;
905   max-height: 100%;
906   box-sizing: border-box; }
907
908 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
909   -webkit-box-flex: 1;
910   -webkit-flex: 1 1 66.66%;
911           flex: 1 1 66.66%;
912   max-width: 66.66%;
913   max-height: 100%;
914   box-sizing: border-box; }
915
916 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
917   -webkit-box-flex: 1;
918   -webkit-flex: 1 1 33.33%;
919           flex: 1 1 33.33%;
920   max-width: 100%;
921   max-height: 33.33%;
922   box-sizing: border-box; }
923
924 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
925   -webkit-box-flex: 1;
926   -webkit-flex: 1 1 66.66%;
927           flex: 1 1 66.66%;
928   max-width: 100%;
929   max-height: 66.66%;
930   box-sizing: border-box; }
931
932 [layout="row"] > [flex="30"] {
933   -webkit-box-flex: 1;
934   -webkit-flex: 1 1 30%;
935           flex: 1 1 30%;
936   max-width: 30%;
937   max-height: 100%;
938   box-sizing: border-box; }
939
940 [layout="column"] > [flex="30"] {
941   -webkit-box-flex: 1;
942   -webkit-flex: 1 1 30%;
943           flex: 1 1 30%;
944   max-width: 100%;
945   max-height: 30%;
946   box-sizing: border-box; }
947
948 [flex="35"] {
949   -webkit-box-flex: 1;
950   -webkit-flex: 1 1 35%;
951           flex: 1 1 35%;
952   max-width: 35%;
953   max-height: 100%;
954   box-sizing: border-box; }
955
956 [layout="row"] > [flex="35"] {
957   -webkit-box-flex: 1;
958   -webkit-flex: 1 1 35%;
959           flex: 1 1 35%;
960   max-width: 35%;
961   max-height: 100%;
962   box-sizing: border-box; }
963
964 [layout="column"] > [flex="35"] {
965   -webkit-box-flex: 1;
966   -webkit-flex: 1 1 35%;
967           flex: 1 1 35%;
968   max-width: 100%;
969   max-height: 35%;
970   box-sizing: border-box; }
971
972 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
973   -webkit-box-flex: 1;
974   -webkit-flex: 1 1 33.33%;
975           flex: 1 1 33.33%;
976   max-width: 33.33%;
977   max-height: 100%;
978   box-sizing: border-box; }
979
980 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
981   -webkit-box-flex: 1;
982   -webkit-flex: 1 1 66.66%;
983           flex: 1 1 66.66%;
984   max-width: 66.66%;
985   max-height: 100%;
986   box-sizing: border-box; }
987
988 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
989   -webkit-box-flex: 1;
990   -webkit-flex: 1 1 33.33%;
991           flex: 1 1 33.33%;
992   max-width: 100%;
993   max-height: 33.33%;
994   box-sizing: border-box; }
995
996 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
997   -webkit-box-flex: 1;
998   -webkit-flex: 1 1 66.66%;
999           flex: 1 1 66.66%;
1000   max-width: 100%;
1001   max-height: 66.66%;
1002   box-sizing: border-box; }
1003
1004 [layout="row"] > [flex="35"] {
1005   -webkit-box-flex: 1;
1006   -webkit-flex: 1 1 35%;
1007           flex: 1 1 35%;
1008   max-width: 35%;
1009   max-height: 100%;
1010   box-sizing: border-box; }
1011
1012 [layout="column"] > [flex="35"] {
1013   -webkit-box-flex: 1;
1014   -webkit-flex: 1 1 35%;
1015           flex: 1 1 35%;
1016   max-width: 100%;
1017   max-height: 35%;
1018   box-sizing: border-box; }
1019
1020 [flex="40"] {
1021   -webkit-box-flex: 1;
1022   -webkit-flex: 1 1 40%;
1023           flex: 1 1 40%;
1024   max-width: 40%;
1025   max-height: 100%;
1026   box-sizing: border-box; }
1027
1028 [layout="row"] > [flex="40"] {
1029   -webkit-box-flex: 1;
1030   -webkit-flex: 1 1 40%;
1031           flex: 1 1 40%;
1032   max-width: 40%;
1033   max-height: 100%;
1034   box-sizing: border-box; }
1035
1036 [layout="column"] > [flex="40"] {
1037   -webkit-box-flex: 1;
1038   -webkit-flex: 1 1 40%;
1039           flex: 1 1 40%;
1040   max-width: 100%;
1041   max-height: 40%;
1042   box-sizing: border-box; }
1043
1044 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1045   -webkit-box-flex: 1;
1046   -webkit-flex: 1 1 33.33%;
1047           flex: 1 1 33.33%;
1048   max-width: 33.33%;
1049   max-height: 100%;
1050   box-sizing: border-box; }
1051
1052 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1053   -webkit-box-flex: 1;
1054   -webkit-flex: 1 1 66.66%;
1055           flex: 1 1 66.66%;
1056   max-width: 66.66%;
1057   max-height: 100%;
1058   box-sizing: border-box; }
1059
1060 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1061   -webkit-box-flex: 1;
1062   -webkit-flex: 1 1 33.33%;
1063           flex: 1 1 33.33%;
1064   max-width: 100%;
1065   max-height: 33.33%;
1066   box-sizing: border-box; }
1067
1068 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1069   -webkit-box-flex: 1;
1070   -webkit-flex: 1 1 66.66%;
1071           flex: 1 1 66.66%;
1072   max-width: 100%;
1073   max-height: 66.66%;
1074   box-sizing: border-box; }
1075
1076 [layout="row"] > [flex="40"] {
1077   -webkit-box-flex: 1;
1078   -webkit-flex: 1 1 40%;
1079           flex: 1 1 40%;
1080   max-width: 40%;
1081   max-height: 100%;
1082   box-sizing: border-box; }
1083
1084 [layout="column"] > [flex="40"] {
1085   -webkit-box-flex: 1;
1086   -webkit-flex: 1 1 40%;
1087           flex: 1 1 40%;
1088   max-width: 100%;
1089   max-height: 40%;
1090   box-sizing: border-box; }
1091
1092 [flex="45"] {
1093   -webkit-box-flex: 1;
1094   -webkit-flex: 1 1 45%;
1095           flex: 1 1 45%;
1096   max-width: 45%;
1097   max-height: 100%;
1098   box-sizing: border-box; }
1099
1100 [layout="row"] > [flex="45"] {
1101   -webkit-box-flex: 1;
1102   -webkit-flex: 1 1 45%;
1103           flex: 1 1 45%;
1104   max-width: 45%;
1105   max-height: 100%;
1106   box-sizing: border-box; }
1107
1108 [layout="column"] > [flex="45"] {
1109   -webkit-box-flex: 1;
1110   -webkit-flex: 1 1 45%;
1111           flex: 1 1 45%;
1112   max-width: 100%;
1113   max-height: 45%;
1114   box-sizing: border-box; }
1115
1116 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1117   -webkit-box-flex: 1;
1118   -webkit-flex: 1 1 33.33%;
1119           flex: 1 1 33.33%;
1120   max-width: 33.33%;
1121   max-height: 100%;
1122   box-sizing: border-box; }
1123
1124 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1125   -webkit-box-flex: 1;
1126   -webkit-flex: 1 1 66.66%;
1127           flex: 1 1 66.66%;
1128   max-width: 66.66%;
1129   max-height: 100%;
1130   box-sizing: border-box; }
1131
1132 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1133   -webkit-box-flex: 1;
1134   -webkit-flex: 1 1 33.33%;
1135           flex: 1 1 33.33%;
1136   max-width: 100%;
1137   max-height: 33.33%;
1138   box-sizing: border-box; }
1139
1140 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1141   -webkit-box-flex: 1;
1142   -webkit-flex: 1 1 66.66%;
1143           flex: 1 1 66.66%;
1144   max-width: 100%;
1145   max-height: 66.66%;
1146   box-sizing: border-box; }
1147
1148 [layout="row"] > [flex="45"] {
1149   -webkit-box-flex: 1;
1150   -webkit-flex: 1 1 45%;
1151           flex: 1 1 45%;
1152   max-width: 45%;
1153   max-height: 100%;
1154   box-sizing: border-box; }
1155
1156 [layout="column"] > [flex="45"] {
1157   -webkit-box-flex: 1;
1158   -webkit-flex: 1 1 45%;
1159           flex: 1 1 45%;
1160   max-width: 100%;
1161   max-height: 45%;
1162   box-sizing: border-box; }
1163
1164 [flex="50"] {
1165   -webkit-box-flex: 1;
1166   -webkit-flex: 1 1 50%;
1167           flex: 1 1 50%;
1168   max-width: 50%;
1169   max-height: 100%;
1170   box-sizing: border-box; }
1171
1172 [layout="row"] > [flex="50"] {
1173   -webkit-box-flex: 1;
1174   -webkit-flex: 1 1 50%;
1175           flex: 1 1 50%;
1176   max-width: 50%;
1177   max-height: 100%;
1178   box-sizing: border-box; }
1179
1180 [layout="column"] > [flex="50"] {
1181   -webkit-box-flex: 1;
1182   -webkit-flex: 1 1 50%;
1183           flex: 1 1 50%;
1184   max-width: 100%;
1185   max-height: 50%;
1186   box-sizing: border-box; }
1187
1188 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1189   -webkit-box-flex: 1;
1190   -webkit-flex: 1 1 33.33%;
1191           flex: 1 1 33.33%;
1192   max-width: 33.33%;
1193   max-height: 100%;
1194   box-sizing: border-box; }
1195
1196 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1197   -webkit-box-flex: 1;
1198   -webkit-flex: 1 1 66.66%;
1199           flex: 1 1 66.66%;
1200   max-width: 66.66%;
1201   max-height: 100%;
1202   box-sizing: border-box; }
1203
1204 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1205   -webkit-box-flex: 1;
1206   -webkit-flex: 1 1 33.33%;
1207           flex: 1 1 33.33%;
1208   max-width: 100%;
1209   max-height: 33.33%;
1210   box-sizing: border-box; }
1211
1212 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1213   -webkit-box-flex: 1;
1214   -webkit-flex: 1 1 66.66%;
1215           flex: 1 1 66.66%;
1216   max-width: 100%;
1217   max-height: 66.66%;
1218   box-sizing: border-box; }
1219
1220 [layout="row"] > [flex="50"] {
1221   -webkit-box-flex: 1;
1222   -webkit-flex: 1 1 50%;
1223           flex: 1 1 50%;
1224   max-width: 50%;
1225   max-height: 100%;
1226   box-sizing: border-box; }
1227
1228 [layout="column"] > [flex="50"] {
1229   -webkit-box-flex: 1;
1230   -webkit-flex: 1 1 50%;
1231           flex: 1 1 50%;
1232   max-width: 100%;
1233   max-height: 50%;
1234   box-sizing: border-box; }
1235
1236 [flex="55"] {
1237   -webkit-box-flex: 1;
1238   -webkit-flex: 1 1 55%;
1239           flex: 1 1 55%;
1240   max-width: 55%;
1241   max-height: 100%;
1242   box-sizing: border-box; }
1243
1244 [layout="row"] > [flex="55"] {
1245   -webkit-box-flex: 1;
1246   -webkit-flex: 1 1 55%;
1247           flex: 1 1 55%;
1248   max-width: 55%;
1249   max-height: 100%;
1250   box-sizing: border-box; }
1251
1252 [layout="column"] > [flex="55"] {
1253   -webkit-box-flex: 1;
1254   -webkit-flex: 1 1 55%;
1255           flex: 1 1 55%;
1256   max-width: 100%;
1257   max-height: 55%;
1258   box-sizing: border-box; }
1259
1260 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1261   -webkit-box-flex: 1;
1262   -webkit-flex: 1 1 33.33%;
1263           flex: 1 1 33.33%;
1264   max-width: 33.33%;
1265   max-height: 100%;
1266   box-sizing: border-box; }
1267
1268 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1269   -webkit-box-flex: 1;
1270   -webkit-flex: 1 1 66.66%;
1271           flex: 1 1 66.66%;
1272   max-width: 66.66%;
1273   max-height: 100%;
1274   box-sizing: border-box; }
1275
1276 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1277   -webkit-box-flex: 1;
1278   -webkit-flex: 1 1 33.33%;
1279           flex: 1 1 33.33%;
1280   max-width: 100%;
1281   max-height: 33.33%;
1282   box-sizing: border-box; }
1283
1284 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1285   -webkit-box-flex: 1;
1286   -webkit-flex: 1 1 66.66%;
1287           flex: 1 1 66.66%;
1288   max-width: 100%;
1289   max-height: 66.66%;
1290   box-sizing: border-box; }
1291
1292 [layout="row"] > [flex="55"] {
1293   -webkit-box-flex: 1;
1294   -webkit-flex: 1 1 55%;
1295           flex: 1 1 55%;
1296   max-width: 55%;
1297   max-height: 100%;
1298   box-sizing: border-box; }
1299
1300 [layout="column"] > [flex="55"] {
1301   -webkit-box-flex: 1;
1302   -webkit-flex: 1 1 55%;
1303           flex: 1 1 55%;
1304   max-width: 100%;
1305   max-height: 55%;
1306   box-sizing: border-box; }
1307
1308 [flex="60"] {
1309   -webkit-box-flex: 1;
1310   -webkit-flex: 1 1 60%;
1311           flex: 1 1 60%;
1312   max-width: 60%;
1313   max-height: 100%;
1314   box-sizing: border-box; }
1315
1316 [layout="row"] > [flex="60"] {
1317   -webkit-box-flex: 1;
1318   -webkit-flex: 1 1 60%;
1319           flex: 1 1 60%;
1320   max-width: 60%;
1321   max-height: 100%;
1322   box-sizing: border-box; }
1323
1324 [layout="column"] > [flex="60"] {
1325   -webkit-box-flex: 1;
1326   -webkit-flex: 1 1 60%;
1327           flex: 1 1 60%;
1328   max-width: 100%;
1329   max-height: 60%;
1330   box-sizing: border-box; }
1331
1332 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1333   -webkit-box-flex: 1;
1334   -webkit-flex: 1 1 33.33%;
1335           flex: 1 1 33.33%;
1336   max-width: 33.33%;
1337   max-height: 100%;
1338   box-sizing: border-box; }
1339
1340 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1341   -webkit-box-flex: 1;
1342   -webkit-flex: 1 1 66.66%;
1343           flex: 1 1 66.66%;
1344   max-width: 66.66%;
1345   max-height: 100%;
1346   box-sizing: border-box; }
1347
1348 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1349   -webkit-box-flex: 1;
1350   -webkit-flex: 1 1 33.33%;
1351           flex: 1 1 33.33%;
1352   max-width: 100%;
1353   max-height: 33.33%;
1354   box-sizing: border-box; }
1355
1356 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1357   -webkit-box-flex: 1;
1358   -webkit-flex: 1 1 66.66%;
1359           flex: 1 1 66.66%;
1360   max-width: 100%;
1361   max-height: 66.66%;
1362   box-sizing: border-box; }
1363
1364 [layout="row"] > [flex="60"] {
1365   -webkit-box-flex: 1;
1366   -webkit-flex: 1 1 60%;
1367           flex: 1 1 60%;
1368   max-width: 60%;
1369   max-height: 100%;
1370   box-sizing: border-box; }
1371
1372 [layout="column"] > [flex="60"] {
1373   -webkit-box-flex: 1;
1374   -webkit-flex: 1 1 60%;
1375           flex: 1 1 60%;
1376   max-width: 100%;
1377   max-height: 60%;
1378   box-sizing: border-box; }
1379
1380 [flex="65"] {
1381   -webkit-box-flex: 1;
1382   -webkit-flex: 1 1 65%;
1383           flex: 1 1 65%;
1384   max-width: 65%;
1385   max-height: 100%;
1386   box-sizing: border-box; }
1387
1388 [layout="row"] > [flex="65"] {
1389   -webkit-box-flex: 1;
1390   -webkit-flex: 1 1 65%;
1391           flex: 1 1 65%;
1392   max-width: 65%;
1393   max-height: 100%;
1394   box-sizing: border-box; }
1395
1396 [layout="column"] > [flex="65"] {
1397   -webkit-box-flex: 1;
1398   -webkit-flex: 1 1 65%;
1399           flex: 1 1 65%;
1400   max-width: 100%;
1401   max-height: 65%;
1402   box-sizing: border-box; }
1403
1404 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1405   -webkit-box-flex: 1;
1406   -webkit-flex: 1 1 33.33%;
1407           flex: 1 1 33.33%;
1408   max-width: 33.33%;
1409   max-height: 100%;
1410   box-sizing: border-box; }
1411
1412 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1413   -webkit-box-flex: 1;
1414   -webkit-flex: 1 1 66.66%;
1415           flex: 1 1 66.66%;
1416   max-width: 66.66%;
1417   max-height: 100%;
1418   box-sizing: border-box; }
1419
1420 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1421   -webkit-box-flex: 1;
1422   -webkit-flex: 1 1 33.33%;
1423           flex: 1 1 33.33%;
1424   max-width: 100%;
1425   max-height: 33.33%;
1426   box-sizing: border-box; }
1427
1428 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1429   -webkit-box-flex: 1;
1430   -webkit-flex: 1 1 66.66%;
1431           flex: 1 1 66.66%;
1432   max-width: 100%;
1433   max-height: 66.66%;
1434   box-sizing: border-box; }
1435
1436 [layout="row"] > [flex="65"] {
1437   -webkit-box-flex: 1;
1438   -webkit-flex: 1 1 65%;
1439           flex: 1 1 65%;
1440   max-width: 65%;
1441   max-height: 100%;
1442   box-sizing: border-box; }
1443
1444 [layout="column"] > [flex="65"] {
1445   -webkit-box-flex: 1;
1446   -webkit-flex: 1 1 65%;
1447           flex: 1 1 65%;
1448   max-width: 100%;
1449   max-height: 65%;
1450   box-sizing: border-box; }
1451
1452 [flex="70"] {
1453   -webkit-box-flex: 1;
1454   -webkit-flex: 1 1 70%;
1455           flex: 1 1 70%;
1456   max-width: 70%;
1457   max-height: 100%;
1458   box-sizing: border-box; }
1459
1460 [layout="row"] > [flex="70"] {
1461   -webkit-box-flex: 1;
1462   -webkit-flex: 1 1 70%;
1463           flex: 1 1 70%;
1464   max-width: 70%;
1465   max-height: 100%;
1466   box-sizing: border-box; }
1467
1468 [layout="column"] > [flex="70"] {
1469   -webkit-box-flex: 1;
1470   -webkit-flex: 1 1 70%;
1471           flex: 1 1 70%;
1472   max-width: 100%;
1473   max-height: 70%;
1474   box-sizing: border-box; }
1475
1476 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1477   -webkit-box-flex: 1;
1478   -webkit-flex: 1 1 33.33%;
1479           flex: 1 1 33.33%;
1480   max-width: 33.33%;
1481   max-height: 100%;
1482   box-sizing: border-box; }
1483
1484 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1485   -webkit-box-flex: 1;
1486   -webkit-flex: 1 1 66.66%;
1487           flex: 1 1 66.66%;
1488   max-width: 66.66%;
1489   max-height: 100%;
1490   box-sizing: border-box; }
1491
1492 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1493   -webkit-box-flex: 1;
1494   -webkit-flex: 1 1 33.33%;
1495           flex: 1 1 33.33%;
1496   max-width: 100%;
1497   max-height: 33.33%;
1498   box-sizing: border-box; }
1499
1500 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1501   -webkit-box-flex: 1;
1502   -webkit-flex: 1 1 66.66%;
1503           flex: 1 1 66.66%;
1504   max-width: 100%;
1505   max-height: 66.66%;
1506   box-sizing: border-box; }
1507
1508 [layout="row"] > [flex="70"] {
1509   -webkit-box-flex: 1;
1510   -webkit-flex: 1 1 70%;
1511           flex: 1 1 70%;
1512   max-width: 70%;
1513   max-height: 100%;
1514   box-sizing: border-box; }
1515
1516 [layout="column"] > [flex="70"] {
1517   -webkit-box-flex: 1;
1518   -webkit-flex: 1 1 70%;
1519           flex: 1 1 70%;
1520   max-width: 100%;
1521   max-height: 70%;
1522   box-sizing: border-box; }
1523
1524 [flex="75"] {
1525   -webkit-box-flex: 1;
1526   -webkit-flex: 1 1 75%;
1527           flex: 1 1 75%;
1528   max-width: 75%;
1529   max-height: 100%;
1530   box-sizing: border-box; }
1531
1532 [layout="row"] > [flex="75"] {
1533   -webkit-box-flex: 1;
1534   -webkit-flex: 1 1 75%;
1535           flex: 1 1 75%;
1536   max-width: 75%;
1537   max-height: 100%;
1538   box-sizing: border-box; }
1539
1540 [layout="column"] > [flex="75"] {
1541   -webkit-box-flex: 1;
1542   -webkit-flex: 1 1 75%;
1543           flex: 1 1 75%;
1544   max-width: 100%;
1545   max-height: 75%;
1546   box-sizing: border-box; }
1547
1548 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1549   -webkit-box-flex: 1;
1550   -webkit-flex: 1 1 33.33%;
1551           flex: 1 1 33.33%;
1552   max-width: 33.33%;
1553   max-height: 100%;
1554   box-sizing: border-box; }
1555
1556 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1557   -webkit-box-flex: 1;
1558   -webkit-flex: 1 1 66.66%;
1559           flex: 1 1 66.66%;
1560   max-width: 66.66%;
1561   max-height: 100%;
1562   box-sizing: border-box; }
1563
1564 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1565   -webkit-box-flex: 1;
1566   -webkit-flex: 1 1 33.33%;
1567           flex: 1 1 33.33%;
1568   max-width: 100%;
1569   max-height: 33.33%;
1570   box-sizing: border-box; }
1571
1572 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1573   -webkit-box-flex: 1;
1574   -webkit-flex: 1 1 66.66%;
1575           flex: 1 1 66.66%;
1576   max-width: 100%;
1577   max-height: 66.66%;
1578   box-sizing: border-box; }
1579
1580 [layout="row"] > [flex="75"] {
1581   -webkit-box-flex: 1;
1582   -webkit-flex: 1 1 75%;
1583           flex: 1 1 75%;
1584   max-width: 75%;
1585   max-height: 100%;
1586   box-sizing: border-box; }
1587
1588 [layout="column"] > [flex="75"] {
1589   -webkit-box-flex: 1;
1590   -webkit-flex: 1 1 75%;
1591           flex: 1 1 75%;
1592   max-width: 100%;
1593   max-height: 75%;
1594   box-sizing: border-box; }
1595
1596 [flex="80"] {
1597   -webkit-box-flex: 1;
1598   -webkit-flex: 1 1 80%;
1599           flex: 1 1 80%;
1600   max-width: 80%;
1601   max-height: 100%;
1602   box-sizing: border-box; }
1603
1604 [layout="row"] > [flex="80"] {
1605   -webkit-box-flex: 1;
1606   -webkit-flex: 1 1 80%;
1607           flex: 1 1 80%;
1608   max-width: 80%;
1609   max-height: 100%;
1610   box-sizing: border-box; }
1611
1612 [layout="column"] > [flex="80"] {
1613   -webkit-box-flex: 1;
1614   -webkit-flex: 1 1 80%;
1615           flex: 1 1 80%;
1616   max-width: 100%;
1617   max-height: 80%;
1618   box-sizing: border-box; }
1619
1620 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1621   -webkit-box-flex: 1;
1622   -webkit-flex: 1 1 33.33%;
1623           flex: 1 1 33.33%;
1624   max-width: 33.33%;
1625   max-height: 100%;
1626   box-sizing: border-box; }
1627
1628 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1629   -webkit-box-flex: 1;
1630   -webkit-flex: 1 1 66.66%;
1631           flex: 1 1 66.66%;
1632   max-width: 66.66%;
1633   max-height: 100%;
1634   box-sizing: border-box; }
1635
1636 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1637   -webkit-box-flex: 1;
1638   -webkit-flex: 1 1 33.33%;
1639           flex: 1 1 33.33%;
1640   max-width: 100%;
1641   max-height: 33.33%;
1642   box-sizing: border-box; }
1643
1644 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1645   -webkit-box-flex: 1;
1646   -webkit-flex: 1 1 66.66%;
1647           flex: 1 1 66.66%;
1648   max-width: 100%;
1649   max-height: 66.66%;
1650   box-sizing: border-box; }
1651
1652 [layout="row"] > [flex="80"] {
1653   -webkit-box-flex: 1;
1654   -webkit-flex: 1 1 80%;
1655           flex: 1 1 80%;
1656   max-width: 80%;
1657   max-height: 100%;
1658   box-sizing: border-box; }
1659
1660 [layout="column"] > [flex="80"] {
1661   -webkit-box-flex: 1;
1662   -webkit-flex: 1 1 80%;
1663           flex: 1 1 80%;
1664   max-width: 100%;
1665   max-height: 80%;
1666   box-sizing: border-box; }
1667
1668 [flex="85"] {
1669   -webkit-box-flex: 1;
1670   -webkit-flex: 1 1 85%;
1671           flex: 1 1 85%;
1672   max-width: 85%;
1673   max-height: 100%;
1674   box-sizing: border-box; }
1675
1676 [layout="row"] > [flex="85"] {
1677   -webkit-box-flex: 1;
1678   -webkit-flex: 1 1 85%;
1679           flex: 1 1 85%;
1680   max-width: 85%;
1681   max-height: 100%;
1682   box-sizing: border-box; }
1683
1684 [layout="column"] > [flex="85"] {
1685   -webkit-box-flex: 1;
1686   -webkit-flex: 1 1 85%;
1687           flex: 1 1 85%;
1688   max-width: 100%;
1689   max-height: 85%;
1690   box-sizing: border-box; }
1691
1692 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1693   -webkit-box-flex: 1;
1694   -webkit-flex: 1 1 33.33%;
1695           flex: 1 1 33.33%;
1696   max-width: 33.33%;
1697   max-height: 100%;
1698   box-sizing: border-box; }
1699
1700 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1701   -webkit-box-flex: 1;
1702   -webkit-flex: 1 1 66.66%;
1703           flex: 1 1 66.66%;
1704   max-width: 66.66%;
1705   max-height: 100%;
1706   box-sizing: border-box; }
1707
1708 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1709   -webkit-box-flex: 1;
1710   -webkit-flex: 1 1 33.33%;
1711           flex: 1 1 33.33%;
1712   max-width: 100%;
1713   max-height: 33.33%;
1714   box-sizing: border-box; }
1715
1716 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1717   -webkit-box-flex: 1;
1718   -webkit-flex: 1 1 66.66%;
1719           flex: 1 1 66.66%;
1720   max-width: 100%;
1721   max-height: 66.66%;
1722   box-sizing: border-box; }
1723
1724 [layout="row"] > [flex="85"] {
1725   -webkit-box-flex: 1;
1726   -webkit-flex: 1 1 85%;
1727           flex: 1 1 85%;
1728   max-width: 85%;
1729   max-height: 100%;
1730   box-sizing: border-box; }
1731
1732 [layout="column"] > [flex="85"] {
1733   -webkit-box-flex: 1;
1734   -webkit-flex: 1 1 85%;
1735           flex: 1 1 85%;
1736   max-width: 100%;
1737   max-height: 85%;
1738   box-sizing: border-box; }
1739
1740 [flex="90"] {
1741   -webkit-box-flex: 1;
1742   -webkit-flex: 1 1 90%;
1743           flex: 1 1 90%;
1744   max-width: 90%;
1745   max-height: 100%;
1746   box-sizing: border-box; }
1747
1748 [layout="row"] > [flex="90"] {
1749   -webkit-box-flex: 1;
1750   -webkit-flex: 1 1 90%;
1751           flex: 1 1 90%;
1752   max-width: 90%;
1753   max-height: 100%;
1754   box-sizing: border-box; }
1755
1756 [layout="column"] > [flex="90"] {
1757   -webkit-box-flex: 1;
1758   -webkit-flex: 1 1 90%;
1759           flex: 1 1 90%;
1760   max-width: 100%;
1761   max-height: 90%;
1762   box-sizing: border-box; }
1763
1764 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1765   -webkit-box-flex: 1;
1766   -webkit-flex: 1 1 33.33%;
1767           flex: 1 1 33.33%;
1768   max-width: 33.33%;
1769   max-height: 100%;
1770   box-sizing: border-box; }
1771
1772 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1773   -webkit-box-flex: 1;
1774   -webkit-flex: 1 1 66.66%;
1775           flex: 1 1 66.66%;
1776   max-width: 66.66%;
1777   max-height: 100%;
1778   box-sizing: border-box; }
1779
1780 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1781   -webkit-box-flex: 1;
1782   -webkit-flex: 1 1 33.33%;
1783           flex: 1 1 33.33%;
1784   max-width: 100%;
1785   max-height: 33.33%;
1786   box-sizing: border-box; }
1787
1788 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1789   -webkit-box-flex: 1;
1790   -webkit-flex: 1 1 66.66%;
1791           flex: 1 1 66.66%;
1792   max-width: 100%;
1793   max-height: 66.66%;
1794   box-sizing: border-box; }
1795
1796 [layout="row"] > [flex="90"] {
1797   -webkit-box-flex: 1;
1798   -webkit-flex: 1 1 90%;
1799           flex: 1 1 90%;
1800   max-width: 90%;
1801   max-height: 100%;
1802   box-sizing: border-box; }
1803
1804 [layout="column"] > [flex="90"] {
1805   -webkit-box-flex: 1;
1806   -webkit-flex: 1 1 90%;
1807           flex: 1 1 90%;
1808   max-width: 100%;
1809   max-height: 90%;
1810   box-sizing: border-box; }
1811
1812 [flex="95"] {
1813   -webkit-box-flex: 1;
1814   -webkit-flex: 1 1 95%;
1815           flex: 1 1 95%;
1816   max-width: 95%;
1817   max-height: 100%;
1818   box-sizing: border-box; }
1819
1820 [layout="row"] > [flex="95"] {
1821   -webkit-box-flex: 1;
1822   -webkit-flex: 1 1 95%;
1823           flex: 1 1 95%;
1824   max-width: 95%;
1825   max-height: 100%;
1826   box-sizing: border-box; }
1827
1828 [layout="column"] > [flex="95"] {
1829   -webkit-box-flex: 1;
1830   -webkit-flex: 1 1 95%;
1831           flex: 1 1 95%;
1832   max-width: 100%;
1833   max-height: 95%;
1834   box-sizing: border-box; }
1835
1836 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1837   -webkit-box-flex: 1;
1838   -webkit-flex: 1 1 33.33%;
1839           flex: 1 1 33.33%;
1840   max-width: 33.33%;
1841   max-height: 100%;
1842   box-sizing: border-box; }
1843
1844 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1845   -webkit-box-flex: 1;
1846   -webkit-flex: 1 1 66.66%;
1847           flex: 1 1 66.66%;
1848   max-width: 66.66%;
1849   max-height: 100%;
1850   box-sizing: border-box; }
1851
1852 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1853   -webkit-box-flex: 1;
1854   -webkit-flex: 1 1 33.33%;
1855           flex: 1 1 33.33%;
1856   max-width: 100%;
1857   max-height: 33.33%;
1858   box-sizing: border-box; }
1859
1860 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1861   -webkit-box-flex: 1;
1862   -webkit-flex: 1 1 66.66%;
1863           flex: 1 1 66.66%;
1864   max-width: 100%;
1865   max-height: 66.66%;
1866   box-sizing: border-box; }
1867
1868 [layout="row"] > [flex="95"] {
1869   -webkit-box-flex: 1;
1870   -webkit-flex: 1 1 95%;
1871           flex: 1 1 95%;
1872   max-width: 95%;
1873   max-height: 100%;
1874   box-sizing: border-box; }
1875
1876 [layout="column"] > [flex="95"] {
1877   -webkit-box-flex: 1;
1878   -webkit-flex: 1 1 95%;
1879           flex: 1 1 95%;
1880   max-width: 100%;
1881   max-height: 95%;
1882   box-sizing: border-box; }
1883
1884 [flex="100"] {
1885   -webkit-box-flex: 1;
1886   -webkit-flex: 1 1 100%;
1887           flex: 1 1 100%;
1888   max-width: 100%;
1889   max-height: 100%;
1890   box-sizing: border-box; }
1891
1892 [layout="row"] > [flex="100"] {
1893   -webkit-box-flex: 1;
1894   -webkit-flex: 1 1 100%;
1895           flex: 1 1 100%;
1896   max-width: 100%;
1897   max-height: 100%;
1898   box-sizing: border-box; }
1899
1900 [layout="column"] > [flex="100"] {
1901   -webkit-box-flex: 1;
1902   -webkit-flex: 1 1 100%;
1903           flex: 1 1 100%;
1904   max-width: 100%;
1905   max-height: 100%;
1906   box-sizing: border-box; }
1907
1908 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1909   -webkit-box-flex: 1;
1910   -webkit-flex: 1 1 33.33%;
1911           flex: 1 1 33.33%;
1912   max-width: 33.33%;
1913   max-height: 100%;
1914   box-sizing: border-box; }
1915
1916 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1917   -webkit-box-flex: 1;
1918   -webkit-flex: 1 1 66.66%;
1919           flex: 1 1 66.66%;
1920   max-width: 66.66%;
1921   max-height: 100%;
1922   box-sizing: border-box; }
1923
1924 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1925   -webkit-box-flex: 1;
1926   -webkit-flex: 1 1 33.33%;
1927           flex: 1 1 33.33%;
1928   max-width: 100%;
1929   max-height: 33.33%;
1930   box-sizing: border-box; }
1931
1932 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1933   -webkit-box-flex: 1;
1934   -webkit-flex: 1 1 66.66%;
1935           flex: 1 1 66.66%;
1936   max-width: 100%;
1937   max-height: 66.66%;
1938   box-sizing: border-box; }
1939
1940 [layout="row"] > [flex="100"] {
1941   -webkit-box-flex: 1;
1942   -webkit-flex: 1 1 100%;
1943           flex: 1 1 100%;
1944   max-width: 100%;
1945   max-height: 100%;
1946   box-sizing: border-box; }
1947
1948 [layout="column"] > [flex="100"] {
1949   -webkit-box-flex: 1;
1950   -webkit-flex: 1 1 100%;
1951           flex: 1 1 100%;
1952   max-width: 100%;
1953   max-height: 100%;
1954   box-sizing: border-box; }
1955
1956 [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
1957   -webkit-box-flex: 1;
1958   -webkit-flex: 1 1 33.33%;
1959           flex: 1 1 33.33%;
1960   max-width: 33.33%;
1961   max-height: 100%;
1962   box-sizing: border-box; }
1963
1964 [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
1965   -webkit-box-flex: 1;
1966   -webkit-flex: 1 1 66.66%;
1967           flex: 1 1 66.66%;
1968   max-width: 66.66%;
1969   max-height: 100%;
1970   box-sizing: border-box; }
1971
1972 [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
1973   -webkit-box-flex: 1;
1974   -webkit-flex: 1 1 33.33%;
1975           flex: 1 1 33.33%;
1976   max-width: 100%;
1977   max-height: 33.33%;
1978   box-sizing: border-box; }
1979
1980 [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
1981   -webkit-box-flex: 1;
1982   -webkit-flex: 1 1 66.66%;
1983           flex: 1 1 66.66%;
1984   max-width: 100%;
1985   max-height: 66.66%;
1986   box-sizing: border-box; }
1987
1988 [layout], [layout="column"], [layout="row"] {
1989   box-sizing: border-box;
1990   display: -webkit-box;
1991   display: -webkit-flex;
1992   display: flex; }
1993
1994 [layout="column"] {
1995   -webkit-box-orient: vertical;
1996   -webkit-box-direction: normal;
1997   -webkit-flex-direction: column;
1998           flex-direction: column; }
1999
2000 [layout="row"] {
2001   -webkit-box-orient: horizontal;
2002   -webkit-box-direction: normal;
2003   -webkit-flex-direction: row;
2004           flex-direction: row; }
2005
2006 [layout-padding] > [flex-sm], [layout-padding] > [flex-lt-md] {
2007   padding: 4px; }
2008
2009 [layout-padding],
2010 [layout-padding] > [flex],
2011 [layout-padding] > [flex-gt-sm],
2012 [layout-padding] > [flex-md],
2013 [layout-padding] > [flex-lt-lg] {
2014   padding: 8px; }
2015
2016 [layout-padding] > [flex-gt-md],
2017 [layout-padding] > [flex-lg] {
2018   padding: 16px; }
2019
2020 [layout-margin] > [flex-sm],
2021 [layout-margin] > [flex-lt-md] {
2022   margin: 4px; }
2023
2024 [layout-margin],
2025 [layout-margin] > [flex],
2026 [layout-margin] > [flex-gt-sm],
2027 [layout-margin] > [flex-md],
2028 [layout-margin] > [flex-lt-lg] {
2029   margin: 8px; }
2030
2031 [layout-margin] > [flex-gt-md],
2032 [layout-margin] > [flex-lg] {
2033   margin: 16px; }
2034
2035 [layout-wrap] {
2036   -webkit-flex-wrap: wrap;
2037           flex-wrap: wrap; }
2038
2039 [layout-nowrap] {
2040   -webkit-flex-wrap: nowrap;
2041           flex-wrap: nowrap; }
2042
2043 [layout-fill] {
2044   margin: 0;
2045   width: 100%;
2046   min-height: 100%;
2047   height: 100%; }
2048
2049 /**
2050  * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
2051  * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
2052  * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
2053  *
2054  *  hide means hide everywhere
2055  *  Sizes:
2056  *         $layout-breakpoint-xs:     600px !default;
2057  *         $layout-breakpoint-sm:     960px !default;
2058  *         $layout-breakpoint-md:     1280px !default;
2059  *         $layout-breakpoint-lg:     1920px !default;
2060  */
2061 @media (max-width: 599px) {
2062   [hide-xs]:not([show-xs]):not([show]), [hide]:not([show-xs]):not([show]) {
2063     display: none; }
2064   [flex-order-xs="-20"] {
2065     -webkit-box-ordinal-group: -19;
2066     -webkit-order: -20;
2067             order: -20; }
2068   [flex-order-xs="-19"] {
2069     -webkit-box-ordinal-group: -18;
2070     -webkit-order: -19;
2071             order: -19; }
2072   [flex-order-xs="-18"] {
2073     -webkit-box-ordinal-group: -17;
2074     -webkit-order: -18;
2075             order: -18; }
2076   [flex-order-xs="-17"] {
2077     -webkit-box-ordinal-group: -16;
2078     -webkit-order: -17;
2079             order: -17; }
2080   [flex-order-xs="-16"] {
2081     -webkit-box-ordinal-group: -15;
2082     -webkit-order: -16;
2083             order: -16; }
2084   [flex-order-xs="-15"] {
2085     -webkit-box-ordinal-group: -14;
2086     -webkit-order: -15;
2087             order: -15; }
2088   [flex-order-xs="-14"] {
2089     -webkit-box-ordinal-group: -13;
2090     -webkit-order: -14;
2091             order: -14; }
2092   [flex-order-xs="-13"] {
2093     -webkit-box-ordinal-group: -12;
2094     -webkit-order: -13;
2095             order: -13; }
2096   [flex-order-xs="-12"] {
2097     -webkit-box-ordinal-group: -11;
2098     -webkit-order: -12;
2099             order: -12; }
2100   [flex-order-xs="-11"] {
2101     -webkit-box-ordinal-group: -10;
2102     -webkit-order: -11;
2103             order: -11; }
2104   [flex-order-xs="-10"] {
2105     -webkit-box-ordinal-group: -9;
2106     -webkit-order: -10;
2107             order: -10; }
2108   [flex-order-xs="-9"] {
2109     -webkit-box-ordinal-group: -8;
2110     -webkit-order: -9;
2111             order: -9; }
2112   [flex-order-xs="-8"] {
2113     -webkit-box-ordinal-group: -7;
2114     -webkit-order: -8;
2115             order: -8; }
2116   [flex-order-xs="-7"] {
2117     -webkit-box-ordinal-group: -6;
2118     -webkit-order: -7;
2119             order: -7; }
2120   [flex-order-xs="-6"] {
2121     -webkit-box-ordinal-group: -5;
2122     -webkit-order: -6;
2123             order: -6; }
2124   [flex-order-xs="-5"] {
2125     -webkit-box-ordinal-group: -4;
2126     -webkit-order: -5;
2127             order: -5; }
2128   [flex-order-xs="-4"] {
2129     -webkit-box-ordinal-group: -3;
2130     -webkit-order: -4;
2131             order: -4; }
2132   [flex-order-xs="-3"] {
2133     -webkit-box-ordinal-group: -2;
2134     -webkit-order: -3;
2135             order: -3; }
2136   [flex-order-xs="-2"] {
2137     -webkit-box-ordinal-group: -1;
2138     -webkit-order: -2;
2139             order: -2; }
2140   [flex-order-xs="-1"] {
2141     -webkit-box-ordinal-group: 0;
2142     -webkit-order: -1;
2143             order: -1; }
2144   [flex-order-xs="0"] {
2145     -webkit-box-ordinal-group: 1;
2146     -webkit-order: 0;
2147             order: 0; }
2148   [flex-order-xs="1"] {
2149     -webkit-box-ordinal-group: 2;
2150     -webkit-order: 1;
2151             order: 1; }
2152   [flex-order-xs="2"] {
2153     -webkit-box-ordinal-group: 3;
2154     -webkit-order: 2;
2155             order: 2; }
2156   [flex-order-xs="3"] {
2157     -webkit-box-ordinal-group: 4;
2158     -webkit-order: 3;
2159             order: 3; }
2160   [flex-order-xs="4"] {
2161     -webkit-box-ordinal-group: 5;
2162     -webkit-order: 4;
2163             order: 4; }
2164   [flex-order-xs="5"] {
2165     -webkit-box-ordinal-group: 6;
2166     -webkit-order: 5;
2167             order: 5; }
2168   [flex-order-xs="6"] {
2169     -webkit-box-ordinal-group: 7;
2170     -webkit-order: 6;
2171             order: 6; }
2172   [flex-order-xs="7"] {
2173     -webkit-box-ordinal-group: 8;
2174     -webkit-order: 7;
2175             order: 7; }
2176   [flex-order-xs="8"] {
2177     -webkit-box-ordinal-group: 9;
2178     -webkit-order: 8;
2179             order: 8; }
2180   [flex-order-xs="9"] {
2181     -webkit-box-ordinal-group: 10;
2182     -webkit-order: 9;
2183             order: 9; }
2184   [flex-order-xs="10"] {
2185     -webkit-box-ordinal-group: 11;
2186     -webkit-order: 10;
2187             order: 10; }
2188   [flex-order-xs="11"] {
2189     -webkit-box-ordinal-group: 12;
2190     -webkit-order: 11;
2191             order: 11; }
2192   [flex-order-xs="12"] {
2193     -webkit-box-ordinal-group: 13;
2194     -webkit-order: 12;
2195             order: 12; }
2196   [flex-order-xs="13"] {
2197     -webkit-box-ordinal-group: 14;
2198     -webkit-order: 13;
2199             order: 13; }
2200   [flex-order-xs="14"] {
2201     -webkit-box-ordinal-group: 15;
2202     -webkit-order: 14;
2203             order: 14; }
2204   [flex-order-xs="15"] {
2205     -webkit-box-ordinal-group: 16;
2206     -webkit-order: 15;
2207             order: 15; }
2208   [flex-order-xs="16"] {
2209     -webkit-box-ordinal-group: 17;
2210     -webkit-order: 16;
2211             order: 16; }
2212   [flex-order-xs="17"] {
2213     -webkit-box-ordinal-group: 18;
2214     -webkit-order: 17;
2215             order: 17; }
2216   [flex-order-xs="18"] {
2217     -webkit-box-ordinal-group: 19;
2218     -webkit-order: 18;
2219             order: 18; }
2220   [flex-order-xs="19"] {
2221     -webkit-box-ordinal-group: 20;
2222     -webkit-order: 19;
2223             order: 19; }
2224   [flex-order-xs="20"] {
2225     -webkit-box-ordinal-group: 21;
2226     -webkit-order: 20;
2227             order: 20; }
2228   [flex-offset-xs="0"] {
2229     margin-left: 0%; }
2230   [flex-offset-xs="5"] {
2231     margin-left: 5%; }
2232   [flex-offset-xs="10"] {
2233     margin-left: 10%; }
2234   [flex-offset-xs="15"] {
2235     margin-left: 15%; }
2236   [flex-offset-xs="20"] {
2237     margin-left: 20%; }
2238   [flex-offset-xs="25"] {
2239     margin-left: 25%; }
2240   [flex-offset-xs="30"] {
2241     margin-left: 30%; }
2242   [flex-offset-xs="35"] {
2243     margin-left: 35%; }
2244   [flex-offset-xs="40"] {
2245     margin-left: 40%; }
2246   [flex-offset-xs="45"] {
2247     margin-left: 45%; }
2248   [flex-offset-xs="50"] {
2249     margin-left: 50%; }
2250   [flex-offset-xs="55"] {
2251     margin-left: 55%; }
2252   [flex-offset-xs="60"] {
2253     margin-left: 60%; }
2254   [flex-offset-xs="65"] {
2255     margin-left: 65%; }
2256   [flex-offset-xs="70"] {
2257     margin-left: 70%; }
2258   [flex-offset-xs="75"] {
2259     margin-left: 75%; }
2260   [flex-offset-xs="80"] {
2261     margin-left: 80%; }
2262   [flex-offset-xs="85"] {
2263     margin-left: 85%; }
2264   [flex-offset-xs="90"] {
2265     margin-left: 90%; }
2266   [flex-offset-xs="95"] {
2267     margin-left: 95%; }
2268   [flex-offset-xs="33"] {
2269     margin-left: calc(100% / 3); }
2270   [flex-offset-xs="66"] {
2271     margin-left: calc(200% / 3); }
2272   [layout-align-xs],
2273   [layout-align-xs="start stretch"] {
2274     -webkit-box-pack: start;
2275     -webkit-justify-content: flex-start;
2276             justify-content: flex-start;
2277     -webkit-align-content: stretch;
2278             align-content: stretch;
2279     -webkit-box-align: stretch;
2280     -webkit-align-items: stretch;
2281             align-items: stretch; }
2282   [layout-align-xs="start"],
2283   [layout-align-xs="start start"],
2284   [layout-align-xs="start center"],
2285   [layout-align-xs="start end"],
2286   [layout-align-xs="start stretch"] {
2287     -webkit-box-pack: start;
2288     -webkit-justify-content: flex-start;
2289             justify-content: flex-start; }
2290   [layout-align-xs="center"],
2291   [layout-align-xs="center start"],
2292   [layout-align-xs="center center"],
2293   [layout-align-xs="center end"],
2294   [layout-align-xs="center stretch"] {
2295     -webkit-box-pack: center;
2296     -webkit-justify-content: center;
2297             justify-content: center; }
2298   [layout-align-xs="end"],
2299   [layout-align-xs="end center"],
2300   [layout-align-xs="end start"],
2301   [layout-align-xs="end end"],
2302   [layout-align-xs="end stretch"] {
2303     -webkit-box-pack: end;
2304     -webkit-justify-content: flex-end;
2305             justify-content: flex-end; }
2306   [layout-align-xs="space-around"],
2307   [layout-align-xs="space-around center"],
2308   [layout-align-xs="space-around start"],
2309   [layout-align-xs="space-around end"],
2310   [layout-align-xs="space-around stretch"] {
2311     -webkit-justify-content: space-around;
2312             justify-content: space-around; }
2313   [layout-align-xs="space-between"],
2314   [layout-align-xs="space-between center"],
2315   [layout-align-xs="space-between start"],
2316   [layout-align-xs="space-between end"],
2317   [layout-align-xs="space-between stretch"] {
2318     -webkit-box-pack: justify;
2319     -webkit-justify-content: space-between;
2320             justify-content: space-between; }
2321   [layout-align-xs="start start"],
2322   [layout-align-xs="center start"],
2323   [layout-align-xs="end start"],
2324   [layout-align-xs="space-between start"],
2325   [layout-align-xs="space-around start"] {
2326     -webkit-box-align: start;
2327     -webkit-align-items: flex-start;
2328             align-items: flex-start;
2329     -webkit-align-content: flex-start;
2330             align-content: flex-start; }
2331   [layout-align-xs="start center"],
2332   [layout-align-xs="center center"],
2333   [layout-align-xs="end center"],
2334   [layout-align-xs="space-between center"],
2335   [layout-align-xs="space-around center"] {
2336     -webkit-box-align: center;
2337     -webkit-align-items: center;
2338             align-items: center;
2339     -webkit-align-content: center;
2340             align-content: center;
2341     max-width: 100%; }
2342   [layout-align-xs="start center"] > *,
2343   [layout-align-xs="center center"] > *,
2344   [layout-align-xs="end center"] > *,
2345   [layout-align-xs="space-between center"] > *,
2346   [layout-align-xs="space-around center"] > * {
2347     max-width: 100%;
2348     box-sizing: border-box; }
2349   [layout-align-xs="start end"],
2350   [layout-align-xs="center end"],
2351   [layout-align-xs="end end"],
2352   [layout-align-xs="space-between end"],
2353   [layout-align-xs="space-around end"] {
2354     -webkit-box-align: end;
2355     -webkit-align-items: flex-end;
2356             align-items: flex-end;
2357     -webkit-align-content: flex-end;
2358             align-content: flex-end; }
2359   [layout-align-xs="start stretch"],
2360   [layout-align-xs="center stretch"],
2361   [layout-align-xs="end stretch"],
2362   [layout-align-xs="space-between stretch"],
2363   [layout-align-xs="space-around stretch"] {
2364     -webkit-box-align: stretch;
2365     -webkit-align-items: stretch;
2366             align-items: stretch;
2367     -webkit-align-content: stretch;
2368             align-content: stretch; }
2369   [flex-xs] {
2370     -webkit-box-flex: 1;
2371     -webkit-flex: 1;
2372             flex: 1;
2373     box-sizing: border-box; }
2374   [flex-xs-grow] {
2375     -webkit-box-flex: 1;
2376     -webkit-flex: 1 1 100%;
2377             flex: 1 1 100%;
2378     box-sizing: border-box; }
2379   [flex-xs-initial] {
2380     -webkit-box-flex: 0;
2381     -webkit-flex: 0 1 auto;
2382             flex: 0 1 auto;
2383     box-sizing: border-box; }
2384   [flex-xs-auto] {
2385     -webkit-box-flex: 1;
2386     -webkit-flex: 1 1 auto;
2387             flex: 1 1 auto;
2388     box-sizing: border-box; }
2389   [flex-xs-none] {
2390     -webkit-box-flex: 0;
2391     -webkit-flex: 0 0 auto;
2392             flex: 0 0 auto;
2393     box-sizing: border-box; }
2394   [flex-xs="0"] {
2395     -webkit-box-flex: 1;
2396     -webkit-flex: 1 1 0%;
2397             flex: 1 1 0%;
2398     max-width: 0%;
2399     max-height: 100%;
2400     box-sizing: border-box; }
2401   [layout="row"] > [flex-xs="0"] {
2402     -webkit-box-flex: 1;
2403     -webkit-flex: 1 1 0%;
2404             flex: 1 1 0%;
2405     max-width: 0%;
2406     max-height: 100%;
2407     box-sizing: border-box; }
2408   [layout="column"] > [flex-xs="0"] {
2409     -webkit-box-flex: 1;
2410     -webkit-flex: 1 1 0%;
2411             flex: 1 1 0%;
2412     max-width: 100%;
2413     max-height: 0%;
2414     box-sizing: border-box; }
2415   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2416     -webkit-box-flex: 1;
2417     -webkit-flex: 1 1 33.33%;
2418             flex: 1 1 33.33%;
2419     max-width: 33.33%;
2420     max-height: 100%;
2421     box-sizing: border-box; }
2422   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2423     -webkit-box-flex: 1;
2424     -webkit-flex: 1 1 66.66%;
2425             flex: 1 1 66.66%;
2426     max-width: 66.66%;
2427     max-height: 100%;
2428     box-sizing: border-box; }
2429   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2430     -webkit-box-flex: 1;
2431     -webkit-flex: 1 1 33.33%;
2432             flex: 1 1 33.33%;
2433     max-width: 100%;
2434     max-height: 33.33%;
2435     box-sizing: border-box; }
2436   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2437     -webkit-box-flex: 1;
2438     -webkit-flex: 1 1 66.66%;
2439             flex: 1 1 66.66%;
2440     max-width: 100%;
2441     max-height: 66.66%;
2442     box-sizing: border-box; }
2443   [layout-xs="row"] > [flex-xs="0"] {
2444     -webkit-box-flex: 1;
2445     -webkit-flex: 1 1 0%;
2446             flex: 1 1 0%;
2447     max-width: 0%;
2448     max-height: 100%;
2449     box-sizing: border-box; }
2450   [layout-xs="column"] > [flex-xs="0"] {
2451     -webkit-box-flex: 1;
2452     -webkit-flex: 1 1 0%;
2453             flex: 1 1 0%;
2454     max-width: 100%;
2455     max-height: 0%;
2456     box-sizing: border-box; }
2457   [flex-xs="5"] {
2458     -webkit-box-flex: 1;
2459     -webkit-flex: 1 1 5%;
2460             flex: 1 1 5%;
2461     max-width: 5%;
2462     max-height: 100%;
2463     box-sizing: border-box; }
2464   [layout="row"] > [flex-xs="5"] {
2465     -webkit-box-flex: 1;
2466     -webkit-flex: 1 1 5%;
2467             flex: 1 1 5%;
2468     max-width: 5%;
2469     max-height: 100%;
2470     box-sizing: border-box; }
2471   [layout="column"] > [flex-xs="5"] {
2472     -webkit-box-flex: 1;
2473     -webkit-flex: 1 1 5%;
2474             flex: 1 1 5%;
2475     max-width: 100%;
2476     max-height: 5%;
2477     box-sizing: border-box; }
2478   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2479     -webkit-box-flex: 1;
2480     -webkit-flex: 1 1 33.33%;
2481             flex: 1 1 33.33%;
2482     max-width: 33.33%;
2483     max-height: 100%;
2484     box-sizing: border-box; }
2485   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2486     -webkit-box-flex: 1;
2487     -webkit-flex: 1 1 66.66%;
2488             flex: 1 1 66.66%;
2489     max-width: 66.66%;
2490     max-height: 100%;
2491     box-sizing: border-box; }
2492   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2493     -webkit-box-flex: 1;
2494     -webkit-flex: 1 1 33.33%;
2495             flex: 1 1 33.33%;
2496     max-width: 100%;
2497     max-height: 33.33%;
2498     box-sizing: border-box; }
2499   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2500     -webkit-box-flex: 1;
2501     -webkit-flex: 1 1 66.66%;
2502             flex: 1 1 66.66%;
2503     max-width: 100%;
2504     max-height: 66.66%;
2505     box-sizing: border-box; }
2506   [layout-xs="row"] > [flex-xs="5"] {
2507     -webkit-box-flex: 1;
2508     -webkit-flex: 1 1 5%;
2509             flex: 1 1 5%;
2510     max-width: 5%;
2511     max-height: 100%;
2512     box-sizing: border-box; }
2513   [layout-xs="column"] > [flex-xs="5"] {
2514     -webkit-box-flex: 1;
2515     -webkit-flex: 1 1 5%;
2516             flex: 1 1 5%;
2517     max-width: 100%;
2518     max-height: 5%;
2519     box-sizing: border-box; }
2520   [flex-xs="10"] {
2521     -webkit-box-flex: 1;
2522     -webkit-flex: 1 1 10%;
2523             flex: 1 1 10%;
2524     max-width: 10%;
2525     max-height: 100%;
2526     box-sizing: border-box; }
2527   [layout="row"] > [flex-xs="10"] {
2528     -webkit-box-flex: 1;
2529     -webkit-flex: 1 1 10%;
2530             flex: 1 1 10%;
2531     max-width: 10%;
2532     max-height: 100%;
2533     box-sizing: border-box; }
2534   [layout="column"] > [flex-xs="10"] {
2535     -webkit-box-flex: 1;
2536     -webkit-flex: 1 1 10%;
2537             flex: 1 1 10%;
2538     max-width: 100%;
2539     max-height: 10%;
2540     box-sizing: border-box; }
2541   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2542     -webkit-box-flex: 1;
2543     -webkit-flex: 1 1 33.33%;
2544             flex: 1 1 33.33%;
2545     max-width: 33.33%;
2546     max-height: 100%;
2547     box-sizing: border-box; }
2548   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2549     -webkit-box-flex: 1;
2550     -webkit-flex: 1 1 66.66%;
2551             flex: 1 1 66.66%;
2552     max-width: 66.66%;
2553     max-height: 100%;
2554     box-sizing: border-box; }
2555   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2556     -webkit-box-flex: 1;
2557     -webkit-flex: 1 1 33.33%;
2558             flex: 1 1 33.33%;
2559     max-width: 100%;
2560     max-height: 33.33%;
2561     box-sizing: border-box; }
2562   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2563     -webkit-box-flex: 1;
2564     -webkit-flex: 1 1 66.66%;
2565             flex: 1 1 66.66%;
2566     max-width: 100%;
2567     max-height: 66.66%;
2568     box-sizing: border-box; }
2569   [layout-xs="row"] > [flex-xs="10"] {
2570     -webkit-box-flex: 1;
2571     -webkit-flex: 1 1 10%;
2572             flex: 1 1 10%;
2573     max-width: 10%;
2574     max-height: 100%;
2575     box-sizing: border-box; }
2576   [layout-xs="column"] > [flex-xs="10"] {
2577     -webkit-box-flex: 1;
2578     -webkit-flex: 1 1 10%;
2579             flex: 1 1 10%;
2580     max-width: 100%;
2581     max-height: 10%;
2582     box-sizing: border-box; }
2583   [flex-xs="15"] {
2584     -webkit-box-flex: 1;
2585     -webkit-flex: 1 1 15%;
2586             flex: 1 1 15%;
2587     max-width: 15%;
2588     max-height: 100%;
2589     box-sizing: border-box; }
2590   [layout="row"] > [flex-xs="15"] {
2591     -webkit-box-flex: 1;
2592     -webkit-flex: 1 1 15%;
2593             flex: 1 1 15%;
2594     max-width: 15%;
2595     max-height: 100%;
2596     box-sizing: border-box; }
2597   [layout="column"] > [flex-xs="15"] {
2598     -webkit-box-flex: 1;
2599     -webkit-flex: 1 1 15%;
2600             flex: 1 1 15%;
2601     max-width: 100%;
2602     max-height: 15%;
2603     box-sizing: border-box; }
2604   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2605     -webkit-box-flex: 1;
2606     -webkit-flex: 1 1 33.33%;
2607             flex: 1 1 33.33%;
2608     max-width: 33.33%;
2609     max-height: 100%;
2610     box-sizing: border-box; }
2611   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2612     -webkit-box-flex: 1;
2613     -webkit-flex: 1 1 66.66%;
2614             flex: 1 1 66.66%;
2615     max-width: 66.66%;
2616     max-height: 100%;
2617     box-sizing: border-box; }
2618   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2619     -webkit-box-flex: 1;
2620     -webkit-flex: 1 1 33.33%;
2621             flex: 1 1 33.33%;
2622     max-width: 100%;
2623     max-height: 33.33%;
2624     box-sizing: border-box; }
2625   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2626     -webkit-box-flex: 1;
2627     -webkit-flex: 1 1 66.66%;
2628             flex: 1 1 66.66%;
2629     max-width: 100%;
2630     max-height: 66.66%;
2631     box-sizing: border-box; }
2632   [layout-xs="row"] > [flex-xs="15"] {
2633     -webkit-box-flex: 1;
2634     -webkit-flex: 1 1 15%;
2635             flex: 1 1 15%;
2636     max-width: 15%;
2637     max-height: 100%;
2638     box-sizing: border-box; }
2639   [layout-xs="column"] > [flex-xs="15"] {
2640     -webkit-box-flex: 1;
2641     -webkit-flex: 1 1 15%;
2642             flex: 1 1 15%;
2643     max-width: 100%;
2644     max-height: 15%;
2645     box-sizing: border-box; }
2646   [flex-xs="20"] {
2647     -webkit-box-flex: 1;
2648     -webkit-flex: 1 1 20%;
2649             flex: 1 1 20%;
2650     max-width: 20%;
2651     max-height: 100%;
2652     box-sizing: border-box; }
2653   [layout="row"] > [flex-xs="20"] {
2654     -webkit-box-flex: 1;
2655     -webkit-flex: 1 1 20%;
2656             flex: 1 1 20%;
2657     max-width: 20%;
2658     max-height: 100%;
2659     box-sizing: border-box; }
2660   [layout="column"] > [flex-xs="20"] {
2661     -webkit-box-flex: 1;
2662     -webkit-flex: 1 1 20%;
2663             flex: 1 1 20%;
2664     max-width: 100%;
2665     max-height: 20%;
2666     box-sizing: border-box; }
2667   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2668     -webkit-box-flex: 1;
2669     -webkit-flex: 1 1 33.33%;
2670             flex: 1 1 33.33%;
2671     max-width: 33.33%;
2672     max-height: 100%;
2673     box-sizing: border-box; }
2674   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2675     -webkit-box-flex: 1;
2676     -webkit-flex: 1 1 66.66%;
2677             flex: 1 1 66.66%;
2678     max-width: 66.66%;
2679     max-height: 100%;
2680     box-sizing: border-box; }
2681   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2682     -webkit-box-flex: 1;
2683     -webkit-flex: 1 1 33.33%;
2684             flex: 1 1 33.33%;
2685     max-width: 100%;
2686     max-height: 33.33%;
2687     box-sizing: border-box; }
2688   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2689     -webkit-box-flex: 1;
2690     -webkit-flex: 1 1 66.66%;
2691             flex: 1 1 66.66%;
2692     max-width: 100%;
2693     max-height: 66.66%;
2694     box-sizing: border-box; }
2695   [layout-xs="row"] > [flex-xs="20"] {
2696     -webkit-box-flex: 1;
2697     -webkit-flex: 1 1 20%;
2698             flex: 1 1 20%;
2699     max-width: 20%;
2700     max-height: 100%;
2701     box-sizing: border-box; }
2702   [layout-xs="column"] > [flex-xs="20"] {
2703     -webkit-box-flex: 1;
2704     -webkit-flex: 1 1 20%;
2705             flex: 1 1 20%;
2706     max-width: 100%;
2707     max-height: 20%;
2708     box-sizing: border-box; }
2709   [flex-xs="25"] {
2710     -webkit-box-flex: 1;
2711     -webkit-flex: 1 1 25%;
2712             flex: 1 1 25%;
2713     max-width: 25%;
2714     max-height: 100%;
2715     box-sizing: border-box; }
2716   [layout="row"] > [flex-xs="25"] {
2717     -webkit-box-flex: 1;
2718     -webkit-flex: 1 1 25%;
2719             flex: 1 1 25%;
2720     max-width: 25%;
2721     max-height: 100%;
2722     box-sizing: border-box; }
2723   [layout="column"] > [flex-xs="25"] {
2724     -webkit-box-flex: 1;
2725     -webkit-flex: 1 1 25%;
2726             flex: 1 1 25%;
2727     max-width: 100%;
2728     max-height: 25%;
2729     box-sizing: border-box; }
2730   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2731     -webkit-box-flex: 1;
2732     -webkit-flex: 1 1 33.33%;
2733             flex: 1 1 33.33%;
2734     max-width: 33.33%;
2735     max-height: 100%;
2736     box-sizing: border-box; }
2737   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2738     -webkit-box-flex: 1;
2739     -webkit-flex: 1 1 66.66%;
2740             flex: 1 1 66.66%;
2741     max-width: 66.66%;
2742     max-height: 100%;
2743     box-sizing: border-box; }
2744   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2745     -webkit-box-flex: 1;
2746     -webkit-flex: 1 1 33.33%;
2747             flex: 1 1 33.33%;
2748     max-width: 100%;
2749     max-height: 33.33%;
2750     box-sizing: border-box; }
2751   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2752     -webkit-box-flex: 1;
2753     -webkit-flex: 1 1 66.66%;
2754             flex: 1 1 66.66%;
2755     max-width: 100%;
2756     max-height: 66.66%;
2757     box-sizing: border-box; }
2758   [layout-xs="row"] > [flex-xs="25"] {
2759     -webkit-box-flex: 1;
2760     -webkit-flex: 1 1 25%;
2761             flex: 1 1 25%;
2762     max-width: 25%;
2763     max-height: 100%;
2764     box-sizing: border-box; }
2765   [layout-xs="column"] > [flex-xs="25"] {
2766     -webkit-box-flex: 1;
2767     -webkit-flex: 1 1 25%;
2768             flex: 1 1 25%;
2769     max-width: 100%;
2770     max-height: 25%;
2771     box-sizing: border-box; }
2772   [flex-xs="30"] {
2773     -webkit-box-flex: 1;
2774     -webkit-flex: 1 1 30%;
2775             flex: 1 1 30%;
2776     max-width: 30%;
2777     max-height: 100%;
2778     box-sizing: border-box; }
2779   [layout="row"] > [flex-xs="30"] {
2780     -webkit-box-flex: 1;
2781     -webkit-flex: 1 1 30%;
2782             flex: 1 1 30%;
2783     max-width: 30%;
2784     max-height: 100%;
2785     box-sizing: border-box; }
2786   [layout="column"] > [flex-xs="30"] {
2787     -webkit-box-flex: 1;
2788     -webkit-flex: 1 1 30%;
2789             flex: 1 1 30%;
2790     max-width: 100%;
2791     max-height: 30%;
2792     box-sizing: border-box; }
2793   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2794     -webkit-box-flex: 1;
2795     -webkit-flex: 1 1 33.33%;
2796             flex: 1 1 33.33%;
2797     max-width: 33.33%;
2798     max-height: 100%;
2799     box-sizing: border-box; }
2800   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2801     -webkit-box-flex: 1;
2802     -webkit-flex: 1 1 66.66%;
2803             flex: 1 1 66.66%;
2804     max-width: 66.66%;
2805     max-height: 100%;
2806     box-sizing: border-box; }
2807   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2808     -webkit-box-flex: 1;
2809     -webkit-flex: 1 1 33.33%;
2810             flex: 1 1 33.33%;
2811     max-width: 100%;
2812     max-height: 33.33%;
2813     box-sizing: border-box; }
2814   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2815     -webkit-box-flex: 1;
2816     -webkit-flex: 1 1 66.66%;
2817             flex: 1 1 66.66%;
2818     max-width: 100%;
2819     max-height: 66.66%;
2820     box-sizing: border-box; }
2821   [layout-xs="row"] > [flex-xs="30"] {
2822     -webkit-box-flex: 1;
2823     -webkit-flex: 1 1 30%;
2824             flex: 1 1 30%;
2825     max-width: 30%;
2826     max-height: 100%;
2827     box-sizing: border-box; }
2828   [layout-xs="column"] > [flex-xs="30"] {
2829     -webkit-box-flex: 1;
2830     -webkit-flex: 1 1 30%;
2831             flex: 1 1 30%;
2832     max-width: 100%;
2833     max-height: 30%;
2834     box-sizing: border-box; }
2835   [flex-xs="35"] {
2836     -webkit-box-flex: 1;
2837     -webkit-flex: 1 1 35%;
2838             flex: 1 1 35%;
2839     max-width: 35%;
2840     max-height: 100%;
2841     box-sizing: border-box; }
2842   [layout="row"] > [flex-xs="35"] {
2843     -webkit-box-flex: 1;
2844     -webkit-flex: 1 1 35%;
2845             flex: 1 1 35%;
2846     max-width: 35%;
2847     max-height: 100%;
2848     box-sizing: border-box; }
2849   [layout="column"] > [flex-xs="35"] {
2850     -webkit-box-flex: 1;
2851     -webkit-flex: 1 1 35%;
2852             flex: 1 1 35%;
2853     max-width: 100%;
2854     max-height: 35%;
2855     box-sizing: border-box; }
2856   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2857     -webkit-box-flex: 1;
2858     -webkit-flex: 1 1 33.33%;
2859             flex: 1 1 33.33%;
2860     max-width: 33.33%;
2861     max-height: 100%;
2862     box-sizing: border-box; }
2863   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2864     -webkit-box-flex: 1;
2865     -webkit-flex: 1 1 66.66%;
2866             flex: 1 1 66.66%;
2867     max-width: 66.66%;
2868     max-height: 100%;
2869     box-sizing: border-box; }
2870   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2871     -webkit-box-flex: 1;
2872     -webkit-flex: 1 1 33.33%;
2873             flex: 1 1 33.33%;
2874     max-width: 100%;
2875     max-height: 33.33%;
2876     box-sizing: border-box; }
2877   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2878     -webkit-box-flex: 1;
2879     -webkit-flex: 1 1 66.66%;
2880             flex: 1 1 66.66%;
2881     max-width: 100%;
2882     max-height: 66.66%;
2883     box-sizing: border-box; }
2884   [layout-xs="row"] > [flex-xs="35"] {
2885     -webkit-box-flex: 1;
2886     -webkit-flex: 1 1 35%;
2887             flex: 1 1 35%;
2888     max-width: 35%;
2889     max-height: 100%;
2890     box-sizing: border-box; }
2891   [layout-xs="column"] > [flex-xs="35"] {
2892     -webkit-box-flex: 1;
2893     -webkit-flex: 1 1 35%;
2894             flex: 1 1 35%;
2895     max-width: 100%;
2896     max-height: 35%;
2897     box-sizing: border-box; }
2898   [flex-xs="40"] {
2899     -webkit-box-flex: 1;
2900     -webkit-flex: 1 1 40%;
2901             flex: 1 1 40%;
2902     max-width: 40%;
2903     max-height: 100%;
2904     box-sizing: border-box; }
2905   [layout="row"] > [flex-xs="40"] {
2906     -webkit-box-flex: 1;
2907     -webkit-flex: 1 1 40%;
2908             flex: 1 1 40%;
2909     max-width: 40%;
2910     max-height: 100%;
2911     box-sizing: border-box; }
2912   [layout="column"] > [flex-xs="40"] {
2913     -webkit-box-flex: 1;
2914     -webkit-flex: 1 1 40%;
2915             flex: 1 1 40%;
2916     max-width: 100%;
2917     max-height: 40%;
2918     box-sizing: border-box; }
2919   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2920     -webkit-box-flex: 1;
2921     -webkit-flex: 1 1 33.33%;
2922             flex: 1 1 33.33%;
2923     max-width: 33.33%;
2924     max-height: 100%;
2925     box-sizing: border-box; }
2926   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2927     -webkit-box-flex: 1;
2928     -webkit-flex: 1 1 66.66%;
2929             flex: 1 1 66.66%;
2930     max-width: 66.66%;
2931     max-height: 100%;
2932     box-sizing: border-box; }
2933   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2934     -webkit-box-flex: 1;
2935     -webkit-flex: 1 1 33.33%;
2936             flex: 1 1 33.33%;
2937     max-width: 100%;
2938     max-height: 33.33%;
2939     box-sizing: border-box; }
2940   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
2941     -webkit-box-flex: 1;
2942     -webkit-flex: 1 1 66.66%;
2943             flex: 1 1 66.66%;
2944     max-width: 100%;
2945     max-height: 66.66%;
2946     box-sizing: border-box; }
2947   [layout-xs="row"] > [flex-xs="40"] {
2948     -webkit-box-flex: 1;
2949     -webkit-flex: 1 1 40%;
2950             flex: 1 1 40%;
2951     max-width: 40%;
2952     max-height: 100%;
2953     box-sizing: border-box; }
2954   [layout-xs="column"] > [flex-xs="40"] {
2955     -webkit-box-flex: 1;
2956     -webkit-flex: 1 1 40%;
2957             flex: 1 1 40%;
2958     max-width: 100%;
2959     max-height: 40%;
2960     box-sizing: border-box; }
2961   [flex-xs="45"] {
2962     -webkit-box-flex: 1;
2963     -webkit-flex: 1 1 45%;
2964             flex: 1 1 45%;
2965     max-width: 45%;
2966     max-height: 100%;
2967     box-sizing: border-box; }
2968   [layout="row"] > [flex-xs="45"] {
2969     -webkit-box-flex: 1;
2970     -webkit-flex: 1 1 45%;
2971             flex: 1 1 45%;
2972     max-width: 45%;
2973     max-height: 100%;
2974     box-sizing: border-box; }
2975   [layout="column"] > [flex-xs="45"] {
2976     -webkit-box-flex: 1;
2977     -webkit-flex: 1 1 45%;
2978             flex: 1 1 45%;
2979     max-width: 100%;
2980     max-height: 45%;
2981     box-sizing: border-box; }
2982   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
2983     -webkit-box-flex: 1;
2984     -webkit-flex: 1 1 33.33%;
2985             flex: 1 1 33.33%;
2986     max-width: 33.33%;
2987     max-height: 100%;
2988     box-sizing: border-box; }
2989   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
2990     -webkit-box-flex: 1;
2991     -webkit-flex: 1 1 66.66%;
2992             flex: 1 1 66.66%;
2993     max-width: 66.66%;
2994     max-height: 100%;
2995     box-sizing: border-box; }
2996   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
2997     -webkit-box-flex: 1;
2998     -webkit-flex: 1 1 33.33%;
2999             flex: 1 1 33.33%;
3000     max-width: 100%;
3001     max-height: 33.33%;
3002     box-sizing: border-box; }
3003   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3004     -webkit-box-flex: 1;
3005     -webkit-flex: 1 1 66.66%;
3006             flex: 1 1 66.66%;
3007     max-width: 100%;
3008     max-height: 66.66%;
3009     box-sizing: border-box; }
3010   [layout-xs="row"] > [flex-xs="45"] {
3011     -webkit-box-flex: 1;
3012     -webkit-flex: 1 1 45%;
3013             flex: 1 1 45%;
3014     max-width: 45%;
3015     max-height: 100%;
3016     box-sizing: border-box; }
3017   [layout-xs="column"] > [flex-xs="45"] {
3018     -webkit-box-flex: 1;
3019     -webkit-flex: 1 1 45%;
3020             flex: 1 1 45%;
3021     max-width: 100%;
3022     max-height: 45%;
3023     box-sizing: border-box; }
3024   [flex-xs="50"] {
3025     -webkit-box-flex: 1;
3026     -webkit-flex: 1 1 50%;
3027             flex: 1 1 50%;
3028     max-width: 50%;
3029     max-height: 100%;
3030     box-sizing: border-box; }
3031   [layout="row"] > [flex-xs="50"] {
3032     -webkit-box-flex: 1;
3033     -webkit-flex: 1 1 50%;
3034             flex: 1 1 50%;
3035     max-width: 50%;
3036     max-height: 100%;
3037     box-sizing: border-box; }
3038   [layout="column"] > [flex-xs="50"] {
3039     -webkit-box-flex: 1;
3040     -webkit-flex: 1 1 50%;
3041             flex: 1 1 50%;
3042     max-width: 100%;
3043     max-height: 50%;
3044     box-sizing: border-box; }
3045   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3046     -webkit-box-flex: 1;
3047     -webkit-flex: 1 1 33.33%;
3048             flex: 1 1 33.33%;
3049     max-width: 33.33%;
3050     max-height: 100%;
3051     box-sizing: border-box; }
3052   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3053     -webkit-box-flex: 1;
3054     -webkit-flex: 1 1 66.66%;
3055             flex: 1 1 66.66%;
3056     max-width: 66.66%;
3057     max-height: 100%;
3058     box-sizing: border-box; }
3059   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3060     -webkit-box-flex: 1;
3061     -webkit-flex: 1 1 33.33%;
3062             flex: 1 1 33.33%;
3063     max-width: 100%;
3064     max-height: 33.33%;
3065     box-sizing: border-box; }
3066   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3067     -webkit-box-flex: 1;
3068     -webkit-flex: 1 1 66.66%;
3069             flex: 1 1 66.66%;
3070     max-width: 100%;
3071     max-height: 66.66%;
3072     box-sizing: border-box; }
3073   [layout-xs="row"] > [flex-xs="50"] {
3074     -webkit-box-flex: 1;
3075     -webkit-flex: 1 1 50%;
3076             flex: 1 1 50%;
3077     max-width: 50%;
3078     max-height: 100%;
3079     box-sizing: border-box; }
3080   [layout-xs="column"] > [flex-xs="50"] {
3081     -webkit-box-flex: 1;
3082     -webkit-flex: 1 1 50%;
3083             flex: 1 1 50%;
3084     max-width: 100%;
3085     max-height: 50%;
3086     box-sizing: border-box; }
3087   [flex-xs="55"] {
3088     -webkit-box-flex: 1;
3089     -webkit-flex: 1 1 55%;
3090             flex: 1 1 55%;
3091     max-width: 55%;
3092     max-height: 100%;
3093     box-sizing: border-box; }
3094   [layout="row"] > [flex-xs="55"] {
3095     -webkit-box-flex: 1;
3096     -webkit-flex: 1 1 55%;
3097             flex: 1 1 55%;
3098     max-width: 55%;
3099     max-height: 100%;
3100     box-sizing: border-box; }
3101   [layout="column"] > [flex-xs="55"] {
3102     -webkit-box-flex: 1;
3103     -webkit-flex: 1 1 55%;
3104             flex: 1 1 55%;
3105     max-width: 100%;
3106     max-height: 55%;
3107     box-sizing: border-box; }
3108   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3109     -webkit-box-flex: 1;
3110     -webkit-flex: 1 1 33.33%;
3111             flex: 1 1 33.33%;
3112     max-width: 33.33%;
3113     max-height: 100%;
3114     box-sizing: border-box; }
3115   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3116     -webkit-box-flex: 1;
3117     -webkit-flex: 1 1 66.66%;
3118             flex: 1 1 66.66%;
3119     max-width: 66.66%;
3120     max-height: 100%;
3121     box-sizing: border-box; }
3122   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3123     -webkit-box-flex: 1;
3124     -webkit-flex: 1 1 33.33%;
3125             flex: 1 1 33.33%;
3126     max-width: 100%;
3127     max-height: 33.33%;
3128     box-sizing: border-box; }
3129   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3130     -webkit-box-flex: 1;
3131     -webkit-flex: 1 1 66.66%;
3132             flex: 1 1 66.66%;
3133     max-width: 100%;
3134     max-height: 66.66%;
3135     box-sizing: border-box; }
3136   [layout-xs="row"] > [flex-xs="55"] {
3137     -webkit-box-flex: 1;
3138     -webkit-flex: 1 1 55%;
3139             flex: 1 1 55%;
3140     max-width: 55%;
3141     max-height: 100%;
3142     box-sizing: border-box; }
3143   [layout-xs="column"] > [flex-xs="55"] {
3144     -webkit-box-flex: 1;
3145     -webkit-flex: 1 1 55%;
3146             flex: 1 1 55%;
3147     max-width: 100%;
3148     max-height: 55%;
3149     box-sizing: border-box; }
3150   [flex-xs="60"] {
3151     -webkit-box-flex: 1;
3152     -webkit-flex: 1 1 60%;
3153             flex: 1 1 60%;
3154     max-width: 60%;
3155     max-height: 100%;
3156     box-sizing: border-box; }
3157   [layout="row"] > [flex-xs="60"] {
3158     -webkit-box-flex: 1;
3159     -webkit-flex: 1 1 60%;
3160             flex: 1 1 60%;
3161     max-width: 60%;
3162     max-height: 100%;
3163     box-sizing: border-box; }
3164   [layout="column"] > [flex-xs="60"] {
3165     -webkit-box-flex: 1;
3166     -webkit-flex: 1 1 60%;
3167             flex: 1 1 60%;
3168     max-width: 100%;
3169     max-height: 60%;
3170     box-sizing: border-box; }
3171   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3172     -webkit-box-flex: 1;
3173     -webkit-flex: 1 1 33.33%;
3174             flex: 1 1 33.33%;
3175     max-width: 33.33%;
3176     max-height: 100%;
3177     box-sizing: border-box; }
3178   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3179     -webkit-box-flex: 1;
3180     -webkit-flex: 1 1 66.66%;
3181             flex: 1 1 66.66%;
3182     max-width: 66.66%;
3183     max-height: 100%;
3184     box-sizing: border-box; }
3185   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3186     -webkit-box-flex: 1;
3187     -webkit-flex: 1 1 33.33%;
3188             flex: 1 1 33.33%;
3189     max-width: 100%;
3190     max-height: 33.33%;
3191     box-sizing: border-box; }
3192   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3193     -webkit-box-flex: 1;
3194     -webkit-flex: 1 1 66.66%;
3195             flex: 1 1 66.66%;
3196     max-width: 100%;
3197     max-height: 66.66%;
3198     box-sizing: border-box; }
3199   [layout-xs="row"] > [flex-xs="60"] {
3200     -webkit-box-flex: 1;
3201     -webkit-flex: 1 1 60%;
3202             flex: 1 1 60%;
3203     max-width: 60%;
3204     max-height: 100%;
3205     box-sizing: border-box; }
3206   [layout-xs="column"] > [flex-xs="60"] {
3207     -webkit-box-flex: 1;
3208     -webkit-flex: 1 1 60%;
3209             flex: 1 1 60%;
3210     max-width: 100%;
3211     max-height: 60%;
3212     box-sizing: border-box; }
3213   [flex-xs="65"] {
3214     -webkit-box-flex: 1;
3215     -webkit-flex: 1 1 65%;
3216             flex: 1 1 65%;
3217     max-width: 65%;
3218     max-height: 100%;
3219     box-sizing: border-box; }
3220   [layout="row"] > [flex-xs="65"] {
3221     -webkit-box-flex: 1;
3222     -webkit-flex: 1 1 65%;
3223             flex: 1 1 65%;
3224     max-width: 65%;
3225     max-height: 100%;
3226     box-sizing: border-box; }
3227   [layout="column"] > [flex-xs="65"] {
3228     -webkit-box-flex: 1;
3229     -webkit-flex: 1 1 65%;
3230             flex: 1 1 65%;
3231     max-width: 100%;
3232     max-height: 65%;
3233     box-sizing: border-box; }
3234   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3235     -webkit-box-flex: 1;
3236     -webkit-flex: 1 1 33.33%;
3237             flex: 1 1 33.33%;
3238     max-width: 33.33%;
3239     max-height: 100%;
3240     box-sizing: border-box; }
3241   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3242     -webkit-box-flex: 1;
3243     -webkit-flex: 1 1 66.66%;
3244             flex: 1 1 66.66%;
3245     max-width: 66.66%;
3246     max-height: 100%;
3247     box-sizing: border-box; }
3248   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3249     -webkit-box-flex: 1;
3250     -webkit-flex: 1 1 33.33%;
3251             flex: 1 1 33.33%;
3252     max-width: 100%;
3253     max-height: 33.33%;
3254     box-sizing: border-box; }
3255   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3256     -webkit-box-flex: 1;
3257     -webkit-flex: 1 1 66.66%;
3258             flex: 1 1 66.66%;
3259     max-width: 100%;
3260     max-height: 66.66%;
3261     box-sizing: border-box; }
3262   [layout-xs="row"] > [flex-xs="65"] {
3263     -webkit-box-flex: 1;
3264     -webkit-flex: 1 1 65%;
3265             flex: 1 1 65%;
3266     max-width: 65%;
3267     max-height: 100%;
3268     box-sizing: border-box; }
3269   [layout-xs="column"] > [flex-xs="65"] {
3270     -webkit-box-flex: 1;
3271     -webkit-flex: 1 1 65%;
3272             flex: 1 1 65%;
3273     max-width: 100%;
3274     max-height: 65%;
3275     box-sizing: border-box; }
3276   [flex-xs="70"] {
3277     -webkit-box-flex: 1;
3278     -webkit-flex: 1 1 70%;
3279             flex: 1 1 70%;
3280     max-width: 70%;
3281     max-height: 100%;
3282     box-sizing: border-box; }
3283   [layout="row"] > [flex-xs="70"] {
3284     -webkit-box-flex: 1;
3285     -webkit-flex: 1 1 70%;
3286             flex: 1 1 70%;
3287     max-width: 70%;
3288     max-height: 100%;
3289     box-sizing: border-box; }
3290   [layout="column"] > [flex-xs="70"] {
3291     -webkit-box-flex: 1;
3292     -webkit-flex: 1 1 70%;
3293             flex: 1 1 70%;
3294     max-width: 100%;
3295     max-height: 70%;
3296     box-sizing: border-box; }
3297   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3298     -webkit-box-flex: 1;
3299     -webkit-flex: 1 1 33.33%;
3300             flex: 1 1 33.33%;
3301     max-width: 33.33%;
3302     max-height: 100%;
3303     box-sizing: border-box; }
3304   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3305     -webkit-box-flex: 1;
3306     -webkit-flex: 1 1 66.66%;
3307             flex: 1 1 66.66%;
3308     max-width: 66.66%;
3309     max-height: 100%;
3310     box-sizing: border-box; }
3311   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3312     -webkit-box-flex: 1;
3313     -webkit-flex: 1 1 33.33%;
3314             flex: 1 1 33.33%;
3315     max-width: 100%;
3316     max-height: 33.33%;
3317     box-sizing: border-box; }
3318   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3319     -webkit-box-flex: 1;
3320     -webkit-flex: 1 1 66.66%;
3321             flex: 1 1 66.66%;
3322     max-width: 100%;
3323     max-height: 66.66%;
3324     box-sizing: border-box; }
3325   [layout-xs="row"] > [flex-xs="70"] {
3326     -webkit-box-flex: 1;
3327     -webkit-flex: 1 1 70%;
3328             flex: 1 1 70%;
3329     max-width: 70%;
3330     max-height: 100%;
3331     box-sizing: border-box; }
3332   [layout-xs="column"] > [flex-xs="70"] {
3333     -webkit-box-flex: 1;
3334     -webkit-flex: 1 1 70%;
3335             flex: 1 1 70%;
3336     max-width: 100%;
3337     max-height: 70%;
3338     box-sizing: border-box; }
3339   [flex-xs="75"] {
3340     -webkit-box-flex: 1;
3341     -webkit-flex: 1 1 75%;
3342             flex: 1 1 75%;
3343     max-width: 75%;
3344     max-height: 100%;
3345     box-sizing: border-box; }
3346   [layout="row"] > [flex-xs="75"] {
3347     -webkit-box-flex: 1;
3348     -webkit-flex: 1 1 75%;
3349             flex: 1 1 75%;
3350     max-width: 75%;
3351     max-height: 100%;
3352     box-sizing: border-box; }
3353   [layout="column"] > [flex-xs="75"] {
3354     -webkit-box-flex: 1;
3355     -webkit-flex: 1 1 75%;
3356             flex: 1 1 75%;
3357     max-width: 100%;
3358     max-height: 75%;
3359     box-sizing: border-box; }
3360   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3361     -webkit-box-flex: 1;
3362     -webkit-flex: 1 1 33.33%;
3363             flex: 1 1 33.33%;
3364     max-width: 33.33%;
3365     max-height: 100%;
3366     box-sizing: border-box; }
3367   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3368     -webkit-box-flex: 1;
3369     -webkit-flex: 1 1 66.66%;
3370             flex: 1 1 66.66%;
3371     max-width: 66.66%;
3372     max-height: 100%;
3373     box-sizing: border-box; }
3374   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3375     -webkit-box-flex: 1;
3376     -webkit-flex: 1 1 33.33%;
3377             flex: 1 1 33.33%;
3378     max-width: 100%;
3379     max-height: 33.33%;
3380     box-sizing: border-box; }
3381   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3382     -webkit-box-flex: 1;
3383     -webkit-flex: 1 1 66.66%;
3384             flex: 1 1 66.66%;
3385     max-width: 100%;
3386     max-height: 66.66%;
3387     box-sizing: border-box; }
3388   [layout-xs="row"] > [flex-xs="75"] {
3389     -webkit-box-flex: 1;
3390     -webkit-flex: 1 1 75%;
3391             flex: 1 1 75%;
3392     max-width: 75%;
3393     max-height: 100%;
3394     box-sizing: border-box; }
3395   [layout-xs="column"] > [flex-xs="75"] {
3396     -webkit-box-flex: 1;
3397     -webkit-flex: 1 1 75%;
3398             flex: 1 1 75%;
3399     max-width: 100%;
3400     max-height: 75%;
3401     box-sizing: border-box; }
3402   [flex-xs="80"] {
3403     -webkit-box-flex: 1;
3404     -webkit-flex: 1 1 80%;
3405             flex: 1 1 80%;
3406     max-width: 80%;
3407     max-height: 100%;
3408     box-sizing: border-box; }
3409   [layout="row"] > [flex-xs="80"] {
3410     -webkit-box-flex: 1;
3411     -webkit-flex: 1 1 80%;
3412             flex: 1 1 80%;
3413     max-width: 80%;
3414     max-height: 100%;
3415     box-sizing: border-box; }
3416   [layout="column"] > [flex-xs="80"] {
3417     -webkit-box-flex: 1;
3418     -webkit-flex: 1 1 80%;
3419             flex: 1 1 80%;
3420     max-width: 100%;
3421     max-height: 80%;
3422     box-sizing: border-box; }
3423   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3424     -webkit-box-flex: 1;
3425     -webkit-flex: 1 1 33.33%;
3426             flex: 1 1 33.33%;
3427     max-width: 33.33%;
3428     max-height: 100%;
3429     box-sizing: border-box; }
3430   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3431     -webkit-box-flex: 1;
3432     -webkit-flex: 1 1 66.66%;
3433             flex: 1 1 66.66%;
3434     max-width: 66.66%;
3435     max-height: 100%;
3436     box-sizing: border-box; }
3437   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3438     -webkit-box-flex: 1;
3439     -webkit-flex: 1 1 33.33%;
3440             flex: 1 1 33.33%;
3441     max-width: 100%;
3442     max-height: 33.33%;
3443     box-sizing: border-box; }
3444   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3445     -webkit-box-flex: 1;
3446     -webkit-flex: 1 1 66.66%;
3447             flex: 1 1 66.66%;
3448     max-width: 100%;
3449     max-height: 66.66%;
3450     box-sizing: border-box; }
3451   [layout-xs="row"] > [flex-xs="80"] {
3452     -webkit-box-flex: 1;
3453     -webkit-flex: 1 1 80%;
3454             flex: 1 1 80%;
3455     max-width: 80%;
3456     max-height: 100%;
3457     box-sizing: border-box; }
3458   [layout-xs="column"] > [flex-xs="80"] {
3459     -webkit-box-flex: 1;
3460     -webkit-flex: 1 1 80%;
3461             flex: 1 1 80%;
3462     max-width: 100%;
3463     max-height: 80%;
3464     box-sizing: border-box; }
3465   [flex-xs="85"] {
3466     -webkit-box-flex: 1;
3467     -webkit-flex: 1 1 85%;
3468             flex: 1 1 85%;
3469     max-width: 85%;
3470     max-height: 100%;
3471     box-sizing: border-box; }
3472   [layout="row"] > [flex-xs="85"] {
3473     -webkit-box-flex: 1;
3474     -webkit-flex: 1 1 85%;
3475             flex: 1 1 85%;
3476     max-width: 85%;
3477     max-height: 100%;
3478     box-sizing: border-box; }
3479   [layout="column"] > [flex-xs="85"] {
3480     -webkit-box-flex: 1;
3481     -webkit-flex: 1 1 85%;
3482             flex: 1 1 85%;
3483     max-width: 100%;
3484     max-height: 85%;
3485     box-sizing: border-box; }
3486   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3487     -webkit-box-flex: 1;
3488     -webkit-flex: 1 1 33.33%;
3489             flex: 1 1 33.33%;
3490     max-width: 33.33%;
3491     max-height: 100%;
3492     box-sizing: border-box; }
3493   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3494     -webkit-box-flex: 1;
3495     -webkit-flex: 1 1 66.66%;
3496             flex: 1 1 66.66%;
3497     max-width: 66.66%;
3498     max-height: 100%;
3499     box-sizing: border-box; }
3500   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3501     -webkit-box-flex: 1;
3502     -webkit-flex: 1 1 33.33%;
3503             flex: 1 1 33.33%;
3504     max-width: 100%;
3505     max-height: 33.33%;
3506     box-sizing: border-box; }
3507   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3508     -webkit-box-flex: 1;
3509     -webkit-flex: 1 1 66.66%;
3510             flex: 1 1 66.66%;
3511     max-width: 100%;
3512     max-height: 66.66%;
3513     box-sizing: border-box; }
3514   [layout-xs="row"] > [flex-xs="85"] {
3515     -webkit-box-flex: 1;
3516     -webkit-flex: 1 1 85%;
3517             flex: 1 1 85%;
3518     max-width: 85%;
3519     max-height: 100%;
3520     box-sizing: border-box; }
3521   [layout-xs="column"] > [flex-xs="85"] {
3522     -webkit-box-flex: 1;
3523     -webkit-flex: 1 1 85%;
3524             flex: 1 1 85%;
3525     max-width: 100%;
3526     max-height: 85%;
3527     box-sizing: border-box; }
3528   [flex-xs="90"] {
3529     -webkit-box-flex: 1;
3530     -webkit-flex: 1 1 90%;
3531             flex: 1 1 90%;
3532     max-width: 90%;
3533     max-height: 100%;
3534     box-sizing: border-box; }
3535   [layout="row"] > [flex-xs="90"] {
3536     -webkit-box-flex: 1;
3537     -webkit-flex: 1 1 90%;
3538             flex: 1 1 90%;
3539     max-width: 90%;
3540     max-height: 100%;
3541     box-sizing: border-box; }
3542   [layout="column"] > [flex-xs="90"] {
3543     -webkit-box-flex: 1;
3544     -webkit-flex: 1 1 90%;
3545             flex: 1 1 90%;
3546     max-width: 100%;
3547     max-height: 90%;
3548     box-sizing: border-box; }
3549   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3550     -webkit-box-flex: 1;
3551     -webkit-flex: 1 1 33.33%;
3552             flex: 1 1 33.33%;
3553     max-width: 33.33%;
3554     max-height: 100%;
3555     box-sizing: border-box; }
3556   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3557     -webkit-box-flex: 1;
3558     -webkit-flex: 1 1 66.66%;
3559             flex: 1 1 66.66%;
3560     max-width: 66.66%;
3561     max-height: 100%;
3562     box-sizing: border-box; }
3563   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3564     -webkit-box-flex: 1;
3565     -webkit-flex: 1 1 33.33%;
3566             flex: 1 1 33.33%;
3567     max-width: 100%;
3568     max-height: 33.33%;
3569     box-sizing: border-box; }
3570   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3571     -webkit-box-flex: 1;
3572     -webkit-flex: 1 1 66.66%;
3573             flex: 1 1 66.66%;
3574     max-width: 100%;
3575     max-height: 66.66%;
3576     box-sizing: border-box; }
3577   [layout-xs="row"] > [flex-xs="90"] {
3578     -webkit-box-flex: 1;
3579     -webkit-flex: 1 1 90%;
3580             flex: 1 1 90%;
3581     max-width: 90%;
3582     max-height: 100%;
3583     box-sizing: border-box; }
3584   [layout-xs="column"] > [flex-xs="90"] {
3585     -webkit-box-flex: 1;
3586     -webkit-flex: 1 1 90%;
3587             flex: 1 1 90%;
3588     max-width: 100%;
3589     max-height: 90%;
3590     box-sizing: border-box; }
3591   [flex-xs="95"] {
3592     -webkit-box-flex: 1;
3593     -webkit-flex: 1 1 95%;
3594             flex: 1 1 95%;
3595     max-width: 95%;
3596     max-height: 100%;
3597     box-sizing: border-box; }
3598   [layout="row"] > [flex-xs="95"] {
3599     -webkit-box-flex: 1;
3600     -webkit-flex: 1 1 95%;
3601             flex: 1 1 95%;
3602     max-width: 95%;
3603     max-height: 100%;
3604     box-sizing: border-box; }
3605   [layout="column"] > [flex-xs="95"] {
3606     -webkit-box-flex: 1;
3607     -webkit-flex: 1 1 95%;
3608             flex: 1 1 95%;
3609     max-width: 100%;
3610     max-height: 95%;
3611     box-sizing: border-box; }
3612   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3613     -webkit-box-flex: 1;
3614     -webkit-flex: 1 1 33.33%;
3615             flex: 1 1 33.33%;
3616     max-width: 33.33%;
3617     max-height: 100%;
3618     box-sizing: border-box; }
3619   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3620     -webkit-box-flex: 1;
3621     -webkit-flex: 1 1 66.66%;
3622             flex: 1 1 66.66%;
3623     max-width: 66.66%;
3624     max-height: 100%;
3625     box-sizing: border-box; }
3626   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3627     -webkit-box-flex: 1;
3628     -webkit-flex: 1 1 33.33%;
3629             flex: 1 1 33.33%;
3630     max-width: 100%;
3631     max-height: 33.33%;
3632     box-sizing: border-box; }
3633   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3634     -webkit-box-flex: 1;
3635     -webkit-flex: 1 1 66.66%;
3636             flex: 1 1 66.66%;
3637     max-width: 100%;
3638     max-height: 66.66%;
3639     box-sizing: border-box; }
3640   [layout-xs="row"] > [flex-xs="95"] {
3641     -webkit-box-flex: 1;
3642     -webkit-flex: 1 1 95%;
3643             flex: 1 1 95%;
3644     max-width: 95%;
3645     max-height: 100%;
3646     box-sizing: border-box; }
3647   [layout-xs="column"] > [flex-xs="95"] {
3648     -webkit-box-flex: 1;
3649     -webkit-flex: 1 1 95%;
3650             flex: 1 1 95%;
3651     max-width: 100%;
3652     max-height: 95%;
3653     box-sizing: border-box; }
3654   [flex-xs="100"] {
3655     -webkit-box-flex: 1;
3656     -webkit-flex: 1 1 100%;
3657             flex: 1 1 100%;
3658     max-width: 100%;
3659     max-height: 100%;
3660     box-sizing: border-box; }
3661   [layout="row"] > [flex-xs="100"] {
3662     -webkit-box-flex: 1;
3663     -webkit-flex: 1 1 100%;
3664             flex: 1 1 100%;
3665     max-width: 100%;
3666     max-height: 100%;
3667     box-sizing: border-box; }
3668   [layout="column"] > [flex-xs="100"] {
3669     -webkit-box-flex: 1;
3670     -webkit-flex: 1 1 100%;
3671             flex: 1 1 100%;
3672     max-width: 100%;
3673     max-height: 100%;
3674     box-sizing: border-box; }
3675   [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"] {
3676     -webkit-box-flex: 1;
3677     -webkit-flex: 1 1 33.33%;
3678             flex: 1 1 33.33%;
3679     max-width: 33.33%;
3680     max-height: 100%;
3681     box-sizing: border-box; }
3682   [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"] {
3683     -webkit-box-flex: 1;
3684     -webkit-flex: 1 1 66.66%;
3685             flex: 1 1 66.66%;
3686     max-width: 66.66%;
3687     max-height: 100%;
3688     box-sizing: border-box; }
3689   [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"] {
3690     -webkit-box-flex: 1;
3691     -webkit-flex: 1 1 33.33%;
3692             flex: 1 1 33.33%;
3693     max-width: 100%;
3694     max-height: 33.33%;
3695     box-sizing: border-box; }
3696   [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"] {
3697     -webkit-box-flex: 1;
3698     -webkit-flex: 1 1 66.66%;
3699             flex: 1 1 66.66%;
3700     max-width: 100%;
3701     max-height: 66.66%;
3702     box-sizing: border-box; }
3703   [layout-xs="row"] > [flex-xs="100"] {
3704     -webkit-box-flex: 1;
3705     -webkit-flex: 1 1 100%;
3706             flex: 1 1 100%;
3707     max-width: 100%;
3708     max-height: 100%;
3709     box-sizing: border-box; }
3710   [layout-xs="column"] > [flex-xs="100"] {
3711     -webkit-box-flex: 1;
3712     -webkit-flex: 1 1 100%;
3713             flex: 1 1 100%;
3714     max-width: 100%;
3715     max-height: 100%;
3716     box-sizing: border-box; }
3717   [layout-xs="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"] {
3718     -webkit-box-flex: 1;
3719     -webkit-flex: 1 1 33.33%;
3720             flex: 1 1 33.33%;
3721     max-width: 33.33%;
3722     max-height: 100%;
3723     box-sizing: border-box; }
3724   [layout-xs="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"] {
3725     -webkit-box-flex: 1;
3726     -webkit-flex: 1 1 66.66%;
3727             flex: 1 1 66.66%;
3728     max-width: 66.66%;
3729     max-height: 100%;
3730     box-sizing: border-box; }
3731   [layout-xs="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"] {
3732     -webkit-box-flex: 1;
3733     -webkit-flex: 1 1 33.33%;
3734             flex: 1 1 33.33%;
3735     max-width: 100%;
3736     max-height: 33.33%;
3737     box-sizing: border-box; }
3738   [layout-xs="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"] {
3739     -webkit-box-flex: 1;
3740     -webkit-flex: 1 1 66.66%;
3741             flex: 1 1 66.66%;
3742     max-width: 100%;
3743     max-height: 66.66%;
3744     box-sizing: border-box; }
3745   [layout-xs], [layout-xs="column"], [layout-xs="row"] {
3746     box-sizing: border-box;
3747     display: -webkit-box;
3748     display: -webkit-flex;
3749     display: flex; }
3750   [layout-xs="column"] {
3751     -webkit-box-orient: vertical;
3752     -webkit-box-direction: normal;
3753     -webkit-flex-direction: column;
3754             flex-direction: column; }
3755   [layout-xs="row"] {
3756     -webkit-box-orient: horizontal;
3757     -webkit-box-direction: normal;
3758     -webkit-flex-direction: row;
3759             flex-direction: row; } }
3760
3761 @media (min-width: 600px) {
3762   [flex-order-gt-xs="-20"] {
3763     -webkit-box-ordinal-group: -19;
3764     -webkit-order: -20;
3765             order: -20; }
3766   [flex-order-gt-xs="-19"] {
3767     -webkit-box-ordinal-group: -18;
3768     -webkit-order: -19;
3769             order: -19; }
3770   [flex-order-gt-xs="-18"] {
3771     -webkit-box-ordinal-group: -17;
3772     -webkit-order: -18;
3773             order: -18; }
3774   [flex-order-gt-xs="-17"] {
3775     -webkit-box-ordinal-group: -16;
3776     -webkit-order: -17;
3777             order: -17; }
3778   [flex-order-gt-xs="-16"] {
3779     -webkit-box-ordinal-group: -15;
3780     -webkit-order: -16;
3781             order: -16; }
3782   [flex-order-gt-xs="-15"] {
3783     -webkit-box-ordinal-group: -14;
3784     -webkit-order: -15;
3785             order: -15; }
3786   [flex-order-gt-xs="-14"] {
3787     -webkit-box-ordinal-group: -13;
3788     -webkit-order: -14;
3789             order: -14; }
3790   [flex-order-gt-xs="-13"] {
3791     -webkit-box-ordinal-group: -12;
3792     -webkit-order: -13;
3793             order: -13; }
3794   [flex-order-gt-xs="-12"] {
3795     -webkit-box-ordinal-group: -11;
3796     -webkit-order: -12;
3797             order: -12; }
3798   [flex-order-gt-xs="-11"] {
3799     -webkit-box-ordinal-group: -10;
3800     -webkit-order: -11;
3801             order: -11; }
3802   [flex-order-gt-xs="-10"] {
3803     -webkit-box-ordinal-group: -9;
3804     -webkit-order: -10;
3805             order: -10; }
3806   [flex-order-gt-xs="-9"] {
3807     -webkit-box-ordinal-group: -8;
3808     -webkit-order: -9;
3809             order: -9; }
3810   [flex-order-gt-xs="-8"] {
3811     -webkit-box-ordinal-group: -7;
3812     -webkit-order: -8;
3813             order: -8; }
3814   [flex-order-gt-xs="-7"] {
3815     -webkit-box-ordinal-group: -6;
3816     -webkit-order: -7;
3817             order: -7; }
3818   [flex-order-gt-xs="-6"] {
3819     -webkit-box-ordinal-group: -5;
3820     -webkit-order: -6;
3821             order: -6; }
3822   [flex-order-gt-xs="-5"] {
3823     -webkit-box-ordinal-group: -4;
3824     -webkit-order: -5;
3825             order: -5; }
3826   [flex-order-gt-xs="-4"] {
3827     -webkit-box-ordinal-group: -3;
3828     -webkit-order: -4;
3829             order: -4; }
3830   [flex-order-gt-xs="-3"] {
3831     -webkit-box-ordinal-group: -2;
3832     -webkit-order: -3;
3833             order: -3; }
3834   [flex-order-gt-xs="-2"] {
3835     -webkit-box-ordinal-group: -1;
3836     -webkit-order: -2;
3837             order: -2; }
3838   [flex-order-gt-xs="-1"] {
3839     -webkit-box-ordinal-group: 0;
3840     -webkit-order: -1;
3841             order: -1; }
3842   [flex-order-gt-xs="0"] {
3843     -webkit-box-ordinal-group: 1;
3844     -webkit-order: 0;
3845             order: 0; }
3846   [flex-order-gt-xs="1"] {
3847     -webkit-box-ordinal-group: 2;
3848     -webkit-order: 1;
3849             order: 1; }
3850   [flex-order-gt-xs="2"] {
3851     -webkit-box-ordinal-group: 3;
3852     -webkit-order: 2;
3853             order: 2; }
3854   [flex-order-gt-xs="3"] {
3855     -webkit-box-ordinal-group: 4;
3856     -webkit-order: 3;
3857             order: 3; }
3858   [flex-order-gt-xs="4"] {
3859     -webkit-box-ordinal-group: 5;
3860     -webkit-order: 4;
3861             order: 4; }
3862   [flex-order-gt-xs="5"] {
3863     -webkit-box-ordinal-group: 6;
3864     -webkit-order: 5;
3865             order: 5; }
3866   [flex-order-gt-xs="6"] {
3867     -webkit-box-ordinal-group: 7;
3868     -webkit-order: 6;
3869             order: 6; }
3870   [flex-order-gt-xs="7"] {
3871     -webkit-box-ordinal-group: 8;
3872     -webkit-order: 7;
3873             order: 7; }
3874   [flex-order-gt-xs="8"] {
3875     -webkit-box-ordinal-group: 9;
3876     -webkit-order: 8;
3877             order: 8; }
3878   [flex-order-gt-xs="9"] {
3879     -webkit-box-ordinal-group: 10;
3880     -webkit-order: 9;
3881             order: 9; }
3882   [flex-order-gt-xs="10"] {
3883     -webkit-box-ordinal-group: 11;
3884     -webkit-order: 10;
3885             order: 10; }
3886   [flex-order-gt-xs="11"] {
3887     -webkit-box-ordinal-group: 12;
3888     -webkit-order: 11;
3889             order: 11; }
3890   [flex-order-gt-xs="12"] {
3891     -webkit-box-ordinal-group: 13;
3892     -webkit-order: 12;
3893             order: 12; }
3894   [flex-order-gt-xs="13"] {
3895     -webkit-box-ordinal-group: 14;
3896     -webkit-order: 13;
3897             order: 13; }
3898   [flex-order-gt-xs="14"] {
3899     -webkit-box-ordinal-group: 15;
3900     -webkit-order: 14;
3901             order: 14; }
3902   [flex-order-gt-xs="15"] {
3903     -webkit-box-ordinal-group: 16;
3904     -webkit-order: 15;
3905             order: 15; }
3906   [flex-order-gt-xs="16"] {
3907     -webkit-box-ordinal-group: 17;
3908     -webkit-order: 16;
3909             order: 16; }
3910   [flex-order-gt-xs="17"] {
3911     -webkit-box-ordinal-group: 18;
3912     -webkit-order: 17;
3913             order: 17; }
3914   [flex-order-gt-xs="18"] {
3915     -webkit-box-ordinal-group: 19;
3916     -webkit-order: 18;
3917             order: 18; }
3918   [flex-order-gt-xs="19"] {
3919     -webkit-box-ordinal-group: 20;
3920     -webkit-order: 19;
3921             order: 19; }
3922   [flex-order-gt-xs="20"] {
3923     -webkit-box-ordinal-group: 21;
3924     -webkit-order: 20;
3925             order: 20; }
3926   [flex-offset-gt-xs="0"] {
3927     margin-left: 0%; }
3928   [flex-offset-gt-xs="5"] {
3929     margin-left: 5%; }
3930   [flex-offset-gt-xs="10"] {
3931     margin-left: 10%; }
3932   [flex-offset-gt-xs="15"] {
3933     margin-left: 15%; }
3934   [flex-offset-gt-xs="20"] {
3935     margin-left: 20%; }
3936   [flex-offset-gt-xs="25"] {
3937     margin-left: 25%; }
3938   [flex-offset-gt-xs="30"] {
3939     margin-left: 30%; }
3940   [flex-offset-gt-xs="35"] {
3941     margin-left: 35%; }
3942   [flex-offset-gt-xs="40"] {
3943     margin-left: 40%; }
3944   [flex-offset-gt-xs="45"] {
3945     margin-left: 45%; }
3946   [flex-offset-gt-xs="50"] {
3947     margin-left: 50%; }
3948   [flex-offset-gt-xs="55"] {
3949     margin-left: 55%; }
3950   [flex-offset-gt-xs="60"] {
3951     margin-left: 60%; }
3952   [flex-offset-gt-xs="65"] {
3953     margin-left: 65%; }
3954   [flex-offset-gt-xs="70"] {
3955     margin-left: 70%; }
3956   [flex-offset-gt-xs="75"] {
3957     margin-left: 75%; }
3958   [flex-offset-gt-xs="80"] {
3959     margin-left: 80%; }
3960   [flex-offset-gt-xs="85"] {
3961     margin-left: 85%; }
3962   [flex-offset-gt-xs="90"] {
3963     margin-left: 90%; }
3964   [flex-offset-gt-xs="95"] {
3965     margin-left: 95%; }
3966   [flex-offset-gt-xs="33"] {
3967     margin-left: calc(100% / 3); }
3968   [flex-offset-gt-xs="66"] {
3969     margin-left: calc(200% / 3); }
3970   [layout-align-gt-xs],
3971   [layout-align-gt-xs="start stretch"] {
3972     -webkit-box-pack: start;
3973     -webkit-justify-content: flex-start;
3974             justify-content: flex-start;
3975     -webkit-align-content: stretch;
3976             align-content: stretch;
3977     -webkit-box-align: stretch;
3978     -webkit-align-items: stretch;
3979             align-items: stretch; }
3980   [layout-align-gt-xs="start"],
3981   [layout-align-gt-xs="start start"],
3982   [layout-align-gt-xs="start center"],
3983   [layout-align-gt-xs="start end"],
3984   [layout-align-gt-xs="start stretch"] {
3985     -webkit-box-pack: start;
3986     -webkit-justify-content: flex-start;
3987             justify-content: flex-start; }
3988   [layout-align-gt-xs="center"],
3989   [layout-align-gt-xs="center start"],
3990   [layout-align-gt-xs="center center"],
3991   [layout-align-gt-xs="center end"],
3992   [layout-align-gt-xs="center stretch"] {
3993     -webkit-box-pack: center;
3994     -webkit-justify-content: center;
3995             justify-content: center; }
3996   [layout-align-gt-xs="end"],
3997   [layout-align-gt-xs="end center"],
3998   [layout-align-gt-xs="end start"],
3999   [layout-align-gt-xs="end end"],
4000   [layout-align-gt-xs="end stretch"] {
4001     -webkit-box-pack: end;
4002     -webkit-justify-content: flex-end;
4003             justify-content: flex-end; }
4004   [layout-align-gt-xs="space-around"],
4005   [layout-align-gt-xs="space-around center"],
4006   [layout-align-gt-xs="space-around start"],
4007   [layout-align-gt-xs="space-around end"],
4008   [layout-align-gt-xs="space-around stretch"] {
4009     -webkit-justify-content: space-around;
4010             justify-content: space-around; }
4011   [layout-align-gt-xs="space-between"],
4012   [layout-align-gt-xs="space-between center"],
4013   [layout-align-gt-xs="space-between start"],
4014   [layout-align-gt-xs="space-between end"],
4015   [layout-align-gt-xs="space-between stretch"] {
4016     -webkit-box-pack: justify;
4017     -webkit-justify-content: space-between;
4018             justify-content: space-between; }
4019   [layout-align-gt-xs="start start"],
4020   [layout-align-gt-xs="center start"],
4021   [layout-align-gt-xs="end start"],
4022   [layout-align-gt-xs="space-between start"],
4023   [layout-align-gt-xs="space-around start"] {
4024     -webkit-box-align: start;
4025     -webkit-align-items: flex-start;
4026             align-items: flex-start;
4027     -webkit-align-content: flex-start;
4028             align-content: flex-start; }
4029   [layout-align-gt-xs="start center"],
4030   [layout-align-gt-xs="center center"],
4031   [layout-align-gt-xs="end center"],
4032   [layout-align-gt-xs="space-between center"],
4033   [layout-align-gt-xs="space-around center"] {
4034     -webkit-box-align: center;
4035     -webkit-align-items: center;
4036             align-items: center;
4037     -webkit-align-content: center;
4038             align-content: center;
4039     max-width: 100%; }
4040   [layout-align-gt-xs="start center"] > *,
4041   [layout-align-gt-xs="center center"] > *,
4042   [layout-align-gt-xs="end center"] > *,
4043   [layout-align-gt-xs="space-between center"] > *,
4044   [layout-align-gt-xs="space-around center"] > * {
4045     max-width: 100%;
4046     box-sizing: border-box; }
4047   [layout-align-gt-xs="start end"],
4048   [layout-align-gt-xs="center end"],
4049   [layout-align-gt-xs="end end"],
4050   [layout-align-gt-xs="space-between end"],
4051   [layout-align-gt-xs="space-around end"] {
4052     -webkit-box-align: end;
4053     -webkit-align-items: flex-end;
4054             align-items: flex-end;
4055     -webkit-align-content: flex-end;
4056             align-content: flex-end; }
4057   [layout-align-gt-xs="start stretch"],
4058   [layout-align-gt-xs="center stretch"],
4059   [layout-align-gt-xs="end stretch"],
4060   [layout-align-gt-xs="space-between stretch"],
4061   [layout-align-gt-xs="space-around stretch"] {
4062     -webkit-box-align: stretch;
4063     -webkit-align-items: stretch;
4064             align-items: stretch;
4065     -webkit-align-content: stretch;
4066             align-content: stretch; }
4067   [flex-gt-xs] {
4068     -webkit-box-flex: 1;
4069     -webkit-flex: 1;
4070             flex: 1;
4071     box-sizing: border-box; }
4072   [flex-gt-xs-grow] {
4073     -webkit-box-flex: 1;
4074     -webkit-flex: 1 1 100%;
4075             flex: 1 1 100%;
4076     box-sizing: border-box; }
4077   [flex-gt-xs-initial] {
4078     -webkit-box-flex: 0;
4079     -webkit-flex: 0 1 auto;
4080             flex: 0 1 auto;
4081     box-sizing: border-box; }
4082   [flex-gt-xs-auto] {
4083     -webkit-box-flex: 1;
4084     -webkit-flex: 1 1 auto;
4085             flex: 1 1 auto;
4086     box-sizing: border-box; }
4087   [flex-gt-xs-none] {
4088     -webkit-box-flex: 0;
4089     -webkit-flex: 0 0 auto;
4090             flex: 0 0 auto;
4091     box-sizing: border-box; }
4092   [flex-gt-xs="0"] {
4093     -webkit-box-flex: 1;
4094     -webkit-flex: 1 1 0%;
4095             flex: 1 1 0%;
4096     max-width: 0%;
4097     max-height: 100%;
4098     box-sizing: border-box; }
4099   [layout="row"] > [flex-gt-xs="0"] {
4100     -webkit-box-flex: 1;
4101     -webkit-flex: 1 1 0%;
4102             flex: 1 1 0%;
4103     max-width: 0%;
4104     max-height: 100%;
4105     box-sizing: border-box; }
4106   [layout="column"] > [flex-gt-xs="0"] {
4107     -webkit-box-flex: 1;
4108     -webkit-flex: 1 1 0%;
4109             flex: 1 1 0%;
4110     max-width: 100%;
4111     max-height: 0%;
4112     box-sizing: border-box; }
4113   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4114     -webkit-box-flex: 1;
4115     -webkit-flex: 1 1 33.33%;
4116             flex: 1 1 33.33%;
4117     max-width: 33.33%;
4118     max-height: 100%;
4119     box-sizing: border-box; }
4120   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4121     -webkit-box-flex: 1;
4122     -webkit-flex: 1 1 66.66%;
4123             flex: 1 1 66.66%;
4124     max-width: 66.66%;
4125     max-height: 100%;
4126     box-sizing: border-box; }
4127   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4128     -webkit-box-flex: 1;
4129     -webkit-flex: 1 1 33.33%;
4130             flex: 1 1 33.33%;
4131     max-width: 100%;
4132     max-height: 33.33%;
4133     box-sizing: border-box; }
4134   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4135     -webkit-box-flex: 1;
4136     -webkit-flex: 1 1 66.66%;
4137             flex: 1 1 66.66%;
4138     max-width: 100%;
4139     max-height: 66.66%;
4140     box-sizing: border-box; }
4141   [layout-gt-xs="row"] > [flex-gt-xs="0"] {
4142     -webkit-box-flex: 1;
4143     -webkit-flex: 1 1 0%;
4144             flex: 1 1 0%;
4145     max-width: 0%;
4146     max-height: 100%;
4147     box-sizing: border-box; }
4148   [layout-gt-xs="column"] > [flex-gt-xs="0"] {
4149     -webkit-box-flex: 1;
4150     -webkit-flex: 1 1 0%;
4151             flex: 1 1 0%;
4152     max-width: 100%;
4153     max-height: 0%;
4154     box-sizing: border-box; }
4155   [flex-gt-xs="5"] {
4156     -webkit-box-flex: 1;
4157     -webkit-flex: 1 1 5%;
4158             flex: 1 1 5%;
4159     max-width: 5%;
4160     max-height: 100%;
4161     box-sizing: border-box; }
4162   [layout="row"] > [flex-gt-xs="5"] {
4163     -webkit-box-flex: 1;
4164     -webkit-flex: 1 1 5%;
4165             flex: 1 1 5%;
4166     max-width: 5%;
4167     max-height: 100%;
4168     box-sizing: border-box; }
4169   [layout="column"] > [flex-gt-xs="5"] {
4170     -webkit-box-flex: 1;
4171     -webkit-flex: 1 1 5%;
4172             flex: 1 1 5%;
4173     max-width: 100%;
4174     max-height: 5%;
4175     box-sizing: border-box; }
4176   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4177     -webkit-box-flex: 1;
4178     -webkit-flex: 1 1 33.33%;
4179             flex: 1 1 33.33%;
4180     max-width: 33.33%;
4181     max-height: 100%;
4182     box-sizing: border-box; }
4183   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4184     -webkit-box-flex: 1;
4185     -webkit-flex: 1 1 66.66%;
4186             flex: 1 1 66.66%;
4187     max-width: 66.66%;
4188     max-height: 100%;
4189     box-sizing: border-box; }
4190   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4191     -webkit-box-flex: 1;
4192     -webkit-flex: 1 1 33.33%;
4193             flex: 1 1 33.33%;
4194     max-width: 100%;
4195     max-height: 33.33%;
4196     box-sizing: border-box; }
4197   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4198     -webkit-box-flex: 1;
4199     -webkit-flex: 1 1 66.66%;
4200             flex: 1 1 66.66%;
4201     max-width: 100%;
4202     max-height: 66.66%;
4203     box-sizing: border-box; }
4204   [layout-gt-xs="row"] > [flex-gt-xs="5"] {
4205     -webkit-box-flex: 1;
4206     -webkit-flex: 1 1 5%;
4207             flex: 1 1 5%;
4208     max-width: 5%;
4209     max-height: 100%;
4210     box-sizing: border-box; }
4211   [layout-gt-xs="column"] > [flex-gt-xs="5"] {
4212     -webkit-box-flex: 1;
4213     -webkit-flex: 1 1 5%;
4214             flex: 1 1 5%;
4215     max-width: 100%;
4216     max-height: 5%;
4217     box-sizing: border-box; }
4218   [flex-gt-xs="10"] {
4219     -webkit-box-flex: 1;
4220     -webkit-flex: 1 1 10%;
4221             flex: 1 1 10%;
4222     max-width: 10%;
4223     max-height: 100%;
4224     box-sizing: border-box; }
4225   [layout="row"] > [flex-gt-xs="10"] {
4226     -webkit-box-flex: 1;
4227     -webkit-flex: 1 1 10%;
4228             flex: 1 1 10%;
4229     max-width: 10%;
4230     max-height: 100%;
4231     box-sizing: border-box; }
4232   [layout="column"] > [flex-gt-xs="10"] {
4233     -webkit-box-flex: 1;
4234     -webkit-flex: 1 1 10%;
4235             flex: 1 1 10%;
4236     max-width: 100%;
4237     max-height: 10%;
4238     box-sizing: border-box; }
4239   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4240     -webkit-box-flex: 1;
4241     -webkit-flex: 1 1 33.33%;
4242             flex: 1 1 33.33%;
4243     max-width: 33.33%;
4244     max-height: 100%;
4245     box-sizing: border-box; }
4246   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4247     -webkit-box-flex: 1;
4248     -webkit-flex: 1 1 66.66%;
4249             flex: 1 1 66.66%;
4250     max-width: 66.66%;
4251     max-height: 100%;
4252     box-sizing: border-box; }
4253   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4254     -webkit-box-flex: 1;
4255     -webkit-flex: 1 1 33.33%;
4256             flex: 1 1 33.33%;
4257     max-width: 100%;
4258     max-height: 33.33%;
4259     box-sizing: border-box; }
4260   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4261     -webkit-box-flex: 1;
4262     -webkit-flex: 1 1 66.66%;
4263             flex: 1 1 66.66%;
4264     max-width: 100%;
4265     max-height: 66.66%;
4266     box-sizing: border-box; }
4267   [layout-gt-xs="row"] > [flex-gt-xs="10"] {
4268     -webkit-box-flex: 1;
4269     -webkit-flex: 1 1 10%;
4270             flex: 1 1 10%;
4271     max-width: 10%;
4272     max-height: 100%;
4273     box-sizing: border-box; }
4274   [layout-gt-xs="column"] > [flex-gt-xs="10"] {
4275     -webkit-box-flex: 1;
4276     -webkit-flex: 1 1 10%;
4277             flex: 1 1 10%;
4278     max-width: 100%;
4279     max-height: 10%;
4280     box-sizing: border-box; }
4281   [flex-gt-xs="15"] {
4282     -webkit-box-flex: 1;
4283     -webkit-flex: 1 1 15%;
4284             flex: 1 1 15%;
4285     max-width: 15%;
4286     max-height: 100%;
4287     box-sizing: border-box; }
4288   [layout="row"] > [flex-gt-xs="15"] {
4289     -webkit-box-flex: 1;
4290     -webkit-flex: 1 1 15%;
4291             flex: 1 1 15%;
4292     max-width: 15%;
4293     max-height: 100%;
4294     box-sizing: border-box; }
4295   [layout="column"] > [flex-gt-xs="15"] {
4296     -webkit-box-flex: 1;
4297     -webkit-flex: 1 1 15%;
4298             flex: 1 1 15%;
4299     max-width: 100%;
4300     max-height: 15%;
4301     box-sizing: border-box; }
4302   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4303     -webkit-box-flex: 1;
4304     -webkit-flex: 1 1 33.33%;
4305             flex: 1 1 33.33%;
4306     max-width: 33.33%;
4307     max-height: 100%;
4308     box-sizing: border-box; }
4309   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4310     -webkit-box-flex: 1;
4311     -webkit-flex: 1 1 66.66%;
4312             flex: 1 1 66.66%;
4313     max-width: 66.66%;
4314     max-height: 100%;
4315     box-sizing: border-box; }
4316   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4317     -webkit-box-flex: 1;
4318     -webkit-flex: 1 1 33.33%;
4319             flex: 1 1 33.33%;
4320     max-width: 100%;
4321     max-height: 33.33%;
4322     box-sizing: border-box; }
4323   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4324     -webkit-box-flex: 1;
4325     -webkit-flex: 1 1 66.66%;
4326             flex: 1 1 66.66%;
4327     max-width: 100%;
4328     max-height: 66.66%;
4329     box-sizing: border-box; }
4330   [layout-gt-xs="row"] > [flex-gt-xs="15"] {
4331     -webkit-box-flex: 1;
4332     -webkit-flex: 1 1 15%;
4333             flex: 1 1 15%;
4334     max-width: 15%;
4335     max-height: 100%;
4336     box-sizing: border-box; }
4337   [layout-gt-xs="column"] > [flex-gt-xs="15"] {
4338     -webkit-box-flex: 1;
4339     -webkit-flex: 1 1 15%;
4340             flex: 1 1 15%;
4341     max-width: 100%;
4342     max-height: 15%;
4343     box-sizing: border-box; }
4344   [flex-gt-xs="20"] {
4345     -webkit-box-flex: 1;
4346     -webkit-flex: 1 1 20%;
4347             flex: 1 1 20%;
4348     max-width: 20%;
4349     max-height: 100%;
4350     box-sizing: border-box; }
4351   [layout="row"] > [flex-gt-xs="20"] {
4352     -webkit-box-flex: 1;
4353     -webkit-flex: 1 1 20%;
4354             flex: 1 1 20%;
4355     max-width: 20%;
4356     max-height: 100%;
4357     box-sizing: border-box; }
4358   [layout="column"] > [flex-gt-xs="20"] {
4359     -webkit-box-flex: 1;
4360     -webkit-flex: 1 1 20%;
4361             flex: 1 1 20%;
4362     max-width: 100%;
4363     max-height: 20%;
4364     box-sizing: border-box; }
4365   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4366     -webkit-box-flex: 1;
4367     -webkit-flex: 1 1 33.33%;
4368             flex: 1 1 33.33%;
4369     max-width: 33.33%;
4370     max-height: 100%;
4371     box-sizing: border-box; }
4372   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4373     -webkit-box-flex: 1;
4374     -webkit-flex: 1 1 66.66%;
4375             flex: 1 1 66.66%;
4376     max-width: 66.66%;
4377     max-height: 100%;
4378     box-sizing: border-box; }
4379   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4380     -webkit-box-flex: 1;
4381     -webkit-flex: 1 1 33.33%;
4382             flex: 1 1 33.33%;
4383     max-width: 100%;
4384     max-height: 33.33%;
4385     box-sizing: border-box; }
4386   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4387     -webkit-box-flex: 1;
4388     -webkit-flex: 1 1 66.66%;
4389             flex: 1 1 66.66%;
4390     max-width: 100%;
4391     max-height: 66.66%;
4392     box-sizing: border-box; }
4393   [layout-gt-xs="row"] > [flex-gt-xs="20"] {
4394     -webkit-box-flex: 1;
4395     -webkit-flex: 1 1 20%;
4396             flex: 1 1 20%;
4397     max-width: 20%;
4398     max-height: 100%;
4399     box-sizing: border-box; }
4400   [layout-gt-xs="column"] > [flex-gt-xs="20"] {
4401     -webkit-box-flex: 1;
4402     -webkit-flex: 1 1 20%;
4403             flex: 1 1 20%;
4404     max-width: 100%;
4405     max-height: 20%;
4406     box-sizing: border-box; }
4407   [flex-gt-xs="25"] {
4408     -webkit-box-flex: 1;
4409     -webkit-flex: 1 1 25%;
4410             flex: 1 1 25%;
4411     max-width: 25%;
4412     max-height: 100%;
4413     box-sizing: border-box; }
4414   [layout="row"] > [flex-gt-xs="25"] {
4415     -webkit-box-flex: 1;
4416     -webkit-flex: 1 1 25%;
4417             flex: 1 1 25%;
4418     max-width: 25%;
4419     max-height: 100%;
4420     box-sizing: border-box; }
4421   [layout="column"] > [flex-gt-xs="25"] {
4422     -webkit-box-flex: 1;
4423     -webkit-flex: 1 1 25%;
4424             flex: 1 1 25%;
4425     max-width: 100%;
4426     max-height: 25%;
4427     box-sizing: border-box; }
4428   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4429     -webkit-box-flex: 1;
4430     -webkit-flex: 1 1 33.33%;
4431             flex: 1 1 33.33%;
4432     max-width: 33.33%;
4433     max-height: 100%;
4434     box-sizing: border-box; }
4435   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4436     -webkit-box-flex: 1;
4437     -webkit-flex: 1 1 66.66%;
4438             flex: 1 1 66.66%;
4439     max-width: 66.66%;
4440     max-height: 100%;
4441     box-sizing: border-box; }
4442   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4443     -webkit-box-flex: 1;
4444     -webkit-flex: 1 1 33.33%;
4445             flex: 1 1 33.33%;
4446     max-width: 100%;
4447     max-height: 33.33%;
4448     box-sizing: border-box; }
4449   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4450     -webkit-box-flex: 1;
4451     -webkit-flex: 1 1 66.66%;
4452             flex: 1 1 66.66%;
4453     max-width: 100%;
4454     max-height: 66.66%;
4455     box-sizing: border-box; }
4456   [layout-gt-xs="row"] > [flex-gt-xs="25"] {
4457     -webkit-box-flex: 1;
4458     -webkit-flex: 1 1 25%;
4459             flex: 1 1 25%;
4460     max-width: 25%;
4461     max-height: 100%;
4462     box-sizing: border-box; }
4463   [layout-gt-xs="column"] > [flex-gt-xs="25"] {
4464     -webkit-box-flex: 1;
4465     -webkit-flex: 1 1 25%;
4466             flex: 1 1 25%;
4467     max-width: 100%;
4468     max-height: 25%;
4469     box-sizing: border-box; }
4470   [flex-gt-xs="30"] {
4471     -webkit-box-flex: 1;
4472     -webkit-flex: 1 1 30%;
4473             flex: 1 1 30%;
4474     max-width: 30%;
4475     max-height: 100%;
4476     box-sizing: border-box; }
4477   [layout="row"] > [flex-gt-xs="30"] {
4478     -webkit-box-flex: 1;
4479     -webkit-flex: 1 1 30%;
4480             flex: 1 1 30%;
4481     max-width: 30%;
4482     max-height: 100%;
4483     box-sizing: border-box; }
4484   [layout="column"] > [flex-gt-xs="30"] {
4485     -webkit-box-flex: 1;
4486     -webkit-flex: 1 1 30%;
4487             flex: 1 1 30%;
4488     max-width: 100%;
4489     max-height: 30%;
4490     box-sizing: border-box; }
4491   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4492     -webkit-box-flex: 1;
4493     -webkit-flex: 1 1 33.33%;
4494             flex: 1 1 33.33%;
4495     max-width: 33.33%;
4496     max-height: 100%;
4497     box-sizing: border-box; }
4498   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4499     -webkit-box-flex: 1;
4500     -webkit-flex: 1 1 66.66%;
4501             flex: 1 1 66.66%;
4502     max-width: 66.66%;
4503     max-height: 100%;
4504     box-sizing: border-box; }
4505   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4506     -webkit-box-flex: 1;
4507     -webkit-flex: 1 1 33.33%;
4508             flex: 1 1 33.33%;
4509     max-width: 100%;
4510     max-height: 33.33%;
4511     box-sizing: border-box; }
4512   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4513     -webkit-box-flex: 1;
4514     -webkit-flex: 1 1 66.66%;
4515             flex: 1 1 66.66%;
4516     max-width: 100%;
4517     max-height: 66.66%;
4518     box-sizing: border-box; }
4519   [layout-gt-xs="row"] > [flex-gt-xs="30"] {
4520     -webkit-box-flex: 1;
4521     -webkit-flex: 1 1 30%;
4522             flex: 1 1 30%;
4523     max-width: 30%;
4524     max-height: 100%;
4525     box-sizing: border-box; }
4526   [layout-gt-xs="column"] > [flex-gt-xs="30"] {
4527     -webkit-box-flex: 1;
4528     -webkit-flex: 1 1 30%;
4529             flex: 1 1 30%;
4530     max-width: 100%;
4531     max-height: 30%;
4532     box-sizing: border-box; }
4533   [flex-gt-xs="35"] {
4534     -webkit-box-flex: 1;
4535     -webkit-flex: 1 1 35%;
4536             flex: 1 1 35%;
4537     max-width: 35%;
4538     max-height: 100%;
4539     box-sizing: border-box; }
4540   [layout="row"] > [flex-gt-xs="35"] {
4541     -webkit-box-flex: 1;
4542     -webkit-flex: 1 1 35%;
4543             flex: 1 1 35%;
4544     max-width: 35%;
4545     max-height: 100%;
4546     box-sizing: border-box; }
4547   [layout="column"] > [flex-gt-xs="35"] {
4548     -webkit-box-flex: 1;
4549     -webkit-flex: 1 1 35%;
4550             flex: 1 1 35%;
4551     max-width: 100%;
4552     max-height: 35%;
4553     box-sizing: border-box; }
4554   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4555     -webkit-box-flex: 1;
4556     -webkit-flex: 1 1 33.33%;
4557             flex: 1 1 33.33%;
4558     max-width: 33.33%;
4559     max-height: 100%;
4560     box-sizing: border-box; }
4561   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4562     -webkit-box-flex: 1;
4563     -webkit-flex: 1 1 66.66%;
4564             flex: 1 1 66.66%;
4565     max-width: 66.66%;
4566     max-height: 100%;
4567     box-sizing: border-box; }
4568   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4569     -webkit-box-flex: 1;
4570     -webkit-flex: 1 1 33.33%;
4571             flex: 1 1 33.33%;
4572     max-width: 100%;
4573     max-height: 33.33%;
4574     box-sizing: border-box; }
4575   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4576     -webkit-box-flex: 1;
4577     -webkit-flex: 1 1 66.66%;
4578             flex: 1 1 66.66%;
4579     max-width: 100%;
4580     max-height: 66.66%;
4581     box-sizing: border-box; }
4582   [layout-gt-xs="row"] > [flex-gt-xs="35"] {
4583     -webkit-box-flex: 1;
4584     -webkit-flex: 1 1 35%;
4585             flex: 1 1 35%;
4586     max-width: 35%;
4587     max-height: 100%;
4588     box-sizing: border-box; }
4589   [layout-gt-xs="column"] > [flex-gt-xs="35"] {
4590     -webkit-box-flex: 1;
4591     -webkit-flex: 1 1 35%;
4592             flex: 1 1 35%;
4593     max-width: 100%;
4594     max-height: 35%;
4595     box-sizing: border-box; }
4596   [flex-gt-xs="40"] {
4597     -webkit-box-flex: 1;
4598     -webkit-flex: 1 1 40%;
4599             flex: 1 1 40%;
4600     max-width: 40%;
4601     max-height: 100%;
4602     box-sizing: border-box; }
4603   [layout="row"] > [flex-gt-xs="40"] {
4604     -webkit-box-flex: 1;
4605     -webkit-flex: 1 1 40%;
4606             flex: 1 1 40%;
4607     max-width: 40%;
4608     max-height: 100%;
4609     box-sizing: border-box; }
4610   [layout="column"] > [flex-gt-xs="40"] {
4611     -webkit-box-flex: 1;
4612     -webkit-flex: 1 1 40%;
4613             flex: 1 1 40%;
4614     max-width: 100%;
4615     max-height: 40%;
4616     box-sizing: border-box; }
4617   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4618     -webkit-box-flex: 1;
4619     -webkit-flex: 1 1 33.33%;
4620             flex: 1 1 33.33%;
4621     max-width: 33.33%;
4622     max-height: 100%;
4623     box-sizing: border-box; }
4624   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4625     -webkit-box-flex: 1;
4626     -webkit-flex: 1 1 66.66%;
4627             flex: 1 1 66.66%;
4628     max-width: 66.66%;
4629     max-height: 100%;
4630     box-sizing: border-box; }
4631   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4632     -webkit-box-flex: 1;
4633     -webkit-flex: 1 1 33.33%;
4634             flex: 1 1 33.33%;
4635     max-width: 100%;
4636     max-height: 33.33%;
4637     box-sizing: border-box; }
4638   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4639     -webkit-box-flex: 1;
4640     -webkit-flex: 1 1 66.66%;
4641             flex: 1 1 66.66%;
4642     max-width: 100%;
4643     max-height: 66.66%;
4644     box-sizing: border-box; }
4645   [layout-gt-xs="row"] > [flex-gt-xs="40"] {
4646     -webkit-box-flex: 1;
4647     -webkit-flex: 1 1 40%;
4648             flex: 1 1 40%;
4649     max-width: 40%;
4650     max-height: 100%;
4651     box-sizing: border-box; }
4652   [layout-gt-xs="column"] > [flex-gt-xs="40"] {
4653     -webkit-box-flex: 1;
4654     -webkit-flex: 1 1 40%;
4655             flex: 1 1 40%;
4656     max-width: 100%;
4657     max-height: 40%;
4658     box-sizing: border-box; }
4659   [flex-gt-xs="45"] {
4660     -webkit-box-flex: 1;
4661     -webkit-flex: 1 1 45%;
4662             flex: 1 1 45%;
4663     max-width: 45%;
4664     max-height: 100%;
4665     box-sizing: border-box; }
4666   [layout="row"] > [flex-gt-xs="45"] {
4667     -webkit-box-flex: 1;
4668     -webkit-flex: 1 1 45%;
4669             flex: 1 1 45%;
4670     max-width: 45%;
4671     max-height: 100%;
4672     box-sizing: border-box; }
4673   [layout="column"] > [flex-gt-xs="45"] {
4674     -webkit-box-flex: 1;
4675     -webkit-flex: 1 1 45%;
4676             flex: 1 1 45%;
4677     max-width: 100%;
4678     max-height: 45%;
4679     box-sizing: border-box; }
4680   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4681     -webkit-box-flex: 1;
4682     -webkit-flex: 1 1 33.33%;
4683             flex: 1 1 33.33%;
4684     max-width: 33.33%;
4685     max-height: 100%;
4686     box-sizing: border-box; }
4687   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4688     -webkit-box-flex: 1;
4689     -webkit-flex: 1 1 66.66%;
4690             flex: 1 1 66.66%;
4691     max-width: 66.66%;
4692     max-height: 100%;
4693     box-sizing: border-box; }
4694   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4695     -webkit-box-flex: 1;
4696     -webkit-flex: 1 1 33.33%;
4697             flex: 1 1 33.33%;
4698     max-width: 100%;
4699     max-height: 33.33%;
4700     box-sizing: border-box; }
4701   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4702     -webkit-box-flex: 1;
4703     -webkit-flex: 1 1 66.66%;
4704             flex: 1 1 66.66%;
4705     max-width: 100%;
4706     max-height: 66.66%;
4707     box-sizing: border-box; }
4708   [layout-gt-xs="row"] > [flex-gt-xs="45"] {
4709     -webkit-box-flex: 1;
4710     -webkit-flex: 1 1 45%;
4711             flex: 1 1 45%;
4712     max-width: 45%;
4713     max-height: 100%;
4714     box-sizing: border-box; }
4715   [layout-gt-xs="column"] > [flex-gt-xs="45"] {
4716     -webkit-box-flex: 1;
4717     -webkit-flex: 1 1 45%;
4718             flex: 1 1 45%;
4719     max-width: 100%;
4720     max-height: 45%;
4721     box-sizing: border-box; }
4722   [flex-gt-xs="50"] {
4723     -webkit-box-flex: 1;
4724     -webkit-flex: 1 1 50%;
4725             flex: 1 1 50%;
4726     max-width: 50%;
4727     max-height: 100%;
4728     box-sizing: border-box; }
4729   [layout="row"] > [flex-gt-xs="50"] {
4730     -webkit-box-flex: 1;
4731     -webkit-flex: 1 1 50%;
4732             flex: 1 1 50%;
4733     max-width: 50%;
4734     max-height: 100%;
4735     box-sizing: border-box; }
4736   [layout="column"] > [flex-gt-xs="50"] {
4737     -webkit-box-flex: 1;
4738     -webkit-flex: 1 1 50%;
4739             flex: 1 1 50%;
4740     max-width: 100%;
4741     max-height: 50%;
4742     box-sizing: border-box; }
4743   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4744     -webkit-box-flex: 1;
4745     -webkit-flex: 1 1 33.33%;
4746             flex: 1 1 33.33%;
4747     max-width: 33.33%;
4748     max-height: 100%;
4749     box-sizing: border-box; }
4750   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4751     -webkit-box-flex: 1;
4752     -webkit-flex: 1 1 66.66%;
4753             flex: 1 1 66.66%;
4754     max-width: 66.66%;
4755     max-height: 100%;
4756     box-sizing: border-box; }
4757   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4758     -webkit-box-flex: 1;
4759     -webkit-flex: 1 1 33.33%;
4760             flex: 1 1 33.33%;
4761     max-width: 100%;
4762     max-height: 33.33%;
4763     box-sizing: border-box; }
4764   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4765     -webkit-box-flex: 1;
4766     -webkit-flex: 1 1 66.66%;
4767             flex: 1 1 66.66%;
4768     max-width: 100%;
4769     max-height: 66.66%;
4770     box-sizing: border-box; }
4771   [layout-gt-xs="row"] > [flex-gt-xs="50"] {
4772     -webkit-box-flex: 1;
4773     -webkit-flex: 1 1 50%;
4774             flex: 1 1 50%;
4775     max-width: 50%;
4776     max-height: 100%;
4777     box-sizing: border-box; }
4778   [layout-gt-xs="column"] > [flex-gt-xs="50"] {
4779     -webkit-box-flex: 1;
4780     -webkit-flex: 1 1 50%;
4781             flex: 1 1 50%;
4782     max-width: 100%;
4783     max-height: 50%;
4784     box-sizing: border-box; }
4785   [flex-gt-xs="55"] {
4786     -webkit-box-flex: 1;
4787     -webkit-flex: 1 1 55%;
4788             flex: 1 1 55%;
4789     max-width: 55%;
4790     max-height: 100%;
4791     box-sizing: border-box; }
4792   [layout="row"] > [flex-gt-xs="55"] {
4793     -webkit-box-flex: 1;
4794     -webkit-flex: 1 1 55%;
4795             flex: 1 1 55%;
4796     max-width: 55%;
4797     max-height: 100%;
4798     box-sizing: border-box; }
4799   [layout="column"] > [flex-gt-xs="55"] {
4800     -webkit-box-flex: 1;
4801     -webkit-flex: 1 1 55%;
4802             flex: 1 1 55%;
4803     max-width: 100%;
4804     max-height: 55%;
4805     box-sizing: border-box; }
4806   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4807     -webkit-box-flex: 1;
4808     -webkit-flex: 1 1 33.33%;
4809             flex: 1 1 33.33%;
4810     max-width: 33.33%;
4811     max-height: 100%;
4812     box-sizing: border-box; }
4813   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4814     -webkit-box-flex: 1;
4815     -webkit-flex: 1 1 66.66%;
4816             flex: 1 1 66.66%;
4817     max-width: 66.66%;
4818     max-height: 100%;
4819     box-sizing: border-box; }
4820   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4821     -webkit-box-flex: 1;
4822     -webkit-flex: 1 1 33.33%;
4823             flex: 1 1 33.33%;
4824     max-width: 100%;
4825     max-height: 33.33%;
4826     box-sizing: border-box; }
4827   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4828     -webkit-box-flex: 1;
4829     -webkit-flex: 1 1 66.66%;
4830             flex: 1 1 66.66%;
4831     max-width: 100%;
4832     max-height: 66.66%;
4833     box-sizing: border-box; }
4834   [layout-gt-xs="row"] > [flex-gt-xs="55"] {
4835     -webkit-box-flex: 1;
4836     -webkit-flex: 1 1 55%;
4837             flex: 1 1 55%;
4838     max-width: 55%;
4839     max-height: 100%;
4840     box-sizing: border-box; }
4841   [layout-gt-xs="column"] > [flex-gt-xs="55"] {
4842     -webkit-box-flex: 1;
4843     -webkit-flex: 1 1 55%;
4844             flex: 1 1 55%;
4845     max-width: 100%;
4846     max-height: 55%;
4847     box-sizing: border-box; }
4848   [flex-gt-xs="60"] {
4849     -webkit-box-flex: 1;
4850     -webkit-flex: 1 1 60%;
4851             flex: 1 1 60%;
4852     max-width: 60%;
4853     max-height: 100%;
4854     box-sizing: border-box; }
4855   [layout="row"] > [flex-gt-xs="60"] {
4856     -webkit-box-flex: 1;
4857     -webkit-flex: 1 1 60%;
4858             flex: 1 1 60%;
4859     max-width: 60%;
4860     max-height: 100%;
4861     box-sizing: border-box; }
4862   [layout="column"] > [flex-gt-xs="60"] {
4863     -webkit-box-flex: 1;
4864     -webkit-flex: 1 1 60%;
4865             flex: 1 1 60%;
4866     max-width: 100%;
4867     max-height: 60%;
4868     box-sizing: border-box; }
4869   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4870     -webkit-box-flex: 1;
4871     -webkit-flex: 1 1 33.33%;
4872             flex: 1 1 33.33%;
4873     max-width: 33.33%;
4874     max-height: 100%;
4875     box-sizing: border-box; }
4876   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4877     -webkit-box-flex: 1;
4878     -webkit-flex: 1 1 66.66%;
4879             flex: 1 1 66.66%;
4880     max-width: 66.66%;
4881     max-height: 100%;
4882     box-sizing: border-box; }
4883   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4884     -webkit-box-flex: 1;
4885     -webkit-flex: 1 1 33.33%;
4886             flex: 1 1 33.33%;
4887     max-width: 100%;
4888     max-height: 33.33%;
4889     box-sizing: border-box; }
4890   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4891     -webkit-box-flex: 1;
4892     -webkit-flex: 1 1 66.66%;
4893             flex: 1 1 66.66%;
4894     max-width: 100%;
4895     max-height: 66.66%;
4896     box-sizing: border-box; }
4897   [layout-gt-xs="row"] > [flex-gt-xs="60"] {
4898     -webkit-box-flex: 1;
4899     -webkit-flex: 1 1 60%;
4900             flex: 1 1 60%;
4901     max-width: 60%;
4902     max-height: 100%;
4903     box-sizing: border-box; }
4904   [layout-gt-xs="column"] > [flex-gt-xs="60"] {
4905     -webkit-box-flex: 1;
4906     -webkit-flex: 1 1 60%;
4907             flex: 1 1 60%;
4908     max-width: 100%;
4909     max-height: 60%;
4910     box-sizing: border-box; }
4911   [flex-gt-xs="65"] {
4912     -webkit-box-flex: 1;
4913     -webkit-flex: 1 1 65%;
4914             flex: 1 1 65%;
4915     max-width: 65%;
4916     max-height: 100%;
4917     box-sizing: border-box; }
4918   [layout="row"] > [flex-gt-xs="65"] {
4919     -webkit-box-flex: 1;
4920     -webkit-flex: 1 1 65%;
4921             flex: 1 1 65%;
4922     max-width: 65%;
4923     max-height: 100%;
4924     box-sizing: border-box; }
4925   [layout="column"] > [flex-gt-xs="65"] {
4926     -webkit-box-flex: 1;
4927     -webkit-flex: 1 1 65%;
4928             flex: 1 1 65%;
4929     max-width: 100%;
4930     max-height: 65%;
4931     box-sizing: border-box; }
4932   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4933     -webkit-box-flex: 1;
4934     -webkit-flex: 1 1 33.33%;
4935             flex: 1 1 33.33%;
4936     max-width: 33.33%;
4937     max-height: 100%;
4938     box-sizing: border-box; }
4939   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
4940     -webkit-box-flex: 1;
4941     -webkit-flex: 1 1 66.66%;
4942             flex: 1 1 66.66%;
4943     max-width: 66.66%;
4944     max-height: 100%;
4945     box-sizing: border-box; }
4946   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
4947     -webkit-box-flex: 1;
4948     -webkit-flex: 1 1 33.33%;
4949             flex: 1 1 33.33%;
4950     max-width: 100%;
4951     max-height: 33.33%;
4952     box-sizing: border-box; }
4953   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
4954     -webkit-box-flex: 1;
4955     -webkit-flex: 1 1 66.66%;
4956             flex: 1 1 66.66%;
4957     max-width: 100%;
4958     max-height: 66.66%;
4959     box-sizing: border-box; }
4960   [layout-gt-xs="row"] > [flex-gt-xs="65"] {
4961     -webkit-box-flex: 1;
4962     -webkit-flex: 1 1 65%;
4963             flex: 1 1 65%;
4964     max-width: 65%;
4965     max-height: 100%;
4966     box-sizing: border-box; }
4967   [layout-gt-xs="column"] > [flex-gt-xs="65"] {
4968     -webkit-box-flex: 1;
4969     -webkit-flex: 1 1 65%;
4970             flex: 1 1 65%;
4971     max-width: 100%;
4972     max-height: 65%;
4973     box-sizing: border-box; }
4974   [flex-gt-xs="70"] {
4975     -webkit-box-flex: 1;
4976     -webkit-flex: 1 1 70%;
4977             flex: 1 1 70%;
4978     max-width: 70%;
4979     max-height: 100%;
4980     box-sizing: border-box; }
4981   [layout="row"] > [flex-gt-xs="70"] {
4982     -webkit-box-flex: 1;
4983     -webkit-flex: 1 1 70%;
4984             flex: 1 1 70%;
4985     max-width: 70%;
4986     max-height: 100%;
4987     box-sizing: border-box; }
4988   [layout="column"] > [flex-gt-xs="70"] {
4989     -webkit-box-flex: 1;
4990     -webkit-flex: 1 1 70%;
4991             flex: 1 1 70%;
4992     max-width: 100%;
4993     max-height: 70%;
4994     box-sizing: border-box; }
4995   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
4996     -webkit-box-flex: 1;
4997     -webkit-flex: 1 1 33.33%;
4998             flex: 1 1 33.33%;
4999     max-width: 33.33%;
5000     max-height: 100%;
5001     box-sizing: border-box; }
5002   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5003     -webkit-box-flex: 1;
5004     -webkit-flex: 1 1 66.66%;
5005             flex: 1 1 66.66%;
5006     max-width: 66.66%;
5007     max-height: 100%;
5008     box-sizing: border-box; }
5009   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5010     -webkit-box-flex: 1;
5011     -webkit-flex: 1 1 33.33%;
5012             flex: 1 1 33.33%;
5013     max-width: 100%;
5014     max-height: 33.33%;
5015     box-sizing: border-box; }
5016   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5017     -webkit-box-flex: 1;
5018     -webkit-flex: 1 1 66.66%;
5019             flex: 1 1 66.66%;
5020     max-width: 100%;
5021     max-height: 66.66%;
5022     box-sizing: border-box; }
5023   [layout-gt-xs="row"] > [flex-gt-xs="70"] {
5024     -webkit-box-flex: 1;
5025     -webkit-flex: 1 1 70%;
5026             flex: 1 1 70%;
5027     max-width: 70%;
5028     max-height: 100%;
5029     box-sizing: border-box; }
5030   [layout-gt-xs="column"] > [flex-gt-xs="70"] {
5031     -webkit-box-flex: 1;
5032     -webkit-flex: 1 1 70%;
5033             flex: 1 1 70%;
5034     max-width: 100%;
5035     max-height: 70%;
5036     box-sizing: border-box; }
5037   [flex-gt-xs="75"] {
5038     -webkit-box-flex: 1;
5039     -webkit-flex: 1 1 75%;
5040             flex: 1 1 75%;
5041     max-width: 75%;
5042     max-height: 100%;
5043     box-sizing: border-box; }
5044   [layout="row"] > [flex-gt-xs="75"] {
5045     -webkit-box-flex: 1;
5046     -webkit-flex: 1 1 75%;
5047             flex: 1 1 75%;
5048     max-width: 75%;
5049     max-height: 100%;
5050     box-sizing: border-box; }
5051   [layout="column"] > [flex-gt-xs="75"] {
5052     -webkit-box-flex: 1;
5053     -webkit-flex: 1 1 75%;
5054             flex: 1 1 75%;
5055     max-width: 100%;
5056     max-height: 75%;
5057     box-sizing: border-box; }
5058   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5059     -webkit-box-flex: 1;
5060     -webkit-flex: 1 1 33.33%;
5061             flex: 1 1 33.33%;
5062     max-width: 33.33%;
5063     max-height: 100%;
5064     box-sizing: border-box; }
5065   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5066     -webkit-box-flex: 1;
5067     -webkit-flex: 1 1 66.66%;
5068             flex: 1 1 66.66%;
5069     max-width: 66.66%;
5070     max-height: 100%;
5071     box-sizing: border-box; }
5072   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5073     -webkit-box-flex: 1;
5074     -webkit-flex: 1 1 33.33%;
5075             flex: 1 1 33.33%;
5076     max-width: 100%;
5077     max-height: 33.33%;
5078     box-sizing: border-box; }
5079   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5080     -webkit-box-flex: 1;
5081     -webkit-flex: 1 1 66.66%;
5082             flex: 1 1 66.66%;
5083     max-width: 100%;
5084     max-height: 66.66%;
5085     box-sizing: border-box; }
5086   [layout-gt-xs="row"] > [flex-gt-xs="75"] {
5087     -webkit-box-flex: 1;
5088     -webkit-flex: 1 1 75%;
5089             flex: 1 1 75%;
5090     max-width: 75%;
5091     max-height: 100%;
5092     box-sizing: border-box; }
5093   [layout-gt-xs="column"] > [flex-gt-xs="75"] {
5094     -webkit-box-flex: 1;
5095     -webkit-flex: 1 1 75%;
5096             flex: 1 1 75%;
5097     max-width: 100%;
5098     max-height: 75%;
5099     box-sizing: border-box; }
5100   [flex-gt-xs="80"] {
5101     -webkit-box-flex: 1;
5102     -webkit-flex: 1 1 80%;
5103             flex: 1 1 80%;
5104     max-width: 80%;
5105     max-height: 100%;
5106     box-sizing: border-box; }
5107   [layout="row"] > [flex-gt-xs="80"] {
5108     -webkit-box-flex: 1;
5109     -webkit-flex: 1 1 80%;
5110             flex: 1 1 80%;
5111     max-width: 80%;
5112     max-height: 100%;
5113     box-sizing: border-box; }
5114   [layout="column"] > [flex-gt-xs="80"] {
5115     -webkit-box-flex: 1;
5116     -webkit-flex: 1 1 80%;
5117             flex: 1 1 80%;
5118     max-width: 100%;
5119     max-height: 80%;
5120     box-sizing: border-box; }
5121   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5122     -webkit-box-flex: 1;
5123     -webkit-flex: 1 1 33.33%;
5124             flex: 1 1 33.33%;
5125     max-width: 33.33%;
5126     max-height: 100%;
5127     box-sizing: border-box; }
5128   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5129     -webkit-box-flex: 1;
5130     -webkit-flex: 1 1 66.66%;
5131             flex: 1 1 66.66%;
5132     max-width: 66.66%;
5133     max-height: 100%;
5134     box-sizing: border-box; }
5135   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5136     -webkit-box-flex: 1;
5137     -webkit-flex: 1 1 33.33%;
5138             flex: 1 1 33.33%;
5139     max-width: 100%;
5140     max-height: 33.33%;
5141     box-sizing: border-box; }
5142   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5143     -webkit-box-flex: 1;
5144     -webkit-flex: 1 1 66.66%;
5145             flex: 1 1 66.66%;
5146     max-width: 100%;
5147     max-height: 66.66%;
5148     box-sizing: border-box; }
5149   [layout-gt-xs="row"] > [flex-gt-xs="80"] {
5150     -webkit-box-flex: 1;
5151     -webkit-flex: 1 1 80%;
5152             flex: 1 1 80%;
5153     max-width: 80%;
5154     max-height: 100%;
5155     box-sizing: border-box; }
5156   [layout-gt-xs="column"] > [flex-gt-xs="80"] {
5157     -webkit-box-flex: 1;
5158     -webkit-flex: 1 1 80%;
5159             flex: 1 1 80%;
5160     max-width: 100%;
5161     max-height: 80%;
5162     box-sizing: border-box; }
5163   [flex-gt-xs="85"] {
5164     -webkit-box-flex: 1;
5165     -webkit-flex: 1 1 85%;
5166             flex: 1 1 85%;
5167     max-width: 85%;
5168     max-height: 100%;
5169     box-sizing: border-box; }
5170   [layout="row"] > [flex-gt-xs="85"] {
5171     -webkit-box-flex: 1;
5172     -webkit-flex: 1 1 85%;
5173             flex: 1 1 85%;
5174     max-width: 85%;
5175     max-height: 100%;
5176     box-sizing: border-box; }
5177   [layout="column"] > [flex-gt-xs="85"] {
5178     -webkit-box-flex: 1;
5179     -webkit-flex: 1 1 85%;
5180             flex: 1 1 85%;
5181     max-width: 100%;
5182     max-height: 85%;
5183     box-sizing: border-box; }
5184   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5185     -webkit-box-flex: 1;
5186     -webkit-flex: 1 1 33.33%;
5187             flex: 1 1 33.33%;
5188     max-width: 33.33%;
5189     max-height: 100%;
5190     box-sizing: border-box; }
5191   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5192     -webkit-box-flex: 1;
5193     -webkit-flex: 1 1 66.66%;
5194             flex: 1 1 66.66%;
5195     max-width: 66.66%;
5196     max-height: 100%;
5197     box-sizing: border-box; }
5198   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5199     -webkit-box-flex: 1;
5200     -webkit-flex: 1 1 33.33%;
5201             flex: 1 1 33.33%;
5202     max-width: 100%;
5203     max-height: 33.33%;
5204     box-sizing: border-box; }
5205   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5206     -webkit-box-flex: 1;
5207     -webkit-flex: 1 1 66.66%;
5208             flex: 1 1 66.66%;
5209     max-width: 100%;
5210     max-height: 66.66%;
5211     box-sizing: border-box; }
5212   [layout-gt-xs="row"] > [flex-gt-xs="85"] {
5213     -webkit-box-flex: 1;
5214     -webkit-flex: 1 1 85%;
5215             flex: 1 1 85%;
5216     max-width: 85%;
5217     max-height: 100%;
5218     box-sizing: border-box; }
5219   [layout-gt-xs="column"] > [flex-gt-xs="85"] {
5220     -webkit-box-flex: 1;
5221     -webkit-flex: 1 1 85%;
5222             flex: 1 1 85%;
5223     max-width: 100%;
5224     max-height: 85%;
5225     box-sizing: border-box; }
5226   [flex-gt-xs="90"] {
5227     -webkit-box-flex: 1;
5228     -webkit-flex: 1 1 90%;
5229             flex: 1 1 90%;
5230     max-width: 90%;
5231     max-height: 100%;
5232     box-sizing: border-box; }
5233   [layout="row"] > [flex-gt-xs="90"] {
5234     -webkit-box-flex: 1;
5235     -webkit-flex: 1 1 90%;
5236             flex: 1 1 90%;
5237     max-width: 90%;
5238     max-height: 100%;
5239     box-sizing: border-box; }
5240   [layout="column"] > [flex-gt-xs="90"] {
5241     -webkit-box-flex: 1;
5242     -webkit-flex: 1 1 90%;
5243             flex: 1 1 90%;
5244     max-width: 100%;
5245     max-height: 90%;
5246     box-sizing: border-box; }
5247   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5248     -webkit-box-flex: 1;
5249     -webkit-flex: 1 1 33.33%;
5250             flex: 1 1 33.33%;
5251     max-width: 33.33%;
5252     max-height: 100%;
5253     box-sizing: border-box; }
5254   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5255     -webkit-box-flex: 1;
5256     -webkit-flex: 1 1 66.66%;
5257             flex: 1 1 66.66%;
5258     max-width: 66.66%;
5259     max-height: 100%;
5260     box-sizing: border-box; }
5261   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5262     -webkit-box-flex: 1;
5263     -webkit-flex: 1 1 33.33%;
5264             flex: 1 1 33.33%;
5265     max-width: 100%;
5266     max-height: 33.33%;
5267     box-sizing: border-box; }
5268   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5269     -webkit-box-flex: 1;
5270     -webkit-flex: 1 1 66.66%;
5271             flex: 1 1 66.66%;
5272     max-width: 100%;
5273     max-height: 66.66%;
5274     box-sizing: border-box; }
5275   [layout-gt-xs="row"] > [flex-gt-xs="90"] {
5276     -webkit-box-flex: 1;
5277     -webkit-flex: 1 1 90%;
5278             flex: 1 1 90%;
5279     max-width: 90%;
5280     max-height: 100%;
5281     box-sizing: border-box; }
5282   [layout-gt-xs="column"] > [flex-gt-xs="90"] {
5283     -webkit-box-flex: 1;
5284     -webkit-flex: 1 1 90%;
5285             flex: 1 1 90%;
5286     max-width: 100%;
5287     max-height: 90%;
5288     box-sizing: border-box; }
5289   [flex-gt-xs="95"] {
5290     -webkit-box-flex: 1;
5291     -webkit-flex: 1 1 95%;
5292             flex: 1 1 95%;
5293     max-width: 95%;
5294     max-height: 100%;
5295     box-sizing: border-box; }
5296   [layout="row"] > [flex-gt-xs="95"] {
5297     -webkit-box-flex: 1;
5298     -webkit-flex: 1 1 95%;
5299             flex: 1 1 95%;
5300     max-width: 95%;
5301     max-height: 100%;
5302     box-sizing: border-box; }
5303   [layout="column"] > [flex-gt-xs="95"] {
5304     -webkit-box-flex: 1;
5305     -webkit-flex: 1 1 95%;
5306             flex: 1 1 95%;
5307     max-width: 100%;
5308     max-height: 95%;
5309     box-sizing: border-box; }
5310   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5311     -webkit-box-flex: 1;
5312     -webkit-flex: 1 1 33.33%;
5313             flex: 1 1 33.33%;
5314     max-width: 33.33%;
5315     max-height: 100%;
5316     box-sizing: border-box; }
5317   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5318     -webkit-box-flex: 1;
5319     -webkit-flex: 1 1 66.66%;
5320             flex: 1 1 66.66%;
5321     max-width: 66.66%;
5322     max-height: 100%;
5323     box-sizing: border-box; }
5324   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5325     -webkit-box-flex: 1;
5326     -webkit-flex: 1 1 33.33%;
5327             flex: 1 1 33.33%;
5328     max-width: 100%;
5329     max-height: 33.33%;
5330     box-sizing: border-box; }
5331   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5332     -webkit-box-flex: 1;
5333     -webkit-flex: 1 1 66.66%;
5334             flex: 1 1 66.66%;
5335     max-width: 100%;
5336     max-height: 66.66%;
5337     box-sizing: border-box; }
5338   [layout-gt-xs="row"] > [flex-gt-xs="95"] {
5339     -webkit-box-flex: 1;
5340     -webkit-flex: 1 1 95%;
5341             flex: 1 1 95%;
5342     max-width: 95%;
5343     max-height: 100%;
5344     box-sizing: border-box; }
5345   [layout-gt-xs="column"] > [flex-gt-xs="95"] {
5346     -webkit-box-flex: 1;
5347     -webkit-flex: 1 1 95%;
5348             flex: 1 1 95%;
5349     max-width: 100%;
5350     max-height: 95%;
5351     box-sizing: border-box; }
5352   [flex-gt-xs="100"] {
5353     -webkit-box-flex: 1;
5354     -webkit-flex: 1 1 100%;
5355             flex: 1 1 100%;
5356     max-width: 100%;
5357     max-height: 100%;
5358     box-sizing: border-box; }
5359   [layout="row"] > [flex-gt-xs="100"] {
5360     -webkit-box-flex: 1;
5361     -webkit-flex: 1 1 100%;
5362             flex: 1 1 100%;
5363     max-width: 100%;
5364     max-height: 100%;
5365     box-sizing: border-box; }
5366   [layout="column"] > [flex-gt-xs="100"] {
5367     -webkit-box-flex: 1;
5368     -webkit-flex: 1 1 100%;
5369             flex: 1 1 100%;
5370     max-width: 100%;
5371     max-height: 100%;
5372     box-sizing: border-box; }
5373   [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"] {
5374     -webkit-box-flex: 1;
5375     -webkit-flex: 1 1 33.33%;
5376             flex: 1 1 33.33%;
5377     max-width: 33.33%;
5378     max-height: 100%;
5379     box-sizing: border-box; }
5380   [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"] {
5381     -webkit-box-flex: 1;
5382     -webkit-flex: 1 1 66.66%;
5383             flex: 1 1 66.66%;
5384     max-width: 66.66%;
5385     max-height: 100%;
5386     box-sizing: border-box; }
5387   [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"] {
5388     -webkit-box-flex: 1;
5389     -webkit-flex: 1 1 33.33%;
5390             flex: 1 1 33.33%;
5391     max-width: 100%;
5392     max-height: 33.33%;
5393     box-sizing: border-box; }
5394   [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"] {
5395     -webkit-box-flex: 1;
5396     -webkit-flex: 1 1 66.66%;
5397             flex: 1 1 66.66%;
5398     max-width: 100%;
5399     max-height: 66.66%;
5400     box-sizing: border-box; }
5401   [layout-gt-xs="row"] > [flex-gt-xs="100"] {
5402     -webkit-box-flex: 1;
5403     -webkit-flex: 1 1 100%;
5404             flex: 1 1 100%;
5405     max-width: 100%;
5406     max-height: 100%;
5407     box-sizing: border-box; }
5408   [layout-gt-xs="column"] > [flex-gt-xs="100"] {
5409     -webkit-box-flex: 1;
5410     -webkit-flex: 1 1 100%;
5411             flex: 1 1 100%;
5412     max-width: 100%;
5413     max-height: 100%;
5414     box-sizing: border-box; }
5415   [layout-gt-xs="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"] {
5416     -webkit-box-flex: 1;
5417     -webkit-flex: 1 1 33.33%;
5418             flex: 1 1 33.33%;
5419     max-width: 33.33%;
5420     max-height: 100%;
5421     box-sizing: border-box; }
5422   [layout-gt-xs="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"] {
5423     -webkit-box-flex: 1;
5424     -webkit-flex: 1 1 66.66%;
5425             flex: 1 1 66.66%;
5426     max-width: 66.66%;
5427     max-height: 100%;
5428     box-sizing: border-box; }
5429   [layout-gt-xs="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"] {
5430     -webkit-box-flex: 1;
5431     -webkit-flex: 1 1 33.33%;
5432             flex: 1 1 33.33%;
5433     max-width: 100%;
5434     max-height: 33.33%;
5435     box-sizing: border-box; }
5436   [layout-gt-xs="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"] {
5437     -webkit-box-flex: 1;
5438     -webkit-flex: 1 1 66.66%;
5439             flex: 1 1 66.66%;
5440     max-width: 100%;
5441     max-height: 66.66%;
5442     box-sizing: border-box; }
5443   [layout-gt-xs], [layout-gt-xs="column"], [layout-gt-xs="row"] {
5444     box-sizing: border-box;
5445     display: -webkit-box;
5446     display: -webkit-flex;
5447     display: flex; }
5448   [layout-gt-xs="column"] {
5449     -webkit-box-orient: vertical;
5450     -webkit-box-direction: normal;
5451     -webkit-flex-direction: column;
5452             flex-direction: column; }
5453   [layout-gt-xs="row"] {
5454     -webkit-box-orient: horizontal;
5455     -webkit-box-direction: normal;
5456     -webkit-flex-direction: row;
5457             flex-direction: row; } }
5458
5459 @media (min-width: 600px) and (max-width: 959px) {
5460   [hide]:not([show-gt-xs]):not([show-sm]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
5461     display: none; }
5462   [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]) {
5463     display: none; }
5464   [flex-order-sm="-20"] {
5465     -webkit-box-ordinal-group: -19;
5466     -webkit-order: -20;
5467             order: -20; }
5468   [flex-order-sm="-19"] {
5469     -webkit-box-ordinal-group: -18;
5470     -webkit-order: -19;
5471             order: -19; }
5472   [flex-order-sm="-18"] {
5473     -webkit-box-ordinal-group: -17;
5474     -webkit-order: -18;
5475             order: -18; }
5476   [flex-order-sm="-17"] {
5477     -webkit-box-ordinal-group: -16;
5478     -webkit-order: -17;
5479             order: -17; }
5480   [flex-order-sm="-16"] {
5481     -webkit-box-ordinal-group: -15;
5482     -webkit-order: -16;
5483             order: -16; }
5484   [flex-order-sm="-15"] {
5485     -webkit-box-ordinal-group: -14;
5486     -webkit-order: -15;
5487             order: -15; }
5488   [flex-order-sm="-14"] {
5489     -webkit-box-ordinal-group: -13;
5490     -webkit-order: -14;
5491             order: -14; }
5492   [flex-order-sm="-13"] {
5493     -webkit-box-ordinal-group: -12;
5494     -webkit-order: -13;
5495             order: -13; }
5496   [flex-order-sm="-12"] {
5497     -webkit-box-ordinal-group: -11;
5498     -webkit-order: -12;
5499             order: -12; }
5500   [flex-order-sm="-11"] {
5501     -webkit-box-ordinal-group: -10;
5502     -webkit-order: -11;
5503             order: -11; }
5504   [flex-order-sm="-10"] {
5505     -webkit-box-ordinal-group: -9;
5506     -webkit-order: -10;
5507             order: -10; }
5508   [flex-order-sm="-9"] {
5509     -webkit-box-ordinal-group: -8;
5510     -webkit-order: -9;
5511             order: -9; }
5512   [flex-order-sm="-8"] {
5513     -webkit-box-ordinal-group: -7;
5514     -webkit-order: -8;
5515             order: -8; }
5516   [flex-order-sm="-7"] {
5517     -webkit-box-ordinal-group: -6;
5518     -webkit-order: -7;
5519             order: -7; }
5520   [flex-order-sm="-6"] {
5521     -webkit-box-ordinal-group: -5;
5522     -webkit-order: -6;
5523             order: -6; }
5524   [flex-order-sm="-5"] {
5525     -webkit-box-ordinal-group: -4;
5526     -webkit-order: -5;
5527             order: -5; }
5528   [flex-order-sm="-4"] {
5529     -webkit-box-ordinal-group: -3;
5530     -webkit-order: -4;
5531             order: -4; }
5532   [flex-order-sm="-3"] {
5533     -webkit-box-ordinal-group: -2;
5534     -webkit-order: -3;
5535             order: -3; }
5536   [flex-order-sm="-2"] {
5537     -webkit-box-ordinal-group: -1;
5538     -webkit-order: -2;
5539             order: -2; }
5540   [flex-order-sm="-1"] {
5541     -webkit-box-ordinal-group: 0;
5542     -webkit-order: -1;
5543             order: -1; }
5544   [flex-order-sm="0"] {
5545     -webkit-box-ordinal-group: 1;
5546     -webkit-order: 0;
5547             order: 0; }
5548   [flex-order-sm="1"] {
5549     -webkit-box-ordinal-group: 2;
5550     -webkit-order: 1;
5551             order: 1; }
5552   [flex-order-sm="2"] {
5553     -webkit-box-ordinal-group: 3;
5554     -webkit-order: 2;
5555             order: 2; }
5556   [flex-order-sm="3"] {
5557     -webkit-box-ordinal-group: 4;
5558     -webkit-order: 3;
5559             order: 3; }
5560   [flex-order-sm="4"] {
5561     -webkit-box-ordinal-group: 5;
5562     -webkit-order: 4;
5563             order: 4; }
5564   [flex-order-sm="5"] {
5565     -webkit-box-ordinal-group: 6;
5566     -webkit-order: 5;
5567             order: 5; }
5568   [flex-order-sm="6"] {
5569     -webkit-box-ordinal-group: 7;
5570     -webkit-order: 6;
5571             order: 6; }
5572   [flex-order-sm="7"] {
5573     -webkit-box-ordinal-group: 8;
5574     -webkit-order: 7;
5575             order: 7; }
5576   [flex-order-sm="8"] {
5577     -webkit-box-ordinal-group: 9;
5578     -webkit-order: 8;
5579             order: 8; }
5580   [flex-order-sm="9"] {
5581     -webkit-box-ordinal-group: 10;
5582     -webkit-order: 9;
5583             order: 9; }
5584   [flex-order-sm="10"] {
5585     -webkit-box-ordinal-group: 11;
5586     -webkit-order: 10;
5587             order: 10; }
5588   [flex-order-sm="11"] {
5589     -webkit-box-ordinal-group: 12;
5590     -webkit-order: 11;
5591             order: 11; }
5592   [flex-order-sm="12"] {
5593     -webkit-box-ordinal-group: 13;
5594     -webkit-order: 12;
5595             order: 12; }
5596   [flex-order-sm="13"] {
5597     -webkit-box-ordinal-group: 14;
5598     -webkit-order: 13;
5599             order: 13; }
5600   [flex-order-sm="14"] {
5601     -webkit-box-ordinal-group: 15;
5602     -webkit-order: 14;
5603             order: 14; }
5604   [flex-order-sm="15"] {
5605     -webkit-box-ordinal-group: 16;
5606     -webkit-order: 15;
5607             order: 15; }
5608   [flex-order-sm="16"] {
5609     -webkit-box-ordinal-group: 17;
5610     -webkit-order: 16;
5611             order: 16; }
5612   [flex-order-sm="17"] {
5613     -webkit-box-ordinal-group: 18;
5614     -webkit-order: 17;
5615             order: 17; }
5616   [flex-order-sm="18"] {
5617     -webkit-box-ordinal-group: 19;
5618     -webkit-order: 18;
5619             order: 18; }
5620   [flex-order-sm="19"] {
5621     -webkit-box-ordinal-group: 20;
5622     -webkit-order: 19;
5623             order: 19; }
5624   [flex-order-sm="20"] {
5625     -webkit-box-ordinal-group: 21;
5626     -webkit-order: 20;
5627             order: 20; }
5628   [flex-offset-sm="0"] {
5629     margin-left: 0%; }
5630   [flex-offset-sm="5"] {
5631     margin-left: 5%; }
5632   [flex-offset-sm="10"] {
5633     margin-left: 10%; }
5634   [flex-offset-sm="15"] {
5635     margin-left: 15%; }
5636   [flex-offset-sm="20"] {
5637     margin-left: 20%; }
5638   [flex-offset-sm="25"] {
5639     margin-left: 25%; }
5640   [flex-offset-sm="30"] {
5641     margin-left: 30%; }
5642   [flex-offset-sm="35"] {
5643     margin-left: 35%; }
5644   [flex-offset-sm="40"] {
5645     margin-left: 40%; }
5646   [flex-offset-sm="45"] {
5647     margin-left: 45%; }
5648   [flex-offset-sm="50"] {
5649     margin-left: 50%; }
5650   [flex-offset-sm="55"] {
5651     margin-left: 55%; }
5652   [flex-offset-sm="60"] {
5653     margin-left: 60%; }
5654   [flex-offset-sm="65"] {
5655     margin-left: 65%; }
5656   [flex-offset-sm="70"] {
5657     margin-left: 70%; }
5658   [flex-offset-sm="75"] {
5659     margin-left: 75%; }
5660   [flex-offset-sm="80"] {
5661     margin-left: 80%; }
5662   [flex-offset-sm="85"] {
5663     margin-left: 85%; }
5664   [flex-offset-sm="90"] {
5665     margin-left: 90%; }
5666   [flex-offset-sm="95"] {
5667     margin-left: 95%; }
5668   [flex-offset-sm="33"] {
5669     margin-left: calc(100% / 3); }
5670   [flex-offset-sm="66"] {
5671     margin-left: calc(200% / 3); }
5672   [layout-align-sm],
5673   [layout-align-sm="start stretch"] {
5674     -webkit-box-pack: start;
5675     -webkit-justify-content: flex-start;
5676             justify-content: flex-start;
5677     -webkit-align-content: stretch;
5678             align-content: stretch;
5679     -webkit-box-align: stretch;
5680     -webkit-align-items: stretch;
5681             align-items: stretch; }
5682   [layout-align-sm="start"],
5683   [layout-align-sm="start start"],
5684   [layout-align-sm="start center"],
5685   [layout-align-sm="start end"],
5686   [layout-align-sm="start stretch"] {
5687     -webkit-box-pack: start;
5688     -webkit-justify-content: flex-start;
5689             justify-content: flex-start; }
5690   [layout-align-sm="center"],
5691   [layout-align-sm="center start"],
5692   [layout-align-sm="center center"],
5693   [layout-align-sm="center end"],
5694   [layout-align-sm="center stretch"] {
5695     -webkit-box-pack: center;
5696     -webkit-justify-content: center;
5697             justify-content: center; }
5698   [layout-align-sm="end"],
5699   [layout-align-sm="end center"],
5700   [layout-align-sm="end start"],
5701   [layout-align-sm="end end"],
5702   [layout-align-sm="end stretch"] {
5703     -webkit-box-pack: end;
5704     -webkit-justify-content: flex-end;
5705             justify-content: flex-end; }
5706   [layout-align-sm="space-around"],
5707   [layout-align-sm="space-around center"],
5708   [layout-align-sm="space-around start"],
5709   [layout-align-sm="space-around end"],
5710   [layout-align-sm="space-around stretch"] {
5711     -webkit-justify-content: space-around;
5712             justify-content: space-around; }
5713   [layout-align-sm="space-between"],
5714   [layout-align-sm="space-between center"],
5715   [layout-align-sm="space-between start"],
5716   [layout-align-sm="space-between end"],
5717   [layout-align-sm="space-between stretch"] {
5718     -webkit-box-pack: justify;
5719     -webkit-justify-content: space-between;
5720             justify-content: space-between; }
5721   [layout-align-sm="start start"],
5722   [layout-align-sm="center start"],
5723   [layout-align-sm="end start"],
5724   [layout-align-sm="space-between start"],
5725   [layout-align-sm="space-around start"] {
5726     -webkit-box-align: start;
5727     -webkit-align-items: flex-start;
5728             align-items: flex-start;
5729     -webkit-align-content: flex-start;
5730             align-content: flex-start; }
5731   [layout-align-sm="start center"],
5732   [layout-align-sm="center center"],
5733   [layout-align-sm="end center"],
5734   [layout-align-sm="space-between center"],
5735   [layout-align-sm="space-around center"] {
5736     -webkit-box-align: center;
5737     -webkit-align-items: center;
5738             align-items: center;
5739     -webkit-align-content: center;
5740             align-content: center;
5741     max-width: 100%; }
5742   [layout-align-sm="start center"] > *,
5743   [layout-align-sm="center center"] > *,
5744   [layout-align-sm="end center"] > *,
5745   [layout-align-sm="space-between center"] > *,
5746   [layout-align-sm="space-around center"] > * {
5747     max-width: 100%;
5748     box-sizing: border-box; }
5749   [layout-align-sm="start end"],
5750   [layout-align-sm="center end"],
5751   [layout-align-sm="end end"],
5752   [layout-align-sm="space-between end"],
5753   [layout-align-sm="space-around end"] {
5754     -webkit-box-align: end;
5755     -webkit-align-items: flex-end;
5756             align-items: flex-end;
5757     -webkit-align-content: flex-end;
5758             align-content: flex-end; }
5759   [layout-align-sm="start stretch"],
5760   [layout-align-sm="center stretch"],
5761   [layout-align-sm="end stretch"],
5762   [layout-align-sm="space-between stretch"],
5763   [layout-align-sm="space-around stretch"] {
5764     -webkit-box-align: stretch;
5765     -webkit-align-items: stretch;
5766             align-items: stretch;
5767     -webkit-align-content: stretch;
5768             align-content: stretch; }
5769   [flex-sm] {
5770     -webkit-box-flex: 1;
5771     -webkit-flex: 1;
5772             flex: 1;
5773     box-sizing: border-box; }
5774   [flex-sm-grow] {
5775     -webkit-box-flex: 1;
5776     -webkit-flex: 1 1 100%;
5777             flex: 1 1 100%;
5778     box-sizing: border-box; }
5779   [flex-sm-initial] {
5780     -webkit-box-flex: 0;
5781     -webkit-flex: 0 1 auto;
5782             flex: 0 1 auto;
5783     box-sizing: border-box; }
5784   [flex-sm-auto] {
5785     -webkit-box-flex: 1;
5786     -webkit-flex: 1 1 auto;
5787             flex: 1 1 auto;
5788     box-sizing: border-box; }
5789   [flex-sm-none] {
5790     -webkit-box-flex: 0;
5791     -webkit-flex: 0 0 auto;
5792             flex: 0 0 auto;
5793     box-sizing: border-box; }
5794   [flex-sm="0"] {
5795     -webkit-box-flex: 1;
5796     -webkit-flex: 1 1 0%;
5797             flex: 1 1 0%;
5798     max-width: 0%;
5799     max-height: 100%;
5800     box-sizing: border-box; }
5801   [layout="row"] > [flex-sm="0"] {
5802     -webkit-box-flex: 1;
5803     -webkit-flex: 1 1 0%;
5804             flex: 1 1 0%;
5805     max-width: 0%;
5806     max-height: 100%;
5807     box-sizing: border-box; }
5808   [layout="column"] > [flex-sm="0"] {
5809     -webkit-box-flex: 1;
5810     -webkit-flex: 1 1 0%;
5811             flex: 1 1 0%;
5812     max-width: 100%;
5813     max-height: 0%;
5814     box-sizing: border-box; }
5815   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
5816     -webkit-box-flex: 1;
5817     -webkit-flex: 1 1 33.33%;
5818             flex: 1 1 33.33%;
5819     max-width: 33.33%;
5820     max-height: 100%;
5821     box-sizing: border-box; }
5822   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
5823     -webkit-box-flex: 1;
5824     -webkit-flex: 1 1 66.66%;
5825             flex: 1 1 66.66%;
5826     max-width: 66.66%;
5827     max-height: 100%;
5828     box-sizing: border-box; }
5829   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
5830     -webkit-box-flex: 1;
5831     -webkit-flex: 1 1 33.33%;
5832             flex: 1 1 33.33%;
5833     max-width: 100%;
5834     max-height: 33.33%;
5835     box-sizing: border-box; }
5836   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
5837     -webkit-box-flex: 1;
5838     -webkit-flex: 1 1 66.66%;
5839             flex: 1 1 66.66%;
5840     max-width: 100%;
5841     max-height: 66.66%;
5842     box-sizing: border-box; }
5843   [layout-sm="row"] > [flex-sm="0"] {
5844     -webkit-box-flex: 1;
5845     -webkit-flex: 1 1 0%;
5846             flex: 1 1 0%;
5847     max-width: 0%;
5848     max-height: 100%;
5849     box-sizing: border-box; }
5850   [layout-sm="column"] > [flex-sm="0"] {
5851     -webkit-box-flex: 1;
5852     -webkit-flex: 1 1 0%;
5853             flex: 1 1 0%;
5854     max-width: 100%;
5855     max-height: 0%;
5856     box-sizing: border-box; }
5857   [flex-sm="5"] {
5858     -webkit-box-flex: 1;
5859     -webkit-flex: 1 1 5%;
5860             flex: 1 1 5%;
5861     max-width: 5%;
5862     max-height: 100%;
5863     box-sizing: border-box; }
5864   [layout="row"] > [flex-sm="5"] {
5865     -webkit-box-flex: 1;
5866     -webkit-flex: 1 1 5%;
5867             flex: 1 1 5%;
5868     max-width: 5%;
5869     max-height: 100%;
5870     box-sizing: border-box; }
5871   [layout="column"] > [flex-sm="5"] {
5872     -webkit-box-flex: 1;
5873     -webkit-flex: 1 1 5%;
5874             flex: 1 1 5%;
5875     max-width: 100%;
5876     max-height: 5%;
5877     box-sizing: border-box; }
5878   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
5879     -webkit-box-flex: 1;
5880     -webkit-flex: 1 1 33.33%;
5881             flex: 1 1 33.33%;
5882     max-width: 33.33%;
5883     max-height: 100%;
5884     box-sizing: border-box; }
5885   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
5886     -webkit-box-flex: 1;
5887     -webkit-flex: 1 1 66.66%;
5888             flex: 1 1 66.66%;
5889     max-width: 66.66%;
5890     max-height: 100%;
5891     box-sizing: border-box; }
5892   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
5893     -webkit-box-flex: 1;
5894     -webkit-flex: 1 1 33.33%;
5895             flex: 1 1 33.33%;
5896     max-width: 100%;
5897     max-height: 33.33%;
5898     box-sizing: border-box; }
5899   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
5900     -webkit-box-flex: 1;
5901     -webkit-flex: 1 1 66.66%;
5902             flex: 1 1 66.66%;
5903     max-width: 100%;
5904     max-height: 66.66%;
5905     box-sizing: border-box; }
5906   [layout-sm="row"] > [flex-sm="5"] {
5907     -webkit-box-flex: 1;
5908     -webkit-flex: 1 1 5%;
5909             flex: 1 1 5%;
5910     max-width: 5%;
5911     max-height: 100%;
5912     box-sizing: border-box; }
5913   [layout-sm="column"] > [flex-sm="5"] {
5914     -webkit-box-flex: 1;
5915     -webkit-flex: 1 1 5%;
5916             flex: 1 1 5%;
5917     max-width: 100%;
5918     max-height: 5%;
5919     box-sizing: border-box; }
5920   [flex-sm="10"] {
5921     -webkit-box-flex: 1;
5922     -webkit-flex: 1 1 10%;
5923             flex: 1 1 10%;
5924     max-width: 10%;
5925     max-height: 100%;
5926     box-sizing: border-box; }
5927   [layout="row"] > [flex-sm="10"] {
5928     -webkit-box-flex: 1;
5929     -webkit-flex: 1 1 10%;
5930             flex: 1 1 10%;
5931     max-width: 10%;
5932     max-height: 100%;
5933     box-sizing: border-box; }
5934   [layout="column"] > [flex-sm="10"] {
5935     -webkit-box-flex: 1;
5936     -webkit-flex: 1 1 10%;
5937             flex: 1 1 10%;
5938     max-width: 100%;
5939     max-height: 10%;
5940     box-sizing: border-box; }
5941   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
5942     -webkit-box-flex: 1;
5943     -webkit-flex: 1 1 33.33%;
5944             flex: 1 1 33.33%;
5945     max-width: 33.33%;
5946     max-height: 100%;
5947     box-sizing: border-box; }
5948   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
5949     -webkit-box-flex: 1;
5950     -webkit-flex: 1 1 66.66%;
5951             flex: 1 1 66.66%;
5952     max-width: 66.66%;
5953     max-height: 100%;
5954     box-sizing: border-box; }
5955   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
5956     -webkit-box-flex: 1;
5957     -webkit-flex: 1 1 33.33%;
5958             flex: 1 1 33.33%;
5959     max-width: 100%;
5960     max-height: 33.33%;
5961     box-sizing: border-box; }
5962   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
5963     -webkit-box-flex: 1;
5964     -webkit-flex: 1 1 66.66%;
5965             flex: 1 1 66.66%;
5966     max-width: 100%;
5967     max-height: 66.66%;
5968     box-sizing: border-box; }
5969   [layout-sm="row"] > [flex-sm="10"] {
5970     -webkit-box-flex: 1;
5971     -webkit-flex: 1 1 10%;
5972             flex: 1 1 10%;
5973     max-width: 10%;
5974     max-height: 100%;
5975     box-sizing: border-box; }
5976   [layout-sm="column"] > [flex-sm="10"] {
5977     -webkit-box-flex: 1;
5978     -webkit-flex: 1 1 10%;
5979             flex: 1 1 10%;
5980     max-width: 100%;
5981     max-height: 10%;
5982     box-sizing: border-box; }
5983   [flex-sm="15"] {
5984     -webkit-box-flex: 1;
5985     -webkit-flex: 1 1 15%;
5986             flex: 1 1 15%;
5987     max-width: 15%;
5988     max-height: 100%;
5989     box-sizing: border-box; }
5990   [layout="row"] > [flex-sm="15"] {
5991     -webkit-box-flex: 1;
5992     -webkit-flex: 1 1 15%;
5993             flex: 1 1 15%;
5994     max-width: 15%;
5995     max-height: 100%;
5996     box-sizing: border-box; }
5997   [layout="column"] > [flex-sm="15"] {
5998     -webkit-box-flex: 1;
5999     -webkit-flex: 1 1 15%;
6000             flex: 1 1 15%;
6001     max-width: 100%;
6002     max-height: 15%;
6003     box-sizing: border-box; }
6004   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6005     -webkit-box-flex: 1;
6006     -webkit-flex: 1 1 33.33%;
6007             flex: 1 1 33.33%;
6008     max-width: 33.33%;
6009     max-height: 100%;
6010     box-sizing: border-box; }
6011   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6012     -webkit-box-flex: 1;
6013     -webkit-flex: 1 1 66.66%;
6014             flex: 1 1 66.66%;
6015     max-width: 66.66%;
6016     max-height: 100%;
6017     box-sizing: border-box; }
6018   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6019     -webkit-box-flex: 1;
6020     -webkit-flex: 1 1 33.33%;
6021             flex: 1 1 33.33%;
6022     max-width: 100%;
6023     max-height: 33.33%;
6024     box-sizing: border-box; }
6025   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6026     -webkit-box-flex: 1;
6027     -webkit-flex: 1 1 66.66%;
6028             flex: 1 1 66.66%;
6029     max-width: 100%;
6030     max-height: 66.66%;
6031     box-sizing: border-box; }
6032   [layout-sm="row"] > [flex-sm="15"] {
6033     -webkit-box-flex: 1;
6034     -webkit-flex: 1 1 15%;
6035             flex: 1 1 15%;
6036     max-width: 15%;
6037     max-height: 100%;
6038     box-sizing: border-box; }
6039   [layout-sm="column"] > [flex-sm="15"] {
6040     -webkit-box-flex: 1;
6041     -webkit-flex: 1 1 15%;
6042             flex: 1 1 15%;
6043     max-width: 100%;
6044     max-height: 15%;
6045     box-sizing: border-box; }
6046   [flex-sm="20"] {
6047     -webkit-box-flex: 1;
6048     -webkit-flex: 1 1 20%;
6049             flex: 1 1 20%;
6050     max-width: 20%;
6051     max-height: 100%;
6052     box-sizing: border-box; }
6053   [layout="row"] > [flex-sm="20"] {
6054     -webkit-box-flex: 1;
6055     -webkit-flex: 1 1 20%;
6056             flex: 1 1 20%;
6057     max-width: 20%;
6058     max-height: 100%;
6059     box-sizing: border-box; }
6060   [layout="column"] > [flex-sm="20"] {
6061     -webkit-box-flex: 1;
6062     -webkit-flex: 1 1 20%;
6063             flex: 1 1 20%;
6064     max-width: 100%;
6065     max-height: 20%;
6066     box-sizing: border-box; }
6067   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6068     -webkit-box-flex: 1;
6069     -webkit-flex: 1 1 33.33%;
6070             flex: 1 1 33.33%;
6071     max-width: 33.33%;
6072     max-height: 100%;
6073     box-sizing: border-box; }
6074   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6075     -webkit-box-flex: 1;
6076     -webkit-flex: 1 1 66.66%;
6077             flex: 1 1 66.66%;
6078     max-width: 66.66%;
6079     max-height: 100%;
6080     box-sizing: border-box; }
6081   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6082     -webkit-box-flex: 1;
6083     -webkit-flex: 1 1 33.33%;
6084             flex: 1 1 33.33%;
6085     max-width: 100%;
6086     max-height: 33.33%;
6087     box-sizing: border-box; }
6088   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6089     -webkit-box-flex: 1;
6090     -webkit-flex: 1 1 66.66%;
6091             flex: 1 1 66.66%;
6092     max-width: 100%;
6093     max-height: 66.66%;
6094     box-sizing: border-box; }
6095   [layout-sm="row"] > [flex-sm="20"] {
6096     -webkit-box-flex: 1;
6097     -webkit-flex: 1 1 20%;
6098             flex: 1 1 20%;
6099     max-width: 20%;
6100     max-height: 100%;
6101     box-sizing: border-box; }
6102   [layout-sm="column"] > [flex-sm="20"] {
6103     -webkit-box-flex: 1;
6104     -webkit-flex: 1 1 20%;
6105             flex: 1 1 20%;
6106     max-width: 100%;
6107     max-height: 20%;
6108     box-sizing: border-box; }
6109   [flex-sm="25"] {
6110     -webkit-box-flex: 1;
6111     -webkit-flex: 1 1 25%;
6112             flex: 1 1 25%;
6113     max-width: 25%;
6114     max-height: 100%;
6115     box-sizing: border-box; }
6116   [layout="row"] > [flex-sm="25"] {
6117     -webkit-box-flex: 1;
6118     -webkit-flex: 1 1 25%;
6119             flex: 1 1 25%;
6120     max-width: 25%;
6121     max-height: 100%;
6122     box-sizing: border-box; }
6123   [layout="column"] > [flex-sm="25"] {
6124     -webkit-box-flex: 1;
6125     -webkit-flex: 1 1 25%;
6126             flex: 1 1 25%;
6127     max-width: 100%;
6128     max-height: 25%;
6129     box-sizing: border-box; }
6130   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6131     -webkit-box-flex: 1;
6132     -webkit-flex: 1 1 33.33%;
6133             flex: 1 1 33.33%;
6134     max-width: 33.33%;
6135     max-height: 100%;
6136     box-sizing: border-box; }
6137   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6138     -webkit-box-flex: 1;
6139     -webkit-flex: 1 1 66.66%;
6140             flex: 1 1 66.66%;
6141     max-width: 66.66%;
6142     max-height: 100%;
6143     box-sizing: border-box; }
6144   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6145     -webkit-box-flex: 1;
6146     -webkit-flex: 1 1 33.33%;
6147             flex: 1 1 33.33%;
6148     max-width: 100%;
6149     max-height: 33.33%;
6150     box-sizing: border-box; }
6151   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6152     -webkit-box-flex: 1;
6153     -webkit-flex: 1 1 66.66%;
6154             flex: 1 1 66.66%;
6155     max-width: 100%;
6156     max-height: 66.66%;
6157     box-sizing: border-box; }
6158   [layout-sm="row"] > [flex-sm="25"] {
6159     -webkit-box-flex: 1;
6160     -webkit-flex: 1 1 25%;
6161             flex: 1 1 25%;
6162     max-width: 25%;
6163     max-height: 100%;
6164     box-sizing: border-box; }
6165   [layout-sm="column"] > [flex-sm="25"] {
6166     -webkit-box-flex: 1;
6167     -webkit-flex: 1 1 25%;
6168             flex: 1 1 25%;
6169     max-width: 100%;
6170     max-height: 25%;
6171     box-sizing: border-box; }
6172   [flex-sm="30"] {
6173     -webkit-box-flex: 1;
6174     -webkit-flex: 1 1 30%;
6175             flex: 1 1 30%;
6176     max-width: 30%;
6177     max-height: 100%;
6178     box-sizing: border-box; }
6179   [layout="row"] > [flex-sm="30"] {
6180     -webkit-box-flex: 1;
6181     -webkit-flex: 1 1 30%;
6182             flex: 1 1 30%;
6183     max-width: 30%;
6184     max-height: 100%;
6185     box-sizing: border-box; }
6186   [layout="column"] > [flex-sm="30"] {
6187     -webkit-box-flex: 1;
6188     -webkit-flex: 1 1 30%;
6189             flex: 1 1 30%;
6190     max-width: 100%;
6191     max-height: 30%;
6192     box-sizing: border-box; }
6193   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6194     -webkit-box-flex: 1;
6195     -webkit-flex: 1 1 33.33%;
6196             flex: 1 1 33.33%;
6197     max-width: 33.33%;
6198     max-height: 100%;
6199     box-sizing: border-box; }
6200   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6201     -webkit-box-flex: 1;
6202     -webkit-flex: 1 1 66.66%;
6203             flex: 1 1 66.66%;
6204     max-width: 66.66%;
6205     max-height: 100%;
6206     box-sizing: border-box; }
6207   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6208     -webkit-box-flex: 1;
6209     -webkit-flex: 1 1 33.33%;
6210             flex: 1 1 33.33%;
6211     max-width: 100%;
6212     max-height: 33.33%;
6213     box-sizing: border-box; }
6214   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6215     -webkit-box-flex: 1;
6216     -webkit-flex: 1 1 66.66%;
6217             flex: 1 1 66.66%;
6218     max-width: 100%;
6219     max-height: 66.66%;
6220     box-sizing: border-box; }
6221   [layout-sm="row"] > [flex-sm="30"] {
6222     -webkit-box-flex: 1;
6223     -webkit-flex: 1 1 30%;
6224             flex: 1 1 30%;
6225     max-width: 30%;
6226     max-height: 100%;
6227     box-sizing: border-box; }
6228   [layout-sm="column"] > [flex-sm="30"] {
6229     -webkit-box-flex: 1;
6230     -webkit-flex: 1 1 30%;
6231             flex: 1 1 30%;
6232     max-width: 100%;
6233     max-height: 30%;
6234     box-sizing: border-box; }
6235   [flex-sm="35"] {
6236     -webkit-box-flex: 1;
6237     -webkit-flex: 1 1 35%;
6238             flex: 1 1 35%;
6239     max-width: 35%;
6240     max-height: 100%;
6241     box-sizing: border-box; }
6242   [layout="row"] > [flex-sm="35"] {
6243     -webkit-box-flex: 1;
6244     -webkit-flex: 1 1 35%;
6245             flex: 1 1 35%;
6246     max-width: 35%;
6247     max-height: 100%;
6248     box-sizing: border-box; }
6249   [layout="column"] > [flex-sm="35"] {
6250     -webkit-box-flex: 1;
6251     -webkit-flex: 1 1 35%;
6252             flex: 1 1 35%;
6253     max-width: 100%;
6254     max-height: 35%;
6255     box-sizing: border-box; }
6256   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6257     -webkit-box-flex: 1;
6258     -webkit-flex: 1 1 33.33%;
6259             flex: 1 1 33.33%;
6260     max-width: 33.33%;
6261     max-height: 100%;
6262     box-sizing: border-box; }
6263   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6264     -webkit-box-flex: 1;
6265     -webkit-flex: 1 1 66.66%;
6266             flex: 1 1 66.66%;
6267     max-width: 66.66%;
6268     max-height: 100%;
6269     box-sizing: border-box; }
6270   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6271     -webkit-box-flex: 1;
6272     -webkit-flex: 1 1 33.33%;
6273             flex: 1 1 33.33%;
6274     max-width: 100%;
6275     max-height: 33.33%;
6276     box-sizing: border-box; }
6277   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6278     -webkit-box-flex: 1;
6279     -webkit-flex: 1 1 66.66%;
6280             flex: 1 1 66.66%;
6281     max-width: 100%;
6282     max-height: 66.66%;
6283     box-sizing: border-box; }
6284   [layout-sm="row"] > [flex-sm="35"] {
6285     -webkit-box-flex: 1;
6286     -webkit-flex: 1 1 35%;
6287             flex: 1 1 35%;
6288     max-width: 35%;
6289     max-height: 100%;
6290     box-sizing: border-box; }
6291   [layout-sm="column"] > [flex-sm="35"] {
6292     -webkit-box-flex: 1;
6293     -webkit-flex: 1 1 35%;
6294             flex: 1 1 35%;
6295     max-width: 100%;
6296     max-height: 35%;
6297     box-sizing: border-box; }
6298   [flex-sm="40"] {
6299     -webkit-box-flex: 1;
6300     -webkit-flex: 1 1 40%;
6301             flex: 1 1 40%;
6302     max-width: 40%;
6303     max-height: 100%;
6304     box-sizing: border-box; }
6305   [layout="row"] > [flex-sm="40"] {
6306     -webkit-box-flex: 1;
6307     -webkit-flex: 1 1 40%;
6308             flex: 1 1 40%;
6309     max-width: 40%;
6310     max-height: 100%;
6311     box-sizing: border-box; }
6312   [layout="column"] > [flex-sm="40"] {
6313     -webkit-box-flex: 1;
6314     -webkit-flex: 1 1 40%;
6315             flex: 1 1 40%;
6316     max-width: 100%;
6317     max-height: 40%;
6318     box-sizing: border-box; }
6319   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6320     -webkit-box-flex: 1;
6321     -webkit-flex: 1 1 33.33%;
6322             flex: 1 1 33.33%;
6323     max-width: 33.33%;
6324     max-height: 100%;
6325     box-sizing: border-box; }
6326   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6327     -webkit-box-flex: 1;
6328     -webkit-flex: 1 1 66.66%;
6329             flex: 1 1 66.66%;
6330     max-width: 66.66%;
6331     max-height: 100%;
6332     box-sizing: border-box; }
6333   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6334     -webkit-box-flex: 1;
6335     -webkit-flex: 1 1 33.33%;
6336             flex: 1 1 33.33%;
6337     max-width: 100%;
6338     max-height: 33.33%;
6339     box-sizing: border-box; }
6340   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6341     -webkit-box-flex: 1;
6342     -webkit-flex: 1 1 66.66%;
6343             flex: 1 1 66.66%;
6344     max-width: 100%;
6345     max-height: 66.66%;
6346     box-sizing: border-box; }
6347   [layout-sm="row"] > [flex-sm="40"] {
6348     -webkit-box-flex: 1;
6349     -webkit-flex: 1 1 40%;
6350             flex: 1 1 40%;
6351     max-width: 40%;
6352     max-height: 100%;
6353     box-sizing: border-box; }
6354   [layout-sm="column"] > [flex-sm="40"] {
6355     -webkit-box-flex: 1;
6356     -webkit-flex: 1 1 40%;
6357             flex: 1 1 40%;
6358     max-width: 100%;
6359     max-height: 40%;
6360     box-sizing: border-box; }
6361   [flex-sm="45"] {
6362     -webkit-box-flex: 1;
6363     -webkit-flex: 1 1 45%;
6364             flex: 1 1 45%;
6365     max-width: 45%;
6366     max-height: 100%;
6367     box-sizing: border-box; }
6368   [layout="row"] > [flex-sm="45"] {
6369     -webkit-box-flex: 1;
6370     -webkit-flex: 1 1 45%;
6371             flex: 1 1 45%;
6372     max-width: 45%;
6373     max-height: 100%;
6374     box-sizing: border-box; }
6375   [layout="column"] > [flex-sm="45"] {
6376     -webkit-box-flex: 1;
6377     -webkit-flex: 1 1 45%;
6378             flex: 1 1 45%;
6379     max-width: 100%;
6380     max-height: 45%;
6381     box-sizing: border-box; }
6382   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6383     -webkit-box-flex: 1;
6384     -webkit-flex: 1 1 33.33%;
6385             flex: 1 1 33.33%;
6386     max-width: 33.33%;
6387     max-height: 100%;
6388     box-sizing: border-box; }
6389   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6390     -webkit-box-flex: 1;
6391     -webkit-flex: 1 1 66.66%;
6392             flex: 1 1 66.66%;
6393     max-width: 66.66%;
6394     max-height: 100%;
6395     box-sizing: border-box; }
6396   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6397     -webkit-box-flex: 1;
6398     -webkit-flex: 1 1 33.33%;
6399             flex: 1 1 33.33%;
6400     max-width: 100%;
6401     max-height: 33.33%;
6402     box-sizing: border-box; }
6403   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6404     -webkit-box-flex: 1;
6405     -webkit-flex: 1 1 66.66%;
6406             flex: 1 1 66.66%;
6407     max-width: 100%;
6408     max-height: 66.66%;
6409     box-sizing: border-box; }
6410   [layout-sm="row"] > [flex-sm="45"] {
6411     -webkit-box-flex: 1;
6412     -webkit-flex: 1 1 45%;
6413             flex: 1 1 45%;
6414     max-width: 45%;
6415     max-height: 100%;
6416     box-sizing: border-box; }
6417   [layout-sm="column"] > [flex-sm="45"] {
6418     -webkit-box-flex: 1;
6419     -webkit-flex: 1 1 45%;
6420             flex: 1 1 45%;
6421     max-width: 100%;
6422     max-height: 45%;
6423     box-sizing: border-box; }
6424   [flex-sm="50"] {
6425     -webkit-box-flex: 1;
6426     -webkit-flex: 1 1 50%;
6427             flex: 1 1 50%;
6428     max-width: 50%;
6429     max-height: 100%;
6430     box-sizing: border-box; }
6431   [layout="row"] > [flex-sm="50"] {
6432     -webkit-box-flex: 1;
6433     -webkit-flex: 1 1 50%;
6434             flex: 1 1 50%;
6435     max-width: 50%;
6436     max-height: 100%;
6437     box-sizing: border-box; }
6438   [layout="column"] > [flex-sm="50"] {
6439     -webkit-box-flex: 1;
6440     -webkit-flex: 1 1 50%;
6441             flex: 1 1 50%;
6442     max-width: 100%;
6443     max-height: 50%;
6444     box-sizing: border-box; }
6445   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6446     -webkit-box-flex: 1;
6447     -webkit-flex: 1 1 33.33%;
6448             flex: 1 1 33.33%;
6449     max-width: 33.33%;
6450     max-height: 100%;
6451     box-sizing: border-box; }
6452   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6453     -webkit-box-flex: 1;
6454     -webkit-flex: 1 1 66.66%;
6455             flex: 1 1 66.66%;
6456     max-width: 66.66%;
6457     max-height: 100%;
6458     box-sizing: border-box; }
6459   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6460     -webkit-box-flex: 1;
6461     -webkit-flex: 1 1 33.33%;
6462             flex: 1 1 33.33%;
6463     max-width: 100%;
6464     max-height: 33.33%;
6465     box-sizing: border-box; }
6466   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6467     -webkit-box-flex: 1;
6468     -webkit-flex: 1 1 66.66%;
6469             flex: 1 1 66.66%;
6470     max-width: 100%;
6471     max-height: 66.66%;
6472     box-sizing: border-box; }
6473   [layout-sm="row"] > [flex-sm="50"] {
6474     -webkit-box-flex: 1;
6475     -webkit-flex: 1 1 50%;
6476             flex: 1 1 50%;
6477     max-width: 50%;
6478     max-height: 100%;
6479     box-sizing: border-box; }
6480   [layout-sm="column"] > [flex-sm="50"] {
6481     -webkit-box-flex: 1;
6482     -webkit-flex: 1 1 50%;
6483             flex: 1 1 50%;
6484     max-width: 100%;
6485     max-height: 50%;
6486     box-sizing: border-box; }
6487   [flex-sm="55"] {
6488     -webkit-box-flex: 1;
6489     -webkit-flex: 1 1 55%;
6490             flex: 1 1 55%;
6491     max-width: 55%;
6492     max-height: 100%;
6493     box-sizing: border-box; }
6494   [layout="row"] > [flex-sm="55"] {
6495     -webkit-box-flex: 1;
6496     -webkit-flex: 1 1 55%;
6497             flex: 1 1 55%;
6498     max-width: 55%;
6499     max-height: 100%;
6500     box-sizing: border-box; }
6501   [layout="column"] > [flex-sm="55"] {
6502     -webkit-box-flex: 1;
6503     -webkit-flex: 1 1 55%;
6504             flex: 1 1 55%;
6505     max-width: 100%;
6506     max-height: 55%;
6507     box-sizing: border-box; }
6508   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6509     -webkit-box-flex: 1;
6510     -webkit-flex: 1 1 33.33%;
6511             flex: 1 1 33.33%;
6512     max-width: 33.33%;
6513     max-height: 100%;
6514     box-sizing: border-box; }
6515   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6516     -webkit-box-flex: 1;
6517     -webkit-flex: 1 1 66.66%;
6518             flex: 1 1 66.66%;
6519     max-width: 66.66%;
6520     max-height: 100%;
6521     box-sizing: border-box; }
6522   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6523     -webkit-box-flex: 1;
6524     -webkit-flex: 1 1 33.33%;
6525             flex: 1 1 33.33%;
6526     max-width: 100%;
6527     max-height: 33.33%;
6528     box-sizing: border-box; }
6529   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6530     -webkit-box-flex: 1;
6531     -webkit-flex: 1 1 66.66%;
6532             flex: 1 1 66.66%;
6533     max-width: 100%;
6534     max-height: 66.66%;
6535     box-sizing: border-box; }
6536   [layout-sm="row"] > [flex-sm="55"] {
6537     -webkit-box-flex: 1;
6538     -webkit-flex: 1 1 55%;
6539             flex: 1 1 55%;
6540     max-width: 55%;
6541     max-height: 100%;
6542     box-sizing: border-box; }
6543   [layout-sm="column"] > [flex-sm="55"] {
6544     -webkit-box-flex: 1;
6545     -webkit-flex: 1 1 55%;
6546             flex: 1 1 55%;
6547     max-width: 100%;
6548     max-height: 55%;
6549     box-sizing: border-box; }
6550   [flex-sm="60"] {
6551     -webkit-box-flex: 1;
6552     -webkit-flex: 1 1 60%;
6553             flex: 1 1 60%;
6554     max-width: 60%;
6555     max-height: 100%;
6556     box-sizing: border-box; }
6557   [layout="row"] > [flex-sm="60"] {
6558     -webkit-box-flex: 1;
6559     -webkit-flex: 1 1 60%;
6560             flex: 1 1 60%;
6561     max-width: 60%;
6562     max-height: 100%;
6563     box-sizing: border-box; }
6564   [layout="column"] > [flex-sm="60"] {
6565     -webkit-box-flex: 1;
6566     -webkit-flex: 1 1 60%;
6567             flex: 1 1 60%;
6568     max-width: 100%;
6569     max-height: 60%;
6570     box-sizing: border-box; }
6571   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6572     -webkit-box-flex: 1;
6573     -webkit-flex: 1 1 33.33%;
6574             flex: 1 1 33.33%;
6575     max-width: 33.33%;
6576     max-height: 100%;
6577     box-sizing: border-box; }
6578   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6579     -webkit-box-flex: 1;
6580     -webkit-flex: 1 1 66.66%;
6581             flex: 1 1 66.66%;
6582     max-width: 66.66%;
6583     max-height: 100%;
6584     box-sizing: border-box; }
6585   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6586     -webkit-box-flex: 1;
6587     -webkit-flex: 1 1 33.33%;
6588             flex: 1 1 33.33%;
6589     max-width: 100%;
6590     max-height: 33.33%;
6591     box-sizing: border-box; }
6592   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6593     -webkit-box-flex: 1;
6594     -webkit-flex: 1 1 66.66%;
6595             flex: 1 1 66.66%;
6596     max-width: 100%;
6597     max-height: 66.66%;
6598     box-sizing: border-box; }
6599   [layout-sm="row"] > [flex-sm="60"] {
6600     -webkit-box-flex: 1;
6601     -webkit-flex: 1 1 60%;
6602             flex: 1 1 60%;
6603     max-width: 60%;
6604     max-height: 100%;
6605     box-sizing: border-box; }
6606   [layout-sm="column"] > [flex-sm="60"] {
6607     -webkit-box-flex: 1;
6608     -webkit-flex: 1 1 60%;
6609             flex: 1 1 60%;
6610     max-width: 100%;
6611     max-height: 60%;
6612     box-sizing: border-box; }
6613   [flex-sm="65"] {
6614     -webkit-box-flex: 1;
6615     -webkit-flex: 1 1 65%;
6616             flex: 1 1 65%;
6617     max-width: 65%;
6618     max-height: 100%;
6619     box-sizing: border-box; }
6620   [layout="row"] > [flex-sm="65"] {
6621     -webkit-box-flex: 1;
6622     -webkit-flex: 1 1 65%;
6623             flex: 1 1 65%;
6624     max-width: 65%;
6625     max-height: 100%;
6626     box-sizing: border-box; }
6627   [layout="column"] > [flex-sm="65"] {
6628     -webkit-box-flex: 1;
6629     -webkit-flex: 1 1 65%;
6630             flex: 1 1 65%;
6631     max-width: 100%;
6632     max-height: 65%;
6633     box-sizing: border-box; }
6634   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6635     -webkit-box-flex: 1;
6636     -webkit-flex: 1 1 33.33%;
6637             flex: 1 1 33.33%;
6638     max-width: 33.33%;
6639     max-height: 100%;
6640     box-sizing: border-box; }
6641   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6642     -webkit-box-flex: 1;
6643     -webkit-flex: 1 1 66.66%;
6644             flex: 1 1 66.66%;
6645     max-width: 66.66%;
6646     max-height: 100%;
6647     box-sizing: border-box; }
6648   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6649     -webkit-box-flex: 1;
6650     -webkit-flex: 1 1 33.33%;
6651             flex: 1 1 33.33%;
6652     max-width: 100%;
6653     max-height: 33.33%;
6654     box-sizing: border-box; }
6655   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6656     -webkit-box-flex: 1;
6657     -webkit-flex: 1 1 66.66%;
6658             flex: 1 1 66.66%;
6659     max-width: 100%;
6660     max-height: 66.66%;
6661     box-sizing: border-box; }
6662   [layout-sm="row"] > [flex-sm="65"] {
6663     -webkit-box-flex: 1;
6664     -webkit-flex: 1 1 65%;
6665             flex: 1 1 65%;
6666     max-width: 65%;
6667     max-height: 100%;
6668     box-sizing: border-box; }
6669   [layout-sm="column"] > [flex-sm="65"] {
6670     -webkit-box-flex: 1;
6671     -webkit-flex: 1 1 65%;
6672             flex: 1 1 65%;
6673     max-width: 100%;
6674     max-height: 65%;
6675     box-sizing: border-box; }
6676   [flex-sm="70"] {
6677     -webkit-box-flex: 1;
6678     -webkit-flex: 1 1 70%;
6679             flex: 1 1 70%;
6680     max-width: 70%;
6681     max-height: 100%;
6682     box-sizing: border-box; }
6683   [layout="row"] > [flex-sm="70"] {
6684     -webkit-box-flex: 1;
6685     -webkit-flex: 1 1 70%;
6686             flex: 1 1 70%;
6687     max-width: 70%;
6688     max-height: 100%;
6689     box-sizing: border-box; }
6690   [layout="column"] > [flex-sm="70"] {
6691     -webkit-box-flex: 1;
6692     -webkit-flex: 1 1 70%;
6693             flex: 1 1 70%;
6694     max-width: 100%;
6695     max-height: 70%;
6696     box-sizing: border-box; }
6697   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6698     -webkit-box-flex: 1;
6699     -webkit-flex: 1 1 33.33%;
6700             flex: 1 1 33.33%;
6701     max-width: 33.33%;
6702     max-height: 100%;
6703     box-sizing: border-box; }
6704   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6705     -webkit-box-flex: 1;
6706     -webkit-flex: 1 1 66.66%;
6707             flex: 1 1 66.66%;
6708     max-width: 66.66%;
6709     max-height: 100%;
6710     box-sizing: border-box; }
6711   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6712     -webkit-box-flex: 1;
6713     -webkit-flex: 1 1 33.33%;
6714             flex: 1 1 33.33%;
6715     max-width: 100%;
6716     max-height: 33.33%;
6717     box-sizing: border-box; }
6718   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6719     -webkit-box-flex: 1;
6720     -webkit-flex: 1 1 66.66%;
6721             flex: 1 1 66.66%;
6722     max-width: 100%;
6723     max-height: 66.66%;
6724     box-sizing: border-box; }
6725   [layout-sm="row"] > [flex-sm="70"] {
6726     -webkit-box-flex: 1;
6727     -webkit-flex: 1 1 70%;
6728             flex: 1 1 70%;
6729     max-width: 70%;
6730     max-height: 100%;
6731     box-sizing: border-box; }
6732   [layout-sm="column"] > [flex-sm="70"] {
6733     -webkit-box-flex: 1;
6734     -webkit-flex: 1 1 70%;
6735             flex: 1 1 70%;
6736     max-width: 100%;
6737     max-height: 70%;
6738     box-sizing: border-box; }
6739   [flex-sm="75"] {
6740     -webkit-box-flex: 1;
6741     -webkit-flex: 1 1 75%;
6742             flex: 1 1 75%;
6743     max-width: 75%;
6744     max-height: 100%;
6745     box-sizing: border-box; }
6746   [layout="row"] > [flex-sm="75"] {
6747     -webkit-box-flex: 1;
6748     -webkit-flex: 1 1 75%;
6749             flex: 1 1 75%;
6750     max-width: 75%;
6751     max-height: 100%;
6752     box-sizing: border-box; }
6753   [layout="column"] > [flex-sm="75"] {
6754     -webkit-box-flex: 1;
6755     -webkit-flex: 1 1 75%;
6756             flex: 1 1 75%;
6757     max-width: 100%;
6758     max-height: 75%;
6759     box-sizing: border-box; }
6760   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6761     -webkit-box-flex: 1;
6762     -webkit-flex: 1 1 33.33%;
6763             flex: 1 1 33.33%;
6764     max-width: 33.33%;
6765     max-height: 100%;
6766     box-sizing: border-box; }
6767   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6768     -webkit-box-flex: 1;
6769     -webkit-flex: 1 1 66.66%;
6770             flex: 1 1 66.66%;
6771     max-width: 66.66%;
6772     max-height: 100%;
6773     box-sizing: border-box; }
6774   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6775     -webkit-box-flex: 1;
6776     -webkit-flex: 1 1 33.33%;
6777             flex: 1 1 33.33%;
6778     max-width: 100%;
6779     max-height: 33.33%;
6780     box-sizing: border-box; }
6781   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6782     -webkit-box-flex: 1;
6783     -webkit-flex: 1 1 66.66%;
6784             flex: 1 1 66.66%;
6785     max-width: 100%;
6786     max-height: 66.66%;
6787     box-sizing: border-box; }
6788   [layout-sm="row"] > [flex-sm="75"] {
6789     -webkit-box-flex: 1;
6790     -webkit-flex: 1 1 75%;
6791             flex: 1 1 75%;
6792     max-width: 75%;
6793     max-height: 100%;
6794     box-sizing: border-box; }
6795   [layout-sm="column"] > [flex-sm="75"] {
6796     -webkit-box-flex: 1;
6797     -webkit-flex: 1 1 75%;
6798             flex: 1 1 75%;
6799     max-width: 100%;
6800     max-height: 75%;
6801     box-sizing: border-box; }
6802   [flex-sm="80"] {
6803     -webkit-box-flex: 1;
6804     -webkit-flex: 1 1 80%;
6805             flex: 1 1 80%;
6806     max-width: 80%;
6807     max-height: 100%;
6808     box-sizing: border-box; }
6809   [layout="row"] > [flex-sm="80"] {
6810     -webkit-box-flex: 1;
6811     -webkit-flex: 1 1 80%;
6812             flex: 1 1 80%;
6813     max-width: 80%;
6814     max-height: 100%;
6815     box-sizing: border-box; }
6816   [layout="column"] > [flex-sm="80"] {
6817     -webkit-box-flex: 1;
6818     -webkit-flex: 1 1 80%;
6819             flex: 1 1 80%;
6820     max-width: 100%;
6821     max-height: 80%;
6822     box-sizing: border-box; }
6823   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6824     -webkit-box-flex: 1;
6825     -webkit-flex: 1 1 33.33%;
6826             flex: 1 1 33.33%;
6827     max-width: 33.33%;
6828     max-height: 100%;
6829     box-sizing: border-box; }
6830   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6831     -webkit-box-flex: 1;
6832     -webkit-flex: 1 1 66.66%;
6833             flex: 1 1 66.66%;
6834     max-width: 66.66%;
6835     max-height: 100%;
6836     box-sizing: border-box; }
6837   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6838     -webkit-box-flex: 1;
6839     -webkit-flex: 1 1 33.33%;
6840             flex: 1 1 33.33%;
6841     max-width: 100%;
6842     max-height: 33.33%;
6843     box-sizing: border-box; }
6844   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6845     -webkit-box-flex: 1;
6846     -webkit-flex: 1 1 66.66%;
6847             flex: 1 1 66.66%;
6848     max-width: 100%;
6849     max-height: 66.66%;
6850     box-sizing: border-box; }
6851   [layout-sm="row"] > [flex-sm="80"] {
6852     -webkit-box-flex: 1;
6853     -webkit-flex: 1 1 80%;
6854             flex: 1 1 80%;
6855     max-width: 80%;
6856     max-height: 100%;
6857     box-sizing: border-box; }
6858   [layout-sm="column"] > [flex-sm="80"] {
6859     -webkit-box-flex: 1;
6860     -webkit-flex: 1 1 80%;
6861             flex: 1 1 80%;
6862     max-width: 100%;
6863     max-height: 80%;
6864     box-sizing: border-box; }
6865   [flex-sm="85"] {
6866     -webkit-box-flex: 1;
6867     -webkit-flex: 1 1 85%;
6868             flex: 1 1 85%;
6869     max-width: 85%;
6870     max-height: 100%;
6871     box-sizing: border-box; }
6872   [layout="row"] > [flex-sm="85"] {
6873     -webkit-box-flex: 1;
6874     -webkit-flex: 1 1 85%;
6875             flex: 1 1 85%;
6876     max-width: 85%;
6877     max-height: 100%;
6878     box-sizing: border-box; }
6879   [layout="column"] > [flex-sm="85"] {
6880     -webkit-box-flex: 1;
6881     -webkit-flex: 1 1 85%;
6882             flex: 1 1 85%;
6883     max-width: 100%;
6884     max-height: 85%;
6885     box-sizing: border-box; }
6886   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6887     -webkit-box-flex: 1;
6888     -webkit-flex: 1 1 33.33%;
6889             flex: 1 1 33.33%;
6890     max-width: 33.33%;
6891     max-height: 100%;
6892     box-sizing: border-box; }
6893   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6894     -webkit-box-flex: 1;
6895     -webkit-flex: 1 1 66.66%;
6896             flex: 1 1 66.66%;
6897     max-width: 66.66%;
6898     max-height: 100%;
6899     box-sizing: border-box; }
6900   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6901     -webkit-box-flex: 1;
6902     -webkit-flex: 1 1 33.33%;
6903             flex: 1 1 33.33%;
6904     max-width: 100%;
6905     max-height: 33.33%;
6906     box-sizing: border-box; }
6907   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6908     -webkit-box-flex: 1;
6909     -webkit-flex: 1 1 66.66%;
6910             flex: 1 1 66.66%;
6911     max-width: 100%;
6912     max-height: 66.66%;
6913     box-sizing: border-box; }
6914   [layout-sm="row"] > [flex-sm="85"] {
6915     -webkit-box-flex: 1;
6916     -webkit-flex: 1 1 85%;
6917             flex: 1 1 85%;
6918     max-width: 85%;
6919     max-height: 100%;
6920     box-sizing: border-box; }
6921   [layout-sm="column"] > [flex-sm="85"] {
6922     -webkit-box-flex: 1;
6923     -webkit-flex: 1 1 85%;
6924             flex: 1 1 85%;
6925     max-width: 100%;
6926     max-height: 85%;
6927     box-sizing: border-box; }
6928   [flex-sm="90"] {
6929     -webkit-box-flex: 1;
6930     -webkit-flex: 1 1 90%;
6931             flex: 1 1 90%;
6932     max-width: 90%;
6933     max-height: 100%;
6934     box-sizing: border-box; }
6935   [layout="row"] > [flex-sm="90"] {
6936     -webkit-box-flex: 1;
6937     -webkit-flex: 1 1 90%;
6938             flex: 1 1 90%;
6939     max-width: 90%;
6940     max-height: 100%;
6941     box-sizing: border-box; }
6942   [layout="column"] > [flex-sm="90"] {
6943     -webkit-box-flex: 1;
6944     -webkit-flex: 1 1 90%;
6945             flex: 1 1 90%;
6946     max-width: 100%;
6947     max-height: 90%;
6948     box-sizing: border-box; }
6949   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
6950     -webkit-box-flex: 1;
6951     -webkit-flex: 1 1 33.33%;
6952             flex: 1 1 33.33%;
6953     max-width: 33.33%;
6954     max-height: 100%;
6955     box-sizing: border-box; }
6956   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
6957     -webkit-box-flex: 1;
6958     -webkit-flex: 1 1 66.66%;
6959             flex: 1 1 66.66%;
6960     max-width: 66.66%;
6961     max-height: 100%;
6962     box-sizing: border-box; }
6963   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
6964     -webkit-box-flex: 1;
6965     -webkit-flex: 1 1 33.33%;
6966             flex: 1 1 33.33%;
6967     max-width: 100%;
6968     max-height: 33.33%;
6969     box-sizing: border-box; }
6970   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
6971     -webkit-box-flex: 1;
6972     -webkit-flex: 1 1 66.66%;
6973             flex: 1 1 66.66%;
6974     max-width: 100%;
6975     max-height: 66.66%;
6976     box-sizing: border-box; }
6977   [layout-sm="row"] > [flex-sm="90"] {
6978     -webkit-box-flex: 1;
6979     -webkit-flex: 1 1 90%;
6980             flex: 1 1 90%;
6981     max-width: 90%;
6982     max-height: 100%;
6983     box-sizing: border-box; }
6984   [layout-sm="column"] > [flex-sm="90"] {
6985     -webkit-box-flex: 1;
6986     -webkit-flex: 1 1 90%;
6987             flex: 1 1 90%;
6988     max-width: 100%;
6989     max-height: 90%;
6990     box-sizing: border-box; }
6991   [flex-sm="95"] {
6992     -webkit-box-flex: 1;
6993     -webkit-flex: 1 1 95%;
6994             flex: 1 1 95%;
6995     max-width: 95%;
6996     max-height: 100%;
6997     box-sizing: border-box; }
6998   [layout="row"] > [flex-sm="95"] {
6999     -webkit-box-flex: 1;
7000     -webkit-flex: 1 1 95%;
7001             flex: 1 1 95%;
7002     max-width: 95%;
7003     max-height: 100%;
7004     box-sizing: border-box; }
7005   [layout="column"] > [flex-sm="95"] {
7006     -webkit-box-flex: 1;
7007     -webkit-flex: 1 1 95%;
7008             flex: 1 1 95%;
7009     max-width: 100%;
7010     max-height: 95%;
7011     box-sizing: border-box; }
7012   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
7013     -webkit-box-flex: 1;
7014     -webkit-flex: 1 1 33.33%;
7015             flex: 1 1 33.33%;
7016     max-width: 33.33%;
7017     max-height: 100%;
7018     box-sizing: border-box; }
7019   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
7020     -webkit-box-flex: 1;
7021     -webkit-flex: 1 1 66.66%;
7022             flex: 1 1 66.66%;
7023     max-width: 66.66%;
7024     max-height: 100%;
7025     box-sizing: border-box; }
7026   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
7027     -webkit-box-flex: 1;
7028     -webkit-flex: 1 1 33.33%;
7029             flex: 1 1 33.33%;
7030     max-width: 100%;
7031     max-height: 33.33%;
7032     box-sizing: border-box; }
7033   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
7034     -webkit-box-flex: 1;
7035     -webkit-flex: 1 1 66.66%;
7036             flex: 1 1 66.66%;
7037     max-width: 100%;
7038     max-height: 66.66%;
7039     box-sizing: border-box; }
7040   [layout-sm="row"] > [flex-sm="95"] {
7041     -webkit-box-flex: 1;
7042     -webkit-flex: 1 1 95%;
7043             flex: 1 1 95%;
7044     max-width: 95%;
7045     max-height: 100%;
7046     box-sizing: border-box; }
7047   [layout-sm="column"] > [flex-sm="95"] {
7048     -webkit-box-flex: 1;
7049     -webkit-flex: 1 1 95%;
7050             flex: 1 1 95%;
7051     max-width: 100%;
7052     max-height: 95%;
7053     box-sizing: border-box; }
7054   [flex-sm="100"] {
7055     -webkit-box-flex: 1;
7056     -webkit-flex: 1 1 100%;
7057             flex: 1 1 100%;
7058     max-width: 100%;
7059     max-height: 100%;
7060     box-sizing: border-box; }
7061   [layout="row"] > [flex-sm="100"] {
7062     -webkit-box-flex: 1;
7063     -webkit-flex: 1 1 100%;
7064             flex: 1 1 100%;
7065     max-width: 100%;
7066     max-height: 100%;
7067     box-sizing: border-box; }
7068   [layout="column"] > [flex-sm="100"] {
7069     -webkit-box-flex: 1;
7070     -webkit-flex: 1 1 100%;
7071             flex: 1 1 100%;
7072     max-width: 100%;
7073     max-height: 100%;
7074     box-sizing: border-box; }
7075   [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"] {
7076     -webkit-box-flex: 1;
7077     -webkit-flex: 1 1 33.33%;
7078             flex: 1 1 33.33%;
7079     max-width: 33.33%;
7080     max-height: 100%;
7081     box-sizing: border-box; }
7082   [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"] {
7083     -webkit-box-flex: 1;
7084     -webkit-flex: 1 1 66.66%;
7085             flex: 1 1 66.66%;
7086     max-width: 66.66%;
7087     max-height: 100%;
7088     box-sizing: border-box; }
7089   [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"] {
7090     -webkit-box-flex: 1;
7091     -webkit-flex: 1 1 33.33%;
7092             flex: 1 1 33.33%;
7093     max-width: 100%;
7094     max-height: 33.33%;
7095     box-sizing: border-box; }
7096   [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"] {
7097     -webkit-box-flex: 1;
7098     -webkit-flex: 1 1 66.66%;
7099             flex: 1 1 66.66%;
7100     max-width: 100%;
7101     max-height: 66.66%;
7102     box-sizing: border-box; }
7103   [layout-sm="row"] > [flex-sm="100"] {
7104     -webkit-box-flex: 1;
7105     -webkit-flex: 1 1 100%;
7106             flex: 1 1 100%;
7107     max-width: 100%;
7108     max-height: 100%;
7109     box-sizing: border-box; }
7110   [layout-sm="column"] > [flex-sm="100"] {
7111     -webkit-box-flex: 1;
7112     -webkit-flex: 1 1 100%;
7113             flex: 1 1 100%;
7114     max-width: 100%;
7115     max-height: 100%;
7116     box-sizing: border-box; }
7117   [layout-sm="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"] {
7118     -webkit-box-flex: 1;
7119     -webkit-flex: 1 1 33.33%;
7120             flex: 1 1 33.33%;
7121     max-width: 33.33%;
7122     max-height: 100%;
7123     box-sizing: border-box; }
7124   [layout-sm="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"] {
7125     -webkit-box-flex: 1;
7126     -webkit-flex: 1 1 66.66%;
7127             flex: 1 1 66.66%;
7128     max-width: 66.66%;
7129     max-height: 100%;
7130     box-sizing: border-box; }
7131   [layout-sm="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"] {
7132     -webkit-box-flex: 1;
7133     -webkit-flex: 1 1 33.33%;
7134             flex: 1 1 33.33%;
7135     max-width: 100%;
7136     max-height: 33.33%;
7137     box-sizing: border-box; }
7138   [layout-sm="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"] {
7139     -webkit-box-flex: 1;
7140     -webkit-flex: 1 1 66.66%;
7141             flex: 1 1 66.66%;
7142     max-width: 100%;
7143     max-height: 66.66%;
7144     box-sizing: border-box; }
7145   [layout-sm], [layout-sm="column"], [layout-sm="row"] {
7146     box-sizing: border-box;
7147     display: -webkit-box;
7148     display: -webkit-flex;
7149     display: flex; }
7150   [layout-sm="column"] {
7151     -webkit-box-orient: vertical;
7152     -webkit-box-direction: normal;
7153     -webkit-flex-direction: column;
7154             flex-direction: column; }
7155   [layout-sm="row"] {
7156     -webkit-box-orient: horizontal;
7157     -webkit-box-direction: normal;
7158     -webkit-flex-direction: row;
7159             flex-direction: row; } }
7160
7161 @media (min-width: 960px) {
7162   [flex-order-gt-sm="-20"] {
7163     -webkit-box-ordinal-group: -19;
7164     -webkit-order: -20;
7165             order: -20; }
7166   [flex-order-gt-sm="-19"] {
7167     -webkit-box-ordinal-group: -18;
7168     -webkit-order: -19;
7169             order: -19; }
7170   [flex-order-gt-sm="-18"] {
7171     -webkit-box-ordinal-group: -17;
7172     -webkit-order: -18;
7173             order: -18; }
7174   [flex-order-gt-sm="-17"] {
7175     -webkit-box-ordinal-group: -16;
7176     -webkit-order: -17;
7177             order: -17; }
7178   [flex-order-gt-sm="-16"] {
7179     -webkit-box-ordinal-group: -15;
7180     -webkit-order: -16;
7181             order: -16; }
7182   [flex-order-gt-sm="-15"] {
7183     -webkit-box-ordinal-group: -14;
7184     -webkit-order: -15;
7185             order: -15; }
7186   [flex-order-gt-sm="-14"] {
7187     -webkit-box-ordinal-group: -13;
7188     -webkit-order: -14;
7189             order: -14; }
7190   [flex-order-gt-sm="-13"] {
7191     -webkit-box-ordinal-group: -12;
7192     -webkit-order: -13;
7193             order: -13; }
7194   [flex-order-gt-sm="-12"] {
7195     -webkit-box-ordinal-group: -11;
7196     -webkit-order: -12;
7197             order: -12; }
7198   [flex-order-gt-sm="-11"] {
7199     -webkit-box-ordinal-group: -10;
7200     -webkit-order: -11;
7201             order: -11; }
7202   [flex-order-gt-sm="-10"] {
7203     -webkit-box-ordinal-group: -9;
7204     -webkit-order: -10;
7205             order: -10; }
7206   [flex-order-gt-sm="-9"] {
7207     -webkit-box-ordinal-group: -8;
7208     -webkit-order: -9;
7209             order: -9; }
7210   [flex-order-gt-sm="-8"] {
7211     -webkit-box-ordinal-group: -7;
7212     -webkit-order: -8;
7213             order: -8; }
7214   [flex-order-gt-sm="-7"] {
7215     -webkit-box-ordinal-group: -6;
7216     -webkit-order: -7;
7217             order: -7; }
7218   [flex-order-gt-sm="-6"] {
7219     -webkit-box-ordinal-group: -5;
7220     -webkit-order: -6;
7221             order: -6; }
7222   [flex-order-gt-sm="-5"] {
7223     -webkit-box-ordinal-group: -4;
7224     -webkit-order: -5;
7225             order: -5; }
7226   [flex-order-gt-sm="-4"] {
7227     -webkit-box-ordinal-group: -3;
7228     -webkit-order: -4;
7229             order: -4; }
7230   [flex-order-gt-sm="-3"] {
7231     -webkit-box-ordinal-group: -2;
7232     -webkit-order: -3;
7233             order: -3; }
7234   [flex-order-gt-sm="-2"] {
7235     -webkit-box-ordinal-group: -1;
7236     -webkit-order: -2;
7237             order: -2; }
7238   [flex-order-gt-sm="-1"] {
7239     -webkit-box-ordinal-group: 0;
7240     -webkit-order: -1;
7241             order: -1; }
7242   [flex-order-gt-sm="0"] {
7243     -webkit-box-ordinal-group: 1;
7244     -webkit-order: 0;
7245             order: 0; }
7246   [flex-order-gt-sm="1"] {
7247     -webkit-box-ordinal-group: 2;
7248     -webkit-order: 1;
7249             order: 1; }
7250   [flex-order-gt-sm="2"] {
7251     -webkit-box-ordinal-group: 3;
7252     -webkit-order: 2;
7253             order: 2; }
7254   [flex-order-gt-sm="3"] {
7255     -webkit-box-ordinal-group: 4;
7256     -webkit-order: 3;
7257             order: 3; }
7258   [flex-order-gt-sm="4"] {
7259     -webkit-box-ordinal-group: 5;
7260     -webkit-order: 4;
7261             order: 4; }
7262   [flex-order-gt-sm="5"] {
7263     -webkit-box-ordinal-group: 6;
7264     -webkit-order: 5;
7265             order: 5; }
7266   [flex-order-gt-sm="6"] {
7267     -webkit-box-ordinal-group: 7;
7268     -webkit-order: 6;
7269             order: 6; }
7270   [flex-order-gt-sm="7"] {
7271     -webkit-box-ordinal-group: 8;
7272     -webkit-order: 7;
7273             order: 7; }
7274   [flex-order-gt-sm="8"] {
7275     -webkit-box-ordinal-group: 9;
7276     -webkit-order: 8;
7277             order: 8; }
7278   [flex-order-gt-sm="9"] {
7279     -webkit-box-ordinal-group: 10;
7280     -webkit-order: 9;
7281             order: 9; }
7282   [flex-order-gt-sm="10"] {
7283     -webkit-box-ordinal-group: 11;
7284     -webkit-order: 10;
7285             order: 10; }
7286   [flex-order-gt-sm="11"] {
7287     -webkit-box-ordinal-group: 12;
7288     -webkit-order: 11;
7289             order: 11; }
7290   [flex-order-gt-sm="12"] {
7291     -webkit-box-ordinal-group: 13;
7292     -webkit-order: 12;
7293             order: 12; }
7294   [flex-order-gt-sm="13"] {
7295     -webkit-box-ordinal-group: 14;
7296     -webkit-order: 13;
7297             order: 13; }
7298   [flex-order-gt-sm="14"] {
7299     -webkit-box-ordinal-group: 15;
7300     -webkit-order: 14;
7301             order: 14; }
7302   [flex-order-gt-sm="15"] {
7303     -webkit-box-ordinal-group: 16;
7304     -webkit-order: 15;
7305             order: 15; }
7306   [flex-order-gt-sm="16"] {
7307     -webkit-box-ordinal-group: 17;
7308     -webkit-order: 16;
7309             order: 16; }
7310   [flex-order-gt-sm="17"] {
7311     -webkit-box-ordinal-group: 18;
7312     -webkit-order: 17;
7313             order: 17; }
7314   [flex-order-gt-sm="18"] {
7315     -webkit-box-ordinal-group: 19;
7316     -webkit-order: 18;
7317             order: 18; }
7318   [flex-order-gt-sm="19"] {
7319     -webkit-box-ordinal-group: 20;
7320     -webkit-order: 19;
7321             order: 19; }
7322   [flex-order-gt-sm="20"] {
7323     -webkit-box-ordinal-group: 21;
7324     -webkit-order: 20;
7325             order: 20; }
7326   [flex-offset-gt-sm="0"] {
7327     margin-left: 0%; }
7328   [flex-offset-gt-sm="5"] {
7329     margin-left: 5%; }
7330   [flex-offset-gt-sm="10"] {
7331     margin-left: 10%; }
7332   [flex-offset-gt-sm="15"] {
7333     margin-left: 15%; }
7334   [flex-offset-gt-sm="20"] {
7335     margin-left: 20%; }
7336   [flex-offset-gt-sm="25"] {
7337     margin-left: 25%; }
7338   [flex-offset-gt-sm="30"] {
7339     margin-left: 30%; }
7340   [flex-offset-gt-sm="35"] {
7341     margin-left: 35%; }
7342   [flex-offset-gt-sm="40"] {
7343     margin-left: 40%; }
7344   [flex-offset-gt-sm="45"] {
7345     margin-left: 45%; }
7346   [flex-offset-gt-sm="50"] {
7347     margin-left: 50%; }
7348   [flex-offset-gt-sm="55"] {
7349     margin-left: 55%; }
7350   [flex-offset-gt-sm="60"] {
7351     margin-left: 60%; }
7352   [flex-offset-gt-sm="65"] {
7353     margin-left: 65%; }
7354   [flex-offset-gt-sm="70"] {
7355     margin-left: 70%; }
7356   [flex-offset-gt-sm="75"] {
7357     margin-left: 75%; }
7358   [flex-offset-gt-sm="80"] {
7359     margin-left: 80%; }
7360   [flex-offset-gt-sm="85"] {
7361     margin-left: 85%; }
7362   [flex-offset-gt-sm="90"] {
7363     margin-left: 90%; }
7364   [flex-offset-gt-sm="95"] {
7365     margin-left: 95%; }
7366   [flex-offset-gt-sm="33"] {
7367     margin-left: calc(100% / 3); }
7368   [flex-offset-gt-sm="66"] {
7369     margin-left: calc(200% / 3); }
7370   [layout-align-gt-sm],
7371   [layout-align-gt-sm="start stretch"] {
7372     -webkit-box-pack: start;
7373     -webkit-justify-content: flex-start;
7374             justify-content: flex-start;
7375     -webkit-align-content: stretch;
7376             align-content: stretch;
7377     -webkit-box-align: stretch;
7378     -webkit-align-items: stretch;
7379             align-items: stretch; }
7380   [layout-align-gt-sm="start"],
7381   [layout-align-gt-sm="start start"],
7382   [layout-align-gt-sm="start center"],
7383   [layout-align-gt-sm="start end"],
7384   [layout-align-gt-sm="start stretch"] {
7385     -webkit-box-pack: start;
7386     -webkit-justify-content: flex-start;
7387             justify-content: flex-start; }
7388   [layout-align-gt-sm="center"],
7389   [layout-align-gt-sm="center start"],
7390   [layout-align-gt-sm="center center"],
7391   [layout-align-gt-sm="center end"],
7392   [layout-align-gt-sm="center stretch"] {
7393     -webkit-box-pack: center;
7394     -webkit-justify-content: center;
7395             justify-content: center; }
7396   [layout-align-gt-sm="end"],
7397   [layout-align-gt-sm="end center"],
7398   [layout-align-gt-sm="end start"],
7399   [layout-align-gt-sm="end end"],
7400   [layout-align-gt-sm="end stretch"] {
7401     -webkit-box-pack: end;
7402     -webkit-justify-content: flex-end;
7403             justify-content: flex-end; }
7404   [layout-align-gt-sm="space-around"],
7405   [layout-align-gt-sm="space-around center"],
7406   [layout-align-gt-sm="space-around start"],
7407   [layout-align-gt-sm="space-around end"],
7408   [layout-align-gt-sm="space-around stretch"] {
7409     -webkit-justify-content: space-around;
7410             justify-content: space-around; }
7411   [layout-align-gt-sm="space-between"],
7412   [layout-align-gt-sm="space-between center"],
7413   [layout-align-gt-sm="space-between start"],
7414   [layout-align-gt-sm="space-between end"],
7415   [layout-align-gt-sm="space-between stretch"] {
7416     -webkit-box-pack: justify;
7417     -webkit-justify-content: space-between;
7418             justify-content: space-between; }
7419   [layout-align-gt-sm="start start"],
7420   [layout-align-gt-sm="center start"],
7421   [layout-align-gt-sm="end start"],
7422   [layout-align-gt-sm="space-between start"],
7423   [layout-align-gt-sm="space-around start"] {
7424     -webkit-box-align: start;
7425     -webkit-align-items: flex-start;
7426             align-items: flex-start;
7427     -webkit-align-content: flex-start;
7428             align-content: flex-start; }
7429   [layout-align-gt-sm="start center"],
7430   [layout-align-gt-sm="center center"],
7431   [layout-align-gt-sm="end center"],
7432   [layout-align-gt-sm="space-between center"],
7433   [layout-align-gt-sm="space-around center"] {
7434     -webkit-box-align: center;
7435     -webkit-align-items: center;
7436             align-items: center;
7437     -webkit-align-content: center;
7438             align-content: center;
7439     max-width: 100%; }
7440   [layout-align-gt-sm="start center"] > *,
7441   [layout-align-gt-sm="center center"] > *,
7442   [layout-align-gt-sm="end center"] > *,
7443   [layout-align-gt-sm="space-between center"] > *,
7444   [layout-align-gt-sm="space-around center"] > * {
7445     max-width: 100%;
7446     box-sizing: border-box; }
7447   [layout-align-gt-sm="start end"],
7448   [layout-align-gt-sm="center end"],
7449   [layout-align-gt-sm="end end"],
7450   [layout-align-gt-sm="space-between end"],
7451   [layout-align-gt-sm="space-around end"] {
7452     -webkit-box-align: end;
7453     -webkit-align-items: flex-end;
7454             align-items: flex-end;
7455     -webkit-align-content: flex-end;
7456             align-content: flex-end; }
7457   [layout-align-gt-sm="start stretch"],
7458   [layout-align-gt-sm="center stretch"],
7459   [layout-align-gt-sm="end stretch"],
7460   [layout-align-gt-sm="space-between stretch"],
7461   [layout-align-gt-sm="space-around stretch"] {
7462     -webkit-box-align: stretch;
7463     -webkit-align-items: stretch;
7464             align-items: stretch;
7465     -webkit-align-content: stretch;
7466             align-content: stretch; }
7467   [flex-gt-sm] {
7468     -webkit-box-flex: 1;
7469     -webkit-flex: 1;
7470             flex: 1;
7471     box-sizing: border-box; }
7472   [flex-gt-sm-grow] {
7473     -webkit-box-flex: 1;
7474     -webkit-flex: 1 1 100%;
7475             flex: 1 1 100%;
7476     box-sizing: border-box; }
7477   [flex-gt-sm-initial] {
7478     -webkit-box-flex: 0;
7479     -webkit-flex: 0 1 auto;
7480             flex: 0 1 auto;
7481     box-sizing: border-box; }
7482   [flex-gt-sm-auto] {
7483     -webkit-box-flex: 1;
7484     -webkit-flex: 1 1 auto;
7485             flex: 1 1 auto;
7486     box-sizing: border-box; }
7487   [flex-gt-sm-none] {
7488     -webkit-box-flex: 0;
7489     -webkit-flex: 0 0 auto;
7490             flex: 0 0 auto;
7491     box-sizing: border-box; }
7492   [flex-gt-sm="0"] {
7493     -webkit-box-flex: 1;
7494     -webkit-flex: 1 1 0%;
7495             flex: 1 1 0%;
7496     max-width: 0%;
7497     max-height: 100%;
7498     box-sizing: border-box; }
7499   [layout="row"] > [flex-gt-sm="0"] {
7500     -webkit-box-flex: 1;
7501     -webkit-flex: 1 1 0%;
7502             flex: 1 1 0%;
7503     max-width: 0%;
7504     max-height: 100%;
7505     box-sizing: border-box; }
7506   [layout="column"] > [flex-gt-sm="0"] {
7507     -webkit-box-flex: 1;
7508     -webkit-flex: 1 1 0%;
7509             flex: 1 1 0%;
7510     max-width: 100%;
7511     max-height: 0%;
7512     box-sizing: border-box; }
7513   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7514     -webkit-box-flex: 1;
7515     -webkit-flex: 1 1 33.33%;
7516             flex: 1 1 33.33%;
7517     max-width: 33.33%;
7518     max-height: 100%;
7519     box-sizing: border-box; }
7520   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7521     -webkit-box-flex: 1;
7522     -webkit-flex: 1 1 66.66%;
7523             flex: 1 1 66.66%;
7524     max-width: 66.66%;
7525     max-height: 100%;
7526     box-sizing: border-box; }
7527   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7528     -webkit-box-flex: 1;
7529     -webkit-flex: 1 1 33.33%;
7530             flex: 1 1 33.33%;
7531     max-width: 100%;
7532     max-height: 33.33%;
7533     box-sizing: border-box; }
7534   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7535     -webkit-box-flex: 1;
7536     -webkit-flex: 1 1 66.66%;
7537             flex: 1 1 66.66%;
7538     max-width: 100%;
7539     max-height: 66.66%;
7540     box-sizing: border-box; }
7541   [layout-gt-sm="row"] > [flex-gt-sm="0"] {
7542     -webkit-box-flex: 1;
7543     -webkit-flex: 1 1 0%;
7544             flex: 1 1 0%;
7545     max-width: 0%;
7546     max-height: 100%;
7547     box-sizing: border-box; }
7548   [layout-gt-sm="column"] > [flex-gt-sm="0"] {
7549     -webkit-box-flex: 1;
7550     -webkit-flex: 1 1 0%;
7551             flex: 1 1 0%;
7552     max-width: 100%;
7553     max-height: 0%;
7554     box-sizing: border-box; }
7555   [flex-gt-sm="5"] {
7556     -webkit-box-flex: 1;
7557     -webkit-flex: 1 1 5%;
7558             flex: 1 1 5%;
7559     max-width: 5%;
7560     max-height: 100%;
7561     box-sizing: border-box; }
7562   [layout="row"] > [flex-gt-sm="5"] {
7563     -webkit-box-flex: 1;
7564     -webkit-flex: 1 1 5%;
7565             flex: 1 1 5%;
7566     max-width: 5%;
7567     max-height: 100%;
7568     box-sizing: border-box; }
7569   [layout="column"] > [flex-gt-sm="5"] {
7570     -webkit-box-flex: 1;
7571     -webkit-flex: 1 1 5%;
7572             flex: 1 1 5%;
7573     max-width: 100%;
7574     max-height: 5%;
7575     box-sizing: border-box; }
7576   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7577     -webkit-box-flex: 1;
7578     -webkit-flex: 1 1 33.33%;
7579             flex: 1 1 33.33%;
7580     max-width: 33.33%;
7581     max-height: 100%;
7582     box-sizing: border-box; }
7583   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7584     -webkit-box-flex: 1;
7585     -webkit-flex: 1 1 66.66%;
7586             flex: 1 1 66.66%;
7587     max-width: 66.66%;
7588     max-height: 100%;
7589     box-sizing: border-box; }
7590   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7591     -webkit-box-flex: 1;
7592     -webkit-flex: 1 1 33.33%;
7593             flex: 1 1 33.33%;
7594     max-width: 100%;
7595     max-height: 33.33%;
7596     box-sizing: border-box; }
7597   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7598     -webkit-box-flex: 1;
7599     -webkit-flex: 1 1 66.66%;
7600             flex: 1 1 66.66%;
7601     max-width: 100%;
7602     max-height: 66.66%;
7603     box-sizing: border-box; }
7604   [layout-gt-sm="row"] > [flex-gt-sm="5"] {
7605     -webkit-box-flex: 1;
7606     -webkit-flex: 1 1 5%;
7607             flex: 1 1 5%;
7608     max-width: 5%;
7609     max-height: 100%;
7610     box-sizing: border-box; }
7611   [layout-gt-sm="column"] > [flex-gt-sm="5"] {
7612     -webkit-box-flex: 1;
7613     -webkit-flex: 1 1 5%;
7614             flex: 1 1 5%;
7615     max-width: 100%;
7616     max-height: 5%;
7617     box-sizing: border-box; }
7618   [flex-gt-sm="10"] {
7619     -webkit-box-flex: 1;
7620     -webkit-flex: 1 1 10%;
7621             flex: 1 1 10%;
7622     max-width: 10%;
7623     max-height: 100%;
7624     box-sizing: border-box; }
7625   [layout="row"] > [flex-gt-sm="10"] {
7626     -webkit-box-flex: 1;
7627     -webkit-flex: 1 1 10%;
7628             flex: 1 1 10%;
7629     max-width: 10%;
7630     max-height: 100%;
7631     box-sizing: border-box; }
7632   [layout="column"] > [flex-gt-sm="10"] {
7633     -webkit-box-flex: 1;
7634     -webkit-flex: 1 1 10%;
7635             flex: 1 1 10%;
7636     max-width: 100%;
7637     max-height: 10%;
7638     box-sizing: border-box; }
7639   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7640     -webkit-box-flex: 1;
7641     -webkit-flex: 1 1 33.33%;
7642             flex: 1 1 33.33%;
7643     max-width: 33.33%;
7644     max-height: 100%;
7645     box-sizing: border-box; }
7646   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7647     -webkit-box-flex: 1;
7648     -webkit-flex: 1 1 66.66%;
7649             flex: 1 1 66.66%;
7650     max-width: 66.66%;
7651     max-height: 100%;
7652     box-sizing: border-box; }
7653   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7654     -webkit-box-flex: 1;
7655     -webkit-flex: 1 1 33.33%;
7656             flex: 1 1 33.33%;
7657     max-width: 100%;
7658     max-height: 33.33%;
7659     box-sizing: border-box; }
7660   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7661     -webkit-box-flex: 1;
7662     -webkit-flex: 1 1 66.66%;
7663             flex: 1 1 66.66%;
7664     max-width: 100%;
7665     max-height: 66.66%;
7666     box-sizing: border-box; }
7667   [layout-gt-sm="row"] > [flex-gt-sm="10"] {
7668     -webkit-box-flex: 1;
7669     -webkit-flex: 1 1 10%;
7670             flex: 1 1 10%;
7671     max-width: 10%;
7672     max-height: 100%;
7673     box-sizing: border-box; }
7674   [layout-gt-sm="column"] > [flex-gt-sm="10"] {
7675     -webkit-box-flex: 1;
7676     -webkit-flex: 1 1 10%;
7677             flex: 1 1 10%;
7678     max-width: 100%;
7679     max-height: 10%;
7680     box-sizing: border-box; }
7681   [flex-gt-sm="15"] {
7682     -webkit-box-flex: 1;
7683     -webkit-flex: 1 1 15%;
7684             flex: 1 1 15%;
7685     max-width: 15%;
7686     max-height: 100%;
7687     box-sizing: border-box; }
7688   [layout="row"] > [flex-gt-sm="15"] {
7689     -webkit-box-flex: 1;
7690     -webkit-flex: 1 1 15%;
7691             flex: 1 1 15%;
7692     max-width: 15%;
7693     max-height: 100%;
7694     box-sizing: border-box; }
7695   [layout="column"] > [flex-gt-sm="15"] {
7696     -webkit-box-flex: 1;
7697     -webkit-flex: 1 1 15%;
7698             flex: 1 1 15%;
7699     max-width: 100%;
7700     max-height: 15%;
7701     box-sizing: border-box; }
7702   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7703     -webkit-box-flex: 1;
7704     -webkit-flex: 1 1 33.33%;
7705             flex: 1 1 33.33%;
7706     max-width: 33.33%;
7707     max-height: 100%;
7708     box-sizing: border-box; }
7709   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7710     -webkit-box-flex: 1;
7711     -webkit-flex: 1 1 66.66%;
7712             flex: 1 1 66.66%;
7713     max-width: 66.66%;
7714     max-height: 100%;
7715     box-sizing: border-box; }
7716   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7717     -webkit-box-flex: 1;
7718     -webkit-flex: 1 1 33.33%;
7719             flex: 1 1 33.33%;
7720     max-width: 100%;
7721     max-height: 33.33%;
7722     box-sizing: border-box; }
7723   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7724     -webkit-box-flex: 1;
7725     -webkit-flex: 1 1 66.66%;
7726             flex: 1 1 66.66%;
7727     max-width: 100%;
7728     max-height: 66.66%;
7729     box-sizing: border-box; }
7730   [layout-gt-sm="row"] > [flex-gt-sm="15"] {
7731     -webkit-box-flex: 1;
7732     -webkit-flex: 1 1 15%;
7733             flex: 1 1 15%;
7734     max-width: 15%;
7735     max-height: 100%;
7736     box-sizing: border-box; }
7737   [layout-gt-sm="column"] > [flex-gt-sm="15"] {
7738     -webkit-box-flex: 1;
7739     -webkit-flex: 1 1 15%;
7740             flex: 1 1 15%;
7741     max-width: 100%;
7742     max-height: 15%;
7743     box-sizing: border-box; }
7744   [flex-gt-sm="20"] {
7745     -webkit-box-flex: 1;
7746     -webkit-flex: 1 1 20%;
7747             flex: 1 1 20%;
7748     max-width: 20%;
7749     max-height: 100%;
7750     box-sizing: border-box; }
7751   [layout="row"] > [flex-gt-sm="20"] {
7752     -webkit-box-flex: 1;
7753     -webkit-flex: 1 1 20%;
7754             flex: 1 1 20%;
7755     max-width: 20%;
7756     max-height: 100%;
7757     box-sizing: border-box; }
7758   [layout="column"] > [flex-gt-sm="20"] {
7759     -webkit-box-flex: 1;
7760     -webkit-flex: 1 1 20%;
7761             flex: 1 1 20%;
7762     max-width: 100%;
7763     max-height: 20%;
7764     box-sizing: border-box; }
7765   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7766     -webkit-box-flex: 1;
7767     -webkit-flex: 1 1 33.33%;
7768             flex: 1 1 33.33%;
7769     max-width: 33.33%;
7770     max-height: 100%;
7771     box-sizing: border-box; }
7772   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7773     -webkit-box-flex: 1;
7774     -webkit-flex: 1 1 66.66%;
7775             flex: 1 1 66.66%;
7776     max-width: 66.66%;
7777     max-height: 100%;
7778     box-sizing: border-box; }
7779   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7780     -webkit-box-flex: 1;
7781     -webkit-flex: 1 1 33.33%;
7782             flex: 1 1 33.33%;
7783     max-width: 100%;
7784     max-height: 33.33%;
7785     box-sizing: border-box; }
7786   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7787     -webkit-box-flex: 1;
7788     -webkit-flex: 1 1 66.66%;
7789             flex: 1 1 66.66%;
7790     max-width: 100%;
7791     max-height: 66.66%;
7792     box-sizing: border-box; }
7793   [layout-gt-sm="row"] > [flex-gt-sm="20"] {
7794     -webkit-box-flex: 1;
7795     -webkit-flex: 1 1 20%;
7796             flex: 1 1 20%;
7797     max-width: 20%;
7798     max-height: 100%;
7799     box-sizing: border-box; }
7800   [layout-gt-sm="column"] > [flex-gt-sm="20"] {
7801     -webkit-box-flex: 1;
7802     -webkit-flex: 1 1 20%;
7803             flex: 1 1 20%;
7804     max-width: 100%;
7805     max-height: 20%;
7806     box-sizing: border-box; }
7807   [flex-gt-sm="25"] {
7808     -webkit-box-flex: 1;
7809     -webkit-flex: 1 1 25%;
7810             flex: 1 1 25%;
7811     max-width: 25%;
7812     max-height: 100%;
7813     box-sizing: border-box; }
7814   [layout="row"] > [flex-gt-sm="25"] {
7815     -webkit-box-flex: 1;
7816     -webkit-flex: 1 1 25%;
7817             flex: 1 1 25%;
7818     max-width: 25%;
7819     max-height: 100%;
7820     box-sizing: border-box; }
7821   [layout="column"] > [flex-gt-sm="25"] {
7822     -webkit-box-flex: 1;
7823     -webkit-flex: 1 1 25%;
7824             flex: 1 1 25%;
7825     max-width: 100%;
7826     max-height: 25%;
7827     box-sizing: border-box; }
7828   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7829     -webkit-box-flex: 1;
7830     -webkit-flex: 1 1 33.33%;
7831             flex: 1 1 33.33%;
7832     max-width: 33.33%;
7833     max-height: 100%;
7834     box-sizing: border-box; }
7835   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7836     -webkit-box-flex: 1;
7837     -webkit-flex: 1 1 66.66%;
7838             flex: 1 1 66.66%;
7839     max-width: 66.66%;
7840     max-height: 100%;
7841     box-sizing: border-box; }
7842   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7843     -webkit-box-flex: 1;
7844     -webkit-flex: 1 1 33.33%;
7845             flex: 1 1 33.33%;
7846     max-width: 100%;
7847     max-height: 33.33%;
7848     box-sizing: border-box; }
7849   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7850     -webkit-box-flex: 1;
7851     -webkit-flex: 1 1 66.66%;
7852             flex: 1 1 66.66%;
7853     max-width: 100%;
7854     max-height: 66.66%;
7855     box-sizing: border-box; }
7856   [layout-gt-sm="row"] > [flex-gt-sm="25"] {
7857     -webkit-box-flex: 1;
7858     -webkit-flex: 1 1 25%;
7859             flex: 1 1 25%;
7860     max-width: 25%;
7861     max-height: 100%;
7862     box-sizing: border-box; }
7863   [layout-gt-sm="column"] > [flex-gt-sm="25"] {
7864     -webkit-box-flex: 1;
7865     -webkit-flex: 1 1 25%;
7866             flex: 1 1 25%;
7867     max-width: 100%;
7868     max-height: 25%;
7869     box-sizing: border-box; }
7870   [flex-gt-sm="30"] {
7871     -webkit-box-flex: 1;
7872     -webkit-flex: 1 1 30%;
7873             flex: 1 1 30%;
7874     max-width: 30%;
7875     max-height: 100%;
7876     box-sizing: border-box; }
7877   [layout="row"] > [flex-gt-sm="30"] {
7878     -webkit-box-flex: 1;
7879     -webkit-flex: 1 1 30%;
7880             flex: 1 1 30%;
7881     max-width: 30%;
7882     max-height: 100%;
7883     box-sizing: border-box; }
7884   [layout="column"] > [flex-gt-sm="30"] {
7885     -webkit-box-flex: 1;
7886     -webkit-flex: 1 1 30%;
7887             flex: 1 1 30%;
7888     max-width: 100%;
7889     max-height: 30%;
7890     box-sizing: border-box; }
7891   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7892     -webkit-box-flex: 1;
7893     -webkit-flex: 1 1 33.33%;
7894             flex: 1 1 33.33%;
7895     max-width: 33.33%;
7896     max-height: 100%;
7897     box-sizing: border-box; }
7898   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7899     -webkit-box-flex: 1;
7900     -webkit-flex: 1 1 66.66%;
7901             flex: 1 1 66.66%;
7902     max-width: 66.66%;
7903     max-height: 100%;
7904     box-sizing: border-box; }
7905   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7906     -webkit-box-flex: 1;
7907     -webkit-flex: 1 1 33.33%;
7908             flex: 1 1 33.33%;
7909     max-width: 100%;
7910     max-height: 33.33%;
7911     box-sizing: border-box; }
7912   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7913     -webkit-box-flex: 1;
7914     -webkit-flex: 1 1 66.66%;
7915             flex: 1 1 66.66%;
7916     max-width: 100%;
7917     max-height: 66.66%;
7918     box-sizing: border-box; }
7919   [layout-gt-sm="row"] > [flex-gt-sm="30"] {
7920     -webkit-box-flex: 1;
7921     -webkit-flex: 1 1 30%;
7922             flex: 1 1 30%;
7923     max-width: 30%;
7924     max-height: 100%;
7925     box-sizing: border-box; }
7926   [layout-gt-sm="column"] > [flex-gt-sm="30"] {
7927     -webkit-box-flex: 1;
7928     -webkit-flex: 1 1 30%;
7929             flex: 1 1 30%;
7930     max-width: 100%;
7931     max-height: 30%;
7932     box-sizing: border-box; }
7933   [flex-gt-sm="35"] {
7934     -webkit-box-flex: 1;
7935     -webkit-flex: 1 1 35%;
7936             flex: 1 1 35%;
7937     max-width: 35%;
7938     max-height: 100%;
7939     box-sizing: border-box; }
7940   [layout="row"] > [flex-gt-sm="35"] {
7941     -webkit-box-flex: 1;
7942     -webkit-flex: 1 1 35%;
7943             flex: 1 1 35%;
7944     max-width: 35%;
7945     max-height: 100%;
7946     box-sizing: border-box; }
7947   [layout="column"] > [flex-gt-sm="35"] {
7948     -webkit-box-flex: 1;
7949     -webkit-flex: 1 1 35%;
7950             flex: 1 1 35%;
7951     max-width: 100%;
7952     max-height: 35%;
7953     box-sizing: border-box; }
7954   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
7955     -webkit-box-flex: 1;
7956     -webkit-flex: 1 1 33.33%;
7957             flex: 1 1 33.33%;
7958     max-width: 33.33%;
7959     max-height: 100%;
7960     box-sizing: border-box; }
7961   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
7962     -webkit-box-flex: 1;
7963     -webkit-flex: 1 1 66.66%;
7964             flex: 1 1 66.66%;
7965     max-width: 66.66%;
7966     max-height: 100%;
7967     box-sizing: border-box; }
7968   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
7969     -webkit-box-flex: 1;
7970     -webkit-flex: 1 1 33.33%;
7971             flex: 1 1 33.33%;
7972     max-width: 100%;
7973     max-height: 33.33%;
7974     box-sizing: border-box; }
7975   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
7976     -webkit-box-flex: 1;
7977     -webkit-flex: 1 1 66.66%;
7978             flex: 1 1 66.66%;
7979     max-width: 100%;
7980     max-height: 66.66%;
7981     box-sizing: border-box; }
7982   [layout-gt-sm="row"] > [flex-gt-sm="35"] {
7983     -webkit-box-flex: 1;
7984     -webkit-flex: 1 1 35%;
7985             flex: 1 1 35%;
7986     max-width: 35%;
7987     max-height: 100%;
7988     box-sizing: border-box; }
7989   [layout-gt-sm="column"] > [flex-gt-sm="35"] {
7990     -webkit-box-flex: 1;
7991     -webkit-flex: 1 1 35%;
7992             flex: 1 1 35%;
7993     max-width: 100%;
7994     max-height: 35%;
7995     box-sizing: border-box; }
7996   [flex-gt-sm="40"] {
7997     -webkit-box-flex: 1;
7998     -webkit-flex: 1 1 40%;
7999             flex: 1 1 40%;
8000     max-width: 40%;
8001     max-height: 100%;
8002     box-sizing: border-box; }
8003   [layout="row"] > [flex-gt-sm="40"] {
8004     -webkit-box-flex: 1;
8005     -webkit-flex: 1 1 40%;
8006             flex: 1 1 40%;
8007     max-width: 40%;
8008     max-height: 100%;
8009     box-sizing: border-box; }
8010   [layout="column"] > [flex-gt-sm="40"] {
8011     -webkit-box-flex: 1;
8012     -webkit-flex: 1 1 40%;
8013             flex: 1 1 40%;
8014     max-width: 100%;
8015     max-height: 40%;
8016     box-sizing: border-box; }
8017   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8018     -webkit-box-flex: 1;
8019     -webkit-flex: 1 1 33.33%;
8020             flex: 1 1 33.33%;
8021     max-width: 33.33%;
8022     max-height: 100%;
8023     box-sizing: border-box; }
8024   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8025     -webkit-box-flex: 1;
8026     -webkit-flex: 1 1 66.66%;
8027             flex: 1 1 66.66%;
8028     max-width: 66.66%;
8029     max-height: 100%;
8030     box-sizing: border-box; }
8031   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8032     -webkit-box-flex: 1;
8033     -webkit-flex: 1 1 33.33%;
8034             flex: 1 1 33.33%;
8035     max-width: 100%;
8036     max-height: 33.33%;
8037     box-sizing: border-box; }
8038   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8039     -webkit-box-flex: 1;
8040     -webkit-flex: 1 1 66.66%;
8041             flex: 1 1 66.66%;
8042     max-width: 100%;
8043     max-height: 66.66%;
8044     box-sizing: border-box; }
8045   [layout-gt-sm="row"] > [flex-gt-sm="40"] {
8046     -webkit-box-flex: 1;
8047     -webkit-flex: 1 1 40%;
8048             flex: 1 1 40%;
8049     max-width: 40%;
8050     max-height: 100%;
8051     box-sizing: border-box; }
8052   [layout-gt-sm="column"] > [flex-gt-sm="40"] {
8053     -webkit-box-flex: 1;
8054     -webkit-flex: 1 1 40%;
8055             flex: 1 1 40%;
8056     max-width: 100%;
8057     max-height: 40%;
8058     box-sizing: border-box; }
8059   [flex-gt-sm="45"] {
8060     -webkit-box-flex: 1;
8061     -webkit-flex: 1 1 45%;
8062             flex: 1 1 45%;
8063     max-width: 45%;
8064     max-height: 100%;
8065     box-sizing: border-box; }
8066   [layout="row"] > [flex-gt-sm="45"] {
8067     -webkit-box-flex: 1;
8068     -webkit-flex: 1 1 45%;
8069             flex: 1 1 45%;
8070     max-width: 45%;
8071     max-height: 100%;
8072     box-sizing: border-box; }
8073   [layout="column"] > [flex-gt-sm="45"] {
8074     -webkit-box-flex: 1;
8075     -webkit-flex: 1 1 45%;
8076             flex: 1 1 45%;
8077     max-width: 100%;
8078     max-height: 45%;
8079     box-sizing: border-box; }
8080   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8081     -webkit-box-flex: 1;
8082     -webkit-flex: 1 1 33.33%;
8083             flex: 1 1 33.33%;
8084     max-width: 33.33%;
8085     max-height: 100%;
8086     box-sizing: border-box; }
8087   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8088     -webkit-box-flex: 1;
8089     -webkit-flex: 1 1 66.66%;
8090             flex: 1 1 66.66%;
8091     max-width: 66.66%;
8092     max-height: 100%;
8093     box-sizing: border-box; }
8094   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8095     -webkit-box-flex: 1;
8096     -webkit-flex: 1 1 33.33%;
8097             flex: 1 1 33.33%;
8098     max-width: 100%;
8099     max-height: 33.33%;
8100     box-sizing: border-box; }
8101   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8102     -webkit-box-flex: 1;
8103     -webkit-flex: 1 1 66.66%;
8104             flex: 1 1 66.66%;
8105     max-width: 100%;
8106     max-height: 66.66%;
8107     box-sizing: border-box; }
8108   [layout-gt-sm="row"] > [flex-gt-sm="45"] {
8109     -webkit-box-flex: 1;
8110     -webkit-flex: 1 1 45%;
8111             flex: 1 1 45%;
8112     max-width: 45%;
8113     max-height: 100%;
8114     box-sizing: border-box; }
8115   [layout-gt-sm="column"] > [flex-gt-sm="45"] {
8116     -webkit-box-flex: 1;
8117     -webkit-flex: 1 1 45%;
8118             flex: 1 1 45%;
8119     max-width: 100%;
8120     max-height: 45%;
8121     box-sizing: border-box; }
8122   [flex-gt-sm="50"] {
8123     -webkit-box-flex: 1;
8124     -webkit-flex: 1 1 50%;
8125             flex: 1 1 50%;
8126     max-width: 50%;
8127     max-height: 100%;
8128     box-sizing: border-box; }
8129   [layout="row"] > [flex-gt-sm="50"] {
8130     -webkit-box-flex: 1;
8131     -webkit-flex: 1 1 50%;
8132             flex: 1 1 50%;
8133     max-width: 50%;
8134     max-height: 100%;
8135     box-sizing: border-box; }
8136   [layout="column"] > [flex-gt-sm="50"] {
8137     -webkit-box-flex: 1;
8138     -webkit-flex: 1 1 50%;
8139             flex: 1 1 50%;
8140     max-width: 100%;
8141     max-height: 50%;
8142     box-sizing: border-box; }
8143   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8144     -webkit-box-flex: 1;
8145     -webkit-flex: 1 1 33.33%;
8146             flex: 1 1 33.33%;
8147     max-width: 33.33%;
8148     max-height: 100%;
8149     box-sizing: border-box; }
8150   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8151     -webkit-box-flex: 1;
8152     -webkit-flex: 1 1 66.66%;
8153             flex: 1 1 66.66%;
8154     max-width: 66.66%;
8155     max-height: 100%;
8156     box-sizing: border-box; }
8157   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8158     -webkit-box-flex: 1;
8159     -webkit-flex: 1 1 33.33%;
8160             flex: 1 1 33.33%;
8161     max-width: 100%;
8162     max-height: 33.33%;
8163     box-sizing: border-box; }
8164   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8165     -webkit-box-flex: 1;
8166     -webkit-flex: 1 1 66.66%;
8167             flex: 1 1 66.66%;
8168     max-width: 100%;
8169     max-height: 66.66%;
8170     box-sizing: border-box; }
8171   [layout-gt-sm="row"] > [flex-gt-sm="50"] {
8172     -webkit-box-flex: 1;
8173     -webkit-flex: 1 1 50%;
8174             flex: 1 1 50%;
8175     max-width: 50%;
8176     max-height: 100%;
8177     box-sizing: border-box; }
8178   [layout-gt-sm="column"] > [flex-gt-sm="50"] {
8179     -webkit-box-flex: 1;
8180     -webkit-flex: 1 1 50%;
8181             flex: 1 1 50%;
8182     max-width: 100%;
8183     max-height: 50%;
8184     box-sizing: border-box; }
8185   [flex-gt-sm="55"] {
8186     -webkit-box-flex: 1;
8187     -webkit-flex: 1 1 55%;
8188             flex: 1 1 55%;
8189     max-width: 55%;
8190     max-height: 100%;
8191     box-sizing: border-box; }
8192   [layout="row"] > [flex-gt-sm="55"] {
8193     -webkit-box-flex: 1;
8194     -webkit-flex: 1 1 55%;
8195             flex: 1 1 55%;
8196     max-width: 55%;
8197     max-height: 100%;
8198     box-sizing: border-box; }
8199   [layout="column"] > [flex-gt-sm="55"] {
8200     -webkit-box-flex: 1;
8201     -webkit-flex: 1 1 55%;
8202             flex: 1 1 55%;
8203     max-width: 100%;
8204     max-height: 55%;
8205     box-sizing: border-box; }
8206   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8207     -webkit-box-flex: 1;
8208     -webkit-flex: 1 1 33.33%;
8209             flex: 1 1 33.33%;
8210     max-width: 33.33%;
8211     max-height: 100%;
8212     box-sizing: border-box; }
8213   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8214     -webkit-box-flex: 1;
8215     -webkit-flex: 1 1 66.66%;
8216             flex: 1 1 66.66%;
8217     max-width: 66.66%;
8218     max-height: 100%;
8219     box-sizing: border-box; }
8220   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8221     -webkit-box-flex: 1;
8222     -webkit-flex: 1 1 33.33%;
8223             flex: 1 1 33.33%;
8224     max-width: 100%;
8225     max-height: 33.33%;
8226     box-sizing: border-box; }
8227   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8228     -webkit-box-flex: 1;
8229     -webkit-flex: 1 1 66.66%;
8230             flex: 1 1 66.66%;
8231     max-width: 100%;
8232     max-height: 66.66%;
8233     box-sizing: border-box; }
8234   [layout-gt-sm="row"] > [flex-gt-sm="55"] {
8235     -webkit-box-flex: 1;
8236     -webkit-flex: 1 1 55%;
8237             flex: 1 1 55%;
8238     max-width: 55%;
8239     max-height: 100%;
8240     box-sizing: border-box; }
8241   [layout-gt-sm="column"] > [flex-gt-sm="55"] {
8242     -webkit-box-flex: 1;
8243     -webkit-flex: 1 1 55%;
8244             flex: 1 1 55%;
8245     max-width: 100%;
8246     max-height: 55%;
8247     box-sizing: border-box; }
8248   [flex-gt-sm="60"] {
8249     -webkit-box-flex: 1;
8250     -webkit-flex: 1 1 60%;
8251             flex: 1 1 60%;
8252     max-width: 60%;
8253     max-height: 100%;
8254     box-sizing: border-box; }
8255   [layout="row"] > [flex-gt-sm="60"] {
8256     -webkit-box-flex: 1;
8257     -webkit-flex: 1 1 60%;
8258             flex: 1 1 60%;
8259     max-width: 60%;
8260     max-height: 100%;
8261     box-sizing: border-box; }
8262   [layout="column"] > [flex-gt-sm="60"] {
8263     -webkit-box-flex: 1;
8264     -webkit-flex: 1 1 60%;
8265             flex: 1 1 60%;
8266     max-width: 100%;
8267     max-height: 60%;
8268     box-sizing: border-box; }
8269   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8270     -webkit-box-flex: 1;
8271     -webkit-flex: 1 1 33.33%;
8272             flex: 1 1 33.33%;
8273     max-width: 33.33%;
8274     max-height: 100%;
8275     box-sizing: border-box; }
8276   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8277     -webkit-box-flex: 1;
8278     -webkit-flex: 1 1 66.66%;
8279             flex: 1 1 66.66%;
8280     max-width: 66.66%;
8281     max-height: 100%;
8282     box-sizing: border-box; }
8283   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8284     -webkit-box-flex: 1;
8285     -webkit-flex: 1 1 33.33%;
8286             flex: 1 1 33.33%;
8287     max-width: 100%;
8288     max-height: 33.33%;
8289     box-sizing: border-box; }
8290   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8291     -webkit-box-flex: 1;
8292     -webkit-flex: 1 1 66.66%;
8293             flex: 1 1 66.66%;
8294     max-width: 100%;
8295     max-height: 66.66%;
8296     box-sizing: border-box; }
8297   [layout-gt-sm="row"] > [flex-gt-sm="60"] {
8298     -webkit-box-flex: 1;
8299     -webkit-flex: 1 1 60%;
8300             flex: 1 1 60%;
8301     max-width: 60%;
8302     max-height: 100%;
8303     box-sizing: border-box; }
8304   [layout-gt-sm="column"] > [flex-gt-sm="60"] {
8305     -webkit-box-flex: 1;
8306     -webkit-flex: 1 1 60%;
8307             flex: 1 1 60%;
8308     max-width: 100%;
8309     max-height: 60%;
8310     box-sizing: border-box; }
8311   [flex-gt-sm="65"] {
8312     -webkit-box-flex: 1;
8313     -webkit-flex: 1 1 65%;
8314             flex: 1 1 65%;
8315     max-width: 65%;
8316     max-height: 100%;
8317     box-sizing: border-box; }
8318   [layout="row"] > [flex-gt-sm="65"] {
8319     -webkit-box-flex: 1;
8320     -webkit-flex: 1 1 65%;
8321             flex: 1 1 65%;
8322     max-width: 65%;
8323     max-height: 100%;
8324     box-sizing: border-box; }
8325   [layout="column"] > [flex-gt-sm="65"] {
8326     -webkit-box-flex: 1;
8327     -webkit-flex: 1 1 65%;
8328             flex: 1 1 65%;
8329     max-width: 100%;
8330     max-height: 65%;
8331     box-sizing: border-box; }
8332   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8333     -webkit-box-flex: 1;
8334     -webkit-flex: 1 1 33.33%;
8335             flex: 1 1 33.33%;
8336     max-width: 33.33%;
8337     max-height: 100%;
8338     box-sizing: border-box; }
8339   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8340     -webkit-box-flex: 1;
8341     -webkit-flex: 1 1 66.66%;
8342             flex: 1 1 66.66%;
8343     max-width: 66.66%;
8344     max-height: 100%;
8345     box-sizing: border-box; }
8346   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8347     -webkit-box-flex: 1;
8348     -webkit-flex: 1 1 33.33%;
8349             flex: 1 1 33.33%;
8350     max-width: 100%;
8351     max-height: 33.33%;
8352     box-sizing: border-box; }
8353   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8354     -webkit-box-flex: 1;
8355     -webkit-flex: 1 1 66.66%;
8356             flex: 1 1 66.66%;
8357     max-width: 100%;
8358     max-height: 66.66%;
8359     box-sizing: border-box; }
8360   [layout-gt-sm="row"] > [flex-gt-sm="65"] {
8361     -webkit-box-flex: 1;
8362     -webkit-flex: 1 1 65%;
8363             flex: 1 1 65%;
8364     max-width: 65%;
8365     max-height: 100%;
8366     box-sizing: border-box; }
8367   [layout-gt-sm="column"] > [flex-gt-sm="65"] {
8368     -webkit-box-flex: 1;
8369     -webkit-flex: 1 1 65%;
8370             flex: 1 1 65%;
8371     max-width: 100%;
8372     max-height: 65%;
8373     box-sizing: border-box; }
8374   [flex-gt-sm="70"] {
8375     -webkit-box-flex: 1;
8376     -webkit-flex: 1 1 70%;
8377             flex: 1 1 70%;
8378     max-width: 70%;
8379     max-height: 100%;
8380     box-sizing: border-box; }
8381   [layout="row"] > [flex-gt-sm="70"] {
8382     -webkit-box-flex: 1;
8383     -webkit-flex: 1 1 70%;
8384             flex: 1 1 70%;
8385     max-width: 70%;
8386     max-height: 100%;
8387     box-sizing: border-box; }
8388   [layout="column"] > [flex-gt-sm="70"] {
8389     -webkit-box-flex: 1;
8390     -webkit-flex: 1 1 70%;
8391             flex: 1 1 70%;
8392     max-width: 100%;
8393     max-height: 70%;
8394     box-sizing: border-box; }
8395   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8396     -webkit-box-flex: 1;
8397     -webkit-flex: 1 1 33.33%;
8398             flex: 1 1 33.33%;
8399     max-width: 33.33%;
8400     max-height: 100%;
8401     box-sizing: border-box; }
8402   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8403     -webkit-box-flex: 1;
8404     -webkit-flex: 1 1 66.66%;
8405             flex: 1 1 66.66%;
8406     max-width: 66.66%;
8407     max-height: 100%;
8408     box-sizing: border-box; }
8409   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8410     -webkit-box-flex: 1;
8411     -webkit-flex: 1 1 33.33%;
8412             flex: 1 1 33.33%;
8413     max-width: 100%;
8414     max-height: 33.33%;
8415     box-sizing: border-box; }
8416   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8417     -webkit-box-flex: 1;
8418     -webkit-flex: 1 1 66.66%;
8419             flex: 1 1 66.66%;
8420     max-width: 100%;
8421     max-height: 66.66%;
8422     box-sizing: border-box; }
8423   [layout-gt-sm="row"] > [flex-gt-sm="70"] {
8424     -webkit-box-flex: 1;
8425     -webkit-flex: 1 1 70%;
8426             flex: 1 1 70%;
8427     max-width: 70%;
8428     max-height: 100%;
8429     box-sizing: border-box; }
8430   [layout-gt-sm="column"] > [flex-gt-sm="70"] {
8431     -webkit-box-flex: 1;
8432     -webkit-flex: 1 1 70%;
8433             flex: 1 1 70%;
8434     max-width: 100%;
8435     max-height: 70%;
8436     box-sizing: border-box; }
8437   [flex-gt-sm="75"] {
8438     -webkit-box-flex: 1;
8439     -webkit-flex: 1 1 75%;
8440             flex: 1 1 75%;
8441     max-width: 75%;
8442     max-height: 100%;
8443     box-sizing: border-box; }
8444   [layout="row"] > [flex-gt-sm="75"] {
8445     -webkit-box-flex: 1;
8446     -webkit-flex: 1 1 75%;
8447             flex: 1 1 75%;
8448     max-width: 75%;
8449     max-height: 100%;
8450     box-sizing: border-box; }
8451   [layout="column"] > [flex-gt-sm="75"] {
8452     -webkit-box-flex: 1;
8453     -webkit-flex: 1 1 75%;
8454             flex: 1 1 75%;
8455     max-width: 100%;
8456     max-height: 75%;
8457     box-sizing: border-box; }
8458   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8459     -webkit-box-flex: 1;
8460     -webkit-flex: 1 1 33.33%;
8461             flex: 1 1 33.33%;
8462     max-width: 33.33%;
8463     max-height: 100%;
8464     box-sizing: border-box; }
8465   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8466     -webkit-box-flex: 1;
8467     -webkit-flex: 1 1 66.66%;
8468             flex: 1 1 66.66%;
8469     max-width: 66.66%;
8470     max-height: 100%;
8471     box-sizing: border-box; }
8472   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8473     -webkit-box-flex: 1;
8474     -webkit-flex: 1 1 33.33%;
8475             flex: 1 1 33.33%;
8476     max-width: 100%;
8477     max-height: 33.33%;
8478     box-sizing: border-box; }
8479   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8480     -webkit-box-flex: 1;
8481     -webkit-flex: 1 1 66.66%;
8482             flex: 1 1 66.66%;
8483     max-width: 100%;
8484     max-height: 66.66%;
8485     box-sizing: border-box; }
8486   [layout-gt-sm="row"] > [flex-gt-sm="75"] {
8487     -webkit-box-flex: 1;
8488     -webkit-flex: 1 1 75%;
8489             flex: 1 1 75%;
8490     max-width: 75%;
8491     max-height: 100%;
8492     box-sizing: border-box; }
8493   [layout-gt-sm="column"] > [flex-gt-sm="75"] {
8494     -webkit-box-flex: 1;
8495     -webkit-flex: 1 1 75%;
8496             flex: 1 1 75%;
8497     max-width: 100%;
8498     max-height: 75%;
8499     box-sizing: border-box; }
8500   [flex-gt-sm="80"] {
8501     -webkit-box-flex: 1;
8502     -webkit-flex: 1 1 80%;
8503             flex: 1 1 80%;
8504     max-width: 80%;
8505     max-height: 100%;
8506     box-sizing: border-box; }
8507   [layout="row"] > [flex-gt-sm="80"] {
8508     -webkit-box-flex: 1;
8509     -webkit-flex: 1 1 80%;
8510             flex: 1 1 80%;
8511     max-width: 80%;
8512     max-height: 100%;
8513     box-sizing: border-box; }
8514   [layout="column"] > [flex-gt-sm="80"] {
8515     -webkit-box-flex: 1;
8516     -webkit-flex: 1 1 80%;
8517             flex: 1 1 80%;
8518     max-width: 100%;
8519     max-height: 80%;
8520     box-sizing: border-box; }
8521   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8522     -webkit-box-flex: 1;
8523     -webkit-flex: 1 1 33.33%;
8524             flex: 1 1 33.33%;
8525     max-width: 33.33%;
8526     max-height: 100%;
8527     box-sizing: border-box; }
8528   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8529     -webkit-box-flex: 1;
8530     -webkit-flex: 1 1 66.66%;
8531             flex: 1 1 66.66%;
8532     max-width: 66.66%;
8533     max-height: 100%;
8534     box-sizing: border-box; }
8535   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8536     -webkit-box-flex: 1;
8537     -webkit-flex: 1 1 33.33%;
8538             flex: 1 1 33.33%;
8539     max-width: 100%;
8540     max-height: 33.33%;
8541     box-sizing: border-box; }
8542   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8543     -webkit-box-flex: 1;
8544     -webkit-flex: 1 1 66.66%;
8545             flex: 1 1 66.66%;
8546     max-width: 100%;
8547     max-height: 66.66%;
8548     box-sizing: border-box; }
8549   [layout-gt-sm="row"] > [flex-gt-sm="80"] {
8550     -webkit-box-flex: 1;
8551     -webkit-flex: 1 1 80%;
8552             flex: 1 1 80%;
8553     max-width: 80%;
8554     max-height: 100%;
8555     box-sizing: border-box; }
8556   [layout-gt-sm="column"] > [flex-gt-sm="80"] {
8557     -webkit-box-flex: 1;
8558     -webkit-flex: 1 1 80%;
8559             flex: 1 1 80%;
8560     max-width: 100%;
8561     max-height: 80%;
8562     box-sizing: border-box; }
8563   [flex-gt-sm="85"] {
8564     -webkit-box-flex: 1;
8565     -webkit-flex: 1 1 85%;
8566             flex: 1 1 85%;
8567     max-width: 85%;
8568     max-height: 100%;
8569     box-sizing: border-box; }
8570   [layout="row"] > [flex-gt-sm="85"] {
8571     -webkit-box-flex: 1;
8572     -webkit-flex: 1 1 85%;
8573             flex: 1 1 85%;
8574     max-width: 85%;
8575     max-height: 100%;
8576     box-sizing: border-box; }
8577   [layout="column"] > [flex-gt-sm="85"] {
8578     -webkit-box-flex: 1;
8579     -webkit-flex: 1 1 85%;
8580             flex: 1 1 85%;
8581     max-width: 100%;
8582     max-height: 85%;
8583     box-sizing: border-box; }
8584   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8585     -webkit-box-flex: 1;
8586     -webkit-flex: 1 1 33.33%;
8587             flex: 1 1 33.33%;
8588     max-width: 33.33%;
8589     max-height: 100%;
8590     box-sizing: border-box; }
8591   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8592     -webkit-box-flex: 1;
8593     -webkit-flex: 1 1 66.66%;
8594             flex: 1 1 66.66%;
8595     max-width: 66.66%;
8596     max-height: 100%;
8597     box-sizing: border-box; }
8598   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8599     -webkit-box-flex: 1;
8600     -webkit-flex: 1 1 33.33%;
8601             flex: 1 1 33.33%;
8602     max-width: 100%;
8603     max-height: 33.33%;
8604     box-sizing: border-box; }
8605   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8606     -webkit-box-flex: 1;
8607     -webkit-flex: 1 1 66.66%;
8608             flex: 1 1 66.66%;
8609     max-width: 100%;
8610     max-height: 66.66%;
8611     box-sizing: border-box; }
8612   [layout-gt-sm="row"] > [flex-gt-sm="85"] {
8613     -webkit-box-flex: 1;
8614     -webkit-flex: 1 1 85%;
8615             flex: 1 1 85%;
8616     max-width: 85%;
8617     max-height: 100%;
8618     box-sizing: border-box; }
8619   [layout-gt-sm="column"] > [flex-gt-sm="85"] {
8620     -webkit-box-flex: 1;
8621     -webkit-flex: 1 1 85%;
8622             flex: 1 1 85%;
8623     max-width: 100%;
8624     max-height: 85%;
8625     box-sizing: border-box; }
8626   [flex-gt-sm="90"] {
8627     -webkit-box-flex: 1;
8628     -webkit-flex: 1 1 90%;
8629             flex: 1 1 90%;
8630     max-width: 90%;
8631     max-height: 100%;
8632     box-sizing: border-box; }
8633   [layout="row"] > [flex-gt-sm="90"] {
8634     -webkit-box-flex: 1;
8635     -webkit-flex: 1 1 90%;
8636             flex: 1 1 90%;
8637     max-width: 90%;
8638     max-height: 100%;
8639     box-sizing: border-box; }
8640   [layout="column"] > [flex-gt-sm="90"] {
8641     -webkit-box-flex: 1;
8642     -webkit-flex: 1 1 90%;
8643             flex: 1 1 90%;
8644     max-width: 100%;
8645     max-height: 90%;
8646     box-sizing: border-box; }
8647   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8648     -webkit-box-flex: 1;
8649     -webkit-flex: 1 1 33.33%;
8650             flex: 1 1 33.33%;
8651     max-width: 33.33%;
8652     max-height: 100%;
8653     box-sizing: border-box; }
8654   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8655     -webkit-box-flex: 1;
8656     -webkit-flex: 1 1 66.66%;
8657             flex: 1 1 66.66%;
8658     max-width: 66.66%;
8659     max-height: 100%;
8660     box-sizing: border-box; }
8661   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8662     -webkit-box-flex: 1;
8663     -webkit-flex: 1 1 33.33%;
8664             flex: 1 1 33.33%;
8665     max-width: 100%;
8666     max-height: 33.33%;
8667     box-sizing: border-box; }
8668   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8669     -webkit-box-flex: 1;
8670     -webkit-flex: 1 1 66.66%;
8671             flex: 1 1 66.66%;
8672     max-width: 100%;
8673     max-height: 66.66%;
8674     box-sizing: border-box; }
8675   [layout-gt-sm="row"] > [flex-gt-sm="90"] {
8676     -webkit-box-flex: 1;
8677     -webkit-flex: 1 1 90%;
8678             flex: 1 1 90%;
8679     max-width: 90%;
8680     max-height: 100%;
8681     box-sizing: border-box; }
8682   [layout-gt-sm="column"] > [flex-gt-sm="90"] {
8683     -webkit-box-flex: 1;
8684     -webkit-flex: 1 1 90%;
8685             flex: 1 1 90%;
8686     max-width: 100%;
8687     max-height: 90%;
8688     box-sizing: border-box; }
8689   [flex-gt-sm="95"] {
8690     -webkit-box-flex: 1;
8691     -webkit-flex: 1 1 95%;
8692             flex: 1 1 95%;
8693     max-width: 95%;
8694     max-height: 100%;
8695     box-sizing: border-box; }
8696   [layout="row"] > [flex-gt-sm="95"] {
8697     -webkit-box-flex: 1;
8698     -webkit-flex: 1 1 95%;
8699             flex: 1 1 95%;
8700     max-width: 95%;
8701     max-height: 100%;
8702     box-sizing: border-box; }
8703   [layout="column"] > [flex-gt-sm="95"] {
8704     -webkit-box-flex: 1;
8705     -webkit-flex: 1 1 95%;
8706             flex: 1 1 95%;
8707     max-width: 100%;
8708     max-height: 95%;
8709     box-sizing: border-box; }
8710   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8711     -webkit-box-flex: 1;
8712     -webkit-flex: 1 1 33.33%;
8713             flex: 1 1 33.33%;
8714     max-width: 33.33%;
8715     max-height: 100%;
8716     box-sizing: border-box; }
8717   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8718     -webkit-box-flex: 1;
8719     -webkit-flex: 1 1 66.66%;
8720             flex: 1 1 66.66%;
8721     max-width: 66.66%;
8722     max-height: 100%;
8723     box-sizing: border-box; }
8724   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8725     -webkit-box-flex: 1;
8726     -webkit-flex: 1 1 33.33%;
8727             flex: 1 1 33.33%;
8728     max-width: 100%;
8729     max-height: 33.33%;
8730     box-sizing: border-box; }
8731   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8732     -webkit-box-flex: 1;
8733     -webkit-flex: 1 1 66.66%;
8734             flex: 1 1 66.66%;
8735     max-width: 100%;
8736     max-height: 66.66%;
8737     box-sizing: border-box; }
8738   [layout-gt-sm="row"] > [flex-gt-sm="95"] {
8739     -webkit-box-flex: 1;
8740     -webkit-flex: 1 1 95%;
8741             flex: 1 1 95%;
8742     max-width: 95%;
8743     max-height: 100%;
8744     box-sizing: border-box; }
8745   [layout-gt-sm="column"] > [flex-gt-sm="95"] {
8746     -webkit-box-flex: 1;
8747     -webkit-flex: 1 1 95%;
8748             flex: 1 1 95%;
8749     max-width: 100%;
8750     max-height: 95%;
8751     box-sizing: border-box; }
8752   [flex-gt-sm="100"] {
8753     -webkit-box-flex: 1;
8754     -webkit-flex: 1 1 100%;
8755             flex: 1 1 100%;
8756     max-width: 100%;
8757     max-height: 100%;
8758     box-sizing: border-box; }
8759   [layout="row"] > [flex-gt-sm="100"] {
8760     -webkit-box-flex: 1;
8761     -webkit-flex: 1 1 100%;
8762             flex: 1 1 100%;
8763     max-width: 100%;
8764     max-height: 100%;
8765     box-sizing: border-box; }
8766   [layout="column"] > [flex-gt-sm="100"] {
8767     -webkit-box-flex: 1;
8768     -webkit-flex: 1 1 100%;
8769             flex: 1 1 100%;
8770     max-width: 100%;
8771     max-height: 100%;
8772     box-sizing: border-box; }
8773   [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"] {
8774     -webkit-box-flex: 1;
8775     -webkit-flex: 1 1 33.33%;
8776             flex: 1 1 33.33%;
8777     max-width: 33.33%;
8778     max-height: 100%;
8779     box-sizing: border-box; }
8780   [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"] {
8781     -webkit-box-flex: 1;
8782     -webkit-flex: 1 1 66.66%;
8783             flex: 1 1 66.66%;
8784     max-width: 66.66%;
8785     max-height: 100%;
8786     box-sizing: border-box; }
8787   [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"] {
8788     -webkit-box-flex: 1;
8789     -webkit-flex: 1 1 33.33%;
8790             flex: 1 1 33.33%;
8791     max-width: 100%;
8792     max-height: 33.33%;
8793     box-sizing: border-box; }
8794   [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"] {
8795     -webkit-box-flex: 1;
8796     -webkit-flex: 1 1 66.66%;
8797             flex: 1 1 66.66%;
8798     max-width: 100%;
8799     max-height: 66.66%;
8800     box-sizing: border-box; }
8801   [layout-gt-sm="row"] > [flex-gt-sm="100"] {
8802     -webkit-box-flex: 1;
8803     -webkit-flex: 1 1 100%;
8804             flex: 1 1 100%;
8805     max-width: 100%;
8806     max-height: 100%;
8807     box-sizing: border-box; }
8808   [layout-gt-sm="column"] > [flex-gt-sm="100"] {
8809     -webkit-box-flex: 1;
8810     -webkit-flex: 1 1 100%;
8811             flex: 1 1 100%;
8812     max-width: 100%;
8813     max-height: 100%;
8814     box-sizing: border-box; }
8815   [layout-gt-sm="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"] {
8816     -webkit-box-flex: 1;
8817     -webkit-flex: 1 1 33.33%;
8818             flex: 1 1 33.33%;
8819     max-width: 33.33%;
8820     max-height: 100%;
8821     box-sizing: border-box; }
8822   [layout-gt-sm="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"] {
8823     -webkit-box-flex: 1;
8824     -webkit-flex: 1 1 66.66%;
8825             flex: 1 1 66.66%;
8826     max-width: 66.66%;
8827     max-height: 100%;
8828     box-sizing: border-box; }
8829   [layout-gt-sm="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"] {
8830     -webkit-box-flex: 1;
8831     -webkit-flex: 1 1 33.33%;
8832             flex: 1 1 33.33%;
8833     max-width: 100%;
8834     max-height: 33.33%;
8835     box-sizing: border-box; }
8836   [layout-gt-sm="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"] {
8837     -webkit-box-flex: 1;
8838     -webkit-flex: 1 1 66.66%;
8839             flex: 1 1 66.66%;
8840     max-width: 100%;
8841     max-height: 66.66%;
8842     box-sizing: border-box; }
8843   [layout-gt-sm], [layout-gt-sm="column"], [layout-gt-sm="row"] {
8844     box-sizing: border-box;
8845     display: -webkit-box;
8846     display: -webkit-flex;
8847     display: flex; }
8848   [layout-gt-sm="column"] {
8849     -webkit-box-orient: vertical;
8850     -webkit-box-direction: normal;
8851     -webkit-flex-direction: column;
8852             flex-direction: column; }
8853   [layout-gt-sm="row"] {
8854     -webkit-box-orient: horizontal;
8855     -webkit-box-direction: normal;
8856     -webkit-flex-direction: row;
8857             flex-direction: row; } }
8858
8859 @media (min-width: 960px) and (max-width: 1279px) {
8860   [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
8861     display: none; }
8862   [hide-md]:not([show-md]):not([show]) {
8863     display: none; }
8864   [flex-order-md="-20"] {
8865     -webkit-box-ordinal-group: -19;
8866     -webkit-order: -20;
8867             order: -20; }
8868   [flex-order-md="-19"] {
8869     -webkit-box-ordinal-group: -18;
8870     -webkit-order: -19;
8871             order: -19; }
8872   [flex-order-md="-18"] {
8873     -webkit-box-ordinal-group: -17;
8874     -webkit-order: -18;
8875             order: -18; }
8876   [flex-order-md="-17"] {
8877     -webkit-box-ordinal-group: -16;
8878     -webkit-order: -17;
8879             order: -17; }
8880   [flex-order-md="-16"] {
8881     -webkit-box-ordinal-group: -15;
8882     -webkit-order: -16;
8883             order: -16; }
8884   [flex-order-md="-15"] {
8885     -webkit-box-ordinal-group: -14;
8886     -webkit-order: -15;
8887             order: -15; }
8888   [flex-order-md="-14"] {
8889     -webkit-box-ordinal-group: -13;
8890     -webkit-order: -14;
8891             order: -14; }
8892   [flex-order-md="-13"] {
8893     -webkit-box-ordinal-group: -12;
8894     -webkit-order: -13;
8895             order: -13; }
8896   [flex-order-md="-12"] {
8897     -webkit-box-ordinal-group: -11;
8898     -webkit-order: -12;
8899             order: -12; }
8900   [flex-order-md="-11"] {
8901     -webkit-box-ordinal-group: -10;
8902     -webkit-order: -11;
8903             order: -11; }
8904   [flex-order-md="-10"] {
8905     -webkit-box-ordinal-group: -9;
8906     -webkit-order: -10;
8907             order: -10; }
8908   [flex-order-md="-9"] {
8909     -webkit-box-ordinal-group: -8;
8910     -webkit-order: -9;
8911             order: -9; }
8912   [flex-order-md="-8"] {
8913     -webkit-box-ordinal-group: -7;
8914     -webkit-order: -8;
8915             order: -8; }
8916   [flex-order-md="-7"] {
8917     -webkit-box-ordinal-group: -6;
8918     -webkit-order: -7;
8919             order: -7; }
8920   [flex-order-md="-6"] {
8921     -webkit-box-ordinal-group: -5;
8922     -webkit-order: -6;
8923             order: -6; }
8924   [flex-order-md="-5"] {
8925     -webkit-box-ordinal-group: -4;
8926     -webkit-order: -5;
8927             order: -5; }
8928   [flex-order-md="-4"] {
8929     -webkit-box-ordinal-group: -3;
8930     -webkit-order: -4;
8931             order: -4; }
8932   [flex-order-md="-3"] {
8933     -webkit-box-ordinal-group: -2;
8934     -webkit-order: -3;
8935             order: -3; }
8936   [flex-order-md="-2"] {
8937     -webkit-box-ordinal-group: -1;
8938     -webkit-order: -2;
8939             order: -2; }
8940   [flex-order-md="-1"] {
8941     -webkit-box-ordinal-group: 0;
8942     -webkit-order: -1;
8943             order: -1; }
8944   [flex-order-md="0"] {
8945     -webkit-box-ordinal-group: 1;
8946     -webkit-order: 0;
8947             order: 0; }
8948   [flex-order-md="1"] {
8949     -webkit-box-ordinal-group: 2;
8950     -webkit-order: 1;
8951             order: 1; }
8952   [flex-order-md="2"] {
8953     -webkit-box-ordinal-group: 3;
8954     -webkit-order: 2;
8955             order: 2; }
8956   [flex-order-md="3"] {
8957     -webkit-box-ordinal-group: 4;
8958     -webkit-order: 3;
8959             order: 3; }
8960   [flex-order-md="4"] {
8961     -webkit-box-ordinal-group: 5;
8962     -webkit-order: 4;
8963             order: 4; }
8964   [flex-order-md="5"] {
8965     -webkit-box-ordinal-group: 6;
8966     -webkit-order: 5;
8967             order: 5; }
8968   [flex-order-md="6"] {
8969     -webkit-box-ordinal-group: 7;
8970     -webkit-order: 6;
8971             order: 6; }
8972   [flex-order-md="7"] {
8973     -webkit-box-ordinal-group: 8;
8974     -webkit-order: 7;
8975             order: 7; }
8976   [flex-order-md="8"] {
8977     -webkit-box-ordinal-group: 9;
8978     -webkit-order: 8;
8979             order: 8; }
8980   [flex-order-md="9"] {
8981     -webkit-box-ordinal-group: 10;
8982     -webkit-order: 9;
8983             order: 9; }
8984   [flex-order-md="10"] {
8985     -webkit-box-ordinal-group: 11;
8986     -webkit-order: 10;
8987             order: 10; }
8988   [flex-order-md="11"] {
8989     -webkit-box-ordinal-group: 12;
8990     -webkit-order: 11;
8991             order: 11; }
8992   [flex-order-md="12"] {
8993     -webkit-box-ordinal-group: 13;
8994     -webkit-order: 12;
8995             order: 12; }
8996   [flex-order-md="13"] {
8997     -webkit-box-ordinal-group: 14;
8998     -webkit-order: 13;
8999             order: 13; }
9000   [flex-order-md="14"] {
9001     -webkit-box-ordinal-group: 15;
9002     -webkit-order: 14;
9003             order: 14; }
9004   [flex-order-md="15"] {
9005     -webkit-box-ordinal-group: 16;
9006     -webkit-order: 15;
9007             order: 15; }
9008   [flex-order-md="16"] {
9009     -webkit-box-ordinal-group: 17;
9010     -webkit-order: 16;
9011             order: 16; }
9012   [flex-order-md="17"] {
9013     -webkit-box-ordinal-group: 18;
9014     -webkit-order: 17;
9015             order: 17; }
9016   [flex-order-md="18"] {
9017     -webkit-box-ordinal-group: 19;
9018     -webkit-order: 18;
9019             order: 18; }
9020   [flex-order-md="19"] {
9021     -webkit-box-ordinal-group: 20;
9022     -webkit-order: 19;
9023             order: 19; }
9024   [flex-order-md="20"] {
9025     -webkit-box-ordinal-group: 21;
9026     -webkit-order: 20;
9027             order: 20; }
9028   [flex-offset-md="0"] {
9029     margin-left: 0%; }
9030   [flex-offset-md="5"] {
9031     margin-left: 5%; }
9032   [flex-offset-md="10"] {
9033     margin-left: 10%; }
9034   [flex-offset-md="15"] {
9035     margin-left: 15%; }
9036   [flex-offset-md="20"] {
9037     margin-left: 20%; }
9038   [flex-offset-md="25"] {
9039     margin-left: 25%; }
9040   [flex-offset-md="30"] {
9041     margin-left: 30%; }
9042   [flex-offset-md="35"] {
9043     margin-left: 35%; }
9044   [flex-offset-md="40"] {
9045     margin-left: 40%; }
9046   [flex-offset-md="45"] {
9047     margin-left: 45%; }
9048   [flex-offset-md="50"] {
9049     margin-left: 50%; }
9050   [flex-offset-md="55"] {
9051     margin-left: 55%; }
9052   [flex-offset-md="60"] {
9053     margin-left: 60%; }
9054   [flex-offset-md="65"] {
9055     margin-left: 65%; }
9056   [flex-offset-md="70"] {
9057     margin-left: 70%; }
9058   [flex-offset-md="75"] {
9059     margin-left: 75%; }
9060   [flex-offset-md="80"] {
9061     margin-left: 80%; }
9062   [flex-offset-md="85"] {
9063     margin-left: 85%; }
9064   [flex-offset-md="90"] {
9065     margin-left: 90%; }
9066   [flex-offset-md="95"] {
9067     margin-left: 95%; }
9068   [flex-offset-md="33"] {
9069     margin-left: calc(100% / 3); }
9070   [flex-offset-md="66"] {
9071     margin-left: calc(200% / 3); }
9072   [layout-align-md],
9073   [layout-align-md="start stretch"] {
9074     -webkit-box-pack: start;
9075     -webkit-justify-content: flex-start;
9076             justify-content: flex-start;
9077     -webkit-align-content: stretch;
9078             align-content: stretch;
9079     -webkit-box-align: stretch;
9080     -webkit-align-items: stretch;
9081             align-items: stretch; }
9082   [layout-align-md="start"],
9083   [layout-align-md="start start"],
9084   [layout-align-md="start center"],
9085   [layout-align-md="start end"],
9086   [layout-align-md="start stretch"] {
9087     -webkit-box-pack: start;
9088     -webkit-justify-content: flex-start;
9089             justify-content: flex-start; }
9090   [layout-align-md="center"],
9091   [layout-align-md="center start"],
9092   [layout-align-md="center center"],
9093   [layout-align-md="center end"],
9094   [layout-align-md="center stretch"] {
9095     -webkit-box-pack: center;
9096     -webkit-justify-content: center;
9097             justify-content: center; }
9098   [layout-align-md="end"],
9099   [layout-align-md="end center"],
9100   [layout-align-md="end start"],
9101   [layout-align-md="end end"],
9102   [layout-align-md="end stretch"] {
9103     -webkit-box-pack: end;
9104     -webkit-justify-content: flex-end;
9105             justify-content: flex-end; }
9106   [layout-align-md="space-around"],
9107   [layout-align-md="space-around center"],
9108   [layout-align-md="space-around start"],
9109   [layout-align-md="space-around end"],
9110   [layout-align-md="space-around stretch"] {
9111     -webkit-justify-content: space-around;
9112             justify-content: space-around; }
9113   [layout-align-md="space-between"],
9114   [layout-align-md="space-between center"],
9115   [layout-align-md="space-between start"],
9116   [layout-align-md="space-between end"],
9117   [layout-align-md="space-between stretch"] {
9118     -webkit-box-pack: justify;
9119     -webkit-justify-content: space-between;
9120             justify-content: space-between; }
9121   [layout-align-md="start start"],
9122   [layout-align-md="center start"],
9123   [layout-align-md="end start"],
9124   [layout-align-md="space-between start"],
9125   [layout-align-md="space-around start"] {
9126     -webkit-box-align: start;
9127     -webkit-align-items: flex-start;
9128             align-items: flex-start;
9129     -webkit-align-content: flex-start;
9130             align-content: flex-start; }
9131   [layout-align-md="start center"],
9132   [layout-align-md="center center"],
9133   [layout-align-md="end center"],
9134   [layout-align-md="space-between center"],
9135   [layout-align-md="space-around center"] {
9136     -webkit-box-align: center;
9137     -webkit-align-items: center;
9138             align-items: center;
9139     -webkit-align-content: center;
9140             align-content: center;
9141     max-width: 100%; }
9142   [layout-align-md="start center"] > *,
9143   [layout-align-md="center center"] > *,
9144   [layout-align-md="end center"] > *,
9145   [layout-align-md="space-between center"] > *,
9146   [layout-align-md="space-around center"] > * {
9147     max-width: 100%;
9148     box-sizing: border-box; }
9149   [layout-align-md="start end"],
9150   [layout-align-md="center end"],
9151   [layout-align-md="end end"],
9152   [layout-align-md="space-between end"],
9153   [layout-align-md="space-around end"] {
9154     -webkit-box-align: end;
9155     -webkit-align-items: flex-end;
9156             align-items: flex-end;
9157     -webkit-align-content: flex-end;
9158             align-content: flex-end; }
9159   [layout-align-md="start stretch"],
9160   [layout-align-md="center stretch"],
9161   [layout-align-md="end stretch"],
9162   [layout-align-md="space-between stretch"],
9163   [layout-align-md="space-around stretch"] {
9164     -webkit-box-align: stretch;
9165     -webkit-align-items: stretch;
9166             align-items: stretch;
9167     -webkit-align-content: stretch;
9168             align-content: stretch; }
9169   [flex-md] {
9170     -webkit-box-flex: 1;
9171     -webkit-flex: 1;
9172             flex: 1;
9173     box-sizing: border-box; }
9174   [flex-md-grow] {
9175     -webkit-box-flex: 1;
9176     -webkit-flex: 1 1 100%;
9177             flex: 1 1 100%;
9178     box-sizing: border-box; }
9179   [flex-md-initial] {
9180     -webkit-box-flex: 0;
9181     -webkit-flex: 0 1 auto;
9182             flex: 0 1 auto;
9183     box-sizing: border-box; }
9184   [flex-md-auto] {
9185     -webkit-box-flex: 1;
9186     -webkit-flex: 1 1 auto;
9187             flex: 1 1 auto;
9188     box-sizing: border-box; }
9189   [flex-md-none] {
9190     -webkit-box-flex: 0;
9191     -webkit-flex: 0 0 auto;
9192             flex: 0 0 auto;
9193     box-sizing: border-box; }
9194   [flex-md="0"] {
9195     -webkit-box-flex: 1;
9196     -webkit-flex: 1 1 0%;
9197             flex: 1 1 0%;
9198     max-width: 0%;
9199     max-height: 100%;
9200     box-sizing: border-box; }
9201   [layout="row"] > [flex-md="0"] {
9202     -webkit-box-flex: 1;
9203     -webkit-flex: 1 1 0%;
9204             flex: 1 1 0%;
9205     max-width: 0%;
9206     max-height: 100%;
9207     box-sizing: border-box; }
9208   [layout="column"] > [flex-md="0"] {
9209     -webkit-box-flex: 1;
9210     -webkit-flex: 1 1 0%;
9211             flex: 1 1 0%;
9212     max-width: 100%;
9213     max-height: 0%;
9214     box-sizing: border-box; }
9215   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9216     -webkit-box-flex: 1;
9217     -webkit-flex: 1 1 33.33%;
9218             flex: 1 1 33.33%;
9219     max-width: 33.33%;
9220     max-height: 100%;
9221     box-sizing: border-box; }
9222   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9223     -webkit-box-flex: 1;
9224     -webkit-flex: 1 1 66.66%;
9225             flex: 1 1 66.66%;
9226     max-width: 66.66%;
9227     max-height: 100%;
9228     box-sizing: border-box; }
9229   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9230     -webkit-box-flex: 1;
9231     -webkit-flex: 1 1 33.33%;
9232             flex: 1 1 33.33%;
9233     max-width: 100%;
9234     max-height: 33.33%;
9235     box-sizing: border-box; }
9236   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9237     -webkit-box-flex: 1;
9238     -webkit-flex: 1 1 66.66%;
9239             flex: 1 1 66.66%;
9240     max-width: 100%;
9241     max-height: 66.66%;
9242     box-sizing: border-box; }
9243   [layout-md="row"] > [flex-md="0"] {
9244     -webkit-box-flex: 1;
9245     -webkit-flex: 1 1 0%;
9246             flex: 1 1 0%;
9247     max-width: 0%;
9248     max-height: 100%;
9249     box-sizing: border-box; }
9250   [layout-md="column"] > [flex-md="0"] {
9251     -webkit-box-flex: 1;
9252     -webkit-flex: 1 1 0%;
9253             flex: 1 1 0%;
9254     max-width: 100%;
9255     max-height: 0%;
9256     box-sizing: border-box; }
9257   [flex-md="5"] {
9258     -webkit-box-flex: 1;
9259     -webkit-flex: 1 1 5%;
9260             flex: 1 1 5%;
9261     max-width: 5%;
9262     max-height: 100%;
9263     box-sizing: border-box; }
9264   [layout="row"] > [flex-md="5"] {
9265     -webkit-box-flex: 1;
9266     -webkit-flex: 1 1 5%;
9267             flex: 1 1 5%;
9268     max-width: 5%;
9269     max-height: 100%;
9270     box-sizing: border-box; }
9271   [layout="column"] > [flex-md="5"] {
9272     -webkit-box-flex: 1;
9273     -webkit-flex: 1 1 5%;
9274             flex: 1 1 5%;
9275     max-width: 100%;
9276     max-height: 5%;
9277     box-sizing: border-box; }
9278   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9279     -webkit-box-flex: 1;
9280     -webkit-flex: 1 1 33.33%;
9281             flex: 1 1 33.33%;
9282     max-width: 33.33%;
9283     max-height: 100%;
9284     box-sizing: border-box; }
9285   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9286     -webkit-box-flex: 1;
9287     -webkit-flex: 1 1 66.66%;
9288             flex: 1 1 66.66%;
9289     max-width: 66.66%;
9290     max-height: 100%;
9291     box-sizing: border-box; }
9292   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9293     -webkit-box-flex: 1;
9294     -webkit-flex: 1 1 33.33%;
9295             flex: 1 1 33.33%;
9296     max-width: 100%;
9297     max-height: 33.33%;
9298     box-sizing: border-box; }
9299   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9300     -webkit-box-flex: 1;
9301     -webkit-flex: 1 1 66.66%;
9302             flex: 1 1 66.66%;
9303     max-width: 100%;
9304     max-height: 66.66%;
9305     box-sizing: border-box; }
9306   [layout-md="row"] > [flex-md="5"] {
9307     -webkit-box-flex: 1;
9308     -webkit-flex: 1 1 5%;
9309             flex: 1 1 5%;
9310     max-width: 5%;
9311     max-height: 100%;
9312     box-sizing: border-box; }
9313   [layout-md="column"] > [flex-md="5"] {
9314     -webkit-box-flex: 1;
9315     -webkit-flex: 1 1 5%;
9316             flex: 1 1 5%;
9317     max-width: 100%;
9318     max-height: 5%;
9319     box-sizing: border-box; }
9320   [flex-md="10"] {
9321     -webkit-box-flex: 1;
9322     -webkit-flex: 1 1 10%;
9323             flex: 1 1 10%;
9324     max-width: 10%;
9325     max-height: 100%;
9326     box-sizing: border-box; }
9327   [layout="row"] > [flex-md="10"] {
9328     -webkit-box-flex: 1;
9329     -webkit-flex: 1 1 10%;
9330             flex: 1 1 10%;
9331     max-width: 10%;
9332     max-height: 100%;
9333     box-sizing: border-box; }
9334   [layout="column"] > [flex-md="10"] {
9335     -webkit-box-flex: 1;
9336     -webkit-flex: 1 1 10%;
9337             flex: 1 1 10%;
9338     max-width: 100%;
9339     max-height: 10%;
9340     box-sizing: border-box; }
9341   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9342     -webkit-box-flex: 1;
9343     -webkit-flex: 1 1 33.33%;
9344             flex: 1 1 33.33%;
9345     max-width: 33.33%;
9346     max-height: 100%;
9347     box-sizing: border-box; }
9348   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9349     -webkit-box-flex: 1;
9350     -webkit-flex: 1 1 66.66%;
9351             flex: 1 1 66.66%;
9352     max-width: 66.66%;
9353     max-height: 100%;
9354     box-sizing: border-box; }
9355   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9356     -webkit-box-flex: 1;
9357     -webkit-flex: 1 1 33.33%;
9358             flex: 1 1 33.33%;
9359     max-width: 100%;
9360     max-height: 33.33%;
9361     box-sizing: border-box; }
9362   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9363     -webkit-box-flex: 1;
9364     -webkit-flex: 1 1 66.66%;
9365             flex: 1 1 66.66%;
9366     max-width: 100%;
9367     max-height: 66.66%;
9368     box-sizing: border-box; }
9369   [layout-md="row"] > [flex-md="10"] {
9370     -webkit-box-flex: 1;
9371     -webkit-flex: 1 1 10%;
9372             flex: 1 1 10%;
9373     max-width: 10%;
9374     max-height: 100%;
9375     box-sizing: border-box; }
9376   [layout-md="column"] > [flex-md="10"] {
9377     -webkit-box-flex: 1;
9378     -webkit-flex: 1 1 10%;
9379             flex: 1 1 10%;
9380     max-width: 100%;
9381     max-height: 10%;
9382     box-sizing: border-box; }
9383   [flex-md="15"] {
9384     -webkit-box-flex: 1;
9385     -webkit-flex: 1 1 15%;
9386             flex: 1 1 15%;
9387     max-width: 15%;
9388     max-height: 100%;
9389     box-sizing: border-box; }
9390   [layout="row"] > [flex-md="15"] {
9391     -webkit-box-flex: 1;
9392     -webkit-flex: 1 1 15%;
9393             flex: 1 1 15%;
9394     max-width: 15%;
9395     max-height: 100%;
9396     box-sizing: border-box; }
9397   [layout="column"] > [flex-md="15"] {
9398     -webkit-box-flex: 1;
9399     -webkit-flex: 1 1 15%;
9400             flex: 1 1 15%;
9401     max-width: 100%;
9402     max-height: 15%;
9403     box-sizing: border-box; }
9404   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9405     -webkit-box-flex: 1;
9406     -webkit-flex: 1 1 33.33%;
9407             flex: 1 1 33.33%;
9408     max-width: 33.33%;
9409     max-height: 100%;
9410     box-sizing: border-box; }
9411   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9412     -webkit-box-flex: 1;
9413     -webkit-flex: 1 1 66.66%;
9414             flex: 1 1 66.66%;
9415     max-width: 66.66%;
9416     max-height: 100%;
9417     box-sizing: border-box; }
9418   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9419     -webkit-box-flex: 1;
9420     -webkit-flex: 1 1 33.33%;
9421             flex: 1 1 33.33%;
9422     max-width: 100%;
9423     max-height: 33.33%;
9424     box-sizing: border-box; }
9425   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9426     -webkit-box-flex: 1;
9427     -webkit-flex: 1 1 66.66%;
9428             flex: 1 1 66.66%;
9429     max-width: 100%;
9430     max-height: 66.66%;
9431     box-sizing: border-box; }
9432   [layout-md="row"] > [flex-md="15"] {
9433     -webkit-box-flex: 1;
9434     -webkit-flex: 1 1 15%;
9435             flex: 1 1 15%;
9436     max-width: 15%;
9437     max-height: 100%;
9438     box-sizing: border-box; }
9439   [layout-md="column"] > [flex-md="15"] {
9440     -webkit-box-flex: 1;
9441     -webkit-flex: 1 1 15%;
9442             flex: 1 1 15%;
9443     max-width: 100%;
9444     max-height: 15%;
9445     box-sizing: border-box; }
9446   [flex-md="20"] {
9447     -webkit-box-flex: 1;
9448     -webkit-flex: 1 1 20%;
9449             flex: 1 1 20%;
9450     max-width: 20%;
9451     max-height: 100%;
9452     box-sizing: border-box; }
9453   [layout="row"] > [flex-md="20"] {
9454     -webkit-box-flex: 1;
9455     -webkit-flex: 1 1 20%;
9456             flex: 1 1 20%;
9457     max-width: 20%;
9458     max-height: 100%;
9459     box-sizing: border-box; }
9460   [layout="column"] > [flex-md="20"] {
9461     -webkit-box-flex: 1;
9462     -webkit-flex: 1 1 20%;
9463             flex: 1 1 20%;
9464     max-width: 100%;
9465     max-height: 20%;
9466     box-sizing: border-box; }
9467   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9468     -webkit-box-flex: 1;
9469     -webkit-flex: 1 1 33.33%;
9470             flex: 1 1 33.33%;
9471     max-width: 33.33%;
9472     max-height: 100%;
9473     box-sizing: border-box; }
9474   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9475     -webkit-box-flex: 1;
9476     -webkit-flex: 1 1 66.66%;
9477             flex: 1 1 66.66%;
9478     max-width: 66.66%;
9479     max-height: 100%;
9480     box-sizing: border-box; }
9481   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9482     -webkit-box-flex: 1;
9483     -webkit-flex: 1 1 33.33%;
9484             flex: 1 1 33.33%;
9485     max-width: 100%;
9486     max-height: 33.33%;
9487     box-sizing: border-box; }
9488   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9489     -webkit-box-flex: 1;
9490     -webkit-flex: 1 1 66.66%;
9491             flex: 1 1 66.66%;
9492     max-width: 100%;
9493     max-height: 66.66%;
9494     box-sizing: border-box; }
9495   [layout-md="row"] > [flex-md="20"] {
9496     -webkit-box-flex: 1;
9497     -webkit-flex: 1 1 20%;
9498             flex: 1 1 20%;
9499     max-width: 20%;
9500     max-height: 100%;
9501     box-sizing: border-box; }
9502   [layout-md="column"] > [flex-md="20"] {
9503     -webkit-box-flex: 1;
9504     -webkit-flex: 1 1 20%;
9505             flex: 1 1 20%;
9506     max-width: 100%;
9507     max-height: 20%;
9508     box-sizing: border-box; }
9509   [flex-md="25"] {
9510     -webkit-box-flex: 1;
9511     -webkit-flex: 1 1 25%;
9512             flex: 1 1 25%;
9513     max-width: 25%;
9514     max-height: 100%;
9515     box-sizing: border-box; }
9516   [layout="row"] > [flex-md="25"] {
9517     -webkit-box-flex: 1;
9518     -webkit-flex: 1 1 25%;
9519             flex: 1 1 25%;
9520     max-width: 25%;
9521     max-height: 100%;
9522     box-sizing: border-box; }
9523   [layout="column"] > [flex-md="25"] {
9524     -webkit-box-flex: 1;
9525     -webkit-flex: 1 1 25%;
9526             flex: 1 1 25%;
9527     max-width: 100%;
9528     max-height: 25%;
9529     box-sizing: border-box; }
9530   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9531     -webkit-box-flex: 1;
9532     -webkit-flex: 1 1 33.33%;
9533             flex: 1 1 33.33%;
9534     max-width: 33.33%;
9535     max-height: 100%;
9536     box-sizing: border-box; }
9537   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9538     -webkit-box-flex: 1;
9539     -webkit-flex: 1 1 66.66%;
9540             flex: 1 1 66.66%;
9541     max-width: 66.66%;
9542     max-height: 100%;
9543     box-sizing: border-box; }
9544   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9545     -webkit-box-flex: 1;
9546     -webkit-flex: 1 1 33.33%;
9547             flex: 1 1 33.33%;
9548     max-width: 100%;
9549     max-height: 33.33%;
9550     box-sizing: border-box; }
9551   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9552     -webkit-box-flex: 1;
9553     -webkit-flex: 1 1 66.66%;
9554             flex: 1 1 66.66%;
9555     max-width: 100%;
9556     max-height: 66.66%;
9557     box-sizing: border-box; }
9558   [layout-md="row"] > [flex-md="25"] {
9559     -webkit-box-flex: 1;
9560     -webkit-flex: 1 1 25%;
9561             flex: 1 1 25%;
9562     max-width: 25%;
9563     max-height: 100%;
9564     box-sizing: border-box; }
9565   [layout-md="column"] > [flex-md="25"] {
9566     -webkit-box-flex: 1;
9567     -webkit-flex: 1 1 25%;
9568             flex: 1 1 25%;
9569     max-width: 100%;
9570     max-height: 25%;
9571     box-sizing: border-box; }
9572   [flex-md="30"] {
9573     -webkit-box-flex: 1;
9574     -webkit-flex: 1 1 30%;
9575             flex: 1 1 30%;
9576     max-width: 30%;
9577     max-height: 100%;
9578     box-sizing: border-box; }
9579   [layout="row"] > [flex-md="30"] {
9580     -webkit-box-flex: 1;
9581     -webkit-flex: 1 1 30%;
9582             flex: 1 1 30%;
9583     max-width: 30%;
9584     max-height: 100%;
9585     box-sizing: border-box; }
9586   [layout="column"] > [flex-md="30"] {
9587     -webkit-box-flex: 1;
9588     -webkit-flex: 1 1 30%;
9589             flex: 1 1 30%;
9590     max-width: 100%;
9591     max-height: 30%;
9592     box-sizing: border-box; }
9593   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9594     -webkit-box-flex: 1;
9595     -webkit-flex: 1 1 33.33%;
9596             flex: 1 1 33.33%;
9597     max-width: 33.33%;
9598     max-height: 100%;
9599     box-sizing: border-box; }
9600   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9601     -webkit-box-flex: 1;
9602     -webkit-flex: 1 1 66.66%;
9603             flex: 1 1 66.66%;
9604     max-width: 66.66%;
9605     max-height: 100%;
9606     box-sizing: border-box; }
9607   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9608     -webkit-box-flex: 1;
9609     -webkit-flex: 1 1 33.33%;
9610             flex: 1 1 33.33%;
9611     max-width: 100%;
9612     max-height: 33.33%;
9613     box-sizing: border-box; }
9614   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9615     -webkit-box-flex: 1;
9616     -webkit-flex: 1 1 66.66%;
9617             flex: 1 1 66.66%;
9618     max-width: 100%;
9619     max-height: 66.66%;
9620     box-sizing: border-box; }
9621   [layout-md="row"] > [flex-md="30"] {
9622     -webkit-box-flex: 1;
9623     -webkit-flex: 1 1 30%;
9624             flex: 1 1 30%;
9625     max-width: 30%;
9626     max-height: 100%;
9627     box-sizing: border-box; }
9628   [layout-md="column"] > [flex-md="30"] {
9629     -webkit-box-flex: 1;
9630     -webkit-flex: 1 1 30%;
9631             flex: 1 1 30%;
9632     max-width: 100%;
9633     max-height: 30%;
9634     box-sizing: border-box; }
9635   [flex-md="35"] {
9636     -webkit-box-flex: 1;
9637     -webkit-flex: 1 1 35%;
9638             flex: 1 1 35%;
9639     max-width: 35%;
9640     max-height: 100%;
9641     box-sizing: border-box; }
9642   [layout="row"] > [flex-md="35"] {
9643     -webkit-box-flex: 1;
9644     -webkit-flex: 1 1 35%;
9645             flex: 1 1 35%;
9646     max-width: 35%;
9647     max-height: 100%;
9648     box-sizing: border-box; }
9649   [layout="column"] > [flex-md="35"] {
9650     -webkit-box-flex: 1;
9651     -webkit-flex: 1 1 35%;
9652             flex: 1 1 35%;
9653     max-width: 100%;
9654     max-height: 35%;
9655     box-sizing: border-box; }
9656   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9657     -webkit-box-flex: 1;
9658     -webkit-flex: 1 1 33.33%;
9659             flex: 1 1 33.33%;
9660     max-width: 33.33%;
9661     max-height: 100%;
9662     box-sizing: border-box; }
9663   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9664     -webkit-box-flex: 1;
9665     -webkit-flex: 1 1 66.66%;
9666             flex: 1 1 66.66%;
9667     max-width: 66.66%;
9668     max-height: 100%;
9669     box-sizing: border-box; }
9670   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9671     -webkit-box-flex: 1;
9672     -webkit-flex: 1 1 33.33%;
9673             flex: 1 1 33.33%;
9674     max-width: 100%;
9675     max-height: 33.33%;
9676     box-sizing: border-box; }
9677   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9678     -webkit-box-flex: 1;
9679     -webkit-flex: 1 1 66.66%;
9680             flex: 1 1 66.66%;
9681     max-width: 100%;
9682     max-height: 66.66%;
9683     box-sizing: border-box; }
9684   [layout-md="row"] > [flex-md="35"] {
9685     -webkit-box-flex: 1;
9686     -webkit-flex: 1 1 35%;
9687             flex: 1 1 35%;
9688     max-width: 35%;
9689     max-height: 100%;
9690     box-sizing: border-box; }
9691   [layout-md="column"] > [flex-md="35"] {
9692     -webkit-box-flex: 1;
9693     -webkit-flex: 1 1 35%;
9694             flex: 1 1 35%;
9695     max-width: 100%;
9696     max-height: 35%;
9697     box-sizing: border-box; }
9698   [flex-md="40"] {
9699     -webkit-box-flex: 1;
9700     -webkit-flex: 1 1 40%;
9701             flex: 1 1 40%;
9702     max-width: 40%;
9703     max-height: 100%;
9704     box-sizing: border-box; }
9705   [layout="row"] > [flex-md="40"] {
9706     -webkit-box-flex: 1;
9707     -webkit-flex: 1 1 40%;
9708             flex: 1 1 40%;
9709     max-width: 40%;
9710     max-height: 100%;
9711     box-sizing: border-box; }
9712   [layout="column"] > [flex-md="40"] {
9713     -webkit-box-flex: 1;
9714     -webkit-flex: 1 1 40%;
9715             flex: 1 1 40%;
9716     max-width: 100%;
9717     max-height: 40%;
9718     box-sizing: border-box; }
9719   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9720     -webkit-box-flex: 1;
9721     -webkit-flex: 1 1 33.33%;
9722             flex: 1 1 33.33%;
9723     max-width: 33.33%;
9724     max-height: 100%;
9725     box-sizing: border-box; }
9726   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9727     -webkit-box-flex: 1;
9728     -webkit-flex: 1 1 66.66%;
9729             flex: 1 1 66.66%;
9730     max-width: 66.66%;
9731     max-height: 100%;
9732     box-sizing: border-box; }
9733   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9734     -webkit-box-flex: 1;
9735     -webkit-flex: 1 1 33.33%;
9736             flex: 1 1 33.33%;
9737     max-width: 100%;
9738     max-height: 33.33%;
9739     box-sizing: border-box; }
9740   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9741     -webkit-box-flex: 1;
9742     -webkit-flex: 1 1 66.66%;
9743             flex: 1 1 66.66%;
9744     max-width: 100%;
9745     max-height: 66.66%;
9746     box-sizing: border-box; }
9747   [layout-md="row"] > [flex-md="40"] {
9748     -webkit-box-flex: 1;
9749     -webkit-flex: 1 1 40%;
9750             flex: 1 1 40%;
9751     max-width: 40%;
9752     max-height: 100%;
9753     box-sizing: border-box; }
9754   [layout-md="column"] > [flex-md="40"] {
9755     -webkit-box-flex: 1;
9756     -webkit-flex: 1 1 40%;
9757             flex: 1 1 40%;
9758     max-width: 100%;
9759     max-height: 40%;
9760     box-sizing: border-box; }
9761   [flex-md="45"] {
9762     -webkit-box-flex: 1;
9763     -webkit-flex: 1 1 45%;
9764             flex: 1 1 45%;
9765     max-width: 45%;
9766     max-height: 100%;
9767     box-sizing: border-box; }
9768   [layout="row"] > [flex-md="45"] {
9769     -webkit-box-flex: 1;
9770     -webkit-flex: 1 1 45%;
9771             flex: 1 1 45%;
9772     max-width: 45%;
9773     max-height: 100%;
9774     box-sizing: border-box; }
9775   [layout="column"] > [flex-md="45"] {
9776     -webkit-box-flex: 1;
9777     -webkit-flex: 1 1 45%;
9778             flex: 1 1 45%;
9779     max-width: 100%;
9780     max-height: 45%;
9781     box-sizing: border-box; }
9782   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9783     -webkit-box-flex: 1;
9784     -webkit-flex: 1 1 33.33%;
9785             flex: 1 1 33.33%;
9786     max-width: 33.33%;
9787     max-height: 100%;
9788     box-sizing: border-box; }
9789   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9790     -webkit-box-flex: 1;
9791     -webkit-flex: 1 1 66.66%;
9792             flex: 1 1 66.66%;
9793     max-width: 66.66%;
9794     max-height: 100%;
9795     box-sizing: border-box; }
9796   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9797     -webkit-box-flex: 1;
9798     -webkit-flex: 1 1 33.33%;
9799             flex: 1 1 33.33%;
9800     max-width: 100%;
9801     max-height: 33.33%;
9802     box-sizing: border-box; }
9803   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9804     -webkit-box-flex: 1;
9805     -webkit-flex: 1 1 66.66%;
9806             flex: 1 1 66.66%;
9807     max-width: 100%;
9808     max-height: 66.66%;
9809     box-sizing: border-box; }
9810   [layout-md="row"] > [flex-md="45"] {
9811     -webkit-box-flex: 1;
9812     -webkit-flex: 1 1 45%;
9813             flex: 1 1 45%;
9814     max-width: 45%;
9815     max-height: 100%;
9816     box-sizing: border-box; }
9817   [layout-md="column"] > [flex-md="45"] {
9818     -webkit-box-flex: 1;
9819     -webkit-flex: 1 1 45%;
9820             flex: 1 1 45%;
9821     max-width: 100%;
9822     max-height: 45%;
9823     box-sizing: border-box; }
9824   [flex-md="50"] {
9825     -webkit-box-flex: 1;
9826     -webkit-flex: 1 1 50%;
9827             flex: 1 1 50%;
9828     max-width: 50%;
9829     max-height: 100%;
9830     box-sizing: border-box; }
9831   [layout="row"] > [flex-md="50"] {
9832     -webkit-box-flex: 1;
9833     -webkit-flex: 1 1 50%;
9834             flex: 1 1 50%;
9835     max-width: 50%;
9836     max-height: 100%;
9837     box-sizing: border-box; }
9838   [layout="column"] > [flex-md="50"] {
9839     -webkit-box-flex: 1;
9840     -webkit-flex: 1 1 50%;
9841             flex: 1 1 50%;
9842     max-width: 100%;
9843     max-height: 50%;
9844     box-sizing: border-box; }
9845   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9846     -webkit-box-flex: 1;
9847     -webkit-flex: 1 1 33.33%;
9848             flex: 1 1 33.33%;
9849     max-width: 33.33%;
9850     max-height: 100%;
9851     box-sizing: border-box; }
9852   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9853     -webkit-box-flex: 1;
9854     -webkit-flex: 1 1 66.66%;
9855             flex: 1 1 66.66%;
9856     max-width: 66.66%;
9857     max-height: 100%;
9858     box-sizing: border-box; }
9859   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9860     -webkit-box-flex: 1;
9861     -webkit-flex: 1 1 33.33%;
9862             flex: 1 1 33.33%;
9863     max-width: 100%;
9864     max-height: 33.33%;
9865     box-sizing: border-box; }
9866   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9867     -webkit-box-flex: 1;
9868     -webkit-flex: 1 1 66.66%;
9869             flex: 1 1 66.66%;
9870     max-width: 100%;
9871     max-height: 66.66%;
9872     box-sizing: border-box; }
9873   [layout-md="row"] > [flex-md="50"] {
9874     -webkit-box-flex: 1;
9875     -webkit-flex: 1 1 50%;
9876             flex: 1 1 50%;
9877     max-width: 50%;
9878     max-height: 100%;
9879     box-sizing: border-box; }
9880   [layout-md="column"] > [flex-md="50"] {
9881     -webkit-box-flex: 1;
9882     -webkit-flex: 1 1 50%;
9883             flex: 1 1 50%;
9884     max-width: 100%;
9885     max-height: 50%;
9886     box-sizing: border-box; }
9887   [flex-md="55"] {
9888     -webkit-box-flex: 1;
9889     -webkit-flex: 1 1 55%;
9890             flex: 1 1 55%;
9891     max-width: 55%;
9892     max-height: 100%;
9893     box-sizing: border-box; }
9894   [layout="row"] > [flex-md="55"] {
9895     -webkit-box-flex: 1;
9896     -webkit-flex: 1 1 55%;
9897             flex: 1 1 55%;
9898     max-width: 55%;
9899     max-height: 100%;
9900     box-sizing: border-box; }
9901   [layout="column"] > [flex-md="55"] {
9902     -webkit-box-flex: 1;
9903     -webkit-flex: 1 1 55%;
9904             flex: 1 1 55%;
9905     max-width: 100%;
9906     max-height: 55%;
9907     box-sizing: border-box; }
9908   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9909     -webkit-box-flex: 1;
9910     -webkit-flex: 1 1 33.33%;
9911             flex: 1 1 33.33%;
9912     max-width: 33.33%;
9913     max-height: 100%;
9914     box-sizing: border-box; }
9915   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9916     -webkit-box-flex: 1;
9917     -webkit-flex: 1 1 66.66%;
9918             flex: 1 1 66.66%;
9919     max-width: 66.66%;
9920     max-height: 100%;
9921     box-sizing: border-box; }
9922   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9923     -webkit-box-flex: 1;
9924     -webkit-flex: 1 1 33.33%;
9925             flex: 1 1 33.33%;
9926     max-width: 100%;
9927     max-height: 33.33%;
9928     box-sizing: border-box; }
9929   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9930     -webkit-box-flex: 1;
9931     -webkit-flex: 1 1 66.66%;
9932             flex: 1 1 66.66%;
9933     max-width: 100%;
9934     max-height: 66.66%;
9935     box-sizing: border-box; }
9936   [layout-md="row"] > [flex-md="55"] {
9937     -webkit-box-flex: 1;
9938     -webkit-flex: 1 1 55%;
9939             flex: 1 1 55%;
9940     max-width: 55%;
9941     max-height: 100%;
9942     box-sizing: border-box; }
9943   [layout-md="column"] > [flex-md="55"] {
9944     -webkit-box-flex: 1;
9945     -webkit-flex: 1 1 55%;
9946             flex: 1 1 55%;
9947     max-width: 100%;
9948     max-height: 55%;
9949     box-sizing: border-box; }
9950   [flex-md="60"] {
9951     -webkit-box-flex: 1;
9952     -webkit-flex: 1 1 60%;
9953             flex: 1 1 60%;
9954     max-width: 60%;
9955     max-height: 100%;
9956     box-sizing: border-box; }
9957   [layout="row"] > [flex-md="60"] {
9958     -webkit-box-flex: 1;
9959     -webkit-flex: 1 1 60%;
9960             flex: 1 1 60%;
9961     max-width: 60%;
9962     max-height: 100%;
9963     box-sizing: border-box; }
9964   [layout="column"] > [flex-md="60"] {
9965     -webkit-box-flex: 1;
9966     -webkit-flex: 1 1 60%;
9967             flex: 1 1 60%;
9968     max-width: 100%;
9969     max-height: 60%;
9970     box-sizing: border-box; }
9971   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
9972     -webkit-box-flex: 1;
9973     -webkit-flex: 1 1 33.33%;
9974             flex: 1 1 33.33%;
9975     max-width: 33.33%;
9976     max-height: 100%;
9977     box-sizing: border-box; }
9978   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
9979     -webkit-box-flex: 1;
9980     -webkit-flex: 1 1 66.66%;
9981             flex: 1 1 66.66%;
9982     max-width: 66.66%;
9983     max-height: 100%;
9984     box-sizing: border-box; }
9985   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
9986     -webkit-box-flex: 1;
9987     -webkit-flex: 1 1 33.33%;
9988             flex: 1 1 33.33%;
9989     max-width: 100%;
9990     max-height: 33.33%;
9991     box-sizing: border-box; }
9992   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
9993     -webkit-box-flex: 1;
9994     -webkit-flex: 1 1 66.66%;
9995             flex: 1 1 66.66%;
9996     max-width: 100%;
9997     max-height: 66.66%;
9998     box-sizing: border-box; }
9999   [layout-md="row"] > [flex-md="60"] {
10000     -webkit-box-flex: 1;
10001     -webkit-flex: 1 1 60%;
10002             flex: 1 1 60%;
10003     max-width: 60%;
10004     max-height: 100%;
10005     box-sizing: border-box; }
10006   [layout-md="column"] > [flex-md="60"] {
10007     -webkit-box-flex: 1;
10008     -webkit-flex: 1 1 60%;
10009             flex: 1 1 60%;
10010     max-width: 100%;
10011     max-height: 60%;
10012     box-sizing: border-box; }
10013   [flex-md="65"] {
10014     -webkit-box-flex: 1;
10015     -webkit-flex: 1 1 65%;
10016             flex: 1 1 65%;
10017     max-width: 65%;
10018     max-height: 100%;
10019     box-sizing: border-box; }
10020   [layout="row"] > [flex-md="65"] {
10021     -webkit-box-flex: 1;
10022     -webkit-flex: 1 1 65%;
10023             flex: 1 1 65%;
10024     max-width: 65%;
10025     max-height: 100%;
10026     box-sizing: border-box; }
10027   [layout="column"] > [flex-md="65"] {
10028     -webkit-box-flex: 1;
10029     -webkit-flex: 1 1 65%;
10030             flex: 1 1 65%;
10031     max-width: 100%;
10032     max-height: 65%;
10033     box-sizing: border-box; }
10034   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10035     -webkit-box-flex: 1;
10036     -webkit-flex: 1 1 33.33%;
10037             flex: 1 1 33.33%;
10038     max-width: 33.33%;
10039     max-height: 100%;
10040     box-sizing: border-box; }
10041   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10042     -webkit-box-flex: 1;
10043     -webkit-flex: 1 1 66.66%;
10044             flex: 1 1 66.66%;
10045     max-width: 66.66%;
10046     max-height: 100%;
10047     box-sizing: border-box; }
10048   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10049     -webkit-box-flex: 1;
10050     -webkit-flex: 1 1 33.33%;
10051             flex: 1 1 33.33%;
10052     max-width: 100%;
10053     max-height: 33.33%;
10054     box-sizing: border-box; }
10055   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10056     -webkit-box-flex: 1;
10057     -webkit-flex: 1 1 66.66%;
10058             flex: 1 1 66.66%;
10059     max-width: 100%;
10060     max-height: 66.66%;
10061     box-sizing: border-box; }
10062   [layout-md="row"] > [flex-md="65"] {
10063     -webkit-box-flex: 1;
10064     -webkit-flex: 1 1 65%;
10065             flex: 1 1 65%;
10066     max-width: 65%;
10067     max-height: 100%;
10068     box-sizing: border-box; }
10069   [layout-md="column"] > [flex-md="65"] {
10070     -webkit-box-flex: 1;
10071     -webkit-flex: 1 1 65%;
10072             flex: 1 1 65%;
10073     max-width: 100%;
10074     max-height: 65%;
10075     box-sizing: border-box; }
10076   [flex-md="70"] {
10077     -webkit-box-flex: 1;
10078     -webkit-flex: 1 1 70%;
10079             flex: 1 1 70%;
10080     max-width: 70%;
10081     max-height: 100%;
10082     box-sizing: border-box; }
10083   [layout="row"] > [flex-md="70"] {
10084     -webkit-box-flex: 1;
10085     -webkit-flex: 1 1 70%;
10086             flex: 1 1 70%;
10087     max-width: 70%;
10088     max-height: 100%;
10089     box-sizing: border-box; }
10090   [layout="column"] > [flex-md="70"] {
10091     -webkit-box-flex: 1;
10092     -webkit-flex: 1 1 70%;
10093             flex: 1 1 70%;
10094     max-width: 100%;
10095     max-height: 70%;
10096     box-sizing: border-box; }
10097   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10098     -webkit-box-flex: 1;
10099     -webkit-flex: 1 1 33.33%;
10100             flex: 1 1 33.33%;
10101     max-width: 33.33%;
10102     max-height: 100%;
10103     box-sizing: border-box; }
10104   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10105     -webkit-box-flex: 1;
10106     -webkit-flex: 1 1 66.66%;
10107             flex: 1 1 66.66%;
10108     max-width: 66.66%;
10109     max-height: 100%;
10110     box-sizing: border-box; }
10111   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10112     -webkit-box-flex: 1;
10113     -webkit-flex: 1 1 33.33%;
10114             flex: 1 1 33.33%;
10115     max-width: 100%;
10116     max-height: 33.33%;
10117     box-sizing: border-box; }
10118   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10119     -webkit-box-flex: 1;
10120     -webkit-flex: 1 1 66.66%;
10121             flex: 1 1 66.66%;
10122     max-width: 100%;
10123     max-height: 66.66%;
10124     box-sizing: border-box; }
10125   [layout-md="row"] > [flex-md="70"] {
10126     -webkit-box-flex: 1;
10127     -webkit-flex: 1 1 70%;
10128             flex: 1 1 70%;
10129     max-width: 70%;
10130     max-height: 100%;
10131     box-sizing: border-box; }
10132   [layout-md="column"] > [flex-md="70"] {
10133     -webkit-box-flex: 1;
10134     -webkit-flex: 1 1 70%;
10135             flex: 1 1 70%;
10136     max-width: 100%;
10137     max-height: 70%;
10138     box-sizing: border-box; }
10139   [flex-md="75"] {
10140     -webkit-box-flex: 1;
10141     -webkit-flex: 1 1 75%;
10142             flex: 1 1 75%;
10143     max-width: 75%;
10144     max-height: 100%;
10145     box-sizing: border-box; }
10146   [layout="row"] > [flex-md="75"] {
10147     -webkit-box-flex: 1;
10148     -webkit-flex: 1 1 75%;
10149             flex: 1 1 75%;
10150     max-width: 75%;
10151     max-height: 100%;
10152     box-sizing: border-box; }
10153   [layout="column"] > [flex-md="75"] {
10154     -webkit-box-flex: 1;
10155     -webkit-flex: 1 1 75%;
10156             flex: 1 1 75%;
10157     max-width: 100%;
10158     max-height: 75%;
10159     box-sizing: border-box; }
10160   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10161     -webkit-box-flex: 1;
10162     -webkit-flex: 1 1 33.33%;
10163             flex: 1 1 33.33%;
10164     max-width: 33.33%;
10165     max-height: 100%;
10166     box-sizing: border-box; }
10167   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10168     -webkit-box-flex: 1;
10169     -webkit-flex: 1 1 66.66%;
10170             flex: 1 1 66.66%;
10171     max-width: 66.66%;
10172     max-height: 100%;
10173     box-sizing: border-box; }
10174   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10175     -webkit-box-flex: 1;
10176     -webkit-flex: 1 1 33.33%;
10177             flex: 1 1 33.33%;
10178     max-width: 100%;
10179     max-height: 33.33%;
10180     box-sizing: border-box; }
10181   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10182     -webkit-box-flex: 1;
10183     -webkit-flex: 1 1 66.66%;
10184             flex: 1 1 66.66%;
10185     max-width: 100%;
10186     max-height: 66.66%;
10187     box-sizing: border-box; }
10188   [layout-md="row"] > [flex-md="75"] {
10189     -webkit-box-flex: 1;
10190     -webkit-flex: 1 1 75%;
10191             flex: 1 1 75%;
10192     max-width: 75%;
10193     max-height: 100%;
10194     box-sizing: border-box; }
10195   [layout-md="column"] > [flex-md="75"] {
10196     -webkit-box-flex: 1;
10197     -webkit-flex: 1 1 75%;
10198             flex: 1 1 75%;
10199     max-width: 100%;
10200     max-height: 75%;
10201     box-sizing: border-box; }
10202   [flex-md="80"] {
10203     -webkit-box-flex: 1;
10204     -webkit-flex: 1 1 80%;
10205             flex: 1 1 80%;
10206     max-width: 80%;
10207     max-height: 100%;
10208     box-sizing: border-box; }
10209   [layout="row"] > [flex-md="80"] {
10210     -webkit-box-flex: 1;
10211     -webkit-flex: 1 1 80%;
10212             flex: 1 1 80%;
10213     max-width: 80%;
10214     max-height: 100%;
10215     box-sizing: border-box; }
10216   [layout="column"] > [flex-md="80"] {
10217     -webkit-box-flex: 1;
10218     -webkit-flex: 1 1 80%;
10219             flex: 1 1 80%;
10220     max-width: 100%;
10221     max-height: 80%;
10222     box-sizing: border-box; }
10223   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10224     -webkit-box-flex: 1;
10225     -webkit-flex: 1 1 33.33%;
10226             flex: 1 1 33.33%;
10227     max-width: 33.33%;
10228     max-height: 100%;
10229     box-sizing: border-box; }
10230   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10231     -webkit-box-flex: 1;
10232     -webkit-flex: 1 1 66.66%;
10233             flex: 1 1 66.66%;
10234     max-width: 66.66%;
10235     max-height: 100%;
10236     box-sizing: border-box; }
10237   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10238     -webkit-box-flex: 1;
10239     -webkit-flex: 1 1 33.33%;
10240             flex: 1 1 33.33%;
10241     max-width: 100%;
10242     max-height: 33.33%;
10243     box-sizing: border-box; }
10244   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10245     -webkit-box-flex: 1;
10246     -webkit-flex: 1 1 66.66%;
10247             flex: 1 1 66.66%;
10248     max-width: 100%;
10249     max-height: 66.66%;
10250     box-sizing: border-box; }
10251   [layout-md="row"] > [flex-md="80"] {
10252     -webkit-box-flex: 1;
10253     -webkit-flex: 1 1 80%;
10254             flex: 1 1 80%;
10255     max-width: 80%;
10256     max-height: 100%;
10257     box-sizing: border-box; }
10258   [layout-md="column"] > [flex-md="80"] {
10259     -webkit-box-flex: 1;
10260     -webkit-flex: 1 1 80%;
10261             flex: 1 1 80%;
10262     max-width: 100%;
10263     max-height: 80%;
10264     box-sizing: border-box; }
10265   [flex-md="85"] {
10266     -webkit-box-flex: 1;
10267     -webkit-flex: 1 1 85%;
10268             flex: 1 1 85%;
10269     max-width: 85%;
10270     max-height: 100%;
10271     box-sizing: border-box; }
10272   [layout="row"] > [flex-md="85"] {
10273     -webkit-box-flex: 1;
10274     -webkit-flex: 1 1 85%;
10275             flex: 1 1 85%;
10276     max-width: 85%;
10277     max-height: 100%;
10278     box-sizing: border-box; }
10279   [layout="column"] > [flex-md="85"] {
10280     -webkit-box-flex: 1;
10281     -webkit-flex: 1 1 85%;
10282             flex: 1 1 85%;
10283     max-width: 100%;
10284     max-height: 85%;
10285     box-sizing: border-box; }
10286   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10287     -webkit-box-flex: 1;
10288     -webkit-flex: 1 1 33.33%;
10289             flex: 1 1 33.33%;
10290     max-width: 33.33%;
10291     max-height: 100%;
10292     box-sizing: border-box; }
10293   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10294     -webkit-box-flex: 1;
10295     -webkit-flex: 1 1 66.66%;
10296             flex: 1 1 66.66%;
10297     max-width: 66.66%;
10298     max-height: 100%;
10299     box-sizing: border-box; }
10300   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10301     -webkit-box-flex: 1;
10302     -webkit-flex: 1 1 33.33%;
10303             flex: 1 1 33.33%;
10304     max-width: 100%;
10305     max-height: 33.33%;
10306     box-sizing: border-box; }
10307   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10308     -webkit-box-flex: 1;
10309     -webkit-flex: 1 1 66.66%;
10310             flex: 1 1 66.66%;
10311     max-width: 100%;
10312     max-height: 66.66%;
10313     box-sizing: border-box; }
10314   [layout-md="row"] > [flex-md="85"] {
10315     -webkit-box-flex: 1;
10316     -webkit-flex: 1 1 85%;
10317             flex: 1 1 85%;
10318     max-width: 85%;
10319     max-height: 100%;
10320     box-sizing: border-box; }
10321   [layout-md="column"] > [flex-md="85"] {
10322     -webkit-box-flex: 1;
10323     -webkit-flex: 1 1 85%;
10324             flex: 1 1 85%;
10325     max-width: 100%;
10326     max-height: 85%;
10327     box-sizing: border-box; }
10328   [flex-md="90"] {
10329     -webkit-box-flex: 1;
10330     -webkit-flex: 1 1 90%;
10331             flex: 1 1 90%;
10332     max-width: 90%;
10333     max-height: 100%;
10334     box-sizing: border-box; }
10335   [layout="row"] > [flex-md="90"] {
10336     -webkit-box-flex: 1;
10337     -webkit-flex: 1 1 90%;
10338             flex: 1 1 90%;
10339     max-width: 90%;
10340     max-height: 100%;
10341     box-sizing: border-box; }
10342   [layout="column"] > [flex-md="90"] {
10343     -webkit-box-flex: 1;
10344     -webkit-flex: 1 1 90%;
10345             flex: 1 1 90%;
10346     max-width: 100%;
10347     max-height: 90%;
10348     box-sizing: border-box; }
10349   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10350     -webkit-box-flex: 1;
10351     -webkit-flex: 1 1 33.33%;
10352             flex: 1 1 33.33%;
10353     max-width: 33.33%;
10354     max-height: 100%;
10355     box-sizing: border-box; }
10356   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10357     -webkit-box-flex: 1;
10358     -webkit-flex: 1 1 66.66%;
10359             flex: 1 1 66.66%;
10360     max-width: 66.66%;
10361     max-height: 100%;
10362     box-sizing: border-box; }
10363   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10364     -webkit-box-flex: 1;
10365     -webkit-flex: 1 1 33.33%;
10366             flex: 1 1 33.33%;
10367     max-width: 100%;
10368     max-height: 33.33%;
10369     box-sizing: border-box; }
10370   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10371     -webkit-box-flex: 1;
10372     -webkit-flex: 1 1 66.66%;
10373             flex: 1 1 66.66%;
10374     max-width: 100%;
10375     max-height: 66.66%;
10376     box-sizing: border-box; }
10377   [layout-md="row"] > [flex-md="90"] {
10378     -webkit-box-flex: 1;
10379     -webkit-flex: 1 1 90%;
10380             flex: 1 1 90%;
10381     max-width: 90%;
10382     max-height: 100%;
10383     box-sizing: border-box; }
10384   [layout-md="column"] > [flex-md="90"] {
10385     -webkit-box-flex: 1;
10386     -webkit-flex: 1 1 90%;
10387             flex: 1 1 90%;
10388     max-width: 100%;
10389     max-height: 90%;
10390     box-sizing: border-box; }
10391   [flex-md="95"] {
10392     -webkit-box-flex: 1;
10393     -webkit-flex: 1 1 95%;
10394             flex: 1 1 95%;
10395     max-width: 95%;
10396     max-height: 100%;
10397     box-sizing: border-box; }
10398   [layout="row"] > [flex-md="95"] {
10399     -webkit-box-flex: 1;
10400     -webkit-flex: 1 1 95%;
10401             flex: 1 1 95%;
10402     max-width: 95%;
10403     max-height: 100%;
10404     box-sizing: border-box; }
10405   [layout="column"] > [flex-md="95"] {
10406     -webkit-box-flex: 1;
10407     -webkit-flex: 1 1 95%;
10408             flex: 1 1 95%;
10409     max-width: 100%;
10410     max-height: 95%;
10411     box-sizing: border-box; }
10412   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10413     -webkit-box-flex: 1;
10414     -webkit-flex: 1 1 33.33%;
10415             flex: 1 1 33.33%;
10416     max-width: 33.33%;
10417     max-height: 100%;
10418     box-sizing: border-box; }
10419   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10420     -webkit-box-flex: 1;
10421     -webkit-flex: 1 1 66.66%;
10422             flex: 1 1 66.66%;
10423     max-width: 66.66%;
10424     max-height: 100%;
10425     box-sizing: border-box; }
10426   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10427     -webkit-box-flex: 1;
10428     -webkit-flex: 1 1 33.33%;
10429             flex: 1 1 33.33%;
10430     max-width: 100%;
10431     max-height: 33.33%;
10432     box-sizing: border-box; }
10433   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10434     -webkit-box-flex: 1;
10435     -webkit-flex: 1 1 66.66%;
10436             flex: 1 1 66.66%;
10437     max-width: 100%;
10438     max-height: 66.66%;
10439     box-sizing: border-box; }
10440   [layout-md="row"] > [flex-md="95"] {
10441     -webkit-box-flex: 1;
10442     -webkit-flex: 1 1 95%;
10443             flex: 1 1 95%;
10444     max-width: 95%;
10445     max-height: 100%;
10446     box-sizing: border-box; }
10447   [layout-md="column"] > [flex-md="95"] {
10448     -webkit-box-flex: 1;
10449     -webkit-flex: 1 1 95%;
10450             flex: 1 1 95%;
10451     max-width: 100%;
10452     max-height: 95%;
10453     box-sizing: border-box; }
10454   [flex-md="100"] {
10455     -webkit-box-flex: 1;
10456     -webkit-flex: 1 1 100%;
10457             flex: 1 1 100%;
10458     max-width: 100%;
10459     max-height: 100%;
10460     box-sizing: border-box; }
10461   [layout="row"] > [flex-md="100"] {
10462     -webkit-box-flex: 1;
10463     -webkit-flex: 1 1 100%;
10464             flex: 1 1 100%;
10465     max-width: 100%;
10466     max-height: 100%;
10467     box-sizing: border-box; }
10468   [layout="column"] > [flex-md="100"] {
10469     -webkit-box-flex: 1;
10470     -webkit-flex: 1 1 100%;
10471             flex: 1 1 100%;
10472     max-width: 100%;
10473     max-height: 100%;
10474     box-sizing: border-box; }
10475   [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"] {
10476     -webkit-box-flex: 1;
10477     -webkit-flex: 1 1 33.33%;
10478             flex: 1 1 33.33%;
10479     max-width: 33.33%;
10480     max-height: 100%;
10481     box-sizing: border-box; }
10482   [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"] {
10483     -webkit-box-flex: 1;
10484     -webkit-flex: 1 1 66.66%;
10485             flex: 1 1 66.66%;
10486     max-width: 66.66%;
10487     max-height: 100%;
10488     box-sizing: border-box; }
10489   [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"] {
10490     -webkit-box-flex: 1;
10491     -webkit-flex: 1 1 33.33%;
10492             flex: 1 1 33.33%;
10493     max-width: 100%;
10494     max-height: 33.33%;
10495     box-sizing: border-box; }
10496   [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"] {
10497     -webkit-box-flex: 1;
10498     -webkit-flex: 1 1 66.66%;
10499             flex: 1 1 66.66%;
10500     max-width: 100%;
10501     max-height: 66.66%;
10502     box-sizing: border-box; }
10503   [layout-md="row"] > [flex-md="100"] {
10504     -webkit-box-flex: 1;
10505     -webkit-flex: 1 1 100%;
10506             flex: 1 1 100%;
10507     max-width: 100%;
10508     max-height: 100%;
10509     box-sizing: border-box; }
10510   [layout-md="column"] > [flex-md="100"] {
10511     -webkit-box-flex: 1;
10512     -webkit-flex: 1 1 100%;
10513             flex: 1 1 100%;
10514     max-width: 100%;
10515     max-height: 100%;
10516     box-sizing: border-box; }
10517   [layout-md="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"] {
10518     -webkit-box-flex: 1;
10519     -webkit-flex: 1 1 33.33%;
10520             flex: 1 1 33.33%;
10521     max-width: 33.33%;
10522     max-height: 100%;
10523     box-sizing: border-box; }
10524   [layout-md="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"] {
10525     -webkit-box-flex: 1;
10526     -webkit-flex: 1 1 66.66%;
10527             flex: 1 1 66.66%;
10528     max-width: 66.66%;
10529     max-height: 100%;
10530     box-sizing: border-box; }
10531   [layout-md="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"] {
10532     -webkit-box-flex: 1;
10533     -webkit-flex: 1 1 33.33%;
10534             flex: 1 1 33.33%;
10535     max-width: 100%;
10536     max-height: 33.33%;
10537     box-sizing: border-box; }
10538   [layout-md="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"] {
10539     -webkit-box-flex: 1;
10540     -webkit-flex: 1 1 66.66%;
10541             flex: 1 1 66.66%;
10542     max-width: 100%;
10543     max-height: 66.66%;
10544     box-sizing: border-box; }
10545   [layout-md], [layout-md="column"], [layout-md="row"] {
10546     box-sizing: border-box;
10547     display: -webkit-box;
10548     display: -webkit-flex;
10549     display: flex; }
10550   [layout-md="column"] {
10551     -webkit-box-orient: vertical;
10552     -webkit-box-direction: normal;
10553     -webkit-flex-direction: column;
10554             flex-direction: column; }
10555   [layout-md="row"] {
10556     -webkit-box-orient: horizontal;
10557     -webkit-box-direction: normal;
10558     -webkit-flex-direction: row;
10559             flex-direction: row; } }
10560
10561 @media (min-width: 1280px) {
10562   [flex-order-gt-md="-20"] {
10563     -webkit-box-ordinal-group: -19;
10564     -webkit-order: -20;
10565             order: -20; }
10566   [flex-order-gt-md="-19"] {
10567     -webkit-box-ordinal-group: -18;
10568     -webkit-order: -19;
10569             order: -19; }
10570   [flex-order-gt-md="-18"] {
10571     -webkit-box-ordinal-group: -17;
10572     -webkit-order: -18;
10573             order: -18; }
10574   [flex-order-gt-md="-17"] {
10575     -webkit-box-ordinal-group: -16;
10576     -webkit-order: -17;
10577             order: -17; }
10578   [flex-order-gt-md="-16"] {
10579     -webkit-box-ordinal-group: -15;
10580     -webkit-order: -16;
10581             order: -16; }
10582   [flex-order-gt-md="-15"] {
10583     -webkit-box-ordinal-group: -14;
10584     -webkit-order: -15;
10585             order: -15; }
10586   [flex-order-gt-md="-14"] {
10587     -webkit-box-ordinal-group: -13;
10588     -webkit-order: -14;
10589             order: -14; }
10590   [flex-order-gt-md="-13"] {
10591     -webkit-box-ordinal-group: -12;
10592     -webkit-order: -13;
10593             order: -13; }
10594   [flex-order-gt-md="-12"] {
10595     -webkit-box-ordinal-group: -11;
10596     -webkit-order: -12;
10597             order: -12; }
10598   [flex-order-gt-md="-11"] {
10599     -webkit-box-ordinal-group: -10;
10600     -webkit-order: -11;
10601             order: -11; }
10602   [flex-order-gt-md="-10"] {
10603     -webkit-box-ordinal-group: -9;
10604     -webkit-order: -10;
10605             order: -10; }
10606   [flex-order-gt-md="-9"] {
10607     -webkit-box-ordinal-group: -8;
10608     -webkit-order: -9;
10609             order: -9; }
10610   [flex-order-gt-md="-8"] {
10611     -webkit-box-ordinal-group: -7;
10612     -webkit-order: -8;
10613             order: -8; }
10614   [flex-order-gt-md="-7"] {
10615     -webkit-box-ordinal-group: -6;
10616     -webkit-order: -7;
10617             order: -7; }
10618   [flex-order-gt-md="-6"] {
10619     -webkit-box-ordinal-group: -5;
10620     -webkit-order: -6;
10621             order: -6; }
10622   [flex-order-gt-md="-5"] {
10623     -webkit-box-ordinal-group: -4;
10624     -webkit-order: -5;
10625             order: -5; }
10626   [flex-order-gt-md="-4"] {
10627     -webkit-box-ordinal-group: -3;
10628     -webkit-order: -4;
10629             order: -4; }
10630   [flex-order-gt-md="-3"] {
10631     -webkit-box-ordinal-group: -2;
10632     -webkit-order: -3;
10633             order: -3; }
10634   [flex-order-gt-md="-2"] {
10635     -webkit-box-ordinal-group: -1;
10636     -webkit-order: -2;
10637             order: -2; }
10638   [flex-order-gt-md="-1"] {
10639     -webkit-box-ordinal-group: 0;
10640     -webkit-order: -1;
10641             order: -1; }
10642   [flex-order-gt-md="0"] {
10643     -webkit-box-ordinal-group: 1;
10644     -webkit-order: 0;
10645             order: 0; }
10646   [flex-order-gt-md="1"] {
10647     -webkit-box-ordinal-group: 2;
10648     -webkit-order: 1;
10649             order: 1; }
10650   [flex-order-gt-md="2"] {
10651     -webkit-box-ordinal-group: 3;
10652     -webkit-order: 2;
10653             order: 2; }
10654   [flex-order-gt-md="3"] {
10655     -webkit-box-ordinal-group: 4;
10656     -webkit-order: 3;
10657             order: 3; }
10658   [flex-order-gt-md="4"] {
10659     -webkit-box-ordinal-group: 5;
10660     -webkit-order: 4;
10661             order: 4; }
10662   [flex-order-gt-md="5"] {
10663     -webkit-box-ordinal-group: 6;
10664     -webkit-order: 5;
10665             order: 5; }
10666   [flex-order-gt-md="6"] {
10667     -webkit-box-ordinal-group: 7;
10668     -webkit-order: 6;
10669             order: 6; }
10670   [flex-order-gt-md="7"] {
10671     -webkit-box-ordinal-group: 8;
10672     -webkit-order: 7;
10673             order: 7; }
10674   [flex-order-gt-md="8"] {
10675     -webkit-box-ordinal-group: 9;
10676     -webkit-order: 8;
10677             order: 8; }
10678   [flex-order-gt-md="9"] {
10679     -webkit-box-ordinal-group: 10;
10680     -webkit-order: 9;
10681             order: 9; }
10682   [flex-order-gt-md="10"] {
10683     -webkit-box-ordinal-group: 11;
10684     -webkit-order: 10;
10685             order: 10; }
10686   [flex-order-gt-md="11"] {
10687     -webkit-box-ordinal-group: 12;
10688     -webkit-order: 11;
10689             order: 11; }
10690   [flex-order-gt-md="12"] {
10691     -webkit-box-ordinal-group: 13;
10692     -webkit-order: 12;
10693             order: 12; }
10694   [flex-order-gt-md="13"] {
10695     -webkit-box-ordinal-group: 14;
10696     -webkit-order: 13;
10697             order: 13; }
10698   [flex-order-gt-md="14"] {
10699     -webkit-box-ordinal-group: 15;
10700     -webkit-order: 14;
10701             order: 14; }
10702   [flex-order-gt-md="15"] {
10703     -webkit-box-ordinal-group: 16;
10704     -webkit-order: 15;
10705             order: 15; }
10706   [flex-order-gt-md="16"] {
10707     -webkit-box-ordinal-group: 17;
10708     -webkit-order: 16;
10709             order: 16; }
10710   [flex-order-gt-md="17"] {
10711     -webkit-box-ordinal-group: 18;
10712     -webkit-order: 17;
10713             order: 17; }
10714   [flex-order-gt-md="18"] {
10715     -webkit-box-ordinal-group: 19;
10716     -webkit-order: 18;
10717             order: 18; }
10718   [flex-order-gt-md="19"] {
10719     -webkit-box-ordinal-group: 20;
10720     -webkit-order: 19;
10721             order: 19; }
10722   [flex-order-gt-md="20"] {
10723     -webkit-box-ordinal-group: 21;
10724     -webkit-order: 20;
10725             order: 20; }
10726   [flex-offset-gt-md="0"] {
10727     margin-left: 0%; }
10728   [flex-offset-gt-md="5"] {
10729     margin-left: 5%; }
10730   [flex-offset-gt-md="10"] {
10731     margin-left: 10%; }
10732   [flex-offset-gt-md="15"] {
10733     margin-left: 15%; }
10734   [flex-offset-gt-md="20"] {
10735     margin-left: 20%; }
10736   [flex-offset-gt-md="25"] {
10737     margin-left: 25%; }
10738   [flex-offset-gt-md="30"] {
10739     margin-left: 30%; }
10740   [flex-offset-gt-md="35"] {
10741     margin-left: 35%; }
10742   [flex-offset-gt-md="40"] {
10743     margin-left: 40%; }
10744   [flex-offset-gt-md="45"] {
10745     margin-left: 45%; }
10746   [flex-offset-gt-md="50"] {
10747     margin-left: 50%; }
10748   [flex-offset-gt-md="55"] {
10749     margin-left: 55%; }
10750   [flex-offset-gt-md="60"] {
10751     margin-left: 60%; }
10752   [flex-offset-gt-md="65"] {
10753     margin-left: 65%; }
10754   [flex-offset-gt-md="70"] {
10755     margin-left: 70%; }
10756   [flex-offset-gt-md="75"] {
10757     margin-left: 75%; }
10758   [flex-offset-gt-md="80"] {
10759     margin-left: 80%; }
10760   [flex-offset-gt-md="85"] {
10761     margin-left: 85%; }
10762   [flex-offset-gt-md="90"] {
10763     margin-left: 90%; }
10764   [flex-offset-gt-md="95"] {
10765     margin-left: 95%; }
10766   [flex-offset-gt-md="33"] {
10767     margin-left: calc(100% / 3); }
10768   [flex-offset-gt-md="66"] {
10769     margin-left: calc(200% / 3); }
10770   [layout-align-gt-md],
10771   [layout-align-gt-md="start stretch"] {
10772     -webkit-box-pack: start;
10773     -webkit-justify-content: flex-start;
10774             justify-content: flex-start;
10775     -webkit-align-content: stretch;
10776             align-content: stretch;
10777     -webkit-box-align: stretch;
10778     -webkit-align-items: stretch;
10779             align-items: stretch; }
10780   [layout-align-gt-md="start"],
10781   [layout-align-gt-md="start start"],
10782   [layout-align-gt-md="start center"],
10783   [layout-align-gt-md="start end"],
10784   [layout-align-gt-md="start stretch"] {
10785     -webkit-box-pack: start;
10786     -webkit-justify-content: flex-start;
10787             justify-content: flex-start; }
10788   [layout-align-gt-md="center"],
10789   [layout-align-gt-md="center start"],
10790   [layout-align-gt-md="center center"],
10791   [layout-align-gt-md="center end"],
10792   [layout-align-gt-md="center stretch"] {
10793     -webkit-box-pack: center;
10794     -webkit-justify-content: center;
10795             justify-content: center; }
10796   [layout-align-gt-md="end"],
10797   [layout-align-gt-md="end center"],
10798   [layout-align-gt-md="end start"],
10799   [layout-align-gt-md="end end"],
10800   [layout-align-gt-md="end stretch"] {
10801     -webkit-box-pack: end;
10802     -webkit-justify-content: flex-end;
10803             justify-content: flex-end; }
10804   [layout-align-gt-md="space-around"],
10805   [layout-align-gt-md="space-around center"],
10806   [layout-align-gt-md="space-around start"],
10807   [layout-align-gt-md="space-around end"],
10808   [layout-align-gt-md="space-around stretch"] {
10809     -webkit-justify-content: space-around;
10810             justify-content: space-around; }
10811   [layout-align-gt-md="space-between"],
10812   [layout-align-gt-md="space-between center"],
10813   [layout-align-gt-md="space-between start"],
10814   [layout-align-gt-md="space-between end"],
10815   [layout-align-gt-md="space-between stretch"] {
10816     -webkit-box-pack: justify;
10817     -webkit-justify-content: space-between;
10818             justify-content: space-between; }
10819   [layout-align-gt-md="start start"],
10820   [layout-align-gt-md="center start"],
10821   [layout-align-gt-md="end start"],
10822   [layout-align-gt-md="space-between start"],
10823   [layout-align-gt-md="space-around start"] {
10824     -webkit-box-align: start;
10825     -webkit-align-items: flex-start;
10826             align-items: flex-start;
10827     -webkit-align-content: flex-start;
10828             align-content: flex-start; }
10829   [layout-align-gt-md="start center"],
10830   [layout-align-gt-md="center center"],
10831   [layout-align-gt-md="end center"],
10832   [layout-align-gt-md="space-between center"],
10833   [layout-align-gt-md="space-around center"] {
10834     -webkit-box-align: center;
10835     -webkit-align-items: center;
10836             align-items: center;
10837     -webkit-align-content: center;
10838             align-content: center;
10839     max-width: 100%; }
10840   [layout-align-gt-md="start center"] > *,
10841   [layout-align-gt-md="center center"] > *,
10842   [layout-align-gt-md="end center"] > *,
10843   [layout-align-gt-md="space-between center"] > *,
10844   [layout-align-gt-md="space-around center"] > * {
10845     max-width: 100%;
10846     box-sizing: border-box; }
10847   [layout-align-gt-md="start end"],
10848   [layout-align-gt-md="center end"],
10849   [layout-align-gt-md="end end"],
10850   [layout-align-gt-md="space-between end"],
10851   [layout-align-gt-md="space-around end"] {
10852     -webkit-box-align: end;
10853     -webkit-align-items: flex-end;
10854             align-items: flex-end;
10855     -webkit-align-content: flex-end;
10856             align-content: flex-end; }
10857   [layout-align-gt-md="start stretch"],
10858   [layout-align-gt-md="center stretch"],
10859   [layout-align-gt-md="end stretch"],
10860   [layout-align-gt-md="space-between stretch"],
10861   [layout-align-gt-md="space-around stretch"] {
10862     -webkit-box-align: stretch;
10863     -webkit-align-items: stretch;
10864             align-items: stretch;
10865     -webkit-align-content: stretch;
10866             align-content: stretch; }
10867   [flex-gt-md] {
10868     -webkit-box-flex: 1;
10869     -webkit-flex: 1;
10870             flex: 1;
10871     box-sizing: border-box; }
10872   [flex-gt-md-grow] {
10873     -webkit-box-flex: 1;
10874     -webkit-flex: 1 1 100%;
10875             flex: 1 1 100%;
10876     box-sizing: border-box; }
10877   [flex-gt-md-initial] {
10878     -webkit-box-flex: 0;
10879     -webkit-flex: 0 1 auto;
10880             flex: 0 1 auto;
10881     box-sizing: border-box; }
10882   [flex-gt-md-auto] {
10883     -webkit-box-flex: 1;
10884     -webkit-flex: 1 1 auto;
10885             flex: 1 1 auto;
10886     box-sizing: border-box; }
10887   [flex-gt-md-none] {
10888     -webkit-box-flex: 0;
10889     -webkit-flex: 0 0 auto;
10890             flex: 0 0 auto;
10891     box-sizing: border-box; }
10892   [flex-gt-md="0"] {
10893     -webkit-box-flex: 1;
10894     -webkit-flex: 1 1 0%;
10895             flex: 1 1 0%;
10896     max-width: 0%;
10897     max-height: 100%;
10898     box-sizing: border-box; }
10899   [layout="row"] > [flex-gt-md="0"] {
10900     -webkit-box-flex: 1;
10901     -webkit-flex: 1 1 0%;
10902             flex: 1 1 0%;
10903     max-width: 0%;
10904     max-height: 100%;
10905     box-sizing: border-box; }
10906   [layout="column"] > [flex-gt-md="0"] {
10907     -webkit-box-flex: 1;
10908     -webkit-flex: 1 1 0%;
10909             flex: 1 1 0%;
10910     max-width: 100%;
10911     max-height: 0%;
10912     box-sizing: border-box; }
10913   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
10914     -webkit-box-flex: 1;
10915     -webkit-flex: 1 1 33.33%;
10916             flex: 1 1 33.33%;
10917     max-width: 33.33%;
10918     max-height: 100%;
10919     box-sizing: border-box; }
10920   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
10921     -webkit-box-flex: 1;
10922     -webkit-flex: 1 1 66.66%;
10923             flex: 1 1 66.66%;
10924     max-width: 66.66%;
10925     max-height: 100%;
10926     box-sizing: border-box; }
10927   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
10928     -webkit-box-flex: 1;
10929     -webkit-flex: 1 1 33.33%;
10930             flex: 1 1 33.33%;
10931     max-width: 100%;
10932     max-height: 33.33%;
10933     box-sizing: border-box; }
10934   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
10935     -webkit-box-flex: 1;
10936     -webkit-flex: 1 1 66.66%;
10937             flex: 1 1 66.66%;
10938     max-width: 100%;
10939     max-height: 66.66%;
10940     box-sizing: border-box; }
10941   [layout-gt-md="row"] > [flex-gt-md="0"] {
10942     -webkit-box-flex: 1;
10943     -webkit-flex: 1 1 0%;
10944             flex: 1 1 0%;
10945     max-width: 0%;
10946     max-height: 100%;
10947     box-sizing: border-box; }
10948   [layout-gt-md="column"] > [flex-gt-md="0"] {
10949     -webkit-box-flex: 1;
10950     -webkit-flex: 1 1 0%;
10951             flex: 1 1 0%;
10952     max-width: 100%;
10953     max-height: 0%;
10954     box-sizing: border-box; }
10955   [flex-gt-md="5"] {
10956     -webkit-box-flex: 1;
10957     -webkit-flex: 1 1 5%;
10958             flex: 1 1 5%;
10959     max-width: 5%;
10960     max-height: 100%;
10961     box-sizing: border-box; }
10962   [layout="row"] > [flex-gt-md="5"] {
10963     -webkit-box-flex: 1;
10964     -webkit-flex: 1 1 5%;
10965             flex: 1 1 5%;
10966     max-width: 5%;
10967     max-height: 100%;
10968     box-sizing: border-box; }
10969   [layout="column"] > [flex-gt-md="5"] {
10970     -webkit-box-flex: 1;
10971     -webkit-flex: 1 1 5%;
10972             flex: 1 1 5%;
10973     max-width: 100%;
10974     max-height: 5%;
10975     box-sizing: border-box; }
10976   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
10977     -webkit-box-flex: 1;
10978     -webkit-flex: 1 1 33.33%;
10979             flex: 1 1 33.33%;
10980     max-width: 33.33%;
10981     max-height: 100%;
10982     box-sizing: border-box; }
10983   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
10984     -webkit-box-flex: 1;
10985     -webkit-flex: 1 1 66.66%;
10986             flex: 1 1 66.66%;
10987     max-width: 66.66%;
10988     max-height: 100%;
10989     box-sizing: border-box; }
10990   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
10991     -webkit-box-flex: 1;
10992     -webkit-flex: 1 1 33.33%;
10993             flex: 1 1 33.33%;
10994     max-width: 100%;
10995     max-height: 33.33%;
10996     box-sizing: border-box; }
10997   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
10998     -webkit-box-flex: 1;
10999     -webkit-flex: 1 1 66.66%;
11000             flex: 1 1 66.66%;
11001     max-width: 100%;
11002     max-height: 66.66%;
11003     box-sizing: border-box; }
11004   [layout-gt-md="row"] > [flex-gt-md="5"] {
11005     -webkit-box-flex: 1;
11006     -webkit-flex: 1 1 5%;
11007             flex: 1 1 5%;
11008     max-width: 5%;
11009     max-height: 100%;
11010     box-sizing: border-box; }
11011   [layout-gt-md="column"] > [flex-gt-md="5"] {
11012     -webkit-box-flex: 1;
11013     -webkit-flex: 1 1 5%;
11014             flex: 1 1 5%;
11015     max-width: 100%;
11016     max-height: 5%;
11017     box-sizing: border-box; }
11018   [flex-gt-md="10"] {
11019     -webkit-box-flex: 1;
11020     -webkit-flex: 1 1 10%;
11021             flex: 1 1 10%;
11022     max-width: 10%;
11023     max-height: 100%;
11024     box-sizing: border-box; }
11025   [layout="row"] > [flex-gt-md="10"] {
11026     -webkit-box-flex: 1;
11027     -webkit-flex: 1 1 10%;
11028             flex: 1 1 10%;
11029     max-width: 10%;
11030     max-height: 100%;
11031     box-sizing: border-box; }
11032   [layout="column"] > [flex-gt-md="10"] {
11033     -webkit-box-flex: 1;
11034     -webkit-flex: 1 1 10%;
11035             flex: 1 1 10%;
11036     max-width: 100%;
11037     max-height: 10%;
11038     box-sizing: border-box; }
11039   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11040     -webkit-box-flex: 1;
11041     -webkit-flex: 1 1 33.33%;
11042             flex: 1 1 33.33%;
11043     max-width: 33.33%;
11044     max-height: 100%;
11045     box-sizing: border-box; }
11046   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11047     -webkit-box-flex: 1;
11048     -webkit-flex: 1 1 66.66%;
11049             flex: 1 1 66.66%;
11050     max-width: 66.66%;
11051     max-height: 100%;
11052     box-sizing: border-box; }
11053   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11054     -webkit-box-flex: 1;
11055     -webkit-flex: 1 1 33.33%;
11056             flex: 1 1 33.33%;
11057     max-width: 100%;
11058     max-height: 33.33%;
11059     box-sizing: border-box; }
11060   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11061     -webkit-box-flex: 1;
11062     -webkit-flex: 1 1 66.66%;
11063             flex: 1 1 66.66%;
11064     max-width: 100%;
11065     max-height: 66.66%;
11066     box-sizing: border-box; }
11067   [layout-gt-md="row"] > [flex-gt-md="10"] {
11068     -webkit-box-flex: 1;
11069     -webkit-flex: 1 1 10%;
11070             flex: 1 1 10%;
11071     max-width: 10%;
11072     max-height: 100%;
11073     box-sizing: border-box; }
11074   [layout-gt-md="column"] > [flex-gt-md="10"] {
11075     -webkit-box-flex: 1;
11076     -webkit-flex: 1 1 10%;
11077             flex: 1 1 10%;
11078     max-width: 100%;
11079     max-height: 10%;
11080     box-sizing: border-box; }
11081   [flex-gt-md="15"] {
11082     -webkit-box-flex: 1;
11083     -webkit-flex: 1 1 15%;
11084             flex: 1 1 15%;
11085     max-width: 15%;
11086     max-height: 100%;
11087     box-sizing: border-box; }
11088   [layout="row"] > [flex-gt-md="15"] {
11089     -webkit-box-flex: 1;
11090     -webkit-flex: 1 1 15%;
11091             flex: 1 1 15%;
11092     max-width: 15%;
11093     max-height: 100%;
11094     box-sizing: border-box; }
11095   [layout="column"] > [flex-gt-md="15"] {
11096     -webkit-box-flex: 1;
11097     -webkit-flex: 1 1 15%;
11098             flex: 1 1 15%;
11099     max-width: 100%;
11100     max-height: 15%;
11101     box-sizing: border-box; }
11102   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11103     -webkit-box-flex: 1;
11104     -webkit-flex: 1 1 33.33%;
11105             flex: 1 1 33.33%;
11106     max-width: 33.33%;
11107     max-height: 100%;
11108     box-sizing: border-box; }
11109   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11110     -webkit-box-flex: 1;
11111     -webkit-flex: 1 1 66.66%;
11112             flex: 1 1 66.66%;
11113     max-width: 66.66%;
11114     max-height: 100%;
11115     box-sizing: border-box; }
11116   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11117     -webkit-box-flex: 1;
11118     -webkit-flex: 1 1 33.33%;
11119             flex: 1 1 33.33%;
11120     max-width: 100%;
11121     max-height: 33.33%;
11122     box-sizing: border-box; }
11123   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11124     -webkit-box-flex: 1;
11125     -webkit-flex: 1 1 66.66%;
11126             flex: 1 1 66.66%;
11127     max-width: 100%;
11128     max-height: 66.66%;
11129     box-sizing: border-box; }
11130   [layout-gt-md="row"] > [flex-gt-md="15"] {
11131     -webkit-box-flex: 1;
11132     -webkit-flex: 1 1 15%;
11133             flex: 1 1 15%;
11134     max-width: 15%;
11135     max-height: 100%;
11136     box-sizing: border-box; }
11137   [layout-gt-md="column"] > [flex-gt-md="15"] {
11138     -webkit-box-flex: 1;
11139     -webkit-flex: 1 1 15%;
11140             flex: 1 1 15%;
11141     max-width: 100%;
11142     max-height: 15%;
11143     box-sizing: border-box; }
11144   [flex-gt-md="20"] {
11145     -webkit-box-flex: 1;
11146     -webkit-flex: 1 1 20%;
11147             flex: 1 1 20%;
11148     max-width: 20%;
11149     max-height: 100%;
11150     box-sizing: border-box; }
11151   [layout="row"] > [flex-gt-md="20"] {
11152     -webkit-box-flex: 1;
11153     -webkit-flex: 1 1 20%;
11154             flex: 1 1 20%;
11155     max-width: 20%;
11156     max-height: 100%;
11157     box-sizing: border-box; }
11158   [layout="column"] > [flex-gt-md="20"] {
11159     -webkit-box-flex: 1;
11160     -webkit-flex: 1 1 20%;
11161             flex: 1 1 20%;
11162     max-width: 100%;
11163     max-height: 20%;
11164     box-sizing: border-box; }
11165   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11166     -webkit-box-flex: 1;
11167     -webkit-flex: 1 1 33.33%;
11168             flex: 1 1 33.33%;
11169     max-width: 33.33%;
11170     max-height: 100%;
11171     box-sizing: border-box; }
11172   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11173     -webkit-box-flex: 1;
11174     -webkit-flex: 1 1 66.66%;
11175             flex: 1 1 66.66%;
11176     max-width: 66.66%;
11177     max-height: 100%;
11178     box-sizing: border-box; }
11179   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11180     -webkit-box-flex: 1;
11181     -webkit-flex: 1 1 33.33%;
11182             flex: 1 1 33.33%;
11183     max-width: 100%;
11184     max-height: 33.33%;
11185     box-sizing: border-box; }
11186   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11187     -webkit-box-flex: 1;
11188     -webkit-flex: 1 1 66.66%;
11189             flex: 1 1 66.66%;
11190     max-width: 100%;
11191     max-height: 66.66%;
11192     box-sizing: border-box; }
11193   [layout-gt-md="row"] > [flex-gt-md="20"] {
11194     -webkit-box-flex: 1;
11195     -webkit-flex: 1 1 20%;
11196             flex: 1 1 20%;
11197     max-width: 20%;
11198     max-height: 100%;
11199     box-sizing: border-box; }
11200   [layout-gt-md="column"] > [flex-gt-md="20"] {
11201     -webkit-box-flex: 1;
11202     -webkit-flex: 1 1 20%;
11203             flex: 1 1 20%;
11204     max-width: 100%;
11205     max-height: 20%;
11206     box-sizing: border-box; }
11207   [flex-gt-md="25"] {
11208     -webkit-box-flex: 1;
11209     -webkit-flex: 1 1 25%;
11210             flex: 1 1 25%;
11211     max-width: 25%;
11212     max-height: 100%;
11213     box-sizing: border-box; }
11214   [layout="row"] > [flex-gt-md="25"] {
11215     -webkit-box-flex: 1;
11216     -webkit-flex: 1 1 25%;
11217             flex: 1 1 25%;
11218     max-width: 25%;
11219     max-height: 100%;
11220     box-sizing: border-box; }
11221   [layout="column"] > [flex-gt-md="25"] {
11222     -webkit-box-flex: 1;
11223     -webkit-flex: 1 1 25%;
11224             flex: 1 1 25%;
11225     max-width: 100%;
11226     max-height: 25%;
11227     box-sizing: border-box; }
11228   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11229     -webkit-box-flex: 1;
11230     -webkit-flex: 1 1 33.33%;
11231             flex: 1 1 33.33%;
11232     max-width: 33.33%;
11233     max-height: 100%;
11234     box-sizing: border-box; }
11235   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11236     -webkit-box-flex: 1;
11237     -webkit-flex: 1 1 66.66%;
11238             flex: 1 1 66.66%;
11239     max-width: 66.66%;
11240     max-height: 100%;
11241     box-sizing: border-box; }
11242   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11243     -webkit-box-flex: 1;
11244     -webkit-flex: 1 1 33.33%;
11245             flex: 1 1 33.33%;
11246     max-width: 100%;
11247     max-height: 33.33%;
11248     box-sizing: border-box; }
11249   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11250     -webkit-box-flex: 1;
11251     -webkit-flex: 1 1 66.66%;
11252             flex: 1 1 66.66%;
11253     max-width: 100%;
11254     max-height: 66.66%;
11255     box-sizing: border-box; }
11256   [layout-gt-md="row"] > [flex-gt-md="25"] {
11257     -webkit-box-flex: 1;
11258     -webkit-flex: 1 1 25%;
11259             flex: 1 1 25%;
11260     max-width: 25%;
11261     max-height: 100%;
11262     box-sizing: border-box; }
11263   [layout-gt-md="column"] > [flex-gt-md="25"] {
11264     -webkit-box-flex: 1;
11265     -webkit-flex: 1 1 25%;
11266             flex: 1 1 25%;
11267     max-width: 100%;
11268     max-height: 25%;
11269     box-sizing: border-box; }
11270   [flex-gt-md="30"] {
11271     -webkit-box-flex: 1;
11272     -webkit-flex: 1 1 30%;
11273             flex: 1 1 30%;
11274     max-width: 30%;
11275     max-height: 100%;
11276     box-sizing: border-box; }
11277   [layout="row"] > [flex-gt-md="30"] {
11278     -webkit-box-flex: 1;
11279     -webkit-flex: 1 1 30%;
11280             flex: 1 1 30%;
11281     max-width: 30%;
11282     max-height: 100%;
11283     box-sizing: border-box; }
11284   [layout="column"] > [flex-gt-md="30"] {
11285     -webkit-box-flex: 1;
11286     -webkit-flex: 1 1 30%;
11287             flex: 1 1 30%;
11288     max-width: 100%;
11289     max-height: 30%;
11290     box-sizing: border-box; }
11291   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11292     -webkit-box-flex: 1;
11293     -webkit-flex: 1 1 33.33%;
11294             flex: 1 1 33.33%;
11295     max-width: 33.33%;
11296     max-height: 100%;
11297     box-sizing: border-box; }
11298   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11299     -webkit-box-flex: 1;
11300     -webkit-flex: 1 1 66.66%;
11301             flex: 1 1 66.66%;
11302     max-width: 66.66%;
11303     max-height: 100%;
11304     box-sizing: border-box; }
11305   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11306     -webkit-box-flex: 1;
11307     -webkit-flex: 1 1 33.33%;
11308             flex: 1 1 33.33%;
11309     max-width: 100%;
11310     max-height: 33.33%;
11311     box-sizing: border-box; }
11312   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11313     -webkit-box-flex: 1;
11314     -webkit-flex: 1 1 66.66%;
11315             flex: 1 1 66.66%;
11316     max-width: 100%;
11317     max-height: 66.66%;
11318     box-sizing: border-box; }
11319   [layout-gt-md="row"] > [flex-gt-md="30"] {
11320     -webkit-box-flex: 1;
11321     -webkit-flex: 1 1 30%;
11322             flex: 1 1 30%;
11323     max-width: 30%;
11324     max-height: 100%;
11325     box-sizing: border-box; }
11326   [layout-gt-md="column"] > [flex-gt-md="30"] {
11327     -webkit-box-flex: 1;
11328     -webkit-flex: 1 1 30%;
11329             flex: 1 1 30%;
11330     max-width: 100%;
11331     max-height: 30%;
11332     box-sizing: border-box; }
11333   [flex-gt-md="35"] {
11334     -webkit-box-flex: 1;
11335     -webkit-flex: 1 1 35%;
11336             flex: 1 1 35%;
11337     max-width: 35%;
11338     max-height: 100%;
11339     box-sizing: border-box; }
11340   [layout="row"] > [flex-gt-md="35"] {
11341     -webkit-box-flex: 1;
11342     -webkit-flex: 1 1 35%;
11343             flex: 1 1 35%;
11344     max-width: 35%;
11345     max-height: 100%;
11346     box-sizing: border-box; }
11347   [layout="column"] > [flex-gt-md="35"] {
11348     -webkit-box-flex: 1;
11349     -webkit-flex: 1 1 35%;
11350             flex: 1 1 35%;
11351     max-width: 100%;
11352     max-height: 35%;
11353     box-sizing: border-box; }
11354   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11355     -webkit-box-flex: 1;
11356     -webkit-flex: 1 1 33.33%;
11357             flex: 1 1 33.33%;
11358     max-width: 33.33%;
11359     max-height: 100%;
11360     box-sizing: border-box; }
11361   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11362     -webkit-box-flex: 1;
11363     -webkit-flex: 1 1 66.66%;
11364             flex: 1 1 66.66%;
11365     max-width: 66.66%;
11366     max-height: 100%;
11367     box-sizing: border-box; }
11368   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11369     -webkit-box-flex: 1;
11370     -webkit-flex: 1 1 33.33%;
11371             flex: 1 1 33.33%;
11372     max-width: 100%;
11373     max-height: 33.33%;
11374     box-sizing: border-box; }
11375   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11376     -webkit-box-flex: 1;
11377     -webkit-flex: 1 1 66.66%;
11378             flex: 1 1 66.66%;
11379     max-width: 100%;
11380     max-height: 66.66%;
11381     box-sizing: border-box; }
11382   [layout-gt-md="row"] > [flex-gt-md="35"] {
11383     -webkit-box-flex: 1;
11384     -webkit-flex: 1 1 35%;
11385             flex: 1 1 35%;
11386     max-width: 35%;
11387     max-height: 100%;
11388     box-sizing: border-box; }
11389   [layout-gt-md="column"] > [flex-gt-md="35"] {
11390     -webkit-box-flex: 1;
11391     -webkit-flex: 1 1 35%;
11392             flex: 1 1 35%;
11393     max-width: 100%;
11394     max-height: 35%;
11395     box-sizing: border-box; }
11396   [flex-gt-md="40"] {
11397     -webkit-box-flex: 1;
11398     -webkit-flex: 1 1 40%;
11399             flex: 1 1 40%;
11400     max-width: 40%;
11401     max-height: 100%;
11402     box-sizing: border-box; }
11403   [layout="row"] > [flex-gt-md="40"] {
11404     -webkit-box-flex: 1;
11405     -webkit-flex: 1 1 40%;
11406             flex: 1 1 40%;
11407     max-width: 40%;
11408     max-height: 100%;
11409     box-sizing: border-box; }
11410   [layout="column"] > [flex-gt-md="40"] {
11411     -webkit-box-flex: 1;
11412     -webkit-flex: 1 1 40%;
11413             flex: 1 1 40%;
11414     max-width: 100%;
11415     max-height: 40%;
11416     box-sizing: border-box; }
11417   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11418     -webkit-box-flex: 1;
11419     -webkit-flex: 1 1 33.33%;
11420             flex: 1 1 33.33%;
11421     max-width: 33.33%;
11422     max-height: 100%;
11423     box-sizing: border-box; }
11424   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11425     -webkit-box-flex: 1;
11426     -webkit-flex: 1 1 66.66%;
11427             flex: 1 1 66.66%;
11428     max-width: 66.66%;
11429     max-height: 100%;
11430     box-sizing: border-box; }
11431   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11432     -webkit-box-flex: 1;
11433     -webkit-flex: 1 1 33.33%;
11434             flex: 1 1 33.33%;
11435     max-width: 100%;
11436     max-height: 33.33%;
11437     box-sizing: border-box; }
11438   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11439     -webkit-box-flex: 1;
11440     -webkit-flex: 1 1 66.66%;
11441             flex: 1 1 66.66%;
11442     max-width: 100%;
11443     max-height: 66.66%;
11444     box-sizing: border-box; }
11445   [layout-gt-md="row"] > [flex-gt-md="40"] {
11446     -webkit-box-flex: 1;
11447     -webkit-flex: 1 1 40%;
11448             flex: 1 1 40%;
11449     max-width: 40%;
11450     max-height: 100%;
11451     box-sizing: border-box; }
11452   [layout-gt-md="column"] > [flex-gt-md="40"] {
11453     -webkit-box-flex: 1;
11454     -webkit-flex: 1 1 40%;
11455             flex: 1 1 40%;
11456     max-width: 100%;
11457     max-height: 40%;
11458     box-sizing: border-box; }
11459   [flex-gt-md="45"] {
11460     -webkit-box-flex: 1;
11461     -webkit-flex: 1 1 45%;
11462             flex: 1 1 45%;
11463     max-width: 45%;
11464     max-height: 100%;
11465     box-sizing: border-box; }
11466   [layout="row"] > [flex-gt-md="45"] {
11467     -webkit-box-flex: 1;
11468     -webkit-flex: 1 1 45%;
11469             flex: 1 1 45%;
11470     max-width: 45%;
11471     max-height: 100%;
11472     box-sizing: border-box; }
11473   [layout="column"] > [flex-gt-md="45"] {
11474     -webkit-box-flex: 1;
11475     -webkit-flex: 1 1 45%;
11476             flex: 1 1 45%;
11477     max-width: 100%;
11478     max-height: 45%;
11479     box-sizing: border-box; }
11480   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11481     -webkit-box-flex: 1;
11482     -webkit-flex: 1 1 33.33%;
11483             flex: 1 1 33.33%;
11484     max-width: 33.33%;
11485     max-height: 100%;
11486     box-sizing: border-box; }
11487   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11488     -webkit-box-flex: 1;
11489     -webkit-flex: 1 1 66.66%;
11490             flex: 1 1 66.66%;
11491     max-width: 66.66%;
11492     max-height: 100%;
11493     box-sizing: border-box; }
11494   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11495     -webkit-box-flex: 1;
11496     -webkit-flex: 1 1 33.33%;
11497             flex: 1 1 33.33%;
11498     max-width: 100%;
11499     max-height: 33.33%;
11500     box-sizing: border-box; }
11501   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11502     -webkit-box-flex: 1;
11503     -webkit-flex: 1 1 66.66%;
11504             flex: 1 1 66.66%;
11505     max-width: 100%;
11506     max-height: 66.66%;
11507     box-sizing: border-box; }
11508   [layout-gt-md="row"] > [flex-gt-md="45"] {
11509     -webkit-box-flex: 1;
11510     -webkit-flex: 1 1 45%;
11511             flex: 1 1 45%;
11512     max-width: 45%;
11513     max-height: 100%;
11514     box-sizing: border-box; }
11515   [layout-gt-md="column"] > [flex-gt-md="45"] {
11516     -webkit-box-flex: 1;
11517     -webkit-flex: 1 1 45%;
11518             flex: 1 1 45%;
11519     max-width: 100%;
11520     max-height: 45%;
11521     box-sizing: border-box; }
11522   [flex-gt-md="50"] {
11523     -webkit-box-flex: 1;
11524     -webkit-flex: 1 1 50%;
11525             flex: 1 1 50%;
11526     max-width: 50%;
11527     max-height: 100%;
11528     box-sizing: border-box; }
11529   [layout="row"] > [flex-gt-md="50"] {
11530     -webkit-box-flex: 1;
11531     -webkit-flex: 1 1 50%;
11532             flex: 1 1 50%;
11533     max-width: 50%;
11534     max-height: 100%;
11535     box-sizing: border-box; }
11536   [layout="column"] > [flex-gt-md="50"] {
11537     -webkit-box-flex: 1;
11538     -webkit-flex: 1 1 50%;
11539             flex: 1 1 50%;
11540     max-width: 100%;
11541     max-height: 50%;
11542     box-sizing: border-box; }
11543   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11544     -webkit-box-flex: 1;
11545     -webkit-flex: 1 1 33.33%;
11546             flex: 1 1 33.33%;
11547     max-width: 33.33%;
11548     max-height: 100%;
11549     box-sizing: border-box; }
11550   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11551     -webkit-box-flex: 1;
11552     -webkit-flex: 1 1 66.66%;
11553             flex: 1 1 66.66%;
11554     max-width: 66.66%;
11555     max-height: 100%;
11556     box-sizing: border-box; }
11557   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11558     -webkit-box-flex: 1;
11559     -webkit-flex: 1 1 33.33%;
11560             flex: 1 1 33.33%;
11561     max-width: 100%;
11562     max-height: 33.33%;
11563     box-sizing: border-box; }
11564   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11565     -webkit-box-flex: 1;
11566     -webkit-flex: 1 1 66.66%;
11567             flex: 1 1 66.66%;
11568     max-width: 100%;
11569     max-height: 66.66%;
11570     box-sizing: border-box; }
11571   [layout-gt-md="row"] > [flex-gt-md="50"] {
11572     -webkit-box-flex: 1;
11573     -webkit-flex: 1 1 50%;
11574             flex: 1 1 50%;
11575     max-width: 50%;
11576     max-height: 100%;
11577     box-sizing: border-box; }
11578   [layout-gt-md="column"] > [flex-gt-md="50"] {
11579     -webkit-box-flex: 1;
11580     -webkit-flex: 1 1 50%;
11581             flex: 1 1 50%;
11582     max-width: 100%;
11583     max-height: 50%;
11584     box-sizing: border-box; }
11585   [flex-gt-md="55"] {
11586     -webkit-box-flex: 1;
11587     -webkit-flex: 1 1 55%;
11588             flex: 1 1 55%;
11589     max-width: 55%;
11590     max-height: 100%;
11591     box-sizing: border-box; }
11592   [layout="row"] > [flex-gt-md="55"] {
11593     -webkit-box-flex: 1;
11594     -webkit-flex: 1 1 55%;
11595             flex: 1 1 55%;
11596     max-width: 55%;
11597     max-height: 100%;
11598     box-sizing: border-box; }
11599   [layout="column"] > [flex-gt-md="55"] {
11600     -webkit-box-flex: 1;
11601     -webkit-flex: 1 1 55%;
11602             flex: 1 1 55%;
11603     max-width: 100%;
11604     max-height: 55%;
11605     box-sizing: border-box; }
11606   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11607     -webkit-box-flex: 1;
11608     -webkit-flex: 1 1 33.33%;
11609             flex: 1 1 33.33%;
11610     max-width: 33.33%;
11611     max-height: 100%;
11612     box-sizing: border-box; }
11613   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11614     -webkit-box-flex: 1;
11615     -webkit-flex: 1 1 66.66%;
11616             flex: 1 1 66.66%;
11617     max-width: 66.66%;
11618     max-height: 100%;
11619     box-sizing: border-box; }
11620   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11621     -webkit-box-flex: 1;
11622     -webkit-flex: 1 1 33.33%;
11623             flex: 1 1 33.33%;
11624     max-width: 100%;
11625     max-height: 33.33%;
11626     box-sizing: border-box; }
11627   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11628     -webkit-box-flex: 1;
11629     -webkit-flex: 1 1 66.66%;
11630             flex: 1 1 66.66%;
11631     max-width: 100%;
11632     max-height: 66.66%;
11633     box-sizing: border-box; }
11634   [layout-gt-md="row"] > [flex-gt-md="55"] {
11635     -webkit-box-flex: 1;
11636     -webkit-flex: 1 1 55%;
11637             flex: 1 1 55%;
11638     max-width: 55%;
11639     max-height: 100%;
11640     box-sizing: border-box; }
11641   [layout-gt-md="column"] > [flex-gt-md="55"] {
11642     -webkit-box-flex: 1;
11643     -webkit-flex: 1 1 55%;
11644             flex: 1 1 55%;
11645     max-width: 100%;
11646     max-height: 55%;
11647     box-sizing: border-box; }
11648   [flex-gt-md="60"] {
11649     -webkit-box-flex: 1;
11650     -webkit-flex: 1 1 60%;
11651             flex: 1 1 60%;
11652     max-width: 60%;
11653     max-height: 100%;
11654     box-sizing: border-box; }
11655   [layout="row"] > [flex-gt-md="60"] {
11656     -webkit-box-flex: 1;
11657     -webkit-flex: 1 1 60%;
11658             flex: 1 1 60%;
11659     max-width: 60%;
11660     max-height: 100%;
11661     box-sizing: border-box; }
11662   [layout="column"] > [flex-gt-md="60"] {
11663     -webkit-box-flex: 1;
11664     -webkit-flex: 1 1 60%;
11665             flex: 1 1 60%;
11666     max-width: 100%;
11667     max-height: 60%;
11668     box-sizing: border-box; }
11669   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11670     -webkit-box-flex: 1;
11671     -webkit-flex: 1 1 33.33%;
11672             flex: 1 1 33.33%;
11673     max-width: 33.33%;
11674     max-height: 100%;
11675     box-sizing: border-box; }
11676   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11677     -webkit-box-flex: 1;
11678     -webkit-flex: 1 1 66.66%;
11679             flex: 1 1 66.66%;
11680     max-width: 66.66%;
11681     max-height: 100%;
11682     box-sizing: border-box; }
11683   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11684     -webkit-box-flex: 1;
11685     -webkit-flex: 1 1 33.33%;
11686             flex: 1 1 33.33%;
11687     max-width: 100%;
11688     max-height: 33.33%;
11689     box-sizing: border-box; }
11690   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11691     -webkit-box-flex: 1;
11692     -webkit-flex: 1 1 66.66%;
11693             flex: 1 1 66.66%;
11694     max-width: 100%;
11695     max-height: 66.66%;
11696     box-sizing: border-box; }
11697   [layout-gt-md="row"] > [flex-gt-md="60"] {
11698     -webkit-box-flex: 1;
11699     -webkit-flex: 1 1 60%;
11700             flex: 1 1 60%;
11701     max-width: 60%;
11702     max-height: 100%;
11703     box-sizing: border-box; }
11704   [layout-gt-md="column"] > [flex-gt-md="60"] {
11705     -webkit-box-flex: 1;
11706     -webkit-flex: 1 1 60%;
11707             flex: 1 1 60%;
11708     max-width: 100%;
11709     max-height: 60%;
11710     box-sizing: border-box; }
11711   [flex-gt-md="65"] {
11712     -webkit-box-flex: 1;
11713     -webkit-flex: 1 1 65%;
11714             flex: 1 1 65%;
11715     max-width: 65%;
11716     max-height: 100%;
11717     box-sizing: border-box; }
11718   [layout="row"] > [flex-gt-md="65"] {
11719     -webkit-box-flex: 1;
11720     -webkit-flex: 1 1 65%;
11721             flex: 1 1 65%;
11722     max-width: 65%;
11723     max-height: 100%;
11724     box-sizing: border-box; }
11725   [layout="column"] > [flex-gt-md="65"] {
11726     -webkit-box-flex: 1;
11727     -webkit-flex: 1 1 65%;
11728             flex: 1 1 65%;
11729     max-width: 100%;
11730     max-height: 65%;
11731     box-sizing: border-box; }
11732   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11733     -webkit-box-flex: 1;
11734     -webkit-flex: 1 1 33.33%;
11735             flex: 1 1 33.33%;
11736     max-width: 33.33%;
11737     max-height: 100%;
11738     box-sizing: border-box; }
11739   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11740     -webkit-box-flex: 1;
11741     -webkit-flex: 1 1 66.66%;
11742             flex: 1 1 66.66%;
11743     max-width: 66.66%;
11744     max-height: 100%;
11745     box-sizing: border-box; }
11746   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11747     -webkit-box-flex: 1;
11748     -webkit-flex: 1 1 33.33%;
11749             flex: 1 1 33.33%;
11750     max-width: 100%;
11751     max-height: 33.33%;
11752     box-sizing: border-box; }
11753   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11754     -webkit-box-flex: 1;
11755     -webkit-flex: 1 1 66.66%;
11756             flex: 1 1 66.66%;
11757     max-width: 100%;
11758     max-height: 66.66%;
11759     box-sizing: border-box; }
11760   [layout-gt-md="row"] > [flex-gt-md="65"] {
11761     -webkit-box-flex: 1;
11762     -webkit-flex: 1 1 65%;
11763             flex: 1 1 65%;
11764     max-width: 65%;
11765     max-height: 100%;
11766     box-sizing: border-box; }
11767   [layout-gt-md="column"] > [flex-gt-md="65"] {
11768     -webkit-box-flex: 1;
11769     -webkit-flex: 1 1 65%;
11770             flex: 1 1 65%;
11771     max-width: 100%;
11772     max-height: 65%;
11773     box-sizing: border-box; }
11774   [flex-gt-md="70"] {
11775     -webkit-box-flex: 1;
11776     -webkit-flex: 1 1 70%;
11777             flex: 1 1 70%;
11778     max-width: 70%;
11779     max-height: 100%;
11780     box-sizing: border-box; }
11781   [layout="row"] > [flex-gt-md="70"] {
11782     -webkit-box-flex: 1;
11783     -webkit-flex: 1 1 70%;
11784             flex: 1 1 70%;
11785     max-width: 70%;
11786     max-height: 100%;
11787     box-sizing: border-box; }
11788   [layout="column"] > [flex-gt-md="70"] {
11789     -webkit-box-flex: 1;
11790     -webkit-flex: 1 1 70%;
11791             flex: 1 1 70%;
11792     max-width: 100%;
11793     max-height: 70%;
11794     box-sizing: border-box; }
11795   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11796     -webkit-box-flex: 1;
11797     -webkit-flex: 1 1 33.33%;
11798             flex: 1 1 33.33%;
11799     max-width: 33.33%;
11800     max-height: 100%;
11801     box-sizing: border-box; }
11802   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11803     -webkit-box-flex: 1;
11804     -webkit-flex: 1 1 66.66%;
11805             flex: 1 1 66.66%;
11806     max-width: 66.66%;
11807     max-height: 100%;
11808     box-sizing: border-box; }
11809   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11810     -webkit-box-flex: 1;
11811     -webkit-flex: 1 1 33.33%;
11812             flex: 1 1 33.33%;
11813     max-width: 100%;
11814     max-height: 33.33%;
11815     box-sizing: border-box; }
11816   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11817     -webkit-box-flex: 1;
11818     -webkit-flex: 1 1 66.66%;
11819             flex: 1 1 66.66%;
11820     max-width: 100%;
11821     max-height: 66.66%;
11822     box-sizing: border-box; }
11823   [layout-gt-md="row"] > [flex-gt-md="70"] {
11824     -webkit-box-flex: 1;
11825     -webkit-flex: 1 1 70%;
11826             flex: 1 1 70%;
11827     max-width: 70%;
11828     max-height: 100%;
11829     box-sizing: border-box; }
11830   [layout-gt-md="column"] > [flex-gt-md="70"] {
11831     -webkit-box-flex: 1;
11832     -webkit-flex: 1 1 70%;
11833             flex: 1 1 70%;
11834     max-width: 100%;
11835     max-height: 70%;
11836     box-sizing: border-box; }
11837   [flex-gt-md="75"] {
11838     -webkit-box-flex: 1;
11839     -webkit-flex: 1 1 75%;
11840             flex: 1 1 75%;
11841     max-width: 75%;
11842     max-height: 100%;
11843     box-sizing: border-box; }
11844   [layout="row"] > [flex-gt-md="75"] {
11845     -webkit-box-flex: 1;
11846     -webkit-flex: 1 1 75%;
11847             flex: 1 1 75%;
11848     max-width: 75%;
11849     max-height: 100%;
11850     box-sizing: border-box; }
11851   [layout="column"] > [flex-gt-md="75"] {
11852     -webkit-box-flex: 1;
11853     -webkit-flex: 1 1 75%;
11854             flex: 1 1 75%;
11855     max-width: 100%;
11856     max-height: 75%;
11857     box-sizing: border-box; }
11858   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11859     -webkit-box-flex: 1;
11860     -webkit-flex: 1 1 33.33%;
11861             flex: 1 1 33.33%;
11862     max-width: 33.33%;
11863     max-height: 100%;
11864     box-sizing: border-box; }
11865   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11866     -webkit-box-flex: 1;
11867     -webkit-flex: 1 1 66.66%;
11868             flex: 1 1 66.66%;
11869     max-width: 66.66%;
11870     max-height: 100%;
11871     box-sizing: border-box; }
11872   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11873     -webkit-box-flex: 1;
11874     -webkit-flex: 1 1 33.33%;
11875             flex: 1 1 33.33%;
11876     max-width: 100%;
11877     max-height: 33.33%;
11878     box-sizing: border-box; }
11879   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11880     -webkit-box-flex: 1;
11881     -webkit-flex: 1 1 66.66%;
11882             flex: 1 1 66.66%;
11883     max-width: 100%;
11884     max-height: 66.66%;
11885     box-sizing: border-box; }
11886   [layout-gt-md="row"] > [flex-gt-md="75"] {
11887     -webkit-box-flex: 1;
11888     -webkit-flex: 1 1 75%;
11889             flex: 1 1 75%;
11890     max-width: 75%;
11891     max-height: 100%;
11892     box-sizing: border-box; }
11893   [layout-gt-md="column"] > [flex-gt-md="75"] {
11894     -webkit-box-flex: 1;
11895     -webkit-flex: 1 1 75%;
11896             flex: 1 1 75%;
11897     max-width: 100%;
11898     max-height: 75%;
11899     box-sizing: border-box; }
11900   [flex-gt-md="80"] {
11901     -webkit-box-flex: 1;
11902     -webkit-flex: 1 1 80%;
11903             flex: 1 1 80%;
11904     max-width: 80%;
11905     max-height: 100%;
11906     box-sizing: border-box; }
11907   [layout="row"] > [flex-gt-md="80"] {
11908     -webkit-box-flex: 1;
11909     -webkit-flex: 1 1 80%;
11910             flex: 1 1 80%;
11911     max-width: 80%;
11912     max-height: 100%;
11913     box-sizing: border-box; }
11914   [layout="column"] > [flex-gt-md="80"] {
11915     -webkit-box-flex: 1;
11916     -webkit-flex: 1 1 80%;
11917             flex: 1 1 80%;
11918     max-width: 100%;
11919     max-height: 80%;
11920     box-sizing: border-box; }
11921   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11922     -webkit-box-flex: 1;
11923     -webkit-flex: 1 1 33.33%;
11924             flex: 1 1 33.33%;
11925     max-width: 33.33%;
11926     max-height: 100%;
11927     box-sizing: border-box; }
11928   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11929     -webkit-box-flex: 1;
11930     -webkit-flex: 1 1 66.66%;
11931             flex: 1 1 66.66%;
11932     max-width: 66.66%;
11933     max-height: 100%;
11934     box-sizing: border-box; }
11935   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11936     -webkit-box-flex: 1;
11937     -webkit-flex: 1 1 33.33%;
11938             flex: 1 1 33.33%;
11939     max-width: 100%;
11940     max-height: 33.33%;
11941     box-sizing: border-box; }
11942   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
11943     -webkit-box-flex: 1;
11944     -webkit-flex: 1 1 66.66%;
11945             flex: 1 1 66.66%;
11946     max-width: 100%;
11947     max-height: 66.66%;
11948     box-sizing: border-box; }
11949   [layout-gt-md="row"] > [flex-gt-md="80"] {
11950     -webkit-box-flex: 1;
11951     -webkit-flex: 1 1 80%;
11952             flex: 1 1 80%;
11953     max-width: 80%;
11954     max-height: 100%;
11955     box-sizing: border-box; }
11956   [layout-gt-md="column"] > [flex-gt-md="80"] {
11957     -webkit-box-flex: 1;
11958     -webkit-flex: 1 1 80%;
11959             flex: 1 1 80%;
11960     max-width: 100%;
11961     max-height: 80%;
11962     box-sizing: border-box; }
11963   [flex-gt-md="85"] {
11964     -webkit-box-flex: 1;
11965     -webkit-flex: 1 1 85%;
11966             flex: 1 1 85%;
11967     max-width: 85%;
11968     max-height: 100%;
11969     box-sizing: border-box; }
11970   [layout="row"] > [flex-gt-md="85"] {
11971     -webkit-box-flex: 1;
11972     -webkit-flex: 1 1 85%;
11973             flex: 1 1 85%;
11974     max-width: 85%;
11975     max-height: 100%;
11976     box-sizing: border-box; }
11977   [layout="column"] > [flex-gt-md="85"] {
11978     -webkit-box-flex: 1;
11979     -webkit-flex: 1 1 85%;
11980             flex: 1 1 85%;
11981     max-width: 100%;
11982     max-height: 85%;
11983     box-sizing: border-box; }
11984   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
11985     -webkit-box-flex: 1;
11986     -webkit-flex: 1 1 33.33%;
11987             flex: 1 1 33.33%;
11988     max-width: 33.33%;
11989     max-height: 100%;
11990     box-sizing: border-box; }
11991   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
11992     -webkit-box-flex: 1;
11993     -webkit-flex: 1 1 66.66%;
11994             flex: 1 1 66.66%;
11995     max-width: 66.66%;
11996     max-height: 100%;
11997     box-sizing: border-box; }
11998   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
11999     -webkit-box-flex: 1;
12000     -webkit-flex: 1 1 33.33%;
12001             flex: 1 1 33.33%;
12002     max-width: 100%;
12003     max-height: 33.33%;
12004     box-sizing: border-box; }
12005   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
12006     -webkit-box-flex: 1;
12007     -webkit-flex: 1 1 66.66%;
12008             flex: 1 1 66.66%;
12009     max-width: 100%;
12010     max-height: 66.66%;
12011     box-sizing: border-box; }
12012   [layout-gt-md="row"] > [flex-gt-md="85"] {
12013     -webkit-box-flex: 1;
12014     -webkit-flex: 1 1 85%;
12015             flex: 1 1 85%;
12016     max-width: 85%;
12017     max-height: 100%;
12018     box-sizing: border-box; }
12019   [layout-gt-md="column"] > [flex-gt-md="85"] {
12020     -webkit-box-flex: 1;
12021     -webkit-flex: 1 1 85%;
12022             flex: 1 1 85%;
12023     max-width: 100%;
12024     max-height: 85%;
12025     box-sizing: border-box; }
12026   [flex-gt-md="90"] {
12027     -webkit-box-flex: 1;
12028     -webkit-flex: 1 1 90%;
12029             flex: 1 1 90%;
12030     max-width: 90%;
12031     max-height: 100%;
12032     box-sizing: border-box; }
12033   [layout="row"] > [flex-gt-md="90"] {
12034     -webkit-box-flex: 1;
12035     -webkit-flex: 1 1 90%;
12036             flex: 1 1 90%;
12037     max-width: 90%;
12038     max-height: 100%;
12039     box-sizing: border-box; }
12040   [layout="column"] > [flex-gt-md="90"] {
12041     -webkit-box-flex: 1;
12042     -webkit-flex: 1 1 90%;
12043             flex: 1 1 90%;
12044     max-width: 100%;
12045     max-height: 90%;
12046     box-sizing: border-box; }
12047   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
12048     -webkit-box-flex: 1;
12049     -webkit-flex: 1 1 33.33%;
12050             flex: 1 1 33.33%;
12051     max-width: 33.33%;
12052     max-height: 100%;
12053     box-sizing: border-box; }
12054   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
12055     -webkit-box-flex: 1;
12056     -webkit-flex: 1 1 66.66%;
12057             flex: 1 1 66.66%;
12058     max-width: 66.66%;
12059     max-height: 100%;
12060     box-sizing: border-box; }
12061   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
12062     -webkit-box-flex: 1;
12063     -webkit-flex: 1 1 33.33%;
12064             flex: 1 1 33.33%;
12065     max-width: 100%;
12066     max-height: 33.33%;
12067     box-sizing: border-box; }
12068   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
12069     -webkit-box-flex: 1;
12070     -webkit-flex: 1 1 66.66%;
12071             flex: 1 1 66.66%;
12072     max-width: 100%;
12073     max-height: 66.66%;
12074     box-sizing: border-box; }
12075   [layout-gt-md="row"] > [flex-gt-md="90"] {
12076     -webkit-box-flex: 1;
12077     -webkit-flex: 1 1 90%;
12078             flex: 1 1 90%;
12079     max-width: 90%;
12080     max-height: 100%;
12081     box-sizing: border-box; }
12082   [layout-gt-md="column"] > [flex-gt-md="90"] {
12083     -webkit-box-flex: 1;
12084     -webkit-flex: 1 1 90%;
12085             flex: 1 1 90%;
12086     max-width: 100%;
12087     max-height: 90%;
12088     box-sizing: border-box; }
12089   [flex-gt-md="95"] {
12090     -webkit-box-flex: 1;
12091     -webkit-flex: 1 1 95%;
12092             flex: 1 1 95%;
12093     max-width: 95%;
12094     max-height: 100%;
12095     box-sizing: border-box; }
12096   [layout="row"] > [flex-gt-md="95"] {
12097     -webkit-box-flex: 1;
12098     -webkit-flex: 1 1 95%;
12099             flex: 1 1 95%;
12100     max-width: 95%;
12101     max-height: 100%;
12102     box-sizing: border-box; }
12103   [layout="column"] > [flex-gt-md="95"] {
12104     -webkit-box-flex: 1;
12105     -webkit-flex: 1 1 95%;
12106             flex: 1 1 95%;
12107     max-width: 100%;
12108     max-height: 95%;
12109     box-sizing: border-box; }
12110   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
12111     -webkit-box-flex: 1;
12112     -webkit-flex: 1 1 33.33%;
12113             flex: 1 1 33.33%;
12114     max-width: 33.33%;
12115     max-height: 100%;
12116     box-sizing: border-box; }
12117   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
12118     -webkit-box-flex: 1;
12119     -webkit-flex: 1 1 66.66%;
12120             flex: 1 1 66.66%;
12121     max-width: 66.66%;
12122     max-height: 100%;
12123     box-sizing: border-box; }
12124   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
12125     -webkit-box-flex: 1;
12126     -webkit-flex: 1 1 33.33%;
12127             flex: 1 1 33.33%;
12128     max-width: 100%;
12129     max-height: 33.33%;
12130     box-sizing: border-box; }
12131   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
12132     -webkit-box-flex: 1;
12133     -webkit-flex: 1 1 66.66%;
12134             flex: 1 1 66.66%;
12135     max-width: 100%;
12136     max-height: 66.66%;
12137     box-sizing: border-box; }
12138   [layout-gt-md="row"] > [flex-gt-md="95"] {
12139     -webkit-box-flex: 1;
12140     -webkit-flex: 1 1 95%;
12141             flex: 1 1 95%;
12142     max-width: 95%;
12143     max-height: 100%;
12144     box-sizing: border-box; }
12145   [layout-gt-md="column"] > [flex-gt-md="95"] {
12146     -webkit-box-flex: 1;
12147     -webkit-flex: 1 1 95%;
12148             flex: 1 1 95%;
12149     max-width: 100%;
12150     max-height: 95%;
12151     box-sizing: border-box; }
12152   [flex-gt-md="100"] {
12153     -webkit-box-flex: 1;
12154     -webkit-flex: 1 1 100%;
12155             flex: 1 1 100%;
12156     max-width: 100%;
12157     max-height: 100%;
12158     box-sizing: border-box; }
12159   [layout="row"] > [flex-gt-md="100"] {
12160     -webkit-box-flex: 1;
12161     -webkit-flex: 1 1 100%;
12162             flex: 1 1 100%;
12163     max-width: 100%;
12164     max-height: 100%;
12165     box-sizing: border-box; }
12166   [layout="column"] > [flex-gt-md="100"] {
12167     -webkit-box-flex: 1;
12168     -webkit-flex: 1 1 100%;
12169             flex: 1 1 100%;
12170     max-width: 100%;
12171     max-height: 100%;
12172     box-sizing: border-box; }
12173   [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"] {
12174     -webkit-box-flex: 1;
12175     -webkit-flex: 1 1 33.33%;
12176             flex: 1 1 33.33%;
12177     max-width: 33.33%;
12178     max-height: 100%;
12179     box-sizing: border-box; }
12180   [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"] {
12181     -webkit-box-flex: 1;
12182     -webkit-flex: 1 1 66.66%;
12183             flex: 1 1 66.66%;
12184     max-width: 66.66%;
12185     max-height: 100%;
12186     box-sizing: border-box; }
12187   [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"] {
12188     -webkit-box-flex: 1;
12189     -webkit-flex: 1 1 33.33%;
12190             flex: 1 1 33.33%;
12191     max-width: 100%;
12192     max-height: 33.33%;
12193     box-sizing: border-box; }
12194   [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"] {
12195     -webkit-box-flex: 1;
12196     -webkit-flex: 1 1 66.66%;
12197             flex: 1 1 66.66%;
12198     max-width: 100%;
12199     max-height: 66.66%;
12200     box-sizing: border-box; }
12201   [layout-gt-md="row"] > [flex-gt-md="100"] {
12202     -webkit-box-flex: 1;
12203     -webkit-flex: 1 1 100%;
12204             flex: 1 1 100%;
12205     max-width: 100%;
12206     max-height: 100%;
12207     box-sizing: border-box; }
12208   [layout-gt-md="column"] > [flex-gt-md="100"] {
12209     -webkit-box-flex: 1;
12210     -webkit-flex: 1 1 100%;
12211             flex: 1 1 100%;
12212     max-width: 100%;
12213     max-height: 100%;
12214     box-sizing: border-box; }
12215   [layout-gt-md="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"] {
12216     -webkit-box-flex: 1;
12217     -webkit-flex: 1 1 33.33%;
12218             flex: 1 1 33.33%;
12219     max-width: 33.33%;
12220     max-height: 100%;
12221     box-sizing: border-box; }
12222   [layout-gt-md="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"] {
12223     -webkit-box-flex: 1;
12224     -webkit-flex: 1 1 66.66%;
12225             flex: 1 1 66.66%;
12226     max-width: 66.66%;
12227     max-height: 100%;
12228     box-sizing: border-box; }
12229   [layout-gt-md="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"] {
12230     -webkit-box-flex: 1;
12231     -webkit-flex: 1 1 33.33%;
12232             flex: 1 1 33.33%;
12233     max-width: 100%;
12234     max-height: 33.33%;
12235     box-sizing: border-box; }
12236   [layout-gt-md="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"] {
12237     -webkit-box-flex: 1;
12238     -webkit-flex: 1 1 66.66%;
12239             flex: 1 1 66.66%;
12240     max-width: 100%;
12241     max-height: 66.66%;
12242     box-sizing: border-box; }
12243   [layout-gt-md], [layout-gt-md="column"], [layout-gt-md="row"] {
12244     box-sizing: border-box;
12245     display: -webkit-box;
12246     display: -webkit-flex;
12247     display: flex; }
12248   [layout-gt-md="column"] {
12249     -webkit-box-orient: vertical;
12250     -webkit-box-direction: normal;
12251     -webkit-flex-direction: column;
12252             flex-direction: column; }
12253   [layout-gt-md="row"] {
12254     -webkit-box-orient: horizontal;
12255     -webkit-box-direction: normal;
12256     -webkit-flex-direction: row;
12257             flex-direction: row; } }
12258
12259 @media (min-width: 1280px) and (max-width: 1919px) {
12260   [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
12261     display: none; }
12262   [hide-lg]:not([show-lg]):not([show]) {
12263     display: none; }
12264   [flex-order-lg="-20"] {
12265     -webkit-box-ordinal-group: -19;
12266     -webkit-order: -20;
12267             order: -20; }
12268   [flex-order-lg="-19"] {
12269     -webkit-box-ordinal-group: -18;
12270     -webkit-order: -19;
12271             order: -19; }
12272   [flex-order-lg="-18"] {
12273     -webkit-box-ordinal-group: -17;
12274     -webkit-order: -18;
12275             order: -18; }
12276   [flex-order-lg="-17"] {
12277     -webkit-box-ordinal-group: -16;
12278     -webkit-order: -17;
12279             order: -17; }
12280   [flex-order-lg="-16"] {
12281     -webkit-box-ordinal-group: -15;
12282     -webkit-order: -16;
12283             order: -16; }
12284   [flex-order-lg="-15"] {
12285     -webkit-box-ordinal-group: -14;
12286     -webkit-order: -15;
12287             order: -15; }
12288   [flex-order-lg="-14"] {
12289     -webkit-box-ordinal-group: -13;
12290     -webkit-order: -14;
12291             order: -14; }
12292   [flex-order-lg="-13"] {
12293     -webkit-box-ordinal-group: -12;
12294     -webkit-order: -13;
12295             order: -13; }
12296   [flex-order-lg="-12"] {
12297     -webkit-box-ordinal-group: -11;
12298     -webkit-order: -12;
12299             order: -12; }
12300   [flex-order-lg="-11"] {
12301     -webkit-box-ordinal-group: -10;
12302     -webkit-order: -11;
12303             order: -11; }
12304   [flex-order-lg="-10"] {
12305     -webkit-box-ordinal-group: -9;
12306     -webkit-order: -10;
12307             order: -10; }
12308   [flex-order-lg="-9"] {
12309     -webkit-box-ordinal-group: -8;
12310     -webkit-order: -9;
12311             order: -9; }
12312   [flex-order-lg="-8"] {
12313     -webkit-box-ordinal-group: -7;
12314     -webkit-order: -8;
12315             order: -8; }
12316   [flex-order-lg="-7"] {
12317     -webkit-box-ordinal-group: -6;
12318     -webkit-order: -7;
12319             order: -7; }
12320   [flex-order-lg="-6"] {
12321     -webkit-box-ordinal-group: -5;
12322     -webkit-order: -6;
12323             order: -6; }
12324   [flex-order-lg="-5"] {
12325     -webkit-box-ordinal-group: -4;
12326     -webkit-order: -5;
12327             order: -5; }
12328   [flex-order-lg="-4"] {
12329     -webkit-box-ordinal-group: -3;
12330     -webkit-order: -4;
12331             order: -4; }
12332   [flex-order-lg="-3"] {
12333     -webkit-box-ordinal-group: -2;
12334     -webkit-order: -3;
12335             order: -3; }
12336   [flex-order-lg="-2"] {
12337     -webkit-box-ordinal-group: -1;
12338     -webkit-order: -2;
12339             order: -2; }
12340   [flex-order-lg="-1"] {
12341     -webkit-box-ordinal-group: 0;
12342     -webkit-order: -1;
12343             order: -1; }
12344   [flex-order-lg="0"] {
12345     -webkit-box-ordinal-group: 1;
12346     -webkit-order: 0;
12347             order: 0; }
12348   [flex-order-lg="1"] {
12349     -webkit-box-ordinal-group: 2;
12350     -webkit-order: 1;
12351             order: 1; }
12352   [flex-order-lg="2"] {
12353     -webkit-box-ordinal-group: 3;
12354     -webkit-order: 2;
12355             order: 2; }
12356   [flex-order-lg="3"] {
12357     -webkit-box-ordinal-group: 4;
12358     -webkit-order: 3;
12359             order: 3; }
12360   [flex-order-lg="4"] {
12361     -webkit-box-ordinal-group: 5;
12362     -webkit-order: 4;
12363             order: 4; }
12364   [flex-order-lg="5"] {
12365     -webkit-box-ordinal-group: 6;
12366     -webkit-order: 5;
12367             order: 5; }
12368   [flex-order-lg="6"] {
12369     -webkit-box-ordinal-group: 7;
12370     -webkit-order: 6;
12371             order: 6; }
12372   [flex-order-lg="7"] {
12373     -webkit-box-ordinal-group: 8;
12374     -webkit-order: 7;
12375             order: 7; }
12376   [flex-order-lg="8"] {
12377     -webkit-box-ordinal-group: 9;
12378     -webkit-order: 8;
12379             order: 8; }
12380   [flex-order-lg="9"] {
12381     -webkit-box-ordinal-group: 10;
12382     -webkit-order: 9;
12383             order: 9; }
12384   [flex-order-lg="10"] {
12385     -webkit-box-ordinal-group: 11;
12386     -webkit-order: 10;
12387             order: 10; }
12388   [flex-order-lg="11"] {
12389     -webkit-box-ordinal-group: 12;
12390     -webkit-order: 11;
12391             order: 11; }
12392   [flex-order-lg="12"] {
12393     -webkit-box-ordinal-group: 13;
12394     -webkit-order: 12;
12395             order: 12; }
12396   [flex-order-lg="13"] {
12397     -webkit-box-ordinal-group: 14;
12398     -webkit-order: 13;
12399             order: 13; }
12400   [flex-order-lg="14"] {
12401     -webkit-box-ordinal-group: 15;
12402     -webkit-order: 14;
12403             order: 14; }
12404   [flex-order-lg="15"] {
12405     -webkit-box-ordinal-group: 16;
12406     -webkit-order: 15;
12407             order: 15; }
12408   [flex-order-lg="16"] {
12409     -webkit-box-ordinal-group: 17;
12410     -webkit-order: 16;
12411             order: 16; }
12412   [flex-order-lg="17"] {
12413     -webkit-box-ordinal-group: 18;
12414     -webkit-order: 17;
12415             order: 17; }
12416   [flex-order-lg="18"] {
12417     -webkit-box-ordinal-group: 19;
12418     -webkit-order: 18;
12419             order: 18; }
12420   [flex-order-lg="19"] {
12421     -webkit-box-ordinal-group: 20;
12422     -webkit-order: 19;
12423             order: 19; }
12424   [flex-order-lg="20"] {
12425     -webkit-box-ordinal-group: 21;
12426     -webkit-order: 20;
12427             order: 20; }
12428   [flex-offset-lg="0"] {
12429     margin-left: 0%; }
12430   [flex-offset-lg="5"] {
12431     margin-left: 5%; }
12432   [flex-offset-lg="10"] {
12433     margin-left: 10%; }
12434   [flex-offset-lg="15"] {
12435     margin-left: 15%; }
12436   [flex-offset-lg="20"] {
12437     margin-left: 20%; }
12438   [flex-offset-lg="25"] {
12439     margin-left: 25%; }
12440   [flex-offset-lg="30"] {
12441     margin-left: 30%; }
12442   [flex-offset-lg="35"] {
12443     margin-left: 35%; }
12444   [flex-offset-lg="40"] {
12445     margin-left: 40%; }
12446   [flex-offset-lg="45"] {
12447     margin-left: 45%; }
12448   [flex-offset-lg="50"] {
12449     margin-left: 50%; }
12450   [flex-offset-lg="55"] {
12451     margin-left: 55%; }
12452   [flex-offset-lg="60"] {
12453     margin-left: 60%; }
12454   [flex-offset-lg="65"] {
12455     margin-left: 65%; }
12456   [flex-offset-lg="70"] {
12457     margin-left: 70%; }
12458   [flex-offset-lg="75"] {
12459     margin-left: 75%; }
12460   [flex-offset-lg="80"] {
12461     margin-left: 80%; }
12462   [flex-offset-lg="85"] {
12463     margin-left: 85%; }
12464   [flex-offset-lg="90"] {
12465     margin-left: 90%; }
12466   [flex-offset-lg="95"] {
12467     margin-left: 95%; }
12468   [flex-offset-lg="33"] {
12469     margin-left: calc(100% / 3); }
12470   [flex-offset-lg="66"] {
12471     margin-left: calc(200% / 3); }
12472   [layout-align-lg],
12473   [layout-align-lg="start stretch"] {
12474     -webkit-box-pack: start;
12475     -webkit-justify-content: flex-start;
12476             justify-content: flex-start;
12477     -webkit-align-content: stretch;
12478             align-content: stretch;
12479     -webkit-box-align: stretch;
12480     -webkit-align-items: stretch;
12481             align-items: stretch; }
12482   [layout-align-lg="start"],
12483   [layout-align-lg="start start"],
12484   [layout-align-lg="start center"],
12485   [layout-align-lg="start end"],
12486   [layout-align-lg="start stretch"] {
12487     -webkit-box-pack: start;
12488     -webkit-justify-content: flex-start;
12489             justify-content: flex-start; }
12490   [layout-align-lg="center"],
12491   [layout-align-lg="center start"],
12492   [layout-align-lg="center center"],
12493   [layout-align-lg="center end"],
12494   [layout-align-lg="center stretch"] {
12495     -webkit-box-pack: center;
12496     -webkit-justify-content: center;
12497             justify-content: center; }
12498   [layout-align-lg="end"],
12499   [layout-align-lg="end center"],
12500   [layout-align-lg="end start"],
12501   [layout-align-lg="end end"],
12502   [layout-align-lg="end stretch"] {
12503     -webkit-box-pack: end;
12504     -webkit-justify-content: flex-end;
12505             justify-content: flex-end; }
12506   [layout-align-lg="space-around"],
12507   [layout-align-lg="space-around center"],
12508   [layout-align-lg="space-around start"],
12509   [layout-align-lg="space-around end"],
12510   [layout-align-lg="space-around stretch"] {
12511     -webkit-justify-content: space-around;
12512             justify-content: space-around; }
12513   [layout-align-lg="space-between"],
12514   [layout-align-lg="space-between center"],
12515   [layout-align-lg="space-between start"],
12516   [layout-align-lg="space-between end"],
12517   [layout-align-lg="space-between stretch"] {
12518     -webkit-box-pack: justify;
12519     -webkit-justify-content: space-between;
12520             justify-content: space-between; }
12521   [layout-align-lg="start start"],
12522   [layout-align-lg="center start"],
12523   [layout-align-lg="end start"],
12524   [layout-align-lg="space-between start"],
12525   [layout-align-lg="space-around start"] {
12526     -webkit-box-align: start;
12527     -webkit-align-items: flex-start;
12528             align-items: flex-start;
12529     -webkit-align-content: flex-start;
12530             align-content: flex-start; }
12531   [layout-align-lg="start center"],
12532   [layout-align-lg="center center"],
12533   [layout-align-lg="end center"],
12534   [layout-align-lg="space-between center"],
12535   [layout-align-lg="space-around center"] {
12536     -webkit-box-align: center;
12537     -webkit-align-items: center;
12538             align-items: center;
12539     -webkit-align-content: center;
12540             align-content: center;
12541     max-width: 100%; }
12542   [layout-align-lg="start center"] > *,
12543   [layout-align-lg="center center"] > *,
12544   [layout-align-lg="end center"] > *,
12545   [layout-align-lg="space-between center"] > *,
12546   [layout-align-lg="space-around center"] > * {
12547     max-width: 100%;
12548     box-sizing: border-box; }
12549   [layout-align-lg="start end"],
12550   [layout-align-lg="center end"],
12551   [layout-align-lg="end end"],
12552   [layout-align-lg="space-between end"],
12553   [layout-align-lg="space-around end"] {
12554     -webkit-box-align: end;
12555     -webkit-align-items: flex-end;
12556             align-items: flex-end;
12557     -webkit-align-content: flex-end;
12558             align-content: flex-end; }
12559   [layout-align-lg="start stretch"],
12560   [layout-align-lg="center stretch"],
12561   [layout-align-lg="end stretch"],
12562   [layout-align-lg="space-between stretch"],
12563   [layout-align-lg="space-around stretch"] {
12564     -webkit-box-align: stretch;
12565     -webkit-align-items: stretch;
12566             align-items: stretch;
12567     -webkit-align-content: stretch;
12568             align-content: stretch; }
12569   [flex-lg] {
12570     -webkit-box-flex: 1;
12571     -webkit-flex: 1;
12572             flex: 1;
12573     box-sizing: border-box; }
12574   [flex-lg-grow] {
12575     -webkit-box-flex: 1;
12576     -webkit-flex: 1 1 100%;
12577             flex: 1 1 100%;
12578     box-sizing: border-box; }
12579   [flex-lg-initial] {
12580     -webkit-box-flex: 0;
12581     -webkit-flex: 0 1 auto;
12582             flex: 0 1 auto;
12583     box-sizing: border-box; }
12584   [flex-lg-auto] {
12585     -webkit-box-flex: 1;
12586     -webkit-flex: 1 1 auto;
12587             flex: 1 1 auto;
12588     box-sizing: border-box; }
12589   [flex-lg-none] {
12590     -webkit-box-flex: 0;
12591     -webkit-flex: 0 0 auto;
12592             flex: 0 0 auto;
12593     box-sizing: border-box; }
12594   [flex-lg="0"] {
12595     -webkit-box-flex: 1;
12596     -webkit-flex: 1 1 0%;
12597             flex: 1 1 0%;
12598     max-width: 0%;
12599     max-height: 100%;
12600     box-sizing: border-box; }
12601   [layout="row"] > [flex-lg="0"] {
12602     -webkit-box-flex: 1;
12603     -webkit-flex: 1 1 0%;
12604             flex: 1 1 0%;
12605     max-width: 0%;
12606     max-height: 100%;
12607     box-sizing: border-box; }
12608   [layout="column"] > [flex-lg="0"] {
12609     -webkit-box-flex: 1;
12610     -webkit-flex: 1 1 0%;
12611             flex: 1 1 0%;
12612     max-width: 100%;
12613     max-height: 0%;
12614     box-sizing: border-box; }
12615   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12616     -webkit-box-flex: 1;
12617     -webkit-flex: 1 1 33.33%;
12618             flex: 1 1 33.33%;
12619     max-width: 33.33%;
12620     max-height: 100%;
12621     box-sizing: border-box; }
12622   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12623     -webkit-box-flex: 1;
12624     -webkit-flex: 1 1 66.66%;
12625             flex: 1 1 66.66%;
12626     max-width: 66.66%;
12627     max-height: 100%;
12628     box-sizing: border-box; }
12629   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12630     -webkit-box-flex: 1;
12631     -webkit-flex: 1 1 33.33%;
12632             flex: 1 1 33.33%;
12633     max-width: 100%;
12634     max-height: 33.33%;
12635     box-sizing: border-box; }
12636   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12637     -webkit-box-flex: 1;
12638     -webkit-flex: 1 1 66.66%;
12639             flex: 1 1 66.66%;
12640     max-width: 100%;
12641     max-height: 66.66%;
12642     box-sizing: border-box; }
12643   [layout-lg="row"] > [flex-lg="0"] {
12644     -webkit-box-flex: 1;
12645     -webkit-flex: 1 1 0%;
12646             flex: 1 1 0%;
12647     max-width: 0%;
12648     max-height: 100%;
12649     box-sizing: border-box; }
12650   [layout-lg="column"] > [flex-lg="0"] {
12651     -webkit-box-flex: 1;
12652     -webkit-flex: 1 1 0%;
12653             flex: 1 1 0%;
12654     max-width: 100%;
12655     max-height: 0%;
12656     box-sizing: border-box; }
12657   [flex-lg="5"] {
12658     -webkit-box-flex: 1;
12659     -webkit-flex: 1 1 5%;
12660             flex: 1 1 5%;
12661     max-width: 5%;
12662     max-height: 100%;
12663     box-sizing: border-box; }
12664   [layout="row"] > [flex-lg="5"] {
12665     -webkit-box-flex: 1;
12666     -webkit-flex: 1 1 5%;
12667             flex: 1 1 5%;
12668     max-width: 5%;
12669     max-height: 100%;
12670     box-sizing: border-box; }
12671   [layout="column"] > [flex-lg="5"] {
12672     -webkit-box-flex: 1;
12673     -webkit-flex: 1 1 5%;
12674             flex: 1 1 5%;
12675     max-width: 100%;
12676     max-height: 5%;
12677     box-sizing: border-box; }
12678   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12679     -webkit-box-flex: 1;
12680     -webkit-flex: 1 1 33.33%;
12681             flex: 1 1 33.33%;
12682     max-width: 33.33%;
12683     max-height: 100%;
12684     box-sizing: border-box; }
12685   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12686     -webkit-box-flex: 1;
12687     -webkit-flex: 1 1 66.66%;
12688             flex: 1 1 66.66%;
12689     max-width: 66.66%;
12690     max-height: 100%;
12691     box-sizing: border-box; }
12692   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12693     -webkit-box-flex: 1;
12694     -webkit-flex: 1 1 33.33%;
12695             flex: 1 1 33.33%;
12696     max-width: 100%;
12697     max-height: 33.33%;
12698     box-sizing: border-box; }
12699   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12700     -webkit-box-flex: 1;
12701     -webkit-flex: 1 1 66.66%;
12702             flex: 1 1 66.66%;
12703     max-width: 100%;
12704     max-height: 66.66%;
12705     box-sizing: border-box; }
12706   [layout-lg="row"] > [flex-lg="5"] {
12707     -webkit-box-flex: 1;
12708     -webkit-flex: 1 1 5%;
12709             flex: 1 1 5%;
12710     max-width: 5%;
12711     max-height: 100%;
12712     box-sizing: border-box; }
12713   [layout-lg="column"] > [flex-lg="5"] {
12714     -webkit-box-flex: 1;
12715     -webkit-flex: 1 1 5%;
12716             flex: 1 1 5%;
12717     max-width: 100%;
12718     max-height: 5%;
12719     box-sizing: border-box; }
12720   [flex-lg="10"] {
12721     -webkit-box-flex: 1;
12722     -webkit-flex: 1 1 10%;
12723             flex: 1 1 10%;
12724     max-width: 10%;
12725     max-height: 100%;
12726     box-sizing: border-box; }
12727   [layout="row"] > [flex-lg="10"] {
12728     -webkit-box-flex: 1;
12729     -webkit-flex: 1 1 10%;
12730             flex: 1 1 10%;
12731     max-width: 10%;
12732     max-height: 100%;
12733     box-sizing: border-box; }
12734   [layout="column"] > [flex-lg="10"] {
12735     -webkit-box-flex: 1;
12736     -webkit-flex: 1 1 10%;
12737             flex: 1 1 10%;
12738     max-width: 100%;
12739     max-height: 10%;
12740     box-sizing: border-box; }
12741   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12742     -webkit-box-flex: 1;
12743     -webkit-flex: 1 1 33.33%;
12744             flex: 1 1 33.33%;
12745     max-width: 33.33%;
12746     max-height: 100%;
12747     box-sizing: border-box; }
12748   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12749     -webkit-box-flex: 1;
12750     -webkit-flex: 1 1 66.66%;
12751             flex: 1 1 66.66%;
12752     max-width: 66.66%;
12753     max-height: 100%;
12754     box-sizing: border-box; }
12755   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12756     -webkit-box-flex: 1;
12757     -webkit-flex: 1 1 33.33%;
12758             flex: 1 1 33.33%;
12759     max-width: 100%;
12760     max-height: 33.33%;
12761     box-sizing: border-box; }
12762   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12763     -webkit-box-flex: 1;
12764     -webkit-flex: 1 1 66.66%;
12765             flex: 1 1 66.66%;
12766     max-width: 100%;
12767     max-height: 66.66%;
12768     box-sizing: border-box; }
12769   [layout-lg="row"] > [flex-lg="10"] {
12770     -webkit-box-flex: 1;
12771     -webkit-flex: 1 1 10%;
12772             flex: 1 1 10%;
12773     max-width: 10%;
12774     max-height: 100%;
12775     box-sizing: border-box; }
12776   [layout-lg="column"] > [flex-lg="10"] {
12777     -webkit-box-flex: 1;
12778     -webkit-flex: 1 1 10%;
12779             flex: 1 1 10%;
12780     max-width: 100%;
12781     max-height: 10%;
12782     box-sizing: border-box; }
12783   [flex-lg="15"] {
12784     -webkit-box-flex: 1;
12785     -webkit-flex: 1 1 15%;
12786             flex: 1 1 15%;
12787     max-width: 15%;
12788     max-height: 100%;
12789     box-sizing: border-box; }
12790   [layout="row"] > [flex-lg="15"] {
12791     -webkit-box-flex: 1;
12792     -webkit-flex: 1 1 15%;
12793             flex: 1 1 15%;
12794     max-width: 15%;
12795     max-height: 100%;
12796     box-sizing: border-box; }
12797   [layout="column"] > [flex-lg="15"] {
12798     -webkit-box-flex: 1;
12799     -webkit-flex: 1 1 15%;
12800             flex: 1 1 15%;
12801     max-width: 100%;
12802     max-height: 15%;
12803     box-sizing: border-box; }
12804   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12805     -webkit-box-flex: 1;
12806     -webkit-flex: 1 1 33.33%;
12807             flex: 1 1 33.33%;
12808     max-width: 33.33%;
12809     max-height: 100%;
12810     box-sizing: border-box; }
12811   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12812     -webkit-box-flex: 1;
12813     -webkit-flex: 1 1 66.66%;
12814             flex: 1 1 66.66%;
12815     max-width: 66.66%;
12816     max-height: 100%;
12817     box-sizing: border-box; }
12818   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12819     -webkit-box-flex: 1;
12820     -webkit-flex: 1 1 33.33%;
12821             flex: 1 1 33.33%;
12822     max-width: 100%;
12823     max-height: 33.33%;
12824     box-sizing: border-box; }
12825   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12826     -webkit-box-flex: 1;
12827     -webkit-flex: 1 1 66.66%;
12828             flex: 1 1 66.66%;
12829     max-width: 100%;
12830     max-height: 66.66%;
12831     box-sizing: border-box; }
12832   [layout-lg="row"] > [flex-lg="15"] {
12833     -webkit-box-flex: 1;
12834     -webkit-flex: 1 1 15%;
12835             flex: 1 1 15%;
12836     max-width: 15%;
12837     max-height: 100%;
12838     box-sizing: border-box; }
12839   [layout-lg="column"] > [flex-lg="15"] {
12840     -webkit-box-flex: 1;
12841     -webkit-flex: 1 1 15%;
12842             flex: 1 1 15%;
12843     max-width: 100%;
12844     max-height: 15%;
12845     box-sizing: border-box; }
12846   [flex-lg="20"] {
12847     -webkit-box-flex: 1;
12848     -webkit-flex: 1 1 20%;
12849             flex: 1 1 20%;
12850     max-width: 20%;
12851     max-height: 100%;
12852     box-sizing: border-box; }
12853   [layout="row"] > [flex-lg="20"] {
12854     -webkit-box-flex: 1;
12855     -webkit-flex: 1 1 20%;
12856             flex: 1 1 20%;
12857     max-width: 20%;
12858     max-height: 100%;
12859     box-sizing: border-box; }
12860   [layout="column"] > [flex-lg="20"] {
12861     -webkit-box-flex: 1;
12862     -webkit-flex: 1 1 20%;
12863             flex: 1 1 20%;
12864     max-width: 100%;
12865     max-height: 20%;
12866     box-sizing: border-box; }
12867   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12868     -webkit-box-flex: 1;
12869     -webkit-flex: 1 1 33.33%;
12870             flex: 1 1 33.33%;
12871     max-width: 33.33%;
12872     max-height: 100%;
12873     box-sizing: border-box; }
12874   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12875     -webkit-box-flex: 1;
12876     -webkit-flex: 1 1 66.66%;
12877             flex: 1 1 66.66%;
12878     max-width: 66.66%;
12879     max-height: 100%;
12880     box-sizing: border-box; }
12881   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12882     -webkit-box-flex: 1;
12883     -webkit-flex: 1 1 33.33%;
12884             flex: 1 1 33.33%;
12885     max-width: 100%;
12886     max-height: 33.33%;
12887     box-sizing: border-box; }
12888   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12889     -webkit-box-flex: 1;
12890     -webkit-flex: 1 1 66.66%;
12891             flex: 1 1 66.66%;
12892     max-width: 100%;
12893     max-height: 66.66%;
12894     box-sizing: border-box; }
12895   [layout-lg="row"] > [flex-lg="20"] {
12896     -webkit-box-flex: 1;
12897     -webkit-flex: 1 1 20%;
12898             flex: 1 1 20%;
12899     max-width: 20%;
12900     max-height: 100%;
12901     box-sizing: border-box; }
12902   [layout-lg="column"] > [flex-lg="20"] {
12903     -webkit-box-flex: 1;
12904     -webkit-flex: 1 1 20%;
12905             flex: 1 1 20%;
12906     max-width: 100%;
12907     max-height: 20%;
12908     box-sizing: border-box; }
12909   [flex-lg="25"] {
12910     -webkit-box-flex: 1;
12911     -webkit-flex: 1 1 25%;
12912             flex: 1 1 25%;
12913     max-width: 25%;
12914     max-height: 100%;
12915     box-sizing: border-box; }
12916   [layout="row"] > [flex-lg="25"] {
12917     -webkit-box-flex: 1;
12918     -webkit-flex: 1 1 25%;
12919             flex: 1 1 25%;
12920     max-width: 25%;
12921     max-height: 100%;
12922     box-sizing: border-box; }
12923   [layout="column"] > [flex-lg="25"] {
12924     -webkit-box-flex: 1;
12925     -webkit-flex: 1 1 25%;
12926             flex: 1 1 25%;
12927     max-width: 100%;
12928     max-height: 25%;
12929     box-sizing: border-box; }
12930   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12931     -webkit-box-flex: 1;
12932     -webkit-flex: 1 1 33.33%;
12933             flex: 1 1 33.33%;
12934     max-width: 33.33%;
12935     max-height: 100%;
12936     box-sizing: border-box; }
12937   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
12938     -webkit-box-flex: 1;
12939     -webkit-flex: 1 1 66.66%;
12940             flex: 1 1 66.66%;
12941     max-width: 66.66%;
12942     max-height: 100%;
12943     box-sizing: border-box; }
12944   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
12945     -webkit-box-flex: 1;
12946     -webkit-flex: 1 1 33.33%;
12947             flex: 1 1 33.33%;
12948     max-width: 100%;
12949     max-height: 33.33%;
12950     box-sizing: border-box; }
12951   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
12952     -webkit-box-flex: 1;
12953     -webkit-flex: 1 1 66.66%;
12954             flex: 1 1 66.66%;
12955     max-width: 100%;
12956     max-height: 66.66%;
12957     box-sizing: border-box; }
12958   [layout-lg="row"] > [flex-lg="25"] {
12959     -webkit-box-flex: 1;
12960     -webkit-flex: 1 1 25%;
12961             flex: 1 1 25%;
12962     max-width: 25%;
12963     max-height: 100%;
12964     box-sizing: border-box; }
12965   [layout-lg="column"] > [flex-lg="25"] {
12966     -webkit-box-flex: 1;
12967     -webkit-flex: 1 1 25%;
12968             flex: 1 1 25%;
12969     max-width: 100%;
12970     max-height: 25%;
12971     box-sizing: border-box; }
12972   [flex-lg="30"] {
12973     -webkit-box-flex: 1;
12974     -webkit-flex: 1 1 30%;
12975             flex: 1 1 30%;
12976     max-width: 30%;
12977     max-height: 100%;
12978     box-sizing: border-box; }
12979   [layout="row"] > [flex-lg="30"] {
12980     -webkit-box-flex: 1;
12981     -webkit-flex: 1 1 30%;
12982             flex: 1 1 30%;
12983     max-width: 30%;
12984     max-height: 100%;
12985     box-sizing: border-box; }
12986   [layout="column"] > [flex-lg="30"] {
12987     -webkit-box-flex: 1;
12988     -webkit-flex: 1 1 30%;
12989             flex: 1 1 30%;
12990     max-width: 100%;
12991     max-height: 30%;
12992     box-sizing: border-box; }
12993   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
12994     -webkit-box-flex: 1;
12995     -webkit-flex: 1 1 33.33%;
12996             flex: 1 1 33.33%;
12997     max-width: 33.33%;
12998     max-height: 100%;
12999     box-sizing: border-box; }
13000   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13001     -webkit-box-flex: 1;
13002     -webkit-flex: 1 1 66.66%;
13003             flex: 1 1 66.66%;
13004     max-width: 66.66%;
13005     max-height: 100%;
13006     box-sizing: border-box; }
13007   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13008     -webkit-box-flex: 1;
13009     -webkit-flex: 1 1 33.33%;
13010             flex: 1 1 33.33%;
13011     max-width: 100%;
13012     max-height: 33.33%;
13013     box-sizing: border-box; }
13014   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13015     -webkit-box-flex: 1;
13016     -webkit-flex: 1 1 66.66%;
13017             flex: 1 1 66.66%;
13018     max-width: 100%;
13019     max-height: 66.66%;
13020     box-sizing: border-box; }
13021   [layout-lg="row"] > [flex-lg="30"] {
13022     -webkit-box-flex: 1;
13023     -webkit-flex: 1 1 30%;
13024             flex: 1 1 30%;
13025     max-width: 30%;
13026     max-height: 100%;
13027     box-sizing: border-box; }
13028   [layout-lg="column"] > [flex-lg="30"] {
13029     -webkit-box-flex: 1;
13030     -webkit-flex: 1 1 30%;
13031             flex: 1 1 30%;
13032     max-width: 100%;
13033     max-height: 30%;
13034     box-sizing: border-box; }
13035   [flex-lg="35"] {
13036     -webkit-box-flex: 1;
13037     -webkit-flex: 1 1 35%;
13038             flex: 1 1 35%;
13039     max-width: 35%;
13040     max-height: 100%;
13041     box-sizing: border-box; }
13042   [layout="row"] > [flex-lg="35"] {
13043     -webkit-box-flex: 1;
13044     -webkit-flex: 1 1 35%;
13045             flex: 1 1 35%;
13046     max-width: 35%;
13047     max-height: 100%;
13048     box-sizing: border-box; }
13049   [layout="column"] > [flex-lg="35"] {
13050     -webkit-box-flex: 1;
13051     -webkit-flex: 1 1 35%;
13052             flex: 1 1 35%;
13053     max-width: 100%;
13054     max-height: 35%;
13055     box-sizing: border-box; }
13056   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13057     -webkit-box-flex: 1;
13058     -webkit-flex: 1 1 33.33%;
13059             flex: 1 1 33.33%;
13060     max-width: 33.33%;
13061     max-height: 100%;
13062     box-sizing: border-box; }
13063   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13064     -webkit-box-flex: 1;
13065     -webkit-flex: 1 1 66.66%;
13066             flex: 1 1 66.66%;
13067     max-width: 66.66%;
13068     max-height: 100%;
13069     box-sizing: border-box; }
13070   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13071     -webkit-box-flex: 1;
13072     -webkit-flex: 1 1 33.33%;
13073             flex: 1 1 33.33%;
13074     max-width: 100%;
13075     max-height: 33.33%;
13076     box-sizing: border-box; }
13077   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13078     -webkit-box-flex: 1;
13079     -webkit-flex: 1 1 66.66%;
13080             flex: 1 1 66.66%;
13081     max-width: 100%;
13082     max-height: 66.66%;
13083     box-sizing: border-box; }
13084   [layout-lg="row"] > [flex-lg="35"] {
13085     -webkit-box-flex: 1;
13086     -webkit-flex: 1 1 35%;
13087             flex: 1 1 35%;
13088     max-width: 35%;
13089     max-height: 100%;
13090     box-sizing: border-box; }
13091   [layout-lg="column"] > [flex-lg="35"] {
13092     -webkit-box-flex: 1;
13093     -webkit-flex: 1 1 35%;
13094             flex: 1 1 35%;
13095     max-width: 100%;
13096     max-height: 35%;
13097     box-sizing: border-box; }
13098   [flex-lg="40"] {
13099     -webkit-box-flex: 1;
13100     -webkit-flex: 1 1 40%;
13101             flex: 1 1 40%;
13102     max-width: 40%;
13103     max-height: 100%;
13104     box-sizing: border-box; }
13105   [layout="row"] > [flex-lg="40"] {
13106     -webkit-box-flex: 1;
13107     -webkit-flex: 1 1 40%;
13108             flex: 1 1 40%;
13109     max-width: 40%;
13110     max-height: 100%;
13111     box-sizing: border-box; }
13112   [layout="column"] > [flex-lg="40"] {
13113     -webkit-box-flex: 1;
13114     -webkit-flex: 1 1 40%;
13115             flex: 1 1 40%;
13116     max-width: 100%;
13117     max-height: 40%;
13118     box-sizing: border-box; }
13119   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13120     -webkit-box-flex: 1;
13121     -webkit-flex: 1 1 33.33%;
13122             flex: 1 1 33.33%;
13123     max-width: 33.33%;
13124     max-height: 100%;
13125     box-sizing: border-box; }
13126   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13127     -webkit-box-flex: 1;
13128     -webkit-flex: 1 1 66.66%;
13129             flex: 1 1 66.66%;
13130     max-width: 66.66%;
13131     max-height: 100%;
13132     box-sizing: border-box; }
13133   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13134     -webkit-box-flex: 1;
13135     -webkit-flex: 1 1 33.33%;
13136             flex: 1 1 33.33%;
13137     max-width: 100%;
13138     max-height: 33.33%;
13139     box-sizing: border-box; }
13140   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13141     -webkit-box-flex: 1;
13142     -webkit-flex: 1 1 66.66%;
13143             flex: 1 1 66.66%;
13144     max-width: 100%;
13145     max-height: 66.66%;
13146     box-sizing: border-box; }
13147   [layout-lg="row"] > [flex-lg="40"] {
13148     -webkit-box-flex: 1;
13149     -webkit-flex: 1 1 40%;
13150             flex: 1 1 40%;
13151     max-width: 40%;
13152     max-height: 100%;
13153     box-sizing: border-box; }
13154   [layout-lg="column"] > [flex-lg="40"] {
13155     -webkit-box-flex: 1;
13156     -webkit-flex: 1 1 40%;
13157             flex: 1 1 40%;
13158     max-width: 100%;
13159     max-height: 40%;
13160     box-sizing: border-box; }
13161   [flex-lg="45"] {
13162     -webkit-box-flex: 1;
13163     -webkit-flex: 1 1 45%;
13164             flex: 1 1 45%;
13165     max-width: 45%;
13166     max-height: 100%;
13167     box-sizing: border-box; }
13168   [layout="row"] > [flex-lg="45"] {
13169     -webkit-box-flex: 1;
13170     -webkit-flex: 1 1 45%;
13171             flex: 1 1 45%;
13172     max-width: 45%;
13173     max-height: 100%;
13174     box-sizing: border-box; }
13175   [layout="column"] > [flex-lg="45"] {
13176     -webkit-box-flex: 1;
13177     -webkit-flex: 1 1 45%;
13178             flex: 1 1 45%;
13179     max-width: 100%;
13180     max-height: 45%;
13181     box-sizing: border-box; }
13182   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13183     -webkit-box-flex: 1;
13184     -webkit-flex: 1 1 33.33%;
13185             flex: 1 1 33.33%;
13186     max-width: 33.33%;
13187     max-height: 100%;
13188     box-sizing: border-box; }
13189   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13190     -webkit-box-flex: 1;
13191     -webkit-flex: 1 1 66.66%;
13192             flex: 1 1 66.66%;
13193     max-width: 66.66%;
13194     max-height: 100%;
13195     box-sizing: border-box; }
13196   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13197     -webkit-box-flex: 1;
13198     -webkit-flex: 1 1 33.33%;
13199             flex: 1 1 33.33%;
13200     max-width: 100%;
13201     max-height: 33.33%;
13202     box-sizing: border-box; }
13203   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13204     -webkit-box-flex: 1;
13205     -webkit-flex: 1 1 66.66%;
13206             flex: 1 1 66.66%;
13207     max-width: 100%;
13208     max-height: 66.66%;
13209     box-sizing: border-box; }
13210   [layout-lg="row"] > [flex-lg="45"] {
13211     -webkit-box-flex: 1;
13212     -webkit-flex: 1 1 45%;
13213             flex: 1 1 45%;
13214     max-width: 45%;
13215     max-height: 100%;
13216     box-sizing: border-box; }
13217   [layout-lg="column"] > [flex-lg="45"] {
13218     -webkit-box-flex: 1;
13219     -webkit-flex: 1 1 45%;
13220             flex: 1 1 45%;
13221     max-width: 100%;
13222     max-height: 45%;
13223     box-sizing: border-box; }
13224   [flex-lg="50"] {
13225     -webkit-box-flex: 1;
13226     -webkit-flex: 1 1 50%;
13227             flex: 1 1 50%;
13228     max-width: 50%;
13229     max-height: 100%;
13230     box-sizing: border-box; }
13231   [layout="row"] > [flex-lg="50"] {
13232     -webkit-box-flex: 1;
13233     -webkit-flex: 1 1 50%;
13234             flex: 1 1 50%;
13235     max-width: 50%;
13236     max-height: 100%;
13237     box-sizing: border-box; }
13238   [layout="column"] > [flex-lg="50"] {
13239     -webkit-box-flex: 1;
13240     -webkit-flex: 1 1 50%;
13241             flex: 1 1 50%;
13242     max-width: 100%;
13243     max-height: 50%;
13244     box-sizing: border-box; }
13245   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13246     -webkit-box-flex: 1;
13247     -webkit-flex: 1 1 33.33%;
13248             flex: 1 1 33.33%;
13249     max-width: 33.33%;
13250     max-height: 100%;
13251     box-sizing: border-box; }
13252   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13253     -webkit-box-flex: 1;
13254     -webkit-flex: 1 1 66.66%;
13255             flex: 1 1 66.66%;
13256     max-width: 66.66%;
13257     max-height: 100%;
13258     box-sizing: border-box; }
13259   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13260     -webkit-box-flex: 1;
13261     -webkit-flex: 1 1 33.33%;
13262             flex: 1 1 33.33%;
13263     max-width: 100%;
13264     max-height: 33.33%;
13265     box-sizing: border-box; }
13266   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13267     -webkit-box-flex: 1;
13268     -webkit-flex: 1 1 66.66%;
13269             flex: 1 1 66.66%;
13270     max-width: 100%;
13271     max-height: 66.66%;
13272     box-sizing: border-box; }
13273   [layout-lg="row"] > [flex-lg="50"] {
13274     -webkit-box-flex: 1;
13275     -webkit-flex: 1 1 50%;
13276             flex: 1 1 50%;
13277     max-width: 50%;
13278     max-height: 100%;
13279     box-sizing: border-box; }
13280   [layout-lg="column"] > [flex-lg="50"] {
13281     -webkit-box-flex: 1;
13282     -webkit-flex: 1 1 50%;
13283             flex: 1 1 50%;
13284     max-width: 100%;
13285     max-height: 50%;
13286     box-sizing: border-box; }
13287   [flex-lg="55"] {
13288     -webkit-box-flex: 1;
13289     -webkit-flex: 1 1 55%;
13290             flex: 1 1 55%;
13291     max-width: 55%;
13292     max-height: 100%;
13293     box-sizing: border-box; }
13294   [layout="row"] > [flex-lg="55"] {
13295     -webkit-box-flex: 1;
13296     -webkit-flex: 1 1 55%;
13297             flex: 1 1 55%;
13298     max-width: 55%;
13299     max-height: 100%;
13300     box-sizing: border-box; }
13301   [layout="column"] > [flex-lg="55"] {
13302     -webkit-box-flex: 1;
13303     -webkit-flex: 1 1 55%;
13304             flex: 1 1 55%;
13305     max-width: 100%;
13306     max-height: 55%;
13307     box-sizing: border-box; }
13308   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13309     -webkit-box-flex: 1;
13310     -webkit-flex: 1 1 33.33%;
13311             flex: 1 1 33.33%;
13312     max-width: 33.33%;
13313     max-height: 100%;
13314     box-sizing: border-box; }
13315   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13316     -webkit-box-flex: 1;
13317     -webkit-flex: 1 1 66.66%;
13318             flex: 1 1 66.66%;
13319     max-width: 66.66%;
13320     max-height: 100%;
13321     box-sizing: border-box; }
13322   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13323     -webkit-box-flex: 1;
13324     -webkit-flex: 1 1 33.33%;
13325             flex: 1 1 33.33%;
13326     max-width: 100%;
13327     max-height: 33.33%;
13328     box-sizing: border-box; }
13329   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13330     -webkit-box-flex: 1;
13331     -webkit-flex: 1 1 66.66%;
13332             flex: 1 1 66.66%;
13333     max-width: 100%;
13334     max-height: 66.66%;
13335     box-sizing: border-box; }
13336   [layout-lg="row"] > [flex-lg="55"] {
13337     -webkit-box-flex: 1;
13338     -webkit-flex: 1 1 55%;
13339             flex: 1 1 55%;
13340     max-width: 55%;
13341     max-height: 100%;
13342     box-sizing: border-box; }
13343   [layout-lg="column"] > [flex-lg="55"] {
13344     -webkit-box-flex: 1;
13345     -webkit-flex: 1 1 55%;
13346             flex: 1 1 55%;
13347     max-width: 100%;
13348     max-height: 55%;
13349     box-sizing: border-box; }
13350   [flex-lg="60"] {
13351     -webkit-box-flex: 1;
13352     -webkit-flex: 1 1 60%;
13353             flex: 1 1 60%;
13354     max-width: 60%;
13355     max-height: 100%;
13356     box-sizing: border-box; }
13357   [layout="row"] > [flex-lg="60"] {
13358     -webkit-box-flex: 1;
13359     -webkit-flex: 1 1 60%;
13360             flex: 1 1 60%;
13361     max-width: 60%;
13362     max-height: 100%;
13363     box-sizing: border-box; }
13364   [layout="column"] > [flex-lg="60"] {
13365     -webkit-box-flex: 1;
13366     -webkit-flex: 1 1 60%;
13367             flex: 1 1 60%;
13368     max-width: 100%;
13369     max-height: 60%;
13370     box-sizing: border-box; }
13371   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13372     -webkit-box-flex: 1;
13373     -webkit-flex: 1 1 33.33%;
13374             flex: 1 1 33.33%;
13375     max-width: 33.33%;
13376     max-height: 100%;
13377     box-sizing: border-box; }
13378   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13379     -webkit-box-flex: 1;
13380     -webkit-flex: 1 1 66.66%;
13381             flex: 1 1 66.66%;
13382     max-width: 66.66%;
13383     max-height: 100%;
13384     box-sizing: border-box; }
13385   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13386     -webkit-box-flex: 1;
13387     -webkit-flex: 1 1 33.33%;
13388             flex: 1 1 33.33%;
13389     max-width: 100%;
13390     max-height: 33.33%;
13391     box-sizing: border-box; }
13392   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13393     -webkit-box-flex: 1;
13394     -webkit-flex: 1 1 66.66%;
13395             flex: 1 1 66.66%;
13396     max-width: 100%;
13397     max-height: 66.66%;
13398     box-sizing: border-box; }
13399   [layout-lg="row"] > [flex-lg="60"] {
13400     -webkit-box-flex: 1;
13401     -webkit-flex: 1 1 60%;
13402             flex: 1 1 60%;
13403     max-width: 60%;
13404     max-height: 100%;
13405     box-sizing: border-box; }
13406   [layout-lg="column"] > [flex-lg="60"] {
13407     -webkit-box-flex: 1;
13408     -webkit-flex: 1 1 60%;
13409             flex: 1 1 60%;
13410     max-width: 100%;
13411     max-height: 60%;
13412     box-sizing: border-box; }
13413   [flex-lg="65"] {
13414     -webkit-box-flex: 1;
13415     -webkit-flex: 1 1 65%;
13416             flex: 1 1 65%;
13417     max-width: 65%;
13418     max-height: 100%;
13419     box-sizing: border-box; }
13420   [layout="row"] > [flex-lg="65"] {
13421     -webkit-box-flex: 1;
13422     -webkit-flex: 1 1 65%;
13423             flex: 1 1 65%;
13424     max-width: 65%;
13425     max-height: 100%;
13426     box-sizing: border-box; }
13427   [layout="column"] > [flex-lg="65"] {
13428     -webkit-box-flex: 1;
13429     -webkit-flex: 1 1 65%;
13430             flex: 1 1 65%;
13431     max-width: 100%;
13432     max-height: 65%;
13433     box-sizing: border-box; }
13434   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13435     -webkit-box-flex: 1;
13436     -webkit-flex: 1 1 33.33%;
13437             flex: 1 1 33.33%;
13438     max-width: 33.33%;
13439     max-height: 100%;
13440     box-sizing: border-box; }
13441   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13442     -webkit-box-flex: 1;
13443     -webkit-flex: 1 1 66.66%;
13444             flex: 1 1 66.66%;
13445     max-width: 66.66%;
13446     max-height: 100%;
13447     box-sizing: border-box; }
13448   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13449     -webkit-box-flex: 1;
13450     -webkit-flex: 1 1 33.33%;
13451             flex: 1 1 33.33%;
13452     max-width: 100%;
13453     max-height: 33.33%;
13454     box-sizing: border-box; }
13455   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13456     -webkit-box-flex: 1;
13457     -webkit-flex: 1 1 66.66%;
13458             flex: 1 1 66.66%;
13459     max-width: 100%;
13460     max-height: 66.66%;
13461     box-sizing: border-box; }
13462   [layout-lg="row"] > [flex-lg="65"] {
13463     -webkit-box-flex: 1;
13464     -webkit-flex: 1 1 65%;
13465             flex: 1 1 65%;
13466     max-width: 65%;
13467     max-height: 100%;
13468     box-sizing: border-box; }
13469   [layout-lg="column"] > [flex-lg="65"] {
13470     -webkit-box-flex: 1;
13471     -webkit-flex: 1 1 65%;
13472             flex: 1 1 65%;
13473     max-width: 100%;
13474     max-height: 65%;
13475     box-sizing: border-box; }
13476   [flex-lg="70"] {
13477     -webkit-box-flex: 1;
13478     -webkit-flex: 1 1 70%;
13479             flex: 1 1 70%;
13480     max-width: 70%;
13481     max-height: 100%;
13482     box-sizing: border-box; }
13483   [layout="row"] > [flex-lg="70"] {
13484     -webkit-box-flex: 1;
13485     -webkit-flex: 1 1 70%;
13486             flex: 1 1 70%;
13487     max-width: 70%;
13488     max-height: 100%;
13489     box-sizing: border-box; }
13490   [layout="column"] > [flex-lg="70"] {
13491     -webkit-box-flex: 1;
13492     -webkit-flex: 1 1 70%;
13493             flex: 1 1 70%;
13494     max-width: 100%;
13495     max-height: 70%;
13496     box-sizing: border-box; }
13497   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13498     -webkit-box-flex: 1;
13499     -webkit-flex: 1 1 33.33%;
13500             flex: 1 1 33.33%;
13501     max-width: 33.33%;
13502     max-height: 100%;
13503     box-sizing: border-box; }
13504   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13505     -webkit-box-flex: 1;
13506     -webkit-flex: 1 1 66.66%;
13507             flex: 1 1 66.66%;
13508     max-width: 66.66%;
13509     max-height: 100%;
13510     box-sizing: border-box; }
13511   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13512     -webkit-box-flex: 1;
13513     -webkit-flex: 1 1 33.33%;
13514             flex: 1 1 33.33%;
13515     max-width: 100%;
13516     max-height: 33.33%;
13517     box-sizing: border-box; }
13518   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13519     -webkit-box-flex: 1;
13520     -webkit-flex: 1 1 66.66%;
13521             flex: 1 1 66.66%;
13522     max-width: 100%;
13523     max-height: 66.66%;
13524     box-sizing: border-box; }
13525   [layout-lg="row"] > [flex-lg="70"] {
13526     -webkit-box-flex: 1;
13527     -webkit-flex: 1 1 70%;
13528             flex: 1 1 70%;
13529     max-width: 70%;
13530     max-height: 100%;
13531     box-sizing: border-box; }
13532   [layout-lg="column"] > [flex-lg="70"] {
13533     -webkit-box-flex: 1;
13534     -webkit-flex: 1 1 70%;
13535             flex: 1 1 70%;
13536     max-width: 100%;
13537     max-height: 70%;
13538     box-sizing: border-box; }
13539   [flex-lg="75"] {
13540     -webkit-box-flex: 1;
13541     -webkit-flex: 1 1 75%;
13542             flex: 1 1 75%;
13543     max-width: 75%;
13544     max-height: 100%;
13545     box-sizing: border-box; }
13546   [layout="row"] > [flex-lg="75"] {
13547     -webkit-box-flex: 1;
13548     -webkit-flex: 1 1 75%;
13549             flex: 1 1 75%;
13550     max-width: 75%;
13551     max-height: 100%;
13552     box-sizing: border-box; }
13553   [layout="column"] > [flex-lg="75"] {
13554     -webkit-box-flex: 1;
13555     -webkit-flex: 1 1 75%;
13556             flex: 1 1 75%;
13557     max-width: 100%;
13558     max-height: 75%;
13559     box-sizing: border-box; }
13560   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13561     -webkit-box-flex: 1;
13562     -webkit-flex: 1 1 33.33%;
13563             flex: 1 1 33.33%;
13564     max-width: 33.33%;
13565     max-height: 100%;
13566     box-sizing: border-box; }
13567   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13568     -webkit-box-flex: 1;
13569     -webkit-flex: 1 1 66.66%;
13570             flex: 1 1 66.66%;
13571     max-width: 66.66%;
13572     max-height: 100%;
13573     box-sizing: border-box; }
13574   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13575     -webkit-box-flex: 1;
13576     -webkit-flex: 1 1 33.33%;
13577             flex: 1 1 33.33%;
13578     max-width: 100%;
13579     max-height: 33.33%;
13580     box-sizing: border-box; }
13581   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13582     -webkit-box-flex: 1;
13583     -webkit-flex: 1 1 66.66%;
13584             flex: 1 1 66.66%;
13585     max-width: 100%;
13586     max-height: 66.66%;
13587     box-sizing: border-box; }
13588   [layout-lg="row"] > [flex-lg="75"] {
13589     -webkit-box-flex: 1;
13590     -webkit-flex: 1 1 75%;
13591             flex: 1 1 75%;
13592     max-width: 75%;
13593     max-height: 100%;
13594     box-sizing: border-box; }
13595   [layout-lg="column"] > [flex-lg="75"] {
13596     -webkit-box-flex: 1;
13597     -webkit-flex: 1 1 75%;
13598             flex: 1 1 75%;
13599     max-width: 100%;
13600     max-height: 75%;
13601     box-sizing: border-box; }
13602   [flex-lg="80"] {
13603     -webkit-box-flex: 1;
13604     -webkit-flex: 1 1 80%;
13605             flex: 1 1 80%;
13606     max-width: 80%;
13607     max-height: 100%;
13608     box-sizing: border-box; }
13609   [layout="row"] > [flex-lg="80"] {
13610     -webkit-box-flex: 1;
13611     -webkit-flex: 1 1 80%;
13612             flex: 1 1 80%;
13613     max-width: 80%;
13614     max-height: 100%;
13615     box-sizing: border-box; }
13616   [layout="column"] > [flex-lg="80"] {
13617     -webkit-box-flex: 1;
13618     -webkit-flex: 1 1 80%;
13619             flex: 1 1 80%;
13620     max-width: 100%;
13621     max-height: 80%;
13622     box-sizing: border-box; }
13623   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13624     -webkit-box-flex: 1;
13625     -webkit-flex: 1 1 33.33%;
13626             flex: 1 1 33.33%;
13627     max-width: 33.33%;
13628     max-height: 100%;
13629     box-sizing: border-box; }
13630   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13631     -webkit-box-flex: 1;
13632     -webkit-flex: 1 1 66.66%;
13633             flex: 1 1 66.66%;
13634     max-width: 66.66%;
13635     max-height: 100%;
13636     box-sizing: border-box; }
13637   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13638     -webkit-box-flex: 1;
13639     -webkit-flex: 1 1 33.33%;
13640             flex: 1 1 33.33%;
13641     max-width: 100%;
13642     max-height: 33.33%;
13643     box-sizing: border-box; }
13644   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13645     -webkit-box-flex: 1;
13646     -webkit-flex: 1 1 66.66%;
13647             flex: 1 1 66.66%;
13648     max-width: 100%;
13649     max-height: 66.66%;
13650     box-sizing: border-box; }
13651   [layout-lg="row"] > [flex-lg="80"] {
13652     -webkit-box-flex: 1;
13653     -webkit-flex: 1 1 80%;
13654             flex: 1 1 80%;
13655     max-width: 80%;
13656     max-height: 100%;
13657     box-sizing: border-box; }
13658   [layout-lg="column"] > [flex-lg="80"] {
13659     -webkit-box-flex: 1;
13660     -webkit-flex: 1 1 80%;
13661             flex: 1 1 80%;
13662     max-width: 100%;
13663     max-height: 80%;
13664     box-sizing: border-box; }
13665   [flex-lg="85"] {
13666     -webkit-box-flex: 1;
13667     -webkit-flex: 1 1 85%;
13668             flex: 1 1 85%;
13669     max-width: 85%;
13670     max-height: 100%;
13671     box-sizing: border-box; }
13672   [layout="row"] > [flex-lg="85"] {
13673     -webkit-box-flex: 1;
13674     -webkit-flex: 1 1 85%;
13675             flex: 1 1 85%;
13676     max-width: 85%;
13677     max-height: 100%;
13678     box-sizing: border-box; }
13679   [layout="column"] > [flex-lg="85"] {
13680     -webkit-box-flex: 1;
13681     -webkit-flex: 1 1 85%;
13682             flex: 1 1 85%;
13683     max-width: 100%;
13684     max-height: 85%;
13685     box-sizing: border-box; }
13686   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13687     -webkit-box-flex: 1;
13688     -webkit-flex: 1 1 33.33%;
13689             flex: 1 1 33.33%;
13690     max-width: 33.33%;
13691     max-height: 100%;
13692     box-sizing: border-box; }
13693   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13694     -webkit-box-flex: 1;
13695     -webkit-flex: 1 1 66.66%;
13696             flex: 1 1 66.66%;
13697     max-width: 66.66%;
13698     max-height: 100%;
13699     box-sizing: border-box; }
13700   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13701     -webkit-box-flex: 1;
13702     -webkit-flex: 1 1 33.33%;
13703             flex: 1 1 33.33%;
13704     max-width: 100%;
13705     max-height: 33.33%;
13706     box-sizing: border-box; }
13707   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13708     -webkit-box-flex: 1;
13709     -webkit-flex: 1 1 66.66%;
13710             flex: 1 1 66.66%;
13711     max-width: 100%;
13712     max-height: 66.66%;
13713     box-sizing: border-box; }
13714   [layout-lg="row"] > [flex-lg="85"] {
13715     -webkit-box-flex: 1;
13716     -webkit-flex: 1 1 85%;
13717             flex: 1 1 85%;
13718     max-width: 85%;
13719     max-height: 100%;
13720     box-sizing: border-box; }
13721   [layout-lg="column"] > [flex-lg="85"] {
13722     -webkit-box-flex: 1;
13723     -webkit-flex: 1 1 85%;
13724             flex: 1 1 85%;
13725     max-width: 100%;
13726     max-height: 85%;
13727     box-sizing: border-box; }
13728   [flex-lg="90"] {
13729     -webkit-box-flex: 1;
13730     -webkit-flex: 1 1 90%;
13731             flex: 1 1 90%;
13732     max-width: 90%;
13733     max-height: 100%;
13734     box-sizing: border-box; }
13735   [layout="row"] > [flex-lg="90"] {
13736     -webkit-box-flex: 1;
13737     -webkit-flex: 1 1 90%;
13738             flex: 1 1 90%;
13739     max-width: 90%;
13740     max-height: 100%;
13741     box-sizing: border-box; }
13742   [layout="column"] > [flex-lg="90"] {
13743     -webkit-box-flex: 1;
13744     -webkit-flex: 1 1 90%;
13745             flex: 1 1 90%;
13746     max-width: 100%;
13747     max-height: 90%;
13748     box-sizing: border-box; }
13749   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13750     -webkit-box-flex: 1;
13751     -webkit-flex: 1 1 33.33%;
13752             flex: 1 1 33.33%;
13753     max-width: 33.33%;
13754     max-height: 100%;
13755     box-sizing: border-box; }
13756   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13757     -webkit-box-flex: 1;
13758     -webkit-flex: 1 1 66.66%;
13759             flex: 1 1 66.66%;
13760     max-width: 66.66%;
13761     max-height: 100%;
13762     box-sizing: border-box; }
13763   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13764     -webkit-box-flex: 1;
13765     -webkit-flex: 1 1 33.33%;
13766             flex: 1 1 33.33%;
13767     max-width: 100%;
13768     max-height: 33.33%;
13769     box-sizing: border-box; }
13770   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13771     -webkit-box-flex: 1;
13772     -webkit-flex: 1 1 66.66%;
13773             flex: 1 1 66.66%;
13774     max-width: 100%;
13775     max-height: 66.66%;
13776     box-sizing: border-box; }
13777   [layout-lg="row"] > [flex-lg="90"] {
13778     -webkit-box-flex: 1;
13779     -webkit-flex: 1 1 90%;
13780             flex: 1 1 90%;
13781     max-width: 90%;
13782     max-height: 100%;
13783     box-sizing: border-box; }
13784   [layout-lg="column"] > [flex-lg="90"] {
13785     -webkit-box-flex: 1;
13786     -webkit-flex: 1 1 90%;
13787             flex: 1 1 90%;
13788     max-width: 100%;
13789     max-height: 90%;
13790     box-sizing: border-box; }
13791   [flex-lg="95"] {
13792     -webkit-box-flex: 1;
13793     -webkit-flex: 1 1 95%;
13794             flex: 1 1 95%;
13795     max-width: 95%;
13796     max-height: 100%;
13797     box-sizing: border-box; }
13798   [layout="row"] > [flex-lg="95"] {
13799     -webkit-box-flex: 1;
13800     -webkit-flex: 1 1 95%;
13801             flex: 1 1 95%;
13802     max-width: 95%;
13803     max-height: 100%;
13804     box-sizing: border-box; }
13805   [layout="column"] > [flex-lg="95"] {
13806     -webkit-box-flex: 1;
13807     -webkit-flex: 1 1 95%;
13808             flex: 1 1 95%;
13809     max-width: 100%;
13810     max-height: 95%;
13811     box-sizing: border-box; }
13812   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13813     -webkit-box-flex: 1;
13814     -webkit-flex: 1 1 33.33%;
13815             flex: 1 1 33.33%;
13816     max-width: 33.33%;
13817     max-height: 100%;
13818     box-sizing: border-box; }
13819   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13820     -webkit-box-flex: 1;
13821     -webkit-flex: 1 1 66.66%;
13822             flex: 1 1 66.66%;
13823     max-width: 66.66%;
13824     max-height: 100%;
13825     box-sizing: border-box; }
13826   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13827     -webkit-box-flex: 1;
13828     -webkit-flex: 1 1 33.33%;
13829             flex: 1 1 33.33%;
13830     max-width: 100%;
13831     max-height: 33.33%;
13832     box-sizing: border-box; }
13833   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13834     -webkit-box-flex: 1;
13835     -webkit-flex: 1 1 66.66%;
13836             flex: 1 1 66.66%;
13837     max-width: 100%;
13838     max-height: 66.66%;
13839     box-sizing: border-box; }
13840   [layout-lg="row"] > [flex-lg="95"] {
13841     -webkit-box-flex: 1;
13842     -webkit-flex: 1 1 95%;
13843             flex: 1 1 95%;
13844     max-width: 95%;
13845     max-height: 100%;
13846     box-sizing: border-box; }
13847   [layout-lg="column"] > [flex-lg="95"] {
13848     -webkit-box-flex: 1;
13849     -webkit-flex: 1 1 95%;
13850             flex: 1 1 95%;
13851     max-width: 100%;
13852     max-height: 95%;
13853     box-sizing: border-box; }
13854   [flex-lg="100"] {
13855     -webkit-box-flex: 1;
13856     -webkit-flex: 1 1 100%;
13857             flex: 1 1 100%;
13858     max-width: 100%;
13859     max-height: 100%;
13860     box-sizing: border-box; }
13861   [layout="row"] > [flex-lg="100"] {
13862     -webkit-box-flex: 1;
13863     -webkit-flex: 1 1 100%;
13864             flex: 1 1 100%;
13865     max-width: 100%;
13866     max-height: 100%;
13867     box-sizing: border-box; }
13868   [layout="column"] > [flex-lg="100"] {
13869     -webkit-box-flex: 1;
13870     -webkit-flex: 1 1 100%;
13871             flex: 1 1 100%;
13872     max-width: 100%;
13873     max-height: 100%;
13874     box-sizing: border-box; }
13875   [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"] {
13876     -webkit-box-flex: 1;
13877     -webkit-flex: 1 1 33.33%;
13878             flex: 1 1 33.33%;
13879     max-width: 33.33%;
13880     max-height: 100%;
13881     box-sizing: border-box; }
13882   [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"] {
13883     -webkit-box-flex: 1;
13884     -webkit-flex: 1 1 66.66%;
13885             flex: 1 1 66.66%;
13886     max-width: 66.66%;
13887     max-height: 100%;
13888     box-sizing: border-box; }
13889   [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"] {
13890     -webkit-box-flex: 1;
13891     -webkit-flex: 1 1 33.33%;
13892             flex: 1 1 33.33%;
13893     max-width: 100%;
13894     max-height: 33.33%;
13895     box-sizing: border-box; }
13896   [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"] {
13897     -webkit-box-flex: 1;
13898     -webkit-flex: 1 1 66.66%;
13899             flex: 1 1 66.66%;
13900     max-width: 100%;
13901     max-height: 66.66%;
13902     box-sizing: border-box; }
13903   [layout-lg="row"] > [flex-lg="100"] {
13904     -webkit-box-flex: 1;
13905     -webkit-flex: 1 1 100%;
13906             flex: 1 1 100%;
13907     max-width: 100%;
13908     max-height: 100%;
13909     box-sizing: border-box; }
13910   [layout-lg="column"] > [flex-lg="100"] {
13911     -webkit-box-flex: 1;
13912     -webkit-flex: 1 1 100%;
13913             flex: 1 1 100%;
13914     max-width: 100%;
13915     max-height: 100%;
13916     box-sizing: border-box; }
13917   [layout-lg="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"] {
13918     -webkit-box-flex: 1;
13919     -webkit-flex: 1 1 33.33%;
13920             flex: 1 1 33.33%;
13921     max-width: 33.33%;
13922     max-height: 100%;
13923     box-sizing: border-box; }
13924   [layout-lg="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"] {
13925     -webkit-box-flex: 1;
13926     -webkit-flex: 1 1 66.66%;
13927             flex: 1 1 66.66%;
13928     max-width: 66.66%;
13929     max-height: 100%;
13930     box-sizing: border-box; }
13931   [layout-lg="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"] {
13932     -webkit-box-flex: 1;
13933     -webkit-flex: 1 1 33.33%;
13934             flex: 1 1 33.33%;
13935     max-width: 100%;
13936     max-height: 33.33%;
13937     box-sizing: border-box; }
13938   [layout-lg="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"] {
13939     -webkit-box-flex: 1;
13940     -webkit-flex: 1 1 66.66%;
13941             flex: 1 1 66.66%;
13942     max-width: 100%;
13943     max-height: 66.66%;
13944     box-sizing: border-box; }
13945   [layout-lg], [layout-lg="column"], [layout-lg="row"] {
13946     box-sizing: border-box;
13947     display: -webkit-box;
13948     display: -webkit-flex;
13949     display: flex; }
13950   [layout-lg="column"] {
13951     -webkit-box-orient: vertical;
13952     -webkit-box-direction: normal;
13953     -webkit-flex-direction: column;
13954             flex-direction: column; }
13955   [layout-lg="row"] {
13956     -webkit-box-orient: horizontal;
13957     -webkit-box-direction: normal;
13958     -webkit-flex-direction: row;
13959             flex-direction: row; } }
13960
13961 @media (min-width: 1920px) {
13962   [flex-order-gt-lg="-20"] {
13963     -webkit-box-ordinal-group: -19;
13964     -webkit-order: -20;
13965             order: -20; }
13966   [flex-order-gt-lg="-19"] {
13967     -webkit-box-ordinal-group: -18;
13968     -webkit-order: -19;
13969             order: -19; }
13970   [flex-order-gt-lg="-18"] {
13971     -webkit-box-ordinal-group: -17;
13972     -webkit-order: -18;
13973             order: -18; }
13974   [flex-order-gt-lg="-17"] {
13975     -webkit-box-ordinal-group: -16;
13976     -webkit-order: -17;
13977             order: -17; }
13978   [flex-order-gt-lg="-16"] {
13979     -webkit-box-ordinal-group: -15;
13980     -webkit-order: -16;
13981             order: -16; }
13982   [flex-order-gt-lg="-15"] {
13983     -webkit-box-ordinal-group: -14;
13984     -webkit-order: -15;
13985             order: -15; }
13986   [flex-order-gt-lg="-14"] {
13987     -webkit-box-ordinal-group: -13;
13988     -webkit-order: -14;
13989             order: -14; }
13990   [flex-order-gt-lg="-13"] {
13991     -webkit-box-ordinal-group: -12;
13992     -webkit-order: -13;
13993             order: -13; }
13994   [flex-order-gt-lg="-12"] {
13995     -webkit-box-ordinal-group: -11;
13996     -webkit-order: -12;
13997             order: -12; }
13998   [flex-order-gt-lg="-11"] {
13999     -webkit-box-ordinal-group: -10;
14000     -webkit-order: -11;
14001             order: -11; }
14002   [flex-order-gt-lg="-10"] {
14003     -webkit-box-ordinal-group: -9;
14004     -webkit-order: -10;
14005             order: -10; }
14006   [flex-order-gt-lg="-9"] {
14007     -webkit-box-ordinal-group: -8;
14008     -webkit-order: -9;
14009             order: -9; }
14010   [flex-order-gt-lg="-8"] {
14011     -webkit-box-ordinal-group: -7;
14012     -webkit-order: -8;
14013             order: -8; }
14014   [flex-order-gt-lg="-7"] {
14015     -webkit-box-ordinal-group: -6;
14016     -webkit-order: -7;
14017             order: -7; }
14018   [flex-order-gt-lg="-6"] {
14019     -webkit-box-ordinal-group: -5;
14020     -webkit-order: -6;
14021             order: -6; }
14022   [flex-order-gt-lg="-5"] {
14023     -webkit-box-ordinal-group: -4;
14024     -webkit-order: -5;
14025             order: -5; }
14026   [flex-order-gt-lg="-4"] {
14027     -webkit-box-ordinal-group: -3;
14028     -webkit-order: -4;
14029             order: -4; }
14030   [flex-order-gt-lg="-3"] {
14031     -webkit-box-ordinal-group: -2;
14032     -webkit-order: -3;
14033             order: -3; }
14034   [flex-order-gt-lg="-2"] {
14035     -webkit-box-ordinal-group: -1;
14036     -webkit-order: -2;
14037             order: -2; }
14038   [flex-order-gt-lg="-1"] {
14039     -webkit-box-ordinal-group: 0;
14040     -webkit-order: -1;
14041             order: -1; }
14042   [flex-order-gt-lg="0"] {
14043     -webkit-box-ordinal-group: 1;
14044     -webkit-order: 0;
14045             order: 0; }
14046   [flex-order-gt-lg="1"] {
14047     -webkit-box-ordinal-group: 2;
14048     -webkit-order: 1;
14049             order: 1; }
14050   [flex-order-gt-lg="2"] {
14051     -webkit-box-ordinal-group: 3;
14052     -webkit-order: 2;
14053             order: 2; }
14054   [flex-order-gt-lg="3"] {
14055     -webkit-box-ordinal-group: 4;
14056     -webkit-order: 3;
14057             order: 3; }
14058   [flex-order-gt-lg="4"] {
14059     -webkit-box-ordinal-group: 5;
14060     -webkit-order: 4;
14061             order: 4; }
14062   [flex-order-gt-lg="5"] {
14063     -webkit-box-ordinal-group: 6;
14064     -webkit-order: 5;
14065             order: 5; }
14066   [flex-order-gt-lg="6"] {
14067     -webkit-box-ordinal-group: 7;
14068     -webkit-order: 6;
14069             order: 6; }
14070   [flex-order-gt-lg="7"] {
14071     -webkit-box-ordinal-group: 8;
14072     -webkit-order: 7;
14073             order: 7; }
14074   [flex-order-gt-lg="8"] {
14075     -webkit-box-ordinal-group: 9;
14076     -webkit-order: 8;
14077             order: 8; }
14078   [flex-order-gt-lg="9"] {
14079     -webkit-box-ordinal-group: 10;
14080     -webkit-order: 9;
14081             order: 9; }
14082   [flex-order-gt-lg="10"] {
14083     -webkit-box-ordinal-group: 11;
14084     -webkit-order: 10;
14085             order: 10; }
14086   [flex-order-gt-lg="11"] {
14087     -webkit-box-ordinal-group: 12;
14088     -webkit-order: 11;
14089             order: 11; }
14090   [flex-order-gt-lg="12"] {
14091     -webkit-box-ordinal-group: 13;
14092     -webkit-order: 12;
14093             order: 12; }
14094   [flex-order-gt-lg="13"] {
14095     -webkit-box-ordinal-group: 14;
14096     -webkit-order: 13;
14097             order: 13; }
14098   [flex-order-gt-lg="14"] {
14099     -webkit-box-ordinal-group: 15;
14100     -webkit-order: 14;
14101             order: 14; }
14102   [flex-order-gt-lg="15"] {
14103     -webkit-box-ordinal-group: 16;
14104     -webkit-order: 15;
14105             order: 15; }
14106   [flex-order-gt-lg="16"] {
14107     -webkit-box-ordinal-group: 17;
14108     -webkit-order: 16;
14109             order: 16; }
14110   [flex-order-gt-lg="17"] {
14111     -webkit-box-ordinal-group: 18;
14112     -webkit-order: 17;
14113             order: 17; }
14114   [flex-order-gt-lg="18"] {
14115     -webkit-box-ordinal-group: 19;
14116     -webkit-order: 18;
14117             order: 18; }
14118   [flex-order-gt-lg="19"] {
14119     -webkit-box-ordinal-group: 20;
14120     -webkit-order: 19;
14121             order: 19; }
14122   [flex-order-gt-lg="20"] {
14123     -webkit-box-ordinal-group: 21;
14124     -webkit-order: 20;
14125             order: 20; }
14126   [flex-offset-gt-lg="0"] {
14127     margin-left: 0%; }
14128   [flex-offset-gt-lg="5"] {
14129     margin-left: 5%; }
14130   [flex-offset-gt-lg="10"] {
14131     margin-left: 10%; }
14132   [flex-offset-gt-lg="15"] {
14133     margin-left: 15%; }
14134   [flex-offset-gt-lg="20"] {
14135     margin-left: 20%; }
14136   [flex-offset-gt-lg="25"] {
14137     margin-left: 25%; }
14138   [flex-offset-gt-lg="30"] {
14139     margin-left: 30%; }
14140   [flex-offset-gt-lg="35"] {
14141     margin-left: 35%; }
14142   [flex-offset-gt-lg="40"] {
14143     margin-left: 40%; }
14144   [flex-offset-gt-lg="45"] {
14145     margin-left: 45%; }
14146   [flex-offset-gt-lg="50"] {
14147     margin-left: 50%; }
14148   [flex-offset-gt-lg="55"] {
14149     margin-left: 55%; }
14150   [flex-offset-gt-lg="60"] {
14151     margin-left: 60%; }
14152   [flex-offset-gt-lg="65"] {
14153     margin-left: 65%; }
14154   [flex-offset-gt-lg="70"] {
14155     margin-left: 70%; }
14156   [flex-offset-gt-lg="75"] {
14157     margin-left: 75%; }
14158   [flex-offset-gt-lg="80"] {
14159     margin-left: 80%; }
14160   [flex-offset-gt-lg="85"] {
14161     margin-left: 85%; }
14162   [flex-offset-gt-lg="90"] {
14163     margin-left: 90%; }
14164   [flex-offset-gt-lg="95"] {
14165     margin-left: 95%; }
14166   [flex-offset-gt-lg="33"] {
14167     margin-left: calc(100% / 3); }
14168   [flex-offset-gt-lg="66"] {
14169     margin-left: calc(200% / 3); }
14170   [layout-align-gt-lg],
14171   [layout-align-gt-lg="start stretch"] {
14172     -webkit-box-pack: start;
14173     -webkit-justify-content: flex-start;
14174             justify-content: flex-start;
14175     -webkit-align-content: stretch;
14176             align-content: stretch;
14177     -webkit-box-align: stretch;
14178     -webkit-align-items: stretch;
14179             align-items: stretch; }
14180   [layout-align-gt-lg="start"],
14181   [layout-align-gt-lg="start start"],
14182   [layout-align-gt-lg="start center"],
14183   [layout-align-gt-lg="start end"],
14184   [layout-align-gt-lg="start stretch"] {
14185     -webkit-box-pack: start;
14186     -webkit-justify-content: flex-start;
14187             justify-content: flex-start; }
14188   [layout-align-gt-lg="center"],
14189   [layout-align-gt-lg="center start"],
14190   [layout-align-gt-lg="center center"],
14191   [layout-align-gt-lg="center end"],
14192   [layout-align-gt-lg="center stretch"] {
14193     -webkit-box-pack: center;
14194     -webkit-justify-content: center;
14195             justify-content: center; }
14196   [layout-align-gt-lg="end"],
14197   [layout-align-gt-lg="end center"],
14198   [layout-align-gt-lg="end start"],
14199   [layout-align-gt-lg="end end"],
14200   [layout-align-gt-lg="end stretch"] {
14201     -webkit-box-pack: end;
14202     -webkit-justify-content: flex-end;
14203             justify-content: flex-end; }
14204   [layout-align-gt-lg="space-around"],
14205   [layout-align-gt-lg="space-around center"],
14206   [layout-align-gt-lg="space-around start"],
14207   [layout-align-gt-lg="space-around end"],
14208   [layout-align-gt-lg="space-around stretch"] {
14209     -webkit-justify-content: space-around;
14210             justify-content: space-around; }
14211   [layout-align-gt-lg="space-between"],
14212   [layout-align-gt-lg="space-between center"],
14213   [layout-align-gt-lg="space-between start"],
14214   [layout-align-gt-lg="space-between end"],
14215   [layout-align-gt-lg="space-between stretch"] {
14216     -webkit-box-pack: justify;
14217     -webkit-justify-content: space-between;
14218             justify-content: space-between; }
14219   [layout-align-gt-lg="start start"],
14220   [layout-align-gt-lg="center start"],
14221   [layout-align-gt-lg="end start"],
14222   [layout-align-gt-lg="space-between start"],
14223   [layout-align-gt-lg="space-around start"] {
14224     -webkit-box-align: start;
14225     -webkit-align-items: flex-start;
14226             align-items: flex-start;
14227     -webkit-align-content: flex-start;
14228             align-content: flex-start; }
14229   [layout-align-gt-lg="start center"],
14230   [layout-align-gt-lg="center center"],
14231   [layout-align-gt-lg="end center"],
14232   [layout-align-gt-lg="space-between center"],
14233   [layout-align-gt-lg="space-around center"] {
14234     -webkit-box-align: center;
14235     -webkit-align-items: center;
14236             align-items: center;
14237     -webkit-align-content: center;
14238             align-content: center;
14239     max-width: 100%; }
14240   [layout-align-gt-lg="start center"] > *,
14241   [layout-align-gt-lg="center center"] > *,
14242   [layout-align-gt-lg="end center"] > *,
14243   [layout-align-gt-lg="space-between center"] > *,
14244   [layout-align-gt-lg="space-around center"] > * {
14245     max-width: 100%;
14246     box-sizing: border-box; }
14247   [layout-align-gt-lg="start end"],
14248   [layout-align-gt-lg="center end"],
14249   [layout-align-gt-lg="end end"],
14250   [layout-align-gt-lg="space-between end"],
14251   [layout-align-gt-lg="space-around end"] {
14252     -webkit-box-align: end;
14253     -webkit-align-items: flex-end;
14254             align-items: flex-end;
14255     -webkit-align-content: flex-end;
14256             align-content: flex-end; }
14257   [layout-align-gt-lg="start stretch"],
14258   [layout-align-gt-lg="center stretch"],
14259   [layout-align-gt-lg="end stretch"],
14260   [layout-align-gt-lg="space-between stretch"],
14261   [layout-align-gt-lg="space-around stretch"] {
14262     -webkit-box-align: stretch;
14263     -webkit-align-items: stretch;
14264             align-items: stretch;
14265     -webkit-align-content: stretch;
14266             align-content: stretch; }
14267   [flex-gt-lg] {
14268     -webkit-box-flex: 1;
14269     -webkit-flex: 1;
14270             flex: 1;
14271     box-sizing: border-box; }
14272   [flex-gt-lg-grow] {
14273     -webkit-box-flex: 1;
14274     -webkit-flex: 1 1 100%;
14275             flex: 1 1 100%;
14276     box-sizing: border-box; }
14277   [flex-gt-lg-initial] {
14278     -webkit-box-flex: 0;
14279     -webkit-flex: 0 1 auto;
14280             flex: 0 1 auto;
14281     box-sizing: border-box; }
14282   [flex-gt-lg-auto] {
14283     -webkit-box-flex: 1;
14284     -webkit-flex: 1 1 auto;
14285             flex: 1 1 auto;
14286     box-sizing: border-box; }
14287   [flex-gt-lg-none] {
14288     -webkit-box-flex: 0;
14289     -webkit-flex: 0 0 auto;
14290             flex: 0 0 auto;
14291     box-sizing: border-box; }
14292   [flex-gt-lg="0"] {
14293     -webkit-box-flex: 1;
14294     -webkit-flex: 1 1 0%;
14295             flex: 1 1 0%;
14296     max-width: 0%;
14297     max-height: 100%;
14298     box-sizing: border-box; }
14299   [layout="row"] > [flex-gt-lg="0"] {
14300     -webkit-box-flex: 1;
14301     -webkit-flex: 1 1 0%;
14302             flex: 1 1 0%;
14303     max-width: 0%;
14304     max-height: 100%;
14305     box-sizing: border-box; }
14306   [layout="column"] > [flex-gt-lg="0"] {
14307     -webkit-box-flex: 1;
14308     -webkit-flex: 1 1 0%;
14309             flex: 1 1 0%;
14310     max-width: 100%;
14311     max-height: 0%;
14312     box-sizing: border-box; }
14313   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14314     -webkit-box-flex: 1;
14315     -webkit-flex: 1 1 33.33%;
14316             flex: 1 1 33.33%;
14317     max-width: 33.33%;
14318     max-height: 100%;
14319     box-sizing: border-box; }
14320   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14321     -webkit-box-flex: 1;
14322     -webkit-flex: 1 1 66.66%;
14323             flex: 1 1 66.66%;
14324     max-width: 66.66%;
14325     max-height: 100%;
14326     box-sizing: border-box; }
14327   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14328     -webkit-box-flex: 1;
14329     -webkit-flex: 1 1 33.33%;
14330             flex: 1 1 33.33%;
14331     max-width: 100%;
14332     max-height: 33.33%;
14333     box-sizing: border-box; }
14334   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14335     -webkit-box-flex: 1;
14336     -webkit-flex: 1 1 66.66%;
14337             flex: 1 1 66.66%;
14338     max-width: 100%;
14339     max-height: 66.66%;
14340     box-sizing: border-box; }
14341   [layout-gt-lg="row"] > [flex-gt-lg="0"] {
14342     -webkit-box-flex: 1;
14343     -webkit-flex: 1 1 0%;
14344             flex: 1 1 0%;
14345     max-width: 0%;
14346     max-height: 100%;
14347     box-sizing: border-box; }
14348   [layout-gt-lg="column"] > [flex-gt-lg="0"] {
14349     -webkit-box-flex: 1;
14350     -webkit-flex: 1 1 0%;
14351             flex: 1 1 0%;
14352     max-width: 100%;
14353     max-height: 0%;
14354     box-sizing: border-box; }
14355   [flex-gt-lg="5"] {
14356     -webkit-box-flex: 1;
14357     -webkit-flex: 1 1 5%;
14358             flex: 1 1 5%;
14359     max-width: 5%;
14360     max-height: 100%;
14361     box-sizing: border-box; }
14362   [layout="row"] > [flex-gt-lg="5"] {
14363     -webkit-box-flex: 1;
14364     -webkit-flex: 1 1 5%;
14365             flex: 1 1 5%;
14366     max-width: 5%;
14367     max-height: 100%;
14368     box-sizing: border-box; }
14369   [layout="column"] > [flex-gt-lg="5"] {
14370     -webkit-box-flex: 1;
14371     -webkit-flex: 1 1 5%;
14372             flex: 1 1 5%;
14373     max-width: 100%;
14374     max-height: 5%;
14375     box-sizing: border-box; }
14376   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14377     -webkit-box-flex: 1;
14378     -webkit-flex: 1 1 33.33%;
14379             flex: 1 1 33.33%;
14380     max-width: 33.33%;
14381     max-height: 100%;
14382     box-sizing: border-box; }
14383   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14384     -webkit-box-flex: 1;
14385     -webkit-flex: 1 1 66.66%;
14386             flex: 1 1 66.66%;
14387     max-width: 66.66%;
14388     max-height: 100%;
14389     box-sizing: border-box; }
14390   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14391     -webkit-box-flex: 1;
14392     -webkit-flex: 1 1 33.33%;
14393             flex: 1 1 33.33%;
14394     max-width: 100%;
14395     max-height: 33.33%;
14396     box-sizing: border-box; }
14397   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14398     -webkit-box-flex: 1;
14399     -webkit-flex: 1 1 66.66%;
14400             flex: 1 1 66.66%;
14401     max-width: 100%;
14402     max-height: 66.66%;
14403     box-sizing: border-box; }
14404   [layout-gt-lg="row"] > [flex-gt-lg="5"] {
14405     -webkit-box-flex: 1;
14406     -webkit-flex: 1 1 5%;
14407             flex: 1 1 5%;
14408     max-width: 5%;
14409     max-height: 100%;
14410     box-sizing: border-box; }
14411   [layout-gt-lg="column"] > [flex-gt-lg="5"] {
14412     -webkit-box-flex: 1;
14413     -webkit-flex: 1 1 5%;
14414             flex: 1 1 5%;
14415     max-width: 100%;
14416     max-height: 5%;
14417     box-sizing: border-box; }
14418   [flex-gt-lg="10"] {
14419     -webkit-box-flex: 1;
14420     -webkit-flex: 1 1 10%;
14421             flex: 1 1 10%;
14422     max-width: 10%;
14423     max-height: 100%;
14424     box-sizing: border-box; }
14425   [layout="row"] > [flex-gt-lg="10"] {
14426     -webkit-box-flex: 1;
14427     -webkit-flex: 1 1 10%;
14428             flex: 1 1 10%;
14429     max-width: 10%;
14430     max-height: 100%;
14431     box-sizing: border-box; }
14432   [layout="column"] > [flex-gt-lg="10"] {
14433     -webkit-box-flex: 1;
14434     -webkit-flex: 1 1 10%;
14435             flex: 1 1 10%;
14436     max-width: 100%;
14437     max-height: 10%;
14438     box-sizing: border-box; }
14439   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14440     -webkit-box-flex: 1;
14441     -webkit-flex: 1 1 33.33%;
14442             flex: 1 1 33.33%;
14443     max-width: 33.33%;
14444     max-height: 100%;
14445     box-sizing: border-box; }
14446   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14447     -webkit-box-flex: 1;
14448     -webkit-flex: 1 1 66.66%;
14449             flex: 1 1 66.66%;
14450     max-width: 66.66%;
14451     max-height: 100%;
14452     box-sizing: border-box; }
14453   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14454     -webkit-box-flex: 1;
14455     -webkit-flex: 1 1 33.33%;
14456             flex: 1 1 33.33%;
14457     max-width: 100%;
14458     max-height: 33.33%;
14459     box-sizing: border-box; }
14460   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14461     -webkit-box-flex: 1;
14462     -webkit-flex: 1 1 66.66%;
14463             flex: 1 1 66.66%;
14464     max-width: 100%;
14465     max-height: 66.66%;
14466     box-sizing: border-box; }
14467   [layout-gt-lg="row"] > [flex-gt-lg="10"] {
14468     -webkit-box-flex: 1;
14469     -webkit-flex: 1 1 10%;
14470             flex: 1 1 10%;
14471     max-width: 10%;
14472     max-height: 100%;
14473     box-sizing: border-box; }
14474   [layout-gt-lg="column"] > [flex-gt-lg="10"] {
14475     -webkit-box-flex: 1;
14476     -webkit-flex: 1 1 10%;
14477             flex: 1 1 10%;
14478     max-width: 100%;
14479     max-height: 10%;
14480     box-sizing: border-box; }
14481   [flex-gt-lg="15"] {
14482     -webkit-box-flex: 1;
14483     -webkit-flex: 1 1 15%;
14484             flex: 1 1 15%;
14485     max-width: 15%;
14486     max-height: 100%;
14487     box-sizing: border-box; }
14488   [layout="row"] > [flex-gt-lg="15"] {
14489     -webkit-box-flex: 1;
14490     -webkit-flex: 1 1 15%;
14491             flex: 1 1 15%;
14492     max-width: 15%;
14493     max-height: 100%;
14494     box-sizing: border-box; }
14495   [layout="column"] > [flex-gt-lg="15"] {
14496     -webkit-box-flex: 1;
14497     -webkit-flex: 1 1 15%;
14498             flex: 1 1 15%;
14499     max-width: 100%;
14500     max-height: 15%;
14501     box-sizing: border-box; }
14502   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14503     -webkit-box-flex: 1;
14504     -webkit-flex: 1 1 33.33%;
14505             flex: 1 1 33.33%;
14506     max-width: 33.33%;
14507     max-height: 100%;
14508     box-sizing: border-box; }
14509   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14510     -webkit-box-flex: 1;
14511     -webkit-flex: 1 1 66.66%;
14512             flex: 1 1 66.66%;
14513     max-width: 66.66%;
14514     max-height: 100%;
14515     box-sizing: border-box; }
14516   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14517     -webkit-box-flex: 1;
14518     -webkit-flex: 1 1 33.33%;
14519             flex: 1 1 33.33%;
14520     max-width: 100%;
14521     max-height: 33.33%;
14522     box-sizing: border-box; }
14523   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14524     -webkit-box-flex: 1;
14525     -webkit-flex: 1 1 66.66%;
14526             flex: 1 1 66.66%;
14527     max-width: 100%;
14528     max-height: 66.66%;
14529     box-sizing: border-box; }
14530   [layout-gt-lg="row"] > [flex-gt-lg="15"] {
14531     -webkit-box-flex: 1;
14532     -webkit-flex: 1 1 15%;
14533             flex: 1 1 15%;
14534     max-width: 15%;
14535     max-height: 100%;
14536     box-sizing: border-box; }
14537   [layout-gt-lg="column"] > [flex-gt-lg="15"] {
14538     -webkit-box-flex: 1;
14539     -webkit-flex: 1 1 15%;
14540             flex: 1 1 15%;
14541     max-width: 100%;
14542     max-height: 15%;
14543     box-sizing: border-box; }
14544   [flex-gt-lg="20"] {
14545     -webkit-box-flex: 1;
14546     -webkit-flex: 1 1 20%;
14547             flex: 1 1 20%;
14548     max-width: 20%;
14549     max-height: 100%;
14550     box-sizing: border-box; }
14551   [layout="row"] > [flex-gt-lg="20"] {
14552     -webkit-box-flex: 1;
14553     -webkit-flex: 1 1 20%;
14554             flex: 1 1 20%;
14555     max-width: 20%;
14556     max-height: 100%;
14557     box-sizing: border-box; }
14558   [layout="column"] > [flex-gt-lg="20"] {
14559     -webkit-box-flex: 1;
14560     -webkit-flex: 1 1 20%;
14561             flex: 1 1 20%;
14562     max-width: 100%;
14563     max-height: 20%;
14564     box-sizing: border-box; }
14565   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14566     -webkit-box-flex: 1;
14567     -webkit-flex: 1 1 33.33%;
14568             flex: 1 1 33.33%;
14569     max-width: 33.33%;
14570     max-height: 100%;
14571     box-sizing: border-box; }
14572   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14573     -webkit-box-flex: 1;
14574     -webkit-flex: 1 1 66.66%;
14575             flex: 1 1 66.66%;
14576     max-width: 66.66%;
14577     max-height: 100%;
14578     box-sizing: border-box; }
14579   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14580     -webkit-box-flex: 1;
14581     -webkit-flex: 1 1 33.33%;
14582             flex: 1 1 33.33%;
14583     max-width: 100%;
14584     max-height: 33.33%;
14585     box-sizing: border-box; }
14586   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14587     -webkit-box-flex: 1;
14588     -webkit-flex: 1 1 66.66%;
14589             flex: 1 1 66.66%;
14590     max-width: 100%;
14591     max-height: 66.66%;
14592     box-sizing: border-box; }
14593   [layout-gt-lg="row"] > [flex-gt-lg="20"] {
14594     -webkit-box-flex: 1;
14595     -webkit-flex: 1 1 20%;
14596             flex: 1 1 20%;
14597     max-width: 20%;
14598     max-height: 100%;
14599     box-sizing: border-box; }
14600   [layout-gt-lg="column"] > [flex-gt-lg="20"] {
14601     -webkit-box-flex: 1;
14602     -webkit-flex: 1 1 20%;
14603             flex: 1 1 20%;
14604     max-width: 100%;
14605     max-height: 20%;
14606     box-sizing: border-box; }
14607   [flex-gt-lg="25"] {
14608     -webkit-box-flex: 1;
14609     -webkit-flex: 1 1 25%;
14610             flex: 1 1 25%;
14611     max-width: 25%;
14612     max-height: 100%;
14613     box-sizing: border-box; }
14614   [layout="row"] > [flex-gt-lg="25"] {
14615     -webkit-box-flex: 1;
14616     -webkit-flex: 1 1 25%;
14617             flex: 1 1 25%;
14618     max-width: 25%;
14619     max-height: 100%;
14620     box-sizing: border-box; }
14621   [layout="column"] > [flex-gt-lg="25"] {
14622     -webkit-box-flex: 1;
14623     -webkit-flex: 1 1 25%;
14624             flex: 1 1 25%;
14625     max-width: 100%;
14626     max-height: 25%;
14627     box-sizing: border-box; }
14628   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14629     -webkit-box-flex: 1;
14630     -webkit-flex: 1 1 33.33%;
14631             flex: 1 1 33.33%;
14632     max-width: 33.33%;
14633     max-height: 100%;
14634     box-sizing: border-box; }
14635   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14636     -webkit-box-flex: 1;
14637     -webkit-flex: 1 1 66.66%;
14638             flex: 1 1 66.66%;
14639     max-width: 66.66%;
14640     max-height: 100%;
14641     box-sizing: border-box; }
14642   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14643     -webkit-box-flex: 1;
14644     -webkit-flex: 1 1 33.33%;
14645             flex: 1 1 33.33%;
14646     max-width: 100%;
14647     max-height: 33.33%;
14648     box-sizing: border-box; }
14649   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14650     -webkit-box-flex: 1;
14651     -webkit-flex: 1 1 66.66%;
14652             flex: 1 1 66.66%;
14653     max-width: 100%;
14654     max-height: 66.66%;
14655     box-sizing: border-box; }
14656   [layout-gt-lg="row"] > [flex-gt-lg="25"] {
14657     -webkit-box-flex: 1;
14658     -webkit-flex: 1 1 25%;
14659             flex: 1 1 25%;
14660     max-width: 25%;
14661     max-height: 100%;
14662     box-sizing: border-box; }
14663   [layout-gt-lg="column"] > [flex-gt-lg="25"] {
14664     -webkit-box-flex: 1;
14665     -webkit-flex: 1 1 25%;
14666             flex: 1 1 25%;
14667     max-width: 100%;
14668     max-height: 25%;
14669     box-sizing: border-box; }
14670   [flex-gt-lg="30"] {
14671     -webkit-box-flex: 1;
14672     -webkit-flex: 1 1 30%;
14673             flex: 1 1 30%;
14674     max-width: 30%;
14675     max-height: 100%;
14676     box-sizing: border-box; }
14677   [layout="row"] > [flex-gt-lg="30"] {
14678     -webkit-box-flex: 1;
14679     -webkit-flex: 1 1 30%;
14680             flex: 1 1 30%;
14681     max-width: 30%;
14682     max-height: 100%;
14683     box-sizing: border-box; }
14684   [layout="column"] > [flex-gt-lg="30"] {
14685     -webkit-box-flex: 1;
14686     -webkit-flex: 1 1 30%;
14687             flex: 1 1 30%;
14688     max-width: 100%;
14689     max-height: 30%;
14690     box-sizing: border-box; }
14691   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14692     -webkit-box-flex: 1;
14693     -webkit-flex: 1 1 33.33%;
14694             flex: 1 1 33.33%;
14695     max-width: 33.33%;
14696     max-height: 100%;
14697     box-sizing: border-box; }
14698   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14699     -webkit-box-flex: 1;
14700     -webkit-flex: 1 1 66.66%;
14701             flex: 1 1 66.66%;
14702     max-width: 66.66%;
14703     max-height: 100%;
14704     box-sizing: border-box; }
14705   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14706     -webkit-box-flex: 1;
14707     -webkit-flex: 1 1 33.33%;
14708             flex: 1 1 33.33%;
14709     max-width: 100%;
14710     max-height: 33.33%;
14711     box-sizing: border-box; }
14712   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14713     -webkit-box-flex: 1;
14714     -webkit-flex: 1 1 66.66%;
14715             flex: 1 1 66.66%;
14716     max-width: 100%;
14717     max-height: 66.66%;
14718     box-sizing: border-box; }
14719   [layout-gt-lg="row"] > [flex-gt-lg="30"] {
14720     -webkit-box-flex: 1;
14721     -webkit-flex: 1 1 30%;
14722             flex: 1 1 30%;
14723     max-width: 30%;
14724     max-height: 100%;
14725     box-sizing: border-box; }
14726   [layout-gt-lg="column"] > [flex-gt-lg="30"] {
14727     -webkit-box-flex: 1;
14728     -webkit-flex: 1 1 30%;
14729             flex: 1 1 30%;
14730     max-width: 100%;
14731     max-height: 30%;
14732     box-sizing: border-box; }
14733   [flex-gt-lg="35"] {
14734     -webkit-box-flex: 1;
14735     -webkit-flex: 1 1 35%;
14736             flex: 1 1 35%;
14737     max-width: 35%;
14738     max-height: 100%;
14739     box-sizing: border-box; }
14740   [layout="row"] > [flex-gt-lg="35"] {
14741     -webkit-box-flex: 1;
14742     -webkit-flex: 1 1 35%;
14743             flex: 1 1 35%;
14744     max-width: 35%;
14745     max-height: 100%;
14746     box-sizing: border-box; }
14747   [layout="column"] > [flex-gt-lg="35"] {
14748     -webkit-box-flex: 1;
14749     -webkit-flex: 1 1 35%;
14750             flex: 1 1 35%;
14751     max-width: 100%;
14752     max-height: 35%;
14753     box-sizing: border-box; }
14754   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14755     -webkit-box-flex: 1;
14756     -webkit-flex: 1 1 33.33%;
14757             flex: 1 1 33.33%;
14758     max-width: 33.33%;
14759     max-height: 100%;
14760     box-sizing: border-box; }
14761   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14762     -webkit-box-flex: 1;
14763     -webkit-flex: 1 1 66.66%;
14764             flex: 1 1 66.66%;
14765     max-width: 66.66%;
14766     max-height: 100%;
14767     box-sizing: border-box; }
14768   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14769     -webkit-box-flex: 1;
14770     -webkit-flex: 1 1 33.33%;
14771             flex: 1 1 33.33%;
14772     max-width: 100%;
14773     max-height: 33.33%;
14774     box-sizing: border-box; }
14775   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14776     -webkit-box-flex: 1;
14777     -webkit-flex: 1 1 66.66%;
14778             flex: 1 1 66.66%;
14779     max-width: 100%;
14780     max-height: 66.66%;
14781     box-sizing: border-box; }
14782   [layout-gt-lg="row"] > [flex-gt-lg="35"] {
14783     -webkit-box-flex: 1;
14784     -webkit-flex: 1 1 35%;
14785             flex: 1 1 35%;
14786     max-width: 35%;
14787     max-height: 100%;
14788     box-sizing: border-box; }
14789   [layout-gt-lg="column"] > [flex-gt-lg="35"] {
14790     -webkit-box-flex: 1;
14791     -webkit-flex: 1 1 35%;
14792             flex: 1 1 35%;
14793     max-width: 100%;
14794     max-height: 35%;
14795     box-sizing: border-box; }
14796   [flex-gt-lg="40"] {
14797     -webkit-box-flex: 1;
14798     -webkit-flex: 1 1 40%;
14799             flex: 1 1 40%;
14800     max-width: 40%;
14801     max-height: 100%;
14802     box-sizing: border-box; }
14803   [layout="row"] > [flex-gt-lg="40"] {
14804     -webkit-box-flex: 1;
14805     -webkit-flex: 1 1 40%;
14806             flex: 1 1 40%;
14807     max-width: 40%;
14808     max-height: 100%;
14809     box-sizing: border-box; }
14810   [layout="column"] > [flex-gt-lg="40"] {
14811     -webkit-box-flex: 1;
14812     -webkit-flex: 1 1 40%;
14813             flex: 1 1 40%;
14814     max-width: 100%;
14815     max-height: 40%;
14816     box-sizing: border-box; }
14817   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14818     -webkit-box-flex: 1;
14819     -webkit-flex: 1 1 33.33%;
14820             flex: 1 1 33.33%;
14821     max-width: 33.33%;
14822     max-height: 100%;
14823     box-sizing: border-box; }
14824   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14825     -webkit-box-flex: 1;
14826     -webkit-flex: 1 1 66.66%;
14827             flex: 1 1 66.66%;
14828     max-width: 66.66%;
14829     max-height: 100%;
14830     box-sizing: border-box; }
14831   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14832     -webkit-box-flex: 1;
14833     -webkit-flex: 1 1 33.33%;
14834             flex: 1 1 33.33%;
14835     max-width: 100%;
14836     max-height: 33.33%;
14837     box-sizing: border-box; }
14838   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14839     -webkit-box-flex: 1;
14840     -webkit-flex: 1 1 66.66%;
14841             flex: 1 1 66.66%;
14842     max-width: 100%;
14843     max-height: 66.66%;
14844     box-sizing: border-box; }
14845   [layout-gt-lg="row"] > [flex-gt-lg="40"] {
14846     -webkit-box-flex: 1;
14847     -webkit-flex: 1 1 40%;
14848             flex: 1 1 40%;
14849     max-width: 40%;
14850     max-height: 100%;
14851     box-sizing: border-box; }
14852   [layout-gt-lg="column"] > [flex-gt-lg="40"] {
14853     -webkit-box-flex: 1;
14854     -webkit-flex: 1 1 40%;
14855             flex: 1 1 40%;
14856     max-width: 100%;
14857     max-height: 40%;
14858     box-sizing: border-box; }
14859   [flex-gt-lg="45"] {
14860     -webkit-box-flex: 1;
14861     -webkit-flex: 1 1 45%;
14862             flex: 1 1 45%;
14863     max-width: 45%;
14864     max-height: 100%;
14865     box-sizing: border-box; }
14866   [layout="row"] > [flex-gt-lg="45"] {
14867     -webkit-box-flex: 1;
14868     -webkit-flex: 1 1 45%;
14869             flex: 1 1 45%;
14870     max-width: 45%;
14871     max-height: 100%;
14872     box-sizing: border-box; }
14873   [layout="column"] > [flex-gt-lg="45"] {
14874     -webkit-box-flex: 1;
14875     -webkit-flex: 1 1 45%;
14876             flex: 1 1 45%;
14877     max-width: 100%;
14878     max-height: 45%;
14879     box-sizing: border-box; }
14880   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14881     -webkit-box-flex: 1;
14882     -webkit-flex: 1 1 33.33%;
14883             flex: 1 1 33.33%;
14884     max-width: 33.33%;
14885     max-height: 100%;
14886     box-sizing: border-box; }
14887   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14888     -webkit-box-flex: 1;
14889     -webkit-flex: 1 1 66.66%;
14890             flex: 1 1 66.66%;
14891     max-width: 66.66%;
14892     max-height: 100%;
14893     box-sizing: border-box; }
14894   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14895     -webkit-box-flex: 1;
14896     -webkit-flex: 1 1 33.33%;
14897             flex: 1 1 33.33%;
14898     max-width: 100%;
14899     max-height: 33.33%;
14900     box-sizing: border-box; }
14901   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14902     -webkit-box-flex: 1;
14903     -webkit-flex: 1 1 66.66%;
14904             flex: 1 1 66.66%;
14905     max-width: 100%;
14906     max-height: 66.66%;
14907     box-sizing: border-box; }
14908   [layout-gt-lg="row"] > [flex-gt-lg="45"] {
14909     -webkit-box-flex: 1;
14910     -webkit-flex: 1 1 45%;
14911             flex: 1 1 45%;
14912     max-width: 45%;
14913     max-height: 100%;
14914     box-sizing: border-box; }
14915   [layout-gt-lg="column"] > [flex-gt-lg="45"] {
14916     -webkit-box-flex: 1;
14917     -webkit-flex: 1 1 45%;
14918             flex: 1 1 45%;
14919     max-width: 100%;
14920     max-height: 45%;
14921     box-sizing: border-box; }
14922   [flex-gt-lg="50"] {
14923     -webkit-box-flex: 1;
14924     -webkit-flex: 1 1 50%;
14925             flex: 1 1 50%;
14926     max-width: 50%;
14927     max-height: 100%;
14928     box-sizing: border-box; }
14929   [layout="row"] > [flex-gt-lg="50"] {
14930     -webkit-box-flex: 1;
14931     -webkit-flex: 1 1 50%;
14932             flex: 1 1 50%;
14933     max-width: 50%;
14934     max-height: 100%;
14935     box-sizing: border-box; }
14936   [layout="column"] > [flex-gt-lg="50"] {
14937     -webkit-box-flex: 1;
14938     -webkit-flex: 1 1 50%;
14939             flex: 1 1 50%;
14940     max-width: 100%;
14941     max-height: 50%;
14942     box-sizing: border-box; }
14943   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
14944     -webkit-box-flex: 1;
14945     -webkit-flex: 1 1 33.33%;
14946             flex: 1 1 33.33%;
14947     max-width: 33.33%;
14948     max-height: 100%;
14949     box-sizing: border-box; }
14950   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
14951     -webkit-box-flex: 1;
14952     -webkit-flex: 1 1 66.66%;
14953             flex: 1 1 66.66%;
14954     max-width: 66.66%;
14955     max-height: 100%;
14956     box-sizing: border-box; }
14957   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
14958     -webkit-box-flex: 1;
14959     -webkit-flex: 1 1 33.33%;
14960             flex: 1 1 33.33%;
14961     max-width: 100%;
14962     max-height: 33.33%;
14963     box-sizing: border-box; }
14964   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
14965     -webkit-box-flex: 1;
14966     -webkit-flex: 1 1 66.66%;
14967             flex: 1 1 66.66%;
14968     max-width: 100%;
14969     max-height: 66.66%;
14970     box-sizing: border-box; }
14971   [layout-gt-lg="row"] > [flex-gt-lg="50"] {
14972     -webkit-box-flex: 1;
14973     -webkit-flex: 1 1 50%;
14974             flex: 1 1 50%;
14975     max-width: 50%;
14976     max-height: 100%;
14977     box-sizing: border-box; }
14978   [layout-gt-lg="column"] > [flex-gt-lg="50"] {
14979     -webkit-box-flex: 1;
14980     -webkit-flex: 1 1 50%;
14981             flex: 1 1 50%;
14982     max-width: 100%;
14983     max-height: 50%;
14984     box-sizing: border-box; }
14985   [flex-gt-lg="55"] {
14986     -webkit-box-flex: 1;
14987     -webkit-flex: 1 1 55%;
14988             flex: 1 1 55%;
14989     max-width: 55%;
14990     max-height: 100%;
14991     box-sizing: border-box; }
14992   [layout="row"] > [flex-gt-lg="55"] {
14993     -webkit-box-flex: 1;
14994     -webkit-flex: 1 1 55%;
14995             flex: 1 1 55%;
14996     max-width: 55%;
14997     max-height: 100%;
14998     box-sizing: border-box; }
14999   [layout="column"] > [flex-gt-lg="55"] {
15000     -webkit-box-flex: 1;
15001     -webkit-flex: 1 1 55%;
15002             flex: 1 1 55%;
15003     max-width: 100%;
15004     max-height: 55%;
15005     box-sizing: border-box; }
15006   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15007     -webkit-box-flex: 1;
15008     -webkit-flex: 1 1 33.33%;
15009             flex: 1 1 33.33%;
15010     max-width: 33.33%;
15011     max-height: 100%;
15012     box-sizing: border-box; }
15013   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15014     -webkit-box-flex: 1;
15015     -webkit-flex: 1 1 66.66%;
15016             flex: 1 1 66.66%;
15017     max-width: 66.66%;
15018     max-height: 100%;
15019     box-sizing: border-box; }
15020   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15021     -webkit-box-flex: 1;
15022     -webkit-flex: 1 1 33.33%;
15023             flex: 1 1 33.33%;
15024     max-width: 100%;
15025     max-height: 33.33%;
15026     box-sizing: border-box; }
15027   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15028     -webkit-box-flex: 1;
15029     -webkit-flex: 1 1 66.66%;
15030             flex: 1 1 66.66%;
15031     max-width: 100%;
15032     max-height: 66.66%;
15033     box-sizing: border-box; }
15034   [layout-gt-lg="row"] > [flex-gt-lg="55"] {
15035     -webkit-box-flex: 1;
15036     -webkit-flex: 1 1 55%;
15037             flex: 1 1 55%;
15038     max-width: 55%;
15039     max-height: 100%;
15040     box-sizing: border-box; }
15041   [layout-gt-lg="column"] > [flex-gt-lg="55"] {
15042     -webkit-box-flex: 1;
15043     -webkit-flex: 1 1 55%;
15044             flex: 1 1 55%;
15045     max-width: 100%;
15046     max-height: 55%;
15047     box-sizing: border-box; }
15048   [flex-gt-lg="60"] {
15049     -webkit-box-flex: 1;
15050     -webkit-flex: 1 1 60%;
15051             flex: 1 1 60%;
15052     max-width: 60%;
15053     max-height: 100%;
15054     box-sizing: border-box; }
15055   [layout="row"] > [flex-gt-lg="60"] {
15056     -webkit-box-flex: 1;
15057     -webkit-flex: 1 1 60%;
15058             flex: 1 1 60%;
15059     max-width: 60%;
15060     max-height: 100%;
15061     box-sizing: border-box; }
15062   [layout="column"] > [flex-gt-lg="60"] {
15063     -webkit-box-flex: 1;
15064     -webkit-flex: 1 1 60%;
15065             flex: 1 1 60%;
15066     max-width: 100%;
15067     max-height: 60%;
15068     box-sizing: border-box; }
15069   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15070     -webkit-box-flex: 1;
15071     -webkit-flex: 1 1 33.33%;
15072             flex: 1 1 33.33%;
15073     max-width: 33.33%;
15074     max-height: 100%;
15075     box-sizing: border-box; }
15076   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15077     -webkit-box-flex: 1;
15078     -webkit-flex: 1 1 66.66%;
15079             flex: 1 1 66.66%;
15080     max-width: 66.66%;
15081     max-height: 100%;
15082     box-sizing: border-box; }
15083   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15084     -webkit-box-flex: 1;
15085     -webkit-flex: 1 1 33.33%;
15086             flex: 1 1 33.33%;
15087     max-width: 100%;
15088     max-height: 33.33%;
15089     box-sizing: border-box; }
15090   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15091     -webkit-box-flex: 1;
15092     -webkit-flex: 1 1 66.66%;
15093             flex: 1 1 66.66%;
15094     max-width: 100%;
15095     max-height: 66.66%;
15096     box-sizing: border-box; }
15097   [layout-gt-lg="row"] > [flex-gt-lg="60"] {
15098     -webkit-box-flex: 1;
15099     -webkit-flex: 1 1 60%;
15100             flex: 1 1 60%;
15101     max-width: 60%;
15102     max-height: 100%;
15103     box-sizing: border-box; }
15104   [layout-gt-lg="column"] > [flex-gt-lg="60"] {
15105     -webkit-box-flex: 1;
15106     -webkit-flex: 1 1 60%;
15107             flex: 1 1 60%;
15108     max-width: 100%;
15109     max-height: 60%;
15110     box-sizing: border-box; }
15111   [flex-gt-lg="65"] {
15112     -webkit-box-flex: 1;
15113     -webkit-flex: 1 1 65%;
15114             flex: 1 1 65%;
15115     max-width: 65%;
15116     max-height: 100%;
15117     box-sizing: border-box; }
15118   [layout="row"] > [flex-gt-lg="65"] {
15119     -webkit-box-flex: 1;
15120     -webkit-flex: 1 1 65%;
15121             flex: 1 1 65%;
15122     max-width: 65%;
15123     max-height: 100%;
15124     box-sizing: border-box; }
15125   [layout="column"] > [flex-gt-lg="65"] {
15126     -webkit-box-flex: 1;
15127     -webkit-flex: 1 1 65%;
15128             flex: 1 1 65%;
15129     max-width: 100%;
15130     max-height: 65%;
15131     box-sizing: border-box; }
15132   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15133     -webkit-box-flex: 1;
15134     -webkit-flex: 1 1 33.33%;
15135             flex: 1 1 33.33%;
15136     max-width: 33.33%;
15137     max-height: 100%;
15138     box-sizing: border-box; }
15139   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15140     -webkit-box-flex: 1;
15141     -webkit-flex: 1 1 66.66%;
15142             flex: 1 1 66.66%;
15143     max-width: 66.66%;
15144     max-height: 100%;
15145     box-sizing: border-box; }
15146   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15147     -webkit-box-flex: 1;
15148     -webkit-flex: 1 1 33.33%;
15149             flex: 1 1 33.33%;
15150     max-width: 100%;
15151     max-height: 33.33%;
15152     box-sizing: border-box; }
15153   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15154     -webkit-box-flex: 1;
15155     -webkit-flex: 1 1 66.66%;
15156             flex: 1 1 66.66%;
15157     max-width: 100%;
15158     max-height: 66.66%;
15159     box-sizing: border-box; }
15160   [layout-gt-lg="row"] > [flex-gt-lg="65"] {
15161     -webkit-box-flex: 1;
15162     -webkit-flex: 1 1 65%;
15163             flex: 1 1 65%;
15164     max-width: 65%;
15165     max-height: 100%;
15166     box-sizing: border-box; }
15167   [layout-gt-lg="column"] > [flex-gt-lg="65"] {
15168     -webkit-box-flex: 1;
15169     -webkit-flex: 1 1 65%;
15170             flex: 1 1 65%;
15171     max-width: 100%;
15172     max-height: 65%;
15173     box-sizing: border-box; }
15174   [flex-gt-lg="70"] {
15175     -webkit-box-flex: 1;
15176     -webkit-flex: 1 1 70%;
15177             flex: 1 1 70%;
15178     max-width: 70%;
15179     max-height: 100%;
15180     box-sizing: border-box; }
15181   [layout="row"] > [flex-gt-lg="70"] {
15182     -webkit-box-flex: 1;
15183     -webkit-flex: 1 1 70%;
15184             flex: 1 1 70%;
15185     max-width: 70%;
15186     max-height: 100%;
15187     box-sizing: border-box; }
15188   [layout="column"] > [flex-gt-lg="70"] {
15189     -webkit-box-flex: 1;
15190     -webkit-flex: 1 1 70%;
15191             flex: 1 1 70%;
15192     max-width: 100%;
15193     max-height: 70%;
15194     box-sizing: border-box; }
15195   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15196     -webkit-box-flex: 1;
15197     -webkit-flex: 1 1 33.33%;
15198             flex: 1 1 33.33%;
15199     max-width: 33.33%;
15200     max-height: 100%;
15201     box-sizing: border-box; }
15202   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15203     -webkit-box-flex: 1;
15204     -webkit-flex: 1 1 66.66%;
15205             flex: 1 1 66.66%;
15206     max-width: 66.66%;
15207     max-height: 100%;
15208     box-sizing: border-box; }
15209   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15210     -webkit-box-flex: 1;
15211     -webkit-flex: 1 1 33.33%;
15212             flex: 1 1 33.33%;
15213     max-width: 100%;
15214     max-height: 33.33%;
15215     box-sizing: border-box; }
15216   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15217     -webkit-box-flex: 1;
15218     -webkit-flex: 1 1 66.66%;
15219             flex: 1 1 66.66%;
15220     max-width: 100%;
15221     max-height: 66.66%;
15222     box-sizing: border-box; }
15223   [layout-gt-lg="row"] > [flex-gt-lg="70"] {
15224     -webkit-box-flex: 1;
15225     -webkit-flex: 1 1 70%;
15226             flex: 1 1 70%;
15227     max-width: 70%;
15228     max-height: 100%;
15229     box-sizing: border-box; }
15230   [layout-gt-lg="column"] > [flex-gt-lg="70"] {
15231     -webkit-box-flex: 1;
15232     -webkit-flex: 1 1 70%;
15233             flex: 1 1 70%;
15234     max-width: 100%;
15235     max-height: 70%;
15236     box-sizing: border-box; }
15237   [flex-gt-lg="75"] {
15238     -webkit-box-flex: 1;
15239     -webkit-flex: 1 1 75%;
15240             flex: 1 1 75%;
15241     max-width: 75%;
15242     max-height: 100%;
15243     box-sizing: border-box; }
15244   [layout="row"] > [flex-gt-lg="75"] {
15245     -webkit-box-flex: 1;
15246     -webkit-flex: 1 1 75%;
15247             flex: 1 1 75%;
15248     max-width: 75%;
15249     max-height: 100%;
15250     box-sizing: border-box; }
15251   [layout="column"] > [flex-gt-lg="75"] {
15252     -webkit-box-flex: 1;
15253     -webkit-flex: 1 1 75%;
15254             flex: 1 1 75%;
15255     max-width: 100%;
15256     max-height: 75%;
15257     box-sizing: border-box; }
15258   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15259     -webkit-box-flex: 1;
15260     -webkit-flex: 1 1 33.33%;
15261             flex: 1 1 33.33%;
15262     max-width: 33.33%;
15263     max-height: 100%;
15264     box-sizing: border-box; }
15265   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15266     -webkit-box-flex: 1;
15267     -webkit-flex: 1 1 66.66%;
15268             flex: 1 1 66.66%;
15269     max-width: 66.66%;
15270     max-height: 100%;
15271     box-sizing: border-box; }
15272   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15273     -webkit-box-flex: 1;
15274     -webkit-flex: 1 1 33.33%;
15275             flex: 1 1 33.33%;
15276     max-width: 100%;
15277     max-height: 33.33%;
15278     box-sizing: border-box; }
15279   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15280     -webkit-box-flex: 1;
15281     -webkit-flex: 1 1 66.66%;
15282             flex: 1 1 66.66%;
15283     max-width: 100%;
15284     max-height: 66.66%;
15285     box-sizing: border-box; }
15286   [layout-gt-lg="row"] > [flex-gt-lg="75"] {
15287     -webkit-box-flex: 1;
15288     -webkit-flex: 1 1 75%;
15289             flex: 1 1 75%;
15290     max-width: 75%;
15291     max-height: 100%;
15292     box-sizing: border-box; }
15293   [layout-gt-lg="column"] > [flex-gt-lg="75"] {
15294     -webkit-box-flex: 1;
15295     -webkit-flex: 1 1 75%;
15296             flex: 1 1 75%;
15297     max-width: 100%;
15298     max-height: 75%;
15299     box-sizing: border-box; }
15300   [flex-gt-lg="80"] {
15301     -webkit-box-flex: 1;
15302     -webkit-flex: 1 1 80%;
15303             flex: 1 1 80%;
15304     max-width: 80%;
15305     max-height: 100%;
15306     box-sizing: border-box; }
15307   [layout="row"] > [flex-gt-lg="80"] {
15308     -webkit-box-flex: 1;
15309     -webkit-flex: 1 1 80%;
15310             flex: 1 1 80%;
15311     max-width: 80%;
15312     max-height: 100%;
15313     box-sizing: border-box; }
15314   [layout="column"] > [flex-gt-lg="80"] {
15315     -webkit-box-flex: 1;
15316     -webkit-flex: 1 1 80%;
15317             flex: 1 1 80%;
15318     max-width: 100%;
15319     max-height: 80%;
15320     box-sizing: border-box; }
15321   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15322     -webkit-box-flex: 1;
15323     -webkit-flex: 1 1 33.33%;
15324             flex: 1 1 33.33%;
15325     max-width: 33.33%;
15326     max-height: 100%;
15327     box-sizing: border-box; }
15328   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15329     -webkit-box-flex: 1;
15330     -webkit-flex: 1 1 66.66%;
15331             flex: 1 1 66.66%;
15332     max-width: 66.66%;
15333     max-height: 100%;
15334     box-sizing: border-box; }
15335   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15336     -webkit-box-flex: 1;
15337     -webkit-flex: 1 1 33.33%;
15338             flex: 1 1 33.33%;
15339     max-width: 100%;
15340     max-height: 33.33%;
15341     box-sizing: border-box; }
15342   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15343     -webkit-box-flex: 1;
15344     -webkit-flex: 1 1 66.66%;
15345             flex: 1 1 66.66%;
15346     max-width: 100%;
15347     max-height: 66.66%;
15348     box-sizing: border-box; }
15349   [layout-gt-lg="row"] > [flex-gt-lg="80"] {
15350     -webkit-box-flex: 1;
15351     -webkit-flex: 1 1 80%;
15352             flex: 1 1 80%;
15353     max-width: 80%;
15354     max-height: 100%;
15355     box-sizing: border-box; }
15356   [layout-gt-lg="column"] > [flex-gt-lg="80"] {
15357     -webkit-box-flex: 1;
15358     -webkit-flex: 1 1 80%;
15359             flex: 1 1 80%;
15360     max-width: 100%;
15361     max-height: 80%;
15362     box-sizing: border-box; }
15363   [flex-gt-lg="85"] {
15364     -webkit-box-flex: 1;
15365     -webkit-flex: 1 1 85%;
15366             flex: 1 1 85%;
15367     max-width: 85%;
15368     max-height: 100%;
15369     box-sizing: border-box; }
15370   [layout="row"] > [flex-gt-lg="85"] {
15371     -webkit-box-flex: 1;
15372     -webkit-flex: 1 1 85%;
15373             flex: 1 1 85%;
15374     max-width: 85%;
15375     max-height: 100%;
15376     box-sizing: border-box; }
15377   [layout="column"] > [flex-gt-lg="85"] {
15378     -webkit-box-flex: 1;
15379     -webkit-flex: 1 1 85%;
15380             flex: 1 1 85%;
15381     max-width: 100%;
15382     max-height: 85%;
15383     box-sizing: border-box; }
15384   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15385     -webkit-box-flex: 1;
15386     -webkit-flex: 1 1 33.33%;
15387             flex: 1 1 33.33%;
15388     max-width: 33.33%;
15389     max-height: 100%;
15390     box-sizing: border-box; }
15391   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15392     -webkit-box-flex: 1;
15393     -webkit-flex: 1 1 66.66%;
15394             flex: 1 1 66.66%;
15395     max-width: 66.66%;
15396     max-height: 100%;
15397     box-sizing: border-box; }
15398   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15399     -webkit-box-flex: 1;
15400     -webkit-flex: 1 1 33.33%;
15401             flex: 1 1 33.33%;
15402     max-width: 100%;
15403     max-height: 33.33%;
15404     box-sizing: border-box; }
15405   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15406     -webkit-box-flex: 1;
15407     -webkit-flex: 1 1 66.66%;
15408             flex: 1 1 66.66%;
15409     max-width: 100%;
15410     max-height: 66.66%;
15411     box-sizing: border-box; }
15412   [layout-gt-lg="row"] > [flex-gt-lg="85"] {
15413     -webkit-box-flex: 1;
15414     -webkit-flex: 1 1 85%;
15415             flex: 1 1 85%;
15416     max-width: 85%;
15417     max-height: 100%;
15418     box-sizing: border-box; }
15419   [layout-gt-lg="column"] > [flex-gt-lg="85"] {
15420     -webkit-box-flex: 1;
15421     -webkit-flex: 1 1 85%;
15422             flex: 1 1 85%;
15423     max-width: 100%;
15424     max-height: 85%;
15425     box-sizing: border-box; }
15426   [flex-gt-lg="90"] {
15427     -webkit-box-flex: 1;
15428     -webkit-flex: 1 1 90%;
15429             flex: 1 1 90%;
15430     max-width: 90%;
15431     max-height: 100%;
15432     box-sizing: border-box; }
15433   [layout="row"] > [flex-gt-lg="90"] {
15434     -webkit-box-flex: 1;
15435     -webkit-flex: 1 1 90%;
15436             flex: 1 1 90%;
15437     max-width: 90%;
15438     max-height: 100%;
15439     box-sizing: border-box; }
15440   [layout="column"] > [flex-gt-lg="90"] {
15441     -webkit-box-flex: 1;
15442     -webkit-flex: 1 1 90%;
15443             flex: 1 1 90%;
15444     max-width: 100%;
15445     max-height: 90%;
15446     box-sizing: border-box; }
15447   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15448     -webkit-box-flex: 1;
15449     -webkit-flex: 1 1 33.33%;
15450             flex: 1 1 33.33%;
15451     max-width: 33.33%;
15452     max-height: 100%;
15453     box-sizing: border-box; }
15454   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15455     -webkit-box-flex: 1;
15456     -webkit-flex: 1 1 66.66%;
15457             flex: 1 1 66.66%;
15458     max-width: 66.66%;
15459     max-height: 100%;
15460     box-sizing: border-box; }
15461   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15462     -webkit-box-flex: 1;
15463     -webkit-flex: 1 1 33.33%;
15464             flex: 1 1 33.33%;
15465     max-width: 100%;
15466     max-height: 33.33%;
15467     box-sizing: border-box; }
15468   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15469     -webkit-box-flex: 1;
15470     -webkit-flex: 1 1 66.66%;
15471             flex: 1 1 66.66%;
15472     max-width: 100%;
15473     max-height: 66.66%;
15474     box-sizing: border-box; }
15475   [layout-gt-lg="row"] > [flex-gt-lg="90"] {
15476     -webkit-box-flex: 1;
15477     -webkit-flex: 1 1 90%;
15478             flex: 1 1 90%;
15479     max-width: 90%;
15480     max-height: 100%;
15481     box-sizing: border-box; }
15482   [layout-gt-lg="column"] > [flex-gt-lg="90"] {
15483     -webkit-box-flex: 1;
15484     -webkit-flex: 1 1 90%;
15485             flex: 1 1 90%;
15486     max-width: 100%;
15487     max-height: 90%;
15488     box-sizing: border-box; }
15489   [flex-gt-lg="95"] {
15490     -webkit-box-flex: 1;
15491     -webkit-flex: 1 1 95%;
15492             flex: 1 1 95%;
15493     max-width: 95%;
15494     max-height: 100%;
15495     box-sizing: border-box; }
15496   [layout="row"] > [flex-gt-lg="95"] {
15497     -webkit-box-flex: 1;
15498     -webkit-flex: 1 1 95%;
15499             flex: 1 1 95%;
15500     max-width: 95%;
15501     max-height: 100%;
15502     box-sizing: border-box; }
15503   [layout="column"] > [flex-gt-lg="95"] {
15504     -webkit-box-flex: 1;
15505     -webkit-flex: 1 1 95%;
15506             flex: 1 1 95%;
15507     max-width: 100%;
15508     max-height: 95%;
15509     box-sizing: border-box; }
15510   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15511     -webkit-box-flex: 1;
15512     -webkit-flex: 1 1 33.33%;
15513             flex: 1 1 33.33%;
15514     max-width: 33.33%;
15515     max-height: 100%;
15516     box-sizing: border-box; }
15517   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15518     -webkit-box-flex: 1;
15519     -webkit-flex: 1 1 66.66%;
15520             flex: 1 1 66.66%;
15521     max-width: 66.66%;
15522     max-height: 100%;
15523     box-sizing: border-box; }
15524   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15525     -webkit-box-flex: 1;
15526     -webkit-flex: 1 1 33.33%;
15527             flex: 1 1 33.33%;
15528     max-width: 100%;
15529     max-height: 33.33%;
15530     box-sizing: border-box; }
15531   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15532     -webkit-box-flex: 1;
15533     -webkit-flex: 1 1 66.66%;
15534             flex: 1 1 66.66%;
15535     max-width: 100%;
15536     max-height: 66.66%;
15537     box-sizing: border-box; }
15538   [layout-gt-lg="row"] > [flex-gt-lg="95"] {
15539     -webkit-box-flex: 1;
15540     -webkit-flex: 1 1 95%;
15541             flex: 1 1 95%;
15542     max-width: 95%;
15543     max-height: 100%;
15544     box-sizing: border-box; }
15545   [layout-gt-lg="column"] > [flex-gt-lg="95"] {
15546     -webkit-box-flex: 1;
15547     -webkit-flex: 1 1 95%;
15548             flex: 1 1 95%;
15549     max-width: 100%;
15550     max-height: 95%;
15551     box-sizing: border-box; }
15552   [flex-gt-lg="100"] {
15553     -webkit-box-flex: 1;
15554     -webkit-flex: 1 1 100%;
15555             flex: 1 1 100%;
15556     max-width: 100%;
15557     max-height: 100%;
15558     box-sizing: border-box; }
15559   [layout="row"] > [flex-gt-lg="100"] {
15560     -webkit-box-flex: 1;
15561     -webkit-flex: 1 1 100%;
15562             flex: 1 1 100%;
15563     max-width: 100%;
15564     max-height: 100%;
15565     box-sizing: border-box; }
15566   [layout="column"] > [flex-gt-lg="100"] {
15567     -webkit-box-flex: 1;
15568     -webkit-flex: 1 1 100%;
15569             flex: 1 1 100%;
15570     max-width: 100%;
15571     max-height: 100%;
15572     box-sizing: border-box; }
15573   [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"] {
15574     -webkit-box-flex: 1;
15575     -webkit-flex: 1 1 33.33%;
15576             flex: 1 1 33.33%;
15577     max-width: 33.33%;
15578     max-height: 100%;
15579     box-sizing: border-box; }
15580   [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"] {
15581     -webkit-box-flex: 1;
15582     -webkit-flex: 1 1 66.66%;
15583             flex: 1 1 66.66%;
15584     max-width: 66.66%;
15585     max-height: 100%;
15586     box-sizing: border-box; }
15587   [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"] {
15588     -webkit-box-flex: 1;
15589     -webkit-flex: 1 1 33.33%;
15590             flex: 1 1 33.33%;
15591     max-width: 100%;
15592     max-height: 33.33%;
15593     box-sizing: border-box; }
15594   [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"] {
15595     -webkit-box-flex: 1;
15596     -webkit-flex: 1 1 66.66%;
15597             flex: 1 1 66.66%;
15598     max-width: 100%;
15599     max-height: 66.66%;
15600     box-sizing: border-box; }
15601   [layout-gt-lg="row"] > [flex-gt-lg="100"] {
15602     -webkit-box-flex: 1;
15603     -webkit-flex: 1 1 100%;
15604             flex: 1 1 100%;
15605     max-width: 100%;
15606     max-height: 100%;
15607     box-sizing: border-box; }
15608   [layout-gt-lg="column"] > [flex-gt-lg="100"] {
15609     -webkit-box-flex: 1;
15610     -webkit-flex: 1 1 100%;
15611             flex: 1 1 100%;
15612     max-width: 100%;
15613     max-height: 100%;
15614     box-sizing: border-box; }
15615   [layout-gt-lg="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"] {
15616     -webkit-box-flex: 1;
15617     -webkit-flex: 1 1 33.33%;
15618             flex: 1 1 33.33%;
15619     max-width: 33.33%;
15620     max-height: 100%;
15621     box-sizing: border-box; }
15622   [layout-gt-lg="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"] {
15623     -webkit-box-flex: 1;
15624     -webkit-flex: 1 1 66.66%;
15625             flex: 1 1 66.66%;
15626     max-width: 66.66%;
15627     max-height: 100%;
15628     box-sizing: border-box; }
15629   [layout-gt-lg="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"] {
15630     -webkit-box-flex: 1;
15631     -webkit-flex: 1 1 33.33%;
15632             flex: 1 1 33.33%;
15633     max-width: 100%;
15634     max-height: 33.33%;
15635     box-sizing: border-box; }
15636   [layout-gt-lg="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"] {
15637     -webkit-box-flex: 1;
15638     -webkit-flex: 1 1 66.66%;
15639             flex: 1 1 66.66%;
15640     max-width: 100%;
15641     max-height: 66.66%;
15642     box-sizing: border-box; }
15643   [layout-gt-lg], [layout-gt-lg="column"], [layout-gt-lg="row"] {
15644     box-sizing: border-box;
15645     display: -webkit-box;
15646     display: -webkit-flex;
15647     display: flex; }
15648   [layout-gt-lg="column"] {
15649     -webkit-box-orient: vertical;
15650     -webkit-box-direction: normal;
15651     -webkit-flex-direction: column;
15652             flex-direction: column; }
15653   [layout-gt-lg="row"] {
15654     -webkit-box-orient: horizontal;
15655     -webkit-box-direction: normal;
15656     -webkit-flex-direction: row;
15657             flex-direction: row; }
15658   [flex-order-xl="-20"] {
15659     -webkit-box-ordinal-group: -19;
15660     -webkit-order: -20;
15661             order: -20; }
15662   [flex-order-xl="-19"] {
15663     -webkit-box-ordinal-group: -18;
15664     -webkit-order: -19;
15665             order: -19; }
15666   [flex-order-xl="-18"] {
15667     -webkit-box-ordinal-group: -17;
15668     -webkit-order: -18;
15669             order: -18; }
15670   [flex-order-xl="-17"] {
15671     -webkit-box-ordinal-group: -16;
15672     -webkit-order: -17;
15673             order: -17; }
15674   [flex-order-xl="-16"] {
15675     -webkit-box-ordinal-group: -15;
15676     -webkit-order: -16;
15677             order: -16; }
15678   [flex-order-xl="-15"] {
15679     -webkit-box-ordinal-group: -14;
15680     -webkit-order: -15;
15681             order: -15; }
15682   [flex-order-xl="-14"] {
15683     -webkit-box-ordinal-group: -13;
15684     -webkit-order: -14;
15685             order: -14; }
15686   [flex-order-xl="-13"] {
15687     -webkit-box-ordinal-group: -12;
15688     -webkit-order: -13;
15689             order: -13; }
15690   [flex-order-xl="-12"] {
15691     -webkit-box-ordinal-group: -11;
15692     -webkit-order: -12;
15693             order: -12; }
15694   [flex-order-xl="-11"] {
15695     -webkit-box-ordinal-group: -10;
15696     -webkit-order: -11;
15697             order: -11; }
15698   [flex-order-xl="-10"] {
15699     -webkit-box-ordinal-group: -9;
15700     -webkit-order: -10;
15701             order: -10; }
15702   [flex-order-xl="-9"] {
15703     -webkit-box-ordinal-group: -8;
15704     -webkit-order: -9;
15705             order: -9; }
15706   [flex-order-xl="-8"] {
15707     -webkit-box-ordinal-group: -7;
15708     -webkit-order: -8;
15709             order: -8; }
15710   [flex-order-xl="-7"] {
15711     -webkit-box-ordinal-group: -6;
15712     -webkit-order: -7;
15713             order: -7; }
15714   [flex-order-xl="-6"] {
15715     -webkit-box-ordinal-group: -5;
15716     -webkit-order: -6;
15717             order: -6; }
15718   [flex-order-xl="-5"] {
15719     -webkit-box-ordinal-group: -4;
15720     -webkit-order: -5;
15721             order: -5; }
15722   [flex-order-xl="-4"] {
15723     -webkit-box-ordinal-group: -3;
15724     -webkit-order: -4;
15725             order: -4; }
15726   [flex-order-xl="-3"] {
15727     -webkit-box-ordinal-group: -2;
15728     -webkit-order: -3;
15729             order: -3; }
15730   [flex-order-xl="-2"] {
15731     -webkit-box-ordinal-group: -1;
15732     -webkit-order: -2;
15733             order: -2; }
15734   [flex-order-xl="-1"] {
15735     -webkit-box-ordinal-group: 0;
15736     -webkit-order: -1;
15737             order: -1; }
15738   [flex-order-xl="0"] {
15739     -webkit-box-ordinal-group: 1;
15740     -webkit-order: 0;
15741             order: 0; }
15742   [flex-order-xl="1"] {
15743     -webkit-box-ordinal-group: 2;
15744     -webkit-order: 1;
15745             order: 1; }
15746   [flex-order-xl="2"] {
15747     -webkit-box-ordinal-group: 3;
15748     -webkit-order: 2;
15749             order: 2; }
15750   [flex-order-xl="3"] {
15751     -webkit-box-ordinal-group: 4;
15752     -webkit-order: 3;
15753             order: 3; }
15754   [flex-order-xl="4"] {
15755     -webkit-box-ordinal-group: 5;
15756     -webkit-order: 4;
15757             order: 4; }
15758   [flex-order-xl="5"] {
15759     -webkit-box-ordinal-group: 6;
15760     -webkit-order: 5;
15761             order: 5; }
15762   [flex-order-xl="6"] {
15763     -webkit-box-ordinal-group: 7;
15764     -webkit-order: 6;
15765             order: 6; }
15766   [flex-order-xl="7"] {
15767     -webkit-box-ordinal-group: 8;
15768     -webkit-order: 7;
15769             order: 7; }
15770   [flex-order-xl="8"] {
15771     -webkit-box-ordinal-group: 9;
15772     -webkit-order: 8;
15773             order: 8; }
15774   [flex-order-xl="9"] {
15775     -webkit-box-ordinal-group: 10;
15776     -webkit-order: 9;
15777             order: 9; }
15778   [flex-order-xl="10"] {
15779     -webkit-box-ordinal-group: 11;
15780     -webkit-order: 10;
15781             order: 10; }
15782   [flex-order-xl="11"] {
15783     -webkit-box-ordinal-group: 12;
15784     -webkit-order: 11;
15785             order: 11; }
15786   [flex-order-xl="12"] {
15787     -webkit-box-ordinal-group: 13;
15788     -webkit-order: 12;
15789             order: 12; }
15790   [flex-order-xl="13"] {
15791     -webkit-box-ordinal-group: 14;
15792     -webkit-order: 13;
15793             order: 13; }
15794   [flex-order-xl="14"] {
15795     -webkit-box-ordinal-group: 15;
15796     -webkit-order: 14;
15797             order: 14; }
15798   [flex-order-xl="15"] {
15799     -webkit-box-ordinal-group: 16;
15800     -webkit-order: 15;
15801             order: 15; }
15802   [flex-order-xl="16"] {
15803     -webkit-box-ordinal-group: 17;
15804     -webkit-order: 16;
15805             order: 16; }
15806   [flex-order-xl="17"] {
15807     -webkit-box-ordinal-group: 18;
15808     -webkit-order: 17;
15809             order: 17; }
15810   [flex-order-xl="18"] {
15811     -webkit-box-ordinal-group: 19;
15812     -webkit-order: 18;
15813             order: 18; }
15814   [flex-order-xl="19"] {
15815     -webkit-box-ordinal-group: 20;
15816     -webkit-order: 19;
15817             order: 19; }
15818   [flex-order-xl="20"] {
15819     -webkit-box-ordinal-group: 21;
15820     -webkit-order: 20;
15821             order: 20; }
15822   [flex-offset-xl="0"] {
15823     margin-left: 0%; }
15824   [flex-offset-xl="5"] {
15825     margin-left: 5%; }
15826   [flex-offset-xl="10"] {
15827     margin-left: 10%; }
15828   [flex-offset-xl="15"] {
15829     margin-left: 15%; }
15830   [flex-offset-xl="20"] {
15831     margin-left: 20%; }
15832   [flex-offset-xl="25"] {
15833     margin-left: 25%; }
15834   [flex-offset-xl="30"] {
15835     margin-left: 30%; }
15836   [flex-offset-xl="35"] {
15837     margin-left: 35%; }
15838   [flex-offset-xl="40"] {
15839     margin-left: 40%; }
15840   [flex-offset-xl="45"] {
15841     margin-left: 45%; }
15842   [flex-offset-xl="50"] {
15843     margin-left: 50%; }
15844   [flex-offset-xl="55"] {
15845     margin-left: 55%; }
15846   [flex-offset-xl="60"] {
15847     margin-left: 60%; }
15848   [flex-offset-xl="65"] {
15849     margin-left: 65%; }
15850   [flex-offset-xl="70"] {
15851     margin-left: 70%; }
15852   [flex-offset-xl="75"] {
15853     margin-left: 75%; }
15854   [flex-offset-xl="80"] {
15855     margin-left: 80%; }
15856   [flex-offset-xl="85"] {
15857     margin-left: 85%; }
15858   [flex-offset-xl="90"] {
15859     margin-left: 90%; }
15860   [flex-offset-xl="95"] {
15861     margin-left: 95%; }
15862   [flex-offset-xl="33"] {
15863     margin-left: calc(100% / 3); }
15864   [flex-offset-xl="66"] {
15865     margin-left: calc(200% / 3); }
15866   [layout-align-xl],
15867   [layout-align-xl="start stretch"] {
15868     -webkit-box-pack: start;
15869     -webkit-justify-content: flex-start;
15870             justify-content: flex-start;
15871     -webkit-align-content: stretch;
15872             align-content: stretch;
15873     -webkit-box-align: stretch;
15874     -webkit-align-items: stretch;
15875             align-items: stretch; }
15876   [layout-align-xl="start"],
15877   [layout-align-xl="start start"],
15878   [layout-align-xl="start center"],
15879   [layout-align-xl="start end"],
15880   [layout-align-xl="start stretch"] {
15881     -webkit-box-pack: start;
15882     -webkit-justify-content: flex-start;
15883             justify-content: flex-start; }
15884   [layout-align-xl="center"],
15885   [layout-align-xl="center start"],
15886   [layout-align-xl="center center"],
15887   [layout-align-xl="center end"],
15888   [layout-align-xl="center stretch"] {
15889     -webkit-box-pack: center;
15890     -webkit-justify-content: center;
15891             justify-content: center; }
15892   [layout-align-xl="end"],
15893   [layout-align-xl="end center"],
15894   [layout-align-xl="end start"],
15895   [layout-align-xl="end end"],
15896   [layout-align-xl="end stretch"] {
15897     -webkit-box-pack: end;
15898     -webkit-justify-content: flex-end;
15899             justify-content: flex-end; }
15900   [layout-align-xl="space-around"],
15901   [layout-align-xl="space-around center"],
15902   [layout-align-xl="space-around start"],
15903   [layout-align-xl="space-around end"],
15904   [layout-align-xl="space-around stretch"] {
15905     -webkit-justify-content: space-around;
15906             justify-content: space-around; }
15907   [layout-align-xl="space-between"],
15908   [layout-align-xl="space-between center"],
15909   [layout-align-xl="space-between start"],
15910   [layout-align-xl="space-between end"],
15911   [layout-align-xl="space-between stretch"] {
15912     -webkit-box-pack: justify;
15913     -webkit-justify-content: space-between;
15914             justify-content: space-between; }
15915   [layout-align-xl="start start"],
15916   [layout-align-xl="center start"],
15917   [layout-align-xl="end start"],
15918   [layout-align-xl="space-between start"],
15919   [layout-align-xl="space-around start"] {
15920     -webkit-box-align: start;
15921     -webkit-align-items: flex-start;
15922             align-items: flex-start;
15923     -webkit-align-content: flex-start;
15924             align-content: flex-start; }
15925   [layout-align-xl="start center"],
15926   [layout-align-xl="center center"],
15927   [layout-align-xl="end center"],
15928   [layout-align-xl="space-between center"],
15929   [layout-align-xl="space-around center"] {
15930     -webkit-box-align: center;
15931     -webkit-align-items: center;
15932             align-items: center;
15933     -webkit-align-content: center;
15934             align-content: center;
15935     max-width: 100%; }
15936   [layout-align-xl="start center"] > *,
15937   [layout-align-xl="center center"] > *,
15938   [layout-align-xl="end center"] > *,
15939   [layout-align-xl="space-between center"] > *,
15940   [layout-align-xl="space-around center"] > * {
15941     max-width: 100%;
15942     box-sizing: border-box; }
15943   [layout-align-xl="start end"],
15944   [layout-align-xl="center end"],
15945   [layout-align-xl="end end"],
15946   [layout-align-xl="space-between end"],
15947   [layout-align-xl="space-around end"] {
15948     -webkit-box-align: end;
15949     -webkit-align-items: flex-end;
15950             align-items: flex-end;
15951     -webkit-align-content: flex-end;
15952             align-content: flex-end; }
15953   [layout-align-xl="start stretch"],
15954   [layout-align-xl="center stretch"],
15955   [layout-align-xl="end stretch"],
15956   [layout-align-xl="space-between stretch"],
15957   [layout-align-xl="space-around stretch"] {
15958     -webkit-box-align: stretch;
15959     -webkit-align-items: stretch;
15960             align-items: stretch;
15961     -webkit-align-content: stretch;
15962             align-content: stretch; }
15963   [flex-xl] {
15964     -webkit-box-flex: 1;
15965     -webkit-flex: 1;
15966             flex: 1;
15967     box-sizing: border-box; }
15968   [flex-xl-grow] {
15969     -webkit-box-flex: 1;
15970     -webkit-flex: 1 1 100%;
15971             flex: 1 1 100%;
15972     box-sizing: border-box; }
15973   [flex-xl-initial] {
15974     -webkit-box-flex: 0;
15975     -webkit-flex: 0 1 auto;
15976             flex: 0 1 auto;
15977     box-sizing: border-box; }
15978   [flex-xl-auto] {
15979     -webkit-box-flex: 1;
15980     -webkit-flex: 1 1 auto;
15981             flex: 1 1 auto;
15982     box-sizing: border-box; }
15983   [flex-xl-none] {
15984     -webkit-box-flex: 0;
15985     -webkit-flex: 0 0 auto;
15986             flex: 0 0 auto;
15987     box-sizing: border-box; }
15988   [flex-xl="0"] {
15989     -webkit-box-flex: 1;
15990     -webkit-flex: 1 1 0%;
15991             flex: 1 1 0%;
15992     max-width: 0%;
15993     max-height: 100%;
15994     box-sizing: border-box; }
15995   [layout="row"] > [flex-xl="0"] {
15996     -webkit-box-flex: 1;
15997     -webkit-flex: 1 1 0%;
15998             flex: 1 1 0%;
15999     max-width: 0%;
16000     max-height: 100%;
16001     box-sizing: border-box; }
16002   [layout="column"] > [flex-xl="0"] {
16003     -webkit-box-flex: 1;
16004     -webkit-flex: 1 1 0%;
16005             flex: 1 1 0%;
16006     max-width: 100%;
16007     max-height: 0%;
16008     box-sizing: border-box; }
16009   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16010     -webkit-box-flex: 1;
16011     -webkit-flex: 1 1 33.33%;
16012             flex: 1 1 33.33%;
16013     max-width: 33.33%;
16014     max-height: 100%;
16015     box-sizing: border-box; }
16016   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16017     -webkit-box-flex: 1;
16018     -webkit-flex: 1 1 66.66%;
16019             flex: 1 1 66.66%;
16020     max-width: 66.66%;
16021     max-height: 100%;
16022     box-sizing: border-box; }
16023   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16024     -webkit-box-flex: 1;
16025     -webkit-flex: 1 1 33.33%;
16026             flex: 1 1 33.33%;
16027     max-width: 100%;
16028     max-height: 33.33%;
16029     box-sizing: border-box; }
16030   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16031     -webkit-box-flex: 1;
16032     -webkit-flex: 1 1 66.66%;
16033             flex: 1 1 66.66%;
16034     max-width: 100%;
16035     max-height: 66.66%;
16036     box-sizing: border-box; }
16037   [layout-xl="row"] > [flex-xl="0"] {
16038     -webkit-box-flex: 1;
16039     -webkit-flex: 1 1 0%;
16040             flex: 1 1 0%;
16041     max-width: 0%;
16042     max-height: 100%;
16043     box-sizing: border-box; }
16044   [layout-xl="column"] > [flex-xl="0"] {
16045     -webkit-box-flex: 1;
16046     -webkit-flex: 1 1 0%;
16047             flex: 1 1 0%;
16048     max-width: 100%;
16049     max-height: 0%;
16050     box-sizing: border-box; }
16051   [flex-xl="5"] {
16052     -webkit-box-flex: 1;
16053     -webkit-flex: 1 1 5%;
16054             flex: 1 1 5%;
16055     max-width: 5%;
16056     max-height: 100%;
16057     box-sizing: border-box; }
16058   [layout="row"] > [flex-xl="5"] {
16059     -webkit-box-flex: 1;
16060     -webkit-flex: 1 1 5%;
16061             flex: 1 1 5%;
16062     max-width: 5%;
16063     max-height: 100%;
16064     box-sizing: border-box; }
16065   [layout="column"] > [flex-xl="5"] {
16066     -webkit-box-flex: 1;
16067     -webkit-flex: 1 1 5%;
16068             flex: 1 1 5%;
16069     max-width: 100%;
16070     max-height: 5%;
16071     box-sizing: border-box; }
16072   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16073     -webkit-box-flex: 1;
16074     -webkit-flex: 1 1 33.33%;
16075             flex: 1 1 33.33%;
16076     max-width: 33.33%;
16077     max-height: 100%;
16078     box-sizing: border-box; }
16079   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16080     -webkit-box-flex: 1;
16081     -webkit-flex: 1 1 66.66%;
16082             flex: 1 1 66.66%;
16083     max-width: 66.66%;
16084     max-height: 100%;
16085     box-sizing: border-box; }
16086   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16087     -webkit-box-flex: 1;
16088     -webkit-flex: 1 1 33.33%;
16089             flex: 1 1 33.33%;
16090     max-width: 100%;
16091     max-height: 33.33%;
16092     box-sizing: border-box; }
16093   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16094     -webkit-box-flex: 1;
16095     -webkit-flex: 1 1 66.66%;
16096             flex: 1 1 66.66%;
16097     max-width: 100%;
16098     max-height: 66.66%;
16099     box-sizing: border-box; }
16100   [layout-xl="row"] > [flex-xl="5"] {
16101     -webkit-box-flex: 1;
16102     -webkit-flex: 1 1 5%;
16103             flex: 1 1 5%;
16104     max-width: 5%;
16105     max-height: 100%;
16106     box-sizing: border-box; }
16107   [layout-xl="column"] > [flex-xl="5"] {
16108     -webkit-box-flex: 1;
16109     -webkit-flex: 1 1 5%;
16110             flex: 1 1 5%;
16111     max-width: 100%;
16112     max-height: 5%;
16113     box-sizing: border-box; }
16114   [flex-xl="10"] {
16115     -webkit-box-flex: 1;
16116     -webkit-flex: 1 1 10%;
16117             flex: 1 1 10%;
16118     max-width: 10%;
16119     max-height: 100%;
16120     box-sizing: border-box; }
16121   [layout="row"] > [flex-xl="10"] {
16122     -webkit-box-flex: 1;
16123     -webkit-flex: 1 1 10%;
16124             flex: 1 1 10%;
16125     max-width: 10%;
16126     max-height: 100%;
16127     box-sizing: border-box; }
16128   [layout="column"] > [flex-xl="10"] {
16129     -webkit-box-flex: 1;
16130     -webkit-flex: 1 1 10%;
16131             flex: 1 1 10%;
16132     max-width: 100%;
16133     max-height: 10%;
16134     box-sizing: border-box; }
16135   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16136     -webkit-box-flex: 1;
16137     -webkit-flex: 1 1 33.33%;
16138             flex: 1 1 33.33%;
16139     max-width: 33.33%;
16140     max-height: 100%;
16141     box-sizing: border-box; }
16142   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16143     -webkit-box-flex: 1;
16144     -webkit-flex: 1 1 66.66%;
16145             flex: 1 1 66.66%;
16146     max-width: 66.66%;
16147     max-height: 100%;
16148     box-sizing: border-box; }
16149   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16150     -webkit-box-flex: 1;
16151     -webkit-flex: 1 1 33.33%;
16152             flex: 1 1 33.33%;
16153     max-width: 100%;
16154     max-height: 33.33%;
16155     box-sizing: border-box; }
16156   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16157     -webkit-box-flex: 1;
16158     -webkit-flex: 1 1 66.66%;
16159             flex: 1 1 66.66%;
16160     max-width: 100%;
16161     max-height: 66.66%;
16162     box-sizing: border-box; }
16163   [layout-xl="row"] > [flex-xl="10"] {
16164     -webkit-box-flex: 1;
16165     -webkit-flex: 1 1 10%;
16166             flex: 1 1 10%;
16167     max-width: 10%;
16168     max-height: 100%;
16169     box-sizing: border-box; }
16170   [layout-xl="column"] > [flex-xl="10"] {
16171     -webkit-box-flex: 1;
16172     -webkit-flex: 1 1 10%;
16173             flex: 1 1 10%;
16174     max-width: 100%;
16175     max-height: 10%;
16176     box-sizing: border-box; }
16177   [flex-xl="15"] {
16178     -webkit-box-flex: 1;
16179     -webkit-flex: 1 1 15%;
16180             flex: 1 1 15%;
16181     max-width: 15%;
16182     max-height: 100%;
16183     box-sizing: border-box; }
16184   [layout="row"] > [flex-xl="15"] {
16185     -webkit-box-flex: 1;
16186     -webkit-flex: 1 1 15%;
16187             flex: 1 1 15%;
16188     max-width: 15%;
16189     max-height: 100%;
16190     box-sizing: border-box; }
16191   [layout="column"] > [flex-xl="15"] {
16192     -webkit-box-flex: 1;
16193     -webkit-flex: 1 1 15%;
16194             flex: 1 1 15%;
16195     max-width: 100%;
16196     max-height: 15%;
16197     box-sizing: border-box; }
16198   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16199     -webkit-box-flex: 1;
16200     -webkit-flex: 1 1 33.33%;
16201             flex: 1 1 33.33%;
16202     max-width: 33.33%;
16203     max-height: 100%;
16204     box-sizing: border-box; }
16205   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16206     -webkit-box-flex: 1;
16207     -webkit-flex: 1 1 66.66%;
16208             flex: 1 1 66.66%;
16209     max-width: 66.66%;
16210     max-height: 100%;
16211     box-sizing: border-box; }
16212   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16213     -webkit-box-flex: 1;
16214     -webkit-flex: 1 1 33.33%;
16215             flex: 1 1 33.33%;
16216     max-width: 100%;
16217     max-height: 33.33%;
16218     box-sizing: border-box; }
16219   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16220     -webkit-box-flex: 1;
16221     -webkit-flex: 1 1 66.66%;
16222             flex: 1 1 66.66%;
16223     max-width: 100%;
16224     max-height: 66.66%;
16225     box-sizing: border-box; }
16226   [layout-xl="row"] > [flex-xl="15"] {
16227     -webkit-box-flex: 1;
16228     -webkit-flex: 1 1 15%;
16229             flex: 1 1 15%;
16230     max-width: 15%;
16231     max-height: 100%;
16232     box-sizing: border-box; }
16233   [layout-xl="column"] > [flex-xl="15"] {
16234     -webkit-box-flex: 1;
16235     -webkit-flex: 1 1 15%;
16236             flex: 1 1 15%;
16237     max-width: 100%;
16238     max-height: 15%;
16239     box-sizing: border-box; }
16240   [flex-xl="20"] {
16241     -webkit-box-flex: 1;
16242     -webkit-flex: 1 1 20%;
16243             flex: 1 1 20%;
16244     max-width: 20%;
16245     max-height: 100%;
16246     box-sizing: border-box; }
16247   [layout="row"] > [flex-xl="20"] {
16248     -webkit-box-flex: 1;
16249     -webkit-flex: 1 1 20%;
16250             flex: 1 1 20%;
16251     max-width: 20%;
16252     max-height: 100%;
16253     box-sizing: border-box; }
16254   [layout="column"] > [flex-xl="20"] {
16255     -webkit-box-flex: 1;
16256     -webkit-flex: 1 1 20%;
16257             flex: 1 1 20%;
16258     max-width: 100%;
16259     max-height: 20%;
16260     box-sizing: border-box; }
16261   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16262     -webkit-box-flex: 1;
16263     -webkit-flex: 1 1 33.33%;
16264             flex: 1 1 33.33%;
16265     max-width: 33.33%;
16266     max-height: 100%;
16267     box-sizing: border-box; }
16268   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16269     -webkit-box-flex: 1;
16270     -webkit-flex: 1 1 66.66%;
16271             flex: 1 1 66.66%;
16272     max-width: 66.66%;
16273     max-height: 100%;
16274     box-sizing: border-box; }
16275   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16276     -webkit-box-flex: 1;
16277     -webkit-flex: 1 1 33.33%;
16278             flex: 1 1 33.33%;
16279     max-width: 100%;
16280     max-height: 33.33%;
16281     box-sizing: border-box; }
16282   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16283     -webkit-box-flex: 1;
16284     -webkit-flex: 1 1 66.66%;
16285             flex: 1 1 66.66%;
16286     max-width: 100%;
16287     max-height: 66.66%;
16288     box-sizing: border-box; }
16289   [layout-xl="row"] > [flex-xl="20"] {
16290     -webkit-box-flex: 1;
16291     -webkit-flex: 1 1 20%;
16292             flex: 1 1 20%;
16293     max-width: 20%;
16294     max-height: 100%;
16295     box-sizing: border-box; }
16296   [layout-xl="column"] > [flex-xl="20"] {
16297     -webkit-box-flex: 1;
16298     -webkit-flex: 1 1 20%;
16299             flex: 1 1 20%;
16300     max-width: 100%;
16301     max-height: 20%;
16302     box-sizing: border-box; }
16303   [flex-xl="25"] {
16304     -webkit-box-flex: 1;
16305     -webkit-flex: 1 1 25%;
16306             flex: 1 1 25%;
16307     max-width: 25%;
16308     max-height: 100%;
16309     box-sizing: border-box; }
16310   [layout="row"] > [flex-xl="25"] {
16311     -webkit-box-flex: 1;
16312     -webkit-flex: 1 1 25%;
16313             flex: 1 1 25%;
16314     max-width: 25%;
16315     max-height: 100%;
16316     box-sizing: border-box; }
16317   [layout="column"] > [flex-xl="25"] {
16318     -webkit-box-flex: 1;
16319     -webkit-flex: 1 1 25%;
16320             flex: 1 1 25%;
16321     max-width: 100%;
16322     max-height: 25%;
16323     box-sizing: border-box; }
16324   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16325     -webkit-box-flex: 1;
16326     -webkit-flex: 1 1 33.33%;
16327             flex: 1 1 33.33%;
16328     max-width: 33.33%;
16329     max-height: 100%;
16330     box-sizing: border-box; }
16331   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16332     -webkit-box-flex: 1;
16333     -webkit-flex: 1 1 66.66%;
16334             flex: 1 1 66.66%;
16335     max-width: 66.66%;
16336     max-height: 100%;
16337     box-sizing: border-box; }
16338   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16339     -webkit-box-flex: 1;
16340     -webkit-flex: 1 1 33.33%;
16341             flex: 1 1 33.33%;
16342     max-width: 100%;
16343     max-height: 33.33%;
16344     box-sizing: border-box; }
16345   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16346     -webkit-box-flex: 1;
16347     -webkit-flex: 1 1 66.66%;
16348             flex: 1 1 66.66%;
16349     max-width: 100%;
16350     max-height: 66.66%;
16351     box-sizing: border-box; }
16352   [layout-xl="row"] > [flex-xl="25"] {
16353     -webkit-box-flex: 1;
16354     -webkit-flex: 1 1 25%;
16355             flex: 1 1 25%;
16356     max-width: 25%;
16357     max-height: 100%;
16358     box-sizing: border-box; }
16359   [layout-xl="column"] > [flex-xl="25"] {
16360     -webkit-box-flex: 1;
16361     -webkit-flex: 1 1 25%;
16362             flex: 1 1 25%;
16363     max-width: 100%;
16364     max-height: 25%;
16365     box-sizing: border-box; }
16366   [flex-xl="30"] {
16367     -webkit-box-flex: 1;
16368     -webkit-flex: 1 1 30%;
16369             flex: 1 1 30%;
16370     max-width: 30%;
16371     max-height: 100%;
16372     box-sizing: border-box; }
16373   [layout="row"] > [flex-xl="30"] {
16374     -webkit-box-flex: 1;
16375     -webkit-flex: 1 1 30%;
16376             flex: 1 1 30%;
16377     max-width: 30%;
16378     max-height: 100%;
16379     box-sizing: border-box; }
16380   [layout="column"] > [flex-xl="30"] {
16381     -webkit-box-flex: 1;
16382     -webkit-flex: 1 1 30%;
16383             flex: 1 1 30%;
16384     max-width: 100%;
16385     max-height: 30%;
16386     box-sizing: border-box; }
16387   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16388     -webkit-box-flex: 1;
16389     -webkit-flex: 1 1 33.33%;
16390             flex: 1 1 33.33%;
16391     max-width: 33.33%;
16392     max-height: 100%;
16393     box-sizing: border-box; }
16394   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16395     -webkit-box-flex: 1;
16396     -webkit-flex: 1 1 66.66%;
16397             flex: 1 1 66.66%;
16398     max-width: 66.66%;
16399     max-height: 100%;
16400     box-sizing: border-box; }
16401   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16402     -webkit-box-flex: 1;
16403     -webkit-flex: 1 1 33.33%;
16404             flex: 1 1 33.33%;
16405     max-width: 100%;
16406     max-height: 33.33%;
16407     box-sizing: border-box; }
16408   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16409     -webkit-box-flex: 1;
16410     -webkit-flex: 1 1 66.66%;
16411             flex: 1 1 66.66%;
16412     max-width: 100%;
16413     max-height: 66.66%;
16414     box-sizing: border-box; }
16415   [layout-xl="row"] > [flex-xl="30"] {
16416     -webkit-box-flex: 1;
16417     -webkit-flex: 1 1 30%;
16418             flex: 1 1 30%;
16419     max-width: 30%;
16420     max-height: 100%;
16421     box-sizing: border-box; }
16422   [layout-xl="column"] > [flex-xl="30"] {
16423     -webkit-box-flex: 1;
16424     -webkit-flex: 1 1 30%;
16425             flex: 1 1 30%;
16426     max-width: 100%;
16427     max-height: 30%;
16428     box-sizing: border-box; }
16429   [flex-xl="35"] {
16430     -webkit-box-flex: 1;
16431     -webkit-flex: 1 1 35%;
16432             flex: 1 1 35%;
16433     max-width: 35%;
16434     max-height: 100%;
16435     box-sizing: border-box; }
16436   [layout="row"] > [flex-xl="35"] {
16437     -webkit-box-flex: 1;
16438     -webkit-flex: 1 1 35%;
16439             flex: 1 1 35%;
16440     max-width: 35%;
16441     max-height: 100%;
16442     box-sizing: border-box; }
16443   [layout="column"] > [flex-xl="35"] {
16444     -webkit-box-flex: 1;
16445     -webkit-flex: 1 1 35%;
16446             flex: 1 1 35%;
16447     max-width: 100%;
16448     max-height: 35%;
16449     box-sizing: border-box; }
16450   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16451     -webkit-box-flex: 1;
16452     -webkit-flex: 1 1 33.33%;
16453             flex: 1 1 33.33%;
16454     max-width: 33.33%;
16455     max-height: 100%;
16456     box-sizing: border-box; }
16457   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16458     -webkit-box-flex: 1;
16459     -webkit-flex: 1 1 66.66%;
16460             flex: 1 1 66.66%;
16461     max-width: 66.66%;
16462     max-height: 100%;
16463     box-sizing: border-box; }
16464   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16465     -webkit-box-flex: 1;
16466     -webkit-flex: 1 1 33.33%;
16467             flex: 1 1 33.33%;
16468     max-width: 100%;
16469     max-height: 33.33%;
16470     box-sizing: border-box; }
16471   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16472     -webkit-box-flex: 1;
16473     -webkit-flex: 1 1 66.66%;
16474             flex: 1 1 66.66%;
16475     max-width: 100%;
16476     max-height: 66.66%;
16477     box-sizing: border-box; }
16478   [layout-xl="row"] > [flex-xl="35"] {
16479     -webkit-box-flex: 1;
16480     -webkit-flex: 1 1 35%;
16481             flex: 1 1 35%;
16482     max-width: 35%;
16483     max-height: 100%;
16484     box-sizing: border-box; }
16485   [layout-xl="column"] > [flex-xl="35"] {
16486     -webkit-box-flex: 1;
16487     -webkit-flex: 1 1 35%;
16488             flex: 1 1 35%;
16489     max-width: 100%;
16490     max-height: 35%;
16491     box-sizing: border-box; }
16492   [flex-xl="40"] {
16493     -webkit-box-flex: 1;
16494     -webkit-flex: 1 1 40%;
16495             flex: 1 1 40%;
16496     max-width: 40%;
16497     max-height: 100%;
16498     box-sizing: border-box; }
16499   [layout="row"] > [flex-xl="40"] {
16500     -webkit-box-flex: 1;
16501     -webkit-flex: 1 1 40%;
16502             flex: 1 1 40%;
16503     max-width: 40%;
16504     max-height: 100%;
16505     box-sizing: border-box; }
16506   [layout="column"] > [flex-xl="40"] {
16507     -webkit-box-flex: 1;
16508     -webkit-flex: 1 1 40%;
16509             flex: 1 1 40%;
16510     max-width: 100%;
16511     max-height: 40%;
16512     box-sizing: border-box; }
16513   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16514     -webkit-box-flex: 1;
16515     -webkit-flex: 1 1 33.33%;
16516             flex: 1 1 33.33%;
16517     max-width: 33.33%;
16518     max-height: 100%;
16519     box-sizing: border-box; }
16520   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16521     -webkit-box-flex: 1;
16522     -webkit-flex: 1 1 66.66%;
16523             flex: 1 1 66.66%;
16524     max-width: 66.66%;
16525     max-height: 100%;
16526     box-sizing: border-box; }
16527   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16528     -webkit-box-flex: 1;
16529     -webkit-flex: 1 1 33.33%;
16530             flex: 1 1 33.33%;
16531     max-width: 100%;
16532     max-height: 33.33%;
16533     box-sizing: border-box; }
16534   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16535     -webkit-box-flex: 1;
16536     -webkit-flex: 1 1 66.66%;
16537             flex: 1 1 66.66%;
16538     max-width: 100%;
16539     max-height: 66.66%;
16540     box-sizing: border-box; }
16541   [layout-xl="row"] > [flex-xl="40"] {
16542     -webkit-box-flex: 1;
16543     -webkit-flex: 1 1 40%;
16544             flex: 1 1 40%;
16545     max-width: 40%;
16546     max-height: 100%;
16547     box-sizing: border-box; }
16548   [layout-xl="column"] > [flex-xl="40"] {
16549     -webkit-box-flex: 1;
16550     -webkit-flex: 1 1 40%;
16551             flex: 1 1 40%;
16552     max-width: 100%;
16553     max-height: 40%;
16554     box-sizing: border-box; }
16555   [flex-xl="45"] {
16556     -webkit-box-flex: 1;
16557     -webkit-flex: 1 1 45%;
16558             flex: 1 1 45%;
16559     max-width: 45%;
16560     max-height: 100%;
16561     box-sizing: border-box; }
16562   [layout="row"] > [flex-xl="45"] {
16563     -webkit-box-flex: 1;
16564     -webkit-flex: 1 1 45%;
16565             flex: 1 1 45%;
16566     max-width: 45%;
16567     max-height: 100%;
16568     box-sizing: border-box; }
16569   [layout="column"] > [flex-xl="45"] {
16570     -webkit-box-flex: 1;
16571     -webkit-flex: 1 1 45%;
16572             flex: 1 1 45%;
16573     max-width: 100%;
16574     max-height: 45%;
16575     box-sizing: border-box; }
16576   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16577     -webkit-box-flex: 1;
16578     -webkit-flex: 1 1 33.33%;
16579             flex: 1 1 33.33%;
16580     max-width: 33.33%;
16581     max-height: 100%;
16582     box-sizing: border-box; }
16583   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16584     -webkit-box-flex: 1;
16585     -webkit-flex: 1 1 66.66%;
16586             flex: 1 1 66.66%;
16587     max-width: 66.66%;
16588     max-height: 100%;
16589     box-sizing: border-box; }
16590   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16591     -webkit-box-flex: 1;
16592     -webkit-flex: 1 1 33.33%;
16593             flex: 1 1 33.33%;
16594     max-width: 100%;
16595     max-height: 33.33%;
16596     box-sizing: border-box; }
16597   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16598     -webkit-box-flex: 1;
16599     -webkit-flex: 1 1 66.66%;
16600             flex: 1 1 66.66%;
16601     max-width: 100%;
16602     max-height: 66.66%;
16603     box-sizing: border-box; }
16604   [layout-xl="row"] > [flex-xl="45"] {
16605     -webkit-box-flex: 1;
16606     -webkit-flex: 1 1 45%;
16607             flex: 1 1 45%;
16608     max-width: 45%;
16609     max-height: 100%;
16610     box-sizing: border-box; }
16611   [layout-xl="column"] > [flex-xl="45"] {
16612     -webkit-box-flex: 1;
16613     -webkit-flex: 1 1 45%;
16614             flex: 1 1 45%;
16615     max-width: 100%;
16616     max-height: 45%;
16617     box-sizing: border-box; }
16618   [flex-xl="50"] {
16619     -webkit-box-flex: 1;
16620     -webkit-flex: 1 1 50%;
16621             flex: 1 1 50%;
16622     max-width: 50%;
16623     max-height: 100%;
16624     box-sizing: border-box; }
16625   [layout="row"] > [flex-xl="50"] {
16626     -webkit-box-flex: 1;
16627     -webkit-flex: 1 1 50%;
16628             flex: 1 1 50%;
16629     max-width: 50%;
16630     max-height: 100%;
16631     box-sizing: border-box; }
16632   [layout="column"] > [flex-xl="50"] {
16633     -webkit-box-flex: 1;
16634     -webkit-flex: 1 1 50%;
16635             flex: 1 1 50%;
16636     max-width: 100%;
16637     max-height: 50%;
16638     box-sizing: border-box; }
16639   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16640     -webkit-box-flex: 1;
16641     -webkit-flex: 1 1 33.33%;
16642             flex: 1 1 33.33%;
16643     max-width: 33.33%;
16644     max-height: 100%;
16645     box-sizing: border-box; }
16646   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16647     -webkit-box-flex: 1;
16648     -webkit-flex: 1 1 66.66%;
16649             flex: 1 1 66.66%;
16650     max-width: 66.66%;
16651     max-height: 100%;
16652     box-sizing: border-box; }
16653   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16654     -webkit-box-flex: 1;
16655     -webkit-flex: 1 1 33.33%;
16656             flex: 1 1 33.33%;
16657     max-width: 100%;
16658     max-height: 33.33%;
16659     box-sizing: border-box; }
16660   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16661     -webkit-box-flex: 1;
16662     -webkit-flex: 1 1 66.66%;
16663             flex: 1 1 66.66%;
16664     max-width: 100%;
16665     max-height: 66.66%;
16666     box-sizing: border-box; }
16667   [layout-xl="row"] > [flex-xl="50"] {
16668     -webkit-box-flex: 1;
16669     -webkit-flex: 1 1 50%;
16670             flex: 1 1 50%;
16671     max-width: 50%;
16672     max-height: 100%;
16673     box-sizing: border-box; }
16674   [layout-xl="column"] > [flex-xl="50"] {
16675     -webkit-box-flex: 1;
16676     -webkit-flex: 1 1 50%;
16677             flex: 1 1 50%;
16678     max-width: 100%;
16679     max-height: 50%;
16680     box-sizing: border-box; }
16681   [flex-xl="55"] {
16682     -webkit-box-flex: 1;
16683     -webkit-flex: 1 1 55%;
16684             flex: 1 1 55%;
16685     max-width: 55%;
16686     max-height: 100%;
16687     box-sizing: border-box; }
16688   [layout="row"] > [flex-xl="55"] {
16689     -webkit-box-flex: 1;
16690     -webkit-flex: 1 1 55%;
16691             flex: 1 1 55%;
16692     max-width: 55%;
16693     max-height: 100%;
16694     box-sizing: border-box; }
16695   [layout="column"] > [flex-xl="55"] {
16696     -webkit-box-flex: 1;
16697     -webkit-flex: 1 1 55%;
16698             flex: 1 1 55%;
16699     max-width: 100%;
16700     max-height: 55%;
16701     box-sizing: border-box; }
16702   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16703     -webkit-box-flex: 1;
16704     -webkit-flex: 1 1 33.33%;
16705             flex: 1 1 33.33%;
16706     max-width: 33.33%;
16707     max-height: 100%;
16708     box-sizing: border-box; }
16709   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16710     -webkit-box-flex: 1;
16711     -webkit-flex: 1 1 66.66%;
16712             flex: 1 1 66.66%;
16713     max-width: 66.66%;
16714     max-height: 100%;
16715     box-sizing: border-box; }
16716   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16717     -webkit-box-flex: 1;
16718     -webkit-flex: 1 1 33.33%;
16719             flex: 1 1 33.33%;
16720     max-width: 100%;
16721     max-height: 33.33%;
16722     box-sizing: border-box; }
16723   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16724     -webkit-box-flex: 1;
16725     -webkit-flex: 1 1 66.66%;
16726             flex: 1 1 66.66%;
16727     max-width: 100%;
16728     max-height: 66.66%;
16729     box-sizing: border-box; }
16730   [layout-xl="row"] > [flex-xl="55"] {
16731     -webkit-box-flex: 1;
16732     -webkit-flex: 1 1 55%;
16733             flex: 1 1 55%;
16734     max-width: 55%;
16735     max-height: 100%;
16736     box-sizing: border-box; }
16737   [layout-xl="column"] > [flex-xl="55"] {
16738     -webkit-box-flex: 1;
16739     -webkit-flex: 1 1 55%;
16740             flex: 1 1 55%;
16741     max-width: 100%;
16742     max-height: 55%;
16743     box-sizing: border-box; }
16744   [flex-xl="60"] {
16745     -webkit-box-flex: 1;
16746     -webkit-flex: 1 1 60%;
16747             flex: 1 1 60%;
16748     max-width: 60%;
16749     max-height: 100%;
16750     box-sizing: border-box; }
16751   [layout="row"] > [flex-xl="60"] {
16752     -webkit-box-flex: 1;
16753     -webkit-flex: 1 1 60%;
16754             flex: 1 1 60%;
16755     max-width: 60%;
16756     max-height: 100%;
16757     box-sizing: border-box; }
16758   [layout="column"] > [flex-xl="60"] {
16759     -webkit-box-flex: 1;
16760     -webkit-flex: 1 1 60%;
16761             flex: 1 1 60%;
16762     max-width: 100%;
16763     max-height: 60%;
16764     box-sizing: border-box; }
16765   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16766     -webkit-box-flex: 1;
16767     -webkit-flex: 1 1 33.33%;
16768             flex: 1 1 33.33%;
16769     max-width: 33.33%;
16770     max-height: 100%;
16771     box-sizing: border-box; }
16772   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16773     -webkit-box-flex: 1;
16774     -webkit-flex: 1 1 66.66%;
16775             flex: 1 1 66.66%;
16776     max-width: 66.66%;
16777     max-height: 100%;
16778     box-sizing: border-box; }
16779   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16780     -webkit-box-flex: 1;
16781     -webkit-flex: 1 1 33.33%;
16782             flex: 1 1 33.33%;
16783     max-width: 100%;
16784     max-height: 33.33%;
16785     box-sizing: border-box; }
16786   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16787     -webkit-box-flex: 1;
16788     -webkit-flex: 1 1 66.66%;
16789             flex: 1 1 66.66%;
16790     max-width: 100%;
16791     max-height: 66.66%;
16792     box-sizing: border-box; }
16793   [layout-xl="row"] > [flex-xl="60"] {
16794     -webkit-box-flex: 1;
16795     -webkit-flex: 1 1 60%;
16796             flex: 1 1 60%;
16797     max-width: 60%;
16798     max-height: 100%;
16799     box-sizing: border-box; }
16800   [layout-xl="column"] > [flex-xl="60"] {
16801     -webkit-box-flex: 1;
16802     -webkit-flex: 1 1 60%;
16803             flex: 1 1 60%;
16804     max-width: 100%;
16805     max-height: 60%;
16806     box-sizing: border-box; }
16807   [flex-xl="65"] {
16808     -webkit-box-flex: 1;
16809     -webkit-flex: 1 1 65%;
16810             flex: 1 1 65%;
16811     max-width: 65%;
16812     max-height: 100%;
16813     box-sizing: border-box; }
16814   [layout="row"] > [flex-xl="65"] {
16815     -webkit-box-flex: 1;
16816     -webkit-flex: 1 1 65%;
16817             flex: 1 1 65%;
16818     max-width: 65%;
16819     max-height: 100%;
16820     box-sizing: border-box; }
16821   [layout="column"] > [flex-xl="65"] {
16822     -webkit-box-flex: 1;
16823     -webkit-flex: 1 1 65%;
16824             flex: 1 1 65%;
16825     max-width: 100%;
16826     max-height: 65%;
16827     box-sizing: border-box; }
16828   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16829     -webkit-box-flex: 1;
16830     -webkit-flex: 1 1 33.33%;
16831             flex: 1 1 33.33%;
16832     max-width: 33.33%;
16833     max-height: 100%;
16834     box-sizing: border-box; }
16835   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16836     -webkit-box-flex: 1;
16837     -webkit-flex: 1 1 66.66%;
16838             flex: 1 1 66.66%;
16839     max-width: 66.66%;
16840     max-height: 100%;
16841     box-sizing: border-box; }
16842   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16843     -webkit-box-flex: 1;
16844     -webkit-flex: 1 1 33.33%;
16845             flex: 1 1 33.33%;
16846     max-width: 100%;
16847     max-height: 33.33%;
16848     box-sizing: border-box; }
16849   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16850     -webkit-box-flex: 1;
16851     -webkit-flex: 1 1 66.66%;
16852             flex: 1 1 66.66%;
16853     max-width: 100%;
16854     max-height: 66.66%;
16855     box-sizing: border-box; }
16856   [layout-xl="row"] > [flex-xl="65"] {
16857     -webkit-box-flex: 1;
16858     -webkit-flex: 1 1 65%;
16859             flex: 1 1 65%;
16860     max-width: 65%;
16861     max-height: 100%;
16862     box-sizing: border-box; }
16863   [layout-xl="column"] > [flex-xl="65"] {
16864     -webkit-box-flex: 1;
16865     -webkit-flex: 1 1 65%;
16866             flex: 1 1 65%;
16867     max-width: 100%;
16868     max-height: 65%;
16869     box-sizing: border-box; }
16870   [flex-xl="70"] {
16871     -webkit-box-flex: 1;
16872     -webkit-flex: 1 1 70%;
16873             flex: 1 1 70%;
16874     max-width: 70%;
16875     max-height: 100%;
16876     box-sizing: border-box; }
16877   [layout="row"] > [flex-xl="70"] {
16878     -webkit-box-flex: 1;
16879     -webkit-flex: 1 1 70%;
16880             flex: 1 1 70%;
16881     max-width: 70%;
16882     max-height: 100%;
16883     box-sizing: border-box; }
16884   [layout="column"] > [flex-xl="70"] {
16885     -webkit-box-flex: 1;
16886     -webkit-flex: 1 1 70%;
16887             flex: 1 1 70%;
16888     max-width: 100%;
16889     max-height: 70%;
16890     box-sizing: border-box; }
16891   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16892     -webkit-box-flex: 1;
16893     -webkit-flex: 1 1 33.33%;
16894             flex: 1 1 33.33%;
16895     max-width: 33.33%;
16896     max-height: 100%;
16897     box-sizing: border-box; }
16898   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16899     -webkit-box-flex: 1;
16900     -webkit-flex: 1 1 66.66%;
16901             flex: 1 1 66.66%;
16902     max-width: 66.66%;
16903     max-height: 100%;
16904     box-sizing: border-box; }
16905   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16906     -webkit-box-flex: 1;
16907     -webkit-flex: 1 1 33.33%;
16908             flex: 1 1 33.33%;
16909     max-width: 100%;
16910     max-height: 33.33%;
16911     box-sizing: border-box; }
16912   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16913     -webkit-box-flex: 1;
16914     -webkit-flex: 1 1 66.66%;
16915             flex: 1 1 66.66%;
16916     max-width: 100%;
16917     max-height: 66.66%;
16918     box-sizing: border-box; }
16919   [layout-xl="row"] > [flex-xl="70"] {
16920     -webkit-box-flex: 1;
16921     -webkit-flex: 1 1 70%;
16922             flex: 1 1 70%;
16923     max-width: 70%;
16924     max-height: 100%;
16925     box-sizing: border-box; }
16926   [layout-xl="column"] > [flex-xl="70"] {
16927     -webkit-box-flex: 1;
16928     -webkit-flex: 1 1 70%;
16929             flex: 1 1 70%;
16930     max-width: 100%;
16931     max-height: 70%;
16932     box-sizing: border-box; }
16933   [flex-xl="75"] {
16934     -webkit-box-flex: 1;
16935     -webkit-flex: 1 1 75%;
16936             flex: 1 1 75%;
16937     max-width: 75%;
16938     max-height: 100%;
16939     box-sizing: border-box; }
16940   [layout="row"] > [flex-xl="75"] {
16941     -webkit-box-flex: 1;
16942     -webkit-flex: 1 1 75%;
16943             flex: 1 1 75%;
16944     max-width: 75%;
16945     max-height: 100%;
16946     box-sizing: border-box; }
16947   [layout="column"] > [flex-xl="75"] {
16948     -webkit-box-flex: 1;
16949     -webkit-flex: 1 1 75%;
16950             flex: 1 1 75%;
16951     max-width: 100%;
16952     max-height: 75%;
16953     box-sizing: border-box; }
16954   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
16955     -webkit-box-flex: 1;
16956     -webkit-flex: 1 1 33.33%;
16957             flex: 1 1 33.33%;
16958     max-width: 33.33%;
16959     max-height: 100%;
16960     box-sizing: border-box; }
16961   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
16962     -webkit-box-flex: 1;
16963     -webkit-flex: 1 1 66.66%;
16964             flex: 1 1 66.66%;
16965     max-width: 66.66%;
16966     max-height: 100%;
16967     box-sizing: border-box; }
16968   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
16969     -webkit-box-flex: 1;
16970     -webkit-flex: 1 1 33.33%;
16971             flex: 1 1 33.33%;
16972     max-width: 100%;
16973     max-height: 33.33%;
16974     box-sizing: border-box; }
16975   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
16976     -webkit-box-flex: 1;
16977     -webkit-flex: 1 1 66.66%;
16978             flex: 1 1 66.66%;
16979     max-width: 100%;
16980     max-height: 66.66%;
16981     box-sizing: border-box; }
16982   [layout-xl="row"] > [flex-xl="75"] {
16983     -webkit-box-flex: 1;
16984     -webkit-flex: 1 1 75%;
16985             flex: 1 1 75%;
16986     max-width: 75%;
16987     max-height: 100%;
16988     box-sizing: border-box; }
16989   [layout-xl="column"] > [flex-xl="75"] {
16990     -webkit-box-flex: 1;
16991     -webkit-flex: 1 1 75%;
16992             flex: 1 1 75%;
16993     max-width: 100%;
16994     max-height: 75%;
16995     box-sizing: border-box; }
16996   [flex-xl="80"] {
16997     -webkit-box-flex: 1;
16998     -webkit-flex: 1 1 80%;
16999             flex: 1 1 80%;
17000     max-width: 80%;
17001     max-height: 100%;
17002     box-sizing: border-box; }
17003   [layout="row"] > [flex-xl="80"] {
17004     -webkit-box-flex: 1;
17005     -webkit-flex: 1 1 80%;
17006             flex: 1 1 80%;
17007     max-width: 80%;
17008     max-height: 100%;
17009     box-sizing: border-box; }
17010   [layout="column"] > [flex-xl="80"] {
17011     -webkit-box-flex: 1;
17012     -webkit-flex: 1 1 80%;
17013             flex: 1 1 80%;
17014     max-width: 100%;
17015     max-height: 80%;
17016     box-sizing: border-box; }
17017   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
17018     -webkit-box-flex: 1;
17019     -webkit-flex: 1 1 33.33%;
17020             flex: 1 1 33.33%;
17021     max-width: 33.33%;
17022     max-height: 100%;
17023     box-sizing: border-box; }
17024   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
17025     -webkit-box-flex: 1;
17026     -webkit-flex: 1 1 66.66%;
17027             flex: 1 1 66.66%;
17028     max-width: 66.66%;
17029     max-height: 100%;
17030     box-sizing: border-box; }
17031   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
17032     -webkit-box-flex: 1;
17033     -webkit-flex: 1 1 33.33%;
17034             flex: 1 1 33.33%;
17035     max-width: 100%;
17036     max-height: 33.33%;
17037     box-sizing: border-box; }
17038   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
17039     -webkit-box-flex: 1;
17040     -webkit-flex: 1 1 66.66%;
17041             flex: 1 1 66.66%;
17042     max-width: 100%;
17043     max-height: 66.66%;
17044     box-sizing: border-box; }
17045   [layout-xl="row"] > [flex-xl="80"] {
17046     -webkit-box-flex: 1;
17047     -webkit-flex: 1 1 80%;
17048             flex: 1 1 80%;
17049     max-width: 80%;
17050     max-height: 100%;
17051     box-sizing: border-box; }
17052   [layout-xl="column"] > [flex-xl="80"] {
17053     -webkit-box-flex: 1;
17054     -webkit-flex: 1 1 80%;
17055             flex: 1 1 80%;
17056     max-width: 100%;
17057     max-height: 80%;
17058     box-sizing: border-box; }
17059   [flex-xl="85"] {
17060     -webkit-box-flex: 1;
17061     -webkit-flex: 1 1 85%;
17062             flex: 1 1 85%;
17063     max-width: 85%;
17064     max-height: 100%;
17065     box-sizing: border-box; }
17066   [layout="row"] > [flex-xl="85"] {
17067     -webkit-box-flex: 1;
17068     -webkit-flex: 1 1 85%;
17069             flex: 1 1 85%;
17070     max-width: 85%;
17071     max-height: 100%;
17072     box-sizing: border-box; }
17073   [layout="column"] > [flex-xl="85"] {
17074     -webkit-box-flex: 1;
17075     -webkit-flex: 1 1 85%;
17076             flex: 1 1 85%;
17077     max-width: 100%;
17078     max-height: 85%;
17079     box-sizing: border-box; }
17080   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
17081     -webkit-box-flex: 1;
17082     -webkit-flex: 1 1 33.33%;
17083             flex: 1 1 33.33%;
17084     max-width: 33.33%;
17085     max-height: 100%;
17086     box-sizing: border-box; }
17087   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
17088     -webkit-box-flex: 1;
17089     -webkit-flex: 1 1 66.66%;
17090             flex: 1 1 66.66%;
17091     max-width: 66.66%;
17092     max-height: 100%;
17093     box-sizing: border-box; }
17094   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
17095     -webkit-box-flex: 1;
17096     -webkit-flex: 1 1 33.33%;
17097             flex: 1 1 33.33%;
17098     max-width: 100%;
17099     max-height: 33.33%;
17100     box-sizing: border-box; }
17101   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
17102     -webkit-box-flex: 1;
17103     -webkit-flex: 1 1 66.66%;
17104             flex: 1 1 66.66%;
17105     max-width: 100%;
17106     max-height: 66.66%;
17107     box-sizing: border-box; }
17108   [layout-xl="row"] > [flex-xl="85"] {
17109     -webkit-box-flex: 1;
17110     -webkit-flex: 1 1 85%;
17111             flex: 1 1 85%;
17112     max-width: 85%;
17113     max-height: 100%;
17114     box-sizing: border-box; }
17115   [layout-xl="column"] > [flex-xl="85"] {
17116     -webkit-box-flex: 1;
17117     -webkit-flex: 1 1 85%;
17118             flex: 1 1 85%;
17119     max-width: 100%;
17120     max-height: 85%;
17121     box-sizing: border-box; }
17122   [flex-xl="90"] {
17123     -webkit-box-flex: 1;
17124     -webkit-flex: 1 1 90%;
17125             flex: 1 1 90%;
17126     max-width: 90%;
17127     max-height: 100%;
17128     box-sizing: border-box; }
17129   [layout="row"] > [flex-xl="90"] {
17130     -webkit-box-flex: 1;
17131     -webkit-flex: 1 1 90%;
17132             flex: 1 1 90%;
17133     max-width: 90%;
17134     max-height: 100%;
17135     box-sizing: border-box; }
17136   [layout="column"] > [flex-xl="90"] {
17137     -webkit-box-flex: 1;
17138     -webkit-flex: 1 1 90%;
17139             flex: 1 1 90%;
17140     max-width: 100%;
17141     max-height: 90%;
17142     box-sizing: border-box; }
17143   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
17144     -webkit-box-flex: 1;
17145     -webkit-flex: 1 1 33.33%;
17146             flex: 1 1 33.33%;
17147     max-width: 33.33%;
17148     max-height: 100%;
17149     box-sizing: border-box; }
17150   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
17151     -webkit-box-flex: 1;
17152     -webkit-flex: 1 1 66.66%;
17153             flex: 1 1 66.66%;
17154     max-width: 66.66%;
17155     max-height: 100%;
17156     box-sizing: border-box; }
17157   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
17158     -webkit-box-flex: 1;
17159     -webkit-flex: 1 1 33.33%;
17160             flex: 1 1 33.33%;
17161     max-width: 100%;
17162     max-height: 33.33%;
17163     box-sizing: border-box; }
17164   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
17165     -webkit-box-flex: 1;
17166     -webkit-flex: 1 1 66.66%;
17167             flex: 1 1 66.66%;
17168     max-width: 100%;
17169     max-height: 66.66%;
17170     box-sizing: border-box; }
17171   [layout-xl="row"] > [flex-xl="90"] {
17172     -webkit-box-flex: 1;
17173     -webkit-flex: 1 1 90%;
17174             flex: 1 1 90%;
17175     max-width: 90%;
17176     max-height: 100%;
17177     box-sizing: border-box; }
17178   [layout-xl="column"] > [flex-xl="90"] {
17179     -webkit-box-flex: 1;
17180     -webkit-flex: 1 1 90%;
17181             flex: 1 1 90%;
17182     max-width: 100%;
17183     max-height: 90%;
17184     box-sizing: border-box; }
17185   [flex-xl="95"] {
17186     -webkit-box-flex: 1;
17187     -webkit-flex: 1 1 95%;
17188             flex: 1 1 95%;
17189     max-width: 95%;
17190     max-height: 100%;
17191     box-sizing: border-box; }
17192   [layout="row"] > [flex-xl="95"] {
17193     -webkit-box-flex: 1;
17194     -webkit-flex: 1 1 95%;
17195             flex: 1 1 95%;
17196     max-width: 95%;
17197     max-height: 100%;
17198     box-sizing: border-box; }
17199   [layout="column"] > [flex-xl="95"] {
17200     -webkit-box-flex: 1;
17201     -webkit-flex: 1 1 95%;
17202             flex: 1 1 95%;
17203     max-width: 100%;
17204     max-height: 95%;
17205     box-sizing: border-box; }
17206   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
17207     -webkit-box-flex: 1;
17208     -webkit-flex: 1 1 33.33%;
17209             flex: 1 1 33.33%;
17210     max-width: 33.33%;
17211     max-height: 100%;
17212     box-sizing: border-box; }
17213   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
17214     -webkit-box-flex: 1;
17215     -webkit-flex: 1 1 66.66%;
17216             flex: 1 1 66.66%;
17217     max-width: 66.66%;
17218     max-height: 100%;
17219     box-sizing: border-box; }
17220   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
17221     -webkit-box-flex: 1;
17222     -webkit-flex: 1 1 33.33%;
17223             flex: 1 1 33.33%;
17224     max-width: 100%;
17225     max-height: 33.33%;
17226     box-sizing: border-box; }
17227   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
17228     -webkit-box-flex: 1;
17229     -webkit-flex: 1 1 66.66%;
17230             flex: 1 1 66.66%;
17231     max-width: 100%;
17232     max-height: 66.66%;
17233     box-sizing: border-box; }
17234   [layout-xl="row"] > [flex-xl="95"] {
17235     -webkit-box-flex: 1;
17236     -webkit-flex: 1 1 95%;
17237             flex: 1 1 95%;
17238     max-width: 95%;
17239     max-height: 100%;
17240     box-sizing: border-box; }
17241   [layout-xl="column"] > [flex-xl="95"] {
17242     -webkit-box-flex: 1;
17243     -webkit-flex: 1 1 95%;
17244             flex: 1 1 95%;
17245     max-width: 100%;
17246     max-height: 95%;
17247     box-sizing: border-box; }
17248   [flex-xl="100"] {
17249     -webkit-box-flex: 1;
17250     -webkit-flex: 1 1 100%;
17251             flex: 1 1 100%;
17252     max-width: 100%;
17253     max-height: 100%;
17254     box-sizing: border-box; }
17255   [layout="row"] > [flex-xl="100"] {
17256     -webkit-box-flex: 1;
17257     -webkit-flex: 1 1 100%;
17258             flex: 1 1 100%;
17259     max-width: 100%;
17260     max-height: 100%;
17261     box-sizing: border-box; }
17262   [layout="column"] > [flex-xl="100"] {
17263     -webkit-box-flex: 1;
17264     -webkit-flex: 1 1 100%;
17265             flex: 1 1 100%;
17266     max-width: 100%;
17267     max-height: 100%;
17268     box-sizing: border-box; }
17269   [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"] {
17270     -webkit-box-flex: 1;
17271     -webkit-flex: 1 1 33.33%;
17272             flex: 1 1 33.33%;
17273     max-width: 33.33%;
17274     max-height: 100%;
17275     box-sizing: border-box; }
17276   [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"] {
17277     -webkit-box-flex: 1;
17278     -webkit-flex: 1 1 66.66%;
17279             flex: 1 1 66.66%;
17280     max-width: 66.66%;
17281     max-height: 100%;
17282     box-sizing: border-box; }
17283   [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"] {
17284     -webkit-box-flex: 1;
17285     -webkit-flex: 1 1 33.33%;
17286             flex: 1 1 33.33%;
17287     max-width: 100%;
17288     max-height: 33.33%;
17289     box-sizing: border-box; }
17290   [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"] {
17291     -webkit-box-flex: 1;
17292     -webkit-flex: 1 1 66.66%;
17293             flex: 1 1 66.66%;
17294     max-width: 100%;
17295     max-height: 66.66%;
17296     box-sizing: border-box; }
17297   [layout-xl="row"] > [flex-xl="100"] {
17298     -webkit-box-flex: 1;
17299     -webkit-flex: 1 1 100%;
17300             flex: 1 1 100%;
17301     max-width: 100%;
17302     max-height: 100%;
17303     box-sizing: border-box; }
17304   [layout-xl="column"] > [flex-xl="100"] {
17305     -webkit-box-flex: 1;
17306     -webkit-flex: 1 1 100%;
17307             flex: 1 1 100%;
17308     max-width: 100%;
17309     max-height: 100%;
17310     box-sizing: border-box; }
17311   [layout-xl="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"] {
17312     -webkit-box-flex: 1;
17313     -webkit-flex: 1 1 33.33%;
17314             flex: 1 1 33.33%;
17315     max-width: 33.33%;
17316     max-height: 100%;
17317     box-sizing: border-box; }
17318   [layout-xl="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"] {
17319     -webkit-box-flex: 1;
17320     -webkit-flex: 1 1 66.66%;
17321             flex: 1 1 66.66%;
17322     max-width: 66.66%;
17323     max-height: 100%;
17324     box-sizing: border-box; }
17325   [layout-xl="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"] {
17326     -webkit-box-flex: 1;
17327     -webkit-flex: 1 1 33.33%;
17328             flex: 1 1 33.33%;
17329     max-width: 100%;
17330     max-height: 33.33%;
17331     box-sizing: border-box; }
17332   [layout-xl="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"] {
17333     -webkit-box-flex: 1;
17334     -webkit-flex: 1 1 66.66%;
17335             flex: 1 1 66.66%;
17336     max-width: 100%;
17337     max-height: 66.66%;
17338     box-sizing: border-box; }
17339   [layout-xl], [layout-xl="column"], [layout-xl="row"] {
17340     box-sizing: border-box;
17341     display: -webkit-box;
17342     display: -webkit-flex;
17343     display: flex; }
17344   [layout-xl="column"] {
17345     -webkit-box-orient: vertical;
17346     -webkit-box-direction: normal;
17347     -webkit-flex-direction: column;
17348             flex-direction: column; }
17349   [layout-xl="row"] {
17350     -webkit-box-orient: horizontal;
17351     -webkit-box-direction: normal;
17352     -webkit-flex-direction: row;
17353             flex-direction: row; }
17354   [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
17355     display: none; }
17356   [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
17357     display: none; } }
17358
17359 @media print {
17360   [flex-order-print="-20"] {
17361     -webkit-box-ordinal-group: -19;
17362     -webkit-order: -20;
17363             order: -20; }
17364   [flex-order-print="-19"] {
17365     -webkit-box-ordinal-group: -18;
17366     -webkit-order: -19;
17367             order: -19; }
17368   [flex-order-print="-18"] {
17369     -webkit-box-ordinal-group: -17;
17370     -webkit-order: -18;
17371             order: -18; }
17372   [flex-order-print="-17"] {
17373     -webkit-box-ordinal-group: -16;
17374     -webkit-order: -17;
17375             order: -17; }
17376   [flex-order-print="-16"] {
17377     -webkit-box-ordinal-group: -15;
17378     -webkit-order: -16;
17379             order: -16; }
17380   [flex-order-print="-15"] {
17381     -webkit-box-ordinal-group: -14;
17382     -webkit-order: -15;
17383             order: -15; }
17384   [flex-order-print="-14"] {
17385     -webkit-box-ordinal-group: -13;
17386     -webkit-order: -14;
17387             order: -14; }
17388   [flex-order-print="-13"] {
17389     -webkit-box-ordinal-group: -12;
17390     -webkit-order: -13;
17391             order: -13; }
17392   [flex-order-print="-12"] {
17393     -webkit-box-ordinal-group: -11;
17394     -webkit-order: -12;
17395             order: -12; }
17396   [flex-order-print="-11"] {
17397     -webkit-box-ordinal-group: -10;
17398     -webkit-order: -11;
17399             order: -11; }
17400   [flex-order-print="-10"] {
17401     -webkit-box-ordinal-group: -9;
17402     -webkit-order: -10;
17403             order: -10; }
17404   [flex-order-print="-9"] {
17405     -webkit-box-ordinal-group: -8;
17406     -webkit-order: -9;
17407             order: -9; }
17408   [flex-order-print="-8"] {
17409     -webkit-box-ordinal-group: -7;
17410     -webkit-order: -8;
17411             order: -8; }
17412   [flex-order-print="-7"] {
17413     -webkit-box-ordinal-group: -6;
17414     -webkit-order: -7;
17415             order: -7; }
17416   [flex-order-print="-6"] {
17417     -webkit-box-ordinal-group: -5;
17418     -webkit-order: -6;
17419             order: -6; }
17420   [flex-order-print="-5"] {
17421     -webkit-box-ordinal-group: -4;
17422     -webkit-order: -5;
17423             order: -5; }
17424   [flex-order-print="-4"] {
17425     -webkit-box-ordinal-group: -3;
17426     -webkit-order: -4;
17427             order: -4; }
17428   [flex-order-print="-3"] {
17429     -webkit-box-ordinal-group: -2;
17430     -webkit-order: -3;
17431             order: -3; }
17432   [flex-order-print="-2"] {
17433     -webkit-box-ordinal-group: -1;
17434     -webkit-order: -2;
17435             order: -2; }
17436   [flex-order-print="-1"] {
17437     -webkit-box-ordinal-group: 0;
17438     -webkit-order: -1;
17439             order: -1; }
17440   [flex-order-print="0"] {
17441     -webkit-box-ordinal-group: 1;
17442     -webkit-order: 0;
17443             order: 0; }
17444   [flex-order-print="1"] {
17445     -webkit-box-ordinal-group: 2;
17446     -webkit-order: 1;
17447             order: 1; }
17448   [flex-order-print="2"] {
17449     -webkit-box-ordinal-group: 3;
17450     -webkit-order: 2;
17451             order: 2; }
17452   [flex-order-print="3"] {
17453     -webkit-box-ordinal-group: 4;
17454     -webkit-order: 3;
17455             order: 3; }
17456   [flex-order-print="4"] {
17457     -webkit-box-ordinal-group: 5;
17458     -webkit-order: 4;
17459             order: 4; }
17460   [flex-order-print="5"] {
17461     -webkit-box-ordinal-group: 6;
17462     -webkit-order: 5;
17463             order: 5; }
17464   [flex-order-print="6"] {
17465     -webkit-box-ordinal-group: 7;
17466     -webkit-order: 6;
17467             order: 6; }
17468   [flex-order-print="7"] {
17469     -webkit-box-ordinal-group: 8;
17470     -webkit-order: 7;
17471             order: 7; }
17472   [flex-order-print="8"] {
17473     -webkit-box-ordinal-group: 9;
17474     -webkit-order: 8;
17475             order: 8; }
17476   [flex-order-print="9"] {
17477     -webkit-box-ordinal-group: 10;
17478     -webkit-order: 9;
17479             order: 9; }
17480   [flex-order-print="10"] {
17481     -webkit-box-ordinal-group: 11;
17482     -webkit-order: 10;
17483             order: 10; }
17484   [flex-order-print="11"] {
17485     -webkit-box-ordinal-group: 12;
17486     -webkit-order: 11;
17487             order: 11; }
17488   [flex-order-print="12"] {
17489     -webkit-box-ordinal-group: 13;
17490     -webkit-order: 12;
17491             order: 12; }
17492   [flex-order-print="13"] {
17493     -webkit-box-ordinal-group: 14;
17494     -webkit-order: 13;
17495             order: 13; }
17496   [flex-order-print="14"] {
17497     -webkit-box-ordinal-group: 15;
17498     -webkit-order: 14;
17499             order: 14; }
17500   [flex-order-print="15"] {
17501     -webkit-box-ordinal-group: 16;
17502     -webkit-order: 15;
17503             order: 15; }
17504   [flex-order-print="16"] {
17505     -webkit-box-ordinal-group: 17;
17506     -webkit-order: 16;
17507             order: 16; }
17508   [flex-order-print="17"] {
17509     -webkit-box-ordinal-group: 18;
17510     -webkit-order: 17;
17511             order: 17; }
17512   [flex-order-print="18"] {
17513     -webkit-box-ordinal-group: 19;
17514     -webkit-order: 18;
17515             order: 18; }
17516   [flex-order-print="19"] {
17517     -webkit-box-ordinal-group: 20;
17518     -webkit-order: 19;
17519             order: 19; }
17520   [flex-order-print="20"] {
17521     -webkit-box-ordinal-group: 21;
17522     -webkit-order: 20;
17523             order: 20; }
17524   [flex-offset-print="0"] {
17525     margin-left: 0%; }
17526   [flex-offset-print="5"] {
17527     margin-left: 5%; }
17528   [flex-offset-print="10"] {
17529     margin-left: 10%; }
17530   [flex-offset-print="15"] {
17531     margin-left: 15%; }
17532   [flex-offset-print="20"] {
17533     margin-left: 20%; }
17534   [flex-offset-print="25"] {
17535     margin-left: 25%; }
17536   [flex-offset-print="30"] {
17537     margin-left: 30%; }
17538   [flex-offset-print="35"] {
17539     margin-left: 35%; }
17540   [flex-offset-print="40"] {
17541     margin-left: 40%; }
17542   [flex-offset-print="45"] {
17543     margin-left: 45%; }
17544   [flex-offset-print="50"] {
17545     margin-left: 50%; }
17546   [flex-offset-print="55"] {
17547     margin-left: 55%; }
17548   [flex-offset-print="60"] {
17549     margin-left: 60%; }
17550   [flex-offset-print="65"] {
17551     margin-left: 65%; }
17552   [flex-offset-print="70"] {
17553     margin-left: 70%; }
17554   [flex-offset-print="75"] {
17555     margin-left: 75%; }
17556   [flex-offset-print="80"] {
17557     margin-left: 80%; }
17558   [flex-offset-print="85"] {
17559     margin-left: 85%; }
17560   [flex-offset-print="90"] {
17561     margin-left: 90%; }
17562   [flex-offset-print="95"] {
17563     margin-left: 95%; }
17564   [flex-offset-print="33"] {
17565     margin-left: calc(100% / 3); }
17566   [flex-offset-print="66"] {
17567     margin-left: calc(200% / 3); }
17568   [layout-align-print],
17569   [layout-align-print="start stretch"] {
17570     -webkit-box-pack: start;
17571     -webkit-justify-content: flex-start;
17572             justify-content: flex-start;
17573     -webkit-align-content: stretch;
17574             align-content: stretch;
17575     -webkit-box-align: stretch;
17576     -webkit-align-items: stretch;
17577             align-items: stretch; }
17578   [layout-align-print="start"],
17579   [layout-align-print="start start"],
17580   [layout-align-print="start center"],
17581   [layout-align-print="start end"],
17582   [layout-align-print="start stretch"] {
17583     -webkit-box-pack: start;
17584     -webkit-justify-content: flex-start;
17585             justify-content: flex-start; }
17586   [layout-align-print="center"],
17587   [layout-align-print="center start"],
17588   [layout-align-print="center center"],
17589   [layout-align-print="center end"],
17590   [layout-align-print="center stretch"] {
17591     -webkit-box-pack: center;
17592     -webkit-justify-content: center;
17593             justify-content: center; }
17594   [layout-align-print="end"],
17595   [layout-align-print="end center"],
17596   [layout-align-print="end start"],
17597   [layout-align-print="end end"],
17598   [layout-align-print="end stretch"] {
17599     -webkit-box-pack: end;
17600     -webkit-justify-content: flex-end;
17601             justify-content: flex-end; }
17602   [layout-align-print="space-around"],
17603   [layout-align-print="space-around center"],
17604   [layout-align-print="space-around start"],
17605   [layout-align-print="space-around end"],
17606   [layout-align-print="space-around stretch"] {
17607     -webkit-justify-content: space-around;
17608             justify-content: space-around; }
17609   [layout-align-print="space-between"],
17610   [layout-align-print="space-between center"],
17611   [layout-align-print="space-between start"],
17612   [layout-align-print="space-between end"],
17613   [layout-align-print="space-between stretch"] {
17614     -webkit-box-pack: justify;
17615     -webkit-justify-content: space-between;
17616             justify-content: space-between; }
17617   [layout-align-print="start start"],
17618   [layout-align-print="center start"],
17619   [layout-align-print="end start"],
17620   [layout-align-print="space-between start"],
17621   [layout-align-print="space-around start"] {
17622     -webkit-box-align: start;
17623     -webkit-align-items: flex-start;
17624             align-items: flex-start;
17625     -webkit-align-content: flex-start;
17626             align-content: flex-start; }
17627   [layout-align-print="start center"],
17628   [layout-align-print="center center"],
17629   [layout-align-print="end center"],
17630   [layout-align-print="space-between center"],
17631   [layout-align-print="space-around center"] {
17632     -webkit-box-align: center;
17633     -webkit-align-items: center;
17634             align-items: center;
17635     -webkit-align-content: center;
17636             align-content: center;
17637     max-width: 100%; }
17638   [layout-align-print="start center"] > *,
17639   [layout-align-print="center center"] > *,
17640   [layout-align-print="end center"] > *,
17641   [layout-align-print="space-between center"] > *,
17642   [layout-align-print="space-around center"] > * {
17643     max-width: 100%;
17644     box-sizing: border-box; }
17645   [layout-align-print="start end"],
17646   [layout-align-print="center end"],
17647   [layout-align-print="end end"],
17648   [layout-align-print="space-between end"],
17649   [layout-align-print="space-around end"] {
17650     -webkit-box-align: end;
17651     -webkit-align-items: flex-end;
17652             align-items: flex-end;
17653     -webkit-align-content: flex-end;
17654             align-content: flex-end; }
17655   [layout-align-print="start stretch"],
17656   [layout-align-print="center stretch"],
17657   [layout-align-print="end stretch"],
17658   [layout-align-print="space-between stretch"],
17659   [layout-align-print="space-around stretch"] {
17660     -webkit-box-align: stretch;
17661     -webkit-align-items: stretch;
17662             align-items: stretch;
17663     -webkit-align-content: stretch;
17664             align-content: stretch; }
17665   [flex-print] {
17666     -webkit-box-flex: 1;
17667     -webkit-flex: 1;
17668             flex: 1;
17669     box-sizing: border-box; }
17670   [flex-print-grow] {
17671     -webkit-box-flex: 1;
17672     -webkit-flex: 1 1 100%;
17673             flex: 1 1 100%;
17674     box-sizing: border-box; }
17675   [flex-print-initial] {
17676     -webkit-box-flex: 0;
17677     -webkit-flex: 0 1 auto;
17678             flex: 0 1 auto;
17679     box-sizing: border-box; }
17680   [flex-print-auto] {
17681     -webkit-box-flex: 1;
17682     -webkit-flex: 1 1 auto;
17683             flex: 1 1 auto;
17684     box-sizing: border-box; }
17685   [flex-print-none] {
17686     -webkit-box-flex: 0;
17687     -webkit-flex: 0 0 auto;
17688             flex: 0 0 auto;
17689     box-sizing: border-box; }
17690   [flex-print="0"] {
17691     -webkit-box-flex: 1;
17692     -webkit-flex: 1 1 0%;
17693             flex: 1 1 0%;
17694     max-width: 0%;
17695     max-height: 100%;
17696     box-sizing: border-box; }
17697   [layout="row"] > [flex-print="0"] {
17698     -webkit-box-flex: 1;
17699     -webkit-flex: 1 1 0%;
17700             flex: 1 1 0%;
17701     max-width: 0%;
17702     max-height: 100%;
17703     box-sizing: border-box; }
17704   [layout="column"] > [flex-print="0"] {
17705     -webkit-box-flex: 1;
17706     -webkit-flex: 1 1 0%;
17707             flex: 1 1 0%;
17708     max-width: 100%;
17709     max-height: 0%;
17710     box-sizing: border-box; }
17711   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
17712     -webkit-box-flex: 1;
17713     -webkit-flex: 1 1 33.33%;
17714             flex: 1 1 33.33%;
17715     max-width: 33.33%;
17716     max-height: 100%;
17717     box-sizing: border-box; }
17718   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
17719     -webkit-box-flex: 1;
17720     -webkit-flex: 1 1 66.66%;
17721             flex: 1 1 66.66%;
17722     max-width: 66.66%;
17723     max-height: 100%;
17724     box-sizing: border-box; }
17725   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
17726     -webkit-box-flex: 1;
17727     -webkit-flex: 1 1 33.33%;
17728             flex: 1 1 33.33%;
17729     max-width: 100%;
17730     max-height: 33.33%;
17731     box-sizing: border-box; }
17732   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
17733     -webkit-box-flex: 1;
17734     -webkit-flex: 1 1 66.66%;
17735             flex: 1 1 66.66%;
17736     max-width: 100%;
17737     max-height: 66.66%;
17738     box-sizing: border-box; }
17739   [layout-print="row"] > [flex-print="0"] {
17740     -webkit-box-flex: 1;
17741     -webkit-flex: 1 1 0%;
17742             flex: 1 1 0%;
17743     max-width: 0%;
17744     max-height: 100%;
17745     box-sizing: border-box; }
17746   [layout-print="column"] > [flex-print="0"] {
17747     -webkit-box-flex: 1;
17748     -webkit-flex: 1 1 0%;
17749             flex: 1 1 0%;
17750     max-width: 100%;
17751     max-height: 0%;
17752     box-sizing: border-box; }
17753   [flex-print="5"] {
17754     -webkit-box-flex: 1;
17755     -webkit-flex: 1 1 5%;
17756             flex: 1 1 5%;
17757     max-width: 5%;
17758     max-height: 100%;
17759     box-sizing: border-box; }
17760   [layout="row"] > [flex-print="5"] {
17761     -webkit-box-flex: 1;
17762     -webkit-flex: 1 1 5%;
17763             flex: 1 1 5%;
17764     max-width: 5%;
17765     max-height: 100%;
17766     box-sizing: border-box; }
17767   [layout="column"] > [flex-print="5"] {
17768     -webkit-box-flex: 1;
17769     -webkit-flex: 1 1 5%;
17770             flex: 1 1 5%;
17771     max-width: 100%;
17772     max-height: 5%;
17773     box-sizing: border-box; }
17774   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
17775     -webkit-box-flex: 1;
17776     -webkit-flex: 1 1 33.33%;
17777             flex: 1 1 33.33%;
17778     max-width: 33.33%;
17779     max-height: 100%;
17780     box-sizing: border-box; }
17781   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
17782     -webkit-box-flex: 1;
17783     -webkit-flex: 1 1 66.66%;
17784             flex: 1 1 66.66%;
17785     max-width: 66.66%;
17786     max-height: 100%;
17787     box-sizing: border-box; }
17788   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
17789     -webkit-box-flex: 1;
17790     -webkit-flex: 1 1 33.33%;
17791             flex: 1 1 33.33%;
17792     max-width: 100%;
17793     max-height: 33.33%;
17794     box-sizing: border-box; }
17795   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
17796     -webkit-box-flex: 1;
17797     -webkit-flex: 1 1 66.66%;
17798             flex: 1 1 66.66%;
17799     max-width: 100%;
17800     max-height: 66.66%;
17801     box-sizing: border-box; }
17802   [layout-print="row"] > [flex-print="5"] {
17803     -webkit-box-flex: 1;
17804     -webkit-flex: 1 1 5%;
17805             flex: 1 1 5%;
17806     max-width: 5%;
17807     max-height: 100%;
17808     box-sizing: border-box; }
17809   [layout-print="column"] > [flex-print="5"] {
17810     -webkit-box-flex: 1;
17811     -webkit-flex: 1 1 5%;
17812             flex: 1 1 5%;
17813     max-width: 100%;
17814     max-height: 5%;
17815     box-sizing: border-box; }
17816   [flex-print="10"] {
17817     -webkit-box-flex: 1;
17818     -webkit-flex: 1 1 10%;
17819             flex: 1 1 10%;
17820     max-width: 10%;
17821     max-height: 100%;
17822     box-sizing: border-box; }
17823   [layout="row"] > [flex-print="10"] {
17824     -webkit-box-flex: 1;
17825     -webkit-flex: 1 1 10%;
17826             flex: 1 1 10%;
17827     max-width: 10%;
17828     max-height: 100%;
17829     box-sizing: border-box; }
17830   [layout="column"] > [flex-print="10"] {
17831     -webkit-box-flex: 1;
17832     -webkit-flex: 1 1 10%;
17833             flex: 1 1 10%;
17834     max-width: 100%;
17835     max-height: 10%;
17836     box-sizing: border-box; }
17837   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
17838     -webkit-box-flex: 1;
17839     -webkit-flex: 1 1 33.33%;
17840             flex: 1 1 33.33%;
17841     max-width: 33.33%;
17842     max-height: 100%;
17843     box-sizing: border-box; }
17844   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
17845     -webkit-box-flex: 1;
17846     -webkit-flex: 1 1 66.66%;
17847             flex: 1 1 66.66%;
17848     max-width: 66.66%;
17849     max-height: 100%;
17850     box-sizing: border-box; }
17851   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
17852     -webkit-box-flex: 1;
17853     -webkit-flex: 1 1 33.33%;
17854             flex: 1 1 33.33%;
17855     max-width: 100%;
17856     max-height: 33.33%;
17857     box-sizing: border-box; }
17858   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
17859     -webkit-box-flex: 1;
17860     -webkit-flex: 1 1 66.66%;
17861             flex: 1 1 66.66%;
17862     max-width: 100%;
17863     max-height: 66.66%;
17864     box-sizing: border-box; }
17865   [layout-print="row"] > [flex-print="10"] {
17866     -webkit-box-flex: 1;
17867     -webkit-flex: 1 1 10%;
17868             flex: 1 1 10%;
17869     max-width: 10%;
17870     max-height: 100%;
17871     box-sizing: border-box; }
17872   [layout-print="column"] > [flex-print="10"] {
17873     -webkit-box-flex: 1;
17874     -webkit-flex: 1 1 10%;
17875             flex: 1 1 10%;
17876     max-width: 100%;
17877     max-height: 10%;
17878     box-sizing: border-box; }
17879   [flex-print="15"] {
17880     -webkit-box-flex: 1;
17881     -webkit-flex: 1 1 15%;
17882             flex: 1 1 15%;
17883     max-width: 15%;
17884     max-height: 100%;
17885     box-sizing: border-box; }
17886   [layout="row"] > [flex-print="15"] {
17887     -webkit-box-flex: 1;
17888     -webkit-flex: 1 1 15%;
17889             flex: 1 1 15%;
17890     max-width: 15%;
17891     max-height: 100%;
17892     box-sizing: border-box; }
17893   [layout="column"] > [flex-print="15"] {
17894     -webkit-box-flex: 1;
17895     -webkit-flex: 1 1 15%;
17896             flex: 1 1 15%;
17897     max-width: 100%;
17898     max-height: 15%;
17899     box-sizing: border-box; }
17900   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
17901     -webkit-box-flex: 1;
17902     -webkit-flex: 1 1 33.33%;
17903             flex: 1 1 33.33%;
17904     max-width: 33.33%;
17905     max-height: 100%;
17906     box-sizing: border-box; }
17907   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
17908     -webkit-box-flex: 1;
17909     -webkit-flex: 1 1 66.66%;
17910             flex: 1 1 66.66%;
17911     max-width: 66.66%;
17912     max-height: 100%;
17913     box-sizing: border-box; }
17914   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
17915     -webkit-box-flex: 1;
17916     -webkit-flex: 1 1 33.33%;
17917             flex: 1 1 33.33%;
17918     max-width: 100%;
17919     max-height: 33.33%;
17920     box-sizing: border-box; }
17921   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
17922     -webkit-box-flex: 1;
17923     -webkit-flex: 1 1 66.66%;
17924             flex: 1 1 66.66%;
17925     max-width: 100%;
17926     max-height: 66.66%;
17927     box-sizing: border-box; }
17928   [layout-print="row"] > [flex-print="15"] {
17929     -webkit-box-flex: 1;
17930     -webkit-flex: 1 1 15%;
17931             flex: 1 1 15%;
17932     max-width: 15%;
17933     max-height: 100%;
17934     box-sizing: border-box; }
17935   [layout-print="column"] > [flex-print="15"] {
17936     -webkit-box-flex: 1;
17937     -webkit-flex: 1 1 15%;
17938             flex: 1 1 15%;
17939     max-width: 100%;
17940     max-height: 15%;
17941     box-sizing: border-box; }
17942   [flex-print="20"] {
17943     -webkit-box-flex: 1;
17944     -webkit-flex: 1 1 20%;
17945             flex: 1 1 20%;
17946     max-width: 20%;
17947     max-height: 100%;
17948     box-sizing: border-box; }
17949   [layout="row"] > [flex-print="20"] {
17950     -webkit-box-flex: 1;
17951     -webkit-flex: 1 1 20%;
17952             flex: 1 1 20%;
17953     max-width: 20%;
17954     max-height: 100%;
17955     box-sizing: border-box; }
17956   [layout="column"] > [flex-print="20"] {
17957     -webkit-box-flex: 1;
17958     -webkit-flex: 1 1 20%;
17959             flex: 1 1 20%;
17960     max-width: 100%;
17961     max-height: 20%;
17962     box-sizing: border-box; }
17963   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
17964     -webkit-box-flex: 1;
17965     -webkit-flex: 1 1 33.33%;
17966             flex: 1 1 33.33%;
17967     max-width: 33.33%;
17968     max-height: 100%;
17969     box-sizing: border-box; }
17970   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
17971     -webkit-box-flex: 1;
17972     -webkit-flex: 1 1 66.66%;
17973             flex: 1 1 66.66%;
17974     max-width: 66.66%;
17975     max-height: 100%;
17976     box-sizing: border-box; }
17977   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
17978     -webkit-box-flex: 1;
17979     -webkit-flex: 1 1 33.33%;
17980             flex: 1 1 33.33%;
17981     max-width: 100%;
17982     max-height: 33.33%;
17983     box-sizing: border-box; }
17984   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
17985     -webkit-box-flex: 1;
17986     -webkit-flex: 1 1 66.66%;
17987             flex: 1 1 66.66%;
17988     max-width: 100%;
17989     max-height: 66.66%;
17990     box-sizing: border-box; }
17991   [layout-print="row"] > [flex-print="20"] {
17992     -webkit-box-flex: 1;
17993     -webkit-flex: 1 1 20%;
17994             flex: 1 1 20%;
17995     max-width: 20%;
17996     max-height: 100%;
17997     box-sizing: border-box; }
17998   [layout-print="column"] > [flex-print="20"] {
17999     -webkit-box-flex: 1;
18000     -webkit-flex: 1 1 20%;
18001             flex: 1 1 20%;
18002     max-width: 100%;
18003     max-height: 20%;
18004     box-sizing: border-box; }
18005   [flex-print="25"] {
18006     -webkit-box-flex: 1;
18007     -webkit-flex: 1 1 25%;
18008             flex: 1 1 25%;
18009     max-width: 25%;
18010     max-height: 100%;
18011     box-sizing: border-box; }
18012   [layout="row"] > [flex-print="25"] {
18013     -webkit-box-flex: 1;
18014     -webkit-flex: 1 1 25%;
18015             flex: 1 1 25%;
18016     max-width: 25%;
18017     max-height: 100%;
18018     box-sizing: border-box; }
18019   [layout="column"] > [flex-print="25"] {
18020     -webkit-box-flex: 1;
18021     -webkit-flex: 1 1 25%;
18022             flex: 1 1 25%;
18023     max-width: 100%;
18024     max-height: 25%;
18025     box-sizing: border-box; }
18026   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18027     -webkit-box-flex: 1;
18028     -webkit-flex: 1 1 33.33%;
18029             flex: 1 1 33.33%;
18030     max-width: 33.33%;
18031     max-height: 100%;
18032     box-sizing: border-box; }
18033   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18034     -webkit-box-flex: 1;
18035     -webkit-flex: 1 1 66.66%;
18036             flex: 1 1 66.66%;
18037     max-width: 66.66%;
18038     max-height: 100%;
18039     box-sizing: border-box; }
18040   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18041     -webkit-box-flex: 1;
18042     -webkit-flex: 1 1 33.33%;
18043             flex: 1 1 33.33%;
18044     max-width: 100%;
18045     max-height: 33.33%;
18046     box-sizing: border-box; }
18047   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18048     -webkit-box-flex: 1;
18049     -webkit-flex: 1 1 66.66%;
18050             flex: 1 1 66.66%;
18051     max-width: 100%;
18052     max-height: 66.66%;
18053     box-sizing: border-box; }
18054   [layout-print="row"] > [flex-print="25"] {
18055     -webkit-box-flex: 1;
18056     -webkit-flex: 1 1 25%;
18057             flex: 1 1 25%;
18058     max-width: 25%;
18059     max-height: 100%;
18060     box-sizing: border-box; }
18061   [layout-print="column"] > [flex-print="25"] {
18062     -webkit-box-flex: 1;
18063     -webkit-flex: 1 1 25%;
18064             flex: 1 1 25%;
18065     max-width: 100%;
18066     max-height: 25%;
18067     box-sizing: border-box; }
18068   [flex-print="30"] {
18069     -webkit-box-flex: 1;
18070     -webkit-flex: 1 1 30%;
18071             flex: 1 1 30%;
18072     max-width: 30%;
18073     max-height: 100%;
18074     box-sizing: border-box; }
18075   [layout="row"] > [flex-print="30"] {
18076     -webkit-box-flex: 1;
18077     -webkit-flex: 1 1 30%;
18078             flex: 1 1 30%;
18079     max-width: 30%;
18080     max-height: 100%;
18081     box-sizing: border-box; }
18082   [layout="column"] > [flex-print="30"] {
18083     -webkit-box-flex: 1;
18084     -webkit-flex: 1 1 30%;
18085             flex: 1 1 30%;
18086     max-width: 100%;
18087     max-height: 30%;
18088     box-sizing: border-box; }
18089   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18090     -webkit-box-flex: 1;
18091     -webkit-flex: 1 1 33.33%;
18092             flex: 1 1 33.33%;
18093     max-width: 33.33%;
18094     max-height: 100%;
18095     box-sizing: border-box; }
18096   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18097     -webkit-box-flex: 1;
18098     -webkit-flex: 1 1 66.66%;
18099             flex: 1 1 66.66%;
18100     max-width: 66.66%;
18101     max-height: 100%;
18102     box-sizing: border-box; }
18103   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18104     -webkit-box-flex: 1;
18105     -webkit-flex: 1 1 33.33%;
18106             flex: 1 1 33.33%;
18107     max-width: 100%;
18108     max-height: 33.33%;
18109     box-sizing: border-box; }
18110   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18111     -webkit-box-flex: 1;
18112     -webkit-flex: 1 1 66.66%;
18113             flex: 1 1 66.66%;
18114     max-width: 100%;
18115     max-height: 66.66%;
18116     box-sizing: border-box; }
18117   [layout-print="row"] > [flex-print="30"] {
18118     -webkit-box-flex: 1;
18119     -webkit-flex: 1 1 30%;
18120             flex: 1 1 30%;
18121     max-width: 30%;
18122     max-height: 100%;
18123     box-sizing: border-box; }
18124   [layout-print="column"] > [flex-print="30"] {
18125     -webkit-box-flex: 1;
18126     -webkit-flex: 1 1 30%;
18127             flex: 1 1 30%;
18128     max-width: 100%;
18129     max-height: 30%;
18130     box-sizing: border-box; }
18131   [flex-print="35"] {
18132     -webkit-box-flex: 1;
18133     -webkit-flex: 1 1 35%;
18134             flex: 1 1 35%;
18135     max-width: 35%;
18136     max-height: 100%;
18137     box-sizing: border-box; }
18138   [layout="row"] > [flex-print="35"] {
18139     -webkit-box-flex: 1;
18140     -webkit-flex: 1 1 35%;
18141             flex: 1 1 35%;
18142     max-width: 35%;
18143     max-height: 100%;
18144     box-sizing: border-box; }
18145   [layout="column"] > [flex-print="35"] {
18146     -webkit-box-flex: 1;
18147     -webkit-flex: 1 1 35%;
18148             flex: 1 1 35%;
18149     max-width: 100%;
18150     max-height: 35%;
18151     box-sizing: border-box; }
18152   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18153     -webkit-box-flex: 1;
18154     -webkit-flex: 1 1 33.33%;
18155             flex: 1 1 33.33%;
18156     max-width: 33.33%;
18157     max-height: 100%;
18158     box-sizing: border-box; }
18159   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18160     -webkit-box-flex: 1;
18161     -webkit-flex: 1 1 66.66%;
18162             flex: 1 1 66.66%;
18163     max-width: 66.66%;
18164     max-height: 100%;
18165     box-sizing: border-box; }
18166   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18167     -webkit-box-flex: 1;
18168     -webkit-flex: 1 1 33.33%;
18169             flex: 1 1 33.33%;
18170     max-width: 100%;
18171     max-height: 33.33%;
18172     box-sizing: border-box; }
18173   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18174     -webkit-box-flex: 1;
18175     -webkit-flex: 1 1 66.66%;
18176             flex: 1 1 66.66%;
18177     max-width: 100%;
18178     max-height: 66.66%;
18179     box-sizing: border-box; }
18180   [layout-print="row"] > [flex-print="35"] {
18181     -webkit-box-flex: 1;
18182     -webkit-flex: 1 1 35%;
18183             flex: 1 1 35%;
18184     max-width: 35%;
18185     max-height: 100%;
18186     box-sizing: border-box; }
18187   [layout-print="column"] > [flex-print="35"] {
18188     -webkit-box-flex: 1;
18189     -webkit-flex: 1 1 35%;
18190             flex: 1 1 35%;
18191     max-width: 100%;
18192     max-height: 35%;
18193     box-sizing: border-box; }
18194   [flex-print="40"] {
18195     -webkit-box-flex: 1;
18196     -webkit-flex: 1 1 40%;
18197             flex: 1 1 40%;
18198     max-width: 40%;
18199     max-height: 100%;
18200     box-sizing: border-box; }
18201   [layout="row"] > [flex-print="40"] {
18202     -webkit-box-flex: 1;
18203     -webkit-flex: 1 1 40%;
18204             flex: 1 1 40%;
18205     max-width: 40%;
18206     max-height: 100%;
18207     box-sizing: border-box; }
18208   [layout="column"] > [flex-print="40"] {
18209     -webkit-box-flex: 1;
18210     -webkit-flex: 1 1 40%;
18211             flex: 1 1 40%;
18212     max-width: 100%;
18213     max-height: 40%;
18214     box-sizing: border-box; }
18215   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18216     -webkit-box-flex: 1;
18217     -webkit-flex: 1 1 33.33%;
18218             flex: 1 1 33.33%;
18219     max-width: 33.33%;
18220     max-height: 100%;
18221     box-sizing: border-box; }
18222   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18223     -webkit-box-flex: 1;
18224     -webkit-flex: 1 1 66.66%;
18225             flex: 1 1 66.66%;
18226     max-width: 66.66%;
18227     max-height: 100%;
18228     box-sizing: border-box; }
18229   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18230     -webkit-box-flex: 1;
18231     -webkit-flex: 1 1 33.33%;
18232             flex: 1 1 33.33%;
18233     max-width: 100%;
18234     max-height: 33.33%;
18235     box-sizing: border-box; }
18236   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18237     -webkit-box-flex: 1;
18238     -webkit-flex: 1 1 66.66%;
18239             flex: 1 1 66.66%;
18240     max-width: 100%;
18241     max-height: 66.66%;
18242     box-sizing: border-box; }
18243   [layout-print="row"] > [flex-print="40"] {
18244     -webkit-box-flex: 1;
18245     -webkit-flex: 1 1 40%;
18246             flex: 1 1 40%;
18247     max-width: 40%;
18248     max-height: 100%;
18249     box-sizing: border-box; }
18250   [layout-print="column"] > [flex-print="40"] {
18251     -webkit-box-flex: 1;
18252     -webkit-flex: 1 1 40%;
18253             flex: 1 1 40%;
18254     max-width: 100%;
18255     max-height: 40%;
18256     box-sizing: border-box; }
18257   [flex-print="45"] {
18258     -webkit-box-flex: 1;
18259     -webkit-flex: 1 1 45%;
18260             flex: 1 1 45%;
18261     max-width: 45%;
18262     max-height: 100%;
18263     box-sizing: border-box; }
18264   [layout="row"] > [flex-print="45"] {
18265     -webkit-box-flex: 1;
18266     -webkit-flex: 1 1 45%;
18267             flex: 1 1 45%;
18268     max-width: 45%;
18269     max-height: 100%;
18270     box-sizing: border-box; }
18271   [layout="column"] > [flex-print="45"] {
18272     -webkit-box-flex: 1;
18273     -webkit-flex: 1 1 45%;
18274             flex: 1 1 45%;
18275     max-width: 100%;
18276     max-height: 45%;
18277     box-sizing: border-box; }
18278   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18279     -webkit-box-flex: 1;
18280     -webkit-flex: 1 1 33.33%;
18281             flex: 1 1 33.33%;
18282     max-width: 33.33%;
18283     max-height: 100%;
18284     box-sizing: border-box; }
18285   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18286     -webkit-box-flex: 1;
18287     -webkit-flex: 1 1 66.66%;
18288             flex: 1 1 66.66%;
18289     max-width: 66.66%;
18290     max-height: 100%;
18291     box-sizing: border-box; }
18292   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18293     -webkit-box-flex: 1;
18294     -webkit-flex: 1 1 33.33%;
18295             flex: 1 1 33.33%;
18296     max-width: 100%;
18297     max-height: 33.33%;
18298     box-sizing: border-box; }
18299   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18300     -webkit-box-flex: 1;
18301     -webkit-flex: 1 1 66.66%;
18302             flex: 1 1 66.66%;
18303     max-width: 100%;
18304     max-height: 66.66%;
18305     box-sizing: border-box; }
18306   [layout-print="row"] > [flex-print="45"] {
18307     -webkit-box-flex: 1;
18308     -webkit-flex: 1 1 45%;
18309             flex: 1 1 45%;
18310     max-width: 45%;
18311     max-height: 100%;
18312     box-sizing: border-box; }
18313   [layout-print="column"] > [flex-print="45"] {
18314     -webkit-box-flex: 1;
18315     -webkit-flex: 1 1 45%;
18316             flex: 1 1 45%;
18317     max-width: 100%;
18318     max-height: 45%;
18319     box-sizing: border-box; }
18320   [flex-print="50"] {
18321     -webkit-box-flex: 1;
18322     -webkit-flex: 1 1 50%;
18323             flex: 1 1 50%;
18324     max-width: 50%;
18325     max-height: 100%;
18326     box-sizing: border-box; }
18327   [layout="row"] > [flex-print="50"] {
18328     -webkit-box-flex: 1;
18329     -webkit-flex: 1 1 50%;
18330             flex: 1 1 50%;
18331     max-width: 50%;
18332     max-height: 100%;
18333     box-sizing: border-box; }
18334   [layout="column"] > [flex-print="50"] {
18335     -webkit-box-flex: 1;
18336     -webkit-flex: 1 1 50%;
18337             flex: 1 1 50%;
18338     max-width: 100%;
18339     max-height: 50%;
18340     box-sizing: border-box; }
18341   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18342     -webkit-box-flex: 1;
18343     -webkit-flex: 1 1 33.33%;
18344             flex: 1 1 33.33%;
18345     max-width: 33.33%;
18346     max-height: 100%;
18347     box-sizing: border-box; }
18348   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18349     -webkit-box-flex: 1;
18350     -webkit-flex: 1 1 66.66%;
18351             flex: 1 1 66.66%;
18352     max-width: 66.66%;
18353     max-height: 100%;
18354     box-sizing: border-box; }
18355   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18356     -webkit-box-flex: 1;
18357     -webkit-flex: 1 1 33.33%;
18358             flex: 1 1 33.33%;
18359     max-width: 100%;
18360     max-height: 33.33%;
18361     box-sizing: border-box; }
18362   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18363     -webkit-box-flex: 1;
18364     -webkit-flex: 1 1 66.66%;
18365             flex: 1 1 66.66%;
18366     max-width: 100%;
18367     max-height: 66.66%;
18368     box-sizing: border-box; }
18369   [layout-print="row"] > [flex-print="50"] {
18370     -webkit-box-flex: 1;
18371     -webkit-flex: 1 1 50%;
18372             flex: 1 1 50%;
18373     max-width: 50%;
18374     max-height: 100%;
18375     box-sizing: border-box; }
18376   [layout-print="column"] > [flex-print="50"] {
18377     -webkit-box-flex: 1;
18378     -webkit-flex: 1 1 50%;
18379             flex: 1 1 50%;
18380     max-width: 100%;
18381     max-height: 50%;
18382     box-sizing: border-box; }
18383   [flex-print="55"] {
18384     -webkit-box-flex: 1;
18385     -webkit-flex: 1 1 55%;
18386             flex: 1 1 55%;
18387     max-width: 55%;
18388     max-height: 100%;
18389     box-sizing: border-box; }
18390   [layout="row"] > [flex-print="55"] {
18391     -webkit-box-flex: 1;
18392     -webkit-flex: 1 1 55%;
18393             flex: 1 1 55%;
18394     max-width: 55%;
18395     max-height: 100%;
18396     box-sizing: border-box; }
18397   [layout="column"] > [flex-print="55"] {
18398     -webkit-box-flex: 1;
18399     -webkit-flex: 1 1 55%;
18400             flex: 1 1 55%;
18401     max-width: 100%;
18402     max-height: 55%;
18403     box-sizing: border-box; }
18404   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18405     -webkit-box-flex: 1;
18406     -webkit-flex: 1 1 33.33%;
18407             flex: 1 1 33.33%;
18408     max-width: 33.33%;
18409     max-height: 100%;
18410     box-sizing: border-box; }
18411   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18412     -webkit-box-flex: 1;
18413     -webkit-flex: 1 1 66.66%;
18414             flex: 1 1 66.66%;
18415     max-width: 66.66%;
18416     max-height: 100%;
18417     box-sizing: border-box; }
18418   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18419     -webkit-box-flex: 1;
18420     -webkit-flex: 1 1 33.33%;
18421             flex: 1 1 33.33%;
18422     max-width: 100%;
18423     max-height: 33.33%;
18424     box-sizing: border-box; }
18425   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18426     -webkit-box-flex: 1;
18427     -webkit-flex: 1 1 66.66%;
18428             flex: 1 1 66.66%;
18429     max-width: 100%;
18430     max-height: 66.66%;
18431     box-sizing: border-box; }
18432   [layout-print="row"] > [flex-print="55"] {
18433     -webkit-box-flex: 1;
18434     -webkit-flex: 1 1 55%;
18435             flex: 1 1 55%;
18436     max-width: 55%;
18437     max-height: 100%;
18438     box-sizing: border-box; }
18439   [layout-print="column"] > [flex-print="55"] {
18440     -webkit-box-flex: 1;
18441     -webkit-flex: 1 1 55%;
18442             flex: 1 1 55%;
18443     max-width: 100%;
18444     max-height: 55%;
18445     box-sizing: border-box; }
18446   [flex-print="60"] {
18447     -webkit-box-flex: 1;
18448     -webkit-flex: 1 1 60%;
18449             flex: 1 1 60%;
18450     max-width: 60%;
18451     max-height: 100%;
18452     box-sizing: border-box; }
18453   [layout="row"] > [flex-print="60"] {
18454     -webkit-box-flex: 1;
18455     -webkit-flex: 1 1 60%;
18456             flex: 1 1 60%;
18457     max-width: 60%;
18458     max-height: 100%;
18459     box-sizing: border-box; }
18460   [layout="column"] > [flex-print="60"] {
18461     -webkit-box-flex: 1;
18462     -webkit-flex: 1 1 60%;
18463             flex: 1 1 60%;
18464     max-width: 100%;
18465     max-height: 60%;
18466     box-sizing: border-box; }
18467   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18468     -webkit-box-flex: 1;
18469     -webkit-flex: 1 1 33.33%;
18470             flex: 1 1 33.33%;
18471     max-width: 33.33%;
18472     max-height: 100%;
18473     box-sizing: border-box; }
18474   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18475     -webkit-box-flex: 1;
18476     -webkit-flex: 1 1 66.66%;
18477             flex: 1 1 66.66%;
18478     max-width: 66.66%;
18479     max-height: 100%;
18480     box-sizing: border-box; }
18481   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18482     -webkit-box-flex: 1;
18483     -webkit-flex: 1 1 33.33%;
18484             flex: 1 1 33.33%;
18485     max-width: 100%;
18486     max-height: 33.33%;
18487     box-sizing: border-box; }
18488   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18489     -webkit-box-flex: 1;
18490     -webkit-flex: 1 1 66.66%;
18491             flex: 1 1 66.66%;
18492     max-width: 100%;
18493     max-height: 66.66%;
18494     box-sizing: border-box; }
18495   [layout-print="row"] > [flex-print="60"] {
18496     -webkit-box-flex: 1;
18497     -webkit-flex: 1 1 60%;
18498             flex: 1 1 60%;
18499     max-width: 60%;
18500     max-height: 100%;
18501     box-sizing: border-box; }
18502   [layout-print="column"] > [flex-print="60"] {
18503     -webkit-box-flex: 1;
18504     -webkit-flex: 1 1 60%;
18505             flex: 1 1 60%;
18506     max-width: 100%;
18507     max-height: 60%;
18508     box-sizing: border-box; }
18509   [flex-print="65"] {
18510     -webkit-box-flex: 1;
18511     -webkit-flex: 1 1 65%;
18512             flex: 1 1 65%;
18513     max-width: 65%;
18514     max-height: 100%;
18515     box-sizing: border-box; }
18516   [layout="row"] > [flex-print="65"] {
18517     -webkit-box-flex: 1;
18518     -webkit-flex: 1 1 65%;
18519             flex: 1 1 65%;
18520     max-width: 65%;
18521     max-height: 100%;
18522     box-sizing: border-box; }
18523   [layout="column"] > [flex-print="65"] {
18524     -webkit-box-flex: 1;
18525     -webkit-flex: 1 1 65%;
18526             flex: 1 1 65%;
18527     max-width: 100%;
18528     max-height: 65%;
18529     box-sizing: border-box; }
18530   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18531     -webkit-box-flex: 1;
18532     -webkit-flex: 1 1 33.33%;
18533             flex: 1 1 33.33%;
18534     max-width: 33.33%;
18535     max-height: 100%;
18536     box-sizing: border-box; }
18537   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18538     -webkit-box-flex: 1;
18539     -webkit-flex: 1 1 66.66%;
18540             flex: 1 1 66.66%;
18541     max-width: 66.66%;
18542     max-height: 100%;
18543     box-sizing: border-box; }
18544   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18545     -webkit-box-flex: 1;
18546     -webkit-flex: 1 1 33.33%;
18547             flex: 1 1 33.33%;
18548     max-width: 100%;
18549     max-height: 33.33%;
18550     box-sizing: border-box; }
18551   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18552     -webkit-box-flex: 1;
18553     -webkit-flex: 1 1 66.66%;
18554             flex: 1 1 66.66%;
18555     max-width: 100%;
18556     max-height: 66.66%;
18557     box-sizing: border-box; }
18558   [layout-print="row"] > [flex-print="65"] {
18559     -webkit-box-flex: 1;
18560     -webkit-flex: 1 1 65%;
18561             flex: 1 1 65%;
18562     max-width: 65%;
18563     max-height: 100%;
18564     box-sizing: border-box; }
18565   [layout-print="column"] > [flex-print="65"] {
18566     -webkit-box-flex: 1;
18567     -webkit-flex: 1 1 65%;
18568             flex: 1 1 65%;
18569     max-width: 100%;
18570     max-height: 65%;
18571     box-sizing: border-box; }
18572   [flex-print="70"] {
18573     -webkit-box-flex: 1;
18574     -webkit-flex: 1 1 70%;
18575             flex: 1 1 70%;
18576     max-width: 70%;
18577     max-height: 100%;
18578     box-sizing: border-box; }
18579   [layout="row"] > [flex-print="70"] {
18580     -webkit-box-flex: 1;
18581     -webkit-flex: 1 1 70%;
18582             flex: 1 1 70%;
18583     max-width: 70%;
18584     max-height: 100%;
18585     box-sizing: border-box; }
18586   [layout="column"] > [flex-print="70"] {
18587     -webkit-box-flex: 1;
18588     -webkit-flex: 1 1 70%;
18589             flex: 1 1 70%;
18590     max-width: 100%;
18591     max-height: 70%;
18592     box-sizing: border-box; }
18593   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18594     -webkit-box-flex: 1;
18595     -webkit-flex: 1 1 33.33%;
18596             flex: 1 1 33.33%;
18597     max-width: 33.33%;
18598     max-height: 100%;
18599     box-sizing: border-box; }
18600   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18601     -webkit-box-flex: 1;
18602     -webkit-flex: 1 1 66.66%;
18603             flex: 1 1 66.66%;
18604     max-width: 66.66%;
18605     max-height: 100%;
18606     box-sizing: border-box; }
18607   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18608     -webkit-box-flex: 1;
18609     -webkit-flex: 1 1 33.33%;
18610             flex: 1 1 33.33%;
18611     max-width: 100%;
18612     max-height: 33.33%;
18613     box-sizing: border-box; }
18614   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18615     -webkit-box-flex: 1;
18616     -webkit-flex: 1 1 66.66%;
18617             flex: 1 1 66.66%;
18618     max-width: 100%;
18619     max-height: 66.66%;
18620     box-sizing: border-box; }
18621   [layout-print="row"] > [flex-print="70"] {
18622     -webkit-box-flex: 1;
18623     -webkit-flex: 1 1 70%;
18624             flex: 1 1 70%;
18625     max-width: 70%;
18626     max-height: 100%;
18627     box-sizing: border-box; }
18628   [layout-print="column"] > [flex-print="70"] {
18629     -webkit-box-flex: 1;
18630     -webkit-flex: 1 1 70%;
18631             flex: 1 1 70%;
18632     max-width: 100%;
18633     max-height: 70%;
18634     box-sizing: border-box; }
18635   [flex-print="75"] {
18636     -webkit-box-flex: 1;
18637     -webkit-flex: 1 1 75%;
18638             flex: 1 1 75%;
18639     max-width: 75%;
18640     max-height: 100%;
18641     box-sizing: border-box; }
18642   [layout="row"] > [flex-print="75"] {
18643     -webkit-box-flex: 1;
18644     -webkit-flex: 1 1 75%;
18645             flex: 1 1 75%;
18646     max-width: 75%;
18647     max-height: 100%;
18648     box-sizing: border-box; }
18649   [layout="column"] > [flex-print="75"] {
18650     -webkit-box-flex: 1;
18651     -webkit-flex: 1 1 75%;
18652             flex: 1 1 75%;
18653     max-width: 100%;
18654     max-height: 75%;
18655     box-sizing: border-box; }
18656   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18657     -webkit-box-flex: 1;
18658     -webkit-flex: 1 1 33.33%;
18659             flex: 1 1 33.33%;
18660     max-width: 33.33%;
18661     max-height: 100%;
18662     box-sizing: border-box; }
18663   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18664     -webkit-box-flex: 1;
18665     -webkit-flex: 1 1 66.66%;
18666             flex: 1 1 66.66%;
18667     max-width: 66.66%;
18668     max-height: 100%;
18669     box-sizing: border-box; }
18670   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18671     -webkit-box-flex: 1;
18672     -webkit-flex: 1 1 33.33%;
18673             flex: 1 1 33.33%;
18674     max-width: 100%;
18675     max-height: 33.33%;
18676     box-sizing: border-box; }
18677   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18678     -webkit-box-flex: 1;
18679     -webkit-flex: 1 1 66.66%;
18680             flex: 1 1 66.66%;
18681     max-width: 100%;
18682     max-height: 66.66%;
18683     box-sizing: border-box; }
18684   [layout-print="row"] > [flex-print="75"] {
18685     -webkit-box-flex: 1;
18686     -webkit-flex: 1 1 75%;
18687             flex: 1 1 75%;
18688     max-width: 75%;
18689     max-height: 100%;
18690     box-sizing: border-box; }
18691   [layout-print="column"] > [flex-print="75"] {
18692     -webkit-box-flex: 1;
18693     -webkit-flex: 1 1 75%;
18694             flex: 1 1 75%;
18695     max-width: 100%;
18696     max-height: 75%;
18697     box-sizing: border-box; }
18698   [flex-print="80"] {
18699     -webkit-box-flex: 1;
18700     -webkit-flex: 1 1 80%;
18701             flex: 1 1 80%;
18702     max-width: 80%;
18703     max-height: 100%;
18704     box-sizing: border-box; }
18705   [layout="row"] > [flex-print="80"] {
18706     -webkit-box-flex: 1;
18707     -webkit-flex: 1 1 80%;
18708             flex: 1 1 80%;
18709     max-width: 80%;
18710     max-height: 100%;
18711     box-sizing: border-box; }
18712   [layout="column"] > [flex-print="80"] {
18713     -webkit-box-flex: 1;
18714     -webkit-flex: 1 1 80%;
18715             flex: 1 1 80%;
18716     max-width: 100%;
18717     max-height: 80%;
18718     box-sizing: border-box; }
18719   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18720     -webkit-box-flex: 1;
18721     -webkit-flex: 1 1 33.33%;
18722             flex: 1 1 33.33%;
18723     max-width: 33.33%;
18724     max-height: 100%;
18725     box-sizing: border-box; }
18726   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18727     -webkit-box-flex: 1;
18728     -webkit-flex: 1 1 66.66%;
18729             flex: 1 1 66.66%;
18730     max-width: 66.66%;
18731     max-height: 100%;
18732     box-sizing: border-box; }
18733   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18734     -webkit-box-flex: 1;
18735     -webkit-flex: 1 1 33.33%;
18736             flex: 1 1 33.33%;
18737     max-width: 100%;
18738     max-height: 33.33%;
18739     box-sizing: border-box; }
18740   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18741     -webkit-box-flex: 1;
18742     -webkit-flex: 1 1 66.66%;
18743             flex: 1 1 66.66%;
18744     max-width: 100%;
18745     max-height: 66.66%;
18746     box-sizing: border-box; }
18747   [layout-print="row"] > [flex-print="80"] {
18748     -webkit-box-flex: 1;
18749     -webkit-flex: 1 1 80%;
18750             flex: 1 1 80%;
18751     max-width: 80%;
18752     max-height: 100%;
18753     box-sizing: border-box; }
18754   [layout-print="column"] > [flex-print="80"] {
18755     -webkit-box-flex: 1;
18756     -webkit-flex: 1 1 80%;
18757             flex: 1 1 80%;
18758     max-width: 100%;
18759     max-height: 80%;
18760     box-sizing: border-box; }
18761   [flex-print="85"] {
18762     -webkit-box-flex: 1;
18763     -webkit-flex: 1 1 85%;
18764             flex: 1 1 85%;
18765     max-width: 85%;
18766     max-height: 100%;
18767     box-sizing: border-box; }
18768   [layout="row"] > [flex-print="85"] {
18769     -webkit-box-flex: 1;
18770     -webkit-flex: 1 1 85%;
18771             flex: 1 1 85%;
18772     max-width: 85%;
18773     max-height: 100%;
18774     box-sizing: border-box; }
18775   [layout="column"] > [flex-print="85"] {
18776     -webkit-box-flex: 1;
18777     -webkit-flex: 1 1 85%;
18778             flex: 1 1 85%;
18779     max-width: 100%;
18780     max-height: 85%;
18781     box-sizing: border-box; }
18782   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18783     -webkit-box-flex: 1;
18784     -webkit-flex: 1 1 33.33%;
18785             flex: 1 1 33.33%;
18786     max-width: 33.33%;
18787     max-height: 100%;
18788     box-sizing: border-box; }
18789   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18790     -webkit-box-flex: 1;
18791     -webkit-flex: 1 1 66.66%;
18792             flex: 1 1 66.66%;
18793     max-width: 66.66%;
18794     max-height: 100%;
18795     box-sizing: border-box; }
18796   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18797     -webkit-box-flex: 1;
18798     -webkit-flex: 1 1 33.33%;
18799             flex: 1 1 33.33%;
18800     max-width: 100%;
18801     max-height: 33.33%;
18802     box-sizing: border-box; }
18803   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18804     -webkit-box-flex: 1;
18805     -webkit-flex: 1 1 66.66%;
18806             flex: 1 1 66.66%;
18807     max-width: 100%;
18808     max-height: 66.66%;
18809     box-sizing: border-box; }
18810   [layout-print="row"] > [flex-print="85"] {
18811     -webkit-box-flex: 1;
18812     -webkit-flex: 1 1 85%;
18813             flex: 1 1 85%;
18814     max-width: 85%;
18815     max-height: 100%;
18816     box-sizing: border-box; }
18817   [layout-print="column"] > [flex-print="85"] {
18818     -webkit-box-flex: 1;
18819     -webkit-flex: 1 1 85%;
18820             flex: 1 1 85%;
18821     max-width: 100%;
18822     max-height: 85%;
18823     box-sizing: border-box; }
18824   [flex-print="90"] {
18825     -webkit-box-flex: 1;
18826     -webkit-flex: 1 1 90%;
18827             flex: 1 1 90%;
18828     max-width: 90%;
18829     max-height: 100%;
18830     box-sizing: border-box; }
18831   [layout="row"] > [flex-print="90"] {
18832     -webkit-box-flex: 1;
18833     -webkit-flex: 1 1 90%;
18834             flex: 1 1 90%;
18835     max-width: 90%;
18836     max-height: 100%;
18837     box-sizing: border-box; }
18838   [layout="column"] > [flex-print="90"] {
18839     -webkit-box-flex: 1;
18840     -webkit-flex: 1 1 90%;
18841             flex: 1 1 90%;
18842     max-width: 100%;
18843     max-height: 90%;
18844     box-sizing: border-box; }
18845   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18846     -webkit-box-flex: 1;
18847     -webkit-flex: 1 1 33.33%;
18848             flex: 1 1 33.33%;
18849     max-width: 33.33%;
18850     max-height: 100%;
18851     box-sizing: border-box; }
18852   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18853     -webkit-box-flex: 1;
18854     -webkit-flex: 1 1 66.66%;
18855             flex: 1 1 66.66%;
18856     max-width: 66.66%;
18857     max-height: 100%;
18858     box-sizing: border-box; }
18859   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18860     -webkit-box-flex: 1;
18861     -webkit-flex: 1 1 33.33%;
18862             flex: 1 1 33.33%;
18863     max-width: 100%;
18864     max-height: 33.33%;
18865     box-sizing: border-box; }
18866   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18867     -webkit-box-flex: 1;
18868     -webkit-flex: 1 1 66.66%;
18869             flex: 1 1 66.66%;
18870     max-width: 100%;
18871     max-height: 66.66%;
18872     box-sizing: border-box; }
18873   [layout-print="row"] > [flex-print="90"] {
18874     -webkit-box-flex: 1;
18875     -webkit-flex: 1 1 90%;
18876             flex: 1 1 90%;
18877     max-width: 90%;
18878     max-height: 100%;
18879     box-sizing: border-box; }
18880   [layout-print="column"] > [flex-print="90"] {
18881     -webkit-box-flex: 1;
18882     -webkit-flex: 1 1 90%;
18883             flex: 1 1 90%;
18884     max-width: 100%;
18885     max-height: 90%;
18886     box-sizing: border-box; }
18887   [flex-print="95"] {
18888     -webkit-box-flex: 1;
18889     -webkit-flex: 1 1 95%;
18890             flex: 1 1 95%;
18891     max-width: 95%;
18892     max-height: 100%;
18893     box-sizing: border-box; }
18894   [layout="row"] > [flex-print="95"] {
18895     -webkit-box-flex: 1;
18896     -webkit-flex: 1 1 95%;
18897             flex: 1 1 95%;
18898     max-width: 95%;
18899     max-height: 100%;
18900     box-sizing: border-box; }
18901   [layout="column"] > [flex-print="95"] {
18902     -webkit-box-flex: 1;
18903     -webkit-flex: 1 1 95%;
18904             flex: 1 1 95%;
18905     max-width: 100%;
18906     max-height: 95%;
18907     box-sizing: border-box; }
18908   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18909     -webkit-box-flex: 1;
18910     -webkit-flex: 1 1 33.33%;
18911             flex: 1 1 33.33%;
18912     max-width: 33.33%;
18913     max-height: 100%;
18914     box-sizing: border-box; }
18915   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18916     -webkit-box-flex: 1;
18917     -webkit-flex: 1 1 66.66%;
18918             flex: 1 1 66.66%;
18919     max-width: 66.66%;
18920     max-height: 100%;
18921     box-sizing: border-box; }
18922   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18923     -webkit-box-flex: 1;
18924     -webkit-flex: 1 1 33.33%;
18925             flex: 1 1 33.33%;
18926     max-width: 100%;
18927     max-height: 33.33%;
18928     box-sizing: border-box; }
18929   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18930     -webkit-box-flex: 1;
18931     -webkit-flex: 1 1 66.66%;
18932             flex: 1 1 66.66%;
18933     max-width: 100%;
18934     max-height: 66.66%;
18935     box-sizing: border-box; }
18936   [layout-print="row"] > [flex-print="95"] {
18937     -webkit-box-flex: 1;
18938     -webkit-flex: 1 1 95%;
18939             flex: 1 1 95%;
18940     max-width: 95%;
18941     max-height: 100%;
18942     box-sizing: border-box; }
18943   [layout-print="column"] > [flex-print="95"] {
18944     -webkit-box-flex: 1;
18945     -webkit-flex: 1 1 95%;
18946             flex: 1 1 95%;
18947     max-width: 100%;
18948     max-height: 95%;
18949     box-sizing: border-box; }
18950   [flex-print="100"] {
18951     -webkit-box-flex: 1;
18952     -webkit-flex: 1 1 100%;
18953             flex: 1 1 100%;
18954     max-width: 100%;
18955     max-height: 100%;
18956     box-sizing: border-box; }
18957   [layout="row"] > [flex-print="100"] {
18958     -webkit-box-flex: 1;
18959     -webkit-flex: 1 1 100%;
18960             flex: 1 1 100%;
18961     max-width: 100%;
18962     max-height: 100%;
18963     box-sizing: border-box; }
18964   [layout="column"] > [flex-print="100"] {
18965     -webkit-box-flex: 1;
18966     -webkit-flex: 1 1 100%;
18967             flex: 1 1 100%;
18968     max-width: 100%;
18969     max-height: 100%;
18970     box-sizing: border-box; }
18971   [layout="row"] > [flex-print="33"], [layout="row"] > [flex-print="33"] {
18972     -webkit-box-flex: 1;
18973     -webkit-flex: 1 1 33.33%;
18974             flex: 1 1 33.33%;
18975     max-width: 33.33%;
18976     max-height: 100%;
18977     box-sizing: border-box; }
18978   [layout="row"] > [flex-print="66"], [layout="row"] > [flex-print="66"] {
18979     -webkit-box-flex: 1;
18980     -webkit-flex: 1 1 66.66%;
18981             flex: 1 1 66.66%;
18982     max-width: 66.66%;
18983     max-height: 100%;
18984     box-sizing: border-box; }
18985   [layout="column"] > [flex-print="33"], [layout="column"] > [flex-print="33"] {
18986     -webkit-box-flex: 1;
18987     -webkit-flex: 1 1 33.33%;
18988             flex: 1 1 33.33%;
18989     max-width: 100%;
18990     max-height: 33.33%;
18991     box-sizing: border-box; }
18992   [layout="column"] > [flex-print="66"], [layout="column"] > [flex-print="66"] {
18993     -webkit-box-flex: 1;
18994     -webkit-flex: 1 1 66.66%;
18995             flex: 1 1 66.66%;
18996     max-width: 100%;
18997     max-height: 66.66%;
18998     box-sizing: border-box; }
18999   [layout-print="row"] > [flex-print="100"] {
19000     -webkit-box-flex: 1;
19001     -webkit-flex: 1 1 100%;
19002             flex: 1 1 100%;
19003     max-width: 100%;
19004     max-height: 100%;
19005     box-sizing: border-box; }
19006   [layout-print="column"] > [flex-print="100"] {
19007     -webkit-box-flex: 1;
19008     -webkit-flex: 1 1 100%;
19009             flex: 1 1 100%;
19010     max-width: 100%;
19011     max-height: 100%;
19012     box-sizing: border-box; }
19013   [layout-print="row"] > [flex-print="33"], [layout-print="row"] > [flex-print="33"] {
19014     -webkit-box-flex: 1;
19015     -webkit-flex: 1 1 33.33%;
19016             flex: 1 1 33.33%;
19017     max-width: 33.33%;
19018     max-height: 100%;
19019     box-sizing: border-box; }
19020   [layout-print="row"] > [flex-print="66"], [layout-print="row"] > [flex-print="66"] {
19021     -webkit-box-flex: 1;
19022     -webkit-flex: 1 1 66.66%;
19023             flex: 1 1 66.66%;
19024     max-width: 66.66%;
19025     max-height: 100%;
19026     box-sizing: border-box; }
19027   [layout-print="column"] > [flex-print="33"], [layout-print="column"] > [flex-print="33"] {
19028     -webkit-box-flex: 1;
19029     -webkit-flex: 1 1 33.33%;
19030             flex: 1 1 33.33%;
19031     max-width: 100%;
19032     max-height: 33.33%;
19033     box-sizing: border-box; }
19034   [layout-print="column"] > [flex-print="66"], [layout-print="column"] > [flex-print="66"] {
19035     -webkit-box-flex: 1;
19036     -webkit-flex: 1 1 66.66%;
19037             flex: 1 1 66.66%;
19038     max-width: 100%;
19039     max-height: 66.66%;
19040     box-sizing: border-box; }
19041   [layout-print], [layout-print="column"], [layout-print="row"] {
19042     box-sizing: border-box;
19043     display: -webkit-box;
19044     display: -webkit-flex;
19045     display: flex; }
19046   [layout-print="column"] {
19047     -webkit-box-orient: vertical;
19048     -webkit-box-direction: normal;
19049     -webkit-flex-direction: column;
19050             flex-direction: column; }
19051   [layout-print="row"] {
19052     -webkit-box-orient: horizontal;
19053     -webkit-box-direction: normal;
19054     -webkit-flex-direction: row;
19055             flex-direction: row; }
19056   [hide-print]:not([show-print]):not([show]) {
19057     display: none; } }