@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.
Files changed (134) hide show
  1. package/README.md +1 -1
  2. package/govuk-prototype-kit.config.json +6 -1
  3. package/nationalarchives/_prototype-kit.scss +16 -0
  4. package/nationalarchives/all.css +3 -3
  5. package/nationalarchives/all.css.map +1 -1
  6. package/nationalarchives/all.js +1 -1
  7. package/nationalarchives/all.js.map +1 -1
  8. package/nationalarchives/all.mjs +17 -10
  9. package/nationalarchives/all.scss +1 -5
  10. package/nationalarchives/assets/images/favicon.ico +0 -0
  11. package/nationalarchives/assets/images/mask-icon.svg +17 -5
  12. package/nationalarchives/assets/images/mstile-150x150.png +0 -0
  13. package/nationalarchives/components/_index.scss +1 -0
  14. package/nationalarchives/components/breadcrumbs/breadcrumbs.css +1 -1
  15. package/nationalarchives/components/breadcrumbs/breadcrumbs.css.map +1 -1
  16. package/nationalarchives/components/breadcrumbs/breadcrumbs.scss +10 -0
  17. package/nationalarchives/components/button/button.css +1 -13
  18. package/nationalarchives/components/button/button.css.map +1 -1
  19. package/nationalarchives/components/button/button.scss +23 -6
  20. package/nationalarchives/components/card/card.css +1 -13
  21. package/nationalarchives/components/card/card.css.map +1 -1
  22. package/nationalarchives/components/card/card.scss +51 -6
  23. package/nationalarchives/components/card/card.stories.js +74 -35
  24. package/nationalarchives/components/card/fixtures.json +92 -106
  25. package/nationalarchives/components/card/macro-options.json +20 -0
  26. package/nationalarchives/components/card/template.njk +38 -26
  27. package/nationalarchives/components/cookie-banner/cookie-banner.css +1 -13
  28. package/nationalarchives/components/cookie-banner/cookie-banner.css.map +1 -1
  29. package/nationalarchives/components/cookie-banner/cookie-banner.js +1 -1
  30. package/nationalarchives/components/cookie-banner/cookie-banner.js.map +1 -1
  31. package/nationalarchives/components/cookie-banner/cookie-banner.mjs +15 -7
  32. package/nationalarchives/components/cookie-banner/cookie-banner.scss +9 -1
  33. package/nationalarchives/components/cookie-banner/cookie-banner.stories.js +23 -10
  34. package/nationalarchives/components/cookie-banner/macro-options.json +1 -1
  35. package/nationalarchives/components/cookie-banner/template.njk +4 -4
  36. package/nationalarchives/components/filters/filters.css +1 -1
  37. package/nationalarchives/components/filters/filters.css.map +1 -1
  38. package/nationalarchives/components/filters/filters.scss +1 -1
  39. package/nationalarchives/components/footer/fixtures.json +1 -1
  40. package/nationalarchives/components/footer/footer.css +1 -13
  41. package/nationalarchives/components/footer/footer.css.map +1 -1
  42. package/nationalarchives/components/footer/footer.scss +2 -8
  43. package/nationalarchives/components/footer/template.njk +8 -7
  44. package/nationalarchives/components/gallery/gallery.css +1 -13
  45. package/nationalarchives/components/gallery/gallery.css.map +1 -1
  46. package/nationalarchives/components/grid/grid.css +1 -1
  47. package/nationalarchives/components/grid/grid.css.map +1 -1
  48. package/nationalarchives/components/grid/grid.scss +15 -11
  49. package/nationalarchives/components/header/header.css +1 -1
  50. package/nationalarchives/components/header/header.css.map +1 -1
  51. package/nationalarchives/components/header/header.scss +10 -24
  52. package/nationalarchives/components/hero/fixtures.json +85 -6
  53. package/nationalarchives/components/hero/hero.css +1 -1
  54. package/nationalarchives/components/hero/hero.css.map +1 -1
  55. package/nationalarchives/components/hero/hero.scss +177 -63
  56. package/nationalarchives/components/hero/hero.stories.js +74 -23
  57. package/nationalarchives/components/hero/macro-options.json +28 -36
  58. package/nationalarchives/components/hero/template.njk +26 -24
  59. package/nationalarchives/components/index-grid/index-grid.css +1 -1
  60. package/nationalarchives/components/index-grid/index-grid.css.map +1 -1
  61. package/nationalarchives/components/index-grid/template.njk +1 -1
  62. package/nationalarchives/components/message/message.css +1 -1
  63. package/nationalarchives/components/message/message.css.map +1 -1
  64. package/nationalarchives/components/pagination/_index.scss +1 -0
  65. package/nationalarchives/components/pagination/fixtures.json +4 -0
  66. package/nationalarchives/components/pagination/macro-options.json +116 -0
  67. package/nationalarchives/components/pagination/macro.njk +3 -0
  68. package/nationalarchives/components/pagination/pagination.css +1 -0
  69. package/nationalarchives/components/pagination/pagination.css.map +1 -0
  70. package/nationalarchives/components/pagination/pagination.scss +79 -0
  71. package/nationalarchives/components/pagination/pagination.stories.js +73 -0
  72. package/nationalarchives/components/pagination/template.njk +38 -0
  73. package/nationalarchives/components/phase-banner/phase-banner.css +1 -1
  74. package/nationalarchives/components/phase-banner/phase-banner.css.map +1 -1
  75. package/nationalarchives/components/picture/picture.css +1 -13
  76. package/nationalarchives/components/picture/picture.css.map +1 -1
  77. package/nationalarchives/components/picture/picture.stories.js +2 -2
  78. package/nationalarchives/components/profile/profile.css +1 -1
  79. package/nationalarchives/components/profile/profile.css.map +1 -1
  80. package/nationalarchives/components/sensitive-image/sensitive-image.css +1 -1
  81. package/nationalarchives/components/sensitive-image/sensitive-image.css.map +1 -1
  82. package/nationalarchives/components/skip-link/fixtures.json +1 -1
  83. package/nationalarchives/components/skip-link/skip-link.css +1 -1
  84. package/nationalarchives/components/skip-link/skip-link.css.map +1 -1
  85. package/nationalarchives/components/skip-link/skip-link.js +2 -0
  86. package/nationalarchives/components/skip-link/skip-link.js.map +1 -0
  87. package/nationalarchives/components/skip-link/skip-link.mjs +40 -0
  88. package/nationalarchives/components/skip-link/skip-link.scss +18 -16
  89. package/nationalarchives/components/skip-link/skip-link.stories.js +48 -6
  90. package/nationalarchives/components/skip-link/template.njk +1 -1
  91. package/nationalarchives/components/tabs/tabs.css +1 -1
  92. package/nationalarchives/components/tabs/tabs.css.map +1 -1
  93. package/nationalarchives/components/tabs/tabs.js +1 -1
  94. package/nationalarchives/components/tabs/tabs.js.map +1 -1
  95. package/nationalarchives/components/tabs/tabs.mjs +6 -2
  96. package/nationalarchives/components/tabs/tabs.scss +16 -1
  97. package/nationalarchives/lib/_font-awesome.scss +3 -2
  98. package/nationalarchives/lib/cookies.mjs +122 -50
  99. package/nationalarchives/stories/development/contributing.mdx +0 -10
  100. package/nationalarchives/stories/development/cookies.mdx +82 -0
  101. package/nationalarchives/stories/development/structure.mdx +88 -0
  102. package/nationalarchives/stories/development/using/compiled.mdx +9 -0
  103. package/nationalarchives/stories/development/using/hosted.mdx +53 -0
  104. package/nationalarchives/stories/development/using/npm.mdx +59 -0
  105. package/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js +284 -29
  106. package/nationalarchives/stories/utilities/typography/headings.stories.js +4 -1
  107. package/nationalarchives/stories/utilities/typography/lists.stories.js +93 -0
  108. package/nationalarchives/stories/utilities/typography/typography.mdx +11 -1
  109. package/nationalarchives/stories/utilities/typography/typography.stories.js +1 -1
  110. package/nationalarchives/templates/homepage.njk +11 -58
  111. package/nationalarchives/templates/layouts/_generic.njk +33 -14
  112. package/nationalarchives/templates/layouts/_prototype-kit.njk +11 -1
  113. package/nationalarchives/templates/search-results.njk +10 -14
  114. package/nationalarchives/templates/topics.njk +18 -22
  115. package/nationalarchives/tools/_colour.scss +42 -18
  116. package/nationalarchives/tools/_media.scss +6 -0
  117. package/nationalarchives/tools/_typography.scss +4 -2
  118. package/nationalarchives/utilities/_a11y.scss +15 -0
  119. package/nationalarchives/utilities/_debug.scss +1 -1
  120. package/nationalarchives/utilities/_global.scss +23 -25
  121. package/nationalarchives/utilities/_typography.scss +204 -27
  122. package/nationalarchives/variables/_assets.scss +2 -1
  123. package/nationalarchives/variables/_colour.scss +94 -73
  124. package/nationalarchives/variables/_features.scss +1 -0
  125. package/nationalarchives/variables/_grid.scss +5 -5
  126. package/nationalarchives/variables/_index.scss +1 -0
  127. package/nationalarchives/variables/_media.scss +29 -29
  128. package/nationalarchives/variables/_typography.scss +15 -12
  129. package/package.json +1 -1
  130. package/nationalarchives/_features.scss +0 -1
  131. package/nationalarchives/assets/images/tna-horizontal-logo-inverted.svg +0 -51
  132. package/nationalarchives/assets/images/tna-horizontal-logo.svg +0 -51
  133. package/nationalarchives/stories/development/relationships.mdx +0 -57
  134. 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-light & {
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
- .fa,
98
- .fa-regular,
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 */