all repos — hastystyles @ 8f4f9c6e63115be0976710f07b848ef26d10fcc6

The stylesheets for HastyScrybe and HastySite.

dist/hastystyles.fa.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
 1000
 1001
 1002
 1003
 1004
 1005
 1006
 1007
 1008
 1009
 1010
 1011
 1012
 1013
 1014
 1015
 1016
 1017
 1018
 1019
 1020
 1021
 1022
 1023
 1024
 1025
 1026
 1027
 1028
 1029
 1030
 1031
 1032
 1033
 1034
 1035
 1036
 1037
 1038
 1039
 1040
 1041
 1042
 1043
 1044
 1045
 1046
 1047
 1048
 1049
 1050
 1051
 1052
 1053
 1054
 1055
 1056
 1057
 1058
 1059
 1060
 1061
 1062
 1063
 1064
 1065
 1066
 1067
 1068
 1069
 1070
 1071
 1072
 1073
 1074
 1075
 1076
 1077
 1078
 1079
 1080
 1081
 1082
 1083
 1084
 1085
 1086
 1087
 1088
 1089
 1090
 1091
 1092
 1093
 1094
 1095
 1096
 1097
 1098
 1099
 1100
 1101
 1102
 1103
 1104
 1105
 1106
 1107
 1108
 1109
 1110
 1111
 1112
 1113
 1114
 1115
 1116
 1117
 1118
 1119
 1120
 1121
 1122
 1123
 1124
 1125
 1126
 1127
 1128
 1129
 1130
 1131
 1132
 1133
 1134
 1135
 1136
 1137
 1138
 1139
 1140
 1141
 1142
 1143
 1144
 1145
 1146
 1147
 1148
 1149
 1150
 1151
 1152
 1153
 1154
 1155
 1156
 1157
 1158
 1159
 1160
 1161
 1162
 1163
 1164
 1165
 1166
 1167
 1168
 1169
 1170
 1171
 1172
 1173
 1174
 1175
 1176
 1177
 1178
 1179
 1180
 1181
 1182
 1183
 1184
 1185
 1186
 1187
 1188
 1189
 1190
 1191
 1192
 1193
 1194
 1195
 1196
 1197
 1198
 1199
 1200
 1201
 1202
 1203
 1204
 1205
 1206
 1207
 1208
 1209
 1210
 1211
 1212
 1213
 1214
 1215
 1216
 1217
 1218
 1219
 1220
 1221
 1222
 1223
 1224
 1225
 1226
 1227
 1228
 1229
 1230
 1231
 1232
 1233
 1234
 1235
 1236
 1237
 1238
 1239
 1240
 1241
 1242
 1243
 1244
 1245
 1246
 1247
 1248
 1249
 1250
 1251
 1252
 1253
 1254
 1255
 1256
 1257
 1258
 1259
 1260
 1261
 1262
 1263
 1264
 1265
 1266
 1267
 1268
 1269
 1270
 1271
 1272
 1273
 1274
 1275
 1276
 1277
 1278
 1279
 1280
 1281
 1282
 1283
 1284
 1285
 1286
 1287
 1288
 1289
 1290
 1291
 1292
 1293
 1294
 1295
 1296
 1297
 1298
 1299
 1300
 1301
 1302
 1303
 1304
 1305
 1306
 1307
 1308
 1309
 1310
 1311
 1312
 1313
 1314
 1315
 1316
 1317
 1318
 1319
 1320
 1321
 1322
 1323
 1324
 1325
 1326
 1327
 1328
 1329
 1330
 1331
 1332
 1333
 1334
 1335
 1336
 1337
 1338
 1339
 1340
 1341
 1342
 1343
 1344
 1345
 1346
 1347
 1348
 1349
 1350
 1351
 1352
 1353
 1354
 1355
 1356
 1357
 1358
 1359
 1360
 1361
 1362
 1363
 1364
 1365
 1366
 1367
 1368
 1369
 1370
 1371
 1372
 1373
 1374
 1375
 1376
 1377
 1378
 1379
 1380
 1381
 1382
 1383
 1384
 1385
 1386
 1387
 1388
 1389
 1390
 1391
 1392
 1393
 1394
 1395
 1396
 1397
 1398
 1399
 1400
 1401
 1402
 1403
 1404
 1405
 1406
 1407
 1408
 1409
 1410
 1411
 1412
 1413
 1414
 1415
 1416
 1417
 1418
 1419
 1420
 1421
 1422
 1423
 1424
 1425
 1426
 1427
 1428
 1429
 1430
 1431
 1432
 1433
 1434
 1435
 1436
 1437
 1438
 1439
 1440
 1441
 1442
 1443
 1444
 1445
 1446
 1447
 1448
 1449
 1450
 1451
 1452
 1453
 1454
 1455
 1456
 1457
 1458
 1459
 1460
 1461
 1462
 1463
 1464
 1465
 1466
 1467
 1468
 1469
 1470
 1471
 1472
 1473
 1474
 1475
 1476
 1477
 1478
 1479
 1480
 1481
 1482
 1483
 1484
 1485
 1486
 1487
 1488
 1489
 1490
 1491
 1492
 1493
 1494
 1495
 1496
 1497
 1498
 1499
 1500
 1501
 1502
 1503
 1504
 1505
 1506
 1507
 1508
 1509
 1510
 1511
 1512
 1513
 1514
 1515
 1516
 1517
 1518
 1519
 1520
 1521
 1522
 1523
 1524
 1525
 1526
 1527
 1528
 1529
 1530
 1531
 1532
 1533
 1534
 1535
 1536
 1537
 1538
 1539
 1540
 1541
 1542
 1543
 1544
 1545
 1546
 1547
 1548
 1549
 1550
 1551
 1552
 1553
 1554
 1555
 1556
 1557
 1558
 1559
 1560
 1561
 1562
 1563
 1564
 1565
 1566
 1567
 1568
 1569
 1570
 1571
 1572
 1573
 1574
 1575
 1576
 1577
 1578
 1579
 1580
 1581
 1582
 1583
 1584
 1585
 1586
 1587
 1588
 1589
 1590
 1591
 1592
 1593
 1594
 1595
 1596
 1597
 1598
 1599
 1600
 1601
 1602
 1603
 1604
 1605
 1606
 1607
 1608
 1609
 1610
 1611
 1612
 1613
 1614
 1615
 1616
 1617
 1618
 1619
 1620
 1621
 1622
 1623
 1624
 1625
 1626
 1627
 1628
 1629
 1630
 1631
 1632
 1633
 1634
 1635
 1636
 1637
 1638
 1639
 1640
 1641
 1642
 1643
 1644
 1645
 1646
 1647
 1648
 1649
 1650
 1651
 1652
 1653
 1654
 1655
 1656
 1657
 1658
 1659
 1660
 1661
 1662
 1663
 1664
 1665
 1666
 1667
 1668
 1669
 1670
 1671
 1672
 1673
 1674
 1675
 1676
 1677
 1678
 1679
 1680
 1681
 1682
 1683
 1684
 1685
 1686
 1687
 1688
 1689
 1690
 1691
 1692
 1693
 1694
 1695
 1696
 1697
 1698
 1699
 1700
 1701
 1702
 1703
 1704
 1705
 1706
 1707
 1708
 1709
 1710
 1711
 1712
 1713
 1714
 1715
 1716
 1717
 1718
 1719
 1720
 1721
 1722
 1723
 1724
 1725
 1726
 1727
 1728
 1729
 1730
 1731
 1732
 1733
 1734
 1735
 1736
 1737
 1738
 1739
 1740
 1741
 1742
 1743
 1744
 1745
 1746
 1747
 1748
 1749
 1750
 1751
 1752
 1753
 1754
 1755
 1756
 1757
 1758
 1759
 1760
 1761
 1762
 1763
 1764
 1765
 1766
 1767
 1768
 1769
 1770
 1771
 1772
 1773
 1774
 1775
 1776
 1777
 1778
 1779
 1780
 1781
 1782
 1783
 1784
 1785
 1786
 1787
 1788
 1789
 1790
 1791
 1792
 1793
 1794
 1795
 1796
 1797
 1798
 1799
 1800
 1801
 1802
 1803
 1804
 1805
 1806
 1807
 1808
 1809
 1810
 1811
 1812
 1813
 1814
 1815
 1816
 1817
 1818
 1819
 1820
 1821
 1822
 1823
 1824
 1825
 1826
 1827
 1828
 1829
 1830
 1831
 1832
 1833
 1834
 1835
 1836
 1837
 1838
 1839
 1840
 1841
 1842
 1843
 1844
 1845
 1846
 1847
 1848
 1849
 1850
 1851
 1852
 1853
 1854
 1855
 1856
 1857
 1858
 1859
 1860
 1861
 1862
.fa-virus-covid-slash { background: url('#fa-virus-covid-slash') no-repeat }
.fa-cart-plus { background: url('#fa-cart-plus') no-repeat }
.fa-viruses { background: url('#fa-viruses') no-repeat }
.fa-wine-glass { background: url('#fa-wine-glass') no-repeat }
.fa-truck { background: url('#fa-truck') no-repeat }
.fa-laptop-medical { background: url('#fa-laptop-medical') no-repeat }
.fa-t { background: url('#fa-t') no-repeat }
.fa-dna { background: url('#fa-dna') no-repeat }
.fa-cookie-bite { background: url('#fa-cookie-bite') no-repeat }
.fa-rug { background: url('#fa-rug') no-repeat }
.fa-truck-front { background: url('#fa-truck-front') no-repeat }
.fa-suitcase-rolling { background: url('#fa-suitcase-rolling') no-repeat }
.fa-user-nurse { background: url('#fa-user-nurse') no-repeat }
.fa-rectangle-ad { background: url('#fa-rectangle-ad') no-repeat }
.fa-plane { background: url('#fa-plane') no-repeat }
.fa-thermometer { background: url('#fa-thermometer') no-repeat }
.fa-arrow-right-from-bracket { background: url('#fa-arrow-right-from-bracket') no-repeat }
.fa-up-right-and-down-left-from-center { background: url('#fa-up-right-and-down-left-from-center') no-repeat }
.fa-moon { background: url('#fa-moon') no-repeat }
.fa-square-rss { background: url('#fa-square-rss') no-repeat }
.fa-naira-sign { background: url('#fa-naira-sign') no-repeat }
.fa-face-grin-beam { background: url('#fa-face-grin-beam') no-repeat }
.fa-hand-lizard { background: url('#fa-hand-lizard') no-repeat }
.fa-ring { background: url('#fa-ring') no-repeat }
.fa-hand-point-down { background: url('#fa-hand-point-down') no-repeat }
.fa-parachute-box { background: url('#fa-parachute-box') no-repeat }
.fa-users-line { background: url('#fa-users-line') no-repeat }
.fa-scale-balanced { background: url('#fa-scale-balanced') no-repeat }
.fa-person-falling { background: url('#fa-person-falling') no-repeat }
.fa-circle-xmark { background: url('#fa-circle-xmark') no-repeat }
.fa-person-arrow-up-from-line { background: url('#fa-person-arrow-up-from-line') no-repeat }
.fa-p { background: url('#fa-p') no-repeat }
.fa-futbol { background: url('#fa-futbol') no-repeat }
.fa-spoon { background: url('#fa-spoon') no-repeat }
.fa-turn-down { background: url('#fa-turn-down') no-repeat }
.fa-images { background: url('#fa-images') no-repeat }
.fa-bacon { background: url('#fa-bacon') no-repeat }
.fa-bitcoin-sign { background: url('#fa-bitcoin-sign') no-repeat }
.fa-basket-shopping { background: url('#fa-basket-shopping') no-repeat }
.fa-vial-virus { background: url('#fa-vial-virus') no-repeat }
.fa-file-invoice { background: url('#fa-file-invoice') no-repeat }
.fa-folder-plus { background: url('#fa-folder-plus') no-repeat }
.fa-cheese { background: url('#fa-cheese') no-repeat }
.fa-face-grimace { background: url('#fa-face-grimace') no-repeat }
.fa-file-import { background: url('#fa-file-import') no-repeat }
.fa-rocket { background: url('#fa-rocket') no-repeat }
.fa-closed-captioning { background: url('#fa-closed-captioning') no-repeat }
.fa-square-up-right { background: url('#fa-square-up-right') no-repeat }
.fa-caret-right { background: url('#fa-caret-right') no-repeat }
.fa-ban-smoking { background: url('#fa-ban-smoking') no-repeat }
.fa-turkish-lira-sign { background: url('#fa-turkish-lira-sign') no-repeat }
.fa-caret-left { background: url('#fa-caret-left') no-repeat }
.fa-passport { background: url('#fa-passport') no-repeat }
.fa-folder-closed { background: url('#fa-folder-closed') no-repeat }
.fa-forward-step { background: url('#fa-forward-step') no-repeat }
.fa-asterisk { background: url('#fa-asterisk') no-repeat }
.fa-gauge { background: url('#fa-gauge') no-repeat }
.fa-eye-low-vision { background: url('#fa-eye-low-vision') no-repeat }
.fa-wallet { background: url('#fa-wallet') no-repeat }
.fa-delete-left { background: url('#fa-delete-left') no-repeat }
.fa-gauge-high { background: url('#fa-gauge-high') no-repeat }
.fa-arrow-up-a-z { background: url('#fa-arrow-up-a-z') no-repeat }
.fa-face-frown-open { background: url('#fa-face-frown-open') no-repeat }
.fa-x-ray { background: url('#fa-x-ray') no-repeat }
.fa-arrows-rotate { background: url('#fa-arrows-rotate') no-repeat }
.fa-question { background: url('#fa-question') no-repeat }
.fa-drum { background: url('#fa-drum') no-repeat }
.fa-bars-progress { background: url('#fa-bars-progress') no-repeat }
.fa-hanukiah { background: url('#fa-hanukiah') no-repeat }
.fa-frog { background: url('#fa-frog') no-repeat }
.fa-copy { background: url('#fa-copy') no-repeat }
.fa-mars-stroke-right { background: url('#fa-mars-stroke-right') no-repeat }
.fa-arrow-up-z-a { background: url('#fa-arrow-up-z-a') no-repeat }
.fa-lightbulb { background: url('#fa-lightbulb') no-repeat }
.fa-blender { background: url('#fa-blender') no-repeat }
.fa-bridge-circle-exclamation { background: url('#fa-bridge-circle-exclamation') no-repeat }
.fa-user-tag { background: url('#fa-user-tag') no-repeat }
.fa-ankh { background: url('#fa-ankh') no-repeat }
.fa-tooth { background: url('#fa-tooth') no-repeat }
.fa-cedi-sign { background: url('#fa-cedi-sign') no-repeat }
.fa-tower-observation { background: url('#fa-tower-observation') no-repeat }
.fa-person-walking-dashed-line-arrow-right { background: url('#fa-person-walking-dashed-line-arrow-right') no-repeat }
.fa-temperature-empty { background: url('#fa-temperature-empty') no-repeat }
.fa-child { background: url('#fa-child') no-repeat }
.fa-square-poll-horizontal { background: url('#fa-square-poll-horizontal') no-repeat }
.fa-arrows-turn-to-dots { background: url('#fa-arrows-turn-to-dots') no-repeat }
.fa-cow { background: url('#fa-cow') no-repeat }
.fa-code-branch { background: url('#fa-code-branch') no-repeat }
.fa-server { background: url('#fa-server') no-repeat }
.fa-temperature-half { background: url('#fa-temperature-half') no-repeat }
.fa-helicopter-symbol { background: url('#fa-helicopter-symbol') no-repeat }
.fa-table-cells { background: url('#fa-table-cells') no-repeat }
.fa-school-lock { background: url('#fa-school-lock') no-repeat }
.fa-square-caret-up { background: url('#fa-square-caret-up') no-repeat }
.fa-share { background: url('#fa-share') no-repeat }
.fa-bridge-lock { background: url('#fa-bridge-lock') no-repeat }
.fa-tower-broadcast { background: url('#fa-tower-broadcast') no-repeat }
.fa-money-bill-1-wave { background: url('#fa-money-bill-1-wave') no-repeat }
.fa-universal-access { background: url('#fa-universal-access') no-repeat }
.fa-qrcode { background: url('#fa-qrcode') no-repeat }
.fa-solar-panel { background: url('#fa-solar-panel') no-repeat }
.fa-boxes-stacked { background: url('#fa-boxes-stacked') no-repeat }
.fa-panorama { background: url('#fa-panorama') no-repeat }
.fa-calendar-xmark { background: url('#fa-calendar-xmark') no-repeat }
.fa-bus-simple { background: url('#fa-bus-simple') no-repeat }
.fa-face-smile-beam { background: url('#fa-face-smile-beam') no-repeat }
.fa-at { background: url('#fa-at') no-repeat }
.fa-arrows-to-dot { background: url('#fa-arrows-to-dot') no-repeat }
.fa-a { background: url('#fa-a') no-repeat }
.fa-meteor { background: url('#fa-meteor') no-repeat }
.fa-cube { background: url('#fa-cube') no-repeat }
.fa-virus { background: url('#fa-virus') no-repeat }
.fa-receipt { background: url('#fa-receipt') no-repeat }
.fa-file-arrow-up { background: url('#fa-file-arrow-up') no-repeat }
.fa-spray-can { background: url('#fa-spray-can') no-repeat }
.fa-cloud-arrow-up { background: url('#fa-cloud-arrow-up') no-repeat }
.fa-leaf { background: url('#fa-leaf') no-repeat }
.fa-mobile-screen-button { background: url('#fa-mobile-screen-button') no-repeat }
.fa-spider { background: url('#fa-spider') no-repeat }
.fa-angles-up { background: url('#fa-angles-up') no-repeat }
.fa-crop-simple { background: url('#fa-crop-simple') no-repeat }
.fa-person-walking { background: url('#fa-person-walking') no-repeat }
.fa-money-bill { background: url('#fa-money-bill') no-repeat }
.fa-xmark { background: url('#fa-xmark') no-repeat }
.fa-person-circle-xmark { background: url('#fa-person-circle-xmark') no-repeat }
.fa-land-mine-on { background: url('#fa-land-mine-on') no-repeat }
.fa-filter-circle-xmark { background: url('#fa-filter-circle-xmark') no-repeat }
.fa-cart-flatbed { background: url('#fa-cart-flatbed') no-repeat }
.fa-bed-pulse { background: url('#fa-bed-pulse') no-repeat }
.fa-magnifying-glass-chart { background: url('#fa-magnifying-glass-chart') no-repeat }
.fa-tree-city { background: url('#fa-tree-city') no-repeat }
.fa-jet-fighter { background: url('#fa-jet-fighter') no-repeat }
.fa-heart-pulse { background: url('#fa-heart-pulse') no-repeat }
.fa-comments-dollar { background: url('#fa-comments-dollar') no-repeat }
.fa-house-medical-flag { background: url('#fa-house-medical-flag') no-repeat }
.fa-earth-africa { background: url('#fa-earth-africa') no-repeat }
.fa-file-audio { background: url('#fa-file-audio') no-repeat }
.fa-venus { background: url('#fa-venus') no-repeat }
.fa-gopuram { background: url('#fa-gopuram') no-repeat }
.fa-music { background: url('#fa-music') no-repeat }
.fa-clipboard { background: url('#fa-clipboard') no-repeat }
.fa-unlock-keyhole { background: url('#fa-unlock-keyhole') no-repeat }
.fa-sitemap { background: url('#fa-sitemap') no-repeat }
.fa-shower { background: url('#fa-shower') no-repeat }
.fa-face-flushed { background: url('#fa-face-flushed') no-repeat }
.fa-arrows-spin { background: url('#fa-arrows-spin') no-repeat }
.fa-road-circle-xmark { background: url('#fa-road-circle-xmark') no-repeat }
.fa-address-book { background: url('#fa-address-book') no-repeat }
.fa-book { background: url('#fa-book') no-repeat }
.fa-house-signal { background: url('#fa-house-signal') no-repeat }
.fa-hill-rockslide { background: url('#fa-hill-rockslide') no-repeat }
.fa-laptop { background: url('#fa-laptop') no-repeat }
.fa-image { background: url('#fa-image') no-repeat }
.fa-superscript { background: url('#fa-superscript') no-repeat }
.fa-martini-glass { background: url('#fa-martini-glass') no-repeat }
.fa-h { background: url('#fa-h') no-repeat }
.fa-lock-open { background: url('#fa-lock-open') no-repeat }
.fa-rupiah-sign { background: url('#fa-rupiah-sign') no-repeat }
.fa-kit-medical { background: url('#fa-kit-medical') no-repeat }
.fa-gem { background: url('#fa-gem') no-repeat }
.fa-note-sticky { background: url('#fa-note-sticky') no-repeat }
.fa-circle-pause { background: url('#fa-circle-pause') no-repeat }
.fa-magnifying-glass { background: url('#fa-magnifying-glass') no-repeat }
.fa-tablet-screen-button { background: url('#fa-tablet-screen-button') no-repeat }
.fa-reply { background: url('#fa-reply') no-repeat }
.fa-share-from-square { background: url('#fa-share-from-square') no-repeat }
.fa-clock { background: url('#fa-clock') no-repeat }
.fa-video { background: url('#fa-video') no-repeat }
.fa-user-secret { background: url('#fa-user-secret') no-repeat }
.fa-bug { background: url('#fa-bug') no-repeat }
.fa-satellite { background: url('#fa-satellite') no-repeat }
.fa-lemon { background: url('#fa-lemon') no-repeat }
.fa-file-zipper { background: url('#fa-file-zipper') no-repeat }
.fa-face-grin-wink { background: url('#fa-face-grin-wink') no-repeat }
.fa-umbrella-beach { background: url('#fa-umbrella-beach') no-repeat }
.fa-sun-plant-wilt { background: url('#fa-sun-plant-wilt') no-repeat }
.fa-face-grin-tears { background: url('#fa-face-grin-tears') no-repeat }
.fa-gavel { background: url('#fa-gavel') no-repeat }
.fa-code-fork { background: url('#fa-code-fork') no-repeat }
.fa-arrows-up-down-left-right { background: url('#fa-arrows-up-down-left-right') no-repeat }
.fa-underline { background: url('#fa-underline') no-repeat }
.fa-circle-h { background: url('#fa-circle-h') no-repeat }
.fa-mug-hot { background: url('#fa-mug-hot') no-repeat }
.fa-city { background: url('#fa-city') no-repeat }
.fa-icicles { background: url('#fa-icicles') no-repeat }
.fa-ghost { background: url('#fa-ghost') no-repeat }
.fa-fire-extinguisher { background: url('#fa-fire-extinguisher') no-repeat }
.fa-person-circle-plus { background: url('#fa-person-circle-plus') no-repeat }
.fa-rupee-sign { background: url('#fa-rupee-sign') no-repeat }
.fa-truck-plane { background: url('#fa-truck-plane') no-repeat }
.fa-tags { background: url('#fa-tags') no-repeat }
.fa-otter { background: url('#fa-otter') no-repeat }
.fa-circle-up { background: url('#fa-circle-up') no-repeat }
.fa-trash-can { background: url('#fa-trash-can') no-repeat }
.fa-ear-deaf { background: url('#fa-ear-deaf') no-repeat }
.fa-diagram-predecessor { background: url('#fa-diagram-predecessor') no-repeat }
.fa-handshake-slash { background: url('#fa-handshake-slash') no-repeat }
.fa-house-medical-circle-check { background: url('#fa-house-medical-circle-check') no-repeat }
.fa-comments { background: url('#fa-comments') no-repeat }
.fa-plate-wheat { background: url('#fa-plate-wheat') no-repeat }
.fa-circle-nodes { background: url('#fa-circle-nodes') no-repeat }
.fa-cubes { background: url('#fa-cubes') no-repeat }
.fa-car-on { background: url('#fa-car-on') no-repeat }
.fa-eraser { background: url('#fa-eraser') no-repeat }
.fa-dharmachakra { background: url('#fa-dharmachakra') no-repeat }
.fa-dice-four { background: url('#fa-dice-four') no-repeat }
.fa-sack-dollar { background: url('#fa-sack-dollar') no-repeat }
.fa-mars-stroke-up { background: url('#fa-mars-stroke-up') no-repeat }
.fa-circle-play { background: url('#fa-circle-play') no-repeat }
.fa-caret-up { background: url('#fa-caret-up') no-repeat }
.fa-stamp { background: url('#fa-stamp') no-repeat }
.fa-heart-circle-exclamation { background: url('#fa-heart-circle-exclamation') no-repeat }
.fa-plane-lock { background: url('#fa-plane-lock') no-repeat }
.fa-face-grin-tongue { background: url('#fa-face-grin-tongue') no-repeat }
.fa-inbox { background: url('#fa-inbox') no-repeat }
.fa-square-phone { background: url('#fa-square-phone') no-repeat }
.fa-oil-can { background: url('#fa-oil-can') no-repeat }
.fa-plug-circle-exclamation { background: url('#fa-plug-circle-exclamation') no-repeat }
.fa-language { background: url('#fa-language') no-repeat }
.fa-backward-fast { background: url('#fa-backward-fast') no-repeat }
.fa-restroom { background: url('#fa-restroom') no-repeat }
.fa-warehouse { background: url('#fa-warehouse') no-repeat }
.fa-building-wheat { background: url('#fa-building-wheat') no-repeat }
.fa-house-medical { background: url('#fa-house-medical') no-repeat }
.fa-magnet { background: url('#fa-magnet') no-repeat }
.fa-arrow-down-a-z { background: url('#fa-arrow-down-a-z') no-repeat }
.fa-book-bible { background: url('#fa-book-bible') no-repeat }
.fa-laptop-file { background: url('#fa-laptop-file') no-repeat }
.fa-jug-detergent { background: url('#fa-jug-detergent') no-repeat }
.fa-shuffle { background: url('#fa-shuffle') no-repeat }
.fa-disease { background: url('#fa-disease') no-repeat }
.fa-place-of-worship { background: url('#fa-place-of-worship') no-repeat }
.fa-file-shield { background: url('#fa-file-shield') no-repeat }
.fa-water { background: url('#fa-water') no-repeat }
.fa-arrow-down-long { background: url('#fa-arrow-down-long') no-repeat }
.fa-person-skiing-nordic { background: url('#fa-person-skiing-nordic') no-repeat }
.fa-head-side-cough { background: url('#fa-head-side-cough') no-repeat }
.fa-cloud-showers-water { background: url('#fa-cloud-showers-water') no-repeat }
.fa-star-half { background: url('#fa-star-half') no-repeat }
.fa-toilet-portable { background: url('#fa-toilet-portable') no-repeat }
.fa-shop-slash { background: url('#fa-shop-slash') no-repeat }
.fa-diamond { background: url('#fa-diamond') no-repeat }
.fa-road-circle-check { background: url('#fa-road-circle-check') no-repeat }
.fa-chart-gantt { background: url('#fa-chart-gantt') no-repeat }
.fa-plane-up { background: url('#fa-plane-up') no-repeat }
.fa-hamsa { background: url('#fa-hamsa') no-repeat }
.fa-faucet { background: url('#fa-faucet') no-repeat }
.fa-train-subway { background: url('#fa-train-subway') no-repeat }
.fa-hands-praying { background: url('#fa-hands-praying') no-repeat }
.fa-stop { background: url('#fa-stop') no-repeat }
.fa-bicycle { background: url('#fa-bicycle') no-repeat }
.fa-tenge-sign { background: url('#fa-tenge-sign') no-repeat }
.fa-weight-hanging { background: url('#fa-weight-hanging') no-repeat }
.fa-head-side-virus { background: url('#fa-head-side-virus') no-repeat }
.fa-indent { background: url('#fa-indent') no-repeat }
.fa-file-lines { background: url('#fa-file-lines') no-repeat }
.fa-envelope-circle-check { background: url('#fa-envelope-circle-check') no-repeat }
.fa-play { background: url('#fa-play') no-repeat }
.fa-photo-film { background: url('#fa-photo-film') no-repeat }
.fa-hand-middle-finger { background: url('#fa-hand-middle-finger') no-repeat }
.fa-ruler-vertical { background: url('#fa-ruler-vertical') no-repeat }
.fa-people-line { background: url('#fa-people-line') no-repeat }
.fa-person-drowning { background: url('#fa-person-drowning') no-repeat }
.fa-cake-candles { background: url('#fa-cake-candles') no-repeat }
.fa-person-walking-arrow-right { background: url('#fa-person-walking-arrow-right') no-repeat }
.fa-hotel { background: url('#fa-hotel') no-repeat }
.fa-spinner { background: url('#fa-spinner') no-repeat }
.fa-person-biking { background: url('#fa-person-biking') no-repeat }
.fa-comment-slash { background: url('#fa-comment-slash') no-repeat }
.fa-pizza-slice { background: url('#fa-pizza-slice') no-repeat }
.fa-phone-flip { background: url('#fa-phone-flip') no-repeat }
.fa-person-breastfeeding { background: url('#fa-person-breastfeeding') no-repeat }
.fa-calendar-minus { background: url('#fa-calendar-minus') no-repeat }
.fa-gun { background: url('#fa-gun') no-repeat }
.fa-landmark { background: url('#fa-landmark') no-repeat }
.fa-heart-circle-plus { background: url('#fa-heart-circle-plus') no-repeat }
.fa-campground { background: url('#fa-campground') no-repeat }
.fa-person-pregnant { background: url('#fa-person-pregnant') no-repeat }
.fa-champagne-glasses { background: url('#fa-champagne-glasses') no-repeat }
.fa-puzzle-piece { background: url('#fa-puzzle-piece') no-repeat }
.fa-car-tunnel { background: url('#fa-car-tunnel') no-repeat }
.fa-binoculars { background: url('#fa-binoculars') no-repeat }
.fa-sailboat { background: url('#fa-sailboat') no-repeat }
.fa-file-contract { background: url('#fa-file-contract') no-repeat }
.fa-b { background: url('#fa-b') no-repeat }
.fa-file { background: url('#fa-file') no-repeat }
.fa-money-bill-1 { background: url('#fa-money-bill-1') no-repeat }
.fa-face-grin-wide { background: url('#fa-face-grin-wide') no-repeat }
.fa-heart { background: url('#fa-heart') no-repeat }
.fa-table-tennis-paddle-ball { background: url('#fa-table-tennis-paddle-ball') no-repeat }
.fa-stopwatch { background: url('#fa-stopwatch') no-repeat }
.fa-suitcase { background: url('#fa-suitcase') no-repeat }
.fa-hard-drive { background: url('#fa-hard-drive') no-repeat }
.fa-ethernet { background: url('#fa-ethernet') no-repeat }
.fa-face-laugh { background: url('#fa-face-laugh') no-repeat }
.fa-volume-xmark { background: url('#fa-volume-xmark') no-repeat }
.fa-holly-berry { background: url('#fa-holly-berry') no-repeat }
.fa-bandage { background: url('#fa-bandage') no-repeat }
.fa-manat-sign { background: url('#fa-manat-sign') no-repeat }
.fa-square-share-nodes { background: url('#fa-square-share-nodes') no-repeat }
.fa-earth-asia { background: url('#fa-earth-asia') no-repeat }
.fa-hands-holding-child { background: url('#fa-hands-holding-child') no-repeat }
.fa-fire { background: url('#fa-fire') no-repeat }
.fa-person-dress-burst { background: url('#fa-person-dress-burst') no-repeat }
.fa-arrow-up-from-bracket { background: url('#fa-arrow-up-from-bracket') no-repeat }
.fa-compass { background: url('#fa-compass') no-repeat }
.fa-van-shuttle { background: url('#fa-van-shuttle') no-repeat }
.fa-train { background: url('#fa-train') no-repeat }
.fa-up-right-from-square { background: url('#fa-up-right-from-square') no-repeat }
.fa-people-pulling { background: url('#fa-people-pulling') no-repeat }
.fa-school { background: url('#fa-school') no-repeat }
.fa-clock-rotate-left { background: url('#fa-clock-rotate-left') no-repeat }
.fa-user-xmark { background: url('#fa-user-xmark') no-repeat }
.fa-house-circle-check { background: url('#fa-house-circle-check') no-repeat }
.fa-floppy-disk { background: url('#fa-floppy-disk') no-repeat }
.fa-tent-arrow-left-right { background: url('#fa-tent-arrow-left-right') no-repeat }
.fa-battery-quarter { background: url('#fa-battery-quarter') no-repeat }
.fa-display { background: url('#fa-display') no-repeat }
.fa-file-invoice-dollar { background: url('#fa-file-invoice-dollar') no-repeat }
.fa-ferry { background: url('#fa-ferry') no-repeat }
.fa-book-open-reader { background: url('#fa-book-open-reader') no-repeat }
.fa-house-chimney { background: url('#fa-house-chimney') no-repeat }
.fa-boxes-packing { background: url('#fa-boxes-packing') no-repeat }
.fa-graduation-cap { background: url('#fa-graduation-cap') no-repeat }
.fa-church { background: url('#fa-church') no-repeat }
.fa-dice-one { background: url('#fa-dice-one') no-repeat }
.fa-code-merge { background: url('#fa-code-merge') no-repeat }
.fa-wave-square { background: url('#fa-wave-square') no-repeat }
.fa-cloud-bolt { background: url('#fa-cloud-bolt') no-repeat }
.fa-head-side-mask { background: url('#fa-head-side-mask') no-repeat }
.fa-tarp-droplet { background: url('#fa-tarp-droplet') no-repeat }
.fa-piggy-bank { background: url('#fa-piggy-bank') no-repeat }
.fa-down-long { background: url('#fa-down-long') no-repeat }
.fa-arrow-up-from-ground-water { background: url('#fa-arrow-up-from-ground-water') no-repeat }
.fa-trademark { background: url('#fa-trademark') no-repeat }
.fa-shapes { background: url('#fa-shapes') no-repeat }
.fa-marker { background: url('#fa-marker') no-repeat }
.fa-circle-right { background: url('#fa-circle-right') no-repeat }
.fa-hat-cowboy-side { background: url('#fa-hat-cowboy-side') no-repeat }
.fa-face-smile-wink { background: url('#fa-face-smile-wink') no-repeat }
.fa-star-of-david { background: url('#fa-star-of-david') no-repeat }
.fa-hourglass-half { background: url('#fa-hourglass-half') no-repeat }
.fa-arrows-down-to-line { background: url('#fa-arrows-down-to-line') no-repeat }
.fa-sheet-plastic { background: url('#fa-sheet-plastic') no-repeat }
.fa-mountain-city { background: url('#fa-mountain-city') no-repeat }
.fa-crow { background: url('#fa-crow') no-repeat }
.fa-draw-polygon { background: url('#fa-draw-polygon') no-repeat }
.fa-jet-fighter-up { background: url('#fa-jet-fighter-up') no-repeat }
.fa-chart-bar { background: url('#fa-chart-bar') no-repeat }
.fa-face-grin-hearts { background: url('#fa-face-grin-hearts') no-repeat }
.fa-circle-chevron-right { background: url('#fa-circle-chevron-right') no-repeat }
.fa-rectangle-xmark { background: url('#fa-rectangle-xmark') no-repeat }
.fa-mountain-sun { background: url('#fa-mountain-sun') no-repeat }
.fa-face-laugh-beam { background: url('#fa-face-laugh-beam') no-repeat }
.fa-paint-roller { background: url('#fa-paint-roller') no-repeat }
.fa-hand-scissors { background: url('#fa-hand-scissors') no-repeat }
.fa-building-circle-exclamation { background: url('#fa-building-circle-exclamation') no-repeat }
.fa-child-reaching { background: url('#fa-child-reaching') no-repeat }
.fa-plug-circle-check { background: url('#fa-plug-circle-check') no-repeat }
.fa-walkie-talkie { background: url('#fa-walkie-talkie') no-repeat }
.fa-brazilian-real-sign { background: url('#fa-brazilian-real-sign') no-repeat }
.fa-bullhorn { background: url('#fa-bullhorn') no-repeat }
.fa-repeat { background: url('#fa-repeat') no-repeat }
.fa-suitcase-medical { background: url('#fa-suitcase-medical') no-repeat }
.fa-arrows-down-to-people { background: url('#fa-arrows-down-to-people') no-repeat }
.fa-hands-bound { background: url('#fa-hands-bound') no-repeat }
.fa-temperature-quarter { background: url('#fa-temperature-quarter') no-repeat }
.fa-face-kiss { background: url('#fa-face-kiss') no-repeat }
.fa-building-un { background: url('#fa-building-un') no-repeat }
.fa-anchor-lock { background: url('#fa-anchor-lock') no-repeat }
.fa-book-atlas { background: url('#fa-book-atlas') no-repeat }
.fa-users-between-lines { background: url('#fa-users-between-lines') no-repeat }
.fa-ban { background: url('#fa-ban') no-repeat }
.fa-soap { background: url('#fa-soap') no-repeat }
.fa-circle { background: url('#fa-circle') no-repeat }
.fa-file-circle-xmark { background: url('#fa-file-circle-xmark') no-repeat }
.fa-tent-arrow-turn-left { background: url('#fa-tent-arrow-turn-left') no-repeat }
.fa-mask { background: url('#fa-mask') no-repeat }
.fa-igloo { background: url('#fa-igloo') no-repeat }
.fa-face-grin-tongue-wink { background: url('#fa-face-grin-tongue-wink') no-repeat }
.fa-plant-wilt { background: url('#fa-plant-wilt') no-repeat }
.fa-square-h { background: url('#fa-square-h') no-repeat }
.fa-pen-fancy { background: url('#fa-pen-fancy') no-repeat }
.fa-locust { background: url('#fa-locust') no-repeat }
.fa-square-poll-vertical { background: url('#fa-square-poll-vertical') no-repeat }
.fa-caravan { background: url('#fa-caravan') no-repeat }
.fa-font { background: url('#fa-font') no-repeat }
.fa-traffic-light { background: url('#fa-traffic-light') no-repeat }
.fa-hand-back-fist { background: url('#fa-hand-back-fist') no-repeat }
.fa-circle-arrow-down { background: url('#fa-circle-arrow-down') no-repeat }
.fa-paragraph { background: url('#fa-paragraph') no-repeat }
.fa-hand-holding-heart { background: url('#fa-hand-holding-heart') no-repeat }
.fa-store-slash { background: url('#fa-store-slash') no-repeat }
.fa-hands-bubbles { background: url('#fa-hands-bubbles') no-repeat }
.fa-bell-concierge { background: url('#fa-bell-concierge') no-repeat }
.fa-car-side { background: url('#fa-car-side') no-repeat }
.fa-shirt { background: url('#fa-shirt') no-repeat }
.fa-neuter { background: url('#fa-neuter') no-repeat }
.fa-envelopes-bulk { background: url('#fa-envelopes-bulk') no-repeat }
.fa-house-chimney-user { background: url('#fa-house-chimney-user') no-repeat }
.fa-snowman { background: url('#fa-snowman') no-repeat }
.fa-certificate { background: url('#fa-certificate') no-repeat }
.fa-vials { background: url('#fa-vials') no-repeat }
.fa-droplet { background: url('#fa-droplet') no-repeat }
.fa-arrow-down-up-lock { background: url('#fa-arrow-down-up-lock') no-repeat }
.fa-k { background: url('#fa-k') no-repeat }
.fa-mosquito-net { background: url('#fa-mosquito-net') no-repeat }
.fa-socks { background: url('#fa-socks') no-repeat }
.fa-heart-crack { background: url('#fa-heart-crack') no-repeat }
.fa-diagram-next { background: url('#fa-diagram-next') no-repeat }
.fa-file-prescription { background: url('#fa-file-prescription') no-repeat }
.fa-code-compare { background: url('#fa-code-compare') no-repeat }
.fa-table { background: url('#fa-table') no-repeat }
.fa-arrow-down-9-1 { background: url('#fa-arrow-down-9-1') no-repeat }
.fa-biohazard { background: url('#fa-biohazard') no-repeat }
.fa-group-arrows-rotate { background: url('#fa-group-arrows-rotate') no-repeat }
.fa-chevron-left { background: url('#fa-chevron-left') no-repeat }
.fa-up-down { background: url('#fa-up-down') no-repeat }
.fa-road-spikes { background: url('#fa-road-spikes') no-repeat }
.fa-poo-storm { background: url('#fa-poo-storm') no-repeat }
.fa-temperature-high { background: url('#fa-temperature-high') no-repeat }
.fa-candy-cane { background: url('#fa-candy-cane') no-repeat }
.fa-bars-staggered { background: url('#fa-bars-staggered') no-repeat }
.fa-cloud-sun-rain { background: url('#fa-cloud-sun-rain') no-repeat }
.fa-trowel { background: url('#fa-trowel') no-repeat }
.fa-truck-ramp-box { background: url('#fa-truck-ramp-box') no-repeat }
.fa-fire-burner { background: url('#fa-fire-burner') no-repeat }
.fa-person-dress { background: url('#fa-person-dress') no-repeat }
.fa-bell-slash { background: url('#fa-bell-slash') no-repeat }
.fa-1 { background: url('#fa-1') no-repeat }
.fa-shrimp { background: url('#fa-shrimp') no-repeat }
.fa-face-laugh-squint { background: url('#fa-face-laugh-squint') no-repeat }
.fa-bullseye { background: url('#fa-bullseye') no-repeat }
.fa-trailer { background: url('#fa-trailer') no-repeat }
.fa-text-slash { background: url('#fa-text-slash') no-repeat }
.fa-location-pin { background: url('#fa-location-pin') no-repeat }
.fa-palette { background: url('#fa-palette') no-repeat }
.fa-file-video { background: url('#fa-file-video') no-repeat }
.fa-house-chimney-crack { background: url('#fa-house-chimney-crack') no-repeat }
.fa-less-than-equal { background: url('#fa-less-than-equal') no-repeat }
.fa-person-praying { background: url('#fa-person-praying') no-repeat }
.fa-folder-tree { background: url('#fa-folder-tree') no-repeat }
.fa-glass-water { background: url('#fa-glass-water') no-repeat }
.fa-genderless { background: url('#fa-genderless') no-repeat }
.fa-shop-lock { background: url('#fa-shop-lock') no-repeat }
.fa-teeth-open { background: url('#fa-teeth-open') no-repeat }
.fa-notes-medical { background: url('#fa-notes-medical') no-repeat }
.fa-arrows-left-right-to-line { background: url('#fa-arrows-left-right-to-line') no-repeat }
.fa-landmark-flag { background: url('#fa-landmark-flag') no-repeat }
.fa-guarani-sign { background: url('#fa-guarani-sign') no-repeat }
.fa-car-battery { background: url('#fa-car-battery') no-repeat }
.fa-audio-description { background: url('#fa-audio-description') no-repeat }
.fa-child-combatant { background: url('#fa-child-combatant') no-repeat }
.fa-person-skiing { background: url('#fa-person-skiing') no-repeat }
.fa-id-card { background: url('#fa-id-card') no-repeat }
.fa-house-medical-circle-xmark { background: url('#fa-house-medical-circle-xmark') no-repeat }
.fa-hand-dots { background: url('#fa-hand-dots') no-repeat }
.fa-syringe { background: url('#fa-syringe') no-repeat }
.fa-horse-head { background: url('#fa-horse-head') no-repeat }
.fa-vault { background: url('#fa-vault') no-repeat }
.fa-swatchbook { background: url('#fa-swatchbook') no-repeat }
.fa-temperature-arrow-down { background: url('#fa-temperature-arrow-down') no-repeat }
.fa-link { background: url('#fa-link') no-repeat }
.fa-terminal { background: url('#fa-terminal') no-repeat }
.fa-kitchen-set { background: url('#fa-kitchen-set') no-repeat }
.fa-truck-field { background: url('#fa-truck-field') no-repeat }
.fa-video-slash { background: url('#fa-video-slash') no-repeat }
.fa-file-circle-exclamation { background: url('#fa-file-circle-exclamation') no-repeat }
.fa-screwdriver-wrench { background: url('#fa-screwdriver-wrench') no-repeat }
.fa-building { background: url('#fa-building') no-repeat }
.fa-star-half-stroke { background: url('#fa-star-half-stroke') no-repeat }
.fa-arrow-pointer { background: url('#fa-arrow-pointer') no-repeat }
.fa-hand-holding-droplet { background: url('#fa-hand-holding-droplet') no-repeat }
.fa-martini-glass-empty { background: url('#fa-martini-glass-empty') no-repeat }
.fa-sim-card { background: url('#fa-sim-card') no-repeat }
.fa-jar { background: url('#fa-jar') no-repeat }
.fa-cloud-showers-heavy { background: url('#fa-cloud-showers-heavy') no-repeat }
.fa-ship { background: url('#fa-ship') no-repeat }
.fa-person-swimming { background: url('#fa-person-swimming') no-repeat }
.fa-train-tram { background: url('#fa-train-tram') no-repeat }
.fa-v { background: url('#fa-v') no-repeat }
.fa-calendar-plus { background: url('#fa-calendar-plus') no-repeat }
.fa-water-ladder { background: url('#fa-water-ladder') no-repeat }
.fa-square-parking { background: url('#fa-square-parking') no-repeat }
.fa-vest-patches { background: url('#fa-vest-patches') no-repeat }
.fa-pen-to-square { background: url('#fa-pen-to-square') no-repeat }
.fa-map-location-dot { background: url('#fa-map-location-dot') no-repeat }
.fa-arrow-down-1-9 { background: url('#fa-arrow-down-1-9') no-repeat }
.fa-list { background: url('#fa-list') no-repeat }
.fa-venus-double { background: url('#fa-venus-double') no-repeat }
.fa-person-chalkboard { background: url('#fa-person-chalkboard') no-repeat }
.fa-face-grin-squint-tears { background: url('#fa-face-grin-squint-tears') no-repeat }
.fa-hill-avalanche { background: url('#fa-hill-avalanche') no-repeat }
.fa-radiation { background: url('#fa-radiation') no-repeat }
.fa-eye-dropper { background: url('#fa-eye-dropper') no-repeat }
.fa-bore-hole { background: url('#fa-bore-hole') no-repeat }
.fa-tarp { background: url('#fa-tarp') no-repeat }
.fa-check-double { background: url('#fa-check-double') no-repeat }
.fa-forward { background: url('#fa-forward') no-repeat }
.fa-arrow-up-short-wide { background: url('#fa-arrow-up-short-wide') no-repeat }
.fa-right-to-bracket { background: url('#fa-right-to-bracket') no-repeat }
.fa-mountain { background: url('#fa-mountain') no-repeat }
.fa-helicopter { background: url('#fa-helicopter') no-repeat }
.fa-exclamation { background: url('#fa-exclamation') no-repeat }
.fa-dollar-sign { background: url('#fa-dollar-sign') no-repeat }
.fa-dong-sign { background: url('#fa-dong-sign') no-repeat }
.fa-circle-chevron-up { background: url('#fa-circle-chevron-up') no-repeat }
.fa-file-image { background: url('#fa-file-image') no-repeat }
.fa-flag { background: url('#fa-flag') no-repeat }
.fa-globe { background: url('#fa-globe') no-repeat }
.fa-lari-sign { background: url('#fa-lari-sign') no-repeat }
.fa-plus-minus { background: url('#fa-plus-minus') no-repeat }
.fa-diamond-turn-right { background: url('#fa-diamond-turn-right') no-repeat }
.fa-book-medical { background: url('#fa-book-medical') no-repeat }
.fa-bed { background: url('#fa-bed') no-repeat }
.fa-code-commit { background: url('#fa-code-commit') no-repeat }
.fa-hospital { background: url('#fa-hospital') no-repeat }
.fa-greater-than-equal { background: url('#fa-greater-than-equal') no-repeat }
.fa-wheat-awn { background: url('#fa-wheat-awn') no-repeat }
.fa-9 { background: url('#fa-9') no-repeat }
.fa-colon-sign { background: url('#fa-colon-sign') no-repeat }
.fa-face-grin-squint { background: url('#fa-face-grin-squint') no-repeat }
.fa-file-pdf { background: url('#fa-file-pdf') no-repeat }
.fa-arrows-to-circle { background: url('#fa-arrows-to-circle') no-repeat }
.fa-chalkboard { background: url('#fa-chalkboard') no-repeat }
.fa-book-tanakh { background: url('#fa-book-tanakh') no-repeat }
.fa-arrow-rotate-left { background: url('#fa-arrow-rotate-left') no-repeat }
.fa-section { background: url('#fa-section') no-repeat }
.fa-car-burst { background: url('#fa-car-burst') no-repeat }
.fa-gamepad { background: url('#fa-gamepad') no-repeat }
.fa-bahai { background: url('#fa-bahai') no-repeat }
.fa-bookmark { background: url('#fa-bookmark') no-repeat }
.fa-horse { background: url('#fa-horse') no-repeat }
.fa-folder-open { background: url('#fa-folder-open') no-repeat }
.fa-heading { background: url('#fa-heading') no-repeat }
.fa-heart-circle-minus { background: url('#fa-heart-circle-minus') no-repeat }
.fa-trash-arrow-up { background: url('#fa-trash-arrow-up') no-repeat }
.fa-copyright { background: url('#fa-copyright') no-repeat }
.fa-microphone-lines { background: url('#fa-microphone-lines') no-repeat }
.fa-ticket-simple { background: url('#fa-ticket-simple') no-repeat }
.fa-helmet-safety { background: url('#fa-helmet-safety') no-repeat }
.fa-gas-pump { background: url('#fa-gas-pump') no-repeat }
.fa-arrow-right-to-city { background: url('#fa-arrow-right-to-city') no-repeat }
.fa-mobile-screen { background: url('#fa-mobile-screen') no-repeat }
.fa-cloud-arrow-down { background: url('#fa-cloud-arrow-down') no-repeat }
.fa-y { background: url('#fa-y') no-repeat }
.fa-check { background: url('#fa-check') no-repeat }
.fa-arrow-up { background: url('#fa-arrow-up') no-repeat }
.fa-baht-sign { background: url('#fa-baht-sign') no-repeat }
.fa-face-sad-cry { background: url('#fa-face-sad-cry') no-repeat }
.fa-thumbs-up { background: url('#fa-thumbs-up') no-repeat }
.fa-face-dizzy { background: url('#fa-face-dizzy') no-repeat }
.fa-circle-chevron-down { background: url('#fa-circle-chevron-down') no-repeat }
.fa-chevron-right { background: url('#fa-chevron-right') no-repeat }
.fa-toggle-on { background: url('#fa-toggle-on') no-repeat }
.fa-comment-dots { background: url('#fa-comment-dots') no-repeat }
.fa-map { background: url('#fa-map') no-repeat }
.fa-anchor-circle-exclamation { background: url('#fa-anchor-circle-exclamation') no-repeat }
.fa-i { background: url('#fa-i') no-repeat }
.fa-arrow-up-from-water-pump { background: url('#fa-arrow-up-from-water-pump') no-repeat }
.fa-arrows-up-down { background: url('#fa-arrows-up-down') no-repeat }
.fa-bolt { background: url('#fa-bolt') no-repeat }
.fa-right-long { background: url('#fa-right-long') no-repeat }
.fa-republican { background: url('#fa-republican') no-repeat }
.fa-fax { background: url('#fa-fax') no-repeat }
.fa-seedling { background: url('#fa-seedling') no-repeat }
.fa-map-pin { background: url('#fa-map-pin') no-repeat }
.fa-laptop-code { background: url('#fa-laptop-code') no-repeat }
.fa-paper-plane { background: url('#fa-paper-plane') no-repeat }
.fa-broom-ball { background: url('#fa-broom-ball') no-repeat }
.fa-unlock { background: url('#fa-unlock') no-repeat }
.fa-gauge-simple { background: url('#fa-gauge-simple') no-repeat }
.fa-square-caret-left { background: url('#fa-square-caret-left') no-repeat }
.fa-3 { background: url('#fa-3') no-repeat }
.fa-circle-notch { background: url('#fa-circle-notch') no-repeat }
.fa-flask-vial { background: url('#fa-flask-vial') no-repeat }
.fa-plane-circle-xmark { background: url('#fa-plane-circle-xmark') no-repeat }
.fa-stapler { background: url('#fa-stapler') no-repeat }
.fa-user { background: url('#fa-user') no-repeat }
.fa-shield-halved { background: url('#fa-shield-halved') no-repeat }
.fa-house-circle-exclamation { background: url('#fa-house-circle-exclamation') no-repeat }
.fa-indian-rupee-sign { background: url('#fa-indian-rupee-sign') no-repeat }
.fa-temperature-full { background: url('#fa-temperature-full') no-repeat }
.fa-cash-register { background: url('#fa-cash-register') no-repeat }
.fa-mobile { background: url('#fa-mobile') no-repeat }
.fa-tty { background: url('#fa-tty') no-repeat }
.fa-tablet { background: url('#fa-tablet') no-repeat }
.fa-cat { background: url('#fa-cat') no-repeat }
.fa-book-quran { background: url('#fa-book-quran') no-repeat }
.fa-user-injured { background: url('#fa-user-injured') no-repeat }
.fa-dove { background: url('#fa-dove') no-repeat }
.fa-compress { background: url('#fa-compress') no-repeat }
.fa-chess-rook { background: url('#fa-chess-rook') no-repeat }
.fa-text-width { background: url('#fa-text-width') no-repeat }
.fa-hand-fist { background: url('#fa-hand-fist') no-repeat }
.fa-triangle-exclamation { background: url('#fa-triangle-exclamation') no-repeat }
.fa-dice-five { background: url('#fa-dice-five') no-repeat }
.fa-poop { background: url('#fa-poop') no-repeat }
.fa-prescription { background: url('#fa-prescription') no-repeat }
.fa-mars-double { background: url('#fa-mars-double') no-repeat }
.fa-lines-leaning { background: url('#fa-lines-leaning') no-repeat }
.fa-truck-moving { background: url('#fa-truck-moving') no-repeat }
.fa-trophy { background: url('#fa-trophy') no-repeat }
.fa-list-ol { background: url('#fa-list-ol') no-repeat }
.fa-users-gear { background: url('#fa-users-gear') no-repeat }
.fa-spray-can-sparkles { background: url('#fa-spray-can-sparkles') no-repeat }
.fa-circle-down { background: url('#fa-circle-down') no-repeat }
.fa-ranking-star { background: url('#fa-ranking-star') no-repeat }
.fa-scale-unbalanced-flip { background: url('#fa-scale-unbalanced-flip') no-repeat }
.fa-wheelchair-move { background: url('#fa-wheelchair-move') no-repeat }
.fa-shield { background: url('#fa-shield') no-repeat }
.fa-plug-circle-xmark { background: url('#fa-plug-circle-xmark') no-repeat }
.fa-broom { background: url('#fa-broom') no-repeat }
.fa-bug-slash { background: url('#fa-bug-slash') no-repeat }
.fa-briefcase-medical { background: url('#fa-briefcase-medical') no-repeat }
.fa-circle-radiation { background: url('#fa-circle-radiation') no-repeat }
.fa-fill { background: url('#fa-fill') no-repeat }
.fa-crutch { background: url('#fa-crutch') no-repeat }
.fa-om { background: url('#fa-om') no-repeat }
.fa-building-user { background: url('#fa-building-user') no-repeat }
.fa-synagogue { background: url('#fa-synagogue') no-repeat }
.fa-apple-whole { background: url('#fa-apple-whole') no-repeat }
.fa-dumbbell { background: url('#fa-dumbbell') no-repeat }
.fa-arrow-up-1-9 { background: url('#fa-arrow-up-1-9') no-repeat }
.fa-people-roof { background: url('#fa-people-roof') no-repeat }
.fa-notdef { background: url('#fa-notdef') no-repeat }
.fa-life-ring { background: url('#fa-life-ring') no-repeat }
.fa-power-off { background: url('#fa-power-off') no-repeat }
.fa-file-code { background: url('#fa-file-code') no-repeat }
.fa-person-half-dress { background: url('#fa-person-half-dress') no-repeat }
.fa-door-open { background: url('#fa-door-open') no-repeat }
.fa-face-kiss-beam { background: url('#fa-face-kiss-beam') no-repeat }
.fa-user-doctor { background: url('#fa-user-doctor') no-repeat }
.fa-person-booth { background: url('#fa-person-booth') no-repeat }
.fa-turn-up { background: url('#fa-turn-up') no-repeat }
.fa-mars-stroke { background: url('#fa-mars-stroke') no-repeat }
.fa-barcode { background: url('#fa-barcode') no-repeat }
.fa-microphone-slash { background: url('#fa-microphone-slash') no-repeat }
.fa-not-equal { background: url('#fa-not-equal') no-repeat }
.fa-signal { background: url('#fa-signal') no-repeat }
.fa-chevron-down { background: url('#fa-chevron-down') no-repeat }
.fa-image-portrait { background: url('#fa-image-portrait') no-repeat }
.fa-diagram-successor { background: url('#fa-diagram-successor') no-repeat }
.fa-hotdog { background: url('#fa-hotdog') no-repeat }
.fa-road-circle-exclamation { background: url('#fa-road-circle-exclamation') no-repeat }
.fa-bomb { background: url('#fa-bomb') no-repeat }
.fa-circle-info { background: url('#fa-circle-info') no-repeat }
.fa-person-rays { background: url('#fa-person-rays') no-repeat }
.fa-crop { background: url('#fa-crop') no-repeat }
.fa-cruzeiro-sign { background: url('#fa-cruzeiro-sign') no-repeat }
.fa-heart-circle-xmark { background: url('#fa-heart-circle-xmark') no-repeat }
.fa-face-laugh-wink { background: url('#fa-face-laugh-wink') no-repeat }
.fa-truck-arrow-right { background: url('#fa-truck-arrow-right') no-repeat }
.fa-tower-cell { background: url('#fa-tower-cell') no-repeat }
.fa-subscript { background: url('#fa-subscript') no-repeat }
.fa-signs-post { background: url('#fa-signs-post') no-repeat }
.fa-location-crosshairs { background: url('#fa-location-crosshairs') no-repeat }
.fa-maximize { background: url('#fa-maximize') no-repeat }
.fa-tv { background: url('#fa-tv') no-repeat }
.fa-chalkboard-user { background: url('#fa-chalkboard-user') no-repeat }
.fa-school-circle-exclamation { background: url('#fa-school-circle-exclamation') no-repeat }
.fa-arrow-up-9-1 { background: url('#fa-arrow-up-9-1') no-repeat }
.fa-house-lock { background: url('#fa-house-lock') no-repeat }
.fa-person-cane { background: url('#fa-person-cane') no-repeat }
.fa-school-flag { background: url('#fa-school-flag') no-repeat }
.fa-mortar-pestle { background: url('#fa-mortar-pestle') no-repeat }
.fa-align-justify { background: url('#fa-align-justify') no-repeat }
.fa-ellipsis { background: url('#fa-ellipsis') no-repeat }
.fa-flag-usa { background: url('#fa-flag-usa') no-repeat }
.fa-person-burst { background: url('#fa-person-burst') no-repeat }
.fa-bridge-circle-xmark { background: url('#fa-bridge-circle-xmark') no-repeat }
.fa-minimize { background: url('#fa-minimize') no-repeat }
.fa-square-virus { background: url('#fa-square-virus') no-repeat }
.fa-4 { background: url('#fa-4') no-repeat }
.fa-vest { background: url('#fa-vest') no-repeat }
.fa-s { background: url('#fa-s') no-repeat }
.fa-volcano { background: url('#fa-volcano') no-repeat }
.fa-border-top-left { background: url('#fa-border-top-left') no-repeat }
.fa-money-bills { background: url('#fa-money-bills') no-repeat }
.fa-clipboard-check { background: url('#fa-clipboard-check') no-repeat }
.fa-franc-sign { background: url('#fa-franc-sign') no-repeat }
.fa-file-medical { background: url('#fa-file-medical') no-repeat }
.fa-grip-lines { background: url('#fa-grip-lines') no-repeat }
.fa-satellite-dish { background: url('#fa-satellite-dish') no-repeat }
.fa-battery-three-quarters { background: url('#fa-battery-three-quarters') no-repeat }
.fa-plane-circle-check { background: url('#fa-plane-circle-check') no-repeat }
.fa-face-surprise { background: url('#fa-face-surprise') no-repeat }
.fa-rotate { background: url('#fa-rotate') no-repeat }
.fa-ribbon { background: url('#fa-ribbon') no-repeat }
.fa-person-walking-arrow-loop-left { background: url('#fa-person-walking-arrow-loop-left') no-repeat }
.fa-star-of-life { background: url('#fa-star-of-life') no-repeat }
.fa-book-bookmark { background: url('#fa-book-bookmark') no-repeat }
.fa-id-card-clip { background: url('#fa-id-card-clip') no-repeat }
.fa-arrows-turn-right { background: url('#fa-arrows-turn-right') no-repeat }
.fa-user-large-slash { background: url('#fa-user-large-slash') no-repeat }
.fa-quote-right { background: url('#fa-quote-right') no-repeat }
.fa-vial-circle-check { background: url('#fa-vial-circle-check') no-repeat }
.fa-temperature-three-quarters { background: url('#fa-temperature-three-quarters') no-repeat }
.fa-mars-and-venus-burst { background: url('#fa-mars-and-venus-burst') no-repeat }
.fa-baby-carriage { background: url('#fa-baby-carriage') no-repeat }
.fa-text-height { background: url('#fa-text-height') no-repeat }
.fa-pen { background: url('#fa-pen') no-repeat }
.fa-arrow-turn-down { background: url('#fa-arrow-turn-down') no-repeat }
.fa-users-rectangle { background: url('#fa-users-rectangle') no-repeat }
.fa-square-check { background: url('#fa-square-check') no-repeat }
.fa-hand { background: url('#fa-hand') no-repeat }
.fa-handcuffs { background: url('#fa-handcuffs') no-repeat }
.fa-print { background: url('#fa-print') no-repeat }
.fa-worm { background: url('#fa-worm') no-repeat }
.fa-database { background: url('#fa-database') no-repeat }
.fa-khanda { background: url('#fa-khanda') no-repeat }
.fa-hourglass-start { background: url('#fa-hourglass-start') no-repeat }
.fa-truck-medical { background: url('#fa-truck-medical') no-repeat }
.fa-face-frown { background: url('#fa-face-frown') no-repeat }
.fa-x { background: url('#fa-x') no-repeat }
.fa-house-crack { background: url('#fa-house-crack') no-repeat }
.fa-kiwi-bird { background: url('#fa-kiwi-bird') no-repeat }
.fa-splotch { background: url('#fa-splotch') no-repeat }
.fa-cross { background: url('#fa-cross') no-repeat }
.fa-6 { background: url('#fa-6') no-repeat }
.fa-motorcycle { background: url('#fa-motorcycle') no-repeat }
.fa-house-tsunami { background: url('#fa-house-tsunami') no-repeat }
.fa-taxi { background: url('#fa-taxi') no-repeat }
.fa-charging-station { background: url('#fa-charging-station') no-repeat }
.fa-left-right { background: url('#fa-left-right') no-repeat }
.fa-peso-sign { background: url('#fa-peso-sign') no-repeat }
.fa-anchor { background: url('#fa-anchor') no-repeat }
.fa-angle-right { background: url('#fa-angle-right') no-repeat }
.fa-flask { background: url('#fa-flask') no-repeat }
.fa-rainbow { background: url('#fa-rainbow') no-repeat }
.fa-volume-low { background: url('#fa-volume-low') no-repeat }
.fa-wine-bottle { background: url('#fa-wine-bottle') no-repeat }
.fa-desktop { background: url('#fa-desktop') no-repeat }
.fa-mug-saucer { background: url('#fa-mug-saucer') no-repeat }
.fa-house-circle-xmark { background: url('#fa-house-circle-xmark') no-repeat }
.fa-house-laptop { background: url('#fa-house-laptop') no-repeat }
.fa-icons { background: url('#fa-icons') no-repeat }
.fa-magnifying-glass-location { background: url('#fa-magnifying-glass-location') no-repeat }
.fa-face-rolling-eyes { background: url('#fa-face-rolling-eyes') no-repeat }
.fa-shekel-sign { background: url('#fa-shekel-sign') no-repeat }
.fa-virus-slash { background: url('#fa-virus-slash') no-repeat }
.fa-jar-wheat { background: url('#fa-jar-wheat') no-repeat }
.fa-blog { background: url('#fa-blog') no-repeat }
.fa-box-tissue { background: url('#fa-box-tissue') no-repeat }
.fa-face-smile { background: url('#fa-face-smile') no-repeat }
.fa-bridge-circle-check { background: url('#fa-bridge-circle-check') no-repeat }
.fa-paw { background: url('#fa-paw') no-repeat }
.fa-dog { background: url('#fa-dog') no-repeat }
.fa-building-columns { background: url('#fa-building-columns') no-repeat }
.fa-fan { background: url('#fa-fan') no-repeat }
.fa-arrow-right-arrow-left { background: url('#fa-arrow-right-arrow-left') no-repeat }
.fa-fingerprint { background: url('#fa-fingerprint') no-repeat }
.fa-hand-point-right { background: url('#fa-hand-point-right') no-repeat }
.fa-greater-than { background: url('#fa-greater-than') no-repeat }
.fa-file-export { background: url('#fa-file-export') no-repeat }
.fa-comment-dollar { background: url('#fa-comment-dollar') no-repeat }
.fa-helmet-un { background: url('#fa-helmet-un') no-repeat }
.fa-5 { background: url('#fa-5') no-repeat }
.fa-arrows-left-right { background: url('#fa-arrows-left-right') no-repeat }
.fa-arrow-right { background: url('#fa-arrow-right') no-repeat }
.fa-user-shield { background: url('#fa-user-shield') no-repeat }
.fa-infinity { background: url('#fa-infinity') no-repeat }
.fa-circle-arrow-up { background: url('#fa-circle-arrow-up') no-repeat }
.fa-cable-car { background: url('#fa-cable-car') no-repeat }
.fa-comment { background: url('#fa-comment') no-repeat }
.fa-wrench { background: url('#fa-wrench') no-repeat }
.fa-star { background: url('#fa-star') no-repeat }
.fa-glasses { background: url('#fa-glasses') no-repeat }
.fa-circle-arrow-left { background: url('#fa-circle-arrow-left') no-repeat }
.fa-mars-and-venus { background: url('#fa-mars-and-venus') no-repeat }
.fa-user-gear { background: url('#fa-user-gear') no-repeat }
.fa-podcast { background: url('#fa-podcast') no-repeat }
.fa-tents { background: url('#fa-tents') no-repeat }
.fa-file-csv { background: url('#fa-file-csv') no-repeat }
.fa-camera-rotate { background: url('#fa-camera-rotate') no-repeat }
.fa-venus-mars { background: url('#fa-venus-mars') no-repeat }
.fa-square-plus { background: url('#fa-square-plus') no-repeat }
.fa-person-dots-from-line { background: url('#fa-person-dots-from-line') no-repeat }
.fa-rectangle-list { background: url('#fa-rectangle-list') no-repeat }
.fa-chevron-up { background: url('#fa-chevron-up') no-repeat }
.fa-spa { background: url('#fa-spa') no-repeat }
.fa-building-circle-xmark { background: url('#fa-building-circle-xmark') no-repeat }
.fa-ruler-horizontal { background: url('#fa-ruler-horizontal') no-repeat }
.fa-prescription-bottle-medical { background: url('#fa-prescription-bottle-medical') no-repeat }
.fa-burst { background: url('#fa-burst') no-repeat }
.fa-arrow-left-long { background: url('#fa-arrow-left-long') no-repeat }
.fa-robot { background: url('#fa-robot') no-repeat }
.fa-z { background: url('#fa-z') no-repeat }
.fa-wand-sparkles { background: url('#fa-wand-sparkles') no-repeat }
.fa-credit-card { background: url('#fa-credit-card') no-repeat }
.fa-fish { background: url('#fa-fish') no-repeat }
.fa-school-circle-check { background: url('#fa-school-circle-check') no-repeat }
.fa-peace { background: url('#fa-peace') no-repeat }
.fa-m { background: url('#fa-m') no-repeat }
.fa-chart-line { background: url('#fa-chart-line') no-repeat }
.fa-location-dot { background: url('#fa-location-dot') no-repeat }
.fa-mask-ventilator { background: url('#fa-mask-ventilator') no-repeat }
.fa-dice { background: url('#fa-dice') no-repeat }
.fa-droplet-slash { background: url('#fa-droplet-slash') no-repeat }
.fa-building-circle-arrow-right { background: url('#fa-building-circle-arrow-right') no-repeat }
.fa-clover { background: url('#fa-clover') no-repeat }
.fa-person-rifle { background: url('#fa-person-rifle') no-repeat }
.fa-angle-left { background: url('#fa-angle-left') no-repeat }
.fa-strikethrough { background: url('#fa-strikethrough') no-repeat }
.fa-arrow-down-up-across-line { background: url('#fa-arrow-down-up-across-line') no-repeat }
.fa-arrow-left { background: url('#fa-arrow-left') no-repeat }
.fa-tag { background: url('#fa-tag') no-repeat }
.fa-user-astronaut { background: url('#fa-user-astronaut') no-repeat }
.fa-camera { background: url('#fa-camera') no-repeat }
.fa-sterling-sign { background: url('#fa-sterling-sign') no-repeat }
.fa-address-card { background: url('#fa-address-card') no-repeat }
.fa-earth-oceania { background: url('#fa-earth-oceania') no-repeat }
.fa-road { background: url('#fa-road') no-repeat }
.fa-arrows-to-eye { background: url('#fa-arrows-to-eye') no-repeat }
.fa-thumbtack { background: url('#fa-thumbtack') no-repeat }
.fa-chart-pie { background: url('#fa-chart-pie') no-repeat }
.fa-italic { background: url('#fa-italic') no-repeat }
.fa-chess-board { background: url('#fa-chess-board') no-repeat }
.fa-skull-crossbones { background: url('#fa-skull-crossbones') no-repeat }
.fa-mars { background: url('#fa-mars') no-repeat }
.fa-backward-step { background: url('#fa-backward-step') no-repeat }
.fa-wine-glass-empty { background: url('#fa-wine-glass-empty') no-repeat }
.fa-truck-pickup { background: url('#fa-truck-pickup') no-repeat }
.fa-phone { background: url('#fa-phone') no-repeat }
.fa-trowel-bricks { background: url('#fa-trowel-bricks') no-repeat }
.fa-retweet { background: url('#fa-retweet') no-repeat }
.fa-carrot { background: url('#fa-carrot') no-repeat }
.fa-hand-point-up { background: url('#fa-hand-point-up') no-repeat }
.fa-mattress-pillow { background: url('#fa-mattress-pillow') no-repeat }
.fa-hand-pointer { background: url('#fa-hand-pointer') no-repeat }
.fa-prescription-bottle { background: url('#fa-prescription-bottle') no-repeat }
.fa-table-cells-large { background: url('#fa-table-cells-large') no-repeat }
.fa-mosque { background: url('#fa-mosque') no-repeat }
.fa-coins { background: url('#fa-coins') no-repeat }
.fa-baseball-bat-ball { background: url('#fa-baseball-bat-ball') no-repeat }
.fa-person-hiking { background: url('#fa-person-hiking') no-repeat }
.fa-face-tired { background: url('#fa-face-tired') no-repeat }
.fa-dragon { background: url('#fa-dragon') no-repeat }
.fa-record-vinyl { background: url('#fa-record-vinyl') no-repeat }
.fa-ear-listen { background: url('#fa-ear-listen') no-repeat }
.fa-clipboard-question { background: url('#fa-clipboard-question') no-repeat }
.fa-folder-minus { background: url('#fa-folder-minus') no-repeat }
.fa-registered { background: url('#fa-registered') no-repeat }
.fa-calendar-check { background: url('#fa-calendar-check') no-repeat }
.fa-smoking { background: url('#fa-smoking') no-repeat }
.fa-file-excel { background: url('#fa-file-excel') no-repeat }
.fa-dice-d6 { background: url('#fa-dice-d6') no-repeat }
.fa-sleigh { background: url('#fa-sleigh') no-repeat }
.fa-litecoin-sign { background: url('#fa-litecoin-sign') no-repeat }
.fa-handshake { background: url('#fa-handshake') no-repeat }
.fa-archway { background: url('#fa-archway') no-repeat }
.fa-oil-well { background: url('#fa-oil-well') no-repeat }
.fa-object-ungroup { background: url('#fa-object-ungroup') no-repeat }
.fa-plane-departure { background: url('#fa-plane-departure') no-repeat }
.fa-headphones { background: url('#fa-headphones') no-repeat }
.fa-toolbox { background: url('#fa-toolbox') no-repeat }
.fa-window-minimize { background: url('#fa-window-minimize') no-repeat }
.fa-pump-soap { background: url('#fa-pump-soap') no-repeat }
.fa-file-circle-plus { background: url('#fa-file-circle-plus') no-repeat }
.fa-hand-peace { background: url('#fa-hand-peace') no-repeat }
.fa-magnifying-glass-dollar { background: url('#fa-magnifying-glass-dollar') no-repeat }
.fa-person-walking-luggage { background: url('#fa-person-walking-luggage') no-repeat }
.fa-shield-dog { background: url('#fa-shield-dog') no-repeat }
.fa-user-large { background: url('#fa-user-large') no-repeat }
.fa-computer { background: url('#fa-computer') no-repeat }
.fa-file-word { background: url('#fa-file-word') no-repeat }
.fa-rotate-right { background: url('#fa-rotate-right') no-repeat }
.fa-cart-arrow-down { background: url('#fa-cart-arrow-down') no-repeat }
.fa-chart-column { background: url('#fa-chart-column') no-repeat }
.fa-person-military-to-person { background: url('#fa-person-military-to-person') no-repeat }
.fa-hand-holding-dollar { background: url('#fa-hand-holding-dollar') no-repeat }
.fa-square-person-confined { background: url('#fa-square-person-confined') no-repeat }
.fa-handshake-simple-slash { background: url('#fa-handshake-simple-slash') no-repeat }
.fa-money-bill-wheat { background: url('#fa-money-bill-wheat') no-repeat }
.fa-newspaper { background: url('#fa-newspaper') no-repeat }
.fa-r { background: url('#fa-r') no-repeat }
.fa-star-and-crescent { background: url('#fa-star-and-crescent') no-repeat }
.fa-money-bill-trend-up { background: url('#fa-money-bill-trend-up') no-repeat }
.fa-arrow-up-right-dots { background: url('#fa-arrow-up-right-dots') no-repeat }
.fa-table-list { background: url('#fa-table-list') no-repeat }
.fa-hands-asl-interpreting { background: url('#fa-hands-asl-interpreting') no-repeat }
.fa-lock { background: url('#fa-lock') no-repeat }
.fa-arrow-right-to-bracket { background: url('#fa-arrow-right-to-bracket') no-repeat }
.fa-reply-all { background: url('#fa-reply-all') no-repeat }
.fa-phone-slash { background: url('#fa-phone-slash') no-repeat }
.fa-kaaba { background: url('#fa-kaaba') no-repeat }
.fa-slash { background: url('#fa-slash') no-repeat }
.fa-arrow-right-long { background: url('#fa-arrow-right-long') no-repeat }
.fa-chess-king { background: url('#fa-chess-king') no-repeat }
.fa-cloud-moon-rain { background: url('#fa-cloud-moon-rain') no-repeat }
.fa-square-arrow-up-right { background: url('#fa-square-arrow-up-right') no-repeat }
.fa-2 { background: url('#fa-2') no-repeat }
.fa-bugs { background: url('#fa-bugs') no-repeat }
.fa-truck-field-un { background: url('#fa-truck-field-un') no-repeat }
.fa-florin-sign { background: url('#fa-florin-sign') no-repeat }
.fa-quote-left { background: url('#fa-quote-left') no-repeat }
.fa-hourglass-end { background: url('#fa-hourglass-end') no-repeat }
.fa-share-nodes { background: url('#fa-share-nodes') no-repeat }
.fa-hashtag { background: url('#fa-hashtag') no-repeat }
.fa-earth-americas { background: url('#fa-earth-americas') no-repeat }
.fa-peseta-sign { background: url('#fa-peseta-sign') no-repeat }
.fa-q { background: url('#fa-q') no-repeat }
.fa-dice-two { background: url('#fa-dice-two') no-repeat }
.fa-couch { background: url('#fa-couch') no-repeat }
.fa-face-meh { background: url('#fa-face-meh') no-repeat }
.fa-link-slash { background: url('#fa-link-slash') no-repeat }
.fa-cloud-moon { background: url('#fa-cloud-moon') no-repeat }
.fa-money-bill-transfer { background: url('#fa-money-bill-transfer') no-repeat }
.fa-hippo { background: url('#fa-hippo') no-repeat }
.fa-mask-face { background: url('#fa-mask-face') no-repeat }
.fa-staff-snake { background: url('#fa-staff-snake') no-repeat }
.fa-door-closed { background: url('#fa-door-closed') no-repeat }
.fa-clone { background: url('#fa-clone') no-repeat }
.fa-caret-down { background: url('#fa-caret-down') no-repeat }
.fa-kip-sign { background: url('#fa-kip-sign') no-repeat }
.fa-feather-pointed { background: url('#fa-feather-pointed') no-repeat }
.fa-face-grin-tongue-squint { background: url('#fa-face-grin-tongue-squint') no-repeat }
.fa-person { background: url('#fa-person') no-repeat }
.fa-folder { background: url('#fa-folder') no-repeat }
.fa-pen-clip { background: url('#fa-pen-clip') no-repeat }
.fa-cubes-stacked { background: url('#fa-cubes-stacked') no-repeat }
.fa-timeline { background: url('#fa-timeline') no-repeat }
.fa-face-grin-beam-sweat { background: url('#fa-face-grin-beam-sweat') no-repeat }
.fa-g { background: url('#fa-g') no-repeat }
.fa-right-from-bracket { background: url('#fa-right-from-bracket') no-repeat }
.fa-dolly { background: url('#fa-dolly') no-repeat }
.fa-computer-mouse { background: url('#fa-computer-mouse') no-repeat }
.fa-building-circle-check { background: url('#fa-building-circle-check') no-repeat }
.fa-users-viewfinder { background: url('#fa-users-viewfinder') no-repeat }
.fa-tornado { background: url('#fa-tornado') no-repeat }
.fa-align-center { background: url('#fa-align-center') no-repeat }
.fa-person-military-pointing { background: url('#fa-person-military-pointing') no-repeat }
.fa-magnifying-glass-arrow-right { background: url('#fa-magnifying-glass-arrow-right') no-repeat }
.fa-toilet-paper { background: url('#fa-toilet-paper') no-repeat }
.fa-chess-pawn { background: url('#fa-chess-pawn') no-repeat }
.fa-user-lock { background: url('#fa-user-lock') no-repeat }
.fa-download { background: url('#fa-download') no-repeat }
.fa-backward { background: url('#fa-backward') no-repeat }
.fa-tree { background: url('#fa-tree') no-repeat }
.fa-masks-theater { background: url('#fa-masks-theater') no-repeat }
.fa-window-restore { background: url('#fa-window-restore') no-repeat }
.fa-circle-question { background: url('#fa-circle-question') no-repeat }
.fa-sort-up { background: url('#fa-sort-up') no-repeat }
.fa-highlighter { background: url('#fa-highlighter') no-repeat }
.fa-teeth { background: url('#fa-teeth') no-repeat }
.fa-hurricane { background: url('#fa-hurricane') no-repeat }
.fa-circle-left { background: url('#fa-circle-left') no-repeat }
.fa-pallet { background: url('#fa-pallet') no-repeat }
.fa-chart-area { background: url('#fa-chart-area') no-repeat }
.fa-xmarks-lines { background: url('#fa-xmarks-lines') no-repeat }
.fa-angles-right { background: url('#fa-angles-right') no-repeat }
.fa-house-medical-circle-exclamation { background: url('#fa-house-medical-circle-exclamation') no-repeat }
.fa-cloud-rain { background: url('#fa-cloud-rain') no-repeat }
.fa-person-digging { background: url('#fa-person-digging') no-repeat }
.fa-tent-arrows-down { background: url('#fa-tent-arrows-down') no-repeat }
.fa-hands-holding { background: url('#fa-hands-holding') no-repeat }
.fa-skull { background: url('#fa-skull') no-repeat }
.fa-battery-half { background: url('#fa-battery-half') no-repeat }
.fa-arrows-split-up-and-left { background: url('#fa-arrows-split-up-and-left') no-repeat }
.fa-rotate-left { background: url('#fa-rotate-left') no-repeat }
.fa-bangladeshi-taka-sign { background: url('#fa-bangladeshi-taka-sign') no-repeat }
.fa-face-angry { background: url('#fa-face-angry') no-repeat }
.fa-hot-tub-person { background: url('#fa-hot-tub-person') no-repeat }
.fa-sort { background: url('#fa-sort') no-repeat }
.fa-house-user { background: url('#fa-house-user') no-repeat }
.fa-house-flag { background: url('#fa-house-flag') no-repeat }
.fa-shuttle-space { background: url('#fa-shuttle-space') no-repeat }
.fa-pepper-hot { background: url('#fa-pepper-hot') no-repeat }
.fa-sack-xmark { background: url('#fa-sack-xmark') no-repeat }
.fa-cloud-sun { background: url('#fa-cloud-sun') no-repeat }
.fa-person-circle-question { background: url('#fa-person-circle-question') no-repeat }
.fa-signature { background: url('#fa-signature') no-repeat }
.fa-circle-half-stroke { background: url('#fa-circle-half-stroke') no-repeat }
.fa-yen-sign { background: url('#fa-yen-sign') no-repeat }
.fa-check-to-slot { background: url('#fa-check-to-slot') no-repeat }
.fa-file-circle-question { background: url('#fa-file-circle-question') no-repeat }
.fa-clipboard-user { background: url('#fa-clipboard-user') no-repeat }
.fa-flag-checkered { background: url('#fa-flag-checkered') no-repeat }
.fa-person-skating { background: url('#fa-person-skating') no-repeat }
.fa-shoe-prints { background: url('#fa-shoe-prints') no-repeat }
.fa-grip { background: url('#fa-grip') no-repeat }
.fa-border-all { background: url('#fa-border-all') no-repeat }
.fa-cloud-meatball { background: url('#fa-cloud-meatball') no-repeat }
.fa-lungs-virus { background: url('#fa-lungs-virus') no-repeat }
.fa-democrat { background: url('#fa-democrat') no-repeat }
.fa-bold { background: url('#fa-bold') no-repeat }
.fa-right-left { background: url('#fa-right-left') no-repeat }
.fa-arrow-down-z-a { background: url('#fa-arrow-down-z-a') no-repeat }
.fa-sort-down { background: url('#fa-sort-down') no-repeat }
.fa-headphones-simple { background: url('#fa-headphones-simple') no-repeat }
.fa-pump-medical { background: url('#fa-pump-medical') no-repeat }
.fa-arrow-down-wide-short { background: url('#fa-arrow-down-wide-short') no-repeat }
.fa-0 { background: url('#fa-0') no-repeat }
.fa-austral-sign { background: url('#fa-austral-sign') no-repeat }
.fa-clapperboard { background: url('#fa-clapperboard') no-repeat }
.fa-bridge-water { background: url('#fa-bridge-water') no-repeat }
.fa-hourglass { background: url('#fa-hourglass') no-repeat }
.fa-chess { background: url('#fa-chess') no-repeat }
.fa-cookie { background: url('#fa-cookie') no-repeat }
.fa-calendar-day { background: url('#fa-calendar-day') no-repeat }
.fa-person-circle-check { background: url('#fa-person-circle-check') no-repeat }
.fa-wand-magic-sparkles { background: url('#fa-wand-magic-sparkles') no-repeat }
.fa-chart-simple { background: url('#fa-chart-simple') no-repeat }
.fa-stroopwafel { background: url('#fa-stroopwafel') no-repeat }
.fa-crown { background: url('#fa-crown') no-repeat }
.fa-dice-six { background: url('#fa-dice-six') no-repeat }
.fa-earth-europe { background: url('#fa-earth-europe') no-repeat }
.fa-sd-card { background: url('#fa-sd-card') no-repeat }
.fa-face-grin-stars { background: url('#fa-face-grin-stars') no-repeat }
.fa-j { background: url('#fa-j') no-repeat }
.fa-code { background: url('#fa-code') no-repeat }
.fa-bezier-curve { background: url('#fa-bezier-curve') no-repeat }
.fa-tractor { background: url('#fa-tractor') no-repeat }
.fa-house-chimney-window { background: url('#fa-house-chimney-window') no-repeat }
.fa-dungeon { background: url('#fa-dungeon') no-repeat }
.fa-users-slash { background: url('#fa-users-slash') no-repeat }
.fa-spaghetti-monster-flying { background: url('#fa-spaghetti-monster-flying') no-repeat }
.fa-stopwatch-20 { background: url('#fa-stopwatch-20') no-repeat }
.fa-football { background: url('#fa-football') no-repeat }
.fa-plug { background: url('#fa-plug') no-repeat }
.fa-square-minus { background: url('#fa-square-minus') no-repeat }
.fa-microphone-lines-slash { background: url('#fa-microphone-lines-slash') no-repeat }
.fa-location-arrow { background: url('#fa-location-arrow') no-repeat }
.fa-bread-slice { background: url('#fa-bread-slice') no-repeat }
.fa-building-flag { background: url('#fa-building-flag') no-repeat }
.fa-tachograph-digital { background: url('#fa-tachograph-digital') no-repeat }
.fa-route { background: url('#fa-route') no-repeat }
.fa-l { background: url('#fa-l') no-repeat }
.fa-wheat-awn-circle-exclamation { background: url('#fa-wheat-awn-circle-exclamation') no-repeat }
.fa-arrows-up-to-line { background: url('#fa-arrows-up-to-line') no-repeat }
.fa-id-badge { background: url('#fa-id-badge') no-repeat }
.fa-trash-can-arrow-up { background: url('#fa-trash-can-arrow-up') no-repeat }
.fa-car { background: url('#fa-car') no-repeat }
.fa-expand { background: url('#fa-expand') no-repeat }
.fa-bowling-ball { background: url('#fa-bowling-ball') no-repeat }
.fa-pen-ruler { background: url('#fa-pen-ruler') no-repeat }
.fa-weight-scale { background: url('#fa-weight-scale') no-repeat }
.fa-truck-monster { background: url('#fa-truck-monster') no-repeat }
.fa-person-circle-exclamation { background: url('#fa-person-circle-exclamation') no-repeat }
.fa-user-clock { background: url('#fa-user-clock') no-repeat }
.fa-hryvnia-sign { background: url('#fa-hryvnia-sign') no-repeat }
.fa-left-long { background: url('#fa-left-long') no-repeat }
.fa-wind { background: url('#fa-wind') no-repeat }
.fa-bus { background: url('#fa-bus') no-repeat }
.fa-bucket { background: url('#fa-bucket') no-repeat }
.fa-monument { background: url('#fa-monument') no-repeat }
.fa-grip-vertical { background: url('#fa-grip-vertical') no-repeat }
.fa-scroll-torah { background: url('#fa-scroll-torah') no-repeat }
.fa-upload { background: url('#fa-upload') no-repeat }
.fa-battery-empty { background: url('#fa-battery-empty') no-repeat }
.fa-arrow-down { background: url('#fa-arrow-down') no-repeat }
.fa-plane-circle-exclamation { background: url('#fa-plane-circle-exclamation') no-repeat }
.fa-ruble-sign { background: url('#fa-ruble-sign') no-repeat }
.fa-chess-queen { background: url('#fa-chess-queen') no-repeat }
.fa-won-sign { background: url('#fa-won-sign') no-repeat }
.fa-arrow-down-short-wide { background: url('#fa-arrow-down-short-wide') no-repeat }
.fa-file-waveform { background: url('#fa-file-waveform') no-repeat }
.fa-building-ngo { background: url('#fa-building-ngo') no-repeat }
.fa-drumstick-bite { background: url('#fa-drumstick-bite') no-repeat }
.fa-transgender { background: url('#fa-transgender') no-repeat }
.fa-bottle-droplet { background: url('#fa-bottle-droplet') no-repeat }
.fa-filter { background: url('#fa-filter') no-repeat }
.fa-hat-cowboy { background: url('#fa-hat-cowboy') no-repeat }
.fa-tent-arrow-down-to-line { background: url('#fa-tent-arrow-down-to-line') no-repeat }
.fa-martini-glass-citrus { background: url('#fa-martini-glass-citrus') no-repeat }
.fa-burger { background: url('#fa-burger') no-repeat }
.fa-pencil { background: url('#fa-pencil') no-repeat }
.fa-arrow-up-long { background: url('#fa-arrow-up-long') no-repeat }
.fa-circle-dot { background: url('#fa-circle-dot') no-repeat }
.fa-gauge-simple-high { background: url('#fa-gauge-simple-high') no-repeat }
.fa-book-open { background: url('#fa-book-open') no-repeat }
.fa-users-rays { background: url('#fa-users-rays') no-repeat }
.fa-phone-volume { background: url('#fa-phone-volume') no-repeat }
.fa-gifts { background: url('#fa-gifts') no-repeat }
.fa-trash { background: url('#fa-trash') no-repeat }
.fa-compact-disc { background: url('#fa-compact-disc') no-repeat }
.fa-house-flood-water-circle-arrow-right { background: url('#fa-house-flood-water-circle-arrow-right') no-repeat }
.fa-handshake-angle { background: url('#fa-handshake-angle') no-repeat }
.fa-file-pen { background: url('#fa-file-pen') no-repeat }
.fa-umbrella { background: url('#fa-umbrella') no-repeat }
.fa-users { background: url('#fa-users') no-repeat }
.fa-whiskey-glass { background: url('#fa-whiskey-glass') no-repeat }
.fa-lungs { background: url('#fa-lungs') no-repeat }
.fa-pills { background: url('#fa-pills') no-repeat }
.fa-plug-circle-plus { background: url('#fa-plug-circle-plus') no-repeat }
.fa-feather { background: url('#fa-feather') no-repeat }
.fa-award { background: url('#fa-award') no-repeat }
.fa-cloud { background: url('#fa-cloud') no-repeat }
.fa-user-graduate { background: url('#fa-user-graduate') no-repeat }
.fa-person-circle-minus { background: url('#fa-person-circle-minus') no-repeat }
.fa-circle-minus { background: url('#fa-circle-minus') no-repeat }
.fa-road-lock { background: url('#fa-road-lock') no-repeat }
.fa-book-journal-whills { background: url('#fa-book-journal-whills') no-repeat }
.fa-bacterium { background: url('#fa-bacterium') no-repeat }
.fa-wifi { background: url('#fa-wifi') no-repeat }
.fa-dumpster { background: url('#fa-dumpster') no-repeat }
.fa-bottle-water { background: url('#fa-bottle-water') no-repeat }
.fa-square-phone-flip { background: url('#fa-square-phone-flip') no-repeat }
.fa-square-caret-right { background: url('#fa-square-caret-right') no-repeat }
.fa-fire-flame-simple { background: url('#fa-fire-flame-simple') no-repeat }
.fa-circle-exclamation { background: url('#fa-circle-exclamation') no-repeat }
.fa-map-location { background: url('#fa-map-location') no-repeat }
.fa-chair { background: url('#fa-chair') no-repeat }
.fa-basketball { background: url('#fa-basketball') no-repeat }
.fa-hospital-user { background: url('#fa-hospital-user') no-repeat }
.fa-user-ninja { background: url('#fa-user-ninja') no-repeat }
.fa-vial { background: url('#fa-vial') no-repeat }
.fa-guitar { background: url('#fa-guitar') no-repeat }
.fa-arrow-trend-up { background: url('#fa-arrow-trend-up') no-repeat }
.fa-angles-down { background: url('#fa-angles-down') no-repeat }
.fa-people-robbery { background: url('#fa-people-robbery') no-repeat }
.fa-voicemail { background: url('#fa-voicemail') no-repeat }
.fa-wheelchair { background: url('#fa-wheelchair') no-repeat }
.fa-square { background: url('#fa-square') no-repeat }
.fa-radio { background: url('#fa-radio') no-repeat }
.fa-scissors { background: url('#fa-scissors') no-repeat }
.fa-house-flood-water { background: url('#fa-house-flood-water') no-repeat }
.fa-fire-flame-curved { background: url('#fa-fire-flame-curved') no-repeat }
.fa-bag-shopping { background: url('#fa-bag-shopping') no-repeat }
.fa-box-archive { background: url('#fa-box-archive') no-repeat }
.fa-blender-phone { background: url('#fa-blender-phone') no-repeat }
.fa-sliders { background: url('#fa-sliders') no-repeat }
.fa-face-grin { background: url('#fa-face-grin') no-repeat }
.fa-ruler { background: url('#fa-ruler') no-repeat }
.fa-angle-down { background: url('#fa-angle-down') no-repeat }
.fa-store { background: url('#fa-store') no-repeat }
.fa-filter-circle-dollar { background: url('#fa-filter-circle-dollar') no-repeat }
.fa-file-circle-check { background: url('#fa-file-circle-check') no-repeat }
.fa-memory { background: url('#fa-memory') no-repeat }
.fa-virus-covid { background: url('#fa-virus-covid') no-repeat }
.fa-envelope-open { background: url('#fa-envelope-open') no-repeat }
.fa-up-long { background: url('#fa-up-long') no-repeat }
.fa-anchor-circle-xmark { background: url('#fa-anchor-circle-xmark') no-repeat }
.fa-square-xmark { background: url('#fa-square-xmark') no-repeat }
.fa-magnifying-glass-minus { background: url('#fa-magnifying-glass-minus') no-repeat }
.fa-person-military-rifle { background: url('#fa-person-military-rifle') no-repeat }
.fa-hammer { background: url('#fa-hammer') no-repeat }
.fa-align-left { background: url('#fa-align-left') no-repeat }
.fa-volume-off { background: url('#fa-volume-off') no-repeat }
.fa-square-nfi { background: url('#fa-square-nfi') no-repeat }
.fa-percent { background: url('#fa-percent') no-repeat }
.fa-outdent { background: url('#fa-outdent') no-repeat }
.fa-tablets { background: url('#fa-tablets') no-repeat }
.fa-egg { background: url('#fa-egg') no-repeat }
.fa-anchor-circle-check { background: url('#fa-anchor-circle-check') no-repeat }
.fa-heart-circle-bolt { background: url('#fa-heart-circle-bolt') no-repeat }
.fa-heart-circle-check { background: url('#fa-heart-circle-check') no-repeat }
.fa-hand-sparkles { background: url('#fa-hand-sparkles') no-repeat }
.fa-baby { background: url('#fa-baby') no-repeat }
.fa-toilet { background: url('#fa-toilet') no-repeat }
.fa-glass-water-droplet { background: url('#fa-glass-water-droplet') no-repeat }
.fa-8 { background: url('#fa-8') no-repeat }
.fa-spell-check { background: url('#fa-spell-check') no-repeat }
.fa-truck-fast { background: url('#fa-truck-fast') no-repeat }
.fa-square-envelope { background: url('#fa-square-envelope') no-repeat }
.fa-arrow-trend-down { background: url('#fa-arrow-trend-down') no-repeat }
.fa-cart-shopping { background: url('#fa-cart-shopping') no-repeat }
.fa-circle-check { background: url('#fa-circle-check') no-repeat }
.fa-microphone { background: url('#fa-microphone') no-repeat }
.fa-person-falling-burst { background: url('#fa-person-falling-burst') no-repeat }
.fa-mobile-retro { background: url('#fa-mobile-retro') no-repeat }
.fa-building-lock { background: url('#fa-building-lock') no-repeat }
.fa-font-awesome { background: url('#fa-font-awesome') no-repeat }
.fa-pen-nib { background: url('#fa-pen-nib') no-repeat }
.fa-pager { background: url('#fa-pager') no-repeat }
.fa-briefcase { background: url('#fa-briefcase') no-repeat }
.fa-vr-cardboard { background: url('#fa-vr-cardboard') no-repeat }
.fa-pause { background: url('#fa-pause') no-repeat }
.fa-ruler-combined { background: url('#fa-ruler-combined') no-repeat }
.fa-crosshairs { background: url('#fa-crosshairs') no-repeat }
.fa-sink { background: url('#fa-sink') no-repeat }
.fa-people-carry-box { background: url('#fa-people-carry-box') no-repeat }
.fa-user-check { background: url('#fa-user-check') no-repeat }
.fa-envelope { background: url('#fa-envelope') no-repeat }
.fa-clipboard-list { background: url('#fa-clipboard-list') no-repeat }
.fa-bell { background: url('#fa-bell') no-repeat }
.fa-fill-drip { background: url('#fa-fill-drip') no-repeat }
.fa-w { background: url('#fa-w') no-repeat }
.fa-film { background: url('#fa-film') no-repeat }
.fa-joint { background: url('#fa-joint') no-repeat }
.fa-headset { background: url('#fa-headset') no-repeat }
.fa-people-arrows { background: url('#fa-people-arrows') no-repeat }
.fa-e { background: url('#fa-e') no-repeat }
.fa-arrow-turn-up { background: url('#fa-arrow-turn-up') no-repeat }
.fa-baseball { background: url('#fa-baseball') no-repeat }
.fa-bath { background: url('#fa-bath') no-repeat }
.fa-code-pull-request { background: url('#fa-code-pull-request') no-repeat }
.fa-comment-medical { background: url('#fa-comment-medical') no-repeat }
.fa-circle-user { background: url('#fa-circle-user') no-repeat }
.fa-explosion { background: url('#fa-explosion') no-repeat }
.fa-angles-left { background: url('#fa-angles-left') no-repeat }
.fa-hand-holding { background: url('#fa-hand-holding') no-repeat }
.fa-paintbrush { background: url('#fa-paintbrush') no-repeat }
.fa-list-ul { background: url('#fa-list-ul') no-repeat }
.fa-handshake-simple { background: url('#fa-handshake-simple') no-repeat }
.fa-eye-slash { background: url('#fa-eye-slash') no-repeat }
.fa-calendar-week { background: url('#fa-calendar-week') no-repeat }
.fa-calculator { background: url('#fa-calculator') no-repeat }
.fa-down-left-and-up-right-to-center { background: url('#fa-down-left-and-up-right-to-center') no-repeat }
.fa-toilet-paper-slash { background: url('#fa-toilet-paper-slash') no-repeat }
.fa-ice-cream { background: url('#fa-ice-cream') no-repeat }
.fa-money-bill-wave { background: url('#fa-money-bill-wave') no-repeat }
.fa-person-shelter { background: url('#fa-person-shelter') no-repeat }
.fa-o { background: url('#fa-o') no-repeat }
.fa-lira-sign { background: url('#fa-lira-sign') no-repeat }
.fa-plug-circle-bolt { background: url('#fa-plug-circle-bolt') no-repeat }
.fa-list-check { background: url('#fa-list-check') no-repeat }
.fa-person-through-window { background: url('#fa-person-through-window') no-repeat }
.fa-yin-yang { background: url('#fa-yin-yang') no-repeat }
.fa-cart-flatbed-suitcase { background: url('#fa-cart-flatbed-suitcase') no-repeat }
.fa-shield-heart { background: url('#fa-shield-heart') no-repeat }
.fa-hand-holding-medical { background: url('#fa-hand-holding-medical') no-repeat }
.fa-paperclip { background: url('#fa-paperclip') no-repeat }
.fa-volleyball { background: url('#fa-volleyball') no-repeat }
.fa-mercury { background: url('#fa-mercury') no-repeat }
.fa-align-right { background: url('#fa-align-right') no-repeat }
.fa-drum-steelpan { background: url('#fa-drum-steelpan') no-repeat }
.fa-golf-ball-tee { background: url('#fa-golf-ball-tee') no-repeat }
.fa-border-none { background: url('#fa-border-none') no-repeat }
.fa-calendar { background: url('#fa-calendar') no-repeat }
.fa-bacteria { background: url('#fa-bacteria') no-repeat }
.fa-jedi { background: url('#fa-jedi') no-repeat }
.fa-file-arrow-down { background: url('#fa-file-arrow-down') no-repeat }
.fa-less-than { background: url('#fa-less-than') no-repeat }
.fa-envelope-open-text { background: url('#fa-envelope-open-text') no-repeat }
.fa-cannabis { background: url('#fa-cannabis') no-repeat }
.fa-location-pin-lock { background: url('#fa-location-pin-lock') no-repeat }
.fa-divide { background: url('#fa-divide') no-repeat }
.fa-mobile-button { background: url('#fa-mobile-button') no-repeat }
.fa-street-view { background: url('#fa-street-view') no-repeat }
.fa-snowplow { background: url('#fa-snowplow') no-repeat }
.fa-shield-virus { background: url('#fa-shield-virus') no-repeat }
.fa-hands-holding-circle { background: url('#fa-hands-holding-circle') no-repeat }
.fa-toilets-portable { background: url('#fa-toilets-portable') no-repeat }
.fa-object-group { background: url('#fa-object-group') no-repeat }
.fa-temperature-low { background: url('#fa-temperature-low') no-repeat }
.fa-circle-plus { background: url('#fa-circle-plus') no-repeat }
.fa-rss { background: url('#fa-rss') no-repeat }
.fa-head-side-cough-slash { background: url('#fa-head-side-cough-slash') no-repeat }
.fa-mitten { background: url('#fa-mitten') no-repeat }
.fa-dice-three { background: url('#fa-dice-three') no-repeat }
.fa-microchip { background: url('#fa-microchip') no-repeat }
.fa-layer-group { background: url('#fa-layer-group') no-repeat }
.fa-volume-high { background: url('#fa-volume-high') no-repeat }
.fa-n { background: url('#fa-n') no-repeat }
.fa-ellipsis-vertical { background: url('#fa-ellipsis-vertical') no-repeat }
.fa-tablet-button { background: url('#fa-tablet-button') no-repeat }
.fa-plug-circle-minus { background: url('#fa-plug-circle-minus') no-repeat }
.fa-stairs { background: url('#fa-stairs') no-repeat }
.fa-book-skull { background: url('#fa-book-skull') no-repeat }
.fa-square-full { background: url('#fa-square-full') no-repeat }
.fa-recycle { background: url('#fa-recycle') no-repeat }
.fa-circle-chevron-left { background: url('#fa-circle-chevron-left') no-repeat }
.fa-user-tie { background: url('#fa-user-tie') no-repeat }
.fa-scroll { background: url('#fa-scroll') no-repeat }
.fa-face-meh-blank { background: url('#fa-face-meh-blank') no-repeat }
.fa-d { background: url('#fa-d') no-repeat }
.fa-plus { background: url('#fa-plus') no-repeat }
.fa-temperature-arrow-up { background: url('#fa-temperature-arrow-up') no-repeat }
.fa-house-fire { background: url('#fa-house-fire') no-repeat }
.fa-dice-d20 { background: url('#fa-dice-d20') no-repeat }
.fa-table-columns { background: url('#fa-table-columns') no-repeat }
.fa-battery-full { background: url('#fa-battery-full') no-repeat }
.fa-shop { background: url('#fa-shop') no-repeat }
.fa-capsules { background: url('#fa-capsules') no-repeat }
.fa-road-barrier { background: url('#fa-road-barrier') no-repeat }
.fa-file-signature { background: url('#fa-file-signature') no-repeat }
.fa-braille { background: url('#fa-braille') no-repeat }
.fa-tent { background: url('#fa-tent') no-repeat }
.fa-up-down-left-right { background: url('#fa-up-down-left-right') no-repeat }
.fa-thumbs-down { background: url('#fa-thumbs-down') no-repeat }
.fa-window-maximize { background: url('#fa-window-maximize') no-repeat }
.fa-utensils { background: url('#fa-utensils') no-repeat }
.fa-bone { background: url('#fa-bone') no-repeat }
.fa-bars { background: url('#fa-bars') no-repeat }
.fa-brain { background: url('#fa-brain') no-repeat }
.fa-children { background: url('#fa-children') no-repeat }
.fa-gift { background: url('#fa-gift') no-repeat }
.fa-ticket { background: url('#fa-ticket') no-repeat }
.fa-brush { background: url('#fa-brush') no-repeat }
.fa-stethoscope { background: url('#fa-stethoscope') no-repeat }
.fa-hockey-puck { background: url('#fa-hockey-puck') no-repeat }
.fa-circle-dollar-to-slot { background: url('#fa-circle-dollar-to-slot') no-repeat }
.fa-user-pen { background: url('#fa-user-pen') no-repeat }
.fa-file-circle-minus { background: url('#fa-file-circle-minus') no-repeat }
.fa-cent-sign { background: url('#fa-cent-sign') no-repeat }
.fa-person-snowboarding { background: url('#fa-person-snowboarding') no-repeat }
.fa-calendar-days { background: url('#fa-calendar-days') no-repeat }
.fa-wand-magic { background: url('#fa-wand-magic') no-repeat }
.fa-screwdriver { background: url('#fa-screwdriver') no-repeat }
.fa-bolt-lightning { background: url('#fa-bolt-lightning') no-repeat }
.fa-square-root-variable { background: url('#fa-square-root-variable') no-repeat }
.fa-snowflake { background: url('#fa-snowflake') no-repeat }
.fa-atom { background: url('#fa-atom') no-repeat }
.fa-square-caret-down { background: url('#fa-square-caret-down') no-repeat }
.fa-bridge { background: url('#fa-bridge') no-repeat }
.fa-euro-sign { background: url('#fa-euro-sign') no-repeat }
.fa-money-check { background: url('#fa-money-check') no-repeat }
.fa-child-dress { background: url('#fa-child-dress') no-repeat }
.fa-medal { background: url('#fa-medal') no-repeat }
.fa-angle-up { background: url('#fa-angle-up') no-repeat }
.fa-car-rear { background: url('#fa-car-rear') no-repeat }
.fa-bowl-rice { background: url('#fa-bowl-rice') no-repeat }
.fa-box-open { background: url('#fa-box-open') no-repeat }
.fa-diagram-project { background: url('#fa-diagram-project') no-repeat }
.fa-magnifying-glass-plus { background: url('#fa-magnifying-glass-plus') no-repeat }
.fa-toggle-off { background: url('#fa-toggle-off') no-repeat }
.fa-vector-square { background: url('#fa-vector-square') no-repeat }
.fa-plane-slash { background: url('#fa-plane-slash') no-repeat }
.fa-hand-point-left { background: url('#fa-hand-point-left') no-repeat }
.fa-file-powerpoint { background: url('#fa-file-powerpoint') no-repeat }
.fa-grip-lines-vertical { background: url('#fa-grip-lines-vertical') no-repeat }
.fa-hand-spock { background: url('#fa-hand-spock') no-repeat }
.fa-circle-stop { background: url('#fa-circle-stop') no-repeat }
.fa-smog { background: url('#fa-smog') no-repeat }
.fa-box { background: url('#fa-box') no-repeat }
.fa-elevator { background: url('#fa-elevator') no-repeat }
.fa-scale-unbalanced { background: url('#fa-scale-unbalanced') no-repeat }
.fa-business-time { background: url('#fa-business-time') no-repeat }
.fa-key { background: url('#fa-key') no-repeat }
.fa-compass-drafting { background: url('#fa-compass-drafting') no-repeat }
.fa-camera-retro { background: url('#fa-camera-retro') no-repeat }
.fa-school-circle-xmark { background: url('#fa-school-circle-xmark') no-repeat }
.fa-u { background: url('#fa-u') no-repeat }
.fa-arrow-up-wide-short { background: url('#fa-arrow-up-wide-short') no-repeat }
.fa-person-walking-with-cane { background: url('#fa-person-walking-with-cane') no-repeat }
.fa-square-pen { background: url('#fa-square-pen') no-repeat }
.fa-house-chimney-medical { background: url('#fa-house-chimney-medical') no-repeat }
.fa-poo { background: url('#fa-poo') no-repeat }
.fa-person-running { background: url('#fa-person-running') no-repeat }
.fa-house { background: url('#fa-house') no-repeat }
.fa-hand-holding-hand { background: url('#fa-hand-holding-hand') no-repeat }
.fa-bong { background: url('#fa-bong') no-repeat }
.fa-paste { background: url('#fa-paste') no-repeat }
.fa-plane-arrival { background: url('#fa-plane-arrival') no-repeat }
.fa-gear { background: url('#fa-gear') no-repeat }
.fa-person-harassing { background: url('#fa-person-harassing') no-repeat }
.fa-message { background: url('#fa-message') no-repeat }
.fa-menorah { background: url('#fa-menorah') no-repeat }
.fa-building-shield { background: url('#fa-building-shield') no-repeat }
.fa-equals { background: url('#fa-equals') no-repeat }
.fa-fish-fins { background: url('#fa-fish-fins') no-repeat }
.fa-comment-sms { background: url('#fa-comment-sms') no-repeat }
.fa-user-group { background: url('#fa-user-group') no-repeat }
.fa-arrow-up-right-from-square { background: url('#fa-arrow-up-right-from-square') no-repeat }
.fa-hands { background: url('#fa-hands') no-repeat }
.fa-info { background: url('#fa-info') no-repeat }
.fa-i-cursor { background: url('#fa-i-cursor') no-repeat }
.fa-hat-wizard { background: url('#fa-hat-wizard') no-repeat }
.fa-sun { background: url('#fa-sun') no-repeat }
.fa-c { background: url('#fa-c') no-repeat }
.fa-faucet-drip { background: url('#fa-faucet-drip') no-repeat }
.fa-industry { background: url('#fa-industry') no-repeat }
.fa-tape { background: url('#fa-tape') no-repeat }
.fa-network-wired { background: url('#fa-network-wired') no-repeat }
.fa-person-arrow-down-to-line { background: url('#fa-person-arrow-down-to-line') no-repeat }
.fa-user-minus { background: url('#fa-user-minus') no-repeat }
.fa-arrow-rotate-right { background: url('#fa-arrow-rotate-right') no-repeat }
.fa-torii-gate { background: url('#fa-torii-gate') no-repeat }
.fa-keyboard { background: url('#fa-keyboard') no-repeat }
.fa-minus { background: url('#fa-minus') no-repeat }
.fa-user-plus { background: url('#fa-user-plus') no-repeat }
.fa-microscope { background: url('#fa-microscope') no-repeat }
.fa-f { background: url('#fa-f') no-repeat }
.fa-eject { background: url('#fa-eject') no-repeat }
.fa-face-sad-tear { background: url('#fa-face-sad-tear') no-repeat }
.fa-money-check-dollar { background: url('#fa-money-check-dollar') no-repeat }
.fa-bowl-food { background: url('#fa-bowl-food') no-repeat }
.fa-user-slash { background: url('#fa-user-slash') no-repeat }
.fa-vihara { background: url('#fa-vihara') no-repeat }
.fa-mosquito { background: url('#fa-mosquito') no-repeat }
.fa-road-bridge { background: url('#fa-road-bridge') no-repeat }
.fa-people-group { background: url('#fa-people-group') no-repeat }
.fa-forward-fast { background: url('#fa-forward-fast') no-repeat }
.fa-chess-knight { background: url('#fa-chess-knight') no-repeat }
.fa-beer-mug-empty { background: url('#fa-beer-mug-empty') no-repeat }
.fa-mill-sign { background: url('#fa-mill-sign') no-repeat }
.fa-circle-arrow-right { background: url('#fa-circle-arrow-right') no-repeat }
.fa-truck-droplet { background: url('#fa-truck-droplet') no-repeat }
.fa-shield-cat { background: url('#fa-shield-cat') no-repeat }
.fa-7 { background: url('#fa-7') no-repeat }
.fa-face-kiss-wink-heart { background: url('#fa-face-kiss-wink-heart') no-repeat }
.fa-dumpster-fire { background: url('#fa-dumpster-fire') no-repeat }
.fa-hands-clapping { background: url('#fa-hands-clapping') no-repeat }
.fa-mound { background: url('#fa-mound') no-repeat }
.fa-chess-bishop { background: url('#fa-chess-bishop') no-repeat }
.fa-eye { background: url('#fa-eye') no-repeat }
.fa-landmark-dome { background: url('#fa-landmark-dome') no-repeat }
.fa-sign-hanging { background: url('#fa-sign-hanging') no-repeat }
.fa-gears { background: url('#fa-gears') no-repeat }
.fa-mixer { background: url('#fa-mixer') no-repeat }
.fa-node { background: url('#fa-node') no-repeat }
.fa-waze { background: url('#fa-waze') no-repeat }
.fa-jenkins { background: url('#fa-jenkins') no-repeat }
.fa-weixin { background: url('#fa-weixin') no-repeat }
.fa-cc-discover { background: url('#fa-cc-discover') no-repeat }
.fa-42-group { background: url('#fa-42-group') no-repeat }
.fa-gitlab { background: url('#fa-gitlab') no-repeat }
.fa-figma { background: url('#fa-figma') no-repeat }
.fa-wordpress-simple { background: url('#fa-wordpress-simple') no-repeat }
.fa-square-tumblr { background: url('#fa-square-tumblr') no-repeat }
.fa-squarespace { background: url('#fa-squarespace') no-repeat }
.fa-watchman-monitoring { background: url('#fa-watchman-monitoring') no-repeat }
.fa-app-store { background: url('#fa-app-store') no-repeat }
.fa-octopus-deploy { background: url('#fa-octopus-deploy') no-repeat }
.fa-airbnb { background: url('#fa-airbnb') no-repeat }
.fa-dyalog { background: url('#fa-dyalog') no-repeat }
.fa-joomla { background: url('#fa-joomla') no-repeat }
.fa-slack { background: url('#fa-slack') no-repeat }
.fa-linux { background: url('#fa-linux') no-repeat }
.fa-firstdraft { background: url('#fa-firstdraft') no-repeat }
.fa-square-font-awesome { background: url('#fa-square-font-awesome') no-repeat }
.fa-diaspora { background: url('#fa-diaspora') no-repeat }
.fa-square-steam { background: url('#fa-square-steam') no-repeat }
.fa-creative-commons-pd-alt { background: url('#fa-creative-commons-pd-alt') no-repeat }
.fa-stack-exchange { background: url('#fa-stack-exchange') no-repeat }
.fa-deezer { background: url('#fa-deezer') no-repeat }
.fa-google-wallet { background: url('#fa-google-wallet') no-repeat }
.fa-git-alt { background: url('#fa-git-alt') no-repeat }
.fa-space-awesome { background: url('#fa-space-awesome') no-repeat }
.fa-java { background: url('#fa-java') no-repeat }
.fa-git { background: url('#fa-git') no-repeat }
.fa-tumblr { background: url('#fa-tumblr') no-repeat }
.fa-wordpress { background: url('#fa-wordpress') no-repeat }
.fa-jira { background: url('#fa-jira') no-repeat }
.fa-dhl { background: url('#fa-dhl') no-repeat }
.fa-square-lastfm { background: url('#fa-square-lastfm') no-repeat }
.fa-hips { background: url('#fa-hips') no-repeat }
.fa-wpressr { background: url('#fa-wpressr') no-repeat }
.fa-x-twitter { background: url('#fa-x-twitter') no-repeat }
.fa-itch-io { background: url('#fa-itch-io') no-repeat }
.fa-slideshare { background: url('#fa-slideshare') no-repeat }
.fa-d-and-d { background: url('#fa-d-and-d') no-repeat }
.fa-mandalorian { background: url('#fa-mandalorian') no-repeat }
.fa-black-tie { background: url('#fa-black-tie') no-repeat }
.fa-creative-commons-sampling-plus { background: url('#fa-creative-commons-sampling-plus') no-repeat }
.fa-canadian-maple-leaf { background: url('#fa-canadian-maple-leaf') no-repeat }
.fa-intercom { background: url('#fa-intercom') no-repeat }
.fa-staylinked { background: url('#fa-staylinked') no-repeat }
.fa-shopware { background: url('#fa-shopware') no-repeat }
.fa-stack-overflow { background: url('#fa-stack-overflow') no-repeat }
.fa-fort-awesome-alt { background: url('#fa-fort-awesome-alt') no-repeat }
.fa-hashnode { background: url('#fa-hashnode') no-repeat }
.fa-square-pied-piper { background: url('#fa-square-pied-piper') no-repeat }
.fa-edge-legacy { background: url('#fa-edge-legacy') no-repeat }
.fa-weebly { background: url('#fa-weebly') no-repeat }
.fa-hacker-news { background: url('#fa-hacker-news') no-repeat }
.fa-firefox { background: url('#fa-firefox') no-repeat }
.fa-yarn { background: url('#fa-yarn') no-repeat }
.fa-threads { background: url('#fa-threads') no-repeat }
.fa-ioxhost { background: url('#fa-ioxhost') no-repeat }
.fa-envira { background: url('#fa-envira') no-repeat }
.fa-alipay { background: url('#fa-alipay') no-repeat }
.fa-creative-commons-nc-jp { background: url('#fa-creative-commons-nc-jp') no-repeat }
.fa-digg { background: url('#fa-digg') no-repeat }
.fa-readme { background: url('#fa-readme') no-repeat }
.fa-creative-commons-nc-eu { background: url('#fa-creative-commons-nc-eu') no-repeat }
.fa-deskpro { background: url('#fa-deskpro') no-repeat }
.fa-playstation { background: url('#fa-playstation') no-repeat }
.fa-google { background: url('#fa-google') no-repeat }
.fa-y-combinator { background: url('#fa-y-combinator') no-repeat }
.fa-gratipay { background: url('#fa-gratipay') no-repeat }
.fa-bluetooth-b { background: url('#fa-bluetooth-b') no-repeat }
.fa-twitch { background: url('#fa-twitch') no-repeat }
.fa-houzz { background: url('#fa-houzz') no-repeat }
.fa-qq { background: url('#fa-qq') no-repeat }
.fa-aviato { background: url('#fa-aviato') no-repeat }
.fa-sitrox { background: url('#fa-sitrox') no-repeat }
.fa-docker { background: url('#fa-docker') no-repeat }
.fa-yandex-international { background: url('#fa-yandex-international') no-repeat }
.fa-pushed { background: url('#fa-pushed') no-repeat }
.fa-keybase { background: url('#fa-keybase') no-repeat }
.fa-gg-circle { background: url('#fa-gg-circle') no-repeat }
.fa-hive { background: url('#fa-hive') no-repeat }
.fa-studiovinari { background: url('#fa-studiovinari') no-repeat }
.fa-forumbee { background: url('#fa-forumbee') no-repeat }
.fa-js { background: url('#fa-js') no-repeat }
.fa-ubuntu { background: url('#fa-ubuntu') no-repeat }
.fa-shopify { background: url('#fa-shopify') no-repeat }
.fa-fedex { background: url('#fa-fedex') no-repeat }
.fa-tiktok { background: url('#fa-tiktok') no-repeat }
.fa-wirsindhandwerk { background: url('#fa-wirsindhandwerk') no-repeat }
.fa-jsfiddle { background: url('#fa-jsfiddle') no-repeat }
.fa-ideal { background: url('#fa-ideal') no-repeat }
.fa-avianex { background: url('#fa-avianex') no-repeat }
.fa-grav { background: url('#fa-grav') no-repeat }
.fa-wizards-of-the-coast { background: url('#fa-wizards-of-the-coast') no-repeat }
.fa-bity { background: url('#fa-bity') no-repeat }
.fa-creative-commons-sa { background: url('#fa-creative-commons-sa') no-repeat }
.fa-cuttlefish { background: url('#fa-cuttlefish') no-repeat }
.fa-github-alt { background: url('#fa-github-alt') no-repeat }
.fa-viber { background: url('#fa-viber') no-repeat }
.fa-opera { background: url('#fa-opera') no-repeat }
.fa-creative-commons-nd { background: url('#fa-creative-commons-nd') no-repeat }
.fa-pied-piper { background: url('#fa-pied-piper') no-repeat }
.fa-pied-piper-pp { background: url('#fa-pied-piper-pp') no-repeat }
.fa-etsy { background: url('#fa-etsy') no-repeat }
.fa-viadeo { background: url('#fa-viadeo') no-repeat }
.fa-creative-commons-zero { background: url('#fa-creative-commons-zero') no-repeat }
.fa-hubspot { background: url('#fa-hubspot') no-repeat }
.fa-buffer { background: url('#fa-buffer') no-repeat }
.fa-phabricator { background: url('#fa-phabricator') no-repeat }
.fa-mizuni { background: url('#fa-mizuni') no-repeat }
.fa-hotjar { background: url('#fa-hotjar') no-repeat }
.fa-researchgate { background: url('#fa-researchgate') no-repeat }
.fa-google-drive { background: url('#fa-google-drive') no-repeat }
.fa-patreon { background: url('#fa-patreon') no-repeat }
.fa-mdb { background: url('#fa-mdb') no-repeat }
.fa-apple-pay { background: url('#fa-apple-pay') no-repeat }
.fa-contao { background: url('#fa-contao') no-repeat }
.fa-leanpub { background: url('#fa-leanpub') no-repeat }
.fa-pied-piper-alt { background: url('#fa-pied-piper-alt') no-repeat }
.fa-mendeley { background: url('#fa-mendeley') no-repeat }
.fa-nutritionix { background: url('#fa-nutritionix') no-repeat }
.fa-android { background: url('#fa-android') no-repeat }
.fa-amazon-pay { background: url('#fa-amazon-pay') no-repeat }
.fa-autoprefixer { background: url('#fa-autoprefixer') no-repeat }
.fa-kaggle { background: url('#fa-kaggle') no-repeat }
.fa-angrycreative { background: url('#fa-angrycreative') no-repeat }
.fa-dropbox { background: url('#fa-dropbox') no-repeat }
.fa-trade-federation { background: url('#fa-trade-federation') no-repeat }
.fa-korvue { background: url('#fa-korvue') no-repeat }
.fa-python { background: url('#fa-python') no-repeat }
.fa-shirtsinbulk { background: url('#fa-shirtsinbulk') no-repeat }
.fa-square-dribbble { background: url('#fa-square-dribbble') no-repeat }
.fa-mailchimp { background: url('#fa-mailchimp') no-repeat }
.fa-cc-jcb { background: url('#fa-cc-jcb') no-repeat }
.fa-angular { background: url('#fa-angular') no-repeat }
.fa-itunes-note { background: url('#fa-itunes-note') no-repeat }
.fa-cloudsmith { background: url('#fa-cloudsmith') no-repeat }
.fa-bitbucket { background: url('#fa-bitbucket') no-repeat }
.fa-ethereum { background: url('#fa-ethereum') no-repeat }
.fa-unsplash { background: url('#fa-unsplash') no-repeat }
.fa-pagelines { background: url('#fa-pagelines') no-repeat }
.fa-itunes { background: url('#fa-itunes') no-repeat }
.fa-perbyte { background: url('#fa-perbyte') no-repeat }
.fa-wix { background: url('#fa-wix') no-repeat }
.fa-500px { background: url('#fa-500px') no-repeat }
.fa-swift { background: url('#fa-swift') no-repeat }
.fa-cloudversify { background: url('#fa-cloudversify') no-repeat }
.fa-square-viadeo { background: url('#fa-square-viadeo') no-repeat }
.fa-apper { background: url('#fa-apper') no-repeat }
.fa-galactic-senate { background: url('#fa-galactic-senate') no-repeat }
.fa-algolia { background: url('#fa-algolia') no-repeat }
.fa-phoenix-squadron { background: url('#fa-phoenix-squadron') no-repeat }
.fa-deviantart { background: url('#fa-deviantart') no-repeat }
.fa-trello { background: url('#fa-trello') no-repeat }
.fa-bots { background: url('#fa-bots') no-repeat }
.fa-kickstarter-k { background: url('#fa-kickstarter-k') no-repeat }
.fa-optin-monster { background: url('#fa-optin-monster') no-repeat }
.fa-stumbleupon { background: url('#fa-stumbleupon') no-repeat }
.fa-soundcloud { background: url('#fa-soundcloud') no-repeat }
.fa-creative-commons-remix { background: url('#fa-creative-commons-remix') no-repeat }
.fa-schlix { background: url('#fa-schlix') no-repeat }
.fa-meetup { background: url('#fa-meetup') no-repeat }
.fa-square-hacker-news { background: url('#fa-square-hacker-news') no-repeat }
.fa-amilia { background: url('#fa-amilia') no-repeat }
.fa-aws { background: url('#fa-aws') no-repeat }
.fa-yammer { background: url('#fa-yammer') no-repeat }
.fa-mastodon { background: url('#fa-mastodon') no-repeat }
.fa-cc-apple-pay { background: url('#fa-cc-apple-pay') no-repeat }
.fa-gofore { background: url('#fa-gofore') no-repeat }
.fa-linkedin-in { background: url('#fa-linkedin-in') no-repeat }
.fa-tencent-weibo { background: url('#fa-tencent-weibo') no-repeat }
.fa-golang { background: url('#fa-golang') no-repeat }
.fa-bootstrap { background: url('#fa-bootstrap') no-repeat }
.fa-pix { background: url('#fa-pix') no-repeat }
.fa-github { background: url('#fa-github') no-repeat }
.fa-medrt { background: url('#fa-medrt') no-repeat }
.fa-dashcube { background: url('#fa-dashcube') no-repeat }
.fa-opencart { background: url('#fa-opencart') no-repeat }
.fa-think-peaks { background: url('#fa-think-peaks') no-repeat }
.fa-reddit { background: url('#fa-reddit') no-repeat }
.fa-gitter { background: url('#fa-gitter') no-repeat }
.fa-chrome { background: url('#fa-chrome') no-repeat }
.fa-untappd { background: url('#fa-untappd') no-repeat }
.fa-fantasy-flight-games { background: url('#fa-fantasy-flight-games') no-repeat }
.fa-whatsapp { background: url('#fa-whatsapp') no-repeat }
.fa-salesforce { background: url('#fa-salesforce') no-repeat }
.fa-usb { background: url('#fa-usb') no-repeat }
.fa-ns8 { background: url('#fa-ns8') no-repeat }
.fa-vuejs { background: url('#fa-vuejs') no-repeat }
.fa-quinscape { background: url('#fa-quinscape') no-repeat }
.fa-renren { background: url('#fa-renren') no-repeat }
.fa-freebsd { background: url('#fa-freebsd') no-repeat }
.fa-hire-a-helper { background: url('#fa-hire-a-helper') no-repeat }
.fa-rebel { background: url('#fa-rebel') no-repeat }
.fa-whmcs { background: url('#fa-whmcs') no-repeat }
.fa-rev { background: url('#fa-rev') no-repeat }
.fa-spotify { background: url('#fa-spotify') no-repeat }
.fa-css3 { background: url('#fa-css3') no-repeat }
.fa-redhat { background: url('#fa-redhat') no-repeat }
.fa-wpexplorer { background: url('#fa-wpexplorer') no-repeat }
.fa-atlassian { background: url('#fa-atlassian') no-repeat }
.fa-steam { background: url('#fa-steam') no-repeat }
.fa-centos { background: url('#fa-centos') no-repeat }
.fa-windows { background: url('#fa-windows') no-repeat }
.fa-periscope { background: url('#fa-periscope') no-repeat }
.fa-apple { background: url('#fa-apple') no-repeat }
.fa-square-snapchat { background: url('#fa-square-snapchat') no-repeat }
.fa-usps { background: url('#fa-usps') no-repeat }
.fa-google-pay { background: url('#fa-google-pay') no-repeat }
.fa-buy-n-large { background: url('#fa-buy-n-large') no-repeat }
.fa-speakap { background: url('#fa-speakap') no-repeat }
.fa-creative-commons-nc { background: url('#fa-creative-commons-nc') no-repeat }
.fa-red-river { background: url('#fa-red-river') no-repeat }
.fa-stripe { background: url('#fa-stripe') no-repeat }
.fa-cmplid { background: url('#fa-cmplid') no-repeat }
.fa-app-store-ios { background: url('#fa-app-store-ios') no-repeat }
.fa-youtube { background: url('#fa-youtube') no-repeat }
.fa-odnoklassniki { background: url('#fa-odnoklassniki') no-repeat }
.fa-telegram { background: url('#fa-telegram') no-repeat }
.fa-square-git { background: url('#fa-square-git') no-repeat }
.fa-instalod { background: url('#fa-instalod') no-repeat }
.fa-raspberry-pi { background: url('#fa-raspberry-pi') no-repeat }
.fa-ups { background: url('#fa-ups') no-repeat }
.fa-audible { background: url('#fa-audible') no-repeat }
.fa-codiepie { background: url('#fa-codiepie') no-repeat }
.fa-less { background: url('#fa-less') no-repeat }
.fa-scribd { background: url('#fa-scribd') no-repeat }
.fa-safari { background: url('#fa-safari') no-repeat }
.fa-monero { background: url('#fa-monero') no-repeat }
.fa-facebook { background: url('#fa-facebook') no-repeat }
.fa-sketch { background: url('#fa-sketch') no-repeat }
.fa-digital-ocean { background: url('#fa-digital-ocean') no-repeat }
.fa-square-facebook { background: url('#fa-square-facebook') no-repeat }
.fa-line { background: url('#fa-line') no-repeat }
.fa-square-threads { background: url('#fa-square-threads') no-repeat }
.fa-r-project { background: url('#fa-r-project') no-repeat }
.fa-battle-net { background: url('#fa-battle-net') no-repeat }
.fa-umbraco { background: url('#fa-umbraco') no-repeat }
.fa-php { background: url('#fa-php') no-repeat }
.fa-lyft { background: url('#fa-lyft') no-repeat }
.fa-ussunnah { background: url('#fa-ussunnah') no-repeat }
.fa-unity { background: url('#fa-unity') no-repeat }
.fa-joget { background: url('#fa-joget') no-repeat }
.fa-sellsy { background: url('#fa-sellsy') no-repeat }
.fa-viacoin { background: url('#fa-viacoin') no-repeat }
.fa-fonticons { background: url('#fa-fonticons') no-repeat }
.fa-openid { background: url('#fa-openid') no-repeat }
.fa-hooli { background: url('#fa-hooli') no-repeat }
.fa-behance { background: url('#fa-behance') no-repeat }
.fa-orcid { background: url('#fa-orcid') no-repeat }
.fa-invision { background: url('#fa-invision') no-repeat }
.fa-square-google-plus { background: url('#fa-square-google-plus') no-repeat }
.fa-gripfire { background: url('#fa-gripfire') no-repeat }
.fa-phoenix-framework { background: url('#fa-phoenix-framework') no-repeat }
.fa-rust { background: url('#fa-rust') no-repeat }
.fa-supple { background: url('#fa-supple') no-repeat }
.fa-discourse { background: url('#fa-discourse') no-repeat }
.fa-napster { background: url('#fa-napster') no-repeat }
.fa-xing { background: url('#fa-xing') no-repeat }
.fa-vimeo-v { background: url('#fa-vimeo-v') no-repeat }
.fa-cc-mastercard { background: url('#fa-cc-mastercard') no-repeat }
.fa-square-vimeo { background: url('#fa-square-vimeo') no-repeat }
.fa-snapchat { background: url('#fa-snapchat') no-repeat }
.fa-modx { background: url('#fa-modx') no-repeat }
.fa-first-order-alt { background: url('#fa-first-order-alt') no-repeat }
.fa-old-republic { background: url('#fa-old-republic') no-repeat }
.fa-google-plus-g { background: url('#fa-google-plus-g') no-repeat }
.fa-wpforms { background: url('#fa-wpforms') no-repeat }
.fa-expeditedssl { background: url('#fa-expeditedssl') no-repeat }
.fa-stripe-s { background: url('#fa-stripe-s') no-repeat }
.fa-maxcdn { background: url('#fa-maxcdn') no-repeat }
.fa-adn { background: url('#fa-adn') no-repeat }
.fa-the-red-yeti { background: url('#fa-the-red-yeti') no-repeat }
.fa-pinterest-p { background: url('#fa-pinterest-p') no-repeat }
.fa-wolf-pack-battalion { background: url('#fa-wolf-pack-battalion') no-repeat }
.fa-sith { background: url('#fa-sith') no-repeat }
.fa-yahoo { background: url('#fa-yahoo') no-repeat }
.fa-evernote { background: url('#fa-evernote') no-repeat }
.fa-jedi-order { background: url('#fa-jedi-order') no-repeat }
.fa-medapps { background: url('#fa-medapps') no-repeat }
.fa-zhihu { background: url('#fa-zhihu') no-repeat }
.fa-padlet { background: url('#fa-padlet') no-repeat }
.fa-page4 { background: url('#fa-page4') no-repeat }
.fa-accusoft { background: url('#fa-accusoft') no-repeat }
.fa-linkedin { background: url('#fa-linkedin') no-repeat }
.fa-ember { background: url('#fa-ember') no-repeat }
.fa-paypal { background: url('#fa-paypal') no-repeat }
.fa-gg { background: url('#fa-gg') no-repeat }
.fa-critical-role { background: url('#fa-critical-role') no-repeat }
.fa-buysellads { background: url('#fa-buysellads') no-repeat }
.fa-delicious { background: url('#fa-delicious') no-repeat }
.fa-dochub { background: url('#fa-dochub') no-repeat }
.fa-fedora { background: url('#fa-fedora') no-repeat }
.fa-square-font-awesome-stroke { background: url('#fa-square-font-awesome-stroke') no-repeat }
.fa-codepen { background: url('#fa-codepen') no-repeat }
.fa-sourcetree { background: url('#fa-sourcetree') no-repeat }
.fa-grunt { background: url('#fa-grunt') no-repeat }
.fa-dev { background: url('#fa-dev') no-repeat }
.fa-skype { background: url('#fa-skype') no-repeat }
.fa-affiliatetheme { background: url('#fa-affiliatetheme') no-repeat }
.fa-microblog { background: url('#fa-microblog') no-repeat }
.fa-amazon { background: url('#fa-amazon') no-repeat }
.fa-blogger { background: url('#fa-blogger') no-repeat }
.fa-pinterest { background: url('#fa-pinterest') no-repeat }
.fa-stubber { background: url('#fa-stubber') no-repeat }
.fa-bimobject { background: url('#fa-bimobject') no-repeat }
.fa-discord { background: url('#fa-discord') no-repeat }
.fa-creative-commons-by { background: url('#fa-creative-commons-by') no-repeat }
.fa-sticker-mule { background: url('#fa-sticker-mule') no-repeat }
.fa-fly { background: url('#fa-fly') no-repeat }
.fa-medium { background: url('#fa-medium') no-repeat }
.fa-nfc-symbol { background: url('#fa-nfc-symbol') no-repeat }
.fa-font-awesome { background: url('#fa-font-awesome') no-repeat }
.fa-instagram { background: url('#fa-instagram') no-repeat }
.fa-kickstarter { background: url('#fa-kickstarter') no-repeat }
.fa-product-hunt { background: url('#fa-product-hunt') no-repeat }
.fa-square-instagram { background: url('#fa-square-instagram') no-repeat }
.fa-square-twitter { background: url('#fa-square-twitter') no-repeat }
.fa-confluence { background: url('#fa-confluence') no-repeat }
.fa-screenpal { background: url('#fa-screenpal') no-repeat }
.fa-square-x-twitter { background: url('#fa-square-x-twitter') no-repeat }
.fa-reacteurope { background: url('#fa-reacteurope') no-repeat }
.fa-gulp { background: url('#fa-gulp') no-repeat }
.fa-fonticons-fi { background: url('#fa-fonticons-fi') no-repeat }
.fa-yelp { background: url('#fa-yelp') no-repeat }
.fa-flipboard { background: url('#fa-flipboard') no-repeat }
.fa-simplybuilt { background: url('#fa-simplybuilt') no-repeat }
.fa-deploydog { background: url('#fa-deploydog') no-repeat }
.fa-cc-stripe { background: url('#fa-cc-stripe') no-repeat }
.fa-free-code-camp { background: url('#fa-free-code-camp') no-repeat }
.fa-square-whatsapp { background: url('#fa-square-whatsapp') no-repeat }
.fa-stumbleupon-circle { background: url('#fa-stumbleupon-circle') no-repeat }
.fa-lastfm { background: url('#fa-lastfm') no-repeat }
.fa-quora { background: url('#fa-quora') no-repeat }
.fa-meta { background: url('#fa-meta') no-repeat }
.fa-npm { background: url('#fa-npm') no-repeat }
.fa-cc-paypal { background: url('#fa-cc-paypal') no-repeat }
.fa-mixcloud { background: url('#fa-mixcloud') no-repeat }
.fa-cc-diners-club { background: url('#fa-cc-diners-club') no-repeat }
.fa-searchengin { background: url('#fa-searchengin') no-repeat }
.fa-fulcrum { background: url('#fa-fulcrum') no-repeat }
.fa-artstation { background: url('#fa-artstation') no-repeat }
.fa-connectdevelop { background: url('#fa-connectdevelop') no-repeat }
.fa-blackberry { background: url('#fa-blackberry') no-repeat }
.fa-stackpath { background: url('#fa-stackpath') no-repeat }
.fa-elementor { background: url('#fa-elementor') no-repeat }
.fa-bluetooth { background: url('#fa-bluetooth') no-repeat }
.fa-themeisle { background: url('#fa-themeisle') no-repeat }
.fa-resolving { background: url('#fa-resolving') no-repeat }
.fa-cc-amazon-pay { background: url('#fa-cc-amazon-pay') no-repeat }
.fa-skyatlas { background: url('#fa-skyatlas') no-repeat }
.fa-yandex { background: url('#fa-yandex') no-repeat }
.fa-dailymotion { background: url('#fa-dailymotion') no-repeat }
.fa-imdb { background: url('#fa-imdb') no-repeat }
.fa-weibo { background: url('#fa-weibo') no-repeat }
.fa-laravel { background: url('#fa-laravel') no-repeat }
.fa-ebay { background: url('#fa-ebay') no-repeat }
.fa-glide { background: url('#fa-glide') no-repeat }
.fa-first-order { background: url('#fa-first-order') no-repeat }
.fa-servicestack { background: url('#fa-servicestack') no-repeat }
.fa-flickr { background: url('#fa-flickr') no-repeat }
.fa-gitkraken { background: url('#fa-gitkraken') no-repeat }
.fa-wikipedia-w { background: url('#fa-wikipedia-w') no-repeat }
.fa-edge { background: url('#fa-edge') no-repeat }
.fa-google-plus { background: url('#fa-google-plus') no-repeat }
.fa-debian { background: url('#fa-debian') no-repeat }
.fa-square-youtube { background: url('#fa-square-youtube') no-repeat }
.fa-nfc-directional { background: url('#fa-nfc-directional') no-repeat }
.fa-accessible-icon { background: url('#fa-accessible-icon') no-repeat }
.fa-centercode { background: url('#fa-centercode') no-repeat }
.fa-magento { background: url('#fa-magento') no-repeat }
.fa-earlybirds { background: url('#fa-earlybirds') no-repeat }
.fa-cpanel { background: url('#fa-cpanel') no-repeat }
.fa-twitter { background: url('#fa-twitter') no-repeat }
.fa-bitcoin { background: url('#fa-bitcoin') no-repeat }
.fa-erlang { background: url('#fa-erlang') no-repeat }
.fa-wpbeginner { background: url('#fa-wpbeginner') no-repeat }
.fa-osi { background: url('#fa-osi') no-repeat }
.fa-themeco { background: url('#fa-themeco') no-repeat }
.fa-square-github { background: url('#fa-square-github') no-repeat }
.fa-dribbble { background: url('#fa-dribbble') no-repeat }
.fa-glide-g { background: url('#fa-glide-g') no-repeat }
.fa-facebook-f { background: url('#fa-facebook-f') no-repeat }
.fa-odysee { background: url('#fa-odysee') no-repeat }
.fa-replyd { background: url('#fa-replyd') no-repeat }
.fa-uniregistry { background: url('#fa-uniregistry') no-repeat }
.fa-square-js { background: url('#fa-square-js') no-repeat }
.fa-hornbill { background: url('#fa-hornbill') no-repeat }
.fa-firefox-browser { background: url('#fa-firefox-browser') no-repeat }
.fa-sass { background: url('#fa-sass') no-repeat }
.fa-cloudflare { background: url('#fa-cloudflare') no-repeat }
.fa-btc { background: url('#fa-btc') no-repeat }
.fa-wodu { background: url('#fa-wodu') no-repeat }
.fa-steam-symbol { background: url('#fa-steam-symbol') no-repeat }
.fa-rockrms { background: url('#fa-rockrms') no-repeat }
.fa-goodreads-g { background: url('#fa-goodreads-g') no-repeat }
.fa-vaadin { background: url('#fa-vaadin') no-repeat }
.fa-nimblr { background: url('#fa-nimblr') no-repeat }
.fa-speaker-deck { background: url('#fa-speaker-deck') no-repeat }
.fa-cc-amex { background: url('#fa-cc-amex') no-repeat }
.fa-cotton-bureau { background: url('#fa-cotton-bureau') no-repeat }
.fa-bandcamp { background: url('#fa-bandcamp') no-repeat }
.fa-mix { background: url('#fa-mix') no-repeat }
.fa-blogger-b { background: url('#fa-blogger-b') no-repeat }
.fa-cloudscale { background: url('#fa-cloudscale') no-repeat }
.fa-draft2digital { background: url('#fa-draft2digital') no-repeat }
.fa-superpowers { background: url('#fa-superpowers') no-repeat }
.fa-markdown { background: url('#fa-markdown') no-repeat }
.fa-uikit { background: url('#fa-uikit') no-repeat }
.fa-sistrix { background: url('#fa-sistrix') no-repeat }
.fa-galactic-republic { background: url('#fa-galactic-republic') no-repeat }
.fa-square-pinterest { background: url('#fa-square-pinterest') no-repeat }
.fa-square-reddit { background: url('#fa-square-reddit') no-repeat }
.fa-css3-alt { background: url('#fa-css3-alt') no-repeat }
.fa-node-js { background: url('#fa-node-js') no-repeat }
.fa-uncharted { background: url('#fa-uncharted') no-repeat }
.fa-creative-commons-sampling { background: url('#fa-creative-commons-sampling') no-repeat }
.fa-creative-commons-pd { background: url('#fa-creative-commons-pd') no-repeat }
.fa-empire { background: url('#fa-empire') no-repeat }
.fa-keycdn { background: url('#fa-keycdn') no-repeat }
.fa-pied-piper-hat { background: url('#fa-pied-piper-hat') no-repeat }
.fa-creative-commons { background: url('#fa-creative-commons') no-repeat }
.fa-guilded { background: url('#fa-guilded') no-repeat }
.fa-creative-commons-share { background: url('#fa-creative-commons-share') no-repeat }
.fa-google-play { background: url('#fa-google-play') no-repeat }
.fa-fort-awesome { background: url('#fa-fort-awesome') no-repeat }
.fa-strava { background: url('#fa-strava') no-repeat }
.fa-linode { background: url('#fa-linode') no-repeat }
.fa-chromecast { background: url('#fa-chromecast') no-repeat }
.fa-adversal { background: url('#fa-adversal') no-repeat }
.fa-facebook-messenger { background: url('#fa-facebook-messenger') no-repeat }
.fa-bilibili { background: url('#fa-bilibili') no-repeat }
.fa-palfed { background: url('#fa-palfed') no-repeat }
.fa-xbox { background: url('#fa-xbox') no-repeat }
.fa-foursquare { background: url('#fa-foursquare') no-repeat }
.fa-hackerrank { background: url('#fa-hackerrank') no-repeat }
.fa-react { background: url('#fa-react') no-repeat }
.fa-square-xing { background: url('#fa-square-xing') no-repeat }
.fa-cc-visa { background: url('#fa-cc-visa') no-repeat }
.fa-rocketchat { background: url('#fa-rocketchat') no-repeat }
.fa-microsoft { background: url('#fa-microsoft') no-repeat }
.fa-drupal { background: url('#fa-drupal') no-repeat }
.fa-sellcast { background: url('#fa-sellcast') no-repeat }
.fa-vimeo { background: url('#fa-vimeo') no-repeat }
.fa-vnv { background: url('#fa-vnv') no-repeat }
.fa-angellist { background: url('#fa-angellist') no-repeat }
.fa-vine { background: url('#fa-vine') no-repeat }
.fa-asymmetrik { background: url('#fa-asymmetrik') no-repeat }
.fa-reddit-alien { background: url('#fa-reddit-alien') no-repeat }
.fa-teamspeak { background: url('#fa-teamspeak') no-repeat }
.fa-square-odnoklassniki { background: url('#fa-square-odnoklassniki') no-repeat }
.fa-internet-explorer { background: url('#fa-internet-explorer') no-repeat }
.fa-suse { background: url('#fa-suse') no-repeat }
.fa-symfony { background: url('#fa-symfony') no-repeat }
.fa-square-gitlab { background: url('#fa-square-gitlab') no-repeat }
.fa-vk { background: url('#fa-vk') no-repeat }
.fa-get-pocket { background: url('#fa-get-pocket') no-repeat }
.fa-square-behance { background: url('#fa-square-behance') no-repeat }
.fa-neos { background: url('#fa-neos') no-repeat }
.fa-ravelry { background: url('#fa-ravelry') no-repeat }
.fa-buromobelexperte { background: url('#fa-buromobelexperte') no-repeat }
.fa-html5 { background: url('#fa-html5') no-repeat }
.fa-uber { background: url('#fa-uber') no-repeat }
.fa-goodreads { background: url('#fa-goodreads') no-repeat }
.fa-ello { background: url('#fa-ello') no-repeat }
.fa-d-and-d-beyond { background: url('#fa-d-and-d-beyond') no-repeat }
.fa-yoast { background: url('#fa-yoast') no-repeat }
.fa-typo3 { background: url('#fa-typo3') no-repeat }
.fa-megaport { background: url('#fa-megaport') no-repeat }