/* Font Awesome — Subset (146 icons) */
/* Generated by scripts/subset-fontawesome.mjs */

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-brands-400.woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/webfonts/fa-solid-900.woff2");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

/* Base styles */
/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Free'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic,
  .fa)::before {
    content: var(--fa);
  }
}
.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: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.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.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: 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: none !important;
    transition: none !important;
  }
}
@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, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  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);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/* Icon definitions */
.fa-check {
  --fa: "\f00c";
}
.fa-times {
  --fa: "\f00d";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-caret-right {
  --fa: "\f0da";
}
.fa-exclamation {
  --fa: "\!";
}
.fa-check-circle {
  --fa: "\f058";
}
.fa-circle-info {
  --fa: "\f05a";
}
.fa-question {
  --fa: "\?";
}
.fa-ellipsis-v {
  --fa: "\f142";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-file-arrow-down {
  --fa: "\f56d";
}
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-server {
  --fa: "\f233";
}
.fa-lock {
  --fa: "\f023";
}
.fa-pencil-alt {
  --fa: "\f303";
}
.fa-trash {
  --fa: "\f1f8";
}
.fa-floppy-disk {
  --fa: "\f0c7";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-lock-open {
  --fa: "\f3c1";
}
.fa-exclamation-circle {
  --fa: "\f06a";
}
.fa-exclamation-triangle {
  --fa: "\f071";
}
.fa-info-circle {
  --fa: "\f05a";
}
.fa-undo {
  --fa: "\f0e2";
}
.fa-id-card {
  --fa: "\f2c2";
}
.fa-industry {
  --fa: "\f275";
}
.fa-clipboard-list {
  --fa: "\f46d";
}
.fa-stethoscope {
  --fa: "\f0f1";
}
.fa-road {
  --fa: "\f018";
}
.fa-file-medical {
  --fa: "\f477";
}
.fa-wrench {
  --fa: "\f0ad";
}
.fa-graduation-cap {
  --fa: "\f19d";
}
.fa-calendar-days {
  --fa: "\f073";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-plus {
  --fa: "\+";
}
.fa-minus {
  --fa: "\f068";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
}
.fa-phone {
  --fa: "\f095";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-search {
  --fa: "\f002";
}
.fa-star {
  --fa: "\f005";
}
.fa-trophy {
  --fa: "\f091";
}
.fa-chart-line {
  --fa: "\f201";
}
.fa-medal {
  --fa: "\f5a2";
}
.fa-clipboard-check {
  --fa: "\f46c";
}
.fa-drafting-compass {
  --fa: "\f568";
}
.fa-flask {
  --fa: "\f0c3";
}
.fa-map-marker {
  --fa: "\f041";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-quote-left {
  --fa: "\f10d";
}
.fa-quote-right {
  --fa: "\f10e";
}
.fa-heart {
  --fa: "\f004";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-coins {
  --fa: "\f51e";
}
.fa-user {
  --fa: "\f007";
}
.fa-cog {
  --fa: "\f013";
}
.fa-language {
  --fa: "\f1ab";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-briefcase {
  --fa: "\f0b1";
}
.fa-edit {
  --fa: "\f044";
}
.fa-save {
  --fa: "\f0c7";
}
.fa-exchange-alt {
  --fa: "\f362";
}
.fa-folder-open {
  --fa: "\f07c";
}
.fa-upload {
  --fa: "\f093";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}
.fa-list {
  --fa: "\f03a";
}
.fa-brain {
  --fa: "\f5dc";
}
.fa-trash-alt {
  --fa: "\f2ed";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-file-word {
  --fa: "\f1c2";
}
.fa-file-excel {
  --fa: "\f1c3";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
}
.fa-file-alt {
  --fa: "\f15c";
}
.fa-file {
  --fa: "\f15b";
}
.fa-comments {
  --fa: "\f086";
}
.fa-headset {
  --fa: "\f590";
}
.fa-file-export {
  --fa: "\f56e";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-check-square {
  --fa: "\f14a";
}
.fa-square {
  --fa: "\f0c8";
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-external-link-alt {
  --fa: "\f35d";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-info {
  --fa: "\f129";
}
.fa-file-lines {
  --fa: "\f15c";
}
.fa-comment-dots {
  --fa: "\f4ad";
}
.fa-question-circle {
  --fa: "\f059";
}
.fa-comment {
  --fa: "\f075";
}
.fa-chart-bar {
  --fa: "\f080";
}
.fa-calendar-alt {
  --fa: "\f073";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-share-alt {
  --fa: "\f1e0";
}
.fa-user-plus {
  --fa: "\f234";
}
.fa-user-edit {
  --fa: "\f4ff";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-key {
  --fa: "\f084";
}
.fa-file-upload {
  --fa: "\f574";
}
.fa-check-double {
  --fa: "\f560";
}
.fa-user-circle {
  --fa: "\f2bd";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-shield-alt {
  --fa: "\f3ed";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-balance-scale {
  --fa: "\f24e";
}
.fa-handshake {
  --fa: "\f2b5";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-download {
  --fa: "\f019";
}
.fa-crown {
  --fa: "\f521";
}
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-magic {
  --fa: "\f0d0";
}
.fa-link {
  --fa: "\f0c1";
}
.fa-unlink {
  --fa: "\f127";
}
.fa-tasks {
  --fa: "\f0ae";
}
.fa-plus-circle {
  --fa: "\f055";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-circle {
  --fa: "\f111";
}
.fa-rocket {
  --fa: "\f135";
}
.fa-stopwatch {
  --fa: "\f2f2";
}
.fa-pen {
  --fa: "\f304";
}
.fa-flask-vial {
  --fa: "\e4f3";
}
.fa-file-import {
  --fa: "\f56f";
}
.fa-folder-plus {
  --fa: "\f65e";
}
.fa-clock {
  --fa: "\f017";
}
.fa-certificate {
  --fa: "\f0a3";
}
.fa-gavel {
  --fa: "\f0e3";
}
.fa-flag-usa {
  --fa: "\f74d";
}
.fa-play {
  --fa: "\f04b";
}
.fa-history {
  --fa: "\f1da";
}
.fa-cogs {
  --fa: "\f085";
}
.fa-money-check {
  --fa: "\f53c";
}
.fa-user-check {
  --fa: "\f4fc";
}
.fa-book-medical {
  --fa: "\f7e6";
}
.fa-folder {
  --fa: "\f07b";
}
.fa-robot {
  --fa: "\f544";
}
.fa-layer-group {
  --fa: "\f5fd";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-thumbs-down {
  --fa: "\f165";
}