aboutsummaryrefslogtreecommitdiff
path: root/static/dist/font-awesome/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/dist/font-awesome/css')
-rw-r--r--static/dist/font-awesome/css/all.css4286
-rw-r--r--static/dist/font-awesome/css/all.min.css1
-rw-r--r--static/dist/font-awesome/css/brands.css10
-rw-r--r--static/dist/font-awesome/css/brands.min.css1
-rw-r--r--static/dist/font-awesome/css/fontawesome.css4253
-rw-r--r--static/dist/font-awesome/css/fontawesome.min.css1
-rw-r--r--static/dist/font-awesome/css/regular.css11
-rw-r--r--static/dist/font-awesome/css/regular.min.css1
-rw-r--r--static/dist/font-awesome/css/solid.css12
-rw-r--r--static/dist/font-awesome/css/solid.min.css1
-rw-r--r--static/dist/font-awesome/css/svg-with-js.css342
-rw-r--r--static/dist/font-awesome/css/svg-with-js.min.css1
-rw-r--r--static/dist/font-awesome/css/v4-shims.css2162
-rw-r--r--static/dist/font-awesome/css/v4-shims.min.css1
14 files changed, 11083 insertions, 0 deletions
diff --git a/static/dist/font-awesome/css/all.css b/static/dist/font-awesome/css/all.css
new file mode 100644
index 00000000..368962fd
--- /dev/null
+++ b/static/dist/font-awesome/css/all.css
@@ -0,0 +1,4286 @@
1.fa,
2.fas,
3.far,
4.fal,
5.fab {
6 -moz-osx-font-smoothing: grayscale;
7 -webkit-font-smoothing: antialiased;
8 display: inline-block;
9 font-style: normal;
10 font-variant: normal;
11 text-rendering: auto;
12 line-height: 1; }
13
14.fa-lg {
15 font-size: 1.33333em;
16 line-height: 0.75em;
17 vertical-align: -.0667em; }
18
19.fa-xs {
20 font-size: .75em; }
21
22.fa-sm {
23 font-size: .875em; }
24
25.fa-1x {
26 font-size: 1em; }
27
28.fa-2x {
29 font-size: 2em; }
30
31.fa-3x {
32 font-size: 3em; }
33
34.fa-4x {
35 font-size: 4em; }
36
37.fa-5x {
38 font-size: 5em; }
39
40.fa-6x {
41 font-size: 6em; }
42
43.fa-7x {
44 font-size: 7em; }
45
46.fa-8x {
47 font-size: 8em; }
48
49.fa-9x {
50 font-size: 9em; }
51
52.fa-10x {
53 font-size: 10em; }
54
55.fa-fw {
56 text-align: center;
57 width: 1.25em; }
58
59.fa-ul {
60 list-style-type: none;
61 margin-left: 2.5em;
62 padding-left: 0; }
63 .fa-ul > li {
64 position: relative; }
65
66.fa-li {
67 left: -2em;
68 position: absolute;
69 text-align: center;
70 width: 2em;
71 line-height: inherit; }
72
73.fa-border {
74 border: solid 0.08em #eee;
75 border-radius: .1em;
76 padding: .2em .25em .15em; }
77
78.fa-pull-left {
79 float: left; }
80
81.fa-pull-right {
82 float: right; }
83
84.fa.fa-pull-left,
85.fas.fa-pull-left,
86.far.fa-pull-left,
87.fal.fa-pull-left,
88.fab.fa-pull-left {
89 margin-right: .3em; }
90
91.fa.fa-pull-right,
92.fas.fa-pull-right,
93.far.fa-pull-right,
94.fal.fa-pull-right,
95.fab.fa-pull-right {
96 margin-left: .3em; }
97
98.fa-spin {
99 -webkit-animation: fa-spin 2s infinite linear;
100 animation: fa-spin 2s infinite linear; }
101
102.fa-pulse {
103 -webkit-animation: fa-spin 1s infinite steps(8);
104 animation: fa-spin 1s infinite steps(8); }
105
106@-webkit-keyframes fa-spin {
107 0% {
108 -webkit-transform: rotate(0deg);
109 transform: rotate(0deg); }
110 100% {
111 -webkit-transform: rotate(360deg);
112 transform: rotate(360deg); } }
113
114@keyframes fa-spin {
115 0% {
116 -webkit-transform: rotate(0deg);
117 transform: rotate(0deg); }
118 100% {
119 -webkit-transform: rotate(360deg);
120 transform: rotate(360deg); } }
121
122.fa-rotate-90 {
123 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
124 -webkit-transform: rotate(90deg);
125 transform: rotate(90deg); }
126
127.fa-rotate-180 {
128 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
129 -webkit-transform: rotate(180deg);
130 transform: rotate(180deg); }
131
132.fa-rotate-270 {
133 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134 -webkit-transform: rotate(270deg);
135 transform: rotate(270deg); }
136
137.fa-flip-horizontal {
138 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
139 -webkit-transform: scale(-1, 1);
140 transform: scale(-1, 1); }
141
142.fa-flip-vertical {
143 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
144 -webkit-transform: scale(1, -1);
145 transform: scale(1, -1); }
146
147.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
148 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
149 -webkit-transform: scale(-1, -1);
150 transform: scale(-1, -1); }
151
152:root .fa-rotate-90,
153:root .fa-rotate-180,
154:root .fa-rotate-270,
155:root .fa-flip-horizontal,
156:root .fa-flip-vertical,
157:root .fa-flip-both {
158 -webkit-filter: none;
159 filter: none; }
160
161.fa-stack {
162 display: inline-block;
163 height: 2em;
164 line-height: 2em;
165 position: relative;
166 vertical-align: middle;
167 width: 2.5em; }
168
169.fa-stack-1x,
170.fa-stack-2x {
171 left: 0;
172 position: absolute;
173 text-align: center;
174 width: 100%; }
175
176.fa-stack-1x {
177 line-height: inherit; }
178
179.fa-stack-2x {
180 font-size: 2em; }
181
182.fa-inverse {
183 color: #fff; }
184
185/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
186readers do not read off random characters that represent icons */
187.fa-500px:before {
188 content: "\f26e"; }
189
190.fa-accessible-icon:before {
191 content: "\f368"; }
192
193.fa-accusoft:before {
194 content: "\f369"; }
195
196.fa-acquisitions-incorporated:before {
197 content: "\f6af"; }
198
199.fa-ad:before {
200 content: "\f641"; }
201
202.fa-address-book:before {
203 content: "\f2b9"; }
204
205.fa-address-card:before {
206 content: "\f2bb"; }
207
208.fa-adjust:before {
209 content: "\f042"; }
210
211.fa-adn:before {
212 content: "\f170"; }
213
214.fa-adobe:before {
215 content: "\f778"; }
216
217.fa-adversal:before {
218 content: "\f36a"; }
219
220.fa-affiliatetheme:before {
221 content: "\f36b"; }
222
223.fa-air-freshener:before {
224 content: "\f5d0"; }
225
226.fa-algolia:before {
227 content: "\f36c"; }
228
229.fa-align-center:before {
230 content: "\f037"; }
231
232.fa-align-justify:before {
233 content: "\f039"; }
234
235.fa-align-left:before {
236 content: "\f036"; }
237
238.fa-align-right:before {
239 content: "\f038"; }
240
241.fa-alipay:before {
242 content: "\f642"; }
243
244.fa-allergies:before {
245 content: "\f461"; }
246
247.fa-amazon:before {
248 content: "\f270"; }
249
250.fa-amazon-pay:before {
251 content: "\f42c"; }
252
253.fa-ambulance:before {
254 content: "\f0f9"; }
255
256.fa-american-sign-language-interpreting:before {
257 content: "\f2a3"; }
258
259.fa-amilia:before {
260 content: "\f36d"; }
261
262.fa-anchor:before {
263 content: "\f13d"; }
264
265.fa-android:before {
266 content: "\f17b"; }
267
268.fa-angellist:before {
269 content: "\f209"; }
270
271.fa-angle-double-down:before {
272 content: "\f103"; }
273
274.fa-angle-double-left:before {
275 content: "\f100"; }
276
277.fa-angle-double-right:before {
278 content: "\f101"; }
279
280.fa-angle-double-up:before {
281 content: "\f102"; }
282
283.fa-angle-down:before {
284 content: "\f107"; }
285
286.fa-angle-left:before {
287 content: "\f104"; }
288
289.fa-angle-right:before {
290 content: "\f105"; }
291
292.fa-angle-up:before {
293 content: "\f106"; }
294
295.fa-angry:before {
296 content: "\f556"; }
297
298.fa-angrycreative:before {
299 content: "\f36e"; }
300
301.fa-angular:before {
302 content: "\f420"; }
303
304.fa-ankh:before {
305 content: "\f644"; }
306
307.fa-app-store:before {
308 content: "\f36f"; }
309
310.fa-app-store-ios:before {
311 content: "\f370"; }
312
313.fa-apper:before {
314 content: "\f371"; }
315
316.fa-apple:before {
317 content: "\f179"; }
318
319.fa-apple-alt:before {
320 content: "\f5d1"; }
321
322.fa-apple-pay:before {
323 content: "\f415"; }
324
325.fa-archive:before {
326 content: "\f187"; }
327
328.fa-archway:before {
329 content: "\f557"; }
330
331.fa-arrow-alt-circle-down:before {
332 content: "\f358"; }
333
334.fa-arrow-alt-circle-left:before {
335 content: "\f359"; }
336
337.fa-arrow-alt-circle-right:before {
338 content: "\f35a"; }
339
340.fa-arrow-alt-circle-up:before {
341 content: "\f35b"; }
342
343.fa-arrow-circle-down:before {
344 content: "\f0ab"; }
345
346.fa-arrow-circle-left:before {
347 content: "\f0a8"; }
348
349.fa-arrow-circle-right:before {
350 content: "\f0a9"; }
351
352.fa-arrow-circle-up:before {
353 content: "\f0aa"; }
354
355.fa-arrow-down:before {
356 content: "\f063"; }
357
358.fa-arrow-left:before {
359 content: "\f060"; }
360
361.fa-arrow-right:before {
362 content: "\f061"; }
363
364.fa-arrow-up:before {
365 content: "\f062"; }
366
367.fa-arrows-alt:before {
368 content: "\f0b2"; }
369
370.fa-arrows-alt-h:before {
371 content: "\f337"; }
372
373.fa-arrows-alt-v:before {
374 content: "\f338"; }
375
376.fa-artstation:before {
377 content: "\f77a"; }
378
379.fa-assistive-listening-systems:before {
380 content: "\f2a2"; }
381
382.fa-asterisk:before {
383 content: "\f069"; }
384
385.fa-asymmetrik:before {
386 content: "\f372"; }
387
388.fa-at:before {
389 content: "\f1fa"; }
390
391.fa-atlas:before {
392 content: "\f558"; }
393
394.fa-atlassian:before {
395 content: "\f77b"; }
396
397.fa-atom:before {
398 content: "\f5d2"; }
399
400.fa-audible:before {
401 content: "\f373"; }
402
403.fa-audio-description:before {
404 content: "\f29e"; }
405
406.fa-autoprefixer:before {
407 content: "\f41c"; }
408
409.fa-avianex:before {
410 content: "\f374"; }
411
412.fa-aviato:before {
413 content: "\f421"; }
414
415.fa-award:before {
416 content: "\f559"; }
417
418.fa-aws:before {
419 content: "\f375"; }
420
421.fa-baby:before {
422 content: "\f77c"; }
423
424.fa-baby-carriage:before {
425 content: "\f77d"; }
426
427.fa-backspace:before {
428 content: "\f55a"; }
429
430.fa-backward:before {
431 content: "\f04a"; }
432
433.fa-bacon:before {
434 content: "\f7e5"; }
435
436.fa-balance-scale:before {
437 content: "\f24e"; }
438
439.fa-ban:before {
440 content: "\f05e"; }
441
442.fa-band-aid:before {
443 content: "\f462"; }
444
445.fa-bandcamp:before {
446 content: "\f2d5"; }
447
448.fa-barcode:before {
449 content: "\f02a"; }
450
451.fa-bars:before {
452 content: "\f0c9"; }
453
454.fa-baseball-ball:before {
455 content: "\f433"; }
456
457.fa-basketball-ball:before {
458 content: "\f434"; }
459
460.fa-bath:before {
461 content: "\f2cd"; }
462
463.fa-battery-empty:before {
464 content: "\f244"; }
465
466.fa-battery-full:before {
467 content: "\f240"; }
468
469.fa-battery-half:before {
470 content: "\f242"; }
471
472.fa-battery-quarter:before {
473 content: "\f243"; }
474
475.fa-battery-three-quarters:before {
476 content: "\f241"; }
477
478.fa-bed:before {
479 content: "\f236"; }
480
481.fa-beer:before {
482 content: "\f0fc"; }
483
484.fa-behance:before {
485 content: "\f1b4"; }
486
487.fa-behance-square:before {
488 content: "\f1b5"; }
489
490.fa-bell:before {
491 content: "\f0f3"; }
492
493.fa-bell-slash:before {
494 content: "\f1f6"; }
495
496.fa-bezier-curve:before {
497 content: "\f55b"; }
498
499.fa-bible:before {
500 content: "\f647"; }
501
502.fa-bicycle:before {
503 content: "\f206"; }
504
505.fa-bimobject:before {
506 content: "\f378"; }
507
508.fa-binoculars:before {
509 content: "\f1e5"; }
510
511.fa-biohazard:before {
512 content: "\f780"; }
513
514.fa-birthday-cake:before {
515 content: "\f1fd"; }
516
517.fa-bitbucket:before {
518 content: "\f171"; }
519
520.fa-bitcoin:before {
521 content: "\f379"; }
522
523.fa-bity:before {
524 content: "\f37a"; }
525
526.fa-black-tie:before {
527 content: "\f27e"; }
528
529.fa-blackberry:before {
530 content: "\f37b"; }
531
532.fa-blender:before {
533 content: "\f517"; }
534
535.fa-blender-phone:before {
536 content: "\f6b6"; }
537
538.fa-blind:before {
539 content: "\f29d"; }
540
541.fa-blog:before {
542 content: "\f781"; }
543
544.fa-blogger:before {
545 content: "\f37c"; }
546
547.fa-blogger-b:before {
548 content: "\f37d"; }
549
550.fa-bluetooth:before {
551 content: "\f293"; }
552
553.fa-bluetooth-b:before {
554 content: "\f294"; }
555
556.fa-bold:before {
557 content: "\f032"; }
558
559.fa-bolt:before {
560 content: "\f0e7"; }
561
562.fa-bomb:before {
563 content: "\f1e2"; }
564
565.fa-bone:before {
566 content: "\f5d7"; }
567
568.fa-bong:before {
569 content: "\f55c"; }
570
571.fa-book:before {
572 content: "\f02d"; }
573
574.fa-book-dead:before {
575 content: "\f6b7"; }
576
577.fa-book-medical:before {
578 content: "\f7e6"; }
579
580.fa-book-open:before {
581 content: "\f518"; }
582
583.fa-book-reader:before {
584 content: "\f5da"; }
585
586.fa-bookmark:before {
587 content: "\f02e"; }
588
589.fa-bowling-ball:before {
590 content: "\f436"; }
591
592.fa-box:before {
593 content: "\f466"; }
594
595.fa-box-open:before {
596 content: "\f49e"; }
597
598.fa-boxes:before {
599 content: "\f468"; }
600
601.fa-braille:before {
602 content: "\f2a1"; }
603
604.fa-brain:before {
605 content: "\f5dc"; }
606
607.fa-bread-slice:before {
608 content: "\f7ec"; }
609
610.fa-briefcase:before {
611 content: "\f0b1"; }
612
613.fa-briefcase-medical:before {
614 content: "\f469"; }
615
616.fa-broadcast-tower:before {
617 content: "\f519"; }
618
619.fa-broom:before {
620 content: "\f51a"; }
621
622.fa-brush:before {
623 content: "\f55d"; }
624
625.fa-btc:before {
626 content: "\f15a"; }
627
628.fa-bug:before {
629 content: "\f188"; }
630
631.fa-building:before {
632 content: "\f1ad"; }
633
634.fa-bullhorn:before {
635 content: "\f0a1"; }
636
637.fa-bullseye:before {
638 content: "\f140"; }
639
640.fa-burn:before {
641 content: "\f46a"; }
642
643.fa-buromobelexperte:before {
644 content: "\f37f"; }
645
646.fa-bus:before {
647 content: "\f207"; }
648
649.fa-bus-alt:before {
650 content: "\f55e"; }
651
652.fa-business-time:before {
653 content: "\f64a"; }
654
655.fa-buysellads:before {
656 content: "\f20d"; }
657
658.fa-calculator:before {
659 content: "\f1ec"; }
660
661.fa-calendar:before {
662 content: "\f133"; }
663
664.fa-calendar-alt:before {
665 content: "\f073"; }
666
667.fa-calendar-check:before {
668 content: "\f274"; }
669
670.fa-calendar-day:before {
671 content: "\f783"; }
672
673.fa-calendar-minus:before {
674 content: "\f272"; }
675
676.fa-calendar-plus:before {
677 content: "\f271"; }
678
679.fa-calendar-times:before {
680 content: "\f273"; }
681
682.fa-calendar-week:before {
683 content: "\f784"; }
684
685.fa-camera:before {
686 content: "\f030"; }
687
688.fa-camera-retro:before {
689 content: "\f083"; }
690
691.fa-campground:before {
692 content: "\f6bb"; }
693
694.fa-canadian-maple-leaf:before {
695 content: "\f785"; }
696
697.fa-candy-cane:before {
698 content: "\f786"; }
699
700.fa-cannabis:before {
701 content: "\f55f"; }
702
703.fa-capsules:before {
704 content: "\f46b"; }
705
706.fa-car:before {
707 content: "\f1b9"; }
708
709.fa-car-alt:before {
710 content: "\f5de"; }
711
712.fa-car-battery:before {
713 content: "\f5df"; }
714
715.fa-car-crash:before {
716 content: "\f5e1"; }
717
718.fa-car-side:before {
719 content: "\f5e4"; }
720
721.fa-caret-down:before {
722 content: "\f0d7"; }
723
724.fa-caret-left:before {
725 content: "\f0d9"; }
726
727.fa-caret-right:before {
728 content: "\f0da"; }
729
730.fa-caret-square-down:before {
731 content: "\f150"; }
732
733.fa-caret-square-left:before {
734 content: "\f191"; }
735
736.fa-caret-square-right:before {
737 content: "\f152"; }
738
739.fa-caret-square-up:before {
740 content: "\f151"; }
741
742.fa-caret-up:before {
743 content: "\f0d8"; }
744
745.fa-carrot:before {
746 content: "\f787"; }
747
748.fa-cart-arrow-down:before {
749 content: "\f218"; }
750
751.fa-cart-plus:before {
752 content: "\f217"; }
753
754.fa-cash-register:before {
755 content: "\f788"; }
756
757.fa-cat:before {
758 content: "\f6be"; }
759
760.fa-cc-amazon-pay:before {
761 content: "\f42d"; }
762
763.fa-cc-amex:before {
764 content: "\f1f3"; }
765
766.fa-cc-apple-pay:before {
767 content: "\f416"; }
768
769.fa-cc-diners-club:before {
770 content: "\f24c"; }
771
772.fa-cc-discover:before {
773 content: "\f1f2"; }
774
775.fa-cc-jcb:before {
776 content: "\f24b"; }
777
778.fa-cc-mastercard:before {
779 content: "\f1f1"; }
780
781.fa-cc-paypal:before {
782 content: "\f1f4"; }
783
784.fa-cc-stripe:before {
785 content: "\f1f5"; }
786
787.fa-cc-visa:before {
788 content: "\f1f0"; }
789
790.fa-centercode:before {
791 content: "\f380"; }
792
793.fa-centos:before {
794 content: "\f789"; }
795
796.fa-certificate:before {
797 content: "\f0a3"; }
798
799.fa-chair:before {
800 content: "\f6c0"; }
801
802.fa-chalkboard:before {
803 content: "\f51b"; }
804
805.fa-chalkboard-teacher:before {
806 content: "\f51c"; }
807
808.fa-charging-station:before {
809 content: "\f5e7"; }
810
811.fa-chart-area:before {
812 content: "\f1fe"; }
813
814.fa-chart-bar:before {
815 content: "\f080"; }
816
817.fa-chart-line:before {
818 content: "\f201"; }
819
820.fa-chart-pie:before {
821 content: "\f200"; }
822
823.fa-check:before {
824 content: "\f00c"; }
825
826.fa-check-circle:before {
827 content: "\f058"; }
828
829.fa-check-double:before {
830 content: "\f560"; }
831
832.fa-check-square:before {
833 content: "\f14a"; }
834
835.fa-cheese:before {
836 content: "\f7ef"; }
837
838.fa-chess:before {
839 content: "\f439"; }
840
841.fa-chess-bishop:before {
842 content: "\f43a"; }
843
844.fa-chess-board:before {
845 content: "\f43c"; }
846
847.fa-chess-king:before {
848 content: "\f43f"; }
849
850.fa-chess-knight:before {
851 content: "\f441"; }
852
853.fa-chess-pawn:before {
854 content: "\f443"; }
855
856.fa-chess-queen:before {
857 content: "\f445"; }
858
859.fa-chess-rook:before {
860 content: "\f447"; }
861
862.fa-chevron-circle-down:before {
863 content: "\f13a"; }
864
865.fa-chevron-circle-left:before {
866 content: "\f137"; }
867
868.fa-chevron-circle-right:before {
869 content: "\f138"; }
870
871.fa-chevron-circle-up:before {
872 content: "\f139"; }
873
874.fa-chevron-down:before {
875 content: "\f078"; }
876
877.fa-chevron-left:before {
878 content: "\f053"; }
879
880.fa-chevron-right:before {
881 content: "\f054"; }
882
883.fa-chevron-up:before {
884 content: "\f077"; }
885
886.fa-child:before {
887 content: "\f1ae"; }
888
889.fa-chrome:before {
890 content: "\f268"; }
891
892.fa-church:before {
893 content: "\f51d"; }
894
895.fa-circle:before {
896 content: "\f111"; }
897
898.fa-circle-notch:before {
899 content: "\f1ce"; }
900
901.fa-city:before {
902 content: "\f64f"; }
903
904.fa-clinic-medical:before {
905 content: "\f7f2"; }
906
907.fa-clipboard:before {
908 content: "\f328"; }
909
910.fa-clipboard-check:before {
911 content: "\f46c"; }
912
913.fa-clipboard-list:before {
914 content: "\f46d"; }
915
916.fa-clock:before {
917 content: "\f017"; }
918
919.fa-clone:before {
920 content: "\f24d"; }
921
922.fa-closed-captioning:before {
923 content: "\f20a"; }
924
925.fa-cloud:before {
926 content: "\f0c2"; }
927
928.fa-cloud-download-alt:before {
929 content: "\f381"; }
930
931.fa-cloud-meatball:before {
932 content: "\f73b"; }
933
934.fa-cloud-moon:before {
935 content: "\f6c3"; }
936
937.fa-cloud-moon-rain:before {
938 content: "\f73c"; }
939
940.fa-cloud-rain:before {
941 content: "\f73d"; }
942
943.fa-cloud-showers-heavy:before {
944 content: "\f740"; }
945
946.fa-cloud-sun:before {
947 content: "\f6c4"; }
948
949.fa-cloud-sun-rain:before {
950 content: "\f743"; }
951
952.fa-cloud-upload-alt:before {
953 content: "\f382"; }
954
955.fa-cloudscale:before {
956 content: "\f383"; }
957
958.fa-cloudsmith:before {
959 content: "\f384"; }
960
961.fa-cloudversify:before {
962 content: "\f385"; }
963
964.fa-cocktail:before {
965 content: "\f561"; }
966
967.fa-code:before {
968 content: "\f121"; }
969
970.fa-code-branch:before {
971 content: "\f126"; }
972
973.fa-codepen:before {
974 content: "\f1cb"; }
975
976.fa-codiepie:before {
977 content: "\f284"; }
978
979.fa-coffee:before {
980 content: "\f0f4"; }
981
982.fa-cog:before {
983 content: "\f013"; }
984
985.fa-cogs:before {
986 content: "\f085"; }
987
988.fa-coins:before {
989 content: "\f51e"; }
990
991.fa-columns:before {
992 content: "\f0db"; }
993
994.fa-comment:before {
995 content: "\f075"; }
996
997.fa-comment-alt:before {
998 content: "\f27a"; }
999
1000.fa-comment-dollar:before {
1001 content: "\f651"; }
1002
1003.fa-comment-dots:before {
1004 content: "\f4ad"; }
1005
1006.fa-comment-medical:before {
1007 content: "\f7f5"; }
1008
1009.fa-comment-slash:before {
1010 content: "\f4b3"; }
1011
1012.fa-comments:before {
1013 content: "\f086"; }
1014
1015.fa-comments-dollar:before {
1016 content: "\f653"; }
1017
1018.fa-compact-disc:before {
1019 content: "\f51f"; }
1020
1021.fa-compass:before {
1022 content: "\f14e"; }
1023
1024.fa-compress:before {
1025 content: "\f066"; }
1026
1027.fa-compress-arrows-alt:before {
1028 content: "\f78c"; }
1029
1030.fa-concierge-bell:before {
1031 content: "\f562"; }
1032
1033.fa-confluence:before {
1034 content: "\f78d"; }
1035
1036.fa-connectdevelop:before {
1037 content: "\f20e"; }
1038
1039.fa-contao:before {
1040 content: "\f26d"; }
1041
1042.fa-cookie:before {
1043 content: "\f563"; }
1044
1045.fa-cookie-bite:before {
1046 content: "\f564"; }
1047
1048.fa-copy:before {
1049 content: "\f0c5"; }
1050
1051.fa-copyright:before {
1052 content: "\f1f9"; }
1053
1054.fa-couch:before {
1055 content: "\f4b8"; }
1056
1057.fa-cpanel:before {
1058 content: "\f388"; }
1059
1060.fa-creative-commons:before {
1061 content: "\f25e"; }
1062
1063.fa-creative-commons-by:before {
1064 content: "\f4e7"; }
1065
1066.fa-creative-commons-nc:before {
1067 content: "\f4e8"; }
1068
1069.fa-creative-commons-nc-eu:before {
1070 content: "\f4e9"; }
1071
1072.fa-creative-commons-nc-jp:before {
1073 content: "\f4ea"; }
1074
1075.fa-creative-commons-nd:before {
1076 content: "\f4eb"; }
1077
1078.fa-creative-commons-pd:before {
1079 content: "\f4ec"; }
1080
1081.fa-creative-commons-pd-alt:before {
1082 content: "\f4ed"; }
1083
1084.fa-creative-commons-remix:before {
1085 content: "\f4ee"; }
1086
1087.fa-creative-commons-sa:before {
1088 content: "\f4ef"; }
1089
1090.fa-creative-commons-sampling:before {
1091 content: "\f4f0"; }
1092
1093.fa-creative-commons-sampling-plus:before {
1094 content: "\f4f1"; }
1095
1096.fa-creative-commons-share:before {
1097 content: "\f4f2"; }
1098
1099.fa-creative-commons-zero:before {
1100 content: "\f4f3"; }
1101
1102.fa-credit-card:before {
1103 content: "\f09d"; }
1104
1105.fa-critical-role:before {
1106 content: "\f6c9"; }
1107
1108.fa-crop:before {
1109 content: "\f125"; }
1110
1111.fa-crop-alt:before {
1112 content: "\f565"; }
1113
1114.fa-cross:before {
1115 content: "\f654"; }
1116
1117.fa-crosshairs:before {
1118 content: "\f05b"; }
1119
1120.fa-crow:before {
1121 content: "\f520"; }
1122
1123.fa-crown:before {
1124 content: "\f521"; }
1125
1126.fa-crutch:before {
1127 content: "\f7f7"; }
1128
1129.fa-css3:before {
1130 content: "\f13c"; }
1131
1132.fa-css3-alt:before {
1133 content: "\f38b"; }
1134
1135.fa-cube:before {
1136 content: "\f1b2"; }
1137
1138.fa-cubes:before {
1139 content: "\f1b3"; }
1140
1141.fa-cut:before {
1142 content: "\f0c4"; }
1143
1144.fa-cuttlefish:before {
1145 content: "\f38c"; }
1146
1147.fa-d-and-d:before {
1148 content: "\f38d"; }
1149
1150.fa-d-and-d-beyond:before {
1151 content: "\f6ca"; }
1152
1153.fa-dashcube:before {
1154 content: "\f210"; }
1155
1156.fa-database:before {
1157 content: "\f1c0"; }
1158
1159.fa-deaf:before {
1160 content: "\f2a4"; }
1161
1162.fa-delicious:before {
1163 content: "\f1a5"; }
1164
1165.fa-democrat:before {
1166 content: "\f747"; }
1167
1168.fa-deploydog:before {
1169 content: "\f38e"; }
1170
1171.fa-deskpro:before {
1172 content: "\f38f"; }
1173
1174.fa-desktop:before {
1175 content: "\f108"; }
1176
1177.fa-dev:before {
1178 content: "\f6cc"; }
1179
1180.fa-deviantart:before {
1181 content: "\f1bd"; }
1182
1183.fa-dharmachakra:before {
1184 content: "\f655"; }
1185
1186.fa-dhl:before {
1187 content: "\f790"; }
1188
1189.fa-diagnoses:before {
1190 content: "\f470"; }
1191
1192.fa-diaspora:before {
1193 content: "\f791"; }
1194
1195.fa-dice:before {
1196 content: "\f522"; }
1197
1198.fa-dice-d20:before {
1199 content: "\f6cf"; }
1200
1201.fa-dice-d6:before {
1202 content: "\f6d1"; }
1203
1204.fa-dice-five:before {
1205 content: "\f523"; }
1206
1207.fa-dice-four:before {
1208 content: "\f524"; }
1209
1210.fa-dice-one:before {
1211 content: "\f525"; }
1212
1213.fa-dice-six:before {
1214 content: "\f526"; }
1215
1216.fa-dice-three:before {
1217 content: "\f527"; }
1218
1219.fa-dice-two:before {
1220 content: "\f528"; }
1221
1222.fa-digg:before {
1223 content: "\f1a6"; }
1224
1225.fa-digital-ocean:before {
1226 content: "\f391"; }
1227
1228.fa-digital-tachograph:before {
1229 content: "\f566"; }
1230
1231.fa-directions:before {
1232 content: "\f5eb"; }
1233
1234.fa-discord:before {
1235 content: "\f392"; }
1236
1237.fa-discourse:before {
1238 content: "\f393"; }
1239
1240.fa-divide:before {
1241 content: "\f529"; }
1242
1243.fa-dizzy:before {
1244 content: "\f567"; }
1245
1246.fa-dna:before {
1247 content: "\f471"; }
1248
1249.fa-dochub:before {
1250 content: "\f394"; }
1251
1252.fa-docker:before {
1253 content: "\f395"; }
1254
1255.fa-dog:before {
1256 content: "\f6d3"; }
1257
1258.fa-dollar-sign:before {
1259 content: "\f155"; }
1260
1261.fa-dolly:before {
1262 content: "\f472"; }
1263
1264.fa-dolly-flatbed:before {
1265 content: "\f474"; }
1266
1267.fa-donate:before {
1268 content: "\f4b9"; }
1269
1270.fa-door-closed:before {
1271 content: "\f52a"; }
1272
1273.fa-door-open:before {
1274 content: "\f52b"; }
1275
1276.fa-dot-circle:before {
1277 content: "\f192"; }
1278
1279.fa-dove:before {
1280 content: "\f4ba"; }
1281
1282.fa-download:before {
1283 content: "\f019"; }
1284
1285.fa-draft2digital:before {
1286 content: "\f396"; }
1287
1288.fa-drafting-compass:before {
1289 content: "\f568"; }
1290
1291.fa-dragon:before {
1292 content: "\f6d5"; }
1293
1294.fa-draw-polygon:before {
1295 content: "\f5ee"; }
1296
1297.fa-dribbble:before {
1298 content: "\f17d"; }
1299
1300.fa-dribbble-square:before {
1301 content: "\f397"; }
1302
1303.fa-dropbox:before {
1304 content: "\f16b"; }
1305
1306.fa-drum:before {
1307 content: "\f569"; }
1308
1309.fa-drum-steelpan:before {
1310 content: "\f56a"; }
1311
1312.fa-drumstick-bite:before {
1313 content: "\f6d7"; }
1314
1315.fa-drupal:before {
1316 content: "\f1a9"; }
1317
1318.fa-dumbbell:before {
1319 content: "\f44b"; }
1320
1321.fa-dumpster:before {
1322 content: "\f793"; }
1323
1324.fa-dumpster-fire:before {
1325 content: "\f794"; }
1326
1327.fa-dungeon:before {
1328 content: "\f6d9"; }
1329
1330.fa-dyalog:before {
1331 content: "\f399"; }
1332
1333.fa-earlybirds:before {
1334 content: "\f39a"; }
1335
1336.fa-ebay:before {
1337 content: "\f4f4"; }
1338
1339.fa-edge:before {
1340 content: "\f282"; }
1341
1342.fa-edit:before {
1343 content: "\f044"; }
1344
1345.fa-egg:before {
1346 content: "\f7fb"; }
1347
1348.fa-eject:before {
1349 content: "\f052"; }
1350
1351.fa-elementor:before {
1352 content: "\f430"; }
1353
1354.fa-ellipsis-h:before {
1355 content: "\f141"; }
1356
1357.fa-ellipsis-v:before {
1358 content: "\f142"; }
1359
1360.fa-ello:before {
1361 content: "\f5f1"; }
1362
1363.fa-ember:before {
1364 content: "\f423"; }
1365
1366.fa-empire:before {
1367 content: "\f1d1"; }
1368
1369.fa-envelope:before {
1370 content: "\f0e0"; }
1371
1372.fa-envelope-open:before {
1373 content: "\f2b6"; }
1374
1375.fa-envelope-open-text:before {
1376 content: "\f658"; }
1377
1378.fa-envelope-square:before {
1379 content: "\f199"; }
1380
1381.fa-envira:before {
1382 content: "\f299"; }
1383
1384.fa-equals:before {
1385 content: "\f52c"; }
1386
1387.fa-eraser:before {
1388 content: "\f12d"; }
1389
1390.fa-erlang:before {
1391 content: "\f39d"; }
1392
1393.fa-ethereum:before {
1394 content: "\f42e"; }
1395
1396.fa-ethernet:before {
1397 content: "\f796"; }
1398
1399.fa-etsy:before {
1400 content: "\f2d7"; }
1401
1402.fa-euro-sign:before {
1403 content: "\f153"; }
1404
1405.fa-exchange-alt:before {
1406 content: "\f362"; }
1407
1408.fa-exclamation:before {
1409 content: "\f12a"; }
1410
1411.fa-exclamation-circle:before {
1412 content: "\f06a"; }
1413
1414.fa-exclamation-triangle:before {
1415 content: "\f071"; }
1416
1417.fa-expand:before {
1418 content: "\f065"; }
1419
1420.fa-expand-arrows-alt:before {
1421 content: "\f31e"; }
1422
1423.fa-expeditedssl:before {
1424 content: "\f23e"; }
1425
1426.fa-external-link-alt:before {
1427 content: "\f35d"; }
1428
1429.fa-external-link-square-alt:before {
1430 content: "\f360"; }
1431
1432.fa-eye:before {
1433 content: "\f06e"; }
1434
1435.fa-eye-dropper:before {
1436 content: "\f1fb"; }
1437
1438.fa-eye-slash:before {
1439 content: "\f070"; }
1440
1441.fa-facebook:before {
1442 content: "\f09a"; }
1443
1444.fa-facebook-f:before {
1445 content: "\f39e"; }
1446
1447.fa-facebook-messenger:before {
1448 content: "\f39f"; }
1449
1450.fa-facebook-square:before {
1451 content: "\f082"; }
1452
1453.fa-fantasy-flight-games:before {
1454 content: "\f6dc"; }
1455
1456.fa-fast-backward:before {
1457 content: "\f049"; }
1458
1459.fa-fast-forward:before {
1460 content: "\f050"; }
1461
1462.fa-fax:before {
1463 content: "\f1ac"; }
1464
1465.fa-feather:before {
1466 content: "\f52d"; }
1467
1468.fa-feather-alt:before {
1469 content: "\f56b"; }
1470
1471.fa-fedex:before {
1472 content: "\f797"; }
1473
1474.fa-fedora:before {
1475 content: "\f798"; }
1476
1477.fa-female:before {
1478 content: "\f182"; }
1479
1480.fa-fighter-jet:before {
1481 content: "\f0fb"; }
1482
1483.fa-figma:before {
1484 content: "\f799"; }
1485
1486.fa-file:before {
1487 content: "\f15b"; }
1488
1489.fa-file-alt:before {
1490 content: "\f15c"; }
1491
1492.fa-file-archive:before {
1493 content: "\f1c6"; }
1494
1495.fa-file-audio:before {
1496 content: "\f1c7"; }
1497
1498.fa-file-code:before {
1499 content: "\f1c9"; }
1500
1501.fa-file-contract:before {
1502 content: "\f56c"; }
1503
1504.fa-file-csv:before {
1505 content: "\f6dd"; }
1506
1507.fa-file-download:before {
1508 content: "\f56d"; }
1509
1510.fa-file-excel:before {
1511 content: "\f1c3"; }
1512
1513.fa-file-export:before {
1514 content: "\f56e"; }
1515
1516.fa-file-image:before {
1517 content: "\f1c5"; }
1518
1519.fa-file-import:before {
1520 content: "\f56f"; }
1521
1522.fa-file-invoice:before {
1523 content: "\f570"; }
1524
1525.fa-file-invoice-dollar:before {
1526 content: "\f571"; }
1527
1528.fa-file-medical:before {
1529 content: "\f477"; }
1530
1531.fa-file-medical-alt:before {
1532 content: "\f478"; }
1533
1534.fa-file-pdf:before {
1535 content: "\f1c1"; }
1536
1537.fa-file-powerpoint:before {
1538 content: "\f1c4"; }
1539
1540.fa-file-prescription:before {
1541 content: "\f572"; }
1542
1543.fa-file-signature:before {
1544 content: "\f573"; }
1545
1546.fa-file-upload:before {
1547 content: "\f574"; }
1548
1549.fa-file-video:before {
1550 content: "\f1c8"; }
1551
1552.fa-file-word:before {
1553 content: "\f1c2"; }
1554
1555.fa-fill:before {
1556 content: "\f575"; }
1557
1558.fa-fill-drip:before {
1559 content: "\f576"; }
1560
1561.fa-film:before {
1562 content: "\f008"; }
1563
1564.fa-filter:before {
1565 content: "\f0b0"; }
1566
1567.fa-fingerprint:before {
1568 content: "\f577"; }
1569
1570.fa-fire:before {
1571 content: "\f06d"; }
1572
1573.fa-fire-alt:before {
1574 content: "\f7e4"; }
1575
1576.fa-fire-extinguisher:before {
1577 content: "\f134"; }
1578
1579.fa-firefox:before {
1580 content: "\f269"; }
1581
1582.fa-first-aid:before {
1583 content: "\f479"; }
1584
1585.fa-first-order:before {
1586 content: "\f2b0"; }
1587
1588.fa-first-order-alt:before {
1589 content: "\f50a"; }
1590
1591.fa-firstdraft:before {
1592 content: "\f3a1"; }
1593
1594.fa-fish:before {
1595 content: "\f578"; }
1596
1597.fa-fist-raised:before {
1598 content: "\f6de"; }
1599
1600.fa-flag:before {
1601 content: "\f024"; }
1602
1603.fa-flag-checkered:before {
1604 content: "\f11e"; }
1605
1606.fa-flag-usa:before {
1607 content: "\f74d"; }
1608
1609.fa-flask:before {
1610 content: "\f0c3"; }
1611
1612.fa-flickr:before {
1613 content: "\f16e"; }
1614
1615.fa-flipboard:before {
1616 content: "\f44d"; }
1617
1618.fa-flushed:before {
1619 content: "\f579"; }
1620
1621.fa-fly:before {
1622 content: "\f417"; }
1623
1624.fa-folder:before {
1625 content: "\f07b"; }
1626
1627.fa-folder-minus:before {
1628 content: "\f65d"; }
1629
1630.fa-folder-open:before {
1631 content: "\f07c"; }
1632
1633.fa-folder-plus:before {
1634 content: "\f65e"; }
1635
1636.fa-font:before {
1637 content: "\f031"; }
1638
1639.fa-font-awesome:before {
1640 content: "\f2b4"; }
1641
1642.fa-font-awesome-alt:before {
1643 content: "\f35c"; }
1644
1645.fa-font-awesome-flag:before {
1646 content: "\f425"; }
1647
1648.fa-font-awesome-logo-full:before {
1649 content: "\f4e6"; }
1650
1651.fa-fonticons:before {
1652 content: "\f280"; }
1653
1654.fa-fonticons-fi:before {
1655 content: "\f3a2"; }
1656
1657.fa-football-ball:before {
1658 content: "\f44e"; }
1659
1660.fa-fort-awesome:before {
1661 content: "\f286"; }
1662
1663.fa-fort-awesome-alt:before {
1664 content: "\f3a3"; }
1665
1666.fa-forumbee:before {
1667 content: "\f211"; }
1668
1669.fa-forward:before {
1670 content: "\f04e"; }
1671
1672.fa-foursquare:before {
1673 content: "\f180"; }
1674
1675.fa-free-code-camp:before {
1676 content: "\f2c5"; }
1677
1678.fa-freebsd:before {
1679 content: "\f3a4"; }
1680
1681.fa-frog:before {
1682 content: "\f52e"; }
1683
1684.fa-frown:before {
1685 content: "\f119"; }
1686
1687.fa-frown-open:before {
1688 content: "\f57a"; }
1689
1690.fa-fulcrum:before {
1691 content: "\f50b"; }
1692
1693.fa-funnel-dollar:before {
1694 content: "\f662"; }
1695
1696.fa-futbol:before {
1697 content: "\f1e3"; }
1698
1699.fa-galactic-republic:before {
1700 content: "\f50c"; }
1701
1702.fa-galactic-senate:before {
1703 content: "\f50d"; }
1704
1705.fa-gamepad:before {
1706 content: "\f11b"; }
1707
1708.fa-gas-pump:before {
1709 content: "\f52f"; }
1710
1711.fa-gavel:before {
1712 content: "\f0e3"; }
1713
1714.fa-gem:before {
1715 content: "\f3a5"; }
1716
1717.fa-genderless:before {
1718 content: "\f22d"; }
1719
1720.fa-get-pocket:before {
1721 content: "\f265"; }
1722
1723.fa-gg:before {
1724 content: "\f260"; }
1725
1726.fa-gg-circle:before {
1727 content: "\f261"; }
1728
1729.fa-ghost:before {
1730 content: "\f6e2"; }
1731
1732.fa-gift:before {
1733 content: "\f06b"; }
1734
1735.fa-gifts:before {
1736 content: "\f79c"; }
1737
1738.fa-git:before {
1739 content: "\f1d3"; }
1740
1741.fa-git-square:before {
1742 content: "\f1d2"; }
1743
1744.fa-github:before {
1745 content: "\f09b"; }
1746
1747.fa-github-alt:before {
1748 content: "\f113"; }
1749
1750.fa-github-square:before {
1751 content: "\f092"; }
1752
1753.fa-gitkraken:before {
1754 content: "\f3a6"; }
1755
1756.fa-gitlab:before {
1757 content: "\f296"; }
1758
1759.fa-gitter:before {
1760 content: "\f426"; }
1761
1762.fa-glass-cheers:before {
1763 content: "\f79f"; }
1764
1765.fa-glass-martini:before {
1766 content: "\f000"; }
1767
1768.fa-glass-martini-alt:before {
1769 content: "\f57b"; }
1770
1771.fa-glass-whiskey:before {
1772 content: "\f7a0"; }
1773
1774.fa-glasses:before {
1775 content: "\f530"; }
1776
1777.fa-glide:before {
1778 content: "\f2a5"; }
1779
1780.fa-glide-g:before {
1781 content: "\f2a6"; }
1782
1783.fa-globe:before {
1784 content: "\f0ac"; }
1785
1786.fa-globe-africa:before {
1787 content: "\f57c"; }
1788
1789.fa-globe-americas:before {
1790 content: "\f57d"; }
1791
1792.fa-globe-asia:before {
1793 content: "\f57e"; }
1794
1795.fa-globe-europe:before {
1796 content: "\f7a2"; }
1797
1798.fa-gofore:before {
1799 content: "\f3a7"; }
1800
1801.fa-golf-ball:before {
1802 content: "\f450"; }
1803
1804.fa-goodreads:before {
1805 content: "\f3a8"; }
1806
1807.fa-goodreads-g:before {
1808 content: "\f3a9"; }
1809
1810.fa-google:before {
1811 content: "\f1a0"; }
1812
1813.fa-google-drive:before {
1814 content: "\f3aa"; }
1815
1816.fa-google-play:before {
1817 content: "\f3ab"; }
1818
1819.fa-google-plus:before {
1820 content: "\f2b3"; }
1821
1822.fa-google-plus-g:before {
1823 content: "\f0d5"; }
1824
1825.fa-google-plus-square:before {
1826 content: "\f0d4"; }
1827
1828.fa-google-wallet:before {
1829 content: "\f1ee"; }
1830
1831.fa-gopuram:before {
1832 content: "\f664"; }
1833
1834.fa-graduation-cap:before {
1835 content: "\f19d"; }
1836
1837.fa-gratipay:before {
1838 content: "\f184"; }
1839
1840.fa-grav:before {
1841 content: "\f2d6"; }
1842
1843.fa-greater-than:before {
1844 content: "\f531"; }
1845
1846.fa-greater-than-equal:before {
1847 content: "\f532"; }
1848
1849.fa-grimace:before {
1850 content: "\f57f"; }
1851
1852.fa-grin:before {
1853 content: "\f580"; }
1854
1855.fa-grin-alt:before {
1856 content: "\f581"; }
1857
1858.fa-grin-beam:before {
1859 content: "\f582"; }
1860
1861.fa-grin-beam-sweat:before {
1862 content: "\f583"; }
1863
1864.fa-grin-hearts:before {
1865 content: "\f584"; }
1866
1867.fa-grin-squint:before {
1868 content: "\f585"; }
1869
1870.fa-grin-squint-tears:before {
1871 content: "\f586"; }
1872
1873.fa-grin-stars:before {
1874 content: "\f587"; }
1875
1876.fa-grin-tears:before {
1877 content: "\f588"; }
1878
1879.fa-grin-tongue:before {
1880 content: "\f589"; }
1881
1882.fa-grin-tongue-squint:before {
1883 content: "\f58a"; }
1884
1885.fa-grin-tongue-wink:before {
1886 content: "\f58b"; }
1887
1888.fa-grin-wink:before {
1889 content: "\f58c"; }
1890
1891.fa-grip-horizontal:before {
1892 content: "\f58d"; }
1893
1894.fa-grip-lines:before {
1895 content: "\f7a4"; }
1896
1897.fa-grip-lines-vertical:before {
1898 content: "\f7a5"; }
1899
1900.fa-grip-vertical:before {
1901 content: "\f58e"; }
1902
1903.fa-gripfire:before {
1904 content: "\f3ac"; }
1905
1906.fa-grunt:before {
1907 content: "\f3ad"; }
1908
1909.fa-guitar:before {
1910 content: "\f7a6"; }
1911
1912.fa-gulp:before {
1913 content: "\f3ae"; }
1914
1915.fa-h-square:before {
1916 content: "\f0fd"; }
1917
1918.fa-hacker-news:before {
1919 content: "\f1d4"; }
1920
1921.fa-hacker-news-square:before {
1922 content: "\f3af"; }
1923
1924.fa-hackerrank:before {
1925 content: "\f5f7"; }
1926
1927.fa-hamburger:before {
1928 content: "\f805"; }
1929
1930.fa-hammer:before {
1931 content: "\f6e3"; }
1932
1933.fa-hamsa:before {
1934 content: "\f665"; }
1935
1936.fa-hand-holding:before {
1937 content: "\f4bd"; }
1938
1939.fa-hand-holding-heart:before {
1940 content: "\f4be"; }
1941
1942.fa-hand-holding-usd:before {
1943 content: "\f4c0"; }
1944
1945.fa-hand-lizard:before {
1946 content: "\f258"; }
1947
1948.fa-hand-middle-finger:before {
1949 content: "\f806"; }
1950
1951.fa-hand-paper:before {
1952 content: "\f256"; }
1953
1954.fa-hand-peace:before {
1955 content: "\f25b"; }
1956
1957.fa-hand-point-down:before {
1958 content: "\f0a7"; }
1959
1960.fa-hand-point-left:before {
1961 content: "\f0a5"; }
1962
1963.fa-hand-point-right:before {
1964 content: "\f0a4"; }
1965
1966.fa-hand-point-up:before {
1967 content: "\f0a6"; }
1968
1969.fa-hand-pointer:before {
1970 content: "\f25a"; }
1971
1972.fa-hand-rock:before {
1973 content: "\f255"; }
1974
1975.fa-hand-scissors:before {
1976 content: "\f257"; }
1977
1978.fa-hand-spock:before {
1979 content: "\f259"; }
1980
1981.fa-hands:before {
1982 content: "\f4c2"; }
1983
1984.fa-hands-helping:before {
1985 content: "\f4c4"; }
1986
1987.fa-handshake:before {
1988 content: "\f2b5"; }
1989
1990.fa-hanukiah:before {
1991 content: "\f6e6"; }
1992
1993.fa-hard-hat:before {
1994 content: "\f807"; }
1995
1996.fa-hashtag:before {
1997 content: "\f292"; }
1998
1999.fa-hat-wizard:before {
2000 content: "\f6e8"; }
2001
2002.fa-haykal:before {
2003 content: "\f666"; }
2004
2005.fa-hdd:before {
2006 content: "\f0a0"; }
2007
2008.fa-heading:before {
2009 content: "\f1dc"; }
2010
2011.fa-headphones:before {
2012 content: "\f025"; }
2013
2014.fa-headphones-alt:before {
2015 content: "\f58f"; }
2016
2017.fa-headset:before {
2018 content: "\f590"; }
2019
2020.fa-heart:before {
2021 content: "\f004"; }
2022
2023.fa-heart-broken:before {
2024 content: "\f7a9"; }
2025
2026.fa-heartbeat:before {
2027 content: "\f21e"; }
2028
2029.fa-helicopter:before {
2030 content: "\f533"; }
2031
2032.fa-highlighter:before {
2033 content: "\f591"; }
2034
2035.fa-hiking:before {
2036 content: "\f6ec"; }
2037
2038.fa-hippo:before {
2039 content: "\f6ed"; }
2040
2041.fa-hips:before {
2042 content: "\f452"; }
2043
2044.fa-hire-a-helper:before {
2045 content: "\f3b0"; }
2046
2047.fa-history:before {
2048 content: "\f1da"; }
2049
2050.fa-hockey-puck:before {
2051 content: "\f453"; }
2052
2053.fa-holly-berry:before {
2054 content: "\f7aa"; }
2055
2056.fa-home:before {
2057 content: "\f015"; }
2058
2059.fa-hooli:before {
2060 content: "\f427"; }
2061
2062.fa-hornbill:before {
2063 content: "\f592"; }
2064
2065.fa-horse:before {
2066 content: "\f6f0"; }
2067
2068.fa-horse-head:before {
2069 content: "\f7ab"; }
2070
2071.fa-hospital:before {
2072 content: "\f0f8"; }
2073
2074.fa-hospital-alt:before {
2075 content: "\f47d"; }
2076
2077.fa-hospital-symbol:before {
2078 content: "\f47e"; }
2079
2080.fa-hot-tub:before {
2081 content: "\f593"; }
2082
2083.fa-hotdog:before {
2084 content: "\f80f"; }
2085
2086.fa-hotel:before {
2087 content: "\f594"; }
2088
2089.fa-hotjar:before {
2090 content: "\f3b1"; }
2091
2092.fa-hourglass:before {
2093 content: "\f254"; }
2094
2095.fa-hourglass-end:before {
2096 content: "\f253"; }
2097
2098.fa-hourglass-half:before {
2099 content: "\f252"; }
2100
2101.fa-hourglass-start:before {
2102 content: "\f251"; }
2103
2104.fa-house-damage:before {
2105 content: "\f6f1"; }
2106
2107.fa-houzz:before {
2108 content: "\f27c"; }
2109
2110.fa-hryvnia:before {
2111 content: "\f6f2"; }
2112
2113.fa-html5:before {
2114 content: "\f13b"; }
2115
2116.fa-hubspot:before {
2117 content: "\f3b2"; }
2118
2119.fa-i-cursor:before {
2120 content: "\f246"; }
2121
2122.fa-ice-cream:before {
2123 content: "\f810"; }
2124
2125.fa-icicles:before {
2126 content: "\f7ad"; }
2127
2128.fa-id-badge:before {
2129 content: "\f2c1"; }
2130
2131.fa-id-card:before {
2132 content: "\f2c2"; }
2133
2134.fa-id-card-alt:before {
2135 content: "\f47f"; }
2136
2137.fa-igloo:before {
2138 content: "\f7ae"; }
2139
2140.fa-image:before {
2141 content: "\f03e"; }
2142
2143.fa-images:before {
2144 content: "\f302"; }
2145
2146.fa-imdb:before {
2147 content: "\f2d8"; }
2148
2149.fa-inbox:before {
2150 content: "\f01c"; }
2151
2152.fa-indent:before {
2153 content: "\f03c"; }
2154
2155.fa-industry:before {
2156 content: "\f275"; }
2157
2158.fa-infinity:before {
2159 content: "\f534"; }
2160
2161.fa-info:before {
2162 content: "\f129"; }
2163
2164.fa-info-circle:before {
2165 content: "\f05a"; }
2166
2167.fa-instagram:before {
2168 content: "\f16d"; }
2169
2170.fa-intercom:before {
2171 content: "\f7af"; }
2172
2173.fa-internet-explorer:before {
2174 content: "\f26b"; }
2175
2176.fa-invision:before {
2177 content: "\f7b0"; }
2178
2179.fa-ioxhost:before {
2180 content: "\f208"; }
2181
2182.fa-italic:before {
2183 content: "\f033"; }
2184
2185.fa-itunes:before {
2186 content: "\f3b4"; }
2187
2188.fa-itunes-note:before {
2189 content: "\f3b5"; }
2190
2191.fa-java:before {
2192 content: "\f4e4"; }
2193
2194.fa-jedi:before {
2195 content: "\f669"; }
2196
2197.fa-jedi-order:before {
2198 content: "\f50e"; }
2199
2200.fa-jenkins:before {
2201 content: "\f3b6"; }
2202
2203.fa-jira:before {
2204 content: "\f7b1"; }
2205
2206.fa-joget:before {
2207 content: "\f3b7"; }
2208
2209.fa-joint:before {
2210 content: "\f595"; }
2211
2212.fa-joomla:before {
2213 content: "\f1aa"; }
2214
2215.fa-journal-whills:before {
2216 content: "\f66a"; }
2217
2218.fa-js:before {
2219 content: "\f3b8"; }
2220
2221.fa-js-square:before {
2222 content: "\f3b9"; }
2223
2224.fa-jsfiddle:before {
2225 content: "\f1cc"; }
2226
2227.fa-kaaba:before {
2228 content: "\f66b"; }
2229
2230.fa-kaggle:before {
2231 content: "\f5fa"; }
2232
2233.fa-key:before {
2234 content: "\f084"; }
2235
2236.fa-keybase:before {
2237 content: "\f4f5"; }
2238
2239.fa-keyboard:before {
2240 content: "\f11c"; }
2241
2242.fa-keycdn:before {
2243 content: "\f3ba"; }
2244
2245.fa-khanda:before {
2246 content: "\f66d"; }
2247
2248.fa-kickstarter:before {
2249 content: "\f3bb"; }
2250
2251.fa-kickstarter-k:before {
2252 content: "\f3bc"; }
2253
2254.fa-kiss:before {
2255 content: "\f596"; }
2256
2257.fa-kiss-beam:before {
2258 content: "\f597"; }
2259
2260.fa-kiss-wink-heart:before {
2261 content: "\f598"; }
2262
2263.fa-kiwi-bird:before {
2264 content: "\f535"; }
2265
2266.fa-korvue:before {
2267 content: "\f42f"; }
2268
2269.fa-landmark:before {
2270 content: "\f66f"; }
2271
2272.fa-language:before {
2273 content: "\f1ab"; }
2274
2275.fa-laptop:before {
2276 content: "\f109"; }
2277
2278.fa-laptop-code:before {
2279 content: "\f5fc"; }
2280
2281.fa-laptop-medical:before {
2282 content: "\f812"; }
2283
2284.fa-laravel:before {
2285 content: "\f3bd"; }
2286
2287.fa-lastfm:before {
2288 content: "\f202"; }
2289
2290.fa-lastfm-square:before {
2291 content: "\f203"; }
2292
2293.fa-laugh:before {
2294 content: "\f599"; }
2295
2296.fa-laugh-beam:before {
2297 content: "\f59a"; }
2298
2299.fa-laugh-squint:before {
2300 content: "\f59b"; }
2301
2302.fa-laugh-wink:before {
2303 content: "\f59c"; }
2304
2305.fa-layer-group:before {
2306 content: "\f5fd"; }
2307
2308.fa-leaf:before {
2309 content: "\f06c"; }
2310
2311.fa-leanpub:before {
2312 content: "\f212"; }
2313
2314.fa-lemon:before {
2315 content: "\f094"; }
2316
2317.fa-less:before {
2318 content: "\f41d"; }
2319
2320.fa-less-than:before {
2321 content: "\f536"; }
2322
2323.fa-less-than-equal:before {
2324 content: "\f537"; }
2325
2326.fa-level-down-alt:before {
2327 content: "\f3be"; }
2328
2329.fa-level-up-alt:before {
2330 content: "\f3bf"; }
2331
2332.fa-life-ring:before {
2333 content: "\f1cd"; }
2334
2335.fa-lightbulb:before {
2336 content: "\f0eb"; }
2337
2338.fa-line:before {
2339 content: "\f3c0"; }
2340
2341.fa-link:before {
2342 content: "\f0c1"; }
2343
2344.fa-linkedin:before {
2345 content: "\f08c"; }
2346
2347.fa-linkedin-in:before {
2348 content: "\f0e1"; }
2349
2350.fa-linode:before {
2351 content: "\f2b8"; }
2352
2353.fa-linux:before {
2354 content: "\f17c"; }
2355
2356.fa-lira-sign:before {
2357 content: "\f195"; }
2358
2359.fa-list:before {
2360 content: "\f03a"; }
2361
2362.fa-list-alt:before {
2363 content: "\f022"; }
2364
2365.fa-list-ol:before {
2366 content: "\f0cb"; }
2367
2368.fa-list-ul:before {
2369 content: "\f0ca"; }
2370
2371.fa-location-arrow:before {
2372 content: "\f124"; }
2373
2374.fa-lock:before {
2375 content: "\f023"; }
2376
2377.fa-lock-open:before {
2378 content: "\f3c1"; }
2379
2380.fa-long-arrow-alt-down:before {
2381 content: "\f309"; }
2382
2383.fa-long-arrow-alt-left:before {
2384 content: "\f30a"; }
2385
2386.fa-long-arrow-alt-right:before {
2387 content: "\f30b"; }
2388
2389.fa-long-arrow-alt-up:before {
2390 content: "\f30c"; }
2391
2392.fa-low-vision:before {
2393 content: "\f2a8"; }
2394
2395.fa-luggage-cart:before {
2396 content: "\f59d"; }
2397
2398.fa-lyft:before {
2399 content: "\f3c3"; }
2400
2401.fa-magento:before {
2402 content: "\f3c4"; }
2403
2404.fa-magic:before {
2405 content: "\f0d0"; }
2406
2407.fa-magnet:before {
2408 content: "\f076"; }
2409
2410.fa-mail-bulk:before {
2411 content: "\f674"; }
2412
2413.fa-mailchimp:before {
2414 content: "\f59e"; }
2415
2416.fa-male:before {
2417 content: "\f183"; }
2418
2419.fa-mandalorian:before {
2420 content: "\f50f"; }
2421
2422.fa-map:before {
2423 content: "\f279"; }
2424
2425.fa-map-marked:before {
2426 content: "\f59f"; }
2427
2428.fa-map-marked-alt:before {
2429 content: "\f5a0"; }
2430
2431.fa-map-marker:before {
2432 content: "\f041"; }
2433
2434.fa-map-marker-alt:before {
2435 content: "\f3c5"; }
2436
2437.fa-map-pin:before {
2438 content: "\f276"; }
2439
2440.fa-map-signs:before {
2441 content: "\f277"; }
2442
2443.fa-markdown:before {
2444 content: "\f60f"; }
2445
2446.fa-marker:before {
2447 content: "\f5a1"; }
2448
2449.fa-mars:before {
2450 content: "\f222"; }
2451
2452.fa-mars-double:before {
2453 content: "\f227"; }
2454
2455.fa-mars-stroke:before {
2456 content: "\f229"; }
2457
2458.fa-mars-stroke-h:before {
2459 content: "\f22b"; }
2460
2461.fa-mars-stroke-v:before {
2462 content: "\f22a"; }
2463
2464.fa-mask:before {
2465 content: "\f6fa"; }
2466
2467.fa-mastodon:before {
2468 content: "\f4f6"; }
2469
2470.fa-maxcdn:before {
2471 content: "\f136"; }
2472
2473.fa-medal:before {
2474 content: "\f5a2"; }
2475
2476.fa-medapps:before {
2477 content: "\f3c6"; }
2478
2479.fa-medium:before {
2480 content: "\f23a"; }
2481
2482.fa-medium-m:before {
2483 content: "\f3c7"; }
2484
2485.fa-medkit:before {
2486 content: "\f0fa"; }
2487
2488.fa-medrt:before {
2489 content: "\f3c8"; }
2490
2491.fa-meetup:before {
2492 content: "\f2e0"; }
2493
2494.fa-megaport:before {
2495 content: "\f5a3"; }
2496
2497.fa-meh:before {
2498 content: "\f11a"; }
2499
2500.fa-meh-blank:before {
2501 content: "\f5a4"; }
2502
2503.fa-meh-rolling-eyes:before {
2504 content: "\f5a5"; }
2505
2506.fa-memory:before {
2507 content: "\f538"; }
2508
2509.fa-mendeley:before {
2510 content: "\f7b3"; }
2511
2512.fa-menorah:before {
2513 content: "\f676"; }
2514
2515.fa-mercury:before {
2516 content: "\f223"; }
2517
2518.fa-meteor:before {
2519 content: "\f753"; }
2520
2521.fa-microchip:before {
2522 content: "\f2db"; }
2523
2524.fa-microphone:before {
2525 content: "\f130"; }
2526
2527.fa-microphone-alt:before {
2528 content: "\f3c9"; }
2529
2530.fa-microphone-alt-slash:before {
2531 content: "\f539"; }
2532
2533.fa-microphone-slash:before {
2534 content: "\f131"; }
2535
2536.fa-microscope:before {
2537 content: "\f610"; }
2538
2539.fa-microsoft:before {
2540 content: "\f3ca"; }
2541
2542.fa-minus:before {
2543 content: "\f068"; }
2544
2545.fa-minus-circle:before {
2546 content: "\f056"; }
2547
2548.fa-minus-square:before {
2549 content: "\f146"; }
2550
2551.fa-mitten:before {
2552 content: "\f7b5"; }
2553
2554.fa-mix:before {
2555 content: "\f3cb"; }
2556
2557.fa-mixcloud:before {
2558 content: "\f289"; }
2559
2560.fa-mizuni:before {
2561 content: "\f3cc"; }
2562
2563.fa-mobile:before {
2564 content: "\f10b"; }
2565
2566.fa-mobile-alt:before {
2567 content: "\f3cd"; }
2568
2569.fa-modx:before {
2570 content: "\f285"; }
2571
2572.fa-monero:before {
2573 content: "\f3d0"; }
2574
2575.fa-money-bill:before {
2576 content: "\f0d6"; }
2577
2578.fa-money-bill-alt:before {
2579 content: "\f3d1"; }
2580
2581.fa-money-bill-wave:before {
2582 content: "\f53a"; }
2583
2584.fa-money-bill-wave-alt:before {
2585 content: "\f53b"; }
2586
2587.fa-money-check:before {
2588 content: "\f53c"; }
2589
2590.fa-money-check-alt:before {
2591 content: "\f53d"; }
2592
2593.fa-monument:before {
2594 content: "\f5a6"; }
2595
2596.fa-moon:before {
2597 content: "\f186"; }
2598
2599.fa-mortar-pestle:before {
2600 content: "\f5a7"; }
2601
2602.fa-mosque:before {
2603 content: "\f678"; }
2604
2605.fa-motorcycle:before {
2606 content: "\f21c"; }
2607
2608.fa-mountain:before {
2609 content: "\f6fc"; }
2610
2611.fa-mouse-pointer:before {
2612 content: "\f245"; }
2613
2614.fa-mug-hot:before {
2615 content: "\f7b6"; }
2616
2617.fa-music:before {
2618 content: "\f001"; }
2619
2620.fa-napster:before {
2621 content: "\f3d2"; }
2622
2623.fa-neos:before {
2624 content: "\f612"; }
2625
2626.fa-network-wired:before {
2627 content: "\f6ff"; }
2628
2629.fa-neuter:before {
2630 content: "\f22c"; }
2631
2632.fa-newspaper:before {
2633 content: "\f1ea"; }
2634
2635.fa-nimblr:before {
2636 content: "\f5a8"; }
2637
2638.fa-nintendo-switch:before {
2639 content: "\f418"; }
2640
2641.fa-node:before {
2642 content: "\f419"; }
2643
2644.fa-node-js:before {
2645 content: "\f3d3"; }
2646
2647.fa-not-equal:before {
2648 content: "\f53e"; }
2649
2650.fa-notes-medical:before {
2651 content: "\f481"; }
2652
2653.fa-npm:before {
2654 content: "\f3d4"; }
2655
2656.fa-ns8:before {
2657 content: "\f3d5"; }
2658
2659.fa-nutritionix:before {
2660 content: "\f3d6"; }
2661
2662.fa-object-group:before {
2663 content: "\f247"; }
2664
2665.fa-object-ungroup:before {
2666 content: "\f248"; }
2667
2668.fa-odnoklassniki:before {
2669 content: "\f263"; }
2670
2671.fa-odnoklassniki-square:before {
2672 content: "\f264"; }
2673
2674.fa-oil-can:before {
2675 content: "\f613"; }
2676
2677.fa-old-republic:before {
2678 content: "\f510"; }
2679
2680.fa-om:before {
2681 content: "\f679"; }
2682
2683.fa-opencart:before {
2684 content: "\f23d"; }
2685
2686.fa-openid:before {
2687 content: "\f19b"; }
2688
2689.fa-opera:before {
2690 content: "\f26a"; }
2691
2692.fa-optin-monster:before {
2693 content: "\f23c"; }
2694
2695.fa-osi:before {
2696 content: "\f41a"; }
2697
2698.fa-otter:before {
2699 content: "\f700"; }
2700
2701.fa-outdent:before {
2702 content: "\f03b"; }
2703
2704.fa-page4:before {
2705 content: "\f3d7"; }
2706
2707.fa-pagelines:before {
2708 content: "\f18c"; }
2709
2710.fa-pager:before {
2711 content: "\f815"; }
2712
2713.fa-paint-brush:before {
2714 content: "\f1fc"; }
2715
2716.fa-paint-roller:before {
2717 content: "\f5aa"; }
2718
2719.fa-palette:before {
2720 content: "\f53f"; }
2721
2722.fa-palfed:before {
2723 content: "\f3d8"; }
2724
2725.fa-pallet:before {
2726 content: "\f482"; }
2727
2728.fa-paper-plane:before {
2729 content: "\f1d8"; }
2730
2731.fa-paperclip:before {
2732 content: "\f0c6"; }
2733
2734.fa-parachute-box:before {
2735 content: "\f4cd"; }
2736
2737.fa-paragraph:before {
2738 content: "\f1dd"; }
2739
2740.fa-parking:before {
2741 content: "\f540"; }
2742
2743.fa-passport:before {
2744 content: "\f5ab"; }
2745
2746.fa-pastafarianism:before {
2747 content: "\f67b"; }
2748
2749.fa-paste:before {
2750 content: "\f0ea"; }
2751
2752.fa-patreon:before {
2753 content: "\f3d9"; }
2754
2755.fa-pause:before {
2756 content: "\f04c"; }
2757
2758.fa-pause-circle:before {
2759 content: "\f28b"; }
2760
2761.fa-paw:before {
2762 content: "\f1b0"; }
2763
2764.fa-paypal:before {
2765 content: "\f1ed"; }
2766
2767.fa-peace:before {
2768 content: "\f67c"; }
2769
2770.fa-pen:before {
2771 content: "\f304"; }
2772
2773.fa-pen-alt:before {
2774 content: "\f305"; }
2775
2776.fa-pen-fancy:before {
2777 content: "\f5ac"; }
2778
2779.fa-pen-nib:before {
2780 content: "\f5ad"; }
2781
2782.fa-pen-square:before {
2783 content: "\f14b"; }
2784
2785.fa-pencil-alt:before {
2786 content: "\f303"; }
2787
2788.fa-pencil-ruler:before {
2789 content: "\f5ae"; }
2790
2791.fa-penny-arcade:before {
2792 content: "\f704"; }
2793
2794.fa-people-carry:before {
2795 content: "\f4ce"; }
2796
2797.fa-pepper-hot:before {
2798 content: "\f816"; }
2799
2800.fa-percent:before {
2801 content: "\f295"; }
2802
2803.fa-percentage:before {
2804 content: "\f541"; }
2805
2806.fa-periscope:before {
2807 content: "\f3da"; }
2808
2809.fa-person-booth:before {
2810 content: "\f756"; }
2811
2812.fa-phabricator:before {
2813 content: "\f3db"; }
2814
2815.fa-phoenix-framework:before {
2816 content: "\f3dc"; }
2817
2818.fa-phoenix-squadron:before {
2819 content: "\f511"; }
2820
2821.fa-phone:before {
2822 content: "\f095"; }
2823
2824.fa-phone-slash:before {
2825 content: "\f3dd"; }
2826
2827.fa-phone-square:before {
2828 content: "\f098"; }
2829
2830.fa-phone-volume:before {
2831 content: "\f2a0"; }
2832
2833.fa-php:before {
2834 content: "\f457"; }
2835
2836.fa-pied-piper:before {
2837 content: "\f2ae"; }
2838
2839.fa-pied-piper-alt:before {
2840 content: "\f1a8"; }
2841
2842.fa-pied-piper-hat:before {
2843 content: "\f4e5"; }
2844
2845.fa-pied-piper-pp:before {
2846 content: "\f1a7"; }
2847
2848.fa-piggy-bank:before {
2849 content: "\f4d3"; }
2850
2851.fa-pills:before {
2852 content: "\f484"; }
2853
2854.fa-pinterest:before {
2855 content: "\f0d2"; }
2856
2857.fa-pinterest-p:before {
2858 content: "\f231"; }
2859
2860.fa-pinterest-square:before {
2861 content: "\f0d3"; }
2862
2863.fa-pizza-slice:before {
2864 content: "\f818"; }
2865
2866.fa-place-of-worship:before {
2867 content: "\f67f"; }
2868
2869.fa-plane:before {
2870 content: "\f072"; }
2871
2872.fa-plane-arrival:before {
2873 content: "\f5af"; }
2874
2875.fa-plane-departure:before {
2876 content: "\f5b0"; }
2877
2878.fa-play:before {
2879 content: "\f04b"; }
2880
2881.fa-play-circle:before {
2882 content: "\f144"; }
2883
2884.fa-playstation:before {
2885 content: "\f3df"; }
2886
2887.fa-plug:before {
2888 content: "\f1e6"; }
2889
2890.fa-plus:before {
2891 content: "\f067"; }
2892
2893.fa-plus-circle:before {
2894 content: "\f055"; }
2895
2896.fa-plus-square:before {
2897 content: "\f0fe"; }
2898
2899.fa-podcast:before {
2900 content: "\f2ce"; }
2901
2902.fa-poll:before {
2903 content: "\f681"; }
2904
2905.fa-poll-h:before {
2906 content: "\f682"; }
2907
2908.fa-poo:before {
2909 content: "\f2fe"; }
2910
2911.fa-poo-storm:before {
2912 content: "\f75a"; }
2913
2914.fa-poop:before {
2915 content: "\f619"; }
2916
2917.fa-portrait:before {
2918 content: "\f3e0"; }
2919
2920.fa-pound-sign:before {
2921 content: "\f154"; }
2922
2923.fa-power-off:before {
2924 content: "\f011"; }
2925
2926.fa-pray:before {
2927 content: "\f683"; }
2928
2929.fa-praying-hands:before {
2930 content: "\f684"; }
2931
2932.fa-prescription:before {
2933 content: "\f5b1"; }
2934
2935.fa-prescription-bottle:before {
2936 content: "\f485"; }
2937
2938.fa-prescription-bottle-alt:before {
2939 content: "\f486"; }
2940
2941.fa-print:before {
2942 content: "\f02f"; }
2943
2944.fa-procedures:before {
2945 content: "\f487"; }
2946
2947.fa-product-hunt:before {
2948 content: "\f288"; }
2949
2950.fa-project-diagram:before {
2951 content: "\f542"; }
2952
2953.fa-pushed:before {
2954 content: "\f3e1"; }
2955
2956.fa-puzzle-piece:before {
2957 content: "\f12e"; }
2958
2959.fa-python:before {
2960 content: "\f3e2"; }
2961
2962.fa-qq:before {
2963 content: "\f1d6"; }
2964
2965.fa-qrcode:before {
2966 content: "\f029"; }
2967
2968.fa-question:before {
2969 content: "\f128"; }
2970
2971.fa-question-circle:before {
2972 content: "\f059"; }
2973
2974.fa-quidditch:before {
2975 content: "\f458"; }
2976
2977.fa-quinscape:before {
2978 content: "\f459"; }
2979
2980.fa-quora:before {
2981 content: "\f2c4"; }
2982
2983.fa-quote-left:before {
2984 content: "\f10d"; }
2985
2986.fa-quote-right:before {
2987 content: "\f10e"; }
2988
2989.fa-quran:before {
2990 content: "\f687"; }
2991
2992.fa-r-project:before {
2993 content: "\f4f7"; }
2994
2995.fa-radiation:before {
2996 content: "\f7b9"; }
2997
2998.fa-radiation-alt:before {
2999 content: "\f7ba"; }
3000
3001.fa-rainbow:before {
3002 content: "\f75b"; }
3003
3004.fa-random:before {
3005 content: "\f074"; }
3006
3007.fa-raspberry-pi:before {
3008 content: "\f7bb"; }
3009
3010.fa-ravelry:before {
3011 content: "\f2d9"; }
3012
3013.fa-react:before {
3014 content: "\f41b"; }
3015
3016.fa-reacteurope:before {
3017 content: "\f75d"; }
3018
3019.fa-readme:before {
3020 content: "\f4d5"; }
3021
3022.fa-rebel:before {
3023 content: "\f1d0"; }
3024
3025.fa-receipt:before {
3026 content: "\f543"; }
3027
3028.fa-recycle:before {
3029 content: "\f1b8"; }
3030
3031.fa-red-river:before {
3032 content: "\f3e3"; }
3033
3034.fa-reddit:before {
3035 content: "\f1a1"; }
3036
3037.fa-reddit-alien:before {
3038 content: "\f281"; }
3039
3040.fa-reddit-square:before {
3041 content: "\f1a2"; }
3042
3043.fa-redhat:before {
3044 content: "\f7bc"; }
3045
3046.fa-redo:before {
3047 content: "\f01e"; }
3048
3049.fa-redo-alt:before {
3050 content: "\f2f9"; }
3051
3052.fa-registered:before {
3053 content: "\f25d"; }
3054
3055.fa-renren:before {
3056 content: "\f18b"; }
3057
3058.fa-reply:before {
3059 content: "\f3e5"; }
3060
3061.fa-reply-all:before {
3062 content: "\f122"; }
3063
3064.fa-replyd:before {
3065 content: "\f3e6"; }
3066
3067.fa-republican:before {
3068 content: "\f75e"; }
3069
3070.fa-researchgate:before {
3071 content: "\f4f8"; }
3072
3073.fa-resolving:before {
3074 content: "\f3e7"; }
3075
3076.fa-restroom:before {
3077 content: "\f7bd"; }
3078
3079.fa-retweet:before {
3080 content: "\f079"; }
3081
3082.fa-rev:before {
3083 content: "\f5b2"; }
3084
3085.fa-ribbon:before {
3086 content: "\f4d6"; }
3087
3088.fa-ring:before {
3089 content: "\f70b"; }
3090
3091.fa-road:before {
3092 content: "\f018"; }
3093
3094.fa-robot:before {
3095 content: "\f544"; }
3096
3097.fa-rocket:before {
3098 content: "\f135"; }
3099
3100.fa-rocketchat:before {
3101 content: "\f3e8"; }
3102
3103.fa-rockrms:before {
3104 content: "\f3e9"; }
3105
3106.fa-route:before {
3107 content: "\f4d7"; }
3108
3109.fa-rss:before {
3110 content: "\f09e"; }
3111
3112.fa-rss-square:before {
3113 content: "\f143"; }
3114
3115.fa-ruble-sign:before {
3116 content: "\f158"; }
3117
3118.fa-ruler:before {
3119 content: "\f545"; }
3120
3121.fa-ruler-combined:before {
3122 content: "\f546"; }
3123
3124.fa-ruler-horizontal:before {
3125 content: "\f547"; }
3126
3127.fa-ruler-vertical:before {
3128 content: "\f548"; }
3129
3130.fa-running:before {
3131 content: "\f70c"; }
3132
3133.fa-rupee-sign:before {
3134 content: "\f156"; }
3135
3136.fa-sad-cry:before {
3137 content: "\f5b3"; }
3138
3139.fa-sad-tear:before {
3140 content: "\f5b4"; }
3141
3142.fa-safari:before {
3143 content: "\f267"; }
3144
3145.fa-sass:before {
3146 content: "\f41e"; }
3147
3148.fa-satellite:before {
3149 content: "\f7bf"; }
3150
3151.fa-satellite-dish:before {
3152 content: "\f7c0"; }
3153
3154.fa-save:before {
3155 content: "\f0c7"; }
3156
3157.fa-schlix:before {
3158 content: "\f3ea"; }
3159
3160.fa-school:before {
3161 content: "\f549"; }
3162
3163.fa-screwdriver:before {
3164 content: "\f54a"; }
3165
3166.fa-scribd:before {
3167 content: "\f28a"; }
3168
3169.fa-scroll:before {
3170 content: "\f70e"; }
3171
3172.fa-sd-card:before {
3173 content: "\f7c2"; }
3174
3175.fa-search:before {
3176 content: "\f002"; }
3177
3178.fa-search-dollar:before {
3179 content: "\f688"; }
3180
3181.fa-search-location:before {
3182 content: "\f689"; }
3183
3184.fa-search-minus:before {
3185 content: "\f010"; }
3186
3187.fa-search-plus:before {
3188 content: "\f00e"; }
3189
3190.fa-searchengin:before {
3191 content: "\f3eb"; }
3192
3193.fa-seedling:before {
3194 content: "\f4d8"; }
3195
3196.fa-sellcast:before {
3197 content: "\f2da"; }
3198
3199.fa-sellsy:before {
3200 content: "\f213"; }
3201
3202.fa-server:before {
3203 content: "\f233"; }
3204
3205.fa-servicestack:before {
3206 content: "\f3ec"; }
3207
3208.fa-shapes:before {
3209 content: "\f61f"; }
3210
3211.fa-share:before {
3212 content: "\f064"; }
3213
3214.fa-share-alt:before {
3215 content: "\f1e0"; }
3216
3217.fa-share-alt-square:before {
3218 content: "\f1e1"; }
3219
3220.fa-share-square:before {
3221 content: "\f14d"; }
3222
3223.fa-shekel-sign:before {
3224 content: "\f20b"; }
3225
3226.fa-shield-alt:before {
3227 content: "\f3ed"; }
3228
3229.fa-ship:before {
3230 content: "\f21a"; }
3231
3232.fa-shipping-fast:before {
3233 content: "\f48b"; }
3234
3235.fa-shirtsinbulk:before {
3236 content: "\f214"; }
3237
3238.fa-shoe-prints:before {
3239 content: "\f54b"; }
3240
3241.fa-shopping-bag:before {
3242 content: "\f290"; }
3243
3244.fa-shopping-basket:before {
3245 content: "\f291"; }
3246
3247.fa-shopping-cart:before {
3248 content: "\f07a"; }
3249
3250.fa-shopware:before {
3251 content: "\f5b5"; }
3252
3253.fa-shower:before {
3254 content: "\f2cc"; }
3255
3256.fa-shuttle-van:before {
3257 content: "\f5b6"; }
3258
3259.fa-sign:before {
3260 content: "\f4d9"; }
3261
3262.fa-sign-in-alt:before {
3263 content: "\f2f6"; }
3264
3265.fa-sign-language:before {
3266 content: "\f2a7"; }
3267
3268.fa-sign-out-alt:before {
3269 content: "\f2f5"; }
3270
3271.fa-signal:before {
3272 content: "\f012"; }
3273
3274.fa-signature:before {
3275 content: "\f5b7"; }
3276
3277.fa-sim-card:before {
3278 content: "\f7c4"; }
3279
3280.fa-simplybuilt:before {
3281 content: "\f215"; }
3282
3283.fa-sistrix:before {
3284 content: "\f3ee"; }
3285
3286.fa-sitemap:before {
3287 content: "\f0e8"; }
3288
3289.fa-sith:before {
3290 content: "\f512"; }
3291
3292.fa-skating:before {
3293 content: "\f7c5"; }
3294
3295.fa-sketch:before {
3296 content: "\f7c6"; }
3297
3298.fa-skiing:before {
3299 content: "\f7c9"; }
3300
3301.fa-skiing-nordic:before {
3302 content: "\f7ca"; }
3303
3304.fa-skull:before {
3305 content: "\f54c"; }
3306
3307.fa-skull-crossbones:before {
3308 content: "\f714"; }
3309
3310.fa-skyatlas:before {
3311 content: "\f216"; }
3312
3313.fa-skype:before {
3314 content: "\f17e"; }
3315
3316.fa-slack:before {
3317 content: "\f198"; }
3318
3319.fa-slack-hash:before {
3320 content: "\f3ef"; }
3321
3322.fa-slash:before {
3323 content: "\f715"; }
3324
3325.fa-sleigh:before {
3326 content: "\f7cc"; }
3327
3328.fa-sliders-h:before {
3329 content: "\f1de"; }
3330
3331.fa-slideshare:before {
3332 content: "\f1e7"; }
3333
3334.fa-smile:before {
3335 content: "\f118"; }
3336
3337.fa-smile-beam:before {
3338 content: "\f5b8"; }
3339
3340.fa-smile-wink:before {
3341 content: "\f4da"; }
3342
3343.fa-smog:before {
3344 content: "\f75f"; }
3345
3346.fa-smoking:before {
3347 content: "\f48d"; }
3348
3349.fa-smoking-ban:before {
3350 content: "\f54d"; }
3351
3352.fa-sms:before {
3353 content: "\f7cd"; }
3354
3355.fa-snapchat:before {
3356 content: "\f2ab"; }
3357
3358.fa-snapchat-ghost:before {
3359 content: "\f2ac"; }
3360
3361.fa-snapchat-square:before {
3362 content: "\f2ad"; }
3363
3364.fa-snowboarding:before {
3365 content: "\f7ce"; }
3366
3367.fa-snowflake:before {
3368 content: "\f2dc"; }
3369
3370.fa-snowman:before {
3371 content: "\f7d0"; }
3372
3373.fa-snowplow:before {
3374 content: "\f7d2"; }
3375
3376.fa-socks:before {
3377 content: "\f696"; }
3378
3379.fa-solar-panel:before {
3380 content: "\f5ba"; }
3381
3382.fa-sort:before {
3383 content: "\f0dc"; }
3384
3385.fa-sort-alpha-down:before {
3386 content: "\f15d"; }
3387
3388.fa-sort-alpha-up:before {
3389 content: "\f15e"; }
3390
3391.fa-sort-amount-down:before {
3392 content: "\f160"; }
3393
3394.fa-sort-amount-up:before {
3395 content: "\f161"; }
3396
3397.fa-sort-down:before {
3398 content: "\f0dd"; }
3399
3400.fa-sort-numeric-down:before {
3401 content: "\f162"; }
3402
3403.fa-sort-numeric-up:before {
3404 content: "\f163"; }
3405
3406.fa-sort-up:before {
3407 content: "\f0de"; }
3408
3409.fa-soundcloud:before {
3410 content: "\f1be"; }
3411
3412.fa-sourcetree:before {
3413 content: "\f7d3"; }
3414
3415.fa-spa:before {
3416 content: "\f5bb"; }
3417
3418.fa-space-shuttle:before {
3419 content: "\f197"; }
3420
3421.fa-speakap:before {
3422 content: "\f3f3"; }
3423
3424.fa-spider:before {
3425 content: "\f717"; }
3426
3427.fa-spinner:before {
3428 content: "\f110"; }
3429
3430.fa-splotch:before {
3431 content: "\f5bc"; }
3432
3433.fa-spotify:before {
3434 content: "\f1bc"; }
3435
3436.fa-spray-can:before {
3437 content: "\f5bd"; }
3438
3439.fa-square:before {
3440 content: "\f0c8"; }
3441
3442.fa-square-full:before {
3443 content: "\f45c"; }
3444
3445.fa-square-root-alt:before {
3446 content: "\f698"; }
3447
3448.fa-squarespace:before {
3449 content: "\f5be"; }
3450
3451.fa-stack-exchange:before {
3452 content: "\f18d"; }
3453
3454.fa-stack-overflow:before {
3455 content: "\f16c"; }
3456
3457.fa-stamp:before {
3458 content: "\f5bf"; }
3459
3460.fa-star:before {
3461 content: "\f005"; }
3462
3463.fa-star-and-crescent:before {
3464 content: "\f699"; }
3465
3466.fa-star-half:before {
3467 content: "\f089"; }
3468
3469.fa-star-half-alt:before {
3470 content: "\f5c0"; }
3471
3472.fa-star-of-david:before {
3473 content: "\f69a"; }
3474
3475.fa-star-of-life:before {
3476 content: "\f621"; }
3477
3478.fa-staylinked:before {
3479 content: "\f3f5"; }
3480
3481.fa-steam:before {
3482 content: "\f1b6"; }
3483
3484.fa-steam-square:before {
3485 content: "\f1b7"; }
3486
3487.fa-steam-symbol:before {
3488 content: "\f3f6"; }
3489
3490.fa-step-backward:before {
3491 content: "\f048"; }
3492
3493.fa-step-forward:before {
3494 content: "\f051"; }
3495
3496.fa-stethoscope:before {
3497 content: "\f0f1"; }
3498
3499.fa-sticker-mule:before {
3500 content: "\f3f7"; }
3501
3502.fa-sticky-note:before {
3503 content: "\f249"; }
3504
3505.fa-stop:before {
3506 content: "\f04d"; }
3507
3508.fa-stop-circle:before {
3509 content: "\f28d"; }
3510
3511.fa-stopwatch:before {
3512 content: "\f2f2"; }
3513
3514.fa-store:before {
3515 content: "\f54e"; }
3516
3517.fa-store-alt:before {
3518 content: "\f54f"; }
3519
3520.fa-strava:before {
3521 content: "\f428"; }
3522
3523.fa-stream:before {
3524 content: "\f550"; }
3525
3526.fa-street-view:before {
3527 content: "\f21d"; }
3528
3529.fa-strikethrough:before {
3530 content: "\f0cc"; }
3531
3532.fa-stripe:before {
3533 content: "\f429"; }
3534
3535.fa-stripe-s:before {
3536 content: "\f42a"; }
3537
3538.fa-stroopwafel:before {
3539 content: "\f551"; }
3540
3541.fa-studiovinari:before {
3542 content: "\f3f8"; }
3543
3544.fa-stumbleupon:before {
3545 content: "\f1a4"; }
3546
3547.fa-stumbleupon-circle:before {
3548 content: "\f1a3"; }
3549
3550.fa-subscript:before {
3551 content: "\f12c"; }
3552
3553.fa-subway:before {
3554 content: "\f239"; }
3555
3556.fa-suitcase:before {
3557 content: "\f0f2"; }
3558
3559.fa-suitcase-rolling:before {
3560 content: "\f5c1"; }
3561
3562.fa-sun:before {
3563 content: "\f185"; }
3564
3565.fa-superpowers:before {
3566 content: "\f2dd"; }
3567
3568.fa-superscript:before {
3569 content: "\f12b"; }
3570
3571.fa-supple:before {
3572 content: "\f3f9"; }
3573
3574.fa-surprise:before {
3575 content: "\f5c2"; }
3576
3577.fa-suse:before {
3578 content: "\f7d6"; }
3579
3580.fa-swatchbook:before {
3581 content: "\f5c3"; }
3582
3583.fa-swimmer:before {
3584 content: "\f5c4"; }
3585
3586.fa-swimming-pool:before {
3587 content: "\f5c5"; }
3588
3589.fa-synagogue:before {
3590 content: "\f69b"; }
3591
3592.fa-sync:before {
3593 content: "\f021"; }
3594
3595.fa-sync-alt:before {
3596 content: "\f2f1"; }
3597
3598.fa-syringe:before {
3599 content: "\f48e"; }
3600
3601.fa-table:before {
3602 content: "\f0ce"; }
3603
3604.fa-table-tennis:before {
3605 content: "\f45d"; }
3606
3607.fa-tablet:before {
3608 content: "\f10a"; }
3609
3610.fa-tablet-alt:before {
3611 content: "\f3fa"; }
3612
3613.fa-tablets:before {
3614 content: "\f490"; }
3615
3616.fa-tachometer-alt:before {
3617 content: "\f3fd"; }
3618
3619.fa-tag:before {
3620 content: "\f02b"; }
3621
3622.fa-tags:before {
3623 content: "\f02c"; }
3624
3625.fa-tape:before {
3626 content: "\f4db"; }
3627
3628.fa-tasks:before {
3629 content: "\f0ae"; }
3630
3631.fa-taxi:before {
3632 content: "\f1ba"; }
3633
3634.fa-teamspeak:before {
3635 content: "\f4f9"; }
3636
3637.fa-teeth:before {
3638 content: "\f62e"; }
3639
3640.fa-teeth-open:before {
3641 content: "\f62f"; }
3642
3643.fa-telegram:before {
3644 content: "\f2c6"; }
3645
3646.fa-telegram-plane:before {
3647 content: "\f3fe"; }
3648
3649.fa-temperature-high:before {
3650 content: "\f769"; }
3651
3652.fa-temperature-low:before {
3653 content: "\f76b"; }
3654
3655.fa-tencent-weibo:before {
3656 content: "\f1d5"; }
3657
3658.fa-tenge:before {
3659 content: "\f7d7"; }
3660
3661.fa-terminal:before {
3662 content: "\f120"; }
3663
3664.fa-text-height:before {
3665 content: "\f034"; }
3666
3667.fa-text-width:before {
3668 content: "\f035"; }
3669
3670.fa-th:before {
3671 content: "\f00a"; }
3672
3673.fa-th-large:before {
3674 content: "\f009"; }
3675
3676.fa-th-list:before {
3677 content: "\f00b"; }
3678
3679.fa-the-red-yeti:before {
3680 content: "\f69d"; }
3681
3682.fa-theater-masks:before {
3683 content: "\f630"; }
3684
3685.fa-themeco:before {
3686 content: "\f5c6"; }
3687
3688.fa-themeisle:before {
3689 content: "\f2b2"; }
3690
3691.fa-thermometer:before {
3692 content: "\f491"; }
3693
3694.fa-thermometer-empty:before {
3695 content: "\f2cb"; }
3696
3697.fa-thermometer-full:before {
3698 content: "\f2c7"; }
3699
3700.fa-thermometer-half:before {
3701 content: "\f2c9"; }
3702
3703.fa-thermometer-quarter:before {
3704 content: "\f2ca"; }
3705
3706.fa-thermometer-three-quarters:before {
3707 content: "\f2c8"; }
3708
3709.fa-think-peaks:before {
3710 content: "\f731"; }
3711
3712.fa-thumbs-down:before {
3713 content: "\f165"; }
3714
3715.fa-thumbs-up:before {
3716 content: "\f164"; }
3717
3718.fa-thumbtack:before {
3719 content: "\f08d"; }
3720
3721.fa-ticket-alt:before {
3722 content: "\f3ff"; }
3723
3724.fa-times:before {
3725 content: "\f00d"; }
3726
3727.fa-times-circle:before {
3728 content: "\f057"; }
3729
3730.fa-tint:before {
3731 content: "\f043"; }
3732
3733.fa-tint-slash:before {
3734 content: "\f5c7"; }
3735
3736.fa-tired:before {
3737 content: "\f5c8"; }
3738
3739.fa-toggle-off:before {
3740 content: "\f204"; }
3741
3742.fa-toggle-on:before {
3743 content: "\f205"; }
3744
3745.fa-toilet:before {
3746 content: "\f7d8"; }
3747
3748.fa-toilet-paper:before {
3749 content: "\f71e"; }
3750
3751.fa-toolbox:before {
3752 content: "\f552"; }
3753
3754.fa-tools:before {
3755 content: "\f7d9"; }
3756
3757.fa-tooth:before {
3758 content: "\f5c9"; }
3759
3760.fa-torah:before {
3761 content: "\f6a0"; }
3762
3763.fa-torii-gate:before {
3764 content: "\f6a1"; }
3765
3766.fa-tractor:before {
3767 content: "\f722"; }
3768
3769.fa-trade-federation:before {
3770 content: "\f513"; }
3771
3772.fa-trademark:before {
3773 content: "\f25c"; }
3774
3775.fa-traffic-light:before {
3776 content: "\f637"; }
3777
3778.fa-train:before {
3779 content: "\f238"; }
3780
3781.fa-tram:before {
3782 content: "\f7da"; }
3783
3784.fa-transgender:before {
3785 content: "\f224"; }
3786
3787.fa-transgender-alt:before {
3788 content: "\f225"; }
3789
3790.fa-trash:before {
3791 content: "\f1f8"; }
3792
3793.fa-trash-alt:before {
3794 content: "\f2ed"; }
3795
3796.fa-trash-restore:before {
3797 content: "\f829"; }
3798
3799.fa-trash-restore-alt:before {
3800 content: "\f82a"; }
3801
3802.fa-tree:before {
3803 content: "\f1bb"; }
3804
3805.fa-trello:before {
3806 content: "\f181"; }
3807
3808.fa-tripadvisor:before {
3809 content: "\f262"; }
3810
3811.fa-trophy:before {
3812 content: "\f091"; }
3813
3814.fa-truck:before {
3815 content: "\f0d1"; }
3816
3817.fa-truck-loading:before {
3818 content: "\f4de"; }
3819
3820.fa-truck-monster:before {
3821 content: "\f63b"; }
3822
3823.fa-truck-moving:before {
3824 content: "\f4df"; }
3825
3826.fa-truck-pickup:before {
3827 content: "\f63c"; }
3828
3829.fa-tshirt:before {
3830 content: "\f553"; }
3831
3832.fa-tty:before {
3833 content: "\f1e4"; }
3834
3835.fa-tumblr:before {
3836 content: "\f173"; }
3837
3838.fa-tumblr-square:before {
3839 content: "\f174"; }
3840
3841.fa-tv:before {
3842 content: "\f26c"; }
3843
3844.fa-twitch:before {
3845 content: "\f1e8"; }
3846
3847.fa-twitter:before {
3848 content: "\f099"; }
3849
3850.fa-twitter-square:before {
3851 content: "\f081"; }
3852
3853.fa-typo3:before {
3854 content: "\f42b"; }
3855
3856.fa-uber:before {
3857 content: "\f402"; }
3858
3859.fa-ubuntu:before {
3860 content: "\f7df"; }
3861
3862.fa-uikit:before {
3863 content: "\f403"; }
3864
3865.fa-umbrella:before {
3866 content: "\f0e9"; }
3867
3868.fa-umbrella-beach:before {
3869 content: "\f5ca"; }
3870
3871.fa-underline:before {
3872 content: "\f0cd"; }
3873
3874.fa-undo:before {
3875 content: "\f0e2"; }
3876
3877.fa-undo-alt:before {
3878 content: "\f2ea"; }
3879
3880.fa-uniregistry:before {
3881 content: "\f404"; }
3882
3883.fa-universal-access:before {
3884 content: "\f29a"; }
3885
3886.fa-university:before {
3887 content: "\f19c"; }
3888
3889.fa-unlink:before {
3890 content: "\f127"; }
3891
3892.fa-unlock:before {
3893 content: "\f09c"; }
3894
3895.fa-unlock-alt:before {
3896 content: "\f13e"; }
3897
3898.fa-untappd:before {
3899 content: "\f405"; }
3900
3901.fa-upload:before {
3902 content: "\f093"; }
3903
3904.fa-ups:before {
3905 content: "\f7e0"; }
3906
3907.fa-usb:before {
3908 content: "\f287"; }
3909
3910.fa-user:before {
3911 content: "\f007"; }
3912
3913.fa-user-alt:before {
3914 content: "\f406"; }
3915
3916.fa-user-alt-slash:before {
3917 content: "\f4fa"; }
3918
3919.fa-user-astronaut:before {
3920 content: "\f4fb"; }
3921
3922.fa-user-check:before {
3923 content: "\f4fc"; }
3924
3925.fa-user-circle:before {
3926 content: "\f2bd"; }
3927
3928.fa-user-clock:before {
3929 content: "\f4fd"; }
3930
3931.fa-user-cog:before {
3932 content: "\f4fe"; }
3933
3934.fa-user-edit:before {
3935 content: "\f4ff"; }
3936
3937.fa-user-friends:before {
3938 content: "\f500"; }
3939
3940.fa-user-graduate:before {
3941 content: "\f501"; }
3942
3943.fa-user-injured:before {
3944 content: "\f728"; }
3945
3946.fa-user-lock:before {
3947 content: "\f502"; }
3948
3949.fa-user-md:before {
3950 content: "\f0f0"; }
3951
3952.fa-user-minus:before {
3953 content: "\f503"; }
3954
3955.fa-user-ninja:before {
3956 content: "\f504"; }
3957
3958.fa-user-nurse:before {
3959 content: "\f82f"; }
3960
3961.fa-user-plus:before {
3962 content: "\f234"; }
3963
3964.fa-user-secret:before {
3965 content: "\f21b"; }
3966
3967.fa-user-shield:before {
3968 content: "\f505"; }
3969
3970.fa-user-slash:before {
3971 content: "\f506"; }
3972
3973.fa-user-tag:before {
3974 content: "\f507"; }
3975
3976.fa-user-tie:before {
3977 content: "\f508"; }
3978
3979.fa-user-times:before {
3980 content: "\f235"; }
3981
3982.fa-users:before {
3983 content: "\f0c0"; }
3984
3985.fa-users-cog:before {
3986 content: "\f509"; }
3987
3988.fa-usps:before {
3989 content: "\f7e1"; }
3990
3991.fa-ussunnah:before {
3992 content: "\f407"; }
3993
3994.fa-utensil-spoon:before {
3995 content: "\f2e5"; }
3996
3997.fa-utensils:before {
3998 content: "\f2e7"; }
3999
4000.fa-vaadin:before {
4001 content: "\f408"; }
4002
4003.fa-vector-square:before {
4004 content: "\f5cb"; }
4005
4006.fa-venus:before {
4007 content: "\f221"; }
4008
4009.fa-venus-double:before {
4010 content: "\f226"; }
4011
4012.fa-venus-mars:before {
4013 content: "\f228"; }
4014
4015.fa-viacoin:before {
4016 content: "\f237"; }
4017
4018.fa-viadeo:before {
4019 content: "\f2a9"; }
4020
4021.fa-viadeo-square:before {
4022 content: "\f2aa"; }
4023
4024.fa-vial:before {
4025 content: "\f492"; }
4026
4027.fa-vials:before {
4028 content: "\f493"; }
4029
4030.fa-viber:before {
4031 content: "\f409"; }
4032
4033.fa-video:before {
4034 content: "\f03d"; }
4035
4036.fa-video-slash:before {
4037 content: "\f4e2"; }
4038
4039.fa-vihara:before {
4040 content: "\f6a7"; }
4041
4042.fa-vimeo:before {
4043 content: "\f40a"; }
4044
4045.fa-vimeo-square:before {
4046 content: "\f194"; }
4047
4048.fa-vimeo-v:before {
4049 content: "\f27d"; }
4050
4051.fa-vine:before {
4052 content: "\f1ca"; }
4053
4054.fa-vk:before {
4055 content: "\f189"; }
4056
4057.fa-vnv:before {
4058 content: "\f40b"; }
4059
4060.fa-volleyball-ball:before {
4061 content: "\f45f"; }
4062
4063.fa-volume-down:before {
4064 content: "\f027"; }
4065
4066.fa-volume-mute:before {
4067 content: "\f6a9"; }
4068
4069.fa-volume-off:before {
4070 content: "\f026"; }
4071
4072.fa-volume-up:before {
4073 content: "\f028"; }
4074
4075.fa-vote-yea:before {
4076 content: "\f772"; }
4077
4078.fa-vr-cardboard:before {
4079 content: "\f729"; }
4080
4081.fa-vuejs:before {
4082 content: "\f41f"; }
4083
4084.fa-walking:before {
4085 content: "\f554"; }
4086
4087.fa-wallet:before {
4088 content: "\f555"; }
4089
4090.fa-warehouse:before {
4091 content: "\f494"; }
4092
4093.fa-water:before {
4094 content: "\f773"; }
4095
4096.fa-weebly:before {
4097 content: "\f5cc"; }
4098
4099.fa-weibo:before {
4100 content: "\f18a"; }
4101
4102.fa-weight:before {
4103 content: "\f496"; }
4104
4105.fa-weight-hanging:before {
4106 content: "\f5cd"; }
4107
4108.fa-weixin:before {
4109 content: "\f1d7"; }
4110
4111.fa-whatsapp:before {
4112 content: "\f232"; }
4113
4114.fa-whatsapp-square:before {
4115 content: "\f40c"; }
4116
4117.fa-wheelchair:before {
4118 content: "\f193"; }
4119
4120.fa-whmcs:before {
4121 content: "\f40d"; }
4122
4123.fa-wifi:before {
4124 content: "\f1eb"; }
4125
4126.fa-wikipedia-w:before {
4127 content: "\f266"; }
4128
4129.fa-wind:before {
4130 content: "\f72e"; }
4131
4132.fa-window-close:before {
4133 content: "\f410"; }
4134
4135.fa-window-maximize:before {
4136 content: "\f2d0"; }
4137
4138.fa-window-minimize:before {
4139 content: "\f2d1"; }
4140
4141.fa-window-restore:before {
4142 content: "\f2d2"; }
4143
4144.fa-windows:before {
4145 content: "\f17a"; }
4146
4147.fa-wine-bottle:before {
4148 content: "\f72f"; }
4149
4150.fa-wine-glass:before {
4151 content: "\f4e3"; }
4152
4153.fa-wine-glass-alt:before {
4154 content: "\f5ce"; }
4155
4156.fa-wix:before {
4157 content: "\f5cf"; }
4158
4159.fa-wizards-of-the-coast:before {
4160 content: "\f730"; }
4161
4162.fa-wolf-pack-battalion:before {
4163 content: "\f514"; }
4164
4165.fa-won-sign:before {
4166 content: "\f159"; }
4167
4168.fa-wordpress:before {
4169 content: "\f19a"; }
4170
4171.fa-wordpress-simple:before {
4172 content: "\f411"; }
4173
4174.fa-wpbeginner:before {
4175 content: "\f297"; }
4176
4177.fa-wpexplorer:before {
4178 content: "\f2de"; }
4179
4180.fa-wpforms:before {
4181 content: "\f298"; }
4182
4183.fa-wpressr:before {
4184 content: "\f3e4"; }
4185
4186.fa-wrench:before {
4187 content: "\f0ad"; }
4188
4189.fa-x-ray:before {
4190 content: "\f497"; }
4191
4192.fa-xbox:before {
4193 content: "\f412"; }
4194
4195.fa-xing:before {
4196 content: "\f168"; }
4197
4198.fa-xing-square:before {
4199 content: "\f169"; }
4200
4201.fa-y-combinator:before {
4202 content: "\f23b"; }
4203
4204.fa-yahoo:before {
4205 content: "\f19e"; }
4206
4207.fa-yandex:before {
4208 content: "\f413"; }
4209
4210.fa-yandex-international:before {
4211 content: "\f414"; }
4212
4213.fa-yarn:before {
4214 content: "\f7e3"; }
4215
4216.fa-yelp:before {
4217 content: "\f1e9"; }
4218
4219.fa-yen-sign:before {
4220 content: "\f157"; }
4221
4222.fa-yin-yang:before {
4223 content: "\f6ad"; }
4224
4225.fa-yoast:before {
4226 content: "\f2b1"; }
4227
4228.fa-youtube:before {
4229 content: "\f167"; }
4230
4231.fa-youtube-square:before {
4232 content: "\f431"; }
4233
4234.fa-zhihu:before {
4235 content: "\f63f"; }
4236
4237.sr-only {
4238 border: 0;
4239 clip: rect(0, 0, 0, 0);
4240 height: 1px;
4241 margin: -1px;
4242 overflow: hidden;
4243 padding: 0;
4244 position: absolute;
4245 width: 1px; }
4246
4247.sr-only-focusable:active, .sr-only-focusable:focus {
4248 clip: auto;
4249 height: auto;
4250 margin: 0;
4251 overflow: visible;
4252 position: static;
4253 width: auto; }
4254@font-face {
4255 font-family: 'Font Awesome 5 Brands';
4256 font-style: normal;
4257 font-weight: normal;
4258 font-display: auto;
4259 src: url("../webfonts/fa-brands-400.eot");
4260 src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
4261
4262.fab {
4263 font-family: 'Font Awesome 5 Brands'; }
4264@font-face {
4265 font-family: 'Font Awesome 5 Free';
4266 font-style: normal;
4267 font-weight: 400;
4268 font-display: auto;
4269 src: url("../webfonts/fa-regular-400.eot");
4270 src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
4271
4272.far {
4273 font-family: 'Font Awesome 5 Free';
4274 font-weight: 400; }
4275@font-face {
4276 font-family: 'Font Awesome 5 Free';
4277 font-style: normal;
4278 font-weight: 900;
4279 font-display: auto;
4280 src: url("../webfonts/fa-solid-900.eot");
4281 src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
4282
4283.fa,
4284.fas {
4285 font-family: 'Font Awesome 5 Free';
4286 font-weight: 900; }
diff --git a/static/dist/font-awesome/css/all.min.css b/static/dist/font-awesome/css/all.min.css
new file mode 100644
index 00000000..a74835e2
--- /dev/null
+++ b/static/dist/font-awesome/css/all.min.css
@@ -0,0 +1 @@
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/brands.css b/static/dist/font-awesome/css/brands.css
new file mode 100644
index 00000000..02bab51a
--- /dev/null
+++ b/static/dist/font-awesome/css/brands.css
@@ -0,0 +1,10 @@
1@font-face {
2 font-family: 'Font Awesome 5 Brands';
3 font-style: normal;
4 font-weight: normal;
5 font-display: auto;
6 src: url("../webfonts/fa-brands-400.eot");
7 src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
8
9.fab {
10 font-family: 'Font Awesome 5 Brands'; }
diff --git a/static/dist/font-awesome/css/brands.min.css b/static/dist/font-awesome/css/brands.min.css
new file mode 100644
index 00000000..d3dfc461
--- /dev/null
+++ b/static/dist/font-awesome/css/brands.min.css
@@ -0,0 +1 @@
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/fontawesome.css b/static/dist/font-awesome/css/fontawesome.css
new file mode 100644
index 00000000..11a2914f
--- /dev/null
+++ b/static/dist/font-awesome/css/fontawesome.css
@@ -0,0 +1,4253 @@
1.fa,
2.fas,
3.far,
4.fal,
5.fab {
6 -moz-osx-font-smoothing: grayscale;
7 -webkit-font-smoothing: antialiased;
8 display: inline-block;
9 font-style: normal;
10 font-variant: normal;
11 text-rendering: auto;
12 line-height: 1; }
13
14.fa-lg {
15 font-size: 1.33333em;
16 line-height: 0.75em;
17 vertical-align: -.0667em; }
18
19.fa-xs {
20 font-size: .75em; }
21
22.fa-sm {
23 font-size: .875em; }
24
25.fa-1x {
26 font-size: 1em; }
27
28.fa-2x {
29 font-size: 2em; }
30
31.fa-3x {
32 font-size: 3em; }
33
34.fa-4x {
35 font-size: 4em; }
36
37.fa-5x {
38 font-size: 5em; }
39
40.fa-6x {
41 font-size: 6em; }
42
43.fa-7x {
44 font-size: 7em; }
45
46.fa-8x {
47 font-size: 8em; }
48
49.fa-9x {
50 font-size: 9em; }
51
52.fa-10x {
53 font-size: 10em; }
54
55.fa-fw {
56 text-align: center;
57 width: 1.25em; }
58
59.fa-ul {
60 list-style-type: none;
61 margin-left: 2.5em;
62 padding-left: 0; }
63 .fa-ul > li {
64 position: relative; }
65
66.fa-li {
67 left: -2em;
68 position: absolute;
69 text-align: center;
70 width: 2em;
71 line-height: inherit; }
72
73.fa-border {
74 border: solid 0.08em #eee;
75 border-radius: .1em;
76 padding: .2em .25em .15em; }
77
78.fa-pull-left {
79 float: left; }
80
81.fa-pull-right {
82 float: right; }
83
84.fa.fa-pull-left,
85.fas.fa-pull-left,
86.far.fa-pull-left,
87.fal.fa-pull-left,
88.fab.fa-pull-left {
89 margin-right: .3em; }
90
91.fa.fa-pull-right,
92.fas.fa-pull-right,
93.far.fa-pull-right,
94.fal.fa-pull-right,
95.fab.fa-pull-right {
96 margin-left: .3em; }
97
98.fa-spin {
99 -webkit-animation: fa-spin 2s infinite linear;
100 animation: fa-spin 2s infinite linear; }
101
102.fa-pulse {
103 -webkit-animation: fa-spin 1s infinite steps(8);
104 animation: fa-spin 1s infinite steps(8); }
105
106@-webkit-keyframes fa-spin {
107 0% {
108 -webkit-transform: rotate(0deg);
109 transform: rotate(0deg); }
110 100% {
111 -webkit-transform: rotate(360deg);
112 transform: rotate(360deg); } }
113
114@keyframes fa-spin {
115 0% {
116 -webkit-transform: rotate(0deg);
117 transform: rotate(0deg); }
118 100% {
119 -webkit-transform: rotate(360deg);
120 transform: rotate(360deg); } }
121
122.fa-rotate-90 {
123 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
124 -webkit-transform: rotate(90deg);
125 transform: rotate(90deg); }
126
127.fa-rotate-180 {
128 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
129 -webkit-transform: rotate(180deg);
130 transform: rotate(180deg); }
131
132.fa-rotate-270 {
133 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134 -webkit-transform: rotate(270deg);
135 transform: rotate(270deg); }
136
137.fa-flip-horizontal {
138 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
139 -webkit-transform: scale(-1, 1);
140 transform: scale(-1, 1); }
141
142.fa-flip-vertical {
143 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
144 -webkit-transform: scale(1, -1);
145 transform: scale(1, -1); }
146
147.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
148 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
149 -webkit-transform: scale(-1, -1);
150 transform: scale(-1, -1); }
151
152:root .fa-rotate-90,
153:root .fa-rotate-180,
154:root .fa-rotate-270,
155:root .fa-flip-horizontal,
156:root .fa-flip-vertical,
157:root .fa-flip-both {
158 -webkit-filter: none;
159 filter: none; }
160
161.fa-stack {
162 display: inline-block;
163 height: 2em;
164 line-height: 2em;
165 position: relative;
166 vertical-align: middle;
167 width: 2.5em; }
168
169.fa-stack-1x,
170.fa-stack-2x {
171 left: 0;
172 position: absolute;
173 text-align: center;
174 width: 100%; }
175
176.fa-stack-1x {
177 line-height: inherit; }
178
179.fa-stack-2x {
180 font-size: 2em; }
181
182.fa-inverse {
183 color: #fff; }
184
185/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
186readers do not read off random characters that represent icons */
187.fa-500px:before {
188 content: "\f26e"; }
189
190.fa-accessible-icon:before {
191 content: "\f368"; }
192
193.fa-accusoft:before {
194 content: "\f369"; }
195
196.fa-acquisitions-incorporated:before {
197 content: "\f6af"; }
198
199.fa-ad:before {
200 content: "\f641"; }
201
202.fa-address-book:before {
203 content: "\f2b9"; }
204
205.fa-address-card:before {
206 content: "\f2bb"; }
207
208.fa-adjust:before {
209 content: "\f042"; }
210
211.fa-adn:before {
212 content: "\f170"; }
213
214.fa-adobe:before {
215 content: "\f778"; }
216
217.fa-adversal:before {
218 content: "\f36a"; }
219
220.fa-affiliatetheme:before {
221 content: "\f36b"; }
222
223.fa-air-freshener:before {
224 content: "\f5d0"; }
225
226.fa-algolia:before {
227 content: "\f36c"; }
228
229.fa-align-center:before {
230 content: "\f037"; }
231
232.fa-align-justify:before {
233 content: "\f039"; }
234
235.fa-align-left:before {
236 content: "\f036"; }
237
238.fa-align-right:before {
239 content: "\f038"; }
240
241.fa-alipay:before {
242 content: "\f642"; }
243
244.fa-allergies:before {
245 content: "\f461"; }
246
247.fa-amazon:before {
248 content: "\f270"; }
249
250.fa-amazon-pay:before {
251 content: "\f42c"; }
252
253.fa-ambulance:before {
254 content: "\f0f9"; }
255
256.fa-american-sign-language-interpreting:before {
257 content: "\f2a3"; }
258
259.fa-amilia:before {
260 content: "\f36d"; }
261
262.fa-anchor:before {
263 content: "\f13d"; }
264
265.fa-android:before {
266 content: "\f17b"; }
267
268.fa-angellist:before {
269 content: "\f209"; }
270
271.fa-angle-double-down:before {
272 content: "\f103"; }
273
274.fa-angle-double-left:before {
275 content: "\f100"; }
276
277.fa-angle-double-right:before {
278 content: "\f101"; }
279
280.fa-angle-double-up:before {
281 content: "\f102"; }
282
283.fa-angle-down:before {
284 content: "\f107"; }
285
286.fa-angle-left:before {
287 content: "\f104"; }
288
289.fa-angle-right:before {
290 content: "\f105"; }
291
292.fa-angle-up:before {
293 content: "\f106"; }
294
295.fa-angry:before {
296 content: "\f556"; }
297
298.fa-angrycreative:before {
299 content: "\f36e"; }
300
301.fa-angular:before {
302 content: "\f420"; }
303
304.fa-ankh:before {
305 content: "\f644"; }
306
307.fa-app-store:before {
308 content: "\f36f"; }
309
310.fa-app-store-ios:before {
311 content: "\f370"; }
312
313.fa-apper:before {
314 content: "\f371"; }
315
316.fa-apple:before {
317 content: "\f179"; }
318
319.fa-apple-alt:before {
320 content: "\f5d1"; }
321
322.fa-apple-pay:before {
323 content: "\f415"; }
324
325.fa-archive:before {
326 content: "\f187"; }
327
328.fa-archway:before {
329 content: "\f557"; }
330
331.fa-arrow-alt-circle-down:before {
332 content: "\f358"; }
333
334.fa-arrow-alt-circle-left:before {
335 content: "\f359"; }
336
337.fa-arrow-alt-circle-right:before {
338 content: "\f35a"; }
339
340.fa-arrow-alt-circle-up:before {
341 content: "\f35b"; }
342
343.fa-arrow-circle-down:before {
344 content: "\f0ab"; }
345
346.fa-arrow-circle-left:before {
347 content: "\f0a8"; }
348
349.fa-arrow-circle-right:before {
350 content: "\f0a9"; }
351
352.fa-arrow-circle-up:before {
353 content: "\f0aa"; }
354
355.fa-arrow-down:before {
356 content: "\f063"; }
357
358.fa-arrow-left:before {
359 content: "\f060"; }
360
361.fa-arrow-right:before {
362 content: "\f061"; }
363
364.fa-arrow-up:before {
365 content: "\f062"; }
366
367.fa-arrows-alt:before {
368 content: "\f0b2"; }
369
370.fa-arrows-alt-h:before {
371 content: "\f337"; }
372
373.fa-arrows-alt-v:before {
374 content: "\f338"; }
375
376.fa-artstation:before {
377 content: "\f77a"; }
378
379.fa-assistive-listening-systems:before {
380 content: "\f2a2"; }
381
382.fa-asterisk:before {
383 content: "\f069"; }
384
385.fa-asymmetrik:before {
386 content: "\f372"; }
387
388.fa-at:before {
389 content: "\f1fa"; }
390
391.fa-atlas:before {
392 content: "\f558"; }
393
394.fa-atlassian:before {
395 content: "\f77b"; }
396
397.fa-atom:before {
398 content: "\f5d2"; }
399
400.fa-audible:before {
401 content: "\f373"; }
402
403.fa-audio-description:before {
404 content: "\f29e"; }
405
406.fa-autoprefixer:before {
407 content: "\f41c"; }
408
409.fa-avianex:before {
410 content: "\f374"; }
411
412.fa-aviato:before {
413 content: "\f421"; }
414
415.fa-award:before {
416 content: "\f559"; }
417
418.fa-aws:before {
419 content: "\f375"; }
420
421.fa-baby:before {
422 content: "\f77c"; }
423
424.fa-baby-carriage:before {
425 content: "\f77d"; }
426
427.fa-backspace:before {
428 content: "\f55a"; }
429
430.fa-backward:before {
431 content: "\f04a"; }
432
433.fa-bacon:before {
434 content: "\f7e5"; }
435
436.fa-balance-scale:before {
437 content: "\f24e"; }
438
439.fa-ban:before {
440 content: "\f05e"; }
441
442.fa-band-aid:before {
443 content: "\f462"; }
444
445.fa-bandcamp:before {
446 content: "\f2d5"; }
447
448.fa-barcode:before {
449 content: "\f02a"; }
450
451.fa-bars:before {
452 content: "\f0c9"; }
453
454.fa-baseball-ball:before {
455 content: "\f433"; }
456
457.fa-basketball-ball:before {
458 content: "\f434"; }
459
460.fa-bath:before {
461 content: "\f2cd"; }
462
463.fa-battery-empty:before {
464 content: "\f244"; }
465
466.fa-battery-full:before {
467 content: "\f240"; }
468
469.fa-battery-half:before {
470 content: "\f242"; }
471
472.fa-battery-quarter:before {
473 content: "\f243"; }
474
475.fa-battery-three-quarters:before {
476 content: "\f241"; }
477
478.fa-bed:before {
479 content: "\f236"; }
480
481.fa-beer:before {
482 content: "\f0fc"; }
483
484.fa-behance:before {
485 content: "\f1b4"; }
486
487.fa-behance-square:before {
488 content: "\f1b5"; }
489
490.fa-bell:before {
491 content: "\f0f3"; }
492
493.fa-bell-slash:before {
494 content: "\f1f6"; }
495
496.fa-bezier-curve:before {
497 content: "\f55b"; }
498
499.fa-bible:before {
500 content: "\f647"; }
501
502.fa-bicycle:before {
503 content: "\f206"; }
504
505.fa-bimobject:before {
506 content: "\f378"; }
507
508.fa-binoculars:before {
509 content: "\f1e5"; }
510
511.fa-biohazard:before {
512 content: "\f780"; }
513
514.fa-birthday-cake:before {
515 content: "\f1fd"; }
516
517.fa-bitbucket:before {
518 content: "\f171"; }
519
520.fa-bitcoin:before {
521 content: "\f379"; }
522
523.fa-bity:before {
524 content: "\f37a"; }
525
526.fa-black-tie:before {
527 content: "\f27e"; }
528
529.fa-blackberry:before {
530 content: "\f37b"; }
531
532.fa-blender:before {
533 content: "\f517"; }
534
535.fa-blender-phone:before {
536 content: "\f6b6"; }
537
538.fa-blind:before {
539 content: "\f29d"; }
540
541.fa-blog:before {
542 content: "\f781"; }
543
544.fa-blogger:before {
545 content: "\f37c"; }
546
547.fa-blogger-b:before {
548 content: "\f37d"; }
549
550.fa-bluetooth:before {
551 content: "\f293"; }
552
553.fa-bluetooth-b:before {
554 content: "\f294"; }
555
556.fa-bold:before {
557 content: "\f032"; }
558
559.fa-bolt:before {
560 content: "\f0e7"; }
561
562.fa-bomb:before {
563 content: "\f1e2"; }
564
565.fa-bone:before {
566 content: "\f5d7"; }
567
568.fa-bong:before {
569 content: "\f55c"; }
570
571.fa-book:before {
572 content: "\f02d"; }
573
574.fa-book-dead:before {
575 content: "\f6b7"; }
576
577.fa-book-medical:before {
578 content: "\f7e6"; }
579
580.fa-book-open:before {
581 content: "\f518"; }
582
583.fa-book-reader:before {
584 content: "\f5da"; }
585
586.fa-bookmark:before {
587 content: "\f02e"; }
588
589.fa-bowling-ball:before {
590 content: "\f436"; }
591
592.fa-box:before {
593 content: "\f466"; }
594
595.fa-box-open:before {
596 content: "\f49e"; }
597
598.fa-boxes:before {
599 content: "\f468"; }
600
601.fa-braille:before {
602 content: "\f2a1"; }
603
604.fa-brain:before {
605 content: "\f5dc"; }
606
607.fa-bread-slice:before {
608 content: "\f7ec"; }
609
610.fa-briefcase:before {
611 content: "\f0b1"; }
612
613.fa-briefcase-medical:before {
614 content: "\f469"; }
615
616.fa-broadcast-tower:before {
617 content: "\f519"; }
618
619.fa-broom:before {
620 content: "\f51a"; }
621
622.fa-brush:before {
623 content: "\f55d"; }
624
625.fa-btc:before {
626 content: "\f15a"; }
627
628.fa-bug:before {
629 content: "\f188"; }
630
631.fa-building:before {
632 content: "\f1ad"; }
633
634.fa-bullhorn:before {
635 content: "\f0a1"; }
636
637.fa-bullseye:before {
638 content: "\f140"; }
639
640.fa-burn:before {
641 content: "\f46a"; }
642
643.fa-buromobelexperte:before {
644 content: "\f37f"; }
645
646.fa-bus:before {
647 content: "\f207"; }
648
649.fa-bus-alt:before {
650 content: "\f55e"; }
651
652.fa-business-time:before {
653 content: "\f64a"; }
654
655.fa-buysellads:before {
656 content: "\f20d"; }
657
658.fa-calculator:before {
659 content: "\f1ec"; }
660
661.fa-calendar:before {
662 content: "\f133"; }
663
664.fa-calendar-alt:before {
665 content: "\f073"; }
666
667.fa-calendar-check:before {
668 content: "\f274"; }
669
670.fa-calendar-day:before {
671 content: "\f783"; }
672
673.fa-calendar-minus:before {
674 content: "\f272"; }
675
676.fa-calendar-plus:before {
677 content: "\f271"; }
678
679.fa-calendar-times:before {
680 content: "\f273"; }
681
682.fa-calendar-week:before {
683 content: "\f784"; }
684
685.fa-camera:before {
686 content: "\f030"; }
687
688.fa-camera-retro:before {
689 content: "\f083"; }
690
691.fa-campground:before {
692 content: "\f6bb"; }
693
694.fa-canadian-maple-leaf:before {
695 content: "\f785"; }
696
697.fa-candy-cane:before {
698 content: "\f786"; }
699
700.fa-cannabis:before {
701 content: "\f55f"; }
702
703.fa-capsules:before {
704 content: "\f46b"; }
705
706.fa-car:before {
707 content: "\f1b9"; }
708
709.fa-car-alt:before {
710 content: "\f5de"; }
711
712.fa-car-battery:before {
713 content: "\f5df"; }
714
715.fa-car-crash:before {
716 content: "\f5e1"; }
717
718.fa-car-side:before {
719 content: "\f5e4"; }
720
721.fa-caret-down:before {
722 content: "\f0d7"; }
723
724.fa-caret-left:before {
725 content: "\f0d9"; }
726
727.fa-caret-right:before {
728 content: "\f0da"; }
729
730.fa-caret-square-down:before {
731 content: "\f150"; }
732
733.fa-caret-square-left:before {
734 content: "\f191"; }
735
736.fa-caret-square-right:before {
737 content: "\f152"; }
738
739.fa-caret-square-up:before {
740 content: "\f151"; }
741
742.fa-caret-up:before {
743 content: "\f0d8"; }
744
745.fa-carrot:before {
746 content: "\f787"; }
747
748.fa-cart-arrow-down:before {
749 content: "\f218"; }
750
751.fa-cart-plus:before {
752 content: "\f217"; }
753
754.fa-cash-register:before {
755 content: "\f788"; }
756
757.fa-cat:before {
758 content: "\f6be"; }
759
760.fa-cc-amazon-pay:before {
761 content: "\f42d"; }
762
763.fa-cc-amex:before {
764 content: "\f1f3"; }
765
766.fa-cc-apple-pay:before {
767 content: "\f416"; }
768
769.fa-cc-diners-club:before {
770 content: "\f24c"; }
771
772.fa-cc-discover:before {
773 content: "\f1f2"; }
774
775.fa-cc-jcb:before {
776 content: "\f24b"; }
777
778.fa-cc-mastercard:before {
779 content: "\f1f1"; }
780
781.fa-cc-paypal:before {
782 content: "\f1f4"; }
783
784.fa-cc-stripe:before {
785 content: "\f1f5"; }
786
787.fa-cc-visa:before {
788 content: "\f1f0"; }
789
790.fa-centercode:before {
791 content: "\f380"; }
792
793.fa-centos:before {
794 content: "\f789"; }
795
796.fa-certificate:before {
797 content: "\f0a3"; }
798
799.fa-chair:before {
800 content: "\f6c0"; }
801
802.fa-chalkboard:before {
803 content: "\f51b"; }
804
805.fa-chalkboard-teacher:before {
806 content: "\f51c"; }
807
808.fa-charging-station:before {
809 content: "\f5e7"; }
810
811.fa-chart-area:before {
812 content: "\f1fe"; }
813
814.fa-chart-bar:before {
815 content: "\f080"; }
816
817.fa-chart-line:before {
818 content: "\f201"; }
819
820.fa-chart-pie:before {
821 content: "\f200"; }
822
823.fa-check:before {
824 content: "\f00c"; }
825
826.fa-check-circle:before {
827 content: "\f058"; }
828
829.fa-check-double:before {
830 content: "\f560"; }
831
832.fa-check-square:before {
833 content: "\f14a"; }
834
835.fa-cheese:before {
836 content: "\f7ef"; }
837
838.fa-chess:before {
839 content: "\f439"; }
840
841.fa-chess-bishop:before {
842 content: "\f43a"; }
843
844.fa-chess-board:before {
845 content: "\f43c"; }
846
847.fa-chess-king:before {
848 content: "\f43f"; }
849
850.fa-chess-knight:before {
851 content: "\f441"; }
852
853.fa-chess-pawn:before {
854 content: "\f443"; }
855
856.fa-chess-queen:before {
857 content: "\f445"; }
858
859.fa-chess-rook:before {
860 content: "\f447"; }
861
862.fa-chevron-circle-down:before {
863 content: "\f13a"; }
864
865.fa-chevron-circle-left:before {
866 content: "\f137"; }
867
868.fa-chevron-circle-right:before {
869 content: "\f138"; }
870
871.fa-chevron-circle-up:before {
872 content: "\f139"; }
873
874.fa-chevron-down:before {
875 content: "\f078"; }
876
877.fa-chevron-left:before {
878 content: "\f053"; }
879
880.fa-chevron-right:before {
881 content: "\f054"; }
882
883.fa-chevron-up:before {
884 content: "\f077"; }
885
886.fa-child:before {
887 content: "\f1ae"; }
888
889.fa-chrome:before {
890 content: "\f268"; }
891
892.fa-church:before {
893 content: "\f51d"; }
894
895.fa-circle:before {
896 content: "\f111"; }
897
898.fa-circle-notch:before {
899 content: "\f1ce"; }
900
901.fa-city:before {
902 content: "\f64f"; }
903
904.fa-clinic-medical:before {
905 content: "\f7f2"; }
906
907.fa-clipboard:before {
908 content: "\f328"; }
909
910.fa-clipboard-check:before {
911 content: "\f46c"; }
912
913.fa-clipboard-list:before {
914 content: "\f46d"; }
915
916.fa-clock:before {
917 content: "\f017"; }
918
919.fa-clone:before {
920 content: "\f24d"; }
921
922.fa-closed-captioning:before {
923 content: "\f20a"; }
924
925.fa-cloud:before {
926 content: "\f0c2"; }
927
928.fa-cloud-download-alt:before {
929 content: "\f381"; }
930
931.fa-cloud-meatball:before {
932 content: "\f73b"; }
933
934.fa-cloud-moon:before {
935 content: "\f6c3"; }
936
937.fa-cloud-moon-rain:before {
938 content: "\f73c"; }
939
940.fa-cloud-rain:before {
941 content: "\f73d"; }
942
943.fa-cloud-showers-heavy:before {
944 content: "\f740"; }
945
946.fa-cloud-sun:before {
947 content: "\f6c4"; }
948
949.fa-cloud-sun-rain:before {
950 content: "\f743"; }
951
952.fa-cloud-upload-alt:before {
953 content: "\f382"; }
954
955.fa-cloudscale:before {
956 content: "\f383"; }
957
958.fa-cloudsmith:before {
959 content: "\f384"; }
960
961.fa-cloudversify:before {
962 content: "\f385"; }
963
964.fa-cocktail:before {
965 content: "\f561"; }
966
967.fa-code:before {
968 content: "\f121"; }
969
970.fa-code-branch:before {
971 content: "\f126"; }
972
973.fa-codepen:before {
974 content: "\f1cb"; }
975
976.fa-codiepie:before {
977 content: "\f284"; }
978
979.fa-coffee:before {
980 content: "\f0f4"; }
981
982.fa-cog:before {
983 content: "\f013"; }
984
985.fa-cogs:before {
986 content: "\f085"; }
987
988.fa-coins:before {
989 content: "\f51e"; }
990
991.fa-columns:before {
992 content: "\f0db"; }
993
994.fa-comment:before {
995 content: "\f075"; }
996
997.fa-comment-alt:before {
998 content: "\f27a"; }
999
1000.fa-comment-dollar:before {
1001 content: "\f651"; }
1002
1003.fa-comment-dots:before {
1004 content: "\f4ad"; }
1005
1006.fa-comment-medical:before {
1007 content: "\f7f5"; }
1008
1009.fa-comment-slash:before {
1010 content: "\f4b3"; }
1011
1012.fa-comments:before {
1013 content: "\f086"; }
1014
1015.fa-comments-dollar:before {
1016 content: "\f653"; }
1017
1018.fa-compact-disc:before {
1019 content: "\f51f"; }
1020
1021.fa-compass:before {
1022 content: "\f14e"; }
1023
1024.fa-compress:before {
1025 content: "\f066"; }
1026
1027.fa-compress-arrows-alt:before {
1028 content: "\f78c"; }
1029
1030.fa-concierge-bell:before {
1031 content: "\f562"; }
1032
1033.fa-confluence:before {
1034 content: "\f78d"; }
1035
1036.fa-connectdevelop:before {
1037 content: "\f20e"; }
1038
1039.fa-contao:before {
1040 content: "\f26d"; }
1041
1042.fa-cookie:before {
1043 content: "\f563"; }
1044
1045.fa-cookie-bite:before {
1046 content: "\f564"; }
1047
1048.fa-copy:before {
1049 content: "\f0c5"; }
1050
1051.fa-copyright:before {
1052 content: "\f1f9"; }
1053
1054.fa-couch:before {
1055 content: "\f4b8"; }
1056
1057.fa-cpanel:before {
1058 content: "\f388"; }
1059
1060.fa-creative-commons:before {
1061 content: "\f25e"; }
1062
1063.fa-creative-commons-by:before {
1064 content: "\f4e7"; }
1065
1066.fa-creative-commons-nc:before {
1067 content: "\f4e8"; }
1068
1069.fa-creative-commons-nc-eu:before {
1070 content: "\f4e9"; }
1071
1072.fa-creative-commons-nc-jp:before {
1073 content: "\f4ea"; }
1074
1075.fa-creative-commons-nd:before {
1076 content: "\f4eb"; }
1077
1078.fa-creative-commons-pd:before {
1079 content: "\f4ec"; }
1080
1081.fa-creative-commons-pd-alt:before {
1082 content: "\f4ed"; }
1083
1084.fa-creative-commons-remix:before {
1085 content: "\f4ee"; }
1086
1087.fa-creative-commons-sa:before {
1088 content: "\f4ef"; }
1089
1090.fa-creative-commons-sampling:before {
1091 content: "\f4f0"; }
1092
1093.fa-creative-commons-sampling-plus:before {
1094 content: "\f4f1"; }
1095
1096.fa-creative-commons-share:before {
1097 content: "\f4f2"; }
1098
1099.fa-creative-commons-zero:before {
1100 content: "\f4f3"; }
1101
1102.fa-credit-card:before {
1103 content: "\f09d"; }
1104
1105.fa-critical-role:before {
1106 content: "\f6c9"; }
1107
1108.fa-crop:before {
1109 content: "\f125"; }
1110
1111.fa-crop-alt:before {
1112 content: "\f565"; }
1113
1114.fa-cross:before {
1115 content: "\f654"; }
1116
1117.fa-crosshairs:before {
1118 content: "\f05b"; }
1119
1120.fa-crow:before {
1121 content: "\f520"; }
1122
1123.fa-crown:before {
1124 content: "\f521"; }
1125
1126.fa-crutch:before {
1127 content: "\f7f7"; }
1128
1129.fa-css3:before {
1130 content: "\f13c"; }
1131
1132.fa-css3-alt:before {
1133 content: "\f38b"; }
1134
1135.fa-cube:before {
1136 content: "\f1b2"; }
1137
1138.fa-cubes:before {
1139 content: "\f1b3"; }
1140
1141.fa-cut:before {
1142 content: "\f0c4"; }
1143
1144.fa-cuttlefish:before {
1145 content: "\f38c"; }
1146
1147.fa-d-and-d:before {
1148 content: "\f38d"; }
1149
1150.fa-d-and-d-beyond:before {
1151 content: "\f6ca"; }
1152
1153.fa-dashcube:before {
1154 content: "\f210"; }
1155
1156.fa-database:before {
1157 content: "\f1c0"; }
1158
1159.fa-deaf:before {
1160 content: "\f2a4"; }
1161
1162.fa-delicious:before {
1163 content: "\f1a5"; }
1164
1165.fa-democrat:before {
1166 content: "\f747"; }
1167
1168.fa-deploydog:before {
1169 content: "\f38e"; }
1170
1171.fa-deskpro:before {
1172 content: "\f38f"; }
1173
1174.fa-desktop:before {
1175 content: "\f108"; }
1176
1177.fa-dev:before {
1178 content: "\f6cc"; }
1179
1180.fa-deviantart:before {
1181 content: "\f1bd"; }
1182
1183.fa-dharmachakra:before {
1184 content: "\f655"; }
1185
1186.fa-dhl:before {
1187 content: "\f790"; }
1188
1189.fa-diagnoses:before {
1190 content: "\f470"; }
1191
1192.fa-diaspora:before {
1193 content: "\f791"; }
1194
1195.fa-dice:before {
1196 content: "\f522"; }
1197
1198.fa-dice-d20:before {
1199 content: "\f6cf"; }
1200
1201.fa-dice-d6:before {
1202 content: "\f6d1"; }
1203
1204.fa-dice-five:before {
1205 content: "\f523"; }
1206
1207.fa-dice-four:before {
1208 content: "\f524"; }
1209
1210.fa-dice-one:before {
1211 content: "\f525"; }
1212
1213.fa-dice-six:before {
1214 content: "\f526"; }
1215
1216.fa-dice-three:before {
1217 content: "\f527"; }
1218
1219.fa-dice-two:before {
1220 content: "\f528"; }
1221
1222.fa-digg:before {
1223 content: "\f1a6"; }
1224
1225.fa-digital-ocean:before {
1226 content: "\f391"; }
1227
1228.fa-digital-tachograph:before {
1229 content: "\f566"; }
1230
1231.fa-directions:before {
1232 content: "\f5eb"; }
1233
1234.fa-discord:before {
1235 content: "\f392"; }
1236
1237.fa-discourse:before {
1238 content: "\f393"; }
1239
1240.fa-divide:before {
1241 content: "\f529"; }
1242
1243.fa-dizzy:before {
1244 content: "\f567"; }
1245
1246.fa-dna:before {
1247 content: "\f471"; }
1248
1249.fa-dochub:before {
1250 content: "\f394"; }
1251
1252.fa-docker:before {
1253 content: "\f395"; }
1254
1255.fa-dog:before {
1256 content: "\f6d3"; }
1257
1258.fa-dollar-sign:before {
1259 content: "\f155"; }
1260
1261.fa-dolly:before {
1262 content: "\f472"; }
1263
1264.fa-dolly-flatbed:before {
1265 content: "\f474"; }
1266
1267.fa-donate:before {
1268 content: "\f4b9"; }
1269
1270.fa-door-closed:before {
1271 content: "\f52a"; }
1272
1273.fa-door-open:before {
1274 content: "\f52b"; }
1275
1276.fa-dot-circle:before {
1277 content: "\f192"; }
1278
1279.fa-dove:before {
1280 content: "\f4ba"; }
1281
1282.fa-download:before {
1283 content: "\f019"; }
1284
1285.fa-draft2digital:before {
1286 content: "\f396"; }
1287
1288.fa-drafting-compass:before {
1289 content: "\f568"; }
1290
1291.fa-dragon:before {
1292 content: "\f6d5"; }
1293
1294.fa-draw-polygon:before {
1295 content: "\f5ee"; }
1296
1297.fa-dribbble:before {
1298 content: "\f17d"; }
1299
1300.fa-dribbble-square:before {
1301 content: "\f397"; }
1302
1303.fa-dropbox:before {
1304 content: "\f16b"; }
1305
1306.fa-drum:before {
1307 content: "\f569"; }
1308
1309.fa-drum-steelpan:before {
1310 content: "\f56a"; }
1311
1312.fa-drumstick-bite:before {
1313 content: "\f6d7"; }
1314
1315.fa-drupal:before {
1316 content: "\f1a9"; }
1317
1318.fa-dumbbell:before {
1319 content: "\f44b"; }
1320
1321.fa-dumpster:before {
1322 content: "\f793"; }
1323
1324.fa-dumpster-fire:before {
1325 content: "\f794"; }
1326
1327.fa-dungeon:before {
1328 content: "\f6d9"; }
1329
1330.fa-dyalog:before {
1331 content: "\f399"; }
1332
1333.fa-earlybirds:before {
1334 content: "\f39a"; }
1335
1336.fa-ebay:before {
1337 content: "\f4f4"; }
1338
1339.fa-edge:before {
1340 content: "\f282"; }
1341
1342.fa-edit:before {
1343 content: "\f044"; }
1344
1345.fa-egg:before {
1346 content: "\f7fb"; }
1347
1348.fa-eject:before {
1349 content: "\f052"; }
1350
1351.fa-elementor:before {
1352 content: "\f430"; }
1353
1354.fa-ellipsis-h:before {
1355 content: "\f141"; }
1356
1357.fa-ellipsis-v:before {
1358 content: "\f142"; }
1359
1360.fa-ello:before {
1361 content: "\f5f1"; }
1362
1363.fa-ember:before {
1364 content: "\f423"; }
1365
1366.fa-empire:before {
1367 content: "\f1d1"; }
1368
1369.fa-envelope:before {
1370 content: "\f0e0"; }
1371
1372.fa-envelope-open:before {
1373 content: "\f2b6"; }
1374
1375.fa-envelope-open-text:before {
1376 content: "\f658"; }
1377
1378.fa-envelope-square:before {
1379 content: "\f199"; }
1380
1381.fa-envira:before {
1382 content: "\f299"; }
1383
1384.fa-equals:before {
1385 content: "\f52c"; }
1386
1387.fa-eraser:before {
1388 content: "\f12d"; }
1389
1390.fa-erlang:before {
1391 content: "\f39d"; }
1392
1393.fa-ethereum:before {
1394 content: "\f42e"; }
1395
1396.fa-ethernet:before {
1397 content: "\f796"; }
1398
1399.fa-etsy:before {
1400 content: "\f2d7"; }
1401
1402.fa-euro-sign:before {
1403 content: "\f153"; }
1404
1405.fa-exchange-alt:before {
1406 content: "\f362"; }
1407
1408.fa-exclamation:before {
1409 content: "\f12a"; }
1410
1411.fa-exclamation-circle:before {
1412 content: "\f06a"; }
1413
1414.fa-exclamation-triangle:before {
1415 content: "\f071"; }
1416
1417.fa-expand:before {
1418 content: "\f065"; }
1419
1420.fa-expand-arrows-alt:before {
1421 content: "\f31e"; }
1422
1423.fa-expeditedssl:before {
1424 content: "\f23e"; }
1425
1426.fa-external-link-alt:before {
1427 content: "\f35d"; }
1428
1429.fa-external-link-square-alt:before {
1430 content: "\f360"; }
1431
1432.fa-eye:before {
1433 content: "\f06e"; }
1434
1435.fa-eye-dropper:before {
1436 content: "\f1fb"; }
1437
1438.fa-eye-slash:before {
1439 content: "\f070"; }
1440
1441.fa-facebook:before {
1442 content: "\f09a"; }
1443
1444.fa-facebook-f:before {
1445 content: "\f39e"; }
1446
1447.fa-facebook-messenger:before {
1448 content: "\f39f"; }
1449
1450.fa-facebook-square:before {
1451 content: "\f082"; }
1452
1453.fa-fantasy-flight-games:before {
1454 content: "\f6dc"; }
1455
1456.fa-fast-backward:before {
1457 content: "\f049"; }
1458
1459.fa-fast-forward:before {
1460 content: "\f050"; }
1461
1462.fa-fax:before {
1463 content: "\f1ac"; }
1464
1465.fa-feather:before {
1466 content: "\f52d"; }
1467
1468.fa-feather-alt:before {
1469 content: "\f56b"; }
1470
1471.fa-fedex:before {
1472 content: "\f797"; }
1473
1474.fa-fedora:before {
1475 content: "\f798"; }
1476
1477.fa-female:before {
1478 content: "\f182"; }
1479
1480.fa-fighter-jet:before {
1481 content: "\f0fb"; }
1482
1483.fa-figma:before {
1484 content: "\f799"; }
1485
1486.fa-file:before {
1487 content: "\f15b"; }
1488
1489.fa-file-alt:before {
1490 content: "\f15c"; }
1491
1492.fa-file-archive:before {
1493 content: "\f1c6"; }
1494
1495.fa-file-audio:before {
1496 content: "\f1c7"; }
1497
1498.fa-file-code:before {
1499 content: "\f1c9"; }
1500
1501.fa-file-contract:before {
1502 content: "\f56c"; }
1503
1504.fa-file-csv:before {
1505 content: "\f6dd"; }
1506
1507.fa-file-download:before {
1508 content: "\f56d"; }
1509
1510.fa-file-excel:before {
1511 content: "\f1c3"; }
1512
1513.fa-file-export:before {
1514 content: "\f56e"; }
1515
1516.fa-file-image:before {
1517 content: "\f1c5"; }
1518
1519.fa-file-import:before {
1520 content: "\f56f"; }
1521
1522.fa-file-invoice:before {
1523 content: "\f570"; }
1524
1525.fa-file-invoice-dollar:before {
1526 content: "\f571"; }
1527
1528.fa-file-medical:before {
1529 content: "\f477"; }
1530
1531.fa-file-medical-alt:before {
1532 content: "\f478"; }
1533
1534.fa-file-pdf:before {
1535 content: "\f1c1"; }
1536
1537.fa-file-powerpoint:before {
1538 content: "\f1c4"; }
1539
1540.fa-file-prescription:before {
1541 content: "\f572"; }
1542
1543.fa-file-signature:before {
1544 content: "\f573"; }
1545
1546.fa-file-upload:before {
1547 content: "\f574"; }
1548
1549.fa-file-video:before {
1550 content: "\f1c8"; }
1551
1552.fa-file-word:before {
1553 content: "\f1c2"; }
1554
1555.fa-fill:before {
1556 content: "\f575"; }
1557
1558.fa-fill-drip:before {
1559 content: "\f576"; }
1560
1561.fa-film:before {
1562 content: "\f008"; }
1563
1564.fa-filter:before {
1565 content: "\f0b0"; }
1566
1567.fa-fingerprint:before {
1568 content: "\f577"; }
1569
1570.fa-fire:before {
1571 content: "\f06d"; }
1572
1573.fa-fire-alt:before {
1574 content: "\f7e4"; }
1575
1576.fa-fire-extinguisher:before {
1577 content: "\f134"; }
1578
1579.fa-firefox:before {
1580 content: "\f269"; }
1581
1582.fa-first-aid:before {
1583 content: "\f479"; }
1584
1585.fa-first-order:before {
1586 content: "\f2b0"; }
1587
1588.fa-first-order-alt:before {
1589 content: "\f50a"; }
1590
1591.fa-firstdraft:before {
1592 content: "\f3a1"; }
1593
1594.fa-fish:before {
1595 content: "\f578"; }
1596
1597.fa-fist-raised:before {
1598 content: "\f6de"; }
1599
1600.fa-flag:before {
1601 content: "\f024"; }
1602
1603.fa-flag-checkered:before {
1604 content: "\f11e"; }
1605
1606.fa-flag-usa:before {
1607 content: "\f74d"; }
1608
1609.fa-flask:before {
1610 content: "\f0c3"; }
1611
1612.fa-flickr:before {
1613 content: "\f16e"; }
1614
1615.fa-flipboard:before {
1616 content: "\f44d"; }
1617
1618.fa-flushed:before {
1619 content: "\f579"; }
1620
1621.fa-fly:before {
1622 content: "\f417"; }
1623
1624.fa-folder:before {
1625 content: "\f07b"; }
1626
1627.fa-folder-minus:before {
1628 content: "\f65d"; }
1629
1630.fa-folder-open:before {
1631 content: "\f07c"; }
1632
1633.fa-folder-plus:before {
1634 content: "\f65e"; }
1635
1636.fa-font:before {
1637 content: "\f031"; }
1638
1639.fa-font-awesome:before {
1640 content: "\f2b4"; }
1641
1642.fa-font-awesome-alt:before {
1643 content: "\f35c"; }
1644
1645.fa-font-awesome-flag:before {
1646 content: "\f425"; }
1647
1648.fa-font-awesome-logo-full:before {
1649 content: "\f4e6"; }
1650
1651.fa-fonticons:before {
1652 content: "\f280"; }
1653
1654.fa-fonticons-fi:before {
1655 content: "\f3a2"; }
1656
1657.fa-football-ball:before {
1658 content: "\f44e"; }
1659
1660.fa-fort-awesome:before {
1661 content: "\f286"; }
1662
1663.fa-fort-awesome-alt:before {
1664 content: "\f3a3"; }
1665
1666.fa-forumbee:before {
1667 content: "\f211"; }
1668
1669.fa-forward:before {
1670 content: "\f04e"; }
1671
1672.fa-foursquare:before {
1673 content: "\f180"; }
1674
1675.fa-free-code-camp:before {
1676 content: "\f2c5"; }
1677
1678.fa-freebsd:before {
1679 content: "\f3a4"; }
1680
1681.fa-frog:before {
1682 content: "\f52e"; }
1683
1684.fa-frown:before {
1685 content: "\f119"; }
1686
1687.fa-frown-open:before {
1688 content: "\f57a"; }
1689
1690.fa-fulcrum:before {
1691 content: "\f50b"; }
1692
1693.fa-funnel-dollar:before {
1694 content: "\f662"; }
1695
1696.fa-futbol:before {
1697 content: "\f1e3"; }
1698
1699.fa-galactic-republic:before {
1700 content: "\f50c"; }
1701
1702.fa-galactic-senate:before {
1703 content: "\f50d"; }
1704
1705.fa-gamepad:before {
1706 content: "\f11b"; }
1707
1708.fa-gas-pump:before {
1709 content: "\f52f"; }
1710
1711.fa-gavel:before {
1712 content: "\f0e3"; }
1713
1714.fa-gem:before {
1715 content: "\f3a5"; }
1716
1717.fa-genderless:before {
1718 content: "\f22d"; }
1719
1720.fa-get-pocket:before {
1721 content: "\f265"; }
1722
1723.fa-gg:before {
1724 content: "\f260"; }
1725
1726.fa-gg-circle:before {
1727 content: "\f261"; }
1728
1729.fa-ghost:before {
1730 content: "\f6e2"; }
1731
1732.fa-gift:before {
1733 content: "\f06b"; }
1734
1735.fa-gifts:before {
1736 content: "\f79c"; }
1737
1738.fa-git:before {
1739 content: "\f1d3"; }
1740
1741.fa-git-square:before {
1742 content: "\f1d2"; }
1743
1744.fa-github:before {
1745 content: "\f09b"; }
1746
1747.fa-github-alt:before {
1748 content: "\f113"; }
1749
1750.fa-github-square:before {
1751 content: "\f092"; }
1752
1753.fa-gitkraken:before {
1754 content: "\f3a6"; }
1755
1756.fa-gitlab:before {
1757 content: "\f296"; }
1758
1759.fa-gitter:before {
1760 content: "\f426"; }
1761
1762.fa-glass-cheers:before {
1763 content: "\f79f"; }
1764
1765.fa-glass-martini:before {
1766 content: "\f000"; }
1767
1768.fa-glass-martini-alt:before {
1769 content: "\f57b"; }
1770
1771.fa-glass-whiskey:before {
1772 content: "\f7a0"; }
1773
1774.fa-glasses:before {
1775 content: "\f530"; }
1776
1777.fa-glide:before {
1778 content: "\f2a5"; }
1779
1780.fa-glide-g:before {
1781 content: "\f2a6"; }
1782
1783.fa-globe:before {
1784 content: "\f0ac"; }
1785
1786.fa-globe-africa:before {
1787 content: "\f57c"; }
1788
1789.fa-globe-americas:before {
1790 content: "\f57d"; }
1791
1792.fa-globe-asia:before {
1793 content: "\f57e"; }
1794
1795.fa-globe-europe:before {
1796 content: "\f7a2"; }
1797
1798.fa-gofore:before {
1799 content: "\f3a7"; }
1800
1801.fa-golf-ball:before {
1802 content: "\f450"; }
1803
1804.fa-goodreads:before {
1805 content: "\f3a8"; }
1806
1807.fa-goodreads-g:before {
1808 content: "\f3a9"; }
1809
1810.fa-google:before {
1811 content: "\f1a0"; }
1812
1813.fa-google-drive:before {
1814 content: "\f3aa"; }
1815
1816.fa-google-play:before {
1817 content: "\f3ab"; }
1818
1819.fa-google-plus:before {
1820 content: "\f2b3"; }
1821
1822.fa-google-plus-g:before {
1823 content: "\f0d5"; }
1824
1825.fa-google-plus-square:before {
1826 content: "\f0d4"; }
1827
1828.fa-google-wallet:before {
1829 content: "\f1ee"; }
1830
1831.fa-gopuram:before {
1832 content: "\f664"; }
1833
1834.fa-graduation-cap:before {
1835 content: "\f19d"; }
1836
1837.fa-gratipay:before {
1838 content: "\f184"; }
1839
1840.fa-grav:before {
1841 content: "\f2d6"; }
1842
1843.fa-greater-than:before {
1844 content: "\f531"; }
1845
1846.fa-greater-than-equal:before {
1847 content: "\f532"; }
1848
1849.fa-grimace:before {
1850 content: "\f57f"; }
1851
1852.fa-grin:before {
1853 content: "\f580"; }
1854
1855.fa-grin-alt:before {
1856 content: "\f581"; }
1857
1858.fa-grin-beam:before {
1859 content: "\f582"; }
1860
1861.fa-grin-beam-sweat:before {
1862 content: "\f583"; }
1863
1864.fa-grin-hearts:before {
1865 content: "\f584"; }
1866
1867.fa-grin-squint:before {
1868 content: "\f585"; }
1869
1870.fa-grin-squint-tears:before {
1871 content: "\f586"; }
1872
1873.fa-grin-stars:before {
1874 content: "\f587"; }
1875
1876.fa-grin-tears:before {
1877 content: "\f588"; }
1878
1879.fa-grin-tongue:before {
1880 content: "\f589"; }
1881
1882.fa-grin-tongue-squint:before {
1883 content: "\f58a"; }
1884
1885.fa-grin-tongue-wink:before {
1886 content: "\f58b"; }
1887
1888.fa-grin-wink:before {
1889 content: "\f58c"; }
1890
1891.fa-grip-horizontal:before {
1892 content: "\f58d"; }
1893
1894.fa-grip-lines:before {
1895 content: "\f7a4"; }
1896
1897.fa-grip-lines-vertical:before {
1898 content: "\f7a5"; }
1899
1900.fa-grip-vertical:before {
1901 content: "\f58e"; }
1902
1903.fa-gripfire:before {
1904 content: "\f3ac"; }
1905
1906.fa-grunt:before {
1907 content: "\f3ad"; }
1908
1909.fa-guitar:before {
1910 content: "\f7a6"; }
1911
1912.fa-gulp:before {
1913 content: "\f3ae"; }
1914
1915.fa-h-square:before {
1916 content: "\f0fd"; }
1917
1918.fa-hacker-news:before {
1919 content: "\f1d4"; }
1920
1921.fa-hacker-news-square:before {
1922 content: "\f3af"; }
1923
1924.fa-hackerrank:before {
1925 content: "\f5f7"; }
1926
1927.fa-hamburger:before {
1928 content: "\f805"; }
1929
1930.fa-hammer:before {
1931 content: "\f6e3"; }
1932
1933.fa-hamsa:before {
1934 content: "\f665"; }
1935
1936.fa-hand-holding:before {
1937 content: "\f4bd"; }
1938
1939.fa-hand-holding-heart:before {
1940 content: "\f4be"; }
1941
1942.fa-hand-holding-usd:before {
1943 content: "\f4c0"; }
1944
1945.fa-hand-lizard:before {
1946 content: "\f258"; }
1947
1948.fa-hand-middle-finger:before {
1949 content: "\f806"; }
1950
1951.fa-hand-paper:before {
1952 content: "\f256"; }
1953
1954.fa-hand-peace:before {
1955 content: "\f25b"; }
1956
1957.fa-hand-point-down:before {
1958 content: "\f0a7"; }
1959
1960.fa-hand-point-left:before {
1961 content: "\f0a5"; }
1962
1963.fa-hand-point-right:before {
1964 content: "\f0a4"; }
1965
1966.fa-hand-point-up:before {
1967 content: "\f0a6"; }
1968
1969.fa-hand-pointer:before {
1970 content: "\f25a"; }
1971
1972.fa-hand-rock:before {
1973 content: "\f255"; }
1974
1975.fa-hand-scissors:before {
1976 content: "\f257"; }
1977
1978.fa-hand-spock:before {
1979 content: "\f259"; }
1980
1981.fa-hands:before {
1982 content: "\f4c2"; }
1983
1984.fa-hands-helping:before {
1985 content: "\f4c4"; }
1986
1987.fa-handshake:before {
1988 content: "\f2b5"; }
1989
1990.fa-hanukiah:before {
1991 content: "\f6e6"; }
1992
1993.fa-hard-hat:before {
1994 content: "\f807"; }
1995
1996.fa-hashtag:before {
1997 content: "\f292"; }
1998
1999.fa-hat-wizard:before {
2000 content: "\f6e8"; }
2001
2002.fa-haykal:before {
2003 content: "\f666"; }
2004
2005.fa-hdd:before {
2006 content: "\f0a0"; }
2007
2008.fa-heading:before {
2009 content: "\f1dc"; }
2010
2011.fa-headphones:before {
2012 content: "\f025"; }
2013
2014.fa-headphones-alt:before {
2015 content: "\f58f"; }
2016
2017.fa-headset:before {
2018 content: "\f590"; }
2019
2020.fa-heart:before {
2021 content: "\f004"; }
2022
2023.fa-heart-broken:before {
2024 content: "\f7a9"; }
2025
2026.fa-heartbeat:before {
2027 content: "\f21e"; }
2028
2029.fa-helicopter:before {
2030 content: "\f533"; }
2031
2032.fa-highlighter:before {
2033 content: "\f591"; }
2034
2035.fa-hiking:before {
2036 content: "\f6ec"; }
2037
2038.fa-hippo:before {
2039 content: "\f6ed"; }
2040
2041.fa-hips:before {
2042 content: "\f452"; }
2043
2044.fa-hire-a-helper:before {
2045 content: "\f3b0"; }
2046
2047.fa-history:before {
2048 content: "\f1da"; }
2049
2050.fa-hockey-puck:before {
2051 content: "\f453"; }
2052
2053.fa-holly-berry:before {
2054 content: "\f7aa"; }
2055
2056.fa-home:before {
2057 content: "\f015"; }
2058
2059.fa-hooli:before {
2060 content: "\f427"; }
2061
2062.fa-hornbill:before {
2063 content: "\f592"; }
2064
2065.fa-horse:before {
2066 content: "\f6f0"; }
2067
2068.fa-horse-head:before {
2069 content: "\f7ab"; }
2070
2071.fa-hospital:before {
2072 content: "\f0f8"; }
2073
2074.fa-hospital-alt:before {
2075 content: "\f47d"; }
2076
2077.fa-hospital-symbol:before {
2078 content: "\f47e"; }
2079
2080.fa-hot-tub:before {
2081 content: "\f593"; }
2082
2083.fa-hotdog:before {
2084 content: "\f80f"; }
2085
2086.fa-hotel:before {
2087 content: "\f594"; }
2088
2089.fa-hotjar:before {
2090 content: "\f3b1"; }
2091
2092.fa-hourglass:before {
2093 content: "\f254"; }
2094
2095.fa-hourglass-end:before {
2096 content: "\f253"; }
2097
2098.fa-hourglass-half:before {
2099 content: "\f252"; }
2100
2101.fa-hourglass-start:before {
2102 content: "\f251"; }
2103
2104.fa-house-damage:before {
2105 content: "\f6f1"; }
2106
2107.fa-houzz:before {
2108 content: "\f27c"; }
2109
2110.fa-hryvnia:before {
2111 content: "\f6f2"; }
2112
2113.fa-html5:before {
2114 content: "\f13b"; }
2115
2116.fa-hubspot:before {
2117 content: "\f3b2"; }
2118
2119.fa-i-cursor:before {
2120 content: "\f246"; }
2121
2122.fa-ice-cream:before {
2123 content: "\f810"; }
2124
2125.fa-icicles:before {
2126 content: "\f7ad"; }
2127
2128.fa-id-badge:before {
2129 content: "\f2c1"; }
2130
2131.fa-id-card:before {
2132 content: "\f2c2"; }
2133
2134.fa-id-card-alt:before {
2135 content: "\f47f"; }
2136
2137.fa-igloo:before {
2138 content: "\f7ae"; }
2139
2140.fa-image:before {
2141 content: "\f03e"; }
2142
2143.fa-images:before {
2144 content: "\f302"; }
2145
2146.fa-imdb:before {
2147 content: "\f2d8"; }
2148
2149.fa-inbox:before {
2150 content: "\f01c"; }
2151
2152.fa-indent:before {
2153 content: "\f03c"; }
2154
2155.fa-industry:before {
2156 content: "\f275"; }
2157
2158.fa-infinity:before {
2159 content: "\f534"; }
2160
2161.fa-info:before {
2162 content: "\f129"; }
2163
2164.fa-info-circle:before {
2165 content: "\f05a"; }
2166
2167.fa-instagram:before {
2168 content: "\f16d"; }
2169
2170.fa-intercom:before {
2171 content: "\f7af"; }
2172
2173.fa-internet-explorer:before {
2174 content: "\f26b"; }
2175
2176.fa-invision:before {
2177 content: "\f7b0"; }
2178
2179.fa-ioxhost:before {
2180 content: "\f208"; }
2181
2182.fa-italic:before {
2183 content: "\f033"; }
2184
2185.fa-itunes:before {
2186 content: "\f3b4"; }
2187
2188.fa-itunes-note:before {
2189 content: "\f3b5"; }
2190
2191.fa-java:before {
2192 content: "\f4e4"; }
2193
2194.fa-jedi:before {
2195 content: "\f669"; }
2196
2197.fa-jedi-order:before {
2198 content: "\f50e"; }
2199
2200.fa-jenkins:before {
2201 content: "\f3b6"; }
2202
2203.fa-jira:before {
2204 content: "\f7b1"; }
2205
2206.fa-joget:before {
2207 content: "\f3b7"; }
2208
2209.fa-joint:before {
2210 content: "\f595"; }
2211
2212.fa-joomla:before {
2213 content: "\f1aa"; }
2214
2215.fa-journal-whills:before {
2216 content: "\f66a"; }
2217
2218.fa-js:before {
2219 content: "\f3b8"; }
2220
2221.fa-js-square:before {
2222 content: "\f3b9"; }
2223
2224.fa-jsfiddle:before {
2225 content: "\f1cc"; }
2226
2227.fa-kaaba:before {
2228 content: "\f66b"; }
2229
2230.fa-kaggle:before {
2231 content: "\f5fa"; }
2232
2233.fa-key:before {
2234 content: "\f084"; }
2235
2236.fa-keybase:before {
2237 content: "\f4f5"; }
2238
2239.fa-keyboard:before {
2240 content: "\f11c"; }
2241
2242.fa-keycdn:before {
2243 content: "\f3ba"; }
2244
2245.fa-khanda:before {
2246 content: "\f66d"; }
2247
2248.fa-kickstarter:before {
2249 content: "\f3bb"; }
2250
2251.fa-kickstarter-k:before {
2252 content: "\f3bc"; }
2253
2254.fa-kiss:before {
2255 content: "\f596"; }
2256
2257.fa-kiss-beam:before {
2258 content: "\f597"; }
2259
2260.fa-kiss-wink-heart:before {
2261 content: "\f598"; }
2262
2263.fa-kiwi-bird:before {
2264 content: "\f535"; }
2265
2266.fa-korvue:before {
2267 content: "\f42f"; }
2268
2269.fa-landmark:before {
2270 content: "\f66f"; }
2271
2272.fa-language:before {
2273 content: "\f1ab"; }
2274
2275.fa-laptop:before {
2276 content: "\f109"; }
2277
2278.fa-laptop-code:before {
2279 content: "\f5fc"; }
2280
2281.fa-laptop-medical:before {
2282 content: "\f812"; }
2283
2284.fa-laravel:before {
2285 content: "\f3bd"; }
2286
2287.fa-lastfm:before {
2288 content: "\f202"; }
2289
2290.fa-lastfm-square:before {
2291 content: "\f203"; }
2292
2293.fa-laugh:before {
2294 content: "\f599"; }
2295
2296.fa-laugh-beam:before {
2297 content: "\f59a"; }
2298
2299.fa-laugh-squint:before {
2300 content: "\f59b"; }
2301
2302.fa-laugh-wink:before {
2303 content: "\f59c"; }
2304
2305.fa-layer-group:before {
2306 content: "\f5fd"; }
2307
2308.fa-leaf:before {
2309 content: "\f06c"; }
2310
2311.fa-leanpub:before {
2312 content: "\f212"; }
2313
2314.fa-lemon:before {
2315 content: "\f094"; }
2316
2317.fa-less:before {
2318 content: "\f41d"; }
2319
2320.fa-less-than:before {
2321 content: "\f536"; }
2322
2323.fa-less-than-equal:before {
2324 content: "\f537"; }
2325
2326.fa-level-down-alt:before {
2327 content: "\f3be"; }
2328
2329.fa-level-up-alt:before {
2330 content: "\f3bf"; }
2331
2332.fa-life-ring:before {
2333 content: "\f1cd"; }
2334
2335.fa-lightbulb:before {
2336 content: "\f0eb"; }
2337
2338.fa-line:before {
2339 content: "\f3c0"; }
2340
2341.fa-link:before {
2342 content: "\f0c1"; }
2343
2344.fa-linkedin:before {
2345 content: "\f08c"; }
2346
2347.fa-linkedin-in:before {
2348 content: "\f0e1"; }
2349
2350.fa-linode:before {
2351 content: "\f2b8"; }
2352
2353.fa-linux:before {
2354 content: "\f17c"; }
2355
2356.fa-lira-sign:before {
2357 content: "\f195"; }
2358
2359.fa-list:before {
2360 content: "\f03a"; }
2361
2362.fa-list-alt:before {
2363 content: "\f022"; }
2364
2365.fa-list-ol:before {
2366 content: "\f0cb"; }
2367
2368.fa-list-ul:before {
2369 content: "\f0ca"; }
2370
2371.fa-location-arrow:before {
2372 content: "\f124"; }
2373
2374.fa-lock:before {
2375 content: "\f023"; }
2376
2377.fa-lock-open:before {
2378 content: "\f3c1"; }
2379
2380.fa-long-arrow-alt-down:before {
2381 content: "\f309"; }
2382
2383.fa-long-arrow-alt-left:before {
2384 content: "\f30a"; }
2385
2386.fa-long-arrow-alt-right:before {
2387 content: "\f30b"; }
2388
2389.fa-long-arrow-alt-up:before {
2390 content: "\f30c"; }
2391
2392.fa-low-vision:before {
2393 content: "\f2a8"; }
2394
2395.fa-luggage-cart:before {
2396 content: "\f59d"; }
2397
2398.fa-lyft:before {
2399 content: "\f3c3"; }
2400
2401.fa-magento:before {
2402 content: "\f3c4"; }
2403
2404.fa-magic:before {
2405 content: "\f0d0"; }
2406
2407.fa-magnet:before {
2408 content: "\f076"; }
2409
2410.fa-mail-bulk:before {
2411 content: "\f674"; }
2412
2413.fa-mailchimp:before {
2414 content: "\f59e"; }
2415
2416.fa-male:before {
2417 content: "\f183"; }
2418
2419.fa-mandalorian:before {
2420 content: "\f50f"; }
2421
2422.fa-map:before {
2423 content: "\f279"; }
2424
2425.fa-map-marked:before {
2426 content: "\f59f"; }
2427
2428.fa-map-marked-alt:before {
2429 content: "\f5a0"; }
2430
2431.fa-map-marker:before {
2432 content: "\f041"; }
2433
2434.fa-map-marker-alt:before {
2435 content: "\f3c5"; }
2436
2437.fa-map-pin:before {
2438 content: "\f276"; }
2439
2440.fa-map-signs:before {
2441 content: "\f277"; }
2442
2443.fa-markdown:before {
2444 content: "\f60f"; }
2445
2446.fa-marker:before {
2447 content: "\f5a1"; }
2448
2449.fa-mars:before {
2450 content: "\f222"; }
2451
2452.fa-mars-double:before {
2453 content: "\f227"; }
2454
2455.fa-mars-stroke:before {
2456 content: "\f229"; }
2457
2458.fa-mars-stroke-h:before {
2459 content: "\f22b"; }
2460
2461.fa-mars-stroke-v:before {
2462 content: "\f22a"; }
2463
2464.fa-mask:before {
2465 content: "\f6fa"; }
2466
2467.fa-mastodon:before {
2468 content: "\f4f6"; }
2469
2470.fa-maxcdn:before {
2471 content: "\f136"; }
2472
2473.fa-medal:before {
2474 content: "\f5a2"; }
2475
2476.fa-medapps:before {
2477 content: "\f3c6"; }
2478
2479.fa-medium:before {
2480 content: "\f23a"; }
2481
2482.fa-medium-m:before {
2483 content: "\f3c7"; }
2484
2485.fa-medkit:before {
2486 content: "\f0fa"; }
2487
2488.fa-medrt:before {
2489 content: "\f3c8"; }
2490
2491.fa-meetup:before {
2492 content: "\f2e0"; }
2493
2494.fa-megaport:before {
2495 content: "\f5a3"; }
2496
2497.fa-meh:before {
2498 content: "\f11a"; }
2499
2500.fa-meh-blank:before {
2501 content: "\f5a4"; }
2502
2503.fa-meh-rolling-eyes:before {
2504 content: "\f5a5"; }
2505
2506.fa-memory:before {
2507 content: "\f538"; }
2508
2509.fa-mendeley:before {
2510 content: "\f7b3"; }
2511
2512.fa-menorah:before {
2513 content: "\f676"; }
2514
2515.fa-mercury:before {
2516 content: "\f223"; }
2517
2518.fa-meteor:before {
2519 content: "\f753"; }
2520
2521.fa-microchip:before {
2522 content: "\f2db"; }
2523
2524.fa-microphone:before {
2525 content: "\f130"; }
2526
2527.fa-microphone-alt:before {
2528 content: "\f3c9"; }
2529
2530.fa-microphone-alt-slash:before {
2531 content: "\f539"; }
2532
2533.fa-microphone-slash:before {
2534 content: "\f131"; }
2535
2536.fa-microscope:before {
2537 content: "\f610"; }
2538
2539.fa-microsoft:before {
2540 content: "\f3ca"; }
2541
2542.fa-minus:before {
2543 content: "\f068"; }
2544
2545.fa-minus-circle:before {
2546 content: "\f056"; }
2547
2548.fa-minus-square:before {
2549 content: "\f146"; }
2550
2551.fa-mitten:before {
2552 content: "\f7b5"; }
2553
2554.fa-mix:before {
2555 content: "\f3cb"; }
2556
2557.fa-mixcloud:before {
2558 content: "\f289"; }
2559
2560.fa-mizuni:before {
2561 content: "\f3cc"; }
2562
2563.fa-mobile:before {
2564 content: "\f10b"; }
2565
2566.fa-mobile-alt:before {
2567 content: "\f3cd"; }
2568
2569.fa-modx:before {
2570 content: "\f285"; }
2571
2572.fa-monero:before {
2573 content: "\f3d0"; }
2574
2575.fa-money-bill:before {
2576 content: "\f0d6"; }
2577
2578.fa-money-bill-alt:before {
2579 content: "\f3d1"; }
2580
2581.fa-money-bill-wave:before {
2582 content: "\f53a"; }
2583
2584.fa-money-bill-wave-alt:before {
2585 content: "\f53b"; }
2586
2587.fa-money-check:before {
2588 content: "\f53c"; }
2589
2590.fa-money-check-alt:before {
2591 content: "\f53d"; }
2592
2593.fa-monument:before {
2594 content: "\f5a6"; }
2595
2596.fa-moon:before {
2597 content: "\f186"; }
2598
2599.fa-mortar-pestle:before {
2600 content: "\f5a7"; }
2601
2602.fa-mosque:before {
2603 content: "\f678"; }
2604
2605.fa-motorcycle:before {
2606 content: "\f21c"; }
2607
2608.fa-mountain:before {
2609 content: "\f6fc"; }
2610
2611.fa-mouse-pointer:before {
2612 content: "\f245"; }
2613
2614.fa-mug-hot:before {
2615 content: "\f7b6"; }
2616
2617.fa-music:before {
2618 content: "\f001"; }
2619
2620.fa-napster:before {
2621 content: "\f3d2"; }
2622
2623.fa-neos:before {
2624 content: "\f612"; }
2625
2626.fa-network-wired:before {
2627 content: "\f6ff"; }
2628
2629.fa-neuter:before {
2630 content: "\f22c"; }
2631
2632.fa-newspaper:before {
2633 content: "\f1ea"; }
2634
2635.fa-nimblr:before {
2636 content: "\f5a8"; }
2637
2638.fa-nintendo-switch:before {
2639 content: "\f418"; }
2640
2641.fa-node:before {
2642 content: "\f419"; }
2643
2644.fa-node-js:before {
2645 content: "\f3d3"; }
2646
2647.fa-not-equal:before {
2648 content: "\f53e"; }
2649
2650.fa-notes-medical:before {
2651 content: "\f481"; }
2652
2653.fa-npm:before {
2654 content: "\f3d4"; }
2655
2656.fa-ns8:before {
2657 content: "\f3d5"; }
2658
2659.fa-nutritionix:before {
2660 content: "\f3d6"; }
2661
2662.fa-object-group:before {
2663 content: "\f247"; }
2664
2665.fa-object-ungroup:before {
2666 content: "\f248"; }
2667
2668.fa-odnoklassniki:before {
2669 content: "\f263"; }
2670
2671.fa-odnoklassniki-square:before {
2672 content: "\f264"; }
2673
2674.fa-oil-can:before {
2675 content: "\f613"; }
2676
2677.fa-old-republic:before {
2678 content: "\f510"; }
2679
2680.fa-om:before {
2681 content: "\f679"; }
2682
2683.fa-opencart:before {
2684 content: "\f23d"; }
2685
2686.fa-openid:before {
2687 content: "\f19b"; }
2688
2689.fa-opera:before {
2690 content: "\f26a"; }
2691
2692.fa-optin-monster:before {
2693 content: "\f23c"; }
2694
2695.fa-osi:before {
2696 content: "\f41a"; }
2697
2698.fa-otter:before {
2699 content: "\f700"; }
2700
2701.fa-outdent:before {
2702 content: "\f03b"; }
2703
2704.fa-page4:before {
2705 content: "\f3d7"; }
2706
2707.fa-pagelines:before {
2708 content: "\f18c"; }
2709
2710.fa-pager:before {
2711 content: "\f815"; }
2712
2713.fa-paint-brush:before {
2714 content: "\f1fc"; }
2715
2716.fa-paint-roller:before {
2717 content: "\f5aa"; }
2718
2719.fa-palette:before {
2720 content: "\f53f"; }
2721
2722.fa-palfed:before {
2723 content: "\f3d8"; }
2724
2725.fa-pallet:before {
2726 content: "\f482"; }
2727
2728.fa-paper-plane:before {
2729 content: "\f1d8"; }
2730
2731.fa-paperclip:before {
2732 content: "\f0c6"; }
2733
2734.fa-parachute-box:before {
2735 content: "\f4cd"; }
2736
2737.fa-paragraph:before {
2738 content: "\f1dd"; }
2739
2740.fa-parking:before {
2741 content: "\f540"; }
2742
2743.fa-passport:before {
2744 content: "\f5ab"; }
2745
2746.fa-pastafarianism:before {
2747 content: "\f67b"; }
2748
2749.fa-paste:before {
2750 content: "\f0ea"; }
2751
2752.fa-patreon:before {
2753 content: "\f3d9"; }
2754
2755.fa-pause:before {
2756 content: "\f04c"; }
2757
2758.fa-pause-circle:before {
2759 content: "\f28b"; }
2760
2761.fa-paw:before {
2762 content: "\f1b0"; }
2763
2764.fa-paypal:before {
2765 content: "\f1ed"; }
2766
2767.fa-peace:before {
2768 content: "\f67c"; }
2769
2770.fa-pen:before {
2771 content: "\f304"; }
2772
2773.fa-pen-alt:before {
2774 content: "\f305"; }
2775
2776.fa-pen-fancy:before {
2777 content: "\f5ac"; }
2778
2779.fa-pen-nib:before {
2780 content: "\f5ad"; }
2781
2782.fa-pen-square:before {
2783 content: "\f14b"; }
2784
2785.fa-pencil-alt:before {
2786 content: "\f303"; }
2787
2788.fa-pencil-ruler:before {
2789 content: "\f5ae"; }
2790
2791.fa-penny-arcade:before {
2792 content: "\f704"; }
2793
2794.fa-people-carry:before {
2795 content: "\f4ce"; }
2796
2797.fa-pepper-hot:before {
2798 content: "\f816"; }
2799
2800.fa-percent:before {
2801 content: "\f295"; }
2802
2803.fa-percentage:before {
2804 content: "\f541"; }
2805
2806.fa-periscope:before {
2807 content: "\f3da"; }
2808
2809.fa-person-booth:before {
2810 content: "\f756"; }
2811
2812.fa-phabricator:before {
2813 content: "\f3db"; }
2814
2815.fa-phoenix-framework:before {
2816 content: "\f3dc"; }
2817
2818.fa-phoenix-squadron:before {
2819 content: "\f511"; }
2820
2821.fa-phone:before {
2822 content: "\f095"; }
2823
2824.fa-phone-slash:before {
2825 content: "\f3dd"; }
2826
2827.fa-phone-square:before {
2828 content: "\f098"; }
2829
2830.fa-phone-volume:before {
2831 content: "\f2a0"; }
2832
2833.fa-php:before {
2834 content: "\f457"; }
2835
2836.fa-pied-piper:before {
2837 content: "\f2ae"; }
2838
2839.fa-pied-piper-alt:before {
2840 content: "\f1a8"; }
2841
2842.fa-pied-piper-hat:before {
2843 content: "\f4e5"; }
2844
2845.fa-pied-piper-pp:before {
2846 content: "\f1a7"; }
2847
2848.fa-piggy-bank:before {
2849 content: "\f4d3"; }
2850
2851.fa-pills:before {
2852 content: "\f484"; }
2853
2854.fa-pinterest:before {
2855 content: "\f0d2"; }
2856
2857.fa-pinterest-p:before {
2858 content: "\f231"; }
2859
2860.fa-pinterest-square:before {
2861 content: "\f0d3"; }
2862
2863.fa-pizza-slice:before {
2864 content: "\f818"; }
2865
2866.fa-place-of-worship:before {
2867 content: "\f67f"; }
2868
2869.fa-plane:before {
2870 content: "\f072"; }
2871
2872.fa-plane-arrival:before {
2873 content: "\f5af"; }
2874
2875.fa-plane-departure:before {
2876 content: "\f5b0"; }
2877
2878.fa-play:before {
2879 content: "\f04b"; }
2880
2881.fa-play-circle:before {
2882 content: "\f144"; }
2883
2884.fa-playstation:before {
2885 content: "\f3df"; }
2886
2887.fa-plug:before {
2888 content: "\f1e6"; }
2889
2890.fa-plus:before {
2891 content: "\f067"; }
2892
2893.fa-plus-circle:before {
2894 content: "\f055"; }
2895
2896.fa-plus-square:before {
2897 content: "\f0fe"; }
2898
2899.fa-podcast:before {
2900 content: "\f2ce"; }
2901
2902.fa-poll:before {
2903 content: "\f681"; }
2904
2905.fa-poll-h:before {
2906 content: "\f682"; }
2907
2908.fa-poo:before {
2909 content: "\f2fe"; }
2910
2911.fa-poo-storm:before {
2912 content: "\f75a"; }
2913
2914.fa-poop:before {
2915 content: "\f619"; }
2916
2917.fa-portrait:before {
2918 content: "\f3e0"; }
2919
2920.fa-pound-sign:before {
2921 content: "\f154"; }
2922
2923.fa-power-off:before {
2924 content: "\f011"; }
2925
2926.fa-pray:before {
2927 content: "\f683"; }
2928
2929.fa-praying-hands:before {
2930 content: "\f684"; }
2931
2932.fa-prescription:before {
2933 content: "\f5b1"; }
2934
2935.fa-prescription-bottle:before {
2936 content: "\f485"; }
2937
2938.fa-prescription-bottle-alt:before {
2939 content: "\f486"; }
2940
2941.fa-print:before {
2942 content: "\f02f"; }
2943
2944.fa-procedures:before {
2945 content: "\f487"; }
2946
2947.fa-product-hunt:before {
2948 content: "\f288"; }
2949
2950.fa-project-diagram:before {
2951 content: "\f542"; }
2952
2953.fa-pushed:before {
2954 content: "\f3e1"; }
2955
2956.fa-puzzle-piece:before {
2957 content: "\f12e"; }
2958
2959.fa-python:before {
2960 content: "\f3e2"; }
2961
2962.fa-qq:before {
2963 content: "\f1d6"; }
2964
2965.fa-qrcode:before {
2966 content: "\f029"; }
2967
2968.fa-question:before {
2969 content: "\f128"; }
2970
2971.fa-question-circle:before {
2972 content: "\f059"; }
2973
2974.fa-quidditch:before {
2975 content: "\f458"; }
2976
2977.fa-quinscape:before {
2978 content: "\f459"; }
2979
2980.fa-quora:before {
2981 content: "\f2c4"; }
2982
2983.fa-quote-left:before {
2984 content: "\f10d"; }
2985
2986.fa-quote-right:before {
2987 content: "\f10e"; }
2988
2989.fa-quran:before {
2990 content: "\f687"; }
2991
2992.fa-r-project:before {
2993 content: "\f4f7"; }
2994
2995.fa-radiation:before {
2996 content: "\f7b9"; }
2997
2998.fa-radiation-alt:before {
2999 content: "\f7ba"; }
3000
3001.fa-rainbow:before {
3002 content: "\f75b"; }
3003
3004.fa-random:before {
3005 content: "\f074"; }
3006
3007.fa-raspberry-pi:before {
3008 content: "\f7bb"; }
3009
3010.fa-ravelry:before {
3011 content: "\f2d9"; }
3012
3013.fa-react:before {
3014 content: "\f41b"; }
3015
3016.fa-reacteurope:before {
3017 content: "\f75d"; }
3018
3019.fa-readme:before {
3020 content: "\f4d5"; }
3021
3022.fa-rebel:before {
3023 content: "\f1d0"; }
3024
3025.fa-receipt:before {
3026 content: "\f543"; }
3027
3028.fa-recycle:before {
3029 content: "\f1b8"; }
3030
3031.fa-red-river:before {
3032 content: "\f3e3"; }
3033
3034.fa-reddit:before {
3035 content: "\f1a1"; }
3036
3037.fa-reddit-alien:before {
3038 content: "\f281"; }
3039
3040.fa-reddit-square:before {
3041 content: "\f1a2"; }
3042
3043.fa-redhat:before {
3044 content: "\f7bc"; }
3045
3046.fa-redo:before {
3047 content: "\f01e"; }
3048
3049.fa-redo-alt:before {
3050 content: "\f2f9"; }
3051
3052.fa-registered:before {
3053 content: "\f25d"; }
3054
3055.fa-renren:before {
3056 content: "\f18b"; }
3057
3058.fa-reply:before {
3059 content: "\f3e5"; }
3060
3061.fa-reply-all:before {
3062 content: "\f122"; }
3063
3064.fa-replyd:before {
3065 content: "\f3e6"; }
3066
3067.fa-republican:before {
3068 content: "\f75e"; }
3069
3070.fa-researchgate:before {
3071 content: "\f4f8"; }
3072
3073.fa-resolving:before {
3074 content: "\f3e7"; }
3075
3076.fa-restroom:before {
3077 content: "\f7bd"; }
3078
3079.fa-retweet:before {
3080 content: "\f079"; }
3081
3082.fa-rev:before {
3083 content: "\f5b2"; }
3084
3085.fa-ribbon:before {
3086 content: "\f4d6"; }
3087
3088.fa-ring:before {
3089 content: "\f70b"; }
3090
3091.fa-road:before {
3092 content: "\f018"; }
3093
3094.fa-robot:before {
3095 content: "\f544"; }
3096
3097.fa-rocket:before {
3098 content: "\f135"; }
3099
3100.fa-rocketchat:before {
3101 content: "\f3e8"; }
3102
3103.fa-rockrms:before {
3104 content: "\f3e9"; }
3105
3106.fa-route:before {
3107 content: "\f4d7"; }
3108
3109.fa-rss:before {
3110 content: "\f09e"; }
3111
3112.fa-rss-square:before {
3113 content: "\f143"; }
3114
3115.fa-ruble-sign:before {
3116 content: "\f158"; }
3117
3118.fa-ruler:before {
3119 content: "\f545"; }
3120
3121.fa-ruler-combined:before {
3122 content: "\f546"; }
3123
3124.fa-ruler-horizontal:before {
3125 content: "\f547"; }
3126
3127.fa-ruler-vertical:before {
3128 content: "\f548"; }
3129
3130.fa-running:before {
3131 content: "\f70c"; }
3132
3133.fa-rupee-sign:before {
3134 content: "\f156"; }
3135
3136.fa-sad-cry:before {
3137 content: "\f5b3"; }
3138
3139.fa-sad-tear:before {
3140 content: "\f5b4"; }
3141
3142.fa-safari:before {
3143 content: "\f267"; }
3144
3145.fa-sass:before {
3146 content: "\f41e"; }
3147
3148.fa-satellite:before {
3149 content: "\f7bf"; }
3150
3151.fa-satellite-dish:before {
3152 content: "\f7c0"; }
3153
3154.fa-save:before {
3155 content: "\f0c7"; }
3156
3157.fa-schlix:before {
3158 content: "\f3ea"; }
3159
3160.fa-school:before {
3161 content: "\f549"; }
3162
3163.fa-screwdriver:before {
3164 content: "\f54a"; }
3165
3166.fa-scribd:before {
3167 content: "\f28a"; }
3168
3169.fa-scroll:before {
3170 content: "\f70e"; }
3171
3172.fa-sd-card:before {
3173 content: "\f7c2"; }
3174
3175.fa-search:before {
3176 content: "\f002"; }
3177
3178.fa-search-dollar:before {
3179 content: "\f688"; }
3180
3181.fa-search-location:before {
3182 content: "\f689"; }
3183
3184.fa-search-minus:before {
3185 content: "\f010"; }
3186
3187.fa-search-plus:before {
3188 content: "\f00e"; }
3189
3190.fa-searchengin:before {
3191 content: "\f3eb"; }
3192
3193.fa-seedling:before {
3194 content: "\f4d8"; }
3195
3196.fa-sellcast:before {
3197 content: "\f2da"; }
3198
3199.fa-sellsy:before {
3200 content: "\f213"; }
3201
3202.fa-server:before {
3203 content: "\f233"; }
3204
3205.fa-servicestack:before {
3206 content: "\f3ec"; }
3207
3208.fa-shapes:before {
3209 content: "\f61f"; }
3210
3211.fa-share:before {
3212 content: "\f064"; }
3213
3214.fa-share-alt:before {
3215 content: "\f1e0"; }
3216
3217.fa-share-alt-square:before {
3218 content: "\f1e1"; }
3219
3220.fa-share-square:before {
3221 content: "\f14d"; }
3222
3223.fa-shekel-sign:before {
3224 content: "\f20b"; }
3225
3226.fa-shield-alt:before {
3227 content: "\f3ed"; }
3228
3229.fa-ship:before {
3230 content: "\f21a"; }
3231
3232.fa-shipping-fast:before {
3233 content: "\f48b"; }
3234
3235.fa-shirtsinbulk:before {
3236 content: "\f214"; }
3237
3238.fa-shoe-prints:before {
3239 content: "\f54b"; }
3240
3241.fa-shopping-bag:before {
3242 content: "\f290"; }
3243
3244.fa-shopping-basket:before {
3245 content: "\f291"; }
3246
3247.fa-shopping-cart:before {
3248 content: "\f07a"; }
3249
3250.fa-shopware:before {
3251 content: "\f5b5"; }
3252
3253.fa-shower:before {
3254 content: "\f2cc"; }
3255
3256.fa-shuttle-van:before {
3257 content: "\f5b6"; }
3258
3259.fa-sign:before {
3260 content: "\f4d9"; }
3261
3262.fa-sign-in-alt:before {
3263 content: "\f2f6"; }
3264
3265.fa-sign-language:before {
3266 content: "\f2a7"; }
3267
3268.fa-sign-out-alt:before {
3269 content: "\f2f5"; }
3270
3271.fa-signal:before {
3272 content: "\f012"; }
3273
3274.fa-signature:before {
3275 content: "\f5b7"; }
3276
3277.fa-sim-card:before {
3278 content: "\f7c4"; }
3279
3280.fa-simplybuilt:before {
3281 content: "\f215"; }
3282
3283.fa-sistrix:before {
3284 content: "\f3ee"; }
3285
3286.fa-sitemap:before {
3287 content: "\f0e8"; }
3288
3289.fa-sith:before {
3290 content: "\f512"; }
3291
3292.fa-skating:before {
3293 content: "\f7c5"; }
3294
3295.fa-sketch:before {
3296 content: "\f7c6"; }
3297
3298.fa-skiing:before {
3299 content: "\f7c9"; }
3300
3301.fa-skiing-nordic:before {
3302 content: "\f7ca"; }
3303
3304.fa-skull:before {
3305 content: "\f54c"; }
3306
3307.fa-skull-crossbones:before {
3308 content: "\f714"; }
3309
3310.fa-skyatlas:before {
3311 content: "\f216"; }
3312
3313.fa-skype:before {
3314 content: "\f17e"; }
3315
3316.fa-slack:before {
3317 content: "\f198"; }
3318
3319.fa-slack-hash:before {
3320 content: "\f3ef"; }
3321
3322.fa-slash:before {
3323 content: "\f715"; }
3324
3325.fa-sleigh:before {
3326 content: "\f7cc"; }
3327
3328.fa-sliders-h:before {
3329 content: "\f1de"; }
3330
3331.fa-slideshare:before {
3332 content: "\f1e7"; }
3333
3334.fa-smile:before {
3335 content: "\f118"; }
3336
3337.fa-smile-beam:before {
3338 content: "\f5b8"; }
3339
3340.fa-smile-wink:before {
3341 content: "\f4da"; }
3342
3343.fa-smog:before {
3344 content: "\f75f"; }
3345
3346.fa-smoking:before {
3347 content: "\f48d"; }
3348
3349.fa-smoking-ban:before {
3350 content: "\f54d"; }
3351
3352.fa-sms:before {
3353 content: "\f7cd"; }
3354
3355.fa-snapchat:before {
3356 content: "\f2ab"; }
3357
3358.fa-snapchat-ghost:before {
3359 content: "\f2ac"; }
3360
3361.fa-snapchat-square:before {
3362 content: "\f2ad"; }
3363
3364.fa-snowboarding:before {
3365 content: "\f7ce"; }
3366
3367.fa-snowflake:before {
3368 content: "\f2dc"; }
3369
3370.fa-snowman:before {
3371 content: "\f7d0"; }
3372
3373.fa-snowplow:before {
3374 content: "\f7d2"; }
3375
3376.fa-socks:before {
3377 content: "\f696"; }
3378
3379.fa-solar-panel:before {
3380 content: "\f5ba"; }
3381
3382.fa-sort:before {
3383 content: "\f0dc"; }
3384
3385.fa-sort-alpha-down:before {
3386 content: "\f15d"; }
3387
3388.fa-sort-alpha-up:before {
3389 content: "\f15e"; }
3390
3391.fa-sort-amount-down:before {
3392 content: "\f160"; }
3393
3394.fa-sort-amount-up:before {
3395 content: "\f161"; }
3396
3397.fa-sort-down:before {
3398 content: "\f0dd"; }
3399
3400.fa-sort-numeric-down:before {
3401 content: "\f162"; }
3402
3403.fa-sort-numeric-up:before {
3404 content: "\f163"; }
3405
3406.fa-sort-up:before {
3407 content: "\f0de"; }
3408
3409.fa-soundcloud:before {
3410 content: "\f1be"; }
3411
3412.fa-sourcetree:before {
3413 content: "\f7d3"; }
3414
3415.fa-spa:before {
3416 content: "\f5bb"; }
3417
3418.fa-space-shuttle:before {
3419 content: "\f197"; }
3420
3421.fa-speakap:before {
3422 content: "\f3f3"; }
3423
3424.fa-spider:before {
3425 content: "\f717"; }
3426
3427.fa-spinner:before {
3428 content: "\f110"; }
3429
3430.fa-splotch:before {
3431 content: "\f5bc"; }
3432
3433.fa-spotify:before {
3434 content: "\f1bc"; }
3435
3436.fa-spray-can:before {
3437 content: "\f5bd"; }
3438
3439.fa-square:before {
3440 content: "\f0c8"; }
3441
3442.fa-square-full:before {
3443 content: "\f45c"; }
3444
3445.fa-square-root-alt:before {
3446 content: "\f698"; }
3447
3448.fa-squarespace:before {
3449 content: "\f5be"; }
3450
3451.fa-stack-exchange:before {
3452 content: "\f18d"; }
3453
3454.fa-stack-overflow:before {
3455 content: "\f16c"; }
3456
3457.fa-stamp:before {
3458 content: "\f5bf"; }
3459
3460.fa-star:before {
3461 content: "\f005"; }
3462
3463.fa-star-and-crescent:before {
3464 content: "\f699"; }
3465
3466.fa-star-half:before {
3467 content: "\f089"; }
3468
3469.fa-star-half-alt:before {
3470 content: "\f5c0"; }
3471
3472.fa-star-of-david:before {
3473 content: "\f69a"; }
3474
3475.fa-star-of-life:before {
3476 content: "\f621"; }
3477
3478.fa-staylinked:before {
3479 content: "\f3f5"; }
3480
3481.fa-steam:before {
3482 content: "\f1b6"; }
3483
3484.fa-steam-square:before {
3485 content: "\f1b7"; }
3486
3487.fa-steam-symbol:before {
3488 content: "\f3f6"; }
3489
3490.fa-step-backward:before {
3491 content: "\f048"; }
3492
3493.fa-step-forward:before {
3494 content: "\f051"; }
3495
3496.fa-stethoscope:before {
3497 content: "\f0f1"; }
3498
3499.fa-sticker-mule:before {
3500 content: "\f3f7"; }
3501
3502.fa-sticky-note:before {
3503 content: "\f249"; }
3504
3505.fa-stop:before {
3506 content: "\f04d"; }
3507
3508.fa-stop-circle:before {
3509 content: "\f28d"; }
3510
3511.fa-stopwatch:before {
3512 content: "\f2f2"; }
3513
3514.fa-store:before {
3515 content: "\f54e"; }
3516
3517.fa-store-alt:before {
3518 content: "\f54f"; }
3519
3520.fa-strava:before {
3521 content: "\f428"; }
3522
3523.fa-stream:before {
3524 content: "\f550"; }
3525
3526.fa-street-view:before {
3527 content: "\f21d"; }
3528
3529.fa-strikethrough:before {
3530 content: "\f0cc"; }
3531
3532.fa-stripe:before {
3533 content: "\f429"; }
3534
3535.fa-stripe-s:before {
3536 content: "\f42a"; }
3537
3538.fa-stroopwafel:before {
3539 content: "\f551"; }
3540
3541.fa-studiovinari:before {
3542 content: "\f3f8"; }
3543
3544.fa-stumbleupon:before {
3545 content: "\f1a4"; }
3546
3547.fa-stumbleupon-circle:before {
3548 content: "\f1a3"; }
3549
3550.fa-subscript:before {
3551 content: "\f12c"; }
3552
3553.fa-subway:before {
3554 content: "\f239"; }
3555
3556.fa-suitcase:before {
3557 content: "\f0f2"; }
3558
3559.fa-suitcase-rolling:before {
3560 content: "\f5c1"; }
3561
3562.fa-sun:before {
3563 content: "\f185"; }
3564
3565.fa-superpowers:before {
3566 content: "\f2dd"; }
3567
3568.fa-superscript:before {
3569 content: "\f12b"; }
3570
3571.fa-supple:before {
3572 content: "\f3f9"; }
3573
3574.fa-surprise:before {
3575 content: "\f5c2"; }
3576
3577.fa-suse:before {
3578 content: "\f7d6"; }
3579
3580.fa-swatchbook:before {
3581 content: "\f5c3"; }
3582
3583.fa-swimmer:before {
3584 content: "\f5c4"; }
3585
3586.fa-swimming-pool:before {
3587 content: "\f5c5"; }
3588
3589.fa-synagogue:before {
3590 content: "\f69b"; }
3591
3592.fa-sync:before {
3593 content: "\f021"; }
3594
3595.fa-sync-alt:before {
3596 content: "\f2f1"; }
3597
3598.fa-syringe:before {
3599 content: "\f48e"; }
3600
3601.fa-table:before {
3602 content: "\f0ce"; }
3603
3604.fa-table-tennis:before {
3605 content: "\f45d"; }
3606
3607.fa-tablet:before {
3608 content: "\f10a"; }
3609
3610.fa-tablet-alt:before {
3611 content: "\f3fa"; }
3612
3613.fa-tablets:before {
3614 content: "\f490"; }
3615
3616.fa-tachometer-alt:before {
3617 content: "\f3fd"; }
3618
3619.fa-tag:before {
3620 content: "\f02b"; }
3621
3622.fa-tags:before {
3623 content: "\f02c"; }
3624
3625.fa-tape:before {
3626 content: "\f4db"; }
3627
3628.fa-tasks:before {
3629 content: "\f0ae"; }
3630
3631.fa-taxi:before {
3632 content: "\f1ba"; }
3633
3634.fa-teamspeak:before {
3635 content: "\f4f9"; }
3636
3637.fa-teeth:before {
3638 content: "\f62e"; }
3639
3640.fa-teeth-open:before {
3641 content: "\f62f"; }
3642
3643.fa-telegram:before {
3644 content: "\f2c6"; }
3645
3646.fa-telegram-plane:before {
3647 content: "\f3fe"; }
3648
3649.fa-temperature-high:before {
3650 content: "\f769"; }
3651
3652.fa-temperature-low:before {
3653 content: "\f76b"; }
3654
3655.fa-tencent-weibo:before {
3656 content: "\f1d5"; }
3657
3658.fa-tenge:before {
3659 content: "\f7d7"; }
3660
3661.fa-terminal:before {
3662 content: "\f120"; }
3663
3664.fa-text-height:before {
3665 content: "\f034"; }
3666
3667.fa-text-width:before {
3668 content: "\f035"; }
3669
3670.fa-th:before {
3671 content: "\f00a"; }
3672
3673.fa-th-large:before {
3674 content: "\f009"; }
3675
3676.fa-th-list:before {
3677 content: "\f00b"; }
3678
3679.fa-the-red-yeti:before {
3680 content: "\f69d"; }
3681
3682.fa-theater-masks:before {
3683 content: "\f630"; }
3684
3685.fa-themeco:before {
3686 content: "\f5c6"; }
3687
3688.fa-themeisle:before {
3689 content: "\f2b2"; }
3690
3691.fa-thermometer:before {
3692 content: "\f491"; }
3693
3694.fa-thermometer-empty:before {
3695 content: "\f2cb"; }
3696
3697.fa-thermometer-full:before {
3698 content: "\f2c7"; }
3699
3700.fa-thermometer-half:before {
3701 content: "\f2c9"; }
3702
3703.fa-thermometer-quarter:before {
3704 content: "\f2ca"; }
3705
3706.fa-thermometer-three-quarters:before {
3707 content: "\f2c8"; }
3708
3709.fa-think-peaks:before {
3710 content: "\f731"; }
3711
3712.fa-thumbs-down:before {
3713 content: "\f165"; }
3714
3715.fa-thumbs-up:before {
3716 content: "\f164"; }
3717
3718.fa-thumbtack:before {
3719 content: "\f08d"; }
3720
3721.fa-ticket-alt:before {
3722 content: "\f3ff"; }
3723
3724.fa-times:before {
3725 content: "\f00d"; }
3726
3727.fa-times-circle:before {
3728 content: "\f057"; }
3729
3730.fa-tint:before {
3731 content: "\f043"; }
3732
3733.fa-tint-slash:before {
3734 content: "\f5c7"; }
3735
3736.fa-tired:before {
3737 content: "\f5c8"; }
3738
3739.fa-toggle-off:before {
3740 content: "\f204"; }
3741
3742.fa-toggle-on:before {
3743 content: "\f205"; }
3744
3745.fa-toilet:before {
3746 content: "\f7d8"; }
3747
3748.fa-toilet-paper:before {
3749 content: "\f71e"; }
3750
3751.fa-toolbox:before {
3752 content: "\f552"; }
3753
3754.fa-tools:before {
3755 content: "\f7d9"; }
3756
3757.fa-tooth:before {
3758 content: "\f5c9"; }
3759
3760.fa-torah:before {
3761 content: "\f6a0"; }
3762
3763.fa-torii-gate:before {
3764 content: "\f6a1"; }
3765
3766.fa-tractor:before {
3767 content: "\f722"; }
3768
3769.fa-trade-federation:before {
3770 content: "\f513"; }
3771
3772.fa-trademark:before {
3773 content: "\f25c"; }
3774
3775.fa-traffic-light:before {
3776 content: "\f637"; }
3777
3778.fa-train:before {
3779 content: "\f238"; }
3780
3781.fa-tram:before {
3782 content: "\f7da"; }
3783
3784.fa-transgender:before {
3785 content: "\f224"; }
3786
3787.fa-transgender-alt:before {
3788 content: "\f225"; }
3789
3790.fa-trash:before {
3791 content: "\f1f8"; }
3792
3793.fa-trash-alt:before {
3794 content: "\f2ed"; }
3795
3796.fa-trash-restore:before {
3797 content: "\f829"; }
3798
3799.fa-trash-restore-alt:before {
3800 content: "\f82a"; }
3801
3802.fa-tree:before {
3803 content: "\f1bb"; }
3804
3805.fa-trello:before {
3806 content: "\f181"; }
3807
3808.fa-tripadvisor:before {
3809 content: "\f262"; }
3810
3811.fa-trophy:before {
3812 content: "\f091"; }
3813
3814.fa-truck:before {
3815 content: "\f0d1"; }
3816
3817.fa-truck-loading:before {
3818 content: "\f4de"; }
3819
3820.fa-truck-monster:before {
3821 content: "\f63b"; }
3822
3823.fa-truck-moving:before {
3824 content: "\f4df"; }
3825
3826.fa-truck-pickup:before {
3827 content: "\f63c"; }
3828
3829.fa-tshirt:before {
3830 content: "\f553"; }
3831
3832.fa-tty:before {
3833 content: "\f1e4"; }
3834
3835.fa-tumblr:before {
3836 content: "\f173"; }
3837
3838.fa-tumblr-square:before {
3839 content: "\f174"; }
3840
3841.fa-tv:before {
3842 content: "\f26c"; }
3843
3844.fa-twitch:before {
3845 content: "\f1e8"; }
3846
3847.fa-twitter:before {
3848 content: "\f099"; }
3849
3850.fa-twitter-square:before {
3851 content: "\f081"; }
3852
3853.fa-typo3:before {
3854 content: "\f42b"; }
3855
3856.fa-uber:before {
3857 content: "\f402"; }
3858
3859.fa-ubuntu:before {
3860 content: "\f7df"; }
3861
3862.fa-uikit:before {
3863 content: "\f403"; }
3864
3865.fa-umbrella:before {
3866 content: "\f0e9"; }
3867
3868.fa-umbrella-beach:before {
3869 content: "\f5ca"; }
3870
3871.fa-underline:before {
3872 content: "\f0cd"; }
3873
3874.fa-undo:before {
3875 content: "\f0e2"; }
3876
3877.fa-undo-alt:before {
3878 content: "\f2ea"; }
3879
3880.fa-uniregistry:before {
3881 content: "\f404"; }
3882
3883.fa-universal-access:before {
3884 content: "\f29a"; }
3885
3886.fa-university:before {
3887 content: "\f19c"; }
3888
3889.fa-unlink:before {
3890 content: "\f127"; }
3891
3892.fa-unlock:before {
3893 content: "\f09c"; }
3894
3895.fa-unlock-alt:before {
3896 content: "\f13e"; }
3897
3898.fa-untappd:before {
3899 content: "\f405"; }
3900
3901.fa-upload:before {
3902 content: "\f093"; }
3903
3904.fa-ups:before {
3905 content: "\f7e0"; }
3906
3907.fa-usb:before {
3908 content: "\f287"; }
3909
3910.fa-user:before {
3911 content: "\f007"; }
3912
3913.fa-user-alt:before {
3914 content: "\f406"; }
3915
3916.fa-user-alt-slash:before {
3917 content: "\f4fa"; }
3918
3919.fa-user-astronaut:before {
3920 content: "\f4fb"; }
3921
3922.fa-user-check:before {
3923 content: "\f4fc"; }
3924
3925.fa-user-circle:before {
3926 content: "\f2bd"; }
3927
3928.fa-user-clock:before {
3929 content: "\f4fd"; }
3930
3931.fa-user-cog:before {
3932 content: "\f4fe"; }
3933
3934.fa-user-edit:before {
3935 content: "\f4ff"; }
3936
3937.fa-user-friends:before {
3938 content: "\f500"; }
3939
3940.fa-user-graduate:before {
3941 content: "\f501"; }
3942
3943.fa-user-injured:before {
3944 content: "\f728"; }
3945
3946.fa-user-lock:before {
3947 content: "\f502"; }
3948
3949.fa-user-md:before {
3950 content: "\f0f0"; }
3951
3952.fa-user-minus:before {
3953 content: "\f503"; }
3954
3955.fa-user-ninja:before {
3956 content: "\f504"; }
3957
3958.fa-user-nurse:before {
3959 content: "\f82f"; }
3960
3961.fa-user-plus:before {
3962 content: "\f234"; }
3963
3964.fa-user-secret:before {
3965 content: "\f21b"; }
3966
3967.fa-user-shield:before {
3968 content: "\f505"; }
3969
3970.fa-user-slash:before {
3971 content: "\f506"; }
3972
3973.fa-user-tag:before {
3974 content: "\f507"; }
3975
3976.fa-user-tie:before {
3977 content: "\f508"; }
3978
3979.fa-user-times:before {
3980 content: "\f235"; }
3981
3982.fa-users:before {
3983 content: "\f0c0"; }
3984
3985.fa-users-cog:before {
3986 content: "\f509"; }
3987
3988.fa-usps:before {
3989 content: "\f7e1"; }
3990
3991.fa-ussunnah:before {
3992 content: "\f407"; }
3993
3994.fa-utensil-spoon:before {
3995 content: "\f2e5"; }
3996
3997.fa-utensils:before {
3998 content: "\f2e7"; }
3999
4000.fa-vaadin:before {
4001 content: "\f408"; }
4002
4003.fa-vector-square:before {
4004 content: "\f5cb"; }
4005
4006.fa-venus:before {
4007 content: "\f221"; }
4008
4009.fa-venus-double:before {
4010 content: "\f226"; }
4011
4012.fa-venus-mars:before {
4013 content: "\f228"; }
4014
4015.fa-viacoin:before {
4016 content: "\f237"; }
4017
4018.fa-viadeo:before {
4019 content: "\f2a9"; }
4020
4021.fa-viadeo-square:before {
4022 content: "\f2aa"; }
4023
4024.fa-vial:before {
4025 content: "\f492"; }
4026
4027.fa-vials:before {
4028 content: "\f493"; }
4029
4030.fa-viber:before {
4031 content: "\f409"; }
4032
4033.fa-video:before {
4034 content: "\f03d"; }
4035
4036.fa-video-slash:before {
4037 content: "\f4e2"; }
4038
4039.fa-vihara:before {
4040 content: "\f6a7"; }
4041
4042.fa-vimeo:before {
4043 content: "\f40a"; }
4044
4045.fa-vimeo-square:before {
4046 content: "\f194"; }
4047
4048.fa-vimeo-v:before {
4049 content: "\f27d"; }
4050
4051.fa-vine:before {
4052 content: "\f1ca"; }
4053
4054.fa-vk:before {
4055 content: "\f189"; }
4056
4057.fa-vnv:before {
4058 content: "\f40b"; }
4059
4060.fa-volleyball-ball:before {
4061 content: "\f45f"; }
4062
4063.fa-volume-down:before {
4064 content: "\f027"; }
4065
4066.fa-volume-mute:before {
4067 content: "\f6a9"; }
4068
4069.fa-volume-off:before {
4070 content: "\f026"; }
4071
4072.fa-volume-up:before {
4073 content: "\f028"; }
4074
4075.fa-vote-yea:before {
4076 content: "\f772"; }
4077
4078.fa-vr-cardboard:before {
4079 content: "\f729"; }
4080
4081.fa-vuejs:before {
4082 content: "\f41f"; }
4083
4084.fa-walking:before {
4085 content: "\f554"; }
4086
4087.fa-wallet:before {
4088 content: "\f555"; }
4089
4090.fa-warehouse:before {
4091 content: "\f494"; }
4092
4093.fa-water:before {
4094 content: "\f773"; }
4095
4096.fa-weebly:before {
4097 content: "\f5cc"; }
4098
4099.fa-weibo:before {
4100 content: "\f18a"; }
4101
4102.fa-weight:before {
4103 content: "\f496"; }
4104
4105.fa-weight-hanging:before {
4106 content: "\f5cd"; }
4107
4108.fa-weixin:before {
4109 content: "\f1d7"; }
4110
4111.fa-whatsapp:before {
4112 content: "\f232"; }
4113
4114.fa-whatsapp-square:before {
4115 content: "\f40c"; }
4116
4117.fa-wheelchair:before {
4118 content: "\f193"; }
4119
4120.fa-whmcs:before {
4121 content: "\f40d"; }
4122
4123.fa-wifi:before {
4124 content: "\f1eb"; }
4125
4126.fa-wikipedia-w:before {
4127 content: "\f266"; }
4128
4129.fa-wind:before {
4130 content: "\f72e"; }
4131
4132.fa-window-close:before {
4133 content: "\f410"; }
4134
4135.fa-window-maximize:before {
4136 content: "\f2d0"; }
4137
4138.fa-window-minimize:before {
4139 content: "\f2d1"; }
4140
4141.fa-window-restore:before {
4142 content: "\f2d2"; }
4143
4144.fa-windows:before {
4145 content: "\f17a"; }
4146
4147.fa-wine-bottle:before {
4148 content: "\f72f"; }
4149
4150.fa-wine-glass:before {
4151 content: "\f4e3"; }
4152
4153.fa-wine-glass-alt:before {
4154 content: "\f5ce"; }
4155
4156.fa-wix:before {
4157 content: "\f5cf"; }
4158
4159.fa-wizards-of-the-coast:before {
4160 content: "\f730"; }
4161
4162.fa-wolf-pack-battalion:before {
4163 content: "\f514"; }
4164
4165.fa-won-sign:before {
4166 content: "\f159"; }
4167
4168.fa-wordpress:before {
4169 content: "\f19a"; }
4170
4171.fa-wordpress-simple:before {
4172 content: "\f411"; }
4173
4174.fa-wpbeginner:before {
4175 content: "\f297"; }
4176
4177.fa-wpexplorer:before {
4178 content: "\f2de"; }
4179
4180.fa-wpforms:before {
4181 content: "\f298"; }
4182
4183.fa-wpressr:before {
4184 content: "\f3e4"; }
4185
4186.fa-wrench:before {
4187 content: "\f0ad"; }
4188
4189.fa-x-ray:before {
4190 content: "\f497"; }
4191
4192.fa-xbox:before {
4193 content: "\f412"; }
4194
4195.fa-xing:before {
4196 content: "\f168"; }
4197
4198.fa-xing-square:before {
4199 content: "\f169"; }
4200
4201.fa-y-combinator:before {
4202 content: "\f23b"; }
4203
4204.fa-yahoo:before {
4205 content: "\f19e"; }
4206
4207.fa-yandex:before {
4208 content: "\f413"; }
4209
4210.fa-yandex-international:before {
4211 content: "\f414"; }
4212
4213.fa-yarn:before {
4214 content: "\f7e3"; }
4215
4216.fa-yelp:before {
4217 content: "\f1e9"; }
4218
4219.fa-yen-sign:before {
4220 content: "\f157"; }
4221
4222.fa-yin-yang:before {
4223 content: "\f6ad"; }
4224
4225.fa-yoast:before {
4226 content: "\f2b1"; }
4227
4228.fa-youtube:before {
4229 content: "\f167"; }
4230
4231.fa-youtube-square:before {
4232 content: "\f431"; }
4233
4234.fa-zhihu:before {
4235 content: "\f63f"; }
4236
4237.sr-only {
4238 border: 0;
4239 clip: rect(0, 0, 0, 0);
4240 height: 1px;
4241 margin: -1px;
4242 overflow: hidden;
4243 padding: 0;
4244 position: absolute;
4245 width: 1px; }
4246
4247.sr-only-focusable:active, .sr-only-focusable:focus {
4248 clip: auto;
4249 height: auto;
4250 margin: 0;
4251 overflow: visible;
4252 position: static;
4253 width: auto; }
diff --git a/static/dist/font-awesome/css/fontawesome.min.css b/static/dist/font-awesome/css/fontawesome.min.css
new file mode 100644
index 00000000..d4da616a
--- /dev/null
+++ b/static/dist/font-awesome/css/fontawesome.min.css
@@ -0,0 +1 @@
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/regular.css b/static/dist/font-awesome/css/regular.css
new file mode 100644
index 00000000..e4de9616
--- /dev/null
+++ b/static/dist/font-awesome/css/regular.css
@@ -0,0 +1,11 @@
1@font-face {
2 font-family: 'Font Awesome 5 Free';
3 font-style: normal;
4 font-weight: 400;
5 font-display: auto;
6 src: url("../webfonts/fa-regular-400.eot");
7 src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
8
9.far {
10 font-family: 'Font Awesome 5 Free';
11 font-weight: 400; }
diff --git a/static/dist/font-awesome/css/regular.min.css b/static/dist/font-awesome/css/regular.min.css
new file mode 100644
index 00000000..2c131157
--- /dev/null
+++ b/static/dist/font-awesome/css/regular.min.css
@@ -0,0 +1 @@
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/solid.css b/static/dist/font-awesome/css/solid.css
new file mode 100644
index 00000000..d6909b20
--- /dev/null
+++ b/static/dist/font-awesome/css/solid.css
@@ -0,0 +1,12 @@
1@font-face {
2 font-family: 'Font Awesome 5 Free';
3 font-style: normal;
4 font-weight: 900;
5 font-display: auto;
6 src: url("../webfonts/fa-solid-900.eot");
7 src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
8
9.fa,
10.fas {
11 font-family: 'Font Awesome 5 Free';
12 font-weight: 900; }
diff --git a/static/dist/font-awesome/css/solid.min.css b/static/dist/font-awesome/css/solid.min.css
new file mode 100644
index 00000000..94bb6a92
--- /dev/null
+++ b/static/dist/font-awesome/css/solid.min.css
@@ -0,0 +1 @@
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/svg-with-js.css b/static/dist/font-awesome/css/svg-with-js.css
new file mode 100644
index 00000000..192b8815
--- /dev/null
+++ b/static/dist/font-awesome/css/svg-with-js.css
@@ -0,0 +1,342 @@
1svg:not(:root).svg-inline--fa {
2 overflow: visible; }
3
4.svg-inline--fa {
5 display: inline-block;
6 font-size: inherit;
7 height: 1em;
8 overflow: visible;
9 vertical-align: -.125em; }
10 .svg-inline--fa.fa-lg {
11 vertical-align: -.225em; }
12 .svg-inline--fa.fa-w-1 {
13 width: 0.0625em; }
14 .svg-inline--fa.fa-w-2 {
15 width: 0.125em; }
16 .svg-inline--fa.fa-w-3 {
17 width: 0.1875em; }
18 .svg-inline--fa.fa-w-4 {
19 width: 0.25em; }
20 .svg-inline--fa.fa-w-5 {
21 width: 0.3125em; }
22 .svg-inline--fa.fa-w-6 {
23 width: 0.375em; }
24 .svg-inline--fa.fa-w-7 {
25 width: 0.4375em; }
26 .svg-inline--fa.fa-w-8 {
27 width: 0.5em; }
28 .svg-inline--fa.fa-w-9 {
29 width: 0.5625em; }
30 .svg-inline--fa.fa-w-10 {
31 width: 0.625em; }
32 .svg-inline--fa.fa-w-11 {
33 width: 0.6875em; }
34 .svg-inline--fa.fa-w-12 {
35 width: 0.75em; }
36 .svg-inline--fa.fa-w-13 {
37 width: 0.8125em; }
38 .svg-inline--fa.fa-w-14 {
39 width: 0.875em; }
40 .svg-inline--fa.fa-w-15 {
41 width: 0.9375em; }
42 .svg-inline--fa.fa-w-16 {
43 width: 1em; }
44 .svg-inline--fa.fa-w-17 {
45 width: 1.0625em; }
46 .svg-inline--fa.fa-w-18 {
47 width: 1.125em; }
48 .svg-inline--fa.fa-w-19 {
49 width: 1.1875em; }
50 .svg-inline--fa.fa-w-20 {
51 width: 1.25em; }
52 .svg-inline--fa.fa-pull-left {
53 margin-right: .3em;
54 width: auto; }
55 .svg-inline--fa.fa-pull-right {
56 margin-left: .3em;
57 width: auto; }
58 .svg-inline--fa.fa-border {
59 height: 1.5em; }
60 .svg-inline--fa.fa-li {
61 width: 2em; }
62 .svg-inline--fa.fa-fw {
63 width: 1.25em; }
64
65.fa-layers svg.svg-inline--fa {
66 bottom: 0;
67 left: 0;
68 margin: auto;
69 position: absolute;
70 right: 0;
71 top: 0; }
72
73.fa-layers {
74 display: inline-block;
75 height: 1em;
76 position: relative;
77 text-align: center;
78 vertical-align: -.125em;
79 width: 1em; }
80 .fa-layers svg.svg-inline--fa {
81 -webkit-transform-origin: center center;
82 transform-origin: center center; }
83
84.fa-layers-text, .fa-layers-counter {
85 display: inline-block;
86 position: absolute;
87 text-align: center; }
88
89.fa-layers-text {
90 left: 50%;
91 top: 50%;
92 -webkit-transform: translate(-50%, -50%);
93 transform: translate(-50%, -50%);
94 -webkit-transform-origin: center center;
95 transform-origin: center center; }
96
97.fa-layers-counter {
98 background-color: #ff253a;
99 border-radius: 1em;
100 -webkit-box-sizing: border-box;
101 box-sizing: border-box;
102 color: #fff;
103 height: 1.5em;
104 line-height: 1;
105 max-width: 5em;
106 min-width: 1.5em;
107 overflow: hidden;
108 padding: .25em;
109 right: 0;
110 text-overflow: ellipsis;
111 top: 0;
112 -webkit-transform: scale(0.25);
113 transform: scale(0.25);
114 -webkit-transform-origin: top right;
115 transform-origin: top right; }
116
117.fa-layers-bottom-right {
118 bottom: 0;
119 right: 0;
120 top: auto;
121 -webkit-transform: scale(0.25);
122 transform: scale(0.25);
123 -webkit-transform-origin: bottom right;
124 transform-origin: bottom right; }
125
126.fa-layers-bottom-left {
127 bottom: 0;
128 left: 0;
129 right: auto;
130 top: auto;
131 -webkit-transform: scale(0.25);
132 transform: scale(0.25);
133 -webkit-transform-origin: bottom left;
134 transform-origin: bottom left; }
135
136.fa-layers-top-right {
137 right: 0;
138 top: 0;
139 -webkit-transform: scale(0.25);
140 transform: scale(0.25);
141 -webkit-transform-origin: top right;
142 transform-origin: top right; }
143
144.fa-layers-top-left {
145 left: 0;
146 right: auto;
147 top: 0;
148 -webkit-transform: scale(0.25);
149 transform: scale(0.25);
150 -webkit-transform-origin: top left;
151 transform-origin: top left; }
152
153.fa-lg {
154 font-size: 1.33333em;
155 line-height: 0.75em;
156 vertical-align: -.0667em; }
157
158.fa-xs {
159 font-size: .75em; }
160
161.fa-sm {
162 font-size: .875em; }
163
164.fa-1x {
165 font-size: 1em; }
166
167.fa-2x {
168 font-size: 2em; }
169
170.fa-3x {
171 font-size: 3em; }
172
173.fa-4x {
174 font-size: 4em; }
175
176.fa-5x {
177 font-size: 5em; }
178
179.fa-6x {
180 font-size: 6em; }
181
182.fa-7x {
183 font-size: 7em; }
184
185.fa-8x {
186 font-size: 8em; }
187
188.fa-9x {
189 font-size: 9em; }
190
191.fa-10x {
192 font-size: 10em; }
193
194.fa-fw {
195 text-align: center;
196 width: 1.25em; }
197
198.fa-ul {
199 list-style-type: none;
200 margin-left: 2.5em;
201 padding-left: 0; }
202 .fa-ul > li {
203 position: relative; }
204
205.fa-li {
206 left: -2em;
207 position: absolute;
208 text-align: center;
209 width: 2em;
210 line-height: inherit; }
211
212.fa-border {
213 border: solid 0.08em #eee;
214 border-radius: .1em;
215 padding: .2em .25em .15em; }
216
217.fa-pull-left {
218 float: left; }
219
220.fa-pull-right {
221 float: right; }
222
223.fa.fa-pull-left,
224.fas.fa-pull-left,
225.far.fa-pull-left,
226.fal.fa-pull-left,
227.fab.fa-pull-left {
228 margin-right: .3em; }
229
230.fa.fa-pull-right,
231.fas.fa-pull-right,
232.far.fa-pull-right,
233.fal.fa-pull-right,
234.fab.fa-pull-right {
235 margin-left: .3em; }
236
237.fa-spin {
238 -webkit-animation: fa-spin 2s infinite linear;
239 animation: fa-spin 2s infinite linear; }
240
241.fa-pulse {
242 -webkit-animation: fa-spin 1s infinite steps(8);
243 animation: fa-spin 1s infinite steps(8); }
244
245@-webkit-keyframes fa-spin {
246 0% {
247 -webkit-transform: rotate(0deg);
248 transform: rotate(0deg); }
249 100% {
250 -webkit-transform: rotate(360deg);
251 transform: rotate(360deg); } }
252
253@keyframes fa-spin {
254 0% {
255 -webkit-transform: rotate(0deg);
256 transform: rotate(0deg); }
257 100% {
258 -webkit-transform: rotate(360deg);
259 transform: rotate(360deg); } }
260
261.fa-rotate-90 {
262 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
263 -webkit-transform: rotate(90deg);
264 transform: rotate(90deg); }
265
266.fa-rotate-180 {
267 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
268 -webkit-transform: rotate(180deg);
269 transform: rotate(180deg); }
270
271.fa-rotate-270 {
272 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
273 -webkit-transform: rotate(270deg);
274 transform: rotate(270deg); }
275
276.fa-flip-horizontal {
277 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
278 -webkit-transform: scale(-1, 1);
279 transform: scale(-1, 1); }
280
281.fa-flip-vertical {
282 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
283 -webkit-transform: scale(1, -1);
284 transform: scale(1, -1); }
285
286.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
287 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
288 -webkit-transform: scale(-1, -1);
289 transform: scale(-1, -1); }
290
291:root .fa-rotate-90,
292:root .fa-rotate-180,
293:root .fa-rotate-270,
294:root .fa-flip-horizontal,
295:root .fa-flip-vertical,
296:root .fa-flip-both {
297 -webkit-filter: none;
298 filter: none; }
299
300.fa-stack {
301 display: inline-block;
302 height: 2em;
303 position: relative;
304 width: 2.5em; }
305
306.fa-stack-1x,
307.fa-stack-2x {
308 bottom: 0;
309 left: 0;
310 margin: auto;
311 position: absolute;
312 right: 0;
313 top: 0; }
314
315.svg-inline--fa.fa-stack-1x {
316 height: 1em;
317 width: 1.25em; }
318
319.svg-inline--fa.fa-stack-2x {
320 height: 2em;
321 width: 2.5em; }
322
323.fa-inverse {
324 color: #fff; }
325
326.sr-only {
327 border: 0;
328 clip: rect(0, 0, 0, 0);
329 height: 1px;
330 margin: -1px;
331 overflow: hidden;
332 padding: 0;
333 position: absolute;
334 width: 1px; }
335
336.sr-only-focusable:active, .sr-only-focusable:focus {
337 clip: auto;
338 height: auto;
339 margin: 0;
340 overflow: visible;
341 position: static;
342 width: auto; }
diff --git a/static/dist/font-awesome/css/svg-with-js.min.css b/static/dist/font-awesome/css/svg-with-js.min.css
new file mode 100644
index 00000000..a72425ed
--- /dev/null
+++ b/static/dist/font-awesome/css/svg-with-js.min.css
@@ -0,0 +1 @@
.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto} \ No newline at end of file
diff --git a/static/dist/font-awesome/css/v4-shims.css b/static/dist/font-awesome/css/v4-shims.css
new file mode 100644
index 00000000..ccecd255
--- /dev/null
+++ b/static/dist/font-awesome/css/v4-shims.css
@@ -0,0 +1,2162 @@
1.fa.fa-glass:before {
2 content: "\f000"; }
3
4.fa.fa-meetup {
5 font-family: 'Font Awesome 5 Brands';
6 font-weight: 400; }
7
8.fa.fa-star-o {
9 font-family: 'Font Awesome 5 Free';
10 font-weight: 400; }
11
12.fa.fa-star-o:before {
13 content: "\f005"; }
14
15.fa.fa-remove:before {
16 content: "\f00d"; }
17
18.fa.fa-close:before {
19 content: "\f00d"; }
20
21.fa.fa-gear:before {
22 content: "\f013"; }
23
24.fa.fa-trash-o {
25 font-family: 'Font Awesome 5 Free';
26 font-weight: 400; }
27
28.fa.fa-trash-o:before {
29 content: "\f2ed"; }
30
31.fa.fa-file-o {
32 font-family: 'Font Awesome 5 Free';
33 font-weight: 400; }
34
35.fa.fa-file-o:before {
36 content: "\f15b"; }
37
38.fa.fa-clock-o {
39 font-family: 'Font Awesome 5 Free';
40 font-weight: 400; }
41
42.fa.fa-clock-o:before {
43 content: "\f017"; }
44
45.fa.fa-arrow-circle-o-down {
46 font-family: 'Font Awesome 5 Free';
47 font-weight: 400; }
48
49.fa.fa-arrow-circle-o-down:before {
50 content: "\f358"; }
51
52.fa.fa-arrow-circle-o-up {
53 font-family: 'Font Awesome 5 Free';
54 font-weight: 400; }
55
56.fa.fa-arrow-circle-o-up:before {
57 content: "\f35b"; }
58
59.fa.fa-play-circle-o {
60 font-family: 'Font Awesome 5 Free';
61 font-weight: 400; }
62
63.fa.fa-play-circle-o:before {
64 content: "\f144"; }
65
66.fa.fa-repeat:before {
67 content: "\f01e"; }
68
69.fa.fa-rotate-right:before {
70 content: "\f01e"; }
71
72.fa.fa-refresh:before {
73 content: "\f021"; }
74
75.fa.fa-list-alt {
76 font-family: 'Font Awesome 5 Free';
77 font-weight: 400; }
78
79.fa.fa-dedent:before {
80 content: "\f03b"; }
81
82.fa.fa-video-camera:before {
83 content: "\f03d"; }
84
85.fa.fa-picture-o {
86 font-family: 'Font Awesome 5 Free';
87 font-weight: 400; }
88
89.fa.fa-picture-o:before {
90 content: "\f03e"; }
91
92.fa.fa-photo {
93 font-family: 'Font Awesome 5 Free';
94 font-weight: 400; }
95
96.fa.fa-photo:before {
97 content: "\f03e"; }
98
99.fa.fa-image {
100 font-family: 'Font Awesome 5 Free';
101 font-weight: 400; }
102
103.fa.fa-image:before {
104 content: "\f03e"; }
105
106.fa.fa-pencil:before {
107 content: "\f303"; }
108
109.fa.fa-map-marker:before {
110 content: "\f3c5"; }
111
112.fa.fa-pencil-square-o {
113 font-family: 'Font Awesome 5 Free';
114 font-weight: 400; }
115
116.fa.fa-pencil-square-o:before {
117 content: "\f044"; }
118
119.fa.fa-share-square-o {
120 font-family: 'Font Awesome 5 Free';
121 font-weight: 400; }
122
123.fa.fa-share-square-o:before {
124 content: "\f14d"; }
125
126.fa.fa-check-square-o {
127 font-family: 'Font Awesome 5 Free';
128 font-weight: 400; }
129
130.fa.fa-check-square-o:before {
131 content: "\f14a"; }
132
133.fa.fa-arrows:before {
134 content: "\f0b2"; }
135
136.fa.fa-times-circle-o {
137 font-family: 'Font Awesome 5 Free';
138 font-weight: 400; }
139
140.fa.fa-times-circle-o:before {
141 content: "\f057"; }
142
143.fa.fa-check-circle-o {
144 font-family: 'Font Awesome 5 Free';
145 font-weight: 400; }
146
147.fa.fa-check-circle-o:before {
148 content: "\f058"; }
149
150.fa.fa-mail-forward:before {
151 content: "\f064"; }
152
153.fa.fa-eye {
154 font-family: 'Font Awesome 5 Free';
155 font-weight: 400; }
156
157.fa.fa-eye-slash {
158 font-family: 'Font Awesome 5 Free';
159 font-weight: 400; }
160
161.fa.fa-warning:before {
162 content: "\f071"; }
163
164.fa.fa-calendar:before {
165 content: "\f073"; }
166
167.fa.fa-arrows-v:before {
168 content: "\f338"; }
169
170.fa.fa-arrows-h:before {
171 content: "\f337"; }
172
173.fa.fa-bar-chart {
174 font-family: 'Font Awesome 5 Free';
175 font-weight: 400; }
176
177.fa.fa-bar-chart:before {
178 content: "\f080"; }
179
180.fa.fa-bar-chart-o {
181 font-family: 'Font Awesome 5 Free';
182 font-weight: 400; }
183
184.fa.fa-bar-chart-o:before {
185 content: "\f080"; }
186
187.fa.fa-twitter-square {
188 font-family: 'Font Awesome 5 Brands';
189 font-weight: 400; }
190
191.fa.fa-facebook-square {
192 font-family: 'Font Awesome 5 Brands';
193 font-weight: 400; }
194
195.fa.fa-gears:before {
196 content: "\f085"; }
197
198.fa.fa-thumbs-o-up {
199 font-family: 'Font Awesome 5 Free';
200 font-weight: 400; }
201
202.fa.fa-thumbs-o-up:before {
203 content: "\f164"; }
204
205.fa.fa-thumbs-o-down {
206 font-family: 'Font Awesome 5 Free';
207 font-weight: 400; }
208
209.fa.fa-thumbs-o-down:before {
210 content: "\f165"; }
211
212.fa.fa-heart-o {
213 font-family: 'Font Awesome 5 Free';
214 font-weight: 400; }
215
216.fa.fa-heart-o:before {
217 content: "\f004"; }
218
219.fa.fa-sign-out:before {
220 content: "\f2f5"; }
221
222.fa.fa-linkedin-square {
223 font-family: 'Font Awesome 5 Brands';
224 font-weight: 400; }
225
226.fa.fa-linkedin-square:before {
227 content: "\f08c"; }
228
229.fa.fa-thumb-tack:before {
230 content: "\f08d"; }
231
232.fa.fa-external-link:before {
233 content: "\f35d"; }
234
235.fa.fa-sign-in:before {
236 content: "\f2f6"; }
237
238.fa.fa-github-square {
239 font-family: 'Font Awesome 5 Brands';
240 font-weight: 400; }
241
242.fa.fa-lemon-o {
243 font-family: 'Font Awesome 5 Free';
244 font-weight: 400; }
245
246.fa.fa-lemon-o:before {
247 content: "\f094"; }
248
249.fa.fa-square-o {
250 font-family: 'Font Awesome 5 Free';
251 font-weight: 400; }
252
253.fa.fa-square-o:before {
254 content: "\f0c8"; }
255
256.fa.fa-bookmark-o {
257 font-family: 'Font Awesome 5 Free';
258 font-weight: 400; }
259
260.fa.fa-bookmark-o:before {
261 content: "\f02e"; }
262
263.fa.fa-twitter {
264 font-family: 'Font Awesome 5 Brands';
265 font-weight: 400; }
266
267.fa.fa-facebook {
268 font-family: 'Font Awesome 5 Brands';
269 font-weight: 400; }
270
271.fa.fa-facebook:before {
272 content: "\f39e"; }
273
274.fa.fa-facebook-f {
275 font-family: 'Font Awesome 5 Brands';
276 font-weight: 400; }
277
278.fa.fa-facebook-f:before {
279 content: "\f39e"; }
280
281.fa.fa-github {
282 font-family: 'Font Awesome 5 Brands';
283 font-weight: 400; }
284
285.fa.fa-credit-card {
286 font-family: 'Font Awesome 5 Free';
287 font-weight: 400; }
288
289.fa.fa-feed:before {
290 content: "\f09e"; }
291
292.fa.fa-hdd-o {
293 font-family: 'Font Awesome 5 Free';
294 font-weight: 400; }
295
296.fa.fa-hdd-o:before {
297 content: "\f0a0"; }
298
299.fa.fa-hand-o-right {
300 font-family: 'Font Awesome 5 Free';
301 font-weight: 400; }
302
303.fa.fa-hand-o-right:before {
304 content: "\f0a4"; }
305
306.fa.fa-hand-o-left {
307 font-family: 'Font Awesome 5 Free';
308 font-weight: 400; }
309
310.fa.fa-hand-o-left:before {
311 content: "\f0a5"; }
312
313.fa.fa-hand-o-up {
314 font-family: 'Font Awesome 5 Free';
315 font-weight: 400; }
316
317.fa.fa-hand-o-up:before {
318 content: "\f0a6"; }
319
320.fa.fa-hand-o-down {
321 font-family: 'Font Awesome 5 Free';
322 font-weight: 400; }
323
324.fa.fa-hand-o-down:before {
325 content: "\f0a7"; }
326
327.fa.fa-arrows-alt:before {
328 content: "\f31e"; }
329
330.fa.fa-group:before {
331 content: "\f0c0"; }
332
333.fa.fa-chain:before {
334 content: "\f0c1"; }
335
336.fa.fa-scissors:before {
337 content: "\f0c4"; }
338
339.fa.fa-files-o {
340 font-family: 'Font Awesome 5 Free';
341 font-weight: 400; }
342
343.fa.fa-files-o:before {
344 content: "\f0c5"; }
345
346.fa.fa-floppy-o {
347 font-family: 'Font Awesome 5 Free';
348 font-weight: 400; }
349
350.fa.fa-floppy-o:before {
351 content: "\f0c7"; }
352
353.fa.fa-navicon:before {
354 content: "\f0c9"; }
355
356.fa.fa-reorder:before {
357 content: "\f0c9"; }
358
359.fa.fa-pinterest {
360 font-family: 'Font Awesome 5 Brands';
361 font-weight: 400; }
362
363.fa.fa-pinterest-square {
364 font-family: 'Font Awesome 5 Brands';
365 font-weight: 400; }
366
367.fa.fa-google-plus-square {
368 font-family: 'Font Awesome 5 Brands';
369 font-weight: 400; }
370
371.fa.fa-google-plus {
372 font-family: 'Font Awesome 5 Brands';
373 font-weight: 400; }
374
375.fa.fa-google-plus:before {
376 content: "\f0d5"; }
377
378.fa.fa-money {
379 font-family: 'Font Awesome 5 Free';
380 font-weight: 400; }
381
382.fa.fa-money:before {
383 content: "\f3d1"; }
384
385.fa.fa-unsorted:before {
386 content: "\f0dc"; }
387
388.fa.fa-sort-desc:before {
389 content: "\f0dd"; }
390
391.fa.fa-sort-asc:before {
392 content: "\f0de"; }
393
394.fa.fa-linkedin {
395 font-family: 'Font Awesome 5 Brands';
396 font-weight: 400; }
397
398.fa.fa-linkedin:before {
399 content: "\f0e1"; }
400
401.fa.fa-rotate-left:before {
402 content: "\f0e2"; }
403
404.fa.fa-legal:before {
405 content: "\f0e3"; }
406
407.fa.fa-tachometer:before {
408 content: "\f3fd"; }
409
410.fa.fa-dashboard:before {
411 content: "\f3fd"; }
412
413.fa.fa-comment-o {
414 font-family: 'Font Awesome 5 Free';
415 font-weight: 400; }
416
417.fa.fa-comment-o:before {
418 content: "\f075"; }
419
420.fa.fa-comments-o {
421 font-family: 'Font Awesome 5 Free';
422 font-weight: 400; }
423
424.fa.fa-comments-o:before {
425 content: "\f086"; }
426
427.fa.fa-flash:before {
428 content: "\f0e7"; }
429
430.fa.fa-clipboard {
431 font-family: 'Font Awesome 5 Free';
432 font-weight: 400; }
433
434.fa.fa-paste {
435 font-family: 'Font Awesome 5 Free';
436 font-weight: 400; }
437
438.fa.fa-paste:before {
439 content: "\f328"; }
440
441.fa.fa-lightbulb-o {
442 font-family: 'Font Awesome 5 Free';
443 font-weight: 400; }
444
445.fa.fa-lightbulb-o:before {
446 content: "\f0eb"; }
447
448.fa.fa-exchange:before {
449 content: "\f362"; }
450
451.fa.fa-cloud-download:before {
452 content: "\f381"; }
453
454.fa.fa-cloud-upload:before {
455 content: "\f382"; }
456
457.fa.fa-bell-o {
458 font-family: 'Font Awesome 5 Free';
459 font-weight: 400; }
460
461.fa.fa-bell-o:before {
462 content: "\f0f3"; }
463
464.fa.fa-cutlery:before {
465 content: "\f2e7"; }
466
467.fa.fa-file-text-o {
468 font-family: 'Font Awesome 5 Free';
469 font-weight: 400; }
470
471.fa.fa-file-text-o:before {
472 content: "\f15c"; }
473
474.fa.fa-building-o {
475 font-family: 'Font Awesome 5 Free';
476 font-weight: 400; }
477
478.fa.fa-building-o:before {
479 content: "\f1ad"; }
480
481.fa.fa-hospital-o {
482 font-family: 'Font Awesome 5 Free';
483 font-weight: 400; }
484
485.fa.fa-hospital-o:before {
486 content: "\f0f8"; }
487
488.fa.fa-tablet:before {
489 content: "\f3fa"; }
490
491.fa.fa-mobile:before {
492 content: "\f3cd"; }
493
494.fa.fa-mobile-phone:before {
495 content: "\f3cd"; }
496
497.fa.fa-circle-o {
498 font-family: 'Font Awesome 5 Free';
499 font-weight: 400; }
500
501.fa.fa-circle-o:before {
502 content: "\f111"; }
503
504.fa.fa-mail-reply:before {
505 content: "\f3e5"; }
506
507.fa.fa-github-alt {
508 font-family: 'Font Awesome 5 Brands';
509 font-weight: 400; }
510
511.fa.fa-folder-o {
512 font-family: 'Font Awesome 5 Free';
513 font-weight: 400; }
514
515.fa.fa-folder-o:before {
516 content: "\f07b"; }
517
518.fa.fa-folder-open-o {
519 font-family: 'Font Awesome 5 Free';
520 font-weight: 400; }
521
522.fa.fa-folder-open-o:before {
523 content: "\f07c"; }
524
525.fa.fa-smile-o {
526 font-family: 'Font Awesome 5 Free';
527 font-weight: 400; }
528
529.fa.fa-smile-o:before {
530 content: "\f118"; }
531
532.fa.fa-frown-o {
533 font-family: 'Font Awesome 5 Free';
534 font-weight: 400; }
535
536.fa.fa-frown-o:before {
537 content: "\f119"; }
538
539.fa.fa-meh-o {
540 font-family: 'Font Awesome 5 Free';
541 font-weight: 400; }
542
543.fa.fa-meh-o:before {
544 content: "\f11a"; }
545
546.fa.fa-keyboard-o {
547 font-family: 'Font Awesome 5 Free';
548 font-weight: 400; }
549
550.fa.fa-keyboard-o:before {
551 content: "\f11c"; }
552
553.fa.fa-flag-o {
554 font-family: 'Font Awesome 5 Free';
555 font-weight: 400; }
556
557.fa.fa-flag-o:before {
558 content: "\f024"; }
559
560.fa.fa-mail-reply-all:before {
561 content: "\f122"; }
562
563.fa.fa-star-half-o {
564 font-family: 'Font Awesome 5 Free';
565 font-weight: 400; }
566
567.fa.fa-star-half-o:before {
568 content: "\f089"; }
569
570.fa.fa-star-half-empty {
571 font-family: 'Font Awesome 5 Free';
572 font-weight: 400; }
573
574.fa.fa-star-half-empty:before {
575 content: "\f089"; }
576
577.fa.fa-star-half-full {
578 font-family: 'Font Awesome 5 Free';
579 font-weight: 400; }
580
581.fa.fa-star-half-full:before {
582 content: "\f089"; }
583
584.fa.fa-code-fork:before {
585 content: "\f126"; }
586
587.fa.fa-chain-broken:before {
588 content: "\f127"; }
589
590.fa.fa-shield:before {
591 content: "\f3ed"; }
592
593.fa.fa-calendar-o {
594 font-family: 'Font Awesome 5 Free';
595 font-weight: 400; }
596
597.fa.fa-calendar-o:before {
598 content: "\f133"; }
599
600.fa.fa-maxcdn {
601 font-family: 'Font Awesome 5 Brands';
602 font-weight: 400; }
603
604.fa.fa-html5 {
605 font-family: 'Font Awesome 5 Brands';
606 font-weight: 400; }
607
608.fa.fa-css3 {
609 font-family: 'Font Awesome 5 Brands';
610 font-weight: 400; }
611
612.fa.fa-ticket:before {
613 content: "\f3ff"; }
614
615.fa.fa-minus-square-o {
616 font-family: 'Font Awesome 5 Free';
617 font-weight: 400; }
618
619.fa.fa-minus-square-o:before {
620 content: "\f146"; }
621
622.fa.fa-level-up:before {
623 content: "\f3bf"; }
624
625.fa.fa-level-down:before {
626 content: "\f3be"; }
627
628.fa.fa-pencil-square:before {
629 content: "\f14b"; }
630
631.fa.fa-external-link-square:before {
632 content: "\f360"; }
633
634.fa.fa-compass {
635 font-family: 'Font Awesome 5 Free';
636 font-weight: 400; }
637
638.fa.fa-caret-square-o-down {
639 font-family: 'Font Awesome 5 Free';
640 font-weight: 400; }
641
642.fa.fa-caret-square-o-down:before {
643 content: "\f150"; }
644
645.fa.fa-toggle-down {
646 font-family: 'Font Awesome 5 Free';
647 font-weight: 400; }
648
649.fa.fa-toggle-down:before {
650 content: "\f150"; }
651
652.fa.fa-caret-square-o-up {
653 font-family: 'Font Awesome 5 Free';
654 font-weight: 400; }
655
656.fa.fa-caret-square-o-up:before {
657 content: "\f151"; }
658
659.fa.fa-toggle-up {
660 font-family: 'Font Awesome 5 Free';
661 font-weight: 400; }
662
663.fa.fa-toggle-up:before {
664 content: "\f151"; }
665
666.fa.fa-caret-square-o-right {
667 font-family: 'Font Awesome 5 Free';
668 font-weight: 400; }
669
670.fa.fa-caret-square-o-right:before {
671 content: "\f152"; }
672
673.fa.fa-toggle-right {
674 font-family: 'Font Awesome 5 Free';
675 font-weight: 400; }
676
677.fa.fa-toggle-right:before {
678 content: "\f152"; }
679
680.fa.fa-eur:before {
681 content: "\f153"; }
682
683.fa.fa-euro:before {
684 content: "\f153"; }
685
686.fa.fa-gbp:before {
687 content: "\f154"; }
688
689.fa.fa-usd:before {
690 content: "\f155"; }
691
692.fa.fa-dollar:before {
693 content: "\f155"; }
694
695.fa.fa-inr:before {
696 content: "\f156"; }
697
698.fa.fa-rupee:before {
699 content: "\f156"; }
700
701.fa.fa-jpy:before {
702 content: "\f157"; }
703
704.fa.fa-cny:before {
705 content: "\f157"; }
706
707.fa.fa-rmb:before {
708 content: "\f157"; }
709
710.fa.fa-yen:before {
711 content: "\f157"; }
712
713.fa.fa-rub:before {
714 content: "\f158"; }
715
716.fa.fa-ruble:before {
717 content: "\f158"; }
718
719.fa.fa-rouble:before {
720 content: "\f158"; }
721
722.fa.fa-krw:before {
723 content: "\f159"; }
724
725.fa.fa-won:before {
726 content: "\f159"; }
727
728.fa.fa-btc {
729 font-family: 'Font Awesome 5 Brands';
730 font-weight: 400; }
731
732.fa.fa-bitcoin {
733 font-family: 'Font Awesome 5 Brands';
734 font-weight: 400; }
735
736.fa.fa-bitcoin:before {
737 content: "\f15a"; }
738
739.fa.fa-file-text:before {
740 content: "\f15c"; }
741
742.fa.fa-sort-alpha-asc:before {
743 content: "\f15d"; }
744
745.fa.fa-sort-alpha-desc:before {
746 content: "\f15e"; }
747
748.fa.fa-sort-amount-asc:before {
749 content: "\f160"; }
750
751.fa.fa-sort-amount-desc:before {
752 content: "\f161"; }
753
754.fa.fa-sort-numeric-asc:before {
755 content: "\f162"; }
756
757.fa.fa-sort-numeric-desc:before {
758 content: "\f163"; }
759
760.fa.fa-youtube-square {
761 font-family: 'Font Awesome 5 Brands';
762 font-weight: 400; }
763
764.fa.fa-youtube {
765 font-family: 'Font Awesome 5 Brands';
766 font-weight: 400; }
767
768.fa.fa-xing {
769 font-family: 'Font Awesome 5 Brands';
770 font-weight: 400; }
771
772.fa.fa-xing-square {
773 font-family: 'Font Awesome 5 Brands';
774 font-weight: 400; }
775
776.fa.fa-youtube-play {
777 font-family: 'Font Awesome 5 Brands';
778 font-weight: 400; }
779
780.fa.fa-youtube-play:before {
781 content: "\f167"; }
782
783.fa.fa-dropbox {
784 font-family: 'Font Awesome 5 Brands';
785 font-weight: 400; }
786
787.fa.fa-stack-overflow {
788 font-family: 'Font Awesome 5 Brands';
789 font-weight: 400; }
790
791.fa.fa-instagram {
792 font-family: 'Font Awesome 5 Brands';
793 font-weight: 400; }
794
795.fa.fa-flickr {
796 font-family: 'Font Awesome 5 Brands';
797 font-weight: 400; }
798
799.fa.fa-adn {
800 font-family: 'Font Awesome 5 Brands';
801 font-weight: 400; }
802
803.fa.fa-bitbucket {
804 font-family: 'Font Awesome 5 Brands';
805 font-weight: 400; }
806
807.fa.fa-bitbucket-square {
808 font-family: 'Font Awesome 5 Brands';
809 font-weight: 400; }
810
811.fa.fa-bitbucket-square:before {
812 content: "\f171"; }
813
814.fa.fa-tumblr {
815 font-family: 'Font Awesome 5 Brands';
816 font-weight: 400; }
817
818.fa.fa-tumblr-square {
819 font-family: 'Font Awesome 5 Brands';
820 font-weight: 400; }
821
822.fa.fa-long-arrow-down:before {
823 content: "\f309"; }
824
825.fa.fa-long-arrow-up:before {
826 content: "\f30c"; }
827
828.fa.fa-long-arrow-left:before {
829 content: "\f30a"; }
830
831.fa.fa-long-arrow-right:before {
832 content: "\f30b"; }
833
834.fa.fa-apple {
835 font-family: 'Font Awesome 5 Brands';
836 font-weight: 400; }
837
838.fa.fa-windows {
839 font-family: 'Font Awesome 5 Brands';
840 font-weight: 400; }
841
842.fa.fa-android {
843 font-family: 'Font Awesome 5 Brands';
844 font-weight: 400; }
845
846.fa.fa-linux {
847 font-family: 'Font Awesome 5 Brands';
848 font-weight: 400; }
849
850.fa.fa-dribbble {
851 font-family: 'Font Awesome 5 Brands';
852 font-weight: 400; }
853
854.fa.fa-skype {
855 font-family: 'Font Awesome 5 Brands';
856 font-weight: 400; }
857
858.fa.fa-foursquare {
859 font-family: 'Font Awesome 5 Brands';
860 font-weight: 400; }
861
862.fa.fa-trello {
863 font-family: 'Font Awesome 5 Brands';
864 font-weight: 400; }
865
866.fa.fa-gratipay {
867 font-family: 'Font Awesome 5 Brands';
868 font-weight: 400; }
869
870.fa.fa-gittip {
871 font-family: 'Font Awesome 5 Brands';
872 font-weight: 400; }
873
874.fa.fa-gittip:before {
875 content: "\f184"; }
876
877.fa.fa-sun-o {
878 font-family: 'Font Awesome 5 Free';
879 font-weight: 400; }
880
881.fa.fa-sun-o:before {
882 content: "\f185"; }
883
884.fa.fa-moon-o {
885 font-family: 'Font Awesome 5 Free';
886 font-weight: 400; }
887
888.fa.fa-moon-o:before {
889 content: "\f186"; }
890
891.fa.fa-vk {
892 font-family: 'Font Awesome 5 Brands';
893 font-weight: 400; }
894
895.fa.fa-weibo {
896 font-family: 'Font Awesome 5 Brands';
897 font-weight: 400; }
898
899.fa.fa-renren {
900 font-family: 'Font Awesome 5 Brands';
901 font-weight: 400; }
902
903.fa.fa-pagelines {
904 font-family: 'Font Awesome 5 Brands';
905 font-weight: 400; }
906
907.fa.fa-stack-exchange {
908 font-family: 'Font Awesome 5 Brands';
909 font-weight: 400; }
910
911.fa.fa-arrow-circle-o-right {
912 font-family: 'Font Awesome 5 Free';
913 font-weight: 400; }
914
915.fa.fa-arrow-circle-o-right:before {
916 content: "\f35a"; }
917
918.fa.fa-arrow-circle-o-left {
919 font-family: 'Font Awesome 5 Free';
920 font-weight: 400; }
921
922.fa.fa-arrow-circle-o-left:before {
923 content: "\f359"; }
924
925.fa.fa-caret-square-o-left {
926 font-family: 'Font Awesome 5 Free';
927 font-weight: 400; }
928
929.fa.fa-caret-square-o-left:before {
930 content: "\f191"; }
931
932.fa.fa-toggle-left {
933 font-family: 'Font Awesome 5 Free';
934 font-weight: 400; }
935
936.fa.fa-toggle-left:before {
937 content: "\f191"; }
938
939.fa.fa-dot-circle-o {
940 font-family: 'Font Awesome 5 Free';
941 font-weight: 400; }
942
943.fa.fa-dot-circle-o:before {
944 content: "\f192"; }
945
946.fa.fa-vimeo-square {
947 font-family: 'Font Awesome 5 Brands';
948 font-weight: 400; }
949
950.fa.fa-try:before {
951 content: "\f195"; }
952
953.fa.fa-turkish-lira:before {
954 content: "\f195"; }
955
956.fa.fa-plus-square-o {
957 font-family: 'Font Awesome 5 Free';
958 font-weight: 400; }
959
960.fa.fa-plus-square-o:before {
961 content: "\f0fe"; }
962
963.fa.fa-slack {
964 font-family: 'Font Awesome 5 Brands';
965 font-weight: 400; }
966
967.fa.fa-wordpress {
968 font-family: 'Font Awesome 5 Brands';
969 font-weight: 400; }
970
971.fa.fa-openid {
972 font-family: 'Font Awesome 5 Brands';
973 font-weight: 400; }
974
975.fa.fa-institution:before {
976 content: "\f19c"; }
977
978.fa.fa-bank:before {
979 content: "\f19c"; }
980
981.fa.fa-mortar-board:before {
982 content: "\f19d"; }
983
984.fa.fa-yahoo {
985 font-family: 'Font Awesome 5 Brands';
986 font-weight: 400; }
987
988.fa.fa-google {
989 font-family: 'Font Awesome 5 Brands';
990 font-weight: 400; }
991
992.fa.fa-reddit {
993 font-family: 'Font Awesome 5 Brands';
994 font-weight: 400; }
995
996.fa.fa-reddit-square {
997 font-family: 'Font Awesome 5 Brands';
998 font-weight: 400; }
999
1000.fa.fa-stumbleupon-circle {
1001 font-family: 'Font Awesome 5 Brands';
1002 font-weight: 400; }
1003
1004.fa.fa-stumbleupon {
1005 font-family: 'Font Awesome 5 Brands';
1006 font-weight: 400; }
1007
1008.fa.fa-delicious {
1009 font-family: 'Font Awesome 5 Brands';
1010 font-weight: 400; }
1011
1012.fa.fa-digg {
1013 font-family: 'Font Awesome 5 Brands';
1014 font-weight: 400; }
1015
1016.fa.fa-pied-piper-pp {
1017 font-family: 'Font Awesome 5 Brands';
1018 font-weight: 400; }
1019
1020.fa.fa-pied-piper-alt {
1021 font-family: 'Font Awesome 5 Brands';
1022 font-weight: 400; }
1023
1024.fa.fa-drupal {
1025 font-family: 'Font Awesome 5 Brands';
1026 font-weight: 400; }
1027
1028.fa.fa-joomla {
1029 font-family: 'Font Awesome 5 Brands';
1030 font-weight: 400; }
1031
1032.fa.fa-spoon:before {
1033 content: "\f2e5"; }
1034
1035.fa.fa-behance {
1036 font-family: 'Font Awesome 5 Brands';
1037 font-weight: 400; }
1038
1039.fa.fa-behance-square {
1040 font-family: 'Font Awesome 5 Brands';
1041 font-weight: 400; }
1042
1043.fa.fa-steam {
1044 font-family: 'Font Awesome 5 Brands';
1045 font-weight: 400; }
1046
1047.fa.fa-steam-square {
1048 font-family: 'Font Awesome 5 Brands';
1049 font-weight: 400; }
1050
1051.fa.fa-automobile:before {
1052 content: "\f1b9"; }
1053
1054.fa.fa-cab:before {
1055 content: "\f1ba"; }
1056
1057.fa.fa-envelope-o {
1058 font-family: 'Font Awesome 5 Free';
1059 font-weight: 400; }
1060
1061.fa.fa-envelope-o:before {
1062 content: "\f0e0"; }
1063
1064.fa.fa-deviantart {
1065 font-family: 'Font Awesome 5 Brands';
1066 font-weight: 400; }
1067
1068.fa.fa-soundcloud {
1069 font-family: 'Font Awesome 5 Brands';
1070 font-weight: 400; }
1071
1072.fa.fa-file-pdf-o {
1073 font-family: 'Font Awesome 5 Free';
1074 font-weight: 400; }
1075
1076.fa.fa-file-pdf-o:before {
1077 content: "\f1c1"; }
1078
1079.fa.fa-file-word-o {
1080 font-family: 'Font Awesome 5 Free';
1081 font-weight: 400; }
1082
1083.fa.fa-file-word-o:before {
1084 content: "\f1c2"; }
1085
1086.fa.fa-file-excel-o {
1087 font-family: 'Font Awesome 5 Free';
1088 font-weight: 400; }
1089
1090.fa.fa-file-excel-o:before {
1091 content: "\f1c3"; }
1092
1093.fa.fa-file-powerpoint-o {
1094 font-family: 'Font Awesome 5 Free';
1095 font-weight: 400; }
1096
1097.fa.fa-file-powerpoint-o:before {
1098 content: "\f1c4"; }
1099
1100.fa.fa-file-image-o {
1101 font-family: 'Font Awesome 5 Free';
1102 font-weight: 400; }
1103
1104.fa.fa-file-image-o:before {
1105 content: "\f1c5"; }
1106
1107.fa.fa-file-photo-o {
1108 font-family: 'Font Awesome 5 Free';
1109 font-weight: 400; }
1110
1111.fa.fa-file-photo-o:before {
1112 content: "\f1c5"; }
1113
1114.fa.fa-file-picture-o {
1115 font-family: 'Font Awesome 5 Free';
1116 font-weight: 400; }
1117
1118.fa.fa-file-picture-o:before {
1119 content: "\f1c5"; }
1120
1121.fa.fa-file-archive-o {
1122 font-family: 'Font Awesome 5 Free';
1123 font-weight: 400; }
1124
1125.fa.fa-file-archive-o:before {
1126 content: "\f1c6"; }
1127
1128.fa.fa-file-zip-o {
1129 font-family: 'Font Awesome 5 Free';
1130 font-weight: 400; }
1131
1132.fa.fa-file-zip-o:before {
1133 content: "\f1c6"; }
1134
1135.fa.fa-file-audio-o {
1136 font-family: 'Font Awesome 5 Free';
1137 font-weight: 400; }
1138
1139.fa.fa-file-audio-o:before {
1140 content: "\f1c7"; }
1141
1142.fa.fa-file-sound-o {
1143 font-family: 'Font Awesome 5 Free';
1144 font-weight: 400; }
1145
1146.fa.fa-file-sound-o:before {
1147 content: "\f1c7"; }
1148
1149.fa.fa-file-video-o {
1150 font-family: 'Font Awesome 5 Free';
1151 font-weight: 400; }
1152
1153.fa.fa-file-video-o:before {
1154 content: "\f1c8"; }
1155
1156.fa.fa-file-movie-o {
1157 font-family: 'Font Awesome 5 Free';
1158 font-weight: 400; }
1159
1160.fa.fa-file-movie-o:before {
1161 content: "\f1c8"; }
1162
1163.fa.fa-file-code-o {
1164 font-family: 'Font Awesome 5 Free';
1165 font-weight: 400; }
1166
1167.fa.fa-file-code-o:before {
1168 content: "\f1c9"; }
1169
1170.fa.fa-vine {
1171 font-family: 'Font Awesome 5 Brands';
1172 font-weight: 400; }
1173
1174.fa.fa-codepen {
1175 font-family: 'Font Awesome 5 Brands';
1176 font-weight: 400; }
1177
1178.fa.fa-jsfiddle {
1179 font-family: 'Font Awesome 5 Brands';
1180 font-weight: 400; }
1181
1182.fa.fa-life-ring {
1183 font-family: 'Font Awesome 5 Free';
1184 font-weight: 400; }
1185
1186.fa.fa-life-bouy {
1187 font-family: 'Font Awesome 5 Free';
1188 font-weight: 400; }
1189
1190.fa.fa-life-bouy:before {
1191 content: "\f1cd"; }
1192
1193.fa.fa-life-buoy {
1194 font-family: 'Font Awesome 5 Free';
1195 font-weight: 400; }
1196
1197.fa.fa-life-buoy:before {
1198 content: "\f1cd"; }
1199
1200.fa.fa-life-saver {
1201 font-family: 'Font Awesome 5 Free';
1202 font-weight: 400; }
1203
1204.fa.fa-life-saver:before {
1205 content: "\f1cd"; }
1206
1207.fa.fa-support {
1208 font-family: 'Font Awesome 5 Free';
1209 font-weight: 400; }
1210
1211.fa.fa-support:before {
1212 content: "\f1cd"; }
1213
1214.fa.fa-circle-o-notch:before {
1215 content: "\f1ce"; }
1216
1217.fa.fa-rebel {
1218 font-family: 'Font Awesome 5 Brands';
1219 font-weight: 400; }
1220
1221.fa.fa-ra {
1222 font-family: 'Font Awesome 5 Brands';
1223 font-weight: 400; }
1224
1225.fa.fa-ra:before {
1226 content: "\f1d0"; }
1227
1228.fa.fa-resistance {
1229 font-family: 'Font Awesome 5 Brands';
1230 font-weight: 400; }
1231
1232.fa.fa-resistance:before {
1233 content: "\f1d0"; }
1234
1235.fa.fa-empire {
1236 font-family: 'Font Awesome 5 Brands';
1237 font-weight: 400; }
1238
1239.fa.fa-ge {
1240 font-family: 'Font Awesome 5 Brands';
1241 font-weight: 400; }
1242
1243.fa.fa-ge:before {
1244 content: "\f1d1"; }
1245
1246.fa.fa-git-square {
1247 font-family: 'Font Awesome 5 Brands';
1248 font-weight: 400; }
1249
1250.fa.fa-git {
1251 font-family: 'Font Awesome 5 Brands';
1252 font-weight: 400; }
1253
1254.fa.fa-hacker-news {
1255 font-family: 'Font Awesome 5 Brands';
1256 font-weight: 400; }
1257
1258.fa.fa-y-combinator-square {
1259 font-family: 'Font Awesome 5 Brands';
1260 font-weight: 400; }
1261
1262.fa.fa-y-combinator-square:before {
1263 content: "\f1d4"; }
1264
1265.fa.fa-yc-square {
1266 font-family: 'Font Awesome 5 Brands';
1267 font-weight: 400; }
1268
1269.fa.fa-yc-square:before {
1270 content: "\f1d4"; }
1271
1272.fa.fa-tencent-weibo {
1273 font-family: 'Font Awesome 5 Brands';
1274 font-weight: 400; }
1275
1276.fa.fa-qq {
1277 font-family: 'Font Awesome 5 Brands';
1278 font-weight: 400; }
1279
1280.fa.fa-weixin {
1281 font-family: 'Font Awesome 5 Brands';
1282 font-weight: 400; }
1283
1284.fa.fa-wechat {
1285 font-family: 'Font Awesome 5 Brands';
1286 font-weight: 400; }
1287
1288.fa.fa-wechat:before {
1289 content: "\f1d7"; }
1290
1291.fa.fa-send:before {
1292 content: "\f1d8"; }
1293
1294.fa.fa-paper-plane-o {
1295 font-family: 'Font Awesome 5 Free';
1296 font-weight: 400; }
1297
1298.fa.fa-paper-plane-o:before {
1299 content: "\f1d8"; }
1300
1301.fa.fa-send-o {
1302 font-family: 'Font Awesome 5 Free';
1303 font-weight: 400; }
1304
1305.fa.fa-send-o:before {
1306 content: "\f1d8"; }
1307
1308.fa.fa-circle-thin {
1309 font-family: 'Font Awesome 5 Free';
1310 font-weight: 400; }
1311
1312.fa.fa-circle-thin:before {
1313 content: "\f111"; }
1314
1315.fa.fa-header:before {
1316 content: "\f1dc"; }
1317
1318.fa.fa-sliders:before {
1319 content: "\f1de"; }
1320
1321.fa.fa-futbol-o {
1322 font-family: 'Font Awesome 5 Free';
1323 font-weight: 400; }
1324
1325.fa.fa-futbol-o:before {
1326 content: "\f1e3"; }
1327
1328.fa.fa-soccer-ball-o {
1329 font-family: 'Font Awesome 5 Free';
1330 font-weight: 400; }
1331
1332.fa.fa-soccer-ball-o:before {
1333 content: "\f1e3"; }
1334
1335.fa.fa-slideshare {
1336 font-family: 'Font Awesome 5 Brands';
1337 font-weight: 400; }
1338
1339.fa.fa-twitch {
1340 font-family: 'Font Awesome 5 Brands';
1341 font-weight: 400; }
1342
1343.fa.fa-yelp {
1344 font-family: 'Font Awesome 5 Brands';
1345 font-weight: 400; }
1346
1347.fa.fa-newspaper-o {
1348 font-family: 'Font Awesome 5 Free';
1349 font-weight: 400; }
1350
1351.fa.fa-newspaper-o:before {
1352 content: "\f1ea"; }
1353
1354.fa.fa-paypal {
1355 font-family: 'Font Awesome 5 Brands';
1356 font-weight: 400; }
1357
1358.fa.fa-google-wallet {
1359 font-family: 'Font Awesome 5 Brands';
1360 font-weight: 400; }
1361
1362.fa.fa-cc-visa {
1363 font-family: 'Font Awesome 5 Brands';
1364 font-weight: 400; }
1365
1366.fa.fa-cc-mastercard {
1367 font-family: 'Font Awesome 5 Brands';
1368 font-weight: 400; }
1369
1370.fa.fa-cc-discover {
1371 font-family: 'Font Awesome 5 Brands';
1372 font-weight: 400; }
1373
1374.fa.fa-cc-amex {
1375 font-family: 'Font Awesome 5 Brands';
1376 font-weight: 400; }
1377
1378.fa.fa-cc-paypal {
1379 font-family: 'Font Awesome 5 Brands';
1380 font-weight: 400; }
1381
1382.fa.fa-cc-stripe {
1383 font-family: 'Font Awesome 5 Brands';
1384 font-weight: 400; }
1385
1386.fa.fa-bell-slash-o {
1387 font-family: 'Font Awesome 5 Free';
1388 font-weight: 400; }
1389
1390.fa.fa-bell-slash-o:before {
1391 content: "\f1f6"; }
1392
1393.fa.fa-trash:before {
1394 content: "\f2ed"; }
1395
1396.fa.fa-copyright {
1397 font-family: 'Font Awesome 5 Free';
1398 font-weight: 400; }
1399
1400.fa.fa-eyedropper:before {
1401 content: "\f1fb"; }
1402
1403.fa.fa-area-chart:before {
1404 content: "\f1fe"; }
1405
1406.fa.fa-pie-chart:before {
1407 content: "\f200"; }
1408
1409.fa.fa-line-chart:before {
1410 content: "\f201"; }
1411
1412.fa.fa-lastfm {
1413 font-family: 'Font Awesome 5 Brands';
1414 font-weight: 400; }
1415
1416.fa.fa-lastfm-square {
1417 font-family: 'Font Awesome 5 Brands';
1418 font-weight: 400; }
1419
1420.fa.fa-ioxhost {
1421 font-family: 'Font Awesome 5 Brands';
1422 font-weight: 400; }
1423
1424.fa.fa-angellist {
1425 font-family: 'Font Awesome 5 Brands';
1426 font-weight: 400; }
1427
1428.fa.fa-cc {
1429 font-family: 'Font Awesome 5 Free';
1430 font-weight: 400; }
1431
1432.fa.fa-cc:before {
1433 content: "\f20a"; }
1434
1435.fa.fa-ils:before {
1436 content: "\f20b"; }
1437
1438.fa.fa-shekel:before {
1439 content: "\f20b"; }
1440
1441.fa.fa-sheqel:before {
1442 content: "\f20b"; }
1443
1444.fa.fa-meanpath {
1445 font-family: 'Font Awesome 5 Brands';
1446 font-weight: 400; }
1447
1448.fa.fa-meanpath:before {
1449 content: "\f2b4"; }
1450
1451.fa.fa-buysellads {
1452 font-family: 'Font Awesome 5 Brands';
1453 font-weight: 400; }
1454
1455.fa.fa-connectdevelop {
1456 font-family: 'Font Awesome 5 Brands';
1457 font-weight: 400; }
1458
1459.fa.fa-dashcube {
1460 font-family: 'Font Awesome 5 Brands';
1461 font-weight: 400; }
1462
1463.fa.fa-forumbee {
1464 font-family: 'Font Awesome 5 Brands';
1465 font-weight: 400; }
1466
1467.fa.fa-leanpub {
1468 font-family: 'Font Awesome 5 Brands';
1469 font-weight: 400; }
1470
1471.fa.fa-sellsy {
1472 font-family: 'Font Awesome 5 Brands';
1473 font-weight: 400; }
1474
1475.fa.fa-shirtsinbulk {
1476 font-family: 'Font Awesome 5 Brands';
1477 font-weight: 400; }
1478
1479.fa.fa-simplybuilt {
1480 font-family: 'Font Awesome 5 Brands';
1481 font-weight: 400; }
1482
1483.fa.fa-skyatlas {
1484 font-family: 'Font Awesome 5 Brands';
1485 font-weight: 400; }
1486
1487.fa.fa-diamond {
1488 font-family: 'Font Awesome 5 Free';
1489 font-weight: 400; }
1490
1491.fa.fa-diamond:before {
1492 content: "\f3a5"; }
1493
1494.fa.fa-intersex:before {
1495 content: "\f224"; }
1496
1497.fa.fa-facebook-official {
1498 font-family: 'Font Awesome 5 Brands';
1499 font-weight: 400; }
1500
1501.fa.fa-facebook-official:before {
1502 content: "\f09a"; }
1503
1504.fa.fa-pinterest-p {
1505 font-family: 'Font Awesome 5 Brands';
1506 font-weight: 400; }
1507
1508.fa.fa-whatsapp {
1509 font-family: 'Font Awesome 5 Brands';
1510 font-weight: 400; }
1511
1512.fa.fa-hotel:before {
1513 content: "\f236"; }
1514
1515.fa.fa-viacoin {
1516 font-family: 'Font Awesome 5 Brands';
1517 font-weight: 400; }
1518
1519.fa.fa-medium {
1520 font-family: 'Font Awesome 5 Brands';
1521 font-weight: 400; }
1522
1523.fa.fa-y-combinator {
1524 font-family: 'Font Awesome 5 Brands';
1525 font-weight: 400; }
1526
1527.fa.fa-yc {
1528 font-family: 'Font Awesome 5 Brands';
1529 font-weight: 400; }
1530
1531.fa.fa-yc:before {
1532 content: "\f23b"; }
1533
1534.fa.fa-optin-monster {
1535 font-family: 'Font Awesome 5 Brands';
1536 font-weight: 400; }
1537
1538.fa.fa-opencart {
1539 font-family: 'Font Awesome 5 Brands';
1540 font-weight: 400; }
1541
1542.fa.fa-expeditedssl {
1543 font-family: 'Font Awesome 5 Brands';
1544 font-weight: 400; }
1545
1546.fa.fa-battery-4:before {
1547 content: "\f240"; }
1548
1549.fa.fa-battery:before {
1550 content: "\f240"; }
1551
1552.fa.fa-battery-3:before {
1553 content: "\f241"; }
1554
1555.fa.fa-battery-2:before {
1556 content: "\f242"; }
1557
1558.fa.fa-battery-1:before {
1559 content: "\f243"; }
1560
1561.fa.fa-battery-0:before {
1562 content: "\f244"; }
1563
1564.fa.fa-object-group {
1565 font-family: 'Font Awesome 5 Free';
1566 font-weight: 400; }
1567
1568.fa.fa-object-ungroup {
1569 font-family: 'Font Awesome 5 Free';
1570 font-weight: 400; }
1571
1572.fa.fa-sticky-note-o {
1573 font-family: 'Font Awesome 5 Free';
1574 font-weight: 400; }
1575
1576.fa.fa-sticky-note-o:before {
1577 content: "\f249"; }
1578
1579.fa.fa-cc-jcb {
1580 font-family: 'Font Awesome 5 Brands';
1581 font-weight: 400; }
1582
1583.fa.fa-cc-diners-club {
1584 font-family: 'Font Awesome 5 Brands';
1585 font-weight: 400; }
1586
1587.fa.fa-clone {
1588 font-family: 'Font Awesome 5 Free';
1589 font-weight: 400; }
1590
1591.fa.fa-hourglass-o {
1592 font-family: 'Font Awesome 5 Free';
1593 font-weight: 400; }
1594
1595.fa.fa-hourglass-o:before {
1596 content: "\f254"; }
1597
1598.fa.fa-hourglass-1:before {
1599 content: "\f251"; }
1600
1601.fa.fa-hourglass-2:before {
1602 content: "\f252"; }
1603
1604.fa.fa-hourglass-3:before {
1605 content: "\f253"; }
1606
1607.fa.fa-hand-rock-o {
1608 font-family: 'Font Awesome 5 Free';
1609 font-weight: 400; }
1610
1611.fa.fa-hand-rock-o:before {
1612 content: "\f255"; }
1613
1614.fa.fa-hand-grab-o {
1615 font-family: 'Font Awesome 5 Free';
1616 font-weight: 400; }
1617
1618.fa.fa-hand-grab-o:before {
1619 content: "\f255"; }
1620
1621.fa.fa-hand-paper-o {
1622 font-family: 'Font Awesome 5 Free';
1623 font-weight: 400; }
1624
1625.fa.fa-hand-paper-o:before {
1626 content: "\f256"; }
1627
1628.fa.fa-hand-stop-o {
1629 font-family: 'Font Awesome 5 Free';
1630 font-weight: 400; }
1631
1632.fa.fa-hand-stop-o:before {
1633 content: "\f256"; }
1634
1635.fa.fa-hand-scissors-o {
1636 font-family: 'Font Awesome 5 Free';
1637 font-weight: 400; }
1638
1639.fa.fa-hand-scissors-o:before {
1640 content: "\f257"; }
1641
1642.fa.fa-hand-lizard-o {
1643 font-family: 'Font Awesome 5 Free';
1644 font-weight: 400; }
1645
1646.fa.fa-hand-lizard-o:before {
1647 content: "\f258"; }
1648
1649.fa.fa-hand-spock-o {
1650 font-family: 'Font Awesome 5 Free';
1651 font-weight: 400; }
1652
1653.fa.fa-hand-spock-o:before {
1654 content: "\f259"; }
1655
1656.fa.fa-hand-pointer-o {
1657 font-family: 'Font Awesome 5 Free';
1658 font-weight: 400; }
1659
1660.fa.fa-hand-pointer-o:before {
1661 content: "\f25a"; }
1662
1663.fa.fa-hand-peace-o {
1664 font-family: 'Font Awesome 5 Free';
1665 font-weight: 400; }
1666
1667.fa.fa-hand-peace-o:before {
1668 content: "\f25b"; }
1669
1670.fa.fa-registered {
1671 font-family: 'Font Awesome 5 Free';
1672 font-weight: 400; }
1673
1674.fa.fa-creative-commons {
1675 font-family: 'Font Awesome 5 Brands';
1676 font-weight: 400; }
1677
1678.fa.fa-gg {
1679 font-family: 'Font Awesome 5 Brands';
1680 font-weight: 400; }
1681
1682.fa.fa-gg-circle {
1683 font-family: 'Font Awesome 5 Brands';
1684 font-weight: 400; }
1685
1686.fa.fa-tripadvisor {
1687 font-family: 'Font Awesome 5 Brands';
1688 font-weight: 400; }
1689
1690.fa.fa-odnoklassniki {
1691 font-family: 'Font Awesome 5 Brands';
1692 font-weight: 400; }
1693
1694.fa.fa-odnoklassniki-square {
1695 font-family: 'Font Awesome 5 Brands';
1696 font-weight: 400; }
1697
1698.fa.fa-get-pocket {
1699 font-family: 'Font Awesome 5 Brands';
1700 font-weight: 400; }
1701
1702.fa.fa-wikipedia-w {
1703 font-family: 'Font Awesome 5 Brands';
1704 font-weight: 400; }
1705
1706.fa.fa-safari {
1707 font-family: 'Font Awesome 5 Brands';
1708 font-weight: 400; }
1709
1710.fa.fa-chrome {
1711 font-family: 'Font Awesome 5 Brands';
1712 font-weight: 400; }
1713
1714.fa.fa-firefox {
1715 font-family: 'Font Awesome 5 Brands';
1716 font-weight: 400; }
1717
1718.fa.fa-opera {
1719 font-family: 'Font Awesome 5 Brands';
1720 font-weight: 400; }
1721
1722.fa.fa-internet-explorer {
1723 font-family: 'Font Awesome 5 Brands';
1724 font-weight: 400; }
1725
1726.fa.fa-television:before {
1727 content: "\f26c"; }
1728
1729.fa.fa-contao {
1730 font-family: 'Font Awesome 5 Brands';
1731 font-weight: 400; }
1732
1733.fa.fa-500px {
1734 font-family: 'Font Awesome 5 Brands';
1735 font-weight: 400; }
1736
1737.fa.fa-amazon {
1738 font-family: 'Font Awesome 5 Brands';
1739 font-weight: 400; }
1740
1741.fa.fa-calendar-plus-o {
1742 font-family: 'Font Awesome 5 Free';
1743 font-weight: 400; }
1744
1745.fa.fa-calendar-plus-o:before {
1746 content: "\f271"; }
1747
1748.fa.fa-calendar-minus-o {
1749 font-family: 'Font Awesome 5 Free';
1750 font-weight: 400; }
1751
1752.fa.fa-calendar-minus-o:before {
1753 content: "\f272"; }
1754
1755.fa.fa-calendar-times-o {
1756 font-family: 'Font Awesome 5 Free';
1757 font-weight: 400; }
1758
1759.fa.fa-calendar-times-o:before {
1760 content: "\f273"; }
1761
1762.fa.fa-calendar-check-o {
1763 font-family: 'Font Awesome 5 Free';
1764 font-weight: 400; }
1765
1766.fa.fa-calendar-check-o:before {
1767 content: "\f274"; }
1768
1769.fa.fa-map-o {
1770 font-family: 'Font Awesome 5 Free';
1771 font-weight: 400; }
1772
1773.fa.fa-map-o:before {
1774 content: "\f279"; }
1775
1776.fa.fa-commenting:before {
1777 content: "\f4ad"; }
1778
1779.fa.fa-commenting-o {
1780 font-family: 'Font Awesome 5 Free';
1781 font-weight: 400; }
1782
1783.fa.fa-commenting-o:before {
1784 content: "\f4ad"; }
1785
1786.fa.fa-houzz {
1787 font-family: 'Font Awesome 5 Brands';
1788 font-weight: 400; }
1789
1790.fa.fa-vimeo {
1791 font-family: 'Font Awesome 5 Brands';
1792 font-weight: 400; }
1793
1794.fa.fa-vimeo:before {
1795 content: "\f27d"; }
1796
1797.fa.fa-black-tie {
1798 font-family: 'Font Awesome 5 Brands';
1799 font-weight: 400; }
1800
1801.fa.fa-fonticons {
1802 font-family: 'Font Awesome 5 Brands';
1803 font-weight: 400; }
1804
1805.fa.fa-reddit-alien {
1806 font-family: 'Font Awesome 5 Brands';
1807 font-weight: 400; }
1808
1809.fa.fa-edge {
1810 font-family: 'Font Awesome 5 Brands';
1811 font-weight: 400; }
1812
1813.fa.fa-credit-card-alt:before {
1814 content: "\f09d"; }
1815
1816.fa.fa-codiepie {
1817 font-family: 'Font Awesome 5 Brands';
1818 font-weight: 400; }
1819
1820.fa.fa-modx {
1821 font-family: 'Font Awesome 5 Brands';
1822 font-weight: 400; }
1823
1824.fa.fa-fort-awesome {
1825 font-family: 'Font Awesome 5 Brands';
1826 font-weight: 400; }
1827
1828.fa.fa-usb {
1829 font-family: 'Font Awesome 5 Brands';
1830 font-weight: 400; }
1831
1832.fa.fa-product-hunt {
1833 font-family: 'Font Awesome 5 Brands';
1834 font-weight: 400; }
1835
1836.fa.fa-mixcloud {
1837 font-family: 'Font Awesome 5 Brands';
1838 font-weight: 400; }
1839
1840.fa.fa-scribd {
1841 font-family: 'Font Awesome 5 Brands';
1842 font-weight: 400; }
1843
1844.fa.fa-pause-circle-o {
1845 font-family: 'Font Awesome 5 Free';
1846 font-weight: 400; }
1847
1848.fa.fa-pause-circle-o:before {
1849 content: "\f28b"; }
1850
1851.fa.fa-stop-circle-o {
1852 font-family: 'Font Awesome 5 Free';
1853 font-weight: 400; }
1854
1855.fa.fa-stop-circle-o:before {
1856 content: "\f28d"; }
1857
1858.fa.fa-bluetooth {
1859 font-family: 'Font Awesome 5 Brands';
1860 font-weight: 400; }
1861
1862.fa.fa-bluetooth-b {
1863 font-family: 'Font Awesome 5 Brands';
1864 font-weight: 400; }
1865
1866.fa.fa-gitlab {
1867 font-family: 'Font Awesome 5 Brands';
1868 font-weight: 400; }
1869
1870.fa.fa-wpbeginner {
1871 font-family: 'Font Awesome 5 Brands';
1872 font-weight: 400; }
1873
1874.fa.fa-wpforms {
1875 font-family: 'Font Awesome 5 Brands';
1876 font-weight: 400; }
1877
1878.fa.fa-envira {
1879 font-family: 'Font Awesome 5 Brands';
1880 font-weight: 400; }
1881
1882.fa.fa-wheelchair-alt {
1883 font-family: 'Font Awesome 5 Brands';
1884 font-weight: 400; }
1885
1886.fa.fa-wheelchair-alt:before {
1887 content: "\f368"; }
1888
1889.fa.fa-question-circle-o {
1890 font-family: 'Font Awesome 5 Free';
1891 font-weight: 400; }
1892
1893.fa.fa-question-circle-o:before {
1894 content: "\f059"; }
1895
1896.fa.fa-volume-control-phone:before {
1897 content: "\f2a0"; }
1898
1899.fa.fa-asl-interpreting:before {
1900 content: "\f2a3"; }
1901
1902.fa.fa-deafness:before {
1903 content: "\f2a4"; }
1904
1905.fa.fa-hard-of-hearing:before {
1906 content: "\f2a4"; }
1907
1908.fa.fa-glide {
1909 font-family: 'Font Awesome 5 Brands';
1910 font-weight: 400; }
1911
1912.fa.fa-glide-g {
1913 font-family: 'Font Awesome 5 Brands';
1914 font-weight: 400; }
1915
1916.fa.fa-signing:before {
1917 content: "\f2a7"; }
1918
1919.fa.fa-viadeo {
1920 font-family: 'Font Awesome 5 Brands';
1921 font-weight: 400; }
1922
1923.fa.fa-viadeo-square {
1924 font-family: 'Font Awesome 5 Brands';
1925 font-weight: 400; }
1926
1927.fa.fa-snapchat {
1928 font-family: 'Font Awesome 5 Brands';
1929 font-weight: 400; }
1930
1931.fa.fa-snapchat-ghost {
1932 font-family: 'Font Awesome 5 Brands';
1933 font-weight: 400; }
1934
1935.fa.fa-snapchat-square {
1936 font-family: 'Font Awesome 5 Brands';
1937 font-weight: 400; }
1938
1939.fa.fa-pied-piper {
1940 font-family: 'Font Awesome 5 Brands';
1941 font-weight: 400; }
1942
1943.fa.fa-first-order {
1944 font-family: 'Font Awesome 5 Brands';
1945 font-weight: 400; }
1946
1947.fa.fa-yoast {
1948 font-family: 'Font Awesome 5 Brands';
1949 font-weight: 400; }
1950
1951.fa.fa-themeisle {
1952 font-family: 'Font Awesome 5 Brands';
1953 font-weight: 400; }
1954
1955.fa.fa-google-plus-official {
1956 font-family: 'Font Awesome 5 Brands';
1957 font-weight: 400; }
1958
1959.fa.fa-google-plus-official:before {
1960 content: "\f2b3"; }
1961
1962.fa.fa-google-plus-circle {
1963 font-family: 'Font Awesome 5 Brands';
1964 font-weight: 400; }
1965
1966.fa.fa-google-plus-circle:before {
1967 content: "\f2b3"; }
1968
1969.fa.fa-font-awesome {
1970 font-family: 'Font Awesome 5 Brands';
1971 font-weight: 400; }
1972
1973.fa.fa-fa {
1974 font-family: 'Font Awesome 5 Brands';
1975 font-weight: 400; }
1976
1977.fa.fa-fa:before {
1978 content: "\f2b4"; }
1979
1980.fa.fa-handshake-o {
1981 font-family: 'Font Awesome 5 Free';
1982 font-weight: 400; }
1983
1984.fa.fa-handshake-o:before {
1985 content: "\f2b5"; }
1986
1987.fa.fa-envelope-open-o {
1988 font-family: 'Font Awesome 5 Free';
1989 font-weight: 400; }
1990
1991.fa.fa-envelope-open-o:before {
1992 content: "\f2b6"; }
1993
1994.fa.fa-linode {
1995 font-family: 'Font Awesome 5 Brands';
1996 font-weight: 400; }
1997
1998.fa.fa-address-book-o {
1999 font-family: 'Font Awesome 5 Free';
2000 font-weight: 400; }
2001
2002.fa.fa-address-book-o:before {
2003 content: "\f2b9"; }
2004
2005.fa.fa-vcard:before {
2006 content: "\f2bb"; }
2007
2008.fa.fa-address-card-o {
2009 font-family: 'Font Awesome 5 Free';
2010 font-weight: 400; }
2011
2012.fa.fa-address-card-o:before {
2013 content: "\f2bb"; }
2014
2015.fa.fa-vcard-o {
2016 font-family: 'Font Awesome 5 Free';
2017 font-weight: 400; }
2018
2019.fa.fa-vcard-o:before {
2020 content: "\f2bb"; }
2021
2022.fa.fa-user-circle-o {
2023 font-family: 'Font Awesome 5 Free';
2024 font-weight: 400; }
2025
2026.fa.fa-user-circle-o:before {
2027 content: "\f2bd"; }
2028
2029.fa.fa-user-o {
2030 font-family: 'Font Awesome 5 Free';
2031 font-weight: 400; }
2032
2033.fa.fa-user-o:before {
2034 content: "\f007"; }
2035
2036.fa.fa-id-badge {
2037 font-family: 'Font Awesome 5 Free';
2038 font-weight: 400; }
2039
2040.fa.fa-drivers-license:before {
2041 content: "\f2c2"; }
2042
2043.fa.fa-id-card-o {
2044 font-family: 'Font Awesome 5 Free';
2045 font-weight: 400; }
2046
2047.fa.fa-id-card-o:before {
2048 content: "\f2c2"; }
2049
2050.fa.fa-drivers-license-o {
2051 font-family: 'Font Awesome 5 Free';
2052 font-weight: 400; }
2053
2054.fa.fa-drivers-license-o:before {
2055 content: "\f2c2"; }
2056
2057.fa.fa-quora {
2058 font-family: 'Font Awesome 5 Brands';
2059 font-weight: 400; }
2060
2061.fa.fa-free-code-camp {
2062 font-family: 'Font Awesome 5 Brands';
2063 font-weight: 400; }
2064
2065.fa.fa-telegram {
2066 font-family: 'Font Awesome 5 Brands';
2067 font-weight: 400; }
2068
2069.fa.fa-thermometer-4:before {
2070 content: "\f2c7"; }
2071
2072.fa.fa-thermometer:before {
2073 content: "\f2c7"; }
2074
2075.fa.fa-thermometer-3:before {
2076 content: "\f2c8"; }
2077
2078.fa.fa-thermometer-2:before {
2079 content: "\f2c9"; }
2080
2081.fa.fa-thermometer-1:before {
2082 content: "\f2ca"; }
2083
2084.fa.fa-thermometer-0:before {
2085 content: "\f2cb"; }
2086
2087.fa.fa-bathtub:before {
2088 content: "\f2cd"; }
2089
2090.fa.fa-s15:before {
2091 content: "\f2cd"; }
2092
2093.fa.fa-window-maximize {
2094 font-family: 'Font Awesome 5 Free';
2095 font-weight: 400; }
2096
2097.fa.fa-window-restore {
2098 font-family: 'Font Awesome 5 Free';
2099 font-weight: 400; }
2100
2101.fa.fa-times-rectangle:before {
2102 content: "\f410"; }
2103
2104.fa.fa-window-close-o {
2105 font-family: 'Font Awesome 5 Free';
2106 font-weight: 400; }
2107
2108.fa.fa-window-close-o:before {
2109 content: "\f410"; }
2110
2111.fa.fa-times-rectangle-o {
2112 font-family: 'Font Awesome 5 Free';
2113 font-weight: 400; }
2114
2115.fa.fa-times-rectangle-o:before {
2116 content: "\f410"; }
2117
2118.fa.fa-bandcamp {
2119 font-family: 'Font Awesome 5 Brands';
2120 font-weight: 400; }
2121
2122.fa.fa-grav {
2123 font-family: 'Font Awesome 5 Brands';
2124 font-weight: 400; }
2125
2126.fa.fa-etsy {
2127 font-family: 'Font Awesome 5 Brands';
2128 font-weight: 400; }
2129
2130.fa.fa-imdb {
2131 font-family: 'Font Awesome 5 Brands';
2132 font-weight: 400; }
2133
2134.fa.fa-ravelry {
2135 font-family: 'Font Awesome 5 Brands';
2136 font-weight: 400; }
2137
2138.fa.fa-eercast {
2139 font-family: 'Font Awesome 5 Brands';
2140 font-weight: 400; }
2141
2142.fa.fa-eercast:before {
2143 content: "\f2da"; }
2144
2145.fa.fa-snowflake-o {
2146 font-family: 'Font Awesome 5 Free';
2147 font-weight: 400; }
2148
2149.fa.fa-snowflake-o:before {
2150 content: "\f2dc"; }
2151
2152.fa.fa-superpowers {
2153 font-family: 'Font Awesome 5 Brands';
2154 font-weight: 400; }
2155
2156.fa.fa-wpexplorer {
2157 font-family: 'Font Awesome 5 Brands';
2158 font-weight: 400; }
2159
2160.fa.fa-spotify {
2161 font-family: 'Font Awesome 5 Brands';
2162 font-weight: 400; }
diff --git a/static/dist/font-awesome/css/v4-shims.min.css b/static/dist/font-awesome/css/v4-shims.min.css
new file mode 100644
index 00000000..06c24e94
--- /dev/null
+++ b/static/dist/font-awesome/css/v4-shims.min.css
@@ -0,0 +1 @@
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400} \ No newline at end of file