You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4286 lines
67 KiB

  1. .fa,
  2. .fas,
  3. .far,
  4. .fal,
  5. .fab {
  6. -moz-osx-font-smoothing: grayscale;
  7. -webkit-font-smoothing: antialiased;
  8. display: inline-block;
  9. font-style: normal;
  10. font-variant: normal;
  11. text-rendering: auto;
  12. line-height: 1; }
  13. .fa-lg {
  14. font-size: 1.33333em;
  15. line-height: 0.75em;
  16. vertical-align: -.0667em; }
  17. .fa-xs {
  18. font-size: .75em; }
  19. .fa-sm {
  20. font-size: .875em; }
  21. .fa-1x {
  22. font-size: 1em; }
  23. .fa-2x {
  24. font-size: 2em; }
  25. .fa-3x {
  26. font-size: 3em; }
  27. .fa-4x {
  28. font-size: 4em; }
  29. .fa-5x {
  30. font-size: 5em; }
  31. .fa-6x {
  32. font-size: 6em; }
  33. .fa-7x {
  34. font-size: 7em; }
  35. .fa-8x {
  36. font-size: 8em; }
  37. .fa-9x {
  38. font-size: 9em; }
  39. .fa-10x {
  40. font-size: 10em; }
  41. .fa-fw {
  42. text-align: center;
  43. width: 1.25em; }
  44. .fa-ul {
  45. list-style-type: none;
  46. margin-left: 2.5em;
  47. padding-left: 0; }
  48. .fa-ul > li {
  49. position: relative; }
  50. .fa-li {
  51. left: -2em;
  52. position: absolute;
  53. text-align: center;
  54. width: 2em;
  55. line-height: inherit; }
  56. .fa-border {
  57. border: solid 0.08em #eee;
  58. border-radius: .1em;
  59. padding: .2em .25em .15em; }
  60. .fa-pull-left {
  61. float: left; }
  62. .fa-pull-right {
  63. float: right; }
  64. .fa.fa-pull-left,
  65. .fas.fa-pull-left,
  66. .far.fa-pull-left,
  67. .fal.fa-pull-left,
  68. .fab.fa-pull-left {
  69. margin-right: .3em; }
  70. .fa.fa-pull-right,
  71. .fas.fa-pull-right,
  72. .far.fa-pull-right,
  73. .fal.fa-pull-right,
  74. .fab.fa-pull-right {
  75. margin-left: .3em; }
  76. .fa-spin {
  77. -webkit-animation: fa-spin 2s infinite linear;
  78. animation: fa-spin 2s infinite linear; }
  79. .fa-pulse {
  80. -webkit-animation: fa-spin 1s infinite steps(8);
  81. animation: fa-spin 1s infinite steps(8); }
  82. @-webkit-keyframes fa-spin {
  83. 0% {
  84. -webkit-transform: rotate(0deg);
  85. transform: rotate(0deg); }
  86. 100% {
  87. -webkit-transform: rotate(360deg);
  88. transform: rotate(360deg); } }
  89. @keyframes fa-spin {
  90. 0% {
  91. -webkit-transform: rotate(0deg);
  92. transform: rotate(0deg); }
  93. 100% {
  94. -webkit-transform: rotate(360deg);
  95. transform: rotate(360deg); } }
  96. .fa-rotate-90 {
  97. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  98. -webkit-transform: rotate(90deg);
  99. transform: rotate(90deg); }
  100. .fa-rotate-180 {
  101. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  102. -webkit-transform: rotate(180deg);
  103. transform: rotate(180deg); }
  104. .fa-rotate-270 {
  105. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  106. -webkit-transform: rotate(270deg);
  107. transform: rotate(270deg); }
  108. .fa-flip-horizontal {
  109. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  110. -webkit-transform: scale(-1, 1);
  111. transform: scale(-1, 1); }
  112. .fa-flip-vertical {
  113. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  114. -webkit-transform: scale(1, -1);
  115. transform: scale(1, -1); }
  116. .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  117. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  118. -webkit-transform: scale(-1, -1);
  119. transform: scale(-1, -1); }
  120. :root .fa-rotate-90,
  121. :root .fa-rotate-180,
  122. :root .fa-rotate-270,
  123. :root .fa-flip-horizontal,
  124. :root .fa-flip-vertical,
  125. :root .fa-flip-both {
  126. -webkit-filter: none;
  127. filter: none; }
  128. .fa-stack {
  129. display: inline-block;
  130. height: 2em;
  131. line-height: 2em;
  132. position: relative;
  133. vertical-align: middle;
  134. width: 2.5em; }
  135. .fa-stack-1x,
  136. .fa-stack-2x {
  137. left: 0;
  138. position: absolute;
  139. text-align: center;
  140. width: 100%; }
  141. .fa-stack-1x {
  142. line-height: inherit; }
  143. .fa-stack-2x {
  144. font-size: 2em; }
  145. .fa-inverse {
  146. color: #fff; }
  147. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  148. readers do not read off random characters that represent icons */
  149. .fa-500px:before {
  150. content: "\f26e"; }
  151. .fa-accessible-icon:before {
  152. content: "\f368"; }
  153. .fa-accusoft:before {
  154. content: "\f369"; }
  155. .fa-acquisitions-incorporated:before {
  156. content: "\f6af"; }
  157. .fa-ad:before {
  158. content: "\f641"; }
  159. .fa-address-book:before {
  160. content: "\f2b9"; }
  161. .fa-address-card:before {
  162. content: "\f2bb"; }
  163. .fa-adjust:before {
  164. content: "\f042"; }
  165. .fa-adn:before {
  166. content: "\f170"; }
  167. .fa-adobe:before {
  168. content: "\f778"; }
  169. .fa-adversal:before {
  170. content: "\f36a"; }
  171. .fa-affiliatetheme:before {
  172. content: "\f36b"; }
  173. .fa-air-freshener:before {
  174. content: "\f5d0"; }
  175. .fa-algolia:before {
  176. content: "\f36c"; }
  177. .fa-align-center:before {
  178. content: "\f037"; }
  179. .fa-align-justify:before {
  180. content: "\f039"; }
  181. .fa-align-left:before {
  182. content: "\f036"; }
  183. .fa-align-right:before {
  184. content: "\f038"; }
  185. .fa-alipay:before {
  186. content: "\f642"; }
  187. .fa-allergies:before {
  188. content: "\f461"; }
  189. .fa-amazon:before {
  190. content: "\f270"; }
  191. .fa-amazon-pay:before {
  192. content: "\f42c"; }
  193. .fa-ambulance:before {
  194. content: "\f0f9"; }
  195. .fa-american-sign-language-interpreting:before {
  196. content: "\f2a3"; }
  197. .fa-amilia:before {
  198. content: "\f36d"; }
  199. .fa-anchor:before {
  200. content: "\f13d"; }
  201. .fa-android:before {
  202. content: "\f17b"; }
  203. .fa-angellist:before {
  204. content: "\f209"; }
  205. .fa-angle-double-down:before {
  206. content: "\f103"; }
  207. .fa-angle-double-left:before {
  208. content: "\f100"; }
  209. .fa-angle-double-right:before {
  210. content: "\f101"; }
  211. .fa-angle-double-up:before {
  212. content: "\f102"; }
  213. .fa-angle-down:before {
  214. content: "\f107"; }
  215. .fa-angle-left:before {
  216. content: "\f104"; }
  217. .fa-angle-right:before {
  218. content: "\f105"; }
  219. .fa-angle-up:before {
  220. content: "\f106"; }
  221. .fa-angry:before {
  222. content: "\f556"; }
  223. .fa-angrycreative:before {
  224. content: "\f36e"; }
  225. .fa-angular:before {
  226. content: "\f420"; }
  227. .fa-ankh:before {
  228. content: "\f644"; }
  229. .fa-app-store:before {
  230. content: "\f36f"; }
  231. .fa-app-store-ios:before {
  232. content: "\f370"; }
  233. .fa-apper:before {
  234. content: "\f371"; }
  235. .fa-apple:before {
  236. content: "\f179"; }
  237. .fa-apple-alt:before {
  238. content: "\f5d1"; }
  239. .fa-apple-pay:before {
  240. content: "\f415"; }
  241. .fa-archive:before {
  242. content: "\f187"; }
  243. .fa-archway:before {
  244. content: "\f557"; }
  245. .fa-arrow-alt-circle-down:before {
  246. content: "\f358"; }
  247. .fa-arrow-alt-circle-left:before {
  248. content: "\f359"; }
  249. .fa-arrow-alt-circle-right:before {
  250. content: "\f35a"; }
  251. .fa-arrow-alt-circle-up:before {
  252. content: "\f35b"; }
  253. .fa-arrow-circle-down:before {
  254. content: "\f0ab"; }
  255. .fa-arrow-circle-left:before {
  256. content: "\f0a8"; }
  257. .fa-arrow-circle-right:before {
  258. content: "\f0a9"; }
  259. .fa-arrow-circle-up:before {
  260. content: "\f0aa"; }
  261. .fa-arrow-down:before {
  262. content: "\f063"; }
  263. .fa-arrow-left:before {
  264. content: "\f060"; }
  265. .fa-arrow-right:before {
  266. content: "\f061"; }
  267. .fa-arrow-up:before {
  268. content: "\f062"; }
  269. .fa-arrows-alt:before {
  270. content: "\f0b2"; }
  271. .fa-arrows-alt-h:before {
  272. content: "\f337"; }
  273. .fa-arrows-alt-v:before {
  274. content: "\f338"; }
  275. .fa-artstation:before {
  276. content: "\f77a"; }
  277. .fa-assistive-listening-systems:before {
  278. content: "\f2a2"; }
  279. .fa-asterisk:before {
  280. content: "\f069"; }
  281. .fa-asymmetrik:before {
  282. content: "\f372"; }
  283. .fa-at:before {
  284. content: "\f1fa"; }
  285. .fa-atlas:before {
  286. content: "\f558"; }
  287. .fa-atlassian:before {
  288. content: "\f77b"; }
  289. .fa-atom:before {
  290. content: "\f5d2"; }
  291. .fa-audible:before {
  292. content: "\f373"; }
  293. .fa-audio-description:before {
  294. content: "\f29e"; }
  295. .fa-autoprefixer:before {
  296. content: "\f41c"; }
  297. .fa-avianex:before {
  298. content: "\f374"; }
  299. .fa-aviato:before {
  300. content: "\f421"; }
  301. .fa-award:before {
  302. content: "\f559"; }
  303. .fa-aws:before {
  304. content: "\f375"; }
  305. .fa-baby:before {
  306. content: "\f77c"; }
  307. .fa-baby-carriage:before {
  308. content: "\f77d"; }
  309. .fa-backspace:before {
  310. content: "\f55a"; }
  311. .fa-backward:before {
  312. content: "\f04a"; }
  313. .fa-bacon:before {
  314. content: "\f7e5"; }
  315. .fa-balance-scale:before {
  316. content: "\f24e"; }
  317. .fa-ban:before {
  318. content: "\f05e"; }
  319. .fa-band-aid:before {
  320. content: "\f462"; }
  321. .fa-bandcamp:before {
  322. content: "\f2d5"; }
  323. .fa-barcode:before {
  324. content: "\f02a"; }
  325. .fa-bars:before {
  326. content: "\f0c9"; }
  327. .fa-baseball-ball:before {
  328. content: "\f433"; }
  329. .fa-basketball-ball:before {
  330. content: "\f434"; }
  331. .fa-bath:before {
  332. content: "\f2cd"; }
  333. .fa-battery-empty:before {
  334. content: "\f244"; }
  335. .fa-battery-full:before {
  336. content: "\f240"; }
  337. .fa-battery-half:before {
  338. content: "\f242"; }
  339. .fa-battery-quarter:before {
  340. content: "\f243"; }
  341. .fa-battery-three-quarters:before {
  342. content: "\f241"; }
  343. .fa-bed:before {
  344. content: "\f236"; }
  345. .fa-beer:before {
  346. content: "\f0fc"; }
  347. .fa-behance:before {
  348. content: "\f1b4"; }
  349. .fa-behance-square:before {
  350. content: "\f1b5"; }
  351. .fa-bell:before {
  352. content: "\f0f3"; }
  353. .fa-bell-slash:before {
  354. content: "\f1f6"; }
  355. .fa-bezier-curve:before {
  356. content: "\f55b"; }
  357. .fa-bible:before {
  358. content: "\f647"; }
  359. .fa-bicycle:before {
  360. content: "\f206"; }
  361. .fa-bimobject:before {
  362. content: "\f378"; }
  363. .fa-binoculars:before {
  364. content: "\f1e5"; }
  365. .fa-biohazard:before {
  366. content: "\f780"; }
  367. .fa-birthday-cake:before {
  368. content: "\f1fd"; }
  369. .fa-bitbucket:before {
  370. content: "\f171"; }
  371. .fa-bitcoin:before {
  372. content: "\f379"; }
  373. .fa-bity:before {
  374. content: "\f37a"; }
  375. .fa-black-tie:before {
  376. content: "\f27e"; }
  377. .fa-blackberry:before {
  378. content: "\f37b"; }
  379. .fa-blender:before {
  380. content: "\f517"; }
  381. .fa-blender-phone:before {
  382. content: "\f6b6"; }
  383. .fa-blind:before {
  384. content: "\f29d"; }
  385. .fa-blog:before {
  386. content: "\f781"; }
  387. .fa-blogger:before {
  388. content: "\f37c"; }
  389. .fa-blogger-b:before {
  390. content: "\f37d"; }
  391. .fa-bluetooth:before {
  392. content: "\f293"; }
  393. .fa-bluetooth-b:before {
  394. content: "\f294"; }
  395. .fa-bold:before {
  396. content: "\f032"; }
  397. .fa-bolt:before {
  398. content: "\f0e7"; }
  399. .fa-bomb:before {
  400. content: "\f1e2"; }
  401. .fa-bone:before {
  402. content: "\f5d7"; }
  403. .fa-bong:before {
  404. content: "\f55c"; }
  405. .fa-book:before {
  406. content: "\f02d"; }
  407. .fa-book-dead:before {
  408. content: "\f6b7"; }
  409. .fa-book-medical:before {
  410. content: "\f7e6"; }
  411. .fa-book-open:before {
  412. content: "\f518"; }
  413. .fa-book-reader:before {
  414. content: "\f5da"; }
  415. .fa-bookmark:before {
  416. content: "\f02e"; }
  417. .fa-bowling-ball:before {
  418. content: "\f436"; }
  419. .fa-box:before {
  420. content: "\f466"; }
  421. .fa-box-open:before {
  422. content: "\f49e"; }
  423. .fa-boxes:before {
  424. content: "\f468"; }
  425. .fa-braille:before {
  426. content: "\f2a1"; }
  427. .fa-brain:before {
  428. content: "\f5dc"; }
  429. .fa-bread-slice:before {
  430. content: "\f7ec"; }
  431. .fa-briefcase:before {
  432. content: "\f0b1"; }
  433. .fa-briefcase-medical:before {
  434. content: "\f469"; }
  435. .fa-broadcast-tower:before {
  436. content: "\f519"; }
  437. .fa-broom:before {
  438. content: "\f51a"; }
  439. .fa-brush:before {
  440. content: "\f55d"; }
  441. .fa-btc:before {
  442. content: "\f15a"; }
  443. .fa-bug:before {
  444. content: "\f188"; }
  445. .fa-building:before {
  446. content: "\f1ad"; }
  447. .fa-bullhorn:before {
  448. content: "\f0a1"; }
  449. .fa-bullseye:before {
  450. content: "\f140"; }
  451. .fa-burn:before {
  452. content: "\f46a"; }
  453. .fa-buromobelexperte:before {
  454. content: "\f37f"; }
  455. .fa-bus:before {
  456. content: "\f207"; }
  457. .fa-bus-alt:before {
  458. content: "\f55e"; }
  459. .fa-business-time:before {
  460. content: "\f64a"; }
  461. .fa-buysellads:before {
  462. content: "\f20d"; }
  463. .fa-calculator:before {
  464. content: "\f1ec"; }
  465. .fa-calendar:before {
  466. content: "\f133"; }
  467. .fa-calendar-alt:before {
  468. content: "\f073"; }
  469. .fa-calendar-check:before {
  470. content: "\f274"; }
  471. .fa-calendar-day:before {
  472. content: "\f783"; }
  473. .fa-calendar-minus:before {
  474. content: "\f272"; }
  475. .fa-calendar-plus:before {
  476. content: "\f271"; }
  477. .fa-calendar-times:before {
  478. content: "\f273"; }
  479. .fa-calendar-week:before {
  480. content: "\f784"; }
  481. .fa-camera:before {
  482. content: "\f030"; }
  483. .fa-camera-retro:before {
  484. content: "\f083"; }
  485. .fa-campground:before {
  486. content: "\f6bb"; }
  487. .fa-canadian-maple-leaf:before {
  488. content: "\f785"; }
  489. .fa-candy-cane:before {
  490. content: "\f786"; }
  491. .fa-cannabis:before {
  492. content: "\f55f"; }
  493. .fa-capsules:before {
  494. content: "\f46b"; }
  495. .fa-car:before {
  496. content: "\f1b9"; }
  497. .fa-car-alt:before {
  498. content: "\f5de"; }
  499. .fa-car-battery:before {
  500. content: "\f5df"; }
  501. .fa-car-crash:before {
  502. content: "\f5e1"; }
  503. .fa-car-side:before {
  504. content: "\f5e4"; }
  505. .fa-caret-down:before {
  506. content: "\f0d7"; }
  507. .fa-caret-left:before {
  508. content: "\f0d9"; }
  509. .fa-caret-right:before {
  510. content: "\f0da"; }
  511. .fa-caret-square-down:before {
  512. content: "\f150"; }
  513. .fa-caret-square-left:before {
  514. content: "\f191"; }
  515. .fa-caret-square-right:before {
  516. content: "\f152"; }
  517. .fa-caret-square-up:before {
  518. content: "\f151"; }
  519. .fa-caret-up:before {
  520. content: "\f0d8"; }
  521. .fa-carrot:before {
  522. content: "\f787"; }
  523. .fa-cart-arrow-down:before {
  524. content: "\f218"; }
  525. .fa-cart-plus:before {
  526. content: "\f217"; }
  527. .fa-cash-register:before {
  528. content: "\f788"; }
  529. .fa-cat:before {
  530. content: "\f6be"; }
  531. .fa-cc-amazon-pay:before {
  532. content: "\f42d"; }
  533. .fa-cc-amex:before {
  534. content: "\f1f3"; }
  535. .fa-cc-apple-pay:before {
  536. content: "\f416"; }
  537. .fa-cc-diners-club:before {
  538. content: "\f24c"; }
  539. .fa-cc-discover:before {
  540. content: "\f1f2"; }
  541. .fa-cc-jcb:before {
  542. content: "\f24b"; }
  543. .fa-cc-mastercard:before {
  544. content: "\f1f1"; }
  545. .fa-cc-paypal:before {
  546. content: "\f1f4"; }
  547. .fa-cc-stripe:before {
  548. content: "\f1f5"; }
  549. .fa-cc-visa:before {
  550. content: "\f1f0"; }
  551. .fa-centercode:before {
  552. content: "\f380"; }
  553. .fa-centos:before {
  554. content: "\f789"; }
  555. .fa-certificate:before {
  556. content: "\f0a3"; }
  557. .fa-chair:before {
  558. content: "\f6c0"; }
  559. .fa-chalkboard:before {
  560. content: "\f51b"; }
  561. .fa-chalkboard-teacher:before {
  562. content: "\f51c"; }
  563. .fa-charging-station:before {
  564. content: "\f5e7"; }
  565. .fa-chart-area:before {
  566. content: "\f1fe"; }
  567. .fa-chart-bar:before {
  568. content: "\f080"; }
  569. .fa-chart-line:before {
  570. content: "\f201"; }
  571. .fa-chart-pie:before {
  572. content: "\f200"; }
  573. .fa-check:before {
  574. content: "\f00c"; }
  575. .fa-check-circle:before {
  576. content: "\f058"; }
  577. .fa-check-double:before {
  578. content: "\f560"; }
  579. .fa-check-square:before {
  580. content: "\f14a"; }
  581. .fa-cheese:before {
  582. content: "\f7ef"; }
  583. .fa-chess:before {
  584. content: "\f439"; }
  585. .fa-chess-bishop:before {
  586. content: "\f43a"; }
  587. .fa-chess-board:before {
  588. content: "\f43c"; }
  589. .fa-chess-king:before {
  590. content: "\f43f"; }
  591. .fa-chess-knight:before {
  592. content: "\f441"; }
  593. .fa-chess-pawn:before {
  594. content: "\f443"; }
  595. .fa-chess-queen:before {
  596. content: "\f445"; }
  597. .fa-chess-rook:before {
  598. content: "\f447"; }
  599. .fa-chevron-circle-down:before {
  600. content: "\f13a"; }
  601. .fa-chevron-circle-left:before {
  602. content: "\f137"; }
  603. .fa-chevron-circle-right:before {
  604. content: "\f138"; }
  605. .fa-chevron-circle-up:before {
  606. content: "\f139"; }
  607. .fa-chevron-down:before {
  608. content: "\f078"; }
  609. .fa-chevron-left:before {
  610. content: "\f053"; }
  611. .fa-chevron-right:before {
  612. content: "\f054"; }
  613. .fa-chevron-up:before {
  614. content: "\f077"; }
  615. .fa-child:before {
  616. content: "\f1ae"; }
  617. .fa-chrome:before {
  618. content: "\f268"; }
  619. .fa-church:before {
  620. content: "\f51d"; }
  621. .fa-circle:before {
  622. content: "\f111"; }
  623. .fa-circle-notch:before {
  624. content: "\f1ce"; }
  625. .fa-city:before {
  626. content: "\f64f"; }
  627. .fa-clinic-medical:before {
  628. content: "\f7f2"; }
  629. .fa-clipboard:before {
  630. content: "\f328"; }
  631. .fa-clipboard-check:before {
  632. content: "\f46c"; }
  633. .fa-clipboard-list:before {
  634. content: "\f46d"; }
  635. .fa-clock:before {
  636. content: "\f017"; }
  637. .fa-clone:before {
  638. content: "\f24d"; }
  639. .fa-closed-captioning:before {
  640. content: "\f20a"; }
  641. .fa-cloud:before {
  642. content: "\f0c2"; }
  643. .fa-cloud-download-alt:before {
  644. content: "\f381"; }
  645. .fa-cloud-meatball:before {
  646. content: "\f73b"; }
  647. .fa-cloud-moon:before {
  648. content: "\f6c3"; }
  649. .fa-cloud-moon-rain:before {
  650. content: "\f73c"; }
  651. .fa-cloud-rain:before {
  652. content: "\f73d"; }
  653. .fa-cloud-showers-heavy:before {
  654. content: "\f740"; }
  655. .fa-cloud-sun:before {
  656. content: "\f6c4"; }
  657. .fa-cloud-sun-rain:before {
  658. content: "\f743"; }
  659. .fa-cloud-upload-alt:before {
  660. content: "\f382"; }
  661. .fa-cloudscale:before {
  662. content: "\f383"; }
  663. .fa-cloudsmith:before {
  664. content: "\f384"; }
  665. .fa-cloudversify:before {
  666. content: "\f385"; }
  667. .fa-cocktail:before {
  668. content: "\f561"; }
  669. .fa-code:before {
  670. content: "\f121"; }
  671. .fa-code-branch:before {
  672. content: "\f126"; }
  673. .fa-codepen:before {
  674. content: "\f1cb"; }
  675. .fa-codiepie:before {
  676. content: "\f284"; }
  677. .fa-coffee:before {
  678. content: "\f0f4"; }
  679. .fa-cog:before {
  680. content: "\f013"; }
  681. .fa-cogs:before {
  682. content: "\f085"; }
  683. .fa-coins:before {
  684. content: "\f51e"; }
  685. .fa-columns:before {
  686. content: "\f0db"; }
  687. .fa-comment:before {
  688. content: "\f075"; }
  689. .fa-comment-alt:before {
  690. content: "\f27a"; }
  691. .fa-comment-dollar:before {
  692. content: "\f651"; }
  693. .fa-comment-dots:before {
  694. content: "\f4ad"; }
  695. .fa-comment-medical:before {
  696. content: "\f7f5"; }
  697. .fa-comment-slash:before {
  698. content: "\f4b3"; }
  699. .fa-comments:before {
  700. content: "\f086"; }
  701. .fa-comments-dollar:before {
  702. content: "\f653"; }
  703. .fa-compact-disc:before {
  704. content: "\f51f"; }
  705. .fa-compass:before {
  706. content: "\f14e"; }
  707. .fa-compress:before {
  708. content: "\f066"; }
  709. .fa-compress-arrows-alt:before {
  710. content: "\f78c"; }
  711. .fa-concierge-bell:before {
  712. content: "\f562"; }
  713. .fa-confluence:before {
  714. content: "\f78d"; }
  715. .fa-connectdevelop:before {
  716. content: "\f20e"; }
  717. .fa-contao:before {
  718. content: "\f26d"; }
  719. .fa-cookie:before {
  720. content: "\f563"; }
  721. .fa-cookie-bite:before {
  722. content: "\f564"; }
  723. .fa-copy:before {
  724. content: "\f0c5"; }
  725. .fa-copyright:before {
  726. content: "\f1f9"; }
  727. .fa-couch:before {
  728. content: "\f4b8"; }
  729. .fa-cpanel:before {
  730. content: "\f388"; }
  731. .fa-creative-commons:before {
  732. content: "\f25e"; }
  733. .fa-creative-commons-by:before {
  734. content: "\f4e7"; }
  735. .fa-creative-commons-nc:before {
  736. content: "\f4e8"; }
  737. .fa-creative-commons-nc-eu:before {
  738. content: "\f4e9"; }
  739. .fa-creative-commons-nc-jp:before {
  740. content: "\f4ea"; }
  741. .fa-creative-commons-nd:before {
  742. content: "\f4eb"; }
  743. .fa-creative-commons-pd:before {
  744. content: "\f4ec"; }
  745. .fa-creative-commons-pd-alt:before {
  746. content: "\f4ed"; }
  747. .fa-creative-commons-remix:before {
  748. content: "\f4ee"; }
  749. .fa-creative-commons-sa:before {
  750. content: "\f4ef"; }
  751. .fa-creative-commons-sampling:before {
  752. content: "\f4f0"; }
  753. .fa-creative-commons-sampling-plus:before {
  754. content: "\f4f1"; }
  755. .fa-creative-commons-share:before {
  756. content: "\f4f2"; }
  757. .fa-creative-commons-zero:before {
  758. content: "\f4f3"; }
  759. .fa-credit-card:before {
  760. content: "\f09d"; }
  761. .fa-critical-role:before {
  762. content: "\f6c9"; }
  763. .fa-crop:before {
  764. content: "\f125"; }
  765. .fa-crop-alt:before {
  766. content: "\f565"; }
  767. .fa-cross:before {
  768. content: "\f654"; }
  769. .fa-crosshairs:before {
  770. content: "\f05b"; }
  771. .fa-crow:before {
  772. content: "\f520"; }
  773. .fa-crown:before {
  774. content: "\f521"; }
  775. .fa-crutch:before {
  776. content: "\f7f7"; }
  777. .fa-css3:before {
  778. content: "\f13c"; }
  779. .fa-css3-alt:before {
  780. content: "\f38b"; }
  781. .fa-cube:before {
  782. content: "\f1b2"; }
  783. .fa-cubes:before {
  784. content: "\f1b3"; }
  785. .fa-cut:before {
  786. content: "\f0c4"; }
  787. .fa-cuttlefish:before {
  788. content: "\f38c"; }
  789. .fa-d-and-d:before {
  790. content: "\f38d"; }
  791. .fa-d-and-d-beyond:before {
  792. content: "\f6ca"; }
  793. .fa-dashcube:before {
  794. content: "\f210"; }
  795. .fa-database:before {
  796. content: "\f1c0"; }
  797. .fa-deaf:before {
  798. content: "\f2a4"; }
  799. .fa-delicious:before {
  800. content: "\f1a5"; }
  801. .fa-democrat:before {
  802. content: "\f747"; }
  803. .fa-deploydog:before {
  804. content: "\f38e"; }
  805. .fa-deskpro:before {
  806. content: "\f38f"; }
  807. .fa-desktop:before {
  808. content: "\f108"; }
  809. .fa-dev:before {
  810. content: "\f6cc"; }
  811. .fa-deviantart:before {
  812. content: "\f1bd"; }
  813. .fa-dharmachakra:before {
  814. content: "\f655"; }
  815. .fa-dhl:before {
  816. content: "\f790"; }
  817. .fa-diagnoses:before {
  818. content: "\f470"; }
  819. .fa-diaspora:before {
  820. content: "\f791"; }
  821. .fa-dice:before {
  822. content: "\f522"; }
  823. .fa-dice-d20:before {
  824. content: "\f6cf"; }
  825. .fa-dice-d6:before {
  826. content: "\f6d1"; }
  827. .fa-dice-five:before {
  828. content: "\f523"; }
  829. .fa-dice-four:before {
  830. content: "\f524"; }
  831. .fa-dice-one:before {
  832. content: "\f525"; }
  833. .fa-dice-six:before {
  834. content: "\f526"; }
  835. .fa-dice-three:before {
  836. content: "\f527"; }
  837. .fa-dice-two:before {
  838. content: "\f528"; }
  839. .fa-digg:before {
  840. content: "\f1a6"; }
  841. .fa-digital-ocean:before {
  842. content: "\f391"; }
  843. .fa-digital-tachograph:before {
  844. content: "\f566"; }
  845. .fa-directions:before {
  846. content: "\f5eb"; }
  847. .fa-discord:before {
  848. content: "\f392"; }
  849. .fa-discourse:before {
  850. content: "\f393"; }
  851. .fa-divide:before {
  852. content: "\f529"; }
  853. .fa-dizzy:before {
  854. content: "\f567"; }
  855. .fa-dna:before {
  856. content: "\f471"; }
  857. .fa-dochub:before {
  858. content: "\f394"; }
  859. .fa-docker:before {
  860. content: "\f395"; }
  861. .fa-dog:before {
  862. content: "\f6d3"; }
  863. .fa-dollar-sign:before {
  864. content: "\f155"; }
  865. .fa-dolly:before {
  866. content: "\f472"; }
  867. .fa-dolly-flatbed:before {
  868. content: "\f474"; }
  869. .fa-donate:before {
  870. content: "\f4b9"; }
  871. .fa-door-closed:before {
  872. content: "\f52a"; }
  873. .fa-door-open:before {
  874. content: "\f52b"; }
  875. .fa-dot-circle:before {
  876. content: "\f192"; }
  877. .fa-dove:before {
  878. content: "\f4ba"; }
  879. .fa-download:before {
  880. content: "\f019"; }
  881. .fa-draft2digital:before {
  882. content: "\f396"; }
  883. .fa-drafting-compass:before {
  884. content: "\f568"; }
  885. .fa-dragon:before {
  886. content: "\f6d5"; }
  887. .fa-draw-polygon:before {
  888. content: "\f5ee"; }
  889. .fa-dribbble:before {
  890. content: "\f17d"; }
  891. .fa-dribbble-square:before {
  892. content: "\f397"; }
  893. .fa-dropbox:before {
  894. content: "\f16b"; }
  895. .fa-drum:before {
  896. content: "\f569"; }
  897. .fa-drum-steelpan:before {
  898. content: "\f56a"; }
  899. .fa-drumstick-bite:before {
  900. content: "\f6d7"; }
  901. .fa-drupal:before {
  902. content: "\f1a9"; }
  903. .fa-dumbbell:before {
  904. content: "\f44b"; }
  905. .fa-dumpster:before {
  906. content: "\f793"; }
  907. .fa-dumpster-fire:before {
  908. content: "\f794"; }
  909. .fa-dungeon:before {
  910. content: "\f6d9"; }
  911. .fa-dyalog:before {
  912. content: "\f399"; }
  913. .fa-earlybirds:before {
  914. content: "\f39a"; }
  915. .fa-ebay:before {
  916. content: "\f4f4"; }
  917. .fa-edge:before {
  918. content: "\f282"; }
  919. .fa-edit:before {
  920. content: "\f044"; }
  921. .fa-egg:before {
  922. content: "\f7fb"; }
  923. .fa-eject:before {
  924. content: "\f052"; }
  925. .fa-elementor:before {
  926. content: "\f430"; }
  927. .fa-ellipsis-h:before {
  928. content: "\f141"; }
  929. .fa-ellipsis-v:before {
  930. content: "\f142"; }
  931. .fa-ello:before {
  932. content: "\f5f1"; }
  933. .fa-ember:before {
  934. content: "\f423"; }
  935. .fa-empire:before {
  936. content: "\f1d1"; }
  937. .fa-envelope:before {
  938. content: "\f0e0"; }
  939. .fa-envelope-open:before {
  940. content: "\f2b6"; }
  941. .fa-envelope-open-text:before {
  942. content: "\f658"; }
  943. .fa-envelope-square:before {
  944. content: "\f199"; }
  945. .fa-envira:before {
  946. content: "\f299"; }
  947. .fa-equals:before {
  948. content: "\f52c"; }
  949. .fa-eraser:before {
  950. content: "\f12d"; }
  951. .fa-erlang:before {
  952. content: "\f39d"; }
  953. .fa-ethereum:before {
  954. content: "\f42e"; }
  955. .fa-ethernet:before {
  956. content: "\f796"; }
  957. .fa-etsy:before {
  958. content: "\f2d7"; }
  959. .fa-euro-sign:before {
  960. content: "\f153"; }
  961. .fa-exchange-alt:before {
  962. content: "\f362"; }
  963. .fa-exclamation:before {
  964. content: "\f12a"; }
  965. .fa-exclamation-circle:before {
  966. content: "\f06a"; }
  967. .fa-exclamation-triangle:before {
  968. content: "\f071"; }
  969. .fa-expand:before {
  970. content: "\f065"; }
  971. .fa-expand-arrows-alt:before {
  972. content: "\f31e"; }
  973. .fa-expeditedssl:before {
  974. content: "\f23e"; }
  975. .fa-external-link-alt:before {
  976. content: "\f35d"; }
  977. .fa-external-link-square-alt:before {
  978. content: "\f360"; }
  979. .fa-eye:before {
  980. content: "\f06e"; }
  981. .fa-eye-dropper:before {
  982. content: "\f1fb"; }
  983. .fa-eye-slash:before {
  984. content: "\f070"; }
  985. .fa-facebook:before {
  986. content: "\f09a"; }
  987. .fa-facebook-f:before {
  988. content: "\f39e"; }
  989. .fa-facebook-messenger:before {
  990. content: "\f39f"; }
  991. .fa-facebook-square:before {
  992. content: "\f082"; }
  993. .fa-fantasy-flight-games:before {
  994. content: "\f6dc"; }
  995. .fa-fast-backward:before {
  996. content: "\f049"; }
  997. .fa-fast-forward:before {
  998. content: "\f050"; }
  999. .fa-fax:before {
  1000. content: "\f1ac"; }
  1001. .fa-feather:before {
  1002. content: "\f52d"; }
  1003. .fa-feather-alt:before {
  1004. content: "\f56b"; }
  1005. .fa-fedex:before {
  1006. content: "\f797"; }
  1007. .fa-fedora:before {
  1008. content: "\f798"; }
  1009. .fa-female:before {
  1010. content: "\f182"; }
  1011. .fa-fighter-jet:before {
  1012. content: "\f0fb"; }
  1013. .fa-figma:before {
  1014. content: "\f799"; }
  1015. .fa-file:before {
  1016. content: "\f15b"; }
  1017. .fa-file-alt:before {
  1018. content: "\f15c"; }
  1019. .fa-file-archive:before {
  1020. content: "\f1c6"; }
  1021. .fa-file-audio:before {
  1022. content: "\f1c7"; }
  1023. .fa-file-code:before {
  1024. content: "\f1c9"; }
  1025. .fa-file-contract:before {
  1026. content: "\f56c"; }
  1027. .fa-file-csv:before {
  1028. content: "\f6dd"; }
  1029. .fa-file-download:before {
  1030. content: "\f56d"; }
  1031. .fa-file-excel:before {
  1032. content: "\f1c3"; }
  1033. .fa-file-export:before {
  1034. content: "\f56e"; }
  1035. .fa-file-image:before {
  1036. content: "\f1c5"; }
  1037. .fa-file-import:before {
  1038. content: "\f56f"; }
  1039. .fa-file-invoice:before {
  1040. content: "\f570"; }
  1041. .fa-file-invoice-dollar:before {
  1042. content: "\f571"; }
  1043. .fa-file-medical:before {
  1044. content: "\f477"; }
  1045. .fa-file-medical-alt:before {
  1046. content: "\f478"; }
  1047. .fa-file-pdf:before {
  1048. content: "\f1c1"; }
  1049. .fa-file-powerpoint:before {
  1050. content: "\f1c4"; }
  1051. .fa-file-prescription:before {
  1052. content: "\f572"; }
  1053. .fa-file-signature:before {
  1054. content: "\f573"; }
  1055. .fa-file-upload:before {
  1056. content: "\f574"; }
  1057. .fa-file-video:before {
  1058. content: "\f1c8"; }
  1059. .fa-file-word:before {
  1060. content: "\f1c2"; }
  1061. .fa-fill:before {
  1062. content: "\f575"; }
  1063. .fa-fill-drip:before {
  1064. content: "\f576"; }
  1065. .fa-film:before {
  1066. content: "\f008"; }
  1067. .fa-filter:before {
  1068. content: "\f0b0"; }
  1069. .fa-fingerprint:before {
  1070. content: "\f577"; }
  1071. .fa-fire:before {
  1072. content: "\f06d"; }
  1073. .fa-fire-alt:before {
  1074. content: "\f7e4"; }
  1075. .fa-fire-extinguisher:before {
  1076. content: "\f134"; }
  1077. .fa-firefox:before {
  1078. content: "\f269"; }
  1079. .fa-first-aid:before {
  1080. content: "\f479"; }
  1081. .fa-first-order:before {
  1082. content: "\f2b0"; }
  1083. .fa-first-order-alt:before {
  1084. content: "\f50a"; }
  1085. .fa-firstdraft:before {
  1086. content: "\f3a1"; }
  1087. .fa-fish:before {
  1088. content: "\f578"; }
  1089. .fa-fist-raised:before {
  1090. content: "\f6de"; }
  1091. .fa-flag:before {
  1092. content: "\f024"; }
  1093. .fa-flag-checkered:before {
  1094. content: "\f11e"; }
  1095. .fa-flag-usa:before {
  1096. content: "\f74d"; }
  1097. .fa-flask:before {
  1098. content: "\f0c3"; }
  1099. .fa-flickr:before {
  1100. content: "\f16e"; }
  1101. .fa-flipboard:before {
  1102. content: "\f44d"; }
  1103. .fa-flushed:before {
  1104. content: "\f579"; }
  1105. .fa-fly:before {
  1106. content: "\f417"; }
  1107. .fa-folder:before {
  1108. content: "\f07b"; }
  1109. .fa-folder-minus:before {
  1110. content: "\f65d"; }
  1111. .fa-folder-open:before {
  1112. content: "\f07c"; }
  1113. .fa-folder-plus:before {
  1114. content: "\f65e"; }
  1115. .fa-font:before {
  1116. content: "\f031"; }
  1117. .fa-font-awesome:before {
  1118. content: "\f2b4"; }
  1119. .fa-font-awesome-alt:before {
  1120. content: "\f35c"; }
  1121. .fa-font-awesome-flag:before {
  1122. content: "\f425"; }
  1123. .fa-font-awesome-logo-full:before {
  1124. content: "\f4e6"; }
  1125. .fa-fonticons:before {
  1126. content: "\f280"; }
  1127. .fa-fonticons-fi:before {
  1128. content: "\f3a2"; }
  1129. .fa-football-ball:before {
  1130. content: "\f44e"; }
  1131. .fa-fort-awesome:before {
  1132. content: "\f286"; }
  1133. .fa-fort-awesome-alt:before {
  1134. content: "\f3a3"; }
  1135. .fa-forumbee:before {
  1136. content: "\f211"; }
  1137. .fa-forward:before {
  1138. content: "\f04e"; }
  1139. .fa-foursquare:before {
  1140. content: "\f180"; }
  1141. .fa-free-code-camp:before {
  1142. content: "\f2c5"; }
  1143. .fa-freebsd:before {
  1144. content: "\f3a4"; }
  1145. .fa-frog:before {
  1146. content: "\f52e"; }
  1147. .fa-frown:before {
  1148. content: "\f119"; }
  1149. .fa-frown-open:before {
  1150. content: "\f57a"; }
  1151. .fa-fulcrum:before {
  1152. content: "\f50b"; }
  1153. .fa-funnel-dollar:before {
  1154. content: "\f662"; }
  1155. .fa-futbol:before {
  1156. content: "\f1e3"; }
  1157. .fa-galactic-republic:before {
  1158. content: "\f50c"; }
  1159. .fa-galactic-senate:before {
  1160. content: "\f50d"; }
  1161. .fa-gamepad:before {
  1162. content: "\f11b"; }
  1163. .fa-gas-pump:before {
  1164. content: "\f52f"; }
  1165. .fa-gavel:before {
  1166. content: "\f0e3"; }
  1167. .fa-gem:before {
  1168. content: "\f3a5"; }
  1169. .fa-genderless:before {
  1170. content: "\f22d"; }
  1171. .fa-get-pocket:before {
  1172. content: "\f265"; }
  1173. .fa-gg:before {
  1174. content: "\f260"; }
  1175. .fa-gg-circle:before {
  1176. content: "\f261"; }
  1177. .fa-ghost:before {
  1178. content: "\f6e2"; }
  1179. .fa-gift:before {
  1180. content: "\f06b"; }
  1181. .fa-gifts:before {
  1182. content: "\f79c"; }
  1183. .fa-git:before {
  1184. content: "\f1d3"; }
  1185. .fa-git-square:before {
  1186. content: "\f1d2"; }
  1187. .fa-github:before {
  1188. content: "\f09b"; }
  1189. .fa-github-alt:before {
  1190. content: "\f113"; }
  1191. .fa-github-square:before {
  1192. content: "\f092"; }
  1193. .fa-gitkraken:before {
  1194. content: "\f3a6"; }
  1195. .fa-gitlab:before {
  1196. content: "\f296"; }
  1197. .fa-gitter:before {
  1198. content: "\f426"; }
  1199. .fa-glass-cheers:before {
  1200. content: "\f79f"; }
  1201. .fa-glass-martini:before {
  1202. content: "\f000"; }
  1203. .fa-glass-martini-alt:before {
  1204. content: "\f57b"; }
  1205. .fa-glass-whiskey:before {
  1206. content: "\f7a0"; }
  1207. .fa-glasses:before {
  1208. content: "\f530"; }
  1209. .fa-glide:before {
  1210. content: "\f2a5"; }
  1211. .fa-glide-g:before {
  1212. content: "\f2a6"; }
  1213. .fa-globe:before {
  1214. content: "\f0ac"; }
  1215. .fa-globe-africa:before {
  1216. content: "\f57c"; }
  1217. .fa-globe-americas:before {
  1218. content: "\f57d"; }
  1219. .fa-globe-asia:before {
  1220. content: "\f57e"; }
  1221. .fa-globe-europe:before {
  1222. content: "\f7a2"; }
  1223. .fa-gofore:before {
  1224. content: "\f3a7"; }
  1225. .fa-golf-ball:before {
  1226. content: "\f450"; }
  1227. .fa-goodreads:before {
  1228. content: "\f3a8"; }
  1229. .fa-goodreads-g:before {
  1230. content: "\f3a9"; }
  1231. .fa-google:before {
  1232. content: "\f1a0"; }
  1233. .fa-google-drive:before {
  1234. content: "\f3aa"; }
  1235. .fa-google-play:before {
  1236. content: "\f3ab"; }
  1237. .fa-google-plus:before {
  1238. content: "\f2b3"; }
  1239. .fa-google-plus-g:before {
  1240. content: "\f0d5"; }
  1241. .fa-google-plus-square:before {
  1242. content: "\f0d4"; }
  1243. .fa-google-wallet:before {
  1244. content: "\f1ee"; }
  1245. .fa-gopuram:before {
  1246. content: "\f664"; }
  1247. .fa-graduation-cap:before {
  1248. content: "\f19d"; }
  1249. .fa-gratipay:before {
  1250. content: "\f184"; }
  1251. .fa-grav:before {
  1252. content: "\f2d6"; }
  1253. .fa-greater-than:before {
  1254. content: "\f531"; }
  1255. .fa-greater-than-equal:before {
  1256. content: "\f532"; }
  1257. .fa-grimace:before {
  1258. content: "\f57f"; }
  1259. .fa-grin:before {
  1260. content: "\f580"; }
  1261. .fa-grin-alt:before {
  1262. content: "\f581"; }
  1263. .fa-grin-beam:before {
  1264. content: "\f582"; }
  1265. .fa-grin-beam-sweat:before {
  1266. content: "\f583"; }
  1267. .fa-grin-hearts:before {
  1268. content: "\f584"; }
  1269. .fa-grin-squint:before {
  1270. content: "\f585"; }
  1271. .fa-grin-squint-tears:before {
  1272. content: "\f586"; }
  1273. .fa-grin-stars:before {
  1274. content: "\f587"; }
  1275. .fa-grin-tears:before {
  1276. content: "\f588"; }
  1277. .fa-grin-tongue:before {
  1278. content: "\f589"; }
  1279. .fa-grin-tongue-squint:before {
  1280. content: "\f58a"; }
  1281. .fa-grin-tongue-wink:before {
  1282. content: "\f58b"; }
  1283. .fa-grin-wink:before {
  1284. content: "\f58c"; }
  1285. .fa-grip-horizontal:before {
  1286. content: "\f58d"; }
  1287. .fa-grip-lines:before {
  1288. content: "\f7a4"; }
  1289. .fa-grip-lines-vertical:before {
  1290. content: "\f7a5"; }
  1291. .fa-grip-vertical:before {
  1292. content: "\f58e"; }
  1293. .fa-gripfire:before {
  1294. content: "\f3ac"; }
  1295. .fa-grunt:before {
  1296. content: "\f3ad"; }
  1297. .fa-guitar:before {
  1298. content: "\f7a6"; }
  1299. .fa-gulp:before {
  1300. content: "\f3ae"; }
  1301. .fa-h-square:before {
  1302. content: "\f0fd"; }
  1303. .fa-hacker-news:before {
  1304. content: "\f1d4"; }
  1305. .fa-hacker-news-square:before {
  1306. content: "\f3af"; }
  1307. .fa-hackerrank:before {
  1308. content: "\f5f7"; }
  1309. .fa-hamburger:before {
  1310. content: "\f805"; }
  1311. .fa-hammer:before {
  1312. content: "\f6e3"; }
  1313. .fa-hamsa:before {
  1314. content: "\f665"; }
  1315. .fa-hand-holding:before {
  1316. content: "\f4bd"; }
  1317. .fa-hand-holding-heart:before {
  1318. content: "\f4be"; }
  1319. .fa-hand-holding-usd:before {
  1320. content: "\f4c0"; }
  1321. .fa-hand-lizard:before {
  1322. content: "\f258"; }
  1323. .fa-hand-middle-finger:before {
  1324. content: "\f806"; }
  1325. .fa-hand-paper:before {
  1326. content: "\f256"; }
  1327. .fa-hand-peace:before {
  1328. content: "\f25b"; }
  1329. .fa-hand-point-down:before {
  1330. content: "\f0a7"; }
  1331. .fa-hand-point-left:before {
  1332. content: "\f0a5"; }
  1333. .fa-hand-point-right:before {
  1334. content: "\f0a4"; }
  1335. .fa-hand-point-up:before {
  1336. content: "\f0a6"; }
  1337. .fa-hand-pointer:before {
  1338. content: "\f25a"; }
  1339. .fa-hand-rock:before {
  1340. content: "\f255"; }
  1341. .fa-hand-scissors:before {
  1342. content: "\f257"; }
  1343. .fa-hand-spock:before {
  1344. content: "\f259"; }
  1345. .fa-hands:before {
  1346. content: "\f4c2"; }
  1347. .fa-hands-helping:before {
  1348. content: "\f4c4"; }
  1349. .fa-handshake:before {
  1350. content: "\f2b5"; }
  1351. .fa-hanukiah:before {
  1352. content: "\f6e6"; }
  1353. .fa-hard-hat:before {
  1354. content: "\f807"; }
  1355. .fa-hashtag:before {
  1356. content: "\f292"; }
  1357. .fa-hat-wizard:before {
  1358. content: "\f6e8"; }
  1359. .fa-haykal:before {
  1360. content: "\f666"; }
  1361. .fa-hdd:before {
  1362. content: "\f0a0"; }
  1363. .fa-heading:before {
  1364. content: "\f1dc"; }
  1365. .fa-headphones:before {
  1366. content: "\f025"; }
  1367. .fa-headphones-alt:before {
  1368. content: "\f58f"; }
  1369. .fa-headset:before {
  1370. content: "\f590"; }
  1371. .fa-heart:before {
  1372. content: "\f004"; }
  1373. .fa-heart-broken:before {
  1374. content: "\f7a9"; }
  1375. .fa-heartbeat:before {
  1376. content: "\f21e"; }
  1377. .fa-helicopter:before {
  1378. content: "\f533"; }
  1379. .fa-highlighter:before {
  1380. content: "\f591"; }
  1381. .fa-hiking:before {
  1382. content: "\f6ec"; }
  1383. .fa-hippo:before {
  1384. content: "\f6ed"; }
  1385. .fa-hips:before {
  1386. content: "\f452"; }
  1387. .fa-hire-a-helper:before {
  1388. content: "\f3b0"; }
  1389. .fa-history:before {
  1390. content: "\f1da"; }
  1391. .fa-hockey-puck:before {
  1392. content: "\f453"; }
  1393. .fa-holly-berry:before {
  1394. content: "\f7aa"; }
  1395. .fa-home:before {
  1396. content: "\f015"; }
  1397. .fa-hooli:before {
  1398. content: "\f427"; }
  1399. .fa-hornbill:before {
  1400. content: "\f592"; }
  1401. .fa-horse:before {
  1402. content: "\f6f0"; }
  1403. .fa-horse-head:before {
  1404. content: "\f7ab"; }
  1405. .fa-hospital:before {
  1406. content: "\f0f8"; }
  1407. .fa-hospital-alt:before {
  1408. content: "\f47d"; }
  1409. .fa-hospital-symbol:before {
  1410. content: "\f47e"; }
  1411. .fa-hot-tub:before {
  1412. content: "\f593"; }
  1413. .fa-hotdog:before {
  1414. content: "\f80f"; }
  1415. .fa-hotel:before {
  1416. content: "\f594"; }
  1417. .fa-hotjar:before {
  1418. content: "\f3b1"; }
  1419. .fa-hourglass:before {
  1420. content: "\f254"; }
  1421. .fa-hourglass-end:before {
  1422. content: "\f253"; }
  1423. .fa-hourglass-half:before {
  1424. content: "\f252"; }
  1425. .fa-hourglass-start:before {
  1426. content: "\f251"; }
  1427. .fa-house-damage:before {
  1428. content: "\f6f1"; }
  1429. .fa-houzz:before {
  1430. content: "\f27c"; }
  1431. .fa-hryvnia:before {
  1432. content: "\f6f2"; }
  1433. .fa-html5:before {
  1434. content: "\f13b"; }
  1435. .fa-hubspot:before {
  1436. content: "\f3b2"; }
  1437. .fa-i-cursor:before {
  1438. content: "\f246"; }
  1439. .fa-ice-cream:before {
  1440. content: "\f810"; }
  1441. .fa-icicles:before {
  1442. content: "\f7ad"; }
  1443. .fa-id-badge:before {
  1444. content: "\f2c1"; }
  1445. .fa-id-card:before {
  1446. content: "\f2c2"; }
  1447. .fa-id-card-alt:before {
  1448. content: "\f47f"; }
  1449. .fa-igloo:before {
  1450. content: "\f7ae"; }
  1451. .fa-image:before {
  1452. content: "\f03e"; }
  1453. .fa-images:before {
  1454. content: "\f302"; }
  1455. .fa-imdb:before {
  1456. content: "\f2d8"; }
  1457. .fa-inbox:before {
  1458. content: "\f01c"; }
  1459. .fa-indent:before {
  1460. content: "\f03c"; }
  1461. .fa-industry:before {
  1462. content: "\f275"; }
  1463. .fa-infinity:before {
  1464. content: "\f534"; }
  1465. .fa-info:before {
  1466. content: "\f129"; }
  1467. .fa-info-circle:before {
  1468. content: "\f05a"; }
  1469. .fa-instagram:before {
  1470. content: "\f16d"; }
  1471. .fa-intercom:before {
  1472. content: "\f7af"; }
  1473. .fa-internet-explorer:before {
  1474. content: "\f26b"; }
  1475. .fa-invision:before {
  1476. content: "\f7b0"; }
  1477. .fa-ioxhost:before {
  1478. content: "\f208"; }
  1479. .fa-italic:before {
  1480. content: "\f033"; }
  1481. .fa-itunes:before {
  1482. content: "\f3b4"; }
  1483. .fa-itunes-note:before {
  1484. content: "\f3b5"; }
  1485. .fa-java:before {
  1486. content: "\f4e4"; }
  1487. .fa-jedi:before {
  1488. content: "\f669"; }
  1489. .fa-jedi-order:before {
  1490. content: "\f50e"; }
  1491. .fa-jenkins:before {
  1492. content: "\f3b6"; }
  1493. .fa-jira:before {
  1494. content: "\f7b1"; }
  1495. .fa-joget:before {
  1496. content: "\f3b7"; }
  1497. .fa-joint:before {
  1498. content: "\f595"; }
  1499. .fa-joomla:before {
  1500. content: "\f1aa"; }
  1501. .fa-journal-whills:before {
  1502. content: "\f66a"; }
  1503. .fa-js:before {
  1504. content: "\f3b8"; }
  1505. .fa-js-square:before {
  1506. content: "\f3b9"; }
  1507. .fa-jsfiddle:before {
  1508. content: "\f1cc"; }
  1509. .fa-kaaba:before {
  1510. content: "\f66b"; }
  1511. .fa-kaggle:before {
  1512. content: "\f5fa"; }
  1513. .fa-key:before {
  1514. content: "\f084"; }
  1515. .fa-keybase:before {
  1516. content: "\f4f5"; }
  1517. .fa-keyboard:before {
  1518. content: "\f11c"; }
  1519. .fa-keycdn:before {
  1520. content: "\f3ba"; }
  1521. .fa-khanda:before {
  1522. content: "\f66d"; }
  1523. .fa-kickstarter:before {
  1524. content: "\f3bb"; }
  1525. .fa-kickstarter-k:before {
  1526. content: "\f3bc"; }
  1527. .fa-kiss:before {
  1528. content: "\f596"; }
  1529. .fa-kiss-beam:before {
  1530. content: "\f597"; }
  1531. .fa-kiss-wink-heart:before {
  1532. content: "\f598"; }
  1533. .fa-kiwi-bird:before {
  1534. content: "\f535"; }
  1535. .fa-korvue:before {
  1536. content: "\f42f"; }
  1537. .fa-landmark:before {
  1538. content: "\f66f"; }
  1539. .fa-language:before {
  1540. content: "\f1ab"; }
  1541. .fa-laptop:before {
  1542. content: "\f109"; }
  1543. .fa-laptop-code:before {
  1544. content: "\f5fc"; }
  1545. .fa-laptop-medical:before {
  1546. content: "\f812"; }
  1547. .fa-laravel:before {
  1548. content: "\f3bd"; }
  1549. .fa-lastfm:before {
  1550. content: "\f202"; }
  1551. .fa-lastfm-square:before {
  1552. content: "\f203"; }
  1553. .fa-laugh:before {
  1554. content: "\f599"; }
  1555. .fa-laugh-beam:before {
  1556. content: "\f59a"; }
  1557. .fa-laugh-squint:before {
  1558. content: "\f59b"; }
  1559. .fa-laugh-wink:before {
  1560. content: "\f59c"; }
  1561. .fa-layer-group:before {
  1562. content: "\f5fd"; }
  1563. .fa-leaf:before {
  1564. content: "\f06c"; }
  1565. .fa-leanpub:before {
  1566. content: "\f212"; }
  1567. .fa-lemon:before {
  1568. content: "\f094"; }
  1569. .fa-less:before {
  1570. content: "\f41d"; }
  1571. .fa-less-than:before {
  1572. content: "\f536"; }
  1573. .fa-less-than-equal:before {
  1574. content: "\f537"; }
  1575. .fa-level-down-alt:before {
  1576. content: "\f3be"; }
  1577. .fa-level-up-alt:before {
  1578. content: "\f3bf"; }
  1579. .fa-life-ring:before {
  1580. content: "\f1cd"; }
  1581. .fa-lightbulb:before {
  1582. content: "\f0eb"; }
  1583. .fa-line:before {
  1584. content: "\f3c0"; }
  1585. .fa-link:before {
  1586. content: "\f0c1"; }
  1587. .fa-linkedin:before {
  1588. content: "\f08c"; }
  1589. .fa-linkedin-in:before {
  1590. content: "\f0e1"; }
  1591. .fa-linode:before {
  1592. content: "\f2b8"; }
  1593. .fa-linux:before {
  1594. content: "\f17c"; }
  1595. .fa-lira-sign:before {
  1596. content: "\f195"; }
  1597. .fa-list:before {
  1598. content: "\f03a"; }
  1599. .fa-list-alt:before {
  1600. content: "\f022"; }
  1601. .fa-list-ol:before {
  1602. content: "\f0cb"; }
  1603. .fa-list-ul:before {
  1604. content: "\f0ca"; }
  1605. .fa-location-arrow:before {
  1606. content: "\f124"; }
  1607. .fa-lock:before {
  1608. content: "\f023"; }
  1609. .fa-lock-open:before {
  1610. content: "\f3c1"; }
  1611. .fa-long-arrow-alt-down:before {
  1612. content: "\f309"; }
  1613. .fa-long-arrow-alt-left:before {
  1614. content: "\f30a"; }
  1615. .fa-long-arrow-alt-right:before {
  1616. content: "\f30b"; }
  1617. .fa-long-arrow-alt-up:before {
  1618. content: "\f30c"; }
  1619. .fa-low-vision:before {
  1620. content: "\f2a8"; }
  1621. .fa-luggage-cart:before {
  1622. content: "\f59d"; }
  1623. .fa-lyft:before {
  1624. content: "\f3c3"; }
  1625. .fa-magento:before {
  1626. content: "\f3c4"; }
  1627. .fa-magic:before {
  1628. content: "\f0d0"; }
  1629. .fa-magnet:before {
  1630. content: "\f076"; }
  1631. .fa-mail-bulk:before {
  1632. content: "\f674"; }
  1633. .fa-mailchimp:before {
  1634. content: "\f59e"; }
  1635. .fa-male:before {
  1636. content: "\f183"; }
  1637. .fa-mandalorian:before {
  1638. content: "\f50f"; }
  1639. .fa-map:before {
  1640. content: "\f279"; }
  1641. .fa-map-marked:before {
  1642. content: "\f59f"; }
  1643. .fa-map-marked-alt:before {
  1644. content: "\f5a0"; }
  1645. .fa-map-marker:before {
  1646. content: "\f041"; }
  1647. .fa-map-marker-alt:before {
  1648. content: "\f3c5"; }
  1649. .fa-map-pin:before {
  1650. content: "\f276"; }
  1651. .fa-map-signs:before {
  1652. content: "\f277"; }
  1653. .fa-markdown:before {
  1654. content: "\f60f"; }
  1655. .fa-marker:before {
  1656. content: "\f5a1"; }
  1657. .fa-mars:before {
  1658. content: "\f222"; }
  1659. .fa-mars-double:before {
  1660. content: "\f227"; }
  1661. .fa-mars-stroke:before {
  1662. content: "\f229"; }
  1663. .fa-mars-stroke-h:before {
  1664. content: "\f22b"; }
  1665. .fa-mars-stroke-v:before {
  1666. content: "\f22a"; }
  1667. .fa-mask:before {
  1668. content: "\f6fa"; }
  1669. .fa-mastodon:before {
  1670. content: "\f4f6"; }
  1671. .fa-maxcdn:before {
  1672. content: "\f136"; }
  1673. .fa-medal:before {
  1674. content: "\f5a2"; }
  1675. .fa-medapps:before {
  1676. content: "\f3c6"; }
  1677. .fa-medium:before {
  1678. content: "\f23a"; }
  1679. .fa-medium-m:before {
  1680. content: "\f3c7"; }
  1681. .fa-medkit:before {
  1682. content: "\f0fa"; }
  1683. .fa-medrt:before {
  1684. content: "\f3c8"; }
  1685. .fa-meetup:before {
  1686. content: "\f2e0"; }
  1687. .fa-megaport:before {
  1688. content: "\f5a3"; }
  1689. .fa-meh:before {
  1690. content: "\f11a"; }
  1691. .fa-meh-blank:before {
  1692. content: "\f5a4"; }
  1693. .fa-meh-rolling-eyes:before {
  1694. content: "\f5a5"; }
  1695. .fa-memory:before {
  1696. content: "\f538"; }
  1697. .fa-mendeley:before {
  1698. content: "\f7b3"; }
  1699. .fa-menorah:before {
  1700. content: "\f676"; }
  1701. .fa-mercury:before {
  1702. content: "\f223"; }
  1703. .fa-meteor:before {
  1704. content: "\f753"; }
  1705. .fa-microchip:before {
  1706. content: "\f2db"; }
  1707. .fa-microphone:before {
  1708. content: "\f130"; }
  1709. .fa-microphone-alt:before {
  1710. content: "\f3c9"; }
  1711. .fa-microphone-alt-slash:before {
  1712. content: "\f539"; }
  1713. .fa-microphone-slash:before {
  1714. content: "\f131"; }
  1715. .fa-microscope:before {
  1716. content: "\f610"; }
  1717. .fa-microsoft:before {
  1718. content: "\f3ca"; }
  1719. .fa-minus:before {
  1720. content: "\f068"; }
  1721. .fa-minus-circle:before {
  1722. content: "\f056"; }
  1723. .fa-minus-square:before {
  1724. content: "\f146"; }
  1725. .fa-mitten:before {
  1726. content: "\f7b5"; }
  1727. .fa-mix:before {
  1728. content: "\f3cb"; }
  1729. .fa-mixcloud:before {
  1730. content: "\f289"; }
  1731. .fa-mizuni:before {
  1732. content: "\f3cc"; }
  1733. .fa-mobile:before {
  1734. content: "\f10b"; }
  1735. .fa-mobile-alt:before {
  1736. content: "\f3cd"; }
  1737. .fa-modx:before {
  1738. content: "\f285"; }
  1739. .fa-monero:before {
  1740. content: "\f3d0"; }
  1741. .fa-money-bill:before {
  1742. content: "\f0d6"; }
  1743. .fa-money-bill-alt:before {
  1744. content: "\f3d1"; }
  1745. .fa-money-bill-wave:before {
  1746. content: "\f53a"; }
  1747. .fa-money-bill-wave-alt:before {
  1748. content: "\f53b"; }
  1749. .fa-money-check:before {
  1750. content: "\f53c"; }
  1751. .fa-money-check-alt:before {
  1752. content: "\f53d"; }
  1753. .fa-monument:before {
  1754. content: "\f5a6"; }
  1755. .fa-moon:before {
  1756. content: "\f186"; }
  1757. .fa-mortar-pestle:before {
  1758. content: "\f5a7"; }
  1759. .fa-mosque:before {
  1760. content: "\f678"; }
  1761. .fa-motorcycle:before {
  1762. content: "\f21c"; }
  1763. .fa-mountain:before {
  1764. content: "\f6fc"; }
  1765. .fa-mouse-pointer:before {
  1766. content: "\f245"; }
  1767. .fa-mug-hot:before {
  1768. content: "\f7b6"; }
  1769. .fa-music:before {
  1770. content: "\f001"; }
  1771. .fa-napster:before {
  1772. content: "\f3d2"; }
  1773. .fa-neos:before {
  1774. content: "\f612"; }
  1775. .fa-network-wired:before {
  1776. content: "\f6ff"; }
  1777. .fa-neuter:before {
  1778. content: "\f22c"; }
  1779. .fa-newspaper:before {
  1780. content: "\f1ea"; }
  1781. .fa-nimblr:before {
  1782. content: "\f5a8"; }
  1783. .fa-nintendo-switch:before {
  1784. content: "\f418"; }
  1785. .fa-node:before {
  1786. content: "\f419"; }
  1787. .fa-node-js:before {
  1788. content: "\f3d3"; }
  1789. .fa-not-equal:before {
  1790. content: "\f53e"; }
  1791. .fa-notes-medical:before {
  1792. content: "\f481"; }
  1793. .fa-npm:before {
  1794. content: "\f3d4"; }
  1795. .fa-ns8:before {
  1796. content: "\f3d5"; }
  1797. .fa-nutritionix:before {
  1798. content: "\f3d6"; }
  1799. .fa-object-group:before {
  1800. content: "\f247"; }
  1801. .fa-object-ungroup:before {
  1802. content: "\f248"; }
  1803. .fa-odnoklassniki:before {
  1804. content: "\f263"; }
  1805. .fa-odnoklassniki-square:before {
  1806. content: "\f264"; }
  1807. .fa-oil-can:before {
  1808. content: "\f613"; }
  1809. .fa-old-republic:before {
  1810. content: "\f510"; }
  1811. .fa-om:before {
  1812. content: "\f679"; }
  1813. .fa-opencart:before {
  1814. content: "\f23d"; }
  1815. .fa-openid:before {
  1816. content: "\f19b"; }
  1817. .fa-opera:before {
  1818. content: "\f26a"; }
  1819. .fa-optin-monster:before {
  1820. content: "\f23c"; }
  1821. .fa-osi:before {
  1822. content: "\f41a"; }
  1823. .fa-otter:before {
  1824. content: "\f700"; }
  1825. .fa-outdent:before {
  1826. content: "\f03b"; }
  1827. .fa-page4:before {
  1828. content: "\f3d7"; }
  1829. .fa-pagelines:before {
  1830. content: "\f18c"; }
  1831. .fa-pager:before {
  1832. content: "\f815"; }
  1833. .fa-paint-brush:before {
  1834. content: "\f1fc"; }
  1835. .fa-paint-roller:before {
  1836. content: "\f5aa"; }
  1837. .fa-palette:before {
  1838. content: "\f53f"; }
  1839. .fa-palfed:before {
  1840. content: "\f3d8"; }
  1841. .fa-pallet:before {
  1842. content: "\f482"; }
  1843. .fa-paper-plane:before {
  1844. content: "\f1d8"; }
  1845. .fa-paperclip:before {
  1846. content: "\f0c6"; }
  1847. .fa-parachute-box:before {
  1848. content: "\f4cd"; }
  1849. .fa-paragraph:before {
  1850. content: "\f1dd"; }
  1851. .fa-parking:before {
  1852. content: "\f540"; }
  1853. .fa-passport:before {
  1854. content: "\f5ab"; }
  1855. .fa-pastafarianism:before {
  1856. content: "\f67b"; }
  1857. .fa-paste:before {
  1858. content: "\f0ea"; }
  1859. .fa-patreon:before {
  1860. content: "\f3d9"; }
  1861. .fa-pause:before {
  1862. content: "\f04c"; }
  1863. .fa-pause-circle:before {
  1864. content: "\f28b"; }
  1865. .fa-paw:before {
  1866. content: "\f1b0"; }
  1867. .fa-paypal:before {
  1868. content: "\f1ed"; }
  1869. .fa-peace:before {
  1870. content: "\f67c"; }
  1871. .fa-pen:before {
  1872. content: "\f304"; }
  1873. .fa-pen-alt:before {
  1874. content: "\f305"; }
  1875. .fa-pen-fancy:before {
  1876. content: "\f5ac"; }
  1877. .fa-pen-nib:before {
  1878. content: "\f5ad"; }
  1879. .fa-pen-square:before {
  1880. content: "\f14b"; }
  1881. .fa-pencil-alt:before {
  1882. content: "\f303"; }
  1883. .fa-pencil-ruler:before {
  1884. content: "\f5ae"; }
  1885. .fa-penny-arcade:before {
  1886. content: "\f704"; }
  1887. .fa-people-carry:before {
  1888. content: "\f4ce"; }
  1889. .fa-pepper-hot:before {
  1890. content: "\f816"; }
  1891. .fa-percent:before {
  1892. content: "\f295"; }
  1893. .fa-percentage:before {
  1894. content: "\f541"; }
  1895. .fa-periscope:before {
  1896. content: "\f3da"; }
  1897. .fa-person-booth:before {
  1898. content: "\f756"; }
  1899. .fa-phabricator:before {
  1900. content: "\f3db"; }
  1901. .fa-phoenix-framework:before {
  1902. content: "\f3dc"; }
  1903. .fa-phoenix-squadron:before {
  1904. content: "\f511"; }
  1905. .fa-phone:before {
  1906. content: "\f095"; }
  1907. .fa-phone-slash:before {
  1908. content: "\f3dd"; }
  1909. .fa-phone-square:before {
  1910. content: "\f098"; }
  1911. .fa-phone-volume:before {
  1912. content: "\f2a0"; }
  1913. .fa-php:before {
  1914. content: "\f457"; }
  1915. .fa-pied-piper:before {
  1916. content: "\f2ae"; }
  1917. .fa-pied-piper-alt:before {
  1918. content: "\f1a8"; }
  1919. .fa-pied-piper-hat:before {
  1920. content: "\f4e5"; }
  1921. .fa-pied-piper-pp:before {
  1922. content: "\f1a7"; }
  1923. .fa-piggy-bank:before {
  1924. content: "\f4d3"; }
  1925. .fa-pills:before {
  1926. content: "\f484"; }
  1927. .fa-pinterest:before {
  1928. content: "\f0d2"; }
  1929. .fa-pinterest-p:before {
  1930. content: "\f231"; }
  1931. .fa-pinterest-square:before {
  1932. content: "\f0d3"; }
  1933. .fa-pizza-slice:before {
  1934. content: "\f818"; }
  1935. .fa-place-of-worship:before {
  1936. content: "\f67f"; }
  1937. .fa-plane:before {
  1938. content: "\f072"; }
  1939. .fa-plane-arrival:before {
  1940. content: "\f5af"; }
  1941. .fa-plane-departure:before {
  1942. content: "\f5b0"; }
  1943. .fa-play:before {
  1944. content: "\f04b"; }
  1945. .fa-play-circle:before {
  1946. content: "\f144"; }
  1947. .fa-playstation:before {
  1948. content: "\f3df"; }
  1949. .fa-plug:before {
  1950. content: "\f1e6"; }
  1951. .fa-plus:before {
  1952. content: "\f067"; }
  1953. .fa-plus-circle:before {
  1954. content: "\f055"; }
  1955. .fa-plus-square:before {
  1956. content: "\f0fe"; }
  1957. .fa-podcast:before {
  1958. content: "\f2ce"; }
  1959. .fa-poll:before {
  1960. content: "\f681"; }
  1961. .fa-poll-h:before {
  1962. content: "\f682"; }
  1963. .fa-poo:before {
  1964. content: "\f2fe"; }
  1965. .fa-poo-storm:before {
  1966. content: "\f75a"; }
  1967. .fa-poop:before {
  1968. content: "\f619"; }
  1969. .fa-portrait:before {
  1970. content: "\f3e0"; }
  1971. .fa-pound-sign:before {
  1972. content: "\f154"; }
  1973. .fa-power-off:before {
  1974. content: "\f011"; }
  1975. .fa-pray:before {
  1976. content: "\f683"; }
  1977. .fa-praying-hands:before {
  1978. content: "\f684"; }
  1979. .fa-prescription:before {
  1980. content: "\f5b1"; }
  1981. .fa-prescription-bottle:before {
  1982. content: "\f485"; }
  1983. .fa-prescription-bottle-alt:before {
  1984. content: "\f486"; }
  1985. .fa-print:before {
  1986. content: "\f02f"; }
  1987. .fa-procedures:before {
  1988. content: "\f487"; }
  1989. .fa-product-hunt:before {
  1990. content: "\f288"; }
  1991. .fa-project-diagram:before {
  1992. content: "\f542"; }
  1993. .fa-pushed:before {
  1994. content: "\f3e1"; }
  1995. .fa-puzzle-piece:before {
  1996. content: "\f12e"; }
  1997. .fa-python:before {
  1998. content: "\f3e2"; }
  1999. .fa-qq:before {
  2000. content: "\f1d6"; }
  2001. .fa-qrcode:before {
  2002. content: "\f029"; }
  2003. .fa-question:before {
  2004. content: "\f128"; }
  2005. .fa-question-circle:before {
  2006. content: "\f059"; }
  2007. .fa-quidditch:before {
  2008. content: "\f458"; }
  2009. .fa-quinscape:before {
  2010. content: "\f459"; }
  2011. .fa-quora:before {
  2012. content: "\f2c4"; }
  2013. .fa-quote-left:before {
  2014. content: "\f10d"; }
  2015. .fa-quote-right:before {
  2016. content: "\f10e"; }
  2017. .fa-quran:before {
  2018. content: "\f687"; }
  2019. .fa-r-project:before {
  2020. content: "\f4f7"; }
  2021. .fa-radiation:before {
  2022. content: "\f7b9"; }
  2023. .fa-radiation-alt:before {
  2024. content: "\f7ba"; }
  2025. .fa-rainbow:before {
  2026. content: "\f75b"; }
  2027. .fa-random:before {
  2028. content: "\f074"; }
  2029. .fa-raspberry-pi:before {
  2030. content: "\f7bb"; }
  2031. .fa-ravelry:before {
  2032. content: "\f2d9"; }
  2033. .fa-react:before {
  2034. content: "\f41b"; }
  2035. .fa-reacteurope:before {
  2036. content: "\f75d"; }
  2037. .fa-readme:before {
  2038. content: "\f4d5"; }
  2039. .fa-rebel:before {
  2040. content: "\f1d0"; }
  2041. .fa-receipt:before {
  2042. content: "\f543"; }
  2043. .fa-recycle:before {
  2044. content: "\f1b8"; }
  2045. .fa-red-river:before {
  2046. content: "\f3e3"; }
  2047. .fa-reddit:before {
  2048. content: "\f1a1"; }
  2049. .fa-reddit-alien:before {
  2050. content: "\f281"; }
  2051. .fa-reddit-square:before {
  2052. content: "\f1a2"; }
  2053. .fa-redhat:before {
  2054. content: "\f7bc"; }
  2055. .fa-redo:before {
  2056. content: "\f01e"; }
  2057. .fa-redo-alt:before {
  2058. content: "\f2f9"; }
  2059. .fa-registered:before {
  2060. content: "\f25d"; }
  2061. .fa-renren:before {
  2062. content: "\f18b"; }
  2063. .fa-reply:before {
  2064. content: "\f3e5"; }
  2065. .fa-reply-all:before {
  2066. content: "\f122"; }
  2067. .fa-replyd:before {
  2068. content: "\f3e6"; }
  2069. .fa-republican:before {
  2070. content: "\f75e"; }
  2071. .fa-researchgate:before {
  2072. content: "\f4f8"; }
  2073. .fa-resolving:before {
  2074. content: "\f3e7"; }
  2075. .fa-restroom:before {
  2076. content: "\f7bd"; }
  2077. .fa-retweet:before {
  2078. content: "\f079"; }
  2079. .fa-rev:before {
  2080. content: "\f5b2"; }
  2081. .fa-ribbon:before {
  2082. content: "\f4d6"; }
  2083. .fa-ring:before {
  2084. content: "\f70b"; }
  2085. .fa-road:before {
  2086. content: "\f018"; }
  2087. .fa-robot:before {
  2088. content: "\f544"; }
  2089. .fa-rocket:before {
  2090. content: "\f135"; }
  2091. .fa-rocketchat:before {
  2092. content: "\f3e8"; }
  2093. .fa-rockrms:before {
  2094. content: "\f3e9"; }
  2095. .fa-route:before {
  2096. content: "\f4d7"; }
  2097. .fa-rss:before {
  2098. content: "\f09e"; }
  2099. .fa-rss-square:before {
  2100. content: "\f143"; }
  2101. .fa-ruble-sign:before {
  2102. content: "\f158"; }
  2103. .fa-ruler:before {
  2104. content: "\f545"; }
  2105. .fa-ruler-combined:before {
  2106. content: "\f546"; }
  2107. .fa-ruler-horizontal:before {
  2108. content: "\f547"; }
  2109. .fa-ruler-vertical:before {
  2110. content: "\f548"; }
  2111. .fa-running:before {
  2112. content: "\f70c"; }
  2113. .fa-rupee-sign:before {
  2114. content: "\f156"; }
  2115. .fa-sad-cry:before {
  2116. content: "\f5b3"; }
  2117. .fa-sad-tear:before {
  2118. content: "\f5b4"; }
  2119. .fa-safari:before {
  2120. content: "\f267"; }
  2121. .fa-sass:before {
  2122. content: "\f41e"; }
  2123. .fa-satellite:before {
  2124. content: "\f7bf"; }
  2125. .fa-satellite-dish:before {
  2126. content: "\f7c0"; }
  2127. .fa-save:before {
  2128. content: "\f0c7"; }
  2129. .fa-schlix:before {
  2130. content: "\f3ea"; }
  2131. .fa-school:before {
  2132. content: "\f549"; }
  2133. .fa-screwdriver:before {
  2134. content: "\f54a"; }
  2135. .fa-scribd:before {
  2136. content: "\f28a"; }
  2137. .fa-scroll:before {
  2138. content: "\f70e"; }
  2139. .fa-sd-card:before {
  2140. content: "\f7c2"; }
  2141. .fa-search:before {
  2142. content: "\f002"; }
  2143. .fa-search-dollar:before {
  2144. content: "\f688"; }
  2145. .fa-search-location:before {
  2146. content: "\f689"; }
  2147. .fa-search-minus:before {
  2148. content: "\f010"; }
  2149. .fa-search-plus:before {
  2150. content: "\f00e"; }
  2151. .fa-searchengin:before {
  2152. content: "\f3eb"; }
  2153. .fa-seedling:before {
  2154. content: "\f4d8"; }
  2155. .fa-sellcast:before {
  2156. content: "\f2da"; }
  2157. .fa-sellsy:before {
  2158. content: "\f213"; }
  2159. .fa-server:before {
  2160. content: "\f233"; }
  2161. .fa-servicestack:before {
  2162. content: "\f3ec"; }
  2163. .fa-shapes:before {
  2164. content: "\f61f"; }
  2165. .fa-share:before {
  2166. content: "\f064"; }
  2167. .fa-share-alt:before {
  2168. content: "\f1e0"; }
  2169. .fa-share-alt-square:before {
  2170. content: "\f1e1"; }
  2171. .fa-share-square:before {
  2172. content: "\f14d"; }
  2173. .fa-shekel-sign:before {
  2174. content: "\f20b"; }
  2175. .fa-shield-alt:before {
  2176. content: "\f3ed"; }
  2177. .fa-ship:before {
  2178. content: "\f21a"; }
  2179. .fa-shipping-fast:before {
  2180. content: "\f48b"; }
  2181. .fa-shirtsinbulk:before {
  2182. content: "\f214"; }
  2183. .fa-shoe-prints:before {
  2184. content: "\f54b"; }
  2185. .fa-shopping-bag:before {
  2186. content: "\f290"; }
  2187. .fa-shopping-basket:before {
  2188. content: "\f291"; }
  2189. .fa-shopping-cart:before {
  2190. content: "\f07a"; }
  2191. .fa-shopware:before {
  2192. content: "\f5b5"; }
  2193. .fa-shower:before {
  2194. content: "\f2cc"; }
  2195. .fa-shuttle-van:before {
  2196. content: "\f5b6"; }
  2197. .fa-sign:before {
  2198. content: "\f4d9"; }
  2199. .fa-sign-in-alt:before {
  2200. content: "\f2f6"; }
  2201. .fa-sign-language:before {
  2202. content: "\f2a7"; }
  2203. .fa-sign-out-alt:before {
  2204. content: "\f2f5"; }
  2205. .fa-signal:before {
  2206. content: "\f012"; }
  2207. .fa-signature:before {
  2208. content: "\f5b7"; }
  2209. .fa-sim-card:before {
  2210. content: "\f7c4"; }
  2211. .fa-simplybuilt:before {
  2212. content: "\f215"; }
  2213. .fa-sistrix:before {
  2214. content: "\f3ee"; }
  2215. .fa-sitemap:before {
  2216. content: "\f0e8"; }
  2217. .fa-sith:before {
  2218. content: "\f512"; }
  2219. .fa-skating:before {
  2220. content: "\f7c5"; }
  2221. .fa-sketch:before {
  2222. content: "\f7c6"; }
  2223. .fa-skiing:before {
  2224. content: "\f7c9"; }
  2225. .fa-skiing-nordic:before {
  2226. content: "\f7ca"; }
  2227. .fa-skull:before {
  2228. content: "\f54c"; }
  2229. .fa-skull-crossbones:before {
  2230. content: "\f714"; }
  2231. .fa-skyatlas:before {
  2232. content: "\f216"; }
  2233. .fa-skype:before {
  2234. content: "\f17e"; }
  2235. .fa-slack:before {
  2236. content: "\f198"; }
  2237. .fa-slack-hash:before {
  2238. content: "\f3ef"; }
  2239. .fa-slash:before {
  2240. content: "\f715"; }
  2241. .fa-sleigh:before {
  2242. content: "\f7cc"; }
  2243. .fa-sliders-h:before {
  2244. content: "\f1de"; }
  2245. .fa-slideshare:before {
  2246. content: "\f1e7"; }
  2247. .fa-smile:before {
  2248. content: "\f118"; }
  2249. .fa-smile-beam:before {
  2250. content: "\f5b8"; }
  2251. .fa-smile-wink:before {
  2252. content: "\f4da"; }
  2253. .fa-smog:before {
  2254. content: "\f75f"; }
  2255. .fa-smoking:before {
  2256. content: "\f48d"; }
  2257. .fa-smoking-ban:before {
  2258. content: "\f54d"; }
  2259. .fa-sms:before {
  2260. content: "\f7cd"; }
  2261. .fa-snapchat:before {
  2262. content: "\f2ab"; }
  2263. .fa-snapchat-ghost:before {
  2264. content: "\f2ac"; }
  2265. .fa-snapchat-square:before {
  2266. content: "\f2ad"; }
  2267. .fa-snowboarding:before {
  2268. content: "\f7ce"; }
  2269. .fa-snowflake:before {
  2270. content: "\f2dc"; }
  2271. .fa-snowman:before {
  2272. content: "\f7d0"; }
  2273. .fa-snowplow:before {
  2274. content: "\f7d2"; }
  2275. .fa-socks:before {
  2276. content: "\f696"; }
  2277. .fa-solar-panel:before {
  2278. content: "\f5ba"; }
  2279. .fa-sort:before {
  2280. content: "\f0dc"; }
  2281. .fa-sort-alpha-down:before {
  2282. content: "\f15d"; }
  2283. .fa-sort-alpha-up:before {
  2284. content: "\f15e"; }
  2285. .fa-sort-amount-down:before {
  2286. content: "\f160"; }
  2287. .fa-sort-amount-up:before {
  2288. content: "\f161"; }
  2289. .fa-sort-down:before {
  2290. content: "\f0dd"; }
  2291. .fa-sort-numeric-down:before {
  2292. content: "\f162"; }
  2293. .fa-sort-numeric-up:before {
  2294. content: "\f163"; }
  2295. .fa-sort-up:before {
  2296. content: "\f0de"; }
  2297. .fa-soundcloud:before {
  2298. content: "\f1be"; }
  2299. .fa-sourcetree:before {
  2300. content: "\f7d3"; }
  2301. .fa-spa:before {
  2302. content: "\f5bb"; }
  2303. .fa-space-shuttle:before {
  2304. content: "\f197"; }
  2305. .fa-speakap:before {
  2306. content: "\f3f3"; }
  2307. .fa-spider:before {
  2308. content: "\f717"; }
  2309. .fa-spinner:before {
  2310. content: "\f110"; }
  2311. .fa-splotch:before {
  2312. content: "\f5bc"; }
  2313. .fa-spotify:before {
  2314. content: "\f1bc"; }
  2315. .fa-spray-can:before {
  2316. content: "\f5bd"; }
  2317. .fa-square:before {
  2318. content: "\f0c8"; }
  2319. .fa-square-full:before {
  2320. content: "\f45c"; }
  2321. .fa-square-root-alt:before {
  2322. content: "\f698"; }
  2323. .fa-squarespace:before {
  2324. content: "\f5be"; }
  2325. .fa-stack-exchange:before {
  2326. content: "\f18d"; }
  2327. .fa-stack-overflow:before {
  2328. content: "\f16c"; }
  2329. .fa-stamp:before {
  2330. content: "\f5bf"; }
  2331. .fa-star:before {
  2332. content: "\f005"; }
  2333. .fa-star-and-crescent:before {
  2334. content: "\f699"; }
  2335. .fa-star-half:before {
  2336. content: "\f089"; }
  2337. .fa-star-half-alt:before {
  2338. content: "\f5c0"; }
  2339. .fa-star-of-david:before {
  2340. content: "\f69a"; }
  2341. .fa-star-of-life:before {
  2342. content: "\f621"; }
  2343. .fa-staylinked:before {
  2344. content: "\f3f5"; }
  2345. .fa-steam:before {
  2346. content: "\f1b6"; }
  2347. .fa-steam-square:before {
  2348. content: "\f1b7"; }
  2349. .fa-steam-symbol:before {
  2350. content: "\f3f6"; }
  2351. .fa-step-backward:before {
  2352. content: "\f048"; }
  2353. .fa-step-forward:before {
  2354. content: "\f051"; }
  2355. .fa-stethoscope:before {
  2356. content: "\f0f1"; }
  2357. .fa-sticker-mule:before {
  2358. content: "\f3f7"; }
  2359. .fa-sticky-note:before {
  2360. content: "\f249"; }
  2361. .fa-stop:before {
  2362. content: "\f04d"; }
  2363. .fa-stop-circle:before {
  2364. content: "\f28d"; }
  2365. .fa-stopwatch:before {
  2366. content: "\f2f2"; }
  2367. .fa-store:before {
  2368. content: "\f54e"; }
  2369. .fa-store-alt:before {
  2370. content: "\f54f"; }
  2371. .fa-strava:before {
  2372. content: "\f428"; }
  2373. .fa-stream:before {
  2374. content: "\f550"; }
  2375. .fa-street-view:before {
  2376. content: "\f21d"; }
  2377. .fa-strikethrough:before {
  2378. content: "\f0cc"; }
  2379. .fa-stripe:before {
  2380. content: "\f429"; }
  2381. .fa-stripe-s:before {
  2382. content: "\f42a"; }
  2383. .fa-stroopwafel:before {
  2384. content: "\f551"; }
  2385. .fa-studiovinari:before {
  2386. content: "\f3f8"; }
  2387. .fa-stumbleupon:before {
  2388. content: "\f1a4"; }
  2389. .fa-stumbleupon-circle:before {
  2390. content: "\f1a3"; }
  2391. .fa-subscript:before {
  2392. content: "\f12c"; }
  2393. .fa-subway:before {
  2394. content: "\f239"; }
  2395. .fa-suitcase:before {
  2396. content: "\f0f2"; }
  2397. .fa-suitcase-rolling:before {
  2398. content: "\f5c1"; }
  2399. .fa-sun:before {
  2400. content: "\f185"; }
  2401. .fa-superpowers:before {
  2402. content: "\f2dd"; }
  2403. .fa-superscript:before {
  2404. content: "\f12b"; }
  2405. .fa-supple:before {
  2406. content: "\f3f9"; }
  2407. .fa-surprise:before {
  2408. content: "\f5c2"; }
  2409. .fa-suse:before {
  2410. content: "\f7d6"; }
  2411. .fa-swatchbook:before {
  2412. content: "\f5c3"; }
  2413. .fa-swimmer:before {
  2414. content: "\f5c4"; }
  2415. .fa-swimming-pool:before {
  2416. content: "\f5c5"; }
  2417. .fa-synagogue:before {
  2418. content: "\f69b"; }
  2419. .fa-sync:before {
  2420. content: "\f021"; }
  2421. .fa-sync-alt:before {
  2422. content: "\f2f1"; }
  2423. .fa-syringe:before {
  2424. content: "\f48e"; }
  2425. .fa-table:before {
  2426. content: "\f0ce"; }
  2427. .fa-table-tennis:before {
  2428. content: "\f45d"; }
  2429. .fa-tablet:before {
  2430. content: "\f10a"; }
  2431. .fa-tablet-alt:before {
  2432. content: "\f3fa"; }
  2433. .fa-tablets:before {
  2434. content: "\f490"; }
  2435. .fa-tachometer-alt:before {
  2436. content: "\f3fd"; }
  2437. .fa-tag:before {
  2438. content: "\f02b"; }
  2439. .fa-tags:before {
  2440. content: "\f02c"; }
  2441. .fa-tape:before {
  2442. content: "\f4db"; }
  2443. .fa-tasks:before {
  2444. content: "\f0ae"; }
  2445. .fa-taxi:before {
  2446. content: "\f1ba"; }
  2447. .fa-teamspeak:before {
  2448. content: "\f4f9"; }
  2449. .fa-teeth:before {
  2450. content: "\f62e"; }
  2451. .fa-teeth-open:before {
  2452. content: "\f62f"; }
  2453. .fa-telegram:before {
  2454. content: "\f2c6"; }
  2455. .fa-telegram-plane:before {
  2456. content: "\f3fe"; }
  2457. .fa-temperature-high:before {
  2458. content: "\f769"; }
  2459. .fa-temperature-low:before {
  2460. content: "\f76b"; }
  2461. .fa-tencent-weibo:before {
  2462. content: "\f1d5"; }
  2463. .fa-tenge:before {
  2464. content: "\f7d7"; }
  2465. .fa-terminal:before {
  2466. content: "\f120"; }
  2467. .fa-text-height:before {
  2468. content: "\f034"; }
  2469. .fa-text-width:before {
  2470. content: "\f035"; }
  2471. .fa-th:before {
  2472. content: "\f00a"; }
  2473. .fa-th-large:before {
  2474. content: "\f009"; }
  2475. .fa-th-list:before {
  2476. content: "\f00b"; }
  2477. .fa-the-red-yeti:before {
  2478. content: "\f69d"; }
  2479. .fa-theater-masks:before {
  2480. content: "\f630"; }
  2481. .fa-themeco:before {
  2482. content: "\f5c6"; }
  2483. .fa-themeisle:before {
  2484. content: "\f2b2"; }
  2485. .fa-thermometer:before {
  2486. content: "\f491"; }
  2487. .fa-thermometer-empty:before {
  2488. content: "\f2cb"; }
  2489. .fa-thermometer-full:before {
  2490. content: "\f2c7"; }
  2491. .fa-thermometer-half:before {
  2492. content: "\f2c9"; }
  2493. .fa-thermometer-quarter:before {
  2494. content: "\f2ca"; }
  2495. .fa-thermometer-three-quarters:before {
  2496. content: "\f2c8"; }
  2497. .fa-think-peaks:before {
  2498. content: "\f731"; }
  2499. .fa-thumbs-down:before {
  2500. content: "\f165"; }
  2501. .fa-thumbs-up:before {
  2502. content: "\f164"; }
  2503. .fa-thumbtack:before {
  2504. content: "\f08d"; }
  2505. .fa-ticket-alt:before {
  2506. content: "\f3ff"; }
  2507. .fa-times:before {
  2508. content: "\f00d"; }
  2509. .fa-times-circle:before {
  2510. content: "\f057"; }
  2511. .fa-tint:before {
  2512. content: "\f043"; }
  2513. .fa-tint-slash:before {
  2514. content: "\f5c7"; }
  2515. .fa-tired:before {
  2516. content: "\f5c8"; }
  2517. .fa-toggle-off:before {
  2518. content: "\f204"; }
  2519. .fa-toggle-on:before {
  2520. content: "\f205"; }
  2521. .fa-toilet:before {
  2522. content: "\f7d8"; }
  2523. .fa-toilet-paper:before {
  2524. content: "\f71e"; }
  2525. .fa-toolbox:before {
  2526. content: "\f552"; }
  2527. .fa-tools:before {
  2528. content: "\f7d9"; }
  2529. .fa-tooth:before {
  2530. content: "\f5c9"; }
  2531. .fa-torah:before {
  2532. content: "\f6a0"; }
  2533. .fa-torii-gate:before {
  2534. content: "\f6a1"; }
  2535. .fa-tractor:before {
  2536. content: "\f722"; }
  2537. .fa-trade-federation:before {
  2538. content: "\f513"; }
  2539. .fa-trademark:before {
  2540. content: "\f25c"; }
  2541. .fa-traffic-light:before {
  2542. content: "\f637"; }
  2543. .fa-train:before {
  2544. content: "\f238"; }
  2545. .fa-tram:before {
  2546. content: "\f7da"; }
  2547. .fa-transgender:before {
  2548. content: "\f224"; }
  2549. .fa-transgender-alt:before {
  2550. content: "\f225"; }
  2551. .fa-trash:before {
  2552. content: "\f1f8"; }
  2553. .fa-trash-alt:before {
  2554. content: "\f2ed"; }
  2555. .fa-trash-restore:before {
  2556. content: "\f829"; }
  2557. .fa-trash-restore-alt:before {
  2558. content: "\f82a"; }
  2559. .fa-tree:before {
  2560. content: "\f1bb"; }
  2561. .fa-trello:before {
  2562. content: "\f181"; }
  2563. .fa-tripadvisor:before {
  2564. content: "\f262"; }
  2565. .fa-trophy:before {
  2566. content: "\f091"; }
  2567. .fa-truck:before {
  2568. content: "\f0d1"; }
  2569. .fa-truck-loading:before {
  2570. content: "\f4de"; }
  2571. .fa-truck-monster:before {
  2572. content: "\f63b"; }
  2573. .fa-truck-moving:before {
  2574. content: "\f4df"; }
  2575. .fa-truck-pickup:before {
  2576. content: "\f63c"; }
  2577. .fa-tshirt:before {
  2578. content: "\f553"; }
  2579. .fa-tty:before {
  2580. content: "\f1e4"; }
  2581. .fa-tumblr:before {
  2582. content: "\f173"; }
  2583. .fa-tumblr-square:before {
  2584. content: "\f174"; }
  2585. .fa-tv:before {
  2586. content: "\f26c"; }
  2587. .fa-twitch:before {
  2588. content: "\f1e8"; }
  2589. .fa-twitter:before {
  2590. content: "\f099"; }
  2591. .fa-twitter-square:before {
  2592. content: "\f081"; }
  2593. .fa-typo3:before {
  2594. content: "\f42b"; }
  2595. .fa-uber:before {
  2596. content: "\f402"; }
  2597. .fa-ubuntu:before {
  2598. content: "\f7df"; }
  2599. .fa-uikit:before {
  2600. content: "\f403"; }
  2601. .fa-umbrella:before {
  2602. content: "\f0e9"; }
  2603. .fa-umbrella-beach:before {
  2604. content: "\f5ca"; }
  2605. .fa-underline:before {
  2606. content: "\f0cd"; }
  2607. .fa-undo:before {
  2608. content: "\f0e2"; }
  2609. .fa-undo-alt:before {
  2610. content: "\f2ea"; }
  2611. .fa-uniregistry:before {
  2612. content: "\f404"; }
  2613. .fa-universal-access:before {
  2614. content: "\f29a"; }
  2615. .fa-university:before {
  2616. content: "\f19c"; }
  2617. .fa-unlink:before {
  2618. content: "\f127"; }
  2619. .fa-unlock:before {
  2620. content: "\f09c"; }
  2621. .fa-unlock-alt:before {
  2622. content: "\f13e"; }
  2623. .fa-untappd:before {
  2624. content: "\f405"; }
  2625. .fa-upload:before {
  2626. content: "\f093"; }
  2627. .fa-ups:before {
  2628. content: "\f7e0"; }
  2629. .fa-usb:before {
  2630. content: "\f287"; }
  2631. .fa-user:before {
  2632. content: "\f007"; }
  2633. .fa-user-alt:before {
  2634. content: "\f406"; }
  2635. .fa-user-alt-slash:before {
  2636. content: "\f4fa"; }
  2637. .fa-user-astronaut:before {
  2638. content: "\f4fb"; }
  2639. .fa-user-check:before {
  2640. content: "\f4fc"; }
  2641. .fa-user-circle:before {
  2642. content: "\f2bd"; }
  2643. .fa-user-clock:before {
  2644. content: "\f4fd"; }
  2645. .fa-user-cog:before {
  2646. content: "\f4fe"; }
  2647. .fa-user-edit:before {
  2648. content: "\f4ff"; }
  2649. .fa-user-friends:before {
  2650. content: "\f500"; }
  2651. .fa-user-graduate:before {
  2652. content: "\f501"; }
  2653. .fa-user-injured:before {
  2654. content: "\f728"; }
  2655. .fa-user-lock:before {
  2656. content: "\f502"; }
  2657. .fa-user-md:before {
  2658. content: "\f0f0"; }
  2659. .fa-user-minus:before {
  2660. content: "\f503"; }
  2661. .fa-user-ninja:before {
  2662. content: "\f504"; }
  2663. .fa-user-nurse:before {
  2664. content: "\f82f"; }
  2665. .fa-user-plus:before {
  2666. content: "\f234"; }
  2667. .fa-user-secret:before {
  2668. content: "\f21b"; }
  2669. .fa-user-shield:before {
  2670. content: "\f505"; }
  2671. .fa-user-slash:before {
  2672. content: "\f506"; }
  2673. .fa-user-tag:before {
  2674. content: "\f507"; }
  2675. .fa-user-tie:before {
  2676. content: "\f508"; }
  2677. .fa-user-times:before {
  2678. content: "\f235"; }
  2679. .fa-users:before {
  2680. content: "\f0c0"; }
  2681. .fa-users-cog:before {
  2682. content: "\f509"; }
  2683. .fa-usps:before {
  2684. content: "\f7e1"; }
  2685. .fa-ussunnah:before {
  2686. content: "\f407"; }
  2687. .fa-utensil-spoon:before {
  2688. content: "\f2e5"; }
  2689. .fa-utensils:before {
  2690. content: "\f2e7"; }
  2691. .fa-vaadin:before {
  2692. content: "\f408"; }
  2693. .fa-vector-square:before {
  2694. content: "\f5cb"; }
  2695. .fa-venus:before {
  2696. content: "\f221"; }
  2697. .fa-venus-double:before {
  2698. content: "\f226"; }
  2699. .fa-venus-mars:before {
  2700. content: "\f228"; }
  2701. .fa-viacoin:before {
  2702. content: "\f237"; }
  2703. .fa-viadeo:before {
  2704. content: "\f2a9"; }
  2705. .fa-viadeo-square:before {
  2706. content: "\f2aa"; }
  2707. .fa-vial:before {
  2708. content: "\f492"; }
  2709. .fa-vials:before {
  2710. content: "\f493"; }
  2711. .fa-viber:before {
  2712. content: "\f409"; }
  2713. .fa-video:before {
  2714. content: "\f03d"; }
  2715. .fa-video-slash:before {
  2716. content: "\f4e2"; }
  2717. .fa-vihara:before {
  2718. content: "\f6a7"; }
  2719. .fa-vimeo:before {
  2720. content: "\f40a"; }
  2721. .fa-vimeo-square:before {
  2722. content: "\f194"; }
  2723. .fa-vimeo-v:before {
  2724. content: "\f27d"; }
  2725. .fa-vine:before {
  2726. content: "\f1ca"; }
  2727. .fa-vk:before {
  2728. content: "\f189"; }
  2729. .fa-vnv:before {
  2730. content: "\f40b"; }
  2731. .fa-volleyball-ball:before {
  2732. content: "\f45f"; }
  2733. .fa-volume-down:before {
  2734. content: "\f027"; }
  2735. .fa-volume-mute:before {
  2736. content: "\f6a9"; }
  2737. .fa-volume-off:before {
  2738. content: "\f026"; }
  2739. .fa-volume-up:before {
  2740. content: "\f028"; }
  2741. .fa-vote-yea:before {
  2742. content: "\f772"; }
  2743. .fa-vr-cardboard:before {
  2744. content: "\f729"; }
  2745. .fa-vuejs:before {
  2746. content: "\f41f"; }
  2747. .fa-walking:before {
  2748. content: "\f554"; }
  2749. .fa-wallet:before {
  2750. content: "\f555"; }
  2751. .fa-warehouse:before {
  2752. content: "\f494"; }
  2753. .fa-water:before {
  2754. content: "\f773"; }
  2755. .fa-weebly:before {
  2756. content: "\f5cc"; }
  2757. .fa-weibo:before {
  2758. content: "\f18a"; }
  2759. .fa-weight:before {
  2760. content: "\f496"; }
  2761. .fa-weight-hanging:before {
  2762. content: "\f5cd"; }
  2763. .fa-weixin:before {
  2764. content: "\f1d7"; }
  2765. .fa-whatsapp:before {
  2766. content: "\f232"; }
  2767. .fa-whatsapp-square:before {
  2768. content: "\f40c"; }
  2769. .fa-wheelchair:before {
  2770. content: "\f193"; }
  2771. .fa-whmcs:before {
  2772. content: "\f40d"; }
  2773. .fa-wifi:before {
  2774. content: "\f1eb"; }
  2775. .fa-wikipedia-w:before {
  2776. content: "\f266"; }
  2777. .fa-wind:before {
  2778. content: "\f72e"; }
  2779. .fa-window-close:before {
  2780. content: "\f410"; }
  2781. .fa-window-maximize:before {
  2782. content: "\f2d0"; }
  2783. .fa-window-minimize:before {
  2784. content: "\f2d1"; }
  2785. .fa-window-restore:before {
  2786. content: "\f2d2"; }
  2787. .fa-windows:before {
  2788. content: "\f17a"; }
  2789. .fa-wine-bottle:before {
  2790. content: "\f72f"; }
  2791. .fa-wine-glass:before {
  2792. content: "\f4e3"; }
  2793. .fa-wine-glass-alt:before {
  2794. content: "\f5ce"; }
  2795. .fa-wix:before {
  2796. content: "\f5cf"; }
  2797. .fa-wizards-of-the-coast:before {
  2798. content: "\f730"; }
  2799. .fa-wolf-pack-battalion:before {
  2800. content: "\f514"; }
  2801. .fa-won-sign:before {
  2802. content: "\f159"; }
  2803. .fa-wordpress:before {
  2804. content: "\f19a"; }
  2805. .fa-wordpress-simple:before {
  2806. content: "\f411"; }
  2807. .fa-wpbeginner:before {
  2808. content: "\f297"; }
  2809. .fa-wpexplorer:before {
  2810. content: "\f2de"; }
  2811. .fa-wpforms:before {
  2812. content: "\f298"; }
  2813. .fa-wpressr:before {
  2814. content: "\f3e4"; }
  2815. .fa-wrench:before {
  2816. content: "\f0ad"; }
  2817. .fa-x-ray:before {
  2818. content: "\f497"; }
  2819. .fa-xbox:before {
  2820. content: "\f412"; }
  2821. .fa-xing:before {
  2822. content: "\f168"; }
  2823. .fa-xing-square:before {
  2824. content: "\f169"; }
  2825. .fa-y-combinator:before {
  2826. content: "\f23b"; }
  2827. .fa-yahoo:before {
  2828. content: "\f19e"; }
  2829. .fa-yandex:before {
  2830. content: "\f413"; }
  2831. .fa-yandex-international:before {
  2832. content: "\f414"; }
  2833. .fa-yarn:before {
  2834. content: "\f7e3"; }
  2835. .fa-yelp:before {
  2836. content: "\f1e9"; }
  2837. .fa-yen-sign:before {
  2838. content: "\f157"; }
  2839. .fa-yin-yang:before {
  2840. content: "\f6ad"; }
  2841. .fa-yoast:before {
  2842. content: "\f2b1"; }
  2843. .fa-youtube:before {
  2844. content: "\f167"; }
  2845. .fa-youtube-square:before {
  2846. content: "\f431"; }
  2847. .fa-zhihu:before {
  2848. content: "\f63f"; }
  2849. .sr-only {
  2850. border: 0;
  2851. clip: rect(0, 0, 0, 0);
  2852. height: 1px;
  2853. margin: -1px;
  2854. overflow: hidden;
  2855. padding: 0;
  2856. position: absolute;
  2857. width: 1px; }
  2858. .sr-only-focusable:active, .sr-only-focusable:focus {
  2859. clip: auto;
  2860. height: auto;
  2861. margin: 0;
  2862. overflow: visible;
  2863. position: static;
  2864. width: auto; }
  2865. @font-face {
  2866. font-family: 'Font Awesome 5 Brands';
  2867. font-style: normal;
  2868. font-weight: normal;
  2869. font-display: auto;
  2870. src: url("../webfonts/fa-brands-400.eot");
  2871. src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
  2872. .fab {
  2873. font-family: 'Font Awesome 5 Brands'; }
  2874. @font-face {
  2875. font-family: 'Font Awesome 5 Free';
  2876. font-style: normal;
  2877. font-weight: 400;
  2878. font-display: auto;
  2879. src: url("../webfonts/fa-regular-400.eot");
  2880. src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
  2881. .far {
  2882. font-family: 'Font Awesome 5 Free';
  2883. font-weight: 400; }
  2884. @font-face {
  2885. font-family: 'Font Awesome 5 Free';
  2886. font-style: normal;
  2887. font-weight: 900;
  2888. font-display: auto;
  2889. src: url("../webfonts/fa-solid-900.eot");
  2890. src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
  2891. .fa,
  2892. .fas {
  2893. font-family: 'Font Awesome 5 Free';
  2894. font-weight: 900; }