@public-ui/theme-default 4.0.0-alpha.4 → 4.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/assets/fontawesome-free/LICENSE.txt +165 -0
  2. package/assets/fontawesome-free/css/all.css +7831 -0
  3. package/assets/fontawesome-free/css/all.min.css +6 -0
  4. package/assets/fontawesome-free/css/brands.css +1432 -0
  5. package/assets/fontawesome-free/css/brands.min.css +6 -0
  6. package/assets/fontawesome-free/css/fontawesome.css +6338 -0
  7. package/assets/fontawesome-free/css/fontawesome.min.css +6 -0
  8. package/assets/fontawesome-free/css/regular.css +19 -0
  9. package/assets/fontawesome-free/css/regular.min.css +6 -0
  10. package/assets/fontawesome-free/css/solid.css +19 -0
  11. package/assets/fontawesome-free/css/solid.min.css +6 -0
  12. package/assets/fontawesome-free/css/svg-with-js.css +634 -0
  13. package/assets/fontawesome-free/css/svg-with-js.min.css +6 -0
  14. package/assets/fontawesome-free/css/v4-font-face.css +26 -0
  15. package/assets/fontawesome-free/css/v4-font-face.min.css +6 -0
  16. package/assets/fontawesome-free/css/v4-shims.css +2146 -0
  17. package/assets/fontawesome-free/css/v4-shims.min.css +6 -0
  18. package/assets/fontawesome-free/css/v5-font-face.css +22 -0
  19. package/assets/fontawesome-free/css/v5-font-face.min.css +6 -0
  20. package/assets/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  21. package/assets/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  22. package/assets/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  23. package/assets/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  24. package/assets/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  25. package/assets/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  26. package/assets/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
  27. package/assets/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
  28. package/dist/index.cjs +62 -58
  29. package/dist/index.cjs.map +1 -1
  30. package/dist/index.mjs +62 -58
  31. package/dist/index.mjs.map +1 -1
  32. package/package.json +12 -12
@@ -0,0 +1,2146 @@
1
+ /*!
2
+ * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ * Copyright 2022 Fonticons, Inc.
5
+ */
6
+ .fa.fa-glass:before {
7
+ content: "\f000"; }
8
+
9
+ .fa.fa-envelope-o {
10
+ font-family: 'Font Awesome 6 Free';
11
+ font-weight: 400; }
12
+
13
+ .fa.fa-envelope-o:before {
14
+ content: "\f0e0"; }
15
+
16
+ .fa.fa-star-o {
17
+ font-family: 'Font Awesome 6 Free';
18
+ font-weight: 400; }
19
+
20
+ .fa.fa-star-o:before {
21
+ content: "\f005"; }
22
+
23
+ .fa.fa-remove:before {
24
+ content: "\f00d"; }
25
+
26
+ .fa.fa-close:before {
27
+ content: "\f00d"; }
28
+
29
+ .fa.fa-gear:before {
30
+ content: "\f013"; }
31
+
32
+ .fa.fa-trash-o {
33
+ font-family: 'Font Awesome 6 Free';
34
+ font-weight: 400; }
35
+
36
+ .fa.fa-trash-o:before {
37
+ content: "\f2ed"; }
38
+
39
+ .fa.fa-home:before {
40
+ content: "\f015"; }
41
+
42
+ .fa.fa-file-o {
43
+ font-family: 'Font Awesome 6 Free';
44
+ font-weight: 400; }
45
+
46
+ .fa.fa-file-o:before {
47
+ content: "\f15b"; }
48
+
49
+ .fa.fa-clock-o {
50
+ font-family: 'Font Awesome 6 Free';
51
+ font-weight: 400; }
52
+
53
+ .fa.fa-clock-o:before {
54
+ content: "\f017"; }
55
+
56
+ .fa.fa-arrow-circle-o-down {
57
+ font-family: 'Font Awesome 6 Free';
58
+ font-weight: 400; }
59
+
60
+ .fa.fa-arrow-circle-o-down:before {
61
+ content: "\f358"; }
62
+
63
+ .fa.fa-arrow-circle-o-up {
64
+ font-family: 'Font Awesome 6 Free';
65
+ font-weight: 400; }
66
+
67
+ .fa.fa-arrow-circle-o-up:before {
68
+ content: "\f35b"; }
69
+
70
+ .fa.fa-play-circle-o {
71
+ font-family: 'Font Awesome 6 Free';
72
+ font-weight: 400; }
73
+
74
+ .fa.fa-play-circle-o:before {
75
+ content: "\f144"; }
76
+
77
+ .fa.fa-repeat:before {
78
+ content: "\f01e"; }
79
+
80
+ .fa.fa-rotate-right:before {
81
+ content: "\f01e"; }
82
+
83
+ .fa.fa-refresh:before {
84
+ content: "\f021"; }
85
+
86
+ .fa.fa-list-alt {
87
+ font-family: 'Font Awesome 6 Free';
88
+ font-weight: 400; }
89
+
90
+ .fa.fa-list-alt:before {
91
+ content: "\f022"; }
92
+
93
+ .fa.fa-dedent:before {
94
+ content: "\f03b"; }
95
+
96
+ .fa.fa-video-camera:before {
97
+ content: "\f03d"; }
98
+
99
+ .fa.fa-picture-o {
100
+ font-family: 'Font Awesome 6 Free';
101
+ font-weight: 400; }
102
+
103
+ .fa.fa-picture-o:before {
104
+ content: "\f03e"; }
105
+
106
+ .fa.fa-photo {
107
+ font-family: 'Font Awesome 6 Free';
108
+ font-weight: 400; }
109
+
110
+ .fa.fa-photo:before {
111
+ content: "\f03e"; }
112
+
113
+ .fa.fa-image {
114
+ font-family: 'Font Awesome 6 Free';
115
+ font-weight: 400; }
116
+
117
+ .fa.fa-image:before {
118
+ content: "\f03e"; }
119
+
120
+ .fa.fa-map-marker:before {
121
+ content: "\f3c5"; }
122
+
123
+ .fa.fa-pencil-square-o {
124
+ font-family: 'Font Awesome 6 Free';
125
+ font-weight: 400; }
126
+
127
+ .fa.fa-pencil-square-o:before {
128
+ content: "\f044"; }
129
+
130
+ .fa.fa-edit {
131
+ font-family: 'Font Awesome 6 Free';
132
+ font-weight: 400; }
133
+
134
+ .fa.fa-edit:before {
135
+ content: "\f044"; }
136
+
137
+ .fa.fa-share-square-o:before {
138
+ content: "\f14d"; }
139
+
140
+ .fa.fa-check-square-o {
141
+ font-family: 'Font Awesome 6 Free';
142
+ font-weight: 400; }
143
+
144
+ .fa.fa-check-square-o:before {
145
+ content: "\f14a"; }
146
+
147
+ .fa.fa-arrows:before {
148
+ content: "\f0b2"; }
149
+
150
+ .fa.fa-times-circle-o {
151
+ font-family: 'Font Awesome 6 Free';
152
+ font-weight: 400; }
153
+
154
+ .fa.fa-times-circle-o:before {
155
+ content: "\f057"; }
156
+
157
+ .fa.fa-check-circle-o {
158
+ font-family: 'Font Awesome 6 Free';
159
+ font-weight: 400; }
160
+
161
+ .fa.fa-check-circle-o:before {
162
+ content: "\f058"; }
163
+
164
+ .fa.fa-mail-forward:before {
165
+ content: "\f064"; }
166
+
167
+ .fa.fa-expand:before {
168
+ content: "\f424"; }
169
+
170
+ .fa.fa-compress:before {
171
+ content: "\f422"; }
172
+
173
+ .fa.fa-eye {
174
+ font-family: 'Font Awesome 6 Free';
175
+ font-weight: 400; }
176
+
177
+ .fa.fa-eye-slash {
178
+ font-family: 'Font Awesome 6 Free';
179
+ font-weight: 400; }
180
+
181
+ .fa.fa-warning:before {
182
+ content: "\f071"; }
183
+
184
+ .fa.fa-calendar:before {
185
+ content: "\f073"; }
186
+
187
+ .fa.fa-arrows-v:before {
188
+ content: "\f338"; }
189
+
190
+ .fa.fa-arrows-h:before {
191
+ content: "\f337"; }
192
+
193
+ .fa.fa-bar-chart:before {
194
+ content: "\e0e3"; }
195
+
196
+ .fa.fa-bar-chart-o:before {
197
+ content: "\e0e3"; }
198
+
199
+ .fa.fa-twitter-square {
200
+ font-family: 'Font Awesome 6 Brands';
201
+ font-weight: 400; }
202
+
203
+ .fa.fa-facebook-square {
204
+ font-family: 'Font Awesome 6 Brands';
205
+ font-weight: 400; }
206
+
207
+ .fa.fa-gears:before {
208
+ content: "\f085"; }
209
+
210
+ .fa.fa-thumbs-o-up {
211
+ font-family: 'Font Awesome 6 Free';
212
+ font-weight: 400; }
213
+
214
+ .fa.fa-thumbs-o-up:before {
215
+ content: "\f164"; }
216
+
217
+ .fa.fa-thumbs-o-down {
218
+ font-family: 'Font Awesome 6 Free';
219
+ font-weight: 400; }
220
+
221
+ .fa.fa-thumbs-o-down:before {
222
+ content: "\f165"; }
223
+
224
+ .fa.fa-heart-o {
225
+ font-family: 'Font Awesome 6 Free';
226
+ font-weight: 400; }
227
+
228
+ .fa.fa-heart-o:before {
229
+ content: "\f004"; }
230
+
231
+ .fa.fa-sign-out:before {
232
+ content: "\f2f5"; }
233
+
234
+ .fa.fa-linkedin-square {
235
+ font-family: 'Font Awesome 6 Brands';
236
+ font-weight: 400; }
237
+
238
+ .fa.fa-linkedin-square:before {
239
+ content: "\f08c"; }
240
+
241
+ .fa.fa-thumb-tack:before {
242
+ content: "\f08d"; }
243
+
244
+ .fa.fa-external-link:before {
245
+ content: "\f35d"; }
246
+
247
+ .fa.fa-sign-in:before {
248
+ content: "\f2f6"; }
249
+
250
+ .fa.fa-github-square {
251
+ font-family: 'Font Awesome 6 Brands';
252
+ font-weight: 400; }
253
+
254
+ .fa.fa-lemon-o {
255
+ font-family: 'Font Awesome 6 Free';
256
+ font-weight: 400; }
257
+
258
+ .fa.fa-lemon-o:before {
259
+ content: "\f094"; }
260
+
261
+ .fa.fa-square-o {
262
+ font-family: 'Font Awesome 6 Free';
263
+ font-weight: 400; }
264
+
265
+ .fa.fa-square-o:before {
266
+ content: "\f0c8"; }
267
+
268
+ .fa.fa-bookmark-o {
269
+ font-family: 'Font Awesome 6 Free';
270
+ font-weight: 400; }
271
+
272
+ .fa.fa-bookmark-o:before {
273
+ content: "\f02e"; }
274
+
275
+ .fa.fa-twitter {
276
+ font-family: 'Font Awesome 6 Brands';
277
+ font-weight: 400; }
278
+
279
+ .fa.fa-facebook {
280
+ font-family: 'Font Awesome 6 Brands';
281
+ font-weight: 400; }
282
+
283
+ .fa.fa-facebook:before {
284
+ content: "\f39e"; }
285
+
286
+ .fa.fa-facebook-f {
287
+ font-family: 'Font Awesome 6 Brands';
288
+ font-weight: 400; }
289
+
290
+ .fa.fa-facebook-f:before {
291
+ content: "\f39e"; }
292
+
293
+ .fa.fa-github {
294
+ font-family: 'Font Awesome 6 Brands';
295
+ font-weight: 400; }
296
+
297
+ .fa.fa-credit-card {
298
+ font-family: 'Font Awesome 6 Free';
299
+ font-weight: 400; }
300
+
301
+ .fa.fa-feed:before {
302
+ content: "\f09e"; }
303
+
304
+ .fa.fa-hdd-o {
305
+ font-family: 'Font Awesome 6 Free';
306
+ font-weight: 400; }
307
+
308
+ .fa.fa-hdd-o:before {
309
+ content: "\f0a0"; }
310
+
311
+ .fa.fa-hand-o-right {
312
+ font-family: 'Font Awesome 6 Free';
313
+ font-weight: 400; }
314
+
315
+ .fa.fa-hand-o-right:before {
316
+ content: "\f0a4"; }
317
+
318
+ .fa.fa-hand-o-left {
319
+ font-family: 'Font Awesome 6 Free';
320
+ font-weight: 400; }
321
+
322
+ .fa.fa-hand-o-left:before {
323
+ content: "\f0a5"; }
324
+
325
+ .fa.fa-hand-o-up {
326
+ font-family: 'Font Awesome 6 Free';
327
+ font-weight: 400; }
328
+
329
+ .fa.fa-hand-o-up:before {
330
+ content: "\f0a6"; }
331
+
332
+ .fa.fa-hand-o-down {
333
+ font-family: 'Font Awesome 6 Free';
334
+ font-weight: 400; }
335
+
336
+ .fa.fa-hand-o-down:before {
337
+ content: "\f0a7"; }
338
+
339
+ .fa.fa-globe:before {
340
+ content: "\f57d"; }
341
+
342
+ .fa.fa-tasks:before {
343
+ content: "\f828"; }
344
+
345
+ .fa.fa-arrows-alt:before {
346
+ content: "\f31e"; }
347
+
348
+ .fa.fa-group:before {
349
+ content: "\f0c0"; }
350
+
351
+ .fa.fa-chain:before {
352
+ content: "\f0c1"; }
353
+
354
+ .fa.fa-cut:before {
355
+ content: "\f0c4"; }
356
+
357
+ .fa.fa-files-o {
358
+ font-family: 'Font Awesome 6 Free';
359
+ font-weight: 400; }
360
+
361
+ .fa.fa-files-o:before {
362
+ content: "\f0c5"; }
363
+
364
+ .fa.fa-floppy-o {
365
+ font-family: 'Font Awesome 6 Free';
366
+ font-weight: 400; }
367
+
368
+ .fa.fa-floppy-o:before {
369
+ content: "\f0c7"; }
370
+
371
+ .fa.fa-save {
372
+ font-family: 'Font Awesome 6 Free';
373
+ font-weight: 400; }
374
+
375
+ .fa.fa-save:before {
376
+ content: "\f0c7"; }
377
+
378
+ .fa.fa-navicon:before {
379
+ content: "\f0c9"; }
380
+
381
+ .fa.fa-reorder:before {
382
+ content: "\f0c9"; }
383
+
384
+ .fa.fa-magic:before {
385
+ content: "\e2ca"; }
386
+
387
+ .fa.fa-pinterest {
388
+ font-family: 'Font Awesome 6 Brands';
389
+ font-weight: 400; }
390
+
391
+ .fa.fa-pinterest-square {
392
+ font-family: 'Font Awesome 6 Brands';
393
+ font-weight: 400; }
394
+
395
+ .fa.fa-google-plus-square {
396
+ font-family: 'Font Awesome 6 Brands';
397
+ font-weight: 400; }
398
+
399
+ .fa.fa-google-plus {
400
+ font-family: 'Font Awesome 6 Brands';
401
+ font-weight: 400; }
402
+
403
+ .fa.fa-google-plus:before {
404
+ content: "\f0d5"; }
405
+
406
+ .fa.fa-money:before {
407
+ content: "\f3d1"; }
408
+
409
+ .fa.fa-unsorted:before {
410
+ content: "\f0dc"; }
411
+
412
+ .fa.fa-sort-desc:before {
413
+ content: "\f0dd"; }
414
+
415
+ .fa.fa-sort-asc:before {
416
+ content: "\f0de"; }
417
+
418
+ .fa.fa-linkedin {
419
+ font-family: 'Font Awesome 6 Brands';
420
+ font-weight: 400; }
421
+
422
+ .fa.fa-linkedin:before {
423
+ content: "\f0e1"; }
424
+
425
+ .fa.fa-rotate-left:before {
426
+ content: "\f0e2"; }
427
+
428
+ .fa.fa-legal:before {
429
+ content: "\f0e3"; }
430
+
431
+ .fa.fa-tachometer:before {
432
+ content: "\f625"; }
433
+
434
+ .fa.fa-dashboard:before {
435
+ content: "\f625"; }
436
+
437
+ .fa.fa-comment-o {
438
+ font-family: 'Font Awesome 6 Free';
439
+ font-weight: 400; }
440
+
441
+ .fa.fa-comment-o:before {
442
+ content: "\f075"; }
443
+
444
+ .fa.fa-comments-o {
445
+ font-family: 'Font Awesome 6 Free';
446
+ font-weight: 400; }
447
+
448
+ .fa.fa-comments-o:before {
449
+ content: "\f086"; }
450
+
451
+ .fa.fa-flash:before {
452
+ content: "\f0e7"; }
453
+
454
+ .fa.fa-clipboard:before {
455
+ content: "\f0ea"; }
456
+
457
+ .fa.fa-lightbulb-o {
458
+ font-family: 'Font Awesome 6 Free';
459
+ font-weight: 400; }
460
+
461
+ .fa.fa-lightbulb-o:before {
462
+ content: "\f0eb"; }
463
+
464
+ .fa.fa-exchange:before {
465
+ content: "\f362"; }
466
+
467
+ .fa.fa-cloud-download:before {
468
+ content: "\f0ed"; }
469
+
470
+ .fa.fa-cloud-upload:before {
471
+ content: "\f0ee"; }
472
+
473
+ .fa.fa-bell-o {
474
+ font-family: 'Font Awesome 6 Free';
475
+ font-weight: 400; }
476
+
477
+ .fa.fa-bell-o:before {
478
+ content: "\f0f3"; }
479
+
480
+ .fa.fa-cutlery:before {
481
+ content: "\f2e7"; }
482
+
483
+ .fa.fa-file-text-o {
484
+ font-family: 'Font Awesome 6 Free';
485
+ font-weight: 400; }
486
+
487
+ .fa.fa-file-text-o:before {
488
+ content: "\f15c"; }
489
+
490
+ .fa.fa-building-o {
491
+ font-family: 'Font Awesome 6 Free';
492
+ font-weight: 400; }
493
+
494
+ .fa.fa-building-o:before {
495
+ content: "\f1ad"; }
496
+
497
+ .fa.fa-hospital-o {
498
+ font-family: 'Font Awesome 6 Free';
499
+ font-weight: 400; }
500
+
501
+ .fa.fa-hospital-o:before {
502
+ content: "\f0f8"; }
503
+
504
+ .fa.fa-tablet:before {
505
+ content: "\f3fa"; }
506
+
507
+ .fa.fa-mobile:before {
508
+ content: "\f3cd"; }
509
+
510
+ .fa.fa-mobile-phone:before {
511
+ content: "\f3cd"; }
512
+
513
+ .fa.fa-circle-o {
514
+ font-family: 'Font Awesome 6 Free';
515
+ font-weight: 400; }
516
+
517
+ .fa.fa-circle-o:before {
518
+ content: "\f111"; }
519
+
520
+ .fa.fa-mail-reply:before {
521
+ content: "\f3e5"; }
522
+
523
+ .fa.fa-github-alt {
524
+ font-family: 'Font Awesome 6 Brands';
525
+ font-weight: 400; }
526
+
527
+ .fa.fa-folder-o {
528
+ font-family: 'Font Awesome 6 Free';
529
+ font-weight: 400; }
530
+
531
+ .fa.fa-folder-o:before {
532
+ content: "\f07b"; }
533
+
534
+ .fa.fa-folder-open-o {
535
+ font-family: 'Font Awesome 6 Free';
536
+ font-weight: 400; }
537
+
538
+ .fa.fa-folder-open-o:before {
539
+ content: "\f07c"; }
540
+
541
+ .fa.fa-smile-o {
542
+ font-family: 'Font Awesome 6 Free';
543
+ font-weight: 400; }
544
+
545
+ .fa.fa-smile-o:before {
546
+ content: "\f118"; }
547
+
548
+ .fa.fa-frown-o {
549
+ font-family: 'Font Awesome 6 Free';
550
+ font-weight: 400; }
551
+
552
+ .fa.fa-frown-o:before {
553
+ content: "\f119"; }
554
+
555
+ .fa.fa-meh-o {
556
+ font-family: 'Font Awesome 6 Free';
557
+ font-weight: 400; }
558
+
559
+ .fa.fa-meh-o:before {
560
+ content: "\f11a"; }
561
+
562
+ .fa.fa-keyboard-o {
563
+ font-family: 'Font Awesome 6 Free';
564
+ font-weight: 400; }
565
+
566
+ .fa.fa-keyboard-o:before {
567
+ content: "\f11c"; }
568
+
569
+ .fa.fa-flag-o {
570
+ font-family: 'Font Awesome 6 Free';
571
+ font-weight: 400; }
572
+
573
+ .fa.fa-flag-o:before {
574
+ content: "\f024"; }
575
+
576
+ .fa.fa-mail-reply-all:before {
577
+ content: "\f122"; }
578
+
579
+ .fa.fa-star-half-o {
580
+ font-family: 'Font Awesome 6 Free';
581
+ font-weight: 400; }
582
+
583
+ .fa.fa-star-half-o:before {
584
+ content: "\f5c0"; }
585
+
586
+ .fa.fa-star-half-empty {
587
+ font-family: 'Font Awesome 6 Free';
588
+ font-weight: 400; }
589
+
590
+ .fa.fa-star-half-empty:before {
591
+ content: "\f5c0"; }
592
+
593
+ .fa.fa-star-half-full {
594
+ font-family: 'Font Awesome 6 Free';
595
+ font-weight: 400; }
596
+
597
+ .fa.fa-star-half-full:before {
598
+ content: "\f5c0"; }
599
+
600
+ .fa.fa-code-fork:before {
601
+ content: "\f126"; }
602
+
603
+ .fa.fa-chain-broken:before {
604
+ content: "\f127"; }
605
+
606
+ .fa.fa-unlink:before {
607
+ content: "\f127"; }
608
+
609
+ .fa.fa-calendar-o {
610
+ font-family: 'Font Awesome 6 Free';
611
+ font-weight: 400; }
612
+
613
+ .fa.fa-calendar-o:before {
614
+ content: "\f133"; }
615
+
616
+ .fa.fa-maxcdn {
617
+ font-family: 'Font Awesome 6 Brands';
618
+ font-weight: 400; }
619
+
620
+ .fa.fa-html5 {
621
+ font-family: 'Font Awesome 6 Brands';
622
+ font-weight: 400; }
623
+
624
+ .fa.fa-css3 {
625
+ font-family: 'Font Awesome 6 Brands';
626
+ font-weight: 400; }
627
+
628
+ .fa.fa-unlock-alt:before {
629
+ content: "\f09c"; }
630
+
631
+ .fa.fa-minus-square-o {
632
+ font-family: 'Font Awesome 6 Free';
633
+ font-weight: 400; }
634
+
635
+ .fa.fa-minus-square-o:before {
636
+ content: "\f146"; }
637
+
638
+ .fa.fa-level-up:before {
639
+ content: "\f3bf"; }
640
+
641
+ .fa.fa-level-down:before {
642
+ content: "\f3be"; }
643
+
644
+ .fa.fa-pencil-square:before {
645
+ content: "\f14b"; }
646
+
647
+ .fa.fa-external-link-square:before {
648
+ content: "\f360"; }
649
+
650
+ .fa.fa-compass {
651
+ font-family: 'Font Awesome 6 Free';
652
+ font-weight: 400; }
653
+
654
+ .fa.fa-caret-square-o-down {
655
+ font-family: 'Font Awesome 6 Free';
656
+ font-weight: 400; }
657
+
658
+ .fa.fa-caret-square-o-down:before {
659
+ content: "\f150"; }
660
+
661
+ .fa.fa-toggle-down {
662
+ font-family: 'Font Awesome 6 Free';
663
+ font-weight: 400; }
664
+
665
+ .fa.fa-toggle-down:before {
666
+ content: "\f150"; }
667
+
668
+ .fa.fa-caret-square-o-up {
669
+ font-family: 'Font Awesome 6 Free';
670
+ font-weight: 400; }
671
+
672
+ .fa.fa-caret-square-o-up:before {
673
+ content: "\f151"; }
674
+
675
+ .fa.fa-toggle-up {
676
+ font-family: 'Font Awesome 6 Free';
677
+ font-weight: 400; }
678
+
679
+ .fa.fa-toggle-up:before {
680
+ content: "\f151"; }
681
+
682
+ .fa.fa-caret-square-o-right {
683
+ font-family: 'Font Awesome 6 Free';
684
+ font-weight: 400; }
685
+
686
+ .fa.fa-caret-square-o-right:before {
687
+ content: "\f152"; }
688
+
689
+ .fa.fa-toggle-right {
690
+ font-family: 'Font Awesome 6 Free';
691
+ font-weight: 400; }
692
+
693
+ .fa.fa-toggle-right:before {
694
+ content: "\f152"; }
695
+
696
+ .fa.fa-eur:before {
697
+ content: "\f153"; }
698
+
699
+ .fa.fa-euro:before {
700
+ content: "\f153"; }
701
+
702
+ .fa.fa-gbp:before {
703
+ content: "\f154"; }
704
+
705
+ .fa.fa-usd:before {
706
+ content: "\24"; }
707
+
708
+ .fa.fa-dollar:before {
709
+ content: "\24"; }
710
+
711
+ .fa.fa-inr:before {
712
+ content: "\e1bc"; }
713
+
714
+ .fa.fa-rupee:before {
715
+ content: "\e1bc"; }
716
+
717
+ .fa.fa-jpy:before {
718
+ content: "\f157"; }
719
+
720
+ .fa.fa-cny:before {
721
+ content: "\f157"; }
722
+
723
+ .fa.fa-rmb:before {
724
+ content: "\f157"; }
725
+
726
+ .fa.fa-yen:before {
727
+ content: "\f157"; }
728
+
729
+ .fa.fa-rub:before {
730
+ content: "\f158"; }
731
+
732
+ .fa.fa-ruble:before {
733
+ content: "\f158"; }
734
+
735
+ .fa.fa-rouble:before {
736
+ content: "\f158"; }
737
+
738
+ .fa.fa-krw:before {
739
+ content: "\f159"; }
740
+
741
+ .fa.fa-won:before {
742
+ content: "\f159"; }
743
+
744
+ .fa.fa-btc {
745
+ font-family: 'Font Awesome 6 Brands';
746
+ font-weight: 400; }
747
+
748
+ .fa.fa-bitcoin {
749
+ font-family: 'Font Awesome 6 Brands';
750
+ font-weight: 400; }
751
+
752
+ .fa.fa-bitcoin:before {
753
+ content: "\f15a"; }
754
+
755
+ .fa.fa-file-text:before {
756
+ content: "\f15c"; }
757
+
758
+ .fa.fa-sort-alpha-asc:before {
759
+ content: "\f15d"; }
760
+
761
+ .fa.fa-sort-alpha-desc:before {
762
+ content: "\f881"; }
763
+
764
+ .fa.fa-sort-amount-asc:before {
765
+ content: "\f884"; }
766
+
767
+ .fa.fa-sort-amount-desc:before {
768
+ content: "\f160"; }
769
+
770
+ .fa.fa-sort-numeric-asc:before {
771
+ content: "\f162"; }
772
+
773
+ .fa.fa-sort-numeric-desc:before {
774
+ content: "\f886"; }
775
+
776
+ .fa.fa-youtube-square {
777
+ font-family: 'Font Awesome 6 Brands';
778
+ font-weight: 400; }
779
+
780
+ .fa.fa-youtube {
781
+ font-family: 'Font Awesome 6 Brands';
782
+ font-weight: 400; }
783
+
784
+ .fa.fa-xing {
785
+ font-family: 'Font Awesome 6 Brands';
786
+ font-weight: 400; }
787
+
788
+ .fa.fa-xing-square {
789
+ font-family: 'Font Awesome 6 Brands';
790
+ font-weight: 400; }
791
+
792
+ .fa.fa-youtube-play {
793
+ font-family: 'Font Awesome 6 Brands';
794
+ font-weight: 400; }
795
+
796
+ .fa.fa-youtube-play:before {
797
+ content: "\f167"; }
798
+
799
+ .fa.fa-dropbox {
800
+ font-family: 'Font Awesome 6 Brands';
801
+ font-weight: 400; }
802
+
803
+ .fa.fa-stack-overflow {
804
+ font-family: 'Font Awesome 6 Brands';
805
+ font-weight: 400; }
806
+
807
+ .fa.fa-instagram {
808
+ font-family: 'Font Awesome 6 Brands';
809
+ font-weight: 400; }
810
+
811
+ .fa.fa-flickr {
812
+ font-family: 'Font Awesome 6 Brands';
813
+ font-weight: 400; }
814
+
815
+ .fa.fa-adn {
816
+ font-family: 'Font Awesome 6 Brands';
817
+ font-weight: 400; }
818
+
819
+ .fa.fa-bitbucket {
820
+ font-family: 'Font Awesome 6 Brands';
821
+ font-weight: 400; }
822
+
823
+ .fa.fa-bitbucket-square {
824
+ font-family: 'Font Awesome 6 Brands';
825
+ font-weight: 400; }
826
+
827
+ .fa.fa-bitbucket-square:before {
828
+ content: "\f171"; }
829
+
830
+ .fa.fa-tumblr {
831
+ font-family: 'Font Awesome 6 Brands';
832
+ font-weight: 400; }
833
+
834
+ .fa.fa-tumblr-square {
835
+ font-family: 'Font Awesome 6 Brands';
836
+ font-weight: 400; }
837
+
838
+ .fa.fa-long-arrow-down:before {
839
+ content: "\f309"; }
840
+
841
+ .fa.fa-long-arrow-up:before {
842
+ content: "\f30c"; }
843
+
844
+ .fa.fa-long-arrow-left:before {
845
+ content: "\f30a"; }
846
+
847
+ .fa.fa-long-arrow-right:before {
848
+ content: "\f30b"; }
849
+
850
+ .fa.fa-apple {
851
+ font-family: 'Font Awesome 6 Brands';
852
+ font-weight: 400; }
853
+
854
+ .fa.fa-windows {
855
+ font-family: 'Font Awesome 6 Brands';
856
+ font-weight: 400; }
857
+
858
+ .fa.fa-android {
859
+ font-family: 'Font Awesome 6 Brands';
860
+ font-weight: 400; }
861
+
862
+ .fa.fa-linux {
863
+ font-family: 'Font Awesome 6 Brands';
864
+ font-weight: 400; }
865
+
866
+ .fa.fa-dribbble {
867
+ font-family: 'Font Awesome 6 Brands';
868
+ font-weight: 400; }
869
+
870
+ .fa.fa-skype {
871
+ font-family: 'Font Awesome 6 Brands';
872
+ font-weight: 400; }
873
+
874
+ .fa.fa-foursquare {
875
+ font-family: 'Font Awesome 6 Brands';
876
+ font-weight: 400; }
877
+
878
+ .fa.fa-trello {
879
+ font-family: 'Font Awesome 6 Brands';
880
+ font-weight: 400; }
881
+
882
+ .fa.fa-gratipay {
883
+ font-family: 'Font Awesome 6 Brands';
884
+ font-weight: 400; }
885
+
886
+ .fa.fa-gittip {
887
+ font-family: 'Font Awesome 6 Brands';
888
+ font-weight: 400; }
889
+
890
+ .fa.fa-gittip:before {
891
+ content: "\f184"; }
892
+
893
+ .fa.fa-sun-o {
894
+ font-family: 'Font Awesome 6 Free';
895
+ font-weight: 400; }
896
+
897
+ .fa.fa-sun-o:before {
898
+ content: "\f185"; }
899
+
900
+ .fa.fa-moon-o {
901
+ font-family: 'Font Awesome 6 Free';
902
+ font-weight: 400; }
903
+
904
+ .fa.fa-moon-o:before {
905
+ content: "\f186"; }
906
+
907
+ .fa.fa-vk {
908
+ font-family: 'Font Awesome 6 Brands';
909
+ font-weight: 400; }
910
+
911
+ .fa.fa-weibo {
912
+ font-family: 'Font Awesome 6 Brands';
913
+ font-weight: 400; }
914
+
915
+ .fa.fa-renren {
916
+ font-family: 'Font Awesome 6 Brands';
917
+ font-weight: 400; }
918
+
919
+ .fa.fa-pagelines {
920
+ font-family: 'Font Awesome 6 Brands';
921
+ font-weight: 400; }
922
+
923
+ .fa.fa-stack-exchange {
924
+ font-family: 'Font Awesome 6 Brands';
925
+ font-weight: 400; }
926
+
927
+ .fa.fa-arrow-circle-o-right {
928
+ font-family: 'Font Awesome 6 Free';
929
+ font-weight: 400; }
930
+
931
+ .fa.fa-arrow-circle-o-right:before {
932
+ content: "\f35a"; }
933
+
934
+ .fa.fa-arrow-circle-o-left {
935
+ font-family: 'Font Awesome 6 Free';
936
+ font-weight: 400; }
937
+
938
+ .fa.fa-arrow-circle-o-left:before {
939
+ content: "\f359"; }
940
+
941
+ .fa.fa-caret-square-o-left {
942
+ font-family: 'Font Awesome 6 Free';
943
+ font-weight: 400; }
944
+
945
+ .fa.fa-caret-square-o-left:before {
946
+ content: "\f191"; }
947
+
948
+ .fa.fa-toggle-left {
949
+ font-family: 'Font Awesome 6 Free';
950
+ font-weight: 400; }
951
+
952
+ .fa.fa-toggle-left:before {
953
+ content: "\f191"; }
954
+
955
+ .fa.fa-dot-circle-o {
956
+ font-family: 'Font Awesome 6 Free';
957
+ font-weight: 400; }
958
+
959
+ .fa.fa-dot-circle-o:before {
960
+ content: "\f192"; }
961
+
962
+ .fa.fa-vimeo-square {
963
+ font-family: 'Font Awesome 6 Brands';
964
+ font-weight: 400; }
965
+
966
+ .fa.fa-try:before {
967
+ content: "\e2bb"; }
968
+
969
+ .fa.fa-turkish-lira:before {
970
+ content: "\e2bb"; }
971
+
972
+ .fa.fa-plus-square-o {
973
+ font-family: 'Font Awesome 6 Free';
974
+ font-weight: 400; }
975
+
976
+ .fa.fa-plus-square-o:before {
977
+ content: "\f0fe"; }
978
+
979
+ .fa.fa-slack {
980
+ font-family: 'Font Awesome 6 Brands';
981
+ font-weight: 400; }
982
+
983
+ .fa.fa-wordpress {
984
+ font-family: 'Font Awesome 6 Brands';
985
+ font-weight: 400; }
986
+
987
+ .fa.fa-openid {
988
+ font-family: 'Font Awesome 6 Brands';
989
+ font-weight: 400; }
990
+
991
+ .fa.fa-institution:before {
992
+ content: "\f19c"; }
993
+
994
+ .fa.fa-bank:before {
995
+ content: "\f19c"; }
996
+
997
+ .fa.fa-mortar-board:before {
998
+ content: "\f19d"; }
999
+
1000
+ .fa.fa-yahoo {
1001
+ font-family: 'Font Awesome 6 Brands';
1002
+ font-weight: 400; }
1003
+
1004
+ .fa.fa-google {
1005
+ font-family: 'Font Awesome 6 Brands';
1006
+ font-weight: 400; }
1007
+
1008
+ .fa.fa-reddit {
1009
+ font-family: 'Font Awesome 6 Brands';
1010
+ font-weight: 400; }
1011
+
1012
+ .fa.fa-reddit-square {
1013
+ font-family: 'Font Awesome 6 Brands';
1014
+ font-weight: 400; }
1015
+
1016
+ .fa.fa-stumbleupon-circle {
1017
+ font-family: 'Font Awesome 6 Brands';
1018
+ font-weight: 400; }
1019
+
1020
+ .fa.fa-stumbleupon {
1021
+ font-family: 'Font Awesome 6 Brands';
1022
+ font-weight: 400; }
1023
+
1024
+ .fa.fa-delicious {
1025
+ font-family: 'Font Awesome 6 Brands';
1026
+ font-weight: 400; }
1027
+
1028
+ .fa.fa-digg {
1029
+ font-family: 'Font Awesome 6 Brands';
1030
+ font-weight: 400; }
1031
+
1032
+ .fa.fa-pied-piper-pp {
1033
+ font-family: 'Font Awesome 6 Brands';
1034
+ font-weight: 400; }
1035
+
1036
+ .fa.fa-pied-piper-alt {
1037
+ font-family: 'Font Awesome 6 Brands';
1038
+ font-weight: 400; }
1039
+
1040
+ .fa.fa-drupal {
1041
+ font-family: 'Font Awesome 6 Brands';
1042
+ font-weight: 400; }
1043
+
1044
+ .fa.fa-joomla {
1045
+ font-family: 'Font Awesome 6 Brands';
1046
+ font-weight: 400; }
1047
+
1048
+ .fa.fa-behance {
1049
+ font-family: 'Font Awesome 6 Brands';
1050
+ font-weight: 400; }
1051
+
1052
+ .fa.fa-behance-square {
1053
+ font-family: 'Font Awesome 6 Brands';
1054
+ font-weight: 400; }
1055
+
1056
+ .fa.fa-steam {
1057
+ font-family: 'Font Awesome 6 Brands';
1058
+ font-weight: 400; }
1059
+
1060
+ .fa.fa-steam-square {
1061
+ font-family: 'Font Awesome 6 Brands';
1062
+ font-weight: 400; }
1063
+
1064
+ .fa.fa-automobile:before {
1065
+ content: "\f1b9"; }
1066
+
1067
+ .fa.fa-cab:before {
1068
+ content: "\f1ba"; }
1069
+
1070
+ .fa.fa-spotify {
1071
+ font-family: 'Font Awesome 6 Brands';
1072
+ font-weight: 400; }
1073
+
1074
+ .fa.fa-deviantart {
1075
+ font-family: 'Font Awesome 6 Brands';
1076
+ font-weight: 400; }
1077
+
1078
+ .fa.fa-soundcloud {
1079
+ font-family: 'Font Awesome 6 Brands';
1080
+ font-weight: 400; }
1081
+
1082
+ .fa.fa-file-pdf-o {
1083
+ font-family: 'Font Awesome 6 Free';
1084
+ font-weight: 400; }
1085
+
1086
+ .fa.fa-file-pdf-o:before {
1087
+ content: "\f1c1"; }
1088
+
1089
+ .fa.fa-file-word-o {
1090
+ font-family: 'Font Awesome 6 Free';
1091
+ font-weight: 400; }
1092
+
1093
+ .fa.fa-file-word-o:before {
1094
+ content: "\f1c2"; }
1095
+
1096
+ .fa.fa-file-excel-o {
1097
+ font-family: 'Font Awesome 6 Free';
1098
+ font-weight: 400; }
1099
+
1100
+ .fa.fa-file-excel-o:before {
1101
+ content: "\f1c3"; }
1102
+
1103
+ .fa.fa-file-powerpoint-o {
1104
+ font-family: 'Font Awesome 6 Free';
1105
+ font-weight: 400; }
1106
+
1107
+ .fa.fa-file-powerpoint-o:before {
1108
+ content: "\f1c4"; }
1109
+
1110
+ .fa.fa-file-image-o {
1111
+ font-family: 'Font Awesome 6 Free';
1112
+ font-weight: 400; }
1113
+
1114
+ .fa.fa-file-image-o:before {
1115
+ content: "\f1c5"; }
1116
+
1117
+ .fa.fa-file-photo-o {
1118
+ font-family: 'Font Awesome 6 Free';
1119
+ font-weight: 400; }
1120
+
1121
+ .fa.fa-file-photo-o:before {
1122
+ content: "\f1c5"; }
1123
+
1124
+ .fa.fa-file-picture-o {
1125
+ font-family: 'Font Awesome 6 Free';
1126
+ font-weight: 400; }
1127
+
1128
+ .fa.fa-file-picture-o:before {
1129
+ content: "\f1c5"; }
1130
+
1131
+ .fa.fa-file-archive-o {
1132
+ font-family: 'Font Awesome 6 Free';
1133
+ font-weight: 400; }
1134
+
1135
+ .fa.fa-file-archive-o:before {
1136
+ content: "\f1c6"; }
1137
+
1138
+ .fa.fa-file-zip-o {
1139
+ font-family: 'Font Awesome 6 Free';
1140
+ font-weight: 400; }
1141
+
1142
+ .fa.fa-file-zip-o:before {
1143
+ content: "\f1c6"; }
1144
+
1145
+ .fa.fa-file-audio-o {
1146
+ font-family: 'Font Awesome 6 Free';
1147
+ font-weight: 400; }
1148
+
1149
+ .fa.fa-file-audio-o:before {
1150
+ content: "\f1c7"; }
1151
+
1152
+ .fa.fa-file-sound-o {
1153
+ font-family: 'Font Awesome 6 Free';
1154
+ font-weight: 400; }
1155
+
1156
+ .fa.fa-file-sound-o:before {
1157
+ content: "\f1c7"; }
1158
+
1159
+ .fa.fa-file-video-o {
1160
+ font-family: 'Font Awesome 6 Free';
1161
+ font-weight: 400; }
1162
+
1163
+ .fa.fa-file-video-o:before {
1164
+ content: "\f1c8"; }
1165
+
1166
+ .fa.fa-file-movie-o {
1167
+ font-family: 'Font Awesome 6 Free';
1168
+ font-weight: 400; }
1169
+
1170
+ .fa.fa-file-movie-o:before {
1171
+ content: "\f1c8"; }
1172
+
1173
+ .fa.fa-file-code-o {
1174
+ font-family: 'Font Awesome 6 Free';
1175
+ font-weight: 400; }
1176
+
1177
+ .fa.fa-file-code-o:before {
1178
+ content: "\f1c9"; }
1179
+
1180
+ .fa.fa-vine {
1181
+ font-family: 'Font Awesome 6 Brands';
1182
+ font-weight: 400; }
1183
+
1184
+ .fa.fa-codepen {
1185
+ font-family: 'Font Awesome 6 Brands';
1186
+ font-weight: 400; }
1187
+
1188
+ .fa.fa-jsfiddle {
1189
+ font-family: 'Font Awesome 6 Brands';
1190
+ font-weight: 400; }
1191
+
1192
+ .fa.fa-life-bouy:before {
1193
+ content: "\f1cd"; }
1194
+
1195
+ .fa.fa-life-buoy:before {
1196
+ content: "\f1cd"; }
1197
+
1198
+ .fa.fa-life-saver:before {
1199
+ content: "\f1cd"; }
1200
+
1201
+ .fa.fa-support:before {
1202
+ content: "\f1cd"; }
1203
+
1204
+ .fa.fa-circle-o-notch:before {
1205
+ content: "\f1ce"; }
1206
+
1207
+ .fa.fa-rebel {
1208
+ font-family: 'Font Awesome 6 Brands';
1209
+ font-weight: 400; }
1210
+
1211
+ .fa.fa-ra {
1212
+ font-family: 'Font Awesome 6 Brands';
1213
+ font-weight: 400; }
1214
+
1215
+ .fa.fa-ra:before {
1216
+ content: "\f1d0"; }
1217
+
1218
+ .fa.fa-resistance {
1219
+ font-family: 'Font Awesome 6 Brands';
1220
+ font-weight: 400; }
1221
+
1222
+ .fa.fa-resistance:before {
1223
+ content: "\f1d0"; }
1224
+
1225
+ .fa.fa-empire {
1226
+ font-family: 'Font Awesome 6 Brands';
1227
+ font-weight: 400; }
1228
+
1229
+ .fa.fa-ge {
1230
+ font-family: 'Font Awesome 6 Brands';
1231
+ font-weight: 400; }
1232
+
1233
+ .fa.fa-ge:before {
1234
+ content: "\f1d1"; }
1235
+
1236
+ .fa.fa-git-square {
1237
+ font-family: 'Font Awesome 6 Brands';
1238
+ font-weight: 400; }
1239
+
1240
+ .fa.fa-git {
1241
+ font-family: 'Font Awesome 6 Brands';
1242
+ font-weight: 400; }
1243
+
1244
+ .fa.fa-hacker-news {
1245
+ font-family: 'Font Awesome 6 Brands';
1246
+ font-weight: 400; }
1247
+
1248
+ .fa.fa-y-combinator-square {
1249
+ font-family: 'Font Awesome 6 Brands';
1250
+ font-weight: 400; }
1251
+
1252
+ .fa.fa-y-combinator-square:before {
1253
+ content: "\f1d4"; }
1254
+
1255
+ .fa.fa-yc-square {
1256
+ font-family: 'Font Awesome 6 Brands';
1257
+ font-weight: 400; }
1258
+
1259
+ .fa.fa-yc-square:before {
1260
+ content: "\f1d4"; }
1261
+
1262
+ .fa.fa-tencent-weibo {
1263
+ font-family: 'Font Awesome 6 Brands';
1264
+ font-weight: 400; }
1265
+
1266
+ .fa.fa-qq {
1267
+ font-family: 'Font Awesome 6 Brands';
1268
+ font-weight: 400; }
1269
+
1270
+ .fa.fa-weixin {
1271
+ font-family: 'Font Awesome 6 Brands';
1272
+ font-weight: 400; }
1273
+
1274
+ .fa.fa-wechat {
1275
+ font-family: 'Font Awesome 6 Brands';
1276
+ font-weight: 400; }
1277
+
1278
+ .fa.fa-wechat:before {
1279
+ content: "\f1d7"; }
1280
+
1281
+ .fa.fa-send:before {
1282
+ content: "\f1d8"; }
1283
+
1284
+ .fa.fa-paper-plane-o {
1285
+ font-family: 'Font Awesome 6 Free';
1286
+ font-weight: 400; }
1287
+
1288
+ .fa.fa-paper-plane-o:before {
1289
+ content: "\f1d8"; }
1290
+
1291
+ .fa.fa-send-o {
1292
+ font-family: 'Font Awesome 6 Free';
1293
+ font-weight: 400; }
1294
+
1295
+ .fa.fa-send-o:before {
1296
+ content: "\f1d8"; }
1297
+
1298
+ .fa.fa-circle-thin {
1299
+ font-family: 'Font Awesome 6 Free';
1300
+ font-weight: 400; }
1301
+
1302
+ .fa.fa-circle-thin:before {
1303
+ content: "\f111"; }
1304
+
1305
+ .fa.fa-header:before {
1306
+ content: "\f1dc"; }
1307
+
1308
+ .fa.fa-futbol-o {
1309
+ font-family: 'Font Awesome 6 Free';
1310
+ font-weight: 400; }
1311
+
1312
+ .fa.fa-futbol-o:before {
1313
+ content: "\f1e3"; }
1314
+
1315
+ .fa.fa-soccer-ball-o {
1316
+ font-family: 'Font Awesome 6 Free';
1317
+ font-weight: 400; }
1318
+
1319
+ .fa.fa-soccer-ball-o:before {
1320
+ content: "\f1e3"; }
1321
+
1322
+ .fa.fa-slideshare {
1323
+ font-family: 'Font Awesome 6 Brands';
1324
+ font-weight: 400; }
1325
+
1326
+ .fa.fa-twitch {
1327
+ font-family: 'Font Awesome 6 Brands';
1328
+ font-weight: 400; }
1329
+
1330
+ .fa.fa-yelp {
1331
+ font-family: 'Font Awesome 6 Brands';
1332
+ font-weight: 400; }
1333
+
1334
+ .fa.fa-newspaper-o {
1335
+ font-family: 'Font Awesome 6 Free';
1336
+ font-weight: 400; }
1337
+
1338
+ .fa.fa-newspaper-o:before {
1339
+ content: "\f1ea"; }
1340
+
1341
+ .fa.fa-paypal {
1342
+ font-family: 'Font Awesome 6 Brands';
1343
+ font-weight: 400; }
1344
+
1345
+ .fa.fa-google-wallet {
1346
+ font-family: 'Font Awesome 6 Brands';
1347
+ font-weight: 400; }
1348
+
1349
+ .fa.fa-cc-visa {
1350
+ font-family: 'Font Awesome 6 Brands';
1351
+ font-weight: 400; }
1352
+
1353
+ .fa.fa-cc-mastercard {
1354
+ font-family: 'Font Awesome 6 Brands';
1355
+ font-weight: 400; }
1356
+
1357
+ .fa.fa-cc-discover {
1358
+ font-family: 'Font Awesome 6 Brands';
1359
+ font-weight: 400; }
1360
+
1361
+ .fa.fa-cc-amex {
1362
+ font-family: 'Font Awesome 6 Brands';
1363
+ font-weight: 400; }
1364
+
1365
+ .fa.fa-cc-paypal {
1366
+ font-family: 'Font Awesome 6 Brands';
1367
+ font-weight: 400; }
1368
+
1369
+ .fa.fa-cc-stripe {
1370
+ font-family: 'Font Awesome 6 Brands';
1371
+ font-weight: 400; }
1372
+
1373
+ .fa.fa-bell-slash-o {
1374
+ font-family: 'Font Awesome 6 Free';
1375
+ font-weight: 400; }
1376
+
1377
+ .fa.fa-bell-slash-o:before {
1378
+ content: "\f1f6"; }
1379
+
1380
+ .fa.fa-trash:before {
1381
+ content: "\f2ed"; }
1382
+
1383
+ .fa.fa-copyright {
1384
+ font-family: 'Font Awesome 6 Free';
1385
+ font-weight: 400; }
1386
+
1387
+ .fa.fa-eyedropper:before {
1388
+ content: "\f1fb"; }
1389
+
1390
+ .fa.fa-area-chart:before {
1391
+ content: "\f1fe"; }
1392
+
1393
+ .fa.fa-pie-chart:before {
1394
+ content: "\f200"; }
1395
+
1396
+ .fa.fa-line-chart:before {
1397
+ content: "\f201"; }
1398
+
1399
+ .fa.fa-lastfm {
1400
+ font-family: 'Font Awesome 6 Brands';
1401
+ font-weight: 400; }
1402
+
1403
+ .fa.fa-lastfm-square {
1404
+ font-family: 'Font Awesome 6 Brands';
1405
+ font-weight: 400; }
1406
+
1407
+ .fa.fa-ioxhost {
1408
+ font-family: 'Font Awesome 6 Brands';
1409
+ font-weight: 400; }
1410
+
1411
+ .fa.fa-angellist {
1412
+ font-family: 'Font Awesome 6 Brands';
1413
+ font-weight: 400; }
1414
+
1415
+ .fa.fa-cc {
1416
+ font-family: 'Font Awesome 6 Free';
1417
+ font-weight: 400; }
1418
+
1419
+ .fa.fa-cc:before {
1420
+ content: "\f20a"; }
1421
+
1422
+ .fa.fa-ils:before {
1423
+ content: "\f20b"; }
1424
+
1425
+ .fa.fa-shekel:before {
1426
+ content: "\f20b"; }
1427
+
1428
+ .fa.fa-sheqel:before {
1429
+ content: "\f20b"; }
1430
+
1431
+ .fa.fa-buysellads {
1432
+ font-family: 'Font Awesome 6 Brands';
1433
+ font-weight: 400; }
1434
+
1435
+ .fa.fa-connectdevelop {
1436
+ font-family: 'Font Awesome 6 Brands';
1437
+ font-weight: 400; }
1438
+
1439
+ .fa.fa-dashcube {
1440
+ font-family: 'Font Awesome 6 Brands';
1441
+ font-weight: 400; }
1442
+
1443
+ .fa.fa-forumbee {
1444
+ font-family: 'Font Awesome 6 Brands';
1445
+ font-weight: 400; }
1446
+
1447
+ .fa.fa-leanpub {
1448
+ font-family: 'Font Awesome 6 Brands';
1449
+ font-weight: 400; }
1450
+
1451
+ .fa.fa-sellsy {
1452
+ font-family: 'Font Awesome 6 Brands';
1453
+ font-weight: 400; }
1454
+
1455
+ .fa.fa-shirtsinbulk {
1456
+ font-family: 'Font Awesome 6 Brands';
1457
+ font-weight: 400; }
1458
+
1459
+ .fa.fa-simplybuilt {
1460
+ font-family: 'Font Awesome 6 Brands';
1461
+ font-weight: 400; }
1462
+
1463
+ .fa.fa-skyatlas {
1464
+ font-family: 'Font Awesome 6 Brands';
1465
+ font-weight: 400; }
1466
+
1467
+ .fa.fa-diamond {
1468
+ font-family: 'Font Awesome 6 Free';
1469
+ font-weight: 400; }
1470
+
1471
+ .fa.fa-diamond:before {
1472
+ content: "\f3a5"; }
1473
+
1474
+ .fa.fa-transgender:before {
1475
+ content: "\f224"; }
1476
+
1477
+ .fa.fa-intersex:before {
1478
+ content: "\f224"; }
1479
+
1480
+ .fa.fa-transgender-alt:before {
1481
+ content: "\f225"; }
1482
+
1483
+ .fa.fa-facebook-official {
1484
+ font-family: 'Font Awesome 6 Brands';
1485
+ font-weight: 400; }
1486
+
1487
+ .fa.fa-facebook-official:before {
1488
+ content: "\f09a"; }
1489
+
1490
+ .fa.fa-pinterest-p {
1491
+ font-family: 'Font Awesome 6 Brands';
1492
+ font-weight: 400; }
1493
+
1494
+ .fa.fa-whatsapp {
1495
+ font-family: 'Font Awesome 6 Brands';
1496
+ font-weight: 400; }
1497
+
1498
+ .fa.fa-hotel:before {
1499
+ content: "\f236"; }
1500
+
1501
+ .fa.fa-viacoin {
1502
+ font-family: 'Font Awesome 6 Brands';
1503
+ font-weight: 400; }
1504
+
1505
+ .fa.fa-medium {
1506
+ font-family: 'Font Awesome 6 Brands';
1507
+ font-weight: 400; }
1508
+
1509
+ .fa.fa-y-combinator {
1510
+ font-family: 'Font Awesome 6 Brands';
1511
+ font-weight: 400; }
1512
+
1513
+ .fa.fa-yc {
1514
+ font-family: 'Font Awesome 6 Brands';
1515
+ font-weight: 400; }
1516
+
1517
+ .fa.fa-yc:before {
1518
+ content: "\f23b"; }
1519
+
1520
+ .fa.fa-optin-monster {
1521
+ font-family: 'Font Awesome 6 Brands';
1522
+ font-weight: 400; }
1523
+
1524
+ .fa.fa-opencart {
1525
+ font-family: 'Font Awesome 6 Brands';
1526
+ font-weight: 400; }
1527
+
1528
+ .fa.fa-expeditedssl {
1529
+ font-family: 'Font Awesome 6 Brands';
1530
+ font-weight: 400; }
1531
+
1532
+ .fa.fa-battery-4:before {
1533
+ content: "\f240"; }
1534
+
1535
+ .fa.fa-battery:before {
1536
+ content: "\f240"; }
1537
+
1538
+ .fa.fa-battery-3:before {
1539
+ content: "\f241"; }
1540
+
1541
+ .fa.fa-battery-2:before {
1542
+ content: "\f242"; }
1543
+
1544
+ .fa.fa-battery-1:before {
1545
+ content: "\f243"; }
1546
+
1547
+ .fa.fa-battery-0:before {
1548
+ content: "\f244"; }
1549
+
1550
+ .fa.fa-object-group {
1551
+ font-family: 'Font Awesome 6 Free';
1552
+ font-weight: 400; }
1553
+
1554
+ .fa.fa-object-ungroup {
1555
+ font-family: 'Font Awesome 6 Free';
1556
+ font-weight: 400; }
1557
+
1558
+ .fa.fa-sticky-note-o {
1559
+ font-family: 'Font Awesome 6 Free';
1560
+ font-weight: 400; }
1561
+
1562
+ .fa.fa-sticky-note-o:before {
1563
+ content: "\f249"; }
1564
+
1565
+ .fa.fa-cc-jcb {
1566
+ font-family: 'Font Awesome 6 Brands';
1567
+ font-weight: 400; }
1568
+
1569
+ .fa.fa-cc-diners-club {
1570
+ font-family: 'Font Awesome 6 Brands';
1571
+ font-weight: 400; }
1572
+
1573
+ .fa.fa-clone {
1574
+ font-family: 'Font Awesome 6 Free';
1575
+ font-weight: 400; }
1576
+
1577
+ .fa.fa-hourglass-o:before {
1578
+ content: "\f252"; }
1579
+
1580
+ .fa.fa-hourglass-1:before {
1581
+ content: "\f251"; }
1582
+
1583
+ .fa.fa-hourglass-half:before {
1584
+ content: "\f254"; }
1585
+
1586
+ .fa.fa-hourglass-2:before {
1587
+ content: "\f254"; }
1588
+
1589
+ .fa.fa-hourglass-3:before {
1590
+ content: "\f253"; }
1591
+
1592
+ .fa.fa-hand-rock-o {
1593
+ font-family: 'Font Awesome 6 Free';
1594
+ font-weight: 400; }
1595
+
1596
+ .fa.fa-hand-rock-o:before {
1597
+ content: "\f255"; }
1598
+
1599
+ .fa.fa-hand-grab-o {
1600
+ font-family: 'Font Awesome 6 Free';
1601
+ font-weight: 400; }
1602
+
1603
+ .fa.fa-hand-grab-o:before {
1604
+ content: "\f255"; }
1605
+
1606
+ .fa.fa-hand-paper-o {
1607
+ font-family: 'Font Awesome 6 Free';
1608
+ font-weight: 400; }
1609
+
1610
+ .fa.fa-hand-paper-o:before {
1611
+ content: "\f256"; }
1612
+
1613
+ .fa.fa-hand-stop-o {
1614
+ font-family: 'Font Awesome 6 Free';
1615
+ font-weight: 400; }
1616
+
1617
+ .fa.fa-hand-stop-o:before {
1618
+ content: "\f256"; }
1619
+
1620
+ .fa.fa-hand-scissors-o {
1621
+ font-family: 'Font Awesome 6 Free';
1622
+ font-weight: 400; }
1623
+
1624
+ .fa.fa-hand-scissors-o:before {
1625
+ content: "\f257"; }
1626
+
1627
+ .fa.fa-hand-lizard-o {
1628
+ font-family: 'Font Awesome 6 Free';
1629
+ font-weight: 400; }
1630
+
1631
+ .fa.fa-hand-lizard-o:before {
1632
+ content: "\f258"; }
1633
+
1634
+ .fa.fa-hand-spock-o {
1635
+ font-family: 'Font Awesome 6 Free';
1636
+ font-weight: 400; }
1637
+
1638
+ .fa.fa-hand-spock-o:before {
1639
+ content: "\f259"; }
1640
+
1641
+ .fa.fa-hand-pointer-o {
1642
+ font-family: 'Font Awesome 6 Free';
1643
+ font-weight: 400; }
1644
+
1645
+ .fa.fa-hand-pointer-o:before {
1646
+ content: "\f25a"; }
1647
+
1648
+ .fa.fa-hand-peace-o {
1649
+ font-family: 'Font Awesome 6 Free';
1650
+ font-weight: 400; }
1651
+
1652
+ .fa.fa-hand-peace-o:before {
1653
+ content: "\f25b"; }
1654
+
1655
+ .fa.fa-registered {
1656
+ font-family: 'Font Awesome 6 Free';
1657
+ font-weight: 400; }
1658
+
1659
+ .fa.fa-creative-commons {
1660
+ font-family: 'Font Awesome 6 Brands';
1661
+ font-weight: 400; }
1662
+
1663
+ .fa.fa-gg {
1664
+ font-family: 'Font Awesome 6 Brands';
1665
+ font-weight: 400; }
1666
+
1667
+ .fa.fa-gg-circle {
1668
+ font-family: 'Font Awesome 6 Brands';
1669
+ font-weight: 400; }
1670
+
1671
+ .fa.fa-odnoklassniki {
1672
+ font-family: 'Font Awesome 6 Brands';
1673
+ font-weight: 400; }
1674
+
1675
+ .fa.fa-odnoklassniki-square {
1676
+ font-family: 'Font Awesome 6 Brands';
1677
+ font-weight: 400; }
1678
+
1679
+ .fa.fa-get-pocket {
1680
+ font-family: 'Font Awesome 6 Brands';
1681
+ font-weight: 400; }
1682
+
1683
+ .fa.fa-wikipedia-w {
1684
+ font-family: 'Font Awesome 6 Brands';
1685
+ font-weight: 400; }
1686
+
1687
+ .fa.fa-safari {
1688
+ font-family: 'Font Awesome 6 Brands';
1689
+ font-weight: 400; }
1690
+
1691
+ .fa.fa-chrome {
1692
+ font-family: 'Font Awesome 6 Brands';
1693
+ font-weight: 400; }
1694
+
1695
+ .fa.fa-firefox {
1696
+ font-family: 'Font Awesome 6 Brands';
1697
+ font-weight: 400; }
1698
+
1699
+ .fa.fa-opera {
1700
+ font-family: 'Font Awesome 6 Brands';
1701
+ font-weight: 400; }
1702
+
1703
+ .fa.fa-internet-explorer {
1704
+ font-family: 'Font Awesome 6 Brands';
1705
+ font-weight: 400; }
1706
+
1707
+ .fa.fa-television:before {
1708
+ content: "\f26c"; }
1709
+
1710
+ .fa.fa-contao {
1711
+ font-family: 'Font Awesome 6 Brands';
1712
+ font-weight: 400; }
1713
+
1714
+ .fa.fa-500px {
1715
+ font-family: 'Font Awesome 6 Brands';
1716
+ font-weight: 400; }
1717
+
1718
+ .fa.fa-amazon {
1719
+ font-family: 'Font Awesome 6 Brands';
1720
+ font-weight: 400; }
1721
+
1722
+ .fa.fa-calendar-plus-o {
1723
+ font-family: 'Font Awesome 6 Free';
1724
+ font-weight: 400; }
1725
+
1726
+ .fa.fa-calendar-plus-o:before {
1727
+ content: "\f271"; }
1728
+
1729
+ .fa.fa-calendar-minus-o {
1730
+ font-family: 'Font Awesome 6 Free';
1731
+ font-weight: 400; }
1732
+
1733
+ .fa.fa-calendar-minus-o:before {
1734
+ content: "\f272"; }
1735
+
1736
+ .fa.fa-calendar-times-o {
1737
+ font-family: 'Font Awesome 6 Free';
1738
+ font-weight: 400; }
1739
+
1740
+ .fa.fa-calendar-times-o:before {
1741
+ content: "\f273"; }
1742
+
1743
+ .fa.fa-calendar-check-o {
1744
+ font-family: 'Font Awesome 6 Free';
1745
+ font-weight: 400; }
1746
+
1747
+ .fa.fa-calendar-check-o:before {
1748
+ content: "\f274"; }
1749
+
1750
+ .fa.fa-map-o {
1751
+ font-family: 'Font Awesome 6 Free';
1752
+ font-weight: 400; }
1753
+
1754
+ .fa.fa-map-o:before {
1755
+ content: "\f279"; }
1756
+
1757
+ .fa.fa-commenting:before {
1758
+ content: "\f4ad"; }
1759
+
1760
+ .fa.fa-commenting-o {
1761
+ font-family: 'Font Awesome 6 Free';
1762
+ font-weight: 400; }
1763
+
1764
+ .fa.fa-commenting-o:before {
1765
+ content: "\f4ad"; }
1766
+
1767
+ .fa.fa-houzz {
1768
+ font-family: 'Font Awesome 6 Brands';
1769
+ font-weight: 400; }
1770
+
1771
+ .fa.fa-vimeo {
1772
+ font-family: 'Font Awesome 6 Brands';
1773
+ font-weight: 400; }
1774
+
1775
+ .fa.fa-vimeo:before {
1776
+ content: "\f27d"; }
1777
+
1778
+ .fa.fa-black-tie {
1779
+ font-family: 'Font Awesome 6 Brands';
1780
+ font-weight: 400; }
1781
+
1782
+ .fa.fa-fonticons {
1783
+ font-family: 'Font Awesome 6 Brands';
1784
+ font-weight: 400; }
1785
+
1786
+ .fa.fa-reddit-alien {
1787
+ font-family: 'Font Awesome 6 Brands';
1788
+ font-weight: 400; }
1789
+
1790
+ .fa.fa-edge {
1791
+ font-family: 'Font Awesome 6 Brands';
1792
+ font-weight: 400; }
1793
+
1794
+ .fa.fa-credit-card-alt:before {
1795
+ content: "\f09d"; }
1796
+
1797
+ .fa.fa-codiepie {
1798
+ font-family: 'Font Awesome 6 Brands';
1799
+ font-weight: 400; }
1800
+
1801
+ .fa.fa-modx {
1802
+ font-family: 'Font Awesome 6 Brands';
1803
+ font-weight: 400; }
1804
+
1805
+ .fa.fa-fort-awesome {
1806
+ font-family: 'Font Awesome 6 Brands';
1807
+ font-weight: 400; }
1808
+
1809
+ .fa.fa-usb {
1810
+ font-family: 'Font Awesome 6 Brands';
1811
+ font-weight: 400; }
1812
+
1813
+ .fa.fa-product-hunt {
1814
+ font-family: 'Font Awesome 6 Brands';
1815
+ font-weight: 400; }
1816
+
1817
+ .fa.fa-mixcloud {
1818
+ font-family: 'Font Awesome 6 Brands';
1819
+ font-weight: 400; }
1820
+
1821
+ .fa.fa-scribd {
1822
+ font-family: 'Font Awesome 6 Brands';
1823
+ font-weight: 400; }
1824
+
1825
+ .fa.fa-pause-circle-o {
1826
+ font-family: 'Font Awesome 6 Free';
1827
+ font-weight: 400; }
1828
+
1829
+ .fa.fa-pause-circle-o:before {
1830
+ content: "\f28b"; }
1831
+
1832
+ .fa.fa-stop-circle-o {
1833
+ font-family: 'Font Awesome 6 Free';
1834
+ font-weight: 400; }
1835
+
1836
+ .fa.fa-stop-circle-o:before {
1837
+ content: "\f28d"; }
1838
+
1839
+ .fa.fa-bluetooth {
1840
+ font-family: 'Font Awesome 6 Brands';
1841
+ font-weight: 400; }
1842
+
1843
+ .fa.fa-bluetooth-b {
1844
+ font-family: 'Font Awesome 6 Brands';
1845
+ font-weight: 400; }
1846
+
1847
+ .fa.fa-gitlab {
1848
+ font-family: 'Font Awesome 6 Brands';
1849
+ font-weight: 400; }
1850
+
1851
+ .fa.fa-wpbeginner {
1852
+ font-family: 'Font Awesome 6 Brands';
1853
+ font-weight: 400; }
1854
+
1855
+ .fa.fa-wpforms {
1856
+ font-family: 'Font Awesome 6 Brands';
1857
+ font-weight: 400; }
1858
+
1859
+ .fa.fa-envira {
1860
+ font-family: 'Font Awesome 6 Brands';
1861
+ font-weight: 400; }
1862
+
1863
+ .fa.fa-wheelchair-alt {
1864
+ font-family: 'Font Awesome 6 Brands';
1865
+ font-weight: 400; }
1866
+
1867
+ .fa.fa-wheelchair-alt:before {
1868
+ content: "\f368"; }
1869
+
1870
+ .fa.fa-question-circle-o {
1871
+ font-family: 'Font Awesome 6 Free';
1872
+ font-weight: 400; }
1873
+
1874
+ .fa.fa-question-circle-o:before {
1875
+ content: "\f059"; }
1876
+
1877
+ .fa.fa-volume-control-phone:before {
1878
+ content: "\f2a0"; }
1879
+
1880
+ .fa.fa-asl-interpreting:before {
1881
+ content: "\f2a3"; }
1882
+
1883
+ .fa.fa-deafness:before {
1884
+ content: "\f2a4"; }
1885
+
1886
+ .fa.fa-hard-of-hearing:before {
1887
+ content: "\f2a4"; }
1888
+
1889
+ .fa.fa-glide {
1890
+ font-family: 'Font Awesome 6 Brands';
1891
+ font-weight: 400; }
1892
+
1893
+ .fa.fa-glide-g {
1894
+ font-family: 'Font Awesome 6 Brands';
1895
+ font-weight: 400; }
1896
+
1897
+ .fa.fa-signing:before {
1898
+ content: "\f2a7"; }
1899
+
1900
+ .fa.fa-viadeo {
1901
+ font-family: 'Font Awesome 6 Brands';
1902
+ font-weight: 400; }
1903
+
1904
+ .fa.fa-viadeo-square {
1905
+ font-family: 'Font Awesome 6 Brands';
1906
+ font-weight: 400; }
1907
+
1908
+ .fa.fa-snapchat {
1909
+ font-family: 'Font Awesome 6 Brands';
1910
+ font-weight: 400; }
1911
+
1912
+ .fa.fa-snapchat-ghost {
1913
+ font-family: 'Font Awesome 6 Brands';
1914
+ font-weight: 400; }
1915
+
1916
+ .fa.fa-snapchat-ghost:before {
1917
+ content: "\f2ab"; }
1918
+
1919
+ .fa.fa-snapchat-square {
1920
+ font-family: 'Font Awesome 6 Brands';
1921
+ font-weight: 400; }
1922
+
1923
+ .fa.fa-pied-piper {
1924
+ font-family: 'Font Awesome 6 Brands';
1925
+ font-weight: 400; }
1926
+
1927
+ .fa.fa-first-order {
1928
+ font-family: 'Font Awesome 6 Brands';
1929
+ font-weight: 400; }
1930
+
1931
+ .fa.fa-yoast {
1932
+ font-family: 'Font Awesome 6 Brands';
1933
+ font-weight: 400; }
1934
+
1935
+ .fa.fa-themeisle {
1936
+ font-family: 'Font Awesome 6 Brands';
1937
+ font-weight: 400; }
1938
+
1939
+ .fa.fa-google-plus-official {
1940
+ font-family: 'Font Awesome 6 Brands';
1941
+ font-weight: 400; }
1942
+
1943
+ .fa.fa-google-plus-official:before {
1944
+ content: "\f2b3"; }
1945
+
1946
+ .fa.fa-google-plus-circle {
1947
+ font-family: 'Font Awesome 6 Brands';
1948
+ font-weight: 400; }
1949
+
1950
+ .fa.fa-google-plus-circle:before {
1951
+ content: "\f2b3"; }
1952
+
1953
+ .fa.fa-font-awesome {
1954
+ font-family: 'Font Awesome 6 Brands';
1955
+ font-weight: 400; }
1956
+
1957
+ .fa.fa-fa {
1958
+ font-family: 'Font Awesome 6 Brands';
1959
+ font-weight: 400; }
1960
+
1961
+ .fa.fa-fa:before {
1962
+ content: "\f2b4"; }
1963
+
1964
+ .fa.fa-handshake-o {
1965
+ font-family: 'Font Awesome 6 Free';
1966
+ font-weight: 400; }
1967
+
1968
+ .fa.fa-handshake-o:before {
1969
+ content: "\f2b5"; }
1970
+
1971
+ .fa.fa-envelope-open-o {
1972
+ font-family: 'Font Awesome 6 Free';
1973
+ font-weight: 400; }
1974
+
1975
+ .fa.fa-envelope-open-o:before {
1976
+ content: "\f2b6"; }
1977
+
1978
+ .fa.fa-linode {
1979
+ font-family: 'Font Awesome 6 Brands';
1980
+ font-weight: 400; }
1981
+
1982
+ .fa.fa-address-book-o {
1983
+ font-family: 'Font Awesome 6 Free';
1984
+ font-weight: 400; }
1985
+
1986
+ .fa.fa-address-book-o:before {
1987
+ content: "\f2b9"; }
1988
+
1989
+ .fa.fa-vcard:before {
1990
+ content: "\f2bb"; }
1991
+
1992
+ .fa.fa-address-card-o {
1993
+ font-family: 'Font Awesome 6 Free';
1994
+ font-weight: 400; }
1995
+
1996
+ .fa.fa-address-card-o:before {
1997
+ content: "\f2bb"; }
1998
+
1999
+ .fa.fa-vcard-o {
2000
+ font-family: 'Font Awesome 6 Free';
2001
+ font-weight: 400; }
2002
+
2003
+ .fa.fa-vcard-o:before {
2004
+ content: "\f2bb"; }
2005
+
2006
+ .fa.fa-user-circle-o {
2007
+ font-family: 'Font Awesome 6 Free';
2008
+ font-weight: 400; }
2009
+
2010
+ .fa.fa-user-circle-o:before {
2011
+ content: "\f2bd"; }
2012
+
2013
+ .fa.fa-user-o {
2014
+ font-family: 'Font Awesome 6 Free';
2015
+ font-weight: 400; }
2016
+
2017
+ .fa.fa-user-o:before {
2018
+ content: "\f007"; }
2019
+
2020
+ .fa.fa-id-badge {
2021
+ font-family: 'Font Awesome 6 Free';
2022
+ font-weight: 400; }
2023
+
2024
+ .fa.fa-drivers-license:before {
2025
+ content: "\f2c2"; }
2026
+
2027
+ .fa.fa-id-card-o {
2028
+ font-family: 'Font Awesome 6 Free';
2029
+ font-weight: 400; }
2030
+
2031
+ .fa.fa-id-card-o:before {
2032
+ content: "\f2c2"; }
2033
+
2034
+ .fa.fa-drivers-license-o {
2035
+ font-family: 'Font Awesome 6 Free';
2036
+ font-weight: 400; }
2037
+
2038
+ .fa.fa-drivers-license-o:before {
2039
+ content: "\f2c2"; }
2040
+
2041
+ .fa.fa-quora {
2042
+ font-family: 'Font Awesome 6 Brands';
2043
+ font-weight: 400; }
2044
+
2045
+ .fa.fa-free-code-camp {
2046
+ font-family: 'Font Awesome 6 Brands';
2047
+ font-weight: 400; }
2048
+
2049
+ .fa.fa-telegram {
2050
+ font-family: 'Font Awesome 6 Brands';
2051
+ font-weight: 400; }
2052
+
2053
+ .fa.fa-thermometer-4:before {
2054
+ content: "\f2c7"; }
2055
+
2056
+ .fa.fa-thermometer:before {
2057
+ content: "\f2c7"; }
2058
+
2059
+ .fa.fa-thermometer-3:before {
2060
+ content: "\f2c8"; }
2061
+
2062
+ .fa.fa-thermometer-2:before {
2063
+ content: "\f2c9"; }
2064
+
2065
+ .fa.fa-thermometer-1:before {
2066
+ content: "\f2ca"; }
2067
+
2068
+ .fa.fa-thermometer-0:before {
2069
+ content: "\f2cb"; }
2070
+
2071
+ .fa.fa-bathtub:before {
2072
+ content: "\f2cd"; }
2073
+
2074
+ .fa.fa-s15:before {
2075
+ content: "\f2cd"; }
2076
+
2077
+ .fa.fa-window-maximize {
2078
+ font-family: 'Font Awesome 6 Free';
2079
+ font-weight: 400; }
2080
+
2081
+ .fa.fa-window-restore {
2082
+ font-family: 'Font Awesome 6 Free';
2083
+ font-weight: 400; }
2084
+
2085
+ .fa.fa-times-rectangle:before {
2086
+ content: "\f410"; }
2087
+
2088
+ .fa.fa-window-close-o {
2089
+ font-family: 'Font Awesome 6 Free';
2090
+ font-weight: 400; }
2091
+
2092
+ .fa.fa-window-close-o:before {
2093
+ content: "\f410"; }
2094
+
2095
+ .fa.fa-times-rectangle-o {
2096
+ font-family: 'Font Awesome 6 Free';
2097
+ font-weight: 400; }
2098
+
2099
+ .fa.fa-times-rectangle-o:before {
2100
+ content: "\f410"; }
2101
+
2102
+ .fa.fa-bandcamp {
2103
+ font-family: 'Font Awesome 6 Brands';
2104
+ font-weight: 400; }
2105
+
2106
+ .fa.fa-grav {
2107
+ font-family: 'Font Awesome 6 Brands';
2108
+ font-weight: 400; }
2109
+
2110
+ .fa.fa-etsy {
2111
+ font-family: 'Font Awesome 6 Brands';
2112
+ font-weight: 400; }
2113
+
2114
+ .fa.fa-imdb {
2115
+ font-family: 'Font Awesome 6 Brands';
2116
+ font-weight: 400; }
2117
+
2118
+ .fa.fa-ravelry {
2119
+ font-family: 'Font Awesome 6 Brands';
2120
+ font-weight: 400; }
2121
+
2122
+ .fa.fa-eercast {
2123
+ font-family: 'Font Awesome 6 Brands';
2124
+ font-weight: 400; }
2125
+
2126
+ .fa.fa-eercast:before {
2127
+ content: "\f2da"; }
2128
+
2129
+ .fa.fa-snowflake-o {
2130
+ font-family: 'Font Awesome 6 Free';
2131
+ font-weight: 400; }
2132
+
2133
+ .fa.fa-snowflake-o:before {
2134
+ content: "\f2dc"; }
2135
+
2136
+ .fa.fa-superpowers {
2137
+ font-family: 'Font Awesome 6 Brands';
2138
+ font-weight: 400; }
2139
+
2140
+ .fa.fa-wpexplorer {
2141
+ font-family: 'Font Awesome 6 Brands';
2142
+ font-weight: 400; }
2143
+
2144
+ .fa.fa-meetup {
2145
+ font-family: 'Font Awesome 6 Brands';
2146
+ font-weight: 400; }