@design-factory/design-factory 20.0.2 → 21.0.0-next.1
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.
- package/README.md +2 -11
- package/fesm2022/design-factory.mjs +889 -1113
- package/fesm2022/design-factory.mjs.map +1 -1
- package/package.json +22 -51
- package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.js +1 -1
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.d.ts +6 -0
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.js +33 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/removed-vars.json +53 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/vars-with-value.json +4274 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.js +90 -0
- package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/style-import-package/index.js +85 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.d.ts +2 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.js +36 -0
- package/schematics/migrations/migration.json +20 -0
- package/schematics/migrations/utils/add-dependencies.d.ts +3 -0
- package/schematics/migrations/utils/add-dependencies.js +41 -0
- package/schematics/migrations/utils/component-resource-collector.d.ts +3 -1
- package/schematics/migrations/utils/component-resource-collector.js +9 -4
- package/schematics/migrations/utils/style-updater.js +2 -2
- package/schematics/migrations/utils/template-updater.js +2 -2
- package/schematics/ng-add/index.js +12 -50
- package/{index.d.ts → types/design-factory.d.ts} +48 -71
- package/assets/.gitkeep +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- package/assets/fonts/noto/notosans-bold.woff +0 -0
- package/assets/fonts/noto/notosans-bold.woff2 +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-italic.woff +0 -0
- package/assets/fonts/noto/notosans-italic.woff2 +0 -0
- package/assets/fonts/noto/notosans-light.woff +0 -0
- package/assets/fonts/noto/notosans-light.woff2 +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-regular.woff +0 -0
- package/assets/fonts/noto/notosans-regular.woff2 +0 -0
- package/assets/fonts/noto/notosans-thin.woff +0 -0
- package/assets/fonts/noto/notosans-thin.woff2 +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
- package/design-factory-initial-branding.css +0 -13
- package/design-factory-initial-branding.scss +0 -1
- package/design-factory-utilities.scss +0 -5
- package/design-factory.css +0 -13
- package/design-factory.scss +0 -3
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
- package/styles/scss/_common.mixins.scss +0 -30
- package/styles/scss/_common.root.scss +0 -70
- package/styles/scss/_common.scss +0 -51
- package/styles/scss/_common.variables.scss +0 -79
- package/styles/scss/_variables.scss +0 -61
- package/styles/scss/agnosui/_variables.scss +0 -28
- package/styles/scss/bootstrap/_maps.scss +0 -52
- package/styles/scss/bootstrap/_mixins-override.scss +0 -69
- package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
- package/styles/scss/bootstrap/_utilities-override.scss +0 -25
- package/styles/scss/bootstrap/_variables-dark.scss +0 -86
- package/styles/scss/bootstrap/_variables.scss +0 -2622
- package/styles/scss/components/.gitkeep +0 -0
- package/styles/scss/components/accordion/_accordion.scss +0 -241
- package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
- package/styles/scss/components/alert/_alert.scss +0 -236
- package/styles/scss/components/alert/_alert.variables.scss +0 -56
- package/styles/scss/components/badge/_badge.mixins.scss +0 -23
- package/styles/scss/components/badge/_badge.scss +0 -483
- package/styles/scss/components/badge/_badge.variables.scss +0 -28
- package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
- package/styles/scss/components/brand-color/_brand-color.scss +0 -20
- package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
- package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
- package/styles/scss/components/button/_button.scss +0 -1090
- package/styles/scss/components/button/_button.utils.scss +0 -35
- package/styles/scss/components/button/_button.variables.scss +0 -48
- package/styles/scss/components/button/_button_container.scss +0 -47
- package/styles/scss/components/card/_card.scss +0 -208
- package/styles/scss/components/card/_card.variables.scss +0 -33
- package/styles/scss/components/carousel/_carousel.scss +0 -51
- package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
- package/styles/scss/components/checkbox/_checkbox.scss +0 -68
- package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
- package/styles/scss/components/collapse/_collapse.scss +0 -99
- package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
- package/styles/scss/components/datepicker/_datepicker.scss +0 -362
- package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
- package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
- package/styles/scss/components/dropdown/_dropdown.scss +0 -178
- package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
- package/styles/scss/components/fieldset/_fieldset.scss +0 -8
- package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
- package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
- package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
- package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
- package/styles/scss/components/fonts/_fonts-family.scss +0 -229
- package/styles/scss/components/fonts/_fonts.root.scss +0 -28
- package/styles/scss/components/fonts/_fonts.scss +0 -101
- package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
- package/styles/scss/components/fonts/_icon-font.scss +0 -94
- package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
- package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
- package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
- package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
- package/styles/scss/components/footer/_footer.mixins.scss +0 -36
- package/styles/scss/components/footer/_footer.scss +0 -86
- package/styles/scss/components/footer/_footer.variables.scss +0 -14
- package/styles/scss/components/form/_form.scss +0 -206
- package/styles/scss/components/form/_form.variables.scss +0 -34
- package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
- package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
- package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
- package/styles/scss/components/inputs/_inputs.root.scss +0 -8
- package/styles/scss/components/inputs/_inputs.scss +0 -292
- package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
- package/styles/scss/components/link/_link.mixins.scss +0 -198
- package/styles/scss/components/link/_link.scss +0 -170
- package/styles/scss/components/link/_link.variables.scss +0 -55
- package/styles/scss/components/list/_list.scss +0 -20
- package/styles/scss/components/list/_list.variables.scss +0 -4
- package/styles/scss/components/list-group/_list-group.scss +0 -101
- package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
- package/styles/scss/components/media/_media.scss +0 -89
- package/styles/scss/components/media/_media.variables.scss +0 -19
- package/styles/scss/components/modal/_modal.scss +0 -247
- package/styles/scss/components/modal/_modal.variables.scss +0 -29
- package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
- package/styles/scss/components/navbar/_navbar.scss +0 -563
- package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
- package/styles/scss/components/pagination/_pagination.scss +0 -251
- package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
- package/styles/scss/components/pagination/_pagination_container.scss +0 -17
- package/styles/scss/components/popover/_popover.mixin.scss +0 -46
- package/styles/scss/components/popover/_popover.scss +0 -45
- package/styles/scss/components/popover/_popover.variables.scss +0 -25
- package/styles/scss/components/popover/_popover_container.scss +0 -214
- package/styles/scss/components/progressbar/_progressbar.scss +0 -93
- package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
- package/styles/scss/components/radio/_radio.scss +0 -50
- package/styles/scss/components/radio/_radio.variables.scss +0 -4
- package/styles/scss/components/rating/_rating.scss +0 -118
- package/styles/scss/components/rating/_rating.variables.scss +0 -20
- package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
- package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
- package/styles/scss/components/select/_select.mixin.scss +0 -34
- package/styles/scss/components/select/_select.scss +0 -804
- package/styles/scss/components/select/_select.variables.scss +0 -89
- package/styles/scss/components/separator/_separator.scss +0 -9
- package/styles/scss/components/separator/_separator.variables.scss +0 -1
- package/styles/scss/components/sidenav/_sidenav.scss +0 -347
- package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
- package/styles/scss/components/skip-links/_skip-links.scss +0 -40
- package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
- package/styles/scss/components/slider/_slider.scss +0 -422
- package/styles/scss/components/slider/_slider.variables.scss +0 -59
- package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
- package/styles/scss/components/spinner/_spinner.scss +0 -126
- package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
- package/styles/scss/components/spinner/_spinner_container.scss +0 -43
- package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
- package/styles/scss/components/stepper/_stepper.scss +0 -254
- package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
- package/styles/scss/components/table/_advancedtables.scss +0 -306
- package/styles/scss/components/table/_table.scss +0 -19
- package/styles/scss/components/table/_table.variables.scss +0 -37
- package/styles/scss/components/tabs/_tabs.scss +0 -277
- package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
- package/styles/scss/components/timepicker/_timepicker.scss +0 -5
- package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
- package/styles/scss/components/toast/_toast.scss +0 -354
- package/styles/scss/components/toast/_toast.variables.scss +0 -18
- package/styles/scss/components/toggle/_toggle.scss +0 -145
- package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
- package/styles/scss/components/tooltip/_tooltip.scss +0 -24
- package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
- package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
- package/styles/scss/components/typeahead/_typeahead.scss +0 -59
- package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
- package/styles/scss/df-styles-namespace.scss +0 -165
- package/styles/scss/df-styles.scss +0 -117
- package/styles/scss/themes/brand2023/_variables.scss +0 -1140
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
- package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
- package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
- package/styles/scss/utilities/_common.utilities.scss +0 -205
- package/styles/scss/utilities/_form.mixins.scss +0 -26
- package/styles/scss/utilities/_rgb.scss +0 -10
- package/tokens/style-dictionary/index.d.ts +0 -60
|
@@ -1,1585 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Automatically generated Font Awesome icons content. Do not modify by hand.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
.fa-monero:before {
|
|
6
|
-
content: '\f3d0';
|
|
7
|
-
}
|
|
8
|
-
.fa-hooli:before {
|
|
9
|
-
content: '\f427';
|
|
10
|
-
}
|
|
11
|
-
.fa-yelp:before {
|
|
12
|
-
content: '\f1e9';
|
|
13
|
-
}
|
|
14
|
-
.fa-cc-visa:before {
|
|
15
|
-
content: '\f1f0';
|
|
16
|
-
}
|
|
17
|
-
.fa-lastfm:before {
|
|
18
|
-
content: '\f202';
|
|
19
|
-
}
|
|
20
|
-
.fa-shopware:before {
|
|
21
|
-
content: '\f5b5';
|
|
22
|
-
}
|
|
23
|
-
.fa-creative-commons-nc:before {
|
|
24
|
-
content: '\f4e8';
|
|
25
|
-
}
|
|
26
|
-
.fa-aws:before {
|
|
27
|
-
content: '\f375';
|
|
28
|
-
}
|
|
29
|
-
.fa-redhat:before {
|
|
30
|
-
content: '\f7bc';
|
|
31
|
-
}
|
|
32
|
-
.fa-yoast:before {
|
|
33
|
-
content: '\f2b1';
|
|
34
|
-
}
|
|
35
|
-
.fa-cloudflare:before {
|
|
36
|
-
content: '\e07d';
|
|
37
|
-
}
|
|
38
|
-
.fa-ups:before {
|
|
39
|
-
content: '\f7e0';
|
|
40
|
-
}
|
|
41
|
-
.fa-pixiv:before {
|
|
42
|
-
content: '\e640';
|
|
43
|
-
}
|
|
44
|
-
.fa-wpexplorer:before {
|
|
45
|
-
content: '\f2de';
|
|
46
|
-
}
|
|
47
|
-
.fa-dyalog:before {
|
|
48
|
-
content: '\f399';
|
|
49
|
-
}
|
|
50
|
-
.fa-bity:before {
|
|
51
|
-
content: '\f37a';
|
|
52
|
-
}
|
|
53
|
-
.fa-stackpath:before {
|
|
54
|
-
content: '\f842';
|
|
55
|
-
}
|
|
56
|
-
.fa-buysellads:before {
|
|
57
|
-
content: '\f20d';
|
|
58
|
-
}
|
|
59
|
-
.fa-first-order:before {
|
|
60
|
-
content: '\f2b0';
|
|
61
|
-
}
|
|
62
|
-
.fa-modx:before {
|
|
63
|
-
content: '\f285';
|
|
64
|
-
}
|
|
65
|
-
.fa-guilded:before {
|
|
66
|
-
content: '\e07e';
|
|
67
|
-
}
|
|
68
|
-
.fa-vnv:before {
|
|
69
|
-
content: '\f40b';
|
|
70
|
-
}
|
|
71
|
-
.fa-square-js:before {
|
|
72
|
-
content: '\f3b9';
|
|
73
|
-
}
|
|
74
|
-
.fa-js-square:before {
|
|
75
|
-
content: '\f3b9';
|
|
76
|
-
}
|
|
77
|
-
.fa-microsoft:before {
|
|
78
|
-
content: '\f3ca';
|
|
79
|
-
}
|
|
80
|
-
.fa-qq:before {
|
|
81
|
-
content: '\f1d6';
|
|
82
|
-
}
|
|
83
|
-
.fa-orcid:before {
|
|
84
|
-
content: '\f8d2';
|
|
85
|
-
}
|
|
86
|
-
.fa-java:before {
|
|
87
|
-
content: '\f4e4';
|
|
88
|
-
}
|
|
89
|
-
.fa-invision:before {
|
|
90
|
-
content: '\f7b0';
|
|
91
|
-
}
|
|
92
|
-
.fa-creative-commons-pd-alt:before {
|
|
93
|
-
content: '\f4ed';
|
|
94
|
-
}
|
|
95
|
-
.fa-centercode:before {
|
|
96
|
-
content: '\f380';
|
|
97
|
-
}
|
|
98
|
-
.fa-glide-g:before {
|
|
99
|
-
content: '\f2a6';
|
|
100
|
-
}
|
|
101
|
-
.fa-drupal:before {
|
|
102
|
-
content: '\f1a9';
|
|
103
|
-
}
|
|
104
|
-
.fa-jxl:before {
|
|
105
|
-
content: '\e67b';
|
|
106
|
-
}
|
|
107
|
-
.fa-dart-lang:before {
|
|
108
|
-
content: '\e693';
|
|
109
|
-
}
|
|
110
|
-
.fa-hire-a-helper:before {
|
|
111
|
-
content: '\f3b0';
|
|
112
|
-
}
|
|
113
|
-
.fa-creative-commons-by:before {
|
|
114
|
-
content: '\f4e7';
|
|
115
|
-
}
|
|
116
|
-
.fa-unity:before {
|
|
117
|
-
content: '\e049';
|
|
118
|
-
}
|
|
119
|
-
.fa-whmcs:before {
|
|
120
|
-
content: '\f40d';
|
|
121
|
-
}
|
|
122
|
-
.fa-rocketchat:before {
|
|
123
|
-
content: '\f3e8';
|
|
124
|
-
}
|
|
125
|
-
.fa-vk:before {
|
|
126
|
-
content: '\f189';
|
|
127
|
-
}
|
|
128
|
-
.fa-untappd:before {
|
|
129
|
-
content: '\f405';
|
|
130
|
-
}
|
|
131
|
-
.fa-mailchimp:before {
|
|
132
|
-
content: '\f59e';
|
|
133
|
-
}
|
|
134
|
-
.fa-css3-alt:before {
|
|
135
|
-
content: '\f38b';
|
|
136
|
-
}
|
|
137
|
-
.fa-square-reddit:before {
|
|
138
|
-
content: '\f1a2';
|
|
139
|
-
}
|
|
140
|
-
.fa-reddit-square:before {
|
|
141
|
-
content: '\f1a2';
|
|
142
|
-
}
|
|
143
|
-
.fa-vimeo-v:before {
|
|
144
|
-
content: '\f27d';
|
|
145
|
-
}
|
|
146
|
-
.fa-contao:before {
|
|
147
|
-
content: '\f26d';
|
|
148
|
-
}
|
|
149
|
-
.fa-square-font-awesome:before {
|
|
150
|
-
content: '\e5ad';
|
|
151
|
-
}
|
|
152
|
-
.fa-deskpro:before {
|
|
153
|
-
content: '\f38f';
|
|
154
|
-
}
|
|
155
|
-
.fa-brave:before {
|
|
156
|
-
content: '\e63c';
|
|
157
|
-
}
|
|
158
|
-
.fa-sistrix:before {
|
|
159
|
-
content: '\f3ee';
|
|
160
|
-
}
|
|
161
|
-
.fa-square-instagram:before {
|
|
162
|
-
content: '\e055';
|
|
163
|
-
}
|
|
164
|
-
.fa-instagram-square:before {
|
|
165
|
-
content: '\e055';
|
|
166
|
-
}
|
|
167
|
-
.fa-battle-net:before {
|
|
168
|
-
content: '\f835';
|
|
169
|
-
}
|
|
170
|
-
.fa-the-red-yeti:before {
|
|
171
|
-
content: '\f69d';
|
|
172
|
-
}
|
|
173
|
-
.fa-square-hacker-news:before {
|
|
174
|
-
content: '\f3af';
|
|
175
|
-
}
|
|
176
|
-
.fa-hacker-news-square:before {
|
|
177
|
-
content: '\f3af';
|
|
178
|
-
}
|
|
179
|
-
.fa-edge:before {
|
|
180
|
-
content: '\f282';
|
|
181
|
-
}
|
|
182
|
-
.fa-threads:before {
|
|
183
|
-
content: '\e618';
|
|
184
|
-
}
|
|
185
|
-
.fa-napster:before {
|
|
186
|
-
content: '\f3d2';
|
|
187
|
-
}
|
|
188
|
-
.fa-square-snapchat:before {
|
|
189
|
-
content: '\f2ad';
|
|
190
|
-
}
|
|
191
|
-
.fa-snapchat-square:before {
|
|
192
|
-
content: '\f2ad';
|
|
193
|
-
}
|
|
194
|
-
.fa-google-plus-g:before {
|
|
195
|
-
content: '\f0d5';
|
|
196
|
-
}
|
|
197
|
-
.fa-artstation:before {
|
|
198
|
-
content: '\f77a';
|
|
199
|
-
}
|
|
200
|
-
.fa-markdown:before {
|
|
201
|
-
content: '\f60f';
|
|
202
|
-
}
|
|
203
|
-
.fa-sourcetree:before {
|
|
204
|
-
content: '\f7d3';
|
|
205
|
-
}
|
|
206
|
-
.fa-google-plus:before {
|
|
207
|
-
content: '\f2b3';
|
|
208
|
-
}
|
|
209
|
-
.fa-diaspora:before {
|
|
210
|
-
content: '\f791';
|
|
211
|
-
}
|
|
212
|
-
.fa-foursquare:before {
|
|
213
|
-
content: '\f180';
|
|
214
|
-
}
|
|
215
|
-
.fa-stack-overflow:before {
|
|
216
|
-
content: '\f16c';
|
|
217
|
-
}
|
|
218
|
-
.fa-github-alt:before {
|
|
219
|
-
content: '\f113';
|
|
220
|
-
}
|
|
221
|
-
.fa-phoenix-squadron:before {
|
|
222
|
-
content: '\f511';
|
|
223
|
-
}
|
|
224
|
-
.fa-pagelines:before {
|
|
225
|
-
content: '\f18c';
|
|
226
|
-
}
|
|
227
|
-
.fa-algolia:before {
|
|
228
|
-
content: '\f36c';
|
|
229
|
-
}
|
|
230
|
-
.fa-red-river:before {
|
|
231
|
-
content: '\f3e3';
|
|
232
|
-
}
|
|
233
|
-
.fa-creative-commons-sa:before {
|
|
234
|
-
content: '\f4ef';
|
|
235
|
-
}
|
|
236
|
-
.fa-safari:before {
|
|
237
|
-
content: '\f267';
|
|
238
|
-
}
|
|
239
|
-
.fa-google:before {
|
|
240
|
-
content: '\f1a0';
|
|
241
|
-
}
|
|
242
|
-
.fa-square-font-awesome-stroke:before {
|
|
243
|
-
content: '\f35c';
|
|
244
|
-
}
|
|
245
|
-
.fa-font-awesome-alt:before {
|
|
246
|
-
content: '\f35c';
|
|
247
|
-
}
|
|
248
|
-
.fa-atlassian:before {
|
|
249
|
-
content: '\f77b';
|
|
250
|
-
}
|
|
251
|
-
.fa-linkedin-in:before {
|
|
252
|
-
content: '\f0e1';
|
|
253
|
-
}
|
|
254
|
-
.fa-digital-ocean:before {
|
|
255
|
-
content: '\f391';
|
|
256
|
-
}
|
|
257
|
-
.fa-nimblr:before {
|
|
258
|
-
content: '\f5a8';
|
|
259
|
-
}
|
|
260
|
-
.fa-chromecast:before {
|
|
261
|
-
content: '\f838';
|
|
262
|
-
}
|
|
263
|
-
.fa-evernote:before {
|
|
264
|
-
content: '\f839';
|
|
265
|
-
}
|
|
266
|
-
.fa-hacker-news:before {
|
|
267
|
-
content: '\f1d4';
|
|
268
|
-
}
|
|
269
|
-
.fa-creative-commons-sampling:before {
|
|
270
|
-
content: '\f4f0';
|
|
271
|
-
}
|
|
272
|
-
.fa-adversal:before {
|
|
273
|
-
content: '\f36a';
|
|
274
|
-
}
|
|
275
|
-
.fa-creative-commons:before {
|
|
276
|
-
content: '\f25e';
|
|
277
|
-
}
|
|
278
|
-
.fa-watchman-monitoring:before {
|
|
279
|
-
content: '\e087';
|
|
280
|
-
}
|
|
281
|
-
.fa-fonticons:before {
|
|
282
|
-
content: '\f280';
|
|
283
|
-
}
|
|
284
|
-
.fa-weixin:before {
|
|
285
|
-
content: '\f1d7';
|
|
286
|
-
}
|
|
287
|
-
.fa-shirtsinbulk:before {
|
|
288
|
-
content: '\f214';
|
|
289
|
-
}
|
|
290
|
-
.fa-codepen:before {
|
|
291
|
-
content: '\f1cb';
|
|
292
|
-
}
|
|
293
|
-
.fa-git-alt:before {
|
|
294
|
-
content: '\f841';
|
|
295
|
-
}
|
|
296
|
-
.fa-lyft:before {
|
|
297
|
-
content: '\f3c3';
|
|
298
|
-
}
|
|
299
|
-
.fa-rev:before {
|
|
300
|
-
content: '\f5b2';
|
|
301
|
-
}
|
|
302
|
-
.fa-windows:before {
|
|
303
|
-
content: '\f17a';
|
|
304
|
-
}
|
|
305
|
-
.fa-wizards-of-the-coast:before {
|
|
306
|
-
content: '\f730';
|
|
307
|
-
}
|
|
308
|
-
.fa-square-viadeo:before {
|
|
309
|
-
content: '\f2aa';
|
|
310
|
-
}
|
|
311
|
-
.fa-viadeo-square:before {
|
|
312
|
-
content: '\f2aa';
|
|
313
|
-
}
|
|
314
|
-
.fa-meetup:before {
|
|
315
|
-
content: '\f2e0';
|
|
316
|
-
}
|
|
317
|
-
.fa-centos:before {
|
|
318
|
-
content: '\f789';
|
|
319
|
-
}
|
|
320
|
-
.fa-adn:before {
|
|
321
|
-
content: '\f170';
|
|
322
|
-
}
|
|
323
|
-
.fa-cloudsmith:before {
|
|
324
|
-
content: '\f384';
|
|
325
|
-
}
|
|
326
|
-
.fa-opensuse:before {
|
|
327
|
-
content: '\e62b';
|
|
328
|
-
}
|
|
329
|
-
.fa-pied-piper-alt:before {
|
|
330
|
-
content: '\f1a8';
|
|
331
|
-
}
|
|
332
|
-
.fa-square-dribbble:before {
|
|
333
|
-
content: '\f397';
|
|
334
|
-
}
|
|
335
|
-
.fa-dribbble-square:before {
|
|
336
|
-
content: '\f397';
|
|
337
|
-
}
|
|
338
|
-
.fa-codiepie:before {
|
|
339
|
-
content: '\f284';
|
|
340
|
-
}
|
|
341
|
-
.fa-node:before {
|
|
342
|
-
content: '\f419';
|
|
343
|
-
}
|
|
344
|
-
.fa-mix:before {
|
|
345
|
-
content: '\f3cb';
|
|
346
|
-
}
|
|
347
|
-
.fa-steam:before {
|
|
348
|
-
content: '\f1b6';
|
|
349
|
-
}
|
|
350
|
-
.fa-cc-apple-pay:before {
|
|
351
|
-
content: '\f416';
|
|
352
|
-
}
|
|
353
|
-
.fa-scribd:before {
|
|
354
|
-
content: '\f28a';
|
|
355
|
-
}
|
|
356
|
-
.fa-debian:before {
|
|
357
|
-
content: '\e60b';
|
|
358
|
-
}
|
|
359
|
-
.fa-openid:before {
|
|
360
|
-
content: '\f19b';
|
|
361
|
-
}
|
|
362
|
-
.fa-instalod:before {
|
|
363
|
-
content: '\e081';
|
|
364
|
-
}
|
|
365
|
-
.fa-expeditedssl:before {
|
|
366
|
-
content: '\f23e';
|
|
367
|
-
}
|
|
368
|
-
.fa-sellcast:before {
|
|
369
|
-
content: '\f2da';
|
|
370
|
-
}
|
|
371
|
-
.fa-square-twitter:before {
|
|
372
|
-
content: '\f081';
|
|
373
|
-
}
|
|
374
|
-
.fa-twitter-square:before {
|
|
375
|
-
content: '\f081';
|
|
376
|
-
}
|
|
377
|
-
.fa-r-project:before {
|
|
378
|
-
content: '\f4f7';
|
|
379
|
-
}
|
|
380
|
-
.fa-delicious:before {
|
|
381
|
-
content: '\f1a5';
|
|
382
|
-
}
|
|
383
|
-
.fa-freebsd:before {
|
|
384
|
-
content: '\f3a4';
|
|
385
|
-
}
|
|
386
|
-
.fa-vuejs:before {
|
|
387
|
-
content: '\f41f';
|
|
388
|
-
}
|
|
389
|
-
.fa-accusoft:before {
|
|
390
|
-
content: '\f369';
|
|
391
|
-
}
|
|
392
|
-
.fa-ioxhost:before {
|
|
393
|
-
content: '\f208';
|
|
394
|
-
}
|
|
395
|
-
.fa-fonticons-fi:before {
|
|
396
|
-
content: '\f3a2';
|
|
397
|
-
}
|
|
398
|
-
.fa-app-store:before {
|
|
399
|
-
content: '\f36f';
|
|
400
|
-
}
|
|
401
|
-
.fa-cc-mastercard:before {
|
|
402
|
-
content: '\f1f1';
|
|
403
|
-
}
|
|
404
|
-
.fa-itunes-note:before {
|
|
405
|
-
content: '\f3b5';
|
|
406
|
-
}
|
|
407
|
-
.fa-golang:before {
|
|
408
|
-
content: '\e40f';
|
|
409
|
-
}
|
|
410
|
-
.fa-kickstarter:before {
|
|
411
|
-
content: '\f3bb';
|
|
412
|
-
}
|
|
413
|
-
.fa-square-kickstarter:before {
|
|
414
|
-
content: '\f3bb';
|
|
415
|
-
}
|
|
416
|
-
.fa-grav:before {
|
|
417
|
-
content: '\f2d6';
|
|
418
|
-
}
|
|
419
|
-
.fa-weibo:before {
|
|
420
|
-
content: '\f18a';
|
|
421
|
-
}
|
|
422
|
-
.fa-uncharted:before {
|
|
423
|
-
content: '\e084';
|
|
424
|
-
}
|
|
425
|
-
.fa-firstdraft:before {
|
|
426
|
-
content: '\f3a1';
|
|
427
|
-
}
|
|
428
|
-
.fa-square-youtube:before {
|
|
429
|
-
content: '\f431';
|
|
430
|
-
}
|
|
431
|
-
.fa-youtube-square:before {
|
|
432
|
-
content: '\f431';
|
|
433
|
-
}
|
|
434
|
-
.fa-wikipedia-w:before {
|
|
435
|
-
content: '\f266';
|
|
436
|
-
}
|
|
437
|
-
.fa-wpressr:before {
|
|
438
|
-
content: '\f3e4';
|
|
439
|
-
}
|
|
440
|
-
.fa-rendact:before {
|
|
441
|
-
content: '\f3e4';
|
|
442
|
-
}
|
|
443
|
-
.fa-angellist:before {
|
|
444
|
-
content: '\f209';
|
|
445
|
-
}
|
|
446
|
-
.fa-galactic-republic:before {
|
|
447
|
-
content: '\f50c';
|
|
448
|
-
}
|
|
449
|
-
.fa-nfc-directional:before {
|
|
450
|
-
content: '\e530';
|
|
451
|
-
}
|
|
452
|
-
.fa-skype:before {
|
|
453
|
-
content: '\f17e';
|
|
454
|
-
}
|
|
455
|
-
.fa-joget:before {
|
|
456
|
-
content: '\f3b7';
|
|
457
|
-
}
|
|
458
|
-
.fa-fedora:before {
|
|
459
|
-
content: '\f798';
|
|
460
|
-
}
|
|
461
|
-
.fa-stripe-s:before {
|
|
462
|
-
content: '\f42a';
|
|
463
|
-
}
|
|
464
|
-
.fa-meta:before {
|
|
465
|
-
content: '\e49b';
|
|
466
|
-
}
|
|
467
|
-
.fa-laravel:before {
|
|
468
|
-
content: '\f3bd';
|
|
469
|
-
}
|
|
470
|
-
.fa-hotjar:before {
|
|
471
|
-
content: '\f3b1';
|
|
472
|
-
}
|
|
473
|
-
.fa-bluetooth-b:before {
|
|
474
|
-
content: '\f294';
|
|
475
|
-
}
|
|
476
|
-
.fa-square-letterboxd:before {
|
|
477
|
-
content: '\e62e';
|
|
478
|
-
}
|
|
479
|
-
.fa-sticker-mule:before {
|
|
480
|
-
content: '\f3f7';
|
|
481
|
-
}
|
|
482
|
-
.fa-creative-commons-zero:before {
|
|
483
|
-
content: '\f4f3';
|
|
484
|
-
}
|
|
485
|
-
.fa-hips:before {
|
|
486
|
-
content: '\f452';
|
|
487
|
-
}
|
|
488
|
-
.fa-behance:before {
|
|
489
|
-
content: '\f1b4';
|
|
490
|
-
}
|
|
491
|
-
.fa-reddit:before {
|
|
492
|
-
content: '\f1a1';
|
|
493
|
-
}
|
|
494
|
-
.fa-discord:before {
|
|
495
|
-
content: '\f392';
|
|
496
|
-
}
|
|
497
|
-
.fa-chrome:before {
|
|
498
|
-
content: '\f268';
|
|
499
|
-
}
|
|
500
|
-
.fa-app-store-ios:before {
|
|
501
|
-
content: '\f370';
|
|
502
|
-
}
|
|
503
|
-
.fa-cc-discover:before {
|
|
504
|
-
content: '\f1f2';
|
|
505
|
-
}
|
|
506
|
-
.fa-wpbeginner:before {
|
|
507
|
-
content: '\f297';
|
|
508
|
-
}
|
|
509
|
-
.fa-confluence:before {
|
|
510
|
-
content: '\f78d';
|
|
511
|
-
}
|
|
512
|
-
.fa-shoelace:before {
|
|
513
|
-
content: '\e60c';
|
|
514
|
-
}
|
|
515
|
-
.fa-mdb:before {
|
|
516
|
-
content: '\f8ca';
|
|
517
|
-
}
|
|
518
|
-
.fa-dochub:before {
|
|
519
|
-
content: '\f394';
|
|
520
|
-
}
|
|
521
|
-
.fa-accessible-icon:before {
|
|
522
|
-
content: '\f368';
|
|
523
|
-
}
|
|
524
|
-
.fa-ebay:before {
|
|
525
|
-
content: '\f4f4';
|
|
526
|
-
}
|
|
527
|
-
.fa-amazon:before {
|
|
528
|
-
content: '\f270';
|
|
529
|
-
}
|
|
530
|
-
.fa-unsplash:before {
|
|
531
|
-
content: '\e07c';
|
|
532
|
-
}
|
|
533
|
-
.fa-yarn:before {
|
|
534
|
-
content: '\f7e3';
|
|
535
|
-
}
|
|
536
|
-
.fa-square-steam:before {
|
|
537
|
-
content: '\f1b7';
|
|
538
|
-
}
|
|
539
|
-
.fa-steam-square:before {
|
|
540
|
-
content: '\f1b7';
|
|
541
|
-
}
|
|
542
|
-
.fa-500px:before {
|
|
543
|
-
content: '\f26e';
|
|
544
|
-
}
|
|
545
|
-
.fa-square-vimeo:before {
|
|
546
|
-
content: '\f194';
|
|
547
|
-
}
|
|
548
|
-
.fa-vimeo-square:before {
|
|
549
|
-
content: '\f194';
|
|
550
|
-
}
|
|
551
|
-
.fa-asymmetrik:before {
|
|
552
|
-
content: '\f372';
|
|
553
|
-
}
|
|
554
|
-
.fa-font-awesome:before {
|
|
555
|
-
content: '\f2b4';
|
|
556
|
-
}
|
|
557
|
-
.fa-font-awesome-flag:before {
|
|
558
|
-
content: '\f2b4';
|
|
559
|
-
}
|
|
560
|
-
.fa-font-awesome-logo-full:before {
|
|
561
|
-
content: '\f2b4';
|
|
562
|
-
}
|
|
563
|
-
.fa-gratipay:before {
|
|
564
|
-
content: '\f184';
|
|
565
|
-
}
|
|
566
|
-
.fa-apple:before {
|
|
567
|
-
content: '\f179';
|
|
568
|
-
}
|
|
569
|
-
.fa-hive:before {
|
|
570
|
-
content: '\e07f';
|
|
571
|
-
}
|
|
572
|
-
.fa-gitkraken:before {
|
|
573
|
-
content: '\f3a6';
|
|
574
|
-
}
|
|
575
|
-
.fa-keybase:before {
|
|
576
|
-
content: '\f4f5';
|
|
577
|
-
}
|
|
578
|
-
.fa-apple-pay:before {
|
|
579
|
-
content: '\f415';
|
|
580
|
-
}
|
|
581
|
-
.fa-padlet:before {
|
|
582
|
-
content: '\e4a0';
|
|
583
|
-
}
|
|
584
|
-
.fa-amazon-pay:before {
|
|
585
|
-
content: '\f42c';
|
|
586
|
-
}
|
|
587
|
-
.fa-square-github:before {
|
|
588
|
-
content: '\f092';
|
|
589
|
-
}
|
|
590
|
-
.fa-github-square:before {
|
|
591
|
-
content: '\f092';
|
|
592
|
-
}
|
|
593
|
-
.fa-stumbleupon:before {
|
|
594
|
-
content: '\f1a4';
|
|
595
|
-
}
|
|
596
|
-
.fa-fedex:before {
|
|
597
|
-
content: '\f797';
|
|
598
|
-
}
|
|
599
|
-
.fa-phoenix-framework:before {
|
|
600
|
-
content: '\f3dc';
|
|
601
|
-
}
|
|
602
|
-
.fa-shopify:before {
|
|
603
|
-
content: '\e057';
|
|
604
|
-
}
|
|
605
|
-
.fa-neos:before {
|
|
606
|
-
content: '\f612';
|
|
607
|
-
}
|
|
608
|
-
.fa-square-threads:before {
|
|
609
|
-
content: '\e619';
|
|
610
|
-
}
|
|
611
|
-
.fa-hackerrank:before {
|
|
612
|
-
content: '\f5f7';
|
|
613
|
-
}
|
|
614
|
-
.fa-researchgate:before {
|
|
615
|
-
content: '\f4f8';
|
|
616
|
-
}
|
|
617
|
-
.fa-swift:before {
|
|
618
|
-
content: '\f8e1';
|
|
619
|
-
}
|
|
620
|
-
.fa-angular:before {
|
|
621
|
-
content: '\f420';
|
|
622
|
-
}
|
|
623
|
-
.fa-speakap:before {
|
|
624
|
-
content: '\f3f3';
|
|
625
|
-
}
|
|
626
|
-
.fa-angrycreative:before {
|
|
627
|
-
content: '\f36e';
|
|
628
|
-
}
|
|
629
|
-
.fa-y-combinator:before {
|
|
630
|
-
content: '\f23b';
|
|
631
|
-
}
|
|
632
|
-
.fa-empire:before {
|
|
633
|
-
content: '\f1d1';
|
|
634
|
-
}
|
|
635
|
-
.fa-envira:before {
|
|
636
|
-
content: '\f299';
|
|
637
|
-
}
|
|
638
|
-
.fa-google-scholar:before {
|
|
639
|
-
content: '\e63b';
|
|
640
|
-
}
|
|
641
|
-
.fa-square-gitlab:before {
|
|
642
|
-
content: '\e5ae';
|
|
643
|
-
}
|
|
644
|
-
.fa-gitlab-square:before {
|
|
645
|
-
content: '\e5ae';
|
|
646
|
-
}
|
|
647
|
-
.fa-studiovinari:before {
|
|
648
|
-
content: '\f3f8';
|
|
649
|
-
}
|
|
650
|
-
.fa-pied-piper:before {
|
|
651
|
-
content: '\f2ae';
|
|
652
|
-
}
|
|
653
|
-
.fa-wordpress:before {
|
|
654
|
-
content: '\f19a';
|
|
655
|
-
}
|
|
656
|
-
.fa-product-hunt:before {
|
|
657
|
-
content: '\f288';
|
|
658
|
-
}
|
|
659
|
-
.fa-firefox:before {
|
|
660
|
-
content: '\f269';
|
|
661
|
-
}
|
|
662
|
-
.fa-linode:before {
|
|
663
|
-
content: '\f2b8';
|
|
664
|
-
}
|
|
665
|
-
.fa-goodreads:before {
|
|
666
|
-
content: '\f3a8';
|
|
667
|
-
}
|
|
668
|
-
.fa-square-odnoklassniki:before {
|
|
669
|
-
content: '\f264';
|
|
670
|
-
}
|
|
671
|
-
.fa-odnoklassniki-square:before {
|
|
672
|
-
content: '\f264';
|
|
673
|
-
}
|
|
674
|
-
.fa-jsfiddle:before {
|
|
675
|
-
content: '\f1cc';
|
|
676
|
-
}
|
|
677
|
-
.fa-sith:before {
|
|
678
|
-
content: '\f512';
|
|
679
|
-
}
|
|
680
|
-
.fa-themeisle:before {
|
|
681
|
-
content: '\f2b2';
|
|
682
|
-
}
|
|
683
|
-
.fa-page4:before {
|
|
684
|
-
content: '\f3d7';
|
|
685
|
-
}
|
|
686
|
-
.fa-hashnode:before {
|
|
687
|
-
content: '\e499';
|
|
688
|
-
}
|
|
689
|
-
.fa-react:before {
|
|
690
|
-
content: '\f41b';
|
|
691
|
-
}
|
|
692
|
-
.fa-cc-paypal:before {
|
|
693
|
-
content: '\f1f4';
|
|
694
|
-
}
|
|
695
|
-
.fa-squarespace:before {
|
|
696
|
-
content: '\f5be';
|
|
697
|
-
}
|
|
698
|
-
.fa-cc-stripe:before {
|
|
699
|
-
content: '\f1f5';
|
|
700
|
-
}
|
|
701
|
-
.fa-creative-commons-share:before {
|
|
702
|
-
content: '\f4f2';
|
|
703
|
-
}
|
|
704
|
-
.fa-bitcoin:before {
|
|
705
|
-
content: '\f379';
|
|
706
|
-
}
|
|
707
|
-
.fa-keycdn:before {
|
|
708
|
-
content: '\f3ba';
|
|
709
|
-
}
|
|
710
|
-
.fa-opera:before {
|
|
711
|
-
content: '\f26a';
|
|
712
|
-
}
|
|
713
|
-
.fa-itch-io:before {
|
|
714
|
-
content: '\f83a';
|
|
715
|
-
}
|
|
716
|
-
.fa-umbraco:before {
|
|
717
|
-
content: '\f8e8';
|
|
718
|
-
}
|
|
719
|
-
.fa-galactic-senate:before {
|
|
720
|
-
content: '\f50d';
|
|
721
|
-
}
|
|
722
|
-
.fa-ubuntu:before {
|
|
723
|
-
content: '\f7df';
|
|
724
|
-
}
|
|
725
|
-
.fa-draft2digital:before {
|
|
726
|
-
content: '\f396';
|
|
727
|
-
}
|
|
728
|
-
.fa-stripe:before {
|
|
729
|
-
content: '\f429';
|
|
730
|
-
}
|
|
731
|
-
.fa-houzz:before {
|
|
732
|
-
content: '\f27c';
|
|
733
|
-
}
|
|
734
|
-
.fa-gg:before {
|
|
735
|
-
content: '\f260';
|
|
736
|
-
}
|
|
737
|
-
.fa-dhl:before {
|
|
738
|
-
content: '\f790';
|
|
739
|
-
}
|
|
740
|
-
.fa-square-pinterest:before {
|
|
741
|
-
content: '\f0d3';
|
|
742
|
-
}
|
|
743
|
-
.fa-pinterest-square:before {
|
|
744
|
-
content: '\f0d3';
|
|
745
|
-
}
|
|
746
|
-
.fa-xing:before {
|
|
747
|
-
content: '\f168';
|
|
748
|
-
}
|
|
749
|
-
.fa-blackberry:before {
|
|
750
|
-
content: '\f37b';
|
|
751
|
-
}
|
|
752
|
-
.fa-creative-commons-pd:before {
|
|
753
|
-
content: '\f4ec';
|
|
754
|
-
}
|
|
755
|
-
.fa-playstation:before {
|
|
756
|
-
content: '\f3df';
|
|
757
|
-
}
|
|
758
|
-
.fa-quinscape:before {
|
|
759
|
-
content: '\f459';
|
|
760
|
-
}
|
|
761
|
-
.fa-less:before {
|
|
762
|
-
content: '\f41d';
|
|
763
|
-
}
|
|
764
|
-
.fa-blogger-b:before {
|
|
765
|
-
content: '\f37d';
|
|
766
|
-
}
|
|
767
|
-
.fa-opencart:before {
|
|
768
|
-
content: '\f23d';
|
|
769
|
-
}
|
|
770
|
-
.fa-vine:before {
|
|
771
|
-
content: '\f1ca';
|
|
772
|
-
}
|
|
773
|
-
.fa-signal-messenger:before {
|
|
774
|
-
content: '\e663';
|
|
775
|
-
}
|
|
776
|
-
.fa-paypal:before {
|
|
777
|
-
content: '\f1ed';
|
|
778
|
-
}
|
|
779
|
-
.fa-gitlab:before {
|
|
780
|
-
content: '\f296';
|
|
781
|
-
}
|
|
782
|
-
.fa-typo3:before {
|
|
783
|
-
content: '\f42b';
|
|
784
|
-
}
|
|
785
|
-
.fa-reddit-alien:before {
|
|
786
|
-
content: '\f281';
|
|
787
|
-
}
|
|
788
|
-
.fa-yahoo:before {
|
|
789
|
-
content: '\f19e';
|
|
790
|
-
}
|
|
791
|
-
.fa-dailymotion:before {
|
|
792
|
-
content: '\e052';
|
|
793
|
-
}
|
|
794
|
-
.fa-affiliatetheme:before {
|
|
795
|
-
content: '\f36b';
|
|
796
|
-
}
|
|
797
|
-
.fa-pied-piper-pp:before {
|
|
798
|
-
content: '\f1a7';
|
|
799
|
-
}
|
|
800
|
-
.fa-bootstrap:before {
|
|
801
|
-
content: '\f836';
|
|
802
|
-
}
|
|
803
|
-
.fa-odnoklassniki:before {
|
|
804
|
-
content: '\f263';
|
|
805
|
-
}
|
|
806
|
-
.fa-nfc-symbol:before {
|
|
807
|
-
content: '\e531';
|
|
808
|
-
}
|
|
809
|
-
.fa-mintbit:before {
|
|
810
|
-
content: '\e62f';
|
|
811
|
-
}
|
|
812
|
-
.fa-ethereum:before {
|
|
813
|
-
content: '\f42e';
|
|
814
|
-
}
|
|
815
|
-
.fa-speaker-deck:before {
|
|
816
|
-
content: '\f83c';
|
|
817
|
-
}
|
|
818
|
-
.fa-creative-commons-nc-eu:before {
|
|
819
|
-
content: '\f4e9';
|
|
820
|
-
}
|
|
821
|
-
.fa-patreon:before {
|
|
822
|
-
content: '\f3d9';
|
|
823
|
-
}
|
|
824
|
-
.fa-avianex:before {
|
|
825
|
-
content: '\f374';
|
|
826
|
-
}
|
|
827
|
-
.fa-ello:before {
|
|
828
|
-
content: '\f5f1';
|
|
829
|
-
}
|
|
830
|
-
.fa-gofore:before {
|
|
831
|
-
content: '\f3a7';
|
|
832
|
-
}
|
|
833
|
-
.fa-bimobject:before {
|
|
834
|
-
content: '\f378';
|
|
835
|
-
}
|
|
836
|
-
.fa-brave-reverse:before {
|
|
837
|
-
content: '\e63d';
|
|
838
|
-
}
|
|
839
|
-
.fa-facebook-f:before {
|
|
840
|
-
content: '\f39e';
|
|
841
|
-
}
|
|
842
|
-
.fa-square-google-plus:before {
|
|
843
|
-
content: '\f0d4';
|
|
844
|
-
}
|
|
845
|
-
.fa-google-plus-square:before {
|
|
846
|
-
content: '\f0d4';
|
|
847
|
-
}
|
|
848
|
-
.fa-web-awesome:before {
|
|
849
|
-
content: '\e682';
|
|
850
|
-
}
|
|
851
|
-
.fa-mandalorian:before {
|
|
852
|
-
content: '\f50f';
|
|
853
|
-
}
|
|
854
|
-
.fa-first-order-alt:before {
|
|
855
|
-
content: '\f50a';
|
|
856
|
-
}
|
|
857
|
-
.fa-osi:before {
|
|
858
|
-
content: '\f41a';
|
|
859
|
-
}
|
|
860
|
-
.fa-google-wallet:before {
|
|
861
|
-
content: '\f1ee';
|
|
862
|
-
}
|
|
863
|
-
.fa-d-and-d-beyond:before {
|
|
864
|
-
content: '\f6ca';
|
|
865
|
-
}
|
|
866
|
-
.fa-periscope:before {
|
|
867
|
-
content: '\f3da';
|
|
868
|
-
}
|
|
869
|
-
.fa-fulcrum:before {
|
|
870
|
-
content: '\f50b';
|
|
871
|
-
}
|
|
872
|
-
.fa-cloudscale:before {
|
|
873
|
-
content: '\f383';
|
|
874
|
-
}
|
|
875
|
-
.fa-forumbee:before {
|
|
876
|
-
content: '\f211';
|
|
877
|
-
}
|
|
878
|
-
.fa-mizuni:before {
|
|
879
|
-
content: '\f3cc';
|
|
880
|
-
}
|
|
881
|
-
.fa-schlix:before {
|
|
882
|
-
content: '\f3ea';
|
|
883
|
-
}
|
|
884
|
-
.fa-square-xing:before {
|
|
885
|
-
content: '\f169';
|
|
886
|
-
}
|
|
887
|
-
.fa-xing-square:before {
|
|
888
|
-
content: '\f169';
|
|
889
|
-
}
|
|
890
|
-
.fa-bandcamp:before {
|
|
891
|
-
content: '\f2d5';
|
|
892
|
-
}
|
|
893
|
-
.fa-wpforms:before {
|
|
894
|
-
content: '\f298';
|
|
895
|
-
}
|
|
896
|
-
.fa-cloudversify:before {
|
|
897
|
-
content: '\f385';
|
|
898
|
-
}
|
|
899
|
-
.fa-usps:before {
|
|
900
|
-
content: '\f7e1';
|
|
901
|
-
}
|
|
902
|
-
.fa-megaport:before {
|
|
903
|
-
content: '\f5a3';
|
|
904
|
-
}
|
|
905
|
-
.fa-magento:before {
|
|
906
|
-
content: '\f3c4';
|
|
907
|
-
}
|
|
908
|
-
.fa-spotify:before {
|
|
909
|
-
content: '\f1bc';
|
|
910
|
-
}
|
|
911
|
-
.fa-optin-monster:before {
|
|
912
|
-
content: '\f23c';
|
|
913
|
-
}
|
|
914
|
-
.fa-fly:before {
|
|
915
|
-
content: '\f417';
|
|
916
|
-
}
|
|
917
|
-
.fa-aviato:before {
|
|
918
|
-
content: '\f421';
|
|
919
|
-
}
|
|
920
|
-
.fa-itunes:before {
|
|
921
|
-
content: '\f3b4';
|
|
922
|
-
}
|
|
923
|
-
.fa-cuttlefish:before {
|
|
924
|
-
content: '\f38c';
|
|
925
|
-
}
|
|
926
|
-
.fa-blogger:before {
|
|
927
|
-
content: '\f37c';
|
|
928
|
-
}
|
|
929
|
-
.fa-flickr:before {
|
|
930
|
-
content: '\f16e';
|
|
931
|
-
}
|
|
932
|
-
.fa-viber:before {
|
|
933
|
-
content: '\f409';
|
|
934
|
-
}
|
|
935
|
-
.fa-soundcloud:before {
|
|
936
|
-
content: '\f1be';
|
|
937
|
-
}
|
|
938
|
-
.fa-digg:before {
|
|
939
|
-
content: '\f1a6';
|
|
940
|
-
}
|
|
941
|
-
.fa-tencent-weibo:before {
|
|
942
|
-
content: '\f1d5';
|
|
943
|
-
}
|
|
944
|
-
.fa-letterboxd:before {
|
|
945
|
-
content: '\e62d';
|
|
946
|
-
}
|
|
947
|
-
.fa-symfony:before {
|
|
948
|
-
content: '\f83d';
|
|
949
|
-
}
|
|
950
|
-
.fa-maxcdn:before {
|
|
951
|
-
content: '\f136';
|
|
952
|
-
}
|
|
953
|
-
.fa-etsy:before {
|
|
954
|
-
content: '\f2d7';
|
|
955
|
-
}
|
|
956
|
-
.fa-facebook-messenger:before {
|
|
957
|
-
content: '\f39f';
|
|
958
|
-
}
|
|
959
|
-
.fa-audible:before {
|
|
960
|
-
content: '\f373';
|
|
961
|
-
}
|
|
962
|
-
.fa-think-peaks:before {
|
|
963
|
-
content: '\f731';
|
|
964
|
-
}
|
|
965
|
-
.fa-bilibili:before {
|
|
966
|
-
content: '\e3d9';
|
|
967
|
-
}
|
|
968
|
-
.fa-erlang:before {
|
|
969
|
-
content: '\f39d';
|
|
970
|
-
}
|
|
971
|
-
.fa-x-twitter:before {
|
|
972
|
-
content: '\e61b';
|
|
973
|
-
}
|
|
974
|
-
.fa-cotton-bureau:before {
|
|
975
|
-
content: '\f89e';
|
|
976
|
-
}
|
|
977
|
-
.fa-dashcube:before {
|
|
978
|
-
content: '\f210';
|
|
979
|
-
}
|
|
980
|
-
.fa-42-group:before {
|
|
981
|
-
content: '\e080';
|
|
982
|
-
}
|
|
983
|
-
.fa-innosoft:before {
|
|
984
|
-
content: '\e080';
|
|
985
|
-
}
|
|
986
|
-
.fa-stack-exchange:before {
|
|
987
|
-
content: '\f18d';
|
|
988
|
-
}
|
|
989
|
-
.fa-elementor:before {
|
|
990
|
-
content: '\f430';
|
|
991
|
-
}
|
|
992
|
-
.fa-square-pied-piper:before {
|
|
993
|
-
content: '\e01e';
|
|
994
|
-
}
|
|
995
|
-
.fa-pied-piper-square:before {
|
|
996
|
-
content: '\e01e';
|
|
997
|
-
}
|
|
998
|
-
.fa-creative-commons-nd:before {
|
|
999
|
-
content: '\f4eb';
|
|
1000
|
-
}
|
|
1001
|
-
.fa-palfed:before {
|
|
1002
|
-
content: '\f3d8';
|
|
1003
|
-
}
|
|
1004
|
-
.fa-superpowers:before {
|
|
1005
|
-
content: '\f2dd';
|
|
1006
|
-
}
|
|
1007
|
-
.fa-resolving:before {
|
|
1008
|
-
content: '\f3e7';
|
|
1009
|
-
}
|
|
1010
|
-
.fa-xbox:before {
|
|
1011
|
-
content: '\f412';
|
|
1012
|
-
}
|
|
1013
|
-
.fa-square-web-awesome-stroke:before {
|
|
1014
|
-
content: '\e684';
|
|
1015
|
-
}
|
|
1016
|
-
.fa-searchengin:before {
|
|
1017
|
-
content: '\f3eb';
|
|
1018
|
-
}
|
|
1019
|
-
.fa-tiktok:before {
|
|
1020
|
-
content: '\e07b';
|
|
1021
|
-
}
|
|
1022
|
-
.fa-square-facebook:before {
|
|
1023
|
-
content: '\f082';
|
|
1024
|
-
}
|
|
1025
|
-
.fa-facebook-square:before {
|
|
1026
|
-
content: '\f082';
|
|
1027
|
-
}
|
|
1028
|
-
.fa-renren:before {
|
|
1029
|
-
content: '\f18b';
|
|
1030
|
-
}
|
|
1031
|
-
.fa-linux:before {
|
|
1032
|
-
content: '\f17c';
|
|
1033
|
-
}
|
|
1034
|
-
.fa-glide:before {
|
|
1035
|
-
content: '\f2a5';
|
|
1036
|
-
}
|
|
1037
|
-
.fa-linkedin:before {
|
|
1038
|
-
content: '\f08c';
|
|
1039
|
-
}
|
|
1040
|
-
.fa-hubspot:before {
|
|
1041
|
-
content: '\f3b2';
|
|
1042
|
-
}
|
|
1043
|
-
.fa-deploydog:before {
|
|
1044
|
-
content: '\f38e';
|
|
1045
|
-
}
|
|
1046
|
-
.fa-twitch:before {
|
|
1047
|
-
content: '\f1e8';
|
|
1048
|
-
}
|
|
1049
|
-
.fa-flutter:before {
|
|
1050
|
-
content: '\e694';
|
|
1051
|
-
}
|
|
1052
|
-
.fa-ravelry:before {
|
|
1053
|
-
content: '\f2d9';
|
|
1054
|
-
}
|
|
1055
|
-
.fa-mixer:before {
|
|
1056
|
-
content: '\e056';
|
|
1057
|
-
}
|
|
1058
|
-
.fa-square-lastfm:before {
|
|
1059
|
-
content: '\f203';
|
|
1060
|
-
}
|
|
1061
|
-
.fa-lastfm-square:before {
|
|
1062
|
-
content: '\f203';
|
|
1063
|
-
}
|
|
1064
|
-
.fa-vimeo:before {
|
|
1065
|
-
content: '\f40a';
|
|
1066
|
-
}
|
|
1067
|
-
.fa-mendeley:before {
|
|
1068
|
-
content: '\f7b3';
|
|
1069
|
-
}
|
|
1070
|
-
.fa-uniregistry:before {
|
|
1071
|
-
content: '\f404';
|
|
1072
|
-
}
|
|
1073
|
-
.fa-figma:before {
|
|
1074
|
-
content: '\f799';
|
|
1075
|
-
}
|
|
1076
|
-
.fa-creative-commons-remix:before {
|
|
1077
|
-
content: '\f4ee';
|
|
1078
|
-
}
|
|
1079
|
-
.fa-cc-amazon-pay:before {
|
|
1080
|
-
content: '\f42d';
|
|
1081
|
-
}
|
|
1082
|
-
.fa-dropbox:before {
|
|
1083
|
-
content: '\f16b';
|
|
1084
|
-
}
|
|
1085
|
-
.fa-instagram:before {
|
|
1086
|
-
content: '\f16d';
|
|
1087
|
-
}
|
|
1088
|
-
.fa-cmplid:before {
|
|
1089
|
-
content: '\e360';
|
|
1090
|
-
}
|
|
1091
|
-
.fa-upwork:before {
|
|
1092
|
-
content: '\e641';
|
|
1093
|
-
}
|
|
1094
|
-
.fa-facebook:before {
|
|
1095
|
-
content: '\f09a';
|
|
1096
|
-
}
|
|
1097
|
-
.fa-gripfire:before {
|
|
1098
|
-
content: '\f3ac';
|
|
1099
|
-
}
|
|
1100
|
-
.fa-jedi-order:before {
|
|
1101
|
-
content: '\f50e';
|
|
1102
|
-
}
|
|
1103
|
-
.fa-uikit:before {
|
|
1104
|
-
content: '\f403';
|
|
1105
|
-
}
|
|
1106
|
-
.fa-fort-awesome-alt:before {
|
|
1107
|
-
content: '\f3a3';
|
|
1108
|
-
}
|
|
1109
|
-
.fa-phabricator:before {
|
|
1110
|
-
content: '\f3db';
|
|
1111
|
-
}
|
|
1112
|
-
.fa-ussunnah:before {
|
|
1113
|
-
content: '\f407';
|
|
1114
|
-
}
|
|
1115
|
-
.fa-earlybirds:before {
|
|
1116
|
-
content: '\f39a';
|
|
1117
|
-
}
|
|
1118
|
-
.fa-trade-federation:before {
|
|
1119
|
-
content: '\f513';
|
|
1120
|
-
}
|
|
1121
|
-
.fa-autoprefixer:before {
|
|
1122
|
-
content: '\f41c';
|
|
1123
|
-
}
|
|
1124
|
-
.fa-whatsapp:before {
|
|
1125
|
-
content: '\f232';
|
|
1126
|
-
}
|
|
1127
|
-
.fa-square-upwork:before {
|
|
1128
|
-
content: '\e67c';
|
|
1129
|
-
}
|
|
1130
|
-
.fa-slideshare:before {
|
|
1131
|
-
content: '\f1e7';
|
|
1132
|
-
}
|
|
1133
|
-
.fa-google-play:before {
|
|
1134
|
-
content: '\f3ab';
|
|
1135
|
-
}
|
|
1136
|
-
.fa-viadeo:before {
|
|
1137
|
-
content: '\f2a9';
|
|
1138
|
-
}
|
|
1139
|
-
.fa-line:before {
|
|
1140
|
-
content: '\f3c0';
|
|
1141
|
-
}
|
|
1142
|
-
.fa-google-drive:before {
|
|
1143
|
-
content: '\f3aa';
|
|
1144
|
-
}
|
|
1145
|
-
.fa-servicestack:before {
|
|
1146
|
-
content: '\f3ec';
|
|
1147
|
-
}
|
|
1148
|
-
.fa-simplybuilt:before {
|
|
1149
|
-
content: '\f215';
|
|
1150
|
-
}
|
|
1151
|
-
.fa-bitbucket:before {
|
|
1152
|
-
content: '\f171';
|
|
1153
|
-
}
|
|
1154
|
-
.fa-imdb:before {
|
|
1155
|
-
content: '\f2d8';
|
|
1156
|
-
}
|
|
1157
|
-
.fa-deezer:before {
|
|
1158
|
-
content: '\e077';
|
|
1159
|
-
}
|
|
1160
|
-
.fa-raspberry-pi:before {
|
|
1161
|
-
content: '\f7bb';
|
|
1162
|
-
}
|
|
1163
|
-
.fa-jira:before {
|
|
1164
|
-
content: '\f7b1';
|
|
1165
|
-
}
|
|
1166
|
-
.fa-docker:before {
|
|
1167
|
-
content: '\f395';
|
|
1168
|
-
}
|
|
1169
|
-
.fa-screenpal:before {
|
|
1170
|
-
content: '\e570';
|
|
1171
|
-
}
|
|
1172
|
-
.fa-bluetooth:before {
|
|
1173
|
-
content: '\f293';
|
|
1174
|
-
}
|
|
1175
|
-
.fa-gitter:before {
|
|
1176
|
-
content: '\f426';
|
|
1177
|
-
}
|
|
1178
|
-
.fa-d-and-d:before {
|
|
1179
|
-
content: '\f38d';
|
|
1180
|
-
}
|
|
1181
|
-
.fa-microblog:before {
|
|
1182
|
-
content: '\e01a';
|
|
1183
|
-
}
|
|
1184
|
-
.fa-cc-diners-club:before {
|
|
1185
|
-
content: '\f24c';
|
|
1186
|
-
}
|
|
1187
|
-
.fa-gg-circle:before {
|
|
1188
|
-
content: '\f261';
|
|
1189
|
-
}
|
|
1190
|
-
.fa-pied-piper-hat:before {
|
|
1191
|
-
content: '\f4e5';
|
|
1192
|
-
}
|
|
1193
|
-
.fa-kickstarter-k:before {
|
|
1194
|
-
content: '\f3bc';
|
|
1195
|
-
}
|
|
1196
|
-
.fa-yandex:before {
|
|
1197
|
-
content: '\f413';
|
|
1198
|
-
}
|
|
1199
|
-
.fa-readme:before {
|
|
1200
|
-
content: '\f4d5';
|
|
1201
|
-
}
|
|
1202
|
-
.fa-html5:before {
|
|
1203
|
-
content: '\f13b';
|
|
1204
|
-
}
|
|
1205
|
-
.fa-sellsy:before {
|
|
1206
|
-
content: '\f213';
|
|
1207
|
-
}
|
|
1208
|
-
.fa-square-web-awesome:before {
|
|
1209
|
-
content: '\e683';
|
|
1210
|
-
}
|
|
1211
|
-
.fa-sass:before {
|
|
1212
|
-
content: '\f41e';
|
|
1213
|
-
}
|
|
1214
|
-
.fa-wirsindhandwerk:before {
|
|
1215
|
-
content: '\e2d0';
|
|
1216
|
-
}
|
|
1217
|
-
.fa-wsh:before {
|
|
1218
|
-
content: '\e2d0';
|
|
1219
|
-
}
|
|
1220
|
-
.fa-buromobelexperte:before {
|
|
1221
|
-
content: '\f37f';
|
|
1222
|
-
}
|
|
1223
|
-
.fa-salesforce:before {
|
|
1224
|
-
content: '\f83b';
|
|
1225
|
-
}
|
|
1226
|
-
.fa-octopus-deploy:before {
|
|
1227
|
-
content: '\e082';
|
|
1228
|
-
}
|
|
1229
|
-
.fa-medapps:before {
|
|
1230
|
-
content: '\f3c6';
|
|
1231
|
-
}
|
|
1232
|
-
.fa-ns8:before {
|
|
1233
|
-
content: '\f3d5';
|
|
1234
|
-
}
|
|
1235
|
-
.fa-pinterest-p:before {
|
|
1236
|
-
content: '\f231';
|
|
1237
|
-
}
|
|
1238
|
-
.fa-apper:before {
|
|
1239
|
-
content: '\f371';
|
|
1240
|
-
}
|
|
1241
|
-
.fa-fort-awesome:before {
|
|
1242
|
-
content: '\f286';
|
|
1243
|
-
}
|
|
1244
|
-
.fa-waze:before {
|
|
1245
|
-
content: '\f83f';
|
|
1246
|
-
}
|
|
1247
|
-
.fa-bluesky:before {
|
|
1248
|
-
content: '\e671';
|
|
1249
|
-
}
|
|
1250
|
-
.fa-cc-jcb:before {
|
|
1251
|
-
content: '\f24b';
|
|
1252
|
-
}
|
|
1253
|
-
.fa-snapchat:before {
|
|
1254
|
-
content: '\f2ab';
|
|
1255
|
-
}
|
|
1256
|
-
.fa-snapchat-ghost:before {
|
|
1257
|
-
content: '\f2ab';
|
|
1258
|
-
}
|
|
1259
|
-
.fa-fantasy-flight-games:before {
|
|
1260
|
-
content: '\f6dc';
|
|
1261
|
-
}
|
|
1262
|
-
.fa-rust:before {
|
|
1263
|
-
content: '\e07a';
|
|
1264
|
-
}
|
|
1265
|
-
.fa-wix:before {
|
|
1266
|
-
content: '\f5cf';
|
|
1267
|
-
}
|
|
1268
|
-
.fa-square-behance:before {
|
|
1269
|
-
content: '\f1b5';
|
|
1270
|
-
}
|
|
1271
|
-
.fa-behance-square:before {
|
|
1272
|
-
content: '\f1b5';
|
|
1273
|
-
}
|
|
1274
|
-
.fa-supple:before {
|
|
1275
|
-
content: '\f3f9';
|
|
1276
|
-
}
|
|
1277
|
-
.fa-webflow:before {
|
|
1278
|
-
content: '\e65c';
|
|
1279
|
-
}
|
|
1280
|
-
.fa-rebel:before {
|
|
1281
|
-
content: '\f1d0';
|
|
1282
|
-
}
|
|
1283
|
-
.fa-css3:before {
|
|
1284
|
-
content: '\f13c';
|
|
1285
|
-
}
|
|
1286
|
-
.fa-staylinked:before {
|
|
1287
|
-
content: '\f3f5';
|
|
1288
|
-
}
|
|
1289
|
-
.fa-kaggle:before {
|
|
1290
|
-
content: '\f5fa';
|
|
1291
|
-
}
|
|
1292
|
-
.fa-space-awesome:before {
|
|
1293
|
-
content: '\e5ac';
|
|
1294
|
-
}
|
|
1295
|
-
.fa-deviantart:before {
|
|
1296
|
-
content: '\f1bd';
|
|
1297
|
-
}
|
|
1298
|
-
.fa-cpanel:before {
|
|
1299
|
-
content: '\f388';
|
|
1300
|
-
}
|
|
1301
|
-
.fa-goodreads-g:before {
|
|
1302
|
-
content: '\f3a9';
|
|
1303
|
-
}
|
|
1304
|
-
.fa-square-git:before {
|
|
1305
|
-
content: '\f1d2';
|
|
1306
|
-
}
|
|
1307
|
-
.fa-git-square:before {
|
|
1308
|
-
content: '\f1d2';
|
|
1309
|
-
}
|
|
1310
|
-
.fa-square-tumblr:before {
|
|
1311
|
-
content: '\f174';
|
|
1312
|
-
}
|
|
1313
|
-
.fa-tumblr-square:before {
|
|
1314
|
-
content: '\f174';
|
|
1315
|
-
}
|
|
1316
|
-
.fa-trello:before {
|
|
1317
|
-
content: '\f181';
|
|
1318
|
-
}
|
|
1319
|
-
.fa-creative-commons-nc-jp:before {
|
|
1320
|
-
content: '\f4ea';
|
|
1321
|
-
}
|
|
1322
|
-
.fa-get-pocket:before {
|
|
1323
|
-
content: '\f265';
|
|
1324
|
-
}
|
|
1325
|
-
.fa-perbyte:before {
|
|
1326
|
-
content: '\e083';
|
|
1327
|
-
}
|
|
1328
|
-
.fa-grunt:before {
|
|
1329
|
-
content: '\f3ad';
|
|
1330
|
-
}
|
|
1331
|
-
.fa-weebly:before {
|
|
1332
|
-
content: '\f5cc';
|
|
1333
|
-
}
|
|
1334
|
-
.fa-connectdevelop:before {
|
|
1335
|
-
content: '\f20e';
|
|
1336
|
-
}
|
|
1337
|
-
.fa-leanpub:before {
|
|
1338
|
-
content: '\f212';
|
|
1339
|
-
}
|
|
1340
|
-
.fa-black-tie:before {
|
|
1341
|
-
content: '\f27e';
|
|
1342
|
-
}
|
|
1343
|
-
.fa-themeco:before {
|
|
1344
|
-
content: '\f5c6';
|
|
1345
|
-
}
|
|
1346
|
-
.fa-python:before {
|
|
1347
|
-
content: '\f3e2';
|
|
1348
|
-
}
|
|
1349
|
-
.fa-android:before {
|
|
1350
|
-
content: '\f17b';
|
|
1351
|
-
}
|
|
1352
|
-
.fa-bots:before {
|
|
1353
|
-
content: '\e340';
|
|
1354
|
-
}
|
|
1355
|
-
.fa-free-code-camp:before {
|
|
1356
|
-
content: '\f2c5';
|
|
1357
|
-
}
|
|
1358
|
-
.fa-hornbill:before {
|
|
1359
|
-
content: '\f592';
|
|
1360
|
-
}
|
|
1361
|
-
.fa-js:before {
|
|
1362
|
-
content: '\f3b8';
|
|
1363
|
-
}
|
|
1364
|
-
.fa-ideal:before {
|
|
1365
|
-
content: '\e013';
|
|
1366
|
-
}
|
|
1367
|
-
.fa-git:before {
|
|
1368
|
-
content: '\f1d3';
|
|
1369
|
-
}
|
|
1370
|
-
.fa-dev:before {
|
|
1371
|
-
content: '\f6cc';
|
|
1372
|
-
}
|
|
1373
|
-
.fa-sketch:before {
|
|
1374
|
-
content: '\f7c6';
|
|
1375
|
-
}
|
|
1376
|
-
.fa-yandex-international:before {
|
|
1377
|
-
content: '\f414';
|
|
1378
|
-
}
|
|
1379
|
-
.fa-cc-amex:before {
|
|
1380
|
-
content: '\f1f3';
|
|
1381
|
-
}
|
|
1382
|
-
.fa-uber:before {
|
|
1383
|
-
content: '\f402';
|
|
1384
|
-
}
|
|
1385
|
-
.fa-github:before {
|
|
1386
|
-
content: '\f09b';
|
|
1387
|
-
}
|
|
1388
|
-
.fa-php:before {
|
|
1389
|
-
content: '\f457';
|
|
1390
|
-
}
|
|
1391
|
-
.fa-alipay:before {
|
|
1392
|
-
content: '\f642';
|
|
1393
|
-
}
|
|
1394
|
-
.fa-youtube:before {
|
|
1395
|
-
content: '\f167';
|
|
1396
|
-
}
|
|
1397
|
-
.fa-skyatlas:before {
|
|
1398
|
-
content: '\f216';
|
|
1399
|
-
}
|
|
1400
|
-
.fa-firefox-browser:before {
|
|
1401
|
-
content: '\e007';
|
|
1402
|
-
}
|
|
1403
|
-
.fa-replyd:before {
|
|
1404
|
-
content: '\f3e6';
|
|
1405
|
-
}
|
|
1406
|
-
.fa-suse:before {
|
|
1407
|
-
content: '\f7d6';
|
|
1408
|
-
}
|
|
1409
|
-
.fa-jenkins:before {
|
|
1410
|
-
content: '\f3b6';
|
|
1411
|
-
}
|
|
1412
|
-
.fa-twitter:before {
|
|
1413
|
-
content: '\f099';
|
|
1414
|
-
}
|
|
1415
|
-
.fa-rockrms:before {
|
|
1416
|
-
content: '\f3e9';
|
|
1417
|
-
}
|
|
1418
|
-
.fa-pinterest:before {
|
|
1419
|
-
content: '\f0d2';
|
|
1420
|
-
}
|
|
1421
|
-
.fa-buffer:before {
|
|
1422
|
-
content: '\f837';
|
|
1423
|
-
}
|
|
1424
|
-
.fa-npm:before {
|
|
1425
|
-
content: '\f3d4';
|
|
1426
|
-
}
|
|
1427
|
-
.fa-yammer:before {
|
|
1428
|
-
content: '\f840';
|
|
1429
|
-
}
|
|
1430
|
-
.fa-btc:before {
|
|
1431
|
-
content: '\f15a';
|
|
1432
|
-
}
|
|
1433
|
-
.fa-dribbble:before {
|
|
1434
|
-
content: '\f17d';
|
|
1435
|
-
}
|
|
1436
|
-
.fa-stumbleupon-circle:before {
|
|
1437
|
-
content: '\f1a3';
|
|
1438
|
-
}
|
|
1439
|
-
.fa-internet-explorer:before {
|
|
1440
|
-
content: '\f26b';
|
|
1441
|
-
}
|
|
1442
|
-
.fa-stubber:before {
|
|
1443
|
-
content: '\e5c7';
|
|
1444
|
-
}
|
|
1445
|
-
.fa-telegram:before {
|
|
1446
|
-
content: '\f2c6';
|
|
1447
|
-
}
|
|
1448
|
-
.fa-telegram-plane:before {
|
|
1449
|
-
content: '\f2c6';
|
|
1450
|
-
}
|
|
1451
|
-
.fa-old-republic:before {
|
|
1452
|
-
content: '\f510';
|
|
1453
|
-
}
|
|
1454
|
-
.fa-odysee:before {
|
|
1455
|
-
content: '\e5c6';
|
|
1456
|
-
}
|
|
1457
|
-
.fa-square-whatsapp:before {
|
|
1458
|
-
content: '\f40c';
|
|
1459
|
-
}
|
|
1460
|
-
.fa-whatsapp-square:before {
|
|
1461
|
-
content: '\f40c';
|
|
1462
|
-
}
|
|
1463
|
-
.fa-node-js:before {
|
|
1464
|
-
content: '\f3d3';
|
|
1465
|
-
}
|
|
1466
|
-
.fa-edge-legacy:before {
|
|
1467
|
-
content: '\e078';
|
|
1468
|
-
}
|
|
1469
|
-
.fa-slack:before {
|
|
1470
|
-
content: '\f198';
|
|
1471
|
-
}
|
|
1472
|
-
.fa-slack-hash:before {
|
|
1473
|
-
content: '\f198';
|
|
1474
|
-
}
|
|
1475
|
-
.fa-medrt:before {
|
|
1476
|
-
content: '\f3c8';
|
|
1477
|
-
}
|
|
1478
|
-
.fa-usb:before {
|
|
1479
|
-
content: '\f287';
|
|
1480
|
-
}
|
|
1481
|
-
.fa-tumblr:before {
|
|
1482
|
-
content: '\f173';
|
|
1483
|
-
}
|
|
1484
|
-
.fa-vaadin:before {
|
|
1485
|
-
content: '\f408';
|
|
1486
|
-
}
|
|
1487
|
-
.fa-quora:before {
|
|
1488
|
-
content: '\f2c4';
|
|
1489
|
-
}
|
|
1490
|
-
.fa-square-x-twitter:before {
|
|
1491
|
-
content: '\e61a';
|
|
1492
|
-
}
|
|
1493
|
-
.fa-reacteurope:before {
|
|
1494
|
-
content: '\f75d';
|
|
1495
|
-
}
|
|
1496
|
-
.fa-medium:before {
|
|
1497
|
-
content: '\f23a';
|
|
1498
|
-
}
|
|
1499
|
-
.fa-medium-m:before {
|
|
1500
|
-
content: '\f23a';
|
|
1501
|
-
}
|
|
1502
|
-
.fa-amilia:before {
|
|
1503
|
-
content: '\f36d';
|
|
1504
|
-
}
|
|
1505
|
-
.fa-mixcloud:before {
|
|
1506
|
-
content: '\f289';
|
|
1507
|
-
}
|
|
1508
|
-
.fa-flipboard:before {
|
|
1509
|
-
content: '\f44d';
|
|
1510
|
-
}
|
|
1511
|
-
.fa-viacoin:before {
|
|
1512
|
-
content: '\f237';
|
|
1513
|
-
}
|
|
1514
|
-
.fa-critical-role:before {
|
|
1515
|
-
content: '\f6c9';
|
|
1516
|
-
}
|
|
1517
|
-
.fa-sitrox:before {
|
|
1518
|
-
content: '\e44a';
|
|
1519
|
-
}
|
|
1520
|
-
.fa-discourse:before {
|
|
1521
|
-
content: '\f393';
|
|
1522
|
-
}
|
|
1523
|
-
.fa-joomla:before {
|
|
1524
|
-
content: '\f1aa';
|
|
1525
|
-
}
|
|
1526
|
-
.fa-mastodon:before {
|
|
1527
|
-
content: '\f4f6';
|
|
1528
|
-
}
|
|
1529
|
-
.fa-airbnb:before {
|
|
1530
|
-
content: '\f834';
|
|
1531
|
-
}
|
|
1532
|
-
.fa-wolf-pack-battalion:before {
|
|
1533
|
-
content: '\f514';
|
|
1534
|
-
}
|
|
1535
|
-
.fa-buy-n-large:before {
|
|
1536
|
-
content: '\f8a6';
|
|
1537
|
-
}
|
|
1538
|
-
.fa-gulp:before {
|
|
1539
|
-
content: '\f3ae';
|
|
1540
|
-
}
|
|
1541
|
-
.fa-creative-commons-sampling-plus:before {
|
|
1542
|
-
content: '\f4f1';
|
|
1543
|
-
}
|
|
1544
|
-
.fa-strava:before {
|
|
1545
|
-
content: '\f428';
|
|
1546
|
-
}
|
|
1547
|
-
.fa-ember:before {
|
|
1548
|
-
content: '\f423';
|
|
1549
|
-
}
|
|
1550
|
-
.fa-canadian-maple-leaf:before {
|
|
1551
|
-
content: '\f785';
|
|
1552
|
-
}
|
|
1553
|
-
.fa-teamspeak:before {
|
|
1554
|
-
content: '\f4f9';
|
|
1555
|
-
}
|
|
1556
|
-
.fa-pushed:before {
|
|
1557
|
-
content: '\f3e1';
|
|
1558
|
-
}
|
|
1559
|
-
.fa-wordpress-simple:before {
|
|
1560
|
-
content: '\f411';
|
|
1561
|
-
}
|
|
1562
|
-
.fa-nutritionix:before {
|
|
1563
|
-
content: '\f3d6';
|
|
1564
|
-
}
|
|
1565
|
-
.fa-wodu:before {
|
|
1566
|
-
content: '\e088';
|
|
1567
|
-
}
|
|
1568
|
-
.fa-google-pay:before {
|
|
1569
|
-
content: '\e079';
|
|
1570
|
-
}
|
|
1571
|
-
.fa-intercom:before {
|
|
1572
|
-
content: '\f7af';
|
|
1573
|
-
}
|
|
1574
|
-
.fa-zhihu:before {
|
|
1575
|
-
content: '\f63f';
|
|
1576
|
-
}
|
|
1577
|
-
.fa-korvue:before {
|
|
1578
|
-
content: '\f42f';
|
|
1579
|
-
}
|
|
1580
|
-
.fa-pix:before {
|
|
1581
|
-
content: '\e43a';
|
|
1582
|
-
}
|
|
1583
|
-
.fa-steam-symbol:before {
|
|
1584
|
-
content: '\f3f6';
|
|
1585
|
-
}
|