Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/assets/fontawesome/css/v4-shims.css
2633 views
1
/*!
2
* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
3
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
* Copyright 2025 Fonticons, Inc.
5
*/
6
.fa.fa-glass {
7
--fa: "\f000";
8
}
9
10
.fa.fa-envelope-o {
11
font-family: "Font Awesome 7 Free";
12
font-weight: 400;
13
}
14
15
.fa.fa-envelope-o {
16
--fa: "\f0e0";
17
}
18
19
.fa.fa-star-o {
20
font-family: "Font Awesome 7 Free";
21
font-weight: 400;
22
}
23
24
.fa.fa-star-o {
25
--fa: "\f005";
26
}
27
28
.fa.fa-remove {
29
--fa: "\f00d";
30
}
31
32
.fa.fa-close {
33
--fa: "\f00d";
34
}
35
36
.fa.fa-gear {
37
--fa: "\f013";
38
}
39
40
.fa.fa-trash-o {
41
font-family: "Font Awesome 7 Free";
42
font-weight: 400;
43
}
44
45
.fa.fa-trash-o {
46
--fa: "\f2ed";
47
}
48
49
.fa.fa-home {
50
--fa: "\f015";
51
}
52
53
.fa.fa-file-o {
54
font-family: "Font Awesome 7 Free";
55
font-weight: 400;
56
}
57
58
.fa.fa-file-o {
59
--fa: "\f15b";
60
}
61
62
.fa.fa-clock-o {
63
font-family: "Font Awesome 7 Free";
64
font-weight: 400;
65
}
66
67
.fa.fa-clock-o {
68
--fa: "\f017";
69
}
70
71
.fa.fa-arrow-circle-o-down {
72
font-family: "Font Awesome 7 Free";
73
font-weight: 400;
74
}
75
76
.fa.fa-arrow-circle-o-down {
77
--fa: "\f358";
78
}
79
80
.fa.fa-arrow-circle-o-up {
81
font-family: "Font Awesome 7 Free";
82
font-weight: 400;
83
}
84
85
.fa.fa-arrow-circle-o-up {
86
--fa: "\f35b";
87
}
88
89
.fa.fa-play-circle-o {
90
font-family: "Font Awesome 7 Free";
91
font-weight: 400;
92
}
93
94
.fa.fa-play-circle-o {
95
--fa: "\f144";
96
}
97
98
.fa.fa-repeat {
99
--fa: "\f01e";
100
}
101
102
.fa.fa-rotate-right {
103
--fa: "\f01e";
104
}
105
106
.fa.fa-refresh {
107
--fa: "\f021";
108
}
109
110
.fa.fa-list-alt {
111
font-family: "Font Awesome 7 Free";
112
font-weight: 400;
113
}
114
115
.fa.fa-list-alt {
116
--fa: "\f022";
117
}
118
119
.fa.fa-dedent {
120
--fa: "\f03b";
121
}
122
123
.fa.fa-video-camera {
124
--fa: "\f03d";
125
}
126
127
.fa.fa-picture-o {
128
font-family: "Font Awesome 7 Free";
129
font-weight: 400;
130
}
131
132
.fa.fa-picture-o {
133
--fa: "\f03e";
134
}
135
136
.fa.fa-photo {
137
font-family: "Font Awesome 7 Free";
138
font-weight: 400;
139
}
140
141
.fa.fa-photo {
142
--fa: "\f03e";
143
}
144
145
.fa.fa-image {
146
font-family: "Font Awesome 7 Free";
147
font-weight: 400;
148
}
149
150
.fa.fa-image {
151
--fa: "\f03e";
152
}
153
154
.fa.fa-map-marker {
155
--fa: "\f3c5";
156
}
157
158
.fa.fa-pencil-square-o {
159
font-family: "Font Awesome 7 Free";
160
font-weight: 400;
161
}
162
163
.fa.fa-pencil-square-o {
164
--fa: "\f044";
165
}
166
167
.fa.fa-edit {
168
font-family: "Font Awesome 7 Free";
169
font-weight: 400;
170
}
171
172
.fa.fa-edit {
173
--fa: "\f044";
174
}
175
176
.fa.fa-share-square-o {
177
--fa: "\f14d";
178
}
179
180
.fa.fa-check-square-o {
181
font-family: "Font Awesome 7 Free";
182
font-weight: 400;
183
}
184
185
.fa.fa-check-square-o {
186
--fa: "\f14a";
187
}
188
189
.fa.fa-arrows {
190
--fa: "\f0b2";
191
}
192
193
.fa.fa-times-circle-o {
194
font-family: "Font Awesome 7 Free";
195
font-weight: 400;
196
}
197
198
.fa.fa-times-circle-o {
199
--fa: "\f057";
200
}
201
202
.fa.fa-check-circle-o {
203
font-family: "Font Awesome 7 Free";
204
font-weight: 400;
205
}
206
207
.fa.fa-check-circle-o {
208
--fa: "\f058";
209
}
210
211
.fa.fa-mail-forward {
212
--fa: "\f064";
213
}
214
215
.fa.fa-expand {
216
--fa: "\f424";
217
}
218
219
.fa.fa-compress {
220
--fa: "\f422";
221
}
222
223
.fa.fa-eye {
224
font-family: "Font Awesome 7 Free";
225
font-weight: 400;
226
}
227
228
.fa.fa-eye-slash {
229
font-family: "Font Awesome 7 Free";
230
font-weight: 400;
231
}
232
233
.fa.fa-warning {
234
--fa: "\f071";
235
}
236
237
.fa.fa-calendar {
238
--fa: "\f073";
239
}
240
241
.fa.fa-arrows-v {
242
--fa: "\f338";
243
}
244
245
.fa.fa-arrows-h {
246
--fa: "\f337";
247
}
248
249
.fa.fa-bar-chart {
250
--fa: "\e0e3";
251
}
252
253
.fa.fa-bar-chart-o {
254
--fa: "\e0e3";
255
}
256
257
.fa.fa-twitter-square {
258
font-family: "Font Awesome 7 Brands";
259
font-weight: 400;
260
}
261
262
.fa.fa-twitter-square {
263
--fa: "\f081";
264
}
265
266
.fa.fa-facebook-square {
267
font-family: "Font Awesome 7 Brands";
268
font-weight: 400;
269
}
270
271
.fa.fa-facebook-square {
272
--fa: "\f082";
273
}
274
275
.fa.fa-gears {
276
--fa: "\f085";
277
}
278
279
.fa.fa-thumbs-o-up {
280
font-family: "Font Awesome 7 Free";
281
font-weight: 400;
282
}
283
284
.fa.fa-thumbs-o-up {
285
--fa: "\f164";
286
}
287
288
.fa.fa-thumbs-o-down {
289
font-family: "Font Awesome 7 Free";
290
font-weight: 400;
291
}
292
293
.fa.fa-thumbs-o-down {
294
--fa: "\f165";
295
}
296
297
.fa.fa-heart-o {
298
font-family: "Font Awesome 7 Free";
299
font-weight: 400;
300
}
301
302
.fa.fa-heart-o {
303
--fa: "\f004";
304
}
305
306
.fa.fa-sign-out {
307
--fa: "\f2f5";
308
}
309
310
.fa.fa-linkedin-square {
311
font-family: "Font Awesome 7 Brands";
312
font-weight: 400;
313
}
314
315
.fa.fa-linkedin-square {
316
--fa: "\f08c";
317
}
318
319
.fa.fa-thumb-tack {
320
--fa: "\f08d";
321
}
322
323
.fa.fa-external-link {
324
--fa: "\f35d";
325
}
326
327
.fa.fa-sign-in {
328
--fa: "\f2f6";
329
}
330
331
.fa.fa-github-square {
332
font-family: "Font Awesome 7 Brands";
333
font-weight: 400;
334
}
335
336
.fa.fa-github-square {
337
--fa: "\f092";
338
}
339
340
.fa.fa-lemon-o {
341
font-family: "Font Awesome 7 Free";
342
font-weight: 400;
343
}
344
345
.fa.fa-lemon-o {
346
--fa: "\f094";
347
}
348
349
.fa.fa-square-o {
350
font-family: "Font Awesome 7 Free";
351
font-weight: 400;
352
}
353
354
.fa.fa-square-o {
355
--fa: "\f0c8";
356
}
357
358
.fa.fa-bookmark-o {
359
font-family: "Font Awesome 7 Free";
360
font-weight: 400;
361
}
362
363
.fa.fa-bookmark-o {
364
--fa: "\f02e";
365
}
366
367
.fa.fa-twitter {
368
font-family: "Font Awesome 7 Brands";
369
font-weight: 400;
370
}
371
372
.fa.fa-facebook {
373
font-family: "Font Awesome 7 Brands";
374
font-weight: 400;
375
}
376
377
.fa.fa-facebook {
378
--fa: "\f39e";
379
}
380
381
.fa.fa-facebook-f {
382
font-family: "Font Awesome 7 Brands";
383
font-weight: 400;
384
}
385
386
.fa.fa-facebook-f {
387
--fa: "\f39e";
388
}
389
390
.fa.fa-github {
391
font-family: "Font Awesome 7 Brands";
392
font-weight: 400;
393
}
394
395
.fa.fa-credit-card {
396
font-family: "Font Awesome 7 Free";
397
font-weight: 400;
398
}
399
400
.fa.fa-feed {
401
--fa: "\f09e";
402
}
403
404
.fa.fa-hdd-o {
405
font-family: "Font Awesome 7 Free";
406
font-weight: 400;
407
}
408
409
.fa.fa-hdd-o {
410
--fa: "\f0a0";
411
}
412
413
.fa.fa-hand-o-right {
414
font-family: "Font Awesome 7 Free";
415
font-weight: 400;
416
}
417
418
.fa.fa-hand-o-right {
419
--fa: "\f0a4";
420
}
421
422
.fa.fa-hand-o-left {
423
font-family: "Font Awesome 7 Free";
424
font-weight: 400;
425
}
426
427
.fa.fa-hand-o-left {
428
--fa: "\f0a5";
429
}
430
431
.fa.fa-hand-o-up {
432
font-family: "Font Awesome 7 Free";
433
font-weight: 400;
434
}
435
436
.fa.fa-hand-o-up {
437
--fa: "\f0a6";
438
}
439
440
.fa.fa-hand-o-down {
441
font-family: "Font Awesome 7 Free";
442
font-weight: 400;
443
}
444
445
.fa.fa-hand-o-down {
446
--fa: "\f0a7";
447
}
448
449
.fa.fa-globe {
450
--fa: "\f57d";
451
}
452
453
.fa.fa-tasks {
454
--fa: "\f828";
455
}
456
457
.fa.fa-arrows-alt {
458
--fa: "\f31e";
459
}
460
461
.fa.fa-group {
462
--fa: "\f0c0";
463
}
464
465
.fa.fa-chain {
466
--fa: "\f0c1";
467
}
468
469
.fa.fa-cut {
470
--fa: "\f0c4";
471
}
472
473
.fa.fa-files-o {
474
font-family: "Font Awesome 7 Free";
475
font-weight: 400;
476
}
477
478
.fa.fa-files-o {
479
--fa: "\f0c5";
480
}
481
482
.fa.fa-floppy-o {
483
font-family: "Font Awesome 7 Free";
484
font-weight: 400;
485
}
486
487
.fa.fa-floppy-o {
488
--fa: "\f0c7";
489
}
490
491
.fa.fa-save {
492
font-family: "Font Awesome 7 Free";
493
font-weight: 400;
494
}
495
496
.fa.fa-save {
497
--fa: "\f0c7";
498
}
499
500
.fa.fa-navicon {
501
--fa: "\f0c9";
502
}
503
504
.fa.fa-reorder {
505
--fa: "\f0c9";
506
}
507
508
.fa.fa-magic {
509
--fa: "\e2ca";
510
}
511
512
.fa.fa-pinterest {
513
font-family: "Font Awesome 7 Brands";
514
font-weight: 400;
515
}
516
517
.fa.fa-pinterest-square {
518
font-family: "Font Awesome 7 Brands";
519
font-weight: 400;
520
}
521
522
.fa.fa-pinterest-square {
523
--fa: "\f0d3";
524
}
525
526
.fa.fa-google-plus-square {
527
font-family: "Font Awesome 7 Brands";
528
font-weight: 400;
529
}
530
531
.fa.fa-google-plus-square {
532
--fa: "\f0d4";
533
}
534
535
.fa.fa-google-plus {
536
font-family: "Font Awesome 7 Brands";
537
font-weight: 400;
538
}
539
540
.fa.fa-google-plus {
541
--fa: "\f0d5";
542
}
543
544
.fa.fa-money {
545
--fa: "\f3d1";
546
}
547
548
.fa.fa-unsorted {
549
--fa: "\f0dc";
550
}
551
552
.fa.fa-sort-desc {
553
--fa: "\f0dd";
554
}
555
556
.fa.fa-sort-asc {
557
--fa: "\f0de";
558
}
559
560
.fa.fa-linkedin {
561
font-family: "Font Awesome 7 Brands";
562
font-weight: 400;
563
}
564
565
.fa.fa-linkedin {
566
--fa: "\f0e1";
567
}
568
569
.fa.fa-rotate-left {
570
--fa: "\f0e2";
571
}
572
573
.fa.fa-legal {
574
--fa: "\f0e3";
575
}
576
577
.fa.fa-tachometer {
578
--fa: "\f625";
579
}
580
581
.fa.fa-dashboard {
582
--fa: "\f625";
583
}
584
585
.fa.fa-comment-o {
586
font-family: "Font Awesome 7 Free";
587
font-weight: 400;
588
}
589
590
.fa.fa-comment-o {
591
--fa: "\f075";
592
}
593
594
.fa.fa-comments-o {
595
font-family: "Font Awesome 7 Free";
596
font-weight: 400;
597
}
598
599
.fa.fa-comments-o {
600
--fa: "\f086";
601
}
602
603
.fa.fa-flash {
604
--fa: "\f0e7";
605
}
606
607
.fa.fa-clipboard {
608
--fa: "\f0ea";
609
}
610
611
.fa.fa-lightbulb-o {
612
font-family: "Font Awesome 7 Free";
613
font-weight: 400;
614
}
615
616
.fa.fa-lightbulb-o {
617
--fa: "\f0eb";
618
}
619
620
.fa.fa-exchange {
621
--fa: "\f362";
622
}
623
624
.fa.fa-cloud-download {
625
--fa: "\f0ed";
626
}
627
628
.fa.fa-cloud-upload {
629
--fa: "\f0ee";
630
}
631
632
.fa.fa-bell-o {
633
font-family: "Font Awesome 7 Free";
634
font-weight: 400;
635
}
636
637
.fa.fa-bell-o {
638
--fa: "\f0f3";
639
}
640
641
.fa.fa-cutlery {
642
--fa: "\f2e7";
643
}
644
645
.fa.fa-file-text-o {
646
font-family: "Font Awesome 7 Free";
647
font-weight: 400;
648
}
649
650
.fa.fa-file-text-o {
651
--fa: "\f15c";
652
}
653
654
.fa.fa-building-o {
655
font-family: "Font Awesome 7 Free";
656
font-weight: 400;
657
}
658
659
.fa.fa-building-o {
660
--fa: "\f1ad";
661
}
662
663
.fa.fa-hospital-o {
664
font-family: "Font Awesome 7 Free";
665
font-weight: 400;
666
}
667
668
.fa.fa-hospital-o {
669
--fa: "\f0f8";
670
}
671
672
.fa.fa-tablet {
673
--fa: "\f3fa";
674
}
675
676
.fa.fa-mobile {
677
--fa: "\f3cd";
678
}
679
680
.fa.fa-mobile-phone {
681
--fa: "\f3cd";
682
}
683
684
.fa.fa-circle-o {
685
font-family: "Font Awesome 7 Free";
686
font-weight: 400;
687
}
688
689
.fa.fa-circle-o {
690
--fa: "\f111";
691
}
692
693
.fa.fa-mail-reply {
694
--fa: "\f3e5";
695
}
696
697
.fa.fa-github-alt {
698
font-family: "Font Awesome 7 Brands";
699
font-weight: 400;
700
}
701
702
.fa.fa-folder-o {
703
font-family: "Font Awesome 7 Free";
704
font-weight: 400;
705
}
706
707
.fa.fa-folder-o {
708
--fa: "\f07b";
709
}
710
711
.fa.fa-folder-open-o {
712
font-family: "Font Awesome 7 Free";
713
font-weight: 400;
714
}
715
716
.fa.fa-folder-open-o {
717
--fa: "\f07c";
718
}
719
720
.fa.fa-smile-o {
721
font-family: "Font Awesome 7 Free";
722
font-weight: 400;
723
}
724
725
.fa.fa-smile-o {
726
--fa: "\f118";
727
}
728
729
.fa.fa-frown-o {
730
font-family: "Font Awesome 7 Free";
731
font-weight: 400;
732
}
733
734
.fa.fa-frown-o {
735
--fa: "\f119";
736
}
737
738
.fa.fa-meh-o {
739
font-family: "Font Awesome 7 Free";
740
font-weight: 400;
741
}
742
743
.fa.fa-meh-o {
744
--fa: "\f11a";
745
}
746
747
.fa.fa-keyboard-o {
748
font-family: "Font Awesome 7 Free";
749
font-weight: 400;
750
}
751
752
.fa.fa-keyboard-o {
753
--fa: "\f11c";
754
}
755
756
.fa.fa-flag-o {
757
font-family: "Font Awesome 7 Free";
758
font-weight: 400;
759
}
760
761
.fa.fa-flag-o {
762
--fa: "\f024";
763
}
764
765
.fa.fa-mail-reply-all {
766
--fa: "\f122";
767
}
768
769
.fa.fa-star-half-o {
770
font-family: "Font Awesome 7 Free";
771
font-weight: 400;
772
}
773
774
.fa.fa-star-half-o {
775
--fa: "\f5c0";
776
}
777
778
.fa.fa-star-half-empty {
779
font-family: "Font Awesome 7 Free";
780
font-weight: 400;
781
}
782
783
.fa.fa-star-half-empty {
784
--fa: "\f5c0";
785
}
786
787
.fa.fa-star-half-full {
788
font-family: "Font Awesome 7 Free";
789
font-weight: 400;
790
}
791
792
.fa.fa-star-half-full {
793
--fa: "\f5c0";
794
}
795
796
.fa.fa-code-fork {
797
--fa: "\f126";
798
}
799
800
.fa.fa-chain-broken {
801
--fa: "\f127";
802
}
803
804
.fa.fa-unlink {
805
--fa: "\f127";
806
}
807
808
.fa.fa-calendar-o {
809
font-family: "Font Awesome 7 Free";
810
font-weight: 400;
811
}
812
813
.fa.fa-calendar-o {
814
--fa: "\f133";
815
}
816
817
.fa.fa-maxcdn {
818
font-family: "Font Awesome 7 Brands";
819
font-weight: 400;
820
}
821
822
.fa.fa-html5 {
823
font-family: "Font Awesome 7 Brands";
824
font-weight: 400;
825
}
826
827
.fa.fa-css3 {
828
font-family: "Font Awesome 7 Brands";
829
font-weight: 400;
830
}
831
832
.fa.fa-unlock-alt {
833
--fa: "\f09c";
834
}
835
836
.fa.fa-minus-square-o {
837
font-family: "Font Awesome 7 Free";
838
font-weight: 400;
839
}
840
841
.fa.fa-minus-square-o {
842
--fa: "\f146";
843
}
844
845
.fa.fa-level-up {
846
--fa: "\f3bf";
847
}
848
849
.fa.fa-level-down {
850
--fa: "\f3be";
851
}
852
853
.fa.fa-pencil-square {
854
--fa: "\f14b";
855
}
856
857
.fa.fa-external-link-square {
858
--fa: "\f360";
859
}
860
861
.fa.fa-compass {
862
font-family: "Font Awesome 7 Free";
863
font-weight: 400;
864
}
865
866
.fa.fa-caret-square-o-down {
867
font-family: "Font Awesome 7 Free";
868
font-weight: 400;
869
}
870
871
.fa.fa-caret-square-o-down {
872
--fa: "\f150";
873
}
874
875
.fa.fa-toggle-down {
876
font-family: "Font Awesome 7 Free";
877
font-weight: 400;
878
}
879
880
.fa.fa-toggle-down {
881
--fa: "\f150";
882
}
883
884
.fa.fa-caret-square-o-up {
885
font-family: "Font Awesome 7 Free";
886
font-weight: 400;
887
}
888
889
.fa.fa-caret-square-o-up {
890
--fa: "\f151";
891
}
892
893
.fa.fa-toggle-up {
894
font-family: "Font Awesome 7 Free";
895
font-weight: 400;
896
}
897
898
.fa.fa-toggle-up {
899
--fa: "\f151";
900
}
901
902
.fa.fa-caret-square-o-right {
903
font-family: "Font Awesome 7 Free";
904
font-weight: 400;
905
}
906
907
.fa.fa-caret-square-o-right {
908
--fa: "\f152";
909
}
910
911
.fa.fa-toggle-right {
912
font-family: "Font Awesome 7 Free";
913
font-weight: 400;
914
}
915
916
.fa.fa-toggle-right {
917
--fa: "\f152";
918
}
919
920
.fa.fa-eur {
921
--fa: "\f153";
922
}
923
924
.fa.fa-euro {
925
--fa: "\f153";
926
}
927
928
.fa.fa-gbp {
929
--fa: "\f154";
930
}
931
932
.fa.fa-usd {
933
--fa: "\$";
934
}
935
936
.fa.fa-dollar {
937
--fa: "\$";
938
}
939
940
.fa.fa-inr {
941
--fa: "\e1bc";
942
}
943
944
.fa.fa-rupee {
945
--fa: "\e1bc";
946
}
947
948
.fa.fa-jpy {
949
--fa: "\f157";
950
}
951
952
.fa.fa-cny {
953
--fa: "\f157";
954
}
955
956
.fa.fa-rmb {
957
--fa: "\f157";
958
}
959
960
.fa.fa-yen {
961
--fa: "\f157";
962
}
963
964
.fa.fa-rub {
965
--fa: "\f158";
966
}
967
968
.fa.fa-ruble {
969
--fa: "\f158";
970
}
971
972
.fa.fa-rouble {
973
--fa: "\f158";
974
}
975
976
.fa.fa-krw {
977
--fa: "\f159";
978
}
979
980
.fa.fa-won {
981
--fa: "\f159";
982
}
983
984
.fa.fa-btc {
985
font-family: "Font Awesome 7 Brands";
986
font-weight: 400;
987
}
988
989
.fa.fa-bitcoin {
990
font-family: "Font Awesome 7 Brands";
991
font-weight: 400;
992
}
993
994
.fa.fa-bitcoin {
995
--fa: "\f15a";
996
}
997
998
.fa.fa-file-text {
999
--fa: "\f15c";
1000
}
1001
1002
.fa.fa-sort-alpha-asc {
1003
--fa: "\f15d";
1004
}
1005
1006
.fa.fa-sort-alpha-desc {
1007
--fa: "\f881";
1008
}
1009
1010
.fa.fa-sort-amount-asc {
1011
--fa: "\f884";
1012
}
1013
1014
.fa.fa-sort-amount-desc {
1015
--fa: "\f160";
1016
}
1017
1018
.fa.fa-sort-numeric-asc {
1019
--fa: "\f162";
1020
}
1021
1022
.fa.fa-sort-numeric-desc {
1023
--fa: "\f886";
1024
}
1025
1026
.fa.fa-youtube-square {
1027
font-family: "Font Awesome 7 Brands";
1028
font-weight: 400;
1029
}
1030
1031
.fa.fa-youtube-square {
1032
--fa: "\f431";
1033
}
1034
1035
.fa.fa-youtube {
1036
font-family: "Font Awesome 7 Brands";
1037
font-weight: 400;
1038
}
1039
1040
.fa.fa-xing {
1041
font-family: "Font Awesome 7 Brands";
1042
font-weight: 400;
1043
}
1044
1045
.fa.fa-xing-square {
1046
font-family: "Font Awesome 7 Brands";
1047
font-weight: 400;
1048
}
1049
1050
.fa.fa-xing-square {
1051
--fa: "\f169";
1052
}
1053
1054
.fa.fa-youtube-play {
1055
font-family: "Font Awesome 7 Brands";
1056
font-weight: 400;
1057
}
1058
1059
.fa.fa-youtube-play {
1060
--fa: "\f167";
1061
}
1062
1063
.fa.fa-dropbox {
1064
font-family: "Font Awesome 7 Brands";
1065
font-weight: 400;
1066
}
1067
1068
.fa.fa-stack-overflow {
1069
font-family: "Font Awesome 7 Brands";
1070
font-weight: 400;
1071
}
1072
1073
.fa.fa-instagram {
1074
font-family: "Font Awesome 7 Brands";
1075
font-weight: 400;
1076
}
1077
1078
.fa.fa-flickr {
1079
font-family: "Font Awesome 7 Brands";
1080
font-weight: 400;
1081
}
1082
1083
.fa.fa-adn {
1084
font-family: "Font Awesome 7 Brands";
1085
font-weight: 400;
1086
}
1087
1088
.fa.fa-bitbucket {
1089
font-family: "Font Awesome 7 Brands";
1090
font-weight: 400;
1091
}
1092
1093
.fa.fa-bitbucket-square {
1094
font-family: "Font Awesome 7 Brands";
1095
font-weight: 400;
1096
}
1097
1098
.fa.fa-bitbucket-square {
1099
--fa: "\f171";
1100
}
1101
1102
.fa.fa-tumblr {
1103
font-family: "Font Awesome 7 Brands";
1104
font-weight: 400;
1105
}
1106
1107
.fa.fa-tumblr-square {
1108
font-family: "Font Awesome 7 Brands";
1109
font-weight: 400;
1110
}
1111
1112
.fa.fa-tumblr-square {
1113
--fa: "\f174";
1114
}
1115
1116
.fa.fa-long-arrow-down {
1117
--fa: "\f309";
1118
}
1119
1120
.fa.fa-long-arrow-up {
1121
--fa: "\f30c";
1122
}
1123
1124
.fa.fa-long-arrow-left {
1125
--fa: "\f30a";
1126
}
1127
1128
.fa.fa-long-arrow-right {
1129
--fa: "\f30b";
1130
}
1131
1132
.fa.fa-apple {
1133
font-family: "Font Awesome 7 Brands";
1134
font-weight: 400;
1135
}
1136
1137
.fa.fa-windows {
1138
font-family: "Font Awesome 7 Brands";
1139
font-weight: 400;
1140
}
1141
1142
.fa.fa-android {
1143
font-family: "Font Awesome 7 Brands";
1144
font-weight: 400;
1145
}
1146
1147
.fa.fa-linux {
1148
font-family: "Font Awesome 7 Brands";
1149
font-weight: 400;
1150
}
1151
1152
.fa.fa-dribbble {
1153
font-family: "Font Awesome 7 Brands";
1154
font-weight: 400;
1155
}
1156
1157
.fa.fa-skype {
1158
font-family: "Font Awesome 7 Brands";
1159
font-weight: 400;
1160
}
1161
1162
.fa.fa-foursquare {
1163
font-family: "Font Awesome 7 Brands";
1164
font-weight: 400;
1165
}
1166
1167
.fa.fa-trello {
1168
font-family: "Font Awesome 7 Brands";
1169
font-weight: 400;
1170
}
1171
1172
.fa.fa-gratipay {
1173
font-family: "Font Awesome 7 Brands";
1174
font-weight: 400;
1175
}
1176
1177
.fa.fa-gittip {
1178
font-family: "Font Awesome 7 Brands";
1179
font-weight: 400;
1180
}
1181
1182
.fa.fa-gittip {
1183
--fa: "\f184";
1184
}
1185
1186
.fa.fa-sun-o {
1187
font-family: "Font Awesome 7 Free";
1188
font-weight: 400;
1189
}
1190
1191
.fa.fa-sun-o {
1192
--fa: "\f185";
1193
}
1194
1195
.fa.fa-moon-o {
1196
font-family: "Font Awesome 7 Free";
1197
font-weight: 400;
1198
}
1199
1200
.fa.fa-moon-o {
1201
--fa: "\f186";
1202
}
1203
1204
.fa.fa-vk {
1205
font-family: "Font Awesome 7 Brands";
1206
font-weight: 400;
1207
}
1208
1209
.fa.fa-weibo {
1210
font-family: "Font Awesome 7 Brands";
1211
font-weight: 400;
1212
}
1213
1214
.fa.fa-renren {
1215
font-family: "Font Awesome 7 Brands";
1216
font-weight: 400;
1217
}
1218
1219
.fa.fa-pagelines {
1220
font-family: "Font Awesome 7 Brands";
1221
font-weight: 400;
1222
}
1223
1224
.fa.fa-stack-exchange {
1225
font-family: "Font Awesome 7 Brands";
1226
font-weight: 400;
1227
}
1228
1229
.fa.fa-arrow-circle-o-right {
1230
font-family: "Font Awesome 7 Free";
1231
font-weight: 400;
1232
}
1233
1234
.fa.fa-arrow-circle-o-right {
1235
--fa: "\f35a";
1236
}
1237
1238
.fa.fa-arrow-circle-o-left {
1239
font-family: "Font Awesome 7 Free";
1240
font-weight: 400;
1241
}
1242
1243
.fa.fa-arrow-circle-o-left {
1244
--fa: "\f359";
1245
}
1246
1247
.fa.fa-caret-square-o-left {
1248
font-family: "Font Awesome 7 Free";
1249
font-weight: 400;
1250
}
1251
1252
.fa.fa-caret-square-o-left {
1253
--fa: "\f191";
1254
}
1255
1256
.fa.fa-toggle-left {
1257
font-family: "Font Awesome 7 Free";
1258
font-weight: 400;
1259
}
1260
1261
.fa.fa-toggle-left {
1262
--fa: "\f191";
1263
}
1264
1265
.fa.fa-dot-circle-o {
1266
font-family: "Font Awesome 7 Free";
1267
font-weight: 400;
1268
}
1269
1270
.fa.fa-dot-circle-o {
1271
--fa: "\f192";
1272
}
1273
1274
.fa.fa-vimeo-square {
1275
font-family: "Font Awesome 7 Brands";
1276
font-weight: 400;
1277
}
1278
1279
.fa.fa-vimeo-square {
1280
--fa: "\f194";
1281
}
1282
1283
.fa.fa-try {
1284
--fa: "\e2bb";
1285
}
1286
1287
.fa.fa-turkish-lira {
1288
--fa: "\e2bb";
1289
}
1290
1291
.fa.fa-plus-square-o {
1292
font-family: "Font Awesome 7 Free";
1293
font-weight: 400;
1294
}
1295
1296
.fa.fa-plus-square-o {
1297
--fa: "\f0fe";
1298
}
1299
1300
.fa.fa-slack {
1301
font-family: "Font Awesome 7 Brands";
1302
font-weight: 400;
1303
}
1304
1305
.fa.fa-wordpress {
1306
font-family: "Font Awesome 7 Brands";
1307
font-weight: 400;
1308
}
1309
1310
.fa.fa-openid {
1311
font-family: "Font Awesome 7 Brands";
1312
font-weight: 400;
1313
}
1314
1315
.fa.fa-institution {
1316
--fa: "\f19c";
1317
}
1318
1319
.fa.fa-bank {
1320
--fa: "\f19c";
1321
}
1322
1323
.fa.fa-mortar-board {
1324
--fa: "\f19d";
1325
}
1326
1327
.fa.fa-yahoo {
1328
font-family: "Font Awesome 7 Brands";
1329
font-weight: 400;
1330
}
1331
1332
.fa.fa-google {
1333
font-family: "Font Awesome 7 Brands";
1334
font-weight: 400;
1335
}
1336
1337
.fa.fa-reddit {
1338
font-family: "Font Awesome 7 Brands";
1339
font-weight: 400;
1340
}
1341
1342
.fa.fa-reddit-square {
1343
font-family: "Font Awesome 7 Brands";
1344
font-weight: 400;
1345
}
1346
1347
.fa.fa-reddit-square {
1348
--fa: "\f1a2";
1349
}
1350
1351
.fa.fa-stumbleupon-circle {
1352
font-family: "Font Awesome 7 Brands";
1353
font-weight: 400;
1354
}
1355
1356
.fa.fa-stumbleupon {
1357
font-family: "Font Awesome 7 Brands";
1358
font-weight: 400;
1359
}
1360
1361
.fa.fa-delicious {
1362
font-family: "Font Awesome 7 Brands";
1363
font-weight: 400;
1364
}
1365
1366
.fa.fa-digg {
1367
font-family: "Font Awesome 7 Brands";
1368
font-weight: 400;
1369
}
1370
1371
.fa.fa-pied-piper-pp {
1372
font-family: "Font Awesome 7 Brands";
1373
font-weight: 400;
1374
}
1375
1376
.fa.fa-pied-piper-alt {
1377
font-family: "Font Awesome 7 Brands";
1378
font-weight: 400;
1379
}
1380
1381
.fa.fa-drupal {
1382
font-family: "Font Awesome 7 Brands";
1383
font-weight: 400;
1384
}
1385
1386
.fa.fa-joomla {
1387
font-family: "Font Awesome 7 Brands";
1388
font-weight: 400;
1389
}
1390
1391
.fa.fa-behance {
1392
font-family: "Font Awesome 7 Brands";
1393
font-weight: 400;
1394
}
1395
1396
.fa.fa-behance-square {
1397
font-family: "Font Awesome 7 Brands";
1398
font-weight: 400;
1399
}
1400
1401
.fa.fa-behance-square {
1402
--fa: "\f1b5";
1403
}
1404
1405
.fa.fa-steam {
1406
font-family: "Font Awesome 7 Brands";
1407
font-weight: 400;
1408
}
1409
1410
.fa.fa-steam-square {
1411
font-family: "Font Awesome 7 Brands";
1412
font-weight: 400;
1413
}
1414
1415
.fa.fa-steam-square {
1416
--fa: "\f1b7";
1417
}
1418
1419
.fa.fa-automobile {
1420
--fa: "\f1b9";
1421
}
1422
1423
.fa.fa-cab {
1424
--fa: "\f1ba";
1425
}
1426
1427
.fa.fa-spotify {
1428
font-family: "Font Awesome 7 Brands";
1429
font-weight: 400;
1430
}
1431
1432
.fa.fa-deviantart {
1433
font-family: "Font Awesome 7 Brands";
1434
font-weight: 400;
1435
}
1436
1437
.fa.fa-soundcloud {
1438
font-family: "Font Awesome 7 Brands";
1439
font-weight: 400;
1440
}
1441
1442
.fa.fa-file-pdf-o {
1443
font-family: "Font Awesome 7 Free";
1444
font-weight: 400;
1445
}
1446
1447
.fa.fa-file-pdf-o {
1448
--fa: "\f1c1";
1449
}
1450
1451
.fa.fa-file-word-o {
1452
font-family: "Font Awesome 7 Free";
1453
font-weight: 400;
1454
}
1455
1456
.fa.fa-file-word-o {
1457
--fa: "\f1c2";
1458
}
1459
1460
.fa.fa-file-excel-o {
1461
font-family: "Font Awesome 7 Free";
1462
font-weight: 400;
1463
}
1464
1465
.fa.fa-file-excel-o {
1466
--fa: "\f1c3";
1467
}
1468
1469
.fa.fa-file-powerpoint-o {
1470
font-family: "Font Awesome 7 Free";
1471
font-weight: 400;
1472
}
1473
1474
.fa.fa-file-powerpoint-o {
1475
--fa: "\f1c4";
1476
}
1477
1478
.fa.fa-file-image-o {
1479
font-family: "Font Awesome 7 Free";
1480
font-weight: 400;
1481
}
1482
1483
.fa.fa-file-image-o {
1484
--fa: "\f1c5";
1485
}
1486
1487
.fa.fa-file-photo-o {
1488
font-family: "Font Awesome 7 Free";
1489
font-weight: 400;
1490
}
1491
1492
.fa.fa-file-photo-o {
1493
--fa: "\f1c5";
1494
}
1495
1496
.fa.fa-file-picture-o {
1497
font-family: "Font Awesome 7 Free";
1498
font-weight: 400;
1499
}
1500
1501
.fa.fa-file-picture-o {
1502
--fa: "\f1c5";
1503
}
1504
1505
.fa.fa-file-archive-o {
1506
font-family: "Font Awesome 7 Free";
1507
font-weight: 400;
1508
}
1509
1510
.fa.fa-file-archive-o {
1511
--fa: "\f1c6";
1512
}
1513
1514
.fa.fa-file-zip-o {
1515
font-family: "Font Awesome 7 Free";
1516
font-weight: 400;
1517
}
1518
1519
.fa.fa-file-zip-o {
1520
--fa: "\f1c6";
1521
}
1522
1523
.fa.fa-file-audio-o {
1524
font-family: "Font Awesome 7 Free";
1525
font-weight: 400;
1526
}
1527
1528
.fa.fa-file-audio-o {
1529
--fa: "\f1c7";
1530
}
1531
1532
.fa.fa-file-sound-o {
1533
font-family: "Font Awesome 7 Free";
1534
font-weight: 400;
1535
}
1536
1537
.fa.fa-file-sound-o {
1538
--fa: "\f1c7";
1539
}
1540
1541
.fa.fa-file-video-o {
1542
font-family: "Font Awesome 7 Free";
1543
font-weight: 400;
1544
}
1545
1546
.fa.fa-file-video-o {
1547
--fa: "\f1c8";
1548
}
1549
1550
.fa.fa-file-movie-o {
1551
font-family: "Font Awesome 7 Free";
1552
font-weight: 400;
1553
}
1554
1555
.fa.fa-file-movie-o {
1556
--fa: "\f1c8";
1557
}
1558
1559
.fa.fa-file-code-o {
1560
font-family: "Font Awesome 7 Free";
1561
font-weight: 400;
1562
}
1563
1564
.fa.fa-file-code-o {
1565
--fa: "\f1c9";
1566
}
1567
1568
.fa.fa-vine {
1569
font-family: "Font Awesome 7 Brands";
1570
font-weight: 400;
1571
}
1572
1573
.fa.fa-codepen {
1574
font-family: "Font Awesome 7 Brands";
1575
font-weight: 400;
1576
}
1577
1578
.fa.fa-jsfiddle {
1579
font-family: "Font Awesome 7 Brands";
1580
font-weight: 400;
1581
}
1582
1583
.fa.fa-life-bouy {
1584
--fa: "\f1cd";
1585
}
1586
1587
.fa.fa-life-buoy {
1588
--fa: "\f1cd";
1589
}
1590
1591
.fa.fa-life-saver {
1592
--fa: "\f1cd";
1593
}
1594
1595
.fa.fa-support {
1596
--fa: "\f1cd";
1597
}
1598
1599
.fa.fa-circle-o-notch {
1600
--fa: "\f1ce";
1601
}
1602
1603
.fa.fa-rebel {
1604
font-family: "Font Awesome 7 Brands";
1605
font-weight: 400;
1606
}
1607
1608
.fa.fa-ra {
1609
font-family: "Font Awesome 7 Brands";
1610
font-weight: 400;
1611
}
1612
1613
.fa.fa-ra {
1614
--fa: "\f1d0";
1615
}
1616
1617
.fa.fa-resistance {
1618
font-family: "Font Awesome 7 Brands";
1619
font-weight: 400;
1620
}
1621
1622
.fa.fa-resistance {
1623
--fa: "\f1d0";
1624
}
1625
1626
.fa.fa-empire {
1627
font-family: "Font Awesome 7 Brands";
1628
font-weight: 400;
1629
}
1630
1631
.fa.fa-ge {
1632
font-family: "Font Awesome 7 Brands";
1633
font-weight: 400;
1634
}
1635
1636
.fa.fa-ge {
1637
--fa: "\f1d1";
1638
}
1639
1640
.fa.fa-git-square {
1641
font-family: "Font Awesome 7 Brands";
1642
font-weight: 400;
1643
}
1644
1645
.fa.fa-git-square {
1646
--fa: "\f1d2";
1647
}
1648
1649
.fa.fa-git {
1650
font-family: "Font Awesome 7 Brands";
1651
font-weight: 400;
1652
}
1653
1654
.fa.fa-hacker-news {
1655
font-family: "Font Awesome 7 Brands";
1656
font-weight: 400;
1657
}
1658
1659
.fa.fa-y-combinator-square {
1660
font-family: "Font Awesome 7 Brands";
1661
font-weight: 400;
1662
}
1663
1664
.fa.fa-y-combinator-square {
1665
--fa: "\f1d4";
1666
}
1667
1668
.fa.fa-yc-square {
1669
font-family: "Font Awesome 7 Brands";
1670
font-weight: 400;
1671
}
1672
1673
.fa.fa-yc-square {
1674
--fa: "\f1d4";
1675
}
1676
1677
.fa.fa-tencent-weibo {
1678
font-family: "Font Awesome 7 Brands";
1679
font-weight: 400;
1680
}
1681
1682
.fa.fa-qq {
1683
font-family: "Font Awesome 7 Brands";
1684
font-weight: 400;
1685
}
1686
1687
.fa.fa-weixin {
1688
font-family: "Font Awesome 7 Brands";
1689
font-weight: 400;
1690
}
1691
1692
.fa.fa-wechat {
1693
font-family: "Font Awesome 7 Brands";
1694
font-weight: 400;
1695
}
1696
1697
.fa.fa-wechat {
1698
--fa: "\f1d7";
1699
}
1700
1701
.fa.fa-send {
1702
--fa: "\f1d8";
1703
}
1704
1705
.fa.fa-paper-plane-o {
1706
font-family: "Font Awesome 7 Free";
1707
font-weight: 400;
1708
}
1709
1710
.fa.fa-paper-plane-o {
1711
--fa: "\f1d8";
1712
}
1713
1714
.fa.fa-send-o {
1715
font-family: "Font Awesome 7 Free";
1716
font-weight: 400;
1717
}
1718
1719
.fa.fa-send-o {
1720
--fa: "\f1d8";
1721
}
1722
1723
.fa.fa-circle-thin {
1724
font-family: "Font Awesome 7 Free";
1725
font-weight: 400;
1726
}
1727
1728
.fa.fa-circle-thin {
1729
--fa: "\f111";
1730
}
1731
1732
.fa.fa-header {
1733
--fa: "\f1dc";
1734
}
1735
1736
.fa.fa-futbol-o {
1737
font-family: "Font Awesome 7 Free";
1738
font-weight: 400;
1739
}
1740
1741
.fa.fa-futbol-o {
1742
--fa: "\f1e3";
1743
}
1744
1745
.fa.fa-soccer-ball-o {
1746
font-family: "Font Awesome 7 Free";
1747
font-weight: 400;
1748
}
1749
1750
.fa.fa-soccer-ball-o {
1751
--fa: "\f1e3";
1752
}
1753
1754
.fa.fa-slideshare {
1755
font-family: "Font Awesome 7 Brands";
1756
font-weight: 400;
1757
}
1758
1759
.fa.fa-twitch {
1760
font-family: "Font Awesome 7 Brands";
1761
font-weight: 400;
1762
}
1763
1764
.fa.fa-yelp {
1765
font-family: "Font Awesome 7 Brands";
1766
font-weight: 400;
1767
}
1768
1769
.fa.fa-newspaper-o {
1770
font-family: "Font Awesome 7 Free";
1771
font-weight: 400;
1772
}
1773
1774
.fa.fa-newspaper-o {
1775
--fa: "\f1ea";
1776
}
1777
1778
.fa.fa-paypal {
1779
font-family: "Font Awesome 7 Brands";
1780
font-weight: 400;
1781
}
1782
1783
.fa.fa-google-wallet {
1784
font-family: "Font Awesome 7 Brands";
1785
font-weight: 400;
1786
}
1787
1788
.fa.fa-cc-visa {
1789
font-family: "Font Awesome 7 Brands";
1790
font-weight: 400;
1791
}
1792
1793
.fa.fa-cc-mastercard {
1794
font-family: "Font Awesome 7 Brands";
1795
font-weight: 400;
1796
}
1797
1798
.fa.fa-cc-discover {
1799
font-family: "Font Awesome 7 Brands";
1800
font-weight: 400;
1801
}
1802
1803
.fa.fa-cc-amex {
1804
font-family: "Font Awesome 7 Brands";
1805
font-weight: 400;
1806
}
1807
1808
.fa.fa-cc-paypal {
1809
font-family: "Font Awesome 7 Brands";
1810
font-weight: 400;
1811
}
1812
1813
.fa.fa-cc-stripe {
1814
font-family: "Font Awesome 7 Brands";
1815
font-weight: 400;
1816
}
1817
1818
.fa.fa-bell-slash-o {
1819
font-family: "Font Awesome 7 Free";
1820
font-weight: 400;
1821
}
1822
1823
.fa.fa-bell-slash-o {
1824
--fa: "\f1f6";
1825
}
1826
1827
.fa.fa-trash {
1828
--fa: "\f2ed";
1829
}
1830
1831
.fa.fa-copyright {
1832
font-family: "Font Awesome 7 Free";
1833
font-weight: 400;
1834
}
1835
1836
.fa.fa-eyedropper {
1837
--fa: "\f1fb";
1838
}
1839
1840
.fa.fa-area-chart {
1841
--fa: "\f1fe";
1842
}
1843
1844
.fa.fa-pie-chart {
1845
--fa: "\f200";
1846
}
1847
1848
.fa.fa-line-chart {
1849
--fa: "\f201";
1850
}
1851
1852
.fa.fa-lastfm {
1853
font-family: "Font Awesome 7 Brands";
1854
font-weight: 400;
1855
}
1856
1857
.fa.fa-lastfm-square {
1858
font-family: "Font Awesome 7 Brands";
1859
font-weight: 400;
1860
}
1861
1862
.fa.fa-lastfm-square {
1863
--fa: "\f203";
1864
}
1865
1866
.fa.fa-ioxhost {
1867
font-family: "Font Awesome 7 Brands";
1868
font-weight: 400;
1869
}
1870
1871
.fa.fa-angellist {
1872
font-family: "Font Awesome 7 Brands";
1873
font-weight: 400;
1874
}
1875
1876
.fa.fa-cc {
1877
font-family: "Font Awesome 7 Free";
1878
font-weight: 400;
1879
}
1880
1881
.fa.fa-cc {
1882
--fa: "\f20a";
1883
}
1884
1885
.fa.fa-ils {
1886
--fa: "\f20b";
1887
}
1888
1889
.fa.fa-shekel {
1890
--fa: "\f20b";
1891
}
1892
1893
.fa.fa-sheqel {
1894
--fa: "\f20b";
1895
}
1896
1897
.fa.fa-buysellads {
1898
font-family: "Font Awesome 7 Brands";
1899
font-weight: 400;
1900
}
1901
1902
.fa.fa-connectdevelop {
1903
font-family: "Font Awesome 7 Brands";
1904
font-weight: 400;
1905
}
1906
1907
.fa.fa-dashcube {
1908
font-family: "Font Awesome 7 Brands";
1909
font-weight: 400;
1910
}
1911
1912
.fa.fa-forumbee {
1913
font-family: "Font Awesome 7 Brands";
1914
font-weight: 400;
1915
}
1916
1917
.fa.fa-leanpub {
1918
font-family: "Font Awesome 7 Brands";
1919
font-weight: 400;
1920
}
1921
1922
.fa.fa-sellsy {
1923
font-family: "Font Awesome 7 Brands";
1924
font-weight: 400;
1925
}
1926
1927
.fa.fa-shirtsinbulk {
1928
font-family: "Font Awesome 7 Brands";
1929
font-weight: 400;
1930
}
1931
1932
.fa.fa-simplybuilt {
1933
font-family: "Font Awesome 7 Brands";
1934
font-weight: 400;
1935
}
1936
1937
.fa.fa-skyatlas {
1938
font-family: "Font Awesome 7 Brands";
1939
font-weight: 400;
1940
}
1941
1942
.fa.fa-diamond {
1943
font-family: "Font Awesome 7 Free";
1944
font-weight: 400;
1945
}
1946
1947
.fa.fa-diamond {
1948
--fa: "\f3a5";
1949
}
1950
1951
.fa.fa-transgender {
1952
--fa: "\f224";
1953
}
1954
1955
.fa.fa-intersex {
1956
--fa: "\f224";
1957
}
1958
1959
.fa.fa-transgender-alt {
1960
--fa: "\f225";
1961
}
1962
1963
.fa.fa-facebook-official {
1964
font-family: "Font Awesome 7 Brands";
1965
font-weight: 400;
1966
}
1967
1968
.fa.fa-facebook-official {
1969
--fa: "\f09a";
1970
}
1971
1972
.fa.fa-pinterest-p {
1973
font-family: "Font Awesome 7 Brands";
1974
font-weight: 400;
1975
}
1976
1977
.fa.fa-whatsapp {
1978
font-family: "Font Awesome 7 Brands";
1979
font-weight: 400;
1980
}
1981
1982
.fa.fa-hotel {
1983
--fa: "\f236";
1984
}
1985
1986
.fa.fa-viacoin {
1987
font-family: "Font Awesome 7 Brands";
1988
font-weight: 400;
1989
}
1990
1991
.fa.fa-medium {
1992
font-family: "Font Awesome 7 Brands";
1993
font-weight: 400;
1994
}
1995
1996
.fa.fa-y-combinator {
1997
font-family: "Font Awesome 7 Brands";
1998
font-weight: 400;
1999
}
2000
2001
.fa.fa-yc {
2002
font-family: "Font Awesome 7 Brands";
2003
font-weight: 400;
2004
}
2005
2006
.fa.fa-yc {
2007
--fa: "\f23b";
2008
}
2009
2010
.fa.fa-optin-monster {
2011
font-family: "Font Awesome 7 Brands";
2012
font-weight: 400;
2013
}
2014
2015
.fa.fa-opencart {
2016
font-family: "Font Awesome 7 Brands";
2017
font-weight: 400;
2018
}
2019
2020
.fa.fa-expeditedssl {
2021
font-family: "Font Awesome 7 Brands";
2022
font-weight: 400;
2023
}
2024
2025
.fa.fa-battery-4 {
2026
--fa: "\f240";
2027
}
2028
2029
.fa.fa-battery {
2030
--fa: "\f240";
2031
}
2032
2033
.fa.fa-battery-3 {
2034
--fa: "\f241";
2035
}
2036
2037
.fa.fa-battery-2 {
2038
--fa: "\f242";
2039
}
2040
2041
.fa.fa-battery-1 {
2042
--fa: "\f243";
2043
}
2044
2045
.fa.fa-battery-0 {
2046
--fa: "\f244";
2047
}
2048
2049
.fa.fa-object-group {
2050
font-family: "Font Awesome 7 Free";
2051
font-weight: 400;
2052
}
2053
2054
.fa.fa-object-ungroup {
2055
font-family: "Font Awesome 7 Free";
2056
font-weight: 400;
2057
}
2058
2059
.fa.fa-sticky-note-o {
2060
font-family: "Font Awesome 7 Free";
2061
font-weight: 400;
2062
}
2063
2064
.fa.fa-sticky-note-o {
2065
--fa: "\f249";
2066
}
2067
2068
.fa.fa-cc-jcb {
2069
font-family: "Font Awesome 7 Brands";
2070
font-weight: 400;
2071
}
2072
2073
.fa.fa-cc-diners-club {
2074
font-family: "Font Awesome 7 Brands";
2075
font-weight: 400;
2076
}
2077
2078
.fa.fa-clone {
2079
font-family: "Font Awesome 7 Free";
2080
font-weight: 400;
2081
}
2082
2083
.fa.fa-hourglass-o {
2084
--fa: "\f254";
2085
}
2086
2087
.fa.fa-hourglass-1 {
2088
--fa: "\f251";
2089
}
2090
2091
.fa.fa-hourglass-2 {
2092
--fa: "\f252";
2093
}
2094
2095
.fa.fa-hourglass-3 {
2096
--fa: "\f253";
2097
}
2098
2099
.fa.fa-hand-rock-o {
2100
font-family: "Font Awesome 7 Free";
2101
font-weight: 400;
2102
}
2103
2104
.fa.fa-hand-rock-o {
2105
--fa: "\f255";
2106
}
2107
2108
.fa.fa-hand-grab-o {
2109
font-family: "Font Awesome 7 Free";
2110
font-weight: 400;
2111
}
2112
2113
.fa.fa-hand-grab-o {
2114
--fa: "\f255";
2115
}
2116
2117
.fa.fa-hand-paper-o {
2118
font-family: "Font Awesome 7 Free";
2119
font-weight: 400;
2120
}
2121
2122
.fa.fa-hand-paper-o {
2123
--fa: "\f256";
2124
}
2125
2126
.fa.fa-hand-stop-o {
2127
font-family: "Font Awesome 7 Free";
2128
font-weight: 400;
2129
}
2130
2131
.fa.fa-hand-stop-o {
2132
--fa: "\f256";
2133
}
2134
2135
.fa.fa-hand-scissors-o {
2136
font-family: "Font Awesome 7 Free";
2137
font-weight: 400;
2138
}
2139
2140
.fa.fa-hand-scissors-o {
2141
--fa: "\f257";
2142
}
2143
2144
.fa.fa-hand-lizard-o {
2145
font-family: "Font Awesome 7 Free";
2146
font-weight: 400;
2147
}
2148
2149
.fa.fa-hand-lizard-o {
2150
--fa: "\f258";
2151
}
2152
2153
.fa.fa-hand-spock-o {
2154
font-family: "Font Awesome 7 Free";
2155
font-weight: 400;
2156
}
2157
2158
.fa.fa-hand-spock-o {
2159
--fa: "\f259";
2160
}
2161
2162
.fa.fa-hand-pointer-o {
2163
font-family: "Font Awesome 7 Free";
2164
font-weight: 400;
2165
}
2166
2167
.fa.fa-hand-pointer-o {
2168
--fa: "\f25a";
2169
}
2170
2171
.fa.fa-hand-peace-o {
2172
font-family: "Font Awesome 7 Free";
2173
font-weight: 400;
2174
}
2175
2176
.fa.fa-hand-peace-o {
2177
--fa: "\f25b";
2178
}
2179
2180
.fa.fa-registered {
2181
font-family: "Font Awesome 7 Free";
2182
font-weight: 400;
2183
}
2184
2185
.fa.fa-creative-commons {
2186
font-family: "Font Awesome 7 Brands";
2187
font-weight: 400;
2188
}
2189
2190
.fa.fa-gg {
2191
font-family: "Font Awesome 7 Brands";
2192
font-weight: 400;
2193
}
2194
2195
.fa.fa-gg-circle {
2196
font-family: "Font Awesome 7 Brands";
2197
font-weight: 400;
2198
}
2199
2200
.fa.fa-odnoklassniki {
2201
font-family: "Font Awesome 7 Brands";
2202
font-weight: 400;
2203
}
2204
2205
.fa.fa-odnoklassniki-square {
2206
font-family: "Font Awesome 7 Brands";
2207
font-weight: 400;
2208
}
2209
2210
.fa.fa-odnoklassniki-square {
2211
--fa: "\f264";
2212
}
2213
2214
.fa.fa-get-pocket {
2215
font-family: "Font Awesome 7 Brands";
2216
font-weight: 400;
2217
}
2218
2219
.fa.fa-wikipedia-w {
2220
font-family: "Font Awesome 7 Brands";
2221
font-weight: 400;
2222
}
2223
2224
.fa.fa-safari {
2225
font-family: "Font Awesome 7 Brands";
2226
font-weight: 400;
2227
}
2228
2229
.fa.fa-chrome {
2230
font-family: "Font Awesome 7 Brands";
2231
font-weight: 400;
2232
}
2233
2234
.fa.fa-firefox {
2235
font-family: "Font Awesome 7 Brands";
2236
font-weight: 400;
2237
}
2238
2239
.fa.fa-opera {
2240
font-family: "Font Awesome 7 Brands";
2241
font-weight: 400;
2242
}
2243
2244
.fa.fa-internet-explorer {
2245
font-family: "Font Awesome 7 Brands";
2246
font-weight: 400;
2247
}
2248
2249
.fa.fa-television {
2250
--fa: "\f26c";
2251
}
2252
2253
.fa.fa-contao {
2254
font-family: "Font Awesome 7 Brands";
2255
font-weight: 400;
2256
}
2257
2258
.fa.fa-500px {
2259
font-family: "Font Awesome 7 Brands";
2260
font-weight: 400;
2261
}
2262
2263
.fa.fa-amazon {
2264
font-family: "Font Awesome 7 Brands";
2265
font-weight: 400;
2266
}
2267
2268
.fa.fa-calendar-plus-o {
2269
font-family: "Font Awesome 7 Free";
2270
font-weight: 400;
2271
}
2272
2273
.fa.fa-calendar-plus-o {
2274
--fa: "\f271";
2275
}
2276
2277
.fa.fa-calendar-minus-o {
2278
font-family: "Font Awesome 7 Free";
2279
font-weight: 400;
2280
}
2281
2282
.fa.fa-calendar-minus-o {
2283
--fa: "\f272";
2284
}
2285
2286
.fa.fa-calendar-times-o {
2287
font-family: "Font Awesome 7 Free";
2288
font-weight: 400;
2289
}
2290
2291
.fa.fa-calendar-times-o {
2292
--fa: "\f273";
2293
}
2294
2295
.fa.fa-calendar-check-o {
2296
font-family: "Font Awesome 7 Free";
2297
font-weight: 400;
2298
}
2299
2300
.fa.fa-calendar-check-o {
2301
--fa: "\f274";
2302
}
2303
2304
.fa.fa-map-o {
2305
font-family: "Font Awesome 7 Free";
2306
font-weight: 400;
2307
}
2308
2309
.fa.fa-map-o {
2310
--fa: "\f279";
2311
}
2312
2313
.fa.fa-commenting {
2314
--fa: "\f4ad";
2315
}
2316
2317
.fa.fa-commenting-o {
2318
font-family: "Font Awesome 7 Free";
2319
font-weight: 400;
2320
}
2321
2322
.fa.fa-commenting-o {
2323
--fa: "\f4ad";
2324
}
2325
2326
.fa.fa-houzz {
2327
font-family: "Font Awesome 7 Brands";
2328
font-weight: 400;
2329
}
2330
2331
.fa.fa-vimeo {
2332
font-family: "Font Awesome 7 Brands";
2333
font-weight: 400;
2334
}
2335
2336
.fa.fa-vimeo {
2337
--fa: "\f27d";
2338
}
2339
2340
.fa.fa-black-tie {
2341
font-family: "Font Awesome 7 Brands";
2342
font-weight: 400;
2343
}
2344
2345
.fa.fa-fonticons {
2346
font-family: "Font Awesome 7 Brands";
2347
font-weight: 400;
2348
}
2349
2350
.fa.fa-reddit-alien {
2351
font-family: "Font Awesome 7 Brands";
2352
font-weight: 400;
2353
}
2354
2355
.fa.fa-edge {
2356
font-family: "Font Awesome 7 Brands";
2357
font-weight: 400;
2358
}
2359
2360
.fa.fa-credit-card-alt {
2361
--fa: "\f09d";
2362
}
2363
2364
.fa.fa-codiepie {
2365
font-family: "Font Awesome 7 Brands";
2366
font-weight: 400;
2367
}
2368
2369
.fa.fa-modx {
2370
font-family: "Font Awesome 7 Brands";
2371
font-weight: 400;
2372
}
2373
2374
.fa.fa-fort-awesome {
2375
font-family: "Font Awesome 7 Brands";
2376
font-weight: 400;
2377
}
2378
2379
.fa.fa-usb {
2380
font-family: "Font Awesome 7 Brands";
2381
font-weight: 400;
2382
}
2383
2384
.fa.fa-product-hunt {
2385
font-family: "Font Awesome 7 Brands";
2386
font-weight: 400;
2387
}
2388
2389
.fa.fa-mixcloud {
2390
font-family: "Font Awesome 7 Brands";
2391
font-weight: 400;
2392
}
2393
2394
.fa.fa-scribd {
2395
font-family: "Font Awesome 7 Brands";
2396
font-weight: 400;
2397
}
2398
2399
.fa.fa-pause-circle-o {
2400
font-family: "Font Awesome 7 Free";
2401
font-weight: 400;
2402
}
2403
2404
.fa.fa-pause-circle-o {
2405
--fa: "\f28b";
2406
}
2407
2408
.fa.fa-stop-circle-o {
2409
font-family: "Font Awesome 7 Free";
2410
font-weight: 400;
2411
}
2412
2413
.fa.fa-stop-circle-o {
2414
--fa: "\f28d";
2415
}
2416
2417
.fa.fa-bluetooth {
2418
font-family: "Font Awesome 7 Brands";
2419
font-weight: 400;
2420
}
2421
2422
.fa.fa-bluetooth-b {
2423
font-family: "Font Awesome 7 Brands";
2424
font-weight: 400;
2425
}
2426
2427
.fa.fa-gitlab {
2428
font-family: "Font Awesome 7 Brands";
2429
font-weight: 400;
2430
}
2431
2432
.fa.fa-wpbeginner {
2433
font-family: "Font Awesome 7 Brands";
2434
font-weight: 400;
2435
}
2436
2437
.fa.fa-wpforms {
2438
font-family: "Font Awesome 7 Brands";
2439
font-weight: 400;
2440
}
2441
2442
.fa.fa-envira {
2443
font-family: "Font Awesome 7 Brands";
2444
font-weight: 400;
2445
}
2446
2447
.fa.fa-wheelchair-alt {
2448
font-family: "Font Awesome 7 Brands";
2449
font-weight: 400;
2450
}
2451
2452
.fa.fa-wheelchair-alt {
2453
--fa: "\f368";
2454
}
2455
2456
.fa.fa-question-circle-o {
2457
font-family: "Font Awesome 7 Free";
2458
font-weight: 400;
2459
}
2460
2461
.fa.fa-question-circle-o {
2462
--fa: "\f059";
2463
}
2464
2465
.fa.fa-volume-control-phone {
2466
--fa: "\f2a0";
2467
}
2468
2469
.fa.fa-asl-interpreting {
2470
--fa: "\f2a3";
2471
}
2472
2473
.fa.fa-deafness {
2474
--fa: "\f2a4";
2475
}
2476
2477
.fa.fa-hard-of-hearing {
2478
--fa: "\f2a4";
2479
}
2480
2481
.fa.fa-glide {
2482
font-family: "Font Awesome 7 Brands";
2483
font-weight: 400;
2484
}
2485
2486
.fa.fa-glide-g {
2487
font-family: "Font Awesome 7 Brands";
2488
font-weight: 400;
2489
}
2490
2491
.fa.fa-signing {
2492
--fa: "\f2a7";
2493
}
2494
2495
.fa.fa-viadeo {
2496
font-family: "Font Awesome 7 Brands";
2497
font-weight: 400;
2498
}
2499
2500
.fa.fa-viadeo-square {
2501
font-family: "Font Awesome 7 Brands";
2502
font-weight: 400;
2503
}
2504
2505
.fa.fa-viadeo-square {
2506
--fa: "\f2aa";
2507
}
2508
2509
.fa.fa-snapchat {
2510
font-family: "Font Awesome 7 Brands";
2511
font-weight: 400;
2512
}
2513
2514
.fa.fa-snapchat-ghost {
2515
font-family: "Font Awesome 7 Brands";
2516
font-weight: 400;
2517
}
2518
2519
.fa.fa-snapchat-ghost {
2520
--fa: "\f2ab";
2521
}
2522
2523
.fa.fa-snapchat-square {
2524
font-family: "Font Awesome 7 Brands";
2525
font-weight: 400;
2526
}
2527
2528
.fa.fa-snapchat-square {
2529
--fa: "\f2ad";
2530
}
2531
2532
.fa.fa-pied-piper {
2533
font-family: "Font Awesome 7 Brands";
2534
font-weight: 400;
2535
}
2536
2537
.fa.fa-first-order {
2538
font-family: "Font Awesome 7 Brands";
2539
font-weight: 400;
2540
}
2541
2542
.fa.fa-yoast {
2543
font-family: "Font Awesome 7 Brands";
2544
font-weight: 400;
2545
}
2546
2547
.fa.fa-themeisle {
2548
font-family: "Font Awesome 7 Brands";
2549
font-weight: 400;
2550
}
2551
2552
.fa.fa-google-plus-official {
2553
font-family: "Font Awesome 7 Brands";
2554
font-weight: 400;
2555
}
2556
2557
.fa.fa-google-plus-official {
2558
--fa: "\f2b3";
2559
}
2560
2561
.fa.fa-google-plus-circle {
2562
font-family: "Font Awesome 7 Brands";
2563
font-weight: 400;
2564
}
2565
2566
.fa.fa-google-plus-circle {
2567
--fa: "\f2b3";
2568
}
2569
2570
.fa.fa-font-awesome {
2571
font-family: "Font Awesome 7 Brands";
2572
font-weight: 400;
2573
}
2574
2575
.fa.fa-fa {
2576
font-family: "Font Awesome 7 Brands";
2577
font-weight: 400;
2578
}
2579
2580
.fa.fa-fa {
2581
--fa: "\f2b4";
2582
}
2583
2584
.fa.fa-handshake-o {
2585
font-family: "Font Awesome 7 Free";
2586
font-weight: 400;
2587
}
2588
2589
.fa.fa-handshake-o {
2590
--fa: "\f2b5";
2591
}
2592
2593
.fa.fa-envelope-open-o {
2594
font-family: "Font Awesome 7 Free";
2595
font-weight: 400;
2596
}
2597
2598
.fa.fa-envelope-open-o {
2599
--fa: "\f2b6";
2600
}
2601
2602
.fa.fa-linode {
2603
font-family: "Font Awesome 7 Brands";
2604
font-weight: 400;
2605
}
2606
2607
.fa.fa-address-book-o {
2608
font-family: "Font Awesome 7 Free";
2609
font-weight: 400;
2610
}
2611
2612
.fa.fa-address-book-o {
2613
--fa: "\f2b9";
2614
}
2615
2616
.fa.fa-vcard {
2617
--fa: "\f2bb";
2618
}
2619
2620
.fa.fa-address-card-o {
2621
font-family: "Font Awesome 7 Free";
2622
font-weight: 400;
2623
}
2624
2625
.fa.fa-address-card-o {
2626
--fa: "\f2bb";
2627
}
2628
2629
.fa.fa-vcard-o {
2630
font-family: "Font Awesome 7 Free";
2631
font-weight: 400;
2632
}
2633
2634
.fa.fa-vcard-o {
2635
--fa: "\f2bb";
2636
}
2637
2638
.fa.fa-user-circle-o {
2639
font-family: "Font Awesome 7 Free";
2640
font-weight: 400;
2641
}
2642
2643
.fa.fa-user-circle-o {
2644
--fa: "\f2bd";
2645
}
2646
2647
.fa.fa-user-o {
2648
font-family: "Font Awesome 7 Free";
2649
font-weight: 400;
2650
}
2651
2652
.fa.fa-user-o {
2653
--fa: "\f007";
2654
}
2655
2656
.fa.fa-id-badge {
2657
font-family: "Font Awesome 7 Free";
2658
font-weight: 400;
2659
}
2660
2661
.fa.fa-drivers-license {
2662
--fa: "\f2c2";
2663
}
2664
2665
.fa.fa-id-card-o {
2666
font-family: "Font Awesome 7 Free";
2667
font-weight: 400;
2668
}
2669
2670
.fa.fa-id-card-o {
2671
--fa: "\f2c2";
2672
}
2673
2674
.fa.fa-drivers-license-o {
2675
font-family: "Font Awesome 7 Free";
2676
font-weight: 400;
2677
}
2678
2679
.fa.fa-drivers-license-o {
2680
--fa: "\f2c2";
2681
}
2682
2683
.fa.fa-quora {
2684
font-family: "Font Awesome 7 Brands";
2685
font-weight: 400;
2686
}
2687
2688
.fa.fa-free-code-camp {
2689
font-family: "Font Awesome 7 Brands";
2690
font-weight: 400;
2691
}
2692
2693
.fa.fa-telegram {
2694
font-family: "Font Awesome 7 Brands";
2695
font-weight: 400;
2696
}
2697
2698
.fa.fa-thermometer-4 {
2699
--fa: "\f2c7";
2700
}
2701
2702
.fa.fa-thermometer {
2703
--fa: "\f2c7";
2704
}
2705
2706
.fa.fa-thermometer-3 {
2707
--fa: "\f2c8";
2708
}
2709
2710
.fa.fa-thermometer-2 {
2711
--fa: "\f2c9";
2712
}
2713
2714
.fa.fa-thermometer-1 {
2715
--fa: "\f2ca";
2716
}
2717
2718
.fa.fa-thermometer-0 {
2719
--fa: "\f2cb";
2720
}
2721
2722
.fa.fa-bathtub {
2723
--fa: "\f2cd";
2724
}
2725
2726
.fa.fa-s15 {
2727
--fa: "\f2cd";
2728
}
2729
2730
.fa.fa-window-maximize {
2731
font-family: "Font Awesome 7 Free";
2732
font-weight: 400;
2733
}
2734
2735
.fa.fa-window-restore {
2736
font-family: "Font Awesome 7 Free";
2737
font-weight: 400;
2738
}
2739
2740
.fa.fa-times-rectangle {
2741
--fa: "\f410";
2742
}
2743
2744
.fa.fa-window-close-o {
2745
font-family: "Font Awesome 7 Free";
2746
font-weight: 400;
2747
}
2748
2749
.fa.fa-window-close-o {
2750
--fa: "\f410";
2751
}
2752
2753
.fa.fa-times-rectangle-o {
2754
font-family: "Font Awesome 7 Free";
2755
font-weight: 400;
2756
}
2757
2758
.fa.fa-times-rectangle-o {
2759
--fa: "\f410";
2760
}
2761
2762
.fa.fa-bandcamp {
2763
font-family: "Font Awesome 7 Brands";
2764
font-weight: 400;
2765
}
2766
2767
.fa.fa-grav {
2768
font-family: "Font Awesome 7 Brands";
2769
font-weight: 400;
2770
}
2771
2772
.fa.fa-etsy {
2773
font-family: "Font Awesome 7 Brands";
2774
font-weight: 400;
2775
}
2776
2777
.fa.fa-imdb {
2778
font-family: "Font Awesome 7 Brands";
2779
font-weight: 400;
2780
}
2781
2782
.fa.fa-ravelry {
2783
font-family: "Font Awesome 7 Brands";
2784
font-weight: 400;
2785
}
2786
2787
.fa.fa-eercast {
2788
font-family: "Font Awesome 7 Brands";
2789
font-weight: 400;
2790
}
2791
2792
.fa.fa-eercast {
2793
--fa: "\f2da";
2794
}
2795
2796
.fa.fa-snowflake-o {
2797
font-family: "Font Awesome 7 Free";
2798
font-weight: 400;
2799
}
2800
2801
.fa.fa-snowflake-o {
2802
--fa: "\f2dc";
2803
}
2804
2805
.fa.fa-superpowers {
2806
font-family: "Font Awesome 7 Brands";
2807
font-weight: 400;
2808
}
2809
2810
.fa.fa-wpexplorer {
2811
font-family: "Font Awesome 7 Brands";
2812
font-weight: 400;
2813
}
2814
2815
.fa.fa-meetup {
2816
font-family: "Font Awesome 7 Brands";
2817
font-weight: 400;
2818
}
2819