UNPKG

67.9 kBCSSView Raw
1.is-unselectable, .delete {
2 -webkit-touch-callout: none;
3 -webkit-user-select: none;
4 -moz-user-select: none;
5 -ms-user-select: none;
6 user-select: none;
7}
8
9.table-container:not(:last-child), .table:not(:last-child), .title:not(:last-child),
10.subtitle:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .list:not(:last-child), .level:not(:last-child) {
11 margin-bottom: 1.5rem;
12}
13
14.delete {
15 -moz-appearance: none;
16 -webkit-appearance: none;
17 background-color: rgba(10, 10, 10, 0.2);
18 border: none;
19 border-radius: 290486px;
20 cursor: pointer;
21 pointer-events: auto;
22 display: inline-block;
23 -ms-flex-positive: 0;
24 flex-grow: 0;
25 -ms-flex-negative: 0;
26 flex-shrink: 0;
27 font-size: 0;
28 height: 20px;
29 max-height: 20px;
30 max-width: 20px;
31 min-height: 20px;
32 min-width: 20px;
33 outline: none;
34 position: relative;
35 vertical-align: top;
36 width: 20px;
37}
38.delete::before, .delete::after {
39 background-color: white;
40 content: "";
41 display: block;
42 left: 50%;
43 position: absolute;
44 top: 50%;
45 -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
46 -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
47 transform: translateX(-50%) translateY(-50%) rotate(45deg);
48 -webkit-transform-origin: center center;
49 -ms-transform-origin: center center;
50 transform-origin: center center;
51}
52.delete::before {
53 height: 2px;
54 width: 50%;
55}
56.delete::after {
57 height: 50%;
58 width: 2px;
59}
60.delete:hover, .delete:focus {
61 background-color: rgba(10, 10, 10, 0.3);
62}
63.delete:active {
64 background-color: rgba(10, 10, 10, 0.4);
65}
66.is-small.delete {
67 height: 16px;
68 max-height: 16px;
69 max-width: 16px;
70 min-height: 16px;
71 min-width: 16px;
72 width: 16px;
73}
74.is-medium.delete {
75 height: 24px;
76 max-height: 24px;
77 max-width: 24px;
78 min-height: 24px;
79 min-width: 24px;
80 width: 24px;
81}
82.is-large.delete {
83 height: 32px;
84 max-height: 32px;
85 max-width: 32px;
86 min-height: 32px;
87 min-width: 32px;
88 width: 32px;
89}
90
91.loader {
92 -webkit-animation: spinAround 500ms infinite linear;
93 animation: spinAround 500ms infinite linear;
94 border: 2px solid #dbdbdb;
95 border-radius: 290486px;
96 border-right-color: transparent;
97 border-top-color: transparent;
98 content: "";
99 display: block;
100 height: 1em;
101 position: relative;
102 width: 1em;
103}
104
105.hero-video, .is-overlay {
106 bottom: 0;
107 left: 0;
108 position: absolute;
109 right: 0;
110 top: 0;
111}
112
113.is-unselectable, .delete {
114 -webkit-touch-callout: none;
115 -webkit-user-select: none;
116 -moz-user-select: none;
117 -ms-user-select: none;
118 user-select: none;
119}
120
121.table-container:not(:last-child), .table:not(:last-child), .title:not(:last-child),
122.subtitle:not(:last-child), .highlight:not(:last-child), .block:not(:last-child), .list:not(:last-child), .level:not(:last-child) {
123 margin-bottom: 1.5rem;
124}
125
126.delete {
127 -moz-appearance: none;
128 -webkit-appearance: none;
129 background-color: rgba(10, 10, 10, 0.2);
130 border: none;
131 border-radius: 290486px;
132 cursor: pointer;
133 pointer-events: auto;
134 display: inline-block;
135 -ms-flex-positive: 0;
136 flex-grow: 0;
137 -ms-flex-negative: 0;
138 flex-shrink: 0;
139 font-size: 0;
140 height: 20px;
141 max-height: 20px;
142 max-width: 20px;
143 min-height: 20px;
144 min-width: 20px;
145 outline: none;
146 position: relative;
147 vertical-align: top;
148 width: 20px;
149}
150.delete::before, .delete::after {
151 background-color: white;
152 content: "";
153 display: block;
154 left: 50%;
155 position: absolute;
156 top: 50%;
157 -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
158 -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
159 transform: translateX(-50%) translateY(-50%) rotate(45deg);
160 -webkit-transform-origin: center center;
161 -ms-transform-origin: center center;
162 transform-origin: center center;
163}
164.delete::before {
165 height: 2px;
166 width: 50%;
167}
168.delete::after {
169 height: 50%;
170 width: 2px;
171}
172.delete:hover, .delete:focus {
173 background-color: rgba(10, 10, 10, 0.3);
174}
175.delete:active {
176 background-color: rgba(10, 10, 10, 0.4);
177}
178.is-small.delete {
179 height: 16px;
180 max-height: 16px;
181 max-width: 16px;
182 min-height: 16px;
183 min-width: 16px;
184 width: 16px;
185}
186.is-medium.delete {
187 height: 24px;
188 max-height: 24px;
189 max-width: 24px;
190 min-height: 24px;
191 min-width: 24px;
192 width: 24px;
193}
194.is-large.delete {
195 height: 32px;
196 max-height: 32px;
197 max-width: 32px;
198 min-height: 32px;
199 min-width: 32px;
200 width: 32px;
201}
202
203.loader {
204 -webkit-animation: spinAround 500ms infinite linear;
205 animation: spinAround 500ms infinite linear;
206 border: 2px solid #dbdbdb;
207 border-radius: 290486px;
208 border-right-color: transparent;
209 border-top-color: transparent;
210 content: "";
211 display: block;
212 height: 1em;
213 position: relative;
214 width: 1em;
215}
216
217.hero-video, .is-overlay {
218 bottom: 0;
219 left: 0;
220 position: absolute;
221 right: 0;
222 top: 0;
223}
224
225@-webkit-keyframes spinAround {
226 from {
227 -webkit-transform: rotate(0deg);
228 transform: rotate(0deg);
229 }
230 to {
231 -webkit-transform: rotate(359deg);
232 transform: rotate(359deg);
233 }
234}
235
236@keyframes spinAround {
237 from {
238 -webkit-transform: rotate(0deg);
239 transform: rotate(0deg);
240 }
241 to {
242 -webkit-transform: rotate(359deg);
243 transform: rotate(359deg);
244 }
245}
246/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
247html,
248body,
249p,
250ol,
251ul,
252li,
253dl,
254dt,
255dd,
256blockquote,
257figure,
258fieldset,
259legend,
260textarea,
261pre,
262iframe,
263hr,
264h1,
265h2,
266h3,
267h4,
268h5,
269h6 {
270 margin: 0;
271 padding: 0;
272}
273
274h1,
275h2,
276h3,
277h4,
278h5,
279h6 {
280 font-size: 100%;
281 font-weight: normal;
282}
283
284ul {
285 list-style: none;
286}
287
288button,
289input,
290select,
291textarea {
292 margin: 0;
293}
294
295html {
296 -webkit-box-sizing: border-box;
297 box-sizing: border-box;
298}
299
300*, *::before, *::after {
301 -webkit-box-sizing: inherit;
302 box-sizing: inherit;
303}
304
305img,
306video {
307 height: auto;
308 max-width: 100%;
309}
310
311iframe {
312 border: 0;
313}
314
315table {
316 border-collapse: collapse;
317 border-spacing: 0;
318}
319
320td,
321th {
322 padding: 0;
323}
324td:not([align]),
325th:not([align]) {
326 text-align: inherit;
327}
328
329html {
330 background-color: white;
331 font-size: 16px;
332 -moz-osx-font-smoothing: grayscale;
333 -webkit-font-smoothing: antialiased;
334 min-width: 300px;
335 overflow-x: hidden;
336 overflow-y: scroll;
337 text-rendering: optimizeLegibility;
338 -webkit-text-size-adjust: 100%;
339 -moz-text-size-adjust: 100%;
340 -ms-text-size-adjust: 100%;
341 text-size-adjust: 100%;
342}
343
344article,
345aside,
346figure,
347footer,
348header,
349hgroup,
350section {
351 display: block;
352}
353
354body,
355button,
356input,
357select,
358textarea {
359 font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
360}
361
362code,
363pre {
364 -moz-osx-font-smoothing: auto;
365 -webkit-font-smoothing: auto;
366 font-family: monospace;
367}
368
369body {
370 color: #4a4a4a;
371 font-size: 1em;
372 font-weight: 400;
373 line-height: 1.5;
374}
375
376a {
377 color: #5851ff;
378 cursor: pointer;
379 text-decoration: none;
380}
381a strong {
382 color: currentColor;
383}
384a:hover {
385 color: #363636;
386}
387
388code {
389 background-color: whitesmoke;
390 color: #f14668;
391 font-size: 0.875em;
392 font-weight: normal;
393 padding: 0.25em 0.5em 0.25em;
394}
395
396hr {
397 background-color: whitesmoke;
398 border: none;
399 display: block;
400 height: 2px;
401 margin: 1.5rem 0;
402}
403
404img {
405 height: auto;
406 max-width: 100%;
407}
408
409input[type=checkbox],
410input[type=radio] {
411 vertical-align: baseline;
412}
413
414small {
415 font-size: 0.875em;
416}
417
418span {
419 font-style: inherit;
420 font-weight: inherit;
421}
422
423strong {
424 color: #363636;
425 font-weight: 700;
426}
427
428fieldset {
429 border: none;
430}
431
432pre {
433 -webkit-overflow-scrolling: touch;
434 background-color: whitesmoke;
435 color: #4a4a4a;
436 font-size: 0.875em;
437 overflow-x: auto;
438 padding: 1.25rem 1.5rem;
439 white-space: pre;
440 word-wrap: normal;
441}
442pre code {
443 background-color: transparent;
444 color: currentColor;
445 font-size: 1em;
446 padding: 0;
447}
448
449table td,
450table th {
451 vertical-align: top;
452}
453table td:not([align]),
454table th:not([align]) {
455 text-align: inherit;
456}
457table th {
458 color: #363636;
459}
460
461.has-text-white {
462 color: white !important;
463}
464
465a.has-text-white:hover, a.has-text-white:focus {
466 color: #e6e6e6 !important;
467}
468
469.has-background-white {
470 background-color: white !important;
471}
472
473.has-text-black {
474 color: #0a0a0a !important;
475}
476
477a.has-text-black:hover, a.has-text-black:focus {
478 color: black !important;
479}
480
481.has-background-black {
482 background-color: #0a0a0a !important;
483}
484
485.has-text-light {
486 color: whitesmoke !important;
487}
488
489a.has-text-light:hover, a.has-text-light:focus {
490 color: #dbdbdb !important;
491}
492
493.has-background-light {
494 background-color: whitesmoke !important;
495}
496
497.has-text-dark {
498 color: #363636 !important;
499}
500
501a.has-text-dark:hover, a.has-text-dark:focus {
502 color: #1c1c1c !important;
503}
504
505.has-background-dark {
506 background-color: #363636 !important;
507}
508
509.has-text-primary {
510 color: #5851ff !important;
511}
512
513a.has-text-primary:hover, a.has-text-primary:focus {
514 color: #271eff !important;
515}
516
517.has-background-primary {
518 background-color: #5851ff !important;
519}
520
521.has-text-primary-light {
522 color: #ebebff !important;
523}
524
525a.has-text-primary-light:hover, a.has-text-primary-light:focus {
526 color: #bab8ff !important;
527}
528
529.has-background-primary-light {
530 background-color: #ebebff !important;
531}
532
533.has-text-primary-dark {
534 color: #0a00f0 !important;
535}
536
537a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
538 color: #2d24ff !important;
539}
540
541.has-background-primary-dark {
542 background-color: #0a00f0 !important;
543}
544
545.has-text-link {
546 color: #5851ff !important;
547}
548
549a.has-text-link:hover, a.has-text-link:focus {
550 color: #271eff !important;
551}
552
553.has-background-link {
554 background-color: #5851ff !important;
555}
556
557.has-text-link-light {
558 color: #ebebff !important;
559}
560
561a.has-text-link-light:hover, a.has-text-link-light:focus {
562 color: #bab8ff !important;
563}
564
565.has-background-link-light {
566 background-color: #ebebff !important;
567}
568
569.has-text-link-dark {
570 color: #0a00f0 !important;
571}
572
573a.has-text-link-dark:hover, a.has-text-link-dark:focus {
574 color: #2d24ff !important;
575}
576
577.has-background-link-dark {
578 background-color: #0a00f0 !important;
579}
580
581.has-text-info {
582 color: #3298dc !important;
583}
584
585a.has-text-info:hover, a.has-text-info:focus {
586 color: #207dbc !important;
587}
588
589.has-background-info {
590 background-color: #3298dc !important;
591}
592
593.has-text-info-light {
594 color: #eef6fc !important;
595}
596
597a.has-text-info-light:hover, a.has-text-info-light:focus {
598 color: #c2e0f5 !important;
599}
600
601.has-background-info-light {
602 background-color: #eef6fc !important;
603}
604
605.has-text-info-dark {
606 color: #1d72aa !important;
607}
608
609a.has-text-info-dark:hover, a.has-text-info-dark:focus {
610 color: #248fd6 !important;
611}
612
613.has-background-info-dark {
614 background-color: #1d72aa !important;
615}
616
617.has-text-success {
618 color: #48c774 !important;
619}
620
621a.has-text-success:hover, a.has-text-success:focus {
622 color: #34a85c !important;
623}
624
625.has-background-success {
626 background-color: #48c774 !important;
627}
628
629.has-text-success-light {
630 color: #effaf3 !important;
631}
632
633a.has-text-success-light:hover, a.has-text-success-light:focus {
634 color: #c8eed6 !important;
635}
636
637.has-background-success-light {
638 background-color: #effaf3 !important;
639}
640
641.has-text-success-dark {
642 color: #257942 !important;
643}
644
645a.has-text-success-dark:hover, a.has-text-success-dark:focus {
646 color: #31a058 !important;
647}
648
649.has-background-success-dark {
650 background-color: #257942 !important;
651}
652
653.has-text-warning {
654 color: #ffdd57 !important;
655}
656
657a.has-text-warning:hover, a.has-text-warning:focus {
658 color: #ffd324 !important;
659}
660
661.has-background-warning {
662 background-color: #ffdd57 !important;
663}
664
665.has-text-warning-light {
666 color: #fffbeb !important;
667}
668
669a.has-text-warning-light:hover, a.has-text-warning-light:focus {
670 color: #fff1b8 !important;
671}
672
673.has-background-warning-light {
674 background-color: #fffbeb !important;
675}
676
677.has-text-warning-dark {
678 color: #947600 !important;
679}
680
681a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
682 color: #c79f00 !important;
683}
684
685.has-background-warning-dark {
686 background-color: #947600 !important;
687}
688
689.has-text-danger {
690 color: #f14668 !important;
691}
692
693a.has-text-danger:hover, a.has-text-danger:focus {
694 color: #ee1742 !important;
695}
696
697.has-background-danger {
698 background-color: #f14668 !important;
699}
700
701.has-text-danger-light {
702 color: #feecf0 !important;
703}
704
705a.has-text-danger-light:hover, a.has-text-danger-light:focus {
706 color: #fabdc9 !important;
707}
708
709.has-background-danger-light {
710 background-color: #feecf0 !important;
711}
712
713.has-text-danger-dark {
714 color: #cc0f35 !important;
715}
716
717a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
718 color: #ee2049 !important;
719}
720
721.has-background-danger-dark {
722 background-color: #cc0f35 !important;
723}
724
725.has-text-black-bis {
726 color: #121212 !important;
727}
728
729.has-background-black-bis {
730 background-color: #121212 !important;
731}
732
733.has-text-black-ter {
734 color: #242424 !important;
735}
736
737.has-background-black-ter {
738 background-color: #242424 !important;
739}
740
741.has-text-grey-darker {
742 color: #363636 !important;
743}
744
745.has-background-grey-darker {
746 background-color: #363636 !important;
747}
748
749.has-text-grey-dark {
750 color: #4a4a4a !important;
751}
752
753.has-background-grey-dark {
754 background-color: #4a4a4a !important;
755}
756
757.has-text-grey {
758 color: #7a7a7a !important;
759}
760
761.has-background-grey {
762 background-color: #7a7a7a !important;
763}
764
765.has-text-grey-light {
766 color: #b5b5b5 !important;
767}
768
769.has-background-grey-light {
770 background-color: #b5b5b5 !important;
771}
772
773.has-text-grey-lighter {
774 color: #dbdbdb !important;
775}
776
777.has-background-grey-lighter {
778 background-color: #dbdbdb !important;
779}
780
781.has-text-white-ter {
782 color: whitesmoke !important;
783}
784
785.has-background-white-ter {
786 background-color: whitesmoke !important;
787}
788
789.has-text-white-bis {
790 color: #fafafa !important;
791}
792
793.has-background-white-bis {
794 background-color: #fafafa !important;
795}
796
797.is-clearfix::after {
798 clear: both;
799 content: " ";
800 display: table;
801}
802
803.is-pulled-left {
804 float: left !important;
805}
806
807.is-pulled-right {
808 float: right !important;
809}
810
811.is-radiusless {
812 border-radius: 0 !important;
813}
814
815.is-shadowless {
816 -webkit-box-shadow: none !important;
817 box-shadow: none !important;
818}
819
820.is-clipped {
821 overflow: hidden !important;
822}
823
824.is-relative {
825 position: relative !important;
826}
827
828.is-marginless {
829 margin: 0 !important;
830}
831
832.is-paddingless {
833 padding: 0 !important;
834}
835
836.mt-0 {
837 margin-top: 0 !important;
838}
839
840.mr-0 {
841 margin-right: 0 !important;
842}
843
844.mb-0 {
845 margin-bottom: 0 !important;
846}
847
848.ml-0 {
849 margin-left: 0 !important;
850}
851
852.mx-0 {
853 margin-left: 0 !important;
854 margin-right: 0 !important;
855}
856
857.my-0 {
858 margin-top: 0 !important;
859 margin-bottom: 0 !important;
860}
861
862.mt-1 {
863 margin-top: 0.25rem !important;
864}
865
866.mr-1 {
867 margin-right: 0.25rem !important;
868}
869
870.mb-1 {
871 margin-bottom: 0.25rem !important;
872}
873
874.ml-1 {
875 margin-left: 0.25rem !important;
876}
877
878.mx-1 {
879 margin-left: 0.25rem !important;
880 margin-right: 0.25rem !important;
881}
882
883.my-1 {
884 margin-top: 0.25rem !important;
885 margin-bottom: 0.25rem !important;
886}
887
888.mt-2 {
889 margin-top: 0.5rem !important;
890}
891
892.mr-2 {
893 margin-right: 0.5rem !important;
894}
895
896.mb-2 {
897 margin-bottom: 0.5rem !important;
898}
899
900.ml-2 {
901 margin-left: 0.5rem !important;
902}
903
904.mx-2 {
905 margin-left: 0.5rem !important;
906 margin-right: 0.5rem !important;
907}
908
909.my-2 {
910 margin-top: 0.5rem !important;
911 margin-bottom: 0.5rem !important;
912}
913
914.mt-3 {
915 margin-top: 0.75rem !important;
916}
917
918.mr-3 {
919 margin-right: 0.75rem !important;
920}
921
922.mb-3 {
923 margin-bottom: 0.75rem !important;
924}
925
926.ml-3 {
927 margin-left: 0.75rem !important;
928}
929
930.mx-3 {
931 margin-left: 0.75rem !important;
932 margin-right: 0.75rem !important;
933}
934
935.my-3 {
936 margin-top: 0.75rem !important;
937 margin-bottom: 0.75rem !important;
938}
939
940.mt-4 {
941 margin-top: 1rem !important;
942}
943
944.mr-4 {
945 margin-right: 1rem !important;
946}
947
948.mb-4 {
949 margin-bottom: 1rem !important;
950}
951
952.ml-4 {
953 margin-left: 1rem !important;
954}
955
956.mx-4 {
957 margin-left: 1rem !important;
958 margin-right: 1rem !important;
959}
960
961.my-4 {
962 margin-top: 1rem !important;
963 margin-bottom: 1rem !important;
964}
965
966.mt-5 {
967 margin-top: 1.5rem !important;
968}
969
970.mr-5 {
971 margin-right: 1.5rem !important;
972}
973
974.mb-5 {
975 margin-bottom: 1.5rem !important;
976}
977
978.ml-5 {
979 margin-left: 1.5rem !important;
980}
981
982.mx-5 {
983 margin-left: 1.5rem !important;
984 margin-right: 1.5rem !important;
985}
986
987.my-5 {
988 margin-top: 1.5rem !important;
989 margin-bottom: 1.5rem !important;
990}
991
992.mt-6 {
993 margin-top: 3rem !important;
994}
995
996.mr-6 {
997 margin-right: 3rem !important;
998}
999
1000.mb-6 {
1001 margin-bottom: 3rem !important;
1002}
1003
1004.ml-6 {
1005 margin-left: 3rem !important;
1006}
1007
1008.mx-6 {
1009 margin-left: 3rem !important;
1010 margin-right: 3rem !important;
1011}
1012
1013.my-6 {
1014 margin-top: 3rem !important;
1015 margin-bottom: 3rem !important;
1016}
1017
1018.pt-0 {
1019 padding-top: 0 !important;
1020}
1021
1022.pr-0 {
1023 padding-right: 0 !important;
1024}
1025
1026.pb-0 {
1027 padding-bottom: 0 !important;
1028}
1029
1030.pl-0 {
1031 padding-left: 0 !important;
1032}
1033
1034.px-0 {
1035 padding-left: 0 !important;
1036 padding-right: 0 !important;
1037}
1038
1039.py-0 {
1040 padding-top: 0 !important;
1041 padding-bottom: 0 !important;
1042}
1043
1044.pt-1 {
1045 padding-top: 0.25rem !important;
1046}
1047
1048.pr-1 {
1049 padding-right: 0.25rem !important;
1050}
1051
1052.pb-1 {
1053 padding-bottom: 0.25rem !important;
1054}
1055
1056.pl-1 {
1057 padding-left: 0.25rem !important;
1058}
1059
1060.px-1 {
1061 padding-left: 0.25rem !important;
1062 padding-right: 0.25rem !important;
1063}
1064
1065.py-1 {
1066 padding-top: 0.25rem !important;
1067 padding-bottom: 0.25rem !important;
1068}
1069
1070.pt-2 {
1071 padding-top: 0.5rem !important;
1072}
1073
1074.pr-2 {
1075 padding-right: 0.5rem !important;
1076}
1077
1078.pb-2 {
1079 padding-bottom: 0.5rem !important;
1080}
1081
1082.pl-2 {
1083 padding-left: 0.5rem !important;
1084}
1085
1086.px-2 {
1087 padding-left: 0.5rem !important;
1088 padding-right: 0.5rem !important;
1089}
1090
1091.py-2 {
1092 padding-top: 0.5rem !important;
1093 padding-bottom: 0.5rem !important;
1094}
1095
1096.pt-3 {
1097 padding-top: 0.75rem !important;
1098}
1099
1100.pr-3 {
1101 padding-right: 0.75rem !important;
1102}
1103
1104.pb-3 {
1105 padding-bottom: 0.75rem !important;
1106}
1107
1108.pl-3 {
1109 padding-left: 0.75rem !important;
1110}
1111
1112.px-3 {
1113 padding-left: 0.75rem !important;
1114 padding-right: 0.75rem !important;
1115}
1116
1117.py-3 {
1118 padding-top: 0.75rem !important;
1119 padding-bottom: 0.75rem !important;
1120}
1121
1122.pt-4 {
1123 padding-top: 1rem !important;
1124}
1125
1126.pr-4 {
1127 padding-right: 1rem !important;
1128}
1129
1130.pb-4 {
1131 padding-bottom: 1rem !important;
1132}
1133
1134.pl-4 {
1135 padding-left: 1rem !important;
1136}
1137
1138.px-4 {
1139 padding-left: 1rem !important;
1140 padding-right: 1rem !important;
1141}
1142
1143.py-4 {
1144 padding-top: 1rem !important;
1145 padding-bottom: 1rem !important;
1146}
1147
1148.pt-5 {
1149 padding-top: 1.5rem !important;
1150}
1151
1152.pr-5 {
1153 padding-right: 1.5rem !important;
1154}
1155
1156.pb-5 {
1157 padding-bottom: 1.5rem !important;
1158}
1159
1160.pl-5 {
1161 padding-left: 1.5rem !important;
1162}
1163
1164.px-5 {
1165 padding-left: 1.5rem !important;
1166 padding-right: 1.5rem !important;
1167}
1168
1169.py-5 {
1170 padding-top: 1.5rem !important;
1171 padding-bottom: 1.5rem !important;
1172}
1173
1174.pt-6 {
1175 padding-top: 3rem !important;
1176}
1177
1178.pr-6 {
1179 padding-right: 3rem !important;
1180}
1181
1182.pb-6 {
1183 padding-bottom: 3rem !important;
1184}
1185
1186.pl-6 {
1187 padding-left: 3rem !important;
1188}
1189
1190.px-6 {
1191 padding-left: 3rem !important;
1192 padding-right: 3rem !important;
1193}
1194
1195.py-6 {
1196 padding-top: 3rem !important;
1197 padding-bottom: 3rem !important;
1198}
1199
1200.is-size-1 {
1201 font-size: 3rem !important;
1202}
1203
1204.is-size-2 {
1205 font-size: 2.5rem !important;
1206}
1207
1208.is-size-3 {
1209 font-size: 2rem !important;
1210}
1211
1212.is-size-4 {
1213 font-size: 1.5rem !important;
1214}
1215
1216.is-size-5 {
1217 font-size: 1.25rem !important;
1218}
1219
1220.is-size-6 {
1221 font-size: 1rem !important;
1222}
1223
1224.is-size-7 {
1225 font-size: 0.75rem !important;
1226}
1227
1228@media screen and (max-width: 768px) {
1229 .is-size-1-mobile {
1230 font-size: 3rem !important;
1231 }
1232
1233 .is-size-2-mobile {
1234 font-size: 2.5rem !important;
1235 }
1236
1237 .is-size-3-mobile {
1238 font-size: 2rem !important;
1239 }
1240
1241 .is-size-4-mobile {
1242 font-size: 1.5rem !important;
1243 }
1244
1245 .is-size-5-mobile {
1246 font-size: 1.25rem !important;
1247 }
1248
1249 .is-size-6-mobile {
1250 font-size: 1rem !important;
1251 }
1252
1253 .is-size-7-mobile {
1254 font-size: 0.75rem !important;
1255 }
1256}
1257@media screen and (min-width: 769px), print {
1258 .is-size-1-tablet {
1259 font-size: 3rem !important;
1260 }
1261
1262 .is-size-2-tablet {
1263 font-size: 2.5rem !important;
1264 }
1265
1266 .is-size-3-tablet {
1267 font-size: 2rem !important;
1268 }
1269
1270 .is-size-4-tablet {
1271 font-size: 1.5rem !important;
1272 }
1273
1274 .is-size-5-tablet {
1275 font-size: 1.25rem !important;
1276 }
1277
1278 .is-size-6-tablet {
1279 font-size: 1rem !important;
1280 }
1281
1282 .is-size-7-tablet {
1283 font-size: 0.75rem !important;
1284 }
1285}
1286@media screen and (max-width: 1023px) {
1287 .is-size-1-touch {
1288 font-size: 3rem !important;
1289 }
1290
1291 .is-size-2-touch {
1292 font-size: 2.5rem !important;
1293 }
1294
1295 .is-size-3-touch {
1296 font-size: 2rem !important;
1297 }
1298
1299 .is-size-4-touch {
1300 font-size: 1.5rem !important;
1301 }
1302
1303 .is-size-5-touch {
1304 font-size: 1.25rem !important;
1305 }
1306
1307 .is-size-6-touch {
1308 font-size: 1rem !important;
1309 }
1310
1311 .is-size-7-touch {
1312 font-size: 0.75rem !important;
1313 }
1314}
1315@media screen and (min-width: 1024px) {
1316 .is-size-1-desktop {
1317 font-size: 3rem !important;
1318 }
1319
1320 .is-size-2-desktop {
1321 font-size: 2.5rem !important;
1322 }
1323
1324 .is-size-3-desktop {
1325 font-size: 2rem !important;
1326 }
1327
1328 .is-size-4-desktop {
1329 font-size: 1.5rem !important;
1330 }
1331
1332 .is-size-5-desktop {
1333 font-size: 1.25rem !important;
1334 }
1335
1336 .is-size-6-desktop {
1337 font-size: 1rem !important;
1338 }
1339
1340 .is-size-7-desktop {
1341 font-size: 0.75rem !important;
1342 }
1343}
1344@media screen and (min-width: 1216px) {
1345 .is-size-1-widescreen {
1346 font-size: 3rem !important;
1347 }
1348
1349 .is-size-2-widescreen {
1350 font-size: 2.5rem !important;
1351 }
1352
1353 .is-size-3-widescreen {
1354 font-size: 2rem !important;
1355 }
1356
1357 .is-size-4-widescreen {
1358 font-size: 1.5rem !important;
1359 }
1360
1361 .is-size-5-widescreen {
1362 font-size: 1.25rem !important;
1363 }
1364
1365 .is-size-6-widescreen {
1366 font-size: 1rem !important;
1367 }
1368
1369 .is-size-7-widescreen {
1370 font-size: 0.75rem !important;
1371 }
1372}
1373@media screen and (min-width: 1408px) {
1374 .is-size-1-fullhd {
1375 font-size: 3rem !important;
1376 }
1377
1378 .is-size-2-fullhd {
1379 font-size: 2.5rem !important;
1380 }
1381
1382 .is-size-3-fullhd {
1383 font-size: 2rem !important;
1384 }
1385
1386 .is-size-4-fullhd {
1387 font-size: 1.5rem !important;
1388 }
1389
1390 .is-size-5-fullhd {
1391 font-size: 1.25rem !important;
1392 }
1393
1394 .is-size-6-fullhd {
1395 font-size: 1rem !important;
1396 }
1397
1398 .is-size-7-fullhd {
1399 font-size: 0.75rem !important;
1400 }
1401}
1402.has-text-centered {
1403 text-align: center !important;
1404}
1405
1406.has-text-justified {
1407 text-align: justify !important;
1408}
1409
1410.has-text-left {
1411 text-align: left !important;
1412}
1413
1414.has-text-right {
1415 text-align: right !important;
1416}
1417
1418@media screen and (max-width: 768px) {
1419 .has-text-centered-mobile {
1420 text-align: center !important;
1421 }
1422}
1423@media screen and (min-width: 769px), print {
1424 .has-text-centered-tablet {
1425 text-align: center !important;
1426 }
1427}
1428@media screen and (min-width: 769px) and (max-width: 1023px) {
1429 .has-text-centered-tablet-only {
1430 text-align: center !important;
1431 }
1432}
1433@media screen and (max-width: 1023px) {
1434 .has-text-centered-touch {
1435 text-align: center !important;
1436 }
1437}
1438@media screen and (min-width: 1024px) {
1439 .has-text-centered-desktop {
1440 text-align: center !important;
1441 }
1442}
1443@media screen and (min-width: 1024px) and (max-width: 1215px) {
1444 .has-text-centered-desktop-only {
1445 text-align: center !important;
1446 }
1447}
1448@media screen and (min-width: 1216px) {
1449 .has-text-centered-widescreen {
1450 text-align: center !important;
1451 }
1452}
1453@media screen and (min-width: 1216px) and (max-width: 1407px) {
1454 .has-text-centered-widescreen-only {
1455 text-align: center !important;
1456 }
1457}
1458@media screen and (min-width: 1408px) {
1459 .has-text-centered-fullhd {
1460 text-align: center !important;
1461 }
1462}
1463@media screen and (max-width: 768px) {
1464 .has-text-justified-mobile {
1465 text-align: justify !important;
1466 }
1467}
1468@media screen and (min-width: 769px), print {
1469 .has-text-justified-tablet {
1470 text-align: justify !important;
1471 }
1472}
1473@media screen and (min-width: 769px) and (max-width: 1023px) {
1474 .has-text-justified-tablet-only {
1475 text-align: justify !important;
1476 }
1477}
1478@media screen and (max-width: 1023px) {
1479 .has-text-justified-touch {
1480 text-align: justify !important;
1481 }
1482}
1483@media screen and (min-width: 1024px) {
1484 .has-text-justified-desktop {
1485 text-align: justify !important;
1486 }
1487}
1488@media screen and (min-width: 1024px) and (max-width: 1215px) {
1489 .has-text-justified-desktop-only {
1490 text-align: justify !important;
1491 }
1492}
1493@media screen and (min-width: 1216px) {
1494 .has-text-justified-widescreen {
1495 text-align: justify !important;
1496 }
1497}
1498@media screen and (min-width: 1216px) and (max-width: 1407px) {
1499 .has-text-justified-widescreen-only {
1500 text-align: justify !important;
1501 }
1502}
1503@media screen and (min-width: 1408px) {
1504 .has-text-justified-fullhd {
1505 text-align: justify !important;
1506 }
1507}
1508@media screen and (max-width: 768px) {
1509 .has-text-left-mobile {
1510 text-align: left !important;
1511 }
1512}
1513@media screen and (min-width: 769px), print {
1514 .has-text-left-tablet {
1515 text-align: left !important;
1516 }
1517}
1518@media screen and (min-width: 769px) and (max-width: 1023px) {
1519 .has-text-left-tablet-only {
1520 text-align: left !important;
1521 }
1522}
1523@media screen and (max-width: 1023px) {
1524 .has-text-left-touch {
1525 text-align: left !important;
1526 }
1527}
1528@media screen and (min-width: 1024px) {
1529 .has-text-left-desktop {
1530 text-align: left !important;
1531 }
1532}
1533@media screen and (min-width: 1024px) and (max-width: 1215px) {
1534 .has-text-left-desktop-only {
1535 text-align: left !important;
1536 }
1537}
1538@media screen and (min-width: 1216px) {
1539 .has-text-left-widescreen {
1540 text-align: left !important;
1541 }
1542}
1543@media screen and (min-width: 1216px) and (max-width: 1407px) {
1544 .has-text-left-widescreen-only {
1545 text-align: left !important;
1546 }
1547}
1548@media screen and (min-width: 1408px) {
1549 .has-text-left-fullhd {
1550 text-align: left !important;
1551 }
1552}
1553@media screen and (max-width: 768px) {
1554 .has-text-right-mobile {
1555 text-align: right !important;
1556 }
1557}
1558@media screen and (min-width: 769px), print {
1559 .has-text-right-tablet {
1560 text-align: right !important;
1561 }
1562}
1563@media screen and (min-width: 769px) and (max-width: 1023px) {
1564 .has-text-right-tablet-only {
1565 text-align: right !important;
1566 }
1567}
1568@media screen and (max-width: 1023px) {
1569 .has-text-right-touch {
1570 text-align: right !important;
1571 }
1572}
1573@media screen and (min-width: 1024px) {
1574 .has-text-right-desktop {
1575 text-align: right !important;
1576 }
1577}
1578@media screen and (min-width: 1024px) and (max-width: 1215px) {
1579 .has-text-right-desktop-only {
1580 text-align: right !important;
1581 }
1582}
1583@media screen and (min-width: 1216px) {
1584 .has-text-right-widescreen {
1585 text-align: right !important;
1586 }
1587}
1588@media screen and (min-width: 1216px) and (max-width: 1407px) {
1589 .has-text-right-widescreen-only {
1590 text-align: right !important;
1591 }
1592}
1593@media screen and (min-width: 1408px) {
1594 .has-text-right-fullhd {
1595 text-align: right !important;
1596 }
1597}
1598.is-capitalized {
1599 text-transform: capitalize !important;
1600}
1601
1602.is-lowercase {
1603 text-transform: lowercase !important;
1604}
1605
1606.is-uppercase {
1607 text-transform: uppercase !important;
1608}
1609
1610.is-italic {
1611 font-style: italic !important;
1612}
1613
1614.has-text-weight-light {
1615 font-weight: 300 !important;
1616}
1617
1618.has-text-weight-normal {
1619 font-weight: 400 !important;
1620}
1621
1622.has-text-weight-medium {
1623 font-weight: 500 !important;
1624}
1625
1626.has-text-weight-semibold {
1627 font-weight: 600 !important;
1628}
1629
1630.has-text-weight-bold {
1631 font-weight: 700 !important;
1632}
1633
1634.is-family-primary {
1635 font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
1636}
1637
1638.is-family-secondary {
1639 font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
1640}
1641
1642.is-family-sans-serif {
1643 font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
1644}
1645
1646.is-family-monospace {
1647 font-family: monospace !important;
1648}
1649
1650.is-family-code {
1651 font-family: monospace !important;
1652}
1653
1654.is-block {
1655 display: block !important;
1656}
1657
1658@media screen and (max-width: 768px) {
1659 .is-block-mobile {
1660 display: block !important;
1661 }
1662}
1663@media screen and (min-width: 769px), print {
1664 .is-block-tablet {
1665 display: block !important;
1666 }
1667}
1668@media screen and (min-width: 769px) and (max-width: 1023px) {
1669 .is-block-tablet-only {
1670 display: block !important;
1671 }
1672}
1673@media screen and (max-width: 1023px) {
1674 .is-block-touch {
1675 display: block !important;
1676 }
1677}
1678@media screen and (min-width: 1024px) {
1679 .is-block-desktop {
1680 display: block !important;
1681 }
1682}
1683@media screen and (min-width: 1024px) and (max-width: 1215px) {
1684 .is-block-desktop-only {
1685 display: block !important;
1686 }
1687}
1688@media screen and (min-width: 1216px) {
1689 .is-block-widescreen {
1690 display: block !important;
1691 }
1692}
1693@media screen and (min-width: 1216px) and (max-width: 1407px) {
1694 .is-block-widescreen-only {
1695 display: block !important;
1696 }
1697}
1698@media screen and (min-width: 1408px) {
1699 .is-block-fullhd {
1700 display: block !important;
1701 }
1702}
1703.is-flex {
1704 display: -ms-flexbox !important;
1705 display: flex !important;
1706}
1707
1708@media screen and (max-width: 768px) {
1709 .is-flex-mobile {
1710 display: -ms-flexbox !important;
1711 display: flex !important;
1712 }
1713}
1714@media screen and (min-width: 769px), print {
1715 .is-flex-tablet {
1716 display: -ms-flexbox !important;
1717 display: flex !important;
1718 }
1719}
1720@media screen and (min-width: 769px) and (max-width: 1023px) {
1721 .is-flex-tablet-only {
1722 display: -ms-flexbox !important;
1723 display: flex !important;
1724 }
1725}
1726@media screen and (max-width: 1023px) {
1727 .is-flex-touch {
1728 display: -ms-flexbox !important;
1729 display: flex !important;
1730 }
1731}
1732@media screen and (min-width: 1024px) {
1733 .is-flex-desktop {
1734 display: -ms-flexbox !important;
1735 display: flex !important;
1736 }
1737}
1738@media screen and (min-width: 1024px) and (max-width: 1215px) {
1739 .is-flex-desktop-only {
1740 display: -ms-flexbox !important;
1741 display: flex !important;
1742 }
1743}
1744@media screen and (min-width: 1216px) {
1745 .is-flex-widescreen {
1746 display: -ms-flexbox !important;
1747 display: flex !important;
1748 }
1749}
1750@media screen and (min-width: 1216px) and (max-width: 1407px) {
1751 .is-flex-widescreen-only {
1752 display: -ms-flexbox !important;
1753 display: flex !important;
1754 }
1755}
1756@media screen and (min-width: 1408px) {
1757 .is-flex-fullhd {
1758 display: -ms-flexbox !important;
1759 display: flex !important;
1760 }
1761}
1762.is-inline {
1763 display: inline !important;
1764}
1765
1766@media screen and (max-width: 768px) {
1767 .is-inline-mobile {
1768 display: inline !important;
1769 }
1770}
1771@media screen and (min-width: 769px), print {
1772 .is-inline-tablet {
1773 display: inline !important;
1774 }
1775}
1776@media screen and (min-width: 769px) and (max-width: 1023px) {
1777 .is-inline-tablet-only {
1778 display: inline !important;
1779 }
1780}
1781@media screen and (max-width: 1023px) {
1782 .is-inline-touch {
1783 display: inline !important;
1784 }
1785}
1786@media screen and (min-width: 1024px) {
1787 .is-inline-desktop {
1788 display: inline !important;
1789 }
1790}
1791@media screen and (min-width: 1024px) and (max-width: 1215px) {
1792 .is-inline-desktop-only {
1793 display: inline !important;
1794 }
1795}
1796@media screen and (min-width: 1216px) {
1797 .is-inline-widescreen {
1798 display: inline !important;
1799 }
1800}
1801@media screen and (min-width: 1216px) and (max-width: 1407px) {
1802 .is-inline-widescreen-only {
1803 display: inline !important;
1804 }
1805}
1806@media screen and (min-width: 1408px) {
1807 .is-inline-fullhd {
1808 display: inline !important;
1809 }
1810}
1811.is-inline-block {
1812 display: inline-block !important;
1813}
1814
1815@media screen and (max-width: 768px) {
1816 .is-inline-block-mobile {
1817 display: inline-block !important;
1818 }
1819}
1820@media screen and (min-width: 769px), print {
1821 .is-inline-block-tablet {
1822 display: inline-block !important;
1823 }
1824}
1825@media screen and (min-width: 769px) and (max-width: 1023px) {
1826 .is-inline-block-tablet-only {
1827 display: inline-block !important;
1828 }
1829}
1830@media screen and (max-width: 1023px) {
1831 .is-inline-block-touch {
1832 display: inline-block !important;
1833 }
1834}
1835@media screen and (min-width: 1024px) {
1836 .is-inline-block-desktop {
1837 display: inline-block !important;
1838 }
1839}
1840@media screen and (min-width: 1024px) and (max-width: 1215px) {
1841 .is-inline-block-desktop-only {
1842 display: inline-block !important;
1843 }
1844}
1845@media screen and (min-width: 1216px) {
1846 .is-inline-block-widescreen {
1847 display: inline-block !important;
1848 }
1849}
1850@media screen and (min-width: 1216px) and (max-width: 1407px) {
1851 .is-inline-block-widescreen-only {
1852 display: inline-block !important;
1853 }
1854}
1855@media screen and (min-width: 1408px) {
1856 .is-inline-block-fullhd {
1857 display: inline-block !important;
1858 }
1859}
1860.is-inline-flex {
1861 display: -ms-inline-flexbox !important;
1862 display: inline-flex !important;
1863}
1864
1865@media screen and (max-width: 768px) {
1866 .is-inline-flex-mobile {
1867 display: -ms-inline-flexbox !important;
1868 display: inline-flex !important;
1869 }
1870}
1871@media screen and (min-width: 769px), print {
1872 .is-inline-flex-tablet {
1873 display: -ms-inline-flexbox !important;
1874 display: inline-flex !important;
1875 }
1876}
1877@media screen and (min-width: 769px) and (max-width: 1023px) {
1878 .is-inline-flex-tablet-only {
1879 display: -ms-inline-flexbox !important;
1880 display: inline-flex !important;
1881 }
1882}
1883@media screen and (max-width: 1023px) {
1884 .is-inline-flex-touch {
1885 display: -ms-inline-flexbox !important;
1886 display: inline-flex !important;
1887 }
1888}
1889@media screen and (min-width: 1024px) {
1890 .is-inline-flex-desktop {
1891 display: -ms-inline-flexbox !important;
1892 display: inline-flex !important;
1893 }
1894}
1895@media screen and (min-width: 1024px) and (max-width: 1215px) {
1896 .is-inline-flex-desktop-only {
1897 display: -ms-inline-flexbox !important;
1898 display: inline-flex !important;
1899 }
1900}
1901@media screen and (min-width: 1216px) {
1902 .is-inline-flex-widescreen {
1903 display: -ms-inline-flexbox !important;
1904 display: inline-flex !important;
1905 }
1906}
1907@media screen and (min-width: 1216px) and (max-width: 1407px) {
1908 .is-inline-flex-widescreen-only {
1909 display: -ms-inline-flexbox !important;
1910 display: inline-flex !important;
1911 }
1912}
1913@media screen and (min-width: 1408px) {
1914 .is-inline-flex-fullhd {
1915 display: -ms-inline-flexbox !important;
1916 display: inline-flex !important;
1917 }
1918}
1919.is-hidden {
1920 display: none !important;
1921}
1922
1923.is-sr-only {
1924 border: none !important;
1925 clip: rect(0, 0, 0, 0) !important;
1926 height: 0.01em !important;
1927 overflow: hidden !important;
1928 padding: 0 !important;
1929 position: absolute !important;
1930 white-space: nowrap !important;
1931 width: 0.01em !important;
1932}
1933
1934@media screen and (max-width: 768px) {
1935 .is-hidden-mobile {
1936 display: none !important;
1937 }
1938}
1939@media screen and (min-width: 769px), print {
1940 .is-hidden-tablet {
1941 display: none !important;
1942 }
1943}
1944@media screen and (min-width: 769px) and (max-width: 1023px) {
1945 .is-hidden-tablet-only {
1946 display: none !important;
1947 }
1948}
1949@media screen and (max-width: 1023px) {
1950 .is-hidden-touch {
1951 display: none !important;
1952 }
1953}
1954@media screen and (min-width: 1024px) {
1955 .is-hidden-desktop {
1956 display: none !important;
1957 }
1958}
1959@media screen and (min-width: 1024px) and (max-width: 1215px) {
1960 .is-hidden-desktop-only {
1961 display: none !important;
1962 }
1963}
1964@media screen and (min-width: 1216px) {
1965 .is-hidden-widescreen {
1966 display: none !important;
1967 }
1968}
1969@media screen and (min-width: 1216px) and (max-width: 1407px) {
1970 .is-hidden-widescreen-only {
1971 display: none !important;
1972 }
1973}
1974@media screen and (min-width: 1408px) {
1975 .is-hidden-fullhd {
1976 display: none !important;
1977 }
1978}
1979.is-invisible {
1980 visibility: hidden !important;
1981}
1982
1983@media screen and (max-width: 768px) {
1984 .is-invisible-mobile {
1985 visibility: hidden !important;
1986 }
1987}
1988@media screen and (min-width: 769px), print {
1989 .is-invisible-tablet {
1990 visibility: hidden !important;
1991 }
1992}
1993@media screen and (min-width: 769px) and (max-width: 1023px) {
1994 .is-invisible-tablet-only {
1995 visibility: hidden !important;
1996 }
1997}
1998@media screen and (max-width: 1023px) {
1999 .is-invisible-touch {
2000 visibility: hidden !important;
2001 }
2002}
2003@media screen and (min-width: 1024px) {
2004 .is-invisible-desktop {
2005 visibility: hidden !important;
2006 }
2007}
2008@media screen and (min-width: 1024px) and (max-width: 1215px) {
2009 .is-invisible-desktop-only {
2010 visibility: hidden !important;
2011 }
2012}
2013@media screen and (min-width: 1216px) {
2014 .is-invisible-widescreen {
2015 visibility: hidden !important;
2016 }
2017}
2018@media screen and (min-width: 1216px) and (max-width: 1407px) {
2019 .is-invisible-widescreen-only {
2020 visibility: hidden !important;
2021 }
2022}
2023@media screen and (min-width: 1408px) {
2024 .is-invisible-fullhd {
2025 visibility: hidden !important;
2026 }
2027}
2028.level {
2029 -ms-flex-align: center;
2030 align-items: center;
2031 -ms-flex-pack: justify;
2032 justify-content: space-between;
2033}
2034.level code {
2035 border-radius: 4px;
2036}
2037.level img {
2038 display: inline-block;
2039 vertical-align: top;
2040}
2041.level.is-mobile {
2042 display: -ms-flexbox;
2043 display: flex;
2044}
2045.level.is-mobile .level-left,
2046.level.is-mobile .level-right {
2047 display: -ms-flexbox;
2048 display: flex;
2049}
2050.level.is-mobile .level-left + .level-right {
2051 margin-top: 0;
2052}
2053.level.is-mobile .level-item:not(:last-child) {
2054 margin-bottom: 0;
2055 margin-right: 0.75rem;
2056}
2057.level.is-mobile .level-item:not(.is-narrow) {
2058 -ms-flex-positive: 1;
2059 flex-grow: 1;
2060}
2061@media screen and (min-width: 769px), print {
2062 .level {
2063 display: -ms-flexbox;
2064 display: flex;
2065 }
2066 .level > .level-item:not(.is-narrow) {
2067 -ms-flex-positive: 1;
2068 flex-grow: 1;
2069 }
2070}
2071
2072.level-item {
2073 -ms-flex-align: center;
2074 align-items: center;
2075 display: -ms-flexbox;
2076 display: flex;
2077 -ms-flex-preferred-size: auto;
2078 flex-basis: auto;
2079 -ms-flex-positive: 0;
2080 flex-grow: 0;
2081 -ms-flex-negative: 0;
2082 flex-shrink: 0;
2083 -ms-flex-pack: center;
2084 justify-content: center;
2085}
2086.level-item .title,
2087.level-item .subtitle {
2088 margin-bottom: 0;
2089}
2090@media screen and (max-width: 768px) {
2091 .level-item:not(:last-child) {
2092 margin-bottom: 0.75rem;
2093 }
2094}
2095
2096.level-left,
2097.level-right {
2098 -ms-flex-preferred-size: auto;
2099 flex-basis: auto;
2100 -ms-flex-positive: 0;
2101 flex-grow: 0;
2102 -ms-flex-negative: 0;
2103 flex-shrink: 0;
2104}
2105.level-left .level-item.is-flexible,
2106.level-right .level-item.is-flexible {
2107 -ms-flex-positive: 1;
2108 flex-grow: 1;
2109}
2110@media screen and (min-width: 769px), print {
2111 .level-left .level-item:not(:last-child),
2112.level-right .level-item:not(:last-child) {
2113 margin-right: 0.75rem;
2114 }
2115}
2116
2117.level-left {
2118 -ms-flex-align: center;
2119 align-items: center;
2120 -ms-flex-pack: start;
2121 justify-content: flex-start;
2122}
2123@media screen and (max-width: 768px) {
2124 .level-left + .level-right {
2125 margin-top: 1.5rem;
2126 }
2127}
2128@media screen and (min-width: 769px), print {
2129 .level-left {
2130 display: -ms-flexbox;
2131 display: flex;
2132 }
2133}
2134
2135.level-right {
2136 -ms-flex-align: center;
2137 align-items: center;
2138 -ms-flex-pack: end;
2139 justify-content: flex-end;
2140}
2141@media screen and (min-width: 769px), print {
2142 .level-right {
2143 display: -ms-flexbox;
2144 display: flex;
2145 }
2146}
2147
2148.list {
2149 background-color: white;
2150 border-radius: 4px;
2151 -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
2152 box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
2153}
2154
2155.list-item {
2156 display: block;
2157 padding: 0.5em 1em;
2158}
2159.list-item:not(a) {
2160 color: #4a4a4a;
2161}
2162.list-item:first-child {
2163 border-top-left-radius: 4px;
2164 border-top-right-radius: 4px;
2165}
2166.list-item:last-child {
2167 border-bottom-left-radius: 4px;
2168 border-bottom-right-radius: 4px;
2169}
2170.list-item:not(:last-child) {
2171 border-bottom: 1px solid #dbdbdb;
2172}
2173.list-item.is-active {
2174 background-color: #5851ff;
2175 color: #fff;
2176}
2177
2178a.list-item {
2179 background-color: whitesmoke;
2180 cursor: pointer;
2181}
2182
2183.media {
2184 -ms-flex-align: start;
2185 align-items: flex-start;
2186 display: -ms-flexbox;
2187 display: flex;
2188 text-align: inherit;
2189}
2190.media .content:not(:last-child) {
2191 margin-bottom: 0.75rem;
2192}
2193.media .media {
2194 border-top: 1px solid rgba(219, 219, 219, 0.5);
2195 display: -ms-flexbox;
2196 display: flex;
2197 padding-top: 0.75rem;
2198}
2199.media .media .content:not(:last-child),
2200.media .media .control:not(:last-child) {
2201 margin-bottom: 0.5rem;
2202}
2203.media .media .media {
2204 padding-top: 0.5rem;
2205}
2206.media .media .media + .media {
2207 margin-top: 0.5rem;
2208}
2209.media + .media {
2210 border-top: 1px solid rgba(219, 219, 219, 0.5);
2211 margin-top: 1rem;
2212 padding-top: 1rem;
2213}
2214.media.is-large + .media {
2215 margin-top: 1.5rem;
2216 padding-top: 1.5rem;
2217}
2218
2219.media-left,
2220.media-right {
2221 -ms-flex-preferred-size: auto;
2222 flex-basis: auto;
2223 -ms-flex-positive: 0;
2224 flex-grow: 0;
2225 -ms-flex-negative: 0;
2226 flex-shrink: 0;
2227}
2228
2229.media-left {
2230 margin-right: 1rem;
2231}
2232
2233.media-right {
2234 margin-left: 1rem;
2235}
2236
2237.media-content {
2238 -ms-flex-preferred-size: auto;
2239 flex-basis: auto;
2240 -ms-flex-positive: 1;
2241 flex-grow: 1;
2242 -ms-flex-negative: 1;
2243 flex-shrink: 1;
2244 text-align: inherit;
2245}
2246
2247@media screen and (max-width: 768px) {
2248 .media-content {
2249 overflow-x: auto;
2250 }
2251}
2252.tile {
2253 -ms-flex-align: stretch;
2254 align-items: stretch;
2255 display: block;
2256 -ms-flex-preferred-size: 0;
2257 flex-basis: 0;
2258 -ms-flex-positive: 1;
2259 flex-grow: 1;
2260 -ms-flex-negative: 1;
2261 flex-shrink: 1;
2262 min-height: -webkit-min-content;
2263 min-height: -moz-min-content;
2264 min-height: min-content;
2265}
2266.tile.is-ancestor {
2267 margin-left: -0.75rem;
2268 margin-right: -0.75rem;
2269 margin-top: -0.75rem;
2270}
2271.tile.is-ancestor:last-child {
2272 margin-bottom: -0.75rem;
2273}
2274.tile.is-ancestor:not(:last-child) {
2275 margin-bottom: 0.75rem;
2276}
2277.tile.is-child {
2278 margin: 0 !important;
2279}
2280.tile.is-parent {
2281 padding: 0.75rem;
2282}
2283.tile.is-vertical {
2284 -ms-flex-direction: column;
2285 flex-direction: column;
2286}
2287.tile.is-vertical > .tile.is-child:not(:last-child) {
2288 margin-bottom: 1.5rem !important;
2289}
2290@media screen and (min-width: 769px), print {
2291 .tile:not(.is-child) {
2292 display: -ms-flexbox;
2293 display: flex;
2294 }
2295 .tile.is-1 {
2296 -ms-flex: none;
2297 flex: none;
2298 width: 8.3333333333%;
2299 }
2300 .tile.is-2 {
2301 -ms-flex: none;
2302 flex: none;
2303 width: 16.6666666667%;
2304 }
2305 .tile.is-3 {
2306 -ms-flex: none;
2307 flex: none;
2308 width: 25%;
2309 }
2310 .tile.is-4 {
2311 -ms-flex: none;
2312 flex: none;
2313 width: 33.3333333333%;
2314 }
2315 .tile.is-5 {
2316 -ms-flex: none;
2317 flex: none;
2318 width: 41.6666666667%;
2319 }
2320 .tile.is-6 {
2321 -ms-flex: none;
2322 flex: none;
2323 width: 50%;
2324 }
2325 .tile.is-7 {
2326 -ms-flex: none;
2327 flex: none;
2328 width: 58.3333333333%;
2329 }
2330 .tile.is-8 {
2331 -ms-flex: none;
2332 flex: none;
2333 width: 66.6666666667%;
2334 }
2335 .tile.is-9 {
2336 -ms-flex: none;
2337 flex: none;
2338 width: 75%;
2339 }
2340 .tile.is-10 {
2341 -ms-flex: none;
2342 flex: none;
2343 width: 83.3333333333%;
2344 }
2345 .tile.is-11 {
2346 -ms-flex: none;
2347 flex: none;
2348 width: 91.6666666667%;
2349 }
2350 .tile.is-12 {
2351 -ms-flex: none;
2352 flex: none;
2353 width: 100%;
2354 }
2355}
2356
2357.hero {
2358 -ms-flex-align: stretch;
2359 align-items: stretch;
2360 display: -ms-flexbox;
2361 display: flex;
2362 -ms-flex-direction: column;
2363 flex-direction: column;
2364 -ms-flex-pack: justify;
2365 justify-content: space-between;
2366}
2367.hero .navbar {
2368 background: none;
2369}
2370.hero .tabs ul {
2371 border-bottom: none;
2372}
2373.hero.is-white {
2374 background-color: white;
2375 color: #0a0a0a;
2376}
2377.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2378.hero.is-white strong {
2379 color: inherit;
2380}
2381.hero.is-white .title {
2382 color: #0a0a0a;
2383}
2384.hero.is-white .subtitle {
2385 color: rgba(10, 10, 10, 0.9);
2386}
2387.hero.is-white .subtitle a:not(.button),
2388.hero.is-white .subtitle strong {
2389 color: #0a0a0a;
2390}
2391@media screen and (max-width: 1023px) {
2392 .hero.is-white .navbar-menu {
2393 background-color: white;
2394 }
2395}
2396.hero.is-white .navbar-item,
2397.hero.is-white .navbar-link {
2398 color: rgba(10, 10, 10, 0.7);
2399}
2400.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
2401.hero.is-white .navbar-link:hover,
2402.hero.is-white .navbar-link.is-active {
2403 background-color: #f2f2f2;
2404 color: #0a0a0a;
2405}
2406.hero.is-white .tabs a {
2407 color: #0a0a0a;
2408 opacity: 0.9;
2409}
2410.hero.is-white .tabs a:hover {
2411 opacity: 1;
2412}
2413.hero.is-white .tabs li.is-active a {
2414 opacity: 1;
2415}
2416.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
2417 color: #0a0a0a;
2418}
2419.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
2420 background-color: rgba(10, 10, 10, 0.1);
2421}
2422.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
2423 background-color: #0a0a0a;
2424 border-color: #0a0a0a;
2425 color: white;
2426}
2427.hero.is-white.is-bold {
2428 background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
2429}
2430@media screen and (max-width: 768px) {
2431 .hero.is-white.is-bold .navbar-menu {
2432 background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
2433 }
2434}
2435.hero.is-black {
2436 background-color: #0a0a0a;
2437 color: white;
2438}
2439.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2440.hero.is-black strong {
2441 color: inherit;
2442}
2443.hero.is-black .title {
2444 color: white;
2445}
2446.hero.is-black .subtitle {
2447 color: rgba(255, 255, 255, 0.9);
2448}
2449.hero.is-black .subtitle a:not(.button),
2450.hero.is-black .subtitle strong {
2451 color: white;
2452}
2453@media screen and (max-width: 1023px) {
2454 .hero.is-black .navbar-menu {
2455 background-color: #0a0a0a;
2456 }
2457}
2458.hero.is-black .navbar-item,
2459.hero.is-black .navbar-link {
2460 color: rgba(255, 255, 255, 0.7);
2461}
2462.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
2463.hero.is-black .navbar-link:hover,
2464.hero.is-black .navbar-link.is-active {
2465 background-color: black;
2466 color: white;
2467}
2468.hero.is-black .tabs a {
2469 color: white;
2470 opacity: 0.9;
2471}
2472.hero.is-black .tabs a:hover {
2473 opacity: 1;
2474}
2475.hero.is-black .tabs li.is-active a {
2476 opacity: 1;
2477}
2478.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
2479 color: white;
2480}
2481.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
2482 background-color: rgba(10, 10, 10, 0.1);
2483}
2484.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
2485 background-color: white;
2486 border-color: white;
2487 color: #0a0a0a;
2488}
2489.hero.is-black.is-bold {
2490 background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
2491}
2492@media screen and (max-width: 768px) {
2493 .hero.is-black.is-bold .navbar-menu {
2494 background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
2495 }
2496}
2497.hero.is-light {
2498 background-color: whitesmoke;
2499 color: rgba(0, 0, 0, 0.7);
2500}
2501.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2502.hero.is-light strong {
2503 color: inherit;
2504}
2505.hero.is-light .title {
2506 color: rgba(0, 0, 0, 0.7);
2507}
2508.hero.is-light .subtitle {
2509 color: rgba(0, 0, 0, 0.9);
2510}
2511.hero.is-light .subtitle a:not(.button),
2512.hero.is-light .subtitle strong {
2513 color: rgba(0, 0, 0, 0.7);
2514}
2515@media screen and (max-width: 1023px) {
2516 .hero.is-light .navbar-menu {
2517 background-color: whitesmoke;
2518 }
2519}
2520.hero.is-light .navbar-item,
2521.hero.is-light .navbar-link {
2522 color: rgba(0, 0, 0, 0.7);
2523}
2524.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
2525.hero.is-light .navbar-link:hover,
2526.hero.is-light .navbar-link.is-active {
2527 background-color: #e8e8e8;
2528 color: rgba(0, 0, 0, 0.7);
2529}
2530.hero.is-light .tabs a {
2531 color: rgba(0, 0, 0, 0.7);
2532 opacity: 0.9;
2533}
2534.hero.is-light .tabs a:hover {
2535 opacity: 1;
2536}
2537.hero.is-light .tabs li.is-active a {
2538 opacity: 1;
2539}
2540.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
2541 color: rgba(0, 0, 0, 0.7);
2542}
2543.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
2544 background-color: rgba(10, 10, 10, 0.1);
2545}
2546.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
2547 background-color: rgba(0, 0, 0, 0.7);
2548 border-color: rgba(0, 0, 0, 0.7);
2549 color: whitesmoke;
2550}
2551.hero.is-light.is-bold {
2552 background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
2553}
2554@media screen and (max-width: 768px) {
2555 .hero.is-light.is-bold .navbar-menu {
2556 background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
2557 }
2558}
2559.hero.is-dark {
2560 background-color: #363636;
2561 color: #fff;
2562}
2563.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2564.hero.is-dark strong {
2565 color: inherit;
2566}
2567.hero.is-dark .title {
2568 color: #fff;
2569}
2570.hero.is-dark .subtitle {
2571 color: rgba(255, 255, 255, 0.9);
2572}
2573.hero.is-dark .subtitle a:not(.button),
2574.hero.is-dark .subtitle strong {
2575 color: #fff;
2576}
2577@media screen and (max-width: 1023px) {
2578 .hero.is-dark .navbar-menu {
2579 background-color: #363636;
2580 }
2581}
2582.hero.is-dark .navbar-item,
2583.hero.is-dark .navbar-link {
2584 color: rgba(255, 255, 255, 0.7);
2585}
2586.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
2587.hero.is-dark .navbar-link:hover,
2588.hero.is-dark .navbar-link.is-active {
2589 background-color: #292929;
2590 color: #fff;
2591}
2592.hero.is-dark .tabs a {
2593 color: #fff;
2594 opacity: 0.9;
2595}
2596.hero.is-dark .tabs a:hover {
2597 opacity: 1;
2598}
2599.hero.is-dark .tabs li.is-active a {
2600 opacity: 1;
2601}
2602.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
2603 color: #fff;
2604}
2605.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
2606 background-color: rgba(10, 10, 10, 0.1);
2607}
2608.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
2609 background-color: #fff;
2610 border-color: #fff;
2611 color: #363636;
2612}
2613.hero.is-dark.is-bold {
2614 background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
2615}
2616@media screen and (max-width: 768px) {
2617 .hero.is-dark.is-bold .navbar-menu {
2618 background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
2619 }
2620}
2621.hero.is-primary {
2622 background-color: #5851ff;
2623 color: #fff;
2624}
2625.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2626.hero.is-primary strong {
2627 color: inherit;
2628}
2629.hero.is-primary .title {
2630 color: #fff;
2631}
2632.hero.is-primary .subtitle {
2633 color: rgba(255, 255, 255, 0.9);
2634}
2635.hero.is-primary .subtitle a:not(.button),
2636.hero.is-primary .subtitle strong {
2637 color: #fff;
2638}
2639@media screen and (max-width: 1023px) {
2640 .hero.is-primary .navbar-menu {
2641 background-color: #5851ff;
2642 }
2643}
2644.hero.is-primary .navbar-item,
2645.hero.is-primary .navbar-link {
2646 color: rgba(255, 255, 255, 0.7);
2647}
2648.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
2649.hero.is-primary .navbar-link:hover,
2650.hero.is-primary .navbar-link.is-active {
2651 background-color: #4038ff;
2652 color: #fff;
2653}
2654.hero.is-primary .tabs a {
2655 color: #fff;
2656 opacity: 0.9;
2657}
2658.hero.is-primary .tabs a:hover {
2659 opacity: 1;
2660}
2661.hero.is-primary .tabs li.is-active a {
2662 opacity: 1;
2663}
2664.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
2665 color: #fff;
2666}
2667.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
2668 background-color: rgba(10, 10, 10, 0.1);
2669}
2670.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
2671 background-color: #fff;
2672 border-color: #fff;
2673 color: #5851ff;
2674}
2675.hero.is-primary.is-bold {
2676 background-image: linear-gradient(141deg, #1e3aff 0%, #5851ff 71%, #896bff 100%);
2677}
2678@media screen and (max-width: 768px) {
2679 .hero.is-primary.is-bold .navbar-menu {
2680 background-image: linear-gradient(141deg, #1e3aff 0%, #5851ff 71%, #896bff 100%);
2681 }
2682}
2683.hero.is-link {
2684 background-color: #5851ff;
2685 color: #fff;
2686}
2687.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2688.hero.is-link strong {
2689 color: inherit;
2690}
2691.hero.is-link .title {
2692 color: #fff;
2693}
2694.hero.is-link .subtitle {
2695 color: rgba(255, 255, 255, 0.9);
2696}
2697.hero.is-link .subtitle a:not(.button),
2698.hero.is-link .subtitle strong {
2699 color: #fff;
2700}
2701@media screen and (max-width: 1023px) {
2702 .hero.is-link .navbar-menu {
2703 background-color: #5851ff;
2704 }
2705}
2706.hero.is-link .navbar-item,
2707.hero.is-link .navbar-link {
2708 color: rgba(255, 255, 255, 0.7);
2709}
2710.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
2711.hero.is-link .navbar-link:hover,
2712.hero.is-link .navbar-link.is-active {
2713 background-color: #4038ff;
2714 color: #fff;
2715}
2716.hero.is-link .tabs a {
2717 color: #fff;
2718 opacity: 0.9;
2719}
2720.hero.is-link .tabs a:hover {
2721 opacity: 1;
2722}
2723.hero.is-link .tabs li.is-active a {
2724 opacity: 1;
2725}
2726.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
2727 color: #fff;
2728}
2729.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
2730 background-color: rgba(10, 10, 10, 0.1);
2731}
2732.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
2733 background-color: #fff;
2734 border-color: #fff;
2735 color: #5851ff;
2736}
2737.hero.is-link.is-bold {
2738 background-image: linear-gradient(141deg, #1e3aff 0%, #5851ff 71%, #896bff 100%);
2739}
2740@media screen and (max-width: 768px) {
2741 .hero.is-link.is-bold .navbar-menu {
2742 background-image: linear-gradient(141deg, #1e3aff 0%, #5851ff 71%, #896bff 100%);
2743 }
2744}
2745.hero.is-info {
2746 background-color: #3298dc;
2747 color: #fff;
2748}
2749.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2750.hero.is-info strong {
2751 color: inherit;
2752}
2753.hero.is-info .title {
2754 color: #fff;
2755}
2756.hero.is-info .subtitle {
2757 color: rgba(255, 255, 255, 0.9);
2758}
2759.hero.is-info .subtitle a:not(.button),
2760.hero.is-info .subtitle strong {
2761 color: #fff;
2762}
2763@media screen and (max-width: 1023px) {
2764 .hero.is-info .navbar-menu {
2765 background-color: #3298dc;
2766 }
2767}
2768.hero.is-info .navbar-item,
2769.hero.is-info .navbar-link {
2770 color: rgba(255, 255, 255, 0.7);
2771}
2772.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
2773.hero.is-info .navbar-link:hover,
2774.hero.is-info .navbar-link.is-active {
2775 background-color: #238cd1;
2776 color: #fff;
2777}
2778.hero.is-info .tabs a {
2779 color: #fff;
2780 opacity: 0.9;
2781}
2782.hero.is-info .tabs a:hover {
2783 opacity: 1;
2784}
2785.hero.is-info .tabs li.is-active a {
2786 opacity: 1;
2787}
2788.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
2789 color: #fff;
2790}
2791.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
2792 background-color: rgba(10, 10, 10, 0.1);
2793}
2794.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
2795 background-color: #fff;
2796 border-color: #fff;
2797 color: #3298dc;
2798}
2799.hero.is-info.is-bold {
2800 background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
2801}
2802@media screen and (max-width: 768px) {
2803 .hero.is-info.is-bold .navbar-menu {
2804 background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
2805 }
2806}
2807.hero.is-success {
2808 background-color: #48c774;
2809 color: #fff;
2810}
2811.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2812.hero.is-success strong {
2813 color: inherit;
2814}
2815.hero.is-success .title {
2816 color: #fff;
2817}
2818.hero.is-success .subtitle {
2819 color: rgba(255, 255, 255, 0.9);
2820}
2821.hero.is-success .subtitle a:not(.button),
2822.hero.is-success .subtitle strong {
2823 color: #fff;
2824}
2825@media screen and (max-width: 1023px) {
2826 .hero.is-success .navbar-menu {
2827 background-color: #48c774;
2828 }
2829}
2830.hero.is-success .navbar-item,
2831.hero.is-success .navbar-link {
2832 color: rgba(255, 255, 255, 0.7);
2833}
2834.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
2835.hero.is-success .navbar-link:hover,
2836.hero.is-success .navbar-link.is-active {
2837 background-color: #3abb67;
2838 color: #fff;
2839}
2840.hero.is-success .tabs a {
2841 color: #fff;
2842 opacity: 0.9;
2843}
2844.hero.is-success .tabs a:hover {
2845 opacity: 1;
2846}
2847.hero.is-success .tabs li.is-active a {
2848 opacity: 1;
2849}
2850.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
2851 color: #fff;
2852}
2853.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
2854 background-color: rgba(10, 10, 10, 0.1);
2855}
2856.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
2857 background-color: #fff;
2858 border-color: #fff;
2859 color: #48c774;
2860}
2861.hero.is-success.is-bold {
2862 background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
2863}
2864@media screen and (max-width: 768px) {
2865 .hero.is-success.is-bold .navbar-menu {
2866 background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
2867 }
2868}
2869.hero.is-warning {
2870 background-color: #ffdd57;
2871 color: rgba(0, 0, 0, 0.7);
2872}
2873.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2874.hero.is-warning strong {
2875 color: inherit;
2876}
2877.hero.is-warning .title {
2878 color: rgba(0, 0, 0, 0.7);
2879}
2880.hero.is-warning .subtitle {
2881 color: rgba(0, 0, 0, 0.9);
2882}
2883.hero.is-warning .subtitle a:not(.button),
2884.hero.is-warning .subtitle strong {
2885 color: rgba(0, 0, 0, 0.7);
2886}
2887@media screen and (max-width: 1023px) {
2888 .hero.is-warning .navbar-menu {
2889 background-color: #ffdd57;
2890 }
2891}
2892.hero.is-warning .navbar-item,
2893.hero.is-warning .navbar-link {
2894 color: rgba(0, 0, 0, 0.7);
2895}
2896.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
2897.hero.is-warning .navbar-link:hover,
2898.hero.is-warning .navbar-link.is-active {
2899 background-color: #ffd83d;
2900 color: rgba(0, 0, 0, 0.7);
2901}
2902.hero.is-warning .tabs a {
2903 color: rgba(0, 0, 0, 0.7);
2904 opacity: 0.9;
2905}
2906.hero.is-warning .tabs a:hover {
2907 opacity: 1;
2908}
2909.hero.is-warning .tabs li.is-active a {
2910 opacity: 1;
2911}
2912.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
2913 color: rgba(0, 0, 0, 0.7);
2914}
2915.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
2916 background-color: rgba(10, 10, 10, 0.1);
2917}
2918.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
2919 background-color: rgba(0, 0, 0, 0.7);
2920 border-color: rgba(0, 0, 0, 0.7);
2921 color: #ffdd57;
2922}
2923.hero.is-warning.is-bold {
2924 background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
2925}
2926@media screen and (max-width: 768px) {
2927 .hero.is-warning.is-bold .navbar-menu {
2928 background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
2929 }
2930}
2931.hero.is-danger {
2932 background-color: #f14668;
2933 color: #fff;
2934}
2935.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
2936.hero.is-danger strong {
2937 color: inherit;
2938}
2939.hero.is-danger .title {
2940 color: #fff;
2941}
2942.hero.is-danger .subtitle {
2943 color: rgba(255, 255, 255, 0.9);
2944}
2945.hero.is-danger .subtitle a:not(.button),
2946.hero.is-danger .subtitle strong {
2947 color: #fff;
2948}
2949@media screen and (max-width: 1023px) {
2950 .hero.is-danger .navbar-menu {
2951 background-color: #f14668;
2952 }
2953}
2954.hero.is-danger .navbar-item,
2955.hero.is-danger .navbar-link {
2956 color: rgba(255, 255, 255, 0.7);
2957}
2958.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
2959.hero.is-danger .navbar-link:hover,
2960.hero.is-danger .navbar-link.is-active {
2961 background-color: #ef2e55;
2962 color: #fff;
2963}
2964.hero.is-danger .tabs a {
2965 color: #fff;
2966 opacity: 0.9;
2967}
2968.hero.is-danger .tabs a:hover {
2969 opacity: 1;
2970}
2971.hero.is-danger .tabs li.is-active a {
2972 opacity: 1;
2973}
2974.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
2975 color: #fff;
2976}
2977.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
2978 background-color: rgba(10, 10, 10, 0.1);
2979}
2980.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
2981 background-color: #fff;
2982 border-color: #fff;
2983 color: #f14668;
2984}
2985.hero.is-danger.is-bold {
2986 background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
2987}
2988@media screen and (max-width: 768px) {
2989 .hero.is-danger.is-bold .navbar-menu {
2990 background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
2991 }
2992}
2993.hero.is-small .hero-body {
2994 padding: 1.5rem;
2995}
2996@media screen and (min-width: 769px), print {
2997 .hero.is-medium .hero-body {
2998 padding: 9rem 1.5rem;
2999 }
3000}
3001@media screen and (min-width: 769px), print {
3002 .hero.is-large .hero-body {
3003 padding: 18rem 1.5rem;
3004 }
3005}
3006.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
3007 -ms-flex-align: center;
3008 align-items: center;
3009 display: -ms-flexbox;
3010 display: flex;
3011}
3012.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
3013 -ms-flex-positive: 1;
3014 flex-grow: 1;
3015 -ms-flex-negative: 1;
3016 flex-shrink: 1;
3017}
3018.hero.is-halfheight {
3019 min-height: 50vh;
3020}
3021.hero.is-fullheight {
3022 min-height: 100vh;
3023}
3024
3025.hero-video {
3026 overflow: hidden;
3027}
3028.hero-video video {
3029 left: 50%;
3030 min-height: 100%;
3031 min-width: 100%;
3032 position: absolute;
3033 top: 50%;
3034 -webkit-transform: translate3d(-50%, -50%, 0);
3035 transform: translate3d(-50%, -50%, 0);
3036}
3037.hero-video.is-transparent {
3038 opacity: 0.3;
3039}
3040@media screen and (max-width: 768px) {
3041 .hero-video {
3042 display: none;
3043 }
3044}
3045
3046.hero-buttons {
3047 margin-top: 1.5rem;
3048}
3049@media screen and (max-width: 768px) {
3050 .hero-buttons .button {
3051 display: -ms-flexbox;
3052 display: flex;
3053 }
3054 .hero-buttons .button:not(:last-child) {
3055 margin-bottom: 0.75rem;
3056 }
3057}
3058@media screen and (min-width: 769px), print {
3059 .hero-buttons {
3060 display: -ms-flexbox;
3061 display: flex;
3062 -ms-flex-pack: center;
3063 justify-content: center;
3064 }
3065 .hero-buttons .button:not(:last-child) {
3066 margin-right: 1.5rem;
3067 }
3068}
3069
3070.hero-head,
3071.hero-foot {
3072 -ms-flex-positive: 0;
3073 flex-grow: 0;
3074 -ms-flex-negative: 0;
3075 flex-shrink: 0;
3076}
3077
3078.hero-body {
3079 -ms-flex-positive: 1;
3080 flex-grow: 1;
3081 -ms-flex-negative: 0;
3082 flex-shrink: 0;
3083 padding: 3rem 1.5rem;
3084}
3085
3086.heading {
3087 display: block;
3088 font-size: 11px;
3089 letter-spacing: 1px;
3090 margin-bottom: 5px;
3091 text-transform: uppercase;
3092}
3093
3094.highlight {
3095 font-weight: 400;
3096 max-width: 100%;
3097 overflow: hidden;
3098 padding: 0;
3099}
3100.highlight pre {
3101 overflow: auto;
3102 max-width: 100%;
3103}
3104
3105.number {
3106 -ms-flex-align: center;
3107 align-items: center;
3108 background-color: whitesmoke;
3109 border-radius: 290486px;
3110 display: -ms-inline-flexbox;
3111 display: inline-flex;
3112 font-size: 1.25rem;
3113 height: 2em;
3114 -ms-flex-pack: center;
3115 justify-content: center;
3116 margin-right: 1.5rem;
3117 min-width: 2.5em;
3118 padding: 0.25rem 0.5rem;
3119 text-align: center;
3120 vertical-align: top;
3121}
3122
3123.title,
3124.subtitle {
3125 word-break: break-word;
3126}
3127.title em,
3128.title span,
3129.subtitle em,
3130.subtitle span {
3131 font-weight: inherit;
3132}
3133.title sub,
3134.subtitle sub {
3135 font-size: 0.75em;
3136}
3137.title sup,
3138.subtitle sup {
3139 font-size: 0.75em;
3140}
3141.title .tag,
3142.subtitle .tag {
3143 vertical-align: middle;
3144}
3145
3146.title {
3147 color: #363636;
3148 font-size: 2rem;
3149 font-weight: 600;
3150 line-height: 1.125;
3151}
3152.title strong {
3153 color: inherit;
3154 font-weight: inherit;
3155}
3156.title + .highlight {
3157 margin-top: -0.75rem;
3158}
3159.title:not(.is-spaced) + .subtitle {
3160 margin-top: -1.25rem;
3161}
3162.title.is-1 {
3163 font-size: 3rem;
3164}
3165.title.is-2 {
3166 font-size: 2.5rem;
3167}
3168.title.is-3 {
3169 font-size: 2rem;
3170}
3171.title.is-4 {
3172 font-size: 1.5rem;
3173}
3174.title.is-5 {
3175 font-size: 1.25rem;
3176}
3177.title.is-6 {
3178 font-size: 1rem;
3179}
3180.title.is-7 {
3181 font-size: 0.75rem;
3182}
3183
3184.subtitle {
3185 color: #4a4a4a;
3186 font-size: 1.25rem;
3187 font-weight: 400;
3188 line-height: 1.25;
3189}
3190.subtitle strong {
3191 color: #363636;
3192 font-weight: 600;
3193}
3194.subtitle:not(.is-spaced) + .title {
3195 margin-top: -1.25rem;
3196}
3197.subtitle.is-1 {
3198 font-size: 3rem;
3199}
3200.subtitle.is-2 {
3201 font-size: 2.5rem;
3202}
3203.subtitle.is-3 {
3204 font-size: 2rem;
3205}
3206.subtitle.is-4 {
3207 font-size: 1.5rem;
3208}
3209.subtitle.is-5 {
3210 font-size: 1.25rem;
3211}
3212.subtitle.is-6 {
3213 font-size: 1rem;
3214}
3215.subtitle.is-7 {
3216 font-size: 0.75rem;
3217}
3218
3219.table {
3220 background-color: white;
3221 color: #363636;
3222}
3223.table td,
3224.table th {
3225 border: 1px solid #dbdbdb;
3226 border-width: 0 0 1px;
3227 padding: 0.5em 0.75em;
3228 vertical-align: top;
3229}
3230.table td.is-white,
3231.table th.is-white {
3232 background-color: white;
3233 border-color: white;
3234 color: #0a0a0a;
3235}
3236.table td.is-black,
3237.table th.is-black {
3238 background-color: #0a0a0a;
3239 border-color: #0a0a0a;
3240 color: white;
3241}
3242.table td.is-light,
3243.table th.is-light {
3244 background-color: whitesmoke;
3245 border-color: whitesmoke;
3246 color: rgba(0, 0, 0, 0.7);
3247}
3248.table td.is-dark,
3249.table th.is-dark {
3250 background-color: #363636;
3251 border-color: #363636;
3252 color: #fff;
3253}
3254.table td.is-primary,
3255.table th.is-primary {
3256 background-color: #5851ff;
3257 border-color: #5851ff;
3258 color: #fff;
3259}
3260.table td.is-link,
3261.table th.is-link {
3262 background-color: #5851ff;
3263 border-color: #5851ff;
3264 color: #fff;
3265}
3266.table td.is-info,
3267.table th.is-info {
3268 background-color: #3298dc;
3269 border-color: #3298dc;
3270 color: #fff;
3271}
3272.table td.is-success,
3273.table th.is-success {
3274 background-color: #48c774;
3275 border-color: #48c774;
3276 color: #fff;
3277}
3278.table td.is-warning,
3279.table th.is-warning {
3280 background-color: #ffdd57;
3281 border-color: #ffdd57;
3282 color: rgba(0, 0, 0, 0.7);
3283}
3284.table td.is-danger,
3285.table th.is-danger {
3286 background-color: #f14668;
3287 border-color: #f14668;
3288 color: #fff;
3289}
3290.table td.is-narrow,
3291.table th.is-narrow {
3292 white-space: nowrap;
3293 width: 1%;
3294}
3295.table td.is-selected,
3296.table th.is-selected {
3297 background-color: #5851ff;
3298 color: #fff;
3299}
3300.table td.is-selected a,
3301.table td.is-selected strong,
3302.table th.is-selected a,
3303.table th.is-selected strong {
3304 color: currentColor;
3305}
3306.table td.is-vcentered,
3307.table th.is-vcentered {
3308 vertical-align: middle;
3309}
3310.table th {
3311 color: #363636;
3312}
3313.table th:not([align]) {
3314 text-align: inherit;
3315}
3316.table tr.is-selected {
3317 background-color: #5851ff;
3318 color: #fff;
3319}
3320.table tr.is-selected a,
3321.table tr.is-selected strong {
3322 color: currentColor;
3323}
3324.table tr.is-selected td,
3325.table tr.is-selected th {
3326 border-color: #fff;
3327 color: currentColor;
3328}
3329.table thead {
3330 background-color: transparent;
3331}
3332.table thead td,
3333.table thead th {
3334 border-width: 0 0 2px;
3335 color: #363636;
3336}
3337.table tfoot {
3338 background-color: transparent;
3339}
3340.table tfoot td,
3341.table tfoot th {
3342 border-width: 2px 0 0;
3343 color: #363636;
3344}
3345.table tbody {
3346 background-color: transparent;
3347}
3348.table tbody tr:last-child td,
3349.table tbody tr:last-child th {
3350 border-bottom-width: 0;
3351}
3352.table.is-bordered td,
3353.table.is-bordered th {
3354 border-width: 1px;
3355}
3356.table.is-bordered tr:last-child td,
3357.table.is-bordered tr:last-child th {
3358 border-bottom-width: 1px;
3359}
3360.table.is-fullwidth {
3361 width: 100%;
3362}
3363.table.is-hoverable tbody tr:not(.is-selected):hover {
3364 background-color: #fafafa;
3365}
3366.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
3367 background-color: #fafafa;
3368}
3369.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
3370 background-color: whitesmoke;
3371}
3372.table.is-narrow td,
3373.table.is-narrow th {
3374 padding: 0.25em 0.5em;
3375}
3376.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
3377 background-color: #fafafa;
3378}
3379
3380.table-container {
3381 -webkit-overflow-scrolling: touch;
3382 overflow: auto;
3383 overflow-y: hidden;
3384 max-width: 100%;
3385}
\No newline at end of file