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