@nationalarchives/frontend 0.1.19-prerelease โ 0.1.21-prerelease
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 +1 -1
- package/govuk-prototype-kit.config.json +6 -1
- package/nationalarchives/_prototype-kit.scss +16 -0
- package/nationalarchives/all.css +3 -3
- package/nationalarchives/all.css.map +1 -1
- package/nationalarchives/all.js +1 -1
- package/nationalarchives/all.js.map +1 -1
- package/nationalarchives/all.mjs +17 -10
- package/nationalarchives/all.scss +1 -5
- package/nationalarchives/assets/images/favicon.ico +0 -0
- package/nationalarchives/assets/images/mask-icon.svg +17 -5
- package/nationalarchives/assets/images/mstile-150x150.png +0 -0
- package/nationalarchives/components/_index.scss +1 -0
- package/nationalarchives/components/breadcrumbs/breadcrumbs.css +1 -1
- package/nationalarchives/components/breadcrumbs/breadcrumbs.css.map +1 -1
- package/nationalarchives/components/breadcrumbs/breadcrumbs.scss +10 -0
- package/nationalarchives/components/button/button.css +1 -13
- package/nationalarchives/components/button/button.css.map +1 -1
- package/nationalarchives/components/button/button.scss +23 -6
- package/nationalarchives/components/card/card.css +1 -13
- package/nationalarchives/components/card/card.css.map +1 -1
- package/nationalarchives/components/card/card.scss +51 -6
- package/nationalarchives/components/card/card.stories.js +74 -35
- package/nationalarchives/components/card/fixtures.json +92 -106
- package/nationalarchives/components/card/macro-options.json +20 -0
- package/nationalarchives/components/card/template.njk +38 -26
- package/nationalarchives/components/cookie-banner/cookie-banner.css +1 -13
- package/nationalarchives/components/cookie-banner/cookie-banner.css.map +1 -1
- package/nationalarchives/components/cookie-banner/cookie-banner.js +1 -1
- package/nationalarchives/components/cookie-banner/cookie-banner.js.map +1 -1
- package/nationalarchives/components/cookie-banner/cookie-banner.mjs +15 -7
- package/nationalarchives/components/cookie-banner/cookie-banner.scss +9 -1
- package/nationalarchives/components/cookie-banner/cookie-banner.stories.js +23 -10
- package/nationalarchives/components/cookie-banner/macro-options.json +1 -1
- package/nationalarchives/components/cookie-banner/template.njk +4 -4
- package/nationalarchives/components/filters/filters.css +1 -1
- package/nationalarchives/components/filters/filters.css.map +1 -1
- package/nationalarchives/components/filters/filters.scss +1 -1
- package/nationalarchives/components/footer/fixtures.json +1 -1
- package/nationalarchives/components/footer/footer.css +1 -13
- package/nationalarchives/components/footer/footer.css.map +1 -1
- package/nationalarchives/components/footer/footer.scss +2 -8
- package/nationalarchives/components/footer/template.njk +8 -7
- package/nationalarchives/components/gallery/gallery.css +1 -13
- package/nationalarchives/components/gallery/gallery.css.map +1 -1
- package/nationalarchives/components/grid/grid.css +1 -1
- package/nationalarchives/components/grid/grid.css.map +1 -1
- package/nationalarchives/components/grid/grid.scss +15 -11
- package/nationalarchives/components/header/header.css +1 -1
- package/nationalarchives/components/header/header.css.map +1 -1
- package/nationalarchives/components/header/header.scss +10 -24
- package/nationalarchives/components/hero/fixtures.json +85 -6
- package/nationalarchives/components/hero/hero.css +1 -1
- package/nationalarchives/components/hero/hero.css.map +1 -1
- package/nationalarchives/components/hero/hero.scss +177 -63
- package/nationalarchives/components/hero/hero.stories.js +74 -23
- package/nationalarchives/components/hero/macro-options.json +28 -36
- package/nationalarchives/components/hero/template.njk +26 -24
- package/nationalarchives/components/index-grid/index-grid.css +1 -1
- package/nationalarchives/components/index-grid/index-grid.css.map +1 -1
- package/nationalarchives/components/index-grid/template.njk +1 -1
- package/nationalarchives/components/message/message.css +1 -1
- package/nationalarchives/components/message/message.css.map +1 -1
- package/nationalarchives/components/pagination/_index.scss +1 -0
- package/nationalarchives/components/pagination/fixtures.json +4 -0
- package/nationalarchives/components/pagination/macro-options.json +116 -0
- package/nationalarchives/components/pagination/macro.njk +3 -0
- package/nationalarchives/components/pagination/pagination.css +1 -0
- package/nationalarchives/components/pagination/pagination.css.map +1 -0
- package/nationalarchives/components/pagination/pagination.scss +79 -0
- package/nationalarchives/components/pagination/pagination.stories.js +73 -0
- package/nationalarchives/components/pagination/template.njk +38 -0
- package/nationalarchives/components/phase-banner/phase-banner.css +1 -1
- package/nationalarchives/components/phase-banner/phase-banner.css.map +1 -1
- package/nationalarchives/components/picture/picture.css +1 -13
- package/nationalarchives/components/picture/picture.css.map +1 -1
- package/nationalarchives/components/picture/picture.stories.js +2 -2
- package/nationalarchives/components/profile/profile.css +1 -1
- package/nationalarchives/components/profile/profile.css.map +1 -1
- package/nationalarchives/components/sensitive-image/sensitive-image.css +1 -1
- package/nationalarchives/components/sensitive-image/sensitive-image.css.map +1 -1
- package/nationalarchives/components/skip-link/fixtures.json +1 -1
- package/nationalarchives/components/skip-link/skip-link.css +1 -1
- package/nationalarchives/components/skip-link/skip-link.css.map +1 -1
- package/nationalarchives/components/skip-link/skip-link.js +2 -0
- package/nationalarchives/components/skip-link/skip-link.js.map +1 -0
- package/nationalarchives/components/skip-link/skip-link.mjs +40 -0
- package/nationalarchives/components/skip-link/skip-link.scss +18 -16
- package/nationalarchives/components/skip-link/skip-link.stories.js +48 -6
- package/nationalarchives/components/skip-link/template.njk +1 -1
- package/nationalarchives/components/tabs/tabs.css +1 -1
- package/nationalarchives/components/tabs/tabs.css.map +1 -1
- package/nationalarchives/components/tabs/tabs.js +1 -1
- package/nationalarchives/components/tabs/tabs.js.map +1 -1
- package/nationalarchives/components/tabs/tabs.mjs +6 -2
- package/nationalarchives/components/tabs/tabs.scss +16 -1
- package/nationalarchives/lib/_font-awesome.scss +3 -2
- package/nationalarchives/lib/cookies.mjs +122 -50
- package/nationalarchives/stories/development/contributing.mdx +0 -10
- package/nationalarchives/stories/development/cookies.mdx +82 -0
- package/nationalarchives/stories/development/structure.mdx +88 -0
- package/nationalarchives/stories/development/using/compiled.mdx +9 -0
- package/nationalarchives/stories/development/using/hosted.mdx +53 -0
- package/nationalarchives/stories/development/using/npm.mdx +59 -0
- package/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js +284 -29
- package/nationalarchives/stories/utilities/typography/headings.stories.js +4 -1
- package/nationalarchives/stories/utilities/typography/lists.stories.js +93 -0
- package/nationalarchives/stories/utilities/typography/typography.mdx +11 -1
- package/nationalarchives/stories/utilities/typography/typography.stories.js +1 -1
- package/nationalarchives/templates/homepage.njk +11 -58
- package/nationalarchives/templates/layouts/_generic.njk +33 -14
- package/nationalarchives/templates/layouts/_prototype-kit.njk +11 -1
- package/nationalarchives/templates/search-results.njk +10 -14
- package/nationalarchives/templates/topics.njk +18 -22
- package/nationalarchives/tools/_colour.scss +42 -18
- package/nationalarchives/tools/_media.scss +6 -0
- package/nationalarchives/tools/_typography.scss +4 -2
- package/nationalarchives/utilities/_a11y.scss +15 -0
- package/nationalarchives/utilities/_debug.scss +1 -1
- package/nationalarchives/utilities/_global.scss +23 -25
- package/nationalarchives/utilities/_typography.scss +204 -27
- package/nationalarchives/variables/_assets.scss +2 -1
- package/nationalarchives/variables/_colour.scss +94 -73
- package/nationalarchives/variables/_features.scss +1 -0
- package/nationalarchives/variables/_grid.scss +5 -5
- package/nationalarchives/variables/_index.scss +1 -0
- package/nationalarchives/variables/_media.scss +29 -29
- package/nationalarchives/variables/_typography.scss +15 -12
- package/package.json +1 -1
- package/nationalarchives/_features.scss +0 -1
- package/nationalarchives/assets/images/tna-horizontal-logo-inverted.svg +0 -51
- package/nationalarchives/assets/images/tna-horizontal-logo.svg +0 -51
- package/nationalarchives/stories/development/relationships.mdx +0 -57
- package/nationalarchives/stories/development/using.mdx +0 -75
@@ -2,7 +2,6 @@
|
|
2
2
|
@use "../../tools/colour";
|
3
3
|
@use "../../tools/media";
|
4
4
|
@use "../../tools/typography";
|
5
|
-
@use "../../lib/font-awesome";
|
6
5
|
@use "../../utilities";
|
7
6
|
@import "button-group";
|
8
7
|
|
@@ -87,15 +86,33 @@
|
|
87
86
|
}
|
88
87
|
|
89
88
|
&--solid-hover,
|
90
|
-
.tna-background--accent &,
|
91
|
-
.tna-background--accent-
|
92
|
-
&:hover {
|
89
|
+
.tna-background--accent-light &,
|
90
|
+
.tna-background--accent &:not(.tna-button--accent) {
|
91
|
+
&:not(.tna-button--plain):hover {
|
93
92
|
@include colour.colour-background("page-background");
|
94
93
|
}
|
95
94
|
}
|
96
95
|
|
97
|
-
.
|
98
|
-
|
96
|
+
.tna-background--accent &--accent {
|
97
|
+
@include colour.fixed;
|
98
|
+
|
99
|
+
@include colour.colour-background("page-background");
|
100
|
+
|
101
|
+
@include colour.colour-border("page-background");
|
102
|
+
|
103
|
+
&,
|
104
|
+
&:link,
|
105
|
+
&:visited {
|
106
|
+
@include colour.colour-font("font-dark");
|
107
|
+
}
|
108
|
+
|
109
|
+
&:hover {
|
110
|
+
@include colour.colour-font("page-background");
|
111
|
+
|
112
|
+
@include colour.colour-background("font-dark");
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
99
116
|
.fa-solid,
|
100
117
|
.fa-brands {
|
101
118
|
margin-right: 0.5rem;
|
@@ -1,13 +1 @@
|
|
1
|
-
๏ปฟ@import"https://use.typekit.net/hkj3kuz.css";.tna-card--contrast,.tna-card--accent .tna-hgroup__supertitle,.tna-background--contrast{--font-base: var(--contrast-font-base);--font-dark: var(--contrast-font-dark);--font-light: var(--contrast-font-light);--link: var(--contrast-link);--link-visited: var(--contrast-link-visited);--keyline: var(--contrast-keyline);--keyline-dark: var(--contrast-keyline-dark);--button-text: var(--contrast-button-text);--button-background: var(--contrast-button-background);--button-hover-text: var(--contrast-button-hover-text);--button-hover-background: var(--contrast-button-hover-background);background-color:#1e1e1e;background-color:var(--contrast-background);color:rgba(255,255,255,.95);color:var(--font-base)}.tna-card--accent,.tna-chip,.tna-hgroup__supertitle,.tna-background--accent{--font-base: var(--accent-font-base);--font-dark: var(--accent-font-dark);--font-light: var(--accent-font-light);--link: var(--accent-link);--link-visited: var(--accent-link-visited);--keyline: var(--accent-keyline);--keyline-dark: var(--accent-keyline-dark);background-color:#111;background-color:var(--accent-background);color:rgba(255,255,255,.95);color:var(--font-base)}.tna-background--accent-light{background-color:#d9d9d6;background-color:var(--accent-background-light);--font-base: #343338;--font-dark: #000;--font-light: rgba(52, 51, 56, 0.7);--link: #000;--link-visited: #4c2c92;--keyline: #ccc;--keyline-dark: #26262a;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff}.tna-card,.tna-ul,.tna-ol,.tna-chip-list,.tna-blockquote,.tna-scene-setter,.tna-button-group,.tna-aside{margin-bottom:2rem}.tna-card:last-child,.tna-ul:last-child,.tna-ol:last-child,.tna-chip-list:last-child,.tna-blockquote:last-child,.tna-scene-setter:last-child,.tna-button-group:last-child,.tna-aside:last-child{margin-bottom:0}.tna-visually-hidden{width:1px !important;height:1px !important;margin:0 !important;padding:0 !important;position:absolute !important;top:-9999px !important;left:-9999px !important;z-index:-1 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;border:0 !important;background-color:rgba(0,0,0,0) !important}.tna-visually-hidden::before,.tna-visually-hidden::after{content:"ย "}:root{--page-background: #f4f4f4;--font-base: #343338;--font-dark: #000;--font-light: rgba(52, 51, 56, 0.7);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: #00b0ff;--keyline: #ccc;--keyline-dark: #26262a;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff;--contrast-background: #1e1e1e;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template{min-width:320px;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;font-size:16px;background-color:#f4f4f4;background-color:var(--page-background);accent-color:var(--accent);--accent-font-base: #fff !important;--accent-font-dark: #fff !important;--accent-font-light: rgba(255, 255, 255, 0.7) !important;--accent-link: #fff !important;--accent-link-visited: #fff !important;--accent-keyline: rgba(255, 255, 255, 0.5) !important;--accent-keyline-dark: rgba(255, 255, 255, 0.8) !important}.tna-template--system-theme{--page-background: #f4f4f4;--font-base: #343338;--font-dark: #000;--font-light: rgba(52, 51, 56, 0.7);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: #00b0ff;--keyline: #ccc;--keyline-dark: #26262a;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff;--contrast-background: #1e1e1e;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}@media(prefers-color-scheme: dark){.tna-template--system-theme{--page-background: #111;--font-base: rgba(255, 255, 255, 0.95);--font-dark: #fff;--font-light: rgba(255, 255, 255, 0.5);--link: #00b0ff;--link-visited: #fff;--focus-outline: #00b0ff;--keyline: rgba(255, 255, 255, 0.25);--keyline-dark: #fff;--button-text: #000;--button-background: #fff;--button-hover-text: #fff;--button-hover-background: #000;--contrast-background: #1e1e1e;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #8c9694;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}}@media(prefers-contrast: more){.tna-template--system-theme{--page-background: #fff;--font-base: #000;--font-dark: #000;--font-light: #000;--link: #004c7e;--link-visited: #000;--focus-outline: #fd3f03;--keyline: #000;--keyline-dark: #000;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff;--contrast-background: #f4f4f4;--contrast-font-base: #000;--contrast-font-dark: #000;--contrast-font-light: #000;--contrast-link: #004c7e;--contrast-link-visited: #000;--contrast-keyline: #000;--contrast-keyline-dark: #000;--contrast-button-text: #fff;--contrast-button-background: #000;--contrast-button-hover-text: #000;--contrast-button-hover-background: #fff;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template--system-theme *{background-image:none !important}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){.tna-template--system-theme{--page-background: #000;--font-base: #fff;--font-dark: #fff;--font-light: #fff;--link: #fff;--link-visited: #fff;--focus-outline: #00b0ff;--keyline: #fff;--keyline-dark: #fff;--button-text: #000;--button-background: #fff;--button-hover-text: #fff;--button-hover-background: #000;--contrast-background: #111;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #8c9694;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}}.tna-template--light-theme{--page-background: #f4f4f4;--font-base: #343338;--font-dark: #000;--font-light: rgba(52, 51, 56, 0.7);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: #00b0ff;--keyline: #ccc;--keyline-dark: #26262a;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff;--contrast-background: #1e1e1e;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template--dark-theme{--page-background: #111;--font-base: rgba(255, 255, 255, 0.95);--font-dark: #fff;--font-light: rgba(255, 255, 255, 0.5);--link: #00b0ff;--link-visited: #fff;--focus-outline: #00b0ff;--keyline: rgba(255, 255, 255, 0.25);--keyline-dark: #fff;--button-text: #000;--button-background: #fff;--button-hover-text: #fff;--button-hover-background: #000;--contrast-background: #1e1e1e;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #8c9694;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template--high-contrast-theme{--page-background: #fff;--font-base: #000;--font-dark: #000;--font-light: #000;--link: #004c7e;--link-visited: #000;--focus-outline: #fd3f03;--keyline: #000;--keyline-dark: #000;--button-text: #fff;--button-background: #000;--button-hover-text: #000;--button-hover-background: #fff;--contrast-background: #f4f4f4;--contrast-font-base: #000;--contrast-font-dark: #000;--contrast-font-light: #000;--contrast-link: #004c7e;--contrast-link-visited: #000;--contrast-keyline: #000;--contrast-keyline-dark: #000;--contrast-button-text: #fff;--contrast-button-background: #000;--contrast-button-hover-text: #000;--contrast-button-hover-background: #fff;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template--high-contrast-theme *{background-image:none !important}.tna-template--high-contrast-theme.tna-template--dark-theme{--page-background: #000;--font-base: #fff;--font-dark: #fff;--font-light: #fff;--link: #fff;--link-visited: #fff;--focus-outline: #00b0ff;--keyline: #fff;--keyline-dark: #fff;--button-text: #000;--button-background: #fff;--button-hover-text: #fff;--button-hover-background: #000;--contrast-background: #111;--contrast-font-base: #fff;--contrast-font-dark: #fff;--contrast-font-light: rgba(255, 255, 255, 0.7);--contrast-link: #fff;--contrast-link-visited: #fff;--contrast-keyline: rgba(255, 255, 255, 0.5);--contrast-keyline-dark: rgba(255, 255, 255, 0.8);--contrast-button-text: #000;--contrast-button-background: #fff;--contrast-button-hover-text: #fff;--contrast-button-hover-background: #000;--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #8c9694;--accent-font-base: #fff;--accent-font-dark: #fff;--accent-font-light: rgba(255, 255, 255, 0.7);--accent-link: #fff;--accent-link-visited: #b9f;--accent-keyline: rgba(255, 255, 255, 0.5);--accent-keyline-dark: rgba(255, 255, 255, 0.8);--button-accent-text: #000;--button-accent-background: #8c9694}.tna-template--yellow-accent{--accent: #fc0 !important;--accent-background: #fc0 !important;--accent-background-light: #f9f7e2 !important;--accent-font-base: #000 !important;--accent-font-dark: #000 !important;--accent-font-light: rgba(0, 0, 0, 0.7) !important;--accent-link: #000 !important;--accent-link-visited: #000 !important;--accent-keyline: rgba(0, 0, 0, 0.5) !important;--accent-keyline-dark: rgba(0, 0, 0, 0.8) !important;--button-accent-background: #fc0 !important}.tna-template--pink-accent{--accent-font-base: #fff !important;--accent-font-dark: #fff !important;--accent-font-light: rgba(255, 255, 255, 0.7) !important;--accent-link: #fff !important;--accent-link-visited: #fff !important;--accent-keyline: rgba(255, 255, 255, 0.5) !important;--accent-keyline-dark: rgba(255, 255, 255, 0.8) !important;--button-accent-text: #fff !important;--accent: #fe1d57 !important;--accent-background: #9c193a !important;--accent-background-light: #fad3d4 !important;--button-accent-background: #9c193a !important}.tna-template--orange-accent{--accent-font-base: #fff !important;--accent-font-dark: #fff !important;--accent-font-light: rgba(255, 255, 255, 0.7) !important;--accent-link: #fff !important;--accent-link-visited: #fff !important;--accent-keyline: rgba(255, 255, 255, 0.5) !important;--accent-keyline-dark: rgba(255, 255, 255, 0.8) !important;--button-accent-text: #fff !important;--accent: #fd3f03 !important;--accent-background: #8f3415 !important;--accent-background-light: #f9e1bc !important;--button-accent-background: #8f3415 !important}.tna-template--green-accent{--accent-font-base: #fff !important;--accent-font-dark: #fff !important;--accent-font-light: rgba(255, 255, 255, 0.7) !important;--accent-link: #fff !important;--accent-link-visited: #fff !important;--accent-keyline: rgba(255, 255, 255, 0.5) !important;--accent-keyline-dark: rgba(255, 255, 255, 0.8) !important;--button-accent-text: #fff !important;--accent: #86bc25 !important;--accent-background: #00623b !important;--accent-background-light: #dde5d5 !important;--button-accent-background: #00623b !important}.tna-template--blue-accent{--accent-font-base: #fff !important;--accent-font-dark: #fff !important;--accent-font-light: rgba(255, 255, 255, 0.7) !important;--accent-link: #fff !important;--accent-link-visited: #fff !important;--accent-keyline: rgba(255, 255, 255, 0.5) !important;--accent-keyline-dark: rgba(255, 255, 255, 0.8) !important;--button-accent-text: #fff !important;--accent: #00b0ff !important;--accent-background: #004c7e !important;--accent-background-light: #d4e5ef !important;--button-accent-background: #004c7e !important}@media(prefers-reduced-motion){.tna-template *{animation:none !important;transition:none !important}}.tna-template__body{min-height:100%;margin:0;padding:0;overflow:auto}.tna-template__body:has(.tna-header):has(#main-content[role=main]):has(.tna-footer){display:flex;flex-direction:column}.tna-template__body:has(.tna-header):has(#main-content[role=main]):has(.tna-footer) #main-content[role=main]{flex:1}img,svg,picture,video,canvas{max-width:100%;display:block}video,canvas{width:100%}[hidden]{display:none}*:focus{outline:.3125rem solid;outline-color:#00b0ff;outline-color:var(--focus-outline);outline-offset:.125rem}hr{margin:2rem 0;border-width:1px 0 0;border-color:#ccc;border-color:var(--keyline);border-style:solid}.tna-section{padding-top:3rem;padding-bottom:3rem}@media(max-width: 48em){.tna-section{padding-top:2rem;padding-bottom:2rem}}.tna-aside{padding:2rem}@media(max-width: 48em){.tna-aside{padding:1rem}}.tna-template--high-contrast-theme .tna-aside{border:1px #26262a solid;border:1px var(--keyline-dark) solid}@media(prefers-contrast: more){.tna-template--system-theme .tna-aside{border:1px #26262a solid;border:1px var(--keyline-dark) solid}}.tna-\!--no-margin-top,.tna-\!--no-margin-vertical{margin-top:0 !important}.tna-\!--no-margin-bottom,.tna-\!--no-margin-vertical{margin-bottom:0 !important}.tna-\!--no-padding-top,.tna-\!--no-padding-vertical{padding-top:0 !important}.tna-\!--no-padding-bottom,.tna-\!--no-padding-vertical{padding-bottom:0 !important}.tna-\!--margin-top-xs,.tna-\!--margin-vertical-xs{margin-top:0.5rem !important}.tna-\!--margin-top-s,.tna-\!--margin-vertical-s{margin-top:1rem !important}.tna-\!--margin-top-m,.tna-\!--margin-vertical-m{margin-top:2rem !important}.tna-\!--margin-top-l,.tna-\!--margin-vertical-l{margin-top:3rem !important}.tna-\!--margin-top-xl,.tna-\!--margin-vertical-xl{margin-top:5rem !important}.tna-\!--margin-top-xxl,.tna-\!--margin-vertical-xxl{margin-top:8rem !important}.tna-\!--margin-bottom-xs,.tna-\!--margin-vertical-xs{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s,.tna-\!--margin-vertical-s{margin-bottom:1rem !important}.tna-\!--margin-bottom-m,.tna-\!--margin-vertical-m{margin-bottom:2rem !important}.tna-\!--margin-bottom-l,.tna-\!--margin-vertical-l{margin-bottom:3rem !important}.tna-\!--margin-bottom-xl,.tna-\!--margin-vertical-xl{margin-bottom:5rem !important}.tna-\!--margin-bottom-xxl,.tna-\!--margin-vertical-xxl{margin-bottom:8rem !important}.tna-\!--padding-top-xs,.tna-\!--padding-vertical-xs{padding-top:0.5rem !important}.tna-\!--padding-top-s,.tna-\!--padding-vertical-s{padding-top:1rem !important}.tna-\!--padding-top-m,.tna-\!--padding-vertical-m{padding-top:2rem !important}.tna-\!--padding-top-l,.tna-\!--padding-vertical-l{padding-top:3rem !important}.tna-\!--padding-top-xl,.tna-\!--padding-vertical-xl{padding-top:5rem !important}.tna-\!--padding-top-xxl,.tna-\!--padding-vertical-xxl{padding-top:8rem !important}.tna-\!--padding-bottom-xs,.tna-\!--padding-vertical-xs{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s,.tna-\!--padding-vertical-s{padding-bottom:1rem !important}.tna-\!--padding-bottom-m,.tna-\!--padding-vertical-m{padding-bottom:2rem !important}.tna-\!--padding-bottom-l,.tna-\!--padding-vertical-l{padding-bottom:3rem !important}.tna-\!--padding-bottom-xl,.tna-\!--padding-vertical-xl{padding-bottom:5rem !important}.tna-\!--padding-bottom-xxl,.tna-\!--padding-vertical-xxl{padding-bottom:8rem !important}@media(min-width: 48.0625em)and (max-width: 64em){.tna-\!--no-margin-top-medium,.tna-\!--no-margin-vertical-medium{margin-top:0 !important}.tna-\!--no-margin-bottom-medium,.tna-\!--no-margin-vertical-medium{margin-bottom:0 !important}.tna-\!--no-padding-top-medium,.tna-\!--no-padding-vertical-medium{padding-top:0 !important}.tna-\!--no-padding-bottom-medium,.tna-\!--no-padding-vertical-medium{padding-bottom:0 !important}.tna-\!--margin-top-xs-medium,.tna-\!--margin-vertical-xs-medium{margin-top:0.5rem !important}.tna-\!--margin-top-s-medium,.tna-\!--margin-vertical-s-medium{margin-top:1rem !important}.tna-\!--margin-top-m-medium,.tna-\!--margin-vertical-m-medium{margin-top:2rem !important}.tna-\!--margin-top-l-medium,.tna-\!--margin-vertical-l-medium{margin-top:3rem !important}.tna-\!--margin-top-xl-medium,.tna-\!--margin-vertical-xl-medium{margin-top:5rem !important}.tna-\!--margin-top-xxl-medium,.tna-\!--margin-vertical-xxl-medium{margin-top:8rem !important}.tna-\!--margin-bottom-xs-medium,.tna-\!--margin-vertical-xs-medium{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-medium,.tna-\!--margin-vertical-s-medium{margin-bottom:1rem !important}.tna-\!--margin-bottom-m-medium,.tna-\!--margin-vertical-m-medium{margin-bottom:2rem !important}.tna-\!--margin-bottom-l-medium,.tna-\!--margin-vertical-l-medium{margin-bottom:3rem !important}.tna-\!--margin-bottom-xl-medium,.tna-\!--margin-vertical-xl-medium{margin-bottom:5rem !important}.tna-\!--margin-bottom-xxl-medium,.tna-\!--margin-vertical-xxl-medium{margin-bottom:8rem !important}.tna-\!--padding-top-xs-medium,.tna-\!--padding-vertical-xs-medium{padding-top:0.5rem !important}.tna-\!--padding-top-s-medium,.tna-\!--padding-vertical-s-medium{padding-top:1rem !important}.tna-\!--padding-top-m-medium,.tna-\!--padding-vertical-m-medium{padding-top:2rem !important}.tna-\!--padding-top-l-medium,.tna-\!--padding-vertical-l-medium{padding-top:3rem !important}.tna-\!--padding-top-xl-medium,.tna-\!--padding-vertical-xl-medium{padding-top:5rem !important}.tna-\!--padding-top-xxl-medium,.tna-\!--padding-vertical-xxl-medium{padding-top:8rem !important}.tna-\!--padding-bottom-xs-medium,.tna-\!--padding-vertical-xs-medium{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-medium,.tna-\!--padding-vertical-s-medium{padding-bottom:1rem !important}.tna-\!--padding-bottom-m-medium,.tna-\!--padding-vertical-m-medium{padding-bottom:2rem !important}.tna-\!--padding-bottom-l-medium,.tna-\!--padding-vertical-l-medium{padding-bottom:3rem !important}.tna-\!--padding-bottom-xl-medium,.tna-\!--padding-vertical-xl-medium{padding-bottom:5rem !important}.tna-\!--padding-bottom-xxl-medium,.tna-\!--padding-vertical-xxl-medium{padding-bottom:8rem !important}}@media(min-width: 30.0625em)and (max-width: 48em){.tna-\!--no-margin-top-small,.tna-\!--no-margin-vertical-small{margin-top:0 !important}.tna-\!--no-margin-bottom-small,.tna-\!--no-margin-vertical-small{margin-bottom:0 !important}.tna-\!--no-padding-top-small,.tna-\!--no-padding-vertical-small{padding-top:0 !important}.tna-\!--no-padding-bottom-small,.tna-\!--no-padding-vertical-small{padding-bottom:0 !important}.tna-\!--margin-top-xs-small,.tna-\!--margin-vertical-xs-small{margin-top:0.5rem !important}.tna-\!--margin-top-s-small,.tna-\!--margin-vertical-s-small{margin-top:0.75rem !important}.tna-\!--margin-top-m-small,.tna-\!--margin-vertical-m-small{margin-top:1.5rem !important}.tna-\!--margin-top-l-small,.tna-\!--margin-vertical-l-small{margin-top:2rem !important}.tna-\!--margin-top-xl-small,.tna-\!--margin-vertical-xl-small{margin-top:3rem !important}.tna-\!--margin-top-xxl-small,.tna-\!--margin-vertical-xxl-small{margin-top:5rem !important}.tna-\!--margin-bottom-xs-small,.tna-\!--margin-vertical-xs-small{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-small,.tna-\!--margin-vertical-s-small{margin-bottom:0.75rem !important}.tna-\!--margin-bottom-m-small,.tna-\!--margin-vertical-m-small{margin-bottom:1.5rem !important}.tna-\!--margin-bottom-l-small,.tna-\!--margin-vertical-l-small{margin-bottom:2rem !important}.tna-\!--margin-bottom-xl-small,.tna-\!--margin-vertical-xl-small{margin-bottom:3rem !important}.tna-\!--margin-bottom-xxl-small,.tna-\!--margin-vertical-xxl-small{margin-bottom:5rem !important}.tna-\!--padding-top-xs-small,.tna-\!--padding-vertical-xs-small{padding-top:0.5rem !important}.tna-\!--padding-top-s-small,.tna-\!--padding-vertical-s-small{padding-top:0.75rem !important}.tna-\!--padding-top-m-small,.tna-\!--padding-vertical-m-small{padding-top:1.5rem !important}.tna-\!--padding-top-l-small,.tna-\!--padding-vertical-l-small{padding-top:2rem !important}.tna-\!--padding-top-xl-small,.tna-\!--padding-vertical-xl-small{padding-top:3rem !important}.tna-\!--padding-top-xxl-small,.tna-\!--padding-vertical-xxl-small{padding-top:5rem !important}.tna-\!--padding-bottom-xs-small,.tna-\!--padding-vertical-xs-small{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-small,.tna-\!--padding-vertical-s-small{padding-bottom:0.75rem !important}.tna-\!--padding-bottom-m-small,.tna-\!--padding-vertical-m-small{padding-bottom:1.5rem !important}.tna-\!--padding-bottom-l-small,.tna-\!--padding-vertical-l-small{padding-bottom:2rem !important}.tna-\!--padding-bottom-xl-small,.tna-\!--padding-vertical-xl-small{padding-bottom:3rem !important}.tna-\!--padding-bottom-xxl-small,.tna-\!--padding-vertical-xxl-small{padding-bottom:5rem !important}}@media(max-width: 30em){.tna-\!--no-margin-top-tiny,.tna-\!--no-margin-vertical-tiny{margin-top:0 !important}.tna-\!--no-margin-bottom-tiny,.tna-\!--no-margin-vertical-tiny{margin-bottom:0 !important}.tna-\!--no-padding-top-tiny,.tna-\!--no-padding-vertical-tiny{padding-top:0 !important}.tna-\!--no-padding-bottom-tiny,.tna-\!--no-padding-vertical-tiny{padding-bottom:0 !important}.tna-\!--margin-top-xs-tiny,.tna-\!--margin-vertical-xs-tiny{margin-top:0.5rem !important}.tna-\!--margin-top-s-tiny,.tna-\!--margin-vertical-s-tiny{margin-top:0.75rem !important}.tna-\!--margin-top-m-tiny,.tna-\!--margin-vertical-m-tiny{margin-top:1.5rem !important}.tna-\!--margin-top-l-tiny,.tna-\!--margin-vertical-l-tiny{margin-top:2rem !important}.tna-\!--margin-top-xl-tiny,.tna-\!--margin-vertical-xl-tiny{margin-top:3rem !important}.tna-\!--margin-top-xxl-tiny,.tna-\!--margin-vertical-xxl-tiny{margin-top:5rem !important}.tna-\!--margin-bottom-xs-tiny,.tna-\!--margin-vertical-xs-tiny{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-tiny,.tna-\!--margin-vertical-s-tiny{margin-bottom:0.75rem !important}.tna-\!--margin-bottom-m-tiny,.tna-\!--margin-vertical-m-tiny{margin-bottom:1.5rem !important}.tna-\!--margin-bottom-l-tiny,.tna-\!--margin-vertical-l-tiny{margin-bottom:2rem !important}.tna-\!--margin-bottom-xl-tiny,.tna-\!--margin-vertical-xl-tiny{margin-bottom:3rem !important}.tna-\!--margin-bottom-xxl-tiny,.tna-\!--margin-vertical-xxl-tiny{margin-bottom:5rem !important}.tna-\!--padding-top-xs-tiny,.tna-\!--padding-vertical-xs-tiny{padding-top:0.5rem !important}.tna-\!--padding-top-s-tiny,.tna-\!--padding-vertical-s-tiny{padding-top:0.75rem !important}.tna-\!--padding-top-m-tiny,.tna-\!--padding-vertical-m-tiny{padding-top:1.5rem !important}.tna-\!--padding-top-l-tiny,.tna-\!--padding-vertical-l-tiny{padding-top:2rem !important}.tna-\!--padding-top-xl-tiny,.tna-\!--padding-vertical-xl-tiny{padding-top:3rem !important}.tna-\!--padding-top-xxl-tiny,.tna-\!--padding-vertical-xxl-tiny{padding-top:5rem !important}.tna-\!--padding-bottom-xs-tiny,.tna-\!--padding-vertical-xs-tiny{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-tiny,.tna-\!--padding-vertical-s-tiny{padding-bottom:0.75rem !important}.tna-\!--padding-bottom-m-tiny,.tna-\!--padding-vertical-m-tiny{padding-bottom:1.5rem !important}.tna-\!--padding-bottom-l-tiny,.tna-\!--padding-vertical-l-tiny{padding-bottom:2rem !important}.tna-\!--padding-bottom-xl-tiny,.tna-\!--padding-vertical-xl-tiny{padding-bottom:3rem !important}.tna-\!--padding-bottom-xxl-tiny,.tna-\!--padding-vertical-xxl-tiny{padding-bottom:5rem !important}}@font-face{font-family:"Open Sans";src:url("assets/fonts/OpenSans-Medium.ttf");font-weight:normal;font-style:normal}@font-face{font-family:"Open Sans";src:url("assets/fonts/OpenSans-Bold.ttf");font-weight:bold;font-style:normal}@font-face{font-family:"Roboto Mono";src:url("assets/fonts/RobotoMono-Regular.ttf");font-weight:normal;font-style:normal}.tna-template{color:#343338;color:var(--font-base);font-family:"Open Sans",serif;font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none;direction:ltr}.tna-template__body{color:inherit;font-size:1.125rem;line-height:1.7777777778}h1,h2,h3,h4,h5,h6,ul,ol{margin-top:0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}p{margin:0 0 1.5rem}@media(max-width: 30em){p{margin-bottom:1rem}}p:last-child{margin-bottom:0}a{color:#1d70ab;color:var(--link);text-decoration-thickness:1.5px}a:visited{color:#4c2c92;color:var(--link-visited)}a:hover,a:active{text-decoration:underline;text-decoration-thickness:3.5px}a.tna-chip{text-decoration:none}a.tna-chip,a.tna-chip:link,a.tna-chip:visited{color:#000;color:var(--font-dark)}a.tna-chip:hover{text-decoration:underline;text-decoration-thickness:3.5px}.tna-ul,.tna-ol{margin-top:0;margin-right:0;margin-left:0;padding:0 0 0 2rem}.tna-ul li::marker,.tna-ol li::marker{color:#111;color:var(--accent-background);font-weight:700}.tna-ul--plain,.tna-ol--plain{padding-left:0;list-style:none}.tna-hgroup__supertitle,.tna-chip{max-width:max-content;padding:.375em .5rem;display:block;color:#000;color:var(--font-dark);font-family:"Roboto Mono",monospace;font-weight:normal;font-size:0.875rem;text-transform:uppercase;line-height:1.1428571429;line-height:1}.tna-chip-list{padding-left:0;display:flex;flex-wrap:wrap;gap:1rem;list-style:none}.tna-hgroup__title,.tna-heading{color:#000;color:var(--font-dark);font-family:supria-sans-condensed,"Arial Narrow",sans-serif;font-weight:400}.tna-hgroup__title a,.tna-heading a{display:inline-block}.tna-hgroup__title a::after,.tna-heading a::after{padding-left:.25rem;display:inline-block;font-weight:700;content:"โบ"}.tna-hgroup__title a:hover::after,.tna-heading a:hover::after{padding-left:.5rem}.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-size:4rem;line-height:1.2}@media(min-width: 48.0625em)and (max-width: 64em){.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-size:3.125rem}}@media(max-width: 48em){.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-size:2.25rem}}.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-size:2rem;line-height:1.4}@media(min-width: 48.0625em)and (max-width: 64em){.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-size:1.75rem}}@media(max-width: 48em){.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-size:1.5rem}}.tna-hgroup--m .tna-hgroup__title,.tna-heading--m{font-size:1.25rem;line-height:1.6}.tna-hgroup--s .tna-hgroup__title,.tna-heading--s{font-size:1.125rem;line-height:1.6}.tna-hgroup__supertitle{margin:0 0 .5rem}.tna-hgroup__title{margin:0;display:block}.tna-heading,.tna-hgroup{margin-top:3rem;margin-bottom:1rem}.tna-heading:first-child,.tna-hgroup:first-child{margin-top:0}.tna-heading:last-child,.tna-hgroup:last-child{margin-bottom:0}.tna-blockquote{margin-top:0;margin-right:0;margin-left:0;padding:1rem 1rem 1rem 2rem;border-left:.35rem #111 solid;border-left:.35rem var(--accent-background) solid}.tna-blockquote__quote{font-weight:700}.tna-blockquote__author{font-style:italic}.tna-blockquote .tna-blockquote__author{margin:1rem 0 0}.tna-blockquote__author::before{content:"โ" " "}.tna-scene-setter{font-family:"Roboto Mono",monospace;font-weight:normal;color:#000;color:var(--font-dark);font-size:1.875rem;line-height:1.6666666667}@media(max-width: 48em){.tna-scene-setter{font-size:1.5rem;line-height:2}}.tna-scene-setter a{color:inherit;text-decoration-thickness:2px}.tna-scene-setter a:hover{text-decoration-thickness:4.5px}.tna-columns{column-gap:2rem}.tna-columns--2{column-count:2}.tna-columns--3{column-count:3}@media(max-width: 48em){.tna-columns{column-gap:1.5rem}}@media(min-width: 30.0625em)and (max-width: 48em){.tna-columns--1-small{column-count:1}.tna-columns--2-small{column-count:2}.tna-columns--3-small{column-count:3}.tna-columns--4-small{column-count:4}}@media(max-width: 30em){.tna-columns--1-tiny{column-count:1}.tna-columns--2-tiny{column-count:2}.tna-columns--3-tiny{column-count:3}.tna-columns--4-tiny{column-count:4}}.tna-columns__block{break-inside:avoid}.tna-columns:has(.tna-columns__block:only-of-type){column-count:1}/*!
|
2
|
-
* Font Awesome Free 6.4.2 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 2023 Fonticons, Inc.
|
5
|
-
*/.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"\30 "}.fa-1::before{content:"\31 "}.fa-2::before{content:"\32 "}.fa-3::before{content:"\33 "}.fa-4::before{content:"\34 "}.fa-5::before{content:"\35 "}.fa-6::before{content:"\36 "}.fa-7::before{content:"\37 "}.fa-8::before{content:"\38 "}.fa-9::before{content:"\39 "}.fa-fill-drip::before{content:"๏ถ"}.fa-arrows-to-circle::before{content:"๎ฝ"}.fa-circle-chevron-right::before{content:"๏ธ"}.fa-chevron-circle-right::before{content:"๏ธ"}.fa-at::before{content:"\@"}.fa-trash-can::before{content:"๏ญ"}.fa-trash-alt::before{content:"๏ญ"}.fa-text-height::before{content:"๏ด"}.fa-user-xmark::before{content:"๏ต"}.fa-user-times::before{content:"๏ต"}.fa-stethoscope::before{content:"๏ฑ"}.fa-message::before{content:"๏บ"}.fa-comment-alt::before{content:"๏บ"}.fa-info::before{content:"๏ฉ"}.fa-down-left-and-up-right-to-center::before{content:"๏ข"}.fa-compress-alt::before{content:"๏ข"}.fa-explosion::before{content:"๎ฉ"}.fa-file-lines::before{content:"๏
"}.fa-file-alt::before{content:"๏
"}.fa-file-text::before{content:"๏
"}.fa-wave-square::before{content:"๏ พ"}.fa-ring::before{content:"๏"}.fa-building-un::before{content:"๎"}.fa-dice-three::before{content:"๏ง"}.fa-calendar-days::before{content:"๏ณ"}.fa-calendar-alt::before{content:"๏ณ"}.fa-anchor-circle-check::before{content:"๎ช"}.fa-building-circle-arrow-right::before{content:"๎"}.fa-volleyball::before{content:"๏"}.fa-volleyball-ball::before{content:"๏"}.fa-arrows-up-to-line::before{content:"๎"}.fa-sort-down::before{content:"๏"}.fa-sort-desc::before{content:"๏"}.fa-circle-minus::before{content:"๏"}.fa-minus-circle::before{content:"๏"}.fa-door-open::before{content:"๏ซ"}.fa-right-from-bracket::before{content:"๏ต"}.fa-sign-out-alt::before{content:"๏ต"}.fa-atom::before{content:"๏"}.fa-soap::before{content:"๎ฎ"}.fa-icons::before{content:"๏กญ"}.fa-heart-music-camera-bolt::before{content:"๏กญ"}.fa-microphone-lines-slash::before{content:"๏น"}.fa-microphone-alt-slash::before{content:"๏น"}.fa-bridge-circle-check::before{content:"๎"}.fa-pump-medical::before{content:"๎ช"}.fa-fingerprint::before{content:"๏ท"}.fa-hand-point-right::before{content:"๏ค"}.fa-magnifying-glass-location::before{content:"๏"}.fa-search-location::before{content:"๏"}.fa-forward-step::before{content:"๏"}.fa-step-forward::before{content:"๏"}.fa-face-smile-beam::before{content:"๏ธ"}.fa-smile-beam::before{content:"๏ธ"}.fa-flag-checkered::before{content:"๏"}.fa-football::before{content:"๏"}.fa-football-ball::before{content:"๏"}.fa-school-circle-exclamation::before{content:"๎ฌ"}.fa-crop::before{content:"๏ฅ"}.fa-angles-down::before{content:"๏"}.fa-angle-double-down::before{content:"๏"}.fa-users-rectangle::before{content:"๎"}.fa-people-roof::before{content:"๎ท"}.fa-people-line::before{content:"๎ด"}.fa-beer-mug-empty::before{content:"๏ผ"}.fa-beer::before{content:"๏ผ"}.fa-diagram-predecessor::before{content:"๎ท"}.fa-arrow-up-long::before{content:"๏
ถ"}.fa-long-arrow-up::before{content:"๏
ถ"}.fa-fire-flame-simple::before{content:"๏ช"}.fa-burn::before{content:"๏ช"}.fa-person::before{content:"๏"}.fa-male::before{content:"๏"}.fa-laptop::before{content:"๏"}.fa-file-csv::before{content:"๏"}.fa-menorah::before{content:"๏ถ"}.fa-truck-plane::before{content:"๎"}.fa-record-vinyl::before{content:"๏ฃ"}.fa-face-grin-stars::before{content:"๏"}.fa-grin-stars::before{content:"๏"}.fa-bong::before{content:"๏"}.fa-spaghetti-monster-flying::before{content:"๏ป"}.fa-pastafarianism::before{content:"๏ป"}.fa-arrow-down-up-across-line::before{content:"๎ฏ"}.fa-spoon::before{content:"๏ฅ"}.fa-utensil-spoon::before{content:"๏ฅ"}.fa-jar-wheat::before{content:"๎"}.fa-envelopes-bulk::before{content:"๏ด"}.fa-mail-bulk::before{content:"๏ด"}.fa-file-circle-exclamation::before{content:"๎ซ"}.fa-circle-h::before{content:"๏พ"}.fa-hospital-symbol::before{content:"๏พ"}.fa-pager::before{content:"๏ "}.fa-address-book::before{content:"๏น"}.fa-contact-book::before{content:"๏น"}.fa-strikethrough::before{content:"๏"}.fa-k::before{content:"K"}.fa-landmark-flag::before{content:"๎"}.fa-pencil::before{content:"๏"}.fa-pencil-alt::before{content:"๏"}.fa-backward::before{content:"๏"}.fa-caret-right::before{content:"๏"}.fa-comments::before{content:"๏"}.fa-paste::before{content:"๏ช"}.fa-file-clipboard::before{content:"๏ช"}.fa-code-pull-request::before{content:"๎ผ"}.fa-clipboard-list::before{content:"๏ญ"}.fa-truck-ramp-box::before{content:"๏"}.fa-truck-loading::before{content:"๏"}.fa-user-check::before{content:"๏ผ"}.fa-vial-virus::before{content:"๎"}.fa-sheet-plastic::before{content:"๎ฑ"}.fa-blog::before{content:"๏"}.fa-user-ninja::before{content:"๏"}.fa-person-arrow-up-from-line::before{content:"๎น"}.fa-scroll-torah::before{content:"๏ "}.fa-torah::before{content:"๏ "}.fa-broom-ball::before{content:"๏"}.fa-quidditch::before{content:"๏"}.fa-quidditch-broom-ball::before{content:"๏"}.fa-toggle-off::before{content:"๏"}.fa-box-archive::before{content:"๏"}.fa-archive::before{content:"๏"}.fa-person-drowning::before{content:"๎
"}.fa-arrow-down-9-1::before{content:"๏ข"}.fa-sort-numeric-desc::before{content:"๏ข"}.fa-sort-numeric-down-alt::before{content:"๏ข"}.fa-face-grin-tongue-squint::before{content:"๏"}.fa-grin-tongue-squint::before{content:"๏"}.fa-spray-can::before{content:"๏ฝ"}.fa-truck-monster::before{content:"๏ป"}.fa-w::before{content:"W"}.fa-earth-africa::before{content:"๏ผ"}.fa-globe-africa::before{content:"๏ผ"}.fa-rainbow::before{content:"๏"}.fa-circle-notch::before{content:"๏"}.fa-tablet-screen-button::before{content:"๏บ"}.fa-tablet-alt::before{content:"๏บ"}.fa-paw::before{content:"๏ฐ"}.fa-cloud::before{content:"๏"}.fa-trowel-bricks::before{content:"๎"}.fa-face-flushed::before{content:"๏น"}.fa-flushed::before{content:"๏น"}.fa-hospital-user::before{content:"๏ "}.fa-tent-arrow-left-right::before{content:"๎ฟ"}.fa-gavel::before{content:"๏ฃ"}.fa-legal::before{content:"๏ฃ"}.fa-binoculars::before{content:"๏ฅ"}.fa-microphone-slash::before{content:"๏ฑ"}.fa-box-tissue::before{content:"๎"}.fa-motorcycle::before{content:"๏"}.fa-bell-concierge::before{content:"๏ข"}.fa-concierge-bell::before{content:"๏ข"}.fa-pen-ruler::before{content:"๏ฎ"}.fa-pencil-ruler::before{content:"๏ฎ"}.fa-people-arrows::before{content:"๎จ"}.fa-people-arrows-left-right::before{content:"๎จ"}.fa-mars-and-venus-burst::before{content:"๎ฃ"}.fa-square-caret-right::before{content:"๏
"}.fa-caret-square-right::before{content:"๏
"}.fa-scissors::before{content:"๏"}.fa-cut::before{content:"๏"}.fa-sun-plant-wilt::before{content:"๎บ"}.fa-toilets-portable::before{content:"๎"}.fa-hockey-puck::before{content:"๏"}.fa-table::before{content:"๏"}.fa-magnifying-glass-arrow-right::before{content:"๎ก"}.fa-tachograph-digital::before{content:"๏ฆ"}.fa-digital-tachograph::before{content:"๏ฆ"}.fa-users-slash::before{content:"๎ณ"}.fa-clover::before{content:"๎น"}.fa-reply::before{content:"๏ฅ"}.fa-mail-reply::before{content:"๏ฅ"}.fa-star-and-crescent::before{content:"๏"}.fa-house-fire::before{content:"๎"}.fa-square-minus::before{content:"๏
"}.fa-minus-square::before{content:"๏
"}.fa-helicopter::before{content:"๏ณ"}.fa-compass::before{content:"๏
"}.fa-square-caret-down::before{content:"๏
"}.fa-caret-square-down::before{content:"๏
"}.fa-file-circle-question::before{content:"๎ฏ"}.fa-laptop-code::before{content:"๏ผ"}.fa-swatchbook::before{content:"๏"}.fa-prescription-bottle::before{content:"๏
"}.fa-bars::before{content:"๏"}.fa-navicon::before{content:"๏"}.fa-people-group::before{content:"๎ณ"}.fa-hourglass-end::before{content:"๏"}.fa-hourglass-3::before{content:"๏"}.fa-heart-crack::before{content:"๏ฉ"}.fa-heart-broken::before{content:"๏ฉ"}.fa-square-up-right::before{content:"๏ "}.fa-external-link-square-alt::before{content:"๏ "}.fa-face-kiss-beam::before{content:"๏"}.fa-kiss-beam::before{content:"๏"}.fa-film::before{content:"๏"}.fa-ruler-horizontal::before{content:"๏"}.fa-people-robbery::before{content:"๎ถ"}.fa-lightbulb::before{content:"๏ซ"}.fa-caret-left::before{content:"๏"}.fa-circle-exclamation::before{content:"๏ช"}.fa-exclamation-circle::before{content:"๏ช"}.fa-school-circle-xmark::before{content:"๎ญ"}.fa-arrow-right-from-bracket::before{content:"๏"}.fa-sign-out::before{content:"๏"}.fa-circle-chevron-down::before{content:"๏บ"}.fa-chevron-circle-down::before{content:"๏บ"}.fa-unlock-keyhole::before{content:"๏พ"}.fa-unlock-alt::before{content:"๏พ"}.fa-cloud-showers-heavy::before{content:"๏"}.fa-headphones-simple::before{content:"๏"}.fa-headphones-alt::before{content:"๏"}.fa-sitemap::before{content:"๏จ"}.fa-circle-dollar-to-slot::before{content:"๏น"}.fa-donate::before{content:"๏น"}.fa-memory::before{content:"๏ธ"}.fa-road-spikes::before{content:"๎จ"}.fa-fire-burner::before{content:"๎ฑ"}.fa-flag::before{content:"๏ค"}.fa-hanukiah::before{content:"๏ฆ"}.fa-feather::before{content:"๏ญ"}.fa-volume-low::before{content:"๏ง"}.fa-volume-down::before{content:"๏ง"}.fa-comment-slash::before{content:"๏ณ"}.fa-cloud-sun-rain::before{content:"๏"}.fa-compress::before{content:"๏ฆ"}.fa-wheat-awn::before{content:"๎"}.fa-wheat-alt::before{content:"๎"}.fa-ankh::before{content:"๏"}.fa-hands-holding-child::before{content:"๎บ"}.fa-asterisk::before{content:"\*"}.fa-square-check::before{content:"๏
"}.fa-check-square::before{content:"๏
"}.fa-peseta-sign::before{content:"๎ก"}.fa-heading::before{content:"๏"}.fa-header::before{content:"๏"}.fa-ghost::before{content:"๏ข"}.fa-list::before{content:"๏บ"}.fa-list-squares::before{content:"๏บ"}.fa-square-phone-flip::before{content:"๏กป"}.fa-phone-square-alt::before{content:"๏กป"}.fa-cart-plus::before{content:"๏"}.fa-gamepad::before{content:"๏"}.fa-circle-dot::before{content:"๏"}.fa-dot-circle::before{content:"๏"}.fa-face-dizzy::before{content:"๏ง"}.fa-dizzy::before{content:"๏ง"}.fa-egg::before{content:"๏ป"}.fa-house-medical-circle-xmark::before{content:"๎"}.fa-campground::before{content:"๏ป"}.fa-folder-plus::before{content:"๏"}.fa-futbol::before{content:"๏ฃ"}.fa-futbol-ball::before{content:"๏ฃ"}.fa-soccer-ball::before{content:"๏ฃ"}.fa-paintbrush::before{content:"๏ผ"}.fa-paint-brush::before{content:"๏ผ"}.fa-lock::before{content:"๏ฃ"}.fa-gas-pump::before{content:"๏ฏ"}.fa-hot-tub-person::before{content:"๏"}.fa-hot-tub::before{content:"๏"}.fa-map-location::before{content:"๏"}.fa-map-marked::before{content:"๏"}.fa-house-flood-water::before{content:"๎"}.fa-tree::before{content:"๏ป"}.fa-bridge-lock::before{content:"๎"}.fa-sack-dollar::before{content:"๏ "}.fa-pen-to-square::before{content:"๏"}.fa-edit::before{content:"๏"}.fa-car-side::before{content:"๏ค"}.fa-share-nodes::before{content:"๏ "}.fa-share-alt::before{content:"๏ "}.fa-heart-circle-minus::before{content:"๎ฟ"}.fa-hourglass-half::before{content:"๏"}.fa-hourglass-2::before{content:"๏"}.fa-microscope::before{content:"๏"}.fa-sink::before{content:"๎ญ"}.fa-bag-shopping::before{content:"๏"}.fa-shopping-bag::before{content:"๏"}.fa-arrow-down-z-a::before{content:"๏ข"}.fa-sort-alpha-desc::before{content:"๏ข"}.fa-sort-alpha-down-alt::before{content:"๏ข"}.fa-mitten::before{content:"๏ต"}.fa-person-rays::before{content:"๎"}.fa-users::before{content:"๏"}.fa-eye-slash::before{content:"๏ฐ"}.fa-flask-vial::before{content:"๎ณ"}.fa-hand::before{content:"๏"}.fa-hand-paper::before{content:"๏"}.fa-om::before{content:"๏น"}.fa-worm::before{content:"๎"}.fa-house-circle-xmark::before{content:"๎"}.fa-plug::before{content:"๏ฆ"}.fa-chevron-up::before{content:"๏ท"}.fa-hand-spock::before{content:"๏"}.fa-stopwatch::before{content:"๏ฒ"}.fa-face-kiss::before{content:"๏"}.fa-kiss::before{content:"๏"}.fa-bridge-circle-xmark::before{content:"๎"}.fa-face-grin-tongue::before{content:"๏"}.fa-grin-tongue::before{content:"๏"}.fa-chess-bishop::before{content:"๏บ"}.fa-face-grin-wink::before{content:"๏"}.fa-grin-wink::before{content:"๏"}.fa-ear-deaf::before{content:"๏ค"}.fa-deaf::before{content:"๏ค"}.fa-deafness::before{content:"๏ค"}.fa-hard-of-hearing::before{content:"๏ค"}.fa-road-circle-check::before{content:"๎ค"}.fa-dice-five::before{content:"๏ฃ"}.fa-square-rss::before{content:"๏
"}.fa-rss-square::before{content:"๏
"}.fa-land-mine-on::before{content:"๎"}.fa-i-cursor::before{content:"๏"}.fa-stamp::before{content:"๏ฟ"}.fa-stairs::before{content:"๎"}.fa-i::before{content:"I"}.fa-hryvnia-sign::before{content:"๏ฒ"}.fa-hryvnia::before{content:"๏ฒ"}.fa-pills::before{content:"๏"}.fa-face-grin-wide::before{content:"๏"}.fa-grin-alt::before{content:"๏"}.fa-tooth::before{content:"๏"}.fa-v::before{content:"V"}.fa-bangladeshi-taka-sign::before{content:"๎ฆ"}.fa-bicycle::before{content:"๏"}.fa-staff-snake::before{content:"๎น"}.fa-rod-asclepius::before{content:"๎น"}.fa-rod-snake::before{content:"๎น"}.fa-staff-aesculapius::before{content:"๎น"}.fa-head-side-cough-slash::before{content:"๎ข"}.fa-truck-medical::before{content:"๏น"}.fa-ambulance::before{content:"๏น"}.fa-wheat-awn-circle-exclamation::before{content:"๎"}.fa-snowman::before{content:"๏"}.fa-mortar-pestle::before{content:"๏ง"}.fa-road-barrier::before{content:"๎ข"}.fa-school::before{content:"๏"}.fa-igloo::before{content:"๏ฎ"}.fa-joint::before{content:"๏"}.fa-angle-right::before{content:"๏
"}.fa-horse::before{content:"๏ฐ"}.fa-q::before{content:"Q"}.fa-g::before{content:"G"}.fa-notes-medical::before{content:"๏"}.fa-temperature-half::before{content:"๏"}.fa-temperature-2::before{content:"๏"}.fa-thermometer-2::before{content:"๏"}.fa-thermometer-half::before{content:"๏"}.fa-dong-sign::before{content:"๎
ฉ"}.fa-capsules::before{content:"๏ซ"}.fa-poo-storm::before{content:"๏"}.fa-poo-bolt::before{content:"๏"}.fa-face-frown-open::before{content:"๏บ"}.fa-frown-open::before{content:"๏บ"}.fa-hand-point-up::before{content:"๏ฆ"}.fa-money-bill::before{content:"๏"}.fa-bookmark::before{content:"๏ฎ"}.fa-align-justify::before{content:"๏น"}.fa-umbrella-beach::before{content:"๏"}.fa-helmet-un::before{content:"๎"}.fa-bullseye::before{content:"๏
"}.fa-bacon::before{content:"๏ฅ"}.fa-hand-point-down::before{content:"๏ง"}.fa-arrow-up-from-bracket::before{content:"๎"}.fa-folder::before{content:"๏ป"}.fa-folder-blank::before{content:"๏ป"}.fa-file-waveform::before{content:"๏ธ"}.fa-file-medical-alt::before{content:"๏ธ"}.fa-radiation::before{content:"๏น"}.fa-chart-simple::before{content:"๎ณ"}.fa-mars-stroke::before{content:"๏ฉ"}.fa-vial::before{content:"๏"}.fa-gauge::before{content:"๏ค"}.fa-dashboard::before{content:"๏ค"}.fa-gauge-med::before{content:"๏ค"}.fa-tachometer-alt-average::before{content:"๏ค"}.fa-wand-magic-sparkles::before{content:"๎"}.fa-magic-wand-sparkles::before{content:"๎"}.fa-e::before{content:"E"}.fa-pen-clip::before{content:"๏
"}.fa-pen-alt::before{content:"๏
"}.fa-bridge-circle-exclamation::before{content:"๎"}.fa-user::before{content:"๏"}.fa-school-circle-check::before{content:"๎ซ"}.fa-dumpster::before{content:"๏"}.fa-van-shuttle::before{content:"๏ถ"}.fa-shuttle-van::before{content:"๏ถ"}.fa-building-user::before{content:"๎"}.fa-square-caret-left::before{content:"๏"}.fa-caret-square-left::before{content:"๏"}.fa-highlighter::before{content:"๏"}.fa-key::before{content:"๏"}.fa-bullhorn::before{content:"๏ก"}.fa-globe::before{content:"๏ฌ"}.fa-synagogue::before{content:"๏"}.fa-person-half-dress::before{content:"๎"}.fa-road-bridge::before{content:"๎ฃ"}.fa-location-arrow::before{content:"๏ค"}.fa-c::before{content:"C"}.fa-tablet-button::before{content:"๏"}.fa-building-lock::before{content:"๎"}.fa-pizza-slice::before{content:"๏ "}.fa-money-bill-wave::before{content:"๏บ"}.fa-chart-area::before{content:"๏พ"}.fa-area-chart::before{content:"๏พ"}.fa-house-flag::before{content:"๎"}.fa-person-circle-minus::before{content:"๎"}.fa-ban::before{content:"๏"}.fa-cancel::before{content:"๏"}.fa-camera-rotate::before{content:"๎"}.fa-spray-can-sparkles::before{content:"๏"}.fa-air-freshener::before{content:"๏"}.fa-star::before{content:"๏
"}.fa-repeat::before{content:"๏ฃ"}.fa-cross::before{content:"๏"}.fa-box::before{content:"๏ฆ"}.fa-venus-mars::before{content:"๏จ"}.fa-arrow-pointer::before{content:"๏
"}.fa-mouse-pointer::before{content:"๏
"}.fa-maximize::before{content:"๏"}.fa-expand-arrows-alt::before{content:"๏"}.fa-charging-station::before{content:"๏ง"}.fa-shapes::before{content:"๏"}.fa-triangle-circle-square::before{content:"๏"}.fa-shuffle::before{content:"๏ด"}.fa-random::before{content:"๏ด"}.fa-person-running::before{content:"๏"}.fa-running::before{content:"๏"}.fa-mobile-retro::before{content:"๎ง"}.fa-grip-lines-vertical::before{content:"๏ฅ"}.fa-spider::before{content:"๏"}.fa-hands-bound::before{content:"๎น"}.fa-file-invoice-dollar::before{content:"๏ฑ"}.fa-plane-circle-exclamation::before{content:"๎"}.fa-x-ray::before{content:"๏"}.fa-spell-check::before{content:"๏ข"}.fa-slash::before{content:"๏"}.fa-computer-mouse::before{content:"๏ฃ"}.fa-mouse::before{content:"๏ฃ"}.fa-arrow-right-to-bracket::before{content:"๏"}.fa-sign-in::before{content:"๏"}.fa-shop-slash::before{content:"๎ฐ"}.fa-store-alt-slash::before{content:"๎ฐ"}.fa-server::before{content:"๏ณ"}.fa-virus-covid-slash::before{content:"๎ฉ"}.fa-shop-lock::before{content:"๎ฅ"}.fa-hourglass-start::before{content:"๏"}.fa-hourglass-1::before{content:"๏"}.fa-blender-phone::before{content:"๏ถ"}.fa-building-wheat::before{content:"๎"}.fa-person-breastfeeding::before{content:"๎บ"}.fa-right-to-bracket::before{content:"๏ถ"}.fa-sign-in-alt::before{content:"๏ถ"}.fa-venus::before{content:"๏ก"}.fa-passport::before{content:"๏ซ"}.fa-heart-pulse::before{content:"๏"}.fa-heartbeat::before{content:"๏"}.fa-people-carry-box::before{content:"๏"}.fa-people-carry::before{content:"๏"}.fa-temperature-high::before{content:"๏ฉ"}.fa-microchip::before{content:"๏"}.fa-crown::before{content:"๏ก"}.fa-weight-hanging::before{content:"๏"}.fa-xmarks-lines::before{content:"๎"}.fa-file-prescription::before{content:"๏ฒ"}.fa-weight-scale::before{content:"๏"}.fa-weight::before{content:"๏"}.fa-user-group::before{content:"๏"}.fa-user-friends::before{content:"๏"}.fa-arrow-up-a-z::before{content:"๏
"}.fa-sort-alpha-up::before{content:"๏
"}.fa-chess-knight::before{content:"๏"}.fa-face-laugh-squint::before{content:"๏"}.fa-laugh-squint::before{content:"๏"}.fa-wheelchair::before{content:"๏"}.fa-circle-arrow-up::before{content:"๏ช"}.fa-arrow-circle-up::before{content:"๏ช"}.fa-toggle-on::before{content:"๏
"}.fa-person-walking::before{content:"๏"}.fa-walking::before{content:"๏"}.fa-l::before{content:"L"}.fa-fire::before{content:"๏ญ"}.fa-bed-pulse::before{content:"๏"}.fa-procedures::before{content:"๏"}.fa-shuttle-space::before{content:"๏"}.fa-space-shuttle::before{content:"๏"}.fa-face-laugh::before{content:"๏"}.fa-laugh::before{content:"๏"}.fa-folder-open::before{content:"๏ผ"}.fa-heart-circle-plus::before{content:"๎"}.fa-code-fork::before{content:"๎ป"}.fa-city::before{content:"๏"}.fa-microphone-lines::before{content:"๏"}.fa-microphone-alt::before{content:"๏"}.fa-pepper-hot::before{content:"๏ "}.fa-unlock::before{content:"๏"}.fa-colon-sign::before{content:"๎
"}.fa-headset::before{content:"๏"}.fa-store-slash::before{content:"๎ฑ"}.fa-road-circle-xmark::before{content:"๎ฆ"}.fa-user-minus::before{content:"๏"}.fa-mars-stroke-up::before{content:"๏ช"}.fa-mars-stroke-v::before{content:"๏ช"}.fa-champagne-glasses::before{content:"๏"}.fa-glass-cheers::before{content:"๏"}.fa-clipboard::before{content:"๏จ"}.fa-house-circle-exclamation::before{content:"๎"}.fa-file-arrow-up::before{content:"๏ด"}.fa-file-upload::before{content:"๏ด"}.fa-wifi::before{content:"๏ซ"}.fa-wifi-3::before{content:"๏ซ"}.fa-wifi-strong::before{content:"๏ซ"}.fa-bath::before{content:"๏"}.fa-bathtub::before{content:"๏"}.fa-underline::before{content:"๏"}.fa-user-pen::before{content:"๏ฟ"}.fa-user-edit::before{content:"๏ฟ"}.fa-signature::before{content:"๏ท"}.fa-stroopwafel::before{content:"๏"}.fa-bold::before{content:"๏ฒ"}.fa-anchor-lock::before{content:"๎ญ"}.fa-building-ngo::before{content:"๎"}.fa-manat-sign::before{content:"๎"}.fa-not-equal::before{content:"๏พ"}.fa-border-top-left::before{content:"๏ก"}.fa-border-style::before{content:"๏ก"}.fa-map-location-dot::before{content:"๏ "}.fa-map-marked-alt::before{content:"๏ "}.fa-jedi::before{content:"๏ฉ"}.fa-square-poll-vertical::before{content:"๏"}.fa-poll::before{content:"๏"}.fa-mug-hot::before{content:"๏ถ"}.fa-car-battery::before{content:"๏"}.fa-battery-car::before{content:"๏"}.fa-gift::before{content:"๏ซ"}.fa-dice-two::before{content:"๏จ"}.fa-chess-queen::before{content:"๏
"}.fa-glasses::before{content:"๏ฐ"}.fa-chess-board::before{content:"๏ผ"}.fa-building-circle-check::before{content:"๎"}.fa-person-chalkboard::before{content:"๎ฝ"}.fa-mars-stroke-right::before{content:"๏ซ"}.fa-mars-stroke-h::before{content:"๏ซ"}.fa-hand-back-fist::before{content:"๏"}.fa-hand-rock::before{content:"๏"}.fa-square-caret-up::before{content:"๏
"}.fa-caret-square-up::before{content:"๏
"}.fa-cloud-showers-water::before{content:"๎ค"}.fa-chart-bar::before{content:"๏"}.fa-bar-chart::before{content:"๏"}.fa-hands-bubbles::before{content:"๎"}.fa-hands-wash::before{content:"๎"}.fa-less-than-equal::before{content:"๏ท"}.fa-train::before{content:"๏ธ"}.fa-eye-low-vision::before{content:"๏จ"}.fa-low-vision::before{content:"๏จ"}.fa-crow::before{content:"๏ "}.fa-sailboat::before{content:"๎
"}.fa-window-restore::before{content:"๏"}.fa-square-plus::before{content:"๏พ"}.fa-plus-square::before{content:"๏พ"}.fa-torii-gate::before{content:"๏ก"}.fa-frog::before{content:"๏ฎ"}.fa-bucket::before{content:"๎"}.fa-image::before{content:"๏พ"}.fa-microphone::before{content:"๏ฐ"}.fa-cow::before{content:"๏"}.fa-caret-up::before{content:"๏"}.fa-screwdriver::before{content:"๏"}.fa-folder-closed::before{content:"๎
"}.fa-house-tsunami::before{content:"๎"}.fa-square-nfi::before{content:"๎ถ"}.fa-arrow-up-from-ground-water::before{content:"๎ต"}.fa-martini-glass::before{content:"๏ป"}.fa-glass-martini-alt::before{content:"๏ป"}.fa-rotate-left::before{content:"๏ช"}.fa-rotate-back::before{content:"๏ช"}.fa-rotate-backward::before{content:"๏ช"}.fa-undo-alt::before{content:"๏ช"}.fa-table-columns::before{content:"๏"}.fa-columns::before{content:"๏"}.fa-lemon::before{content:"๏"}.fa-head-side-mask::before{content:"๎ฃ"}.fa-handshake::before{content:"๏ต"}.fa-gem::before{content:"๏ฅ"}.fa-dolly::before{content:"๏ฒ"}.fa-dolly-box::before{content:"๏ฒ"}.fa-smoking::before{content:"๏"}.fa-minimize::before{content:"๏"}.fa-compress-arrows-alt::before{content:"๏"}.fa-monument::before{content:"๏ฆ"}.fa-snowplow::before{content:"๏"}.fa-angles-right::before{content:"๏"}.fa-angle-double-right::before{content:"๏"}.fa-cannabis::before{content:"๏"}.fa-circle-play::before{content:"๏
"}.fa-play-circle::before{content:"๏
"}.fa-tablets::before{content:"๏"}.fa-ethernet::before{content:"๏"}.fa-euro-sign::before{content:"๏
"}.fa-eur::before{content:"๏
"}.fa-euro::before{content:"๏
"}.fa-chair::before{content:"๏"}.fa-circle-check::before{content:"๏"}.fa-check-circle::before{content:"๏"}.fa-circle-stop::before{content:"๏"}.fa-stop-circle::before{content:"๏"}.fa-compass-drafting::before{content:"๏จ"}.fa-drafting-compass::before{content:"๏จ"}.fa-plate-wheat::before{content:"๎"}.fa-icicles::before{content:"๏ญ"}.fa-person-shelter::before{content:"๎"}.fa-neuter::before{content:"๏ฌ"}.fa-id-badge::before{content:"๏"}.fa-marker::before{content:"๏ก"}.fa-face-laugh-beam::before{content:"๏"}.fa-laugh-beam::before{content:"๏"}.fa-helicopter-symbol::before{content:"๎"}.fa-universal-access::before{content:"๏"}.fa-circle-chevron-up::before{content:"๏น"}.fa-chevron-circle-up::before{content:"๏น"}.fa-lari-sign::before{content:"๎"}.fa-volcano::before{content:"๏ฐ"}.fa-person-walking-dashed-line-arrow-right::before{content:"๎"}.fa-sterling-sign::before{content:"๏
"}.fa-gbp::before{content:"๏
"}.fa-pound-sign::before{content:"๏
"}.fa-viruses::before{content:"๎ถ"}.fa-square-person-confined::before{content:"๎ท"}.fa-user-tie::before{content:"๏"}.fa-arrow-down-long::before{content:"๏
ต"}.fa-long-arrow-down::before{content:"๏
ต"}.fa-tent-arrow-down-to-line::before{content:"๎พ"}.fa-certificate::before{content:"๏ฃ"}.fa-reply-all::before{content:"๏ข"}.fa-mail-reply-all::before{content:"๏ข"}.fa-suitcase::before{content:"๏ฒ"}.fa-person-skating::before{content:"๏
"}.fa-skating::before{content:"๏
"}.fa-filter-circle-dollar::before{content:"๏ข"}.fa-funnel-dollar::before{content:"๏ข"}.fa-camera-retro::before{content:"๏"}.fa-circle-arrow-down::before{content:"๏ซ"}.fa-arrow-circle-down::before{content:"๏ซ"}.fa-file-import::before{content:"๏ฏ"}.fa-arrow-right-to-file::before{content:"๏ฏ"}.fa-square-arrow-up-right::before{content:"๏
"}.fa-external-link-square::before{content:"๏
"}.fa-box-open::before{content:"๏"}.fa-scroll::before{content:"๏"}.fa-spa::before{content:"๏ป"}.fa-location-pin-lock::before{content:"๎"}.fa-pause::before{content:"๏"}.fa-hill-avalanche::before{content:"๎"}.fa-temperature-empty::before{content:"๏"}.fa-temperature-0::before{content:"๏"}.fa-thermometer-0::before{content:"๏"}.fa-thermometer-empty::before{content:"๏"}.fa-bomb::before{content:"๏ข"}.fa-registered::before{content:"๏"}.fa-address-card::before{content:"๏ป"}.fa-contact-card::before{content:"๏ป"}.fa-vcard::before{content:"๏ป"}.fa-scale-unbalanced-flip::before{content:"๏"}.fa-balance-scale-right::before{content:"๏"}.fa-subscript::before{content:"๏ฌ"}.fa-diamond-turn-right::before{content:"๏ซ"}.fa-directions::before{content:"๏ซ"}.fa-burst::before{content:"๎"}.fa-house-laptop::before{content:"๎ฆ"}.fa-laptop-house::before{content:"๎ฆ"}.fa-face-tired::before{content:"๏"}.fa-tired::before{content:"๏"}.fa-money-bills::before{content:"๎ณ"}.fa-smog::before{content:"๏"}.fa-crutch::before{content:"๏ท"}.fa-cloud-arrow-up::before{content:"๏ฎ"}.fa-cloud-upload::before{content:"๏ฎ"}.fa-cloud-upload-alt::before{content:"๏ฎ"}.fa-palette::before{content:"๏ฟ"}.fa-arrows-turn-right::before{content:"๎"}.fa-vest::before{content:"๎
"}.fa-ferry::before{content:"๎ช"}.fa-arrows-down-to-people::before{content:"๎น"}.fa-seedling::before{content:"๏"}.fa-sprout::before{content:"๏"}.fa-left-right::before{content:"๏ท"}.fa-arrows-alt-h::before{content:"๏ท"}.fa-boxes-packing::before{content:"๎"}.fa-circle-arrow-left::before{content:"๏จ"}.fa-arrow-circle-left::before{content:"๏จ"}.fa-group-arrows-rotate::before{content:"๎ถ"}.fa-bowl-food::before{content:"๎"}.fa-candy-cane::before{content:"๏"}.fa-arrow-down-wide-short::before{content:"๏
"}.fa-sort-amount-asc::before{content:"๏
"}.fa-sort-amount-down::before{content:"๏
"}.fa-cloud-bolt::before{content:"๏ฌ"}.fa-thunderstorm::before{content:"๏ฌ"}.fa-text-slash::before{content:"๏กฝ"}.fa-remove-format::before{content:"๏กฝ"}.fa-face-smile-wink::before{content:"๏"}.fa-smile-wink::before{content:"๏"}.fa-file-word::before{content:"๏"}.fa-file-powerpoint::before{content:"๏"}.fa-arrows-left-right::before{content:"๏พ"}.fa-arrows-h::before{content:"๏พ"}.fa-house-lock::before{content:"๎"}.fa-cloud-arrow-down::before{content:"๏ญ"}.fa-cloud-download::before{content:"๏ญ"}.fa-cloud-download-alt::before{content:"๏ญ"}.fa-children::before{content:"๎ก"}.fa-chalkboard::before{content:"๏"}.fa-blackboard::before{content:"๏"}.fa-user-large-slash::before{content:"๏บ"}.fa-user-alt-slash::before{content:"๏บ"}.fa-envelope-open::before{content:"๏ถ"}.fa-handshake-simple-slash::before{content:"๎"}.fa-handshake-alt-slash::before{content:"๎"}.fa-mattress-pillow::before{content:"๎ฅ"}.fa-guarani-sign::before{content:"๎"}.fa-arrows-rotate::before{content:"๏ก"}.fa-refresh::before{content:"๏ก"}.fa-sync::before{content:"๏ก"}.fa-fire-extinguisher::before{content:"๏ด"}.fa-cruzeiro-sign::before{content:"๎
"}.fa-greater-than-equal::before{content:"๏ฒ"}.fa-shield-halved::before{content:"๏ญ"}.fa-shield-alt::before{content:"๏ญ"}.fa-book-atlas::before{content:"๏"}.fa-atlas::before{content:"๏"}.fa-virus::before{content:"๎ด"}.fa-envelope-circle-check::before{content:"๎จ"}.fa-layer-group::before{content:"๏ฝ"}.fa-arrows-to-dot::before{content:"๎พ"}.fa-archway::before{content:"๏"}.fa-heart-circle-check::before{content:"๎ฝ"}.fa-house-chimney-crack::before{content:"๏ฑ"}.fa-house-damage::before{content:"๏ฑ"}.fa-file-zipper::before{content:"๏"}.fa-file-archive::before{content:"๏"}.fa-square::before{content:"๏"}.fa-martini-glass-empty::before{content:"๏"}.fa-glass-martini::before{content:"๏"}.fa-couch::before{content:"๏ธ"}.fa-cedi-sign::before{content:"๎"}.fa-italic::before{content:"๏ณ"}.fa-church::before{content:"๏"}.fa-comments-dollar::before{content:"๏"}.fa-democrat::before{content:"๏"}.fa-z::before{content:"Z"}.fa-person-skiing::before{content:"๏"}.fa-skiing::before{content:"๏"}.fa-road-lock::before{content:"๎ง"}.fa-a::before{content:"A"}.fa-temperature-arrow-down::before{content:"๎ฟ"}.fa-temperature-down::before{content:"๎ฟ"}.fa-feather-pointed::before{content:"๏ซ"}.fa-feather-alt::before{content:"๏ซ"}.fa-p::before{content:"P"}.fa-snowflake::before{content:"๏"}.fa-newspaper::before{content:"๏ช"}.fa-rectangle-ad::before{content:"๏"}.fa-ad::before{content:"๏"}.fa-circle-arrow-right::before{content:"๏ฉ"}.fa-arrow-circle-right::before{content:"๏ฉ"}.fa-filter-circle-xmark::before{content:"๎
ป"}.fa-locust::before{content:"๎ "}.fa-sort::before{content:"๏"}.fa-unsorted::before{content:"๏"}.fa-list-ol::before{content:"๏"}.fa-list-1-2::before{content:"๏"}.fa-list-numeric::before{content:"๏"}.fa-person-dress-burst::before{content:"๎"}.fa-money-check-dollar::before{content:"๏ฝ"}.fa-money-check-alt::before{content:"๏ฝ"}.fa-vector-square::before{content:"๏"}.fa-bread-slice::before{content:"๏ฌ"}.fa-language::before{content:"๏ซ"}.fa-face-kiss-wink-heart::before{content:"๏"}.fa-kiss-wink-heart::before{content:"๏"}.fa-filter::before{content:"๏ฐ"}.fa-question::before{content:"\?"}.fa-file-signature::before{content:"๏ณ"}.fa-up-down-left-right::before{content:"๏ฒ"}.fa-arrows-alt::before{content:"๏ฒ"}.fa-house-chimney-user::before{content:"๎ฅ"}.fa-hand-holding-heart::before{content:"๏พ"}.fa-puzzle-piece::before{content:"๏ฎ"}.fa-money-check::before{content:"๏ผ"}.fa-star-half-stroke::before{content:"๏"}.fa-star-half-alt::before{content:"๏"}.fa-code::before{content:"๏ก"}.fa-whiskey-glass::before{content:"๏ "}.fa-glass-whiskey::before{content:"๏ "}.fa-building-circle-exclamation::before{content:"๎"}.fa-magnifying-glass-chart::before{content:"๎ข"}.fa-arrow-up-right-from-square::before{content:"๏"}.fa-external-link::before{content:"๏"}.fa-cubes-stacked::before{content:"๎ฆ"}.fa-won-sign::before{content:"๏
"}.fa-krw::before{content:"๏
"}.fa-won::before{content:"๏
"}.fa-virus-covid::before{content:"๎จ"}.fa-austral-sign::before{content:"๎ฉ"}.fa-f::before{content:"F"}.fa-leaf::before{content:"๏ฌ"}.fa-road::before{content:"๏"}.fa-taxi::before{content:"๏บ"}.fa-cab::before{content:"๏บ"}.fa-person-circle-plus::before{content:"๎"}.fa-chart-pie::before{content:"๏"}.fa-pie-chart::before{content:"๏"}.fa-bolt-lightning::before{content:"๎ท"}.fa-sack-xmark::before{content:"๎ช"}.fa-file-excel::before{content:"๏"}.fa-file-contract::before{content:"๏ฌ"}.fa-fish-fins::before{content:"๎ฒ"}.fa-building-flag::before{content:"๎"}.fa-face-grin-beam::before{content:"๏"}.fa-grin-beam::before{content:"๏"}.fa-object-ungroup::before{content:"๏"}.fa-poop::before{content:"๏"}.fa-location-pin::before{content:"๏"}.fa-map-marker::before{content:"๏"}.fa-kaaba::before{content:"๏ซ"}.fa-toilet-paper::before{content:"๏"}.fa-helmet-safety::before{content:"๏ "}.fa-hard-hat::before{content:"๏ "}.fa-hat-hard::before{content:"๏ "}.fa-eject::before{content:"๏"}.fa-circle-right::before{content:"๏"}.fa-arrow-alt-circle-right::before{content:"๏"}.fa-plane-circle-check::before{content:"๎"}.fa-face-rolling-eyes::before{content:"๏ฅ"}.fa-meh-rolling-eyes::before{content:"๏ฅ"}.fa-object-group::before{content:"๏"}.fa-chart-line::before{content:"๏"}.fa-line-chart::before{content:"๏"}.fa-mask-ventilator::before{content:"๎ค"}.fa-arrow-right::before{content:"๏ก"}.fa-signs-post::before{content:"๏ท"}.fa-map-signs::before{content:"๏ท"}.fa-cash-register::before{content:"๏"}.fa-person-circle-question::before{content:"๎"}.fa-h::before{content:"H"}.fa-tarp::before{content:"๎ป"}.fa-screwdriver-wrench::before{content:"๏"}.fa-tools::before{content:"๏"}.fa-arrows-to-eye::before{content:"๎ฟ"}.fa-plug-circle-bolt::before{content:"๎"}.fa-heart::before{content:"๏"}.fa-mars-and-venus::before{content:"๏ค"}.fa-house-user::before{content:"๎ฐ"}.fa-home-user::before{content:"๎ฐ"}.fa-dumpster-fire::before{content:"๏"}.fa-house-crack::before{content:"๎ฑ"}.fa-martini-glass-citrus::before{content:"๏ก"}.fa-cocktail::before{content:"๏ก"}.fa-face-surprise::before{content:"๏"}.fa-surprise::before{content:"๏"}.fa-bottle-water::before{content:"๎
"}.fa-circle-pause::before{content:"๏"}.fa-pause-circle::before{content:"๏"}.fa-toilet-paper-slash::before{content:"๎ฒ"}.fa-apple-whole::before{content:"๏"}.fa-apple-alt::before{content:"๏"}.fa-kitchen-set::before{content:"๎"}.fa-r::before{content:"R"}.fa-temperature-quarter::before{content:"๏"}.fa-temperature-1::before{content:"๏"}.fa-thermometer-1::before{content:"๏"}.fa-thermometer-quarter::before{content:"๏"}.fa-cube::before{content:"๏ฒ"}.fa-bitcoin-sign::before{content:"๎ด"}.fa-shield-dog::before{content:"๎ณ"}.fa-solar-panel::before{content:"๏บ"}.fa-lock-open::before{content:"๏"}.fa-elevator::before{content:"๎
ญ"}.fa-money-bill-transfer::before{content:"๎จ"}.fa-money-bill-trend-up::before{content:"๎ฉ"}.fa-house-flood-water-circle-arrow-right::before{content:"๎"}.fa-square-poll-horizontal::before{content:"๏"}.fa-poll-h::before{content:"๏"}.fa-circle::before{content:"๏"}.fa-backward-fast::before{content:"๏"}.fa-fast-backward::before{content:"๏"}.fa-recycle::before{content:"๏ธ"}.fa-user-astronaut::before{content:"๏ป"}.fa-plane-slash::before{content:"๎ฉ"}.fa-trademark::before{content:"๏"}.fa-basketball::before{content:"๏ด"}.fa-basketball-ball::before{content:"๏ด"}.fa-satellite-dish::before{content:"๏"}.fa-circle-up::before{content:"๏"}.fa-arrow-alt-circle-up::before{content:"๏"}.fa-mobile-screen-button::before{content:"๏"}.fa-mobile-alt::before{content:"๏"}.fa-volume-high::before{content:"๏จ"}.fa-volume-up::before{content:"๏จ"}.fa-users-rays::before{content:"๎"}.fa-wallet::before{content:"๏"}.fa-clipboard-check::before{content:"๏ฌ"}.fa-file-audio::before{content:"๏"}.fa-burger::before{content:"๏
"}.fa-hamburger::before{content:"๏
"}.fa-wrench::before{content:"๏ญ"}.fa-bugs::before{content:"๎"}.fa-rupee-sign::before{content:"๏
"}.fa-rupee::before{content:"๏
"}.fa-file-image::before{content:"๏
"}.fa-circle-question::before{content:"๏"}.fa-question-circle::before{content:"๏"}.fa-plane-departure::before{content:"๏ฐ"}.fa-handshake-slash::before{content:"๎ "}.fa-book-bookmark::before{content:"๎ป"}.fa-code-branch::before{content:"๏ฆ"}.fa-hat-cowboy::before{content:"๏ฃ"}.fa-bridge::before{content:"๎"}.fa-phone-flip::before{content:"๏กน"}.fa-phone-alt::before{content:"๏กน"}.fa-truck-front::before{content:"๎ท"}.fa-cat::before{content:"๏พ"}.fa-anchor-circle-exclamation::before{content:"๎ซ"}.fa-truck-field::before{content:"๎"}.fa-route::before{content:"๏"}.fa-clipboard-question::before{content:"๎ฃ"}.fa-panorama::before{content:"๎"}.fa-comment-medical::before{content:"๏ต"}.fa-teeth-open::before{content:"๏ฏ"}.fa-file-circle-minus::before{content:"๎ญ"}.fa-tags::before{content:"๏ฌ"}.fa-wine-glass::before{content:"๏ฃ"}.fa-forward-fast::before{content:"๏"}.fa-fast-forward::before{content:"๏"}.fa-face-meh-blank::before{content:"๏ค"}.fa-meh-blank::before{content:"๏ค"}.fa-square-parking::before{content:"๏"}.fa-parking::before{content:"๏"}.fa-house-signal::before{content:"๎"}.fa-bars-progress::before{content:"๏ จ"}.fa-tasks-alt::before{content:"๏ จ"}.fa-faucet-drip::before{content:"๎"}.fa-cart-flatbed::before{content:"๏ด"}.fa-dolly-flatbed::before{content:"๏ด"}.fa-ban-smoking::before{content:"๏"}.fa-smoking-ban::before{content:"๏"}.fa-terminal::before{content:"๏ "}.fa-mobile-button::before{content:"๏"}.fa-house-medical-flag::before{content:"๎"}.fa-basket-shopping::before{content:"๏"}.fa-shopping-basket::before{content:"๏"}.fa-tape::before{content:"๏"}.fa-bus-simple::before{content:"๏"}.fa-bus-alt::before{content:"๏"}.fa-eye::before{content:"๏ฎ"}.fa-face-sad-cry::before{content:"๏ณ"}.fa-sad-cry::before{content:"๏ณ"}.fa-audio-description::before{content:"๏"}.fa-person-military-to-person::before{content:"๎"}.fa-file-shield::before{content:"๎ฐ"}.fa-user-slash::before{content:"๏"}.fa-pen::before{content:"๏"}.fa-tower-observation::before{content:"๎"}.fa-file-code::before{content:"๏"}.fa-signal::before{content:"๏"}.fa-signal-5::before{content:"๏"}.fa-signal-perfect::before{content:"๏"}.fa-bus::before{content:"๏"}.fa-heart-circle-xmark::before{content:"๎"}.fa-house-chimney::before{content:"๎ฏ"}.fa-home-lg::before{content:"๎ฏ"}.fa-window-maximize::before{content:"๏"}.fa-face-frown::before{content:"๏"}.fa-frown::before{content:"๏"}.fa-prescription::before{content:"๏ฑ"}.fa-shop::before{content:"๏"}.fa-store-alt::before{content:"๏"}.fa-floppy-disk::before{content:"๏"}.fa-save::before{content:"๏"}.fa-vihara::before{content:"๏ง"}.fa-scale-unbalanced::before{content:"๏"}.fa-balance-scale-left::before{content:"๏"}.fa-sort-up::before{content:"๏"}.fa-sort-asc::before{content:"๏"}.fa-comment-dots::before{content:"๏ญ"}.fa-commenting::before{content:"๏ญ"}.fa-plant-wilt::before{content:"๎ช"}.fa-diamond::before{content:"๏"}.fa-face-grin-squint::before{content:"๏
"}.fa-grin-squint::before{content:"๏
"}.fa-hand-holding-dollar::before{content:"๏"}.fa-hand-holding-usd::before{content:"๏"}.fa-bacterium::before{content:"๎"}.fa-hand-pointer::before{content:"๏"}.fa-drum-steelpan::before{content:"๏ช"}.fa-hand-scissors::before{content:"๏"}.fa-hands-praying::before{content:"๏"}.fa-praying-hands::before{content:"๏"}.fa-arrow-rotate-right::before{content:"๏"}.fa-arrow-right-rotate::before{content:"๏"}.fa-arrow-rotate-forward::before{content:"๏"}.fa-redo::before{content:"๏"}.fa-biohazard::before{content:"๏"}.fa-location-crosshairs::before{content:"๏"}.fa-location::before{content:"๏"}.fa-mars-double::before{content:"๏ง"}.fa-child-dress::before{content:"๎"}.fa-users-between-lines::before{content:"๎"}.fa-lungs-virus::before{content:"๎ง"}.fa-face-grin-tears::before{content:"๏"}.fa-grin-tears::before{content:"๏"}.fa-phone::before{content:"๏"}.fa-calendar-xmark::before{content:"๏ณ"}.fa-calendar-times::before{content:"๏ณ"}.fa-child-reaching::before{content:"๎"}.fa-head-side-virus::before{content:"๎ค"}.fa-user-gear::before{content:"๏พ"}.fa-user-cog::before{content:"๏พ"}.fa-arrow-up-1-9::before{content:"๏
ฃ"}.fa-sort-numeric-up::before{content:"๏
ฃ"}.fa-door-closed::before{content:"๏ช"}.fa-shield-virus::before{content:"๎ฌ"}.fa-dice-six::before{content:"๏ฆ"}.fa-mosquito-net::before{content:"๎ฌ"}.fa-bridge-water::before{content:"๎"}.fa-person-booth::before{content:"๏"}.fa-text-width::before{content:"๏ต"}.fa-hat-wizard::before{content:"๏จ"}.fa-pen-fancy::before{content:"๏ฌ"}.fa-person-digging::before{content:"๏ก"}.fa-digging::before{content:"๏ก"}.fa-trash::before{content:"๏ธ"}.fa-gauge-simple::before{content:"๏ฉ"}.fa-gauge-simple-med::before{content:"๏ฉ"}.fa-tachometer-average::before{content:"๏ฉ"}.fa-book-medical::before{content:"๏ฆ"}.fa-poo::before{content:"๏พ"}.fa-quote-right::before{content:"๏"}.fa-quote-right-alt::before{content:"๏"}.fa-shirt::before{content:"๏"}.fa-t-shirt::before{content:"๏"}.fa-tshirt::before{content:"๏"}.fa-cubes::before{content:"๏ณ"}.fa-divide::before{content:"๏ฉ"}.fa-tenge-sign::before{content:"๏"}.fa-tenge::before{content:"๏"}.fa-headphones::before{content:"๏ฅ"}.fa-hands-holding::before{content:"๏"}.fa-hands-clapping::before{content:"๎จ"}.fa-republican::before{content:"๏"}.fa-arrow-left::before{content:"๏ "}.fa-person-circle-xmark::before{content:"๎"}.fa-ruler::before{content:"๏
"}.fa-align-left::before{content:"๏ถ"}.fa-dice-d6::before{content:"๏"}.fa-restroom::before{content:"๏ฝ"}.fa-j::before{content:"J"}.fa-users-viewfinder::before{content:"๎"}.fa-file-video::before{content:"๏"}.fa-up-right-from-square::before{content:"๏"}.fa-external-link-alt::before{content:"๏"}.fa-table-cells::before{content:"๏"}.fa-th::before{content:"๏"}.fa-file-pdf::before{content:"๏"}.fa-book-bible::before{content:"๏"}.fa-bible::before{content:"๏"}.fa-o::before{content:"O"}.fa-suitcase-medical::before{content:"๏บ"}.fa-medkit::before{content:"๏บ"}.fa-user-secret::before{content:"๏"}.fa-otter::before{content:"๏"}.fa-person-dress::before{content:"๏"}.fa-female::before{content:"๏"}.fa-comment-dollar::before{content:"๏"}.fa-business-time::before{content:"๏"}.fa-briefcase-clock::before{content:"๏"}.fa-table-cells-large::before{content:"๏"}.fa-th-large::before{content:"๏"}.fa-book-tanakh::before{content:"๏ ง"}.fa-tanakh::before{content:"๏ ง"}.fa-phone-volume::before{content:"๏ "}.fa-volume-control-phone::before{content:"๏ "}.fa-hat-cowboy-side::before{content:"๏ฃ"}.fa-clipboard-user::before{content:"๏ณ"}.fa-child::before{content:"๏ฎ"}.fa-lira-sign::before{content:"๏"}.fa-satellite::before{content:"๏ฟ"}.fa-plane-lock::before{content:"๎"}.fa-tag::before{content:"๏ซ"}.fa-comment::before{content:"๏ต"}.fa-cake-candles::before{content:"๏ฝ"}.fa-birthday-cake::before{content:"๏ฝ"}.fa-cake::before{content:"๏ฝ"}.fa-envelope::before{content:"๏ "}.fa-angles-up::before{content:"๏"}.fa-angle-double-up::before{content:"๏"}.fa-paperclip::before{content:"๏"}.fa-arrow-right-to-city::before{content:"๎ณ"}.fa-ribbon::before{content:"๏"}.fa-lungs::before{content:"๏"}.fa-arrow-up-9-1::before{content:"๏ข"}.fa-sort-numeric-up-alt::before{content:"๏ข"}.fa-litecoin-sign::before{content:"๎"}.fa-border-none::before{content:"๏ก"}.fa-circle-nodes::before{content:"๎ข"}.fa-parachute-box::before{content:"๏"}.fa-indent::before{content:"๏ผ"}.fa-truck-field-un::before{content:"๎"}.fa-hourglass::before{content:"๏"}.fa-hourglass-empty::before{content:"๏"}.fa-mountain::before{content:"๏ผ"}.fa-user-doctor::before{content:"๏ฐ"}.fa-user-md::before{content:"๏ฐ"}.fa-circle-info::before{content:"๏"}.fa-info-circle::before{content:"๏"}.fa-cloud-meatball::before{content:"๏ป"}.fa-camera::before{content:"๏ฐ"}.fa-camera-alt::before{content:"๏ฐ"}.fa-square-virus::before{content:"๎ธ"}.fa-meteor::before{content:"๏"}.fa-car-on::before{content:"๎"}.fa-sleigh::before{content:"๏"}.fa-arrow-down-1-9::before{content:"๏
ข"}.fa-sort-numeric-asc::before{content:"๏
ข"}.fa-sort-numeric-down::before{content:"๏
ข"}.fa-hand-holding-droplet::before{content:"๏"}.fa-hand-holding-water::before{content:"๏"}.fa-water::before{content:"๏ณ"}.fa-calendar-check::before{content:"๏ด"}.fa-braille::before{content:"๏ก"}.fa-prescription-bottle-medical::before{content:"๏"}.fa-prescription-bottle-alt::before{content:"๏"}.fa-landmark::before{content:"๏ฏ"}.fa-truck::before{content:"๏"}.fa-crosshairs::before{content:"๏"}.fa-person-cane::before{content:"๎ผ"}.fa-tent::before{content:"๎ฝ"}.fa-vest-patches::before{content:"๎"}.fa-check-double::before{content:"๏ "}.fa-arrow-down-a-z::before{content:"๏
"}.fa-sort-alpha-asc::before{content:"๏
"}.fa-sort-alpha-down::before{content:"๏
"}.fa-money-bill-wheat::before{content:"๎ช"}.fa-cookie::before{content:"๏ฃ"}.fa-arrow-rotate-left::before{content:"๏ข"}.fa-arrow-left-rotate::before{content:"๏ข"}.fa-arrow-rotate-back::before{content:"๏ข"}.fa-arrow-rotate-backward::before{content:"๏ข"}.fa-undo::before{content:"๏ข"}.fa-hard-drive::before{content:"๏ "}.fa-hdd::before{content:"๏ "}.fa-face-grin-squint-tears::before{content:"๏"}.fa-grin-squint-tears::before{content:"๏"}.fa-dumbbell::before{content:"๏"}.fa-rectangle-list::before{content:"๏ข"}.fa-list-alt::before{content:"๏ข"}.fa-tarp-droplet::before{content:"๎ผ"}.fa-house-medical-circle-check::before{content:"๎"}.fa-person-skiing-nordic::before{content:"๏"}.fa-skiing-nordic::before{content:"๏"}.fa-calendar-plus::before{content:"๏ฑ"}.fa-plane-arrival::before{content:"๏ฏ"}.fa-circle-left::before{content:"๏"}.fa-arrow-alt-circle-left::before{content:"๏"}.fa-train-subway::before{content:"๏น"}.fa-subway::before{content:"๏น"}.fa-chart-gantt::before{content:"๎ค"}.fa-indian-rupee-sign::before{content:"๎ผ"}.fa-indian-rupee::before{content:"๎ผ"}.fa-inr::before{content:"๎ผ"}.fa-crop-simple::before{content:"๏ฅ"}.fa-crop-alt::before{content:"๏ฅ"}.fa-money-bill-1::before{content:"๏"}.fa-money-bill-alt::before{content:"๏"}.fa-left-long::before{content:"๏"}.fa-long-arrow-alt-left::before{content:"๏"}.fa-dna::before{content:"๏ฑ"}.fa-virus-slash::before{content:"๎ต"}.fa-minus::before{content:"๏จ"}.fa-subtract::before{content:"๏จ"}.fa-chess::before{content:"๏น"}.fa-arrow-left-long::before{content:"๏
ท"}.fa-long-arrow-left::before{content:"๏
ท"}.fa-plug-circle-check::before{content:"๎"}.fa-street-view::before{content:"๏"}.fa-franc-sign::before{content:"๎"}.fa-volume-off::before{content:"๏ฆ"}.fa-hands-asl-interpreting::before{content:"๏ฃ"}.fa-american-sign-language-interpreting::before{content:"๏ฃ"}.fa-asl-interpreting::before{content:"๏ฃ"}.fa-hands-american-sign-language-interpreting::before{content:"๏ฃ"}.fa-gear::before{content:"๏"}.fa-cog::before{content:"๏"}.fa-droplet-slash::before{content:"๏"}.fa-tint-slash::before{content:"๏"}.fa-mosque::before{content:"๏ธ"}.fa-mosquito::before{content:"๎ซ"}.fa-star-of-david::before{content:"๏"}.fa-person-military-rifle::before{content:"๎"}.fa-cart-shopping::before{content:"๏บ"}.fa-shopping-cart::before{content:"๏บ"}.fa-vials::before{content:"๏"}.fa-plug-circle-plus::before{content:"๎"}.fa-place-of-worship::before{content:"๏ฟ"}.fa-grip-vertical::before{content:"๏"}.fa-arrow-turn-up::before{content:"๏
"}.fa-level-up::before{content:"๏
"}.fa-u::before{content:"U"}.fa-square-root-variable::before{content:"๏"}.fa-square-root-alt::before{content:"๏"}.fa-clock::before{content:"๏"}.fa-clock-four::before{content:"๏"}.fa-backward-step::before{content:"๏"}.fa-step-backward::before{content:"๏"}.fa-pallet::before{content:"๏"}.fa-faucet::before{content:"๎
"}.fa-baseball-bat-ball::before{content:"๏ฒ"}.fa-s::before{content:"S"}.fa-timeline::before{content:"๎"}.fa-keyboard::before{content:"๏"}.fa-caret-down::before{content:"๏"}.fa-house-chimney-medical::before{content:"๏ฒ"}.fa-clinic-medical::before{content:"๏ฒ"}.fa-temperature-three-quarters::before{content:"๏"}.fa-temperature-3::before{content:"๏"}.fa-thermometer-3::before{content:"๏"}.fa-thermometer-three-quarters::before{content:"๏"}.fa-mobile-screen::before{content:"๏"}.fa-mobile-android-alt::before{content:"๏"}.fa-plane-up::before{content:"๎ญ"}.fa-piggy-bank::before{content:"๏"}.fa-battery-half::before{content:"๏"}.fa-battery-3::before{content:"๏"}.fa-mountain-city::before{content:"๎ฎ"}.fa-coins::before{content:"๏"}.fa-khanda::before{content:"๏ญ"}.fa-sliders::before{content:"๏"}.fa-sliders-h::before{content:"๏"}.fa-folder-tree::before{content:"๏ "}.fa-network-wired::before{content:"๏ฟ"}.fa-map-pin::before{content:"๏ถ"}.fa-hamsa::before{content:"๏ฅ"}.fa-cent-sign::before{content:"๎ต"}.fa-flask::before{content:"๏"}.fa-person-pregnant::before{content:"๎"}.fa-wand-sparkles::before{content:"๏ซ"}.fa-ellipsis-vertical::before{content:"๏
"}.fa-ellipsis-v::before{content:"๏
"}.fa-ticket::before{content:"๏
"}.fa-power-off::before{content:"๏"}.fa-right-long::before{content:"๏"}.fa-long-arrow-alt-right::before{content:"๏"}.fa-flag-usa::before{content:"๏"}.fa-laptop-file::before{content:"๎"}.fa-tty::before{content:"๏ค"}.fa-teletype::before{content:"๏ค"}.fa-diagram-next::before{content:"๎ถ"}.fa-person-rifle::before{content:"๎"}.fa-house-medical-circle-exclamation::before{content:"๎"}.fa-closed-captioning::before{content:"๏"}.fa-person-hiking::before{content:"๏ฌ"}.fa-hiking::before{content:"๏ฌ"}.fa-venus-double::before{content:"๏ฆ"}.fa-images::before{content:"๏"}.fa-calculator::before{content:"๏ฌ"}.fa-people-pulling::before{content:"๎ต"}.fa-n::before{content:"N"}.fa-cable-car::before{content:"๏"}.fa-tram::before{content:"๏"}.fa-cloud-rain::before{content:"๏ฝ"}.fa-building-circle-xmark::before{content:"๎"}.fa-ship::before{content:"๏"}.fa-arrows-down-to-line::before{content:"๎ธ"}.fa-download::before{content:"๏"}.fa-face-grin::before{content:"๏"}.fa-grin::before{content:"๏"}.fa-delete-left::before{content:"๏"}.fa-backspace::before{content:"๏"}.fa-eye-dropper::before{content:"๏ป"}.fa-eye-dropper-empty::before{content:"๏ป"}.fa-eyedropper::before{content:"๏ป"}.fa-file-circle-check::before{content:"๎ "}.fa-forward::before{content:"๏"}.fa-mobile::before{content:"๏"}.fa-mobile-android::before{content:"๏"}.fa-mobile-phone::before{content:"๏"}.fa-face-meh::before{content:"๏"}.fa-meh::before{content:"๏"}.fa-align-center::before{content:"๏ท"}.fa-book-skull::before{content:"๏ท"}.fa-book-dead::before{content:"๏ท"}.fa-id-card::before{content:"๏"}.fa-drivers-license::before{content:"๏"}.fa-outdent::before{content:"๏ป"}.fa-dedent::before{content:"๏ป"}.fa-heart-circle-exclamation::before{content:"๎พ"}.fa-house::before{content:"๏"}.fa-home::before{content:"๏"}.fa-home-alt::before{content:"๏"}.fa-home-lg-alt::before{content:"๏"}.fa-calendar-week::before{content:"๏"}.fa-laptop-medical::before{content:"๏ "}.fa-b::before{content:"B"}.fa-file-medical::before{content:"๏ท"}.fa-dice-one::before{content:"๏ฅ"}.fa-kiwi-bird::before{content:"๏ต"}.fa-arrow-right-arrow-left::before{content:"๏ฌ"}.fa-exchange::before{content:"๏ฌ"}.fa-rotate-right::before{content:"๏น"}.fa-redo-alt::before{content:"๏น"}.fa-rotate-forward::before{content:"๏น"}.fa-utensils::before{content:"๏ง"}.fa-cutlery::before{content:"๏ง"}.fa-arrow-up-wide-short::before{content:"๏
ก"}.fa-sort-amount-up::before{content:"๏
ก"}.fa-mill-sign::before{content:"๎ญ"}.fa-bowl-rice::before{content:"๎ซ"}.fa-skull::before{content:"๏"}.fa-tower-broadcast::before{content:"๏"}.fa-broadcast-tower::before{content:"๏"}.fa-truck-pickup::before{content:"๏ผ"}.fa-up-long::before{content:"๏"}.fa-long-arrow-alt-up::before{content:"๏"}.fa-stop::before{content:"๏"}.fa-code-merge::before{content:"๏"}.fa-upload::before{content:"๏"}.fa-hurricane::before{content:"๏"}.fa-mound::before{content:"๎ญ"}.fa-toilet-portable::before{content:"๎"}.fa-compact-disc::before{content:"๏"}.fa-file-arrow-down::before{content:"๏ญ"}.fa-file-download::before{content:"๏ญ"}.fa-caravan::before{content:"๏ฃฟ"}.fa-shield-cat::before{content:"๎ฒ"}.fa-bolt::before{content:"๏ง"}.fa-zap::before{content:"๏ง"}.fa-glass-water::before{content:"๎ด"}.fa-oil-well::before{content:"๎ฒ"}.fa-vault::before{content:"๎
"}.fa-mars::before{content:"๏ข"}.fa-toilet::before{content:"๏"}.fa-plane-circle-xmark::before{content:"๎"}.fa-yen-sign::before{content:"๏
"}.fa-cny::before{content:"๏
"}.fa-jpy::before{content:"๏
"}.fa-rmb::before{content:"๏
"}.fa-yen::before{content:"๏
"}.fa-ruble-sign::before{content:"๏
"}.fa-rouble::before{content:"๏
"}.fa-rub::before{content:"๏
"}.fa-ruble::before{content:"๏
"}.fa-sun::before{content:"๏
"}.fa-guitar::before{content:"๏ฆ"}.fa-face-laugh-wink::before{content:"๏"}.fa-laugh-wink::before{content:"๏"}.fa-horse-head::before{content:"๏ซ"}.fa-bore-hole::before{content:"๎"}.fa-industry::before{content:"๏ต"}.fa-circle-down::before{content:"๏"}.fa-arrow-alt-circle-down::before{content:"๏"}.fa-arrows-turn-to-dots::before{content:"๎"}.fa-florin-sign::before{content:"๎"}.fa-arrow-down-short-wide::before{content:"๏ข"}.fa-sort-amount-desc::before{content:"๏ข"}.fa-sort-amount-down-alt::before{content:"๏ข"}.fa-less-than::before{content:"\<"}.fa-angle-down::before{content:"๏"}.fa-car-tunnel::before{content:"๎"}.fa-head-side-cough::before{content:"๎ก"}.fa-grip-lines::before{content:"๏ค"}.fa-thumbs-down::before{content:"๏
ฅ"}.fa-user-lock::before{content:"๏"}.fa-arrow-right-long::before{content:"๏
ธ"}.fa-long-arrow-right::before{content:"๏
ธ"}.fa-anchor-circle-xmark::before{content:"๎ฌ"}.fa-ellipsis::before{content:"๏
"}.fa-ellipsis-h::before{content:"๏
"}.fa-chess-pawn::before{content:"๏"}.fa-kit-medical::before{content:"๏น"}.fa-first-aid::before{content:"๏น"}.fa-person-through-window::before{content:"๎ฉ"}.fa-toolbox::before{content:"๏"}.fa-hands-holding-circle::before{content:"๎ป"}.fa-bug::before{content:"๏"}.fa-credit-card::before{content:"๏"}.fa-credit-card-alt::before{content:"๏"}.fa-car::before{content:"๏น"}.fa-automobile::before{content:"๏น"}.fa-hand-holding-hand::before{content:"๎ท"}.fa-book-open-reader::before{content:"๏"}.fa-book-reader::before{content:"๏"}.fa-mountain-sun::before{content:"๎ฏ"}.fa-arrows-left-right-to-line::before{content:"๎บ"}.fa-dice-d20::before{content:"๏"}.fa-truck-droplet::before{content:"๎"}.fa-file-circle-xmark::before{content:"๎ก"}.fa-temperature-arrow-up::before{content:"๎"}.fa-temperature-up::before{content:"๎"}.fa-medal::before{content:"๏ข"}.fa-bed::before{content:"๏ถ"}.fa-square-h::before{content:"๏ฝ"}.fa-h-square::before{content:"๏ฝ"}.fa-podcast::before{content:"๏"}.fa-temperature-full::before{content:"๏"}.fa-temperature-4::before{content:"๏"}.fa-thermometer-4::before{content:"๏"}.fa-thermometer-full::before{content:"๏"}.fa-bell::before{content:"๏ณ"}.fa-superscript::before{content:"๏ซ"}.fa-plug-circle-xmark::before{content:"๎ "}.fa-star-of-life::before{content:"๏ก"}.fa-phone-slash::before{content:"๏"}.fa-paint-roller::before{content:"๏ช"}.fa-handshake-angle::before{content:"๏"}.fa-hands-helping::before{content:"๏"}.fa-location-dot::before{content:"๏
"}.fa-map-marker-alt::before{content:"๏
"}.fa-file::before{content:"๏
"}.fa-greater-than::before{content:"\>"}.fa-person-swimming::before{content:"๏"}.fa-swimmer::before{content:"๏"}.fa-arrow-down::before{content:"๏ฃ"}.fa-droplet::before{content:"๏"}.fa-tint::before{content:"๏"}.fa-eraser::before{content:"๏ญ"}.fa-earth-americas::before{content:"๏ฝ"}.fa-earth::before{content:"๏ฝ"}.fa-earth-america::before{content:"๏ฝ"}.fa-globe-americas::before{content:"๏ฝ"}.fa-person-burst::before{content:"๎ป"}.fa-dove::before{content:"๏บ"}.fa-battery-empty::before{content:"๏"}.fa-battery-0::before{content:"๏"}.fa-socks::before{content:"๏"}.fa-inbox::before{content:"๏"}.fa-section::before{content:"๎"}.fa-gauge-high::before{content:"๏ฅ"}.fa-tachometer-alt::before{content:"๏ฅ"}.fa-tachometer-alt-fast::before{content:"๏ฅ"}.fa-envelope-open-text::before{content:"๏"}.fa-hospital::before{content:"๏ธ"}.fa-hospital-alt::before{content:"๏ธ"}.fa-hospital-wide::before{content:"๏ธ"}.fa-wine-bottle::before{content:"๏ฏ"}.fa-chess-rook::before{content:"๏"}.fa-bars-staggered::before{content:"๏"}.fa-reorder::before{content:"๏"}.fa-stream::before{content:"๏"}.fa-dharmachakra::before{content:"๏"}.fa-hotdog::before{content:"๏ "}.fa-person-walking-with-cane::before{content:"๏"}.fa-blind::before{content:"๏"}.fa-drum::before{content:"๏ฉ"}.fa-ice-cream::before{content:"๏ "}.fa-heart-circle-bolt::before{content:"๎ผ"}.fa-fax::before{content:"๏ฌ"}.fa-paragraph::before{content:"๏"}.fa-check-to-slot::before{content:"๏ฒ"}.fa-vote-yea::before{content:"๏ฒ"}.fa-star-half::before{content:"๏"}.fa-boxes-stacked::before{content:"๏จ"}.fa-boxes::before{content:"๏จ"}.fa-boxes-alt::before{content:"๏จ"}.fa-link::before{content:"๏"}.fa-chain::before{content:"๏"}.fa-ear-listen::before{content:"๏ข"}.fa-assistive-listening-systems::before{content:"๏ข"}.fa-tree-city::before{content:"๎"}.fa-play::before{content:"๏"}.fa-font::before{content:"๏ฑ"}.fa-rupiah-sign::before{content:"๎ฝ"}.fa-magnifying-glass::before{content:"๏"}.fa-search::before{content:"๏"}.fa-table-tennis-paddle-ball::before{content:"๏"}.fa-ping-pong-paddle-ball::before{content:"๏"}.fa-table-tennis::before{content:"๏"}.fa-person-dots-from-line::before{content:"๏ฐ"}.fa-diagnoses::before{content:"๏ฐ"}.fa-trash-can-arrow-up::before{content:"๏ ช"}.fa-trash-restore-alt::before{content:"๏ ช"}.fa-naira-sign::before{content:"๎ถ"}.fa-cart-arrow-down::before{content:"๏"}.fa-walkie-talkie::before{content:"๏ฃฏ"}.fa-file-pen::before{content:"๏"}.fa-file-edit::before{content:"๏"}.fa-receipt::before{content:"๏"}.fa-square-pen::before{content:"๏
"}.fa-pen-square::before{content:"๏
"}.fa-pencil-square::before{content:"๏
"}.fa-suitcase-rolling::before{content:"๏"}.fa-person-circle-exclamation::before{content:"๎ฟ"}.fa-chevron-down::before{content:"๏ธ"}.fa-battery-full::before{content:"๏"}.fa-battery::before{content:"๏"}.fa-battery-5::before{content:"๏"}.fa-skull-crossbones::before{content:"๏"}.fa-code-compare::before{content:"๎บ"}.fa-list-ul::before{content:"๏"}.fa-list-dots::before{content:"๏"}.fa-school-lock::before{content:"๎ฏ"}.fa-tower-cell::before{content:"๎
"}.fa-down-long::before{content:"๏"}.fa-long-arrow-alt-down::before{content:"๏"}.fa-ranking-star::before{content:"๎ก"}.fa-chess-king::before{content:"๏ฟ"}.fa-person-harassing::before{content:"๎"}.fa-brazilian-real-sign::before{content:"๎ฌ"}.fa-landmark-dome::before{content:"๏"}.fa-landmark-alt::before{content:"๏"}.fa-arrow-up::before{content:"๏ข"}.fa-tv::before{content:"๏ฌ"}.fa-television::before{content:"๏ฌ"}.fa-tv-alt::before{content:"๏ฌ"}.fa-shrimp::before{content:"๎"}.fa-list-check::before{content:"๏ฎ"}.fa-tasks::before{content:"๏ฎ"}.fa-jug-detergent::before{content:"๎"}.fa-circle-user::before{content:"๏ฝ"}.fa-user-circle::before{content:"๏ฝ"}.fa-user-shield::before{content:"๏
"}.fa-wind::before{content:"๏ฎ"}.fa-car-burst::before{content:"๏ก"}.fa-car-crash::before{content:"๏ก"}.fa-y::before{content:"Y"}.fa-person-snowboarding::before{content:"๏"}.fa-snowboarding::before{content:"๏"}.fa-truck-fast::before{content:"๏"}.fa-shipping-fast::before{content:"๏"}.fa-fish::before{content:"๏ธ"}.fa-user-graduate::before{content:"๏"}.fa-circle-half-stroke::before{content:"๏"}.fa-adjust::before{content:"๏"}.fa-clapperboard::before{content:"๎ฑ"}.fa-circle-radiation::before{content:"๏บ"}.fa-radiation-alt::before{content:"๏บ"}.fa-baseball::before{content:"๏ณ"}.fa-baseball-ball::before{content:"๏ณ"}.fa-jet-fighter-up::before{content:"๎"}.fa-diagram-project::before{content:"๏"}.fa-project-diagram::before{content:"๏"}.fa-copy::before{content:"๏
"}.fa-volume-xmark::before{content:"๏ฉ"}.fa-volume-mute::before{content:"๏ฉ"}.fa-volume-times::before{content:"๏ฉ"}.fa-hand-sparkles::before{content:"๎"}.fa-grip::before{content:"๏"}.fa-grip-horizontal::before{content:"๏"}.fa-share-from-square::before{content:"๏
"}.fa-share-square::before{content:"๏
"}.fa-child-combatant::before{content:"๎ "}.fa-child-rifle::before{content:"๎ "}.fa-gun::before{content:"๎"}.fa-square-phone::before{content:"๏"}.fa-phone-square::before{content:"๏"}.fa-plus::before{content:"\+"}.fa-add::before{content:"\+"}.fa-expand::before{content:"๏ฅ"}.fa-computer::before{content:"๎ฅ"}.fa-xmark::before{content:"๏"}.fa-close::before{content:"๏"}.fa-multiply::before{content:"๏"}.fa-remove::before{content:"๏"}.fa-times::before{content:"๏"}.fa-arrows-up-down-left-right::before{content:"๏"}.fa-arrows::before{content:"๏"}.fa-chalkboard-user::before{content:"๏"}.fa-chalkboard-teacher::before{content:"๏"}.fa-peso-sign::before{content:"๎ข"}.fa-building-shield::before{content:"๎"}.fa-baby::before{content:"๏ผ"}.fa-users-line::before{content:"๎"}.fa-quote-left::before{content:"๏"}.fa-quote-left-alt::before{content:"๏"}.fa-tractor::before{content:"๏ข"}.fa-trash-arrow-up::before{content:"๏ ฉ"}.fa-trash-restore::before{content:"๏ ฉ"}.fa-arrow-down-up-lock::before{content:"๎ฐ"}.fa-lines-leaning::before{content:"๎"}.fa-ruler-combined::before{content:"๏"}.fa-copyright::before{content:"๏น"}.fa-equals::before{content:"\="}.fa-blender::before{content:"๏"}.fa-teeth::before{content:"๏ฎ"}.fa-shekel-sign::before{content:"๏"}.fa-ils::before{content:"๏"}.fa-shekel::before{content:"๏"}.fa-sheqel::before{content:"๏"}.fa-sheqel-sign::before{content:"๏"}.fa-map::before{content:"๏น"}.fa-rocket::before{content:"๏ต"}.fa-photo-film::before{content:"๏กผ"}.fa-photo-video::before{content:"๏กผ"}.fa-folder-minus::before{content:"๏"}.fa-store::before{content:"๏"}.fa-arrow-trend-up::before{content:"๎"}.fa-plug-circle-minus::before{content:"๎"}.fa-sign-hanging::before{content:"๏"}.fa-sign::before{content:"๏"}.fa-bezier-curve::before{content:"๏"}.fa-bell-slash::before{content:"๏ถ"}.fa-tablet::before{content:"๏ป"}.fa-tablet-android::before{content:"๏ป"}.fa-school-flag::before{content:"๎ฎ"}.fa-fill::before{content:"๏ต"}.fa-angle-up::before{content:"๏"}.fa-drumstick-bite::before{content:"๏"}.fa-holly-berry::before{content:"๏ช"}.fa-chevron-left::before{content:"๏"}.fa-bacteria::before{content:"๎"}.fa-hand-lizard::before{content:"๏"}.fa-notdef::before{content:"๎พ"}.fa-disease::before{content:"๏บ"}.fa-briefcase-medical::before{content:"๏ฉ"}.fa-genderless::before{content:"๏ญ"}.fa-chevron-right::before{content:"๏"}.fa-retweet::before{content:"๏น"}.fa-car-rear::before{content:"๏"}.fa-car-alt::before{content:"๏"}.fa-pump-soap::before{content:"๎ซ"}.fa-video-slash::before{content:"๏ข"}.fa-battery-quarter::before{content:"๏"}.fa-battery-2::before{content:"๏"}.fa-radio::before{content:"๏ฃ"}.fa-baby-carriage::before{content:"๏ฝ"}.fa-carriage-baby::before{content:"๏ฝ"}.fa-traffic-light::before{content:"๏ท"}.fa-thermometer::before{content:"๏"}.fa-vr-cardboard::before{content:"๏ฉ"}.fa-hand-middle-finger::before{content:"๏ "}.fa-percent::before{content:"\%"}.fa-percentage::before{content:"\%"}.fa-truck-moving::before{content:"๏"}.fa-glass-water-droplet::before{content:"๎ต"}.fa-display::before{content:"๎
ฃ"}.fa-face-smile::before{content:"๏"}.fa-smile::before{content:"๏"}.fa-thumbtack::before{content:"๏"}.fa-thumb-tack::before{content:"๏"}.fa-trophy::before{content:"๏"}.fa-person-praying::before{content:"๏"}.fa-pray::before{content:"๏"}.fa-hammer::before{content:"๏ฃ"}.fa-hand-peace::before{content:"๏"}.fa-rotate::before{content:"๏ฑ"}.fa-sync-alt::before{content:"๏ฑ"}.fa-spinner::before{content:"๏"}.fa-robot::before{content:"๏"}.fa-peace::before{content:"๏ผ"}.fa-gears::before{content:"๏
"}.fa-cogs::before{content:"๏
"}.fa-warehouse::before{content:"๏"}.fa-arrow-up-right-dots::before{content:"๎ท"}.fa-splotch::before{content:"๏ผ"}.fa-face-grin-hearts::before{content:"๏"}.fa-grin-hearts::before{content:"๏"}.fa-dice-four::before{content:"๏ค"}.fa-sim-card::before{content:"๏"}.fa-transgender::before{content:"๏ฅ"}.fa-transgender-alt::before{content:"๏ฅ"}.fa-mercury::before{content:"๏ฃ"}.fa-arrow-turn-down::before{content:"๏
"}.fa-level-down::before{content:"๏
"}.fa-person-falling-burst::before{content:"๎"}.fa-award::before{content:"๏"}.fa-ticket-simple::before{content:"๏ฟ"}.fa-ticket-alt::before{content:"๏ฟ"}.fa-building::before{content:"๏ญ"}.fa-angles-left::before{content:"๏"}.fa-angle-double-left::before{content:"๏"}.fa-qrcode::before{content:"๏ฉ"}.fa-clock-rotate-left::before{content:"๏"}.fa-history::before{content:"๏"}.fa-face-grin-beam-sweat::before{content:"๏"}.fa-grin-beam-sweat::before{content:"๏"}.fa-file-export::before{content:"๏ฎ"}.fa-arrow-right-from-file::before{content:"๏ฎ"}.fa-shield::before{content:"๏ฒ"}.fa-shield-blank::before{content:"๏ฒ"}.fa-arrow-up-short-wide::before{content:"๏ข
"}.fa-sort-amount-up-alt::before{content:"๏ข
"}.fa-house-medical::before{content:"๎ฒ"}.fa-golf-ball-tee::before{content:"๏"}.fa-golf-ball::before{content:"๏"}.fa-circle-chevron-left::before{content:"๏ท"}.fa-chevron-circle-left::before{content:"๏ท"}.fa-house-chimney-window::before{content:"๎"}.fa-pen-nib::before{content:"๏ญ"}.fa-tent-arrow-turn-left::before{content:"๎"}.fa-tents::before{content:"๎"}.fa-wand-magic::before{content:"๏"}.fa-magic::before{content:"๏"}.fa-dog::before{content:"๏"}.fa-carrot::before{content:"๏"}.fa-moon::before{content:"๏"}.fa-wine-glass-empty::before{content:"๏"}.fa-wine-glass-alt::before{content:"๏"}.fa-cheese::before{content:"๏ฏ"}.fa-yin-yang::before{content:"๏ญ"}.fa-music::before{content:"๏"}.fa-code-commit::before{content:"๏"}.fa-temperature-low::before{content:"๏ซ"}.fa-person-biking::before{content:"๏ก"}.fa-biking::before{content:"๏ก"}.fa-broom::before{content:"๏"}.fa-shield-heart::before{content:"๎ด"}.fa-gopuram::before{content:"๏ค"}.fa-earth-oceania::before{content:"๎ป"}.fa-globe-oceania::before{content:"๎ป"}.fa-square-xmark::before{content:"๏"}.fa-times-square::before{content:"๏"}.fa-xmark-square::before{content:"๏"}.fa-hashtag::before{content:"\#"}.fa-up-right-and-down-left-from-center::before{content:"๏ค"}.fa-expand-alt::before{content:"๏ค"}.fa-oil-can::before{content:"๏"}.fa-t::before{content:"T"}.fa-hippo::before{content:"๏ญ"}.fa-chart-column::before{content:"๎ฃ"}.fa-infinity::before{content:"๏ด"}.fa-vial-circle-check::before{content:"๎"}.fa-person-arrow-down-to-line::before{content:"๎ธ"}.fa-voicemail::before{content:"๏ข"}.fa-fan::before{content:"๏กฃ"}.fa-person-walking-luggage::before{content:"๎"}.fa-up-down::before{content:"๏ธ"}.fa-arrows-alt-v::before{content:"๏ธ"}.fa-cloud-moon-rain::before{content:"๏ผ"}.fa-calendar::before{content:"๏ณ"}.fa-trailer::before{content:"๎"}.fa-bahai::before{content:"๏ฆ"}.fa-haykal::before{content:"๏ฆ"}.fa-sd-card::before{content:"๏"}.fa-dragon::before{content:"๏"}.fa-shoe-prints::before{content:"๏"}.fa-circle-plus::before{content:"๏"}.fa-plus-circle::before{content:"๏"}.fa-face-grin-tongue-wink::before{content:"๏"}.fa-grin-tongue-wink::before{content:"๏"}.fa-hand-holding::before{content:"๏ฝ"}.fa-plug-circle-exclamation::before{content:"๎"}.fa-link-slash::before{content:"๏ง"}.fa-chain-broken::before{content:"๏ง"}.fa-chain-slash::before{content:"๏ง"}.fa-unlink::before{content:"๏ง"}.fa-clone::before{content:"๏"}.fa-person-walking-arrow-loop-left::before{content:"๎"}.fa-arrow-up-z-a::before{content:"๏ข"}.fa-sort-alpha-up-alt::before{content:"๏ข"}.fa-fire-flame-curved::before{content:"๏ค"}.fa-fire-alt::before{content:"๏ค"}.fa-tornado::before{content:"๏ฏ"}.fa-file-circle-plus::before{content:"๎"}.fa-book-quran::before{content:"๏"}.fa-quran::before{content:"๏"}.fa-anchor::before{content:"๏ฝ"}.fa-border-all::before{content:"๏ก"}.fa-face-angry::before{content:"๏"}.fa-angry::before{content:"๏"}.fa-cookie-bite::before{content:"๏ค"}.fa-arrow-trend-down::before{content:"๎"}.fa-rss::before{content:"๏"}.fa-feed::before{content:"๏"}.fa-draw-polygon::before{content:"๏ฎ"}.fa-scale-balanced::before{content:"๏"}.fa-balance-scale::before{content:"๏"}.fa-gauge-simple-high::before{content:"๏ช"}.fa-tachometer::before{content:"๏ช"}.fa-tachometer-fast::before{content:"๏ช"}.fa-shower::before{content:"๏"}.fa-desktop::before{content:"๏"}.fa-desktop-alt::before{content:"๏"}.fa-m::before{content:"M"}.fa-table-list::before{content:"๏"}.fa-th-list::before{content:"๏"}.fa-comment-sms::before{content:"๏"}.fa-sms::before{content:"๏"}.fa-book::before{content:"๏ญ"}.fa-user-plus::before{content:"๏ด"}.fa-check::before{content:"๏"}.fa-battery-three-quarters::before{content:"๏"}.fa-battery-4::before{content:"๏"}.fa-house-circle-check::before{content:"๎"}.fa-angle-left::before{content:"๏"}.fa-diagram-successor::before{content:"๎บ"}.fa-truck-arrow-right::before{content:"๎"}.fa-arrows-split-up-and-left::before{content:"๎ผ"}.fa-hand-fist::before{content:"๏"}.fa-fist-raised::before{content:"๏"}.fa-cloud-moon::before{content:"๏"}.fa-briefcase::before{content:"๏ฑ"}.fa-person-falling::before{content:"๎"}.fa-image-portrait::before{content:"๏ "}.fa-portrait::before{content:"๏ "}.fa-user-tag::before{content:"๏"}.fa-rug::before{content:"๎ฉ"}.fa-earth-europe::before{content:"๏ข"}.fa-globe-europe::before{content:"๏ข"}.fa-cart-flatbed-suitcase::before{content:"๏"}.fa-luggage-cart::before{content:"๏"}.fa-rectangle-xmark::before{content:"๏"}.fa-rectangle-times::before{content:"๏"}.fa-times-rectangle::before{content:"๏"}.fa-window-close::before{content:"๏"}.fa-baht-sign::before{content:"๎ฌ"}.fa-book-open::before{content:"๏"}.fa-book-journal-whills::before{content:"๏ช"}.fa-journal-whills::before{content:"๏ช"}.fa-handcuffs::before{content:"๎ธ"}.fa-triangle-exclamation::before{content:"๏ฑ"}.fa-exclamation-triangle::before{content:"๏ฑ"}.fa-warning::before{content:"๏ฑ"}.fa-database::before{content:"๏"}.fa-share::before{content:"๏ค"}.fa-arrow-turn-right::before{content:"๏ค"}.fa-mail-forward::before{content:"๏ค"}.fa-bottle-droplet::before{content:"๎"}.fa-mask-face::before{content:"๎"}.fa-hill-rockslide::before{content:"๎"}.fa-right-left::before{content:"๏ข"}.fa-exchange-alt::before{content:"๏ข"}.fa-paper-plane::before{content:"๏"}.fa-road-circle-exclamation::before{content:"๎ฅ"}.fa-dungeon::before{content:"๏"}.fa-align-right::before{content:"๏ธ"}.fa-money-bill-1-wave::before{content:"๏ป"}.fa-money-bill-wave-alt::before{content:"๏ป"}.fa-life-ring::before{content:"๏"}.fa-hands::before{content:"๏ง"}.fa-sign-language::before{content:"๏ง"}.fa-signing::before{content:"๏ง"}.fa-calendar-day::before{content:"๏"}.fa-water-ladder::before{content:"๏
"}.fa-ladder-water::before{content:"๏
"}.fa-swimming-pool::before{content:"๏
"}.fa-arrows-up-down::before{content:"๏ฝ"}.fa-arrows-v::before{content:"๏ฝ"}.fa-face-grimace::before{content:"๏ฟ"}.fa-grimace::before{content:"๏ฟ"}.fa-wheelchair-move::before{content:"๎"}.fa-wheelchair-alt::before{content:"๎"}.fa-turn-down::before{content:"๏พ"}.fa-level-down-alt::before{content:"๏พ"}.fa-person-walking-arrow-right::before{content:"๎"}.fa-square-envelope::before{content:"๏"}.fa-envelope-square::before{content:"๏"}.fa-dice::before{content:"๏ข"}.fa-bowling-ball::before{content:"๏ถ"}.fa-brain::before{content:"๏"}.fa-bandage::before{content:"๏ข"}.fa-band-aid::before{content:"๏ข"}.fa-calendar-minus::before{content:"๏ฒ"}.fa-circle-xmark::before{content:"๏"}.fa-times-circle::before{content:"๏"}.fa-xmark-circle::before{content:"๏"}.fa-gifts::before{content:"๏"}.fa-hotel::before{content:"๏"}.fa-earth-asia::before{content:"๏พ"}.fa-globe-asia::before{content:"๏พ"}.fa-id-card-clip::before{content:"๏ฟ"}.fa-id-card-alt::before{content:"๏ฟ"}.fa-magnifying-glass-plus::before{content:"๏"}.fa-search-plus::before{content:"๏"}.fa-thumbs-up::before{content:"๏
ค"}.fa-user-clock::before{content:"๏ฝ"}.fa-hand-dots::before{content:"๏ก"}.fa-allergies::before{content:"๏ก"}.fa-file-invoice::before{content:"๏ฐ"}.fa-window-minimize::before{content:"๏"}.fa-mug-saucer::before{content:"๏ด"}.fa-coffee::before{content:"๏ด"}.fa-brush::before{content:"๏"}.fa-mask::before{content:"๏บ"}.fa-magnifying-glass-minus::before{content:"๏"}.fa-search-minus::before{content:"๏"}.fa-ruler-vertical::before{content:"๏"}.fa-user-large::before{content:"๏"}.fa-user-alt::before{content:"๏"}.fa-train-tram::before{content:"๎ด"}.fa-user-nurse::before{content:"๏ ฏ"}.fa-syringe::before{content:"๏"}.fa-cloud-sun::before{content:"๏"}.fa-stopwatch-20::before{content:"๎ฏ"}.fa-square-full::before{content:"๏"}.fa-magnet::before{content:"๏ถ"}.fa-jar::before{content:"๎"}.fa-note-sticky::before{content:"๏"}.fa-sticky-note::before{content:"๏"}.fa-bug-slash::before{content:"๎"}.fa-arrow-up-from-water-pump::before{content:"๎ถ"}.fa-bone::before{content:"๏"}.fa-user-injured::before{content:"๏จ"}.fa-face-sad-tear::before{content:"๏ด"}.fa-sad-tear::before{content:"๏ด"}.fa-plane::before{content:"๏ฒ"}.fa-tent-arrows-down::before{content:"๎"}.fa-exclamation::before{content:"\!"}.fa-arrows-spin::before{content:"๎ป"}.fa-print::before{content:"๏ฏ"}.fa-turkish-lira-sign::before{content:"๎ป"}.fa-try::before{content:"๎ป"}.fa-turkish-lira::before{content:"๎ป"}.fa-dollar-sign::before{content:"\$"}.fa-dollar::before{content:"\$"}.fa-usd::before{content:"\$"}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before{content:"๏"}.fa-search-dollar::before{content:"๏"}.fa-users-gear::before{content:"๏"}.fa-users-cog::before{content:"๏"}.fa-person-military-pointing::before{content:"๎"}.fa-building-columns::before{content:"๏"}.fa-bank::before{content:"๏"}.fa-institution::before{content:"๏"}.fa-museum::before{content:"๏"}.fa-university::before{content:"๏"}.fa-umbrella::before{content:"๏ฉ"}.fa-trowel::before{content:"๎"}.fa-d::before{content:"D"}.fa-stapler::before{content:"๎ฏ"}.fa-masks-theater::before{content:"๏ฐ"}.fa-theater-masks::before{content:"๏ฐ"}.fa-kip-sign::before{content:"๎"}.fa-hand-point-left::before{content:"๏ฅ"}.fa-handshake-simple::before{content:"๏"}.fa-handshake-alt::before{content:"๏"}.fa-jet-fighter::before{content:"๏ป"}.fa-fighter-jet::before{content:"๏ป"}.fa-square-share-nodes::before{content:"๏ก"}.fa-share-alt-square::before{content:"๏ก"}.fa-barcode::before{content:"๏ช"}.fa-plus-minus::before{content:"๎ผ"}.fa-video::before{content:"๏ฝ"}.fa-video-camera::before{content:"๏ฝ"}.fa-graduation-cap::before{content:"๏"}.fa-mortar-board::before{content:"๏"}.fa-hand-holding-medical::before{content:"๎"}.fa-person-circle-check::before{content:"๎พ"}.fa-turn-up::before{content:"๏ฟ"}.fa-level-up-alt::before{content:"๏ฟ"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
|
6
|
-
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
7
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
8
|
-
* Copyright 2023 Fonticons, Inc.
|
9
|
-
*/:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("assets/fonts/fa-solid-900.woff2") format("woff2"),url("assets/fonts/fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-weight:900}/*!
|
10
|
-
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
11
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
12
|
-
* Copyright 2023 Fonticons, Inc.
|
13
|
-
*/:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("assets/fonts/fa-brands-400.woff2") format("woff2"),url("assets/fonts/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:"๏"}.fa-hooli:before{content:"๏ง"}.fa-yelp:before{content:"๏ฉ"}.fa-cc-visa:before{content:"๏ฐ"}.fa-lastfm:before{content:"๏"}.fa-shopware:before{content:"๏ต"}.fa-creative-commons-nc:before{content:"๏จ"}.fa-aws:before{content:"๏ต"}.fa-redhat:before{content:"๏ผ"}.fa-yoast:before{content:"๏ฑ"}.fa-cloudflare:before{content:"๎ฝ"}.fa-ups:before{content:"๏ "}.fa-wpexplorer:before{content:"๏"}.fa-dyalog:before{content:"๏"}.fa-bity:before{content:"๏บ"}.fa-stackpath:before{content:"๏ก"}.fa-buysellads:before{content:"๏"}.fa-first-order:before{content:"๏ฐ"}.fa-modx:before{content:"๏
"}.fa-guilded:before{content:"๎พ"}.fa-vnv:before{content:"๏"}.fa-square-js:before{content:"๏น"}.fa-js-square:before{content:"๏น"}.fa-microsoft:before{content:"๏"}.fa-qq:before{content:"๏"}.fa-orcid:before{content:"๏ฃ"}.fa-java:before{content:"๏ค"}.fa-invision:before{content:"๏ฐ"}.fa-creative-commons-pd-alt:before{content:"๏ญ"}.fa-centercode:before{content:"๏"}.fa-glide-g:before{content:"๏ฆ"}.fa-drupal:before{content:"๏ฉ"}.fa-hire-a-helper:before{content:"๏ฐ"}.fa-creative-commons-by:before{content:"๏ง"}.fa-unity:before{content:"๎"}.fa-whmcs:before{content:"๏"}.fa-rocketchat:before{content:"๏จ"}.fa-vk:before{content:"๏"}.fa-untappd:before{content:"๏
"}.fa-mailchimp:before{content:"๏"}.fa-css3-alt:before{content:"๏"}.fa-square-reddit:before{content:"๏ข"}.fa-reddit-square:before{content:"๏ข"}.fa-vimeo-v:before{content:"๏ฝ"}.fa-contao:before{content:"๏ญ"}.fa-square-font-awesome:before{content:"๎ญ"}.fa-deskpro:before{content:"๏"}.fa-sistrix:before{content:"๏ฎ"}.fa-square-instagram:before{content:"๎"}.fa-instagram-square:before{content:"๎"}.fa-battle-net:before{content:"๏ ต"}.fa-the-red-yeti:before{content:"๏"}.fa-square-hacker-news:before{content:"๏ฏ"}.fa-hacker-news-square:before{content:"๏ฏ"}.fa-edge:before{content:"๏"}.fa-threads:before{content:"๎"}.fa-napster:before{content:"๏"}.fa-square-snapchat:before{content:"๏ญ"}.fa-snapchat-square:before{content:"๏ญ"}.fa-google-plus-g:before{content:"๏"}.fa-artstation:before{content:"๏บ"}.fa-markdown:before{content:"๏"}.fa-sourcetree:before{content:"๏"}.fa-google-plus:before{content:"๏ณ"}.fa-diaspora:before{content:"๏"}.fa-foursquare:before{content:"๏"}.fa-stack-overflow:before{content:"๏
ฌ"}.fa-github-alt:before{content:"๏"}.fa-phoenix-squadron:before{content:"๏"}.fa-pagelines:before{content:"๏"}.fa-algolia:before{content:"๏ฌ"}.fa-red-river:before{content:"๏ฃ"}.fa-creative-commons-sa:before{content:"๏ฏ"}.fa-safari:before{content:"๏ง"}.fa-google:before{content:"๏ "}.fa-square-font-awesome-stroke:before{content:"๏"}.fa-font-awesome-alt:before{content:"๏"}.fa-atlassian:before{content:"๏ป"}.fa-linkedin-in:before{content:"๏ก"}.fa-digital-ocean:before{content:"๏"}.fa-nimblr:before{content:"๏จ"}.fa-chromecast:before{content:"๏ ธ"}.fa-evernote:before{content:"๏ น"}.fa-hacker-news:before{content:"๏"}.fa-creative-commons-sampling:before{content:"๏ฐ"}.fa-adversal:before{content:"๏ช"}.fa-creative-commons:before{content:"๏"}.fa-watchman-monitoring:before{content:"๎"}.fa-fonticons:before{content:"๏"}.fa-weixin:before{content:"๏"}.fa-shirtsinbulk:before{content:"๏"}.fa-codepen:before{content:"๏"}.fa-git-alt:before{content:"๏ก"}.fa-lyft:before{content:"๏"}.fa-rev:before{content:"๏ฒ"}.fa-windows:before{content:"๏
บ"}.fa-wizards-of-the-coast:before{content:"๏ฐ"}.fa-square-viadeo:before{content:"๏ช"}.fa-viadeo-square:before{content:"๏ช"}.fa-meetup:before{content:"๏ "}.fa-centos:before{content:"๏"}.fa-adn:before{content:"๏
ฐ"}.fa-cloudsmith:before{content:"๏"}.fa-pied-piper-alt:before{content:"๏จ"}.fa-square-dribbble:before{content:"๏"}.fa-dribbble-square:before{content:"๏"}.fa-codiepie:before{content:"๏"}.fa-node:before{content:"๏"}.fa-mix:before{content:"๏"}.fa-steam:before{content:"๏ถ"}.fa-cc-apple-pay:before{content:"๏"}.fa-scribd:before{content:"๏"}.fa-debian:before{content:"๎"}.fa-openid:before{content:"๏"}.fa-instalod:before{content:"๎"}.fa-expeditedssl:before{content:"๏พ"}.fa-sellcast:before{content:"๏"}.fa-square-twitter:before{content:"๏"}.fa-twitter-square:before{content:"๏"}.fa-r-project:before{content:"๏ท"}.fa-delicious:before{content:"๏ฅ"}.fa-freebsd:before{content:"๏ค"}.fa-vuejs:before{content:"๏"}.fa-accusoft:before{content:"๏ฉ"}.fa-ioxhost:before{content:"๏"}.fa-fonticons-fi:before{content:"๏ข"}.fa-app-store:before{content:"๏ฏ"}.fa-cc-mastercard:before{content:"๏ฑ"}.fa-itunes-note:before{content:"๏ต"}.fa-golang:before{content:"๎"}.fa-kickstarter:before{content:"๏ป"}.fa-grav:before{content:"๏"}.fa-weibo:before{content:"๏"}.fa-uncharted:before{content:"๎"}.fa-firstdraft:before{content:"๏ก"}.fa-square-youtube:before{content:"๏ฑ"}.fa-youtube-square:before{content:"๏ฑ"}.fa-wikipedia-w:before{content:"๏ฆ"}.fa-wpressr:before{content:"๏ค"}.fa-rendact:before{content:"๏ค"}.fa-angellist:before{content:"๏"}.fa-galactic-republic:before{content:"๏"}.fa-nfc-directional:before{content:"๎ฐ"}.fa-skype:before{content:"๏
พ"}.fa-joget:before{content:"๏ท"}.fa-fedora:before{content:"๏"}.fa-stripe-s:before{content:"๏ช"}.fa-meta:before{content:"๎"}.fa-laravel:before{content:"๏ฝ"}.fa-hotjar:before{content:"๏ฑ"}.fa-bluetooth-b:before{content:"๏"}.fa-sticker-mule:before{content:"๏ท"}.fa-creative-commons-zero:before{content:"๏ณ"}.fa-hips:before{content:"๏"}.fa-behance:before{content:"๏ด"}.fa-reddit:before{content:"๏ก"}.fa-discord:before{content:"๏"}.fa-chrome:before{content:"๏จ"}.fa-app-store-ios:before{content:"๏ฐ"}.fa-cc-discover:before{content:"๏ฒ"}.fa-wpbeginner:before{content:"๏"}.fa-confluence:before{content:"๏"}.fa-mdb:before{content:"๏ฃ"}.fa-dochub:before{content:"๏"}.fa-accessible-icon:before{content:"๏จ"}.fa-ebay:before{content:"๏ด"}.fa-amazon:before{content:"๏ฐ"}.fa-unsplash:before{content:"๎ผ"}.fa-yarn:before{content:"๏ฃ"}.fa-square-steam:before{content:"๏ท"}.fa-steam-square:before{content:"๏ท"}.fa-500px:before{content:"๏ฎ"}.fa-square-vimeo:before{content:"๏"}.fa-vimeo-square:before{content:"๏"}.fa-asymmetrik:before{content:"๏ฒ"}.fa-font-awesome:before{content:"๏ด"}.fa-font-awesome-flag:before{content:"๏ด"}.fa-font-awesome-logo-full:before{content:"๏ด"}.fa-gratipay:before{content:"๏"}.fa-apple:before{content:"๏
น"}.fa-hive:before{content:"๎ฟ"}.fa-gitkraken:before{content:"๏ฆ"}.fa-keybase:before{content:"๏ต"}.fa-apple-pay:before{content:"๏"}.fa-padlet:before{content:"๎ "}.fa-amazon-pay:before{content:"๏ฌ"}.fa-square-github:before{content:"๏"}.fa-github-square:before{content:"๏"}.fa-stumbleupon:before{content:"๏ค"}.fa-fedex:before{content:"๏"}.fa-phoenix-framework:before{content:"๏"}.fa-shopify:before{content:"๎"}.fa-neos:before{content:"๏"}.fa-square-threads:before{content:"๎"}.fa-hackerrank:before{content:"๏ท"}.fa-researchgate:before{content:"๏ธ"}.fa-swift:before{content:"๏ฃก"}.fa-angular:before{content:"๏ "}.fa-speakap:before{content:"๏ณ"}.fa-angrycreative:before{content:"๏ฎ"}.fa-y-combinator:before{content:"๏ป"}.fa-empire:before{content:"๏"}.fa-envira:before{content:"๏"}.fa-square-gitlab:before{content:"๎ฎ"}.fa-gitlab-square:before{content:"๎ฎ"}.fa-studiovinari:before{content:"๏ธ"}.fa-pied-piper:before{content:"๏ฎ"}.fa-wordpress:before{content:"๏"}.fa-product-hunt:before{content:"๏"}.fa-firefox:before{content:"๏ฉ"}.fa-linode:before{content:"๏ธ"}.fa-goodreads:before{content:"๏จ"}.fa-square-odnoklassniki:before{content:"๏ค"}.fa-odnoklassniki-square:before{content:"๏ค"}.fa-jsfiddle:before{content:"๏"}.fa-sith:before{content:"๏"}.fa-themeisle:before{content:"๏ฒ"}.fa-page4:before{content:"๏"}.fa-hashnode:before{content:"๎"}.fa-react:before{content:"๏"}.fa-cc-paypal:before{content:"๏ด"}.fa-squarespace:before{content:"๏พ"}.fa-cc-stripe:before{content:"๏ต"}.fa-creative-commons-share:before{content:"๏ฒ"}.fa-bitcoin:before{content:"๏น"}.fa-keycdn:before{content:"๏บ"}.fa-opera:before{content:"๏ช"}.fa-itch-io:before{content:"๏ บ"}.fa-umbraco:before{content:"๏ฃจ"}.fa-galactic-senate:before{content:"๏"}.fa-ubuntu:before{content:"๏"}.fa-draft2digital:before{content:"๏"}.fa-stripe:before{content:"๏ฉ"}.fa-houzz:before{content:"๏ผ"}.fa-gg:before{content:"๏ "}.fa-dhl:before{content:"๏"}.fa-square-pinterest:before{content:"๏"}.fa-pinterest-square:before{content:"๏"}.fa-xing:before{content:"๏
จ"}.fa-blackberry:before{content:"๏ป"}.fa-creative-commons-pd:before{content:"๏ฌ"}.fa-playstation:before{content:"๏"}.fa-quinscape:before{content:"๏"}.fa-less:before{content:"๏"}.fa-blogger-b:before{content:"๏ฝ"}.fa-opencart:before{content:"๏ฝ"}.fa-vine:before{content:"๏"}.fa-paypal:before{content:"๏ญ"}.fa-gitlab:before{content:"๏"}.fa-typo3:before{content:"๏ซ"}.fa-reddit-alien:before{content:"๏"}.fa-yahoo:before{content:"๏"}.fa-dailymotion:before{content:"๎"}.fa-affiliatetheme:before{content:"๏ซ"}.fa-pied-piper-pp:before{content:"๏ง"}.fa-bootstrap:before{content:"๏ ถ"}.fa-odnoklassniki:before{content:"๏ฃ"}.fa-nfc-symbol:before{content:"๎ฑ"}.fa-ethereum:before{content:"๏ฎ"}.fa-speaker-deck:before{content:"๏ ผ"}.fa-creative-commons-nc-eu:before{content:"๏ฉ"}.fa-patreon:before{content:"๏"}.fa-avianex:before{content:"๏ด"}.fa-ello:before{content:"๏ฑ"}.fa-gofore:before{content:"๏ง"}.fa-bimobject:before{content:"๏ธ"}.fa-facebook-f:before{content:"๏"}.fa-square-google-plus:before{content:"๏"}.fa-google-plus-square:before{content:"๏"}.fa-mandalorian:before{content:"๏"}.fa-first-order-alt:before{content:"๏"}.fa-osi:before{content:"๏"}.fa-google-wallet:before{content:"๏ฎ"}.fa-d-and-d-beyond:before{content:"๏"}.fa-periscope:before{content:"๏"}.fa-fulcrum:before{content:"๏"}.fa-cloudscale:before{content:"๏"}.fa-forumbee:before{content:"๏"}.fa-mizuni:before{content:"๏"}.fa-schlix:before{content:"๏ช"}.fa-square-xing:before{content:"๏
ฉ"}.fa-xing-square:before{content:"๏
ฉ"}.fa-bandcamp:before{content:"๏"}.fa-wpforms:before{content:"๏"}.fa-cloudversify:before{content:"๏
"}.fa-usps:before{content:"๏ก"}.fa-megaport:before{content:"๏ฃ"}.fa-magento:before{content:"๏"}.fa-spotify:before{content:"๏ผ"}.fa-optin-monster:before{content:"๏ผ"}.fa-fly:before{content:"๏"}.fa-aviato:before{content:"๏ก"}.fa-itunes:before{content:"๏ด"}.fa-cuttlefish:before{content:"๏"}.fa-blogger:before{content:"๏ผ"}.fa-flickr:before{content:"๏
ฎ"}.fa-viber:before{content:"๏"}.fa-soundcloud:before{content:"๏พ"}.fa-digg:before{content:"๏ฆ"}.fa-tencent-weibo:before{content:"๏"}.fa-symfony:before{content:"๏ ฝ"}.fa-maxcdn:before{content:"๏ถ"}.fa-etsy:before{content:"๏"}.fa-facebook-messenger:before{content:"๏"}.fa-audible:before{content:"๏ณ"}.fa-think-peaks:before{content:"๏ฑ"}.fa-bilibili:before{content:"๎"}.fa-erlang:before{content:"๏"}.fa-x-twitter:before{content:"๎"}.fa-cotton-bureau:before{content:"๏ข"}.fa-dashcube:before{content:"๏"}.fa-42-group:before{content:"๎"}.fa-innosoft:before{content:"๎"}.fa-stack-exchange:before{content:"๏"}.fa-elementor:before{content:"๏ฐ"}.fa-square-pied-piper:before{content:"๎"}.fa-pied-piper-square:before{content:"๎"}.fa-creative-commons-nd:before{content:"๏ซ"}.fa-palfed:before{content:"๏"}.fa-superpowers:before{content:"๏"}.fa-resolving:before{content:"๏ง"}.fa-xbox:before{content:"๏"}.fa-searchengin:before{content:"๏ซ"}.fa-tiktok:before{content:"๎ป"}.fa-square-facebook:before{content:"๏"}.fa-facebook-square:before{content:"๏"}.fa-renren:before{content:"๏"}.fa-linux:before{content:"๏
ผ"}.fa-glide:before{content:"๏ฅ"}.fa-linkedin:before{content:"๏"}.fa-hubspot:before{content:"๏ฒ"}.fa-deploydog:before{content:"๏"}.fa-twitch:before{content:"๏จ"}.fa-ravelry:before{content:"๏"}.fa-mixer:before{content:"๎"}.fa-square-lastfm:before{content:"๏"}.fa-lastfm-square:before{content:"๏"}.fa-vimeo:before{content:"๏"}.fa-mendeley:before{content:"๏ณ"}.fa-uniregistry:before{content:"๏"}.fa-figma:before{content:"๏"}.fa-creative-commons-remix:before{content:"๏ฎ"}.fa-cc-amazon-pay:before{content:"๏ญ"}.fa-dropbox:before{content:"๏
ซ"}.fa-instagram:before{content:"๏
ญ"}.fa-cmplid:before{content:"๎ "}.fa-facebook:before{content:"๏"}.fa-gripfire:before{content:"๏ฌ"}.fa-jedi-order:before{content:"๏"}.fa-uikit:before{content:"๏"}.fa-fort-awesome-alt:before{content:"๏ฃ"}.fa-phabricator:before{content:"๏"}.fa-ussunnah:before{content:"๏"}.fa-earlybirds:before{content:"๏"}.fa-trade-federation:before{content:"๏"}.fa-autoprefixer:before{content:"๏"}.fa-whatsapp:before{content:"๏ฒ"}.fa-slideshare:before{content:"๏ง"}.fa-google-play:before{content:"๏ซ"}.fa-viadeo:before{content:"๏ฉ"}.fa-line:before{content:"๏"}.fa-google-drive:before{content:"๏ช"}.fa-servicestack:before{content:"๏ฌ"}.fa-simplybuilt:before{content:"๏"}.fa-bitbucket:before{content:"๏
ฑ"}.fa-imdb:before{content:"๏"}.fa-deezer:before{content:"๎ท"}.fa-raspberry-pi:before{content:"๏ป"}.fa-jira:before{content:"๏ฑ"}.fa-docker:before{content:"๏"}.fa-screenpal:before{content:"๎ฐ"}.fa-bluetooth:before{content:"๏"}.fa-gitter:before{content:"๏ฆ"}.fa-d-and-d:before{content:"๏"}.fa-microblog:before{content:"๎"}.fa-cc-diners-club:before{content:"๏"}.fa-gg-circle:before{content:"๏ก"}.fa-pied-piper-hat:before{content:"๏ฅ"}.fa-kickstarter-k:before{content:"๏ผ"}.fa-yandex:before{content:"๏"}.fa-readme:before{content:"๏"}.fa-html5:before{content:"๏ป"}.fa-sellsy:before{content:"๏"}.fa-sass:before{content:"๏"}.fa-wirsindhandwerk:before{content:"๎"}.fa-wsh:before{content:"๎"}.fa-buromobelexperte:before{content:"๏ฟ"}.fa-salesforce:before{content:"๏ ป"}.fa-octopus-deploy:before{content:"๎"}.fa-medapps:before{content:"๏"}.fa-ns8:before{content:"๏"}.fa-pinterest-p:before{content:"๏ฑ"}.fa-apper:before{content:"๏ฑ"}.fa-fort-awesome:before{content:"๏"}.fa-waze:before{content:"๏ ฟ"}.fa-cc-jcb:before{content:"๏"}.fa-snapchat:before{content:"๏ซ"}.fa-snapchat-ghost:before{content:"๏ซ"}.fa-fantasy-flight-games:before{content:"๏"}.fa-rust:before{content:"๎บ"}.fa-wix:before{content:"๏"}.fa-square-behance:before{content:"๏ต"}.fa-behance-square:before{content:"๏ต"}.fa-supple:before{content:"๏น"}.fa-rebel:before{content:"๏"}.fa-css3:before{content:"๏ผ"}.fa-staylinked:before{content:"๏ต"}.fa-kaggle:before{content:"๏บ"}.fa-space-awesome:before{content:"๎ฌ"}.fa-deviantart:before{content:"๏ฝ"}.fa-cpanel:before{content:"๏"}.fa-goodreads-g:before{content:"๏ฉ"}.fa-square-git:before{content:"๏"}.fa-git-square:before{content:"๏"}.fa-square-tumblr:before{content:"๏
ด"}.fa-tumblr-square:before{content:"๏
ด"}.fa-trello:before{content:"๏"}.fa-creative-commons-nc-jp:before{content:"๏ช"}.fa-get-pocket:before{content:"๏ฅ"}.fa-perbyte:before{content:"๎"}.fa-grunt:before{content:"๏ญ"}.fa-weebly:before{content:"๏"}.fa-connectdevelop:before{content:"๏"}.fa-leanpub:before{content:"๏"}.fa-black-tie:before{content:"๏พ"}.fa-themeco:before{content:"๏"}.fa-python:before{content:"๏ข"}.fa-android:before{content:"๏
ป"}.fa-bots:before{content:"๎"}.fa-free-code-camp:before{content:"๏
"}.fa-hornbill:before{content:"๏"}.fa-js:before{content:"๏ธ"}.fa-ideal:before{content:"๎"}.fa-git:before{content:"๏"}.fa-dev:before{content:"๏"}.fa-sketch:before{content:"๏"}.fa-yandex-international:before{content:"๏"}.fa-cc-amex:before{content:"๏ณ"}.fa-uber:before{content:"๏"}.fa-github:before{content:"๏"}.fa-php:before{content:"๏"}.fa-alipay:before{content:"๏"}.fa-youtube:before{content:"๏
ง"}.fa-skyatlas:before{content:"๏"}.fa-firefox-browser:before{content:"๎"}.fa-replyd:before{content:"๏ฆ"}.fa-suse:before{content:"๏"}.fa-jenkins:before{content:"๏ถ"}.fa-twitter:before{content:"๏"}.fa-rockrms:before{content:"๏ฉ"}.fa-pinterest:before{content:"๏"}.fa-buffer:before{content:"๏ ท"}.fa-npm:before{content:"๏"}.fa-yammer:before{content:"๏ก"}.fa-btc:before{content:"๏
"}.fa-dribbble:before{content:"๏
ฝ"}.fa-stumbleupon-circle:before{content:"๏ฃ"}.fa-internet-explorer:before{content:"๏ซ"}.fa-stubber:before{content:"๎"}.fa-telegram:before{content:"๏"}.fa-telegram-plane:before{content:"๏"}.fa-old-republic:before{content:"๏"}.fa-odysee:before{content:"๎"}.fa-square-whatsapp:before{content:"๏"}.fa-whatsapp-square:before{content:"๏"}.fa-node-js:before{content:"๏"}.fa-edge-legacy:before{content:"๎ธ"}.fa-slack:before{content:"๏"}.fa-slack-hash:before{content:"๏"}.fa-medrt:before{content:"๏"}.fa-usb:before{content:"๏"}.fa-tumblr:before{content:"๏
ณ"}.fa-vaadin:before{content:"๏"}.fa-quora:before{content:"๏"}.fa-square-x-twitter:before{content:"๎"}.fa-reacteurope:before{content:"๏"}.fa-medium:before{content:"๏บ"}.fa-medium-m:before{content:"๏บ"}.fa-amilia:before{content:"๏ญ"}.fa-mixcloud:before{content:"๏"}.fa-flipboard:before{content:"๏"}.fa-viacoin:before{content:"๏ท"}.fa-critical-role:before{content:"๏"}.fa-sitrox:before{content:"๎"}.fa-discourse:before{content:"๏"}.fa-joomla:before{content:"๏ช"}.fa-mastodon:before{content:"๏ถ"}.fa-airbnb:before{content:"๏ ด"}.fa-wolf-pack-battalion:before{content:"๏"}.fa-buy-n-large:before{content:"๏ขฆ"}.fa-gulp:before{content:"๏ฎ"}.fa-creative-commons-sampling-plus:before{content:"๏ฑ"}.fa-strava:before{content:"๏จ"}.fa-ember:before{content:"๏ฃ"}.fa-canadian-maple-leaf:before{content:"๏
"}.fa-teamspeak:before{content:"๏น"}.fa-pushed:before{content:"๏ก"}.fa-wordpress-simple:before{content:"๏"}.fa-nutritionix:before{content:"๏"}.fa-wodu:before{content:"๎"}.fa-google-pay:before{content:"๎น"}.fa-intercom:before{content:"๏ฏ"}.fa-zhihu:before{content:"๏ฟ"}.fa-korvue:before{content:"๏ฏ"}.fa-pix:before{content:"๎บ"}.fa-steam-symbol:before{content:"๏ถ"}.tna-card,.tna-button-group{margin-bottom:2rem}.tna-card:last-child,.tna-button-group:last-child{margin-bottom:0}.tna-button-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}@media(max-width: 30em){.tna-button-group{flex-direction:column;align-items:stretch}}.tna-button{padding:.25rem 1rem;display:inline-block;font-size:1.125rem;font-weight:bold;text-decoration:none;text-align:center;line-height:1.7777777778;background-color:#000;background-color:var(--button-background);border:.25rem #000 solid;border:.25rem var(--button-background) solid;transition:color 200ms,background-color 200ms,border-color 200ms;cursor:pointer}.tna-button,.tna-button:link,.tna-button:visited{color:#fff;color:var(--button-text)}.tna-button:hover{color:#000;color:var(--button-hover-text);text-decoration:none;background:rgba(0,0,0,0);transition:color 50ms,background-color 50ms,border-color 50ms}.tna-button--plain{font-weight:normal;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.tna-button--plain,.tna-button--plain:link,.tna-button--plain:visited{color:#1d70ab;color:var(--link)}.tna-button--plain:hover{text-decoration:underline;text-decoration-thickness:3.5px}.tna-button--small{padding:.125rem .5rem;font-size:0.875rem}.tna-button--accent{background-color:#8c9694;background-color:var(--button-accent-background);border-color:#8c9694;border-color:var(--button-accent-background)}.tna-button--accent,.tna-button--accent:link,.tna-button--accent:visited{color:#000;color:var(--button-accent-text)}.tna-button--accent:hover{color:#000;color:var(--font-dark)}.tna-button--solid-hover:hover,.tna-background--accent .tna-button:hover,.tna-background--accent-light .tna-button:hover{background-color:#f4f4f4;background-color:var(--page-background)}.tna-button .fa,.tna-button .fa-regular,.tna-button .fa-solid,.tna-button .fa-brands{margin-right:.5rem}.tna-card__inner{display:flex;flex-direction:column}.tna-card__heading{order:2}.tna-card__heading-link::after{display:none !important}.tna-card__image-container{height:0;margin-bottom:1rem;padding-bottom:66.6666666667%;position:relative;order:1}.tna-card__image{position:absolute;inset:0}.tna-card__image img{width:100%;height:100%;object-fit:cover}.tna-card__image-label{max-width:calc(100% - 1rem);position:absolute;top:.5rem;left:.5rem}.tna-card__body{order:3}.tna-card__actions{margin-top:2rem;order:4}.tna-card__action{font-weight:bold}.tna-card__action .fa,.tna-card__action .fa-regular,.tna-card__action .fa-solid,.tna-card__action .fa-brands{margin-right:.5rem}.tna-card--contrast .tna-card__inner,.tna-card--accent .tna-card__inner{padding-bottom:1rem}.tna-card--contrast .tna-card__heading,.tna-card--contrast .tna-card__body,.tna-card--contrast .tna-card__actions,.tna-card--accent .tna-card__heading,.tna-card--accent .tna-card__body,.tna-card--accent .tna-card__actions{margin-right:1rem;margin-left:1rem}.tna-card--horizontal{position:relative}@media(min-width: 48.0625em){.tna-card--horizontal .tna-card__inner{margin-left:50%;padding:2rem}.tna-card--horizontal .tna-card__image-container{height:auto;margin-bottom:0;padding-bottom:0;display:block;position:absolute;inset:0 50% 0 0}.tna-card--horizontal .tna-card__heading,.tna-card--horizontal .tna-card__body,.tna-card--horizontal .tna-card__actions{margin-right:0;margin-left:0}}@media(max-width: 48em){.tna-card--horizontal.tna-card--contrast .tna-card__inner,.tna-card--horizontal.tna-card--accent .tna-card__inner{padding:0 0 2rem}.tna-card--horizontal.tna-card--contrast .tna-card__image-container,.tna-card--horizontal.tna-card--accent .tna-card__image-container{margin-bottom:2rem}.tna-card--horizontal.tna-card--contrast .tna-card__heading,.tna-card--horizontal.tna-card--contrast .tna-card__body,.tna-card--horizontal.tna-card--contrast .tna-card__actions,.tna-card--horizontal.tna-card--accent .tna-card__heading,.tna-card--horizontal.tna-card--accent .tna-card__body,.tna-card--horizontal.tna-card--accent .tna-card__actions{margin-right:2rem;margin-left:2rem}}.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__inner{padding-bottom:1rem}.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__heading,.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__body,.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__actions{margin-right:1rem;margin-left:1rem}@media(prefers-contrast: more){.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__inner{padding-bottom:1rem}.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__heading,.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__body,.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__actions{margin-right:1rem;margin-left:1rem}}.tna-template--high-contrast-theme .tna-card{border:1px #26262a solid;border:1px var(--keyline-dark) solid}@media(prefers-contrast: more){.tna-template--system-theme .tna-card{border:1px #26262a solid;border:1px var(--keyline-dark) solid}}/*# sourceMappingURL=card.css.map */
|
1
|
+
๏ปฟ@import"https://use.typekit.net/hkj3kuz.css";.tna-background--accent .tna-button--accent{--page-background: #f4f4f4;--background-tint: #d8d8d8;--font-base: #343338;--font-dark: rgb(0, 0, 0);--font-light: rgb(52 51 56/0.7);--icon-light: rgb(52 51 56/0.45);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: rgb(0, 176, 255);--keyline: rgb(38 38 42/0.25);--keyline-dark: #26262a;--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148);color:#343338;color:var(--font-base)}.tna-card--contrast,.tna-card--accent .tna-hgroup__supertitle,.tna-background--contrast{--background: var(--contrast-background);--font-base: var(--contrast-font-base);--font-dark: var(--contrast-font-dark);--font-light: var(--contrast-font-light);--icon-light: var(--contrast-icon-light);--link: var(--contrast-link);--link-visited: var(--contrast-link-visited);--keyline: var(--contrast-keyline);--keyline-dark: var(--contrast-keyline-dark);--button-text: var(--contrast-button-text);--button-background: var(--contrast-button-background);--button-hover-text: var(--contrast-button-hover-text);--button-hover-background: var(--contrast-button-hover-background);background-color:var(--background);color:rgb(255 255 255/0.95);color:var(--font-base)}.tna-card--accent,.tna-chip,.tna-hgroup__supertitle,.tna-background--accent{--background: var(--accent-background);--font-base: var(--accent-font-base);--font-dark: var(--accent-font-dark);--font-light: var(--accent-font-light);--icon-light: var(--accent-icon-light);--link: var(--accent-link);--link-visited: var(--accent-link-visited);--keyline: var(--accent-keyline);--keyline-dark: var(--accent-keyline-dark);background-color:var(--background);color:rgb(255 255 255/0.95);color:var(--font-base)}.tna-background--tint{background-color:#d8d8d8;background-color:var(--background-tint)}.tna-background--accent-light{--background: var(--accent-background-light);--font-base: #343338;--font-dark: rgb(0, 0, 0);--font-light: rgb(52 51 56/0.7);--link: rgb(0, 0, 0);--link-visited: #4c2c92;--keyline: rgb(38 38 42/0.25);--keyline-dark: #26262a;--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);background-color:var(--background)}.tna-card,.tna-ul,.tna-ol,.tna-dl,.tna-chip-list,.tna-blockquote,.tna-scene-setter,.tna-button-group,.tna-aside{margin-bottom:2rem}.tna-card:last-child,.tna-ul:last-child,.tna-ol:last-child,.tna-dl:last-child,.tna-chip-list:last-child,.tna-blockquote:last-child,.tna-scene-setter:last-child,.tna-button-group:last-child,.tna-aside:last-child{margin-bottom:0}.tna-visually-hidden{width:1px !important;height:1px !important;margin:0 !important;padding:0 !important;position:absolute !important;top:-9999px !important;left:-9999px !important;z-index:-1 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;border:0 !important;background-color:rgba(0,0,0,0) !important}.tna-visually-hidden::before,.tna-visually-hidden::after{content:"ย "}*:focus{z-index:9;outline:.3125rem #00b0ff solid;outline:.3125rem var(--focus-outline) solid;outline-offset:.125rem}.tna-\!--no-focus-style:focus{outline:none}:root{--page-background: #f4f4f4;--background-tint: #d8d8d8;--font-base: #343338;--font-dark: rgb(0, 0, 0);--font-light: rgb(52 51 56/0.7);--icon-light: rgb(52 51 56/0.45);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: rgb(0, 176, 255);--keyline: rgb(38 38 42/0.25);--keyline-dark: #26262a;--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template{min-width:320px;width:100%;height:100%;-webkit-overflow-scrolling:touch;font-size:16px;background-color:#f4f4f4;background-color:var(--page-background);accent-color:var(--accent);--accent-font-base: rgb(255, 255, 255) !important;--accent-font-dark: rgb(255, 255, 255) !important;--accent-font-light: rgb(255 255 255/0.7) !important;--accent-icon-light: rgb(255 255 255/0.45) !important;--accent-link: rgb(255, 255, 255) !important;--accent-link-visited: rgb(255, 255, 255) !important;--accent-keyline: rgb(255 255 255/0.5) !important;--accent-keyline-dark: rgb(255 255 255/0.8) !important}.tna-template--system-theme{--page-background: #f4f4f4;--background-tint: #d8d8d8;--font-base: #343338;--font-dark: rgb(0, 0, 0);--font-light: rgb(52 51 56/0.7);--icon-light: rgb(52 51 56/0.45);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: rgb(0, 176, 255);--keyline: rgb(38 38 42/0.25);--keyline-dark: #26262a;--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}@media(prefers-color-scheme: dark){.tna-template--system-theme{--page-background: #111;--background-tint: #333;--font-base: rgb(255 255 255/0.95);--font-dark: rgb(255, 255, 255);--font-light: rgb(255 255 255/0.5);--icon-light: rgb(255 255 255/0.35);--link: rgb(0, 176, 255);--link-visited: #a8f;--focus-outline: rgb(0, 176, 255);--keyline: rgb(255 255 255/0.25);--keyline-dark: rgb(255, 255, 255);--button-text: rgb(0, 0, 0);--button-background: rgb(255, 255, 255);--button-hover-text: rgb(255, 255, 255);--button-hover-background: rgb(0, 0, 0);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: rgb(140, 150, 148);--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}}@media(prefers-contrast: more){.tna-template--system-theme{--page-background: rgb(255, 255, 255);--background-tint: #d8d8d8;--font-base: rgb(0, 0, 0);--font-dark: rgb(0, 0, 0);--font-light: rgb(0, 0, 0);--icon-light: rgb(0 0 0/0.75);--link: rgb(0, 76, 126);--link-visited: rgb(0, 0, 0);--focus-outline: rgb(253, 63, 3);--keyline: rgb(0, 0, 0);--keyline-dark: rgb(0, 0, 0);--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #f4f4f4;--contrast-font-base: rgb(0, 0, 0);--contrast-font-dark: rgb(0, 0, 0);--contrast-font-light: rgb(0, 0, 0);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(0, 76, 126);--contrast-link-visited: rgb(0, 0, 0);--contrast-keyline: rgb(0, 0, 0);--contrast-keyline-dark: rgb(0, 0, 0);--contrast-button-text: rgb(255, 255, 255);--contrast-button-background: rgb(0, 0, 0);--contrast-button-hover-text: rgb(0, 0, 0);--contrast-button-hover-background: rgb(255, 255, 255);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template--system-theme *{background-image:none !important}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){.tna-template--system-theme{--page-background: rgb(0, 0, 0);--background-tint: #333;--font-base: rgb(255, 255, 255);--font-dark: rgb(255, 255, 255);--font-light: rgb(255, 255, 255);--icon-light: rgb(255 255 255/0.75);--link: rgb(255, 255, 255);--link-visited: rgb(255, 255, 255);--focus-outline: rgb(0, 176, 255);--keyline: rgb(255, 255, 255);--keyline-dark: rgb(255, 255, 255);--button-text: rgb(0, 0, 0);--button-background: rgb(255, 255, 255);--button-hover-text: rgb(255, 255, 255);--button-hover-background: rgb(0, 0, 0);--contrast-background: #111;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: rgb(140, 150, 148);--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}}.tna-template--light-theme{--page-background: #f4f4f4;--background-tint: #d8d8d8;--font-base: #343338;--font-dark: rgb(0, 0, 0);--font-light: rgb(52 51 56/0.7);--icon-light: rgb(52 51 56/0.45);--link: #1d70ab;--link-visited: #4c2c92;--focus-outline: rgb(0, 176, 255);--keyline: rgb(38 38 42/0.25);--keyline-dark: #26262a;--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template--dark-theme{--page-background: #111;--background-tint: #333;--font-base: rgb(255 255 255/0.95);--font-dark: rgb(255, 255, 255);--font-light: rgb(255 255 255/0.5);--icon-light: rgb(255 255 255/0.35);--link: rgb(0, 176, 255);--link-visited: #a8f;--focus-outline: rgb(0, 176, 255);--keyline: rgb(255 255 255/0.25);--keyline-dark: rgb(255, 255, 255);--button-text: rgb(0, 0, 0);--button-background: rgb(255, 255, 255);--button-hover-text: rgb(255, 255, 255);--button-hover-background: rgb(0, 0, 0);--contrast-background: #1e1e1e;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: rgb(140, 150, 148);--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template--high-contrast-theme{--page-background: rgb(255, 255, 255);--background-tint: #d8d8d8;--font-base: rgb(0, 0, 0);--font-dark: rgb(0, 0, 0);--font-light: rgb(0, 0, 0);--icon-light: rgb(0 0 0/0.75);--link: rgb(0, 76, 126);--link-visited: rgb(0, 0, 0);--focus-outline: rgb(253, 63, 3);--keyline: rgb(0, 0, 0);--keyline-dark: rgb(0, 0, 0);--button-text: rgb(255, 255, 255);--button-background: rgb(0, 0, 0);--button-hover-text: rgb(0, 0, 0);--button-hover-background: rgb(255, 255, 255);--contrast-background: #f4f4f4;--contrast-font-base: rgb(0, 0, 0);--contrast-font-dark: rgb(0, 0, 0);--contrast-font-light: rgb(0, 0, 0);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(0, 76, 126);--contrast-link-visited: rgb(0, 0, 0);--contrast-keyline: rgb(0, 0, 0);--contrast-keyline-dark: rgb(0, 0, 0);--contrast-button-text: rgb(255, 255, 255);--contrast-button-background: rgb(0, 0, 0);--contrast-button-hover-text: rgb(0, 0, 0);--contrast-button-hover-background: rgb(255, 255, 255);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: #d9d9d6;--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template--high-contrast-theme *{background-image:none !important}.tna-template--high-contrast-theme.tna-template--dark-theme{--page-background: rgb(0, 0, 0);--background-tint: #333;--font-base: rgb(255, 255, 255);--font-dark: rgb(255, 255, 255);--font-light: rgb(255, 255, 255);--icon-light: rgb(255 255 255/0.75);--link: rgb(255, 255, 255);--link-visited: rgb(255, 255, 255);--focus-outline: rgb(0, 176, 255);--keyline: rgb(255, 255, 255);--keyline-dark: rgb(255, 255, 255);--button-text: rgb(0, 0, 0);--button-background: rgb(255, 255, 255);--button-hover-text: rgb(255, 255, 255);--button-hover-background: rgb(0, 0, 0);--contrast-background: #111;--contrast-font-base: rgb(255, 255, 255);--contrast-font-dark: rgb(255, 255, 255);--contrast-font-light: rgb(255 255 255/0.7);--contrast-icon-light: rgb(255 255 255/0.45);--contrast-link: rgb(255, 255, 255);--contrast-link-visited: rgb(255, 255, 255);--contrast-keyline: rgb(255 255 255/0.5);--contrast-keyline-dark: rgb(255 255 255/0.8);--contrast-button-text: rgb(0, 0, 0);--contrast-button-background: rgb(255, 255, 255);--contrast-button-hover-text: rgb(255, 255, 255);--contrast-button-hover-background: rgb(0, 0, 0);--accent: #d9d9d6;--accent-background: #111;--accent-background-light: rgb(140, 150, 148);--accent-font-base: rgb(255, 255, 255);--accent-font-dark: rgb(255, 255, 255);--accent-font-light: rgb(255 255 255/0.7);--accent-icon-light: rgb(255 255 255/0.45);--accent-link: rgb(255, 255, 255);--accent-link-visited: #b9f;--accent-keyline: rgb(255 255 255/0.5);--accent-keyline-dark: rgb(255 255 255/0.8);--button-accent-text: rgb(0, 0, 0);--button-accent-background: rgb(140, 150, 148)}.tna-template--yellow-accent{--accent: rgb(255, 204, 0) !important;--accent-background: rgb(255, 204, 0) !important;--accent-background-light: rgb(249, 247, 226) !important;--accent-font-base: rgb(0, 0, 0) !important;--accent-font-dark: rgb(0, 0, 0) !important;--accent-font-light: rgb(0 0 0/0.7) !important;--accent-icon-light: rgb(0 0 0/0.45) !important;--accent-link: rgb(0, 0, 0) !important;--accent-link-visited: rgb(0, 0, 0) !important;--accent-keyline: rgb(0 0 0/0.5) !important;--accent-keyline-dark: rgb(0 0 0/0.8) !important;--button-accent-background: rgb(255, 204, 0) !important}.tna-template--pink-accent{--accent-font-base: rgb(255, 255, 255) !important;--accent-font-dark: rgb(255, 255, 255) !important;--accent-font-light: rgb(255 255 255/0.7) !important;--accent-icon-light: rgb(255 255 255/0.45) !important;--accent-link: rgb(255, 255, 255) !important;--accent-link-visited: rgb(255, 255, 255) !important;--accent-keyline: rgb(255 255 255/0.5) !important;--accent-keyline-dark: rgb(255 255 255/0.8) !important;--button-accent-text: rgb(255, 255, 255) !important;--accent: rgb(254, 29, 87) !important;--accent-background: rgb(156, 25, 58) !important;--accent-background-light: rgb(250, 211, 212) !important;--button-accent-background: rgb(156, 25, 58) !important}.tna-template--orange-accent{--accent-font-base: rgb(255, 255, 255) !important;--accent-font-dark: rgb(255, 255, 255) !important;--accent-font-light: rgb(255 255 255/0.7) !important;--accent-icon-light: rgb(255 255 255/0.45) !important;--accent-link: rgb(255, 255, 255) !important;--accent-link-visited: rgb(255, 255, 255) !important;--accent-keyline: rgb(255 255 255/0.5) !important;--accent-keyline-dark: rgb(255 255 255/0.8) !important;--button-accent-text: rgb(255, 255, 255) !important;--accent: rgb(253, 63, 3) !important;--accent-background: rgb(143, 52, 21) !important;--accent-background-light: rgb(249, 225, 188) !important;--button-accent-background: rgb(143, 52, 21) !important}.tna-template--green-accent{--accent-font-base: rgb(255, 255, 255) !important;--accent-font-dark: rgb(255, 255, 255) !important;--accent-font-light: rgb(255 255 255/0.7) !important;--accent-icon-light: rgb(255 255 255/0.45) !important;--accent-link: rgb(255, 255, 255) !important;--accent-link-visited: rgb(255, 255, 255) !important;--accent-keyline: rgb(255 255 255/0.5) !important;--accent-keyline-dark: rgb(255 255 255/0.8) !important;--button-accent-text: rgb(255, 255, 255) !important;--accent: rgb(134, 188, 37) !important;--accent-background: rgb(0, 98, 59) !important;--accent-background-light: rgb(221, 229, 213) !important;--button-accent-background: rgb(0, 98, 59) !important}.tna-template--blue-accent{--accent-font-base: rgb(255, 255, 255) !important;--accent-font-dark: rgb(255, 255, 255) !important;--accent-font-light: rgb(255 255 255/0.7) !important;--accent-icon-light: rgb(255 255 255/0.45) !important;--accent-link: rgb(255, 255, 255) !important;--accent-link-visited: rgb(255, 255, 255) !important;--accent-keyline: rgb(255 255 255/0.5) !important;--accent-keyline-dark: rgb(255 255 255/0.8) !important;--button-accent-text: rgb(255, 255, 255) !important;--accent: rgb(0, 176, 255) !important;--accent-background: rgb(0, 76, 126) !important;--accent-background-light: rgb(212, 229, 239) !important;--button-accent-background: rgb(0, 76, 126) !important}@media(prefers-reduced-motion){.tna-template *{animation:none !important;transition:none !important}}.tna-template__body{min-height:100%;margin:0;padding:0}.tna-template__body:has(.tna-header):has(#main-content[role=main]):has(.tna-footer){display:flex;flex-direction:column}.tna-template__body:has(.tna-header):has(#main-content[role=main]):has(.tna-footer) #main-content[role=main]{flex:1}img,svg,picture,video,canvas{max-width:100%;display:block}video,canvas{width:100%}[hidden]{display:none}hr{margin:2rem 0;border-width:1px 0 0;border-color:rgb(38 38 42/0.25);border-color:var(--keyline);border-style:solid}.tna-section{padding-top:3rem;padding-bottom:3rem}@media(max-width: 48em){.tna-section{padding-top:2rem;padding-bottom:2rem}}.tna-aside{padding:2rem}@media(max-width: 48em){.tna-aside{padding:1rem}}.tna-template--high-contrast-theme .tna-aside{border:1px #26262a solid;border:1px var(--keyline-dark) solid}@media(prefers-contrast: more){.tna-template--system-theme .tna-aside{border:1px #26262a solid;border:1px var(--keyline-dark) solid}}.tna-\!--no-margin-top,.tna-\!--no-margin-vertical{margin-top:0 !important}.tna-\!--no-margin-bottom,.tna-\!--no-margin-vertical{margin-bottom:0 !important}.tna-\!--no-padding-top,.tna-\!--no-padding-vertical{padding-top:0 !important}.tna-\!--no-padding-bottom,.tna-\!--no-padding-vertical{padding-bottom:0 !important}.tna-\!--margin-top-xs,.tna-\!--margin-vertical-xs{margin-top:0.5rem !important}.tna-\!--margin-top-s,.tna-\!--margin-vertical-s{margin-top:1rem !important}.tna-\!--margin-top-m,.tna-\!--margin-vertical-m{margin-top:2rem !important}.tna-\!--margin-top-l,.tna-\!--margin-vertical-l{margin-top:3rem !important}.tna-\!--margin-top-xl,.tna-\!--margin-vertical-xl{margin-top:5rem !important}.tna-\!--margin-top-xxl,.tna-\!--margin-vertical-xxl{margin-top:8rem !important}.tna-\!--margin-bottom-xs,.tna-\!--margin-vertical-xs{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s,.tna-\!--margin-vertical-s{margin-bottom:1rem !important}.tna-\!--margin-bottom-m,.tna-\!--margin-vertical-m{margin-bottom:2rem !important}.tna-\!--margin-bottom-l,.tna-\!--margin-vertical-l{margin-bottom:3rem !important}.tna-\!--margin-bottom-xl,.tna-\!--margin-vertical-xl{margin-bottom:5rem !important}.tna-\!--margin-bottom-xxl,.tna-\!--margin-vertical-xxl{margin-bottom:8rem !important}.tna-\!--padding-top-xs,.tna-\!--padding-vertical-xs{padding-top:0.5rem !important}.tna-\!--padding-top-s,.tna-\!--padding-vertical-s{padding-top:1rem !important}.tna-\!--padding-top-m,.tna-\!--padding-vertical-m{padding-top:2rem !important}.tna-\!--padding-top-l,.tna-\!--padding-vertical-l{padding-top:3rem !important}.tna-\!--padding-top-xl,.tna-\!--padding-vertical-xl{padding-top:5rem !important}.tna-\!--padding-top-xxl,.tna-\!--padding-vertical-xxl{padding-top:8rem !important}.tna-\!--padding-bottom-xs,.tna-\!--padding-vertical-xs{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s,.tna-\!--padding-vertical-s{padding-bottom:1rem !important}.tna-\!--padding-bottom-m,.tna-\!--padding-vertical-m{padding-bottom:2rem !important}.tna-\!--padding-bottom-l,.tna-\!--padding-vertical-l{padding-bottom:3rem !important}.tna-\!--padding-bottom-xl,.tna-\!--padding-vertical-xl{padding-bottom:5rem !important}.tna-\!--padding-bottom-xxl,.tna-\!--padding-vertical-xxl{padding-bottom:8rem !important}@media(min-width: 48.0625em)and (max-width: 64em){.tna-\!--no-margin-top-medium,.tna-\!--no-margin-vertical-medium{margin-top:0 !important}.tna-\!--no-margin-bottom-medium,.tna-\!--no-margin-vertical-medium{margin-bottom:0 !important}.tna-\!--no-padding-top-medium,.tna-\!--no-padding-vertical-medium{padding-top:0 !important}.tna-\!--no-padding-bottom-medium,.tna-\!--no-padding-vertical-medium{padding-bottom:0 !important}.tna-\!--margin-top-xs-medium,.tna-\!--margin-vertical-xs-medium{margin-top:0.5rem !important}.tna-\!--margin-top-s-medium,.tna-\!--margin-vertical-s-medium{margin-top:1rem !important}.tna-\!--margin-top-m-medium,.tna-\!--margin-vertical-m-medium{margin-top:2rem !important}.tna-\!--margin-top-l-medium,.tna-\!--margin-vertical-l-medium{margin-top:3rem !important}.tna-\!--margin-top-xl-medium,.tna-\!--margin-vertical-xl-medium{margin-top:5rem !important}.tna-\!--margin-top-xxl-medium,.tna-\!--margin-vertical-xxl-medium{margin-top:8rem !important}.tna-\!--margin-bottom-xs-medium,.tna-\!--margin-vertical-xs-medium{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-medium,.tna-\!--margin-vertical-s-medium{margin-bottom:1rem !important}.tna-\!--margin-bottom-m-medium,.tna-\!--margin-vertical-m-medium{margin-bottom:2rem !important}.tna-\!--margin-bottom-l-medium,.tna-\!--margin-vertical-l-medium{margin-bottom:3rem !important}.tna-\!--margin-bottom-xl-medium,.tna-\!--margin-vertical-xl-medium{margin-bottom:5rem !important}.tna-\!--margin-bottom-xxl-medium,.tna-\!--margin-vertical-xxl-medium{margin-bottom:8rem !important}.tna-\!--padding-top-xs-medium,.tna-\!--padding-vertical-xs-medium{padding-top:0.5rem !important}.tna-\!--padding-top-s-medium,.tna-\!--padding-vertical-s-medium{padding-top:1rem !important}.tna-\!--padding-top-m-medium,.tna-\!--padding-vertical-m-medium{padding-top:2rem !important}.tna-\!--padding-top-l-medium,.tna-\!--padding-vertical-l-medium{padding-top:3rem !important}.tna-\!--padding-top-xl-medium,.tna-\!--padding-vertical-xl-medium{padding-top:5rem !important}.tna-\!--padding-top-xxl-medium,.tna-\!--padding-vertical-xxl-medium{padding-top:8rem !important}.tna-\!--padding-bottom-xs-medium,.tna-\!--padding-vertical-xs-medium{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-medium,.tna-\!--padding-vertical-s-medium{padding-bottom:1rem !important}.tna-\!--padding-bottom-m-medium,.tna-\!--padding-vertical-m-medium{padding-bottom:2rem !important}.tna-\!--padding-bottom-l-medium,.tna-\!--padding-vertical-l-medium{padding-bottom:3rem !important}.tna-\!--padding-bottom-xl-medium,.tna-\!--padding-vertical-xl-medium{padding-bottom:5rem !important}.tna-\!--padding-bottom-xxl-medium,.tna-\!--padding-vertical-xxl-medium{padding-bottom:8rem !important}}@media(min-width: 30.0625em)and (max-width: 48em){.tna-\!--no-margin-top-small,.tna-\!--no-margin-vertical-small{margin-top:0 !important}.tna-\!--no-margin-bottom-small,.tna-\!--no-margin-vertical-small{margin-bottom:0 !important}.tna-\!--no-padding-top-small,.tna-\!--no-padding-vertical-small{padding-top:0 !important}.tna-\!--no-padding-bottom-small,.tna-\!--no-padding-vertical-small{padding-bottom:0 !important}.tna-\!--margin-top-xs-small,.tna-\!--margin-vertical-xs-small{margin-top:0.5rem !important}.tna-\!--margin-top-s-small,.tna-\!--margin-vertical-s-small{margin-top:0.75rem !important}.tna-\!--margin-top-m-small,.tna-\!--margin-vertical-m-small{margin-top:1.5rem !important}.tna-\!--margin-top-l-small,.tna-\!--margin-vertical-l-small{margin-top:2rem !important}.tna-\!--margin-top-xl-small,.tna-\!--margin-vertical-xl-small{margin-top:3rem !important}.tna-\!--margin-top-xxl-small,.tna-\!--margin-vertical-xxl-small{margin-top:5rem !important}.tna-\!--margin-bottom-xs-small,.tna-\!--margin-vertical-xs-small{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-small,.tna-\!--margin-vertical-s-small{margin-bottom:0.75rem !important}.tna-\!--margin-bottom-m-small,.tna-\!--margin-vertical-m-small{margin-bottom:1.5rem !important}.tna-\!--margin-bottom-l-small,.tna-\!--margin-vertical-l-small{margin-bottom:2rem !important}.tna-\!--margin-bottom-xl-small,.tna-\!--margin-vertical-xl-small{margin-bottom:3rem !important}.tna-\!--margin-bottom-xxl-small,.tna-\!--margin-vertical-xxl-small{margin-bottom:5rem !important}.tna-\!--padding-top-xs-small,.tna-\!--padding-vertical-xs-small{padding-top:0.5rem !important}.tna-\!--padding-top-s-small,.tna-\!--padding-vertical-s-small{padding-top:0.75rem !important}.tna-\!--padding-top-m-small,.tna-\!--padding-vertical-m-small{padding-top:1.5rem !important}.tna-\!--padding-top-l-small,.tna-\!--padding-vertical-l-small{padding-top:2rem !important}.tna-\!--padding-top-xl-small,.tna-\!--padding-vertical-xl-small{padding-top:3rem !important}.tna-\!--padding-top-xxl-small,.tna-\!--padding-vertical-xxl-small{padding-top:5rem !important}.tna-\!--padding-bottom-xs-small,.tna-\!--padding-vertical-xs-small{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-small,.tna-\!--padding-vertical-s-small{padding-bottom:0.75rem !important}.tna-\!--padding-bottom-m-small,.tna-\!--padding-vertical-m-small{padding-bottom:1.5rem !important}.tna-\!--padding-bottom-l-small,.tna-\!--padding-vertical-l-small{padding-bottom:2rem !important}.tna-\!--padding-bottom-xl-small,.tna-\!--padding-vertical-xl-small{padding-bottom:3rem !important}.tna-\!--padding-bottom-xxl-small,.tna-\!--padding-vertical-xxl-small{padding-bottom:5rem !important}}@media(max-width: 30em){.tna-\!--no-margin-top-tiny,.tna-\!--no-margin-vertical-tiny{margin-top:0 !important}.tna-\!--no-margin-bottom-tiny,.tna-\!--no-margin-vertical-tiny{margin-bottom:0 !important}.tna-\!--no-padding-top-tiny,.tna-\!--no-padding-vertical-tiny{padding-top:0 !important}.tna-\!--no-padding-bottom-tiny,.tna-\!--no-padding-vertical-tiny{padding-bottom:0 !important}.tna-\!--margin-top-xs-tiny,.tna-\!--margin-vertical-xs-tiny{margin-top:0.5rem !important}.tna-\!--margin-top-s-tiny,.tna-\!--margin-vertical-s-tiny{margin-top:0.75rem !important}.tna-\!--margin-top-m-tiny,.tna-\!--margin-vertical-m-tiny{margin-top:1.5rem !important}.tna-\!--margin-top-l-tiny,.tna-\!--margin-vertical-l-tiny{margin-top:2rem !important}.tna-\!--margin-top-xl-tiny,.tna-\!--margin-vertical-xl-tiny{margin-top:3rem !important}.tna-\!--margin-top-xxl-tiny,.tna-\!--margin-vertical-xxl-tiny{margin-top:5rem !important}.tna-\!--margin-bottom-xs-tiny,.tna-\!--margin-vertical-xs-tiny{margin-bottom:0.5rem !important}.tna-\!--margin-bottom-s-tiny,.tna-\!--margin-vertical-s-tiny{margin-bottom:0.75rem !important}.tna-\!--margin-bottom-m-tiny,.tna-\!--margin-vertical-m-tiny{margin-bottom:1.5rem !important}.tna-\!--margin-bottom-l-tiny,.tna-\!--margin-vertical-l-tiny{margin-bottom:2rem !important}.tna-\!--margin-bottom-xl-tiny,.tna-\!--margin-vertical-xl-tiny{margin-bottom:3rem !important}.tna-\!--margin-bottom-xxl-tiny,.tna-\!--margin-vertical-xxl-tiny{margin-bottom:5rem !important}.tna-\!--padding-top-xs-tiny,.tna-\!--padding-vertical-xs-tiny{padding-top:0.5rem !important}.tna-\!--padding-top-s-tiny,.tna-\!--padding-vertical-s-tiny{padding-top:0.75rem !important}.tna-\!--padding-top-m-tiny,.tna-\!--padding-vertical-m-tiny{padding-top:1.5rem !important}.tna-\!--padding-top-l-tiny,.tna-\!--padding-vertical-l-tiny{padding-top:2rem !important}.tna-\!--padding-top-xl-tiny,.tna-\!--padding-vertical-xl-tiny{padding-top:3rem !important}.tna-\!--padding-top-xxl-tiny,.tna-\!--padding-vertical-xxl-tiny{padding-top:5rem !important}.tna-\!--padding-bottom-xs-tiny,.tna-\!--padding-vertical-xs-tiny{padding-bottom:0.5rem !important}.tna-\!--padding-bottom-s-tiny,.tna-\!--padding-vertical-s-tiny{padding-bottom:0.75rem !important}.tna-\!--padding-bottom-m-tiny,.tna-\!--padding-vertical-m-tiny{padding-bottom:1.5rem !important}.tna-\!--padding-bottom-l-tiny,.tna-\!--padding-vertical-l-tiny{padding-bottom:2rem !important}.tna-\!--padding-bottom-xl-tiny,.tna-\!--padding-vertical-xl-tiny{padding-bottom:3rem !important}.tna-\!--padding-bottom-xxl-tiny,.tna-\!--padding-vertical-xxl-tiny{padding-bottom:5rem !important}}@font-face{font-family:"Open Sans";src:url("./assets/fonts/OpenSans-Medium.ttf");font-weight:normal;font-style:normal}@font-face{font-family:"Open Sans";src:url("./assets/fonts/OpenSans-Bold.ttf");font-weight:bold;font-style:normal}@font-face{font-family:"Roboto Mono";src:url("./assets/fonts/RobotoMono-Regular.ttf");font-weight:normal;font-style:normal}.tna-template{color:#343338;color:var(--font-base);font-family:"Open Sans",sans-serif;font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none;direction:ltr}.tna-template__body{color:inherit;font-size:1.125rem;line-height:1.7777777778}@media(max-width: 48em){.tna-template__body{font-size:1.0625rem}}h1,h2,h3,h4,h5,h6,ul,ol{margin-top:0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}p{margin:0 0 1rem}@media(max-width: 30em){p{margin-bottom:1rem}}p:last-child{margin-bottom:0}a{color:#1d70ab;color:var(--link);text-decoration-thickness:1.5px}a:visited{color:#4c2c92;color:var(--link-visited)}a:hover,a:active{text-decoration:underline;text-decoration-thickness:3.5px}a.tna-chip{text-decoration:none}a.tna-chip,a.tna-chip:link,a.tna-chip:visited{color:#000;color:var(--font-dark)}a.tna-chip:hover{text-decoration:underline;text-decoration-thickness:3.5px}small{font-size:0.95625rem}.tna-ul,.tna-ol{margin-top:0;margin-right:0;margin-left:0;padding:0 0 0 2rem}.tna-ul li::marker,.tna-ol li::marker{color:#111;color:var(--accent-background);font-weight:700}.tna-ul--plain,.tna-ol--plain{padding-left:0;list-style:none}.tna-dl{display:flex;flex-wrap:wrap}.tna-dl dt,.tna-dl dd{margin:0;padding:.5rem 1rem;position:relative;box-sizing:border-box;word-wrap:break-word}.tna-dl--plain dt{padding-left:0}.tna-dl--plain dd{padding-right:0}.tna-dl dt{width:25%;font-weight:bold}.tna-dl dd{width:75%}.tna-dl dd+dd{margin-left:25%}.tna-dl--icon-padding dt{padding-left:3rem !important;position:relative}.tna-dl--icon-padding dt .fa-solid{overflow:visible;position:absolute;top:50%;left:1rem;color:rgb(52 51 56/0.45);color:var(--icon-light);text-align:left;transform:translateY(-50%)}.tna-dl--icon-padding.tna-dl--plain dt{padding-left:2rem !important}.tna-dl--icon-padding.tna-dl--plain dt .fa-solid{left:0}.tna-dl:not(.tna-dl--plain) dt:first-child,.tna-dl:not(.tna-dl--plain) dd:nth-of-type(2n)+dt,.tna-dl:not(.tna-dl--plain) dd:nth-of-type(2n + 1){background-color:#d8d8d8;background-color:var(--background-tint)}@media(min-width: 30.0625em)and (max-width: 48em){.tna-dl dt{width:35%}.tna-dl dd{width:65%}.tna-dl dd+dd{margin-left:35%}}@media(max-width: 30em){.tna-dl dt,.tna-dl dd{width:100%;margin-left:0}.tna-dl dd{padding-left:1rem}.tna-dl--plain dt{padding-bottom:0}.tna-dl--plain dd{padding-top:0}.tna-dl:not(.tna-dl--plain) dt{background-color:#d8d8d8;background-color:var(--background-tint)}.tna-dl:not(.tna-dl--plain) dd{background:rgba(0,0,0,0) !important}}.tna-template--high-contrast-theme .tna-dl{border-bottom:1px #26262a solid;border-bottom:1px var(--keyline-dark) solid}.tna-template--high-contrast-theme .tna-dl dt,.tna-template--high-contrast-theme .tna-dl dd{background:rgba(0,0,0,0) !important;border-top:1px #26262a solid;border-top:1px var(--keyline-dark) solid}@media(prefers-contrast: more){.tna-template--system-theme .tna-dl{border-bottom:1px #26262a solid;border-bottom:1px var(--keyline-dark) solid}.tna-template--system-theme .tna-dl dt,.tna-template--system-theme .tna-dl dd{background:rgba(0,0,0,0) !important;border-top:1px #26262a solid;border-top:1px var(--keyline-dark) solid}}.tna-hgroup__supertitle,.tna-chip{max-width:max-content;padding:.125em .25rem;display:block;color:#000;color:var(--font-dark);font-family:"Roboto Mono",monospace;font-weight:normal;font-size:0.875rem;text-transform:uppercase;line-height:1.1428571429;line-height:1;border:.125rem #111 solid;border:.125rem var(--accent-background) solid}.tna-chip-list{padding-left:0;display:flex;flex-wrap:wrap;gap:1rem;list-style:none}.tna-hgroup__title,.tna-heading{color:#000;color:var(--font-dark);text-wrap:balance}.tna-hgroup__title:not(.tna-heading--no-link-arrow) a,.tna-heading:not(.tna-heading--no-link-arrow) a{display:inline-block}.tna-hgroup__title:not(.tna-heading--no-link-arrow) a::after,.tna-heading:not(.tna-heading--no-link-arrow) a::after{padding-left:.25rem;display:inline-block;font-weight:700;content:"โบ"}.tna-hgroup__title:not(.tna-heading--no-link-arrow) a:hover::after,.tna-heading:not(.tna-heading--no-link-arrow) a:hover::after{padding-left:.5rem}.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-family:supria-sans-condensed,"Arial Narrow",sans-serif;font-weight:400;font-size:4rem;line-height:1.2}@media(min-width: 48.0625em)and (max-width: 64em){.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-size:2.625rem}}@media(max-width: 48em){.tna-hgroup--xl .tna-hgroup__title,.tna-heading--xl{font-size:2.25rem}}.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-family:supria-sans-condensed,"Arial Narrow",sans-serif;font-weight:400;font-size:2rem;line-height:1.3}@media(min-width: 48.0625em)and (max-width: 64em){.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-size:1.625rem}}@media(max-width: 48em){.tna-hgroup--l .tna-hgroup__title,.tna-heading--l{font-size:1.5rem}}.tna-hgroup--m .tna-hgroup__title,.tna-heading--m{font-weight:bold;font-size:1.375rem;line-height:1.6}.tna-hgroup--s .tna-hgroup__title,.tna-heading--s{font-weight:bold;font-size:1.125rem;line-height:1.6}.tna-hgroup__supertitle{margin:0 0 .25rem}.tna-hgroup__title{margin:0;display:block}.tna-heading,.tna-hgroup{margin-top:3rem;margin-bottom:1rem}.tna-heading:first-child,.tna-hgroup:first-child{margin-top:0}.tna-heading:last-child,.tna-hgroup:last-child{margin-bottom:0}.tna-blockquote{margin-top:0;margin-right:0;margin-left:0;padding:1rem 1rem 1rem 2rem;border-left:.35rem #111 solid;border-left:.35rem var(--accent-background) solid}.tna-blockquote__quote{font-weight:700}.tna-blockquote__author{font-style:italic}.tna-blockquote .tna-blockquote__author{margin:1rem 0 0}.tna-blockquote__author::before{content:"โ" " "}.tna-scene-setter{font-family:"Roboto Mono",monospace;font-weight:normal;color:#000;color:var(--font-dark);font-size:1.875rem;line-height:1.6666666667}@media(max-width: 48em){.tna-scene-setter{font-size:1.5rem;line-height:2}}.tna-scene-setter a{color:inherit;text-decoration-thickness:2px}.tna-scene-setter a:hover{text-decoration-thickness:4.5px}.tna-columns{column-gap:2rem}.tna-columns--2{column-count:2}.tna-columns--3{column-count:3}@media(max-width: 30em){.tna-columns{column-gap:1rem}}@media(min-width: 30.0625em)and (max-width: 48em){.tna-columns--1-small{column-count:1}.tna-columns--2-small{column-count:2}.tna-columns--3-small{column-count:3}.tna-columns--4-small{column-count:4}}@media(max-width: 30em){.tna-columns--1-tiny{column-count:1}.tna-columns--2-tiny{column-count:2}.tna-columns--3-tiny{column-count:3}.tna-columns--4-tiny{column-count:4}}.tna-columns__block{break-inside:avoid}.tna-columns:has(.tna-columns__block:only-of-type){column-count:1}.tna-card,.tna-button-group{margin-bottom:2rem}.tna-card:last-child,.tna-button-group:last-child{margin-bottom:0}.tna-button-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}@media(max-width: 30em){.tna-button-group{flex-direction:column;align-items:stretch}}.tna-button{padding:.25rem 1rem;display:inline-block;font-size:1.125rem;font-weight:bold;text-decoration:none;text-align:center;line-height:1.7777777778;background-color:#000;background-color:var(--button-background);border:.25rem #000 solid;border:.25rem var(--button-background) solid;transition:color 200ms,background-color 200ms,border-color 200ms;cursor:pointer}.tna-button,.tna-button:link,.tna-button:visited{color:#fff;color:var(--button-text)}.tna-button:hover{color:#000;color:var(--button-hover-text);text-decoration:none;background:rgba(0,0,0,0);transition:color 50ms,background-color 50ms,border-color 50ms}.tna-button--plain{font-weight:normal;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.tna-button--plain,.tna-button--plain:link,.tna-button--plain:visited{color:#1d70ab;color:var(--link)}.tna-button--plain:hover{text-decoration:underline;text-decoration-thickness:3.5px}.tna-button--small{padding:.125rem .5rem;font-size:0.875rem}.tna-button--accent{background-color:#8c9694;background-color:var(--button-accent-background);border-color:#8c9694;border-color:var(--button-accent-background)}.tna-button--accent,.tna-button--accent:link,.tna-button--accent:visited{color:#000;color:var(--button-accent-text)}.tna-button--accent:hover{color:#000;color:var(--font-dark)}.tna-button--solid-hover:not(.tna-button--plain):hover,.tna-background--accent-light .tna-button:not(.tna-button--plain):hover,.tna-background--accent .tna-button:not(.tna-button--accent):not(.tna-button--plain):hover{background-color:#f4f4f4;background-color:var(--page-background)}.tna-background--accent .tna-button--accent{background-color:#f4f4f4;background-color:var(--page-background);border-color:#f4f4f4;border-color:var(--page-background)}.tna-background--accent .tna-button--accent,.tna-background--accent .tna-button--accent:link,.tna-background--accent .tna-button--accent:visited{color:#000;color:var(--font-dark)}.tna-background--accent .tna-button--accent:hover{color:#f4f4f4;color:var(--page-background);background-color:#000;background-color:var(--font-dark)}.tna-button .fa-solid,.tna-button .fa-brands{margin-right:.5rem}.tna-card__inner{display:flex;flex-direction:column}.tna-card__heading{order:2}.tna-card__heading-link::after{display:none !important}.tna-card__image-container{height:0;margin-bottom:1rem;padding-bottom:66.6666666667%;position:relative;order:1}.tna-card__image{position:absolute;inset:0}.tna-card__image img{width:100%;height:100%;object-fit:cover}.tna-card__image-label{max-width:calc(100% - 1rem);position:absolute;top:.5rem;left:.5rem}.tna-card__body{order:3}.tna-card__meta{margin-bottom:1rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;line-height:1.3;list-style:none}.tna-card__meta-item{display:flex;align-items:center;color:#000;color:var(--font-dark);font-family:"Roboto Mono",monospace;font-weight:normal;font-size:0.875rem;text-transform:uppercase;line-height:1.1428571429}.tna-card__meta-item .fa-solid{margin-right:.75rem;color:rgb(52 51 56/0.45);color:var(--icon-light)}.tna-card__actions{margin-top:2rem;order:4}.tna-card__action{font-weight:bold}.tna-card__action .fa-solid,.tna-card__action .fa-brands{margin-right:.5rem}.tna-card--contrast .tna-card__inner,.tna-card--accent .tna-card__inner{padding-bottom:1rem}.tna-card--contrast .tna-card__heading,.tna-card--contrast .tna-card__body,.tna-card--contrast .tna-card__actions,.tna-card--accent .tna-card__heading,.tna-card--accent .tna-card__body,.tna-card--accent .tna-card__actions{margin-right:1rem;margin-left:1rem}.tna-card--accent .tna-hgroup__supertitle{border-color:#1e1e1e;border-color:var(--contrast-background)}.tna-card--horizontal{position:relative}@media(min-width: 48.0625em){.tna-card--horizontal .tna-card__inner{margin-left:50%;padding:2rem}.tna-card--horizontal .tna-card__image-container{height:auto;margin-bottom:0;padding-bottom:0;display:block;position:absolute;inset:0 50% 0 0}.tna-card--horizontal .tna-card__heading,.tna-card--horizontal .tna-card__body,.tna-card--horizontal .tna-card__actions{margin-right:0;margin-left:0}}@media(max-width: 48em){.tna-card--horizontal.tna-card--contrast .tna-card__inner,.tna-card--horizontal.tna-card--accent .tna-card__inner{padding:0 0 1rem}.tna-card--horizontal.tna-card--contrast .tna-card__image-container,.tna-card--horizontal.tna-card--accent .tna-card__image-container{margin-bottom:1rem}.tna-card--horizontal.tna-card--contrast .tna-card__heading,.tna-card--horizontal.tna-card--contrast .tna-card__body,.tna-card--horizontal.tna-card--contrast .tna-card__actions,.tna-card--horizontal.tna-card--accent .tna-card__heading,.tna-card--horizontal.tna-card--accent .tna-card__body,.tna-card--horizontal.tna-card--accent .tna-card__actions{margin-right:1rem;margin-left:1rem}}.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__inner{padding-bottom:1rem}.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__heading,.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__body,.tna-template--high-contrast-theme .tna-card:not(.tna-card--horizontal) .tna-card__actions{margin-right:1rem;margin-left:1rem}@media(prefers-contrast: more){.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__inner{padding-bottom:1rem}.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__heading,.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__body,.tna-template--system-theme .tna-card:not(.tna-card--horizontal) .tna-card__actions{margin-right:1rem;margin-left:1rem}}.tna-template--high-contrast-theme .tna-card{border:1px #26262a solid;border:1px var(--keyline-dark) solid}.tna-template--high-contrast-theme .tna-card__meta-item{padding-right:.5rem;border:1px #26262a solid;border:1px var(--keyline-dark) solid}.tna-template--high-contrast-theme .tna-card__meta-item .fa-solid{margin-right:.5rem;padding:.5rem;color:#fff;color:var(--contrast-font-base);background-color:#1e1e1e;background-color:var(--contrast-background);border-right:1px #26262a solid;border-right:1px var(--keyline-dark) solid}@media(prefers-contrast: more){.tna-template--system-theme .tna-card{border:1px #26262a solid;border:1px var(--keyline-dark) solid}.tna-template--system-theme .tna-card__meta-item{padding-right:.5rem;border:1px #26262a solid;border:1px var(--keyline-dark) solid}.tna-template--system-theme .tna-card__meta-item .fa-solid{margin-right:.5rem;padding:.5rem;color:#fff;color:var(--contrast-font-base);background-color:#1e1e1e;background-color:var(--contrast-background);border-right:1px #26262a solid;border-right:1px var(--keyline-dark) solid}}/*# sourceMappingURL=card.css.map */
|