UNPKG

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