/*!
 * Font Awesome Free 6.4.0 Subset - 131 icons
 * Based on Font Awesome 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 2023 Fonticons, Inc.
 */

/* === @font-face: Solid (weight 900) === */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf") format("truetype");
}

/* === @font-face: Brands (weight 400) === */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf") format("truetype");
}

/* === Base icon styles === */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
  -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;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-solid, .fas {
  font-weight: 900;
}

.fa-brands, .fab {
  font-weight: 400;
}

/* === Screen reader only === */
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .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;
}

/* === Sizing === */
.fa-lg { font-size: 1.25em; line-height: .05em; vertical-align: -.075em; }
.fa-xs { font-size: .75em; line-height: .08333em; vertical-align: .125em; }
.fa-sm { font-size: .875em; line-height: .07143em; vertical-align: .05357em; }
.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; }

/* === Fixed width === */
.fa-fw { text-align: center; width: 1.25em; }

/* === Spin animation === */
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

@-webkit-keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* === Reduced motion === */
@media (prefers-reduced-motion: reduce) {
  .fa-spin {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

/* ============================================================
   Icon definitions - Brands (1 icon)
   ============================================================ */
.fa-telegram:before { content: "\f2c6"; }

/* ============================================================
   Icon definitions - Solid (130 icons, alphabetical)
   Includes FA5 aliases where applicable
   ============================================================ */
.fa-ad:before, .fa-rectangle-ad:before { content: "\f641"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-right-from-bracket:before, .fa-sign-out:before { content: "\f08b"; }
.fa-arrow-trend-up:before { content: "\e098"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrows-alt-v:before, .fa-up-down:before { content: "\f338"; }
.fa-ban:before, .fa-cancel:before { content: "\f05e"; }
.fa-bars:before, .fa-navicon:before { content: "\f0c9"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bolt:before, .fa-zap:before { content: "\f0e7"; }
.fa-book:before { content: "\f02d"; }
.fa-box:before { content: "\f466"; }
.fa-broadcast-tower:before, .fa-tower-broadcast:before { content: "\f519"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-calendar-alt:before, .fa-calendar-days:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-day:before { content: "\f783"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-line:before, .fa-line-chart:before { content: "\f201"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before, .fa-circle-check:before { content: "\f058"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-circle:before { content: "\f111"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-clock:before { content: "\f017"; }
.fa-code:before { content: "\f121"; }
.fa-cog:before, .fa-gear:before { content: "\f013"; }
.fa-cogs:before, .fa-gears:before { content: "\f085"; }
.fa-coins:before { content: "\f51e"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-dots:before, .fa-commenting:before { content: "\f4ad"; }
.fa-comment-slash:before { content: "\f4b3"; }
.fa-comments:before { content: "\f086"; }
.fa-concierge-bell:before { content: "\f562"; }
.fa-copy:before { content: "\f0c5"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-crown:before { content: "\f521"; }
.fa-desktop:before { content: "\f390"; }
.fa-door-open:before { content: "\f52b"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-edit:before, .fa-pen-to-square:before { content: "\f044"; }
.fa-exchange-alt:before, .fa-right-left:before { content: "\f362"; }
.fa-exclamation-circle:before, .fa-circle-exclamation:before { content: "\f06a"; }
.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before { content: "\f071"; }
.fa-external-link-alt:before, .fa-up-right-from-square:before { content: "\f35d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before { content: "\f15c"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-fire:before { content: "\f06d"; }
.fa-folder:before { content: "\f07b"; }
.fa-gift:before { content: "\f06b"; }
.fa-globe:before { content: "\f0ac"; }
.fa-headset:before { content: "\f590"; }
.fa-heart:before { content: "\f004"; }
.fa-history:before, .fa-clock-rotate-left:before { content: "\f1da"; }
.fa-home:before, .fa-house:before { content: "\f015"; }
.fa-image:before { content: "\f03e"; }
.fa-inbox:before { content: "\f01c"; }
.fa-info-circle:before, .fa-circle-info:before { content: "\f05a"; }
.fa-key:before { content: "\f084"; }
.fa-language:before { content: "\f1ab"; }
.fa-laptop:before { content: "\f109"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-link:before { content: "\f0c1"; }
.fa-list:before { content: "\f03a"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-lock:before { content: "\f023"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-map-marker-alt:before, .fa-location-dot:before { content: "\f3c5"; }
.fa-mobile-alt:before, .fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-pen:before { content: "\f304"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-piggy-bank:before { content: "\f4d3"; }
.fa-play:before { content: "\f04b"; }
.fa-plug:before { content: "\f1e6"; }
.fa-plus:before, .fa-add:before { content: "\2b"; }
.fa-question-circle:before, .fa-circle-question:before { content: "\f059"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-receipt:before { content: "\f543"; }
.fa-redo:before, .fa-arrow-rotate-right:before, .fa-rotate-right:before { content: "\f01e"; }
.fa-robot:before { content: "\f544"; }
.fa-rocket:before { content: "\f135"; }
.fa-route:before { content: "\f4d7"; }
.fa-save:before, .fa-floppy-disk:before { content: "\f0c7"; }
.fa-search:before, .fa-magnifying-glass:before { content: "\f002"; }
.fa-seedling:before, .fa-sprout:before { content: "\f4d8"; }
.fa-server:before { content: "\f233"; }
.fa-shield-alt:before, .fa-shield-halved:before { content: "\f3ed"; }
.fa-shopping-bag:before, .fa-bag-shopping:before { content: "\f290"; }
.fa-shopping-cart:before, .fa-cart-shopping:before { content: "\f07a"; }
.fa-sign-in-alt:before, .fa-right-to-bracket:before { content: "\f2f6"; }
.fa-sign-out-alt:before, .fa-right-from-bracket:before { content: "\f2f5"; }
.fa-sort-amount-up:before, .fa-sort-amount-up-alt:before { content: "\f161"; }
.fa-spa:before { content: "\f5bb"; }
.fa-spinner:before { content: "\f110"; }
.fa-star:before { content: "\f005"; }
.fa-store:before { content: "\f54e"; }
.fa-sync-alt:before, .fa-arrows-rotate:before { content: "\f021"; }
.fa-tablet-alt:before, .fa-tablet-screen-button:before { content: "\f3fa"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-tasks:before, .fa-list-check:before { content: "\f0ae"; }
.fa-terminal:before { content: "\f120"; }
.fa-thumbtack:before, .fa-thumb-tack:before { content: "\f08d"; }
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-times-circle:before, .fa-circle-xmark:before, .fa-xmark-circle:before { content: "\f057"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trophy:before { content: "\f091"; }
.fa-university:before, .fa-building-columns:before { content: "\f19c"; }
.fa-unlock:before { content: "\f09c"; }
.fa-user:before { content: "\f007"; }
.fa-user-circle:before, .fa-circle-user:before { content: "\f2bd"; }
.fa-user-pen:before, .fa-user-edit:before { content: "\f4ff"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-slash:before { content: "\f506"; }
.fa-users:before { content: "\f0c0"; }
.fa-walking:before, .fa-person-walking:before { content: "\f554"; }
.fa-wallet:before { content: "\f555"; }
.fa-window-restore:before { content: "\f2d2"; }
.fa-won-sign:before, .fa-krw:before, .fa-won:before { content: "\f159"; }

/* Brand icons */
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-facebook:before { content: "\f09a"; }
