[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> joomla-fontawesome.css (source)

   1  /*!
   2   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
   3   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   4   */
   5  .fa,
   6  .fas,
   7  [class^=icon-],
   8  [class*=" icon-"],
   9  .far,
  10  .fal,
  11  .fad,
  12  .fab,
  13  .icon-joomla {
  14    -moz-osx-font-smoothing: grayscale;
  15    -webkit-font-smoothing: antialiased;
  16    display: inline-block;
  17    font-style: normal;
  18    font-variant: normal;
  19    text-rendering: auto;
  20    line-height: 1;
  21  }
  22  
  23  .icon-joomla, [class^=icon-],
  24  [class*=" icon-"] {
  25    -webkit-font-smoothing: antialiased;
  26    -moz-osx-font-smoothing: grayscale;
  27    display: inline-block;
  28    font-style: normal;
  29    font-variant: normal;
  30    font-weight: normal;
  31    line-height: 1;
  32  }
  33  
  34  .fa-lg, .icon-lg {
  35    font-size: 1.332em;
  36    line-height: 0.75em;
  37    vertical-align: -0.0667em;
  38  }
  39  
  40  .fa-xs, .icon-xs {
  41    font-size: 0.75em;
  42  }
  43  
  44  .fa-sm, .icon-sm {
  45    font-size: 0.875em;
  46  }
  47  
  48  .fa-1x {
  49    font-size: 1em;
  50  }
  51  
  52  .fa-2x {
  53    font-size: 2em;
  54  }
  55  
  56  .fa-3x {
  57    font-size: 3em;
  58  }
  59  
  60  .fa-4x {
  61    font-size: 4em;
  62  }
  63  
  64  .fa-5x {
  65    font-size: 5em;
  66  }
  67  
  68  .fa-6x {
  69    font-size: 6em;
  70  }
  71  
  72  .fa-7x {
  73    font-size: 7em;
  74  }
  75  
  76  .fa-8x {
  77    font-size: 8em;
  78  }
  79  
  80  .fa-9x {
  81    font-size: 9em;
  82  }
  83  
  84  .fa-10x {
  85    font-size: 10em;
  86  }
  87  
  88  .fa-fw, .icon-fw {
  89    text-align: center;
  90    width: 1.25em;
  91  }
  92  
  93  .fa-ul, .icon-ul {
  94    list-style-type: none;
  95    margin-left: 2.5em;
  96    padding-left: 0;
  97  }
  98  .fa-ul > li, .icon-ul > li {
  99    position: relative;
 100  }
 101  
 102  .fa-li, .icon-li {
 103    left: -2em;
 104    position: absolute;
 105    text-align: center;
 106    width: 2em;
 107    line-height: inherit;
 108  }
 109  
 110  .fa-border, .icon-border {
 111    border: solid 0.08em #eee;
 112    border-radius: 0.1em;
 113    padding: 0.2em 0.25em 0.15em;
 114  }
 115  
 116  .fa-pull-left, .icon-pull-left {
 117    float: left;
 118  }
 119  
 120  .fa-pull-right, .icon-pull-right {
 121    float: right;
 122  }
 123  
 124  .fa.fa-pull-left, .fa.icon-pull-left,
 125  .fas.fa-pull-left,
 126  .fas.icon-pull-left,
 127  .fa-pull-left[class^=icon-],
 128  [class^=icon-].icon-pull-left,
 129  .fa-pull-left[class*=" icon-"],
 130  [class*=" icon-"].icon-pull-left,
 131  .far.fa-pull-left,
 132  .far.icon-pull-left,
 133  .fal.fa-pull-left,
 134  .fal.icon-pull-left,
 135  .fab.fa-pull-left,
 136  .fab.icon-pull-left,
 137  .fa-pull-left.icon-joomla,
 138  .icon-joomla.icon-pull-left {
 139    margin-right: 0.3em;
 140  }
 141  .fa.fa-pull-right, .fa.icon-pull-right,
 142  .fas.fa-pull-right,
 143  .fas.icon-pull-right,
 144  .fa-pull-right[class^=icon-],
 145  [class^=icon-].icon-pull-right,
 146  .fa-pull-right[class*=" icon-"],
 147  [class*=" icon-"].icon-pull-right,
 148  .far.fa-pull-right,
 149  .far.icon-pull-right,
 150  .fal.fa-pull-right,
 151  .fal.icon-pull-right,
 152  .fab.fa-pull-right,
 153  .fab.icon-pull-right,
 154  .fa-pull-right.icon-joomla,
 155  .icon-joomla.icon-pull-right {
 156    margin-left: 0.3em;
 157  }
 158  
 159  .fa-spin, .icon-spin {
 160    -webkit-animation: fa-spin 2s infinite linear;
 161            animation: fa-spin 2s infinite linear;
 162  }
 163  
 164  .fa-pulse, .icon-pulse {
 165    -webkit-animation: fa-spin 1s infinite steps(8);
 166            animation: fa-spin 1s infinite steps(8);
 167  }
 168  
 169  @-webkit-keyframes fa-spin {
 170    0% {
 171      -webkit-transform: rotate(0deg);
 172              transform: rotate(0deg);
 173    }
 174    100% {
 175      -webkit-transform: rotate(360deg);
 176              transform: rotate(360deg);
 177    }
 178  }
 179  
 180  @keyframes fa-spin {
 181    0% {
 182      -webkit-transform: rotate(0deg);
 183              transform: rotate(0deg);
 184    }
 185    100% {
 186      -webkit-transform: rotate(360deg);
 187              transform: rotate(360deg);
 188    }
 189  }
 190  .fa-rotate-90, .icon-rotate-90 {
 191    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
 192    -webkit-transform: rotate(90deg);
 193            transform: rotate(90deg);
 194  }
 195  
 196  .fa-rotate-180, .icon-rotate-180 {
 197    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
 198    -webkit-transform: rotate(180deg);
 199            transform: rotate(180deg);
 200  }
 201  
 202  .fa-rotate-270, .icon-rotate-270 {
 203    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
 204    -webkit-transform: rotate(270deg);
 205            transform: rotate(270deg);
 206  }
 207  
 208  .fa-flip-horizontal, .icon-flip-horizontal {
 209    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
 210    -webkit-transform: scale(-1, 1);
 211            transform: scale(-1, 1);
 212  }
 213  
 214  .fa-flip-vertical, .icon-flip-vertical {
 215    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
 216    -webkit-transform: scale(1, -1);
 217            transform: scale(1, -1);
 218  }
 219  
 220  .fa-flip-both, .icon-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-horizontal.icon-flip-vertical, .fa-flip-vertical.icon-flip-horizontal, .icon-flip-horizontal.icon-flip-vertical {
 221    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
 222    -webkit-transform: scale(-1, -1);
 223            transform: scale(-1, -1);
 224  }
 225  
 226  :root .fa-rotate-90, :root .icon-rotate-90,
 227  :root .fa-rotate-180,
 228  :root .icon-rotate-180,
 229  :root .fa-rotate-270,
 230  :root .icon-rotate-270,
 231  :root .fa-flip-horizontal,
 232  :root .icon-flip-horizontal,
 233  :root .fa-flip-vertical,
 234  :root .icon-flip-vertical,
 235  :root .fa-flip-both,
 236  :root .icon-flip-both {
 237    -webkit-filter: none;
 238            filter: none;
 239  }
 240  
 241  .fa-stack, .icon-stack {
 242    display: inline-block;
 243    height: 2em;
 244    line-height: 2em;
 245    position: relative;
 246    vertical-align: middle;
 247    width: 2.5em;
 248  }
 249  
 250  .fa-stack-1x, .icon-stack-1x,
 251  .fa-stack-2x,
 252  .icon-stack-2x {
 253    left: 0;
 254    position: absolute;
 255    text-align: center;
 256    width: 100%;
 257  }
 258  
 259  .fa-stack-1x, .icon-stack-1x {
 260    line-height: inherit;
 261  }
 262  
 263  .fa-stack-2x, .icon-stack-2x {
 264    font-size: 2em;
 265  }
 266  
 267  .fa-inverse, .icon-inverse {
 268    color: #fff;
 269  }
 270  
 271  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 272  readers do not read off random characters that represent icons */
 273  .fa-500px:before {
 274    content: "\f26e";
 275  }
 276  
 277  .fa-accessible-icon:before {
 278    content: "\f368";
 279  }
 280  
 281  .fa-accusoft:before {
 282    content: "\f369";
 283  }
 284  
 285  .fa-acquisitions-incorporated:before {
 286    content: "\f6af";
 287  }
 288  
 289  .fa-ad:before {
 290    content: "\f641";
 291  }
 292  
 293  .fa-address-book:before {
 294    content: "\f2b9";
 295  }
 296  
 297  .fa-address-card:before {
 298    content: "\f2bb";
 299  }
 300  
 301  .fa-adjust:before {
 302    content: "\f042";
 303  }
 304  
 305  .fa-adn:before {
 306    content: "\f170";
 307  }
 308  
 309  .fa-adversal:before {
 310    content: "\f36a";
 311  }
 312  
 313  .fa-affiliatetheme:before {
 314    content: "\f36b";
 315  }
 316  
 317  .fa-air-freshener:before {
 318    content: "\f5d0";
 319  }
 320  
 321  .fa-airbnb:before {
 322    content: "\f834";
 323  }
 324  
 325  .fa-algolia:before {
 326    content: "\f36c";
 327  }
 328  
 329  .fa-align-center:before {
 330    content: "\f037";
 331  }
 332  
 333  .fa-align-justify:before {
 334    content: "\f039";
 335  }
 336  
 337  .fa-align-left:before {
 338    content: "\f036";
 339  }
 340  
 341  .fa-align-right:before {
 342    content: "\f038";
 343  }
 344  
 345  .fa-alipay:before {
 346    content: "\f642";
 347  }
 348  
 349  .fa-allergies:before {
 350    content: "\f461";
 351  }
 352  
 353  .fa-amazon:before {
 354    content: "\f270";
 355  }
 356  
 357  .fa-amazon-pay:before {
 358    content: "\f42c";
 359  }
 360  
 361  .fa-ambulance:before {
 362    content: "\f0f9";
 363  }
 364  
 365  .fa-american-sign-language-interpreting:before {
 366    content: "\f2a3";
 367  }
 368  
 369  .fa-amilia:before {
 370    content: "\f36d";
 371  }
 372  
 373  .fa-anchor:before {
 374    content: "\f13d";
 375  }
 376  
 377  .fa-android:before {
 378    content: "\f17b";
 379  }
 380  
 381  .fa-angellist:before {
 382    content: "\f209";
 383  }
 384  
 385  .fa-angle-double-down:before {
 386    content: "\f103";
 387  }
 388  
 389  .fa-angle-double-left:before {
 390    content: "\f100";
 391  }
 392  
 393  .fa-angle-double-right:before {
 394    content: "\f101";
 395  }
 396  
 397  .fa-angle-double-up:before {
 398    content: "\f102";
 399  }
 400  
 401  .fa-angle-down:before {
 402    content: "\f107";
 403  }
 404  
 405  .fa-angle-left:before {
 406    content: "\f104";
 407  }
 408  
 409  .fa-angle-right:before {
 410    content: "\f105";
 411  }
 412  
 413  .fa-angle-up:before {
 414    content: "\f106";
 415  }
 416  
 417  .fa-angry:before {
 418    content: "\f556";
 419  }
 420  
 421  .fa-angrycreative:before {
 422    content: "\f36e";
 423  }
 424  
 425  .fa-angular:before {
 426    content: "\f420";
 427  }
 428  
 429  .fa-ankh:before {
 430    content: "\f644";
 431  }
 432  
 433  .fa-app-store:before {
 434    content: "\f36f";
 435  }
 436  
 437  .fa-app-store-ios:before {
 438    content: "\f370";
 439  }
 440  
 441  .fa-apper:before {
 442    content: "\f371";
 443  }
 444  
 445  .fa-apple:before {
 446    content: "\f179";
 447  }
 448  
 449  .fa-apple-alt:before {
 450    content: "\f5d1";
 451  }
 452  
 453  .fa-apple-pay:before {
 454    content: "\f415";
 455  }
 456  
 457  .fa-archive:before {
 458    content: "\f187";
 459  }
 460  
 461  .fa-archway:before {
 462    content: "\f557";
 463  }
 464  
 465  .fa-arrow-alt-circle-down:before {
 466    content: "\f358";
 467  }
 468  
 469  .fa-arrow-alt-circle-left:before {
 470    content: "\f359";
 471  }
 472  
 473  .fa-arrow-alt-circle-right:before {
 474    content: "\f35a";
 475  }
 476  
 477  .fa-arrow-alt-circle-up:before {
 478    content: "\f35b";
 479  }
 480  
 481  .fa-arrow-circle-down:before {
 482    content: "\f0ab";
 483  }
 484  
 485  .fa-arrow-circle-left:before {
 486    content: "\f0a8";
 487  }
 488  
 489  .fa-arrow-circle-right:before {
 490    content: "\f0a9";
 491  }
 492  
 493  .fa-arrow-circle-up:before {
 494    content: "\f0aa";
 495  }
 496  
 497  .fa-arrow-down:before {
 498    content: "\f063";
 499  }
 500  
 501  .fa-arrow-left:before {
 502    content: "\f060";
 503  }
 504  
 505  .fa-arrow-right:before {
 506    content: "\f061";
 507  }
 508  
 509  .fa-arrow-up:before {
 510    content: "\f062";
 511  }
 512  
 513  .fa-arrows-alt:before {
 514    content: "\f0b2";
 515  }
 516  
 517  .fa-arrows-alt-h:before {
 518    content: "\f337";
 519  }
 520  
 521  .fa-arrows-alt-v:before {
 522    content: "\f338";
 523  }
 524  
 525  .fa-artstation:before {
 526    content: "\f77a";
 527  }
 528  
 529  .fa-assistive-listening-systems:before {
 530    content: "\f2a2";
 531  }
 532  
 533  .fa-asterisk:before {
 534    content: "\f069";
 535  }
 536  
 537  .fa-asymmetrik:before {
 538    content: "\f372";
 539  }
 540  
 541  .fa-at:before {
 542    content: "\f1fa";
 543  }
 544  
 545  .fa-atlas:before {
 546    content: "\f558";
 547  }
 548  
 549  .fa-atlassian:before {
 550    content: "\f77b";
 551  }
 552  
 553  .fa-atom:before {
 554    content: "\f5d2";
 555  }
 556  
 557  .fa-audible:before {
 558    content: "\f373";
 559  }
 560  
 561  .fa-audio-description:before {
 562    content: "\f29e";
 563  }
 564  
 565  .fa-autoprefixer:before {
 566    content: "\f41c";
 567  }
 568  
 569  .fa-avianex:before {
 570    content: "\f374";
 571  }
 572  
 573  .fa-aviato:before {
 574    content: "\f421";
 575  }
 576  
 577  .fa-award:before {
 578    content: "\f559";
 579  }
 580  
 581  .fa-aws:before {
 582    content: "\f375";
 583  }
 584  
 585  .fa-baby:before {
 586    content: "\f77c";
 587  }
 588  
 589  .fa-baby-carriage:before {
 590    content: "\f77d";
 591  }
 592  
 593  .fa-backspace:before {
 594    content: "\f55a";
 595  }
 596  
 597  .fa-backward:before {
 598    content: "\f04a";
 599  }
 600  
 601  .fa-bacon:before {
 602    content: "\f7e5";
 603  }
 604  
 605  .fa-bacteria:before {
 606    content: "\e059";
 607  }
 608  
 609  .fa-bacterium:before {
 610    content: "\e05a";
 611  }
 612  
 613  .fa-bahai:before {
 614    content: "\f666";
 615  }
 616  
 617  .fa-balance-scale:before {
 618    content: "\f24e";
 619  }
 620  
 621  .fa-balance-scale-left:before {
 622    content: "\f515";
 623  }
 624  
 625  .fa-balance-scale-right:before {
 626    content: "\f516";
 627  }
 628  
 629  .fa-ban:before {
 630    content: "\f05e";
 631  }
 632  
 633  .fa-band-aid:before {
 634    content: "\f462";
 635  }
 636  
 637  .fa-bandcamp:before {
 638    content: "\f2d5";
 639  }
 640  
 641  .fa-barcode:before {
 642    content: "\f02a";
 643  }
 644  
 645  .fa-bars:before {
 646    content: "\f0c9";
 647  }
 648  
 649  .fa-baseball-ball:before {
 650    content: "\f433";
 651  }
 652  
 653  .fa-basketball-ball:before {
 654    content: "\f434";
 655  }
 656  
 657  .fa-bath:before {
 658    content: "\f2cd";
 659  }
 660  
 661  .fa-battery-empty:before {
 662    content: "\f244";
 663  }
 664  
 665  .fa-battery-full:before {
 666    content: "\f240";
 667  }
 668  
 669  .fa-battery-half:before {
 670    content: "\f242";
 671  }
 672  
 673  .fa-battery-quarter:before {
 674    content: "\f243";
 675  }
 676  
 677  .fa-battery-three-quarters:before {
 678    content: "\f241";
 679  }
 680  
 681  .fa-battle-net:before {
 682    content: "\f835";
 683  }
 684  
 685  .fa-bed:before {
 686    content: "\f236";
 687  }
 688  
 689  .fa-beer:before {
 690    content: "\f0fc";
 691  }
 692  
 693  .fa-behance:before {
 694    content: "\f1b4";
 695  }
 696  
 697  .fa-behance-square:before {
 698    content: "\f1b5";
 699  }
 700  
 701  .fa-bell:before {
 702    content: "\f0f3";
 703  }
 704  
 705  .fa-bell-slash:before {
 706    content: "\f1f6";
 707  }
 708  
 709  .fa-bezier-curve:before {
 710    content: "\f55b";
 711  }
 712  
 713  .fa-bible:before {
 714    content: "\f647";
 715  }
 716  
 717  .fa-bicycle:before {
 718    content: "\f206";
 719  }
 720  
 721  .fa-biking:before {
 722    content: "\f84a";
 723  }
 724  
 725  .fa-bimobject:before {
 726    content: "\f378";
 727  }
 728  
 729  .fa-binoculars:before {
 730    content: "\f1e5";
 731  }
 732  
 733  .fa-biohazard:before {
 734    content: "\f780";
 735  }
 736  
 737  .fa-birthday-cake:before {
 738    content: "\f1fd";
 739  }
 740  
 741  .fa-bitbucket:before {
 742    content: "\f171";
 743  }
 744  
 745  .fa-bitcoin:before {
 746    content: "\f379";
 747  }
 748  
 749  .fa-bity:before {
 750    content: "\f37a";
 751  }
 752  
 753  .fa-black-tie:before {
 754    content: "\f27e";
 755  }
 756  
 757  .fa-blackberry:before {
 758    content: "\f37b";
 759  }
 760  
 761  .fa-blender:before {
 762    content: "\f517";
 763  }
 764  
 765  .fa-blender-phone:before {
 766    content: "\f6b6";
 767  }
 768  
 769  .fa-blind:before {
 770    content: "\f29d";
 771  }
 772  
 773  .fa-blog:before {
 774    content: "\f781";
 775  }
 776  
 777  .fa-blogger:before {
 778    content: "\f37c";
 779  }
 780  
 781  .fa-blogger-b:before {
 782    content: "\f37d";
 783  }
 784  
 785  .fa-bluetooth:before {
 786    content: "\f293";
 787  }
 788  
 789  .fa-bluetooth-b:before {
 790    content: "\f294";
 791  }
 792  
 793  .fa-bold:before {
 794    content: "\f032";
 795  }
 796  
 797  .fa-bolt:before {
 798    content: "\f0e7";
 799  }
 800  
 801  .fa-bomb:before {
 802    content: "\f1e2";
 803  }
 804  
 805  .fa-bone:before {
 806    content: "\f5d7";
 807  }
 808  
 809  .fa-bong:before {
 810    content: "\f55c";
 811  }
 812  
 813  .fa-book:before {
 814    content: "\f02d";
 815  }
 816  
 817  .fa-book-dead:before {
 818    content: "\f6b7";
 819  }
 820  
 821  .fa-book-medical:before {
 822    content: "\f7e6";
 823  }
 824  
 825  .fa-book-open:before {
 826    content: "\f518";
 827  }
 828  
 829  .fa-book-reader:before {
 830    content: "\f5da";
 831  }
 832  
 833  .fa-bookmark:before {
 834    content: "\f02e";
 835  }
 836  
 837  .fa-bootstrap:before {
 838    content: "\f836";
 839  }
 840  
 841  .fa-border-all:before {
 842    content: "\f84c";
 843  }
 844  
 845  .fa-border-none:before {
 846    content: "\f850";
 847  }
 848  
 849  .fa-border-style:before {
 850    content: "\f853";
 851  }
 852  
 853  .fa-bowling-ball:before {
 854    content: "\f436";
 855  }
 856  
 857  .fa-box:before {
 858    content: "\f466";
 859  }
 860  
 861  .fa-box-open:before {
 862    content: "\f49e";
 863  }
 864  
 865  .fa-box-tissue:before {
 866    content: "\e05b";
 867  }
 868  
 869  .fa-boxes:before {
 870    content: "\f468";
 871  }
 872  
 873  .fa-braille:before {
 874    content: "\f2a1";
 875  }
 876  
 877  .fa-brain:before {
 878    content: "\f5dc";
 879  }
 880  
 881  .fa-bread-slice:before {
 882    content: "\f7ec";
 883  }
 884  
 885  .fa-briefcase:before {
 886    content: "\f0b1";
 887  }
 888  
 889  .fa-briefcase-medical:before {
 890    content: "\f469";
 891  }
 892  
 893  .fa-broadcast-tower:before {
 894    content: "\f519";
 895  }
 896  
 897  .fa-broom:before {
 898    content: "\f51a";
 899  }
 900  
 901  .fa-brush:before {
 902    content: "\f55d";
 903  }
 904  
 905  .fa-btc:before {
 906    content: "\f15a";
 907  }
 908  
 909  .fa-buffer:before {
 910    content: "\f837";
 911  }
 912  
 913  .fa-bug:before {
 914    content: "\f188";
 915  }
 916  
 917  .fa-building:before {
 918    content: "\f1ad";
 919  }
 920  
 921  .fa-bullhorn:before {
 922    content: "\f0a1";
 923  }
 924  
 925  .fa-bullseye:before {
 926    content: "\f140";
 927  }
 928  
 929  .fa-burn:before {
 930    content: "\f46a";
 931  }
 932  
 933  .fa-buromobelexperte:before {
 934    content: "\f37f";
 935  }
 936  
 937  .fa-bus:before {
 938    content: "\f207";
 939  }
 940  
 941  .fa-bus-alt:before {
 942    content: "\f55e";
 943  }
 944  
 945  .fa-business-time:before {
 946    content: "\f64a";
 947  }
 948  
 949  .fa-buy-n-large:before {
 950    content: "\f8a6";
 951  }
 952  
 953  .fa-buysellads:before {
 954    content: "\f20d";
 955  }
 956  
 957  .fa-calculator:before {
 958    content: "\f1ec";
 959  }
 960  
 961  .fa-calendar:before {
 962    content: "\f133";
 963  }
 964  
 965  .fa-calendar-alt:before {
 966    content: "\f073";
 967  }
 968  
 969  .fa-calendar-check:before {
 970    content: "\f274";
 971  }
 972  
 973  .fa-calendar-day:before {
 974    content: "\f783";
 975  }
 976  
 977  .fa-calendar-minus:before {
 978    content: "\f272";
 979  }
 980  
 981  .fa-calendar-plus:before {
 982    content: "\f271";
 983  }
 984  
 985  .fa-calendar-times:before {
 986    content: "\f273";
 987  }
 988  
 989  .fa-calendar-week:before {
 990    content: "\f784";
 991  }
 992  
 993  .fa-camera:before {
 994    content: "\f030";
 995  }
 996  
 997  .fa-camera-retro:before {
 998    content: "\f083";
 999  }
1000  
1001  .fa-campground:before {
1002    content: "\f6bb";
1003  }
1004  
1005  .fa-canadian-maple-leaf:before {
1006    content: "\f785";
1007  }
1008  
1009  .fa-candy-cane:before {
1010    content: "\f786";
1011  }
1012  
1013  .fa-cannabis:before {
1014    content: "\f55f";
1015  }
1016  
1017  .fa-capsules:before {
1018    content: "\f46b";
1019  }
1020  
1021  .fa-car:before {
1022    content: "\f1b9";
1023  }
1024  
1025  .fa-car-alt:before {
1026    content: "\f5de";
1027  }
1028  
1029  .fa-car-battery:before {
1030    content: "\f5df";
1031  }
1032  
1033  .fa-car-crash:before {
1034    content: "\f5e1";
1035  }
1036  
1037  .fa-car-side:before {
1038    content: "\f5e4";
1039  }
1040  
1041  .fa-caravan:before {
1042    content: "\f8ff";
1043  }
1044  
1045  .fa-caret-down:before {
1046    content: "\f0d7";
1047  }
1048  
1049  .fa-caret-left:before {
1050    content: "\f0d9";
1051  }
1052  
1053  .fa-caret-right:before {
1054    content: "\f0da";
1055  }
1056  
1057  .fa-caret-square-down:before {
1058    content: "\f150";
1059  }
1060  
1061  .fa-caret-square-left:before {
1062    content: "\f191";
1063  }
1064  
1065  .fa-caret-square-right:before {
1066    content: "\f152";
1067  }
1068  
1069  .fa-caret-square-up:before {
1070    content: "\f151";
1071  }
1072  
1073  .fa-caret-up:before {
1074    content: "\f0d8";
1075  }
1076  
1077  .fa-carrot:before {
1078    content: "\f787";
1079  }
1080  
1081  .fa-cart-arrow-down:before {
1082    content: "\f218";
1083  }
1084  
1085  .fa-cart-plus:before {
1086    content: "\f217";
1087  }
1088  
1089  .fa-cash-register:before {
1090    content: "\f788";
1091  }
1092  
1093  .fa-cat:before {
1094    content: "\f6be";
1095  }
1096  
1097  .fa-cc-amazon-pay:before {
1098    content: "\f42d";
1099  }
1100  
1101  .fa-cc-amex:before {
1102    content: "\f1f3";
1103  }
1104  
1105  .fa-cc-apple-pay:before {
1106    content: "\f416";
1107  }
1108  
1109  .fa-cc-diners-club:before {
1110    content: "\f24c";
1111  }
1112  
1113  .fa-cc-discover:before {
1114    content: "\f1f2";
1115  }
1116  
1117  .fa-cc-jcb:before {
1118    content: "\f24b";
1119  }
1120  
1121  .fa-cc-mastercard:before {
1122    content: "\f1f1";
1123  }
1124  
1125  .fa-cc-paypal:before {
1126    content: "\f1f4";
1127  }
1128  
1129  .fa-cc-stripe:before {
1130    content: "\f1f5";
1131  }
1132  
1133  .fa-cc-visa:before {
1134    content: "\f1f0";
1135  }
1136  
1137  .fa-centercode:before {
1138    content: "\f380";
1139  }
1140  
1141  .fa-centos:before {
1142    content: "\f789";
1143  }
1144  
1145  .fa-certificate:before {
1146    content: "\f0a3";
1147  }
1148  
1149  .fa-chair:before {
1150    content: "\f6c0";
1151  }
1152  
1153  .fa-chalkboard:before {
1154    content: "\f51b";
1155  }
1156  
1157  .fa-chalkboard-teacher:before {
1158    content: "\f51c";
1159  }
1160  
1161  .fa-charging-station:before {
1162    content: "\f5e7";
1163  }
1164  
1165  .fa-chart-area:before {
1166    content: "\f1fe";
1167  }
1168  
1169  .fa-chart-bar:before {
1170    content: "\f080";
1171  }
1172  
1173  .fa-chart-line:before {
1174    content: "\f201";
1175  }
1176  
1177  .fa-chart-pie:before {
1178    content: "\f200";
1179  }
1180  
1181  .fa-check:before {
1182    content: "\f00c";
1183  }
1184  
1185  .fa-check-circle:before {
1186    content: "\f058";
1187  }
1188  
1189  .fa-check-double:before {
1190    content: "\f560";
1191  }
1192  
1193  .fa-check-square:before {
1194    content: "\f14a";
1195  }
1196  
1197  .fa-cheese:before {
1198    content: "\f7ef";
1199  }
1200  
1201  .fa-chess:before {
1202    content: "\f439";
1203  }
1204  
1205  .fa-chess-bishop:before {
1206    content: "\f43a";
1207  }
1208  
1209  .fa-chess-board:before {
1210    content: "\f43c";
1211  }
1212  
1213  .fa-chess-king:before {
1214    content: "\f43f";
1215  }
1216  
1217  .fa-chess-knight:before {
1218    content: "\f441";
1219  }
1220  
1221  .fa-chess-pawn:before {
1222    content: "\f443";
1223  }
1224  
1225  .fa-chess-queen:before {
1226    content: "\f445";
1227  }
1228  
1229  .fa-chess-rook:before {
1230    content: "\f447";
1231  }
1232  
1233  .fa-chevron-circle-down:before {
1234    content: "\f13a";
1235  }
1236  
1237  .fa-chevron-circle-left:before {
1238    content: "\f137";
1239  }
1240  
1241  .fa-chevron-circle-right:before {
1242    content: "\f138";
1243  }
1244  
1245  .fa-chevron-circle-up:before {
1246    content: "\f139";
1247  }
1248  
1249  .fa-chevron-down:before {
1250    content: "\f078";
1251  }
1252  
1253  .fa-chevron-left:before {
1254    content: "\f053";
1255  }
1256  
1257  .fa-chevron-right:before {
1258    content: "\f054";
1259  }
1260  
1261  .fa-chevron-up:before {
1262    content: "\f077";
1263  }
1264  
1265  .fa-child:before {
1266    content: "\f1ae";
1267  }
1268  
1269  .fa-chrome:before {
1270    content: "\f268";
1271  }
1272  
1273  .fa-chromecast:before {
1274    content: "\f838";
1275  }
1276  
1277  .fa-church:before {
1278    content: "\f51d";
1279  }
1280  
1281  .fa-circle:before {
1282    content: "\f111";
1283  }
1284  
1285  .fa-circle-notch:before {
1286    content: "\f1ce";
1287  }
1288  
1289  .fa-city:before {
1290    content: "\f64f";
1291  }
1292  
1293  .fa-clinic-medical:before {
1294    content: "\f7f2";
1295  }
1296  
1297  .fa-clipboard:before {
1298    content: "\f328";
1299  }
1300  
1301  .fa-clipboard-check:before {
1302    content: "\f46c";
1303  }
1304  
1305  .fa-clipboard-list:before {
1306    content: "\f46d";
1307  }
1308  
1309  .fa-clock:before {
1310    content: "\f017";
1311  }
1312  
1313  .fa-clone:before {
1314    content: "\f24d";
1315  }
1316  
1317  .fa-closed-captioning:before {
1318    content: "\f20a";
1319  }
1320  
1321  .fa-cloud:before {
1322    content: "\f0c2";
1323  }
1324  
1325  .fa-cloud-download-alt:before {
1326    content: "\f381";
1327  }
1328  
1329  .fa-cloud-meatball:before {
1330    content: "\f73b";
1331  }
1332  
1333  .fa-cloud-moon:before {
1334    content: "\f6c3";
1335  }
1336  
1337  .fa-cloud-moon-rain:before {
1338    content: "\f73c";
1339  }
1340  
1341  .fa-cloud-rain:before {
1342    content: "\f73d";
1343  }
1344  
1345  .fa-cloud-showers-heavy:before {
1346    content: "\f740";
1347  }
1348  
1349  .fa-cloud-sun:before {
1350    content: "\f6c4";
1351  }
1352  
1353  .fa-cloud-sun-rain:before {
1354    content: "\f743";
1355  }
1356  
1357  .fa-cloud-upload-alt:before {
1358    content: "\f382";
1359  }
1360  
1361  .fa-cloudflare:before {
1362    content: "\e07d";
1363  }
1364  
1365  .fa-cloudscale:before {
1366    content: "\f383";
1367  }
1368  
1369  .fa-cloudsmith:before {
1370    content: "\f384";
1371  }
1372  
1373  .fa-cloudversify:before {
1374    content: "\f385";
1375  }
1376  
1377  .fa-cocktail:before {
1378    content: "\f561";
1379  }
1380  
1381  .fa-code:before {
1382    content: "\f121";
1383  }
1384  
1385  .fa-code-branch:before {
1386    content: "\f126";
1387  }
1388  
1389  .fa-codepen:before {
1390    content: "\f1cb";
1391  }
1392  
1393  .fa-codiepie:before {
1394    content: "\f284";
1395  }
1396  
1397  .fa-coffee:before {
1398    content: "\f0f4";
1399  }
1400  
1401  .fa-cog:before {
1402    content: "\f013";
1403  }
1404  
1405  .fa-cogs:before {
1406    content: "\f085";
1407  }
1408  
1409  .fa-coins:before {
1410    content: "\f51e";
1411  }
1412  
1413  .fa-columns:before {
1414    content: "\f0db";
1415  }
1416  
1417  .fa-comment:before {
1418    content: "\f075";
1419  }
1420  
1421  .fa-comment-alt:before {
1422    content: "\f27a";
1423  }
1424  
1425  .fa-comment-dollar:before {
1426    content: "\f651";
1427  }
1428  
1429  .fa-comment-dots:before {
1430    content: "\f4ad";
1431  }
1432  
1433  .fa-comment-medical:before {
1434    content: "\f7f5";
1435  }
1436  
1437  .fa-comment-slash:before {
1438    content: "\f4b3";
1439  }
1440  
1441  .fa-comments:before {
1442    content: "\f086";
1443  }
1444  
1445  .fa-comments-dollar:before {
1446    content: "\f653";
1447  }
1448  
1449  .fa-compact-disc:before {
1450    content: "\f51f";
1451  }
1452  
1453  .fa-compass:before {
1454    content: "\f14e";
1455  }
1456  
1457  .fa-compress:before {
1458    content: "\f066";
1459  }
1460  
1461  .fa-compress-alt:before {
1462    content: "\f422";
1463  }
1464  
1465  .fa-compress-arrows-alt:before {
1466    content: "\f78c";
1467  }
1468  
1469  .fa-concierge-bell:before {
1470    content: "\f562";
1471  }
1472  
1473  .fa-confluence:before {
1474    content: "\f78d";
1475  }
1476  
1477  .fa-connectdevelop:before {
1478    content: "\f20e";
1479  }
1480  
1481  .fa-contao:before {
1482    content: "\f26d";
1483  }
1484  
1485  .fa-cookie:before {
1486    content: "\f563";
1487  }
1488  
1489  .fa-cookie-bite:before {
1490    content: "\f564";
1491  }
1492  
1493  .fa-copy:before {
1494    content: "\f0c5";
1495  }
1496  
1497  .fa-copyright:before {
1498    content: "\f1f9";
1499  }
1500  
1501  .fa-cotton-bureau:before {
1502    content: "\f89e";
1503  }
1504  
1505  .fa-couch:before {
1506    content: "\f4b8";
1507  }
1508  
1509  .fa-cpanel:before {
1510    content: "\f388";
1511  }
1512  
1513  .fa-creative-commons:before {
1514    content: "\f25e";
1515  }
1516  
1517  .fa-creative-commons-by:before {
1518    content: "\f4e7";
1519  }
1520  
1521  .fa-creative-commons-nc:before {
1522    content: "\f4e8";
1523  }
1524  
1525  .fa-creative-commons-nc-eu:before {
1526    content: "\f4e9";
1527  }
1528  
1529  .fa-creative-commons-nc-jp:before {
1530    content: "\f4ea";
1531  }
1532  
1533  .fa-creative-commons-nd:before {
1534    content: "\f4eb";
1535  }
1536  
1537  .fa-creative-commons-pd:before {
1538    content: "\f4ec";
1539  }
1540  
1541  .fa-creative-commons-pd-alt:before {
1542    content: "\f4ed";
1543  }
1544  
1545  .fa-creative-commons-remix:before {
1546    content: "\f4ee";
1547  }
1548  
1549  .fa-creative-commons-sa:before {
1550    content: "\f4ef";
1551  }
1552  
1553  .fa-creative-commons-sampling:before {
1554    content: "\f4f0";
1555  }
1556  
1557  .fa-creative-commons-sampling-plus:before {
1558    content: "\f4f1";
1559  }
1560  
1561  .fa-creative-commons-share:before {
1562    content: "\f4f2";
1563  }
1564  
1565  .fa-creative-commons-zero:before {
1566    content: "\f4f3";
1567  }
1568  
1569  .fa-credit-card:before {
1570    content: "\f09d";
1571  }
1572  
1573  .fa-critical-role:before {
1574    content: "\f6c9";
1575  }
1576  
1577  .fa-crop:before {
1578    content: "\f125";
1579  }
1580  
1581  .fa-crop-alt:before {
1582    content: "\f565";
1583  }
1584  
1585  .fa-cross:before {
1586    content: "\f654";
1587  }
1588  
1589  .fa-crosshairs:before {
1590    content: "\f05b";
1591  }
1592  
1593  .fa-crow:before {
1594    content: "\f520";
1595  }
1596  
1597  .fa-crown:before {
1598    content: "\f521";
1599  }
1600  
1601  .fa-crutch:before {
1602    content: "\f7f7";
1603  }
1604  
1605  .fa-css3:before {
1606    content: "\f13c";
1607  }
1608  
1609  .fa-css3-alt:before {
1610    content: "\f38b";
1611  }
1612  
1613  .fa-cube:before {
1614    content: "\f1b2";
1615  }
1616  
1617  .fa-cubes:before {
1618    content: "\f1b3";
1619  }
1620  
1621  .fa-cut:before {
1622    content: "\f0c4";
1623  }
1624  
1625  .fa-cuttlefish:before {
1626    content: "\f38c";
1627  }
1628  
1629  .fa-d-and-d:before {
1630    content: "\f38d";
1631  }
1632  
1633  .fa-d-and-d-beyond:before {
1634    content: "\f6ca";
1635  }
1636  
1637  .fa-dailymotion:before {
1638    content: "\e052";
1639  }
1640  
1641  .fa-dashcube:before {
1642    content: "\f210";
1643  }
1644  
1645  .fa-database:before {
1646    content: "\f1c0";
1647  }
1648  
1649  .fa-deaf:before {
1650    content: "\f2a4";
1651  }
1652  
1653  .fa-deezer:before {
1654    content: "\e077";
1655  }
1656  
1657  .fa-delicious:before {
1658    content: "\f1a5";
1659  }
1660  
1661  .fa-democrat:before {
1662    content: "\f747";
1663  }
1664  
1665  .fa-deploydog:before {
1666    content: "\f38e";
1667  }
1668  
1669  .fa-deskpro:before {
1670    content: "\f38f";
1671  }
1672  
1673  .fa-desktop:before {
1674    content: "\f108";
1675  }
1676  
1677  .fa-dev:before {
1678    content: "\f6cc";
1679  }
1680  
1681  .fa-deviantart:before {
1682    content: "\f1bd";
1683  }
1684  
1685  .fa-dharmachakra:before {
1686    content: "\f655";
1687  }
1688  
1689  .fa-dhl:before {
1690    content: "\f790";
1691  }
1692  
1693  .fa-diagnoses:before {
1694    content: "\f470";
1695  }
1696  
1697  .fa-diaspora:before {
1698    content: "\f791";
1699  }
1700  
1701  .fa-dice:before {
1702    content: "\f522";
1703  }
1704  
1705  .fa-dice-d20:before {
1706    content: "\f6cf";
1707  }
1708  
1709  .fa-dice-d6:before {
1710    content: "\f6d1";
1711  }
1712  
1713  .fa-dice-five:before {
1714    content: "\f523";
1715  }
1716  
1717  .fa-dice-four:before {
1718    content: "\f524";
1719  }
1720  
1721  .fa-dice-one:before {
1722    content: "\f525";
1723  }
1724  
1725  .fa-dice-six:before {
1726    content: "\f526";
1727  }
1728  
1729  .fa-dice-three:before {
1730    content: "\f527";
1731  }
1732  
1733  .fa-dice-two:before {
1734    content: "\f528";
1735  }
1736  
1737  .fa-digg:before {
1738    content: "\f1a6";
1739  }
1740  
1741  .fa-digital-ocean:before {
1742    content: "\f391";
1743  }
1744  
1745  .fa-digital-tachograph:before {
1746    content: "\f566";
1747  }
1748  
1749  .fa-directions:before {
1750    content: "\f5eb";
1751  }
1752  
1753  .fa-discord:before {
1754    content: "\f392";
1755  }
1756  
1757  .fa-discourse:before {
1758    content: "\f393";
1759  }
1760  
1761  .fa-disease:before {
1762    content: "\f7fa";
1763  }
1764  
1765  .fa-divide:before {
1766    content: "\f529";
1767  }
1768  
1769  .fa-dizzy:before {
1770    content: "\f567";
1771  }
1772  
1773  .fa-dna:before {
1774    content: "\f471";
1775  }
1776  
1777  .fa-dochub:before {
1778    content: "\f394";
1779  }
1780  
1781  .fa-docker:before {
1782    content: "\f395";
1783  }
1784  
1785  .fa-dog:before {
1786    content: "\f6d3";
1787  }
1788  
1789  .fa-dollar-sign:before {
1790    content: "\f155";
1791  }
1792  
1793  .fa-dolly:before {
1794    content: "\f472";
1795  }
1796  
1797  .fa-dolly-flatbed:before {
1798    content: "\f474";
1799  }
1800  
1801  .fa-donate:before {
1802    content: "\f4b9";
1803  }
1804  
1805  .fa-door-closed:before {
1806    content: "\f52a";
1807  }
1808  
1809  .fa-door-open:before {
1810    content: "\f52b";
1811  }
1812  
1813  .fa-dot-circle:before {
1814    content: "\f192";
1815  }
1816  
1817  .fa-dove:before {
1818    content: "\f4ba";
1819  }
1820  
1821  .fa-download:before {
1822    content: "\f019";
1823  }
1824  
1825  .fa-draft2digital:before {
1826    content: "\f396";
1827  }
1828  
1829  .fa-drafting-compass:before {
1830    content: "\f568";
1831  }
1832  
1833  .fa-dragon:before {
1834    content: "\f6d5";
1835  }
1836  
1837  .fa-draw-polygon:before {
1838    content: "\f5ee";
1839  }
1840  
1841  .fa-dribbble:before {
1842    content: "\f17d";
1843  }
1844  
1845  .fa-dribbble-square:before {
1846    content: "\f397";
1847  }
1848  
1849  .fa-dropbox:before {
1850    content: "\f16b";
1851  }
1852  
1853  .fa-drum:before {
1854    content: "\f569";
1855  }
1856  
1857  .fa-drum-steelpan:before {
1858    content: "\f56a";
1859  }
1860  
1861  .fa-drumstick-bite:before {
1862    content: "\f6d7";
1863  }
1864  
1865  .fa-drupal:before {
1866    content: "\f1a9";
1867  }
1868  
1869  .fa-dumbbell:before {
1870    content: "\f44b";
1871  }
1872  
1873  .fa-dumpster:before {
1874    content: "\f793";
1875  }
1876  
1877  .fa-dumpster-fire:before {
1878    content: "\f794";
1879  }
1880  
1881  .fa-dungeon:before {
1882    content: "\f6d9";
1883  }
1884  
1885  .fa-dyalog:before {
1886    content: "\f399";
1887  }
1888  
1889  .fa-earlybirds:before {
1890    content: "\f39a";
1891  }
1892  
1893  .fa-ebay:before {
1894    content: "\f4f4";
1895  }
1896  
1897  .fa-edge:before {
1898    content: "\f282";
1899  }
1900  
1901  .fa-edge-legacy:before {
1902    content: "\e078";
1903  }
1904  
1905  .fa-edit:before {
1906    content: "\f044";
1907  }
1908  
1909  .fa-egg:before {
1910    content: "\f7fb";
1911  }
1912  
1913  .fa-eject:before {
1914    content: "\f052";
1915  }
1916  
1917  .fa-elementor:before {
1918    content: "\f430";
1919  }
1920  
1921  .fa-ellipsis-h:before {
1922    content: "\f141";
1923  }
1924  
1925  .fa-ellipsis-v:before {
1926    content: "\f142";
1927  }
1928  
1929  .fa-ello:before {
1930    content: "\f5f1";
1931  }
1932  
1933  .fa-ember:before {
1934    content: "\f423";
1935  }
1936  
1937  .fa-empire:before {
1938    content: "\f1d1";
1939  }
1940  
1941  .fa-envelope:before {
1942    content: "\f0e0";
1943  }
1944  
1945  .fa-envelope-open:before {
1946    content: "\f2b6";
1947  }
1948  
1949  .fa-envelope-open-text:before {
1950    content: "\f658";
1951  }
1952  
1953  .fa-envelope-square:before {
1954    content: "\f199";
1955  }
1956  
1957  .fa-envira:before {
1958    content: "\f299";
1959  }
1960  
1961  .fa-equals:before {
1962    content: "\f52c";
1963  }
1964  
1965  .fa-eraser:before {
1966    content: "\f12d";
1967  }
1968  
1969  .fa-erlang:before {
1970    content: "\f39d";
1971  }
1972  
1973  .fa-ethereum:before {
1974    content: "\f42e";
1975  }
1976  
1977  .fa-ethernet:before {
1978    content: "\f796";
1979  }
1980  
1981  .fa-etsy:before {
1982    content: "\f2d7";
1983  }
1984  
1985  .fa-euro-sign:before {
1986    content: "\f153";
1987  }
1988  
1989  .fa-evernote:before {
1990    content: "\f839";
1991  }
1992  
1993  .fa-exchange-alt:before {
1994    content: "\f362";
1995  }
1996  
1997  .fa-exclamation:before {
1998    content: "\f12a";
1999  }
2000  
2001  .fa-exclamation-circle:before {
2002    content: "\f06a";
2003  }
2004  
2005  .fa-exclamation-triangle:before {
2006    content: "\f071";
2007  }
2008  
2009  .fa-expand:before {
2010    content: "\f065";
2011  }
2012  
2013  .fa-expand-alt:before {
2014    content: "\f424";
2015  }
2016  
2017  .fa-expand-arrows-alt:before {
2018    content: "\f31e";
2019  }
2020  
2021  .fa-expeditedssl:before {
2022    content: "\f23e";
2023  }
2024  
2025  .fa-external-link-alt:before {
2026    content: "\f35d";
2027  }
2028  
2029  .fa-external-link-square-alt:before {
2030    content: "\f360";
2031  }
2032  
2033  .fa-eye:before {
2034    content: "\f06e";
2035  }
2036  
2037  .fa-eye-dropper:before {
2038    content: "\f1fb";
2039  }
2040  
2041  .fa-eye-slash:before {
2042    content: "\f070";
2043  }
2044  
2045  .fa-facebook:before {
2046    content: "\f09a";
2047  }
2048  
2049  .fa-facebook-f:before {
2050    content: "\f39e";
2051  }
2052  
2053  .fa-facebook-messenger:before {
2054    content: "\f39f";
2055  }
2056  
2057  .fa-facebook-square:before {
2058    content: "\f082";
2059  }
2060  
2061  .fa-fan:before {
2062    content: "\f863";
2063  }
2064  
2065  .fa-fantasy-flight-games:before {
2066    content: "\f6dc";
2067  }
2068  
2069  .fa-fast-backward:before {
2070    content: "\f049";
2071  }
2072  
2073  .fa-fast-forward:before {
2074    content: "\f050";
2075  }
2076  
2077  .fa-faucet:before {
2078    content: "\e005";
2079  }
2080  
2081  .fa-fax:before {
2082    content: "\f1ac";
2083  }
2084  
2085  .fa-feather:before {
2086    content: "\f52d";
2087  }
2088  
2089  .fa-feather-alt:before {
2090    content: "\f56b";
2091  }
2092  
2093  .fa-fedex:before {
2094    content: "\f797";
2095  }
2096  
2097  .fa-fedora:before {
2098    content: "\f798";
2099  }
2100  
2101  .fa-female:before {
2102    content: "\f182";
2103  }
2104  
2105  .fa-fighter-jet:before {
2106    content: "\f0fb";
2107  }
2108  
2109  .fa-figma:before {
2110    content: "\f799";
2111  }
2112  
2113  .fa-file:before {
2114    content: "\f15b";
2115  }
2116  
2117  .fa-file-alt:before {
2118    content: "\f15c";
2119  }
2120  
2121  .fa-file-archive:before {
2122    content: "\f1c6";
2123  }
2124  
2125  .fa-file-audio:before {
2126    content: "\f1c7";
2127  }
2128  
2129  .fa-file-code:before {
2130    content: "\f1c9";
2131  }
2132  
2133  .fa-file-contract:before {
2134    content: "\f56c";
2135  }
2136  
2137  .fa-file-csv:before {
2138    content: "\f6dd";
2139  }
2140  
2141  .fa-file-download:before {
2142    content: "\f56d";
2143  }
2144  
2145  .fa-file-excel:before {
2146    content: "\f1c3";
2147  }
2148  
2149  .fa-file-export:before {
2150    content: "\f56e";
2151  }
2152  
2153  .fa-file-image:before {
2154    content: "\f1c5";
2155  }
2156  
2157  .fa-file-import:before {
2158    content: "\f56f";
2159  }
2160  
2161  .fa-file-invoice:before {
2162    content: "\f570";
2163  }
2164  
2165  .fa-file-invoice-dollar:before {
2166    content: "\f571";
2167  }
2168  
2169  .fa-file-medical:before {
2170    content: "\f477";
2171  }
2172  
2173  .fa-file-medical-alt:before {
2174    content: "\f478";
2175  }
2176  
2177  .fa-file-pdf:before {
2178    content: "\f1c1";
2179  }
2180  
2181  .fa-file-powerpoint:before {
2182    content: "\f1c4";
2183  }
2184  
2185  .fa-file-prescription:before {
2186    content: "\f572";
2187  }
2188  
2189  .fa-file-signature:before {
2190    content: "\f573";
2191  }
2192  
2193  .fa-file-upload:before {
2194    content: "\f574";
2195  }
2196  
2197  .fa-file-video:before {
2198    content: "\f1c8";
2199  }
2200  
2201  .fa-file-word:before {
2202    content: "\f1c2";
2203  }
2204  
2205  .fa-fill:before {
2206    content: "\f575";
2207  }
2208  
2209  .fa-fill-drip:before {
2210    content: "\f576";
2211  }
2212  
2213  .fa-film:before {
2214    content: "\f008";
2215  }
2216  
2217  .fa-filter:before {
2218    content: "\f0b0";
2219  }
2220  
2221  .fa-fingerprint:before {
2222    content: "\f577";
2223  }
2224  
2225  .fa-fire:before {
2226    content: "\f06d";
2227  }
2228  
2229  .fa-fire-alt:before {
2230    content: "\f7e4";
2231  }
2232  
2233  .fa-fire-extinguisher:before {
2234    content: "\f134";
2235  }
2236  
2237  .fa-firefox:before {
2238    content: "\f269";
2239  }
2240  
2241  .fa-firefox-browser:before {
2242    content: "\e007";
2243  }
2244  
2245  .fa-first-aid:before {
2246    content: "\f479";
2247  }
2248  
2249  .fa-first-order:before {
2250    content: "\f2b0";
2251  }
2252  
2253  .fa-first-order-alt:before {
2254    content: "\f50a";
2255  }
2256  
2257  .fa-firstdraft:before {
2258    content: "\f3a1";
2259  }
2260  
2261  .fa-fish:before {
2262    content: "\f578";
2263  }
2264  
2265  .fa-fist-raised:before {
2266    content: "\f6de";
2267  }
2268  
2269  .fa-flag:before {
2270    content: "\f024";
2271  }
2272  
2273  .fa-flag-checkered:before {
2274    content: "\f11e";
2275  }
2276  
2277  .fa-flag-usa:before {
2278    content: "\f74d";
2279  }
2280  
2281  .fa-flask:before {
2282    content: "\f0c3";
2283  }
2284  
2285  .fa-flickr:before {
2286    content: "\f16e";
2287  }
2288  
2289  .fa-flipboard:before {
2290    content: "\f44d";
2291  }
2292  
2293  .fa-flushed:before {
2294    content: "\f579";
2295  }
2296  
2297  .fa-fly:before {
2298    content: "\f417";
2299  }
2300  
2301  .fa-folder:before {
2302    content: "\f07b";
2303  }
2304  
2305  .fa-folder-minus:before {
2306    content: "\f65d";
2307  }
2308  
2309  .fa-folder-open:before {
2310    content: "\f07c";
2311  }
2312  
2313  .fa-folder-plus:before {
2314    content: "\f65e";
2315  }
2316  
2317  .fa-font:before {
2318    content: "\f031";
2319  }
2320  
2321  .fa-font-awesome:before {
2322    content: "\f2b4";
2323  }
2324  
2325  .fa-font-awesome-alt:before {
2326    content: "\f35c";
2327  }
2328  
2329  .fa-font-awesome-flag:before {
2330    content: "\f425";
2331  }
2332  
2333  .fa-font-awesome-logo-full:before {
2334    content: "\f4e6";
2335  }
2336  
2337  .fa-fonticons:before {
2338    content: "\f280";
2339  }
2340  
2341  .fa-fonticons-fi:before {
2342    content: "\f3a2";
2343  }
2344  
2345  .fa-football-ball:before {
2346    content: "\f44e";
2347  }
2348  
2349  .fa-fort-awesome:before {
2350    content: "\f286";
2351  }
2352  
2353  .fa-fort-awesome-alt:before {
2354    content: "\f3a3";
2355  }
2356  
2357  .fa-forumbee:before {
2358    content: "\f211";
2359  }
2360  
2361  .fa-forward:before {
2362    content: "\f04e";
2363  }
2364  
2365  .fa-foursquare:before {
2366    content: "\f180";
2367  }
2368  
2369  .fa-free-code-camp:before {
2370    content: "\f2c5";
2371  }
2372  
2373  .fa-freebsd:before {
2374    content: "\f3a4";
2375  }
2376  
2377  .fa-frog:before {
2378    content: "\f52e";
2379  }
2380  
2381  .fa-frown:before {
2382    content: "\f119";
2383  }
2384  
2385  .fa-frown-open:before {
2386    content: "\f57a";
2387  }
2388  
2389  .fa-fulcrum:before {
2390    content: "\f50b";
2391  }
2392  
2393  .fa-funnel-dollar:before {
2394    content: "\f662";
2395  }
2396  
2397  .fa-futbol:before {
2398    content: "\f1e3";
2399  }
2400  
2401  .fa-galactic-republic:before {
2402    content: "\f50c";
2403  }
2404  
2405  .fa-galactic-senate:before {
2406    content: "\f50d";
2407  }
2408  
2409  .fa-gamepad:before {
2410    content: "\f11b";
2411  }
2412  
2413  .fa-gas-pump:before {
2414    content: "\f52f";
2415  }
2416  
2417  .fa-gavel:before {
2418    content: "\f0e3";
2419  }
2420  
2421  .fa-gem:before {
2422    content: "\f3a5";
2423  }
2424  
2425  .fa-genderless:before {
2426    content: "\f22d";
2427  }
2428  
2429  .fa-get-pocket:before {
2430    content: "\f265";
2431  }
2432  
2433  .fa-gg:before {
2434    content: "\f260";
2435  }
2436  
2437  .fa-gg-circle:before {
2438    content: "\f261";
2439  }
2440  
2441  .fa-ghost:before {
2442    content: "\f6e2";
2443  }
2444  
2445  .fa-gift:before {
2446    content: "\f06b";
2447  }
2448  
2449  .fa-gifts:before {
2450    content: "\f79c";
2451  }
2452  
2453  .fa-git:before {
2454    content: "\f1d3";
2455  }
2456  
2457  .fa-git-alt:before {
2458    content: "\f841";
2459  }
2460  
2461  .fa-git-square:before {
2462    content: "\f1d2";
2463  }
2464  
2465  .fa-github:before {
2466    content: "\f09b";
2467  }
2468  
2469  .fa-github-alt:before {
2470    content: "\f113";
2471  }
2472  
2473  .fa-github-square:before {
2474    content: "\f092";
2475  }
2476  
2477  .fa-gitkraken:before {
2478    content: "\f3a6";
2479  }
2480  
2481  .fa-gitlab:before {
2482    content: "\f296";
2483  }
2484  
2485  .fa-gitter:before {
2486    content: "\f426";
2487  }
2488  
2489  .fa-glass-cheers:before {
2490    content: "\f79f";
2491  }
2492  
2493  .fa-glass-martini:before {
2494    content: "\f000";
2495  }
2496  
2497  .fa-glass-martini-alt:before {
2498    content: "\f57b";
2499  }
2500  
2501  .fa-glass-whiskey:before {
2502    content: "\f7a0";
2503  }
2504  
2505  .fa-glasses:before {
2506    content: "\f530";
2507  }
2508  
2509  .fa-glide:before {
2510    content: "\f2a5";
2511  }
2512  
2513  .fa-glide-g:before {
2514    content: "\f2a6";
2515  }
2516  
2517  .fa-globe:before {
2518    content: "\f0ac";
2519  }
2520  
2521  .fa-globe-africa:before {
2522    content: "\f57c";
2523  }
2524  
2525  .fa-globe-americas:before {
2526    content: "\f57d";
2527  }
2528  
2529  .fa-globe-asia:before {
2530    content: "\f57e";
2531  }
2532  
2533  .fa-globe-europe:before {
2534    content: "\f7a2";
2535  }
2536  
2537  .fa-gofore:before {
2538    content: "\f3a7";
2539  }
2540  
2541  .fa-golf-ball:before {
2542    content: "\f450";
2543  }
2544  
2545  .fa-goodreads:before {
2546    content: "\f3a8";
2547  }
2548  
2549  .fa-goodreads-g:before {
2550    content: "\f3a9";
2551  }
2552  
2553  .fa-google:before {
2554    content: "\f1a0";
2555  }
2556  
2557  .fa-google-drive:before {
2558    content: "\f3aa";
2559  }
2560  
2561  .fa-google-pay:before {
2562    content: "\e079";
2563  }
2564  
2565  .fa-google-play:before {
2566    content: "\f3ab";
2567  }
2568  
2569  .fa-google-plus:before {
2570    content: "\f2b3";
2571  }
2572  
2573  .fa-google-plus-g:before {
2574    content: "\f0d5";
2575  }
2576  
2577  .fa-google-plus-square:before {
2578    content: "\f0d4";
2579  }
2580  
2581  .fa-google-wallet:before {
2582    content: "\f1ee";
2583  }
2584  
2585  .fa-gopuram:before {
2586    content: "\f664";
2587  }
2588  
2589  .fa-graduation-cap:before {
2590    content: "\f19d";
2591  }
2592  
2593  .fa-gratipay:before {
2594    content: "\f184";
2595  }
2596  
2597  .fa-grav:before {
2598    content: "\f2d6";
2599  }
2600  
2601  .fa-greater-than:before {
2602    content: "\f531";
2603  }
2604  
2605  .fa-greater-than-equal:before {
2606    content: "\f532";
2607  }
2608  
2609  .fa-grimace:before {
2610    content: "\f57f";
2611  }
2612  
2613  .fa-grin:before {
2614    content: "\f580";
2615  }
2616  
2617  .fa-grin-alt:before {
2618    content: "\f581";
2619  }
2620  
2621  .fa-grin-beam:before {
2622    content: "\f582";
2623  }
2624  
2625  .fa-grin-beam-sweat:before {
2626    content: "\f583";
2627  }
2628  
2629  .fa-grin-hearts:before {
2630    content: "\f584";
2631  }
2632  
2633  .fa-grin-squint:before {
2634    content: "\f585";
2635  }
2636  
2637  .fa-grin-squint-tears:before {
2638    content: "\f586";
2639  }
2640  
2641  .fa-grin-stars:before {
2642    content: "\f587";
2643  }
2644  
2645  .fa-grin-tears:before {
2646    content: "\f588";
2647  }
2648  
2649  .fa-grin-tongue:before {
2650    content: "\f589";
2651  }
2652  
2653  .fa-grin-tongue-squint:before {
2654    content: "\f58a";
2655  }
2656  
2657  .fa-grin-tongue-wink:before {
2658    content: "\f58b";
2659  }
2660  
2661  .fa-grin-wink:before {
2662    content: "\f58c";
2663  }
2664  
2665  .fa-grip-horizontal:before {
2666    content: "\f58d";
2667  }
2668  
2669  .fa-grip-lines:before {
2670    content: "\f7a4";
2671  }
2672  
2673  .fa-grip-lines-vertical:before {
2674    content: "\f7a5";
2675  }
2676  
2677  .fa-grip-vertical:before {
2678    content: "\f58e";
2679  }
2680  
2681  .fa-gripfire:before {
2682    content: "\f3ac";
2683  }
2684  
2685  .fa-grunt:before {
2686    content: "\f3ad";
2687  }
2688  
2689  .fa-guilded:before {
2690    content: "\e07e";
2691  }
2692  
2693  .fa-guitar:before {
2694    content: "\f7a6";
2695  }
2696  
2697  .fa-gulp:before {
2698    content: "\f3ae";
2699  }
2700  
2701  .fa-h-square:before {
2702    content: "\f0fd";
2703  }
2704  
2705  .fa-hacker-news:before {
2706    content: "\f1d4";
2707  }
2708  
2709  .fa-hacker-news-square:before {
2710    content: "\f3af";
2711  }
2712  
2713  .fa-hackerrank:before {
2714    content: "\f5f7";
2715  }
2716  
2717  .fa-hamburger:before {
2718    content: "\f805";
2719  }
2720  
2721  .fa-hammer:before {
2722    content: "\f6e3";
2723  }
2724  
2725  .fa-hamsa:before {
2726    content: "\f665";
2727  }
2728  
2729  .fa-hand-holding:before {
2730    content: "\f4bd";
2731  }
2732  
2733  .fa-hand-holding-heart:before {
2734    content: "\f4be";
2735  }
2736  
2737  .fa-hand-holding-medical:before {
2738    content: "\e05c";
2739  }
2740  
2741  .fa-hand-holding-usd:before {
2742    content: "\f4c0";
2743  }
2744  
2745  .fa-hand-holding-water:before {
2746    content: "\f4c1";
2747  }
2748  
2749  .fa-hand-lizard:before {
2750    content: "\f258";
2751  }
2752  
2753  .fa-hand-middle-finger:before {
2754    content: "\f806";
2755  }
2756  
2757  .fa-hand-paper:before {
2758    content: "\f256";
2759  }
2760  
2761  .fa-hand-peace:before {
2762    content: "\f25b";
2763  }
2764  
2765  .fa-hand-point-down:before {
2766    content: "\f0a7";
2767  }
2768  
2769  .fa-hand-point-left:before {
2770    content: "\f0a5";
2771  }
2772  
2773  .fa-hand-point-right:before {
2774    content: "\f0a4";
2775  }
2776  
2777  .fa-hand-point-up:before {
2778    content: "\f0a6";
2779  }
2780  
2781  .fa-hand-pointer:before {
2782    content: "\f25a";
2783  }
2784  
2785  .fa-hand-rock:before {
2786    content: "\f255";
2787  }
2788  
2789  .fa-hand-scissors:before {
2790    content: "\f257";
2791  }
2792  
2793  .fa-hand-sparkles:before {
2794    content: "\e05d";
2795  }
2796  
2797  .fa-hand-spock:before {
2798    content: "\f259";
2799  }
2800  
2801  .fa-hands:before {
2802    content: "\f4c2";
2803  }
2804  
2805  .fa-hands-helping:before {
2806    content: "\f4c4";
2807  }
2808  
2809  .fa-hands-wash:before {
2810    content: "\e05e";
2811  }
2812  
2813  .fa-handshake:before {
2814    content: "\f2b5";
2815  }
2816  
2817  .fa-handshake-alt-slash:before {
2818    content: "\e05f";
2819  }
2820  
2821  .fa-handshake-slash:before {
2822    content: "\e060";
2823  }
2824  
2825  .fa-hanukiah:before {
2826    content: "\f6e6";
2827  }
2828  
2829  .fa-hard-hat:before {
2830    content: "\f807";
2831  }
2832  
2833  .fa-hashtag:before {
2834    content: "\f292";
2835  }
2836  
2837  .fa-hat-cowboy:before {
2838    content: "\f8c0";
2839  }
2840  
2841  .fa-hat-cowboy-side:before {
2842    content: "\f8c1";
2843  }
2844  
2845  .fa-hat-wizard:before {
2846    content: "\f6e8";
2847  }
2848  
2849  .fa-hdd:before {
2850    content: "\f0a0";
2851  }
2852  
2853  .fa-head-side-cough:before {
2854    content: "\e061";
2855  }
2856  
2857  .fa-head-side-cough-slash:before {
2858    content: "\e062";
2859  }
2860  
2861  .fa-head-side-mask:before {
2862    content: "\e063";
2863  }
2864  
2865  .fa-head-side-virus:before {
2866    content: "\e064";
2867  }
2868  
2869  .fa-heading:before {
2870    content: "\f1dc";
2871  }
2872  
2873  .fa-headphones:before {
2874    content: "\f025";
2875  }
2876  
2877  .fa-headphones-alt:before {
2878    content: "\f58f";
2879  }
2880  
2881  .fa-headset:before {
2882    content: "\f590";
2883  }
2884  
2885  .fa-heart:before {
2886    content: "\f004";
2887  }
2888  
2889  .fa-heart-broken:before {
2890    content: "\f7a9";
2891  }
2892  
2893  .fa-heartbeat:before {
2894    content: "\f21e";
2895  }
2896  
2897  .fa-helicopter:before {
2898    content: "\f533";
2899  }
2900  
2901  .fa-highlighter:before {
2902    content: "\f591";
2903  }
2904  
2905  .fa-hiking:before {
2906    content: "\f6ec";
2907  }
2908  
2909  .fa-hippo:before {
2910    content: "\f6ed";
2911  }
2912  
2913  .fa-hips:before {
2914    content: "\f452";
2915  }
2916  
2917  .fa-hire-a-helper:before {
2918    content: "\f3b0";
2919  }
2920  
2921  .fa-history:before {
2922    content: "\f1da";
2923  }
2924  
2925  .fa-hive:before {
2926    content: "\e07f";
2927  }
2928  
2929  .fa-hockey-puck:before {
2930    content: "\f453";
2931  }
2932  
2933  .fa-holly-berry:before {
2934    content: "\f7aa";
2935  }
2936  
2937  .fa-home:before {
2938    content: "\f015";
2939  }
2940  
2941  .fa-hooli:before {
2942    content: "\f427";
2943  }
2944  
2945  .fa-hornbill:before {
2946    content: "\f592";
2947  }
2948  
2949  .fa-horse:before {
2950    content: "\f6f0";
2951  }
2952  
2953  .fa-horse-head:before {
2954    content: "\f7ab";
2955  }
2956  
2957  .fa-hospital:before {
2958    content: "\f0f8";
2959  }
2960  
2961  .fa-hospital-alt:before {
2962    content: "\f47d";
2963  }
2964  
2965  .fa-hospital-symbol:before {
2966    content: "\f47e";
2967  }
2968  
2969  .fa-hospital-user:before {
2970    content: "\f80d";
2971  }
2972  
2973  .fa-hot-tub:before {
2974    content: "\f593";
2975  }
2976  
2977  .fa-hotdog:before {
2978    content: "\f80f";
2979  }
2980  
2981  .fa-hotel:before {
2982    content: "\f594";
2983  }
2984  
2985  .fa-hotjar:before {
2986    content: "\f3b1";
2987  }
2988  
2989  .fa-hourglass:before {
2990    content: "\f254";
2991  }
2992  
2993  .fa-hourglass-end:before {
2994    content: "\f253";
2995  }
2996  
2997  .fa-hourglass-half:before {
2998    content: "\f252";
2999  }
3000  
3001  .fa-hourglass-start:before {
3002    content: "\f251";
3003  }
3004  
3005  .fa-house-damage:before {
3006    content: "\f6f1";
3007  }
3008  
3009  .fa-house-user:before {
3010    content: "\e065";
3011  }
3012  
3013  .fa-houzz:before {
3014    content: "\f27c";
3015  }
3016  
3017  .fa-hryvnia:before {
3018    content: "\f6f2";
3019  }
3020  
3021  .fa-html5:before {
3022    content: "\f13b";
3023  }
3024  
3025  .fa-hubspot:before {
3026    content: "\f3b2";
3027  }
3028  
3029  .fa-i-cursor:before {
3030    content: "\f246";
3031  }
3032  
3033  .fa-ice-cream:before {
3034    content: "\f810";
3035  }
3036  
3037  .fa-icicles:before {
3038    content: "\f7ad";
3039  }
3040  
3041  .fa-icons:before {
3042    content: "\f86d";
3043  }
3044  
3045  .fa-id-badge:before {
3046    content: "\f2c1";
3047  }
3048  
3049  .fa-id-card:before {
3050    content: "\f2c2";
3051  }
3052  
3053  .fa-id-card-alt:before {
3054    content: "\f47f";
3055  }
3056  
3057  .fa-ideal:before {
3058    content: "\e013";
3059  }
3060  
3061  .fa-igloo:before {
3062    content: "\f7ae";
3063  }
3064  
3065  .fa-image:before {
3066    content: "\f03e";
3067  }
3068  
3069  .fa-images:before {
3070    content: "\f302";
3071  }
3072  
3073  .fa-imdb:before {
3074    content: "\f2d8";
3075  }
3076  
3077  .fa-inbox:before {
3078    content: "\f01c";
3079  }
3080  
3081  .fa-indent:before {
3082    content: "\f03c";
3083  }
3084  
3085  .fa-industry:before {
3086    content: "\f275";
3087  }
3088  
3089  .fa-infinity:before {
3090    content: "\f534";
3091  }
3092  
3093  .fa-info:before {
3094    content: "\f129";
3095  }
3096  
3097  .fa-info-circle:before {
3098    content: "\f05a";
3099  }
3100  
3101  .fa-innosoft:before {
3102    content: "\e080";
3103  }
3104  
3105  .fa-instagram:before {
3106    content: "\f16d";
3107  }
3108  
3109  .fa-instagram-square:before {
3110    content: "\e055";
3111  }
3112  
3113  .fa-instalod:before {
3114    content: "\e081";
3115  }
3116  
3117  .fa-intercom:before {
3118    content: "\f7af";
3119  }
3120  
3121  .fa-internet-explorer:before {
3122    content: "\f26b";
3123  }
3124  
3125  .fa-invision:before {
3126    content: "\f7b0";
3127  }
3128  
3129  .fa-ioxhost:before {
3130    content: "\f208";
3131  }
3132  
3133  .fa-italic:before {
3134    content: "\f033";
3135  }
3136  
3137  .fa-itch-io:before {
3138    content: "\f83a";
3139  }
3140  
3141  .fa-itunes:before {
3142    content: "\f3b4";
3143  }
3144  
3145  .fa-itunes-note:before {
3146    content: "\f3b5";
3147  }
3148  
3149  .fa-java:before {
3150    content: "\f4e4";
3151  }
3152  
3153  .fa-jedi:before {
3154    content: "\f669";
3155  }
3156  
3157  .fa-jedi-order:before {
3158    content: "\f50e";
3159  }
3160  
3161  .fa-jenkins:before {
3162    content: "\f3b6";
3163  }
3164  
3165  .fa-jira:before {
3166    content: "\f7b1";
3167  }
3168  
3169  .fa-joget:before {
3170    content: "\f3b7";
3171  }
3172  
3173  .fa-joint:before {
3174    content: "\f595";
3175  }
3176  
3177  .fa-joomla:before {
3178    content: "\f1aa";
3179  }
3180  
3181  .fa-journal-whills:before {
3182    content: "\f66a";
3183  }
3184  
3185  .fa-js:before {
3186    content: "\f3b8";
3187  }
3188  
3189  .fa-js-square:before {
3190    content: "\f3b9";
3191  }
3192  
3193  .fa-jsfiddle:before {
3194    content: "\f1cc";
3195  }
3196  
3197  .fa-kaaba:before {
3198    content: "\f66b";
3199  }
3200  
3201  .fa-kaggle:before {
3202    content: "\f5fa";
3203  }
3204  
3205  .fa-key:before {
3206    content: "\f084";
3207  }
3208  
3209  .fa-keybase:before {
3210    content: "\f4f5";
3211  }
3212  
3213  .fa-keyboard:before {
3214    content: "\f11c";
3215  }
3216  
3217  .fa-keycdn:before {
3218    content: "\f3ba";
3219  }
3220  
3221  .fa-khanda:before {
3222    content: "\f66d";
3223  }
3224  
3225  .fa-kickstarter:before {
3226    content: "\f3bb";
3227  }
3228  
3229  .fa-kickstarter-k:before {
3230    content: "\f3bc";
3231  }
3232  
3233  .fa-kiss:before {
3234    content: "\f596";
3235  }
3236  
3237  .fa-kiss-beam:before {
3238    content: "\f597";
3239  }
3240  
3241  .fa-kiss-wink-heart:before {
3242    content: "\f598";
3243  }
3244  
3245  .fa-kiwi-bird:before {
3246    content: "\f535";
3247  }
3248  
3249  .fa-korvue:before {
3250    content: "\f42f";
3251  }
3252  
3253  .fa-landmark:before {
3254    content: "\f66f";
3255  }
3256  
3257  .fa-language:before {
3258    content: "\f1ab";
3259  }
3260  
3261  .fa-laptop:before {
3262    content: "\f109";
3263  }
3264  
3265  .fa-laptop-code:before {
3266    content: "\f5fc";
3267  }
3268  
3269  .fa-laptop-house:before {
3270    content: "\e066";
3271  }
3272  
3273  .fa-laptop-medical:before {
3274    content: "\f812";
3275  }
3276  
3277  .fa-laravel:before {
3278    content: "\f3bd";
3279  }
3280  
3281  .fa-lastfm:before {
3282    content: "\f202";
3283  }
3284  
3285  .fa-lastfm-square:before {
3286    content: "\f203";
3287  }
3288  
3289  .fa-laugh:before {
3290    content: "\f599";
3291  }
3292  
3293  .fa-laugh-beam:before {
3294    content: "\f59a";
3295  }
3296  
3297  .fa-laugh-squint:before {
3298    content: "\f59b";
3299  }
3300  
3301  .fa-laugh-wink:before {
3302    content: "\f59c";
3303  }
3304  
3305  .fa-layer-group:before {
3306    content: "\f5fd";
3307  }
3308  
3309  .fa-leaf:before {
3310    content: "\f06c";
3311  }
3312  
3313  .fa-leanpub:before {
3314    content: "\f212";
3315  }
3316  
3317  .fa-lemon:before {
3318    content: "\f094";
3319  }
3320  
3321  .fa-less:before {
3322    content: "\f41d";
3323  }
3324  
3325  .fa-less-than:before {
3326    content: "\f536";
3327  }
3328  
3329  .fa-less-than-equal:before {
3330    content: "\f537";
3331  }
3332  
3333  .fa-level-down-alt:before {
3334    content: "\f3be";
3335  }
3336  
3337  .fa-level-up-alt:before {
3338    content: "\f3bf";
3339  }
3340  
3341  .fa-life-ring:before {
3342    content: "\f1cd";
3343  }
3344  
3345  .fa-lightbulb:before {
3346    content: "\f0eb";
3347  }
3348  
3349  .fa-line:before {
3350    content: "\f3c0";
3351  }
3352  
3353  .fa-link:before {
3354    content: "\f0c1";
3355  }
3356  
3357  .fa-linkedin:before {
3358    content: "\f08c";
3359  }
3360  
3361  .fa-linkedin-in:before {
3362    content: "\f0e1";
3363  }
3364  
3365  .fa-linode:before {
3366    content: "\f2b8";
3367  }
3368  
3369  .fa-linux:before {
3370    content: "\f17c";
3371  }
3372  
3373  .fa-lira-sign:before {
3374    content: "\f195";
3375  }
3376  
3377  .fa-list:before {
3378    content: "\f03a";
3379  }
3380  
3381  .fa-list-alt:before {
3382    content: "\f022";
3383  }
3384  
3385  .fa-list-ol:before {
3386    content: "\f0cb";
3387  }
3388  
3389  .fa-list-ul:before {
3390    content: "\f0ca";
3391  }
3392  
3393  .fa-location-arrow:before {
3394    content: "\f124";
3395  }
3396  
3397  .fa-lock:before {
3398    content: "\f023";
3399  }
3400  
3401  .fa-lock-open:before {
3402    content: "\f3c1";
3403  }
3404  
3405  .fa-long-arrow-alt-down:before {
3406    content: "\f309";
3407  }
3408  
3409  .fa-long-arrow-alt-left:before {
3410    content: "\f30a";
3411  }
3412  
3413  .fa-long-arrow-alt-right:before {
3414    content: "\f30b";
3415  }
3416  
3417  .fa-long-arrow-alt-up:before {
3418    content: "\f30c";
3419  }
3420  
3421  .fa-low-vision:before {
3422    content: "\f2a8";
3423  }
3424  
3425  .fa-luggage-cart:before {
3426    content: "\f59d";
3427  }
3428  
3429  .fa-lungs:before {
3430    content: "\f604";
3431  }
3432  
3433  .fa-lungs-virus:before {
3434    content: "\e067";
3435  }
3436  
3437  .fa-lyft:before {
3438    content: "\f3c3";
3439  }
3440  
3441  .fa-magento:before {
3442    content: "\f3c4";
3443  }
3444  
3445  .fa-magic:before {
3446    content: "\f0d0";
3447  }
3448  
3449  .fa-magnet:before {
3450    content: "\f076";
3451  }
3452  
3453  .fa-mail-bulk:before {
3454    content: "\f674";
3455  }
3456  
3457  .fa-mailchimp:before {
3458    content: "\f59e";
3459  }
3460  
3461  .fa-male:before {
3462    content: "\f183";
3463  }
3464  
3465  .fa-mandalorian:before {
3466    content: "\f50f";
3467  }
3468  
3469  .fa-map:before {
3470    content: "\f279";
3471  }
3472  
3473  .fa-map-marked:before {
3474    content: "\f59f";
3475  }
3476  
3477  .fa-map-marked-alt:before {
3478    content: "\f5a0";
3479  }
3480  
3481  .fa-map-marker:before {
3482    content: "\f041";
3483  }
3484  
3485  .fa-map-marker-alt:before {
3486    content: "\f3c5";
3487  }
3488  
3489  .fa-map-pin:before {
3490    content: "\f276";
3491  }
3492  
3493  .fa-map-signs:before {
3494    content: "\f277";
3495  }
3496  
3497  .fa-markdown:before {
3498    content: "\f60f";
3499  }
3500  
3501  .fa-marker:before {
3502    content: "\f5a1";
3503  }
3504  
3505  .fa-mars:before {
3506    content: "\f222";
3507  }
3508  
3509  .fa-mars-double:before {
3510    content: "\f227";
3511  }
3512  
3513  .fa-mars-stroke:before {
3514    content: "\f229";
3515  }
3516  
3517  .fa-mars-stroke-h:before {
3518    content: "\f22b";
3519  }
3520  
3521  .fa-mars-stroke-v:before {
3522    content: "\f22a";
3523  }
3524  
3525  .fa-mask:before {
3526    content: "\f6fa";
3527  }
3528  
3529  .fa-mastodon:before {
3530    content: "\f4f6";
3531  }
3532  
3533  .fa-maxcdn:before {
3534    content: "\f136";
3535  }
3536  
3537  .fa-mdb:before {
3538    content: "\f8ca";
3539  }
3540  
3541  .fa-medal:before {
3542    content: "\f5a2";
3543  }
3544  
3545  .fa-medapps:before {
3546    content: "\f3c6";
3547  }
3548  
3549  .fa-medium:before {
3550    content: "\f23a";
3551  }
3552  
3553  .fa-medium-m:before {
3554    content: "\f3c7";
3555  }
3556  
3557  .fa-medkit:before {
3558    content: "\f0fa";
3559  }
3560  
3561  .fa-medrt:before {
3562    content: "\f3c8";
3563  }
3564  
3565  .fa-meetup:before {
3566    content: "\f2e0";
3567  }
3568  
3569  .fa-megaport:before {
3570    content: "\f5a3";
3571  }
3572  
3573  .fa-meh:before {
3574    content: "\f11a";
3575  }
3576  
3577  .fa-meh-blank:before {
3578    content: "\f5a4";
3579  }
3580  
3581  .fa-meh-rolling-eyes:before {
3582    content: "\f5a5";
3583  }
3584  
3585  .fa-memory:before {
3586    content: "\f538";
3587  }
3588  
3589  .fa-mendeley:before {
3590    content: "\f7b3";
3591  }
3592  
3593  .fa-menorah:before {
3594    content: "\f676";
3595  }
3596  
3597  .fa-mercury:before {
3598    content: "\f223";
3599  }
3600  
3601  .fa-meteor:before {
3602    content: "\f753";
3603  }
3604  
3605  .fa-microblog:before {
3606    content: "\e01a";
3607  }
3608  
3609  .fa-microchip:before {
3610    content: "\f2db";
3611  }
3612  
3613  .fa-microphone:before {
3614    content: "\f130";
3615  }
3616  
3617  .fa-microphone-alt:before {
3618    content: "\f3c9";
3619  }
3620  
3621  .fa-microphone-alt-slash:before {
3622    content: "\f539";
3623  }
3624  
3625  .fa-microphone-slash:before {
3626    content: "\f131";
3627  }
3628  
3629  .fa-microscope:before {
3630    content: "\f610";
3631  }
3632  
3633  .fa-microsoft:before {
3634    content: "\f3ca";
3635  }
3636  
3637  .fa-minus:before {
3638    content: "\f068";
3639  }
3640  
3641  .fa-minus-circle:before {
3642    content: "\f056";
3643  }
3644  
3645  .fa-minus-square:before {
3646    content: "\f146";
3647  }
3648  
3649  .fa-mitten:before {
3650    content: "\f7b5";
3651  }
3652  
3653  .fa-mix:before {
3654    content: "\f3cb";
3655  }
3656  
3657  .fa-mixcloud:before {
3658    content: "\f289";
3659  }
3660  
3661  .fa-mixer:before {
3662    content: "\e056";
3663  }
3664  
3665  .fa-mizuni:before {
3666    content: "\f3cc";
3667  }
3668  
3669  .fa-mobile:before {
3670    content: "\f10b";
3671  }
3672  
3673  .fa-mobile-alt:before {
3674    content: "\f3cd";
3675  }
3676  
3677  .fa-modx:before {
3678    content: "\f285";
3679  }
3680  
3681  .fa-monero:before {
3682    content: "\f3d0";
3683  }
3684  
3685  .fa-money-bill:before {
3686    content: "\f0d6";
3687  }
3688  
3689  .fa-money-bill-alt:before {
3690    content: "\f3d1";
3691  }
3692  
3693  .fa-money-bill-wave:before {
3694    content: "\f53a";
3695  }
3696  
3697  .fa-money-bill-wave-alt:before {
3698    content: "\f53b";
3699  }
3700  
3701  .fa-money-check:before {
3702    content: "\f53c";
3703  }
3704  
3705  .fa-money-check-alt:before {
3706    content: "\f53d";
3707  }
3708  
3709  .fa-monument:before {
3710    content: "\f5a6";
3711  }
3712  
3713  .fa-moon:before {
3714    content: "\f186";
3715  }
3716  
3717  .fa-mortar-pestle:before {
3718    content: "\f5a7";
3719  }
3720  
3721  .fa-mosque:before {
3722    content: "\f678";
3723  }
3724  
3725  .fa-motorcycle:before {
3726    content: "\f21c";
3727  }
3728  
3729  .fa-mountain:before {
3730    content: "\f6fc";
3731  }
3732  
3733  .fa-mouse:before {
3734    content: "\f8cc";
3735  }
3736  
3737  .fa-mouse-pointer:before {
3738    content: "\f245";
3739  }
3740  
3741  .fa-mug-hot:before {
3742    content: "\f7b6";
3743  }
3744  
3745  .fa-music:before {
3746    content: "\f001";
3747  }
3748  
3749  .fa-napster:before {
3750    content: "\f3d2";
3751  }
3752  
3753  .fa-neos:before {
3754    content: "\f612";
3755  }
3756  
3757  .fa-network-wired:before {
3758    content: "\f6ff";
3759  }
3760  
3761  .fa-neuter:before {
3762    content: "\f22c";
3763  }
3764  
3765  .fa-newspaper:before {
3766    content: "\f1ea";
3767  }
3768  
3769  .fa-nimblr:before {
3770    content: "\f5a8";
3771  }
3772  
3773  .fa-node:before {
3774    content: "\f419";
3775  }
3776  
3777  .fa-node-js:before {
3778    content: "\f3d3";
3779  }
3780  
3781  .fa-not-equal:before {
3782    content: "\f53e";
3783  }
3784  
3785  .fa-notes-medical:before {
3786    content: "\f481";
3787  }
3788  
3789  .fa-npm:before {
3790    content: "\f3d4";
3791  }
3792  
3793  .fa-ns8:before {
3794    content: "\f3d5";
3795  }
3796  
3797  .fa-nutritionix:before {
3798    content: "\f3d6";
3799  }
3800  
3801  .fa-object-group:before {
3802    content: "\f247";
3803  }
3804  
3805  .fa-object-ungroup:before {
3806    content: "\f248";
3807  }
3808  
3809  .fa-octopus-deploy:before {
3810    content: "\e082";
3811  }
3812  
3813  .fa-odnoklassniki:before {
3814    content: "\f263";
3815  }
3816  
3817  .fa-odnoklassniki-square:before {
3818    content: "\f264";
3819  }
3820  
3821  .fa-oil-can:before {
3822    content: "\f613";
3823  }
3824  
3825  .fa-old-republic:before {
3826    content: "\f510";
3827  }
3828  
3829  .fa-om:before {
3830    content: "\f679";
3831  }
3832  
3833  .fa-opencart:before {
3834    content: "\f23d";
3835  }
3836  
3837  .fa-openid:before {
3838    content: "\f19b";
3839  }
3840  
3841  .fa-opera:before {
3842    content: "\f26a";
3843  }
3844  
3845  .fa-optin-monster:before {
3846    content: "\f23c";
3847  }
3848  
3849  .fa-orcid:before {
3850    content: "\f8d2";
3851  }
3852  
3853  .fa-osi:before {
3854    content: "\f41a";
3855  }
3856  
3857  .fa-otter:before {
3858    content: "\f700";
3859  }
3860  
3861  .fa-outdent:before {
3862    content: "\f03b";
3863  }
3864  
3865  .fa-page4:before {
3866    content: "\f3d7";
3867  }
3868  
3869  .fa-pagelines:before {
3870    content: "\f18c";
3871  }
3872  
3873  .fa-pager:before {
3874    content: "\f815";
3875  }
3876  
3877  .fa-paint-brush:before {
3878    content: "\f1fc";
3879  }
3880  
3881  .fa-paint-roller:before {
3882    content: "\f5aa";
3883  }
3884  
3885  .fa-palette:before {
3886    content: "\f53f";
3887  }
3888  
3889  .fa-palfed:before {
3890    content: "\f3d8";
3891  }
3892  
3893  .fa-pallet:before {
3894    content: "\f482";
3895  }
3896  
3897  .fa-paper-plane:before {
3898    content: "\f1d8";
3899  }
3900  
3901  .fa-paperclip:before {
3902    content: "\f0c6";
3903  }
3904  
3905  .fa-parachute-box:before {
3906    content: "\f4cd";
3907  }
3908  
3909  .fa-paragraph:before {
3910    content: "\f1dd";
3911  }
3912  
3913  .fa-parking:before {
3914    content: "\f540";
3915  }
3916  
3917  .fa-passport:before {
3918    content: "\f5ab";
3919  }
3920  
3921  .fa-pastafarianism:before {
3922    content: "\f67b";
3923  }
3924  
3925  .fa-paste:before {
3926    content: "\f0ea";
3927  }
3928  
3929  .fa-patreon:before {
3930    content: "\f3d9";
3931  }
3932  
3933  .fa-pause:before {
3934    content: "\f04c";
3935  }
3936  
3937  .fa-pause-circle:before {
3938    content: "\f28b";
3939  }
3940  
3941  .fa-paw:before {
3942    content: "\f1b0";
3943  }
3944  
3945  .fa-paypal:before {
3946    content: "\f1ed";
3947  }
3948  
3949  .fa-peace:before {
3950    content: "\f67c";
3951  }
3952  
3953  .fa-pen:before {
3954    content: "\f304";
3955  }
3956  
3957  .fa-pen-alt:before {
3958    content: "\f305";
3959  }
3960  
3961  .fa-pen-fancy:before {
3962    content: "\f5ac";
3963  }
3964  
3965  .fa-pen-nib:before {
3966    content: "\f5ad";
3967  }
3968  
3969  .fa-pen-square:before {
3970    content: "\f14b";
3971  }
3972  
3973  .fa-pencil-alt:before {
3974    content: "\f303";
3975  }
3976  
3977  .fa-pencil-ruler:before {
3978    content: "\f5ae";
3979  }
3980  
3981  .fa-penny-arcade:before {
3982    content: "\f704";
3983  }
3984  
3985  .fa-people-arrows:before {
3986    content: "\e068";
3987  }
3988  
3989  .fa-people-carry:before {
3990    content: "\f4ce";
3991  }
3992  
3993  .fa-pepper-hot:before {
3994    content: "\f816";
3995  }
3996  
3997  .fa-perbyte:before {
3998    content: "\e083";
3999  }
4000  
4001  .fa-percent:before {
4002    content: "\f295";
4003  }
4004  
4005  .fa-percentage:before {
4006    content: "\f541";
4007  }
4008  
4009  .fa-periscope:before {
4010    content: "\f3da";
4011  }
4012  
4013  .fa-person-booth:before {
4014    content: "\f756";
4015  }
4016  
4017  .fa-phabricator:before {
4018    content: "\f3db";
4019  }
4020  
4021  .fa-phoenix-framework:before {
4022    content: "\f3dc";
4023  }
4024  
4025  .fa-phoenix-squadron:before {
4026    content: "\f511";
4027  }
4028  
4029  .fa-phone:before {
4030    content: "\f095";
4031  }
4032  
4033  .fa-phone-alt:before {
4034    content: "\f879";
4035  }
4036  
4037  .fa-phone-slash:before {
4038    content: "\f3dd";
4039  }
4040  
4041  .fa-phone-square:before {
4042    content: "\f098";
4043  }
4044  
4045  .fa-phone-square-alt:before {
4046    content: "\f87b";
4047  }
4048  
4049  .fa-phone-volume:before {
4050    content: "\f2a0";
4051  }
4052  
4053  .fa-photo-video:before {
4054    content: "\f87c";
4055  }
4056  
4057  .fa-php:before {
4058    content: "\f457";
4059  }
4060  
4061  .fa-pied-piper:before {
4062    content: "\f2ae";
4063  }
4064  
4065  .fa-pied-piper-alt:before {
4066    content: "\f1a8";
4067  }
4068  
4069  .fa-pied-piper-hat:before {
4070    content: "\f4e5";
4071  }
4072  
4073  .fa-pied-piper-pp:before {
4074    content: "\f1a7";
4075  }
4076  
4077  .fa-pied-piper-square:before {
4078    content: "\e01e";
4079  }
4080  
4081  .fa-piggy-bank:before {
4082    content: "\f4d3";
4083  }
4084  
4085  .fa-pills:before {
4086    content: "\f484";
4087  }
4088  
4089  .fa-pinterest:before {
4090    content: "\f0d2";
4091  }
4092  
4093  .fa-pinterest-p:before {
4094    content: "\f231";
4095  }
4096  
4097  .fa-pinterest-square:before {
4098    content: "\f0d3";
4099  }
4100  
4101  .fa-pizza-slice:before {
4102    content: "\f818";
4103  }
4104  
4105  .fa-place-of-worship:before {
4106    content: "\f67f";
4107  }
4108  
4109  .fa-plane:before {
4110    content: "\f072";
4111  }
4112  
4113  .fa-plane-arrival:before {
4114    content: "\f5af";
4115  }
4116  
4117  .fa-plane-departure:before {
4118    content: "\f5b0";
4119  }
4120  
4121  .fa-plane-slash:before {
4122    content: "\e069";
4123  }
4124  
4125  .fa-play:before {
4126    content: "\f04b";
4127  }
4128  
4129  .fa-play-circle:before {
4130    content: "\f144";
4131  }
4132  
4133  .fa-playstation:before {
4134    content: "\f3df";
4135  }
4136  
4137  .fa-plug:before {
4138    content: "\f1e6";
4139  }
4140  
4141  .fa-plus:before {
4142    content: "\f067";
4143  }
4144  
4145  .fa-plus-circle:before {
4146    content: "\f055";
4147  }
4148  
4149  .fa-plus-square:before {
4150    content: "\f0fe";
4151  }
4152  
4153  .fa-podcast:before {
4154    content: "\f2ce";
4155  }
4156  
4157  .fa-poll:before {
4158    content: "\f681";
4159  }
4160  
4161  .fa-poll-h:before {
4162    content: "\f682";
4163  }
4164  
4165  .fa-poo:before {
4166    content: "\f2fe";
4167  }
4168  
4169  .fa-poo-storm:before {
4170    content: "\f75a";
4171  }
4172  
4173  .fa-poop:before {
4174    content: "\f619";
4175  }
4176  
4177  .fa-portrait:before {
4178    content: "\f3e0";
4179  }
4180  
4181  .fa-pound-sign:before {
4182    content: "\f154";
4183  }
4184  
4185  .fa-power-off:before {
4186    content: "\f011";
4187  }
4188  
4189  .fa-pray:before {
4190    content: "\f683";
4191  }
4192  
4193  .fa-praying-hands:before {
4194    content: "\f684";
4195  }
4196  
4197  .fa-prescription:before {
4198    content: "\f5b1";
4199  }
4200  
4201  .fa-prescription-bottle:before {
4202    content: "\f485";
4203  }
4204  
4205  .fa-prescription-bottle-alt:before {
4206    content: "\f486";
4207  }
4208  
4209  .fa-print:before {
4210    content: "\f02f";
4211  }
4212  
4213  .fa-procedures:before {
4214    content: "\f487";
4215  }
4216  
4217  .fa-product-hunt:before {
4218    content: "\f288";
4219  }
4220  
4221  .fa-project-diagram:before {
4222    content: "\f542";
4223  }
4224  
4225  .fa-pump-medical:before {
4226    content: "\e06a";
4227  }
4228  
4229  .fa-pump-soap:before {
4230    content: "\e06b";
4231  }
4232  
4233  .fa-pushed:before {
4234    content: "\f3e1";
4235  }
4236  
4237  .fa-puzzle-piece:before {
4238    content: "\f12e";
4239  }
4240  
4241  .fa-python:before {
4242    content: "\f3e2";
4243  }
4244  
4245  .fa-qq:before {
4246    content: "\f1d6";
4247  }
4248  
4249  .fa-qrcode:before {
4250    content: "\f029";
4251  }
4252  
4253  .fa-question:before {
4254    content: "\f128";
4255  }
4256  
4257  .fa-question-circle:before {
4258    content: "\f059";
4259  }
4260  
4261  .fa-quidditch:before {
4262    content: "\f458";
4263  }
4264  
4265  .fa-quinscape:before {
4266    content: "\f459";
4267  }
4268  
4269  .fa-quora:before {
4270    content: "\f2c4";
4271  }
4272  
4273  .fa-quote-left:before {
4274    content: "\f10d";
4275  }
4276  
4277  .fa-quote-right:before {
4278    content: "\f10e";
4279  }
4280  
4281  .fa-quran:before {
4282    content: "\f687";
4283  }
4284  
4285  .fa-r-project:before {
4286    content: "\f4f7";
4287  }
4288  
4289  .fa-radiation:before {
4290    content: "\f7b9";
4291  }
4292  
4293  .fa-radiation-alt:before {
4294    content: "\f7ba";
4295  }
4296  
4297  .fa-rainbow:before {
4298    content: "\f75b";
4299  }
4300  
4301  .fa-random:before {
4302    content: "\f074";
4303  }
4304  
4305  .fa-raspberry-pi:before {
4306    content: "\f7bb";
4307  }
4308  
4309  .fa-ravelry:before {
4310    content: "\f2d9";
4311  }
4312  
4313  .fa-react:before {
4314    content: "\f41b";
4315  }
4316  
4317  .fa-reacteurope:before {
4318    content: "\f75d";
4319  }
4320  
4321  .fa-readme:before {
4322    content: "\f4d5";
4323  }
4324  
4325  .fa-rebel:before {
4326    content: "\f1d0";
4327  }
4328  
4329  .fa-receipt:before {
4330    content: "\f543";
4331  }
4332  
4333  .fa-record-vinyl:before {
4334    content: "\f8d9";
4335  }
4336  
4337  .fa-recycle:before {
4338    content: "\f1b8";
4339  }
4340  
4341  .fa-red-river:before {
4342    content: "\f3e3";
4343  }
4344  
4345  .fa-reddit:before {
4346    content: "\f1a1";
4347  }
4348  
4349  .fa-reddit-alien:before {
4350    content: "\f281";
4351  }
4352  
4353  .fa-reddit-square:before {
4354    content: "\f1a2";
4355  }
4356  
4357  .fa-redhat:before {
4358    content: "\f7bc";
4359  }
4360  
4361  .fa-redo:before {
4362    content: "\f01e";
4363  }
4364  
4365  .fa-redo-alt:before {
4366    content: "\f2f9";
4367  }
4368  
4369  .fa-registered:before {
4370    content: "\f25d";
4371  }
4372  
4373  .fa-remove-format:before {
4374    content: "\f87d";
4375  }
4376  
4377  .fa-renren:before {
4378    content: "\f18b";
4379  }
4380  
4381  .fa-reply:before {
4382    content: "\f3e5";
4383  }
4384  
4385  .fa-reply-all:before {
4386    content: "\f122";
4387  }
4388  
4389  .fa-replyd:before {
4390    content: "\f3e6";
4391  }
4392  
4393  .fa-republican:before {
4394    content: "\f75e";
4395  }
4396  
4397  .fa-researchgate:before {
4398    content: "\f4f8";
4399  }
4400  
4401  .fa-resolving:before {
4402    content: "\f3e7";
4403  }
4404  
4405  .fa-restroom:before {
4406    content: "\f7bd";
4407  }
4408  
4409  .fa-retweet:before {
4410    content: "\f079";
4411  }
4412  
4413  .fa-rev:before {
4414    content: "\f5b2";
4415  }
4416  
4417  .fa-ribbon:before {
4418    content: "\f4d6";
4419  }
4420  
4421  .fa-ring:before {
4422    content: "\f70b";
4423  }
4424  
4425  .fa-road:before {
4426    content: "\f018";
4427  }
4428  
4429  .fa-robot:before {
4430    content: "\f544";
4431  }
4432  
4433  .fa-rocket:before {
4434    content: "\f135";
4435  }
4436  
4437  .fa-rocketchat:before {
4438    content: "\f3e8";
4439  }
4440  
4441  .fa-rockrms:before {
4442    content: "\f3e9";
4443  }
4444  
4445  .fa-route:before {
4446    content: "\f4d7";
4447  }
4448  
4449  .fa-rss:before {
4450    content: "\f09e";
4451  }
4452  
4453  .fa-rss-square:before {
4454    content: "\f143";
4455  }
4456  
4457  .fa-ruble-sign:before {
4458    content: "\f158";
4459  }
4460  
4461  .fa-ruler:before {
4462    content: "\f545";
4463  }
4464  
4465  .fa-ruler-combined:before {
4466    content: "\f546";
4467  }
4468  
4469  .fa-ruler-horizontal:before {
4470    content: "\f547";
4471  }
4472  
4473  .fa-ruler-vertical:before {
4474    content: "\f548";
4475  }
4476  
4477  .fa-running:before {
4478    content: "\f70c";
4479  }
4480  
4481  .fa-rupee-sign:before {
4482    content: "\f156";
4483  }
4484  
4485  .fa-rust:before {
4486    content: "\e07a";
4487  }
4488  
4489  .fa-sad-cry:before {
4490    content: "\f5b3";
4491  }
4492  
4493  .fa-sad-tear:before {
4494    content: "\f5b4";
4495  }
4496  
4497  .fa-safari:before {
4498    content: "\f267";
4499  }
4500  
4501  .fa-salesforce:before {
4502    content: "\f83b";
4503  }
4504  
4505  .fa-sass:before {
4506    content: "\f41e";
4507  }
4508  
4509  .fa-satellite:before {
4510    content: "\f7bf";
4511  }
4512  
4513  .fa-satellite-dish:before {
4514    content: "\f7c0";
4515  }
4516  
4517  .fa-save:before {
4518    content: "\f0c7";
4519  }
4520  
4521  .fa-schlix:before {
4522    content: "\f3ea";
4523  }
4524  
4525  .fa-school:before {
4526    content: "\f549";
4527  }
4528  
4529  .fa-screwdriver:before {
4530    content: "\f54a";
4531  }
4532  
4533  .fa-scribd:before {
4534    content: "\f28a";
4535  }
4536  
4537  .fa-scroll:before {
4538    content: "\f70e";
4539  }
4540  
4541  .fa-sd-card:before {
4542    content: "\f7c2";
4543  }
4544  
4545  .fa-search:before {
4546    content: "\f002";
4547  }
4548  
4549  .fa-search-dollar:before {
4550    content: "\f688";
4551  }
4552  
4553  .fa-search-location:before {
4554    content: "\f689";
4555  }
4556  
4557  .fa-search-minus:before {
4558    content: "\f010";
4559  }
4560  
4561  .fa-search-plus:before {
4562    content: "\f00e";
4563  }
4564  
4565  .fa-searchengin:before {
4566    content: "\f3eb";
4567  }
4568  
4569  .fa-seedling:before {
4570    content: "\f4d8";
4571  }
4572  
4573  .fa-sellcast:before {
4574    content: "\f2da";
4575  }
4576  
4577  .fa-sellsy:before {
4578    content: "\f213";
4579  }
4580  
4581  .fa-server:before {
4582    content: "\f233";
4583  }
4584  
4585  .fa-servicestack:before {
4586    content: "\f3ec";
4587  }
4588  
4589  .fa-shapes:before {
4590    content: "\f61f";
4591  }
4592  
4593  .fa-share:before {
4594    content: "\f064";
4595  }
4596  
4597  .fa-share-alt:before {
4598    content: "\f1e0";
4599  }
4600  
4601  .fa-share-alt-square:before {
4602    content: "\f1e1";
4603  }
4604  
4605  .fa-share-square:before {
4606    content: "\f14d";
4607  }
4608  
4609  .fa-shekel-sign:before {
4610    content: "\f20b";
4611  }
4612  
4613  .fa-shield-alt:before {
4614    content: "\f3ed";
4615  }
4616  
4617  .fa-shield-virus:before {
4618    content: "\e06c";
4619  }
4620  
4621  .fa-ship:before {
4622    content: "\f21a";
4623  }
4624  
4625  .fa-shipping-fast:before {
4626    content: "\f48b";
4627  }
4628  
4629  .fa-shirtsinbulk:before {
4630    content: "\f214";
4631  }
4632  
4633  .fa-shoe-prints:before {
4634    content: "\f54b";
4635  }
4636  
4637  .fa-shopify:before {
4638    content: "\e057";
4639  }
4640  
4641  .fa-shopping-bag:before {
4642    content: "\f290";
4643  }
4644  
4645  .fa-shopping-basket:before {
4646    content: "\f291";
4647  }
4648  
4649  .fa-shopping-cart:before {
4650    content: "\f07a";
4651  }
4652  
4653  .fa-shopware:before {
4654    content: "\f5b5";
4655  }
4656  
4657  .fa-shower:before {
4658    content: "\f2cc";
4659  }
4660  
4661  .fa-shuttle-van:before {
4662    content: "\f5b6";
4663  }
4664  
4665  .fa-sign:before {
4666    content: "\f4d9";
4667  }
4668  
4669  .fa-sign-in-alt:before {
4670    content: "\f2f6";
4671  }
4672  
4673  .fa-sign-language:before {
4674    content: "\f2a7";
4675  }
4676  
4677  .fa-sign-out-alt:before {
4678    content: "\f2f5";
4679  }
4680  
4681  .fa-signal:before {
4682    content: "\f012";
4683  }
4684  
4685  .fa-signature:before {
4686    content: "\f5b7";
4687  }
4688  
4689  .fa-sim-card:before {
4690    content: "\f7c4";
4691  }
4692  
4693  .fa-simplybuilt:before {
4694    content: "\f215";
4695  }
4696  
4697  .fa-sink:before {
4698    content: "\e06d";
4699  }
4700  
4701  .fa-sistrix:before {
4702    content: "\f3ee";
4703  }
4704  
4705  .fa-sitemap:before {
4706    content: "\f0e8";
4707  }
4708  
4709  .fa-sith:before {
4710    content: "\f512";
4711  }
4712  
4713  .fa-skating:before {
4714    content: "\f7c5";
4715  }
4716  
4717  .fa-sketch:before {
4718    content: "\f7c6";
4719  }
4720  
4721  .fa-skiing:before {
4722    content: "\f7c9";
4723  }
4724  
4725  .fa-skiing-nordic:before {
4726    content: "\f7ca";
4727  }
4728  
4729  .fa-skull:before {
4730    content: "\f54c";
4731  }
4732  
4733  .fa-skull-crossbones:before {
4734    content: "\f714";
4735  }
4736  
4737  .fa-skyatlas:before {
4738    content: "\f216";
4739  }
4740  
4741  .fa-skype:before {
4742    content: "\f17e";
4743  }
4744  
4745  .fa-slack:before {
4746    content: "\f198";
4747  }
4748  
4749  .fa-slack-hash:before {
4750    content: "\f3ef";
4751  }
4752  
4753  .fa-slash:before {
4754    content: "\f715";
4755  }
4756  
4757  .fa-sleigh:before {
4758    content: "\f7cc";
4759  }
4760  
4761  .fa-sliders-h:before {
4762    content: "\f1de";
4763  }
4764  
4765  .fa-slideshare:before {
4766    content: "\f1e7";
4767  }
4768  
4769  .fa-smile:before {
4770    content: "\f118";
4771  }
4772  
4773  .fa-smile-beam:before {
4774    content: "\f5b8";
4775  }
4776  
4777  .fa-smile-wink:before {
4778    content: "\f4da";
4779  }
4780  
4781  .fa-smog:before {
4782    content: "\f75f";
4783  }
4784  
4785  .fa-smoking:before {
4786    content: "\f48d";
4787  }
4788  
4789  .fa-smoking-ban:before {
4790    content: "\f54d";
4791  }
4792  
4793  .fa-sms:before {
4794    content: "\f7cd";
4795  }
4796  
4797  .fa-snapchat:before {
4798    content: "\f2ab";
4799  }
4800  
4801  .fa-snapchat-ghost:before {
4802    content: "\f2ac";
4803  }
4804  
4805  .fa-snapchat-square:before {
4806    content: "\f2ad";
4807  }
4808  
4809  .fa-snowboarding:before {
4810    content: "\f7ce";
4811  }
4812  
4813  .fa-snowflake:before {
4814    content: "\f2dc";
4815  }
4816  
4817  .fa-snowman:before {
4818    content: "\f7d0";
4819  }
4820  
4821  .fa-snowplow:before {
4822    content: "\f7d2";
4823  }
4824  
4825  .fa-soap:before {
4826    content: "\e06e";
4827  }
4828  
4829  .fa-socks:before {
4830    content: "\f696";
4831  }
4832  
4833  .fa-solar-panel:before {
4834    content: "\f5ba";
4835  }
4836  
4837  .fa-sort:before {
4838    content: "\f0dc";
4839  }
4840  
4841  .fa-sort-alpha-down:before {
4842    content: "\f15d";
4843  }
4844  
4845  .fa-sort-alpha-down-alt:before {
4846    content: "\f881";
4847  }
4848  
4849  .fa-sort-alpha-up:before {
4850    content: "\f15e";
4851  }
4852  
4853  .fa-sort-alpha-up-alt:before {
4854    content: "\f882";
4855  }
4856  
4857  .fa-sort-amount-down:before {
4858    content: "\f160";
4859  }
4860  
4861  .fa-sort-amount-down-alt:before {
4862    content: "\f884";
4863  }
4864  
4865  .fa-sort-amount-up:before {
4866    content: "\f161";
4867  }
4868  
4869  .fa-sort-amount-up-alt:before {
4870    content: "\f885";
4871  }
4872  
4873  .fa-sort-down:before {
4874    content: "\f0dd";
4875  }
4876  
4877  .fa-sort-numeric-down:before {
4878    content: "\f162";
4879  }
4880  
4881  .fa-sort-numeric-down-alt:before {
4882    content: "\f886";
4883  }
4884  
4885  .fa-sort-numeric-up:before {
4886    content: "\f163";
4887  }
4888  
4889  .fa-sort-numeric-up-alt:before {
4890    content: "\f887";
4891  }
4892  
4893  .fa-sort-up:before {
4894    content: "\f0de";
4895  }
4896  
4897  .fa-soundcloud:before {
4898    content: "\f1be";
4899  }
4900  
4901  .fa-sourcetree:before {
4902    content: "\f7d3";
4903  }
4904  
4905  .fa-spa:before {
4906    content: "\f5bb";
4907  }
4908  
4909  .fa-space-shuttle:before {
4910    content: "\f197";
4911  }
4912  
4913  .fa-speakap:before {
4914    content: "\f3f3";
4915  }
4916  
4917  .fa-speaker-deck:before {
4918    content: "\f83c";
4919  }
4920  
4921  .fa-spell-check:before {
4922    content: "\f891";
4923  }
4924  
4925  .fa-spider:before {
4926    content: "\f717";
4927  }
4928  
4929  .fa-spinner:before {
4930    content: "\f110";
4931  }
4932  
4933  .fa-splotch:before {
4934    content: "\f5bc";
4935  }
4936  
4937  .fa-spotify:before {
4938    content: "\f1bc";
4939  }
4940  
4941  .fa-spray-can:before {
4942    content: "\f5bd";
4943  }
4944  
4945  .fa-square:before {
4946    content: "\f0c8";
4947  }
4948  
4949  .fa-square-full:before {
4950    content: "\f45c";
4951  }
4952  
4953  .fa-square-root-alt:before {
4954    content: "\f698";
4955  }
4956  
4957  .fa-squarespace:before {
4958    content: "\f5be";
4959  }
4960  
4961  .fa-stack-exchange:before {
4962    content: "\f18d";
4963  }
4964  
4965  .fa-stack-overflow:before {
4966    content: "\f16c";
4967  }
4968  
4969  .fa-stackpath:before {
4970    content: "\f842";
4971  }
4972  
4973  .fa-stamp:before {
4974    content: "\f5bf";
4975  }
4976  
4977  .fa-star:before {
4978    content: "\f005";
4979  }
4980  
4981  .fa-star-and-crescent:before {
4982    content: "\f699";
4983  }
4984  
4985  .fa-star-half:before {
4986    content: "\f089";
4987  }
4988  
4989  .fa-star-half-alt:before {
4990    content: "\f5c0";
4991  }
4992  
4993  .fa-star-of-david:before {
4994    content: "\f69a";
4995  }
4996  
4997  .fa-star-of-life:before {
4998    content: "\f621";
4999  }
5000  
5001  .fa-staylinked:before {
5002    content: "\f3f5";
5003  }
5004  
5005  .fa-steam:before {
5006    content: "\f1b6";
5007  }
5008  
5009  .fa-steam-square:before {
5010    content: "\f1b7";
5011  }
5012  
5013  .fa-steam-symbol:before {
5014    content: "\f3f6";
5015  }
5016  
5017  .fa-step-backward:before {
5018    content: "\f048";
5019  }
5020  
5021  .fa-step-forward:before {
5022    content: "\f051";
5023  }
5024  
5025  .fa-stethoscope:before {
5026    content: "\f0f1";
5027  }
5028  
5029  .fa-sticker-mule:before {
5030    content: "\f3f7";
5031  }
5032  
5033  .fa-sticky-note:before {
5034    content: "\f249";
5035  }
5036  
5037  .fa-stop:before {
5038    content: "\f04d";
5039  }
5040  
5041  .fa-stop-circle:before {
5042    content: "\f28d";
5043  }
5044  
5045  .fa-stopwatch:before {
5046    content: "\f2f2";
5047  }
5048  
5049  .fa-stopwatch-20:before {
5050    content: "\e06f";
5051  }
5052  
5053  .fa-store:before {
5054    content: "\f54e";
5055  }
5056  
5057  .fa-store-alt:before {
5058    content: "\f54f";
5059  }
5060  
5061  .fa-store-alt-slash:before {
5062    content: "\e070";
5063  }
5064  
5065  .fa-store-slash:before {
5066    content: "\e071";
5067  }
5068  
5069  .fa-strava:before {
5070    content: "\f428";
5071  }
5072  
5073  .fa-stream:before {
5074    content: "\f550";
5075  }
5076  
5077  .fa-street-view:before {
5078    content: "\f21d";
5079  }
5080  
5081  .fa-strikethrough:before {
5082    content: "\f0cc";
5083  }
5084  
5085  .fa-stripe:before {
5086    content: "\f429";
5087  }
5088  
5089  .fa-stripe-s:before {
5090    content: "\f42a";
5091  }
5092  
5093  .fa-stroopwafel:before {
5094    content: "\f551";
5095  }
5096  
5097  .fa-studiovinari:before {
5098    content: "\f3f8";
5099  }
5100  
5101  .fa-stumbleupon:before {
5102    content: "\f1a4";
5103  }
5104  
5105  .fa-stumbleupon-circle:before {
5106    content: "\f1a3";
5107  }
5108  
5109  .fa-subscript:before {
5110    content: "\f12c";
5111  }
5112  
5113  .fa-subway:before {
5114    content: "\f239";
5115  }
5116  
5117  .fa-suitcase:before {
5118    content: "\f0f2";
5119  }
5120  
5121  .fa-suitcase-rolling:before {
5122    content: "\f5c1";
5123  }
5124  
5125  .fa-sun:before {
5126    content: "\f185";
5127  }
5128  
5129  .fa-superpowers:before {
5130    content: "\f2dd";
5131  }
5132  
5133  .fa-superscript:before {
5134    content: "\f12b";
5135  }
5136  
5137  .fa-supple:before {
5138    content: "\f3f9";
5139  }
5140  
5141  .fa-surprise:before {
5142    content: "\f5c2";
5143  }
5144  
5145  .fa-suse:before {
5146    content: "\f7d6";
5147  }
5148  
5149  .fa-swatchbook:before {
5150    content: "\f5c3";
5151  }
5152  
5153  .fa-swift:before {
5154    content: "\f8e1";
5155  }
5156  
5157  .fa-swimmer:before {
5158    content: "\f5c4";
5159  }
5160  
5161  .fa-swimming-pool:before {
5162    content: "\f5c5";
5163  }
5164  
5165  .fa-symfony:before {
5166    content: "\f83d";
5167  }
5168  
5169  .fa-synagogue:before {
5170    content: "\f69b";
5171  }
5172  
5173  .fa-sync:before {
5174    content: "\f021";
5175  }
5176  
5177  .fa-sync-alt:before {
5178    content: "\f2f1";
5179  }
5180  
5181  .fa-syringe:before {
5182    content: "\f48e";
5183  }
5184  
5185  .fa-table:before {
5186    content: "\f0ce";
5187  }
5188  
5189  .fa-table-tennis:before {
5190    content: "\f45d";
5191  }
5192  
5193  .fa-tablet:before {
5194    content: "\f10a";
5195  }
5196  
5197  .fa-tablet-alt:before {
5198    content: "\f3fa";
5199  }
5200  
5201  .fa-tablets:before {
5202    content: "\f490";
5203  }
5204  
5205  .fa-tachometer-alt:before {
5206    content: "\f3fd";
5207  }
5208  
5209  .fa-tag:before {
5210    content: "\f02b";
5211  }
5212  
5213  .fa-tags:before {
5214    content: "\f02c";
5215  }
5216  
5217  .fa-tape:before {
5218    content: "\f4db";
5219  }
5220  
5221  .fa-tasks:before {
5222    content: "\f0ae";
5223  }
5224  
5225  .fa-taxi:before {
5226    content: "\f1ba";
5227  }
5228  
5229  .fa-teamspeak:before {
5230    content: "\f4f9";
5231  }
5232  
5233  .fa-teeth:before {
5234    content: "\f62e";
5235  }
5236  
5237  .fa-teeth-open:before {
5238    content: "\f62f";
5239  }
5240  
5241  .fa-telegram:before {
5242    content: "\f2c6";
5243  }
5244  
5245  .fa-telegram-plane:before {
5246    content: "\f3fe";
5247  }
5248  
5249  .fa-temperature-high:before {
5250    content: "\f769";
5251  }
5252  
5253  .fa-temperature-low:before {
5254    content: "\f76b";
5255  }
5256  
5257  .fa-tencent-weibo:before {
5258    content: "\f1d5";
5259  }
5260  
5261  .fa-tenge:before {
5262    content: "\f7d7";
5263  }
5264  
5265  .fa-terminal:before {
5266    content: "\f120";
5267  }
5268  
5269  .fa-text-height:before {
5270    content: "\f034";
5271  }
5272  
5273  .fa-text-width:before {
5274    content: "\f035";
5275  }
5276  
5277  .fa-th:before {
5278    content: "\f00a";
5279  }
5280  
5281  .fa-th-large:before {
5282    content: "\f009";
5283  }
5284  
5285  .fa-th-list:before {
5286    content: "\f00b";
5287  }
5288  
5289  .fa-the-red-yeti:before {
5290    content: "\f69d";
5291  }
5292  
5293  .fa-theater-masks:before {
5294    content: "\f630";
5295  }
5296  
5297  .fa-themeco:before {
5298    content: "\f5c6";
5299  }
5300  
5301  .fa-themeisle:before {
5302    content: "\f2b2";
5303  }
5304  
5305  .fa-thermometer:before {
5306    content: "\f491";
5307  }
5308  
5309  .fa-thermometer-empty:before {
5310    content: "\f2cb";
5311  }
5312  
5313  .fa-thermometer-full:before {
5314    content: "\f2c7";
5315  }
5316  
5317  .fa-thermometer-half:before {
5318    content: "\f2c9";
5319  }
5320  
5321  .fa-thermometer-quarter:before {
5322    content: "\f2ca";
5323  }
5324  
5325  .fa-thermometer-three-quarters:before {
5326    content: "\f2c8";
5327  }
5328  
5329  .fa-think-peaks:before {
5330    content: "\f731";
5331  }
5332  
5333  .fa-thumbs-down:before {
5334    content: "\f165";
5335  }
5336  
5337  .fa-thumbs-up:before {
5338    content: "\f164";
5339  }
5340  
5341  .fa-thumbtack:before {
5342    content: "\f08d";
5343  }
5344  
5345  .fa-ticket-alt:before {
5346    content: "\f3ff";
5347  }
5348  
5349  .fa-tiktok:before {
5350    content: "\e07b";
5351  }
5352  
5353  .fa-times:before {
5354    content: "\f00d";
5355  }
5356  
5357  .fa-times-circle:before {
5358    content: "\f057";
5359  }
5360  
5361  .fa-tint:before {
5362    content: "\f043";
5363  }
5364  
5365  .fa-tint-slash:before {
5366    content: "\f5c7";
5367  }
5368  
5369  .fa-tired:before {
5370    content: "\f5c8";
5371  }
5372  
5373  .fa-toggle-off:before {
5374    content: "\f204";
5375  }
5376  
5377  .fa-toggle-on:before {
5378    content: "\f205";
5379  }
5380  
5381  .fa-toilet:before {
5382    content: "\f7d8";
5383  }
5384  
5385  .fa-toilet-paper:before {
5386    content: "\f71e";
5387  }
5388  
5389  .fa-toilet-paper-slash:before {
5390    content: "\e072";
5391  }
5392  
5393  .fa-toolbox:before {
5394    content: "\f552";
5395  }
5396  
5397  .fa-tools:before {
5398    content: "\f7d9";
5399  }
5400  
5401  .fa-tooth:before {
5402    content: "\f5c9";
5403  }
5404  
5405  .fa-torah:before {
5406    content: "\f6a0";
5407  }
5408  
5409  .fa-torii-gate:before {
5410    content: "\f6a1";
5411  }
5412  
5413  .fa-tractor:before {
5414    content: "\f722";
5415  }
5416  
5417  .fa-trade-federation:before {
5418    content: "\f513";
5419  }
5420  
5421  .fa-trademark:before {
5422    content: "\f25c";
5423  }
5424  
5425  .fa-traffic-light:before {
5426    content: "\f637";
5427  }
5428  
5429  .fa-trailer:before {
5430    content: "\e041";
5431  }
5432  
5433  .fa-train:before {
5434    content: "\f238";
5435  }
5436  
5437  .fa-tram:before {
5438    content: "\f7da";
5439  }
5440  
5441  .fa-transgender:before {
5442    content: "\f224";
5443  }
5444  
5445  .fa-transgender-alt:before {
5446    content: "\f225";
5447  }
5448  
5449  .fa-trash:before {
5450    content: "\f1f8";
5451  }
5452  
5453  .fa-trash-alt:before {
5454    content: "\f2ed";
5455  }
5456  
5457  .fa-trash-restore:before {
5458    content: "\f829";
5459  }
5460  
5461  .fa-trash-restore-alt:before {
5462    content: "\f82a";
5463  }
5464  
5465  .fa-tree:before {
5466    content: "\f1bb";
5467  }
5468  
5469  .fa-trello:before {
5470    content: "\f181";
5471  }
5472  
5473  .fa-trophy:before {
5474    content: "\f091";
5475  }
5476  
5477  .fa-truck:before {
5478    content: "\f0d1";
5479  }
5480  
5481  .fa-truck-loading:before {
5482    content: "\f4de";
5483  }
5484  
5485  .fa-truck-monster:before {
5486    content: "\f63b";
5487  }
5488  
5489  .fa-truck-moving:before {
5490    content: "\f4df";
5491  }
5492  
5493  .fa-truck-pickup:before {
5494    content: "\f63c";
5495  }
5496  
5497  .fa-tshirt:before {
5498    content: "\f553";
5499  }
5500  
5501  .fa-tty:before {
5502    content: "\f1e4";
5503  }
5504  
5505  .fa-tumblr:before {
5506    content: "\f173";
5507  }
5508  
5509  .fa-tumblr-square:before {
5510    content: "\f174";
5511  }
5512  
5513  .fa-tv:before {
5514    content: "\f26c";
5515  }
5516  
5517  .fa-twitch:before {
5518    content: "\f1e8";
5519  }
5520  
5521  .fa-twitter:before {
5522    content: "\f099";
5523  }
5524  
5525  .fa-twitter-square:before {
5526    content: "\f081";
5527  }
5528  
5529  .fa-typo3:before {
5530    content: "\f42b";
5531  }
5532  
5533  .fa-uber:before {
5534    content: "\f402";
5535  }
5536  
5537  .fa-ubuntu:before {
5538    content: "\f7df";
5539  }
5540  
5541  .fa-uikit:before {
5542    content: "\f403";
5543  }
5544  
5545  .fa-umbraco:before {
5546    content: "\f8e8";
5547  }
5548  
5549  .fa-umbrella:before {
5550    content: "\f0e9";
5551  }
5552  
5553  .fa-umbrella-beach:before {
5554    content: "\f5ca";
5555  }
5556  
5557  .fa-uncharted:before {
5558    content: "\e084";
5559  }
5560  
5561  .fa-underline:before {
5562    content: "\f0cd";
5563  }
5564  
5565  .fa-undo:before {
5566    content: "\f0e2";
5567  }
5568  
5569  .fa-undo-alt:before {
5570    content: "\f2ea";
5571  }
5572  
5573  .fa-uniregistry:before {
5574    content: "\f404";
5575  }
5576  
5577  .fa-unity:before {
5578    content: "\e049";
5579  }
5580  
5581  .fa-universal-access:before {
5582    content: "\f29a";
5583  }
5584  
5585  .fa-university:before {
5586    content: "\f19c";
5587  }
5588  
5589  .fa-unlink:before {
5590    content: "\f127";
5591  }
5592  
5593  .fa-unlock:before {
5594    content: "\f09c";
5595  }
5596  
5597  .fa-unlock-alt:before {
5598    content: "\f13e";
5599  }
5600  
5601  .fa-unsplash:before {
5602    content: "\e07c";
5603  }
5604  
5605  .fa-untappd:before {
5606    content: "\f405";
5607  }
5608  
5609  .fa-upload:before {
5610    content: "\f093";
5611  }
5612  
5613  .fa-ups:before {
5614    content: "\f7e0";
5615  }
5616  
5617  .fa-usb:before {
5618    content: "\f287";
5619  }
5620  
5621  .fa-user:before {
5622    content: "\f007";
5623  }
5624  
5625  .fa-user-alt:before {
5626    content: "\f406";
5627  }
5628  
5629  .fa-user-alt-slash:before {
5630    content: "\f4fa";
5631  }
5632  
5633  .fa-user-astronaut:before {
5634    content: "\f4fb";
5635  }
5636  
5637  .fa-user-check:before {
5638    content: "\f4fc";
5639  }
5640  
5641  .fa-user-circle:before {
5642    content: "\f2bd";
5643  }
5644  
5645  .fa-user-clock:before {
5646    content: "\f4fd";
5647  }
5648  
5649  .fa-user-cog:before {
5650    content: "\f4fe";
5651  }
5652  
5653  .fa-user-edit:before {
5654    content: "\f4ff";
5655  }
5656  
5657  .fa-user-friends:before {
5658    content: "\f500";
5659  }
5660  
5661  .fa-user-graduate:before {
5662    content: "\f501";
5663  }
5664  
5665  .fa-user-injured:before {
5666    content: "\f728";
5667  }
5668  
5669  .fa-user-lock:before {
5670    content: "\f502";
5671  }
5672  
5673  .fa-user-md:before {
5674    content: "\f0f0";
5675  }
5676  
5677  .fa-user-minus:before {
5678    content: "\f503";
5679  }
5680  
5681  .fa-user-ninja:before {
5682    content: "\f504";
5683  }
5684  
5685  .fa-user-nurse:before {
5686    content: "\f82f";
5687  }
5688  
5689  .fa-user-plus:before {
5690    content: "\f234";
5691  }
5692  
5693  .fa-user-secret:before {
5694    content: "\f21b";
5695  }
5696  
5697  .fa-user-shield:before {
5698    content: "\f505";
5699  }
5700  
5701  .fa-user-slash:before {
5702    content: "\f506";
5703  }
5704  
5705  .fa-user-tag:before {
5706    content: "\f507";
5707  }
5708  
5709  .fa-user-tie:before {
5710    content: "\f508";
5711  }
5712  
5713  .fa-user-times:before {
5714    content: "\f235";
5715  }
5716  
5717  .fa-users:before {
5718    content: "\f0c0";
5719  }
5720  
5721  .fa-users-cog:before {
5722    content: "\f509";
5723  }
5724  
5725  .fa-users-slash:before {
5726    content: "\e073";
5727  }
5728  
5729  .fa-usps:before {
5730    content: "\f7e1";
5731  }
5732  
5733  .fa-ussunnah:before {
5734    content: "\f407";
5735  }
5736  
5737  .fa-utensil-spoon:before {
5738    content: "\f2e5";
5739  }
5740  
5741  .fa-utensils:before {
5742    content: "\f2e7";
5743  }
5744  
5745  .fa-vaadin:before {
5746    content: "\f408";
5747  }
5748  
5749  .fa-vector-square:before {
5750    content: "\f5cb";
5751  }
5752  
5753  .fa-venus:before {
5754    content: "\f221";
5755  }
5756  
5757  .fa-venus-double:before {
5758    content: "\f226";
5759  }
5760  
5761  .fa-venus-mars:before {
5762    content: "\f228";
5763  }
5764  
5765  .fa-vest:before {
5766    content: "\e085";
5767  }
5768  
5769  .fa-vest-patches:before {
5770    content: "\e086";
5771  }
5772  
5773  .fa-viacoin:before {
5774    content: "\f237";
5775  }
5776  
5777  .fa-viadeo:before {
5778    content: "\f2a9";
5779  }
5780  
5781  .fa-viadeo-square:before {
5782    content: "\f2aa";
5783  }
5784  
5785  .fa-vial:before {
5786    content: "\f492";
5787  }
5788  
5789  .fa-vials:before {
5790    content: "\f493";
5791  }
5792  
5793  .fa-viber:before {
5794    content: "\f409";
5795  }
5796  
5797  .fa-video:before {
5798    content: "\f03d";
5799  }
5800  
5801  .fa-video-slash:before {
5802    content: "\f4e2";
5803  }
5804  
5805  .fa-vihara:before {
5806    content: "\f6a7";
5807  }
5808  
5809  .fa-vimeo:before {
5810    content: "\f40a";
5811  }
5812  
5813  .fa-vimeo-square:before {
5814    content: "\f194";
5815  }
5816  
5817  .fa-vimeo-v:before {
5818    content: "\f27d";
5819  }
5820  
5821  .fa-vine:before {
5822    content: "\f1ca";
5823  }
5824  
5825  .fa-virus:before {
5826    content: "\e074";
5827  }
5828  
5829  .fa-virus-slash:before {
5830    content: "\e075";
5831  }
5832  
5833  .fa-viruses:before {
5834    content: "\e076";
5835  }
5836  
5837  .fa-vk:before {
5838    content: "\f189";
5839  }
5840  
5841  .fa-vnv:before {
5842    content: "\f40b";
5843  }
5844  
5845  .fa-voicemail:before {
5846    content: "\f897";
5847  }
5848  
5849  .fa-volleyball-ball:before {
5850    content: "\f45f";
5851  }
5852  
5853  .fa-volume-down:before {
5854    content: "\f027";
5855  }
5856  
5857  .fa-volume-mute:before {
5858    content: "\f6a9";
5859  }
5860  
5861  .fa-volume-off:before {
5862    content: "\f026";
5863  }
5864  
5865  .fa-volume-up:before {
5866    content: "\f028";
5867  }
5868  
5869  .fa-vote-yea:before {
5870    content: "\f772";
5871  }
5872  
5873  .fa-vr-cardboard:before {
5874    content: "\f729";
5875  }
5876  
5877  .fa-vuejs:before {
5878    content: "\f41f";
5879  }
5880  
5881  .fa-walking:before {
5882    content: "\f554";
5883  }
5884  
5885  .fa-wallet:before {
5886    content: "\f555";
5887  }
5888  
5889  .fa-warehouse:before {
5890    content: "\f494";
5891  }
5892  
5893  .fa-watchman-monitoring:before {
5894    content: "\e087";
5895  }
5896  
5897  .fa-water:before {
5898    content: "\f773";
5899  }
5900  
5901  .fa-wave-square:before {
5902    content: "\f83e";
5903  }
5904  
5905  .fa-waze:before {
5906    content: "\f83f";
5907  }
5908  
5909  .fa-weebly:before {
5910    content: "\f5cc";
5911  }
5912  
5913  .fa-weibo:before {
5914    content: "\f18a";
5915  }
5916  
5917  .fa-weight:before {
5918    content: "\f496";
5919  }
5920  
5921  .fa-weight-hanging:before {
5922    content: "\f5cd";
5923  }
5924  
5925  .fa-weixin:before {
5926    content: "\f1d7";
5927  }
5928  
5929  .fa-whatsapp:before {
5930    content: "\f232";
5931  }
5932  
5933  .fa-whatsapp-square:before {
5934    content: "\f40c";
5935  }
5936  
5937  .fa-wheelchair:before {
5938    content: "\f193";
5939  }
5940  
5941  .fa-whmcs:before {
5942    content: "\f40d";
5943  }
5944  
5945  .fa-wifi:before {
5946    content: "\f1eb";
5947  }
5948  
5949  .fa-wikipedia-w:before {
5950    content: "\f266";
5951  }
5952  
5953  .fa-wind:before {
5954    content: "\f72e";
5955  }
5956  
5957  .fa-window-close:before {
5958    content: "\f410";
5959  }
5960  
5961  .fa-window-maximize:before {
5962    content: "\f2d0";
5963  }
5964  
5965  .fa-window-minimize:before {
5966    content: "\f2d1";
5967  }
5968  
5969  .fa-window-restore:before {
5970    content: "\f2d2";
5971  }
5972  
5973  .fa-windows:before {
5974    content: "\f17a";
5975  }
5976  
5977  .fa-wine-bottle:before {
5978    content: "\f72f";
5979  }
5980  
5981  .fa-wine-glass:before {
5982    content: "\f4e3";
5983  }
5984  
5985  .fa-wine-glass-alt:before {
5986    content: "\f5ce";
5987  }
5988  
5989  .fa-wix:before {
5990    content: "\f5cf";
5991  }
5992  
5993  .fa-wizards-of-the-coast:before {
5994    content: "\f730";
5995  }
5996  
5997  .fa-wodu:before {
5998    content: "\e088";
5999  }
6000  
6001  .fa-wolf-pack-battalion:before {
6002    content: "\f514";
6003  }
6004  
6005  .fa-won-sign:before {
6006    content: "\f159";
6007  }
6008  
6009  .fa-wordpress:before {
6010    content: "\f19a";
6011  }
6012  
6013  .fa-wordpress-simple:before {
6014    content: "\f411";
6015  }
6016  
6017  .fa-wpbeginner:before {
6018    content: "\f297";
6019  }
6020  
6021  .fa-wpexplorer:before {
6022    content: "\f2de";
6023  }
6024  
6025  .fa-wpforms:before {
6026    content: "\f298";
6027  }
6028  
6029  .fa-wpressr:before {
6030    content: "\f3e4";
6031  }
6032  
6033  .fa-wrench:before {
6034    content: "\f0ad";
6035  }
6036  
6037  .fa-x-ray:before {
6038    content: "\f497";
6039  }
6040  
6041  .fa-xbox:before {
6042    content: "\f412";
6043  }
6044  
6045  .fa-xing:before {
6046    content: "\f168";
6047  }
6048  
6049  .fa-xing-square:before {
6050    content: "\f169";
6051  }
6052  
6053  .fa-y-combinator:before {
6054    content: "\f23b";
6055  }
6056  
6057  .fa-yahoo:before {
6058    content: "\f19e";
6059  }
6060  
6061  .fa-yammer:before {
6062    content: "\f840";
6063  }
6064  
6065  .fa-yandex:before {
6066    content: "\f413";
6067  }
6068  
6069  .fa-yandex-international:before {
6070    content: "\f414";
6071  }
6072  
6073  .fa-yarn:before {
6074    content: "\f7e3";
6075  }
6076  
6077  .fa-yelp:before {
6078    content: "\f1e9";
6079  }
6080  
6081  .fa-yen-sign:before {
6082    content: "\f157";
6083  }
6084  
6085  .fa-yin-yang:before {
6086    content: "\f6ad";
6087  }
6088  
6089  .fa-yoast:before {
6090    content: "\f2b1";
6091  }
6092  
6093  .fa-youtube:before {
6094    content: "\f167";
6095  }
6096  
6097  .fa-youtube-square:before {
6098    content: "\f431";
6099  }
6100  
6101  .fa-zhihu:before {
6102    content: "\f63f";
6103  }
6104  
6105  .sr-only {
6106    border: 0;
6107    clip: rect(0, 0, 0, 0);
6108    height: 1px;
6109    margin: -1px;
6110    overflow: hidden;
6111    padding: 0;
6112    position: absolute;
6113    width: 1px;
6114  }
6115  
6116  .sr-only-focusable:active, .sr-only-focusable:focus {
6117    clip: auto;
6118    height: auto;
6119    margin: 0;
6120    overflow: visible;
6121    position: static;
6122    width: auto;
6123  }
6124  
6125  /*!
6126   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
6127   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
6128   */
6129  @font-face {
6130    font-family: "Font Awesome 5 Free";
6131    font-style: normal;
6132    font-weight: 400;
6133    font-display: block;
6134    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.eot");
6135    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg");
6136  }
6137  .far {
6138    font-family: "Font Awesome 5 Free";
6139    font-weight: 400;
6140  }
6141  
6142  /*!
6143   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
6144   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
6145   */
6146  @font-face {
6147    font-family: "Font Awesome 5 Free";
6148    font-style: normal;
6149    font-weight: 900;
6150    font-display: block;
6151    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.eot");
6152    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"), url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg");
6153  }
6154  .fa,
6155  .fas,
6156  [class^=icon-],
6157  [class*=" icon-"] {
6158    font-family: "Font Awesome 5 Free";
6159    font-weight: 900;
6160  }
6161  
6162  /*!
6163   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
6164   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
6165   */
6166  @font-face {
6167    font-family: "Font Awesome 5 Brands";
6168    font-style: normal;
6169    font-weight: 400;
6170    font-display: block;
6171    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.eot");
6172    src: url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"), url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"), url("../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg");
6173  }
6174  .fab, .icon-joomla {
6175    font-family: "Font Awesome 5 Brands";
6176    font-weight: 400;
6177  }
6178  
6179  /**
6180   *  IcoMoon to Fontawesome Conversion
6181   */
6182  [class^=icon-],
6183  [class*=" icon-"] {
6184    speak: none;
6185  }
6186  
6187  [class^=icon-].disabled,
6188  [class*=" icon-"].disabled,
6189  [class^=fa-].disabled,
6190  [class*=" fa-"].disabled {
6191    font-weight: 400;
6192  }
6193  
6194  .icon-joomla:before {
6195    content: "\f1aa";
6196  }
6197  
6198  .icon-accessible:before {
6199    content: "\f29a";
6200  }
6201  
6202  .icon-add:before {
6203    content: "\f067";
6204  }
6205  
6206  .icon-address-book:before {
6207    content: "\f2b9";
6208  }
6209  
6210  .icon-address:before {
6211    content: "\f2b9";
6212  }
6213  
6214  .icon-align-justify:before {
6215    content: "\f039";
6216  }
6217  
6218  .icon-angle-double-left:before {
6219    content: "\f100";
6220  }
6221  
6222  .icon-angle-double-right:before {
6223    content: "\f101";
6224  }
6225  
6226  .icon-angle-down:before {
6227    content: "\f107";
6228  }
6229  
6230  .icon-angle-left:before {
6231    content: "\f104";
6232  }
6233  
6234  .icon-angle-right:before {
6235    content: "\f105";
6236  }
6237  
6238  .icon-angle-up:before {
6239    content: "\f106";
6240  }
6241  
6242  .icon-apply:before {
6243    content: "\f0c7";
6244  }
6245  
6246  .icon-archive:before {
6247    content: "\f187";
6248  }
6249  
6250  .icon-arrow-down-2:before {
6251    content: "\f358";
6252  }
6253  
6254  .icon-arrow-down-3:before {
6255    content: "\f0d7";
6256  }
6257  
6258  .icon-arrow-down-4:before {
6259    content: "\f063";
6260  }
6261  
6262  .icon-arrow-down:before {
6263    content: "\f078";
6264  }
6265  
6266  .icon-arrow-first:before {
6267    content: "\f048";
6268  }
6269  
6270  .icon-arrow-last:before {
6271    content: "\f049";
6272  }
6273  
6274  .icon-arrow-left-2:before {
6275    content: "\f359";
6276  }
6277  
6278  .icon-arrow-left-3:before {
6279    content: "\f0d9";
6280  }
6281  
6282  .icon-arrow-left-4:before {
6283    content: "\f060";
6284  }
6285  
6286  .icon-arrow-left:before {
6287    content: "\f053";
6288  }
6289  
6290  .icon-arrow-right-2:before {
6291    content: "\f35a";
6292  }
6293  
6294  .icon-arrow-right-3:before {
6295    content: "\f0da";
6296  }
6297  
6298  .icon-arrow-right-4:before {
6299    content: "\f061";
6300  }
6301  
6302  .icon-arrow-right:before {
6303    content: "\f054";
6304  }
6305  
6306  .icon-arrow-up-2:before {
6307    content: "\f35b";
6308  }
6309  
6310  .icon-arrow-up-3:before {
6311    content: "\f0d8";
6312  }
6313  
6314  .icon-arrow-up-4:before {
6315    content: "\f062";
6316  }
6317  
6318  .icon-arrow-up:before {
6319    content: "\f077";
6320  }
6321  
6322  .icon-arrows-alt:before {
6323    content: "\f0b2";
6324  }
6325  
6326  .icon-asterisk:before {
6327    content: "\f005";
6328  }
6329  
6330  .icon-attachment:before {
6331    content: "\f0c6";
6332  }
6333  
6334  .icon-backward-2:before {
6335    content: "\f359";
6336  }
6337  
6338  .icon-backward-circle:before {
6339    content: "\f137";
6340  }
6341  
6342  .icon-backward:before {
6343    content: "\f04a";
6344  }
6345  
6346  .icon-ban-circle:before {
6347    content: "\f056";
6348  }
6349  
6350  .icon-bars:before {
6351    content: "\f080";
6352  }
6353  
6354  .icon-basket:before {
6355    content: "\f291";
6356  }
6357  
6358  .icon-bell:before {
6359    content: "\f0f3";
6360  }
6361  
6362  .icon-bolt:before {
6363    content: "\f0e7";
6364  }
6365  
6366  .icon-book:before {
6367    content: "\f02d";
6368  }
6369  
6370  .icon-bookmark-2:before {
6371    content: "\f02e";
6372  }
6373  
6374  .icon-bookmark:before {
6375    content: "\f02e";
6376  }
6377  
6378  .icon-box-add:before {
6379    content: "\f187";
6380  }
6381  
6382  .icon-box-remove:before {
6383    content: "\f187";
6384  }
6385  
6386  .icon-briefcase:before {
6387    content: "\f0b1";
6388  }
6389  
6390  .icon-broadcast:before {
6391    content: "\f1eb";
6392  }
6393  
6394  .icon-brush:before {
6395    content: "\f1fc";
6396  }
6397  
6398  .icon-bubble-quote:before {
6399    content: "\f075";
6400  }
6401  
6402  .icon-bullhorn:before {
6403    content: "\f0a1";
6404  }
6405  
6406  .icon-calendar-check:before {
6407    content: "\f274";
6408  }
6409  
6410  .icon-calendar-2:before {
6411    content: "\f274";
6412  }
6413  
6414  .icon-calendar-3:before {
6415    content: "\f133";
6416  }
6417  
6418  .icon-calendar-alt:before {
6419    content: "\f073";
6420  }
6421  
6422  .icon-calendar:before {
6423    content: "\f073";
6424  }
6425  
6426  .icon-camera-2:before {
6427    content: "\f03d";
6428  }
6429  
6430  .icon-camera:before {
6431    content: "\f030";
6432  }
6433  
6434  .icon-cancel-2:before {
6435    content: "\f00d";
6436  }
6437  
6438  .icon-cancel-circle:before {
6439    content: "\f057";
6440  }
6441  
6442  .icon-cancel:before {
6443    content: "\f00d";
6444  }
6445  
6446  .icon-caret-down:before {
6447    content: "\f0d7";
6448  }
6449  
6450  .icon-caret-up:before {
6451    content: "\f0d8";
6452  }
6453  
6454  .icon-cart:before {
6455    content: "\f07a";
6456  }
6457  
6458  .icon-chart:before {
6459    content: "\f1fe";
6460  }
6461  
6462  .icon-check-circle:before {
6463    content: "\f058";
6464  }
6465  
6466  .icon-check-square:before {
6467    content: "\f14a";
6468  }
6469  
6470  .icon-check:before {
6471    content: "\f00c";
6472  }
6473  
6474  .icon-checkbox-checked:before {
6475    content: "\f14a";
6476  }
6477  
6478  .icon-checkbox-partial:before {
6479    content: "\f0c8";
6480  }
6481  
6482  .icon-checkbox-unchecked:before {
6483    content: "\f0c8";
6484  }
6485  
6486  .icon-checkbox:before {
6487    content: "\f14a";
6488  }
6489  
6490  .icon-checkedout:before {
6491    content: "\f023";
6492  }
6493  
6494  .icon-checkin:before {
6495    content: "\f14a";
6496  }
6497  
6498  .icon-checkmark-2:before {
6499    content: "\f058";
6500  }
6501  
6502  .icon-checkmark-circle:before {
6503    content: "\f058";
6504  }
6505  
6506  .icon-checkmark:before {
6507    content: "\f00c";
6508  }
6509  
6510  .icon-chevron-down:before {
6511    content: "\f078";
6512  }
6513  
6514  .icon-chevron-left:before {
6515    content: "\f053";
6516  }
6517  
6518  .icon-chevron-right:before {
6519    content: "\f054";
6520  }
6521  
6522  .icon-chevron-up:before {
6523    content: "\f077";
6524  }
6525  
6526  .icon-circle:before {
6527    content: "\f111";
6528  }
6529  
6530  .icon-clipboard:before {
6531    content: "\f328";
6532  }
6533  
6534  .icon-clock:before {
6535    content: "\f017";
6536  }
6537  
6538  .icon-cloud-download-alt:before {
6539    content: "\f381";
6540  }
6541  
6542  .icon-cloud-download:before {
6543    content: "\f381";
6544  }
6545  
6546  .icon-cloud-upload:before {
6547    content: "\f382";
6548  }
6549  
6550  .icon-cloud:before {
6551    content: "\f0c2";
6552  }
6553  
6554  .icon-code:before {
6555    content: "\f121";
6556  }
6557  
6558  .icon-code-branch:before {
6559    content: "\f126";
6560  }
6561  
6562  .icon-cog:before {
6563    content: "\f013";
6564  }
6565  
6566  .icon-cogs:before {
6567    content: "\f085";
6568  }
6569  
6570  .icon-collapse:before {
6571    content: "\f067";
6572  }
6573  
6574  .icon-color-palette:before {
6575    content: "\f1fc";
6576  }
6577  
6578  .icon-comment-dots:before {
6579    content: "\f4ad";
6580  }
6581  
6582  .icon-comment:before {
6583    content: "\f075";
6584  }
6585  
6586  .icon-comments-2:before {
6587    content: "\f086";
6588  }
6589  
6590  .icon-comments:before {
6591    content: "\f075";
6592  }
6593  
6594  .icon-compass:before {
6595    content: "\f14e";
6596  }
6597  
6598  .icon-connection:before {
6599    content: "\f1eb";
6600  }
6601  
6602  .icon-contract-2:before {
6603    content: "\f291";
6604  }
6605  
6606  .icon-contract:before {
6607    content: "\f066";
6608  }
6609  
6610  .icon-copy:before {
6611    content: "\f0c5";
6612  }
6613  
6614  .icon-credit-2:before {
6615    content: "\f09d";
6616  }
6617  
6618  .icon-credit:before {
6619    content: "\f09d";
6620  }
6621  
6622  .icon-crop:before {
6623    content: "\f125";
6624  }
6625  
6626  .icon-cube:before {
6627    content: "\f1b2";
6628  }
6629  
6630  .icon-cubes:before {
6631    content: "\f1b3";
6632  }
6633  
6634  .icon-dashboard:before {
6635    content: "\f3fd";
6636  }
6637  
6638  .icon-database:before {
6639    content: "\f1c0";
6640  }
6641  
6642  .icon-default:before {
6643    content: "\f015";
6644  }
6645  
6646  .icon-delete:before {
6647    content: "\f00d";
6648  }
6649  
6650  .icon-desktop:before {
6651    content: "\f108";
6652  }
6653  
6654  .icon-downarrow:before {
6655    content: "\f078";
6656  }
6657  
6658  .icon-download:before {
6659    content: "\f019";
6660  }
6661  
6662  .icon-drawer-2:before {
6663    content: "\f07b";
6664  }
6665  
6666  .icon-drawer:before {
6667    content: "\f07c";
6668  }
6669  
6670  .icon-edit:before {
6671    content: "\f044";
6672  }
6673  
6674  .icon-ellipsis-h:before {
6675    content: "\f141";
6676  }
6677  
6678  .icon-ellipsis-v:before {
6679    content: "\f142";
6680  }
6681  
6682  .icon-enter:before {
6683    content: "\f2f6";
6684  }
6685  
6686  .icon-envelope-open-text:before {
6687    content: "\f658";
6688  }
6689  
6690  .icon-envelope-opened:before {
6691    content: "\f0e0";
6692  }
6693  
6694  .icon-envelope:before {
6695    content: "\f0e0";
6696  }
6697  
6698  .icon-equalizer:before {
6699    content: "\f1de";
6700  }
6701  
6702  .icon-error:before {
6703    content: "\f12a";
6704  }
6705  
6706  .icon-exclamation-circle:before {
6707    content: "\f06a";
6708  }
6709  
6710  .icon-exclamation-triangle:before {
6711    content: "\f071";
6712  }
6713  
6714  .icon-exclamation:before {
6715    content: "\f12a";
6716  }
6717  
6718  .icon-exit:before {
6719    content: "\f2f5";
6720  }
6721  
6722  .icon-expand-2:before {
6723    content: "\f31e";
6724  }
6725  
6726  .icon-expand:before {
6727    content: "\f065";
6728  }
6729  
6730  .icon-expired:before {
6731    content: "\f056";
6732  }
6733  
6734  .icon-external-link-alt:before {
6735    content: "\f35d";
6736  }
6737  
6738  .icon-eye-2:before {
6739    content: "\f070";
6740  }
6741  
6742  .icon-eye-blocked:before {
6743    content: "\f070";
6744  }
6745  
6746  .icon-eye-close:before {
6747    content: "\f070";
6748  }
6749  
6750  .icon-eye-open:before {
6751    content: "\f06e";
6752  }
6753  
6754  .icon-eye-slash:before {
6755    content: "\f070";
6756  }
6757  
6758  .icon-eye:before {
6759    content: "\f06e";
6760  }
6761  
6762  .icon-fax:before {
6763    content: "\f1ac";
6764  }
6765  
6766  .icon-featured:before {
6767    content: "\f005";
6768  }
6769  
6770  .icon-feed:before {
6771    content: "\f143";
6772  }
6773  
6774  .icon-file-2:before {
6775    content: "\f15b";
6776  }
6777  
6778  .icon-file-add:before {
6779    content: "\f067";
6780  }
6781  
6782  .icon-file-alt:before {
6783    content: "\f15c";
6784  }
6785  
6786  .icon-file-check:before {
6787    content: "\f00c";
6788  }
6789  
6790  .icon-file-minus:before {
6791    content: "\f068";
6792  }
6793  
6794  .icon-file-plus:before {
6795    content: "\f067";
6796  }
6797  
6798  .icon-file-remove:before {
6799    content: "\f00d";
6800  }
6801  
6802  .icon-file:before {
6803    content: "\f15b";
6804  }
6805  
6806  .icon-filter:before {
6807    content: "\f0b0";
6808  }
6809  
6810  .icon-first:before {
6811    content: "\f049";
6812  }
6813  
6814  .icon-flag-2:before {
6815    content: "\f0c6";
6816  }
6817  
6818  .icon-flag-3:before {
6819    content: "\f024";
6820  }
6821  
6822  .icon-flag:before {
6823    content: "\f024";
6824  }
6825  
6826  .icon-flash:before {
6827    content: "\f0e7";
6828  }
6829  
6830  .icon-folder-2:before {
6831    content: "\f07b";
6832  }
6833  
6834  .icon-folder-3:before {
6835    content: "\f07c";
6836  }
6837  
6838  .icon-folder-close:before {
6839    content: "\f07b";
6840  }
6841  
6842  .icon-folder-minus:before {
6843    content: "\f07b";
6844  }
6845  
6846  .icon-folder-open:before {
6847    content: "\f07c";
6848  }
6849  
6850  .icon-folder-plus-2:before {
6851    content: "\f07b";
6852  }
6853  
6854  .icon-folder-plus:before {
6855    content: "\f07c";
6856  }
6857  
6858  .icon-folder-remove:before {
6859    content: "\f07b";
6860  }
6861  
6862  .icon-folder:before {
6863    content: "\f07b";
6864  }
6865  
6866  .icon-forward-2:before {
6867    content: "\f35a";
6868  }
6869  
6870  .icon-forward-circle:before {
6871    content: "\f138";
6872  }
6873  
6874  .icon-forward:before {
6875    content: "\f04e";
6876  }
6877  
6878  .icon-generic:before {
6879    content: "\f192";
6880  }
6881  
6882  .icon-globe:before {
6883    content: "\f0ac";
6884  }
6885  
6886  .icon-grid-2:before {
6887    content: "\f00a";
6888  }
6889  
6890  .icon-grid-view-2:before {
6891    content: "\f00a";
6892  }
6893  
6894  .icon-grid-view:before {
6895    content: "\f009";
6896  }
6897  
6898  .icon-grid:before {
6899    content: "\f009";
6900  }
6901  
6902  .icon-handshake:before {
6903    content: "\f2b5";
6904  }
6905  
6906  .icon-health:before {
6907    content: "\f0fa";
6908  }
6909  
6910  .icon-heart-2:before {
6911    content: "\f004";
6912  }
6913  
6914  .icon-heart:before {
6915    content: "\f004";
6916  }
6917  
6918  .icon-help:before {
6919    content: "\f128";
6920  }
6921  
6922  .icon-hits:before {
6923    content: "\f06e";
6924  }
6925  
6926  .icon-home-2:before {
6927    content: "\f015";
6928  }
6929  
6930  .icon-home:before {
6931    content: "\f015";
6932  }
6933  
6934  .icon-image:before {
6935    content: "\f03e";
6936  }
6937  
6938  .icon-images:before {
6939    content: "\f03e";
6940  }
6941  
6942  .icon-info-2:before {
6943    content: "\f05a";
6944  }
6945  
6946  .icon-info-circle:before {
6947    content: "\f05a";
6948  }
6949  
6950  .icon-info:before {
6951    content: "\f129";
6952  }
6953  
6954  .icon-key:before {
6955    content: "\f084";
6956  }
6957  
6958  .icon-lamp:before {
6959    content: "\f0eb";
6960  }
6961  
6962  .icon-language:before {
6963    content: "\f1ab";
6964  }
6965  
6966  .icon-last:before {
6967    content: "\f050";
6968  }
6969  
6970  .icon-leftarrow:before {
6971    content: "\f053";
6972  }
6973  
6974  .icon-lightbulb:before {
6975    content: "\f0eb";
6976  }
6977  
6978  .icon-lightning:before {
6979    content: "\f0e7";
6980  }
6981  
6982  .icon-link:before {
6983    content: "\f0c1";
6984  }
6985  
6986  .icon-list-2:before {
6987    content: "\f0ca";
6988  }
6989  
6990  .icon-list-view:before {
6991    content: "\f03a";
6992  }
6993  
6994  .icon-list:before {
6995    content: "\f03a";
6996  }
6997  
6998  .icon-loading:before {
6999    content: "\f110";
7000  }
7001  
7002  .icon-location:before {
7003    content: "\f3c5";
7004  }
7005  
7006  .icon-lock:before {
7007    content: "\f023";
7008  }
7009  
7010  .icon-locked:before {
7011    content: "\f023";
7012  }
7013  
7014  .icon-loop:before {
7015    content: "\f021";
7016  }
7017  
7018  .icon-mail-2:before {
7019    content: "\f0e0";
7020  }
7021  
7022  .icon-mail:before {
7023    content: "\f0e0";
7024  }
7025  
7026  .icon-map-signs:before {
7027    content: "\f277";
7028  }
7029  
7030  .icon-menu-2:before {
7031    content: "\f0dc";
7032  }
7033  
7034  .icon-menu-3:before {
7035    content: "\f0cb";
7036  }
7037  
7038  .icon-menu:before {
7039    content: "\f0c9";
7040  }
7041  
7042  .icon-minus-2:before {
7043    content: "\f068";
7044  }
7045  
7046  .icon-minus-circle:before {
7047    content: "\f056";
7048  }
7049  
7050  .icon-minus-sign:before {
7051    content: "\f068";
7052  }
7053  
7054  .icon-minus:before {
7055    content: "\f068";
7056  }
7057  
7058  .icon-mobile:before {
7059    content: "\f10b";
7060  }
7061  
7062  .icon-move:before {
7063    content: "\f0b2";
7064  }
7065  
7066  .icon-music:before {
7067    content: "\f001";
7068  }
7069  
7070  .icon-new-tab-2:before {
7071    content: "\f360";
7072  }
7073  
7074  .icon-new-tab:before {
7075    content: "\f35d";
7076  }
7077  
7078  .icon-new:before {
7079    content: "\f067";
7080  }
7081  
7082  .icon-next:before {
7083    content: "\f105";
7084  }
7085  
7086  .icon-not-ok:before {
7087    content: "\f068";
7088  }
7089  
7090  .icon-notification-2:before {
7091    content: "\f06a";
7092  }
7093  
7094  .icon-notification-circle:before {
7095    content: "\f06a";
7096  }
7097  
7098  .icon-notification:before {
7099    content: "\f12a";
7100  }
7101  
7102  .icon-ok:before {
7103    content: "\f00c";
7104  }
7105  
7106  .icon-open:before {
7107    content: "\f3c1";
7108  }
7109  
7110  .icon-options:before {
7111    content: "\f013";
7112  }
7113  
7114  .icon-out-2:before {
7115    content: "\f35d";
7116  }
7117  
7118  .icon-out-3:before {
7119    content: "\f360";
7120  }
7121  
7122  .icon-out:before {
7123    content: "\f064";
7124  }
7125  
7126  .icon-paint-brush:before {
7127    content: "\f1fc";
7128  }
7129  
7130  .icon-palette:before {
7131    content: "\f1fc";
7132  }
7133  
7134  .icon-paperclip:before {
7135    content: "\f0c6";
7136  }
7137  
7138  .icon-paragraph-center:before {
7139    content: "\f037";
7140  }
7141  
7142  .icon-paragraph-justify:before {
7143    content: "\f039";
7144  }
7145  
7146  .icon-paragraph-left:before {
7147    content: "\f036";
7148  }
7149  
7150  .icon-paragraph-right:before {
7151    content: "\f038";
7152  }
7153  
7154  .icon-pause-circle:before {
7155    content: "\f28b";
7156  }
7157  
7158  .icon-pause:before {
7159    content: "\f04c";
7160  }
7161  
7162  .icon-pen-square:before {
7163    content: "\f14b";
7164  }
7165  
7166  .icon-pencil-2:before {
7167    content: "\f303";
7168  }
7169  
7170  .icon-pencil-alt:before {
7171    content: "\f303";
7172  }
7173  
7174  .icon-pencil:before {
7175    content: "\f044";
7176  }
7177  
7178  .icon-pending:before {
7179    content: "\f071";
7180  }
7181  
7182  .icon-phone-2:before {
7183    content: "\f095";
7184  }
7185  
7186  .icon-phone:before {
7187    content: "\f098";
7188  }
7189  
7190  .icon-picture:before {
7191    content: "\f03e";
7192  }
7193  
7194  .icon-pictures:before {
7195    content: "\f03e";
7196  }
7197  
7198  .icon-pie:before {
7199    content: "\f200";
7200  }
7201  
7202  .icon-pin:before {
7203    content: "\f08d";
7204  }
7205  
7206  .icon-play-2:before {
7207    content: "\f04b";
7208  }
7209  
7210  .icon-play-circle:before {
7211    content: "\f144";
7212  }
7213  
7214  .icon-play:before {
7215    content: "\f04b";
7216  }
7217  
7218  .icon-plug:before {
7219    content: "\f1e6";
7220  }
7221  
7222  .icon-plus-2:before {
7223    content: "\f067";
7224  }
7225  
7226  .icon-plus-circle:before {
7227    content: "\f055";
7228  }
7229  
7230  .icon-plus-square:before {
7231    content: "\f0fe";
7232  }
7233  
7234  .icon-plus:before {
7235    content: "\f067";
7236  }
7237  
7238  .icon-power-cord:before {
7239    content: "\f1e6";
7240  }
7241  
7242  .icon-power-off:before {
7243    content: "\f011";
7244  }
7245  
7246  .icon-previous:before {
7247    content: "\f04a";
7248  }
7249  
7250  .icon-print:before {
7251    content: "\f02f";
7252  }
7253  
7254  .icon-printer:before {
7255    content: "\f02f";
7256  }
7257  
7258  .icon-project-diagram:before {
7259    content: "\f542";
7260  }
7261  
7262  .icon-protected:before {
7263    content: "\f023";
7264  }
7265  
7266  .icon-publish:before {
7267    content: "\f00c";
7268  }
7269  
7270  .icon-purge:before {
7271    content: "\f1f8";
7272  }
7273  
7274  .icon-pushpin:before {
7275    content: "\f08d";
7276  }
7277  
7278  .icon-puzzle-piece:before {
7279    content: "\f12e";
7280  }
7281  
7282  .icon-puzzle:before {
7283    content: "\f12e";
7284  }
7285  
7286  .icon-question-2:before {
7287    content: "\f059";
7288  }
7289  
7290  .icon-question-circle:before {
7291    content: "\f059";
7292  }
7293  
7294  .icon-question-sign:before {
7295    content: "\f128";
7296  }
7297  
7298  .icon-question:before {
7299    content: "\f128";
7300  }
7301  
7302  .icon-quote-2:before {
7303    content: "\f10e";
7304  }
7305  
7306  .icon-quote-3:before {
7307    content: "\f075";
7308  }
7309  
7310  .icon-quote:before {
7311    content: "\f10d";
7312  }
7313  
7314  .icon-quotes-left:before {
7315    content: "\f10d";
7316  }
7317  
7318  .icon-quotes-right:before {
7319    content: "\f10e";
7320  }
7321  
7322  .icon-radio-checked:before {
7323    content: "\f058";
7324  }
7325  
7326  .icon-radio-unchecked:before {
7327    content: "\f111";
7328  }
7329  
7330  .icon-redo-2:before {
7331    content: "\f021";
7332  }
7333  
7334  .icon-redo:before {
7335    content: "\f064";
7336  }
7337  
7338  .icon-refresh:before {
7339    content: "\f021";
7340  }
7341  
7342  .icon-register:before {
7343    content: "\f35a";
7344  }
7345  
7346  .icon-remove:before {
7347    content: "\f00d";
7348  }
7349  
7350  .icon-reply:before {
7351    content: "\f359";
7352  }
7353  
7354  .icon-rightarrow:before {
7355    content: "\f054";
7356  }
7357  
7358  .icon-rss:before {
7359    content: "\f09e";
7360  }
7361  
7362  .icon-save-copy:before {
7363    content: "\f0c5";
7364  }
7365  
7366  .icon-save-new:before {
7367    content: "\f067";
7368  }
7369  
7370  .icon-save:before {
7371    content: "\f0c7";
7372  }
7373  
7374  .icon-scissors:before {
7375    content: "\f0c4";
7376  }
7377  
7378  .icon-screen:before {
7379    content: "\f108";
7380  }
7381  
7382  .icon-screwdriver:before {
7383    content: "\f0ad";
7384  }
7385  
7386  .icon-search-minus:before {
7387    content: "\f010";
7388  }
7389  
7390  .icon-search-plus:before {
7391    content: "\f00e";
7392  }
7393  
7394  .icon-search:before {
7395    content: "\f002";
7396  }
7397  
7398  .icon-select-file:before {
7399    content: "\f0c5";
7400  }
7401  
7402  .icon-share-alt:before {
7403    content: "\f064";
7404  }
7405  
7406  .icon-share:before {
7407    content: "\f064";
7408  }
7409  
7410  .icon-shield-alt:before {
7411    content: "\f3ed";
7412  }
7413  
7414  .icon-shield:before {
7415    content: "\f3ed";
7416  }
7417  
7418  .icon-shuffle:before {
7419    content: "\f074";
7420  }
7421  
7422  .icon-signup:before {
7423    content: "\f2f6";
7424  }
7425  
7426  .icon-sliders-h:before {
7427    content: "\f1de";
7428  }
7429  
7430  .icon-smiley-2:before {
7431    content: "\f118";
7432  }
7433  
7434  .icon-smiley-happy-2:before {
7435    content: "\f118";
7436  }
7437  
7438  .icon-smiley-happy:before {
7439    content: "\f118";
7440  }
7441  
7442  .icon-smiley-neutral-2:before {
7443    content: "\f118";
7444  }
7445  
7446  .icon-smiley-neutral:before {
7447    content: "\f118";
7448  }
7449  
7450  .icon-smiley-sad-2:before {
7451    content: "\f119";
7452  }
7453  
7454  .icon-smiley-sad:before {
7455    content: "\f119";
7456  }
7457  
7458  .icon-smiley:before {
7459    content: "\f118";
7460  }
7461  
7462  .icon-sort:before {
7463    content: "\f0dc";
7464  }
7465  
7466  .icon-spinner:before {
7467    content: "\f110";
7468  }
7469  
7470  .icon-square:before {
7471    content: "\f0c8";
7472  }
7473  
7474  .icon-stack:before {
7475    content: "\f0c5";
7476  }
7477  
7478  .icon-star-2:before {
7479    content: "\f089";
7480  }
7481  
7482  .icon-star-empty:before {
7483    content: "\f005";
7484  }
7485  
7486  .icon-star:before {
7487    content: "\f005";
7488  }
7489  
7490  .icon-stop-circle:before {
7491    content: "\f28d";
7492  }
7493  
7494  .icon-stop:before {
7495    content: "\f04d";
7496  }
7497  
7498  .icon-success:before {
7499    content: "\f14a";
7500  }
7501  
7502  .icon-support:before {
7503    content: "\f1cd";
7504  }
7505  
7506  .icon-switch:before {
7507    content: "\f011";
7508  }
7509  
7510  .icon-sync:before {
7511    content: "\f021";
7512  }
7513  
7514  .icon-tablet:before {
7515    content: "\f10a";
7516  }
7517  
7518  .icon-tachometer-alt:before {
7519    content: "\f3fd";
7520  }
7521  
7522  .icon-tag-2:before {
7523    content: "\f02b";
7524  }
7525  
7526  .icon-tag:before {
7527    content: "\f02b";
7528  }
7529  
7530  .icon-tags-2:before {
7531    content: "\f02c";
7532  }
7533  
7534  .icon-tags:before {
7535    content: "\f02c";
7536  }
7537  
7538  .icon-tasks:before {
7539    content: "\f0ae";
7540  }
7541  
7542  .icon-text-width:before {
7543    content: "\f035";
7544  }
7545  
7546  .icon-th:before {
7547    content: "\f00a";
7548  }
7549  
7550  .icon-th-large:before {
7551    content: "\f009";
7552  }
7553  
7554  .icon-thumbs-down:before {
7555    content: "\f165";
7556  }
7557  
7558  .icon-thumbs-up:before {
7559    content: "\f164";
7560  }
7561  
7562  .icon-times:before {
7563    content: "\f00d";
7564  }
7565  
7566  .icon-toggle-off:before {
7567    content: "\f204";
7568  }
7569  
7570  .icon-toggle-on:before {
7571    content: "\f205";
7572  }
7573  
7574  .icon-tools:before {
7575    content: "\f0ad";
7576  }
7577  
7578  .icon-trash:before {
7579    content: "\f1f8";
7580  }
7581  
7582  .icon-tree-2:before {
7583    content: "\f0e8";
7584  }
7585  
7586  .icon-tree:before {
7587    content: "\f126";
7588  }
7589  
7590  .icon-trophy:before {
7591    content: "\f091";
7592  }
7593  
7594  .icon-unarchive:before {
7595    content: "\f07c";
7596  }
7597  
7598  .icon-unblock:before {
7599    content: "\f021";
7600  }
7601  
7602  .icon-undo-2:before {
7603    content: "\f0e2";
7604  }
7605  
7606  .icon-undo:before {
7607    content: "\f0e2";
7608  }
7609  
7610  .icon-unfeatured:before {
7611    content: "\f111";
7612  }
7613  
7614  .icon-universal:before {
7615    content: "\f29a";
7616  }
7617  
7618  .icon-universal-access:before {
7619    content: "\f29a";
7620  }
7621  
7622  .icon-unlock-alt:before {
7623    content: "\f13e";
7624  }
7625  
7626  .icon-unlock:before {
7627    content: "\f09c";
7628  }
7629  
7630  .icon-unpublish:before {
7631    content: "\f00d";
7632  }
7633  
7634  .icon-uparrow:before {
7635    content: "\f077";
7636  }
7637  
7638  .icon-upload:before {
7639    content: "\f093";
7640  }
7641  
7642  .icon-user-circle:before {
7643    content: "\f2bd";
7644  }
7645  
7646  .icon-user-edit:before {
7647    content: "\f4ff";
7648  }
7649  
7650  .icon-user-lock:before {
7651    content: "\f502";
7652  }
7653  
7654  .icon-user-tag:before {
7655    content: "\f507";
7656  }
7657  
7658  .icon-user:before {
7659    content: "\f007";
7660  }
7661  
7662  .icon-users-cog:before {
7663    content: "\f509";
7664  }
7665  
7666  .icon-users:before {
7667    content: "\f0c0";
7668  }
7669  
7670  .icon-vcard:before {
7671    content: "\f2bb";
7672  }
7673  
7674  .icon-video-2:before {
7675    content: "\f04b";
7676  }
7677  
7678  .icon-video:before {
7679    content: "\f03d";
7680  }
7681  
7682  .icon-wand:before {
7683    content: "\f0d0";
7684  }
7685  
7686  .icon-warning-2:before {
7687    content: "\f071";
7688  }
7689  
7690  .icon-warning-circle:before {
7691    content: "\f06a";
7692  }
7693  
7694  .icon-warning:before {
7695    content: "\f071";
7696  }
7697  
7698  .icon-wifi:before {
7699    content: "\f1eb";
7700  }
7701  
7702  .icon-wrench:before {
7703    content: "\f0ad";
7704  }
7705  
7706  .icon-zoom-in:before {
7707    content: "\f00e";
7708  }
7709  
7710  .icon-zoom-out:before {
7711    content: "\f010";
7712  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer