/*!
 * Font Awesome Pro 6.0.0-alpha2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa6 {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900); }

.fa6,
.fa6s,
.fa6-solid,
.fa6r,
.fa6-regular,
.fa6l,
.fa6-light,
.fa6t,
.fa6-thin,
.fa6d,
.fa6-duotone,
.fa6b,
.fa6-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: inherit;
  color: var(--fa-color, inherit); }

.fa6-1x {
  font-size: 1em; }

.fa6-2x {
  font-size: 2em; }

.fa6-3x {
  font-size: 3em; }

.fa6-4x {
  font-size: 4em; }

.fa6-5x {
  font-size: 5em; }

.fa6-6x {
  font-size: 6em; }

.fa6-7x {
  font-size: 7em; }

.fa6-8x {
  font-size: 8em; }

.fa6-9x {
  font-size: 9em; }

.fa6-10x {
  font-size: 10em; }

.fa6-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa6-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa6-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa6-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa6-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa6-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa6-fw {
  text-align: center;
  width: 1.25em; }

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

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

.fa6-border {
  border-color: #eee;
  border-color: var(--fa-border-color, #eee);
  border-radius: 0.1em;
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: solid;
  border-style: var(--fa-border-style, solid);
  border-width: 0.08em;
  border-width: var(--fa-border-width, 0.08em);
  padding: 0.2em 0.25em 0.15em;
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa6-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa6-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa6-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-direction: var(--fa-spin-direction, normal);
          animation-direction: var(--fa-spin-direction, normal);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-duration: var(--fa-spin-duration, 2s);
          animation-duration: var(--fa-spin-duration, 2s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-spin-iteration-count, infinite);
          animation-iteration-count: var(--fa-spin-iteration-count, infinite);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-timing-function: var(--fa-spin-timing, linear);
          animation-timing-function: var(--fa-spin-timing, linear); }

.fa6-spin-reverse {
  --fa-spin-direction: reverse; }

.fa6-pulse,
.fa6-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-direction: var(--fa-spin-direction, normal);
          animation-direction: var(--fa-spin-direction, normal);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-duration: var(--fa-spin-duration, 1s);
          animation-duration: var(--fa-spin-duration, 1s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-iteration-count: var(--fa-spin-iteration-count, infinite);
          animation-iteration-count: var(--fa-spin-iteration-count, infinite);
  -webkit-animation-timing-function: steps(8);
          animation-timing-function: steps(8);
  -webkit-animation-timing-function: var(--fa-spin-timing, steps(8));
          animation-timing-function: var(--fa-spin-timing, steps(8)); }

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

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

.fa6-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa6-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa6-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa6-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa6-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa6-flip-both,
.fa6-flip-horizontal.fa6-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa6-rotate-by {
  -webkit-transform: rotate(none);
          transform: rotate(none);
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

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

.fa6-stack-1x,
.fa6-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  z-index: var(--fa-stack-z-index, auto); }

.fa6-stack-1x {
  line-height: inherit; }

.fa6-stack-2x {
  font-size: 2em; }

.fa6-inverse {
  color: #fff;
  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 */
.fa6-0::before {
  content: "\e089"; }

.fa6-1::before {
  content: "\e08a"; }

.fa6-2::before {
  content: "\e08b"; }

.fa6-3::before {
  content: "\e08c"; }

.fa6-4::before {
  content: "\e08d"; }

.fa6-5::before {
  content: "\e08e"; }

.fa6-6::before {
  content: "\e08f"; }

.fa6-7::before {
  content: "\e090"; }

.fa6-8::before {
  content: "\e091"; }

.fa6-9::before {
  content: "\e092"; }

.fa6-a::before {
  content: "\e093"; }

.fa6-abacus::before {
  content: "\f640"; }

.fa6-acorn::before {
  content: "\f6ae"; }

.fa6-address-book::before {
  content: "\f2b9"; }

.fa6-contact-book::before {
  content: "\f2b9"; }

.fa6-address-card::before {
  content: "\f2bb"; }

.fa6-contact-card::before {
  content: "\f2bb"; }

.fa6-vcard::before {
  content: "\f2bb"; }

.fa6-air-conditioner::before {
  content: "\f8f4"; }

.fa6-air-freshener::before {
  content: "\f5d0"; }

.fa6-airplay::before {
  content: "\e094"; }

.fa6-alarm-clock::before {
  content: "\f34e"; }

.fa6-alarm-exclamation::before {
  content: "\f843"; }

.fa6-alarm-plus::before {
  content: "\f844"; }

.fa6-alarm-snooze::before {
  content: "\f845"; }

.fa6-album::before {
  content: "\f89f"; }

.fa6-album-collection::before {
  content: "\f8a0"; }

.fa6-alicorn::before {
  content: "\f6b0"; }

.fa6-alien::before {
  content: "\f8f5"; }

.fa6-alien-8bit::before {
  content: "\f8f6"; }

.fa6-alien-monster::before {
  content: "\f8f6"; }

.fa6-align-center::before {
  content: "\f037"; }

.fa6-align-justify::before {
  content: "\f039"; }

.fa6-align-left::before {
  content: "\f036"; }

.fa6-align-right::before {
  content: "\f038"; }

.fa6-align-slash::before {
  content: "\f846"; }

.fa6-alt::before {
  content: "\e095"; }

.fa6-amp-guitar::before {
  content: "\f8a1"; }

.fa6-ampersand::before {
  content: "\e096"; }

.fa6-anchor::before {
  content: "\f13d"; }

.fa6-angel::before {
  content: "\f779"; }

.fa6-angle::before {
  content: "\e097"; }

.fa6-angle-90::before {
  content: "\e098"; }

.fa6-angle-down::before {
  content: "\f107"; }

.fa6-angle-left::before {
  content: "\f104"; }

.fa6-angle-right::before {
  content: "\f105"; }

.fa6-angle-up::before {
  content: "\f106"; }

.fa6-angles-down::before {
  content: "\f103"; }

.fa6-angle-double-down::before {
  content: "\f103"; }

.fa6-angles-left::before {
  content: "\f100"; }

.fa6-angle-double-left::before {
  content: "\f100"; }

.fa6-angles-right::before {
  content: "\f101"; }

.fa6-angle-double-right::before {
  content: "\f101"; }

.fa6-angles-up::before {
  content: "\f102"; }

.fa6-angle-double-up::before {
  content: "\f102"; }

.fa6-ankh::before {
  content: "\f644"; }

.fa6-aperture::before {
  content: "\e099"; }

.fa6-apple-core::before {
  content: "\e09a"; }

.fa6-apple-crate::before {
  content: "\f6b1"; }

.fa6-apple-whole::before {
  content: "\f5d1"; }

.fa6-apple-alt::before {
  content: "\f5d1"; }

.fa6-archway::before {
  content: "\f557"; }

.fa6-arrow-down::before {
  content: "\f063"; }

.fa6-arrow-down-1-9::before {
  content: "\f162"; }

.fa6-sort-numeric-down::before {
  content: "\f162"; }

.fa6-sort-numeric-asc::before {
  content: "\f162"; }

.fa6-arrow-down-9-1::before {
  content: "\f886"; }

.fa6-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa6-sort-numeric-desc::before {
  content: "\f886"; }

.fa6-arrow-down-a-z::before {
  content: "\f15d"; }

.fa6-sort-alpha-down::before {
  content: "\f15d"; }

.fa6-sort-alpha-asc::before {
  content: "\f15d"; }

.fa6-arrow-down-arrow-up::before {
  content: "\f883"; }

.fa6-sort-alt::before {
  content: "\f883"; }

.fa6-arrow-down-big-small::before {
  content: "\f88c"; }

.fa6-sort-size-down::before {
  content: "\f88c"; }

.fa6-arrow-down-from-dotted-line::before {
  content: "\e09b"; }

.fa6-arrow-down-from-line::before {
  content: "\f345"; }

.fa6-arrow-from-top::before {
  content: "\f345"; }

.fa6-arrow-down-left::before {
  content: "\e09c"; }

.fa6-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e09d"; }

.fa6-arrow-down-long::before {
  content: "\f175"; }

.fa6-long-arrow-down::before {
  content: "\f175"; }

.fa6-arrow-down-right::before {
  content: "\e09e"; }

.fa6-arrow-down-short-wide::before {
  content: "\f884"; }

.fa6-sort-amount-down-alt::before {
  content: "\f884"; }

.fa6-sort-amount-desc::before {
  content: "\f884"; }

.fa6-arrow-down-small-big::before {
  content: "\f88d"; }

.fa6-sort-size-down-alt::before {
  content: "\f88d"; }

.fa6-arrow-down-square-triangle::before {
  content: "\f889"; }

.fa6-sort-shapes-down-alt::before {
  content: "\f889"; }

.fa6-arrow-down-to-bracket::before {
  content: "\e09f"; }

.fa6-arrow-down-to-dotted-line::before {
  content: "\e0a0"; }

.fa6-arrow-down-to-line::before {
  content: "\f33d"; }

.fa6-arrow-to-bottom::before {
  content: "\f33d"; }

.fa6-arrow-down-to-square::before {
  content: "\e0a1"; }

.fa6-arrow-down-triangle-square::before {
  content: "\f888"; }

.fa6-sort-shapes-down::before {
  content: "\f888"; }

.fa6-arrow-down-wide-short::before {
  content: "\f160"; }

.fa6-sort-amount-down::before {
  content: "\f160"; }

.fa6-sort-amount-asc::before {
  content: "\f160"; }

.fa6-arrow-down-z-a::before {
  content: "\f881"; }

.fa6-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa6-sort-alpha-desc::before {
  content: "\f881"; }

.fa6-arrow-left::before {
  content: "\f060"; }

.fa6-arrow-left-from-line::before {
  content: "\f344"; }

.fa6-arrow-from-right::before {
  content: "\f344"; }

.fa6-arrow-left-long::before {
  content: "\f177"; }

.fa6-long-arrow-left::before {
  content: "\f177"; }

.fa6-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa6-undo::before {
  content: "\f0e2"; }

.fa6-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa6-arrow-left-to-line::before {
  content: "\f33e"; }

.fa6-arrow-to-left::before {
  content: "\f33e"; }

.fa6-arrow-pointer::before {
  content: "\f245"; }

.fa6-mouse-pointer::before {
  content: "\f245"; }

.fa6-arrow-right::before {
  content: "\f061"; }

.fa6-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa6-exchange::before {
  content: "\f0ec"; }

.fa6-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa6-sign-out::before {
  content: "\f08b"; }

.fa6-arrow-right-from-line::before {
  content: "\f343"; }

.fa6-arrow-from-left::before {
  content: "\f343"; }

.fa6-arrow-right-long::before {
  content: "\f178"; }

.fa6-long-arrow-right::before {
  content: "\f178"; }

.fa6-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa6-sign-in::before {
  content: "\f090"; }

.fa6-arrow-right-to-line::before {
  content: "\f340"; }

.fa6-arrow-to-right::before {
  content: "\f340"; }

.fa6-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa6-redo::before {
  content: "\f01e"; }

.fa6-rotate-right::before {
  content: "\f01e"; }

.fa6-arrow-trend-down::before {
  content: "\e0a2"; }

.fa6-arrow-trend-up::before {
  content: "\e0a3"; }

.fa6-arrow-turn-down::before {
  content: "\f149"; }

.fa6-level-down::before {
  content: "\f149"; }

.fa6-arrow-turn-up::before {
  content: "\f148"; }

.fa6-level-up::before {
  content: "\f148"; }

.fa6-arrow-up::before {
  content: "\f062"; }

.fa6-arrow-up-1-9::before {
  content: "\f163"; }

.fa6-sort-numeric-up::before {
  content: "\f163"; }

.fa6-arrow-up-9-1::before {
  content: "\f887"; }

.fa6-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa6-arrow-up-a-z::before {
  content: "\f15e"; }

.fa6-sort-alpha-up::before {
  content: "\f15e"; }

.fa6-arrow-up-arrow-down::before {
  content: "\e0a4"; }

.fa6-sort-up-down::before {
  content: "\e0a4"; }

.fa6-arrow-up-big-small::before {
  content: "\f88e"; }

.fa6-sort-size-up::before {
  content: "\f88e"; }

.fa6-arrow-up-from-bracket::before {
  content: "\e0a5"; }

.fa6-arrow-up-from-dotted-line::before {
  content: "\e0a6"; }

.fa6-arrow-up-from-line::before {
  content: "\f342"; }

.fa6-arrow-from-bottom::before {
  content: "\f342"; }

.fa6-arrow-up-from-square::before {
  content: "\e0a7"; }

.fa6-arrow-up-left::before {
  content: "\e0a8"; }

.fa6-arrow-up-left-from-circle::before {
  content: "\e0a9"; }

.fa6-arrow-up-long::before {
  content: "\f176"; }

.fa6-long-arrow-up::before {
  content: "\f176"; }

.fa6-arrow-up-right::before {
  content: "\e0aa"; }

.fa6-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0ab"; }

.fa6-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa6-external-link::before {
  content: "\f08e"; }

.fa6-arrow-up-short-wide::before {
  content: "\f885"; }

.fa6-sort-amount-up-alt::before {
  content: "\f885"; }

.fa6-arrow-up-small-big::before {
  content: "\f88f"; }

.fa6-sort-size-up-alt::before {
  content: "\f88f"; }

.fa6-arrow-up-square-triangle::before {
  content: "\f88b"; }

.fa6-sort-shapes-up-alt::before {
  content: "\f88b"; }

.fa6-arrow-up-to-dotted-line::before {
  content: "\e0ac"; }

.fa6-arrow-up-to-line::before {
  content: "\f341"; }

.fa6-arrow-to-top::before {
  content: "\f341"; }

.fa6-arrow-up-triangle-square::before {
  content: "\f88a"; }

.fa6-sort-shapes-up::before {
  content: "\f88a"; }

.fa6-arrow-up-wide-short::before {
  content: "\f161"; }

.fa6-sort-amount-up::before {
  content: "\f161"; }

.fa6-arrow-up-z-a::before {
  content: "\f882"; }

.fa6-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa6-arrows-cross::before {
  content: "\e0ad"; }

.fa6-arrows-from-dotted-line::before {
  content: "\e0ae"; }

.fa6-arrows-from-line::before {
  content: "\e0af"; }

.fa6-arrows-left-right::before {
  content: "\f07e"; }

.fa6-arrows-h::before {
  content: "\f07e"; }

.fa6-arrows-maximize::before {
  content: "\f31d"; }

.fa6-expand-arrows::before {
  content: "\f31d"; }

.fa6-arrows-minimize::before {
  content: "\e0b0"; }

.fa6-compress-arrows::before {
  content: "\e0b0"; }

.fa6-arrows-repeat::before {
  content: "\f364"; }

.fa6-repeat-alt::before {
  content: "\f364"; }

.fa6-arrows-repeat-1::before {
  content: "\f366"; }

.fa6-repeat-1-alt::before {
  content: "\f366"; }

.fa6-arrows-retweet::before {
  content: "\f361"; }

.fa6-retweet-alt::before {
  content: "\f361"; }

.fa6-arrows-rotate::before {
  content: "\f021"; }

.fa6-sync::before {
  content: "\f021"; }

.fa6-refresh::before {
  content: "\f021"; }

.fa6-arrows-to-dotted-line::before {
  content: "\e0b1"; }

.fa6-arrows-to-line::before {
  content: "\e0b2"; }

.fa6-arrows-up-down::before {
  content: "\f07d"; }

.fa6-arrows-v::before {
  content: "\f07d"; }

.fa6-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa6-arrows::before {
  content: "\f047"; }

.fa6-asterisk::before {
  content: "\f069"; }

.fa6-at::before {
  content: "\f1fa"; }

.fa6-atom::before {
  content: "\f5d2"; }

.fa6-atom-simple::before {
  content: "\f5d3"; }

.fa6-atom-alt::before {
  content: "\f5d3"; }

.fa6-audio-description::before {
  content: "\f29e"; }

.fa6-audio-description-slash::before {
  content: "\e0b3"; }

.fa6-austral-sign::before {
  content: "\e0b4"; }

.fa6-avocado::before {
  content: "\e0b5"; }

.fa6-award::before {
  content: "\f559"; }

.fa6-award-simple::before {
  content: "\e0b6"; }

.fa6-axe::before {
  content: "\f6b2"; }

.fa6-axe-battle::before {
  content: "\f6b3"; }

.fa6-b::before {
  content: "\e0b7"; }

.fa6-baby::before {
  content: "\f77c"; }

.fa6-baby-carriage::before {
  content: "\f77d"; }

.fa6-carriage-baby::before {
  content: "\f77d"; }

.fa6-backpack::before {
  content: "\f5d4"; }

.fa6-backward::before {
  content: "\f04a"; }

.fa6-backward-fast::before {
  content: "\f049"; }

.fa6-fast-backward::before {
  content: "\f049"; }

.fa6-backward-step::before {
  content: "\f048"; }

.fa6-step-backward::before {
  content: "\f048"; }

.fa6-bacon::before {
  content: "\f7e5"; }

.fa6-bacteria::before {
  content: "\e059"; }

.fa6-bacterium::before {
  content: "\e05a"; }

.fa6-badge::before {
  content: "\f335"; }

.fa6-badge-check::before {
  content: "\f336"; }

.fa6-badge-dollar::before {
  content: "\f645"; }

.fa6-badge-percent::before {
  content: "\f646"; }

.fa6-badge-sheriff::before {
  content: "\f8a2"; }

.fa6-badger-honey::before {
  content: "\f6b4"; }

.fa6-bag-shopping::before {
  content: "\f290"; }

.fa6-shopping-bag::before {
  content: "\f290"; }

.fa6-bags-shopping::before {
  content: "\f847"; }

.fa6-bahai::before {
  content: "\f666"; }

.fa6-baht-sign::before {
  content: "\e0b8"; }

.fa6-ball-pile::before {
  content: "\f77e"; }

.fa6-ballot::before {
  content: "\f732"; }

.fa6-ballot-check::before {
  content: "\f733"; }

.fa6-ban::before {
  content: "\f05e"; }

.fa6-cancel::before {
  content: "\f05e"; }

.fa6-ban-bug::before {
  content: "\f7f9"; }

.fa6-debug::before {
  content: "\f7f9"; }

.fa6-ban-parking::before {
  content: "\f616"; }

.fa6-parking-circle-slash::before {
  content: "\f616"; }

.fa6-ban-smoking::before {
  content: "\f54d"; }

.fa6-smoking-ban::before {
  content: "\f54d"; }

.fa6-bandage::before {
  content: "\f462"; }

.fa6-band-aid::before {
  content: "\f462"; }

.fa6-banjo::before {
  content: "\f8a3"; }

.fa6-bank::before {
  content: "\f19c"; }

.fa6-university::before {
  content: "\f19c"; }

.fa6-institution::before {
  content: "\f19c"; }

.fa6-barcode::before {
  content: "\f02a"; }

.fa6-barcode-read::before {
  content: "\f464"; }

.fa6-barcode-scan::before {
  content: "\f465"; }

.fa6-bars::before {
  content: "\f0c9"; }

.fa6-navicon::before {
  content: "\f0c9"; }

.fa6-bars-filter::before {
  content: "\e0b9"; }

.fa6-bars-progress::before {
  content: "\f828"; }

.fa6-tasks-alt::before {
  content: "\f828"; }

.fa6-bars-sort::before {
  content: "\e0ba"; }

.fa6-bars-staggered::before {
  content: "\f550"; }

.fa6-stream::before {
  content: "\f550"; }

.fa6-reorder::before {
  content: "\f550"; }

.fa6-baseball-ball::before {
  content: "\f433"; }

.fa6-baseball-bat-ball::before {
  content: "\f432"; }

.fa6-baseball::before {
  content: "\f432"; }

.fa6-basket-shopping::before {
  content: "\f291"; }

.fa6-shopping-basket::before {
  content: "\f291"; }

.fa6-basket-shopping-simple::before {
  content: "\e0bb"; }

.fa6-shopping-basket-alt::before {
  content: "\e0bb"; }

.fa6-basketball-ball::before {
  content: "\f434"; }

.fa6-basketball-hoop::before {
  content: "\f435"; }

.fa6-bat::before {
  content: "\f6b5"; }

.fa6-bath::before {
  content: "\f2cd"; }

.fa6-bathtub::before {
  content: "\f2cd"; }

.fa6-battery-bolt::before {
  content: "\f376"; }

.fa6-battery-empty::before {
  content: "\f244"; }

.fa6-battery-0::before {
  content: "\f244"; }

.fa6-battery-exclamation::before {
  content: "\e0bc"; }

.fa6-battery-full::before {
  content: "\f240"; }

.fa6-battery::before {
  content: "\f240"; }

.fa6-battery-5::before {
  content: "\f240"; }

.fa6-battery-half::before {
  content: "\f242"; }

.fa6-battery-3::before {
  content: "\f242"; }

.fa6-battery-low::before {
  content: "\e0bd"; }

.fa6-battery-1::before {
  content: "\e0bd"; }

.fa6-battery-quarter::before {
  content: "\f243"; }

.fa6-battery-2::before {
  content: "\f243"; }

.fa6-battery-slash::before {
  content: "\f377"; }

.fa6-battery-three-quarters::before {
  content: "\f241"; }

.fa6-battery-4::before {
  content: "\f241"; }

.fa6-bed::before {
  content: "\f236"; }

.fa6-bed-bunk::before {
  content: "\f8f8"; }

.fa6-bed-empty::before {
  content: "\f8f9"; }

.fa6-bed-front::before {
  content: "\f8f7"; }

.fa6-bed-alt::before {
  content: "\f8f7"; }

.fa6-bed-pulse::before {
  content: "\f487"; }

.fa6-procedures::before {
  content: "\f487"; }

.fa6-bee::before {
  content: "\e0be"; }

.fa6-beer-mug::before {
  content: "\e0bf"; }

.fa6-beer-foam::before {
  content: "\e0bf"; }

.fa6-beer-mug-empty::before {
  content: "\f0fc"; }

.fa6-beer::before {
  content: "\f0fc"; }

.fa6-bell::before {
  content: "\f0f3"; }

.fa6-bell-concierge::before {
  content: "\f562"; }

.fa6-concierge-bell::before {
  content: "\f562"; }

.fa6-bell-exclamation::before {
  content: "\f848"; }

.fa6-bell-on::before {
  content: "\f8fa"; }

.fa6-bell-plus::before {
  content: "\f849"; }

.fa6-bell-school::before {
  content: "\f5d5"; }

.fa6-bell-school-slash::before {
  content: "\f5d6"; }

.fa6-bell-slash::before {
  content: "\f1f6"; }

.fa6-bells::before {
  content: "\f77f"; }

.fa6-bezier-curve::before {
  content: "\f55b"; }

.fa6-bicycle::before {
  content: "\f206"; }

.fa6-binoculars::before {
  content: "\f1e5"; }

.fa6-biohazard::before {
  content: "\f780"; }

.fa6-bitcoin-sign::before {
  content: "\e0c0"; }

.fa6-blanket::before {
  content: "\f498"; }

.fa6-blender::before {
  content: "\f517"; }

.fa6-blender-phone::before {
  content: "\f6b6"; }

.fa6-blinds::before {
  content: "\f8fb"; }

.fa6-blinds-open::before {
  content: "\f8fc"; }

.fa6-blinds-raised::before {
  content: "\f8fd"; }

.fa6-block-quote::before {
  content: "\e0c1"; }

.fa6-blog::before {
  content: "\f781"; }

.fa6-bold::before {
  content: "\f032"; }

.fa6-bolt::before {
  content: "\f0e7"; }

.fa6-flash::before {
  content: "\f0e7"; }

.fa6-bolt-auto::before {
  content: "\e0c2"; }

.fa6-bolt-lightning::before {
  content: "\e0c3"; }

.fa6-bolt-slash::before {
  content: "\e0c4"; }

.fa6-bomb::before {
  content: "\f1e2"; }

.fa6-bone::before {
  content: "\f5d7"; }

.fa6-bone-break::before {
  content: "\f5d8"; }

.fa6-bong::before {
  content: "\f55c"; }

.fa6-book::before {
  content: "\f02d"; }

.fa6-book-arrow-right::before {
  content: "\e0c5"; }

.fa6-book-arrow-up::before {
  content: "\e0c6"; }

.fa6-book-atlas::before {
  content: "\f558"; }

.fa6-atlas::before {
  content: "\f558"; }

.fa6-book-bible::before {
  content: "\f647"; }

.fa6-bible::before {
  content: "\f647"; }

.fa6-book-blank::before {
  content: "\f5d9"; }

.fa6-book-alt::before {
  content: "\f5d9"; }

.fa6-book-bookmark::before {
  content: "\e0c7"; }

.fa6-book-circle-arrow-right::before {
  content: "\e0c8"; }

.fa6-book-circle-arrow-up::before {
  content: "\e0c9"; }

.fa6-book-copy::before {
  content: "\e0ca"; }

.fa6-book-font::before {
  content: "\e0cb"; }

.fa6-book-heart::before {
  content: "\f499"; }

.fa6-book-journal-whills::before {
  content: "\f66a"; }

.fa6-journal-whills::before {
  content: "\f66a"; }

.fa6-book-law::before {
  content: "\e0cc"; }

.fa6-book-medical::before {
  content: "\f7e6"; }

.fa6-book-open::before {
  content: "\f518"; }

.fa6-book-open-cover::before {
  content: "\e0cd"; }

.fa6-book-open-alt::before {
  content: "\e0cd"; }

.fa6-book-open-reader::before {
  content: "\f5da"; }

.fa6-book-reader::before {
  content: "\f5da"; }

.fa6-book-quran::before {
  content: "\f687"; }

.fa6-quran::before {
  content: "\f687"; }

.fa6-book-section::before {
  content: "\e0ce"; }

.fa6-book-skull::before {
  content: "\f6b7"; }

.fa6-book-dead::before {
  content: "\f6b7"; }

.fa6-book-sparkles::before {
  content: "\f6b8"; }

.fa6-book-spells::before {
  content: "\f6b8"; }

.fa6-book-tanakh::before {
  content: "\f827"; }

.fa6-tanakh::before {
  content: "\f827"; }

.fa6-book-user::before {
  content: "\f7e7"; }

.fa6-bookmark::before {
  content: "\f02e"; }

.fa6-bookmark-slash::before {
  content: "\e0cf"; }

.fa6-books::before {
  content: "\f5db"; }

.fa6-books-medical::before {
  content: "\f7e8"; }

.fa6-boombox::before {
  content: "\f8a5"; }

.fa6-boot::before {
  content: "\f782"; }

.fa6-booth-curtain::before {
  content: "\f734"; }

.fa6-border-all::before {
  content: "\f84c"; }

.fa6-border-bottom::before {
  content: "\f84d"; }

.fa6-border-bottom-right::before {
  content: "\f854"; }

.fa6-border-style-alt::before {
  content: "\f854"; }

.fa6-border-center-h::before {
  content: "\f89c"; }

.fa6-border-center-v::before {
  content: "\f89d"; }

.fa6-border-inner::before {
  content: "\f84e"; }

.fa6-border-left::before {
  content: "\f84f"; }

.fa6-border-none::before {
  content: "\f850"; }

.fa6-border-outer::before {
  content: "\f851"; }

.fa6-border-right::before {
  content: "\f852"; }

.fa6-border-top::before {
  content: "\f855"; }

.fa6-border-top-left::before {
  content: "\f853"; }

.fa6-border-style::before {
  content: "\f853"; }

.fa6-bow-arrow::before {
  content: "\f6b9"; }

.fa6-bowl-hot::before {
  content: "\f823"; }

.fa6-soup::before {
  content: "\f823"; }

.fa6-bowling-ball::before {
  content: "\f436"; }

.fa6-bowling-ball-pin::before {
  content: "\e0d0"; }

.fa6-bowling-pins::before {
  content: "\f437"; }

.fa6-box::before {
  content: "\f466"; }

.fa6-box-archive::before {
  content: "\f187"; }

.fa6-archive::before {
  content: "\f187"; }

.fa6-box-ballot::before {
  content: "\f735"; }

.fa6-box-check::before {
  content: "\f467"; }

.fa6-box-circle-check::before {
  content: "\e0d1"; }

.fa6-box-dollar::before {
  content: "\f4a0"; }

.fa6-box-usd::before {
  content: "\f4a0"; }

.fa6-box-heart::before {
  content: "\f49d"; }

.fa6-box-open::before {
  content: "\f49e"; }

.fa6-box-open-full::before {
  content: "\f49c"; }

.fa6-box-full::before {
  content: "\f49c"; }

.fa6-box-taped::before {
  content: "\f49a"; }

.fa6-box-alt::before {
  content: "\f49a"; }

.fa6-box-tissue::before {
  content: "\e05b"; }

.fa6-boxes-stacked::before {
  content: "\f468"; }

.fa6-boxes::before {
  content: "\f468"; }

.fa6-boxes-alt::before {
  content: "\f468"; }

.fa6-boxing-glove::before {
  content: "\f438"; }

.fa6-glove-boxing::before {
  content: "\f438"; }

.fa6-bracket-curly::before {
  content: "\e0d2"; }

.fa6-bracket-curly-left::before {
  content: "\e0d2"; }

.fa6-bracket-curly-right::before {
  content: "\e0d3"; }

.fa6-bracket-round::before {
  content: "\e0d4"; }

.fa6-parenthesis::before {
  content: "\e0d4"; }

.fa6-bracket-round-right::before {
  content: "\e0d5"; }

.fa6-bracket-square::before {
  content: "\e0d6"; }

.fa6-bracket::before {
  content: "\e0d6"; }

.fa6-bracket-left::before {
  content: "\e0d6"; }

.fa6-bracket-square-right::before {
  content: "\e0d7"; }

.fa6-brackets-curly::before {
  content: "\f7ea"; }

.fa6-brackets-round::before {
  content: "\e0d8"; }

.fa6-parentheses::before {
  content: "\e0d8"; }

.fa6-brackets-square::before {
  content: "\f7e9"; }

.fa6-brackets::before {
  content: "\f7e9"; }

.fa6-braille::before {
  content: "\f2a1"; }

.fa6-brain::before {
  content: "\f5dc"; }

.fa6-brain-arrow-curved-right::before {
  content: "\f677"; }

.fa6-mind-share::before {
  content: "\f677"; }

.fa6-brain-circuit::before {
  content: "\e0d9"; }

.fa6-brake-warning::before {
  content: "\e0da"; }

.fa6-bread-loaf::before {
  content: "\f7eb"; }

.fa6-bread-slice::before {
  content: "\f7ec"; }

.fa6-briefcase::before {
  content: "\f0b1"; }

.fa6-briefcase-arrow-right::before {
  content: "\e0db"; }

.fa6-briefcase-clock::before {
  content: "\f64a"; }

.fa6-business-time::before {
  content: "\f64a"; }

.fa6-briefcase-medical::before {
  content: "\f469"; }

.fa6-bring-forward::before {
  content: "\f856"; }

.fa6-bring-front::before {
  content: "\f857"; }

.fa6-broom::before {
  content: "\f51a"; }

.fa6-browser::before {
  content: "\f37e"; }

.fa6-browsers::before {
  content: "\e0dc"; }

.fa6-brush::before {
  content: "\f55d"; }

.fa6-bug::before {
  content: "\f188"; }

.fa6-building::before {
  content: "\f1ad"; }

.fa6-buildings::before {
  content: "\e0dd"; }

.fa6-bullhorn::before {
  content: "\f0a1"; }

.fa6-bullseye::before {
  content: "\f140"; }

.fa6-bullseye-arrow::before {
  content: "\f648"; }

.fa6-bullseye-pointer::before {
  content: "\f649"; }

.fa6-burger::before {
  content: "\f805"; }

.fa6-hamburger::before {
  content: "\f805"; }

.fa6-burger-cheese::before {
  content: "\f7f1"; }

.fa6-cheeseburger::before {
  content: "\f7f1"; }

.fa6-burger-fries::before {
  content: "\e0de"; }

.fa6-burger-glass::before {
  content: "\e0df"; }

.fa6-burger-soda::before {
  content: "\f858"; }

.fa6-burrito::before {
  content: "\f7ed"; }

.fa6-bus::before {
  content: "\f207"; }

.fa6-bus-school::before {
  content: "\f5dd"; }

.fa6-bus-simple::before {
  content: "\f55e"; }

.fa6-bus-alt::before {
  content: "\f55e"; }

.fa6-c::before {
  content: "\e0e0"; }

.fa6-cabinet-filing::before {
  content: "\f64b"; }

.fa6-cable-car::before {
  content: "\e0e1"; }

.fa6-cactus::before {
  content: "\f8a7"; }

.fa6-cake-candles::before {
  content: "\f1fd"; }

.fa6-birthday-cake::before {
  content: "\f1fd"; }

.fa6-calculator::before {
  content: "\f1ec"; }

.fa6-calculator-simple::before {
  content: "\f64c"; }

.fa6-calculator-alt::before {
  content: "\f64c"; }

.fa6-calendar::before {
  content: "\f133"; }

.fa6-calendar-arrow-down::before {
  content: "\e0e2"; }

.fa6-calendar-download::before {
  content: "\e0e2"; }

.fa6-calendar-arrow-up::before {
  content: "\e0e3"; }

.fa6-calendar-upload::before {
  content: "\e0e3"; }

.fa6-calendar-check::before {
  content: "\f274"; }

.fa6-calendar-clock::before {
  content: "\e0e4"; }

.fa6-calendar-time::before {
  content: "\e0e4"; }

.fa6-calendar-day::before {
  content: "\f783"; }

.fa6-calendar-days::before {
  content: "\f073"; }

.fa6-calendar-alt::before {
  content: "\f073"; }

.fa6-calendar-exclamation::before {
  content: "\f334"; }

.fa6-calendar-heart::before {
  content: "\e0e5"; }

.fa6-calendar-image::before {
  content: "\e0e6"; }

.fa6-calendar-lines::before {
  content: "\e0e7"; }

.fa6-calendar-note::before {
  content: "\e0e7"; }

.fa6-calendar-minus::before {
  content: "\f272"; }

.fa6-calendar-pen::before {
  content: "\f333"; }

.fa6-calendar-edit::before {
  content: "\f333"; }

.fa6-calendar-plus::before {
  content: "\f271"; }

.fa6-calendar-range::before {
  content: "\e0e8"; }

.fa6-calendar-star::before {
  content: "\f736"; }

.fa6-calendar-week::before {
  content: "\f784"; }

.fa6-calendar-xmark::before {
  content: "\f273"; }

.fa6-calendar-times::before {
  content: "\f273"; }

.fa6-calendars::before {
  content: "\e0e9"; }

.fa6-camcorder::before {
  content: "\f8a8"; }

.fa6-video-handheld::before {
  content: "\f8a8"; }

.fa6-camera::before {
  content: "\f030"; }

.fa6-camera-alt::before {
  content: "\f030"; }

.fa6-camera-cctv::before {
  content: "\f8ac"; }

.fa6-cctv::before {
  content: "\f8ac"; }

.fa6-camera-movie::before {
  content: "\f8a9"; }

.fa6-camera-polaroid::before {
  content: "\f8aa"; }

.fa6-camera-retro::before {
  content: "\f083"; }

.fa6-camera-rotate::before {
  content: "\e0ea"; }

.fa6-camera-security::before {
  content: "\f8fe"; }

.fa6-camera-home::before {
  content: "\f8fe"; }

.fa6-camera-slash::before {
  content: "\e0eb"; }

.fa6-camera-viewfinder::before {
  content: "\e0ec"; }

.fa6-camera-web::before {
  content: "\f832"; }

.fa6-webcam::before {
  content: "\f832"; }

.fa6-camera-web-slash::before {
  content: "\f833"; }

.fa6-webcam-slash::before {
  content: "\f833"; }

.fa6-campfire::before {
  content: "\f6ba"; }

.fa6-campground::before {
  content: "\f6bb"; }

.fa6-candle-holder::before {
  content: "\f6bc"; }

.fa6-candy-cane::before {
  content: "\f786"; }

.fa6-candy-corn::before {
  content: "\f6bd"; }

.fa6-cannabis::before {
  content: "\f55f"; }

.fa6-capsules::before {
  content: "\f46b"; }

.fa6-car::before {
  content: "\f1b9"; }

.fa6-automobile::before {
  content: "\f1b9"; }

.fa6-car-battery::before {
  content: "\f5df"; }

.fa6-battery-car::before {
  content: "\f5df"; }

.fa6-car-building::before {
  content: "\f859"; }

.fa6-car-bump::before {
  content: "\f5e0"; }

.fa6-car-bus::before {
  content: "\f85a"; }

.fa6-car-crash::before {
  content: "\f5e1"; }

.fa6-car-garage::before {
  content: "\f5e2"; }

.fa6-car-rear::before {
  content: "\f5de"; }

.fa6-car-alt::before {
  content: "\f5de"; }

.fa6-car-side::before {
  content: "\f5e4"; }

.fa6-car-tilt::before {
  content: "\f5e5"; }

.fa6-car-wash::before {
  content: "\f5e6"; }

.fa6-car-wrench::before {
  content: "\f5e3"; }

.fa6-car-mechanic::before {
  content: "\f5e3"; }

.fa6-caravan::before {
  content: "\f8ff"; }

.fa6-caravan-simple::before {
  content: "\e000"; }

.fa6-caravan-alt::before {
  content: "\e000"; }

.fa6-caret-down::before {
  content: "\f0d7"; }

.fa6-caret-left::before {
  content: "\f0d9"; }

.fa6-caret-right::before {
  content: "\f0da"; }

.fa6-caret-up::before {
  content: "\f0d8"; }

.fa6-carrot::before {
  content: "\f787"; }

.fa6-cars::before {
  content: "\f85b"; }

.fa6-cart-arrow-down::before {
  content: "\f218"; }

.fa6-cart-flatbed::before {
  content: "\f474"; }

.fa6-dolly-flatbed::before {
  content: "\f474"; }

.fa6-cart-flatbed-boxes::before {
  content: "\f475"; }

.fa6-dolly-flatbed-alt::before {
  content: "\f475"; }

.fa6-cart-flatbed-empty::before {
  content: "\f476"; }

.fa6-dolly-flatbed-empty::before {
  content: "\f476"; }

.fa6-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa6-luggage-cart::before {
  content: "\f59d"; }

.fa6-cart-plus::before {
  content: "\f217"; }

.fa6-cart-shopping::before {
  content: "\f07a"; }

.fa6-shopping-cart::before {
  content: "\f07a"; }

.fa6-cart-shopping-fast::before {
  content: "\e0ed"; }

.fa6-casette-betamax::before {
  content: "\f8a4"; }

.fa6-betamax::before {
  content: "\f8a4"; }

.fa6-casette-vhs::before {
  content: "\f8ec"; }

.fa6-vhs::before {
  content: "\f8ec"; }

.fa6-cash-register::before {
  content: "\f788"; }

.fa6-cassette-tape::before {
  content: "\f8ab"; }

.fa6-castle::before {
  content: "\e0ee"; }

.fa6-cat::before {
  content: "\f6be"; }

.fa6-cat-space::before {
  content: "\e001"; }

.fa6-cauldron::before {
  content: "\f6bf"; }

.fa6-cedi-sign::before {
  content: "\e0ef"; }

.fa6-cent-sign::before {
  content: "\e0f0"; }

.fa6-certificate::before {
  content: "\f0a3"; }

.fa6-chair::before {
  content: "\f6c0"; }

.fa6-chair-office::before {
  content: "\f6c1"; }

.fa6-chalkboard::before {
  content: "\f51b"; }

.fa6-blackboard::before {
  content: "\f51b"; }

.fa6-chalkboard-user::before {
  content: "\f51c"; }

.fa6-chalkboard-teacher::before {
  content: "\f51c"; }

.fa6-champagne-glass::before {
  content: "\f79e"; }

.fa6-glass-champagne::before {
  content: "\f79e"; }

.fa6-champagne-glasses::before {
  content: "\f79f"; }

.fa6-glass-cheers::before {
  content: "\f79f"; }

.fa6-charging-station::before {
  content: "\f5e7"; }

.fa6-chart-area::before {
  content: "\f1fe"; }

.fa6-area-chart::before {
  content: "\f1fe"; }

.fa6-chart-bar::before {
  content: "\f080"; }

.fa6-bar-chart::before {
  content: "\f080"; }

.fa6-chart-bullet::before {
  content: "\e0f1"; }

.fa6-chart-candlestick::before {
  content: "\e0f2"; }

.fa6-chart-column::before {
  content: "\e0f3"; }

.fa6-chart-gantt::before {
  content: "\e0f4"; }

.fa6-chart-line::before {
  content: "\f201"; }

.fa6-line-chart::before {
  content: "\f201"; }

.fa6-chart-line-down::before {
  content: "\f64d"; }

.fa6-chart-line-up::before {
  content: "\e0f5"; }

.fa6-chart-mixed::before {
  content: "\f643"; }

.fa6-analytics::before {
  content: "\f643"; }

.fa6-chart-network::before {
  content: "\f78a"; }

.fa6-chart-pie::before {
  content: "\f200"; }

.fa6-pie-chart::before {
  content: "\f200"; }

.fa6-chart-pie-simple::before {
  content: "\f64e"; }

.fa6-chart-pie-alt::before {
  content: "\f64e"; }

.fa6-chart-pyramid::before {
  content: "\e0f6"; }

.fa6-chart-radar::before {
  content: "\e0f7"; }

.fa6-chart-scatter::before {
  content: "\f7ee"; }

.fa6-chart-scatter-3d::before {
  content: "\e0f8"; }

.fa6-chart-scatter-bubble::before {
  content: "\e0f9"; }

.fa6-chart-tree-map::before {
  content: "\e0fa"; }

.fa6-chart-user::before {
  content: "\f6a3"; }

.fa6-user-chart::before {
  content: "\f6a3"; }

.fa6-chart-waterfall::before {
  content: "\e0fb"; }

.fa6-check::before {
  content: "\f00c"; }

.fa6-check-double::before {
  content: "\f560"; }

.fa6-check-to-slot::before {
  content: "\f772"; }

.fa6-vote-yea::before {
  content: "\f772"; }

.fa6-cheese::before {
  content: "\f7ef"; }

.fa6-cheese-swiss::before {
  content: "\f7f0"; }

.fa6-cherries::before {
  content: "\e0fc"; }

.fa6-chess::before {
  content: "\f439"; }

.fa6-chess-bishop::before {
  content: "\f43a"; }

.fa6-chess-bishop-piece::before {
  content: "\f43b"; }

.fa6-chess-bishop-alt::before {
  content: "\f43b"; }

.fa6-chess-board::before {
  content: "\f43c"; }

.fa6-chess-clock::before {
  content: "\f43d"; }

.fa6-chess-clock-flip::before {
  content: "\f43e"; }

.fa6-chess-clock-alt::before {
  content: "\f43e"; }

.fa6-chess-king::before {
  content: "\f43f"; }

.fa6-chess-king-piece::before {
  content: "\f440"; }

.fa6-chess-king-alt::before {
  content: "\f440"; }

.fa6-chess-knight::before {
  content: "\f441"; }

.fa6-chess-knight-piece::before {
  content: "\f442"; }

.fa6-chess-knight-alt::before {
  content: "\f442"; }

.fa6-chess-pawn::before {
  content: "\f443"; }

.fa6-chess-pawn-piece::before {
  content: "\f444"; }

.fa6-chess-pawn-alt::before {
  content: "\f444"; }

.fa6-chess-queen::before {
  content: "\f445"; }

.fa6-chess-queen-piece::before {
  content: "\f446"; }

.fa6-chess-queen-alt::before {
  content: "\f446"; }

.fa6-chess-rook::before {
  content: "\f447"; }

.fa6-chess-rook-piece::before {
  content: "\f448"; }

.fa6-chess-rook-alt::before {
  content: "\f448"; }

.fa6-chevron-down::before {
  content: "\f078"; }

.fa6-chevron-left::before {
  content: "\f053"; }

.fa6-chevron-right::before {
  content: "\f054"; }

.fa6-chevron-up::before {
  content: "\f077"; }

.fa6-chevrons-down::before {
  content: "\f322"; }

.fa6-chevron-double-down::before {
  content: "\f322"; }

.fa6-chevrons-left::before {
  content: "\f323"; }

.fa6-chevron-double-left::before {
  content: "\f323"; }

.fa6-chevrons-right::before {
  content: "\f324"; }

.fa6-chevron-double-right::before {
  content: "\f324"; }

.fa6-chevrons-up::before {
  content: "\f325"; }

.fa6-chevron-double-up::before {
  content: "\f325"; }

.fa6-child::before {
  content: "\f1ae"; }

.fa6-chimney::before {
  content: "\f78b"; }

.fa6-church::before {
  content: "\f51d"; }

.fa6-circle::before {
  content: "\f111"; }

.fa6-circle-0::before {
  content: "\e0fd"; }

.fa6-circle-1::before {
  content: "\e0fe"; }

.fa6-circle-2::before {
  content: "\e0ff"; }

.fa6-circle-3::before {
  content: "\e100"; }

.fa6-circle-4::before {
  content: "\e101"; }

.fa6-circle-5::before {
  content: "\e102"; }

.fa6-circle-6::before {
  content: "\e103"; }

.fa6-circle-7::before {
  content: "\e104"; }

.fa6-circle-8::before {
  content: "\e105"; }

.fa6-circle-9::before {
  content: "\e106"; }

.fa6-circle-a::before {
  content: "\e107"; }

.fa6-circle-ampersand::before {
  content: "\e108"; }

.fa6-circle-arrow-down::before {
  content: "\f0ab"; }

.fa6-arrow-circle-down::before {
  content: "\f0ab"; }

.fa6-circle-arrow-down-left::before {
  content: "\e109"; }

.fa6-circle-arrow-down-right::before {
  content: "\e10a"; }

.fa6-circle-arrow-left::before {
  content: "\f0a8"; }

.fa6-arrow-circle-left::before {
  content: "\f0a8"; }

.fa6-circle-arrow-right::before {
  content: "\f0a9"; }

.fa6-arrow-circle-right::before {
  content: "\f0a9"; }

.fa6-circle-arrow-up::before {
  content: "\f0aa"; }

.fa6-arrow-circle-up::before {
  content: "\f0aa"; }

.fa6-circle-arrow-up-left::before {
  content: "\e10b"; }

.fa6-circle-arrow-up-right::before {
  content: "\e10c"; }

.fa6-circle-b::before {
  content: "\e10d"; }

.fa6-circle-bolt::before {
  content: "\e10e"; }

.fa6-circle-book-open::before {
  content: "\e10f"; }

.fa6-book-circle::before {
  content: "\e10f"; }

.fa6-circle-bookmark::before {
  content: "\e110"; }

.fa6-bookmark-circle::before {
  content: "\e110"; }

.fa6-circle-c::before {
  content: "\e111"; }

.fa6-circle-calendar::before {
  content: "\e112"; }

.fa6-calendar-circle::before {
  content: "\e112"; }

.fa6-circle-camera::before {
  content: "\e113"; }

.fa6-camera-circle::before {
  content: "\e113"; }

.fa6-circle-caret-down::before {
  content: "\f32d"; }

.fa6-caret-circle-down::before {
  content: "\f32d"; }

.fa6-circle-caret-left::before {
  content: "\f32e"; }

.fa6-caret-circle-left::before {
  content: "\f32e"; }

.fa6-circle-caret-right::before {
  content: "\f330"; }

.fa6-caret-circle-right::before {
  content: "\f330"; }

.fa6-circle-caret-up::before {
  content: "\f331"; }

.fa6-caret-circle-up::before {
  content: "\f331"; }

.fa6-circle-check::before {
  content: "\f058"; }

.fa6-check-circle::before {
  content: "\f058"; }

.fa6-circle-chevron-down::before {
  content: "\f13a"; }

.fa6-chevron-circle-down::before {
  content: "\f13a"; }

.fa6-circle-chevron-left::before {
  content: "\f137"; }

.fa6-chevron-circle-left::before {
  content: "\f137"; }

.fa6-circle-chevron-right::before {
  content: "\f138"; }

.fa6-chevron-circle-right::before {
  content: "\f138"; }

.fa6-circle-chevron-up::before {
  content: "\f139"; }

.fa6-chevron-circle-up::before {
  content: "\f139"; }

.fa6-circle-d::before {
  content: "\e114"; }

.fa6-circle-dashed::before {
  content: "\e115"; }

.fa6-circle-divide::before {
  content: "\e116"; }

.fa6-circle-dollar::before {
  content: "\f2e8"; }

.fa6-usd-circle::before {
  content: "\f2e8"; }

.fa6-dollar-circle::before {
  content: "\f2e8"; }

.fa6-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa6-donate::before {
  content: "\f4b9"; }

.fa6-circle-dot::before {
  content: "\f192"; }

.fa6-dot-circle::before {
  content: "\f192"; }

.fa6-circle-down::before {
  content: "\f358"; }

.fa6-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa6-circle-down-left::before {
  content: "\e117"; }

.fa6-circle-down-right::before {
  content: "\e118"; }

.fa6-circle-e::before {
  content: "\e119"; }

.fa6-circle-envelope::before {
  content: "\e11a"; }

.fa6-envelope-circle::before {
  content: "\e11a"; }

.fa6-circle-exclamation::before {
  content: "\f06a"; }

.fa6-exclamation-circle::before {
  content: "\f06a"; }

.fa6-circle-exclamation-check::before {
  content: "\e11b"; }

.fa6-circle-f::before {
  content: "\e11c"; }

.fa6-circle-g::before {
  content: "\e11d"; }

.fa6-circle-h::before {
  content: "\f47e"; }

.fa6-hospital-symbol::before {
  content: "\f47e"; }

.fa6-circle-half::before {
  content: "\e11e"; }

.fa6-circle-half-stroke::before {
  content: "\f042"; }

.fa6-adjust::before {
  content: "\f042"; }

.fa6-circle-heart::before {
  content: "\f4c7"; }

.fa6-heart-circle::before {
  content: "\f4c7"; }

.fa6-circle-i::before {
  content: "\e11f"; }

.fa6-circle-info::before {
  content: "\f05a"; }

.fa6-info-circle::before {
  content: "\f05a"; }

.fa6-circle-j::before {
  content: "\e120"; }

.fa6-circle-k::before {
  content: "\e121"; }

.fa6-circle-l::before {
  content: "\e122"; }

.fa6-circle-left::before {
  content: "\f359"; }

.fa6-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa6-circle-location-arrow::before {
  content: "\f602"; }

.fa6-location-circle::before {
  content: "\f602"; }

.fa6-circle-m::before {
  content: "\e123"; }

.fa6-circle-microphone::before {
  content: "\e124"; }

.fa6-microphone-circle::before {
  content: "\e124"; }

.fa6-circle-microphone-lines::before {
  content: "\e125"; }

.fa6-microphone-circle-alt::before {
  content: "\e125"; }

.fa6-circle-minus::before {
  content: "\f056"; }

.fa6-minus-circle::before {
  content: "\f056"; }

.fa6-circle-n::before {
  content: "\e126"; }

.fa6-circle-notch::before {
  content: "\f1ce"; }

.fa6-circle-o::before {
  content: "\e127"; }

.fa6-circle-p::before {
  content: "\e128"; }

.fa6-circle-parking::before {
  content: "\f615"; }

.fa6-parking-circle::before {
  content: "\f615"; }

.fa6-circle-pause::before {
  content: "\f28b"; }

.fa6-pause-circle::before {
  content: "\f28b"; }

.fa6-circle-phone::before {
  content: "\e129"; }

.fa6-phone-circle::before {
  content: "\e129"; }

.fa6-circle-phone-flip::before {
  content: "\e12a"; }

.fa6-phone-circle-alt::before {
  content: "\e12a"; }

.fa6-circle-phone-hangup::before {
  content: "\e12b"; }

.fa6-phone-circle-down::before {
  content: "\e12b"; }

.fa6-circle-play::before {
  content: "\f144"; }

.fa6-play-circle::before {
  content: "\f144"; }

.fa6-circle-plus::before {
  content: "\f055"; }

.fa6-plus-circle::before {
  content: "\f055"; }

.fa6-circle-q::before {
  content: "\e12c"; }

.fa6-circle-quarter::before {
  content: "\e12d"; }

.fa6-circle-question::before {
  content: "\f059"; }

.fa6-question-circle::before {
  content: "\f059"; }

.fa6-circle-r::before {
  content: "\e12e"; }

.fa6-circle-radiation::before {
  content: "\f7ba"; }

.fa6-radiation-alt::before {
  content: "\f7ba"; }

.fa6-circle-right::before {
  content: "\f35a"; }

.fa6-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa6-circle-s::before {
  content: "\e12f"; }

.fa6-circle-small::before {
  content: "\e130"; }

.fa6-circle-sort::before {
  content: "\e030"; }

.fa6-sort-circle::before {
  content: "\e030"; }

.fa6-circle-sort-down::before {
  content: "\e031"; }

.fa6-sort-circle-down::before {
  content: "\e031"; }

.fa6-circle-sort-up::before {
  content: "\e032"; }

.fa6-sort-circle-up::before {
  content: "\e032"; }

.fa6-circle-star::before {
  content: "\e131"; }

.fa6-star-circle::before {
  content: "\e131"; }

.fa6-circle-stop::before {
  content: "\f28d"; }

.fa6-stop-circle::before {
  content: "\f28d"; }

.fa6-circle-t::before {
  content: "\e132"; }

.fa6-circle-three-quarters::before {
  content: "\e133"; }

.fa6-circle-trash::before {
  content: "\e134"; }

.fa6-trash-circle::before {
  content: "\e134"; }

.fa6-circle-u::before {
  content: "\e135"; }

.fa6-circle-up::before {
  content: "\f35b"; }

.fa6-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa6-circle-up-left::before {
  content: "\e136"; }

.fa6-circle-up-right::before {
  content: "\e137"; }

.fa6-circle-user::before {
  content: "\f2bd"; }

.fa6-user-circle::before {
  content: "\f2bd"; }

.fa6-circle-v::before {
  content: "\e138"; }

.fa6-circle-video::before {
  content: "\e139"; }

.fa6-video-circle::before {
  content: "\e139"; }

.fa6-circle-w::before {
  content: "\e13a"; }

.fa6-circle-waveform-lines::before {
  content: "\e13b"; }

.fa6-waveform-circle::before {
  content: "\e13b"; }

.fa6-circle-x::before {
  content: "\e13c"; }

.fa6-circle-xmark::before {
  content: "\f057"; }

.fa6-times-circle::before {
  content: "\f057"; }

.fa6-xmark-circle::before {
  content: "\f057"; }

.fa6-circle-y::before {
  content: "\e13d"; }

.fa6-circle-z::before {
  content: "\e13e"; }

.fa6-city::before {
  content: "\f64f"; }

.fa6-clapperboard::before {
  content: "\e13f"; }

.fa6-clapperboard-play::before {
  content: "\e140"; }

.fa6-clarinet::before {
  content: "\f8ad"; }

.fa6-claw-marks::before {
  content: "\f6c2"; }

.fa6-clipboard::before {
  content: "\f328"; }

.fa6-clipboard-check::before {
  content: "\f46c"; }

.fa6-clipboard-list::before {
  content: "\f46d"; }

.fa6-clipboard-list-check::before {
  content: "\f737"; }

.fa6-clipboard-medical::before {
  content: "\e141"; }

.fa6-clipboard-prescription::before {
  content: "\f5e8"; }

.fa6-clipboard-user::before {
  content: "\f7f3"; }

.fa6-clock::before {
  content: "\f017"; }

.fa6-clock-desk::before {
  content: "\e142"; }

.fa6-clock-rotate-left::before {
  content: "\f1da"; }

.fa6-history::before {
  content: "\f1da"; }

.fa6-clone::before {
  content: "\f24d"; }

.fa6-closed-captioning::before {
  content: "\f20a"; }

.fa6-closed-captioning-slash::before {
  content: "\e143"; }

.fa6-clothes-hanger::before {
  content: "\e144"; }

.fa6-cloud::before {
  content: "\f0c2"; }

.fa6-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa6-cloud-download::before {
  content: "\f0ed"; }

.fa6-cloud-download-alt::before {
  content: "\f0ed"; }

.fa6-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa6-cloud-upload::before {
  content: "\f0ee"; }

.fa6-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa6-cloud-bolt::before {
  content: "\f76c"; }

.fa6-thunderstorm::before {
  content: "\f76c"; }

.fa6-cloud-bolt-moon::before {
  content: "\f76d"; }

.fa6-thunderstorm-moon::before {
  content: "\f76d"; }

.fa6-cloud-bolt-sun::before {
  content: "\f76e"; }

.fa6-thunderstorm-sun::before {
  content: "\f76e"; }

.fa6-cloud-drizzle::before {
  content: "\f738"; }

.fa6-cloud-fog::before {
  content: "\f74e"; }

.fa6-fog::before {
  content: "\f74e"; }

.fa6-cloud-hail::before {
  content: "\f739"; }

.fa6-cloud-hail-mixed::before {
  content: "\f73a"; }

.fa6-cloud-meatball::before {
  content: "\f73b"; }

.fa6-cloud-moon::before {
  content: "\f6c3"; }

.fa6-cloud-moon-rain::before {
  content: "\f73c"; }

.fa6-cloud-music::before {
  content: "\f8ae"; }

.fa6-cloud-rain::before {
  content: "\f73d"; }

.fa6-cloud-rainbow::before {
  content: "\f73e"; }

.fa6-cloud-showers::before {
  content: "\f73f"; }

.fa6-cloud-showers-heavy::before {
  content: "\f740"; }

.fa6-cloud-slash::before {
  content: "\e145"; }

.fa6-cloud-sleet::before {
  content: "\f741"; }

.fa6-cloud-snow::before {
  content: "\f742"; }

.fa6-cloud-sun::before {
  content: "\f6c4"; }

.fa6-cloud-sun-rain::before {
  content: "\f743"; }

.fa6-cloud-word::before {
  content: "\e146"; }

.fa6-clouds::before {
  content: "\f744"; }

.fa6-clouds-moon::before {
  content: "\f745"; }

.fa6-clouds-sun::before {
  content: "\f746"; }

.fa6-clover::before {
  content: "\e147"; }

.fa6-club::before {
  content: "\f327"; }

.fa6-code::before {
  content: "\f121"; }

.fa6-code-branch::before {
  content: "\f126"; }

.fa6-code-commit::before {
  content: "\f386"; }

.fa6-code-compare::before {
  content: "\e148"; }

.fa6-code-fork::before {
  content: "\e149"; }

.fa6-code-merge::before {
  content: "\f387"; }

.fa6-code-pull-request::before {
  content: "\e14a"; }

.fa6-code-simple::before {
  content: "\e14b"; }

.fa6-coffee-bean::before {
  content: "\e14c"; }

.fa6-coffee-beans::before {
  content: "\e14d"; }

.fa6-coffee-pot::before {
  content: "\e002"; }

.fa6-coffin::before {
  content: "\f6c6"; }

.fa6-coffin-cross::before {
  content: "\e051"; }

.fa6-coin::before {
  content: "\f85c"; }

.fa6-coins::before {
  content: "\f51e"; }

.fa6-colon-sign::before {
  content: "\e14e"; }

.fa6-comet::before {
  content: "\e003"; }

.fa6-command::before {
  content: "\e14f"; }

.fa6-comment::before {
  content: "\f075"; }

.fa6-comment-arrow-down::before {
  content: "\e150"; }

.fa6-comment-arrow-up::before {
  content: "\e151"; }

.fa6-comment-arrow-up-right::before {
  content: "\e152"; }

.fa6-comment-captions::before {
  content: "\e153"; }

.fa6-comment-check::before {
  content: "\f4ac"; }

.fa6-comment-code::before {
  content: "\e154"; }

.fa6-comment-dollar::before {
  content: "\f651"; }

.fa6-comment-dots::before {
  content: "\f4ad"; }

.fa6-commenting::before {
  content: "\f4ad"; }

.fa6-comment-exclamation::before {
  content: "\f4af"; }

.fa6-comment-image::before {
  content: "\e155"; }

.fa6-comment-lines::before {
  content: "\f4b0"; }

.fa6-comment-medical::before {
  content: "\f7f5"; }

.fa6-comment-middle::before {
  content: "\e156"; }

.fa6-comment-middle-top::before {
  content: "\e157"; }

.fa6-comment-minus::before {
  content: "\f4b1"; }

.fa6-comment-music::before {
  content: "\f8b0"; }

.fa6-comment-pen::before {
  content: "\f4ae"; }

.fa6-comment-edit::before {
  content: "\f4ae"; }

.fa6-comment-plus::before {
  content: "\f4b2"; }

.fa6-comment-question::before {
  content: "\e158"; }

.fa6-comment-quote::before {
  content: "\e159"; }

.fa6-comment-slash::before {
  content: "\f4b3"; }

.fa6-comment-smile::before {
  content: "\f4b4"; }

.fa6-comment-sms::before {
  content: "\f7cd"; }

.fa6-sms::before {
  content: "\f7cd"; }

.fa6-comment-text::before {
  content: "\e15a"; }

.fa6-comment-xmark::before {
  content: "\f4b5"; }

.fa6-comment-times::before {
  content: "\f4b5"; }

.fa6-comments::before {
  content: "\f086"; }

.fa6-comments-dollar::before {
  content: "\f653"; }

.fa6-comments-question::before {
  content: "\e15b"; }

.fa6-comments-question-check::before {
  content: "\e15c"; }

.fa6-compact-disc::before {
  content: "\f51f"; }

.fa6-compass::before {
  content: "\f14e"; }

.fa6-compass-drafting::before {
  content: "\f568"; }

.fa6-drafting-compass::before {
  content: "\f568"; }

.fa6-compass-slash::before {
  content: "\f5e9"; }

.fa6-compress::before {
  content: "\f066"; }

.fa6-compress-wide::before {
  content: "\f326"; }

.fa6-computer-classic::before {
  content: "\f8b1"; }

.fa6-computer-mouse::before {
  content: "\f8cc"; }

.fa6-mouse::before {
  content: "\f8cc"; }

.fa6-computer-mouse-scrollwheel::before {
  content: "\f8cd"; }

.fa6-mouse-alt::before {
  content: "\f8cd"; }

.fa6-computer-speaker::before {
  content: "\f8b2"; }

.fa6-container-storage::before {
  content: "\f4b7"; }

.fa6-conveyor-belt::before {
  content: "\f46e"; }

.fa6-conveyor-belt-boxes::before {
  content: "\f46f"; }

.fa6-conveyor-belt-alt::before {
  content: "\f46f"; }

.fa6-conveyor-belt-empty::before {
  content: "\e15d"; }

.fa6-cookie::before {
  content: "\f563"; }

.fa6-cookie-bite::before {
  content: "\f564"; }

.fa6-copy::before {
  content: "\f0c5"; }

.fa6-copyright::before {
  content: "\f1f9"; }

.fa6-corn::before {
  content: "\f6c7"; }

.fa6-couch::before {
  content: "\f4b8"; }

.fa6-cow::before {
  content: "\f6c8"; }

.fa6-cowbell::before {
  content: "\f8b3"; }

.fa6-cowbell-circle-plus::before {
  content: "\f8b4"; }

.fa6-cowbell-more::before {
  content: "\f8b4"; }

.fa6-credit-card::before {
  content: "\f09d"; }

.fa6-credit-card-alt::before {
  content: "\f09d"; }

.fa6-credit-card-blank::before {
  content: "\f389"; }

.fa6-credit-card-front::before {
  content: "\f38a"; }

.fa6-cricket-bat-ball::before {
  content: "\f449"; }

.fa6-cricket::before {
  content: "\f449"; }

.fa6-croissant::before {
  content: "\f7f6"; }

.fa6-crop::before {
  content: "\f125"; }

.fa6-crop-simple::before {
  content: "\f565"; }

.fa6-crop-alt::before {
  content: "\f565"; }

.fa6-cross::before {
  content: "\f654"; }

.fa6-crosshairs::before {
  content: "\f05b"; }

.fa6-crow::before {
  content: "\f520"; }

.fa6-crown::before {
  content: "\f521"; }

.fa6-crutch::before {
  content: "\f7f7"; }

.fa6-crutches::before {
  content: "\f7f8"; }

.fa6-cruzeiro-sign::before {
  content: "\e15e"; }

.fa6-cube::before {
  content: "\f1b2"; }

.fa6-cubes::before {
  content: "\f1b3"; }

.fa6-cup-togo::before {
  content: "\f6c5"; }

.fa6-coffee-togo::before {
  content: "\f6c5"; }

.fa6-curling-stone::before {
  content: "\f44a"; }

.fa6-curling::before {
  content: "\f44a"; }

.fa6-d::before {
  content: "\e15f"; }

.fa6-dagger::before {
  content: "\f6cb"; }

.fa6-database::before {
  content: "\f1c0"; }

.fa6-deer::before {
  content: "\f78e"; }

.fa6-deer-rudolph::before {
  content: "\f78f"; }

.fa6-delete-left::before {
  content: "\f55a"; }

.fa6-backspace::before {
  content: "\f55a"; }

.fa6-delete-right::before {
  content: "\e160"; }

.fa6-democrat::before {
  content: "\f747"; }

.fa6-desktop::before {
  content: "\f108"; }

.fa6-desktop-alt::before {
  content: "\f108"; }

.fa6-desktop-arrow-down::before {
  content: "\e161"; }

.fa6-dharmachakra::before {
  content: "\f655"; }

.fa6-diagram-lean-canvas::before {
  content: "\e162"; }

.fa6-diagram-nested::before {
  content: "\e163"; }

.fa6-diagram-project::before {
  content: "\f542"; }

.fa6-project-diagram::before {
  content: "\f542"; }

.fa6-diagram-sankey::before {
  content: "\e164"; }

.fa6-diagram-stankey::before {
  content: "\e165"; }

.fa6-diagram-venn::before {
  content: "\e166"; }

.fa6-dial::before {
  content: "\e167"; }

.fa6-dial-med-high::before {
  content: "\e167"; }

.fa6-dial-high::before {
  content: "\e168"; }

.fa6-dial-low::before {
  content: "\e169"; }

.fa6-dial-max::before {
  content: "\e16a"; }

.fa6-dial-med::before {
  content: "\e16b"; }

.fa6-dial-med-low::before {
  content: "\e16c"; }

.fa6-dial-min::before {
  content: "\e16d"; }

.fa6-diamond::before {
  content: "\f219"; }

.fa6-diamond-turn-right::before {
  content: "\f5eb"; }

.fa6-directions::before {
  content: "\f5eb"; }

.fa6-dice::before {
  content: "\f522"; }

.fa6-dice-d10::before {
  content: "\f6cd"; }

.fa6-dice-d12::before {
  content: "\f6ce"; }

.fa6-dice-d20::before {
  content: "\f6cf"; }

.fa6-dice-d4::before {
  content: "\f6d0"; }

.fa6-dice-d6::before {
  content: "\f6d1"; }

.fa6-dice-d8::before {
  content: "\f6d2"; }

.fa6-dice-five::before {
  content: "\f523"; }

.fa6-dice-four::before {
  content: "\f524"; }

.fa6-dice-one::before {
  content: "\f525"; }

.fa6-dice-six::before {
  content: "\f526"; }

.fa6-dice-three::before {
  content: "\f527"; }

.fa6-dice-two::before {
  content: "\f528"; }

.fa6-diploma::before {
  content: "\f5ea"; }

.fa6-scroll-ribbon::before {
  content: "\f5ea"; }

.fa6-disc-drive::before {
  content: "\f8b5"; }

.fa6-disease::before {
  content: "\f7fa"; }

.fa6-display::before {
  content: "\e16e"; }

.fa6-display-arrow-down::before {
  content: "\e16f"; }

.fa6-display-code::before {
  content: "\e170"; }

.fa6-desktop-code::before {
  content: "\e170"; }

.fa6-display-medical::before {
  content: "\e171"; }

.fa6-desktop-medical::before {
  content: "\e171"; }

.fa6-display-slash::before {
  content: "\e172"; }

.fa6-desktop-slash::before {
  content: "\e172"; }

.fa6-divide::before {
  content: "\f529"; }

.fa6-dna::before {
  content: "\f471"; }

.fa6-do-not-enter::before {
  content: "\f5ec"; }

.fa6-dog::before {
  content: "\f6d3"; }

.fa6-dog-leashed::before {
  content: "\f6d4"; }

.fa6-dollar-sign::before {
  content: "\f155"; }

.fa6-dollar::before {
  content: "\f155"; }

.fa6-usd::before {
  content: "\f155"; }

.fa6-dolly::before {
  content: "\f472"; }

.fa6-dolly-box::before {
  content: "\f472"; }

.fa6-dolly-empty::before {
  content: "\f473"; }

.fa6-dolphin::before {
  content: "\e173"; }

.fa6-dong-sign::before {
  content: "\e174"; }

.fa6-door-closed::before {
  content: "\f52a"; }

.fa6-door-open::before {
  content: "\f52b"; }

.fa6-dove::before {
  content: "\f4ba"; }

.fa6-down::before {
  content: "\f354"; }

.fa6-arrow-alt-down::before {
  content: "\f354"; }

.fa6-down-from-line::before {
  content: "\f349"; }

.fa6-arrow-alt-from-top::before {
  content: "\f349"; }

.fa6-down-left::before {
  content: "\e175"; }

.fa6-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa6-compress-alt::before {
  content: "\f422"; }

.fa6-down-long::before {
  content: "\f309"; }

.fa6-long-arrow-alt-down::before {
  content: "\f309"; }

.fa6-down-right::before {
  content: "\e176"; }

.fa6-down-to-line::before {
  content: "\f34a"; }

.fa6-arrow-alt-to-bottom::before {
  content: "\f34a"; }

.fa6-download::before {
  content: "\f019"; }

.fa6-dragon::before {
  content: "\f6d5"; }

.fa6-draw-circle::before {
  content: "\f5ed"; }

.fa6-draw-polygon::before {
  content: "\f5ee"; }

.fa6-draw-square::before {
  content: "\f5ef"; }

.fa6-dreidel::before {
  content: "\f792"; }

.fa6-drone::before {
  content: "\f85f"; }

.fa6-drone-front::before {
  content: "\f860"; }

.fa6-drone-alt::before {
  content: "\f860"; }

.fa6-droplet::before {
  content: "\f043"; }

.fa6-tint::before {
  content: "\f043"; }

.fa6-droplet-degree::before {
  content: "\f748"; }

.fa6-dewpoint::before {
  content: "\f748"; }

.fa6-droplet-percent::before {
  content: "\f750"; }

.fa6-humidity::before {
  content: "\f750"; }

.fa6-droplet-slash::before {
  content: "\f5c7"; }

.fa6-tint-slash::before {
  content: "\f5c7"; }

.fa6-drum::before {
  content: "\f569"; }

.fa6-drum-steelpan::before {
  content: "\f56a"; }

.fa6-drumstick::before {
  content: "\f6d6"; }

.fa6-drumstick-bite::before {
  content: "\f6d7"; }

.fa6-dryer::before {
  content: "\f861"; }

.fa6-dryer-heat::before {
  content: "\f862"; }

.fa6-dryer-alt::before {
  content: "\f862"; }

.fa6-duck::before {
  content: "\f6d8"; }

.fa6-dumbbell::before {
  content: "\f44b"; }

.fa6-dumpster::before {
  content: "\f793"; }

.fa6-dumpster-fire::before {
  content: "\f794"; }

.fa6-dungeon::before {
  content: "\f6d9"; }

.fa6-e::before {
  content: "\e177"; }

.fa6-ear::before {
  content: "\f5f0"; }

.fa6-ear-deaf::before {
  content: "\f2a4"; }

.fa6-deaf::before {
  content: "\f2a4"; }

.fa6-deafness::before {
  content: "\f2a4"; }

.fa6-hard-of-hearing::before {
  content: "\f2a4"; }

.fa6-ear-listen::before {
  content: "\f2a2"; }

.fa6-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa6-ear-muffs::before {
  content: "\f795"; }

.fa6-earth-africa::before {
  content: "\f57c"; }

.fa6-globe-africa::before {
  content: "\f57c"; }

.fa6-earth-americas::before {
  content: "\f57d"; }

.fa6-earth::before {
  content: "\f57d"; }

.fa6-globe-americas::before {
  content: "\f57d"; }

.fa6-earth-asia::before {
  content: "\f57e"; }

.fa6-globe-asia::before {
  content: "\f57e"; }

.fa6-earth-europa::before {
  content: "\f7a2"; }

.fa6-globe-europe::before {
  content: "\f7a2"; }

.fa6-eclipse::before {
  content: "\f749"; }

.fa6-egg::before {
  content: "\f7fb"; }

.fa6-egg-fried::before {
  content: "\f7fc"; }

.fa6-eggplant::before {
  content: "\e178"; }

.fa6-eject::before {
  content: "\f052"; }

.fa6-elephant::before {
  content: "\f6da"; }

.fa6-elevator::before {
  content: "\e179"; }

.fa6-ellipsis::before {
  content: "\f141"; }

.fa6-ellipsis-h::before {
  content: "\f141"; }

.fa6-ellipsis-stroke::before {
  content: "\f39b"; }

.fa6-ellipsis-h-alt::before {
  content: "\f39b"; }

.fa6-ellipsis-stroke-vertical::before {
  content: "\f39c"; }

.fa6-ellipsis-v-alt::before {
  content: "\f39c"; }

.fa6-ellipsis-vertical::before {
  content: "\f142"; }

.fa6-ellipsis-v::before {
  content: "\f142"; }

.fa6-empty-set::before {
  content: "\f656"; }

.fa6-engine::before {
  content: "\e17a"; }

.fa6-engine-warning::before {
  content: "\f5f2"; }

.fa6-engine-exclamation::before {
  content: "\f5f2"; }

.fa6-envelope::before {
  content: "\f0e0"; }

.fa6-envelope-dot::before {
  content: "\e17b"; }

.fa6-envelope-badge::before {
  content: "\e17b"; }

.fa6-envelope-open::before {
  content: "\f2b6"; }

.fa6-envelope-open-dollar::before {
  content: "\f657"; }

.fa6-envelope-open-text::before {
  content: "\f658"; }

.fa6-envelopes::before {
  content: "\e17c"; }

.fa6-envelopes-bulk::before {
  content: "\f674"; }

.fa6-mail-bulk::before {
  content: "\f674"; }

.fa6-equals::before {
  content: "\f52c"; }

.fa6-eraser::before {
  content: "\f12d"; }

.fa6-escalator::before {
  content: "\e17d"; }

.fa6-ethernet::before {
  content: "\f796"; }

.fa6-euro-sign::before {
  content: "\f153"; }

.fa6-euro::before {
  content: "\f153"; }

.fa6-eur::before {
  content: "\f153"; }

.fa6-exclamation::before {
  content: "\f12a"; }

.fa6-expand::before {
  content: "\f065"; }

.fa6-expand-wide::before {
  content: "\f320"; }

.fa6-eye::before {
  content: "\f06e"; }

.fa6-eye-dropper::before {
  content: "\f1fb"; }

.fa6-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa6-eyedropper::before {
  content: "\f1fb"; }

.fa6-eye-dropper-full::before {
  content: "\e17e"; }

.fa6-eye-dropper-half::before {
  content: "\e17f"; }

.fa6-eye-evil::before {
  content: "\f6db"; }

.fa6-eye-low-vision::before {
  content: "\f2a8"; }

.fa6-low-vision::before {
  content: "\f2a8"; }

.fa6-eye-slash::before {
  content: "\f070"; }

.fa6-f::before {
  content: "\e180"; }

.fa6-face-angry::before {
  content: "\f556"; }

.fa6-angry::before {
  content: "\f556"; }

.fa6-face-dizzy::before {
  content: "\f567"; }

.fa6-dizzy::before {
  content: "\f567"; }

.fa6-face-flushed::before {
  content: "\f579"; }

.fa6-flushed::before {
  content: "\f579"; }

.fa6-face-frown::before {
  content: "\f119"; }

.fa6-frown::before {
  content: "\f119"; }

.fa6-face-frown-open::before {
  content: "\f57a"; }

.fa6-frown-open::before {
  content: "\f57a"; }

.fa6-face-grimace::before {
  content: "\f57f"; }

.fa6-grimace::before {
  content: "\f57f"; }

.fa6-face-grin::before {
  content: "\f580"; }

.fa6-grin::before {
  content: "\f580"; }

.fa6-face-grin-beam::before {
  content: "\f582"; }

.fa6-grin-beam::before {
  content: "\f582"; }

.fa6-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa6-grin-beam-sweat::before {
  content: "\f583"; }

.fa6-face-grin-hearts::before {
  content: "\f584"; }

.fa6-grin-hearts::before {
  content: "\f584"; }

.fa6-face-grin-squint::before {
  content: "\f585"; }

.fa6-grin-squint::before {
  content: "\f585"; }

.fa6-face-grin-squint-tears::before {
  content: "\f586"; }

.fa6-grin-squint-tears::before {
  content: "\f586"; }

.fa6-face-grin-stars::before {
  content: "\f587"; }

.fa6-grin-stars::before {
  content: "\f587"; }

.fa6-face-grin-tears::before {
  content: "\f588"; }

.fa6-grin-tears::before {
  content: "\f588"; }

.fa6-face-grin-tongue::before {
  content: "\f589"; }

.fa6-grin-tongue::before {
  content: "\f589"; }

.fa6-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa6-grin-tongue-squint::before {
  content: "\f58a"; }

.fa6-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa6-grin-tongue-wink::before {
  content: "\f58b"; }

.fa6-face-grin-wide::before {
  content: "\f581"; }

.fa6-grin-alt::before {
  content: "\f581"; }

.fa6-face-grin-wink::before {
  content: "\f58c"; }

.fa6-grin-wink::before {
  content: "\f58c"; }

.fa6-face-kiss::before {
  content: "\f596"; }

.fa6-kiss::before {
  content: "\f596"; }

.fa6-face-kiss-beam::before {
  content: "\f597"; }

.fa6-kiss-beam::before {
  content: "\f597"; }

.fa6-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa6-kiss-wink-heart::before {
  content: "\f598"; }

.fa6-face-laugh::before {
  content: "\f599"; }

.fa6-laugh::before {
  content: "\f599"; }

.fa6-face-laugh-beam::before {
  content: "\f59a"; }

.fa6-laugh-beam::before {
  content: "\f59a"; }

.fa6-face-laugh-squint::before {
  content: "\f59b"; }

.fa6-laugh-squint::before {
  content: "\f59b"; }

.fa6-face-laugh-wink::before {
  content: "\f59c"; }

.fa6-laugh-wink::before {
  content: "\f59c"; }

.fa6-face-meh::before {
  content: "\f11a"; }

.fa6-meh::before {
  content: "\f11a"; }

.fa6-face-meh-blank::before {
  content: "\f5a4"; }

.fa6-meh-blank::before {
  content: "\f5a4"; }

.fa6-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa6-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa6-face-sad-cry::before {
  content: "\f5b3"; }

.fa6-sad-cry::before {
  content: "\f5b3"; }

.fa6-face-sad-tear::before {
  content: "\f5b4"; }

.fa6-sad-tear::before {
  content: "\f5b4"; }

.fa6-face-smile::before {
  content: "\f118"; }

.fa6-smile::before {
  content: "\f118"; }

.fa6-face-smile-beam::before {
  content: "\f5b8"; }

.fa6-smile-beam::before {
  content: "\f5b8"; }

.fa6-face-smile-plus::before {
  content: "\f5b9"; }

.fa6-smile-plus::before {
  content: "\f5b9"; }

.fa6-face-smile-wink::before {
  content: "\f4da"; }

.fa6-smile-wink::before {
  content: "\f4da"; }

.fa6-face-surprise::before {
  content: "\f5c2"; }

.fa6-surprise::before {
  content: "\f5c2"; }

.fa6-face-tired::before {
  content: "\f5c8"; }

.fa6-tired::before {
  content: "\f5c8"; }

.fa6-fan::before {
  content: "\f863"; }

.fa6-fan-table::before {
  content: "\e004"; }

.fa6-farm::before {
  content: "\f864"; }

.fa6-barn-silo::before {
  content: "\f864"; }

.fa6-faucet::before {
  content: "\e005"; }

.fa6-faucet-drip::before {
  content: "\e006"; }

.fa6-fax::before {
  content: "\f1ac"; }

.fa6-feather::before {
  content: "\f52d"; }

.fa6-feather-pointed::before {
  content: "\f56b"; }

.fa6-feather-alt::before {
  content: "\f56b"; }

.fa6-fence::before {
  content: "\e181"; }

.fa6-field-hockey-stick-ball::before {
  content: "\f44c"; }

.fa6-field-hockey::before {
  content: "\f44c"; }

.fa6-file::before {
  content: "\f15b"; }

.fa6-file-arrow-down::before {
  content: "\f56d"; }

.fa6-file-download::before {
  content: "\f56d"; }

.fa6-file-arrow-up::before {
  content: "\f574"; }

.fa6-file-upload::before {
  content: "\f574"; }

.fa6-file-audio::before {
  content: "\f1c7"; }

.fa6-file-binary::before {
  content: "\e182"; }

.fa6-file-certificate::before {
  content: "\f5f3"; }

.fa6-file-award::before {
  content: "\f5f3"; }

.fa6-file-chart-column::before {
  content: "\f659"; }

.fa6-file-chart-line::before {
  content: "\f659"; }

.fa6-file-chart-pie::before {
  content: "\f65a"; }

.fa6-file-check::before {
  content: "\f316"; }

.fa6-file-code::before {
  content: "\f1c9"; }

.fa6-file-contract::before {
  content: "\f56c"; }

.fa6-file-csv::before {
  content: "\f6dd"; }

.fa6-file-dashed-line::before {
  content: "\f877"; }

.fa6-page-break::before {
  content: "\f877"; }

.fa6-file-excel::before {
  content: "\f1c3"; }

.fa6-file-exclamation::before {
  content: "\f31a"; }

.fa6-file-export::before {
  content: "\f56e"; }

.fa6-arrow-right-from-file::before {
  content: "\f56e"; }

.fa6-file-heart::before {
  content: "\e183"; }

.fa6-file-image::before {
  content: "\f1c5"; }

.fa6-file-import::before {
  content: "\f56f"; }

.fa6-arrow-right-to-file::before {
  content: "\f56f"; }

.fa6-file-invoice::before {
  content: "\f570"; }

.fa6-file-invoice-dollar::before {
  content: "\f571"; }

.fa6-file-lines::before {
  content: "\f15c"; }

.fa6-file-alt::before {
  content: "\f15c"; }

.fa6-file-text::before {
  content: "\f15c"; }

.fa6-file-magnifying-glass::before {
  content: "\f865"; }

.fa6-file-search::before {
  content: "\f865"; }

.fa6-file-medical::before {
  content: "\f477"; }

.fa6-file-minus::before {
  content: "\f318"; }

.fa6-file-music::before {
  content: "\f8b6"; }

.fa6-file-pdf::before {
  content: "\f1c1"; }

.fa6-file-pen::before {
  content: "\f31c"; }

.fa6-file-edit::before {
  content: "\f31c"; }

.fa6-file-plus::before {
  content: "\f319"; }

.fa6-file-plus-minus::before {
  content: "\e184"; }

.fa6-file-powerpoint::before {
  content: "\f1c4"; }

.fa6-file-prescription::before {
  content: "\f572"; }

.fa6-file-signature::before {
  content: "\f573"; }

.fa6-file-spreadsheet::before {
  content: "\f65b"; }

.fa6-file-user::before {
  content: "\f65c"; }

.fa6-file-video::before {
  content: "\f1c8"; }

.fa6-file-waveform::before {
  content: "\f478"; }

.fa6-file-medical-alt::before {
  content: "\f478"; }

.fa6-file-word::before {
  content: "\f1c2"; }

.fa6-file-xmark::before {
  content: "\f317"; }

.fa6-file-times::before {
  content: "\f317"; }

.fa6-file-zipper::before {
  content: "\f1c6"; }

.fa6-file-archive::before {
  content: "\f1c6"; }

.fa6-files::before {
  content: "\e185"; }

.fa6-files-medical::before {
  content: "\f7fd"; }

.fa6-fill::before {
  content: "\f575"; }

.fa6-fill-drip::before {
  content: "\f576"; }

.fa6-film::before {
  content: "\f008"; }

.fa6-film-canister::before {
  content: "\f8b7"; }

.fa6-film-simple::before {
  content: "\f3a0"; }

.fa6-film-alt::before {
  content: "\f3a0"; }

.fa6-film-slash::before {
  content: "\e186"; }

.fa6-films::before {
  content: "\e187"; }

.fa6-filter::before {
  content: "\f0b0"; }

.fa6-filter-circle-dollar::before {
  content: "\f662"; }

.fa6-funnel-dollar::before {
  content: "\f662"; }

.fa6-filter-circle-xmark::before {
  content: "\e188"; }

.fa6-filter-list::before {
  content: "\e189"; }

.fa6-filter-slash::before {
  content: "\e18a"; }

.fa6-filters::before {
  content: "\e18b"; }

.fa6-fingerprint::before {
  content: "\f577"; }

.fa6-fire::before {
  content: "\f06d"; }

.fa6-fire-extinguisher::before {
  content: "\f134"; }

.fa6-fire-flame::before {
  content: "\f6df"; }

.fa6-flame::before {
  content: "\f6df"; }

.fa6-fire-flame-curved::before {
  content: "\f7e4"; }

.fa6-fire-alt::before {
  content: "\f7e4"; }

.fa6-fire-flame-simple::before {
  content: "\f46a"; }

.fa6-burn::before {
  content: "\f46a"; }

.fa6-fire-hydrant::before {
  content: "\e18c"; }

.fa6-fire-smoke::before {
  content: "\f74b"; }

.fa6-fireplace::before {
  content: "\f79a"; }

.fa6-fish::before {
  content: "\f578"; }

.fa6-fish-cooked::before {
  content: "\f7fe"; }

.fa6-flag::before {
  content: "\f024"; }

.fa6-flag-checkered::before {
  content: "\f11e"; }

.fa6-flag-pennant::before {
  content: "\f456"; }

.fa6-pennant::before {
  content: "\f456"; }

.fa6-flag-swallowtail::before {
  content: "\f74c"; }

.fa6-flag-alt::before {
  content: "\f74c"; }

.fa6-flag-usa::before {
  content: "\f74d"; }

.fa6-flashlight::before {
  content: "\f8b8"; }

.fa6-flask::before {
  content: "\f0c3"; }

.fa6-flask-round-poison::before {
  content: "\f6e0"; }

.fa6-flask-poison::before {
  content: "\f6e0"; }

.fa6-flask-round-potion::before {
  content: "\f6e1"; }

.fa6-flask-potion::before {
  content: "\f6e1"; }

.fa6-floppy-disk::before {
  content: "\f0c7"; }

.fa6-save::before {
  content: "\f0c7"; }

.fa6-floppy-disk-circle-arrow-right::before {
  content: "\e18d"; }

.fa6-save-circle-arrow-right::before {
  content: "\e18d"; }

.fa6-floppy-disk-circle-xmark::before {
  content: "\e18e"; }

.fa6-floppy-disk-times::before {
  content: "\e18e"; }

.fa6-save-times::before {
  content: "\e18e"; }

.fa6-save-circle-xmark::before {
  content: "\e18e"; }

.fa6-floppy-disk-pen::before {
  content: "\e18f"; }

.fa6-floppy-disks::before {
  content: "\e190"; }

.fa6-florin-sign::before {
  content: "\e191"; }

.fa6-flower::before {
  content: "\f7ff"; }

.fa6-flower-daffodil::before {
  content: "\f800"; }

.fa6-flower-tulip::before {
  content: "\f801"; }

.fa6-flute::before {
  content: "\f8b9"; }

.fa6-flux-capacitor::before {
  content: "\f8ba"; }

.fa6-folder::before {
  content: "\f07b"; }

.fa6-folder-arrow-down::before {
  content: "\e053"; }

.fa6-folder-download::before {
  content: "\e053"; }

.fa6-folder-arrow-up::before {
  content: "\e054"; }

.fa6-folder-upload::before {
  content: "\e054"; }

.fa6-folder-blank::before {
  content: "\e192"; }

.fa6-folder-bookmark::before {
  content: "\e193"; }

.fa6-folder-gear::before {
  content: "\e194"; }

.fa6-folder-cog::before {
  content: "\e194"; }

.fa6-folder-grid::before {
  content: "\e195"; }

.fa6-folder-heart::before {
  content: "\e196"; }

.fa6-folder-image::before {
  content: "\e197"; }

.fa6-folder-magnifying-glass::before {
  content: "\e198"; }

.fa6-folder-search::before {
  content: "\e198"; }

.fa6-folder-medical::before {
  content: "\e199"; }

.fa6-folder-minus::before {
  content: "\f65d"; }

.fa6-folder-music::before {
  content: "\e19a"; }

.fa6-folder-open::before {
  content: "\f07c"; }

.fa6-folder-plus::before {
  content: "\f65e"; }

.fa6-folder-tree::before {
  content: "\f802"; }

.fa6-folder-user::before {
  content: "\e19b"; }

.fa6-folder-xmark::before {
  content: "\f65f"; }

.fa6-folder-times::before {
  content: "\f65f"; }

.fa6-folders::before {
  content: "\f660"; }

.fa6-font::before {
  content: "\f031"; }

.fa6-font-case::before {
  content: "\f866"; }

.fa6-football-ball::before {
  content: "\f44e"; }

.fa6-football-helmet::before {
  content: "\f44f"; }

.fa6-fork::before {
  content: "\f2e3"; }

.fa6-utensil-fork::before {
  content: "\f2e3"; }

.fa6-fork-knife::before {
  content: "\f2e6"; }

.fa6-utensils-alt::before {
  content: "\f2e6"; }

.fa6-forklift::before {
  content: "\f47a"; }

.fa6-forward::before {
  content: "\f04e"; }

.fa6-forward-fast::before {
  content: "\f050"; }

.fa6-fast-forward::before {
  content: "\f050"; }

.fa6-forward-step::before {
  content: "\f051"; }

.fa6-step-forward::before {
  content: "\f051"; }

.fa6-franc-sign::before {
  content: "\e19c"; }

.fa6-french-fries::before {
  content: "\f803"; }

.fa6-frog::before {
  content: "\f52e"; }

.fa6-function::before {
  content: "\f661"; }

.fa6-futbol-ball::before {
  content: "\f1e3"; }

.fa6-soccer-ball::before {
  content: "\f1e3"; }

.fa6-futbol::before {
  content: "\f1e3"; }

.fa6-g::before {
  content: "\e19d"; }

.fa6-galaxy::before {
  content: "\e008"; }

.fa6-game-board::before {
  content: "\f867"; }

.fa6-game-board-simple::before {
  content: "\f868"; }

.fa6-game-board-alt::before {
  content: "\f868"; }

.fa6-game-console-handheld::before {
  content: "\f8bb"; }

.fa6-gamepad::before {
  content: "\f11b"; }

.fa6-gamepad-modern::before {
  content: "\f8bc"; }

.fa6-gamepad-alt::before {
  content: "\f8bc"; }

.fa6-garage::before {
  content: "\e009"; }

.fa6-garage-car::before {
  content: "\e00a"; }

.fa6-garage-open::before {
  content: "\e00b"; }

.fa6-gas-pump::before {
  content: "\f52f"; }

.fa6-gas-pump-slash::before {
  content: "\f5f4"; }

.fa6-gauge::before {
  content: "\f625"; }

.fa6-gauge-high::before {
  content: "\f625"; }

.fa6-tachometer-alt::before {
  content: "\f625"; }

.fa6-tachometer-alt-fast::before {
  content: "\f625"; }

.fa6-dashboard::before {
  content: "\f625"; }

.fa6-gauge-low::before {
  content: "\f627"; }

.fa6-tachometer-alt-slow::before {
  content: "\f627"; }

.fa6-gauge-max::before {
  content: "\f626"; }

.fa6-tachometer-alt-fastest::before {
  content: "\f626"; }

.fa6-gauge-med::before {
  content: "\f624"; }

.fa6-tachometer-alt-average::before {
  content: "\f624"; }

.fa6-gauge-min::before {
  content: "\f628"; }

.fa6-tachometer-alt-slowest::before {
  content: "\f628"; }

.fa6-gauge-simple::before {
  content: "\f62a"; }

.fa6-gauge-simple-high::before {
  content: "\f62a"; }

.fa6-tachometer::before {
  content: "\f62a"; }

.fa6-gauge-simple-low::before {
  content: "\f62c"; }

.fa6-tachometer-slow::before {
  content: "\f62c"; }

.fa6-gauge-simple-max::before {
  content: "\f62b"; }

.fa6-tachometer-fastest::before {
  content: "\f62b"; }

.fa6-gauge-simple-med::before {
  content: "\f629"; }

.fa6-tachometer-average::before {
  content: "\f629"; }

.fa6-gauge-simple-min::before {
  content: "\f62d"; }

.fa6-tachometer-slowest::before {
  content: "\f62d"; }

.fa6-gavel::before {
  content: "\f0e3"; }

.fa6-legal::before {
  content: "\f0e3"; }

.fa6-gear::before {
  content: "\f013"; }

.fa6-cog::before {
  content: "\f013"; }

.fa6-gears::before {
  content: "\f085"; }

.fa6-cogs::before {
  content: "\f085"; }

.fa6-gem::before {
  content: "\f3a5"; }

.fa6-genderless::before {
  content: "\f22d"; }

.fa6-ghost::before {
  content: "\f6e2"; }

.fa6-gif::before {
  content: "\e19e"; }

.fa6-gift::before {
  content: "\f06b"; }

.fa6-gift-card::before {
  content: "\f663"; }

.fa6-gifts::before {
  content: "\f79c"; }

.fa6-gingerbread-man::before {
  content: "\f79d"; }

.fa6-glass::before {
  content: "\f804"; }

.fa6-glass-citrus::before {
  content: "\f869"; }

.fa6-glass-empty::before {
  content: "\e19f"; }

.fa6-glass-half::before {
  content: "\e1a0"; }

.fa6-glass-half-full::before {
  content: "\e1a0"; }

.fa6-glass-half-empty::before {
  content: "\e1a0"; }

.fa6-glasses::before {
  content: "\f530"; }

.fa6-glasses-round::before {
  content: "\f5f5"; }

.fa6-glasses-alt::before {
  content: "\f5f5"; }

.fa6-globe::before {
  content: "\f0ac"; }

.fa6-globe-snow::before {
  content: "\f7a3"; }

.fa6-globe-stand::before {
  content: "\f5f6"; }

.fa6-golf-ball-tee::before {
  content: "\f450"; }

.fa6-golf-ball::before {
  content: "\f450"; }

.fa6-golf-club::before {
  content: "\f451"; }

.fa6-gopuram::before {
  content: "\f664"; }

.fa6-graduation-cap::before {
  content: "\f19d"; }

.fa6-mortar-board::before {
  content: "\f19d"; }

.fa6-gramophone::before {
  content: "\f8bd"; }

.fa6-grate::before {
  content: "\e1a1"; }

.fa6-grate-droplet::before {
  content: "\e1a2"; }

.fa6-greater-than::before {
  content: "\f531"; }

.fa6-greater-than-equal::before {
  content: "\f532"; }

.fa6-grid::before {
  content: "\e1a3"; }

.fa6-grid-3::before {
  content: "\e1a3"; }

.fa6-grid-2::before {
  content: "\e1a4"; }

.fa6-grid-2-plus::before {
  content: "\e1a5"; }

.fa6-grid-4::before {
  content: "\e1a6"; }

.fa6-grid-5::before {
  content: "\e1a7"; }

.fa6-grip::before {
  content: "\f58d"; }

.fa6-grip-horizontal::before {
  content: "\f58d"; }

.fa6-grip-lines::before {
  content: "\f7a4"; }

.fa6-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa6-grip-vertical::before {
  content: "\f58e"; }

.fa6-guarani-sign::before {
  content: "\e1a8"; }

.fa6-guitar::before {
  content: "\f7a6"; }

.fa6-guitar-electric::before {
  content: "\f8be"; }

.fa6-guitars::before {
  content: "\f8bf"; }

.fa6-gun::before {
  content: "\e1a9"; }

.fa6-gun-slash::before {
  content: "\e1aa"; }

.fa6-gun-squirt::before {
  content: "\e1ab"; }

.fa6-h::before {
  content: "\e1ac"; }

.fa6-h1::before {
  content: "\f313"; }

.fa6-h2::before {
  content: "\f314"; }

.fa6-h3::before {
  content: "\f315"; }

.fa6-h4::before {
  content: "\f86a"; }

.fa6-hammer::before {
  content: "\f6e3"; }

.fa6-hammer-war::before {
  content: "\f6e4"; }

.fa6-hamsa::before {
  content: "\f665"; }

.fa6-hand-back-point-down::before {
  content: "\e1ad"; }

.fa6-hand-back-point-left::before {
  content: "\e1ae"; }

.fa6-hand-back-point-right::before {
  content: "\e1af"; }

.fa6-hand-back-point-up::before {
  content: "\e1b0"; }

.fa6-hand-dots::before {
  content: "\f461"; }

.fa6-allergies::before {
  content: "\f461"; }

.fa6-hand-fingers-crossed::before {
  content: "\e1b1"; }

.fa6-hand-fist::before {
  content: "\f6de"; }

.fa6-fist-raised::before {
  content: "\f6de"; }

.fa6-hand-heart::before {
  content: "\f4bc"; }

.fa6-hand-holding::before {
  content: "\f4bd"; }

.fa6-hand-holding-box::before {
  content: "\f47b"; }

.fa6-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa6-hand-holding-usd::before {
  content: "\f4c0"; }

.fa6-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa6-hand-holding-water::before {
  content: "\f4c1"; }

.fa6-hand-holding-heart::before {
  content: "\f4be"; }

.fa6-hand-holding-magic::before {
  content: "\f6e5"; }

.fa6-hand-holding-medical::before {
  content: "\e05c"; }

.fa6-hand-holding-seedling::before {
  content: "\f4bf"; }

.fa6-hand-holding-skull::before {
  content: "\e1b2"; }

.fa6-hand-lizard::before {
  content: "\f258"; }

.fa6-hand-love::before {
  content: "\e1b3"; }

.fa6-hand-middle-finger::before {
  content: "\f806"; }

.fa6-hand-paper::before {
  content: "\f256"; }

.fa6-hand-peace::before {
  content: "\f25b"; }

.fa6-hand-point-down::before {
  content: "\f0a7"; }

.fa6-hand-point-left::before {
  content: "\f0a5"; }

.fa6-hand-point-right::before {
  content: "\f0a4"; }

.fa6-hand-point-up::before {
  content: "\f0a6"; }

.fa6-hand-pointer::before {
  content: "\f25a"; }

.fa6-hand-rock::before {
  content: "\f255"; }

.fa6-hand-scissors::before {
  content: "\f257"; }

.fa6-hand-sparkles::before {
  content: "\e05d"; }

.fa6-hand-spock::before {
  content: "\f259"; }

.fa6-hand-wave::before {
  content: "\e1b4"; }

.fa6-hands::before {
  content: "\f2a7"; }

.fa6-sign-language::before {
  content: "\f2a7"; }

.fa6-signing::before {
  content: "\f2a7"; }

.fa6-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa6-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa6-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa6-asl-interpreting::before {
  content: "\f2a3"; }

.fa6-hands-bubbles::before {
  content: "\e05e"; }

.fa6-hands-wash::before {
  content: "\e05e"; }

.fa6-hands-clapping::before {
  content: "\e1b5"; }

.fa6-hands-holding::before {
  content: "\f4c2"; }

.fa6-hands-holding-diamond::before {
  content: "\f47c"; }

.fa6-hand-receiving::before {
  content: "\f47c"; }

.fa6-hands-holding-dollar::before {
  content: "\f4c5"; }

.fa6-hands-usd::before {
  content: "\f4c5"; }

.fa6-hands-holding-heart::before {
  content: "\f4c3"; }

.fa6-hands-heart::before {
  content: "\f4c3"; }

.fa6-hands-horns::before {
  content: "\e1b6"; }

.fa6-hands-praying::before {
  content: "\f684"; }

.fa6-praying-hands::before {
  content: "\f684"; }

.fa6-handshake::before {
  content: "\f2b5"; }

.fa6-handshake-angle::before {
  content: "\f4c4"; }

.fa6-hands-helping::before {
  content: "\f4c4"; }

.fa6-handshake-simple::before {
  content: "\f4c6"; }

.fa6-handshake-alt::before {
  content: "\f4c6"; }

.fa6-handshake-simple-slash::before {
  content: "\e05f"; }

.fa6-handshake-alt-slash::before {
  content: "\e05f"; }

.fa6-handshake-slash::before {
  content: "\e060"; }

.fa6-hanukiah::before {
  content: "\f6e6"; }

.fa6-hard-drive::before {
  content: "\f0a0"; }

.fa6-hdd::before {
  content: "\f0a0"; }

.fa6-hashtag::before {
  content: "\f292"; }

.fa6-hat-chef::before {
  content: "\f86b"; }

.fa6-hat-cowboy::before {
  content: "\f8c0"; }

.fa6-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa6-hat-santa::before {
  content: "\f7a7"; }

.fa6-hat-winter::before {
  content: "\f7a8"; }

.fa6-hat-witch::before {
  content: "\f6e7"; }

.fa6-hat-wizard::before {
  content: "\f6e8"; }

.fa6-head-side::before {
  content: "\f6e9"; }

.fa6-head-side-brain::before {
  content: "\f808"; }

.fa6-head-side-cough::before {
  content: "\e061"; }

.fa6-head-side-cough-slash::before {
  content: "\e062"; }

.fa6-head-side-goggles::before {
  content: "\f6ea"; }

.fa6-head-vr::before {
  content: "\f6ea"; }

.fa6-head-side-headphones::before {
  content: "\f8c2"; }

.fa6-head-side-heart::before {
  content: "\e1b7"; }

.fa6-head-side-mask::before {
  content: "\e063"; }

.fa6-head-side-medical::before {
  content: "\f809"; }

.fa6-head-side-virus::before {
  content: "\e064"; }

.fa6-heading::before {
  content: "\f1dc"; }

.fa6-header::before {
  content: "\f1dc"; }

.fa6-headphones::before {
  content: "\f025"; }

.fa6-headphones-simple::before {
  content: "\f58f"; }

.fa6-headphones-alt::before {
  content: "\f58f"; }

.fa6-headset::before {
  content: "\f590"; }

.fa6-heart::before {
  content: "\f004"; }

.fa6-heart-crack::before {
  content: "\f7a9"; }

.fa6-heart-broken::before {
  content: "\f7a9"; }

.fa6-heart-half::before {
  content: "\e1b8"; }

.fa6-heart-half-stroke::before {
  content: "\e1b9"; }

.fa6-heart-half-alt::before {
  content: "\e1b9"; }

.fa6-heart-pulse::before {
  content: "\f21e"; }

.fa6-heartbeat::before {
  content: "\f21e"; }

.fa6-heat::before {
  content: "\e00c"; }

.fa6-helicopter::before {
  content: "\f533"; }

.fa6-helmet-battle::before {
  content: "\f6eb"; }

.fa6-helmet-safety::before {
  content: "\f807"; }

.fa6-hat-hard::before {
  content: "\f807"; }

.fa6-hard-hat::before {
  content: "\f807"; }

.fa6-hexagon::before {
  content: "\f312"; }

.fa6-hexagon-divide::before {
  content: "\e1ba"; }

.fa6-hexagon-minus::before {
  content: "\f307"; }

.fa6-minus-hexagon::before {
  content: "\f307"; }

.fa6-hexagon-plus::before {
  content: "\f300"; }

.fa6-plus-hexagon::before {
  content: "\f300"; }

.fa6-hexagon-xmark::before {
  content: "\f2ee"; }

.fa6-times-hexagon::before {
  content: "\f2ee"; }

.fa6-xmark-hexagon::before {
  content: "\f2ee"; }

.fa6-high-definition::before {
  content: "\e1bb"; }

.fa6-highlighter::before {
  content: "\f591"; }

.fa6-highlighter-line::before {
  content: "\e1bc"; }

.fa6-hippo::before {
  content: "\f6ed"; }

.fa6-hockey-mask::before {
  content: "\f6ee"; }

.fa6-hockey-puck::before {
  content: "\f453"; }

.fa6-hockey-sticks::before {
  content: "\f454"; }

.fa6-holly-berry::before {
  content: "\f7aa"; }

.fa6-home::before {
  content: "\f015"; }

.fa6-home-lg::before {
  content: "\f015"; }

.fa6-home-heart::before {
  content: "\f4c9"; }

.fa6-home-simple::before {
  content: "\f80a"; }

.fa6-home-lg-alt::before {
  content: "\f80a"; }

.fa6-home-user::before {
  content: "\e1bd"; }

.fa6-hood-cloak::before {
  content: "\f6ef"; }

.fa6-horizontal-rule::before {
  content: "\f86c"; }

.fa6-horse::before {
  content: "\f6f0"; }

.fa6-horse-head::before {
  content: "\f7ab"; }

.fa6-horse-saddle::before {
  content: "\f8c3"; }

.fa6-hospital::before {
  content: "\f0f8"; }

.fa6-hospital-user::before {
  content: "\f80d"; }

.fa6-hospital-wide::before {
  content: "\f47d"; }

.fa6-hospital-alt::before {
  content: "\f47d"; }

.fa6-hospitals::before {
  content: "\f80e"; }

.fa6-hot-tub-person::before {
  content: "\f593"; }

.fa6-hot-tub::before {
  content: "\f593"; }

.fa6-hotdog::before {
  content: "\f80f"; }

.fa6-hotel::before {
  content: "\f594"; }

.fa6-hourglass::before {
  content: "\f254"; }

.fa6-hourglass-2::before {
  content: "\f254"; }

.fa6-hourglass-half::before {
  content: "\f254"; }

.fa6-hourglass-empty::before {
  content: "\f252"; }

.fa6-hourglass-end::before {
  content: "\f253"; }

.fa6-hourglass-3::before {
  content: "\f253"; }

.fa6-hourglass-start::before {
  content: "\f251"; }

.fa6-hourglass-1::before {
  content: "\f251"; }

.fa6-house::before {
  content: "\e00d"; }

.fa6-house-building::before {
  content: "\e1be"; }

.fa6-house-crack::before {
  content: "\f6f1"; }

.fa6-house-damage::before {
  content: "\f6f1"; }

.fa6-house-day::before {
  content: "\e00e"; }

.fa6-house-flood::before {
  content: "\f74f"; }

.fa6-house-heart::before {
  content: "\e1bf"; }

.fa6-house-laptop::before {
  content: "\e066"; }

.fa6-laptop-house::before {
  content: "\e066"; }

.fa6-house-medical::before {
  content: "\f7f2"; }

.fa6-clinic-medical::before {
  content: "\f7f2"; }

.fa6-house-night::before {
  content: "\e010"; }

.fa6-house-person-leave::before {
  content: "\e00f"; }

.fa6-house-person-depart::before {
  content: "\e00f"; }

.fa6-house-person-return::before {
  content: "\e011"; }

.fa6-house-person-arrive::before {
  content: "\e011"; }

.fa6-house-signal::before {
  content: "\e012"; }

.fa6-house-tree::before {
  content: "\e1c0"; }

.fa6-house-turret::before {
  content: "\e1c1"; }

.fa6-house-user::before {
  content: "\e065"; }

.fa6-hryvnia-sign::before {
  content: "\f6f2"; }

.fa6-hryvnia::before {
  content: "\f6f2"; }

.fa6-hurricane::before {
  content: "\f751"; }

.fa6-i::before {
  content: "\e1c2"; }

.fa6-i-cursor::before {
  content: "\f246"; }

.fa6-ice-cream::before {
  content: "\f810"; }

.fa6-ice-skate::before {
  content: "\f7ac"; }

.fa6-icicles::before {
  content: "\f7ad"; }

.fa6-icons::before {
  content: "\f86d"; }

.fa6-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa6-id-badge::before {
  content: "\f2c1"; }

.fa6-id-card::before {
  content: "\f2c2"; }

.fa6-drivers-license::before {
  content: "\f2c2"; }

.fa6-id-card-clip::before {
  content: "\f47f"; }

.fa6-id-card-alt::before {
  content: "\f47f"; }

.fa6-igloo::before {
  content: "\f7ae"; }

.fa6-image::before {
  content: "\f03e"; }

.fa6-image-landscape::before {
  content: "\e1c3"; }

.fa6-landscape::before {
  content: "\e1c3"; }

.fa6-image-polaroid::before {
  content: "\f8c4"; }

.fa6-image-polaroid-user::before {
  content: "\e1c4"; }

.fa6-image-portrait::before {
  content: "\f3e0"; }

.fa6-portrait::before {
  content: "\f3e0"; }

.fa6-image-slash::before {
  content: "\e1c5"; }

.fa6-image-user::before {
  content: "\e1c6"; }

.fa6-images::before {
  content: "\f302"; }

.fa6-images-user::before {
  content: "\e1c7"; }

.fa6-inbox::before {
  content: "\f01c"; }

.fa6-inbox-full::before {
  content: "\e1c8"; }

.fa6-inbox-in::before {
  content: "\f310"; }

.fa6-inbox-arrow-down::before {
  content: "\f310"; }

.fa6-inbox-out::before {
  content: "\f311"; }

.fa6-inbox-arrow-up::before {
  content: "\f311"; }

.fa6-inboxes::before {
  content: "\e1c9"; }

.fa6-indent::before {
  content: "\f03c"; }

.fa6-indian-rupee-sign::before {
  content: "\e1ca"; }

.fa6-indian-rupee::before {
  content: "\e1ca"; }

.fa6-inr::before {
  content: "\e1ca"; }

.fa6-industry::before {
  content: "\f275"; }

.fa6-industry-windows::before {
  content: "\f3b3"; }

.fa6-industry-alt::before {
  content: "\f3b3"; }

.fa6-infinity::before {
  content: "\f534"; }

.fa6-info::before {
  content: "\f129"; }

.fa6-inhaler::before {
  content: "\f5f9"; }

.fa6-input-numeric::before {
  content: "\e1cb"; }

.fa6-input-pipe::before {
  content: "\e1cc"; }

.fa6-input-text::before {
  content: "\e1cd"; }

.fa6-integral::before {
  content: "\f667"; }

.fa6-intersection::before {
  content: "\f668"; }

.fa6-island-tropical::before {
  content: "\f811"; }

.fa6-island-tree-palm::before {
  content: "\f811"; }

.fa6-italic::before {
  content: "\f033"; }

.fa6-j::before {
  content: "\e1ce"; }

.fa6-jack-o-lantern::before {
  content: "\f30e"; }

.fa6-jedi::before {
  content: "\f669"; }

.fa6-jet-fighter::before {
  content: "\f0fb"; }

.fa6-fighter-jet::before {
  content: "\f0fb"; }

.fa6-joint::before {
  content: "\f595"; }

.fa6-joystick::before {
  content: "\f8c5"; }

.fa6-jug::before {
  content: "\f8c6"; }

.fa6-k::before {
  content: "\e1cf"; }

.fa6-kaaba::before {
  content: "\f66b"; }

.fa6-kazoo::before {
  content: "\f8c7"; }

.fa6-kerning::before {
  content: "\f86f"; }

.fa6-key::before {
  content: "\f084"; }

.fa6-key-skeleton::before {
  content: "\f6f3"; }

.fa6-keyboard::before {
  content: "\f11c"; }

.fa6-keyboard-down::before {
  content: "\e1d0"; }

.fa6-keyboard-left::before {
  content: "\e1d1"; }

.fa6-keynote::before {
  content: "\f66c"; }

.fa6-khanda::before {
  content: "\f66d"; }

.fa6-kidneys::before {
  content: "\f5fb"; }

.fa6-kip-sign::before {
  content: "\e1d2"; }

.fa6-kit-medical::before {
  content: "\f479"; }

.fa6-first-aid::before {
  content: "\f479"; }

.fa6-kite::before {
  content: "\f6f4"; }

.fa6-kiwi-bird::before {
  content: "\f535"; }

.fa6-knife::before {
  content: "\f2e4"; }

.fa6-utensil-knife::before {
  content: "\f2e4"; }

.fa6-knife-kitchen::before {
  content: "\f6f5"; }

.fa6-l::before {
  content: "\e1d3"; }

.fa6-lambda::before {
  content: "\f66e"; }

.fa6-lamp::before {
  content: "\f4ca"; }

.fa6-lamp-desk::before {
  content: "\e014"; }

.fa6-lamp-floor::before {
  content: "\e015"; }

.fa6-lamp-street::before {
  content: "\e1d4"; }

.fa6-landmark::before {
  content: "\f66f"; }

.fa6-landmark-dome::before {
  content: "\f752"; }

.fa6-landmark-alt::before {
  content: "\f752"; }

.fa6-language::before {
  content: "\f1ab"; }

.fa6-laptop::before {
  content: "\f109"; }

.fa6-laptop-arrow-down::before {
  content: "\e1d5"; }

.fa6-laptop-code::before {
  content: "\f5fc"; }

.fa6-laptop-medical::before {
  content: "\f812"; }

.fa6-laptop-mobile::before {
  content: "\f87a"; }

.fa6-phone-laptop::before {
  content: "\f87a"; }

.fa6-laptop-slash::before {
  content: "\e1d6"; }

.fa6-lari-sign::before {
  content: "\e1d7"; }

.fa6-lasso::before {
  content: "\f8c8"; }

.fa6-lasso-sparkles::before {
  content: "\e1d8"; }

.fa6-layers::before {
  content: "\f5fd"; }

.fa6-layer-group::before {
  content: "\f5fd"; }

.fa6-layers-minus::before {
  content: "\f5fe"; }

.fa6-layer-minus::before {
  content: "\f5fe"; }

.fa6-layers-plus::before {
  content: "\f5ff"; }

.fa6-layer-plus::before {
  content: "\f5ff"; }

.fa6-leaf::before {
  content: "\f06c"; }

.fa6-leaf-heart::before {
  content: "\f4cb"; }

.fa6-leaf-maple::before {
  content: "\f6f6"; }

.fa6-leaf-oak::before {
  content: "\f6f7"; }

.fa6-left::before {
  content: "\f355"; }

.fa6-arrow-alt-left::before {
  content: "\f355"; }

.fa6-left-from-line::before {
  content: "\f348"; }

.fa6-arrow-alt-from-right::before {
  content: "\f348"; }

.fa6-left-long::before {
  content: "\f30a"; }

.fa6-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa6-left-right::before {
  content: "\f337"; }

.fa6-arrows-alt-h::before {
  content: "\f337"; }

.fa6-left-to-line::before {
  content: "\f34b"; }

.fa6-arrow-alt-to-left::before {
  content: "\f34b"; }

.fa6-lemon::before {
  content: "\f094"; }

.fa6-less-than::before {
  content: "\f536"; }

.fa6-less-than-equal::before {
  content: "\f537"; }

.fa6-life-ring::before {
  content: "\f1cd"; }

.fa6-light-ceiling::before {
  content: "\e016"; }

.fa6-light-switch::before {
  content: "\e017"; }

.fa6-light-switch-off::before {
  content: "\e018"; }

.fa6-light-switch-on::before {
  content: "\e019"; }

.fa6-lightbulb::before {
  content: "\f0eb"; }

.fa6-lightbulb-dollar::before {
  content: "\f670"; }

.fa6-lightbulb-exclamation::before {
  content: "\f671"; }

.fa6-lightbulb-on::before {
  content: "\f672"; }

.fa6-lightbulb-slash::before {
  content: "\f673"; }

.fa6-lights-holiday::before {
  content: "\f7b2"; }

.fa6-line-columns::before {
  content: "\f870"; }

.fa6-line-height::before {
  content: "\f871"; }

.fa6-link::before {
  content: "\f0c1"; }

.fa6-chain::before {
  content: "\f0c1"; }

.fa6-link-horizontal::before {
  content: "\e1d9"; }

.fa6-chain-horizontal::before {
  content: "\e1d9"; }

.fa6-link-horizontal-slash::before {
  content: "\e1da"; }

.fa6-chain-horizontal-slash::before {
  content: "\e1da"; }

.fa6-link-simple::before {
  content: "\e1db"; }

.fa6-link-simple-slash::before {
  content: "\e1dc"; }

.fa6-link-slash::before {
  content: "\f127"; }

.fa6-chain-slash::before {
  content: "\f127"; }

.fa6-chain-broken::before {
  content: "\f127"; }

.fa6-unlink::before {
  content: "\f127"; }

.fa6-lips::before {
  content: "\f600"; }

.fa6-lira-sign::before {
  content: "\f195"; }

.fa6-list::before {
  content: "\f03a"; }

.fa6-list-squares::before {
  content: "\f03a"; }

.fa6-list-check::before {
  content: "\f0ae"; }

.fa6-tasks::before {
  content: "\f0ae"; }

.fa6-list-dropdown::before {
  content: "\e1dd"; }

.fa6-list-music::before {
  content: "\f8c9"; }

.fa6-list-ol::before {
  content: "\f0cb"; }

.fa6-list-numeric::before {
  content: "\f0cb"; }

.fa6-list-1-2::before {
  content: "\f0cb"; }

.fa6-list-radio::before {
  content: "\e1de"; }

.fa6-list-timeline::before {
  content: "\e1df"; }

.fa6-list-tree::before {
  content: "\e1e0"; }

.fa6-list-ul::before {
  content: "\f0ca"; }

.fa6-list-dots::before {
  content: "\f0ca"; }

.fa6-litecoin-sign::before {
  content: "\e1e1"; }

.fa6-loader::before {
  content: "\e1e2"; }

.fa6-location::before {
  content: "\f041"; }

.fa6-map-marker::before {
  content: "\f041"; }

.fa6-location-arrow::before {
  content: "\f124"; }

.fa6-location-check::before {
  content: "\f606"; }

.fa6-map-marker-check::before {
  content: "\f606"; }

.fa6-location-crosshairs::before {
  content: "\f601"; }

.fa6-location-crosshairs-slash::before {
  content: "\f603"; }

.fa6-location-dot::before {
  content: "\f3c5"; }

.fa6-map-marker-alt::before {
  content: "\f3c5"; }

.fa6-location-dot-slash::before {
  content: "\f605"; }

.fa6-map-marker-alt-slash::before {
  content: "\f605"; }

.fa6-location-exclamation::before {
  content: "\f608"; }

.fa6-map-marker-exclamation::before {
  content: "\f608"; }

.fa6-location-minus::before {
  content: "\f609"; }

.fa6-map-marker-minus::before {
  content: "\f609"; }

.fa6-location-pen::before {
  content: "\f607"; }

.fa6-map-marker-edit::before {
  content: "\f607"; }

.fa6-location-plus::before {
  content: "\f60a"; }

.fa6-map-marker-plus::before {
  content: "\f60a"; }

.fa6-location-question::before {
  content: "\f60b"; }

.fa6-map-marker-question::before {
  content: "\f60b"; }

.fa6-location-slash::before {
  content: "\f60c"; }

.fa6-map-marker-slash::before {
  content: "\f60c"; }

.fa6-location-smile::before {
  content: "\f60d"; }

.fa6-map-marker-smile::before {
  content: "\f60d"; }

.fa6-location-xmark::before {
  content: "\f60e"; }

.fa6-map-marker-times::before {
  content: "\f60e"; }

.fa6-map-marker-xmark::before {
  content: "\f60e"; }

.fa6-lock::before {
  content: "\f023"; }

.fa6-lock-keyhole::before {
  content: "\f30d"; }

.fa6-lock-alt::before {
  content: "\f30d"; }

.fa6-lock-keyhole-open::before {
  content: "\f3c2"; }

.fa6-lock-open-alt::before {
  content: "\f3c2"; }

.fa6-lock-open::before {
  content: "\f3c1"; }

.fa6-loveseat::before {
  content: "\f4cc"; }

.fa6-couch-small::before {
  content: "\f4cc"; }

.fa6-luchador-mask::before {
  content: "\f455"; }

.fa6-luchador::before {
  content: "\f455"; }

.fa6-mask-luchador::before {
  content: "\f455"; }

.fa6-lungs::before {
  content: "\f604"; }

.fa6-lungs-virus::before {
  content: "\e067"; }

.fa6-m::before {
  content: "\e1e3"; }

.fa6-mace::before {
  content: "\f6f8"; }

.fa6-magnet::before {
  content: "\f076"; }

.fa6-magnifying-glass::before {
  content: "\f002"; }

.fa6-search::before {
  content: "\f002"; }

.fa6-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa6-search-dollar::before {
  content: "\f688"; }

.fa6-magnifying-glass-location::before {
  content: "\f689"; }

.fa6-search-location::before {
  content: "\f689"; }

.fa6-magnifying-glass-minus::before {
  content: "\f010"; }

.fa6-search-minus::before {
  content: "\f010"; }

.fa6-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa6-search-plus::before {
  content: "\f00e"; }

.fa6-mailbox::before {
  content: "\f813"; }

.fa6-manat-sign::before {
  content: "\e1e4"; }

.fa6-mandolin::before {
  content: "\f6f9"; }

.fa6-manhole::before {
  content: "\e1e5"; }

.fa6-map::before {
  content: "\f279"; }

.fa6-map-location::before {
  content: "\f59f"; }

.fa6-map-marked::before {
  content: "\f59f"; }

.fa6-map-location-dot::before {
  content: "\f5a0"; }

.fa6-map-marked-alt::before {
  content: "\f5a0"; }

.fa6-map-pin::before {
  content: "\f276"; }

.fa6-marker::before {
  content: "\f5a1"; }

.fa6-mars::before {
  content: "\f222"; }

.fa6-mars-double::before {
  content: "\f227"; }

.fa6-mars-stroke::before {
  content: "\f229"; }

.fa6-mars-stroke-right::before {
  content: "\f22b"; }

.fa6-mars-stroke-h::before {
  content: "\f22b"; }

.fa6-mars-stroke-up::before {
  content: "\f22a"; }

.fa6-mars-stroke-v::before {
  content: "\f22a"; }

.fa6-martini-glass::before {
  content: "\f57b"; }

.fa6-glass-martini-alt::before {
  content: "\f57b"; }

.fa6-martini-glass-citrus::before {
  content: "\f561"; }

.fa6-cocktail::before {
  content: "\f561"; }

.fa6-martini-glass-empty::before {
  content: "\f000"; }

.fa6-glass-martini::before {
  content: "\f000"; }

.fa6-mask::before {
  content: "\f6fa"; }

.fa6-mask-face::before {
  content: "\e1e6"; }

.fa6-masks-theater::before {
  content: "\f630"; }

.fa6-theater-masks::before {
  content: "\f630"; }

.fa6-maximize::before {
  content: "\f31e"; }

.fa6-expand-arrows-alt::before {
  content: "\f31e"; }

.fa6-meat::before {
  content: "\f814"; }

.fa6-medal::before {
  content: "\f5a2"; }

.fa6-megaphone::before {
  content: "\f675"; }

.fa6-memo::before {
  content: "\e1e7"; }

.fa6-memo-circle-check::before {
  content: "\e1e8"; }

.fa6-memory::before {
  content: "\f538"; }

.fa6-menorah::before {
  content: "\f676"; }

.fa6-mercury::before {
  content: "\f223"; }

.fa6-message::before {
  content: "\f27a"; }

.fa6-comment-alt::before {
  content: "\f27a"; }

.fa6-message-arrow-down::before {
  content: "\e1e9"; }

.fa6-comment-alt-arrow-down::before {
  content: "\e1e9"; }

.fa6-message-arrow-up::before {
  content: "\e1ea"; }

.fa6-comment-alt-arrow-up::before {
  content: "\e1ea"; }

.fa6-message-arrow-up-right::before {
  content: "\e1eb"; }

.fa6-message-captions::before {
  content: "\e1ec"; }

.fa6-comment-alt-captions::before {
  content: "\e1ec"; }

.fa6-message-check::before {
  content: "\f4a2"; }

.fa6-comment-alt-check::before {
  content: "\f4a2"; }

.fa6-message-code::before {
  content: "\e1ed"; }

.fa6-message-dollar::before {
  content: "\f650"; }

.fa6-comment-alt-dollar::before {
  content: "\f650"; }

.fa6-message-dots::before {
  content: "\f4a3"; }

.fa6-comment-alt-dots::before {
  content: "\f4a3"; }

.fa6-messaging::before {
  content: "\f4a3"; }

.fa6-message-exclamation::before {
  content: "\f4a5"; }

.fa6-comment-alt-exclamation::before {
  content: "\f4a5"; }

.fa6-message-image::before {
  content: "\e1ee"; }

.fa6-comment-alt-image::before {
  content: "\e1ee"; }

.fa6-message-lines::before {
  content: "\f4a6"; }

.fa6-comment-alt-lines::before {
  content: "\f4a6"; }

.fa6-message-medical::before {
  content: "\f7f4"; }

.fa6-comment-alt-medical::before {
  content: "\f7f4"; }

.fa6-message-middle::before {
  content: "\e1ef"; }

.fa6-comment-middle-alt::before {
  content: "\e1ef"; }

.fa6-message-middle-top::before {
  content: "\e1f0"; }

.fa6-comment-middle-top-alt::before {
  content: "\e1f0"; }

.fa6-message-minus::before {
  content: "\f4a7"; }

.fa6-comment-alt-minus::before {
  content: "\f4a7"; }

.fa6-message-music::before {
  content: "\f8af"; }

.fa6-comment-alt-music::before {
  content: "\f8af"; }

.fa6-message-pen::before {
  content: "\f4a4"; }

.fa6-message-edit::before {
  content: "\f4a4"; }

.fa6-comment-alt-edit::before {
  content: "\f4a4"; }

.fa6-message-plus::before {
  content: "\f4a8"; }

.fa6-comment-alt-plus::before {
  content: "\f4a8"; }

.fa6-message-question::before {
  content: "\e1f1"; }

.fa6-message-quote::before {
  content: "\e1f2"; }

.fa6-comment-alt-quote::before {
  content: "\e1f2"; }

.fa6-message-slash::before {
  content: "\f4a9"; }

.fa6-comment-alt-slash::before {
  content: "\f4a9"; }

.fa6-message-smile::before {
  content: "\f4aa"; }

.fa6-comment-alt-smile::before {
  content: "\f4aa"; }

.fa6-message-sms::before {
  content: "\e1f3"; }

.fa6-message-text::before {
  content: "\e1f4"; }

.fa6-comment-alt-text::before {
  content: "\e1f4"; }

.fa6-message-xmark::before {
  content: "\f4ab"; }

.fa6-comment-alt-times::before {
  content: "\f4ab"; }

.fa6-message-times::before {
  content: "\f4ab"; }

.fa6-messages::before {
  content: "\f4b6"; }

.fa6-comments-alt::before {
  content: "\f4b6"; }

.fa6-messages-dollar::before {
  content: "\f652"; }

.fa6-comments-alt-dollar::before {
  content: "\f652"; }

.fa6-messages-question::before {
  content: "\e1f5"; }

.fa6-meteor::before {
  content: "\f753"; }

.fa6-meter::before {
  content: "\e1f6"; }

.fa6-meter-bolt::before {
  content: "\e1f7"; }

.fa6-meter-droplet::before {
  content: "\e1f8"; }

.fa6-meter-fire::before {
  content: "\e1f9"; }

.fa6-microchip::before {
  content: "\f2db"; }

.fa6-microchip-ai::before {
  content: "\e1fa"; }

.fa6-microphone::before {
  content: "\f130"; }

.fa6-microphone-lines::before {
  content: "\f3c9"; }

.fa6-microphone-alt::before {
  content: "\f3c9"; }

.fa6-microphone-lines-slash::before {
  content: "\f539"; }

.fa6-microphone-alt-slash::before {
  content: "\f539"; }

.fa6-microphone-slash::before {
  content: "\f131"; }

.fa6-microphone-stand::before {
  content: "\f8cb"; }

.fa6-microscope::before {
  content: "\f610"; }

.fa6-microwave::before {
  content: "\e01b"; }

.fa6-mill-sign::before {
  content: "\e1fb"; }

.fa6-minimize::before {
  content: "\f78c"; }

.fa6-compress-arrows-alt::before {
  content: "\f78c"; }

.fa6-minus::before {
  content: "\f068"; }

.fa6-subtract::before {
  content: "\f068"; }

.fa6-mistletoe::before {
  content: "\f7b4"; }

.fa6-mitten::before {
  content: "\f7b5"; }

.fa6-mobile::before {
  content: "\f3ce"; }

.fa6-mobile-android::before {
  content: "\f3ce"; }

.fa6-mobile-phone::before {
  content: "\f3ce"; }

.fa6-mobile-button::before {
  content: "\f10b"; }

.fa6-mobile-notch::before {
  content: "\e1fc"; }

.fa6-mobile-iphone::before {
  content: "\e1fc"; }

.fa6-mobile-screen::before {
  content: "\f3cf"; }

.fa6-mobile-android-alt::before {
  content: "\f3cf"; }

.fa6-mobile-screen-button::before {
  content: "\f3cd"; }

.fa6-mobile-alt::before {
  content: "\f3cd"; }

.fa6-money-bill::before {
  content: "\f0d6"; }

.fa6-money-bill-1::before {
  content: "\f3d1"; }

.fa6-money-bill-alt::before {
  content: "\f3d1"; }

.fa6-money-bill-1-wave::before {
  content: "\f53b"; }

.fa6-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa6-money-bill-simple::before {
  content: "\e1fd"; }

.fa6-money-bill-simple-wave::before {
  content: "\e1fe"; }

.fa6-money-bill-wave::before {
  content: "\f53a"; }

.fa6-money-bills::before {
  content: "\e1ff"; }

.fa6-money-bills-simple::before {
  content: "\e200"; }

.fa6-money-bills-alt::before {
  content: "\e200"; }

.fa6-money-check::before {
  content: "\f53c"; }

.fa6-money-check-dollar::before {
  content: "\f53d"; }

.fa6-money-check-alt::before {
  content: "\f53d"; }

.fa6-money-check-dollar-pen::before {
  content: "\f873"; }

.fa6-money-check-edit-alt::before {
  content: "\f873"; }

.fa6-money-check-pen::before {
  content: "\f872"; }

.fa6-money-check-edit::before {
  content: "\f872"; }

.fa6-monitor-waveform::before {
  content: "\f611"; }

.fa6-monitor-heart-rate::before {
  content: "\f611"; }

.fa6-monkey::before {
  content: "\f6fb"; }

.fa6-monument::before {
  content: "\f5a6"; }

.fa6-moon::before {
  content: "\f186"; }

.fa6-moon-cloud::before {
  content: "\f754"; }

.fa6-moon-over-sun::before {
  content: "\f74a"; }

.fa6-eclipse-alt::before {
  content: "\f74a"; }

.fa6-moon-stars::before {
  content: "\f755"; }

.fa6-mortar-pestle::before {
  content: "\f5a7"; }

.fa6-mosque::before {
  content: "\f678"; }

.fa6-motorcycle::before {
  content: "\f21c"; }

.fa6-mountain::before {
  content: "\f6fc"; }

.fa6-mountains::before {
  content: "\f6fd"; }

.fa6-mp3-player::before {
  content: "\f8ce"; }

.fa6-mug::before {
  content: "\f874"; }

.fa6-mug-hot::before {
  content: "\f7b6"; }

.fa6-mug-marshmallows::before {
  content: "\f7b7"; }

.fa6-mug-saucer::before {
  content: "\f0f4"; }

.fa6-coffee::before {
  content: "\f0f4"; }

.fa6-mug-tea::before {
  content: "\f875"; }

.fa6-mug-tea-saucer::before {
  content: "\e201"; }

.fa6-music::before {
  content: "\f001"; }

.fa6-music-note::before {
  content: "\f8cf"; }

.fa6-music-alt::before {
  content: "\f8cf"; }

.fa6-music-note-slash::before {
  content: "\f8d0"; }

.fa6-music-alt-slash::before {
  content: "\f8d0"; }

.fa6-music-slash::before {
  content: "\f8d1"; }

.fa6-n::before {
  content: "\e202"; }

.fa6-naira-sign::before {
  content: "\e203"; }

.fa6-narwhal::before {
  content: "\f6fe"; }

.fa6-network-wired::before {
  content: "\f6ff"; }

.fa6-neuter::before {
  content: "\f22c"; }

.fa6-newspaper::before {
  content: "\f1ea"; }

.fa6-not-equal::before {
  content: "\f53e"; }

.fa6-notdef::before {
  content: "\e204"; }

.fa6-note::before {
  content: "\e205"; }

.fa6-note-medical::before {
  content: "\e206"; }

.fa6-note-sticky::before {
  content: "\f249"; }

.fa6-sticky-note::before {
  content: "\f249"; }

.fa6-notes::before {
  content: "\e207"; }

.fa6-notes-medical::before {
  content: "\f481"; }

.fa6-o::before {
  content: "\e208"; }

.fa6-object-group::before {
  content: "\f247"; }

.fa6-object-ungroup::before {
  content: "\f248"; }

.fa6-octagon::before {
  content: "\f306"; }

.fa6-octagon-divide::before {
  content: "\e209"; }

.fa6-octagon-exclamation::before {
  content: "\e20a"; }

.fa6-octagon-minus::before {
  content: "\f308"; }

.fa6-minus-octagon::before {
  content: "\f308"; }

.fa6-octagon-plus::before {
  content: "\f301"; }

.fa6-plus-octagon::before {
  content: "\f301"; }

.fa6-octagon-xmark::before {
  content: "\f2f0"; }

.fa6-times-octagon::before {
  content: "\f2f0"; }

.fa6-xmark-octagon::before {
  content: "\f2f0"; }

.fa6-oil-can::before {
  content: "\f613"; }

.fa6-oil-can-drip::before {
  content: "\e20b"; }

.fa6-oil-temperature::before {
  content: "\f614"; }

.fa6-oil-temp::before {
  content: "\f614"; }

.fa6-om::before {
  content: "\f679"; }

.fa6-omega::before {
  content: "\f67a"; }

.fa6-option::before {
  content: "\e20c"; }

.fa6-ornament::before {
  content: "\f7b8"; }

.fa6-otter::before {
  content: "\f700"; }

.fa6-outdent::before {
  content: "\f03b"; }

.fa6-dedent::before {
  content: "\f03b"; }

.fa6-outlet::before {
  content: "\e01c"; }

.fa6-oven::before {
  content: "\e01d"; }

.fa6-overline::before {
  content: "\f876"; }

.fa6-p::before {
  content: "\e20d"; }

.fa6-pager::before {
  content: "\f815"; }

.fa6-paint-brush::before {
  content: "\f1fc"; }

.fa6-paint-brush-fine::before {
  content: "\f5a9"; }

.fa6-paint-brush-alt::before {
  content: "\f5a9"; }

.fa6-paint-roller::before {
  content: "\f5aa"; }

.fa6-paintbrush-pencil::before {
  content: "\e20e"; }

.fa6-palette::before {
  content: "\f53f"; }

.fa6-palette-boxes::before {
  content: "\e20f"; }

.fa6-pallet::before {
  content: "\f482"; }

.fa6-pallet-box::before {
  content: "\e210"; }

.fa6-pallet-boxes::before {
  content: "\f483"; }

.fa6-pallet-alt::before {
  content: "\f483"; }

.fa6-panorama::before {
  content: "\e211"; }

.fa6-paper-plane::before {
  content: "\f1d8"; }

.fa6-paper-plane-top::before {
  content: "\e212"; }

.fa6-paper-plane-alt::before {
  content: "\e212"; }

.fa6-send::before {
  content: "\e212"; }

.fa6-paperclip::before {
  content: "\f0c6"; }

.fa6-parachute-box::before {
  content: "\f4cd"; }

.fa6-paragraph::before {
  content: "\f1dd"; }

.fa6-paragraph-left::before {
  content: "\f878"; }

.fa6-paragraph-rtl::before {
  content: "\f878"; }

.fa6-passport::before {
  content: "\f5ab"; }

.fa6-paste::before {
  content: "\f0ea"; }

.fa6-file-clipboard::before {
  content: "\f0ea"; }

.fa6-pause::before {
  content: "\f04c"; }

.fa6-paw::before {
  content: "\f1b0"; }

.fa6-paw-claws::before {
  content: "\f702"; }

.fa6-paw-simple::before {
  content: "\f701"; }

.fa6-paw-alt::before {
  content: "\f701"; }

.fa6-peace::before {
  content: "\f67c"; }

.fa6-peach::before {
  content: "\e213"; }

.fa6-pear::before {
  content: "\e214"; }

.fa6-pedestal::before {
  content: "\e215"; }

.fa6-pegasus::before {
  content: "\f703"; }

.fa6-pen::before {
  content: "\f304"; }

.fa6-pen-circle::before {
  content: "\e216"; }

.fa6-pen-clip::before {
  content: "\f305"; }

.fa6-pen-alt::before {
  content: "\f305"; }

.fa6-pen-clip-slash::before {
  content: "\e217"; }

.fa6-pen-alt-slash::before {
  content: "\e217"; }

.fa6-pen-fancy::before {
  content: "\f5ac"; }

.fa6-pen-fancy-slash::before {
  content: "\e218"; }

.fa6-pen-field::before {
  content: "\e219"; }

.fa6-pen-line::before {
  content: "\e21a"; }

.fa6-pen-nib::before {
  content: "\f5ad"; }

.fa6-pen-paintbrush::before {
  content: "\f618"; }

.fa6-pencil-paintbrush::before {
  content: "\f618"; }

.fa6-pen-ruler::before {
  content: "\f5ae"; }

.fa6-pencil-ruler::before {
  content: "\f5ae"; }

.fa6-pen-slash::before {
  content: "\e21b"; }

.fa6-pen-swirl::before {
  content: "\e21c"; }

.fa6-pen-to-square::before {
  content: "\f044"; }

.fa6-edit::before {
  content: "\f044"; }

.fa6-pencil::before {
  content: "\f040"; }

.fa6-pencil-alt::before {
  content: "\f040"; }

.fa6-pencil-slash::before {
  content: "\e21d"; }

.fa6-people-arrows-left-right::before {
  content: "\e068"; }

.fa6-people-arrows::before {
  content: "\e068"; }

.fa6-people-carry-box::before {
  content: "\f4ce"; }

.fa6-people-carry::before {
  content: "\f4ce"; }

.fa6-pepper-hot::before {
  content: "\f816"; }

.fa6-percent::before {
  content: "\f295"; }

.fa6-percentage::before {
  content: "\f295"; }

.fa6-person::before {
  content: "\f183"; }

.fa6-male::before {
  content: "\f183"; }

.fa6-person-biking::before {
  content: "\f84a"; }

.fa6-biking::before {
  content: "\f84a"; }

.fa6-person-biking-mountain::before {
  content: "\f84b"; }

.fa6-biking-mountain::before {
  content: "\f84b"; }

.fa6-person-booth::before {
  content: "\f756"; }

.fa6-person-carry-box::before {
  content: "\f4cf"; }

.fa6-person-carry::before {
  content: "\f4cf"; }

.fa6-person-digging::before {
  content: "\f85e"; }

.fa6-digging::before {
  content: "\f85e"; }

.fa6-person-dolly::before {
  content: "\f4d0"; }

.fa6-person-dolly-empty::before {
  content: "\f4d1"; }

.fa6-person-dots-from-line::before {
  content: "\f470"; }

.fa6-diagnoses::before {
  content: "\f470"; }

.fa6-person-dress::before {
  content: "\f182"; }

.fa6-female::before {
  content: "\f182"; }

.fa6-person-dress-simple::before {
  content: "\e21e"; }

.fa6-person-from-portal::before {
  content: "\e023"; }

.fa6-portal-exit::before {
  content: "\e023"; }

.fa6-person-hiking::before {
  content: "\f6ec"; }

.fa6-hiking::before {
  content: "\f6ec"; }

.fa6-person-pinball::before {
  content: "\e21f"; }

.fa6-person-praying::before {
  content: "\f683"; }

.fa6-pray::before {
  content: "\f683"; }

.fa6-person-running::before {
  content: "\f70c"; }

.fa6-running::before {
  content: "\f70c"; }

.fa6-person-seat::before {
  content: "\e220"; }

.fa6-person-seat-reclined::before {
  content: "\e221"; }

.fa6-person-sign::before {
  content: "\f757"; }

.fa6-person-simple::before {
  content: "\e222"; }

.fa6-person-skating::before {
  content: "\f7c5"; }

.fa6-skating::before {
  content: "\f7c5"; }

.fa6-person-ski-jumping::before {
  content: "\f7c7"; }

.fa6-ski-jump::before {
  content: "\f7c7"; }

.fa6-person-ski-lift::before {
  content: "\f7c8"; }

.fa6-ski-lift::before {
  content: "\f7c8"; }

.fa6-person-skiing::before {
  content: "\f7c9"; }

.fa6-skiing::before {
  content: "\f7c9"; }

.fa6-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa6-skiing-nordic::before {
  content: "\f7ca"; }

.fa6-person-sledding::before {
  content: "\f7cb"; }

.fa6-sledding::before {
  content: "\f7cb"; }

.fa6-person-snowboarding::before {
  content: "\f7ce"; }

.fa6-snowboarding::before {
  content: "\f7ce"; }

.fa6-person-snowmobiling::before {
  content: "\f7d1"; }

.fa6-snowmobile::before {
  content: "\f7d1"; }

.fa6-person-swimming::before {
  content: "\f5c4"; }

.fa6-swimmer::before {
  content: "\f5c4"; }

.fa6-person-to-portal::before {
  content: "\e022"; }

.fa6-portal-enter::before {
  content: "\e022"; }

.fa6-person-walking::before {
  content: "\f554"; }

.fa6-walking::before {
  content: "\f554"; }

.fa6-person-walking-with-cane::before {
  content: "\f29d"; }

.fa6-blind::before {
  content: "\f29d"; }

.fa6-peseta-sign::before {
  content: "\e223"; }

.fa6-peso-sign::before {
  content: "\e224"; }

.fa6-phone::before {
  content: "\f095"; }

.fa6-phone-arrow-down-left::before {
  content: "\e225"; }

.fa6-phone-incoming::before {
  content: "\e225"; }

.fa6-phone-arrow-down::before {
  content: "\e225"; }

.fa6-phone-arrow-up-right::before {
  content: "\e226"; }

.fa6-phone-outgoing::before {
  content: "\e226"; }

.fa6-phone-arrow-up::before {
  content: "\e226"; }

.fa6-phone-flip::before {
  content: "\f879"; }

.fa6-phone-alt::before {
  content: "\f879"; }

.fa6-phone-hangup::before {
  content: "\e227"; }

.fa6-phone-missed::before {
  content: "\e228"; }

.fa6-phone-office::before {
  content: "\f67d"; }

.fa6-phone-plus::before {
  content: "\f4d2"; }

.fa6-phone-rotary::before {
  content: "\f8d3"; }

.fa6-phone-slash::before {
  content: "\f3dd"; }

.fa6-phone-volume::before {
  content: "\f2a0"; }

.fa6-volume-control-phone::before {
  content: "\f2a0"; }

.fa6-phone-xmark::before {
  content: "\e229"; }

.fa6-photo-film::before {
  content: "\f87c"; }

.fa6-photo-video::before {
  content: "\f87c"; }

.fa6-photo-film-music::before {
  content: "\e22a"; }

.fa6-pi::before {
  content: "\f67e"; }

.fa6-piano::before {
  content: "\f8d4"; }

.fa6-piano-keyboard::before {
  content: "\f8d5"; }

.fa6-pie::before {
  content: "\f705"; }

.fa6-pig::before {
  content: "\f706"; }

.fa6-piggy-bank::before {
  content: "\f4d3"; }

.fa6-pills::before {
  content: "\f484"; }

.fa6-pinball::before {
  content: "\e22b"; }

.fa6-pizza::before {
  content: "\f817"; }

.fa6-pizza-slice::before {
  content: "\f818"; }

.fa6-place-of-worship::before {
  content: "\f67f"; }

.fa6-plane::before {
  content: "\f072"; }

.fa6-plane-arrival::before {
  content: "\f5af"; }

.fa6-plane-departure::before {
  content: "\f5b0"; }

.fa6-plane-engines::before {
  content: "\f3de"; }

.fa6-plane-alt::before {
  content: "\f3de"; }

.fa6-plane-prop::before {
  content: "\e22c"; }

.fa6-plane-slash::before {
  content: "\e069"; }

.fa6-plane-tail::before {
  content: "\e22d"; }

.fa6-plane-up::before {
  content: "\e22e"; }

.fa6-plane-up-slash::before {
  content: "\e22f"; }

.fa6-planet-moon::before {
  content: "\e01f"; }

.fa6-planet-ringed::before {
  content: "\e020"; }

.fa6-play::before {
  content: "\f04b"; }

.fa6-play-pause::before {
  content: "\e230"; }

.fa6-plug::before {
  content: "\f1e6"; }

.fa6-plus::before {
  content: "\f067"; }

.fa6-add::before {
  content: "\f067"; }

.fa6-plus-minus::before {
  content: "\e231"; }

.fa6-podcast::before {
  content: "\f2ce"; }

.fa6-podium::before {
  content: "\f680"; }

.fa6-podium-star::before {
  content: "\f758"; }

.fa6-police-box::before {
  content: "\e021"; }

.fa6-poll-people::before {
  content: "\f759"; }

.fa6-poo::before {
  content: "\f2fe"; }

.fa6-poo-bolt::before {
  content: "\f75a"; }

.fa6-poo-storm::before {
  content: "\f75a"; }

.fa6-poop::before {
  content: "\f619"; }

.fa6-popcorn::before {
  content: "\f819"; }

.fa6-power-off::before {
  content: "\f011"; }

.fa6-prescription::before {
  content: "\f5b1"; }

.fa6-prescription-bottle::before {
  content: "\f485"; }

.fa6-prescription-bottle-medical::before {
  content: "\f486"; }

.fa6-prescription-bottle-alt::before {
  content: "\f486"; }

.fa6-presentation-screen::before {
  content: "\f685"; }

.fa6-presentation::before {
  content: "\f685"; }

.fa6-print::before {
  content: "\f02f"; }

.fa6-print-magnifying-glass::before {
  content: "\f81a"; }

.fa6-print-search::before {
  content: "\f81a"; }

.fa6-print-slash::before {
  content: "\f686"; }

.fa6-projector::before {
  content: "\f8d6"; }

.fa6-pump-medical::before {
  content: "\e06a"; }

.fa6-pump-soap::before {
  content: "\e06b"; }

.fa6-pumpkin::before {
  content: "\f707"; }

.fa6-puzzle-piece::before {
  content: "\f12e"; }

.fa6-puzzle-piece-simple::before {
  content: "\e232"; }

.fa6-puzzle-piece-alt::before {
  content: "\e232"; }

.fa6-q::before {
  content: "\e233"; }

.fa6-qrcode::before {
  content: "\f029"; }

.fa6-question::before {
  content: "\f128"; }

.fa6-quidditch-broom-ball::before {
  content: "\f458"; }

.fa6-broom-ball::before {
  content: "\f458"; }

.fa6-quidditch::before {
  content: "\f458"; }

.fa6-quote-left::before {
  content: "\f10d"; }

.fa6-quote-left-round::before {
  content: "\e234"; }

.fa6-quote-left-alt::before {
  content: "\e234"; }

.fa6-quote-right::before {
  content: "\f10e"; }

.fa6-quote-right-round::before {
  content: "\e235"; }

.fa6-quote-right-alt::before {
  content: "\e235"; }

.fa6-r::before {
  content: "\e236"; }

.fa6-rabbit::before {
  content: "\f708"; }

.fa6-rabbit-running::before {
  content: "\f709"; }

.fa6-rabbit-fast::before {
  content: "\f709"; }

.fa6-racquet::before {
  content: "\f45a"; }

.fa6-radar::before {
  content: "\e024"; }

.fa6-radiation::before {
  content: "\f7b9"; }

.fa6-radio::before {
  content: "\f8d7"; }

.fa6-radio-tuner::before {
  content: "\f8d8"; }

.fa6-radio-alt::before {
  content: "\f8d8"; }

.fa6-rainbow::before {
  content: "\f75b"; }

.fa6-raindrops::before {
  content: "\f75c"; }

.fa6-ram::before {
  content: "\f70a"; }

.fa6-ramp-loading::before {
  content: "\f4d4"; }

.fa6-raygun::before {
  content: "\e025"; }

.fa6-receipt::before {
  content: "\f543"; }

.fa6-record-vinyl::before {
  content: "\f8d9"; }

.fa6-rectangle::before {
  content: "\f2fa"; }

.fa6-rectangle-landscape::before {
  content: "\f2fa"; }

.fa6-rectangle-ad::before {
  content: "\f641"; }

.fa6-ad::before {
  content: "\f641"; }

.fa6-rectangle-barcode::before {
  content: "\f463"; }

.fa6-barcode-alt::before {
  content: "\f463"; }

.fa6-rectangle-list::before {
  content: "\f022"; }

.fa6-list-alt::before {
  content: "\f022"; }

.fa6-rectangle-terminal::before {
  content: "\e237"; }

.fa6-rectangle-vertical::before {
  content: "\f2fb"; }

.fa6-rectangle-portrait::before {
  content: "\f2fb"; }

.fa6-rectangle-vertical-history::before {
  content: "\e238"; }

.fa6-rectangle-wide::before {
  content: "\f2fc"; }

.fa6-rectangle-xmark::before {
  content: "\f410"; }

.fa6-times-rectangle::before {
  content: "\f410"; }

.fa6-rectangle-times::before {
  content: "\f410"; }

.fa6-window-close::before {
  content: "\f410"; }

.fa6-recycle::before {
  content: "\f1b8"; }

.fa6-refrigerator::before {
  content: "\e026"; }

.fa6-registered::before {
  content: "\f25d"; }

.fa6-repeat::before {
  content: "\f363"; }

.fa6-repeat-1::before {
  content: "\f365"; }

.fa6-reply::before {
  content: "\f3e5"; }

.fa6-mail-reply::before {
  content: "\f3e5"; }

.fa6-reply-all::before {
  content: "\f122"; }

.fa6-mail-reply-all::before {
  content: "\f122"; }

.fa6-reply-clock::before {
  content: "\e239"; }

.fa6-reply-time::before {
  content: "\e239"; }

.fa6-republican::before {
  content: "\f75e"; }

.fa6-restroom::before {
  content: "\f7bd"; }

.fa6-restroom-simple::before {
  content: "\e23a"; }

.fa6-retweet::before {
  content: "\f079"; }

.fa6-rhombus::before {
  content: "\e23b"; }

.fa6-ribbon::before {
  content: "\f4d6"; }

.fa6-right::before {
  content: "\f356"; }

.fa6-arrow-alt-right::before {
  content: "\f356"; }

.fa6-right-from-bracket::before {
  content: "\f2f5"; }

.fa6-sign-out-alt::before {
  content: "\f2f5"; }

.fa6-right-from-line::before {
  content: "\f347"; }

.fa6-arrow-alt-from-left::before {
  content: "\f347"; }

.fa6-right-left::before {
  content: "\f362"; }

.fa6-exchange-alt::before {
  content: "\f362"; }

.fa6-right-long::before {
  content: "\f30b"; }

.fa6-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa6-right-to-bracket::before {
  content: "\f2f6"; }

.fa6-sign-in-alt::before {
  content: "\f2f6"; }

.fa6-right-to-line::before {
  content: "\f34c"; }

.fa6-arrow-alt-to-right::before {
  content: "\f34c"; }

.fa6-ring::before {
  content: "\f70b"; }

.fa6-rings-wedding::before {
  content: "\f81b"; }

.fa6-road::before {
  content: "\f018"; }

.fa6-robot::before {
  content: "\f544"; }

.fa6-rocket::before {
  content: "\f135"; }

.fa6-rocket-launch::before {
  content: "\e027"; }

.fa6-rotate::before {
  content: "\f2f1"; }

.fa6-sync-alt::before {
  content: "\f2f1"; }

.fa6-rotate-exclamation::before {
  content: "\e23c"; }

.fa6-rotate-forward::before {
  content: "\f2f9"; }

.fa6-redo-alt::before {
  content: "\f2f9"; }

.fa6-rotate-left::before {
  content: "\f2ea"; }

.fa6-undo-alt::before {
  content: "\f2ea"; }

.fa6-route::before {
  content: "\f4d7"; }

.fa6-route-highway::before {
  content: "\f61a"; }

.fa6-route-interstate::before {
  content: "\f61b"; }

.fa6-router::before {
  content: "\f8da"; }

.fa6-rss::before {
  content: "\f09e"; }

.fa6-feed::before {
  content: "\f09e"; }

.fa6-ruble-sign::before {
  content: "\f158"; }

.fa6-rouble::before {
  content: "\f158"; }

.fa6-rub::before {
  content: "\f158"; }

.fa6-ruble::before {
  content: "\f158"; }

.fa6-ruler::before {
  content: "\f545"; }

.fa6-ruler-combined::before {
  content: "\f546"; }

.fa6-ruler-horizontal::before {
  content: "\f547"; }

.fa6-ruler-triangle::before {
  content: "\f61c"; }

.fa6-ruler-vertical::before {
  content: "\f548"; }

.fa6-rupee-sign::before {
  content: "\f156"; }

.fa6-rupee::before {
  content: "\f156"; }

.fa6-rupiah-sign::before {
  content: "\e23d"; }

.fa6-rv::before {
  content: "\f7be"; }

.fa6-s::before {
  content: "\e23e"; }

.fa6-sack::before {
  content: "\f81c"; }

.fa6-sack-dollar::before {
  content: "\f81d"; }

.fa6-salad::before {
  content: "\f81e"; }

.fa6-bowl-salad::before {
  content: "\f81e"; }

.fa6-sandwich::before {
  content: "\f81f"; }

.fa6-satellite::before {
  content: "\f7bf"; }

.fa6-satellite-dish::before {
  content: "\f7c0"; }

.fa6-sausage::before {
  content: "\f820"; }

.fa6-saxophone::before {
  content: "\f8dc"; }

.fa6-saxophone-fire::before {
  content: "\f8db"; }

.fa6-sax-hot::before {
  content: "\f8db"; }

.fa6-scale-balanced::before {
  content: "\f24e"; }

.fa6-balance-scale::before {
  content: "\f24e"; }

.fa6-scale-unbalanced::before {
  content: "\f515"; }

.fa6-balance-scale-left::before {
  content: "\f515"; }

.fa6-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa6-balance-scale-right::before {
  content: "\f516"; }

.fa6-scalpel::before {
  content: "\f61d"; }

.fa6-scalpel-line-dashed::before {
  content: "\f61e"; }

.fa6-scalpel-path::before {
  content: "\f61e"; }

.fa6-scanner::before {
  content: "\f8f3"; }

.fa6-scanner-image::before {
  content: "\f8f3"; }

.fa6-scanner-gun::before {
  content: "\f488"; }

.fa6-scanner-keyboard::before {
  content: "\f489"; }

.fa6-scanner-touchscreen::before {
  content: "\f48a"; }

.fa6-scarecrow::before {
  content: "\f70d"; }

.fa6-scarf::before {
  content: "\f7c1"; }

.fa6-school::before {
  content: "\f549"; }

.fa6-scissors::before {
  content: "\f0c4"; }

.fa6-cut::before {
  content: "\f0c4"; }

.fa6-screen-users::before {
  content: "\f63d"; }

.fa6-users-class::before {
  content: "\f63d"; }

.fa6-screencast::before {
  content: "\e23f"; }

.fa6-screwdriver::before {
  content: "\f54a"; }

.fa6-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa6-tools::before {
  content: "\f7d9"; }

.fa6-scribble::before {
  content: "\e240"; }

.fa6-scroll::before {
  content: "\f70e"; }

.fa6-scroll-old::before {
  content: "\f70f"; }

.fa6-scroll-torah::before {
  content: "\f6a0"; }

.fa6-torah::before {
  content: "\f6a0"; }

.fa6-scrubber::before {
  content: "\f2f8"; }

.fa6-scythe::before {
  content: "\f710"; }

.fa6-sd-card::before {
  content: "\f7c2"; }

.fa6-sd-cards::before {
  content: "\e241"; }

.fa6-seal::before {
  content: "\e242"; }

.fa6-seal-exclamation::before {
  content: "\e243"; }

.fa6-seal-question::before {
  content: "\e244"; }

.fa6-seat-airline::before {
  content: "\e245"; }

.fa6-section::before {
  content: "\e246"; }

.fa6-seedling::before {
  content: "\f4d8"; }

.fa6-sprout::before {
  content: "\f4d8"; }

.fa6-send-back::before {
  content: "\f87e"; }

.fa6-send-backward::before {
  content: "\f87f"; }

.fa6-sensor::before {
  content: "\e028"; }

.fa6-sensor-cloud::before {
  content: "\e02c"; }

.fa6-sensor-smoke::before {
  content: "\e02c"; }

.fa6-sensor-fire::before {
  content: "\e02a"; }

.fa6-sensor-on::before {
  content: "\e02b"; }

.fa6-sensor-triangle-exclamation::before {
  content: "\e029"; }

.fa6-sensor-alert::before {
  content: "\e029"; }

.fa6-server::before {
  content: "\f233"; }

.fa6-shapes::before {
  content: "\f61f"; }

.fa6-triangle-circle-square::before {
  content: "\f61f"; }

.fa6-share::before {
  content: "\f064"; }

.fa6-arrow-turn-right::before {
  content: "\f064"; }

.fa6-mail-forward::before {
  content: "\f064"; }

.fa6-share-all::before {
  content: "\f367"; }

.fa6-arrows-turn-right::before {
  content: "\f367"; }

.fa6-share-from-square::before {
  content: "\f14d"; }

.fa6-share-square::before {
  content: "\f14d"; }

.fa6-share-nodes::before {
  content: "\f1e0"; }

.fa6-share-alt::before {
  content: "\f1e0"; }

.fa6-sheep::before {
  content: "\f711"; }

.fa6-shekel-sign::before {
  content: "\f20b"; }

.fa6-sheqel-sign::before {
  content: "\f20b"; }

.fa6-shekel::before {
  content: "\f20b"; }

.fa6-sheqel::before {
  content: "\f20b"; }

.fa6-ils::before {
  content: "\f20b"; }

.fa6-shelves::before {
  content: "\f480"; }

.fa6-inventory::before {
  content: "\f480"; }

.fa6-shelves-empty::before {
  content: "\e247"; }

.fa6-shield::before {
  content: "\f132"; }

.fa6-shield-blank::before {
  content: "\f3ed"; }

.fa6-shield-alt::before {
  content: "\f3ed"; }

.fa6-shield-check::before {
  content: "\f2f7"; }

.fa6-shield-cross::before {
  content: "\f712"; }

.fa6-shield-exclamation::before {
  content: "\e248"; }

.fa6-shield-keyhole::before {
  content: "\e249"; }

.fa6-shield-minus::before {
  content: "\e24a"; }

.fa6-shield-plus::before {
  content: "\e24b"; }

.fa6-shield-slash::before {
  content: "\e24c"; }

.fa6-shield-virus::before {
  content: "\e06c"; }

.fa6-shield-xmark::before {
  content: "\e24d"; }

.fa6-shield-times::before {
  content: "\e24d"; }

.fa6-ship::before {
  content: "\f21a"; }

.fa6-shish-kebab::before {
  content: "\f821"; }

.fa6-shoe-prints::before {
  content: "\f54b"; }

.fa6-shop::before {
  content: "\f54f"; }

.fa6-store-alt::before {
  content: "\f54f"; }

.fa6-shop-slash::before {
  content: "\e070"; }

.fa6-store-alt-slash::before {
  content: "\e070"; }

.fa6-shovel::before {
  content: "\f713"; }

.fa6-shovel-snow::before {
  content: "\f7c3"; }

.fa6-shower::before {
  content: "\f2cc"; }

.fa6-shower-down::before {
  content: "\e24e"; }

.fa6-shower-alt::before {
  content: "\e24e"; }

.fa6-shredder::before {
  content: "\f68a"; }

.fa6-shuffle::before {
  content: "\f074"; }

.fa6-random::before {
  content: "\f074"; }

.fa6-shuttle-space::before {
  content: "\f197"; }

.fa6-space-shuttle::before {
  content: "\f197"; }

.fa6-shuttlecock::before {
  content: "\f45b"; }

.fa6-sickle::before {
  content: "\f822"; }

.fa6-sidebar::before {
  content: "\e24f"; }

.fa6-sidebar-flip::before {
  content: "\e250"; }

.fa6-sigma::before {
  content: "\f68b"; }

.fa6-sign-hanging::before {
  content: "\f4d9"; }

.fa6-sign::before {
  content: "\f4d9"; }

.fa6-signal::before {
  content: "\f012"; }

.fa6-signal-perfect::before {
  content: "\f012"; }

.fa6-signal-5::before {
  content: "\f012"; }

.fa6-signal-bars::before {
  content: "\f690"; }

.fa6-signal-bars-strong::before {
  content: "\f690"; }

.fa6-signal-alt::before {
  content: "\f690"; }

.fa6-signal-alt-4::before {
  content: "\f690"; }

.fa6-signal-bars-fair::before {
  content: "\f692"; }

.fa6-signal-alt-2::before {
  content: "\f692"; }

.fa6-signal-bars-good::before {
  content: "\f693"; }

.fa6-signal-alt-3::before {
  content: "\f693"; }

.fa6-signal-bars-slash::before {
  content: "\f694"; }

.fa6-signal-alt-slash::before {
  content: "\f694"; }

.fa6-signal-bars-weak::before {
  content: "\f691"; }

.fa6-signal-alt-1::before {
  content: "\f691"; }

.fa6-signal-fair::before {
  content: "\f68d"; }

.fa6-signal-2::before {
  content: "\f68d"; }

.fa6-signal-good::before {
  content: "\f68e"; }

.fa6-signal-3::before {
  content: "\f68e"; }

.fa6-signal-slash::before {
  content: "\f695"; }

.fa6-signal-stream::before {
  content: "\f8dd"; }

.fa6-signal-stream-slash::before {
  content: "\e251"; }

.fa6-signal-strong::before {
  content: "\f68f"; }

.fa6-signal-4::before {
  content: "\f68f"; }

.fa6-signal-weak::before {
  content: "\f68c"; }

.fa6-signal-1::before {
  content: "\f68c"; }

.fa6-signature::before {
  content: "\f5b7"; }

.fa6-signs-post::before {
  content: "\f277"; }

.fa6-map-signs::before {
  content: "\f277"; }

.fa6-sim-card::before {
  content: "\f7c4"; }

.fa6-sim-cards::before {
  content: "\e252"; }

.fa6-sink::before {
  content: "\e06d"; }

.fa6-siren::before {
  content: "\e02d"; }

.fa6-siren-on::before {
  content: "\e02e"; }

.fa6-sitemap::before {
  content: "\f0e8"; }

.fa6-skeleton::before {
  content: "\f620"; }

.fa6-skull::before {
  content: "\f54c"; }

.fa6-skull-cow::before {
  content: "\f8de"; }

.fa6-skull-crossbones::before {
  content: "\f714"; }

.fa6-slash::before {
  content: "\f715"; }

.fa6-sleigh::before {
  content: "\f7cc"; }

.fa6-slider::before {
  content: "\e253"; }

.fa6-sliders::before {
  content: "\f1de"; }

.fa6-sliders-h::before {
  content: "\f1de"; }

.fa6-sliders-up::before {
  content: "\f3f1"; }

.fa6-sliders-v::before {
  content: "\f3f1"; }

.fa6-smog::before {
  content: "\f75f"; }

.fa6-smoke::before {
  content: "\f760"; }

.fa6-smoking::before {
  content: "\f48d"; }

.fa6-snake::before {
  content: "\f716"; }

.fa6-snooze::before {
  content: "\f880"; }

.fa6-zzz::before {
  content: "\f880"; }

.fa6-snow-blowing::before {
  content: "\f761"; }

.fa6-snowflake::before {
  content: "\f2dc"; }

.fa6-snowflakes::before {
  content: "\f7cf"; }

.fa6-snowman::before {
  content: "\f7d0"; }

.fa6-snowman-head::before {
  content: "\f79b"; }

.fa6-frosty-head::before {
  content: "\f79b"; }

.fa6-snowplow::before {
  content: "\f7d2"; }

.fa6-soap::before {
  content: "\e06e"; }

.fa6-socks::before {
  content: "\f696"; }

.fa6-solar-panel::before {
  content: "\f5ba"; }

.fa6-solar-system::before {
  content: "\e02f"; }

.fa6-sort::before {
  content: "\f0dc"; }

.fa6-unsorted::before {
  content: "\f0dc"; }

.fa6-sort-down::before {
  content: "\f0dd"; }

.fa6-sort-desc::before {
  content: "\f0dd"; }

.fa6-sort-up::before {
  content: "\f0de"; }

.fa6-sort-asc::before {
  content: "\f0de"; }

.fa6-spa::before {
  content: "\f5bb"; }

.fa6-space-station-moon::before {
  content: "\e033"; }

.fa6-space-station-moon-construction::before {
  content: "\e034"; }

.fa6-space-station-moon-alt::before {
  content: "\e034"; }

.fa6-spade::before {
  content: "\f2f4"; }

.fa6-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa6-pastafarianism::before {
  content: "\f67b"; }

.fa6-sparkles::before {
  content: "\f890"; }

.fa6-speaker::before {
  content: "\f8df"; }

.fa6-speakers::before {
  content: "\f8e0"; }

.fa6-spell-check::before {
  content: "\f891"; }

.fa6-spider::before {
  content: "\f717"; }

.fa6-spider-black-widow::before {
  content: "\f718"; }

.fa6-spider-web::before {
  content: "\f719"; }

.fa6-spinner::before {
  content: "\f110"; }

.fa6-spinner-third::before {
  content: "\f3f4"; }

.fa6-split::before {
  content: "\e254"; }

.fa6-splotch::before {
  content: "\f5bc"; }

.fa6-spoon::before {
  content: "\f2e5"; }

.fa6-utensil-spoon::before {
  content: "\f2e5"; }

.fa6-spray-can::before {
  content: "\f5bd"; }

.fa6-sprinkler::before {
  content: "\e035"; }

.fa6-square::before {
  content: "\f0c8"; }

.fa6-square-0::before {
  content: "\e255"; }

.fa6-square-1::before {
  content: "\e256"; }

.fa6-square-2::before {
  content: "\e257"; }

.fa6-square-3::before {
  content: "\e258"; }

.fa6-square-4::before {
  content: "\e259"; }

.fa6-square-5::before {
  content: "\e25a"; }

.fa6-square-6::before {
  content: "\e25b"; }

.fa6-square-7::before {
  content: "\e25c"; }

.fa6-square-8::before {
  content: "\e25d"; }

.fa6-square-9::before {
  content: "\e25e"; }

.fa6-square-a::before {
  content: "\e25f"; }

.fa6-square-ampersand::before {
  content: "\e260"; }

.fa6-square-arrow-down::before {
  content: "\f339"; }

.fa6-arrow-square-down::before {
  content: "\f339"; }

.fa6-square-arrow-down-left::before {
  content: "\e261"; }

.fa6-square-arrow-down-right::before {
  content: "\e262"; }

.fa6-square-arrow-left::before {
  content: "\f33a"; }

.fa6-arrow-square-left::before {
  content: "\f33a"; }

.fa6-square-arrow-right::before {
  content: "\f33b"; }

.fa6-arrow-square-right::before {
  content: "\f33b"; }

.fa6-square-arrow-up::before {
  content: "\f33c"; }

.fa6-arrow-square-up::before {
  content: "\f33c"; }

.fa6-square-arrow-up-left::before {
  content: "\e263"; }

.fa6-square-arrow-up-right::before {
  content: "\f14c"; }

.fa6-external-link-square::before {
  content: "\f14c"; }

.fa6-square-b::before {
  content: "\e264"; }

.fa6-square-bolt::before {
  content: "\e265"; }

.fa6-square-c::before {
  content: "\e266"; }

.fa6-square-caret-down::before {
  content: "\f150"; }

.fa6-caret-square-down::before {
  content: "\f150"; }

.fa6-square-caret-left::before {
  content: "\f191"; }

.fa6-caret-square-left::before {
  content: "\f191"; }

.fa6-square-caret-right::before {
  content: "\f152"; }

.fa6-caret-square-right::before {
  content: "\f152"; }

.fa6-square-caret-up::before {
  content: "\f151"; }

.fa6-caret-square-up::before {
  content: "\f151"; }

.fa6-square-check::before {
  content: "\f14a"; }

.fa6-check-square::before {
  content: "\f14a"; }

.fa6-square-chevron-down::before {
  content: "\f329"; }

.fa6-chevron-square-down::before {
  content: "\f329"; }

.fa6-square-chevron-left::before {
  content: "\f32a"; }

.fa6-chevron-square-left::before {
  content: "\f32a"; }

.fa6-square-chevron-right::before {
  content: "\f32b"; }

.fa6-chevron-square-right::before {
  content: "\f32b"; }

.fa6-square-chevron-up::before {
  content: "\f32c"; }

.fa6-chevron-square-up::before {
  content: "\f32c"; }

.fa6-square-code::before {
  content: "\e267"; }

.fa6-square-d::before {
  content: "\e268"; }

.fa6-square-dashed::before {
  content: "\e269"; }

.fa6-square-divide::before {
  content: "\e26a"; }

.fa6-square-dollar::before {
  content: "\f2e9"; }

.fa6-usd-square::before {
  content: "\f2e9"; }

.fa6-dollar-square::before {
  content: "\f2e9"; }

.fa6-square-down::before {
  content: "\f350"; }

.fa6-arrow-alt-square-down::before {
  content: "\f350"; }

.fa6-square-down-left::before {
  content: "\e26b"; }

.fa6-square-down-right::before {
  content: "\e26c"; }

.fa6-square-e::before {
  content: "\e26d"; }

.fa6-square-envelope::before {
  content: "\f199"; }

.fa6-envelope-square::before {
  content: "\f199"; }

.fa6-square-exclamation::before {
  content: "\f321"; }

.fa6-exclamation-square::before {
  content: "\f321"; }

.fa6-square-f::before {
  content: "\e26e"; }

.fa6-square-fragile::before {
  content: "\f49b"; }

.fa6-box-fragile::before {
  content: "\f49b"; }

.fa6-square-wine-glass-crack::before {
  content: "\f49b"; }

.fa6-square-full::before {
  content: "\f45c"; }

.fa6-square-g::before {
  content: "\e26f"; }

.fa6-square-h::before {
  content: "\f0fd"; }

.fa6-h-square::before {
  content: "\f0fd"; }

.fa6-square-heart::before {
  content: "\f4c8"; }

.fa6-heart-square::before {
  content: "\f4c8"; }

.fa6-square-i::before {
  content: "\e270"; }

.fa6-square-info::before {
  content: "\f30f"; }

.fa6-info-square::before {
  content: "\f30f"; }

.fa6-square-j::before {
  content: "\e271"; }

.fa6-square-k::before {
  content: "\e272"; }

.fa6-square-l::before {
  content: "\e273"; }

.fa6-square-left::before {
  content: "\f351"; }

.fa6-arrow-alt-square-left::before {
  content: "\f351"; }

.fa6-square-m::before {
  content: "\e274"; }

.fa6-square-minus::before {
  content: "\f146"; }

.fa6-minus-square::before {
  content: "\f146"; }

.fa6-square-n::before {
  content: "\e275"; }

.fa6-square-o::before {
  content: "\e276"; }

.fa6-square-p::before {
  content: "\e277"; }

.fa6-square-parking::before {
  content: "\f540"; }

.fa6-parking::before {
  content: "\f540"; }

.fa6-square-parking-slash::before {
  content: "\f617"; }

.fa6-parking-slash::before {
  content: "\f617"; }

.fa6-square-pen::before {
  content: "\f14b"; }

.fa6-pen-square::before {
  content: "\f14b"; }

.fa6-pencil-square::before {
  content: "\f14b"; }

.fa6-square-phone::before {
  content: "\f098"; }

.fa6-phone-square::before {
  content: "\f098"; }

.fa6-square-phone-flip::before {
  content: "\f87b"; }

.fa6-phone-square-alt::before {
  content: "\f87b"; }

.fa6-square-phone-hangup::before {
  content: "\e278"; }

.fa6-phone-square-down::before {
  content: "\e278"; }

.fa6-square-plus::before {
  content: "\f0fe"; }

.fa6-plus-square::before {
  content: "\f0fe"; }

.fa6-square-poll-horizontal::before {
  content: "\f682"; }

.fa6-poll-h::before {
  content: "\f682"; }

.fa6-square-poll-vertical::before {
  content: "\f681"; }

.fa6-poll::before {
  content: "\f681"; }

.fa6-square-q::before {
  content: "\e279"; }

.fa6-square-question::before {
  content: "\f2fd"; }

.fa6-question-square::before {
  content: "\f2fd"; }

.fa6-square-r::before {
  content: "\e27a"; }

.fa6-square-right::before {
  content: "\f352"; }

.fa6-arrow-alt-square-right::before {
  content: "\f352"; }

.fa6-square-root::before {
  content: "\f697"; }

.fa6-square-root-variable::before {
  content: "\f698"; }

.fa6-square-root-alt::before {
  content: "\f698"; }

.fa6-square-rss::before {
  content: "\f143"; }

.fa6-rss-square::before {
  content: "\f143"; }

.fa6-square-s::before {
  content: "\e27b"; }

.fa6-square-share-nodes::before {
  content: "\f1e1"; }

.fa6-share-alt-square::before {
  content: "\f1e1"; }

.fa6-square-sliders::before {
  content: "\f3f0"; }

.fa6-sliders-h-square::before {
  content: "\f3f0"; }

.fa6-square-sliders-vertical::before {
  content: "\f3f2"; }

.fa6-sliders-v-square::before {
  content: "\f3f2"; }

.fa6-square-small::before {
  content: "\e27c"; }

.fa6-square-star::before {
  content: "\e27d"; }

.fa6-square-t::before {
  content: "\e27e"; }

.fa6-square-this-way-up::before {
  content: "\f49f"; }

.fa6-box-up::before {
  content: "\f49f"; }

.fa6-square-u::before {
  content: "\e27f"; }

.fa6-square-up::before {
  content: "\f353"; }

.fa6-arrow-alt-square-up::before {
  content: "\f353"; }

.fa6-square-up-left::before {
  content: "\e280"; }

.fa6-square-up-right::before {
  content: "\f360"; }

.fa6-external-link-square-alt::before {
  content: "\f360"; }

.fa6-square-user::before {
  content: "\e281"; }

.fa6-square-v::before {
  content: "\e282"; }

.fa6-square-w::before {
  content: "\e283"; }

.fa6-square-x::before {
  content: "\e284"; }

.fa6-square-xmark::before {
  content: "\f2d3"; }

.fa6-times-square::before {
  content: "\f2d3"; }

.fa6-xmark-square::before {
  content: "\f2d3"; }

.fa6-square-y::before {
  content: "\e285"; }

.fa6-square-z::before {
  content: "\e286"; }

.fa6-squirrel::before {
  content: "\f71a"; }

.fa6-staff::before {
  content: "\f71b"; }

.fa6-stairs::before {
  content: "\e287"; }

.fa6-stamp::before {
  content: "\f5bf"; }

.fa6-standard-definition::before {
  content: "\e288"; }

.fa6-star::before {
  content: "\f005"; }

.fa6-star-and-crescent::before {
  content: "\f699"; }

.fa6-star-christmas::before {
  content: "\f7d4"; }

.fa6-star-exclamation::before {
  content: "\f2f3"; }

.fa6-star-half::before {
  content: "\f089"; }

.fa6-star-half-stroke::before {
  content: "\f5c0"; }

.fa6-star-half-alt::before {
  content: "\f5c0"; }

.fa6-star-of-david::before {
  content: "\f69a"; }

.fa6-star-of-life::before {
  content: "\f621"; }

.fa6-star-sharp::before {
  content: "\e289"; }

.fa6-star-sharp-half::before {
  content: "\e28a"; }

.fa6-star-sharp-half-stroke::before {
  content: "\e28b"; }

.fa6-star-sharp-half-alt::before {
  content: "\e28b"; }

.fa6-star-shooting::before {
  content: "\e036"; }

.fa6-starfighter::before {
  content: "\e037"; }

.fa6-starfighter-twin-ion-engine::before {
  content: "\e038"; }

.fa6-starfighter-alt::before {
  content: "\e038"; }

.fa6-starfighter-twin-ion-engine-advanced::before {
  content: "\e28c"; }

.fa6-starfighter-alt-advanced::before {
  content: "\e28c"; }

.fa6-stars::before {
  content: "\f762"; }

.fa6-starship::before {
  content: "\e039"; }

.fa6-starship-freighter::before {
  content: "\e03a"; }

.fa6-steak::before {
  content: "\f824"; }

.fa6-steering-wheel::before {
  content: "\f622"; }

.fa6-sterling-sign::before {
  content: "\f154"; }

.fa6-pound-sign::before {
  content: "\f154"; }

.fa6-gbp::before {
  content: "\f154"; }

.fa6-stethoscope::before {
  content: "\f0f1"; }

.fa6-stocking::before {
  content: "\f7d5"; }

.fa6-stomach::before {
  content: "\f623"; }

.fa6-stop::before {
  content: "\f04d"; }

.fa6-stopwatch::before {
  content: "\f2f2"; }

.fa6-stopwatch-20::before {
  content: "\e06f"; }

.fa6-store::before {
  content: "\f54e"; }

.fa6-store-slash::before {
  content: "\e071"; }

.fa6-street-view::before {
  content: "\f21d"; }

.fa6-stretcher::before {
  content: "\f825"; }

.fa6-strikethrough::before {
  content: "\f0cc"; }

.fa6-stroopwafel::before {
  content: "\f551"; }

.fa6-subscript::before {
  content: "\f12c"; }

.fa6-suitcase::before {
  content: "\f0f2"; }

.fa6-suitcase-medical::before {
  content: "\f0fa"; }

.fa6-medkit::before {
  content: "\f0fa"; }

.fa6-suitcase-rolling::before {
  content: "\f5c1"; }

.fa6-sun::before {
  content: "\f185"; }

.fa6-sun-bright::before {
  content: "\e28d"; }

.fa6-sun-alt::before {
  content: "\e28d"; }

.fa6-sun-cloud::before {
  content: "\f763"; }

.fa6-sun-dust::before {
  content: "\f764"; }

.fa6-sun-haze::before {
  content: "\f765"; }

.fa6-sunglasses::before {
  content: "\f892"; }

.fa6-sunrise::before {
  content: "\f766"; }

.fa6-sunset::before {
  content: "\f767"; }

.fa6-superscript::before {
  content: "\f12b"; }

.fa6-swatchbook::before {
  content: "\f5c3"; }

.fa6-sword::before {
  content: "\f71c"; }

.fa6-sword-laser::before {
  content: "\e03b"; }

.fa6-sword-laser-alt::before {
  content: "\e03c"; }

.fa6-swords::before {
  content: "\f71d"; }

.fa6-swords-laser::before {
  content: "\e03d"; }

.fa6-symbols::before {
  content: "\f86e"; }

.fa6-icons-alt::before {
  content: "\f86e"; }

.fa6-synagogue::before {
  content: "\f69b"; }

.fa6-syringe::before {
  content: "\f48e"; }

.fa6-t::before {
  content: "\e28e"; }

.fa6-table::before {
  content: "\f0ce"; }

.fa6-table-cells::before {
  content: "\f00a"; }

.fa6-th::before {
  content: "\f00a"; }

.fa6-table-cells-large::before {
  content: "\f009"; }

.fa6-th-large::before {
  content: "\f009"; }

.fa6-table-columns::before {
  content: "\f0db"; }

.fa6-columns::before {
  content: "\f0db"; }

.fa6-table-layout::before {
  content: "\e28f"; }

.fa6-table-list::before {
  content: "\f00b"; }

.fa6-th-list::before {
  content: "\f00b"; }

.fa6-table-pivot::before {
  content: "\e290"; }

.fa6-table-rows::before {
  content: "\e291"; }

.fa6-rows::before {
  content: "\e291"; }

.fa6-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa6-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa6-table-tennis::before {
  content: "\f45d"; }

.fa6-table-tree::before {
  content: "\e292"; }

.fa6-tablet::before {
  content: "\f3fb"; }

.fa6-tablet-android::before {
  content: "\f3fb"; }

.fa6-tablet-button::before {
  content: "\f10a"; }

.fa6-tablet-rugged::before {
  content: "\f48f"; }

.fa6-tablet-screen::before {
  content: "\f3fc"; }

.fa6-tablet-android-alt::before {
  content: "\f3fc"; }

.fa6-tablet-screen-button::before {
  content: "\f3fa"; }

.fa6-tablet-alt::before {
  content: "\f3fa"; }

.fa6-tablets::before {
  content: "\f490"; }

.fa6-tachograph-digital::before {
  content: "\f566"; }

.fa6-digital-tachograph::before {
  content: "\f566"; }

.fa6-taco::before {
  content: "\f826"; }

.fa6-tag::before {
  content: "\f02b"; }

.fa6-tags::before {
  content: "\f02c"; }

.fa6-tally::before {
  content: "\f69c"; }

.fa6-tally-5::before {
  content: "\f69c"; }

.fa6-tally-1::before {
  content: "\e293"; }

.fa6-tally-2::before {
  content: "\e294"; }

.fa6-tally-3::before {
  content: "\e295"; }

.fa6-tally-4::before {
  content: "\e296"; }

.fa6-tape::before {
  content: "\f4db"; }

.fa6-taxi::before {
  content: "\f1ba"; }

.fa6-cab::before {
  content: "\f1ba"; }

.fa6-taxi-bus::before {
  content: "\e297"; }

.fa6-teeth::before {
  content: "\f62e"; }

.fa6-teeth-open::before {
  content: "\f62f"; }

.fa6-telescope::before {
  content: "\e03e"; }

.fa6-temperature-arrow-down::before {
  content: "\e03f"; }

.fa6-temperature-down::before {
  content: "\e03f"; }

.fa6-temperature-arrow-up::before {
  content: "\e040"; }

.fa6-temperature-up::before {
  content: "\e040"; }

.fa6-temperature-empty::before {
  content: "\f2cb"; }

.fa6-thermometer-empty::before {
  content: "\f2cb"; }

.fa6-thermometer-0::before {
  content: "\f2cb"; }

.fa6-temperature-0::before {
  content: "\f2cb"; }

.fa6-temperature-full::before {
  content: "\f2c7"; }

.fa6-thermometer-full::before {
  content: "\f2c7"; }

.fa6-thermometer-4::before {
  content: "\f2c7"; }

.fa6-temperature-4::before {
  content: "\f2c7"; }

.fa6-temperature-half::before {
  content: "\f2c9"; }

.fa6-thermometer-half::before {
  content: "\f2c9"; }

.fa6-thermometer-2::before {
  content: "\f2c9"; }

.fa6-temperature-2::before {
  content: "\f2c9"; }

.fa6-temperature-high::before {
  content: "\f769"; }

.fa6-temperature-list::before {
  content: "\e298"; }

.fa6-temperature-low::before {
  content: "\f76b"; }

.fa6-temperature-quarter::before {
  content: "\f2ca"; }

.fa6-thermometer-quarter::before {
  content: "\f2ca"; }

.fa6-thermometer-1::before {
  content: "\f2ca"; }

.fa6-temperature-1::before {
  content: "\f2ca"; }

.fa6-temperature-snow::before {
  content: "\f768"; }

.fa6-temperature-frigid::before {
  content: "\f768"; }

.fa6-temperature-sun::before {
  content: "\f76a"; }

.fa6-temperature-hot::before {
  content: "\f76a"; }

.fa6-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa6-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa6-thermometer-3::before {
  content: "\f2c8"; }

.fa6-temperature-3::before {
  content: "\f2c8"; }

.fa6-tenge-sign::before {
  content: "\f7d7"; }

.fa6-tenge::before {
  content: "\f7d7"; }

.fa6-tennis-ball::before {
  content: "\f45e"; }

.fa6-terminal::before {
  content: "\f120"; }

.fa6-text::before {
  content: "\f893"; }

.fa6-text-height::before {
  content: "\f034"; }

.fa6-text-size::before {
  content: "\f894"; }

.fa6-text-slash::before {
  content: "\f87d"; }

.fa6-remove-format::before {
  content: "\f87d"; }

.fa6-text-width::before {
  content: "\f035"; }

.fa6-thermometer::before {
  content: "\f491"; }

.fa6-theta::before {
  content: "\f69e"; }

.fa6-thumbs-down::before {
  content: "\f165"; }

.fa6-thumbs-up::before {
  content: "\f164"; }

.fa6-thumbtack::before {
  content: "\f08d"; }

.fa6-thumb-tack::before {
  content: "\f08d"; }

.fa6-ticket::before {
  content: "\f145"; }

.fa6-ticket-airline::before {
  content: "\e299"; }

.fa6-ticket-simple::before {
  content: "\f3ff"; }

.fa6-ticket-alt::before {
  content: "\f3ff"; }

.fa6-tickets-airline::before {
  content: "\e29a"; }

.fa6-tilde::before {
  content: "\f69f"; }

.fa6-timeline::before {
  content: "\e29b"; }

.fa6-timeline-arrow::before {
  content: "\e29c"; }

.fa6-timer::before {
  content: "\e29d"; }

.fa6-tire::before {
  content: "\f631"; }

.fa6-tire-flat::before {
  content: "\f632"; }

.fa6-tire-pressure-warning::before {
  content: "\f633"; }

.fa6-tire-rugged::before {
  content: "\f634"; }

.fa6-toggle-off::before {
  content: "\f204"; }

.fa6-toggle-on::before {
  content: "\f205"; }

.fa6-toilet::before {
  content: "\f7d8"; }

.fa6-toilet-paper::before {
  content: "\f71e"; }

.fa6-toilet-paper-blank::before {
  content: "\f71f"; }

.fa6-toilet-paper-alt::before {
  content: "\f71f"; }

.fa6-toilet-paper-blank-under::before {
  content: "\e29e"; }

.fa6-toilet-paper-reverse-alt::before {
  content: "\e29e"; }

.fa6-toilet-paper-slash::before {
  content: "\e072"; }

.fa6-toilet-paper-under::before {
  content: "\e29f"; }

.fa6-toilet-paper-reverse::before {
  content: "\e29f"; }

.fa6-toilet-paper-under-slash::before {
  content: "\e2a0"; }

.fa6-toilet-paper-reverse-slash::before {
  content: "\e2a0"; }

.fa6-tombstone::before {
  content: "\f720"; }

.fa6-tombstone-blank::before {
  content: "\f721"; }

.fa6-tombstone-alt::before {
  content: "\f721"; }

.fa6-toolbox::before {
  content: "\f552"; }

.fa6-tooth::before {
  content: "\f5c9"; }

.fa6-toothbrush::before {
  content: "\f635"; }

.fa6-torii-gate::before {
  content: "\f6a1"; }

.fa6-tornado::before {
  content: "\f76f"; }

.fa6-tower-broadcast::before {
  content: "\f519"; }

.fa6-broadcast-tower::before {
  content: "\f519"; }

.fa6-tower-control::before {
  content: "\e2a1"; }

.fa6-tractor::before {
  content: "\f722"; }

.fa6-trademark::before {
  content: "\f25c"; }

.fa6-traffic-cone::before {
  content: "\f636"; }

.fa6-traffic-light::before {
  content: "\f637"; }

.fa6-traffic-light-go::before {
  content: "\f638"; }

.fa6-traffic-light-slow::before {
  content: "\f639"; }

.fa6-traffic-light-stop::before {
  content: "\f63a"; }

.fa6-trailer::before {
  content: "\e041"; }

.fa6-train::before {
  content: "\f238"; }

.fa6-train-subway::before {
  content: "\f239"; }

.fa6-subway::before {
  content: "\f239"; }

.fa6-train-subway-tunnel::before {
  content: "\e2a2"; }

.fa6-subway-tunnel::before {
  content: "\e2a2"; }

.fa6-train-tram::before {
  content: "\f7da"; }

.fa6-tram::before {
  content: "\f7da"; }

.fa6-transformer-bolt::before {
  content: "\e2a3"; }

.fa6-transgender::before {
  content: "\f224"; }

.fa6-transgender-alt::before {
  content: "\f225"; }

.fa6-transporter::before {
  content: "\e042"; }

.fa6-transporter-1::before {
  content: "\e043"; }

.fa6-transporter-2::before {
  content: "\e044"; }

.fa6-transporter-3::before {
  content: "\e045"; }

.fa6-transporter-4::before {
  content: "\e2a4"; }

.fa6-transporter-5::before {
  content: "\e2a5"; }

.fa6-transporter-6::before {
  content: "\e2a6"; }

.fa6-transporter-7::before {
  content: "\e2a7"; }

.fa6-transporter-empty::before {
  content: "\e046"; }

.fa6-trash::before {
  content: "\f1f8"; }

.fa6-trash-arrow-up::before {
  content: "\f829"; }

.fa6-trash-restore::before {
  content: "\f829"; }

.fa6-trash-can::before {
  content: "\f2ed"; }

.fa6-trash-alt::before {
  content: "\f2ed"; }

.fa6-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa6-trash-restore-alt::before {
  content: "\f82a"; }

.fa6-trash-can-clock::before {
  content: "\e2a8"; }

.fa6-trash-can-list::before {
  content: "\e2a9"; }

.fa6-trash-can-slash::before {
  content: "\e2aa"; }

.fa6-trash-alt-slash::before {
  content: "\e2aa"; }

.fa6-trash-can-undo::before {
  content: "\f896"; }

.fa6-trash-can-arrow-turn-left::before {
  content: "\f896"; }

.fa6-trash-undo-alt::before {
  content: "\f896"; }

.fa6-trash-clock::before {
  content: "\e2ab"; }

.fa6-trash-list::before {
  content: "\e2ac"; }

.fa6-trash-slash::before {
  content: "\e2ad"; }

.fa6-trash-undo::before {
  content: "\f895"; }

.fa6-trash-arrow-turn-left::before {
  content: "\f895"; }

.fa6-treasure-chest::before {
  content: "\f723"; }

.fa6-tree::before {
  content: "\f1bb"; }

.fa6-tree-christmas::before {
  content: "\f7db"; }

.fa6-tree-deciduous::before {
  content: "\f400"; }

.fa6-tree-alt::before {
  content: "\f400"; }

.fa6-tree-decorated::before {
  content: "\f7dc"; }

.fa6-tree-large::before {
  content: "\f7dd"; }

.fa6-tree-palm::before {
  content: "\f82b"; }

.fa6-trees::before {
  content: "\f724"; }

.fa6-triangle::before {
  content: "\f2ec"; }

.fa6-triangle-exclamation::before {
  content: "\f071"; }

.fa6-exclamation-triangle::before {
  content: "\f071"; }

.fa6-warning::before {
  content: "\f071"; }

.fa6-triangle-instrument::before {
  content: "\f8e2"; }

.fa6-triangle-music::before {
  content: "\f8e2"; }

.fa6-triangle-person-digging::before {
  content: "\f85d"; }

.fa6-construction::before {
  content: "\f85d"; }

.fa6-trophy::before {
  content: "\f091"; }

.fa6-trophy-star::before {
  content: "\f2eb"; }

.fa6-trophy-alt::before {
  content: "\f2eb"; }

.fa6-truck::before {
  content: "\f0d1"; }

.fa6-truck-clock::before {
  content: "\f48c"; }

.fa6-shipping-timed::before {
  content: "\f48c"; }

.fa6-truck-container::before {
  content: "\f4dc"; }

.fa6-truck-container-empty::before {
  content: "\e2ae"; }

.fa6-truck-fast::before {
  content: "\f48b"; }

.fa6-shipping-fast::before {
  content: "\f48b"; }

.fa6-truck-flatbed::before {
  content: "\e2af"; }

.fa6-truck-front::before {
  content: "\e2b0"; }

.fa6-truck-medical::before {
  content: "\f0f9"; }

.fa6-ambulance::before {
  content: "\f0f9"; }

.fa6-truck-monster::before {
  content: "\f63b"; }

.fa6-truck-moving::before {
  content: "\f4df"; }

.fa6-truck-pickup::before {
  content: "\f63c"; }

.fa6-truck-plow::before {
  content: "\f7de"; }

.fa6-truck-ramp::before {
  content: "\f4e0"; }

.fa6-truck-ramp-box::before {
  content: "\f4de"; }

.fa6-truck-loading::before {
  content: "\f4de"; }

.fa6-truck-ramp-couch::before {
  content: "\f4dd"; }

.fa6-truck-couch::before {
  content: "\f4dd"; }

.fa6-truck-tow::before {
  content: "\e2b1"; }

.fa6-trumpet::before {
  content: "\f8e3"; }

.fa6-tshirt::before {
  content: "\f553"; }

.fa6-tty::before {
  content: "\f1e4"; }

.fa6-teletype::before {
  content: "\f1e4"; }

.fa6-tty-answer::before {
  content: "\e2b2"; }

.fa6-teletype-answer::before {
  content: "\e2b2"; }

.fa6-tugrik-sign::before {
  content: "\e2b3"; }

.fa6-turkey::before {
  content: "\f725"; }

.fa6-turkish-lira-sign::before {
  content: "\e2b4"; }

.fa6-try::before {
  content: "\e2b4"; }

.fa6-turkish-lira::before {
  content: "\e2b4"; }

.fa6-turn-down::before {
  content: "\f3be"; }

.fa6-level-down-alt::before {
  content: "\f3be"; }

.fa6-turn-up::before {
  content: "\f3bf"; }

.fa6-level-up-alt::before {
  content: "\f3bf"; }

.fa6-turntable::before {
  content: "\f8e4"; }

.fa6-turtle::before {
  content: "\f726"; }

.fa6-tv::before {
  content: "\f26c"; }

.fa6-tv-alt::before {
  content: "\f26c"; }

.fa6-television::before {
  content: "\f26c"; }

.fa6-tv-music::before {
  content: "\f8e6"; }

.fa6-tv-retro::before {
  content: "\f401"; }

.fa6-typewriter::before {
  content: "\f8e7"; }

.fa6-u::before {
  content: "\e2b5"; }

.fa6-ufo::before {
  content: "\e047"; }

.fa6-ufo-beam::before {
  content: "\e048"; }

.fa6-umbrella::before {
  content: "\f0e9"; }

.fa6-umbrella-beach::before {
  content: "\f5ca"; }

.fa6-umbrella-simple::before {
  content: "\e2b6"; }

.fa6-umbrella-alt::before {
  content: "\e2b6"; }

.fa6-underline::before {
  content: "\f0cd"; }

.fa6-unicorn::before {
  content: "\f727"; }

.fa6-union::before {
  content: "\f6a2"; }

.fa6-universal-access::before {
  content: "\f29a"; }

.fa6-unlock::before {
  content: "\f09c"; }

.fa6-unlock-keyhole::before {
  content: "\f13e"; }

.fa6-unlock-alt::before {
  content: "\f13e"; }

.fa6-up::before {
  content: "\f357"; }

.fa6-arrow-alt-up::before {
  content: "\f357"; }

.fa6-up-down::before {
  content: "\f338"; }

.fa6-arrows-alt-v::before {
  content: "\f338"; }

.fa6-up-down-left-right::before {
  content: "\f0b2"; }

.fa6-arrows-alt::before {
  content: "\f0b2"; }

.fa6-up-from-line::before {
  content: "\f346"; }

.fa6-arrow-alt-from-bottom::before {
  content: "\f346"; }

.fa6-up-left::before {
  content: "\e2b7"; }

.fa6-up-long::before {
  content: "\f30c"; }

.fa6-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa6-up-right::before {
  content: "\e2b8"; }

.fa6-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa6-expand-alt::before {
  content: "\f424"; }

.fa6-up-right-from-square::before {
  content: "\f35d"; }

.fa6-external-link-alt::before {
  content: "\f35d"; }

.fa6-up-to-line::before {
  content: "\f34d"; }

.fa6-arrow-alt-to-top::before {
  content: "\f34d"; }

.fa6-upload::before {
  content: "\f093"; }

.fa6-usb-drive::before {
  content: "\f8e9"; }

.fa6-user::before {
  content: "\f007"; }

.fa6-user-alien::before {
  content: "\e04a"; }

.fa6-user-astronaut::before {
  content: "\f4fb"; }

.fa6-user-bounty-hunter::before {
  content: "\e2b9"; }

.fa6-user-check::before {
  content: "\f4fc"; }

.fa6-user-clock::before {
  content: "\f4fd"; }

.fa6-user-cowboy::before {
  content: "\f8ea"; }

.fa6-user-crown::before {
  content: "\f6a4"; }

.fa6-user-doctor::before {
  content: "\f0f0"; }

.fa6-user-md::before {
  content: "\f0f0"; }

.fa6-user-doctor-message::before {
  content: "\f82e"; }

.fa6-user-md-chat::before {
  content: "\f82e"; }

.fa6-user-gear::before {
  content: "\f4fe"; }

.fa6-user-cog::before {
  content: "\f4fe"; }

.fa6-user-graduate::before {
  content: "\f501"; }

.fa6-user-group::before {
  content: "\f500"; }

.fa6-user-friends::before {
  content: "\f500"; }

.fa6-user-group-crown::before {
  content: "\f6a5"; }

.fa6-users-crown::before {
  content: "\f6a5"; }

.fa6-user-headset::before {
  content: "\f82d"; }

.fa6-user-helmet-safety::before {
  content: "\f82c"; }

.fa6-user-construction::before {
  content: "\f82c"; }

.fa6-user-hard-hat::before {
  content: "\f82c"; }

.fa6-user-injured::before {
  content: "\f728"; }

.fa6-user-large::before {
  content: "\f406"; }

.fa6-user-alt::before {
  content: "\f406"; }

.fa6-user-large-slash::before {
  content: "\f4fa"; }

.fa6-user-alt-slash::before {
  content: "\f4fa"; }

.fa6-user-lock::before {
  content: "\f502"; }

.fa6-user-minus::before {
  content: "\f503"; }

.fa6-user-music::before {
  content: "\f8eb"; }

.fa6-user-ninja::before {
  content: "\f504"; }

.fa6-user-nurse::before {
  content: "\f82f"; }

.fa6-user-pen::before {
  content: "\f4ff"; }

.fa6-user-edit::before {
  content: "\f4ff"; }

.fa6-user-pilot::before {
  content: "\e2ba"; }

.fa6-user-pilot-tie::before {
  content: "\e2bb"; }

.fa6-user-plus::before {
  content: "\f234"; }

.fa6-user-robot::before {
  content: "\e04b"; }

.fa6-user-secret::before {
  content: "\f21b"; }

.fa6-user-shakespeare::before {
  content: "\e2bc"; }

.fa6-user-shield::before {
  content: "\f505"; }

.fa6-user-slash::before {
  content: "\f506"; }

.fa6-user-tag::before {
  content: "\f507"; }

.fa6-user-tie::before {
  content: "\f508"; }

.fa6-user-unlock::before {
  content: "\e058"; }

.fa6-user-visor::before {
  content: "\e04c"; }

.fa6-user-xmark::before {
  content: "\f235"; }

.fa6-user-times::before {
  content: "\f235"; }

.fa6-users::before {
  content: "\f0c0"; }

.fa6-group::before {
  content: "\f0c0"; }

.fa6-users-gear::before {
  content: "\f509"; }

.fa6-users-cog::before {
  content: "\f509"; }

.fa6-users-medical::before {
  content: "\f830"; }

.fa6-users-slash::before {
  content: "\e073"; }

.fa6-utensils::before {
  content: "\f2e7"; }

.fa6-cutlery::before {
  content: "\f2e7"; }

.fa6-utility-pole::before {
  content: "\e2bd"; }

.fa6-utility-pole-double::before {
  content: "\e2be"; }

.fa6-v::before {
  content: "\e2bf"; }

.fa6-vacuum::before {
  content: "\e04d"; }

.fa6-vacuum-robot::before {
  content: "\e04e"; }

.fa6-value-absolute::before {
  content: "\f6a6"; }

.fa6-van-shuttle::before {
  content: "\f5b6"; }

.fa6-shuttle-van::before {
  content: "\f5b6"; }

.fa6-vault::before {
  content: "\e2c0"; }

.fa6-vector-circle::before {
  content: "\e2c1"; }

.fa6-vector-polygon::before {
  content: "\e2c2"; }

.fa6-vector-square::before {
  content: "\f5cb"; }

.fa6-venus::before {
  content: "\f221"; }

.fa6-venus-double::before {
  content: "\f226"; }

.fa6-venus-mars::before {
  content: "\f228"; }

.fa6-vest::before {
  content: "\e085"; }

.fa6-vest-patches::before {
  content: "\e086"; }

.fa6-vial::before {
  content: "\f492"; }

.fa6-vials::before {
  content: "\f493"; }

.fa6-video::before {
  content: "\f03d"; }

.fa6-video-camera::before {
  content: "\f03d"; }

.fa6-video-arrow-down-left::before {
  content: "\e2c3"; }

.fa6-video-arrow-up-right::before {
  content: "\e2c4"; }

.fa6-video-plus::before {
  content: "\f4e1"; }

.fa6-video-slash::before {
  content: "\f4e2"; }

.fa6-vihara::before {
  content: "\f6a7"; }

.fa6-violin::before {
  content: "\f8ed"; }

.fa6-virus::before {
  content: "\e074"; }

.fa6-virus-slash::before {
  content: "\e075"; }

.fa6-viruses::before {
  content: "\e076"; }

.fa6-voicemail::before {
  content: "\f897"; }

.fa6-volcano::before {
  content: "\f770"; }

.fa6-volleyball-ball::before {
  content: "\f45f"; }

.fa6-volume::before {
  content: "\f6a8"; }

.fa6-volume-medium::before {
  content: "\f6a8"; }

.fa6-volume-high::before {
  content: "\f028"; }

.fa6-volume-up::before {
  content: "\f028"; }

.fa6-volume-low::before {
  content: "\f027"; }

.fa6-volume-down::before {
  content: "\f027"; }

.fa6-volume-off::before {
  content: "\f026"; }

.fa6-volume-slash::before {
  content: "\f2e2"; }

.fa6-volume-xmark::before {
  content: "\f6a9"; }

.fa6-volume-times::before {
  content: "\f6a9"; }

.fa6-volume-mute::before {
  content: "\f6a9"; }

.fa6-vr-cardboard::before {
  content: "\f729"; }

.fa6-w::before {
  content: "\e2c5"; }

.fa6-wagon-covered::before {
  content: "\f8ee"; }

.fa6-walker::before {
  content: "\f831"; }

.fa6-walkie-talkie::before {
  content: "\f8ef"; }

.fa6-wallet::before {
  content: "\f555"; }

.fa6-wand::before {
  content: "\f72a"; }

.fa6-wand-magic::before {
  content: "\f0d0"; }

.fa6-magic::before {
  content: "\f0d0"; }

.fa6-wand-magic-sparkles::before {
  content: "\e2c6"; }

.fa6-magic-wand-sparkles::before {
  content: "\e2c6"; }

.fa6-wand-sparkles::before {
  content: "\f72b"; }

.fa6-warehouse::before {
  content: "\f494"; }

.fa6-warehouse-full::before {
  content: "\f495"; }

.fa6-warehouse-alt::before {
  content: "\f495"; }

.fa6-washing-machine::before {
  content: "\f898"; }

.fa6-washer::before {
  content: "\f898"; }

.fa6-watch::before {
  content: "\f2e1"; }

.fa6-watch-apple::before {
  content: "\e2c7"; }

.fa6-watch-calculator::before {
  content: "\f8f0"; }

.fa6-watch-fitness::before {
  content: "\f63e"; }

.fa6-watch-smart::before {
  content: "\e2c8"; }

.fa6-water::before {
  content: "\f773"; }

.fa6-water-arrow-down::before {
  content: "\f774"; }

.fa6-water-lower::before {
  content: "\f774"; }

.fa6-water-arrow-up::before {
  content: "\f775"; }

.fa6-water-rise::before {
  content: "\f775"; }

.fa6-water-ladder::before {
  content: "\f5c5"; }

.fa6-swimming-pool::before {
  content: "\f5c5"; }

.fa6-ladder-water::before {
  content: "\f5c5"; }

.fa6-wave-pulse::before {
  content: "\f5f8"; }

.fa6-heart-rate::before {
  content: "\f5f8"; }

.fa6-wave-sine::before {
  content: "\f899"; }

.fa6-wave-square::before {
  content: "\f83e"; }

.fa6-wave-triangle::before {
  content: "\f89a"; }

.fa6-waveform::before {
  content: "\f8f1"; }

.fa6-waveform-lines::before {
  content: "\f8f2"; }

.fa6-weight-hanging::before {
  content: "\f5cd"; }

.fa6-weight-scale::before {
  content: "\f496"; }

.fa6-weight::before {
  content: "\f496"; }

.fa6-whale::before {
  content: "\f72c"; }

.fa6-wheat::before {
  content: "\f72d"; }

.fa6-wheat-awn::before {
  content: "\e2c9"; }

.fa6-wheat-alt::before {
  content: "\e2c9"; }

.fa6-wheelchair::before {
  content: "\f193"; }

.fa6-wheelchair-move::before {
  content: "\e2ca"; }

.fa6-wheelchair-alt::before {
  content: "\e2ca"; }

.fa6-whiskey-glass::before {
  content: "\f7a0"; }

.fa6-glass-whiskey::before {
  content: "\f7a0"; }

.fa6-whiskey-glass-ice::before {
  content: "\f7a1"; }

.fa6-glass-whiskey-rocks::before {
  content: "\f7a1"; }

.fa6-whistle::before {
  content: "\f460"; }

.fa6-wifi::before {
  content: "\f1eb"; }

.fa6-wifi-strong::before {
  content: "\f1eb"; }

.fa6-wifi-3::before {
  content: "\f1eb"; }

.fa6-wifi-exclamation::before {
  content: "\e2cb"; }

.fa6-wifi-fair::before {
  content: "\f6ab"; }

.fa6-wifi-2::before {
  content: "\f6ab"; }

.fa6-wifi-slash::before {
  content: "\f6ac"; }

.fa6-wifi-weak::before {
  content: "\f6aa"; }

.fa6-wifi-1::before {
  content: "\f6aa"; }

.fa6-wind::before {
  content: "\f72e"; }

.fa6-wind-turbine::before {
  content: "\f89b"; }

.fa6-wind-warning::before {
  content: "\f776"; }

.fa6-wind-circle-exclamation::before {
  content: "\f776"; }

.fa6-window::before {
  content: "\f40e"; }

.fa6-window-flip::before {
  content: "\f40f"; }

.fa6-window-alt::before {
  content: "\f40f"; }

.fa6-window-frame::before {
  content: "\e04f"; }

.fa6-window-frame-open::before {
  content: "\e050"; }

.fa6-window-maximize::before {
  content: "\f2d0"; }

.fa6-window-minimize::before {
  content: "\f2d1"; }

.fa6-window-restore::before {
  content: "\f2d2"; }

.fa6-windsock::before {
  content: "\f777"; }

.fa6-wine-bottle::before {
  content: "\f72f"; }

.fa6-wine-glass::before {
  content: "\f4e3"; }

.fa6-wine-glass-crack::before {
  content: "\f4bb"; }

.fa6-fragile::before {
  content: "\f4bb"; }

.fa6-wine-glass-empty::before {
  content: "\f5ce"; }

.fa6-wine-glass-alt::before {
  content: "\f5ce"; }

.fa6-won-sign::before {
  content: "\f159"; }

.fa6-won::before {
  content: "\f159"; }

.fa6-krw::before {
  content: "\f159"; }

.fa6-wreath::before {
  content: "\f7e2"; }

.fa6-wrench::before {
  content: "\f0ad"; }

.fa6-wrench-simple::before {
  content: "\e2cc"; }

.fa6-x::before {
  content: "\e2cd"; }

.fa6-x-ray::before {
  content: "\f497"; }

.fa6-xmark::before {
  content: "\f00d"; }

.fa6-multiply::before {
  content: "\f00d"; }

.fa6-times::before {
  content: "\f00d"; }

.fa6-close::before {
  content: "\f00d"; }

.fa6-remove::before {
  content: "\f00d"; }

.fa6-xmark-to-slot::before {
  content: "\f771"; }

.fa6-times-to-slot::before {
  content: "\f771"; }

.fa6-vote-nay::before {
  content: "\f771"; }

.fa6-y::before {
  content: "\e2ce"; }

.fa6-yen-sign::before {
  content: "\f157"; }

.fa6-yen::before {
  content: "\f157"; }

.fa6-cny::before {
  content: "\f157"; }

.fa6-jpy::before {
  content: "\f157"; }

.fa6-rmb::before {
  content: "\f157"; }

.fa6-yin-yang::before {
  content: "\f6ad"; }

.fa6-z::before {
  content: "\e2cf"; }

.sr-only,
.fa6-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),
.fa6-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; }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts6/fa-brands-400.woff2") format("woff2"), url("../webfonts6/fa-brands-400.woff") format("woff"), url("../webfonts6/fa-brands-400.ttf") format("truetype"); }

.fa6b,
.fa6-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa6-500px:before {
  content: "\f26e"; }

.fa6-accessible-icon:before {
  content: "\f368"; }

.fa6-accusoft:before {
  content: "\f369"; }

.fa6-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa6-adn:before {
  content: "\f170"; }

.fa6-adversal:before {
  content: "\f36a"; }

.fa6-affiliatetheme:before {
  content: "\f36b"; }

.fa6-airbnb:before {
  content: "\f834"; }

.fa6-algolia:before {
  content: "\f36c"; }

.fa6-alipay:before {
  content: "\f642"; }

.fa6-amazon:before {
  content: "\f270"; }

.fa6-amazon-pay:before {
  content: "\f42c"; }

.fa6-amilia:before {
  content: "\f36d"; }

.fa6-android:before {
  content: "\f17b"; }

.fa6-angellist:before {
  content: "\f209"; }

.fa6-angrycreative:before {
  content: "\f36e"; }

.fa6-angular:before {
  content: "\f420"; }

.fa6-app-store:before {
  content: "\f36f"; }

.fa6-app-store-ios:before {
  content: "\f370"; }

.fa6-apper:before {
  content: "\f371"; }

.fa6-apple:before {
  content: "\f179"; }

.fa6-apple-pay:before {
  content: "\f415"; }

.fa6-artstation:before {
  content: "\f77a"; }

.fa6-asymmetrik:before {
  content: "\f372"; }

.fa6-atlassian:before {
  content: "\f77b"; }

.fa6-audible:before {
  content: "\f373"; }

.fa6-autoprefixer:before {
  content: "\f41c"; }

.fa6-avianex:before {
  content: "\f374"; }

.fa6-aviato:before {
  content: "\f421"; }

.fa6-aws:before {
  content: "\f375"; }

.fa6-bandcamp:before {
  content: "\f2d5"; }

.fa6-battle-net:before {
  content: "\f835"; }

.fa6-behance:before {
  content: "\f1b4"; }

.fa6-behance-square:before {
  content: "\f1b5"; }

.fa6-bimobject:before {
  content: "\f378"; }

.fa6-bitbucket:before {
  content: "\f171"; }

.fa6-bitcoin:before {
  content: "\f379"; }

.fa6-bity:before {
  content: "\f37a"; }

.fa6-black-tie:before {
  content: "\f27e"; }

.fa6-blackberry:before {
  content: "\f37b"; }

.fa6-blogger:before {
  content: "\f37c"; }

.fa6-blogger-b:before {
  content: "\f37d"; }

.fa6-bluetooth:before {
  content: "\f293"; }

.fa6-bluetooth-b:before {
  content: "\f294"; }

.fa6-bootstrap:before {
  content: "\f836"; }

.fa6-btc:before {
  content: "\f15a"; }

.fa6-buffer:before {
  content: "\f837"; }

.fa6-buromobelexperte:before {
  content: "\f37f"; }

.fa6-buy-n-large:before {
  content: "\f8a6"; }

.fa6-buysellads:before {
  content: "\f20d"; }

.fa6-canadian-maple-leaf:before {
  content: "\f785"; }

.fa6-cc-amazon-pay:before {
  content: "\f42d"; }

.fa6-cc-amex:before {
  content: "\f1f3"; }

.fa6-cc-apple-pay:before {
  content: "\f416"; }

.fa6-cc-diners-club:before {
  content: "\f24c"; }

.fa6-cc-discover:before {
  content: "\f1f2"; }

.fa6-cc-jcb:before {
  content: "\f24b"; }

.fa6-cc-mastercard:before {
  content: "\f1f1"; }

.fa6-cc-paypal:before {
  content: "\f1f4"; }

.fa6-cc-stripe:before {
  content: "\f1f5"; }

.fa6-cc-visa:before {
  content: "\f1f0"; }

.fa6-centercode:before {
  content: "\f380"; }

.fa6-centos:before {
  content: "\f789"; }

.fa6-chrome:before {
  content: "\f268"; }

.fa6-chromecast:before {
  content: "\f838"; }

.fa6-cloudflare:before {
  content: "\e07d"; }

.fa6-cloudscale:before {
  content: "\f383"; }

.fa6-cloudsmith:before {
  content: "\f384"; }

.fa6-cloudversify:before {
  content: "\f385"; }

.fa6-codepen:before {
  content: "\f1cb"; }

.fa6-codiepie:before {
  content: "\f284"; }

.fa6-confluence:before {
  content: "\f78d"; }

.fa6-connectdevelop:before {
  content: "\f20e"; }

.fa6-contao:before {
  content: "\f26d"; }

.fa6-cotton-bureau:before {
  content: "\f89e"; }

.fa6-cpanel:before {
  content: "\f388"; }

.fa6-creative-commons:before {
  content: "\f25e"; }

.fa6-creative-commons-by:before {
  content: "\f4e7"; }

.fa6-creative-commons-nc:before {
  content: "\f4e8"; }

.fa6-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa6-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa6-creative-commons-nd:before {
  content: "\f4eb"; }

.fa6-creative-commons-pd:before {
  content: "\f4ec"; }

.fa6-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa6-creative-commons-remix:before {
  content: "\f4ee"; }

.fa6-creative-commons-sa:before {
  content: "\f4ef"; }

.fa6-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa6-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa6-creative-commons-share:before {
  content: "\f4f2"; }

.fa6-creative-commons-zero:before {
  content: "\f4f3"; }

.fa6-critical-role:before {
  content: "\f6c9"; }

.fa6-css3:before {
  content: "\f13c"; }

.fa6-css3-alt:before {
  content: "\f38b"; }

.fa6-cuttlefish:before {
  content: "\f38c"; }

.fa6-d-and-d:before {
  content: "\f38d"; }

.fa6-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa6-dailymotion:before {
  content: "\e052"; }

.fa6-dashcube:before {
  content: "\f210"; }

.fa6-deezer:before {
  content: "\e077"; }

.fa6-delicious:before {
  content: "\f1a5"; }

.fa6-deploydog:before {
  content: "\f38e"; }

.fa6-deskpro:before {
  content: "\f38f"; }

.fa6-dev:before {
  content: "\f6cc"; }

.fa6-deviantart:before {
  content: "\f1bd"; }

.fa6-dhl:before {
  content: "\f790"; }

.fa6-diaspora:before {
  content: "\f791"; }

.fa6-digg:before {
  content: "\f1a6"; }

.fa6-digital-ocean:before {
  content: "\f391"; }

.fa6-discord:before {
  content: "\f392"; }

.fa6-discourse:before {
  content: "\f393"; }

.fa6-dochub:before {
  content: "\f394"; }

.fa6-docker:before {
  content: "\f395"; }

.fa6-draft2digital:before {
  content: "\f396"; }

.fa6-dribbble:before {
  content: "\f17d"; }

.fa6-dribbble-square:before {
  content: "\f397"; }

.fa6-dropbox:before {
  content: "\f16b"; }

.fa6-drupal:before {
  content: "\f1a9"; }

.fa6-dyalog:before {
  content: "\f399"; }

.fa6-earlybirds:before {
  content: "\f39a"; }

.fa6-ebay:before {
  content: "\f4f4"; }

.fa6-edge:before {
  content: "\f282"; }

.fa6-edge-legacy:before {
  content: "\e078"; }

.fa6-elementor:before {
  content: "\f430"; }

.fa6-ello:before {
  content: "\f5f1"; }

.fa6-ember:before {
  content: "\f423"; }

.fa6-empire:before {
  content: "\f1d1"; }

.fa6-envira:before {
  content: "\f299"; }

.fa6-erlang:before {
  content: "\f39d"; }

.fa6-ethereum:before {
  content: "\f42e"; }

.fa6-etsy:before {
  content: "\f2d7"; }

.fa6-evernote:before {
  content: "\f839"; }

.fa6-expeditedssl:before {
  content: "\f23e"; }

.fa6-facebook:before {
  content: "\f09a"; }

.fa6-facebook-f:before {
  content: "\f39e"; }

.fa6-facebook-messenger:before {
  content: "\f39f"; }

.fa6-facebook-square:before {
  content: "\f082"; }

.fa6-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa6-fedex:before {
  content: "\f797"; }

.fa6-fedora:before {
  content: "\f798"; }

.fa6-figma:before {
  content: "\f799"; }

.fa6-firefox:before {
  content: "\f269"; }

.fa6-firefox-browser:before {
  content: "\e007"; }

.fa6-first-order:before {
  content: "\f2b0"; }

.fa6-first-order-alt:before {
  content: "\f50a"; }

.fa6-firstdraft:before {
  content: "\f3a1"; }

.fa6-flickr:before {
  content: "\f16e"; }

.fa6-flipboard:before {
  content: "\f44d"; }

.fa6-fly:before {
  content: "\f417"; }

.fa6-font-awesome:before {
  content: "\f2b4"; }

.fa6-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa6-font-awesome-flag:before {
  content: "\f2b4"; }

.fa6-fonticons:before {
  content: "\f280"; }

.fa6-fonticons-fi:before {
  content: "\f3a2"; }

.fa6-fort-awesome:before {
  content: "\f286"; }

.fa6-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa6-forumbee:before {
  content: "\f211"; }

.fa6-foursquare:before {
  content: "\f180"; }

.fa6-free-code-camp:before {
  content: "\f2c5"; }

.fa6-freebsd:before {
  content: "\f3a4"; }

.fa6-fulcrum:before {
  content: "\f50b"; }

.fa6-galactic-republic:before {
  content: "\f50c"; }

.fa6-galactic-senate:before {
  content: "\f50d"; }

.fa6-get-pocket:before {
  content: "\f265"; }

.fa6-gg:before {
  content: "\f260"; }

.fa6-gg-circle:before {
  content: "\f261"; }

.fa6-git:before {
  content: "\f1d3"; }

.fa6-git-alt:before {
  content: "\f841"; }

.fa6-git-square:before {
  content: "\f1d2"; }

.fa6-github:before {
  content: "\f09b"; }

.fa6-github-alt:before {
  content: "\f113"; }

.fa6-github-square:before {
  content: "\f092"; }

.fa6-gitkraken:before {
  content: "\f3a6"; }

.fa6-gitlab:before {
  content: "\f296"; }

.fa6-gitter:before {
  content: "\f426"; }

.fa6-glide:before {
  content: "\f2a5"; }

.fa6-glide-g:before {
  content: "\f2a6"; }

.fa6-gofore:before {
  content: "\f3a7"; }

.fa6-goodreads:before {
  content: "\f3a8"; }

.fa6-goodreads-g:before {
  content: "\f3a9"; }

.fa6-google:before {
  content: "\f1a0"; }

.fa6-google-drive:before {
  content: "\f3aa"; }

.fa6-google-pay:before {
  content: "\e079"; }

.fa6-google-play:before {
  content: "\f3ab"; }

.fa6-google-plus:before {
  content: "\f2b3"; }

.fa6-google-plus-g:before {
  content: "\f0d5"; }

.fa6-google-plus-square:before {
  content: "\f0d4"; }

.fa6-google-wallet:before {
  content: "\f1ee"; }

.fa6-gratipay:before {
  content: "\f184"; }

.fa6-grav:before {
  content: "\f2d6"; }

.fa6-gripfire:before {
  content: "\f3ac"; }

.fa6-grunt:before {
  content: "\f3ad"; }

.fa6-guilded:before {
  content: "\e07e"; }

.fa6-gulp:before {
  content: "\f3ae"; }

.fa6-hacker-news:before {
  content: "\f1d4"; }

.fa6-hacker-news-square:before {
  content: "\f3af"; }

.fa6-hackerrank:before {
  content: "\f5f7"; }

.fa6-hips:before {
  content: "\f452"; }

.fa6-hire-a-helper:before {
  content: "\f3b0"; }

.fa6-hive:before {
  content: "\e07f"; }

.fa6-hooli:before {
  content: "\f427"; }

.fa6-hornbill:before {
  content: "\f592"; }

.fa6-hotjar:before {
  content: "\f3b1"; }

.fa6-houzz:before {
  content: "\f27c"; }

.fa6-html5:before {
  content: "\f13b"; }

.fa6-hubspot:before {
  content: "\f3b2"; }

.fa6-ideal:before {
  content: "\e013"; }

.fa6-imdb:before {
  content: "\f2d8"; }

.fa6-innosoft:before {
  content: "\e080"; }

.fa6-instagram:before {
  content: "\f16d"; }

.fa6-instagram-square:before {
  content: "\e055"; }

.fa6-instalod:before {
  content: "\e081"; }

.fa6-intercom:before {
  content: "\f7af"; }

.fa6-internet-explorer:before {
  content: "\f26b"; }

.fa6-invision:before {
  content: "\f7b0"; }

.fa6-ioxhost:before {
  content: "\f208"; }

.fa6-itch-io:before {
  content: "\f83a"; }

.fa6-itunes:before {
  content: "\f3b4"; }

.fa6-itunes-note:before {
  content: "\f3b5"; }

.fa6-java:before {
  content: "\f4e4"; }

.fa6-jedi-order:before {
  content: "\f50e"; }

.fa6-jenkins:before {
  content: "\f3b6"; }

.fa6-jira:before {
  content: "\f7b1"; }

.fa6-joget:before {
  content: "\f3b7"; }

.fa6-joomla:before {
  content: "\f1aa"; }

.fa6-js:before {
  content: "\f3b8"; }

.fa6-js-square:before {
  content: "\f3b9"; }

.fa6-jsfiddle:before {
  content: "\f1cc"; }

.fa6-kaggle:before {
  content: "\f5fa"; }

.fa6-keybase:before {
  content: "\f4f5"; }

.fa6-keycdn:before {
  content: "\f3ba"; }

.fa6-kickstarter:before {
  content: "\f3bb"; }

.fa6-kickstarter-k:before {
  content: "\f3bc"; }

.fa6-korvue:before {
  content: "\f42f"; }

.fa6-laravel:before {
  content: "\f3bd"; }

.fa6-lastfm:before {
  content: "\f202"; }

.fa6-lastfm-square:before {
  content: "\f203"; }

.fa6-leanpub:before {
  content: "\f212"; }

.fa6-less:before {
  content: "\f41d"; }

.fa6-line:before {
  content: "\f3c0"; }

.fa6-linkedin:before {
  content: "\f08c"; }

.fa6-linkedin-in:before {
  content: "\f0e1"; }

.fa6-linode:before {
  content: "\f2b8"; }

.fa6-linux:before {
  content: "\f17c"; }

.fa6-lyft:before {
  content: "\f3c3"; }

.fa6-magento:before {
  content: "\f3c4"; }

.fa6-mailchimp:before {
  content: "\f59e"; }

.fa6-mandalorian:before {
  content: "\f50f"; }

.fa6-markdown:before {
  content: "\f60f"; }

.fa6-mastodon:before {
  content: "\f4f6"; }

.fa6-maxcdn:before {
  content: "\f136"; }

.fa6-mdb:before {
  content: "\f8ca"; }

.fa6-medapps:before {
  content: "\f3c6"; }

.fa6-medium:before {
  content: "\f23a"; }

.fa6-medium-m:before {
  content: "\f23a"; }

.fa6-medrt:before {
  content: "\f3c8"; }

.fa6-meetup:before {
  content: "\f2e0"; }

.fa6-megaport:before {
  content: "\f5a3"; }

.fa6-mendeley:before {
  content: "\f7b3"; }

.fa6-microblog:before {
  content: "\e01a"; }

.fa6-microsoft:before {
  content: "\f3ca"; }

.fa6-mix:before {
  content: "\f3cb"; }

.fa6-mixcloud:before {
  content: "\f289"; }

.fa6-mixer:before {
  content: "\e056"; }

.fa6-mizuni:before {
  content: "\f3cc"; }

.fa6-modx:before {
  content: "\f285"; }

.fa6-monero:before {
  content: "\f3d0"; }

.fa6-napster:before {
  content: "\f3d2"; }

.fa6-neos:before {
  content: "\f612"; }

.fa6-nimblr:before {
  content: "\f5a8"; }

.fa6-node:before {
  content: "\f419"; }

.fa6-node-js:before {
  content: "\f3d3"; }

.fa6-npm:before {
  content: "\f3d4"; }

.fa6-ns8:before {
  content: "\f3d5"; }

.fa6-nutritionix:before {
  content: "\f3d6"; }

.fa6-octopus-deploy:before {
  content: "\e082"; }

.fa6-odnoklassniki:before {
  content: "\f263"; }

.fa6-odnoklassniki-square:before {
  content: "\f264"; }

.fa6-old-republic:before {
  content: "\f510"; }

.fa6-opencart:before {
  content: "\f23d"; }

.fa6-openid:before {
  content: "\f19b"; }

.fa6-opera:before {
  content: "\f26a"; }

.fa6-optin-monster:before {
  content: "\f23c"; }

.fa6-orcid:before {
  content: "\f8d2"; }

.fa6-osi:before {
  content: "\f41a"; }

.fa6-page4:before {
  content: "\f3d7"; }

.fa6-pagelines:before {
  content: "\f18c"; }

.fa6-palfed:before {
  content: "\f3d8"; }

.fa6-patreon:before {
  content: "\f3d9"; }

.fa6-paypal:before {
  content: "\f1ed"; }

.fa6-penny-arcade:before {
  content: "\f704"; }

.fa6-perbyte:before {
  content: "\e083"; }

.fa6-periscope:before {
  content: "\f3da"; }

.fa6-phabricator:before {
  content: "\f3db"; }

.fa6-phoenix-framework:before {
  content: "\f3dc"; }

.fa6-phoenix-squadron:before {
  content: "\f511"; }

.fa6-php:before {
  content: "\f457"; }

.fa6-pied-piper:before {
  content: "\f2ae"; }

.fa6-pied-piper-alt:before {
  content: "\f1a8"; }

.fa6-pied-piper-hat:before {
  content: "\f4e5"; }

.fa6-pied-piper-pp:before {
  content: "\f1a7"; }

.fa6-pied-piper-square:before {
  content: "\e01e"; }

.fa6-pinterest:before {
  content: "\f0d2"; }

.fa6-pinterest-p:before {
  content: "\f231"; }

.fa6-pinterest-square:before {
  content: "\f0d3"; }

.fa6-playstation:before {
  content: "\f3df"; }

.fa6-product-hunt:before {
  content: "\f288"; }

.fa6-pushed:before {
  content: "\f3e1"; }

.fa6-python:before {
  content: "\f3e2"; }

.fa6-qq:before {
  content: "\f1d6"; }

.fa6-quinscape:before {
  content: "\f459"; }

.fa6-quora:before {
  content: "\f2c4"; }

.fa6-r-project:before {
  content: "\f4f7"; }

.fa6-raspberry-pi:before {
  content: "\f7bb"; }

.fa6-ravelry:before {
  content: "\f2d9"; }

.fa6-react:before {
  content: "\f41b"; }

.fa6-reacteurope:before {
  content: "\f75d"; }

.fa6-readme:before {
  content: "\f4d5"; }

.fa6-rebel:before {
  content: "\f1d0"; }

.fa6-red-river:before {
  content: "\f3e3"; }

.fa6-reddit:before {
  content: "\f1a1"; }

.fa6-reddit-alien:before {
  content: "\f281"; }

.fa6-reddit-square:before {
  content: "\f1a2"; }

.fa6-redhat:before {
  content: "\f7bc"; }

.fa6-renren:before {
  content: "\f18b"; }

.fa6-replyd:before {
  content: "\f3e6"; }

.fa6-researchgate:before {
  content: "\f4f8"; }

.fa6-resolving:before {
  content: "\f3e7"; }

.fa6-rev:before {
  content: "\f5b2"; }

.fa6-rocketchat:before {
  content: "\f3e8"; }

.fa6-rockrms:before {
  content: "\f3e9"; }

.fa6-rust:before {
  content: "\e07a"; }

.fa6-safari:before {
  content: "\f267"; }

.fa6-salesforce:before {
  content: "\f83b"; }

.fa6-sass:before {
  content: "\f41e"; }

.fa6-schlix:before {
  content: "\f3ea"; }

.fa6-scribd:before {
  content: "\f28a"; }

.fa6-searchengin:before {
  content: "\f3eb"; }

.fa6-sellcast:before {
  content: "\f2da"; }

.fa6-sellsy:before {
  content: "\f213"; }

.fa6-servicestack:before {
  content: "\f3ec"; }

.fa6-shirtsinbulk:before {
  content: "\f214"; }

.fa6-shopify:before {
  content: "\e057"; }

.fa6-shopware:before {
  content: "\f5b5"; }

.fa6-simplybuilt:before {
  content: "\f215"; }

.fa6-sistrix:before {
  content: "\f3ee"; }

.fa6-sith:before {
  content: "\f512"; }

.fa6-sketch:before {
  content: "\f7c6"; }

.fa6-skyatlas:before {
  content: "\f216"; }

.fa6-skype:before {
  content: "\f17e"; }

.fa6-slack:before {
  content: "\f198"; }

.fa6-slack-hash:before {
  content: "\f198"; }

.fa6-slideshare:before {
  content: "\f1e7"; }

.fa6-snapchat:before {
  content: "\f2ab"; }

.fa6-snapchat-ghost:before {
  content: "\f2ab"; }

.fa6-snapchat-square:before {
  content: "\f2ad"; }

.fa6-soundcloud:before {
  content: "\f1be"; }

.fa6-sourcetree:before {
  content: "\f7d3"; }

.fa6-speakap:before {
  content: "\f3f3"; }

.fa6-speaker-deck:before {
  content: "\f83c"; }

.fa6-spotify:before {
  content: "\f1bc"; }

.fa6-square-font-awesome:before {
  content: "\f425"; }

.fa6-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa6-font-awesome-alt:before {
  content: "\f35c"; }

.fa6-squarespace:before {
  content: "\f5be"; }

.fa6-stack-exchange:before {
  content: "\f18d"; }

.fa6-stack-overflow:before {
  content: "\f16c"; }

.fa6-stackpath:before {
  content: "\f842"; }

.fa6-staylinked:before {
  content: "\f3f5"; }

.fa6-steam:before {
  content: "\f1b6"; }

.fa6-steam-square:before {
  content: "\f1b7"; }

.fa6-steam-symbol:before {
  content: "\f3f6"; }

.fa6-sticker-mule:before {
  content: "\f3f7"; }

.fa6-strava:before {
  content: "\f428"; }

.fa6-stripe:before {
  content: "\f429"; }

.fa6-stripe-s:before {
  content: "\f42a"; }

.fa6-studiovinari:before {
  content: "\f3f8"; }

.fa6-stumbleupon:before {
  content: "\f1a4"; }

.fa6-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa6-superpowers:before {
  content: "\f2dd"; }

.fa6-supple:before {
  content: "\f3f9"; }

.fa6-suse:before {
  content: "\f7d6"; }

.fa6-swift:before {
  content: "\f8e1"; }

.fa6-symfony:before {
  content: "\f83d"; }

.fa6-teamspeak:before {
  content: "\f4f9"; }

.fa6-telegram:before {
  content: "\f2c6"; }

.fa6-telegram-plane:before {
  content: "\f2c6"; }

.fa6-tencent-weibo:before {
  content: "\f1d5"; }

.fa6-the-red-yeti:before {
  content: "\f69d"; }

.fa6-themeco:before {
  content: "\f5c6"; }

.fa6-themeisle:before {
  content: "\f2b2"; }

.fa6-think-peaks:before {
  content: "\f731"; }

.fa6-tiktok:before {
  content: "\e07b"; }

.fa6-trade-federation:before {
  content: "\f513"; }

.fa6-trello:before {
  content: "\f181"; }

.fa6-tripadvisor:before {
  content: "\f262"; }

.fa6-tumblr:before {
  content: "\f173"; }

.fa6-tumblr-square:before {
  content: "\f174"; }

.fa6-twitch:before {
  content: "\f1e8"; }

.fa6-twitter:before {
  content: "\f099"; }

.fa6-twitter-square:before {
  content: "\f081"; }

.fa6-typo3:before {
  content: "\f42b"; }

.fa6-uber:before {
  content: "\f402"; }

.fa6-ubuntu:before {
  content: "\f7df"; }

.fa6-uikit:before {
  content: "\f403"; }

.fa6-umbraco:before {
  content: "\f8e8"; }

.fa6-uncharted:before {
  content: "\e084"; }

.fa6-uniregistry:before {
  content: "\f404"; }

.fa6-unity:before {
  content: "\e049"; }

.fa6-unsplash:before {
  content: "\e07c"; }

.fa6-untappd:before {
  content: "\f405"; }

.fa6-ups:before {
  content: "\f7e0"; }

.fa6-usb:before {
  content: "\f287"; }

.fa6-usps:before {
  content: "\f7e1"; }

.fa6-ussunnah:before {
  content: "\f407"; }

.fa6-vaadin:before {
  content: "\f408"; }

.fa6-viacoin:before {
  content: "\f237"; }

.fa6-viadeo:before {
  content: "\f2a9"; }

.fa6-viadeo-square:before {
  content: "\f2aa"; }

.fa6-viber:before {
  content: "\f409"; }

.fa6-vimeo:before {
  content: "\f40a"; }

.fa6-vimeo-square:before {
  content: "\f194"; }

.fa6-vimeo-v:before {
  content: "\f27d"; }

.fa6-vine:before {
  content: "\f1ca"; }

.fa6-vk:before {
  content: "\f189"; }

.fa6-vnv:before {
  content: "\f40b"; }

.fa6-vuejs:before {
  content: "\f41f"; }

.fa6-watchman-monitoring:before {
  content: "\e087"; }

.fa6-waze:before {
  content: "\f83f"; }

.fa6-weebly:before {
  content: "\f5cc"; }

.fa6-weibo:before {
  content: "\f18a"; }

.fa6-weixin:before {
  content: "\f1d7"; }

.fa6-whatsapp:before {
  content: "\f232"; }

.fa6-whatsapp-square:before {
  content: "\f40c"; }

.fa6-whmcs:before {
  content: "\f40d"; }

.fa6-wikipedia-w:before {
  content: "\f266"; }

.fa6-windows:before {
  content: "\f17a"; }

.fa6-wix:before {
  content: "\f5cf"; }

.fa6-wizards-of-the-coast:before {
  content: "\f730"; }

.fa6-wodu:before {
  content: "\e088"; }

.fa6-wolf-pack-battalion:before {
  content: "\f514"; }

.fa6-wordpress:before {
  content: "\f19a"; }

.fa6-wordpress-simple:before {
  content: "\f411"; }

.fa6-wpbeginner:before {
  content: "\f297"; }

.fa6-wpexplorer:before {
  content: "\f2de"; }

.fa6-wpforms:before {
  content: "\f298"; }

.fa6-wpressr:before {
  content: "\f3e4"; }

.fa6-xbox:before {
  content: "\f412"; }

.fa6-xing:before {
  content: "\f168"; }

.fa6-xing-square:before {
  content: "\f169"; }

.fa6-y-combinator:before {
  content: "\f23b"; }

.fa6-yahoo:before {
  content: "\f19e"; }

.fa6-yammer:before {
  content: "\f840"; }

.fa6-yandex:before {
  content: "\f413"; }

.fa6-yandex-international:before {
  content: "\f414"; }

.fa6-yarn:before {
  content: "\f7e3"; }

.fa6-yelp:before {
  content: "\f1e9"; }

.fa6-yoast:before {
  content: "\f2b1"; }

.fa6-youtube:before {
  content: "\f167"; }

.fa6-youtube-square:before {
  content: "\f431"; }

.fa6-zhihu:before {
  content: "\f63f"; }
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts6/fa-duotone-900.woff2") format("woff2"), url("../webfonts6/fa-duotone-900.woff") format("woff"), url("../webfonts6/fa-duotone-900.ttf") format("truetype"); }

.fa6d,
.fa6-duotone {
  position: relative;
  font-family: 'Font Awesome 6 Duotone';
  font-weight: 900; }

.fa6d:before,
.fa6-duotone:before {
  position: absolute;
  color: inherit;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fa6d:after,
.fa6-duotone:after {
  color: inherit;
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa6-swap-opacity .fa6d:before,
.fa6-swap-opacity .fa6-duotone:before,
.fa6d.fa6-swap-opacity:before,
.fa6-duotone.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa6-swap-opacity .fa6d:after,
.fa6-swap-opacity .fa6-duotone:after,
.fa6d.fa6-swap-opacity:after,
.fa6-duotone.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fa6d.fa6-inverse,
.fa6-duotone.fa6-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff); }

.fa6d.fa6-stack-1x, .fa6d.fa6-stack-2x,
.fa6-duotone.fa6-stack-1x, .fa6-duotone.fa6-stack-2x {
  position: absolute; }

.fa6d.fa6-stack-1x:before,
.fa6-duotone.fa6-stack-1x:before,
.fa6d.fa6-stack-2x:before,
.fa6-duotone.fa6-stack-2x:before,
.fa6d.fa6-fw:before,
.fa6-duotone.fa6-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.fa6d.fa6-0:after, .fa6-duotone.fa6-0:after {
  content: "\10e089"; }

.fa6d.fa6-1:after, .fa6-duotone.fa6-1:after {
  content: "\10e08a"; }

.fa6d.fa6-2:after, .fa6-duotone.fa6-2:after {
  content: "\10e08b"; }

.fa6d.fa6-3:after, .fa6-duotone.fa6-3:after {
  content: "\10e08c"; }

.fa6d.fa6-4:after, .fa6-duotone.fa6-4:after {
  content: "\10e08d"; }

.fa6d.fa6-5:after, .fa6-duotone.fa6-5:after {
  content: "\10e08e"; }

.fa6d.fa6-6:after, .fa6-duotone.fa6-6:after {
  content: "\10e08f"; }

.fa6d.fa6-7:after, .fa6-duotone.fa6-7:after {
  content: "\10e090"; }

.fa6d.fa6-8:after, .fa6-duotone.fa6-8:after {
  content: "\10e091"; }

.fa6d.fa6-9:after, .fa6-duotone.fa6-9:after {
  content: "\10e092"; }

.fa6d.fa6-a:after, .fa6-duotone.fa6-a:after {
  content: "\10e093"; }

.fa6d.fa6-abacus:after, .fa6-duotone.fa6-abacus:after {
  content: "\10f640"; }

.fa6d.fa6-acorn:after, .fa6-duotone.fa6-acorn:after {
  content: "\10f6ae"; }

.fa6d.fa6-address-book:after, .fa6-duotone.fa6-address-book:after {
  content: "\10f2b9"; }

.fa6d.fa6-contact-book:after, .fa6-duotone.fa6-contact-book:after {
  content: "\10f2b9"; }

.fa6d.fa6-address-card:after, .fa6-duotone.fa6-address-card:after {
  content: "\10f2bb"; }

.fa6d.fa6-contact-card:after, .fa6-duotone.fa6-contact-card:after {
  content: "\10f2bb"; }

.fa6d.fa6-vcard:after, .fa6-duotone.fa6-vcard:after {
  content: "\10f2bb"; }

.fa6d.fa6-air-conditioner:after, .fa6-duotone.fa6-air-conditioner:after {
  content: "\10f8f4"; }

.fa6d.fa6-air-freshener:after, .fa6-duotone.fa6-air-freshener:after {
  content: "\10f5d0"; }

.fa6d.fa6-airplay:after, .fa6-duotone.fa6-airplay:after {
  content: "\10e094"; }

.fa6d.fa6-alarm-clock:after, .fa6-duotone.fa6-alarm-clock:after {
  content: "\10f34e"; }

.fa6d.fa6-alarm-exclamation:after, .fa6-duotone.fa6-alarm-exclamation:after {
  content: "\10f843"; }

.fa6d.fa6-alarm-plus:after, .fa6-duotone.fa6-alarm-plus:after {
  content: "\10f844"; }

.fa6d.fa6-alarm-snooze:after, .fa6-duotone.fa6-alarm-snooze:after {
  content: "\10f845"; }

.fa6d.fa6-album:after, .fa6-duotone.fa6-album:after {
  content: "\10f89f"; }

.fa6d.fa6-album-collection:after, .fa6-duotone.fa6-album-collection:after {
  content: "\10f8a0"; }

.fa6d.fa6-alicorn:after, .fa6-duotone.fa6-alicorn:after {
  content: "\10f6b0"; }

.fa6d.fa6-alien:after, .fa6-duotone.fa6-alien:after {
  content: "\10f8f5"; }

.fa6d.fa6-alien-8bit:after, .fa6-duotone.fa6-alien-8bit:after {
  content: "\10f8f6"; }

.fa6d.fa6-alien-monster:after, .fa6-duotone.fa6-alien-monster:after {
  content: "\10f8f6"; }

.fa6d.fa6-align-center:after, .fa6-duotone.fa6-align-center:after {
  content: "\10f037"; }

.fa6d.fa6-align-justify:after, .fa6-duotone.fa6-align-justify:after {
  content: "\10f039"; }

.fa6d.fa6-align-left:after, .fa6-duotone.fa6-align-left:after {
  content: "\10f036"; }

.fa6d.fa6-align-right:after, .fa6-duotone.fa6-align-right:after {
  content: "\10f038"; }

.fa6d.fa6-align-slash:after, .fa6-duotone.fa6-align-slash:after {
  content: "\10f846"; }

.fa6d.fa6-alt:after, .fa6-duotone.fa6-alt:after {
  content: "\10e095"; }

.fa6d.fa6-amp-guitar:after, .fa6-duotone.fa6-amp-guitar:after {
  content: "\10f8a1"; }

.fa6d.fa6-ampersand:after, .fa6-duotone.fa6-ampersand:after {
  content: "\10e096"; }

.fa6d.fa6-anchor:after, .fa6-duotone.fa6-anchor:after {
  content: "\10f13d"; }

.fa6d.fa6-angel:after, .fa6-duotone.fa6-angel:after {
  content: "\10f779"; }

.fa6d.fa6-angle:after, .fa6-duotone.fa6-angle:after {
  content: "\10e097"; }

.fa6d.fa6-angle-90:after, .fa6-duotone.fa6-angle-90:after {
  content: "\10e098"; }

.fa6d.fa6-angle-down:after, .fa6-duotone.fa6-angle-down:after {
  content: "\10f107"; }

.fa6d.fa6-angle-left:after, .fa6-duotone.fa6-angle-left:after {
  content: "\10f104"; }

.fa6d.fa6-angle-right:after, .fa6-duotone.fa6-angle-right:after {
  content: "\10f105"; }

.fa6d.fa6-angle-up:after, .fa6-duotone.fa6-angle-up:after {
  content: "\10f106"; }

.fa6d.fa6-angles-down:after, .fa6-duotone.fa6-angles-down:after {
  content: "\10f103"; }

.fa6d.fa6-angle-double-down:after, .fa6-duotone.fa6-angle-double-down:after {
  content: "\10f103"; }

.fa6d.fa6-angles-left:after, .fa6-duotone.fa6-angles-left:after {
  content: "\10f100"; }

.fa6d.fa6-angle-double-left:after, .fa6-duotone.fa6-angle-double-left:after {
  content: "\10f100"; }

.fa6d.fa6-angles-right:after, .fa6-duotone.fa6-angles-right:after {
  content: "\10f101"; }

.fa6d.fa6-angle-double-right:after, .fa6-duotone.fa6-angle-double-right:after {
  content: "\10f101"; }

.fa6d.fa6-angles-up:after, .fa6-duotone.fa6-angles-up:after {
  content: "\10f102"; }

.fa6d.fa6-angle-double-up:after, .fa6-duotone.fa6-angle-double-up:after {
  content: "\10f102"; }

.fa6d.fa6-ankh:after, .fa6-duotone.fa6-ankh:after {
  content: "\10f644"; }

.fa6d.fa6-aperture:after, .fa6-duotone.fa6-aperture:after {
  content: "\10e099"; }

.fa6d.fa6-apple-core:after, .fa6-duotone.fa6-apple-core:after {
  content: "\10e09a"; }

.fa6d.fa6-apple-crate:after, .fa6-duotone.fa6-apple-crate:after {
  content: "\10f6b1"; }

.fa6d.fa6-apple-whole:after, .fa6-duotone.fa6-apple-whole:after {
  content: "\10f5d1"; }

.fa6d.fa6-apple-alt:after, .fa6-duotone.fa6-apple-alt:after {
  content: "\10f5d1"; }

.fa6d.fa6-archway:after, .fa6-duotone.fa6-archway:after {
  content: "\10f557"; }

.fa6d.fa6-arrow-down:after, .fa6-duotone.fa6-arrow-down:after {
  content: "\10f063"; }

.fa6d.fa6-arrow-down-1-9:after, .fa6-duotone.fa6-arrow-down-1-9:after {
  content: "\10f162"; }

.fa6d.fa6-sort-numeric-down:after, .fa6-duotone.fa6-sort-numeric-down:after {
  content: "\10f162"; }

.fa6d.fa6-sort-numeric-asc:after, .fa6-duotone.fa6-sort-numeric-asc:after {
  content: "\10f162"; }

.fa6d.fa6-arrow-down-9-1:after, .fa6-duotone.fa6-arrow-down-9-1:after {
  content: "\10f886"; }

.fa6d.fa6-sort-numeric-down-alt:after, .fa6-duotone.fa6-sort-numeric-down-alt:after {
  content: "\10f886"; }

.fa6d.fa6-sort-numeric-desc:after, .fa6-duotone.fa6-sort-numeric-desc:after {
  content: "\10f886"; }

.fa6d.fa6-arrow-down-a-z:after, .fa6-duotone.fa6-arrow-down-a-z:after {
  content: "\10f15d"; }

.fa6d.fa6-sort-alpha-down:after, .fa6-duotone.fa6-sort-alpha-down:after {
  content: "\10f15d"; }

.fa6d.fa6-sort-alpha-asc:after, .fa6-duotone.fa6-sort-alpha-asc:after {
  content: "\10f15d"; }

.fa6d.fa6-arrow-down-arrow-up:after, .fa6-duotone.fa6-arrow-down-arrow-up:after {
  content: "\10f883"; }

.fa6d.fa6-sort-alt:after, .fa6-duotone.fa6-sort-alt:after {
  content: "\10f883"; }

.fa6d.fa6-arrow-down-big-small:after, .fa6-duotone.fa6-arrow-down-big-small:after {
  content: "\10f88c"; }

.fa6d.fa6-sort-size-down:after, .fa6-duotone.fa6-sort-size-down:after {
  content: "\10f88c"; }

.fa6d.fa6-arrow-down-from-dotted-line:after, .fa6-duotone.fa6-arrow-down-from-dotted-line:after {
  content: "\10e09b"; }

.fa6d.fa6-arrow-down-from-line:after, .fa6-duotone.fa6-arrow-down-from-line:after {
  content: "\10f345"; }

.fa6d.fa6-arrow-from-top:after, .fa6-duotone.fa6-arrow-from-top:after {
  content: "\10f345"; }

.fa6d.fa6-arrow-down-left:after, .fa6-duotone.fa6-arrow-down-left:after {
  content: "\10e09c"; }

.fa6d.fa6-arrow-down-left-and-arrow-up-right-to-center:after, .fa6-duotone.fa6-arrow-down-left-and-arrow-up-right-to-center:after {
  content: "\10e09d"; }

.fa6d.fa6-arrow-down-long:after, .fa6-duotone.fa6-arrow-down-long:after {
  content: "\10f175"; }

.fa6d.fa6-long-arrow-down:after, .fa6-duotone.fa6-long-arrow-down:after {
  content: "\10f175"; }

.fa6d.fa6-arrow-down-right:after, .fa6-duotone.fa6-arrow-down-right:after {
  content: "\10e09e"; }

.fa6d.fa6-arrow-down-short-wide:after, .fa6-duotone.fa6-arrow-down-short-wide:after {
  content: "\10f884"; }

.fa6d.fa6-sort-amount-down-alt:after, .fa6-duotone.fa6-sort-amount-down-alt:after {
  content: "\10f884"; }

.fa6d.fa6-sort-amount-desc:after, .fa6-duotone.fa6-sort-amount-desc:after {
  content: "\10f884"; }

.fa6d.fa6-arrow-down-small-big:after, .fa6-duotone.fa6-arrow-down-small-big:after {
  content: "\10f88d"; }

.fa6d.fa6-sort-size-down-alt:after, .fa6-duotone.fa6-sort-size-down-alt:after {
  content: "\10f88d"; }

.fa6d.fa6-arrow-down-square-triangle:after, .fa6-duotone.fa6-arrow-down-square-triangle:after {
  content: "\10f889"; }

.fa6d.fa6-sort-shapes-down-alt:after, .fa6-duotone.fa6-sort-shapes-down-alt:after {
  content: "\10f889"; }

.fa6d.fa6-arrow-down-to-bracket:after, .fa6-duotone.fa6-arrow-down-to-bracket:after {
  content: "\10e09f"; }

.fa6d.fa6-arrow-down-to-dotted-line:after, .fa6-duotone.fa6-arrow-down-to-dotted-line:after {
  content: "\10e0a0"; }

.fa6d.fa6-arrow-down-to-line:after, .fa6-duotone.fa6-arrow-down-to-line:after {
  content: "\10f33d"; }

.fa6d.fa6-arrow-to-bottom:after, .fa6-duotone.fa6-arrow-to-bottom:after {
  content: "\10f33d"; }

.fa6d.fa6-arrow-down-to-square:after, .fa6-duotone.fa6-arrow-down-to-square:after {
  content: "\10e0a1"; }

.fa6d.fa6-arrow-down-triangle-square:after, .fa6-duotone.fa6-arrow-down-triangle-square:after {
  content: "\10f888"; }

.fa6d.fa6-sort-shapes-down:after, .fa6-duotone.fa6-sort-shapes-down:after {
  content: "\10f888"; }

.fa6d.fa6-arrow-down-wide-short:after, .fa6-duotone.fa6-arrow-down-wide-short:after {
  content: "\10f160"; }

.fa6d.fa6-sort-amount-down:after, .fa6-duotone.fa6-sort-amount-down:after {
  content: "\10f160"; }

.fa6d.fa6-sort-amount-asc:after, .fa6-duotone.fa6-sort-amount-asc:after {
  content: "\10f160"; }

.fa6d.fa6-arrow-down-z-a:after, .fa6-duotone.fa6-arrow-down-z-a:after {
  content: "\10f881"; }

.fa6d.fa6-sort-alpha-down-alt:after, .fa6-duotone.fa6-sort-alpha-down-alt:after {
  content: "\10f881"; }

.fa6d.fa6-sort-alpha-desc:after, .fa6-duotone.fa6-sort-alpha-desc:after {
  content: "\10f881"; }

.fa6d.fa6-arrow-left:after, .fa6-duotone.fa6-arrow-left:after {
  content: "\10f060"; }

.fa6d.fa6-arrow-left-from-line:after, .fa6-duotone.fa6-arrow-left-from-line:after {
  content: "\10f344"; }

.fa6d.fa6-arrow-from-right:after, .fa6-duotone.fa6-arrow-from-right:after {
  content: "\10f344"; }

.fa6d.fa6-arrow-left-long:after, .fa6-duotone.fa6-arrow-left-long:after {
  content: "\10f177"; }

.fa6d.fa6-long-arrow-left:after, .fa6-duotone.fa6-long-arrow-left:after {
  content: "\10f177"; }

.fa6d.fa6-arrow-left-rotate:after, .fa6-duotone.fa6-arrow-left-rotate:after {
  content: "\10f0e2"; }

.fa6d.fa6-undo:after, .fa6-duotone.fa6-undo:after {
  content: "\10f0e2"; }

.fa6d.fa6-arrow-rotate-left:after, .fa6-duotone.fa6-arrow-rotate-left:after {
  content: "\10f0e2"; }

.fa6d.fa6-arrow-left-to-line:after, .fa6-duotone.fa6-arrow-left-to-line:after {
  content: "\10f33e"; }

.fa6d.fa6-arrow-to-left:after, .fa6-duotone.fa6-arrow-to-left:after {
  content: "\10f33e"; }

.fa6d.fa6-arrow-pointer:after, .fa6-duotone.fa6-arrow-pointer:after {
  content: "\10f245"; }

.fa6d.fa6-mouse-pointer:after, .fa6-duotone.fa6-mouse-pointer:after {
  content: "\10f245"; }

.fa6d.fa6-arrow-right:after, .fa6-duotone.fa6-arrow-right:after {
  content: "\10f061"; }

.fa6d.fa6-arrow-right-arrow-left:after, .fa6-duotone.fa6-arrow-right-arrow-left:after {
  content: "\10f0ec"; }

.fa6d.fa6-exchange:after, .fa6-duotone.fa6-exchange:after {
  content: "\10f0ec"; }

.fa6d.fa6-arrow-right-from-bracket:after, .fa6-duotone.fa6-arrow-right-from-bracket:after {
  content: "\10f08b"; }

.fa6d.fa6-sign-out:after, .fa6-duotone.fa6-sign-out:after {
  content: "\10f08b"; }

.fa6d.fa6-arrow-right-from-line:after, .fa6-duotone.fa6-arrow-right-from-line:after {
  content: "\10f343"; }

.fa6d.fa6-arrow-from-left:after, .fa6-duotone.fa6-arrow-from-left:after {
  content: "\10f343"; }

.fa6d.fa6-arrow-right-long:after, .fa6-duotone.fa6-arrow-right-long:after {
  content: "\10f178"; }

.fa6d.fa6-long-arrow-right:after, .fa6-duotone.fa6-long-arrow-right:after {
  content: "\10f178"; }

.fa6d.fa6-arrow-right-to-bracket:after, .fa6-duotone.fa6-arrow-right-to-bracket:after {
  content: "\10f090"; }

.fa6d.fa6-sign-in:after, .fa6-duotone.fa6-sign-in:after {
  content: "\10f090"; }

.fa6d.fa6-arrow-right-to-line:after, .fa6-duotone.fa6-arrow-right-to-line:after {
  content: "\10f340"; }

.fa6d.fa6-arrow-to-right:after, .fa6-duotone.fa6-arrow-to-right:after {
  content: "\10f340"; }

.fa6d.fa6-arrow-rotate-forward:after, .fa6-duotone.fa6-arrow-rotate-forward:after {
  content: "\10f01e"; }

.fa6d.fa6-redo:after, .fa6-duotone.fa6-redo:after {
  content: "\10f01e"; }

.fa6d.fa6-rotate-right:after, .fa6-duotone.fa6-rotate-right:after {
  content: "\10f01e"; }

.fa6d.fa6-arrow-trend-down:after, .fa6-duotone.fa6-arrow-trend-down:after {
  content: "\10e0a2"; }

.fa6d.fa6-arrow-trend-up:after, .fa6-duotone.fa6-arrow-trend-up:after {
  content: "\10e0a3"; }

.fa6d.fa6-arrow-turn-down:after, .fa6-duotone.fa6-arrow-turn-down:after {
  content: "\10f149"; }

.fa6d.fa6-level-down:after, .fa6-duotone.fa6-level-down:after {
  content: "\10f149"; }

.fa6d.fa6-arrow-turn-up:after, .fa6-duotone.fa6-arrow-turn-up:after {
  content: "\10f148"; }

.fa6d.fa6-level-up:after, .fa6-duotone.fa6-level-up:after {
  content: "\10f148"; }

.fa6d.fa6-arrow-up:after, .fa6-duotone.fa6-arrow-up:after {
  content: "\10f062"; }

.fa6d.fa6-arrow-up-1-9:after, .fa6-duotone.fa6-arrow-up-1-9:after {
  content: "\10f163"; }

.fa6d.fa6-sort-numeric-up:after, .fa6-duotone.fa6-sort-numeric-up:after {
  content: "\10f163"; }

.fa6d.fa6-arrow-up-9-1:after, .fa6-duotone.fa6-arrow-up-9-1:after {
  content: "\10f887"; }

.fa6d.fa6-sort-numeric-up-alt:after, .fa6-duotone.fa6-sort-numeric-up-alt:after {
  content: "\10f887"; }

.fa6d.fa6-arrow-up-a-z:after, .fa6-duotone.fa6-arrow-up-a-z:after {
  content: "\10f15e"; }

.fa6d.fa6-sort-alpha-up:after, .fa6-duotone.fa6-sort-alpha-up:after {
  content: "\10f15e"; }

.fa6d.fa6-arrow-up-arrow-down:after, .fa6-duotone.fa6-arrow-up-arrow-down:after {
  content: "\10e0a4"; }

.fa6d.fa6-sort-up-down:after, .fa6-duotone.fa6-sort-up-down:after {
  content: "\10e0a4"; }

.fa6d.fa6-arrow-up-big-small:after, .fa6-duotone.fa6-arrow-up-big-small:after {
  content: "\10f88e"; }

.fa6d.fa6-sort-size-up:after, .fa6-duotone.fa6-sort-size-up:after {
  content: "\10f88e"; }

.fa6d.fa6-arrow-up-from-bracket:after, .fa6-duotone.fa6-arrow-up-from-bracket:after {
  content: "\10e0a5"; }

.fa6d.fa6-arrow-up-from-dotted-line:after, .fa6-duotone.fa6-arrow-up-from-dotted-line:after {
  content: "\10e0a6"; }

.fa6d.fa6-arrow-up-from-line:after, .fa6-duotone.fa6-arrow-up-from-line:after {
  content: "\10f342"; }

.fa6d.fa6-arrow-from-bottom:after, .fa6-duotone.fa6-arrow-from-bottom:after {
  content: "\10f342"; }

.fa6d.fa6-arrow-up-from-square:after, .fa6-duotone.fa6-arrow-up-from-square:after {
  content: "\10e0a7"; }

.fa6d.fa6-arrow-up-left:after, .fa6-duotone.fa6-arrow-up-left:after {
  content: "\10e0a8"; }

.fa6d.fa6-arrow-up-left-from-circle:after, .fa6-duotone.fa6-arrow-up-left-from-circle:after {
  content: "\10e0a9"; }

.fa6d.fa6-arrow-up-long:after, .fa6-duotone.fa6-arrow-up-long:after {
  content: "\10f176"; }

.fa6d.fa6-long-arrow-up:after, .fa6-duotone.fa6-long-arrow-up:after {
  content: "\10f176"; }

.fa6d.fa6-arrow-up-right:after, .fa6-duotone.fa6-arrow-up-right:after {
  content: "\10e0aa"; }

.fa6d.fa6-arrow-up-right-and-arrow-down-left-from-center:after, .fa6-duotone.fa6-arrow-up-right-and-arrow-down-left-from-center:after {
  content: "\10e0ab"; }

.fa6d.fa6-arrow-up-right-from-square:after, .fa6-duotone.fa6-arrow-up-right-from-square:after {
  content: "\10f08e"; }

.fa6d.fa6-external-link:after, .fa6-duotone.fa6-external-link:after {
  content: "\10f08e"; }

.fa6d.fa6-arrow-up-short-wide:after, .fa6-duotone.fa6-arrow-up-short-wide:after {
  content: "\10f885"; }

.fa6d.fa6-sort-amount-up-alt:after, .fa6-duotone.fa6-sort-amount-up-alt:after {
  content: "\10f885"; }

.fa6d.fa6-arrow-up-small-big:after, .fa6-duotone.fa6-arrow-up-small-big:after {
  content: "\10f88f"; }

.fa6d.fa6-sort-size-up-alt:after, .fa6-duotone.fa6-sort-size-up-alt:after {
  content: "\10f88f"; }

.fa6d.fa6-arrow-up-square-triangle:after, .fa6-duotone.fa6-arrow-up-square-triangle:after {
  content: "\10f88b"; }

.fa6d.fa6-sort-shapes-up-alt:after, .fa6-duotone.fa6-sort-shapes-up-alt:after {
  content: "\10f88b"; }

.fa6d.fa6-arrow-up-to-dotted-line:after, .fa6-duotone.fa6-arrow-up-to-dotted-line:after {
  content: "\10e0ac"; }

.fa6d.fa6-arrow-up-to-line:after, .fa6-duotone.fa6-arrow-up-to-line:after {
  content: "\10f341"; }

.fa6d.fa6-arrow-to-top:after, .fa6-duotone.fa6-arrow-to-top:after {
  content: "\10f341"; }

.fa6d.fa6-arrow-up-triangle-square:after, .fa6-duotone.fa6-arrow-up-triangle-square:after {
  content: "\10f88a"; }

.fa6d.fa6-sort-shapes-up:after, .fa6-duotone.fa6-sort-shapes-up:after {
  content: "\10f88a"; }

.fa6d.fa6-arrow-up-wide-short:after, .fa6-duotone.fa6-arrow-up-wide-short:after {
  content: "\10f161"; }

.fa6d.fa6-sort-amount-up:after, .fa6-duotone.fa6-sort-amount-up:after {
  content: "\10f161"; }

.fa6d.fa6-arrow-up-z-a:after, .fa6-duotone.fa6-arrow-up-z-a:after {
  content: "\10f882"; }

.fa6d.fa6-sort-alpha-up-alt:after, .fa6-duotone.fa6-sort-alpha-up-alt:after {
  content: "\10f882"; }

.fa6d.fa6-arrows-cross:after, .fa6-duotone.fa6-arrows-cross:after {
  content: "\10e0ad"; }

.fa6d.fa6-arrows-from-dotted-line:after, .fa6-duotone.fa6-arrows-from-dotted-line:after {
  content: "\10e0ae"; }

.fa6d.fa6-arrows-from-line:after, .fa6-duotone.fa6-arrows-from-line:after {
  content: "\10e0af"; }

.fa6d.fa6-arrows-left-right:after, .fa6-duotone.fa6-arrows-left-right:after {
  content: "\10f07e"; }

.fa6d.fa6-arrows-h:after, .fa6-duotone.fa6-arrows-h:after {
  content: "\10f07e"; }

.fa6d.fa6-arrows-maximize:after, .fa6-duotone.fa6-arrows-maximize:after {
  content: "\10f31d"; }

.fa6d.fa6-expand-arrows:after, .fa6-duotone.fa6-expand-arrows:after {
  content: "\10f31d"; }

.fa6d.fa6-arrows-minimize:after, .fa6-duotone.fa6-arrows-minimize:after {
  content: "\10e0b0"; }

.fa6d.fa6-compress-arrows:after, .fa6-duotone.fa6-compress-arrows:after {
  content: "\10e0b0"; }

.fa6d.fa6-arrows-repeat:after, .fa6-duotone.fa6-arrows-repeat:after {
  content: "\10f364"; }

.fa6d.fa6-repeat-alt:after, .fa6-duotone.fa6-repeat-alt:after {
  content: "\10f364"; }

.fa6d.fa6-arrows-repeat-1:after, .fa6-duotone.fa6-arrows-repeat-1:after {
  content: "\10f366"; }

.fa6d.fa6-repeat-1-alt:after, .fa6-duotone.fa6-repeat-1-alt:after {
  content: "\10f366"; }

.fa6d.fa6-arrows-retweet:after, .fa6-duotone.fa6-arrows-retweet:after {
  content: "\10f361"; }

.fa6d.fa6-retweet-alt:after, .fa6-duotone.fa6-retweet-alt:after {
  content: "\10f361"; }

.fa6d.fa6-arrows-rotate:after, .fa6-duotone.fa6-arrows-rotate:after {
  content: "\10f021"; }

.fa6d.fa6-sync:after, .fa6-duotone.fa6-sync:after {
  content: "\10f021"; }

.fa6d.fa6-refresh:after, .fa6-duotone.fa6-refresh:after {
  content: "\10f021"; }

.fa6d.fa6-arrows-to-dotted-line:after, .fa6-duotone.fa6-arrows-to-dotted-line:after {
  content: "\10e0b1"; }

.fa6d.fa6-arrows-to-line:after, .fa6-duotone.fa6-arrows-to-line:after {
  content: "\10e0b2"; }

.fa6d.fa6-arrows-up-down:after, .fa6-duotone.fa6-arrows-up-down:after {
  content: "\10f07d"; }

.fa6d.fa6-arrows-v:after, .fa6-duotone.fa6-arrows-v:after {
  content: "\10f07d"; }

.fa6d.fa6-arrows-up-down-left-right:after, .fa6-duotone.fa6-arrows-up-down-left-right:after {
  content: "\10f047"; }

.fa6d.fa6-arrows:after, .fa6-duotone.fa6-arrows:after {
  content: "\10f047"; }

.fa6d.fa6-asterisk:after, .fa6-duotone.fa6-asterisk:after {
  content: "\10f069"; }

.fa6d.fa6-at:after, .fa6-duotone.fa6-at:after {
  content: "\10f1fa"; }

.fa6d.fa6-atom:after, .fa6-duotone.fa6-atom:after {
  content: "\10f5d2"; }

.fa6d.fa6-atom-simple:after, .fa6-duotone.fa6-atom-simple:after {
  content: "\10f5d3"; }

.fa6d.fa6-atom-alt:after, .fa6-duotone.fa6-atom-alt:after {
  content: "\10f5d3"; }

.fa6d.fa6-audio-description:after, .fa6-duotone.fa6-audio-description:after {
  content: "\10f29e"; }

.fa6d.fa6-audio-description-slash:after, .fa6-duotone.fa6-audio-description-slash:after {
  content: "\10e0b3"; }

.fa6d.fa6-austral-sign:after, .fa6-duotone.fa6-austral-sign:after {
  content: "\10e0b4"; }

.fa6d.fa6-avocado:after, .fa6-duotone.fa6-avocado:after {
  content: "\10e0b5"; }

.fa6d.fa6-award:after, .fa6-duotone.fa6-award:after {
  content: "\10f559"; }

.fa6d.fa6-award-simple:after, .fa6-duotone.fa6-award-simple:after {
  content: "\10e0b6"; }

.fa6d.fa6-axe:after, .fa6-duotone.fa6-axe:after {
  content: "\10f6b2"; }

.fa6d.fa6-axe-battle:after, .fa6-duotone.fa6-axe-battle:after {
  content: "\10f6b3"; }

.fa6d.fa6-b:after, .fa6-duotone.fa6-b:after {
  content: "\10e0b7"; }

.fa6d.fa6-baby:after, .fa6-duotone.fa6-baby:after {
  content: "\10f77c"; }

.fa6d.fa6-baby-carriage:after, .fa6-duotone.fa6-baby-carriage:after {
  content: "\10f77d"; }

.fa6d.fa6-carriage-baby:after, .fa6-duotone.fa6-carriage-baby:after {
  content: "\10f77d"; }

.fa6d.fa6-backpack:after, .fa6-duotone.fa6-backpack:after {
  content: "\10f5d4"; }

.fa6d.fa6-backward:after, .fa6-duotone.fa6-backward:after {
  content: "\10f04a"; }

.fa6d.fa6-backward-fast:after, .fa6-duotone.fa6-backward-fast:after {
  content: "\10f049"; }

.fa6d.fa6-fast-backward:after, .fa6-duotone.fa6-fast-backward:after {
  content: "\10f049"; }

.fa6d.fa6-backward-step:after, .fa6-duotone.fa6-backward-step:after {
  content: "\10f048"; }

.fa6d.fa6-step-backward:after, .fa6-duotone.fa6-step-backward:after {
  content: "\10f048"; }

.fa6d.fa6-bacon:after, .fa6-duotone.fa6-bacon:after {
  content: "\10f7e5"; }

.fa6d.fa6-bacteria:after, .fa6-duotone.fa6-bacteria:after {
  content: "\10e059"; }

.fa6d.fa6-bacterium:after, .fa6-duotone.fa6-bacterium:after {
  content: "\10e05a"; }

.fa6d.fa6-badge:after, .fa6-duotone.fa6-badge:after {
  content: "\10f335"; }

.fa6d.fa6-badge-check:after, .fa6-duotone.fa6-badge-check:after {
  content: "\10f336"; }

.fa6d.fa6-badge-dollar:after, .fa6-duotone.fa6-badge-dollar:after {
  content: "\10f645"; }

.fa6d.fa6-badge-percent:after, .fa6-duotone.fa6-badge-percent:after {
  content: "\10f646"; }

.fa6d.fa6-badge-sheriff:after, .fa6-duotone.fa6-badge-sheriff:after {
  content: "\10f8a2"; }

.fa6d.fa6-badger-honey:after, .fa6-duotone.fa6-badger-honey:after {
  content: "\10f6b4"; }

.fa6d.fa6-bag-shopping:after, .fa6-duotone.fa6-bag-shopping:after {
  content: "\10f290"; }

.fa6d.fa6-shopping-bag:after, .fa6-duotone.fa6-shopping-bag:after {
  content: "\10f290"; }

.fa6d.fa6-bags-shopping:after, .fa6-duotone.fa6-bags-shopping:after {
  content: "\10f847"; }

.fa6d.fa6-bahai:after, .fa6-duotone.fa6-bahai:after {
  content: "\10f666"; }

.fa6d.fa6-baht-sign:after, .fa6-duotone.fa6-baht-sign:after {
  content: "\10e0b8"; }

.fa6d.fa6-ball-pile:after, .fa6-duotone.fa6-ball-pile:after {
  content: "\10f77e"; }

.fa6d.fa6-ballot:after, .fa6-duotone.fa6-ballot:after {
  content: "\10f732"; }

.fa6d.fa6-ballot-check:after, .fa6-duotone.fa6-ballot-check:after {
  content: "\10f733"; }

.fa6d.fa6-ban:after, .fa6-duotone.fa6-ban:after {
  content: "\10f05e"; }

.fa6d.fa6-cancel:after, .fa6-duotone.fa6-cancel:after {
  content: "\10f05e"; }

.fa6d.fa6-ban-bug:after, .fa6-duotone.fa6-ban-bug:after {
  content: "\10f7f9"; }

.fa6d.fa6-debug:after, .fa6-duotone.fa6-debug:after {
  content: "\10f7f9"; }

.fa6d.fa6-ban-parking:after, .fa6-duotone.fa6-ban-parking:after {
  content: "\10f616"; }

.fa6d.fa6-parking-circle-slash:after, .fa6-duotone.fa6-parking-circle-slash:after {
  content: "\10f616"; }

.fa6d.fa6-ban-smoking:after, .fa6-duotone.fa6-ban-smoking:after {
  content: "\10f54d"; }

.fa6d.fa6-smoking-ban:after, .fa6-duotone.fa6-smoking-ban:after {
  content: "\10f54d"; }

.fa6d.fa6-bandage:after, .fa6-duotone.fa6-bandage:after {
  content: "\10f462"; }

.fa6d.fa6-band-aid:after, .fa6-duotone.fa6-band-aid:after {
  content: "\10f462"; }

.fa6d.fa6-banjo:after, .fa6-duotone.fa6-banjo:after {
  content: "\10f8a3"; }

.fa6d.fa6-bank:after, .fa6-duotone.fa6-bank:after {
  content: "\10f19c"; }

.fa6d.fa6-university:after, .fa6-duotone.fa6-university:after {
  content: "\10f19c"; }

.fa6d.fa6-institution:after, .fa6-duotone.fa6-institution:after {
  content: "\10f19c"; }

.fa6d.fa6-barcode:after, .fa6-duotone.fa6-barcode:after {
  content: "\10f02a"; }

.fa6d.fa6-barcode-read:after, .fa6-duotone.fa6-barcode-read:after {
  content: "\10f464"; }

.fa6d.fa6-barcode-scan:after, .fa6-duotone.fa6-barcode-scan:after {
  content: "\10f465"; }

.fa6d.fa6-bars:after, .fa6-duotone.fa6-bars:after {
  content: "\10f0c9"; }

.fa6d.fa6-navicon:after, .fa6-duotone.fa6-navicon:after {
  content: "\10f0c9"; }

.fa6d.fa6-bars-filter:after, .fa6-duotone.fa6-bars-filter:after {
  content: "\10e0b9"; }

.fa6d.fa6-bars-progress:after, .fa6-duotone.fa6-bars-progress:after {
  content: "\10f828"; }

.fa6d.fa6-tasks-alt:after, .fa6-duotone.fa6-tasks-alt:after {
  content: "\10f828"; }

.fa6d.fa6-bars-sort:after, .fa6-duotone.fa6-bars-sort:after {
  content: "\10e0ba"; }

.fa6d.fa6-bars-staggered:after, .fa6-duotone.fa6-bars-staggered:after {
  content: "\10f550"; }

.fa6d.fa6-stream:after, .fa6-duotone.fa6-stream:after {
  content: "\10f550"; }

.fa6d.fa6-reorder:after, .fa6-duotone.fa6-reorder:after {
  content: "\10f550"; }

.fa6d.fa6-baseball-ball:after, .fa6-duotone.fa6-baseball-ball:after {
  content: "\10f433"; }

.fa6d.fa6-baseball-bat-ball:after, .fa6-duotone.fa6-baseball-bat-ball:after {
  content: "\10f432"; }

.fa6d.fa6-baseball:after, .fa6-duotone.fa6-baseball:after {
  content: "\10f432"; }

.fa6d.fa6-basket-shopping:after, .fa6-duotone.fa6-basket-shopping:after {
  content: "\10f291"; }

.fa6d.fa6-shopping-basket:after, .fa6-duotone.fa6-shopping-basket:after {
  content: "\10f291"; }

.fa6d.fa6-basket-shopping-simple:after, .fa6-duotone.fa6-basket-shopping-simple:after {
  content: "\10e0bb"; }

.fa6d.fa6-shopping-basket-alt:after, .fa6-duotone.fa6-shopping-basket-alt:after {
  content: "\10e0bb"; }

.fa6d.fa6-basketball-ball:after, .fa6-duotone.fa6-basketball-ball:after {
  content: "\10f434"; }

.fa6d.fa6-basketball-hoop:after, .fa6-duotone.fa6-basketball-hoop:after {
  content: "\10f435"; }

.fa6d.fa6-bat:after, .fa6-duotone.fa6-bat:after {
  content: "\10f6b5"; }

.fa6d.fa6-bath:after, .fa6-duotone.fa6-bath:after {
  content: "\10f2cd"; }

.fa6d.fa6-bathtub:after, .fa6-duotone.fa6-bathtub:after {
  content: "\10f2cd"; }

.fa6d.fa6-battery-bolt:after, .fa6-duotone.fa6-battery-bolt:after {
  content: "\10f376"; }

.fa6d.fa6-battery-empty:after, .fa6-duotone.fa6-battery-empty:after {
  content: "\10f244"; }

.fa6d.fa6-battery-0:after, .fa6-duotone.fa6-battery-0:after {
  content: "\10f244"; }

.fa6d.fa6-battery-exclamation:after, .fa6-duotone.fa6-battery-exclamation:after {
  content: "\10e0bc"; }

.fa6d.fa6-battery-full:after, .fa6-duotone.fa6-battery-full:after {
  content: "\10f240"; }

.fa6d.fa6-battery:after, .fa6-duotone.fa6-battery:after {
  content: "\10f240"; }

.fa6d.fa6-battery-5:after, .fa6-duotone.fa6-battery-5:after {
  content: "\10f240"; }

.fa6d.fa6-battery-half:after, .fa6-duotone.fa6-battery-half:after {
  content: "\10f242"; }

.fa6d.fa6-battery-3:after, .fa6-duotone.fa6-battery-3:after {
  content: "\10f242"; }

.fa6d.fa6-battery-low:after, .fa6-duotone.fa6-battery-low:after {
  content: "\10e0bd"; }

.fa6d.fa6-battery-1:after, .fa6-duotone.fa6-battery-1:after {
  content: "\10e0bd"; }

.fa6d.fa6-battery-quarter:after, .fa6-duotone.fa6-battery-quarter:after {
  content: "\10f243"; }

.fa6d.fa6-battery-2:after, .fa6-duotone.fa6-battery-2:after {
  content: "\10f243"; }

.fa6d.fa6-battery-slash:after, .fa6-duotone.fa6-battery-slash:after {
  content: "\10f377"; }

.fa6d.fa6-battery-three-quarters:after, .fa6-duotone.fa6-battery-three-quarters:after {
  content: "\10f241"; }

.fa6d.fa6-battery-4:after, .fa6-duotone.fa6-battery-4:after {
  content: "\10f241"; }

.fa6d.fa6-bed:after, .fa6-duotone.fa6-bed:after {
  content: "\10f236"; }

.fa6d.fa6-bed-bunk:after, .fa6-duotone.fa6-bed-bunk:after {
  content: "\10f8f8"; }

.fa6d.fa6-bed-empty:after, .fa6-duotone.fa6-bed-empty:after {
  content: "\10f8f9"; }

.fa6d.fa6-bed-front:after, .fa6-duotone.fa6-bed-front:after {
  content: "\10f8f7"; }

.fa6d.fa6-bed-alt:after, .fa6-duotone.fa6-bed-alt:after {
  content: "\10f8f7"; }

.fa6d.fa6-bed-pulse:after, .fa6-duotone.fa6-bed-pulse:after {
  content: "\10f487"; }

.fa6d.fa6-procedures:after, .fa6-duotone.fa6-procedures:after {
  content: "\10f487"; }

.fa6d.fa6-bee:after, .fa6-duotone.fa6-bee:after {
  content: "\10e0be"; }

.fa6d.fa6-beer-mug:after, .fa6-duotone.fa6-beer-mug:after {
  content: "\10e0bf"; }

.fa6d.fa6-beer-foam:after, .fa6-duotone.fa6-beer-foam:after {
  content: "\10e0bf"; }

.fa6d.fa6-beer-mug-empty:after, .fa6-duotone.fa6-beer-mug-empty:after {
  content: "\10f0fc"; }

.fa6d.fa6-beer:after, .fa6-duotone.fa6-beer:after {
  content: "\10f0fc"; }

.fa6d.fa6-bell:after, .fa6-duotone.fa6-bell:after {
  content: "\10f0f3"; }

.fa6d.fa6-bell-concierge:after, .fa6-duotone.fa6-bell-concierge:after {
  content: "\10f562"; }

.fa6d.fa6-concierge-bell:after, .fa6-duotone.fa6-concierge-bell:after {
  content: "\10f562"; }

.fa6d.fa6-bell-exclamation:after, .fa6-duotone.fa6-bell-exclamation:after {
  content: "\10f848"; }

.fa6d.fa6-bell-on:after, .fa6-duotone.fa6-bell-on:after {
  content: "\10f8fa"; }

.fa6d.fa6-bell-plus:after, .fa6-duotone.fa6-bell-plus:after {
  content: "\10f849"; }

.fa6d.fa6-bell-school:after, .fa6-duotone.fa6-bell-school:after {
  content: "\10f5d5"; }

.fa6d.fa6-bell-school-slash:after, .fa6-duotone.fa6-bell-school-slash:after {
  content: "\10f5d6"; }

.fa6d.fa6-bell-slash:after, .fa6-duotone.fa6-bell-slash:after {
  content: "\10f1f6"; }

.fa6d.fa6-bells:after, .fa6-duotone.fa6-bells:after {
  content: "\10f77f"; }

.fa6d.fa6-bezier-curve:after, .fa6-duotone.fa6-bezier-curve:after {
  content: "\10f55b"; }

.fa6d.fa6-bicycle:after, .fa6-duotone.fa6-bicycle:after {
  content: "\10f206"; }

.fa6d.fa6-binoculars:after, .fa6-duotone.fa6-binoculars:after {
  content: "\10f1e5"; }

.fa6d.fa6-biohazard:after, .fa6-duotone.fa6-biohazard:after {
  content: "\10f780"; }

.fa6d.fa6-bitcoin-sign:after, .fa6-duotone.fa6-bitcoin-sign:after {
  content: "\10e0c0"; }

.fa6d.fa6-blanket:after, .fa6-duotone.fa6-blanket:after {
  content: "\10f498"; }

.fa6d.fa6-blender:after, .fa6-duotone.fa6-blender:after {
  content: "\10f517"; }

.fa6d.fa6-blender-phone:after, .fa6-duotone.fa6-blender-phone:after {
  content: "\10f6b6"; }

.fa6d.fa6-blinds:after, .fa6-duotone.fa6-blinds:after {
  content: "\10f8fb"; }

.fa6d.fa6-blinds-open:after, .fa6-duotone.fa6-blinds-open:after {
  content: "\10f8fc"; }

.fa6d.fa6-blinds-raised:after, .fa6-duotone.fa6-blinds-raised:after {
  content: "\10f8fd"; }

.fa6d.fa6-block-quote:after, .fa6-duotone.fa6-block-quote:after {
  content: "\10e0c1"; }

.fa6d.fa6-blog:after, .fa6-duotone.fa6-blog:after {
  content: "\10f781"; }

.fa6d.fa6-bluetooth:after, .fa6-duotone.fa6-bluetooth:after {
  content: "\10f293"; }

.fa6d.fa6-bold:after, .fa6-duotone.fa6-bold:after {
  content: "\10f032"; }

.fa6d.fa6-bolt:after, .fa6-duotone.fa6-bolt:after {
  content: "\10f0e7"; }

.fa6d.fa6-flash:after, .fa6-duotone.fa6-flash:after {
  content: "\10f0e7"; }

.fa6d.fa6-bolt-auto:after, .fa6-duotone.fa6-bolt-auto:after {
  content: "\10e0c2"; }

.fa6d.fa6-bolt-lightning:after, .fa6-duotone.fa6-bolt-lightning:after {
  content: "\10e0c3"; }

.fa6d.fa6-bolt-slash:after, .fa6-duotone.fa6-bolt-slash:after {
  content: "\10e0c4"; }

.fa6d.fa6-bomb:after, .fa6-duotone.fa6-bomb:after {
  content: "\10f1e2"; }

.fa6d.fa6-bone:after, .fa6-duotone.fa6-bone:after {
  content: "\10f5d7"; }

.fa6d.fa6-bone-break:after, .fa6-duotone.fa6-bone-break:after {
  content: "\10f5d8"; }

.fa6d.fa6-bong:after, .fa6-duotone.fa6-bong:after {
  content: "\10f55c"; }

.fa6d.fa6-book:after, .fa6-duotone.fa6-book:after {
  content: "\10f02d"; }

.fa6d.fa6-book-arrow-right:after, .fa6-duotone.fa6-book-arrow-right:after {
  content: "\10e0c5"; }

.fa6d.fa6-book-arrow-up:after, .fa6-duotone.fa6-book-arrow-up:after {
  content: "\10e0c6"; }

.fa6d.fa6-book-atlas:after, .fa6-duotone.fa6-book-atlas:after {
  content: "\10f558"; }

.fa6d.fa6-atlas:after, .fa6-duotone.fa6-atlas:after {
  content: "\10f558"; }

.fa6d.fa6-book-bible:after, .fa6-duotone.fa6-book-bible:after {
  content: "\10f647"; }

.fa6d.fa6-bible:after, .fa6-duotone.fa6-bible:after {
  content: "\10f647"; }

.fa6d.fa6-book-blank:after, .fa6-duotone.fa6-book-blank:after {
  content: "\10f5d9"; }

.fa6d.fa6-book-alt:after, .fa6-duotone.fa6-book-alt:after {
  content: "\10f5d9"; }

.fa6d.fa6-book-bookmark:after, .fa6-duotone.fa6-book-bookmark:after {
  content: "\10e0c7"; }

.fa6d.fa6-book-circle-arrow-right:after, .fa6-duotone.fa6-book-circle-arrow-right:after {
  content: "\10e0c8"; }

.fa6d.fa6-book-circle-arrow-up:after, .fa6-duotone.fa6-book-circle-arrow-up:after {
  content: "\10e0c9"; }

.fa6d.fa6-book-copy:after, .fa6-duotone.fa6-book-copy:after {
  content: "\10e0ca"; }

.fa6d.fa6-book-font:after, .fa6-duotone.fa6-book-font:after {
  content: "\10e0cb"; }

.fa6d.fa6-book-heart:after, .fa6-duotone.fa6-book-heart:after {
  content: "\10f499"; }

.fa6d.fa6-book-journal-whills:after, .fa6-duotone.fa6-book-journal-whills:after {
  content: "\10f66a"; }

.fa6d.fa6-journal-whills:after, .fa6-duotone.fa6-journal-whills:after {
  content: "\10f66a"; }

.fa6d.fa6-book-law:after, .fa6-duotone.fa6-book-law:after {
  content: "\10e0cc"; }

.fa6d.fa6-book-medical:after, .fa6-duotone.fa6-book-medical:after {
  content: "\10f7e6"; }

.fa6d.fa6-book-open:after, .fa6-duotone.fa6-book-open:after {
  content: "\10f518"; }

.fa6d.fa6-book-open-cover:after, .fa6-duotone.fa6-book-open-cover:after {
  content: "\10e0cd"; }

.fa6d.fa6-book-open-alt:after, .fa6-duotone.fa6-book-open-alt:after {
  content: "\10e0cd"; }

.fa6d.fa6-book-open-reader:after, .fa6-duotone.fa6-book-open-reader:after {
  content: "\10f5da"; }

.fa6d.fa6-book-reader:after, .fa6-duotone.fa6-book-reader:after {
  content: "\10f5da"; }

.fa6d.fa6-book-quran:after, .fa6-duotone.fa6-book-quran:after {
  content: "\10f687"; }

.fa6d.fa6-quran:after, .fa6-duotone.fa6-quran:after {
  content: "\10f687"; }

.fa6d.fa6-book-section:after, .fa6-duotone.fa6-book-section:after {
  content: "\10e0ce"; }

.fa6d.fa6-book-skull:after, .fa6-duotone.fa6-book-skull:after {
  content: "\10f6b7"; }

.fa6d.fa6-book-dead:after, .fa6-duotone.fa6-book-dead:after {
  content: "\10f6b7"; }

.fa6d.fa6-book-sparkles:after, .fa6-duotone.fa6-book-sparkles:after {
  content: "\10f6b8"; }

.fa6d.fa6-book-spells:after, .fa6-duotone.fa6-book-spells:after {
  content: "\10f6b8"; }

.fa6d.fa6-book-tanakh:after, .fa6-duotone.fa6-book-tanakh:after {
  content: "\10f827"; }

.fa6d.fa6-tanakh:after, .fa6-duotone.fa6-tanakh:after {
  content: "\10f827"; }

.fa6d.fa6-book-user:after, .fa6-duotone.fa6-book-user:after {
  content: "\10f7e7"; }

.fa6d.fa6-bookmark:after, .fa6-duotone.fa6-bookmark:after {
  content: "\10f02e"; }

.fa6d.fa6-bookmark-slash:after, .fa6-duotone.fa6-bookmark-slash:after {
  content: "\10e0cf"; }

.fa6d.fa6-books:after, .fa6-duotone.fa6-books:after {
  content: "\10f5db"; }

.fa6d.fa6-books-medical:after, .fa6-duotone.fa6-books-medical:after {
  content: "\10f7e8"; }

.fa6d.fa6-boombox:after, .fa6-duotone.fa6-boombox:after {
  content: "\10f8a5"; }

.fa6d.fa6-boot:after, .fa6-duotone.fa6-boot:after {
  content: "\10f782"; }

.fa6d.fa6-booth-curtain:after, .fa6-duotone.fa6-booth-curtain:after {
  content: "\10f734"; }

.fa6d.fa6-border-all:after, .fa6-duotone.fa6-border-all:after {
  content: "\10f84c"; }

.fa6d.fa6-border-bottom:after, .fa6-duotone.fa6-border-bottom:after {
  content: "\10f84d"; }

.fa6d.fa6-border-bottom-right:after, .fa6-duotone.fa6-border-bottom-right:after {
  content: "\10f854"; }

.fa6d.fa6-border-style-alt:after, .fa6-duotone.fa6-border-style-alt:after {
  content: "\10f854"; }

.fa6d.fa6-border-center-h:after, .fa6-duotone.fa6-border-center-h:after {
  content: "\10f89c"; }

.fa6d.fa6-border-center-v:after, .fa6-duotone.fa6-border-center-v:after {
  content: "\10f89d"; }

.fa6d.fa6-border-inner:after, .fa6-duotone.fa6-border-inner:after {
  content: "\10f84e"; }

.fa6d.fa6-border-left:after, .fa6-duotone.fa6-border-left:after {
  content: "\10f84f"; }

.fa6d.fa6-border-none:after, .fa6-duotone.fa6-border-none:after {
  content: "\10f850"; }

.fa6d.fa6-border-outer:after, .fa6-duotone.fa6-border-outer:after {
  content: "\10f851"; }

.fa6d.fa6-border-right:after, .fa6-duotone.fa6-border-right:after {
  content: "\10f852"; }

.fa6d.fa6-border-top:after, .fa6-duotone.fa6-border-top:after {
  content: "\10f855"; }

.fa6d.fa6-border-top-left:after, .fa6-duotone.fa6-border-top-left:after {
  content: "\10f853"; }

.fa6d.fa6-border-style:after, .fa6-duotone.fa6-border-style:after {
  content: "\10f853"; }

.fa6d.fa6-bow-arrow:after, .fa6-duotone.fa6-bow-arrow:after {
  content: "\10f6b9"; }

.fa6d.fa6-bowl-hot:after, .fa6-duotone.fa6-bowl-hot:after {
  content: "\10f823"; }

.fa6d.fa6-soup:after, .fa6-duotone.fa6-soup:after {
  content: "\10f823"; }

.fa6d.fa6-bowling-ball:after, .fa6-duotone.fa6-bowling-ball:after {
  content: "\10f436"; }

.fa6d.fa6-bowling-ball-pin:after, .fa6-duotone.fa6-bowling-ball-pin:after {
  content: "\10e0d0"; }

.fa6d.fa6-bowling-pins:after, .fa6-duotone.fa6-bowling-pins:after {
  content: "\10f437"; }

.fa6d.fa6-box:after, .fa6-duotone.fa6-box:after {
  content: "\10f466"; }

.fa6d.fa6-box-archive:after, .fa6-duotone.fa6-box-archive:after {
  content: "\10f187"; }

.fa6d.fa6-archive:after, .fa6-duotone.fa6-archive:after {
  content: "\10f187"; }

.fa6d.fa6-box-ballot:after, .fa6-duotone.fa6-box-ballot:after {
  content: "\10f735"; }

.fa6d.fa6-box-check:after, .fa6-duotone.fa6-box-check:after {
  content: "\10f467"; }

.fa6d.fa6-box-circle-check:after, .fa6-duotone.fa6-box-circle-check:after {
  content: "\10e0d1"; }

.fa6d.fa6-box-dollar:after, .fa6-duotone.fa6-box-dollar:after {
  content: "\10f4a0"; }

.fa6d.fa6-box-usd:after, .fa6-duotone.fa6-box-usd:after {
  content: "\10f4a0"; }

.fa6d.fa6-box-heart:after, .fa6-duotone.fa6-box-heart:after {
  content: "\10f49d"; }

.fa6d.fa6-box-open:after, .fa6-duotone.fa6-box-open:after {
  content: "\10f49e"; }

.fa6d.fa6-box-open-full:after, .fa6-duotone.fa6-box-open-full:after {
  content: "\10f49c"; }

.fa6d.fa6-box-full:after, .fa6-duotone.fa6-box-full:after {
  content: "\10f49c"; }

.fa6d.fa6-box-taped:after, .fa6-duotone.fa6-box-taped:after {
  content: "\10f49a"; }

.fa6d.fa6-box-alt:after, .fa6-duotone.fa6-box-alt:after {
  content: "\10f49a"; }

.fa6d.fa6-box-tissue:after, .fa6-duotone.fa6-box-tissue:after {
  content: "\10e05b"; }

.fa6d.fa6-boxes-stacked:after, .fa6-duotone.fa6-boxes-stacked:after {
  content: "\10f468"; }

.fa6d.fa6-boxes:after, .fa6-duotone.fa6-boxes:after {
  content: "\10f468"; }

.fa6d.fa6-boxes-alt:after, .fa6-duotone.fa6-boxes-alt:after {
  content: "\10f468"; }

.fa6d.fa6-boxing-glove:after, .fa6-duotone.fa6-boxing-glove:after {
  content: "\10f438"; }

.fa6d.fa6-glove-boxing:after, .fa6-duotone.fa6-glove-boxing:after {
  content: "\10f438"; }

.fa6d.fa6-bracket-curly:after, .fa6-duotone.fa6-bracket-curly:after {
  content: "\10e0d2"; }

.fa6d.fa6-bracket-curly-left:after, .fa6-duotone.fa6-bracket-curly-left:after {
  content: "\10e0d2"; }

.fa6d.fa6-bracket-curly-right:after, .fa6-duotone.fa6-bracket-curly-right:after {
  content: "\10e0d3"; }

.fa6d.fa6-bracket-round:after, .fa6-duotone.fa6-bracket-round:after {
  content: "\10e0d4"; }

.fa6d.fa6-parenthesis:after, .fa6-duotone.fa6-parenthesis:after {
  content: "\10e0d4"; }

.fa6d.fa6-bracket-round-right:after, .fa6-duotone.fa6-bracket-round-right:after {
  content: "\10e0d5"; }

.fa6d.fa6-bracket-square:after, .fa6-duotone.fa6-bracket-square:after {
  content: "\10e0d6"; }

.fa6d.fa6-bracket:after, .fa6-duotone.fa6-bracket:after {
  content: "\10e0d6"; }

.fa6d.fa6-bracket-left:after, .fa6-duotone.fa6-bracket-left:after {
  content: "\10e0d6"; }

.fa6d.fa6-bracket-square-right:after, .fa6-duotone.fa6-bracket-square-right:after {
  content: "\10e0d7"; }

.fa6d.fa6-brackets-curly:after, .fa6-duotone.fa6-brackets-curly:after {
  content: "\10f7ea"; }

.fa6d.fa6-brackets-round:after, .fa6-duotone.fa6-brackets-round:after {
  content: "\10e0d8"; }

.fa6d.fa6-parentheses:after, .fa6-duotone.fa6-parentheses:after {
  content: "\10e0d8"; }

.fa6d.fa6-brackets-square:after, .fa6-duotone.fa6-brackets-square:after {
  content: "\10f7e9"; }

.fa6d.fa6-brackets:after, .fa6-duotone.fa6-brackets:after {
  content: "\10f7e9"; }

.fa6d.fa6-braille:after, .fa6-duotone.fa6-braille:after {
  content: "\10f2a1"; }

.fa6d.fa6-brain:after, .fa6-duotone.fa6-brain:after {
  content: "\10f5dc"; }

.fa6d.fa6-brain-arrow-curved-right:after, .fa6-duotone.fa6-brain-arrow-curved-right:after {
  content: "\10f677"; }

.fa6d.fa6-mind-share:after, .fa6-duotone.fa6-mind-share:after {
  content: "\10f677"; }

.fa6d.fa6-brain-circuit:after, .fa6-duotone.fa6-brain-circuit:after {
  content: "\10e0d9"; }

.fa6d.fa6-brake-warning:after, .fa6-duotone.fa6-brake-warning:after {
  content: "\10e0da"; }

.fa6d.fa6-bread-loaf:after, .fa6-duotone.fa6-bread-loaf:after {
  content: "\10f7eb"; }

.fa6d.fa6-bread-slice:after, .fa6-duotone.fa6-bread-slice:after {
  content: "\10f7ec"; }

.fa6d.fa6-briefcase:after, .fa6-duotone.fa6-briefcase:after {
  content: "\10f0b1"; }

.fa6d.fa6-briefcase-arrow-right:after, .fa6-duotone.fa6-briefcase-arrow-right:after {
  content: "\10e0db"; }

.fa6d.fa6-briefcase-clock:after, .fa6-duotone.fa6-briefcase-clock:after {
  content: "\10f64a"; }

.fa6d.fa6-business-time:after, .fa6-duotone.fa6-business-time:after {
  content: "\10f64a"; }

.fa6d.fa6-briefcase-medical:after, .fa6-duotone.fa6-briefcase-medical:after {
  content: "\10f469"; }

.fa6d.fa6-bring-forward:after, .fa6-duotone.fa6-bring-forward:after {
  content: "\10f856"; }

.fa6d.fa6-bring-front:after, .fa6-duotone.fa6-bring-front:after {
  content: "\10f857"; }

.fa6d.fa6-broom:after, .fa6-duotone.fa6-broom:after {
  content: "\10f51a"; }

.fa6d.fa6-browser:after, .fa6-duotone.fa6-browser:after {
  content: "\10f37e"; }

.fa6d.fa6-browsers:after, .fa6-duotone.fa6-browsers:after {
  content: "\10e0dc"; }

.fa6d.fa6-brush:after, .fa6-duotone.fa6-brush:after {
  content: "\10f55d"; }

.fa6d.fa6-bug:after, .fa6-duotone.fa6-bug:after {
  content: "\10f188"; }

.fa6d.fa6-building:after, .fa6-duotone.fa6-building:after {
  content: "\10f1ad"; }

.fa6d.fa6-buildings:after, .fa6-duotone.fa6-buildings:after {
  content: "\10e0dd"; }

.fa6d.fa6-bullhorn:after, .fa6-duotone.fa6-bullhorn:after {
  content: "\10f0a1"; }

.fa6d.fa6-bullseye:after, .fa6-duotone.fa6-bullseye:after {
  content: "\10f140"; }

.fa6d.fa6-bullseye-arrow:after, .fa6-duotone.fa6-bullseye-arrow:after {
  content: "\10f648"; }

.fa6d.fa6-bullseye-pointer:after, .fa6-duotone.fa6-bullseye-pointer:after {
  content: "\10f649"; }

.fa6d.fa6-burger:after, .fa6-duotone.fa6-burger:after {
  content: "\10f805"; }

.fa6d.fa6-hamburger:after, .fa6-duotone.fa6-hamburger:after {
  content: "\10f805"; }

.fa6d.fa6-burger-cheese:after, .fa6-duotone.fa6-burger-cheese:after {
  content: "\10f7f1"; }

.fa6d.fa6-cheeseburger:after, .fa6-duotone.fa6-cheeseburger:after {
  content: "\10f7f1"; }

.fa6d.fa6-burger-fries:after, .fa6-duotone.fa6-burger-fries:after {
  content: "\10e0de"; }

.fa6d.fa6-burger-glass:after, .fa6-duotone.fa6-burger-glass:after {
  content: "\10e0df"; }

.fa6d.fa6-burger-soda:after, .fa6-duotone.fa6-burger-soda:after {
  content: "\10f858"; }

.fa6d.fa6-burrito:after, .fa6-duotone.fa6-burrito:after {
  content: "\10f7ed"; }

.fa6d.fa6-bus:after, .fa6-duotone.fa6-bus:after {
  content: "\10f207"; }

.fa6d.fa6-bus-school:after, .fa6-duotone.fa6-bus-school:after {
  content: "\10f5dd"; }

.fa6d.fa6-bus-simple:after, .fa6-duotone.fa6-bus-simple:after {
  content: "\10f55e"; }

.fa6d.fa6-bus-alt:after, .fa6-duotone.fa6-bus-alt:after {
  content: "\10f55e"; }

.fa6d.fa6-c:after, .fa6-duotone.fa6-c:after {
  content: "\10e0e0"; }

.fa6d.fa6-cabinet-filing:after, .fa6-duotone.fa6-cabinet-filing:after {
  content: "\10f64b"; }

.fa6d.fa6-cable-car:after, .fa6-duotone.fa6-cable-car:after {
  content: "\10e0e1"; }

.fa6d.fa6-cactus:after, .fa6-duotone.fa6-cactus:after {
  content: "\10f8a7"; }

.fa6d.fa6-cake-candles:after, .fa6-duotone.fa6-cake-candles:after {
  content: "\10f1fd"; }

.fa6d.fa6-birthday-cake:after, .fa6-duotone.fa6-birthday-cake:after {
  content: "\10f1fd"; }

.fa6d.fa6-calculator:after, .fa6-duotone.fa6-calculator:after {
  content: "\10f1ec"; }

.fa6d.fa6-calculator-simple:after, .fa6-duotone.fa6-calculator-simple:after {
  content: "\10f64c"; }

.fa6d.fa6-calculator-alt:after, .fa6-duotone.fa6-calculator-alt:after {
  content: "\10f64c"; }

.fa6d.fa6-calendar:after, .fa6-duotone.fa6-calendar:after {
  content: "\10f133"; }

.fa6d.fa6-calendar-arrow-down:after, .fa6-duotone.fa6-calendar-arrow-down:after {
  content: "\10e0e2"; }

.fa6d.fa6-calendar-download:after, .fa6-duotone.fa6-calendar-download:after {
  content: "\10e0e2"; }

.fa6d.fa6-calendar-arrow-up:after, .fa6-duotone.fa6-calendar-arrow-up:after {
  content: "\10e0e3"; }

.fa6d.fa6-calendar-upload:after, .fa6-duotone.fa6-calendar-upload:after {
  content: "\10e0e3"; }

.fa6d.fa6-calendar-check:after, .fa6-duotone.fa6-calendar-check:after {
  content: "\10f274"; }

.fa6d.fa6-calendar-clock:after, .fa6-duotone.fa6-calendar-clock:after {
  content: "\10e0e4"; }

.fa6d.fa6-calendar-time:after, .fa6-duotone.fa6-calendar-time:after {
  content: "\10e0e4"; }

.fa6d.fa6-calendar-day:after, .fa6-duotone.fa6-calendar-day:after {
  content: "\10f783"; }

.fa6d.fa6-calendar-days:after, .fa6-duotone.fa6-calendar-days:after {
  content: "\10f073"; }

.fa6d.fa6-calendar-alt:after, .fa6-duotone.fa6-calendar-alt:after {
  content: "\10f073"; }

.fa6d.fa6-calendar-exclamation:after, .fa6-duotone.fa6-calendar-exclamation:after {
  content: "\10f334"; }

.fa6d.fa6-calendar-heart:after, .fa6-duotone.fa6-calendar-heart:after {
  content: "\10e0e5"; }

.fa6d.fa6-calendar-image:after, .fa6-duotone.fa6-calendar-image:after {
  content: "\10e0e6"; }

.fa6d.fa6-calendar-lines:after, .fa6-duotone.fa6-calendar-lines:after {
  content: "\10e0e7"; }

.fa6d.fa6-calendar-note:after, .fa6-duotone.fa6-calendar-note:after {
  content: "\10e0e7"; }

.fa6d.fa6-calendar-minus:after, .fa6-duotone.fa6-calendar-minus:after {
  content: "\10f272"; }

.fa6d.fa6-calendar-pen:after, .fa6-duotone.fa6-calendar-pen:after {
  content: "\10f333"; }

.fa6d.fa6-calendar-edit:after, .fa6-duotone.fa6-calendar-edit:after {
  content: "\10f333"; }

.fa6d.fa6-calendar-plus:after, .fa6-duotone.fa6-calendar-plus:after {
  content: "\10f271"; }

.fa6d.fa6-calendar-range:after, .fa6-duotone.fa6-calendar-range:after {
  content: "\10e0e8"; }

.fa6d.fa6-calendar-star:after, .fa6-duotone.fa6-calendar-star:after {
  content: "\10f736"; }

.fa6d.fa6-calendar-week:after, .fa6-duotone.fa6-calendar-week:after {
  content: "\10f784"; }

.fa6d.fa6-calendar-xmark:after, .fa6-duotone.fa6-calendar-xmark:after {
  content: "\10f273"; }

.fa6d.fa6-calendar-times:after, .fa6-duotone.fa6-calendar-times:after {
  content: "\10f273"; }

.fa6d.fa6-calendars:after, .fa6-duotone.fa6-calendars:after {
  content: "\10e0e9"; }

.fa6d.fa6-camcorder:after, .fa6-duotone.fa6-camcorder:after {
  content: "\10f8a8"; }

.fa6d.fa6-video-handheld:after, .fa6-duotone.fa6-video-handheld:after {
  content: "\10f8a8"; }

.fa6d.fa6-camera:after, .fa6-duotone.fa6-camera:after {
  content: "\10f030"; }

.fa6d.fa6-camera-alt:after, .fa6-duotone.fa6-camera-alt:after {
  content: "\10f030"; }

.fa6d.fa6-camera-cctv:after, .fa6-duotone.fa6-camera-cctv:after {
  content: "\10f8ac"; }

.fa6d.fa6-cctv:after, .fa6-duotone.fa6-cctv:after {
  content: "\10f8ac"; }

.fa6d.fa6-camera-movie:after, .fa6-duotone.fa6-camera-movie:after {
  content: "\10f8a9"; }

.fa6d.fa6-camera-polaroid:after, .fa6-duotone.fa6-camera-polaroid:after {
  content: "\10f8aa"; }

.fa6d.fa6-camera-retro:after, .fa6-duotone.fa6-camera-retro:after {
  content: "\10f083"; }

.fa6d.fa6-camera-rotate:after, .fa6-duotone.fa6-camera-rotate:after {
  content: "\10e0ea"; }

.fa6d.fa6-camera-security:after, .fa6-duotone.fa6-camera-security:after {
  content: "\10f8fe"; }

.fa6d.fa6-camera-home:after, .fa6-duotone.fa6-camera-home:after {
  content: "\10f8fe"; }

.fa6d.fa6-camera-slash:after, .fa6-duotone.fa6-camera-slash:after {
  content: "\10e0eb"; }

.fa6d.fa6-camera-viewfinder:after, .fa6-duotone.fa6-camera-viewfinder:after {
  content: "\10e0ec"; }

.fa6d.fa6-camera-web:after, .fa6-duotone.fa6-camera-web:after {
  content: "\10f832"; }

.fa6d.fa6-webcam:after, .fa6-duotone.fa6-webcam:after {
  content: "\10f832"; }

.fa6d.fa6-camera-web-slash:after, .fa6-duotone.fa6-camera-web-slash:after {
  content: "\10f833"; }

.fa6d.fa6-webcam-slash:after, .fa6-duotone.fa6-webcam-slash:after {
  content: "\10f833"; }

.fa6d.fa6-campfire:after, .fa6-duotone.fa6-campfire:after {
  content: "\10f6ba"; }

.fa6d.fa6-campground:after, .fa6-duotone.fa6-campground:after {
  content: "\10f6bb"; }

.fa6d.fa6-candle-holder:after, .fa6-duotone.fa6-candle-holder:after {
  content: "\10f6bc"; }

.fa6d.fa6-candy-cane:after, .fa6-duotone.fa6-candy-cane:after {
  content: "\10f786"; }

.fa6d.fa6-candy-corn:after, .fa6-duotone.fa6-candy-corn:after {
  content: "\10f6bd"; }

.fa6d.fa6-cannabis:after, .fa6-duotone.fa6-cannabis:after {
  content: "\10f55f"; }

.fa6d.fa6-capsules:after, .fa6-duotone.fa6-capsules:after {
  content: "\10f46b"; }

.fa6d.fa6-car:after, .fa6-duotone.fa6-car:after {
  content: "\10f1b9"; }

.fa6d.fa6-automobile:after, .fa6-duotone.fa6-automobile:after {
  content: "\10f1b9"; }

.fa6d.fa6-car-battery:after, .fa6-duotone.fa6-car-battery:after {
  content: "\10f5df"; }

.fa6d.fa6-battery-car:after, .fa6-duotone.fa6-battery-car:after {
  content: "\10f5df"; }

.fa6d.fa6-car-building:after, .fa6-duotone.fa6-car-building:after {
  content: "\10f859"; }

.fa6d.fa6-car-bump:after, .fa6-duotone.fa6-car-bump:after {
  content: "\10f5e0"; }

.fa6d.fa6-car-bus:after, .fa6-duotone.fa6-car-bus:after {
  content: "\10f85a"; }

.fa6d.fa6-car-crash:after, .fa6-duotone.fa6-car-crash:after {
  content: "\10f5e1"; }

.fa6d.fa6-car-garage:after, .fa6-duotone.fa6-car-garage:after {
  content: "\10f5e2"; }

.fa6d.fa6-car-rear:after, .fa6-duotone.fa6-car-rear:after {
  content: "\10f5de"; }

.fa6d.fa6-car-alt:after, .fa6-duotone.fa6-car-alt:after {
  content: "\10f5de"; }

.fa6d.fa6-car-side:after, .fa6-duotone.fa6-car-side:after {
  content: "\10f5e4"; }

.fa6d.fa6-car-tilt:after, .fa6-duotone.fa6-car-tilt:after {
  content: "\10f5e5"; }

.fa6d.fa6-car-wash:after, .fa6-duotone.fa6-car-wash:after {
  content: "\10f5e6"; }

.fa6d.fa6-car-wrench:after, .fa6-duotone.fa6-car-wrench:after {
  content: "\10f5e3"; }

.fa6d.fa6-car-mechanic:after, .fa6-duotone.fa6-car-mechanic:after {
  content: "\10f5e3"; }

.fa6d.fa6-caravan:after, .fa6-duotone.fa6-caravan:after {
  content: "\10f8ff"; }

.fa6d.fa6-caravan-simple:after, .fa6-duotone.fa6-caravan-simple:after {
  content: "\10e000"; }

.fa6d.fa6-caravan-alt:after, .fa6-duotone.fa6-caravan-alt:after {
  content: "\10e000"; }

.fa6d.fa6-caret-down:after, .fa6-duotone.fa6-caret-down:after {
  content: "\10f0d7"; }

.fa6d.fa6-caret-left:after, .fa6-duotone.fa6-caret-left:after {
  content: "\10f0d9"; }

.fa6d.fa6-caret-right:after, .fa6-duotone.fa6-caret-right:after {
  content: "\10f0da"; }

.fa6d.fa6-caret-up:after, .fa6-duotone.fa6-caret-up:after {
  content: "\10f0d8"; }

.fa6d.fa6-carrot:after, .fa6-duotone.fa6-carrot:after {
  content: "\10f787"; }

.fa6d.fa6-cars:after, .fa6-duotone.fa6-cars:after {
  content: "\10f85b"; }

.fa6d.fa6-cart-arrow-down:after, .fa6-duotone.fa6-cart-arrow-down:after {
  content: "\10f218"; }

.fa6d.fa6-cart-flatbed:after, .fa6-duotone.fa6-cart-flatbed:after {
  content: "\10f474"; }

.fa6d.fa6-dolly-flatbed:after, .fa6-duotone.fa6-dolly-flatbed:after {
  content: "\10f474"; }

.fa6d.fa6-cart-flatbed-boxes:after, .fa6-duotone.fa6-cart-flatbed-boxes:after {
  content: "\10f475"; }

.fa6d.fa6-dolly-flatbed-alt:after, .fa6-duotone.fa6-dolly-flatbed-alt:after {
  content: "\10f475"; }

.fa6d.fa6-cart-flatbed-empty:after, .fa6-duotone.fa6-cart-flatbed-empty:after {
  content: "\10f476"; }

.fa6d.fa6-dolly-flatbed-empty:after, .fa6-duotone.fa6-dolly-flatbed-empty:after {
  content: "\10f476"; }

.fa6d.fa6-cart-flatbed-suitcase:after, .fa6-duotone.fa6-cart-flatbed-suitcase:after {
  content: "\10f59d"; }

.fa6d.fa6-luggage-cart:after, .fa6-duotone.fa6-luggage-cart:after {
  content: "\10f59d"; }

.fa6d.fa6-cart-plus:after, .fa6-duotone.fa6-cart-plus:after {
  content: "\10f217"; }

.fa6d.fa6-cart-shopping:after, .fa6-duotone.fa6-cart-shopping:after {
  content: "\10f07a"; }

.fa6d.fa6-shopping-cart:after, .fa6-duotone.fa6-shopping-cart:after {
  content: "\10f07a"; }

.fa6d.fa6-cart-shopping-fast:after, .fa6-duotone.fa6-cart-shopping-fast:after {
  content: "\10e0ed"; }

.fa6d.fa6-casette-betamax:after, .fa6-duotone.fa6-casette-betamax:after {
  content: "\10f8a4"; }

.fa6d.fa6-betamax:after, .fa6-duotone.fa6-betamax:after {
  content: "\10f8a4"; }

.fa6d.fa6-casette-vhs:after, .fa6-duotone.fa6-casette-vhs:after {
  content: "\10f8ec"; }

.fa6d.fa6-vhs:after, .fa6-duotone.fa6-vhs:after {
  content: "\10f8ec"; }

.fa6d.fa6-cash-register:after, .fa6-duotone.fa6-cash-register:after {
  content: "\10f788"; }

.fa6d.fa6-cassette-tape:after, .fa6-duotone.fa6-cassette-tape:after {
  content: "\10f8ab"; }

.fa6d.fa6-castle:after, .fa6-duotone.fa6-castle:after {
  content: "\10e0ee"; }

.fa6d.fa6-cat:after, .fa6-duotone.fa6-cat:after {
  content: "\10f6be"; }

.fa6d.fa6-cat-space:after, .fa6-duotone.fa6-cat-space:after {
  content: "\10e001"; }

.fa6d.fa6-cauldron:after, .fa6-duotone.fa6-cauldron:after {
  content: "\10f6bf"; }

.fa6d.fa6-cedi-sign:after, .fa6-duotone.fa6-cedi-sign:after {
  content: "\10e0ef"; }

.fa6d.fa6-cent-sign:after, .fa6-duotone.fa6-cent-sign:after {
  content: "\10e0f0"; }

.fa6d.fa6-certificate:after, .fa6-duotone.fa6-certificate:after {
  content: "\10f0a3"; }

.fa6d.fa6-chair:after, .fa6-duotone.fa6-chair:after {
  content: "\10f6c0"; }

.fa6d.fa6-chair-office:after, .fa6-duotone.fa6-chair-office:after {
  content: "\10f6c1"; }

.fa6d.fa6-chalkboard:after, .fa6-duotone.fa6-chalkboard:after {
  content: "\10f51b"; }

.fa6d.fa6-blackboard:after, .fa6-duotone.fa6-blackboard:after {
  content: "\10f51b"; }

.fa6d.fa6-chalkboard-user:after, .fa6-duotone.fa6-chalkboard-user:after {
  content: "\10f51c"; }

.fa6d.fa6-chalkboard-teacher:after, .fa6-duotone.fa6-chalkboard-teacher:after {
  content: "\10f51c"; }

.fa6d.fa6-champagne-glass:after, .fa6-duotone.fa6-champagne-glass:after {
  content: "\10f79e"; }

.fa6d.fa6-glass-champagne:after, .fa6-duotone.fa6-glass-champagne:after {
  content: "\10f79e"; }

.fa6d.fa6-champagne-glasses:after, .fa6-duotone.fa6-champagne-glasses:after {
  content: "\10f79f"; }

.fa6d.fa6-glass-cheers:after, .fa6-duotone.fa6-glass-cheers:after {
  content: "\10f79f"; }

.fa6d.fa6-charging-station:after, .fa6-duotone.fa6-charging-station:after {
  content: "\10f5e7"; }

.fa6d.fa6-chart-area:after, .fa6-duotone.fa6-chart-area:after {
  content: "\10f1fe"; }

.fa6d.fa6-area-chart:after, .fa6-duotone.fa6-area-chart:after {
  content: "\10f1fe"; }

.fa6d.fa6-chart-bar:after, .fa6-duotone.fa6-chart-bar:after {
  content: "\10f080"; }

.fa6d.fa6-bar-chart:after, .fa6-duotone.fa6-bar-chart:after {
  content: "\10f080"; }

.fa6d.fa6-chart-bullet:after, .fa6-duotone.fa6-chart-bullet:after {
  content: "\10e0f1"; }

.fa6d.fa6-chart-candlestick:after, .fa6-duotone.fa6-chart-candlestick:after {
  content: "\10e0f2"; }

.fa6d.fa6-chart-column:after, .fa6-duotone.fa6-chart-column:after {
  content: "\10e0f3"; }

.fa6d.fa6-chart-gantt:after, .fa6-duotone.fa6-chart-gantt:after {
  content: "\10e0f4"; }

.fa6d.fa6-chart-line:after, .fa6-duotone.fa6-chart-line:after {
  content: "\10f201"; }

.fa6d.fa6-line-chart:after, .fa6-duotone.fa6-line-chart:after {
  content: "\10f201"; }

.fa6d.fa6-chart-line-down:after, .fa6-duotone.fa6-chart-line-down:after {
  content: "\10f64d"; }

.fa6d.fa6-chart-line-up:after, .fa6-duotone.fa6-chart-line-up:after {
  content: "\10e0f5"; }

.fa6d.fa6-chart-mixed:after, .fa6-duotone.fa6-chart-mixed:after {
  content: "\10f643"; }

.fa6d.fa6-analytics:after, .fa6-duotone.fa6-analytics:after {
  content: "\10f643"; }

.fa6d.fa6-chart-network:after, .fa6-duotone.fa6-chart-network:after {
  content: "\10f78a"; }

.fa6d.fa6-chart-pie:after, .fa6-duotone.fa6-chart-pie:after {
  content: "\10f200"; }

.fa6d.fa6-pie-chart:after, .fa6-duotone.fa6-pie-chart:after {
  content: "\10f200"; }

.fa6d.fa6-chart-pie-simple:after, .fa6-duotone.fa6-chart-pie-simple:after {
  content: "\10f64e"; }

.fa6d.fa6-chart-pie-alt:after, .fa6-duotone.fa6-chart-pie-alt:after {
  content: "\10f64e"; }

.fa6d.fa6-chart-pyramid:after, .fa6-duotone.fa6-chart-pyramid:after {
  content: "\10e0f6"; }

.fa6d.fa6-chart-radar:after, .fa6-duotone.fa6-chart-radar:after {
  content: "\10e0f7"; }

.fa6d.fa6-chart-scatter:after, .fa6-duotone.fa6-chart-scatter:after {
  content: "\10f7ee"; }

.fa6d.fa6-chart-scatter-3d:after, .fa6-duotone.fa6-chart-scatter-3d:after {
  content: "\10e0f8"; }

.fa6d.fa6-chart-scatter-bubble:after, .fa6-duotone.fa6-chart-scatter-bubble:after {
  content: "\10e0f9"; }

.fa6d.fa6-chart-tree-map:after, .fa6-duotone.fa6-chart-tree-map:after {
  content: "\10e0fa"; }

.fa6d.fa6-chart-user:after, .fa6-duotone.fa6-chart-user:after {
  content: "\10f6a3"; }

.fa6d.fa6-user-chart:after, .fa6-duotone.fa6-user-chart:after {
  content: "\10f6a3"; }

.fa6d.fa6-chart-waterfall:after, .fa6-duotone.fa6-chart-waterfall:after {
  content: "\10e0fb"; }

.fa6d.fa6-check:after, .fa6-duotone.fa6-check:after {
  content: "\10f00c"; }

.fa6d.fa6-check-double:after, .fa6-duotone.fa6-check-double:after {
  content: "\10f560"; }

.fa6d.fa6-check-to-slot:after, .fa6-duotone.fa6-check-to-slot:after {
  content: "\10f772"; }

.fa6d.fa6-vote-yea:after, .fa6-duotone.fa6-vote-yea:after {
  content: "\10f772"; }

.fa6d.fa6-cheese:after, .fa6-duotone.fa6-cheese:after {
  content: "\10f7ef"; }

.fa6d.fa6-cheese-swiss:after, .fa6-duotone.fa6-cheese-swiss:after {
  content: "\10f7f0"; }

.fa6d.fa6-cherries:after, .fa6-duotone.fa6-cherries:after {
  content: "\10e0fc"; }

.fa6d.fa6-chess:after, .fa6-duotone.fa6-chess:after {
  content: "\10f439"; }

.fa6d.fa6-chess-bishop:after, .fa6-duotone.fa6-chess-bishop:after {
  content: "\10f43a"; }

.fa6d.fa6-chess-bishop-piece:after, .fa6-duotone.fa6-chess-bishop-piece:after {
  content: "\10f43b"; }

.fa6d.fa6-chess-bishop-alt:after, .fa6-duotone.fa6-chess-bishop-alt:after {
  content: "\10f43b"; }

.fa6d.fa6-chess-board:after, .fa6-duotone.fa6-chess-board:after {
  content: "\10f43c"; }

.fa6d.fa6-chess-clock:after, .fa6-duotone.fa6-chess-clock:after {
  content: "\10f43d"; }

.fa6d.fa6-chess-clock-flip:after, .fa6-duotone.fa6-chess-clock-flip:after {
  content: "\10f43e"; }

.fa6d.fa6-chess-clock-alt:after, .fa6-duotone.fa6-chess-clock-alt:after {
  content: "\10f43e"; }

.fa6d.fa6-chess-king:after, .fa6-duotone.fa6-chess-king:after {
  content: "\10f43f"; }

.fa6d.fa6-chess-king-piece:after, .fa6-duotone.fa6-chess-king-piece:after {
  content: "\10f440"; }

.fa6d.fa6-chess-king-alt:after, .fa6-duotone.fa6-chess-king-alt:after {
  content: "\10f440"; }

.fa6d.fa6-chess-knight:after, .fa6-duotone.fa6-chess-knight:after {
  content: "\10f441"; }

.fa6d.fa6-chess-knight-piece:after, .fa6-duotone.fa6-chess-knight-piece:after {
  content: "\10f442"; }

.fa6d.fa6-chess-knight-alt:after, .fa6-duotone.fa6-chess-knight-alt:after {
  content: "\10f442"; }

.fa6d.fa6-chess-pawn:after, .fa6-duotone.fa6-chess-pawn:after {
  content: "\10f443"; }

.fa6d.fa6-chess-pawn-piece:after, .fa6-duotone.fa6-chess-pawn-piece:after {
  content: "\10f444"; }

.fa6d.fa6-chess-pawn-alt:after, .fa6-duotone.fa6-chess-pawn-alt:after {
  content: "\10f444"; }

.fa6d.fa6-chess-queen:after, .fa6-duotone.fa6-chess-queen:after {
  content: "\10f445"; }

.fa6d.fa6-chess-queen-piece:after, .fa6-duotone.fa6-chess-queen-piece:after {
  content: "\10f446"; }

.fa6d.fa6-chess-queen-alt:after, .fa6-duotone.fa6-chess-queen-alt:after {
  content: "\10f446"; }

.fa6d.fa6-chess-rook:after, .fa6-duotone.fa6-chess-rook:after {
  content: "\10f447"; }

.fa6d.fa6-chess-rook-piece:after, .fa6-duotone.fa6-chess-rook-piece:after {
  content: "\10f448"; }

.fa6d.fa6-chess-rook-alt:after, .fa6-duotone.fa6-chess-rook-alt:after {
  content: "\10f448"; }

.fa6d.fa6-chevron-down:after, .fa6-duotone.fa6-chevron-down:after {
  content: "\10f078"; }

.fa6d.fa6-chevron-left:after, .fa6-duotone.fa6-chevron-left:after {
  content: "\10f053"; }

.fa6d.fa6-chevron-right:after, .fa6-duotone.fa6-chevron-right:after {
  content: "\10f054"; }

.fa6d.fa6-chevron-up:after, .fa6-duotone.fa6-chevron-up:after {
  content: "\10f077"; }

.fa6d.fa6-chevrons-down:after, .fa6-duotone.fa6-chevrons-down:after {
  content: "\10f322"; }

.fa6d.fa6-chevron-double-down:after, .fa6-duotone.fa6-chevron-double-down:after {
  content: "\10f322"; }

.fa6d.fa6-chevrons-left:after, .fa6-duotone.fa6-chevrons-left:after {
  content: "\10f323"; }

.fa6d.fa6-chevron-double-left:after, .fa6-duotone.fa6-chevron-double-left:after {
  content: "\10f323"; }

.fa6d.fa6-chevrons-right:after, .fa6-duotone.fa6-chevrons-right:after {
  content: "\10f324"; }

.fa6d.fa6-chevron-double-right:after, .fa6-duotone.fa6-chevron-double-right:after {
  content: "\10f324"; }

.fa6d.fa6-chevrons-up:after, .fa6-duotone.fa6-chevrons-up:after {
  content: "\10f325"; }

.fa6d.fa6-chevron-double-up:after, .fa6-duotone.fa6-chevron-double-up:after {
  content: "\10f325"; }

.fa6d.fa6-child:after, .fa6-duotone.fa6-child:after {
  content: "\10f1ae"; }

.fa6d.fa6-chimney:after, .fa6-duotone.fa6-chimney:after {
  content: "\10f78b"; }

.fa6d.fa6-church:after, .fa6-duotone.fa6-church:after {
  content: "\10f51d"; }

.fa6d.fa6-circle:after, .fa6-duotone.fa6-circle:after {
  content: "\10f111"; }

.fa6d.fa6-circle-0:after, .fa6-duotone.fa6-circle-0:after {
  content: "\10e0fd"; }

.fa6d.fa6-circle-1:after, .fa6-duotone.fa6-circle-1:after {
  content: "\10e0fe"; }

.fa6d.fa6-circle-2:after, .fa6-duotone.fa6-circle-2:after {
  content: "\10e0ff"; }

.fa6d.fa6-circle-3:after, .fa6-duotone.fa6-circle-3:after {
  content: "\10e100"; }

.fa6d.fa6-circle-4:after, .fa6-duotone.fa6-circle-4:after {
  content: "\10e101"; }

.fa6d.fa6-circle-5:after, .fa6-duotone.fa6-circle-5:after {
  content: "\10e102"; }

.fa6d.fa6-circle-6:after, .fa6-duotone.fa6-circle-6:after {
  content: "\10e103"; }

.fa6d.fa6-circle-7:after, .fa6-duotone.fa6-circle-7:after {
  content: "\10e104"; }

.fa6d.fa6-circle-8:after, .fa6-duotone.fa6-circle-8:after {
  content: "\10e105"; }

.fa6d.fa6-circle-9:after, .fa6-duotone.fa6-circle-9:after {
  content: "\10e106"; }

.fa6d.fa6-circle-a:after, .fa6-duotone.fa6-circle-a:after {
  content: "\10e107"; }

.fa6d.fa6-circle-ampersand:after, .fa6-duotone.fa6-circle-ampersand:after {
  content: "\10e108"; }

.fa6d.fa6-circle-arrow-down:after, .fa6-duotone.fa6-circle-arrow-down:after {
  content: "\10f0ab"; }

.fa6d.fa6-arrow-circle-down:after, .fa6-duotone.fa6-arrow-circle-down:after {
  content: "\10f0ab"; }

.fa6d.fa6-circle-arrow-down-left:after, .fa6-duotone.fa6-circle-arrow-down-left:after {
  content: "\10e109"; }

.fa6d.fa6-circle-arrow-down-right:after, .fa6-duotone.fa6-circle-arrow-down-right:after {
  content: "\10e10a"; }

.fa6d.fa6-circle-arrow-left:after, .fa6-duotone.fa6-circle-arrow-left:after {
  content: "\10f0a8"; }

.fa6d.fa6-arrow-circle-left:after, .fa6-duotone.fa6-arrow-circle-left:after {
  content: "\10f0a8"; }

.fa6d.fa6-circle-arrow-right:after, .fa6-duotone.fa6-circle-arrow-right:after {
  content: "\10f0a9"; }

.fa6d.fa6-arrow-circle-right:after, .fa6-duotone.fa6-arrow-circle-right:after {
  content: "\10f0a9"; }

.fa6d.fa6-circle-arrow-up:after, .fa6-duotone.fa6-circle-arrow-up:after {
  content: "\10f0aa"; }

.fa6d.fa6-arrow-circle-up:after, .fa6-duotone.fa6-arrow-circle-up:after {
  content: "\10f0aa"; }

.fa6d.fa6-circle-arrow-up-left:after, .fa6-duotone.fa6-circle-arrow-up-left:after {
  content: "\10e10b"; }

.fa6d.fa6-circle-arrow-up-right:after, .fa6-duotone.fa6-circle-arrow-up-right:after {
  content: "\10e10c"; }

.fa6d.fa6-circle-b:after, .fa6-duotone.fa6-circle-b:after {
  content: "\10e10d"; }

.fa6d.fa6-circle-bolt:after, .fa6-duotone.fa6-circle-bolt:after {
  content: "\10e10e"; }

.fa6d.fa6-circle-book-open:after, .fa6-duotone.fa6-circle-book-open:after {
  content: "\10e10f"; }

.fa6d.fa6-book-circle:after, .fa6-duotone.fa6-book-circle:after {
  content: "\10e10f"; }

.fa6d.fa6-circle-bookmark:after, .fa6-duotone.fa6-circle-bookmark:after {
  content: "\10e110"; }

.fa6d.fa6-bookmark-circle:after, .fa6-duotone.fa6-bookmark-circle:after {
  content: "\10e110"; }

.fa6d.fa6-circle-c:after, .fa6-duotone.fa6-circle-c:after {
  content: "\10e111"; }

.fa6d.fa6-circle-calendar:after, .fa6-duotone.fa6-circle-calendar:after {
  content: "\10e112"; }

.fa6d.fa6-calendar-circle:after, .fa6-duotone.fa6-calendar-circle:after {
  content: "\10e112"; }

.fa6d.fa6-circle-camera:after, .fa6-duotone.fa6-circle-camera:after {
  content: "\10e113"; }

.fa6d.fa6-camera-circle:after, .fa6-duotone.fa6-camera-circle:after {
  content: "\10e113"; }

.fa6d.fa6-circle-caret-down:after, .fa6-duotone.fa6-circle-caret-down:after {
  content: "\10f32d"; }

.fa6d.fa6-caret-circle-down:after, .fa6-duotone.fa6-caret-circle-down:after {
  content: "\10f32d"; }

.fa6d.fa6-circle-caret-left:after, .fa6-duotone.fa6-circle-caret-left:after {
  content: "\10f32e"; }

.fa6d.fa6-caret-circle-left:after, .fa6-duotone.fa6-caret-circle-left:after {
  content: "\10f32e"; }

.fa6d.fa6-circle-caret-right:after, .fa6-duotone.fa6-circle-caret-right:after {
  content: "\10f330"; }

.fa6d.fa6-caret-circle-right:after, .fa6-duotone.fa6-caret-circle-right:after {
  content: "\10f330"; }

.fa6d.fa6-circle-caret-up:after, .fa6-duotone.fa6-circle-caret-up:after {
  content: "\10f331"; }

.fa6d.fa6-caret-circle-up:after, .fa6-duotone.fa6-caret-circle-up:after {
  content: "\10f331"; }

.fa6d.fa6-circle-check:after, .fa6-duotone.fa6-circle-check:after {
  content: "\10f058"; }

.fa6d.fa6-check-circle:after, .fa6-duotone.fa6-check-circle:after {
  content: "\10f058"; }

.fa6d.fa6-circle-chevron-down:after, .fa6-duotone.fa6-circle-chevron-down:after {
  content: "\10f13a"; }

.fa6d.fa6-chevron-circle-down:after, .fa6-duotone.fa6-chevron-circle-down:after {
  content: "\10f13a"; }

.fa6d.fa6-circle-chevron-left:after, .fa6-duotone.fa6-circle-chevron-left:after {
  content: "\10f137"; }

.fa6d.fa6-chevron-circle-left:after, .fa6-duotone.fa6-chevron-circle-left:after {
  content: "\10f137"; }

.fa6d.fa6-circle-chevron-right:after, .fa6-duotone.fa6-circle-chevron-right:after {
  content: "\10f138"; }

.fa6d.fa6-chevron-circle-right:after, .fa6-duotone.fa6-chevron-circle-right:after {
  content: "\10f138"; }

.fa6d.fa6-circle-chevron-up:after, .fa6-duotone.fa6-circle-chevron-up:after {
  content: "\10f139"; }

.fa6d.fa6-chevron-circle-up:after, .fa6-duotone.fa6-chevron-circle-up:after {
  content: "\10f139"; }

.fa6d.fa6-circle-d:after, .fa6-duotone.fa6-circle-d:after {
  content: "\10e114"; }

.fa6d.fa6-circle-dashed:after, .fa6-duotone.fa6-circle-dashed:after {
  content: "\10e115"; }

.fa6d.fa6-circle-divide:after, .fa6-duotone.fa6-circle-divide:after {
  content: "\10e116"; }

.fa6d.fa6-circle-dollar:after, .fa6-duotone.fa6-circle-dollar:after {
  content: "\10f2e8"; }

.fa6d.fa6-usd-circle:after, .fa6-duotone.fa6-usd-circle:after {
  content: "\10f2e8"; }

.fa6d.fa6-dollar-circle:after, .fa6-duotone.fa6-dollar-circle:after {
  content: "\10f2e8"; }

.fa6d.fa6-circle-dollar-to-slot:after, .fa6-duotone.fa6-circle-dollar-to-slot:after {
  content: "\10f4b9"; }

.fa6d.fa6-donate:after, .fa6-duotone.fa6-donate:after {
  content: "\10f4b9"; }

.fa6d.fa6-circle-dot:after, .fa6-duotone.fa6-circle-dot:after {
  content: "\10f192"; }

.fa6d.fa6-dot-circle:after, .fa6-duotone.fa6-dot-circle:after {
  content: "\10f192"; }

.fa6d.fa6-circle-down:after, .fa6-duotone.fa6-circle-down:after {
  content: "\10f358"; }

.fa6d.fa6-arrow-alt-circle-down:after, .fa6-duotone.fa6-arrow-alt-circle-down:after {
  content: "\10f358"; }

.fa6d.fa6-circle-down-left:after, .fa6-duotone.fa6-circle-down-left:after {
  content: "\10e117"; }

.fa6d.fa6-circle-down-right:after, .fa6-duotone.fa6-circle-down-right:after {
  content: "\10e118"; }

.fa6d.fa6-circle-e:after, .fa6-duotone.fa6-circle-e:after {
  content: "\10e119"; }

.fa6d.fa6-circle-envelope:after, .fa6-duotone.fa6-circle-envelope:after {
  content: "\10e11a"; }

.fa6d.fa6-envelope-circle:after, .fa6-duotone.fa6-envelope-circle:after {
  content: "\10e11a"; }

.fa6d.fa6-circle-exclamation:after, .fa6-duotone.fa6-circle-exclamation:after {
  content: "\10f06a"; }

.fa6d.fa6-exclamation-circle:after, .fa6-duotone.fa6-exclamation-circle:after {
  content: "\10f06a"; }

.fa6d.fa6-circle-exclamation-check:after, .fa6-duotone.fa6-circle-exclamation-check:after {
  content: "\10e11b"; }

.fa6d.fa6-circle-f:after, .fa6-duotone.fa6-circle-f:after {
  content: "\10e11c"; }

.fa6d.fa6-circle-g:after, .fa6-duotone.fa6-circle-g:after {
  content: "\10e11d"; }

.fa6d.fa6-circle-h:after, .fa6-duotone.fa6-circle-h:after {
  content: "\10f47e"; }

.fa6d.fa6-hospital-symbol:after, .fa6-duotone.fa6-hospital-symbol:after {
  content: "\10f47e"; }

.fa6d.fa6-circle-half:after, .fa6-duotone.fa6-circle-half:after {
  content: "\10e11e"; }

.fa6d.fa6-circle-half-stroke:after, .fa6-duotone.fa6-circle-half-stroke:after {
  content: "\10f042"; }

.fa6d.fa6-adjust:after, .fa6-duotone.fa6-adjust:after {
  content: "\10f042"; }

.fa6d.fa6-circle-heart:after, .fa6-duotone.fa6-circle-heart:after {
  content: "\10f4c7"; }

.fa6d.fa6-heart-circle:after, .fa6-duotone.fa6-heart-circle:after {
  content: "\10f4c7"; }

.fa6d.fa6-circle-i:after, .fa6-duotone.fa6-circle-i:after {
  content: "\10e11f"; }

.fa6d.fa6-circle-info:after, .fa6-duotone.fa6-circle-info:after {
  content: "\10f05a"; }

.fa6d.fa6-info-circle:after, .fa6-duotone.fa6-info-circle:after {
  content: "\10f05a"; }

.fa6d.fa6-circle-j:after, .fa6-duotone.fa6-circle-j:after {
  content: "\10e120"; }

.fa6d.fa6-circle-k:after, .fa6-duotone.fa6-circle-k:after {
  content: "\10e121"; }

.fa6d.fa6-circle-l:after, .fa6-duotone.fa6-circle-l:after {
  content: "\10e122"; }

.fa6d.fa6-circle-left:after, .fa6-duotone.fa6-circle-left:after {
  content: "\10f359"; }

.fa6d.fa6-arrow-alt-circle-left:after, .fa6-duotone.fa6-arrow-alt-circle-left:after {
  content: "\10f359"; }

.fa6d.fa6-circle-location-arrow:after, .fa6-duotone.fa6-circle-location-arrow:after {
  content: "\10f602"; }

.fa6d.fa6-location-circle:after, .fa6-duotone.fa6-location-circle:after {
  content: "\10f602"; }

.fa6d.fa6-circle-m:after, .fa6-duotone.fa6-circle-m:after {
  content: "\10e123"; }

.fa6d.fa6-circle-microphone:after, .fa6-duotone.fa6-circle-microphone:after {
  content: "\10e124"; }

.fa6d.fa6-microphone-circle:after, .fa6-duotone.fa6-microphone-circle:after {
  content: "\10e124"; }

.fa6d.fa6-circle-microphone-lines:after, .fa6-duotone.fa6-circle-microphone-lines:after {
  content: "\10e125"; }

.fa6d.fa6-microphone-circle-alt:after, .fa6-duotone.fa6-microphone-circle-alt:after {
  content: "\10e125"; }

.fa6d.fa6-circle-minus:after, .fa6-duotone.fa6-circle-minus:after {
  content: "\10f056"; }

.fa6d.fa6-minus-circle:after, .fa6-duotone.fa6-minus-circle:after {
  content: "\10f056"; }

.fa6d.fa6-circle-n:after, .fa6-duotone.fa6-circle-n:after {
  content: "\10e126"; }

.fa6d.fa6-circle-notch:after, .fa6-duotone.fa6-circle-notch:after {
  content: "\10f1ce"; }

.fa6d.fa6-circle-o:after, .fa6-duotone.fa6-circle-o:after {
  content: "\10e127"; }

.fa6d.fa6-circle-p:after, .fa6-duotone.fa6-circle-p:after {
  content: "\10e128"; }

.fa6d.fa6-circle-parking:after, .fa6-duotone.fa6-circle-parking:after {
  content: "\10f615"; }

.fa6d.fa6-parking-circle:after, .fa6-duotone.fa6-parking-circle:after {
  content: "\10f615"; }

.fa6d.fa6-circle-pause:after, .fa6-duotone.fa6-circle-pause:after {
  content: "\10f28b"; }

.fa6d.fa6-pause-circle:after, .fa6-duotone.fa6-pause-circle:after {
  content: "\10f28b"; }

.fa6d.fa6-circle-phone:after, .fa6-duotone.fa6-circle-phone:after {
  content: "\10e129"; }

.fa6d.fa6-phone-circle:after, .fa6-duotone.fa6-phone-circle:after {
  content: "\10e129"; }

.fa6d.fa6-circle-phone-flip:after, .fa6-duotone.fa6-circle-phone-flip:after {
  content: "\10e12a"; }

.fa6d.fa6-phone-circle-alt:after, .fa6-duotone.fa6-phone-circle-alt:after {
  content: "\10e12a"; }

.fa6d.fa6-circle-phone-hangup:after, .fa6-duotone.fa6-circle-phone-hangup:after {
  content: "\10e12b"; }

.fa6d.fa6-phone-circle-down:after, .fa6-duotone.fa6-phone-circle-down:after {
  content: "\10e12b"; }

.fa6d.fa6-circle-play:after, .fa6-duotone.fa6-circle-play:after {
  content: "\10f144"; }

.fa6d.fa6-play-circle:after, .fa6-duotone.fa6-play-circle:after {
  content: "\10f144"; }

.fa6d.fa6-circle-plus:after, .fa6-duotone.fa6-circle-plus:after {
  content: "\10f055"; }

.fa6d.fa6-plus-circle:after, .fa6-duotone.fa6-plus-circle:after {
  content: "\10f055"; }

.fa6d.fa6-circle-q:after, .fa6-duotone.fa6-circle-q:after {
  content: "\10e12c"; }

.fa6d.fa6-circle-quarter:after, .fa6-duotone.fa6-circle-quarter:after {
  content: "\10e12d"; }

.fa6d.fa6-circle-question:after, .fa6-duotone.fa6-circle-question:after {
  content: "\10f059"; }

.fa6d.fa6-question-circle:after, .fa6-duotone.fa6-question-circle:after {
  content: "\10f059"; }

.fa6d.fa6-circle-r:after, .fa6-duotone.fa6-circle-r:after {
  content: "\10e12e"; }

.fa6d.fa6-circle-radiation:after, .fa6-duotone.fa6-circle-radiation:after {
  content: "\10f7ba"; }

.fa6d.fa6-radiation-alt:after, .fa6-duotone.fa6-radiation-alt:after {
  content: "\10f7ba"; }

.fa6d.fa6-circle-right:after, .fa6-duotone.fa6-circle-right:after {
  content: "\10f35a"; }

.fa6d.fa6-arrow-alt-circle-right:after, .fa6-duotone.fa6-arrow-alt-circle-right:after {
  content: "\10f35a"; }

.fa6d.fa6-circle-s:after, .fa6-duotone.fa6-circle-s:after {
  content: "\10e12f"; }

.fa6d.fa6-circle-small:after, .fa6-duotone.fa6-circle-small:after {
  content: "\10e130"; }

.fa6d.fa6-circle-sort:after, .fa6-duotone.fa6-circle-sort:after {
  content: "\10e030"; }

.fa6d.fa6-sort-circle:after, .fa6-duotone.fa6-sort-circle:after {
  content: "\10e030"; }

.fa6d.fa6-circle-sort-down:after, .fa6-duotone.fa6-circle-sort-down:after {
  content: "\10e031"; }

.fa6d.fa6-sort-circle-down:after, .fa6-duotone.fa6-sort-circle-down:after {
  content: "\10e031"; }

.fa6d.fa6-circle-sort-up:after, .fa6-duotone.fa6-circle-sort-up:after {
  content: "\10e032"; }

.fa6d.fa6-sort-circle-up:after, .fa6-duotone.fa6-sort-circle-up:after {
  content: "\10e032"; }

.fa6d.fa6-circle-star:after, .fa6-duotone.fa6-circle-star:after {
  content: "\10e131"; }

.fa6d.fa6-star-circle:after, .fa6-duotone.fa6-star-circle:after {
  content: "\10e131"; }

.fa6d.fa6-circle-stop:after, .fa6-duotone.fa6-circle-stop:after {
  content: "\10f28d"; }

.fa6d.fa6-stop-circle:after, .fa6-duotone.fa6-stop-circle:after {
  content: "\10f28d"; }

.fa6d.fa6-circle-t:after, .fa6-duotone.fa6-circle-t:after {
  content: "\10e132"; }

.fa6d.fa6-circle-three-quarters:after, .fa6-duotone.fa6-circle-three-quarters:after {
  content: "\10e133"; }

.fa6d.fa6-circle-trash:after, .fa6-duotone.fa6-circle-trash:after {
  content: "\10e134"; }

.fa6d.fa6-trash-circle:after, .fa6-duotone.fa6-trash-circle:after {
  content: "\10e134"; }

.fa6d.fa6-circle-u:after, .fa6-duotone.fa6-circle-u:after {
  content: "\10e135"; }

.fa6d.fa6-circle-up:after, .fa6-duotone.fa6-circle-up:after {
  content: "\10f35b"; }

.fa6d.fa6-arrow-alt-circle-up:after, .fa6-duotone.fa6-arrow-alt-circle-up:after {
  content: "\10f35b"; }

.fa6d.fa6-circle-up-left:after, .fa6-duotone.fa6-circle-up-left:after {
  content: "\10e136"; }

.fa6d.fa6-circle-up-right:after, .fa6-duotone.fa6-circle-up-right:after {
  content: "\10e137"; }

.fa6d.fa6-circle-user:after, .fa6-duotone.fa6-circle-user:after {
  content: "\10f2bd"; }

.fa6d.fa6-user-circle:after, .fa6-duotone.fa6-user-circle:after {
  content: "\10f2bd"; }

.fa6d.fa6-circle-v:after, .fa6-duotone.fa6-circle-v:after {
  content: "\10e138"; }

.fa6d.fa6-circle-video:after, .fa6-duotone.fa6-circle-video:after {
  content: "\10e139"; }

.fa6d.fa6-video-circle:after, .fa6-duotone.fa6-video-circle:after {
  content: "\10e139"; }

.fa6d.fa6-circle-w:after, .fa6-duotone.fa6-circle-w:after {
  content: "\10e13a"; }

.fa6d.fa6-circle-waveform-lines:after, .fa6-duotone.fa6-circle-waveform-lines:after {
  content: "\10e13b"; }

.fa6d.fa6-waveform-circle:after, .fa6-duotone.fa6-waveform-circle:after {
  content: "\10e13b"; }

.fa6d.fa6-circle-x:after, .fa6-duotone.fa6-circle-x:after {
  content: "\10e13c"; }

.fa6d.fa6-circle-xmark:after, .fa6-duotone.fa6-circle-xmark:after {
  content: "\10f057"; }

.fa6d.fa6-times-circle:after, .fa6-duotone.fa6-times-circle:after {
  content: "\10f057"; }

.fa6d.fa6-xmark-circle:after, .fa6-duotone.fa6-xmark-circle:after {
  content: "\10f057"; }

.fa6d.fa6-circle-y:after, .fa6-duotone.fa6-circle-y:after {
  content: "\10e13d"; }

.fa6d.fa6-circle-z:after, .fa6-duotone.fa6-circle-z:after {
  content: "\10e13e"; }

.fa6d.fa6-city:after, .fa6-duotone.fa6-city:after {
  content: "\10f64f"; }

.fa6d.fa6-clapperboard:after, .fa6-duotone.fa6-clapperboard:after {
  content: "\10e13f"; }

.fa6d.fa6-clapperboard-play:after, .fa6-duotone.fa6-clapperboard-play:after {
  content: "\10e140"; }

.fa6d.fa6-clarinet:after, .fa6-duotone.fa6-clarinet:after {
  content: "\10f8ad"; }

.fa6d.fa6-claw-marks:after, .fa6-duotone.fa6-claw-marks:after {
  content: "\10f6c2"; }

.fa6d.fa6-clipboard:after, .fa6-duotone.fa6-clipboard:after {
  content: "\10f328"; }

.fa6d.fa6-clipboard-check:after, .fa6-duotone.fa6-clipboard-check:after {
  content: "\10f46c"; }

.fa6d.fa6-clipboard-list:after, .fa6-duotone.fa6-clipboard-list:after {
  content: "\10f46d"; }

.fa6d.fa6-clipboard-list-check:after, .fa6-duotone.fa6-clipboard-list-check:after {
  content: "\10f737"; }

.fa6d.fa6-clipboard-medical:after, .fa6-duotone.fa6-clipboard-medical:after {
  content: "\10e141"; }

.fa6d.fa6-clipboard-prescription:after, .fa6-duotone.fa6-clipboard-prescription:after {
  content: "\10f5e8"; }

.fa6d.fa6-clipboard-user:after, .fa6-duotone.fa6-clipboard-user:after {
  content: "\10f7f3"; }

.fa6d.fa6-clock:after, .fa6-duotone.fa6-clock:after {
  content: "\10f017"; }

.fa6d.fa6-clock-desk:after, .fa6-duotone.fa6-clock-desk:after {
  content: "\10e142"; }

.fa6d.fa6-clock-rotate-left:after, .fa6-duotone.fa6-clock-rotate-left:after {
  content: "\10f1da"; }

.fa6d.fa6-history:after, .fa6-duotone.fa6-history:after {
  content: "\10f1da"; }

.fa6d.fa6-clone:after, .fa6-duotone.fa6-clone:after {
  content: "\10f24d"; }

.fa6d.fa6-closed-captioning:after, .fa6-duotone.fa6-closed-captioning:after {
  content: "\10f20a"; }

.fa6d.fa6-closed-captioning-slash:after, .fa6-duotone.fa6-closed-captioning-slash:after {
  content: "\10e143"; }

.fa6d.fa6-clothes-hanger:after, .fa6-duotone.fa6-clothes-hanger:after {
  content: "\10e144"; }

.fa6d.fa6-cloud:after, .fa6-duotone.fa6-cloud:after {
  content: "\10f0c2"; }

.fa6d.fa6-cloud-arrow-down:after, .fa6-duotone.fa6-cloud-arrow-down:after {
  content: "\10f0ed"; }

.fa6d.fa6-cloud-download:after, .fa6-duotone.fa6-cloud-download:after {
  content: "\10f0ed"; }

.fa6d.fa6-cloud-download-alt:after, .fa6-duotone.fa6-cloud-download-alt:after {
  content: "\10f0ed"; }

.fa6d.fa6-cloud-arrow-up:after, .fa6-duotone.fa6-cloud-arrow-up:after {
  content: "\10f0ee"; }

.fa6d.fa6-cloud-upload:after, .fa6-duotone.fa6-cloud-upload:after {
  content: "\10f0ee"; }

.fa6d.fa6-cloud-upload-alt:after, .fa6-duotone.fa6-cloud-upload-alt:after {
  content: "\10f0ee"; }

.fa6d.fa6-cloud-bolt:after, .fa6-duotone.fa6-cloud-bolt:after {
  content: "\10f76c"; }

.fa6d.fa6-thunderstorm:after, .fa6-duotone.fa6-thunderstorm:after {
  content: "\10f76c"; }

.fa6d.fa6-cloud-bolt-moon:after, .fa6-duotone.fa6-cloud-bolt-moon:after {
  content: "\10f76d"; }

.fa6d.fa6-thunderstorm-moon:after, .fa6-duotone.fa6-thunderstorm-moon:after {
  content: "\10f76d"; }

.fa6d.fa6-cloud-bolt-sun:after, .fa6-duotone.fa6-cloud-bolt-sun:after {
  content: "\10f76e"; }

.fa6d.fa6-thunderstorm-sun:after, .fa6-duotone.fa6-thunderstorm-sun:after {
  content: "\10f76e"; }

.fa6d.fa6-cloud-drizzle:after, .fa6-duotone.fa6-cloud-drizzle:after {
  content: "\10f738"; }

.fa6d.fa6-cloud-fog:after, .fa6-duotone.fa6-cloud-fog:after {
  content: "\10f74e"; }

.fa6d.fa6-fog:after, .fa6-duotone.fa6-fog:after {
  content: "\10f74e"; }

.fa6d.fa6-cloud-hail:after, .fa6-duotone.fa6-cloud-hail:after {
  content: "\10f739"; }

.fa6d.fa6-cloud-hail-mixed:after, .fa6-duotone.fa6-cloud-hail-mixed:after {
  content: "\10f73a"; }

.fa6d.fa6-cloud-meatball:after, .fa6-duotone.fa6-cloud-meatball:after {
  content: "\10f73b"; }

.fa6d.fa6-cloud-moon:after, .fa6-duotone.fa6-cloud-moon:after {
  content: "\10f6c3"; }

.fa6d.fa6-cloud-moon-rain:after, .fa6-duotone.fa6-cloud-moon-rain:after {
  content: "\10f73c"; }

.fa6d.fa6-cloud-music:after, .fa6-duotone.fa6-cloud-music:after {
  content: "\10f8ae"; }

.fa6d.fa6-cloud-rain:after, .fa6-duotone.fa6-cloud-rain:after {
  content: "\10f73d"; }

.fa6d.fa6-cloud-rainbow:after, .fa6-duotone.fa6-cloud-rainbow:after {
  content: "\10f73e"; }

.fa6d.fa6-cloud-showers:after, .fa6-duotone.fa6-cloud-showers:after {
  content: "\10f73f"; }

.fa6d.fa6-cloud-showers-heavy:after, .fa6-duotone.fa6-cloud-showers-heavy:after {
  content: "\10f740"; }

.fa6d.fa6-cloud-slash:after, .fa6-duotone.fa6-cloud-slash:after {
  content: "\10e145"; }

.fa6d.fa6-cloud-sleet:after, .fa6-duotone.fa6-cloud-sleet:after {
  content: "\10f741"; }

.fa6d.fa6-cloud-snow:after, .fa6-duotone.fa6-cloud-snow:after {
  content: "\10f742"; }

.fa6d.fa6-cloud-sun:after, .fa6-duotone.fa6-cloud-sun:after {
  content: "\10f6c4"; }

.fa6d.fa6-cloud-sun-rain:after, .fa6-duotone.fa6-cloud-sun-rain:after {
  content: "\10f743"; }

.fa6d.fa6-cloud-word:after, .fa6-duotone.fa6-cloud-word:after {
  content: "\10e146"; }

.fa6d.fa6-clouds:after, .fa6-duotone.fa6-clouds:after {
  content: "\10f744"; }

.fa6d.fa6-clouds-moon:after, .fa6-duotone.fa6-clouds-moon:after {
  content: "\10f745"; }

.fa6d.fa6-clouds-sun:after, .fa6-duotone.fa6-clouds-sun:after {
  content: "\10f746"; }

.fa6d.fa6-clover:after, .fa6-duotone.fa6-clover:after {
  content: "\10e147"; }

.fa6d.fa6-club:after, .fa6-duotone.fa6-club:after {
  content: "\10f327"; }

.fa6d.fa6-code:after, .fa6-duotone.fa6-code:after {
  content: "\10f121"; }

.fa6d.fa6-code-branch:after, .fa6-duotone.fa6-code-branch:after {
  content: "\10f126"; }

.fa6d.fa6-code-commit:after, .fa6-duotone.fa6-code-commit:after {
  content: "\10f386"; }

.fa6d.fa6-code-compare:after, .fa6-duotone.fa6-code-compare:after {
  content: "\10e148"; }

.fa6d.fa6-code-fork:after, .fa6-duotone.fa6-code-fork:after {
  content: "\10e149"; }

.fa6d.fa6-code-merge:after, .fa6-duotone.fa6-code-merge:after {
  content: "\10f387"; }

.fa6d.fa6-code-pull-request:after, .fa6-duotone.fa6-code-pull-request:after {
  content: "\10e14a"; }

.fa6d.fa6-code-simple:after, .fa6-duotone.fa6-code-simple:after {
  content: "\10e14b"; }

.fa6d.fa6-coffee-bean:after, .fa6-duotone.fa6-coffee-bean:after {
  content: "\10e14c"; }

.fa6d.fa6-coffee-beans:after, .fa6-duotone.fa6-coffee-beans:after {
  content: "\10e14d"; }

.fa6d.fa6-coffee-pot:after, .fa6-duotone.fa6-coffee-pot:after {
  content: "\10e002"; }

.fa6d.fa6-coffin:after, .fa6-duotone.fa6-coffin:after {
  content: "\10f6c6"; }

.fa6d.fa6-coffin-cross:after, .fa6-duotone.fa6-coffin-cross:after {
  content: "\10e051"; }

.fa6d.fa6-coin:after, .fa6-duotone.fa6-coin:after {
  content: "\10f85c"; }

.fa6d.fa6-coins:after, .fa6-duotone.fa6-coins:after {
  content: "\10f51e"; }

.fa6d.fa6-colon-sign:after, .fa6-duotone.fa6-colon-sign:after {
  content: "\10e14e"; }

.fa6d.fa6-comet:after, .fa6-duotone.fa6-comet:after {
  content: "\10e003"; }

.fa6d.fa6-command:after, .fa6-duotone.fa6-command:after {
  content: "\10e14f"; }

.fa6d.fa6-comment:after, .fa6-duotone.fa6-comment:after {
  content: "\10f075"; }

.fa6d.fa6-comment-arrow-down:after, .fa6-duotone.fa6-comment-arrow-down:after {
  content: "\10e150"; }

.fa6d.fa6-comment-arrow-up:after, .fa6-duotone.fa6-comment-arrow-up:after {
  content: "\10e151"; }

.fa6d.fa6-comment-arrow-up-right:after, .fa6-duotone.fa6-comment-arrow-up-right:after {
  content: "\10e152"; }

.fa6d.fa6-comment-captions:after, .fa6-duotone.fa6-comment-captions:after {
  content: "\10e153"; }

.fa6d.fa6-comment-check:after, .fa6-duotone.fa6-comment-check:after {
  content: "\10f4ac"; }

.fa6d.fa6-comment-code:after, .fa6-duotone.fa6-comment-code:after {
  content: "\10e154"; }

.fa6d.fa6-comment-dollar:after, .fa6-duotone.fa6-comment-dollar:after {
  content: "\10f651"; }

.fa6d.fa6-comment-dots:after, .fa6-duotone.fa6-comment-dots:after {
  content: "\10f4ad"; }

.fa6d.fa6-commenting:after, .fa6-duotone.fa6-commenting:after {
  content: "\10f4ad"; }

.fa6d.fa6-comment-exclamation:after, .fa6-duotone.fa6-comment-exclamation:after {
  content: "\10f4af"; }

.fa6d.fa6-comment-image:after, .fa6-duotone.fa6-comment-image:after {
  content: "\10e155"; }

.fa6d.fa6-comment-lines:after, .fa6-duotone.fa6-comment-lines:after {
  content: "\10f4b0"; }

.fa6d.fa6-comment-medical:after, .fa6-duotone.fa6-comment-medical:after {
  content: "\10f7f5"; }

.fa6d.fa6-comment-middle:after, .fa6-duotone.fa6-comment-middle:after {
  content: "\10e156"; }

.fa6d.fa6-comment-middle-top:after, .fa6-duotone.fa6-comment-middle-top:after {
  content: "\10e157"; }

.fa6d.fa6-comment-minus:after, .fa6-duotone.fa6-comment-minus:after {
  content: "\10f4b1"; }

.fa6d.fa6-comment-music:after, .fa6-duotone.fa6-comment-music:after {
  content: "\10f8b0"; }

.fa6d.fa6-comment-pen:after, .fa6-duotone.fa6-comment-pen:after {
  content: "\10f4ae"; }

.fa6d.fa6-comment-edit:after, .fa6-duotone.fa6-comment-edit:after {
  content: "\10f4ae"; }

.fa6d.fa6-comment-plus:after, .fa6-duotone.fa6-comment-plus:after {
  content: "\10f4b2"; }

.fa6d.fa6-comment-question:after, .fa6-duotone.fa6-comment-question:after {
  content: "\10e158"; }

.fa6d.fa6-comment-quote:after, .fa6-duotone.fa6-comment-quote:after {
  content: "\10e159"; }

.fa6d.fa6-comment-slash:after, .fa6-duotone.fa6-comment-slash:after {
  content: "\10f4b3"; }

.fa6d.fa6-comment-smile:after, .fa6-duotone.fa6-comment-smile:after {
  content: "\10f4b4"; }

.fa6d.fa6-comment-sms:after, .fa6-duotone.fa6-comment-sms:after {
  content: "\10f7cd"; }

.fa6d.fa6-sms:after, .fa6-duotone.fa6-sms:after {
  content: "\10f7cd"; }

.fa6d.fa6-comment-text:after, .fa6-duotone.fa6-comment-text:after {
  content: "\10e15a"; }

.fa6d.fa6-comment-xmark:after, .fa6-duotone.fa6-comment-xmark:after {
  content: "\10f4b5"; }

.fa6d.fa6-comment-times:after, .fa6-duotone.fa6-comment-times:after {
  content: "\10f4b5"; }

.fa6d.fa6-comments:after, .fa6-duotone.fa6-comments:after {
  content: "\10f086"; }

.fa6d.fa6-comments-dollar:after, .fa6-duotone.fa6-comments-dollar:after {
  content: "\10f653"; }

.fa6d.fa6-comments-question:after, .fa6-duotone.fa6-comments-question:after {
  content: "\10e15b"; }

.fa6d.fa6-comments-question-check:after, .fa6-duotone.fa6-comments-question-check:after {
  content: "\10e15c"; }

.fa6d.fa6-compact-disc:after, .fa6-duotone.fa6-compact-disc:after {
  content: "\10f51f"; }

.fa6d.fa6-compass:after, .fa6-duotone.fa6-compass:after {
  content: "\10f14e"; }

.fa6d.fa6-compass-drafting:after, .fa6-duotone.fa6-compass-drafting:after {
  content: "\10f568"; }

.fa6d.fa6-drafting-compass:after, .fa6-duotone.fa6-drafting-compass:after {
  content: "\10f568"; }

.fa6d.fa6-compass-slash:after, .fa6-duotone.fa6-compass-slash:after {
  content: "\10f5e9"; }

.fa6d.fa6-compress:after, .fa6-duotone.fa6-compress:after {
  content: "\10f066"; }

.fa6d.fa6-compress-wide:after, .fa6-duotone.fa6-compress-wide:after {
  content: "\10f326"; }

.fa6d.fa6-computer-classic:after, .fa6-duotone.fa6-computer-classic:after {
  content: "\10f8b1"; }

.fa6d.fa6-computer-mouse:after, .fa6-duotone.fa6-computer-mouse:after {
  content: "\10f8cc"; }

.fa6d.fa6-mouse:after, .fa6-duotone.fa6-mouse:after {
  content: "\10f8cc"; }

.fa6d.fa6-computer-mouse-scrollwheel:after, .fa6-duotone.fa6-computer-mouse-scrollwheel:after {
  content: "\10f8cd"; }

.fa6d.fa6-mouse-alt:after, .fa6-duotone.fa6-mouse-alt:after {
  content: "\10f8cd"; }

.fa6d.fa6-computer-speaker:after, .fa6-duotone.fa6-computer-speaker:after {
  content: "\10f8b2"; }

.fa6d.fa6-container-storage:after, .fa6-duotone.fa6-container-storage:after {
  content: "\10f4b7"; }

.fa6d.fa6-conveyor-belt:after, .fa6-duotone.fa6-conveyor-belt:after {
  content: "\10f46e"; }

.fa6d.fa6-conveyor-belt-boxes:after, .fa6-duotone.fa6-conveyor-belt-boxes:after {
  content: "\10f46f"; }

.fa6d.fa6-conveyor-belt-alt:after, .fa6-duotone.fa6-conveyor-belt-alt:after {
  content: "\10f46f"; }

.fa6d.fa6-conveyor-belt-empty:after, .fa6-duotone.fa6-conveyor-belt-empty:after {
  content: "\10e15d"; }

.fa6d.fa6-cookie:after, .fa6-duotone.fa6-cookie:after {
  content: "\10f563"; }

.fa6d.fa6-cookie-bite:after, .fa6-duotone.fa6-cookie-bite:after {
  content: "\10f564"; }

.fa6d.fa6-copy:after, .fa6-duotone.fa6-copy:after {
  content: "\10f0c5"; }

.fa6d.fa6-copyright:after, .fa6-duotone.fa6-copyright:after {
  content: "\10f1f9"; }

.fa6d.fa6-corn:after, .fa6-duotone.fa6-corn:after {
  content: "\10f6c7"; }

.fa6d.fa6-couch:after, .fa6-duotone.fa6-couch:after {
  content: "\10f4b8"; }

.fa6d.fa6-cow:after, .fa6-duotone.fa6-cow:after {
  content: "\10f6c8"; }

.fa6d.fa6-cowbell:after, .fa6-duotone.fa6-cowbell:after {
  content: "\10f8b3"; }

.fa6d.fa6-cowbell-circle-plus:after, .fa6-duotone.fa6-cowbell-circle-plus:after {
  content: "\10f8b4"; }

.fa6d.fa6-cowbell-more:after, .fa6-duotone.fa6-cowbell-more:after {
  content: "\10f8b4"; }

.fa6d.fa6-credit-card:after, .fa6-duotone.fa6-credit-card:after {
  content: "\10f09d"; }

.fa6d.fa6-credit-card-alt:after, .fa6-duotone.fa6-credit-card-alt:after {
  content: "\10f09d"; }

.fa6d.fa6-credit-card-blank:after, .fa6-duotone.fa6-credit-card-blank:after {
  content: "\10f389"; }

.fa6d.fa6-credit-card-front:after, .fa6-duotone.fa6-credit-card-front:after {
  content: "\10f38a"; }

.fa6d.fa6-cricket-bat-ball:after, .fa6-duotone.fa6-cricket-bat-ball:after {
  content: "\10f449"; }

.fa6d.fa6-cricket:after, .fa6-duotone.fa6-cricket:after {
  content: "\10f449"; }

.fa6d.fa6-croissant:after, .fa6-duotone.fa6-croissant:after {
  content: "\10f7f6"; }

.fa6d.fa6-crop:after, .fa6-duotone.fa6-crop:after {
  content: "\10f125"; }

.fa6d.fa6-crop-simple:after, .fa6-duotone.fa6-crop-simple:after {
  content: "\10f565"; }

.fa6d.fa6-crop-alt:after, .fa6-duotone.fa6-crop-alt:after {
  content: "\10f565"; }

.fa6d.fa6-cross:after, .fa6-duotone.fa6-cross:after {
  content: "\10f654"; }

.fa6d.fa6-crosshairs:after, .fa6-duotone.fa6-crosshairs:after {
  content: "\10f05b"; }

.fa6d.fa6-crow:after, .fa6-duotone.fa6-crow:after {
  content: "\10f520"; }

.fa6d.fa6-crown:after, .fa6-duotone.fa6-crown:after {
  content: "\10f521"; }

.fa6d.fa6-crutch:after, .fa6-duotone.fa6-crutch:after {
  content: "\10f7f7"; }

.fa6d.fa6-crutches:after, .fa6-duotone.fa6-crutches:after {
  content: "\10f7f8"; }

.fa6d.fa6-cruzeiro-sign:after, .fa6-duotone.fa6-cruzeiro-sign:after {
  content: "\10e15e"; }

.fa6d.fa6-cube:after, .fa6-duotone.fa6-cube:after {
  content: "\10f1b2"; }

.fa6d.fa6-cubes:after, .fa6-duotone.fa6-cubes:after {
  content: "\10f1b3"; }

.fa6d.fa6-cup-togo:after, .fa6-duotone.fa6-cup-togo:after {
  content: "\10f6c5"; }

.fa6d.fa6-coffee-togo:after, .fa6-duotone.fa6-coffee-togo:after {
  content: "\10f6c5"; }

.fa6d.fa6-curling-stone:after, .fa6-duotone.fa6-curling-stone:after {
  content: "\10f44a"; }

.fa6d.fa6-curling:after, .fa6-duotone.fa6-curling:after {
  content: "\10f44a"; }

.fa6d.fa6-d:after, .fa6-duotone.fa6-d:after {
  content: "\10e15f"; }

.fa6d.fa6-dagger:after, .fa6-duotone.fa6-dagger:after {
  content: "\10f6cb"; }

.fa6d.fa6-database:after, .fa6-duotone.fa6-database:after {
  content: "\10f1c0"; }

.fa6d.fa6-deer:after, .fa6-duotone.fa6-deer:after {
  content: "\10f78e"; }

.fa6d.fa6-deer-rudolph:after, .fa6-duotone.fa6-deer-rudolph:after {
  content: "\10f78f"; }

.fa6d.fa6-delete-left:after, .fa6-duotone.fa6-delete-left:after {
  content: "\10f55a"; }

.fa6d.fa6-backspace:after, .fa6-duotone.fa6-backspace:after {
  content: "\10f55a"; }

.fa6d.fa6-delete-right:after, .fa6-duotone.fa6-delete-right:after {
  content: "\10e160"; }

.fa6d.fa6-democrat:after, .fa6-duotone.fa6-democrat:after {
  content: "\10f747"; }

.fa6d.fa6-desktop:after, .fa6-duotone.fa6-desktop:after {
  content: "\10f108"; }

.fa6d.fa6-desktop-alt:after, .fa6-duotone.fa6-desktop-alt:after {
  content: "\10f108"; }

.fa6d.fa6-desktop-arrow-down:after, .fa6-duotone.fa6-desktop-arrow-down:after {
  content: "\10e161"; }

.fa6d.fa6-dharmachakra:after, .fa6-duotone.fa6-dharmachakra:after {
  content: "\10f655"; }

.fa6d.fa6-diagram-lean-canvas:after, .fa6-duotone.fa6-diagram-lean-canvas:after {
  content: "\10e162"; }

.fa6d.fa6-diagram-nested:after, .fa6-duotone.fa6-diagram-nested:after {
  content: "\10e163"; }

.fa6d.fa6-diagram-project:after, .fa6-duotone.fa6-diagram-project:after {
  content: "\10f542"; }

.fa6d.fa6-project-diagram:after, .fa6-duotone.fa6-project-diagram:after {
  content: "\10f542"; }

.fa6d.fa6-diagram-sankey:after, .fa6-duotone.fa6-diagram-sankey:after {
  content: "\10e164"; }

.fa6d.fa6-diagram-stankey:after, .fa6-duotone.fa6-diagram-stankey:after {
  content: "\10e165"; }

.fa6d.fa6-diagram-venn:after, .fa6-duotone.fa6-diagram-venn:after {
  content: "\10e166"; }

.fa6d.fa6-dial:after, .fa6-duotone.fa6-dial:after {
  content: "\10e167"; }

.fa6d.fa6-dial-med-high:after, .fa6-duotone.fa6-dial-med-high:after {
  content: "\10e167"; }

.fa6d.fa6-dial-high:after, .fa6-duotone.fa6-dial-high:after {
  content: "\10e168"; }

.fa6d.fa6-dial-low:after, .fa6-duotone.fa6-dial-low:after {
  content: "\10e169"; }

.fa6d.fa6-dial-max:after, .fa6-duotone.fa6-dial-max:after {
  content: "\10e16a"; }

.fa6d.fa6-dial-med:after, .fa6-duotone.fa6-dial-med:after {
  content: "\10e16b"; }

.fa6d.fa6-dial-med-low:after, .fa6-duotone.fa6-dial-med-low:after {
  content: "\10e16c"; }

.fa6d.fa6-dial-min:after, .fa6-duotone.fa6-dial-min:after {
  content: "\10e16d"; }

.fa6d.fa6-diamond:after, .fa6-duotone.fa6-diamond:after {
  content: "\10f219"; }

.fa6d.fa6-diamond-turn-right:after, .fa6-duotone.fa6-diamond-turn-right:after {
  content: "\10f5eb"; }

.fa6d.fa6-directions:after, .fa6-duotone.fa6-directions:after {
  content: "\10f5eb"; }

.fa6d.fa6-dice:after, .fa6-duotone.fa6-dice:after {
  content: "\10f522"; }

.fa6d.fa6-dice-d10:after, .fa6-duotone.fa6-dice-d10:after {
  content: "\10f6cd"; }

.fa6d.fa6-dice-d12:after, .fa6-duotone.fa6-dice-d12:after {
  content: "\10f6ce"; }

.fa6d.fa6-dice-d20:after, .fa6-duotone.fa6-dice-d20:after {
  content: "\10f6cf"; }

.fa6d.fa6-dice-d4:after, .fa6-duotone.fa6-dice-d4:after {
  content: "\10f6d0"; }

.fa6d.fa6-dice-d6:after, .fa6-duotone.fa6-dice-d6:after {
  content: "\10f6d1"; }

.fa6d.fa6-dice-d8:after, .fa6-duotone.fa6-dice-d8:after {
  content: "\10f6d2"; }

.fa6d.fa6-dice-five:after, .fa6-duotone.fa6-dice-five:after {
  content: "\10f523"; }

.fa6d.fa6-dice-four:after, .fa6-duotone.fa6-dice-four:after {
  content: "\10f524"; }

.fa6d.fa6-dice-one:after, .fa6-duotone.fa6-dice-one:after {
  content: "\10f525"; }

.fa6d.fa6-dice-six:after, .fa6-duotone.fa6-dice-six:after {
  content: "\10f526"; }

.fa6d.fa6-dice-three:after, .fa6-duotone.fa6-dice-three:after {
  content: "\10f527"; }

.fa6d.fa6-dice-two:after, .fa6-duotone.fa6-dice-two:after {
  content: "\10f528"; }

.fa6d.fa6-diploma:after, .fa6-duotone.fa6-diploma:after {
  content: "\10f5ea"; }

.fa6d.fa6-scroll-ribbon:after, .fa6-duotone.fa6-scroll-ribbon:after {
  content: "\10f5ea"; }

.fa6d.fa6-disc-drive:after, .fa6-duotone.fa6-disc-drive:after {
  content: "\10f8b5"; }

.fa6d.fa6-disease:after, .fa6-duotone.fa6-disease:after {
  content: "\10f7fa"; }

.fa6d.fa6-display:after, .fa6-duotone.fa6-display:after {
  content: "\10e16e"; }

.fa6d.fa6-display-arrow-down:after, .fa6-duotone.fa6-display-arrow-down:after {
  content: "\10e16f"; }

.fa6d.fa6-display-code:after, .fa6-duotone.fa6-display-code:after {
  content: "\10e170"; }

.fa6d.fa6-desktop-code:after, .fa6-duotone.fa6-desktop-code:after {
  content: "\10e170"; }

.fa6d.fa6-display-medical:after, .fa6-duotone.fa6-display-medical:after {
  content: "\10e171"; }

.fa6d.fa6-desktop-medical:after, .fa6-duotone.fa6-desktop-medical:after {
  content: "\10e171"; }

.fa6d.fa6-display-slash:after, .fa6-duotone.fa6-display-slash:after {
  content: "\10e172"; }

.fa6d.fa6-desktop-slash:after, .fa6-duotone.fa6-desktop-slash:after {
  content: "\10e172"; }

.fa6d.fa6-divide:after, .fa6-duotone.fa6-divide:after {
  content: "\10f529"; }

.fa6d.fa6-dna:after, .fa6-duotone.fa6-dna:after {
  content: "\10f471"; }

.fa6d.fa6-do-not-enter:after, .fa6-duotone.fa6-do-not-enter:after {
  content: "\10f5ec"; }

.fa6d.fa6-dog:after, .fa6-duotone.fa6-dog:after {
  content: "\10f6d3"; }

.fa6d.fa6-dog-leashed:after, .fa6-duotone.fa6-dog-leashed:after {
  content: "\10f6d4"; }

.fa6d.fa6-dollar-sign:after, .fa6-duotone.fa6-dollar-sign:after {
  content: "\10f155"; }

.fa6d.fa6-dollar:after, .fa6-duotone.fa6-dollar:after {
  content: "\10f155"; }

.fa6d.fa6-usd:after, .fa6-duotone.fa6-usd:after {
  content: "\10f155"; }

.fa6d.fa6-dolly:after, .fa6-duotone.fa6-dolly:after {
  content: "\10f472"; }

.fa6d.fa6-dolly-box:after, .fa6-duotone.fa6-dolly-box:after {
  content: "\10f472"; }

.fa6d.fa6-dolly-empty:after, .fa6-duotone.fa6-dolly-empty:after {
  content: "\10f473"; }

.fa6d.fa6-dolphin:after, .fa6-duotone.fa6-dolphin:after {
  content: "\10e173"; }

.fa6d.fa6-dong-sign:after, .fa6-duotone.fa6-dong-sign:after {
  content: "\10e174"; }

.fa6d.fa6-door-closed:after, .fa6-duotone.fa6-door-closed:after {
  content: "\10f52a"; }

.fa6d.fa6-door-open:after, .fa6-duotone.fa6-door-open:after {
  content: "\10f52b"; }

.fa6d.fa6-dove:after, .fa6-duotone.fa6-dove:after {
  content: "\10f4ba"; }

.fa6d.fa6-down:after, .fa6-duotone.fa6-down:after {
  content: "\10f354"; }

.fa6d.fa6-arrow-alt-down:after, .fa6-duotone.fa6-arrow-alt-down:after {
  content: "\10f354"; }

.fa6d.fa6-down-from-line:after, .fa6-duotone.fa6-down-from-line:after {
  content: "\10f349"; }

.fa6d.fa6-arrow-alt-from-top:after, .fa6-duotone.fa6-arrow-alt-from-top:after {
  content: "\10f349"; }

.fa6d.fa6-down-left:after, .fa6-duotone.fa6-down-left:after {
  content: "\10e175"; }

.fa6d.fa6-down-left-and-up-right-to-center:after, .fa6-duotone.fa6-down-left-and-up-right-to-center:after {
  content: "\10f422"; }

.fa6d.fa6-compress-alt:after, .fa6-duotone.fa6-compress-alt:after {
  content: "\10f422"; }

.fa6d.fa6-down-long:after, .fa6-duotone.fa6-down-long:after {
  content: "\10f309"; }

.fa6d.fa6-long-arrow-alt-down:after, .fa6-duotone.fa6-long-arrow-alt-down:after {
  content: "\10f309"; }

.fa6d.fa6-down-right:after, .fa6-duotone.fa6-down-right:after {
  content: "\10e176"; }

.fa6d.fa6-down-to-line:after, .fa6-duotone.fa6-down-to-line:after {
  content: "\10f34a"; }

.fa6d.fa6-arrow-alt-to-bottom:after, .fa6-duotone.fa6-arrow-alt-to-bottom:after {
  content: "\10f34a"; }

.fa6d.fa6-download:after, .fa6-duotone.fa6-download:after {
  content: "\10f019"; }

.fa6d.fa6-dragon:after, .fa6-duotone.fa6-dragon:after {
  content: "\10f6d5"; }

.fa6d.fa6-draw-circle:after, .fa6-duotone.fa6-draw-circle:after {
  content: "\10f5ed"; }

.fa6d.fa6-draw-polygon:after, .fa6-duotone.fa6-draw-polygon:after {
  content: "\10f5ee"; }

.fa6d.fa6-draw-square:after, .fa6-duotone.fa6-draw-square:after {
  content: "\10f5ef"; }

.fa6d.fa6-dreidel:after, .fa6-duotone.fa6-dreidel:after {
  content: "\10f792"; }

.fa6d.fa6-drone:after, .fa6-duotone.fa6-drone:after {
  content: "\10f85f"; }

.fa6d.fa6-drone-front:after, .fa6-duotone.fa6-drone-front:after {
  content: "\10f860"; }

.fa6d.fa6-drone-alt:after, .fa6-duotone.fa6-drone-alt:after {
  content: "\10f860"; }

.fa6d.fa6-droplet:after, .fa6-duotone.fa6-droplet:after {
  content: "\10f043"; }

.fa6d.fa6-tint:after, .fa6-duotone.fa6-tint:after {
  content: "\10f043"; }

.fa6d.fa6-droplet-degree:after, .fa6-duotone.fa6-droplet-degree:after {
  content: "\10f748"; }

.fa6d.fa6-dewpoint:after, .fa6-duotone.fa6-dewpoint:after {
  content: "\10f748"; }

.fa6d.fa6-droplet-percent:after, .fa6-duotone.fa6-droplet-percent:after {
  content: "\10f750"; }

.fa6d.fa6-humidity:after, .fa6-duotone.fa6-humidity:after {
  content: "\10f750"; }

.fa6d.fa6-droplet-slash:after, .fa6-duotone.fa6-droplet-slash:after {
  content: "\10f5c7"; }

.fa6d.fa6-tint-slash:after, .fa6-duotone.fa6-tint-slash:after {
  content: "\10f5c7"; }

.fa6d.fa6-drum:after, .fa6-duotone.fa6-drum:after {
  content: "\10f569"; }

.fa6d.fa6-drum-steelpan:after, .fa6-duotone.fa6-drum-steelpan:after {
  content: "\10f56a"; }

.fa6d.fa6-drumstick:after, .fa6-duotone.fa6-drumstick:after {
  content: "\10f6d6"; }

.fa6d.fa6-drumstick-bite:after, .fa6-duotone.fa6-drumstick-bite:after {
  content: "\10f6d7"; }

.fa6d.fa6-dryer:after, .fa6-duotone.fa6-dryer:after {
  content: "\10f861"; }

.fa6d.fa6-dryer-heat:after, .fa6-duotone.fa6-dryer-heat:after {
  content: "\10f862"; }

.fa6d.fa6-dryer-alt:after, .fa6-duotone.fa6-dryer-alt:after {
  content: "\10f862"; }

.fa6d.fa6-duck:after, .fa6-duotone.fa6-duck:after {
  content: "\10f6d8"; }

.fa6d.fa6-dumbbell:after, .fa6-duotone.fa6-dumbbell:after {
  content: "\10f44b"; }

.fa6d.fa6-dumpster:after, .fa6-duotone.fa6-dumpster:after {
  content: "\10f793"; }

.fa6d.fa6-dumpster-fire:after, .fa6-duotone.fa6-dumpster-fire:after {
  content: "\10f794"; }

.fa6d.fa6-dungeon:after, .fa6-duotone.fa6-dungeon:after {
  content: "\10f6d9"; }

.fa6d.fa6-e:after, .fa6-duotone.fa6-e:after {
  content: "\10e177"; }

.fa6d.fa6-ear:after, .fa6-duotone.fa6-ear:after {
  content: "\10f5f0"; }

.fa6d.fa6-ear-deaf:after, .fa6-duotone.fa6-ear-deaf:after {
  content: "\10f2a4"; }

.fa6d.fa6-deaf:after, .fa6-duotone.fa6-deaf:after {
  content: "\10f2a4"; }

.fa6d.fa6-deafness:after, .fa6-duotone.fa6-deafness:after {
  content: "\10f2a4"; }

.fa6d.fa6-hard-of-hearing:after, .fa6-duotone.fa6-hard-of-hearing:after {
  content: "\10f2a4"; }

.fa6d.fa6-ear-listen:after, .fa6-duotone.fa6-ear-listen:after {
  content: "\10f2a2"; }

.fa6d.fa6-assistive-listening-systems:after, .fa6-duotone.fa6-assistive-listening-systems:after {
  content: "\10f2a2"; }

.fa6d.fa6-ear-muffs:after, .fa6-duotone.fa6-ear-muffs:after {
  content: "\10f795"; }

.fa6d.fa6-earth-africa:after, .fa6-duotone.fa6-earth-africa:after {
  content: "\10f57c"; }

.fa6d.fa6-globe-africa:after, .fa6-duotone.fa6-globe-africa:after {
  content: "\10f57c"; }

.fa6d.fa6-earth-americas:after, .fa6-duotone.fa6-earth-americas:after {
  content: "\10f57d"; }

.fa6d.fa6-earth:after, .fa6-duotone.fa6-earth:after {
  content: "\10f57d"; }

.fa6d.fa6-globe-americas:after, .fa6-duotone.fa6-globe-americas:after {
  content: "\10f57d"; }

.fa6d.fa6-earth-asia:after, .fa6-duotone.fa6-earth-asia:after {
  content: "\10f57e"; }

.fa6d.fa6-globe-asia:after, .fa6-duotone.fa6-globe-asia:after {
  content: "\10f57e"; }

.fa6d.fa6-earth-europa:after, .fa6-duotone.fa6-earth-europa:after {
  content: "\10f7a2"; }

.fa6d.fa6-globe-europe:after, .fa6-duotone.fa6-globe-europe:after {
  content: "\10f7a2"; }

.fa6d.fa6-eclipse:after, .fa6-duotone.fa6-eclipse:after {
  content: "\10f749"; }

.fa6d.fa6-egg:after, .fa6-duotone.fa6-egg:after {
  content: "\10f7fb"; }

.fa6d.fa6-egg-fried:after, .fa6-duotone.fa6-egg-fried:after {
  content: "\10f7fc"; }

.fa6d.fa6-eggplant:after, .fa6-duotone.fa6-eggplant:after {
  content: "\10e178"; }

.fa6d.fa6-eject:after, .fa6-duotone.fa6-eject:after {
  content: "\10f052"; }

.fa6d.fa6-elephant:after, .fa6-duotone.fa6-elephant:after {
  content: "\10f6da"; }

.fa6d.fa6-elevator:after, .fa6-duotone.fa6-elevator:after {
  content: "\10e179"; }

.fa6d.fa6-ellipsis:after, .fa6-duotone.fa6-ellipsis:after {
  content: "\10f141"; }

.fa6d.fa6-ellipsis-h:after, .fa6-duotone.fa6-ellipsis-h:after {
  content: "\10f141"; }

.fa6d.fa6-ellipsis-stroke:after, .fa6-duotone.fa6-ellipsis-stroke:after {
  content: "\10f39b"; }

.fa6d.fa6-ellipsis-h-alt:after, .fa6-duotone.fa6-ellipsis-h-alt:after {
  content: "\10f39b"; }

.fa6d.fa6-ellipsis-stroke-vertical:after, .fa6-duotone.fa6-ellipsis-stroke-vertical:after {
  content: "\10f39c"; }

.fa6d.fa6-ellipsis-v-alt:after, .fa6-duotone.fa6-ellipsis-v-alt:after {
  content: "\10f39c"; }

.fa6d.fa6-ellipsis-vertical:after, .fa6-duotone.fa6-ellipsis-vertical:after {
  content: "\10f142"; }

.fa6d.fa6-ellipsis-v:after, .fa6-duotone.fa6-ellipsis-v:after {
  content: "\10f142"; }

.fa6d.fa6-empty-set:after, .fa6-duotone.fa6-empty-set:after {
  content: "\10f656"; }

.fa6d.fa6-engine:after, .fa6-duotone.fa6-engine:after {
  content: "\10e17a"; }

.fa6d.fa6-engine-warning:after, .fa6-duotone.fa6-engine-warning:after {
  content: "\10f5f2"; }

.fa6d.fa6-engine-exclamation:after, .fa6-duotone.fa6-engine-exclamation:after {
  content: "\10f5f2"; }

.fa6d.fa6-envelope:after, .fa6-duotone.fa6-envelope:after {
  content: "\10f0e0"; }

.fa6d.fa6-envelope-dot:after, .fa6-duotone.fa6-envelope-dot:after {
  content: "\10e17b"; }

.fa6d.fa6-envelope-badge:after, .fa6-duotone.fa6-envelope-badge:after {
  content: "\10e17b"; }

.fa6d.fa6-envelope-open:after, .fa6-duotone.fa6-envelope-open:after {
  content: "\10f2b6"; }

.fa6d.fa6-envelope-open-dollar:after, .fa6-duotone.fa6-envelope-open-dollar:after {
  content: "\10f657"; }

.fa6d.fa6-envelope-open-text:after, .fa6-duotone.fa6-envelope-open-text:after {
  content: "\10f658"; }

.fa6d.fa6-envelopes:after, .fa6-duotone.fa6-envelopes:after {
  content: "\10e17c"; }

.fa6d.fa6-envelopes-bulk:after, .fa6-duotone.fa6-envelopes-bulk:after {
  content: "\10f674"; }

.fa6d.fa6-mail-bulk:after, .fa6-duotone.fa6-mail-bulk:after {
  content: "\10f674"; }

.fa6d.fa6-equals:after, .fa6-duotone.fa6-equals:after {
  content: "\10f52c"; }

.fa6d.fa6-eraser:after, .fa6-duotone.fa6-eraser:after {
  content: "\10f12d"; }

.fa6d.fa6-escalator:after, .fa6-duotone.fa6-escalator:after {
  content: "\10e17d"; }

.fa6d.fa6-ethernet:after, .fa6-duotone.fa6-ethernet:after {
  content: "\10f796"; }

.fa6d.fa6-euro-sign:after, .fa6-duotone.fa6-euro-sign:after {
  content: "\10f153"; }

.fa6d.fa6-euro:after, .fa6-duotone.fa6-euro:after {
  content: "\10f153"; }

.fa6d.fa6-eur:after, .fa6-duotone.fa6-eur:after {
  content: "\10f153"; }

.fa6d.fa6-exclamation:after, .fa6-duotone.fa6-exclamation:after {
  content: "\10f12a"; }

.fa6d.fa6-expand:after, .fa6-duotone.fa6-expand:after {
  content: "\10f065"; }

.fa6d.fa6-expand-wide:after, .fa6-duotone.fa6-expand-wide:after {
  content: "\10f320"; }

.fa6d.fa6-eye:after, .fa6-duotone.fa6-eye:after {
  content: "\10f06e"; }

.fa6d.fa6-eye-dropper:after, .fa6-duotone.fa6-eye-dropper:after {
  content: "\10f1fb"; }

.fa6d.fa6-eye-dropper-empty:after, .fa6-duotone.fa6-eye-dropper-empty:after {
  content: "\10f1fb"; }

.fa6d.fa6-eyedropper:after, .fa6-duotone.fa6-eyedropper:after {
  content: "\10f1fb"; }

.fa6d.fa6-eye-dropper-full:after, .fa6-duotone.fa6-eye-dropper-full:after {
  content: "\10e17e"; }

.fa6d.fa6-eye-dropper-half:after, .fa6-duotone.fa6-eye-dropper-half:after {
  content: "\10e17f"; }

.fa6d.fa6-eye-evil:after, .fa6-duotone.fa6-eye-evil:after {
  content: "\10f6db"; }

.fa6d.fa6-eye-low-vision:after, .fa6-duotone.fa6-eye-low-vision:after {
  content: "\10f2a8"; }

.fa6d.fa6-low-vision:after, .fa6-duotone.fa6-low-vision:after {
  content: "\10f2a8"; }

.fa6d.fa6-eye-slash:after, .fa6-duotone.fa6-eye-slash:after {
  content: "\10f070"; }

.fa6d.fa6-f:after, .fa6-duotone.fa6-f:after {
  content: "\10e180"; }

.fa6d.fa6-face-angry:after, .fa6-duotone.fa6-face-angry:after {
  content: "\10f556"; }

.fa6d.fa6-angry:after, .fa6-duotone.fa6-angry:after {
  content: "\10f556"; }

.fa6d.fa6-face-dizzy:after, .fa6-duotone.fa6-face-dizzy:after {
  content: "\10f567"; }

.fa6d.fa6-dizzy:after, .fa6-duotone.fa6-dizzy:after {
  content: "\10f567"; }

.fa6d.fa6-face-flushed:after, .fa6-duotone.fa6-face-flushed:after {
  content: "\10f579"; }

.fa6d.fa6-flushed:after, .fa6-duotone.fa6-flushed:after {
  content: "\10f579"; }

.fa6d.fa6-face-frown:after, .fa6-duotone.fa6-face-frown:after {
  content: "\10f119"; }

.fa6d.fa6-frown:after, .fa6-duotone.fa6-frown:after {
  content: "\10f119"; }

.fa6d.fa6-face-frown-open:after, .fa6-duotone.fa6-face-frown-open:after {
  content: "\10f57a"; }

.fa6d.fa6-frown-open:after, .fa6-duotone.fa6-frown-open:after {
  content: "\10f57a"; }

.fa6d.fa6-face-grimace:after, .fa6-duotone.fa6-face-grimace:after {
  content: "\10f57f"; }

.fa6d.fa6-grimace:after, .fa6-duotone.fa6-grimace:after {
  content: "\10f57f"; }

.fa6d.fa6-face-grin:after, .fa6-duotone.fa6-face-grin:after {
  content: "\10f580"; }

.fa6d.fa6-grin:after, .fa6-duotone.fa6-grin:after {
  content: "\10f580"; }

.fa6d.fa6-face-grin-beam:after, .fa6-duotone.fa6-face-grin-beam:after {
  content: "\10f582"; }

.fa6d.fa6-grin-beam:after, .fa6-duotone.fa6-grin-beam:after {
  content: "\10f582"; }

.fa6d.fa6-face-grin-beam-sweat:after, .fa6-duotone.fa6-face-grin-beam-sweat:after {
  content: "\10f583"; }

.fa6d.fa6-grin-beam-sweat:after, .fa6-duotone.fa6-grin-beam-sweat:after {
  content: "\10f583"; }

.fa6d.fa6-face-grin-hearts:after, .fa6-duotone.fa6-face-grin-hearts:after {
  content: "\10f584"; }

.fa6d.fa6-grin-hearts:after, .fa6-duotone.fa6-grin-hearts:after {
  content: "\10f584"; }

.fa6d.fa6-face-grin-squint:after, .fa6-duotone.fa6-face-grin-squint:after {
  content: "\10f585"; }

.fa6d.fa6-grin-squint:after, .fa6-duotone.fa6-grin-squint:after {
  content: "\10f585"; }

.fa6d.fa6-face-grin-squint-tears:after, .fa6-duotone.fa6-face-grin-squint-tears:after {
  content: "\10f586"; }

.fa6d.fa6-grin-squint-tears:after, .fa6-duotone.fa6-grin-squint-tears:after {
  content: "\10f586"; }

.fa6d.fa6-face-grin-stars:after, .fa6-duotone.fa6-face-grin-stars:after {
  content: "\10f587"; }

.fa6d.fa6-grin-stars:after, .fa6-duotone.fa6-grin-stars:after {
  content: "\10f587"; }

.fa6d.fa6-face-grin-tears:after, .fa6-duotone.fa6-face-grin-tears:after {
  content: "\10f588"; }

.fa6d.fa6-grin-tears:after, .fa6-duotone.fa6-grin-tears:after {
  content: "\10f588"; }

.fa6d.fa6-face-grin-tongue:after, .fa6-duotone.fa6-face-grin-tongue:after {
  content: "\10f589"; }

.fa6d.fa6-grin-tongue:after, .fa6-duotone.fa6-grin-tongue:after {
  content: "\10f589"; }

.fa6d.fa6-face-grin-tongue-squint:after, .fa6-duotone.fa6-face-grin-tongue-squint:after {
  content: "\10f58a"; }

.fa6d.fa6-grin-tongue-squint:after, .fa6-duotone.fa6-grin-tongue-squint:after {
  content: "\10f58a"; }

.fa6d.fa6-face-grin-tongue-wink:after, .fa6-duotone.fa6-face-grin-tongue-wink:after {
  content: "\10f58b"; }

.fa6d.fa6-grin-tongue-wink:after, .fa6-duotone.fa6-grin-tongue-wink:after {
  content: "\10f58b"; }

.fa6d.fa6-face-grin-wide:after, .fa6-duotone.fa6-face-grin-wide:after {
  content: "\10f581"; }

.fa6d.fa6-grin-alt:after, .fa6-duotone.fa6-grin-alt:after {
  content: "\10f581"; }

.fa6d.fa6-face-grin-wink:after, .fa6-duotone.fa6-face-grin-wink:after {
  content: "\10f58c"; }

.fa6d.fa6-grin-wink:after, .fa6-duotone.fa6-grin-wink:after {
  content: "\10f58c"; }

.fa6d.fa6-face-kiss:after, .fa6-duotone.fa6-face-kiss:after {
  content: "\10f596"; }

.fa6d.fa6-kiss:after, .fa6-duotone.fa6-kiss:after {
  content: "\10f596"; }

.fa6d.fa6-face-kiss-beam:after, .fa6-duotone.fa6-face-kiss-beam:after {
  content: "\10f597"; }

.fa6d.fa6-kiss-beam:after, .fa6-duotone.fa6-kiss-beam:after {
  content: "\10f597"; }

.fa6d.fa6-face-kiss-wink-heart:after, .fa6-duotone.fa6-face-kiss-wink-heart:after {
  content: "\10f598"; }

.fa6d.fa6-kiss-wink-heart:after, .fa6-duotone.fa6-kiss-wink-heart:after {
  content: "\10f598"; }

.fa6d.fa6-face-laugh:after, .fa6-duotone.fa6-face-laugh:after {
  content: "\10f599"; }

.fa6d.fa6-laugh:after, .fa6-duotone.fa6-laugh:after {
  content: "\10f599"; }

.fa6d.fa6-face-laugh-beam:after, .fa6-duotone.fa6-face-laugh-beam:after {
  content: "\10f59a"; }

.fa6d.fa6-laugh-beam:after, .fa6-duotone.fa6-laugh-beam:after {
  content: "\10f59a"; }

.fa6d.fa6-face-laugh-squint:after, .fa6-duotone.fa6-face-laugh-squint:after {
  content: "\10f59b"; }

.fa6d.fa6-laugh-squint:after, .fa6-duotone.fa6-laugh-squint:after {
  content: "\10f59b"; }

.fa6d.fa6-face-laugh-wink:after, .fa6-duotone.fa6-face-laugh-wink:after {
  content: "\10f59c"; }

.fa6d.fa6-laugh-wink:after, .fa6-duotone.fa6-laugh-wink:after {
  content: "\10f59c"; }

.fa6d.fa6-face-meh:after, .fa6-duotone.fa6-face-meh:after {
  content: "\10f11a"; }

.fa6d.fa6-meh:after, .fa6-duotone.fa6-meh:after {
  content: "\10f11a"; }

.fa6d.fa6-face-meh-blank:after, .fa6-duotone.fa6-face-meh-blank:after {
  content: "\10f5a4"; }

.fa6d.fa6-meh-blank:after, .fa6-duotone.fa6-meh-blank:after {
  content: "\10f5a4"; }

.fa6d.fa6-face-rolling-eyes:after, .fa6-duotone.fa6-face-rolling-eyes:after {
  content: "\10f5a5"; }

.fa6d.fa6-meh-rolling-eyes:after, .fa6-duotone.fa6-meh-rolling-eyes:after {
  content: "\10f5a5"; }

.fa6d.fa6-face-sad-cry:after, .fa6-duotone.fa6-face-sad-cry:after {
  content: "\10f5b3"; }

.fa6d.fa6-sad-cry:after, .fa6-duotone.fa6-sad-cry:after {
  content: "\10f5b3"; }

.fa6d.fa6-face-sad-tear:after, .fa6-duotone.fa6-face-sad-tear:after {
  content: "\10f5b4"; }

.fa6d.fa6-sad-tear:after, .fa6-duotone.fa6-sad-tear:after {
  content: "\10f5b4"; }

.fa6d.fa6-face-smile:after, .fa6-duotone.fa6-face-smile:after {
  content: "\10f118"; }

.fa6d.fa6-smile:after, .fa6-duotone.fa6-smile:after {
  content: "\10f118"; }

.fa6d.fa6-face-smile-beam:after, .fa6-duotone.fa6-face-smile-beam:after {
  content: "\10f5b8"; }

.fa6d.fa6-smile-beam:after, .fa6-duotone.fa6-smile-beam:after {
  content: "\10f5b8"; }

.fa6d.fa6-face-smile-plus:after, .fa6-duotone.fa6-face-smile-plus:after {
  content: "\10f5b9"; }

.fa6d.fa6-smile-plus:after, .fa6-duotone.fa6-smile-plus:after {
  content: "\10f5b9"; }

.fa6d.fa6-face-smile-wink:after, .fa6-duotone.fa6-face-smile-wink:after {
  content: "\10f4da"; }

.fa6d.fa6-smile-wink:after, .fa6-duotone.fa6-smile-wink:after {
  content: "\10f4da"; }

.fa6d.fa6-face-surprise:after, .fa6-duotone.fa6-face-surprise:after {
  content: "\10f5c2"; }

.fa6d.fa6-surprise:after, .fa6-duotone.fa6-surprise:after {
  content: "\10f5c2"; }

.fa6d.fa6-face-tired:after, .fa6-duotone.fa6-face-tired:after {
  content: "\10f5c8"; }

.fa6d.fa6-tired:after, .fa6-duotone.fa6-tired:after {
  content: "\10f5c8"; }

.fa6d.fa6-fan:after, .fa6-duotone.fa6-fan:after {
  content: "\10f863"; }

.fa6d.fa6-fan-table:after, .fa6-duotone.fa6-fan-table:after {
  content: "\10e004"; }

.fa6d.fa6-farm:after, .fa6-duotone.fa6-farm:after {
  content: "\10f864"; }

.fa6d.fa6-barn-silo:after, .fa6-duotone.fa6-barn-silo:after {
  content: "\10f864"; }

.fa6d.fa6-faucet:after, .fa6-duotone.fa6-faucet:after {
  content: "\10e005"; }

.fa6d.fa6-faucet-drip:after, .fa6-duotone.fa6-faucet-drip:after {
  content: "\10e006"; }

.fa6d.fa6-fax:after, .fa6-duotone.fa6-fax:after {
  content: "\10f1ac"; }

.fa6d.fa6-feather:after, .fa6-duotone.fa6-feather:after {
  content: "\10f52d"; }

.fa6d.fa6-feather-pointed:after, .fa6-duotone.fa6-feather-pointed:after {
  content: "\10f56b"; }

.fa6d.fa6-feather-alt:after, .fa6-duotone.fa6-feather-alt:after {
  content: "\10f56b"; }

.fa6d.fa6-fence:after, .fa6-duotone.fa6-fence:after {
  content: "\10e181"; }

.fa6d.fa6-field-hockey-stick-ball:after, .fa6-duotone.fa6-field-hockey-stick-ball:after {
  content: "\10f44c"; }

.fa6d.fa6-field-hockey:after, .fa6-duotone.fa6-field-hockey:after {
  content: "\10f44c"; }

.fa6d.fa6-file:after, .fa6-duotone.fa6-file:after {
  content: "\10f15b"; }

.fa6d.fa6-file-arrow-down:after, .fa6-duotone.fa6-file-arrow-down:after {
  content: "\10f56d"; }

.fa6d.fa6-file-download:after, .fa6-duotone.fa6-file-download:after {
  content: "\10f56d"; }

.fa6d.fa6-file-arrow-up:after, .fa6-duotone.fa6-file-arrow-up:after {
  content: "\10f574"; }

.fa6d.fa6-file-upload:after, .fa6-duotone.fa6-file-upload:after {
  content: "\10f574"; }

.fa6d.fa6-file-audio:after, .fa6-duotone.fa6-file-audio:after {
  content: "\10f1c7"; }

.fa6d.fa6-file-binary:after, .fa6-duotone.fa6-file-binary:after {
  content: "\10e182"; }

.fa6d.fa6-file-certificate:after, .fa6-duotone.fa6-file-certificate:after {
  content: "\10f5f3"; }

.fa6d.fa6-file-award:after, .fa6-duotone.fa6-file-award:after {
  content: "\10f5f3"; }

.fa6d.fa6-file-chart-column:after, .fa6-duotone.fa6-file-chart-column:after {
  content: "\10f659"; }

.fa6d.fa6-file-chart-line:after, .fa6-duotone.fa6-file-chart-line:after {
  content: "\10f659"; }

.fa6d.fa6-file-chart-pie:after, .fa6-duotone.fa6-file-chart-pie:after {
  content: "\10f65a"; }

.fa6d.fa6-file-check:after, .fa6-duotone.fa6-file-check:after {
  content: "\10f316"; }

.fa6d.fa6-file-code:after, .fa6-duotone.fa6-file-code:after {
  content: "\10f1c9"; }

.fa6d.fa6-file-contract:after, .fa6-duotone.fa6-file-contract:after {
  content: "\10f56c"; }

.fa6d.fa6-file-csv:after, .fa6-duotone.fa6-file-csv:after {
  content: "\10f6dd"; }

.fa6d.fa6-file-dashed-line:after, .fa6-duotone.fa6-file-dashed-line:after {
  content: "\10f877"; }

.fa6d.fa6-page-break:after, .fa6-duotone.fa6-page-break:after {
  content: "\10f877"; }

.fa6d.fa6-file-excel:after, .fa6-duotone.fa6-file-excel:after {
  content: "\10f1c3"; }

.fa6d.fa6-file-exclamation:after, .fa6-duotone.fa6-file-exclamation:after {
  content: "\10f31a"; }

.fa6d.fa6-file-export:after, .fa6-duotone.fa6-file-export:after {
  content: "\10f56e"; }

.fa6d.fa6-arrow-right-from-file:after, .fa6-duotone.fa6-arrow-right-from-file:after {
  content: "\10f56e"; }

.fa6d.fa6-file-heart:after, .fa6-duotone.fa6-file-heart:after {
  content: "\10e183"; }

.fa6d.fa6-file-image:after, .fa6-duotone.fa6-file-image:after {
  content: "\10f1c5"; }

.fa6d.fa6-file-import:after, .fa6-duotone.fa6-file-import:after {
  content: "\10f56f"; }

.fa6d.fa6-arrow-right-to-file:after, .fa6-duotone.fa6-arrow-right-to-file:after {
  content: "\10f56f"; }

.fa6d.fa6-file-invoice:after, .fa6-duotone.fa6-file-invoice:after {
  content: "\10f570"; }

.fa6d.fa6-file-invoice-dollar:after, .fa6-duotone.fa6-file-invoice-dollar:after {
  content: "\10f571"; }

.fa6d.fa6-file-lines:after, .fa6-duotone.fa6-file-lines:after {
  content: "\10f15c"; }

.fa6d.fa6-file-alt:after, .fa6-duotone.fa6-file-alt:after {
  content: "\10f15c"; }

.fa6d.fa6-file-text:after, .fa6-duotone.fa6-file-text:after {
  content: "\10f15c"; }

.fa6d.fa6-file-magnifying-glass:after, .fa6-duotone.fa6-file-magnifying-glass:after {
  content: "\10f865"; }

.fa6d.fa6-file-search:after, .fa6-duotone.fa6-file-search:after {
  content: "\10f865"; }

.fa6d.fa6-file-medical:after, .fa6-duotone.fa6-file-medical:after {
  content: "\10f477"; }

.fa6d.fa6-file-minus:after, .fa6-duotone.fa6-file-minus:after {
  content: "\10f318"; }

.fa6d.fa6-file-music:after, .fa6-duotone.fa6-file-music:after {
  content: "\10f8b6"; }

.fa6d.fa6-file-pdf:after, .fa6-duotone.fa6-file-pdf:after {
  content: "\10f1c1"; }

.fa6d.fa6-file-pen:after, .fa6-duotone.fa6-file-pen:after {
  content: "\10f31c"; }

.fa6d.fa6-file-edit:after, .fa6-duotone.fa6-file-edit:after {
  content: "\10f31c"; }

.fa6d.fa6-file-plus:after, .fa6-duotone.fa6-file-plus:after {
  content: "\10f319"; }

.fa6d.fa6-file-plus-minus:after, .fa6-duotone.fa6-file-plus-minus:after {
  content: "\10e184"; }

.fa6d.fa6-file-powerpoint:after, .fa6-duotone.fa6-file-powerpoint:after {
  content: "\10f1c4"; }

.fa6d.fa6-file-prescription:after, .fa6-duotone.fa6-file-prescription:after {
  content: "\10f572"; }

.fa6d.fa6-file-signature:after, .fa6-duotone.fa6-file-signature:after {
  content: "\10f573"; }

.fa6d.fa6-file-spreadsheet:after, .fa6-duotone.fa6-file-spreadsheet:after {
  content: "\10f65b"; }

.fa6d.fa6-file-user:after, .fa6-duotone.fa6-file-user:after {
  content: "\10f65c"; }

.fa6d.fa6-file-video:after, .fa6-duotone.fa6-file-video:after {
  content: "\10f1c8"; }

.fa6d.fa6-file-waveform:after, .fa6-duotone.fa6-file-waveform:after {
  content: "\10f478"; }

.fa6d.fa6-file-medical-alt:after, .fa6-duotone.fa6-file-medical-alt:after {
  content: "\10f478"; }

.fa6d.fa6-file-word:after, .fa6-duotone.fa6-file-word:after {
  content: "\10f1c2"; }

.fa6d.fa6-file-xmark:after, .fa6-duotone.fa6-file-xmark:after {
  content: "\10f317"; }

.fa6d.fa6-file-times:after, .fa6-duotone.fa6-file-times:after {
  content: "\10f317"; }

.fa6d.fa6-file-zipper:after, .fa6-duotone.fa6-file-zipper:after {
  content: "\10f1c6"; }

.fa6d.fa6-file-archive:after, .fa6-duotone.fa6-file-archive:after {
  content: "\10f1c6"; }

.fa6d.fa6-files:after, .fa6-duotone.fa6-files:after {
  content: "\10e185"; }

.fa6d.fa6-files-medical:after, .fa6-duotone.fa6-files-medical:after {
  content: "\10f7fd"; }

.fa6d.fa6-fill:after, .fa6-duotone.fa6-fill:after {
  content: "\10f575"; }

.fa6d.fa6-fill-drip:after, .fa6-duotone.fa6-fill-drip:after {
  content: "\10f576"; }

.fa6d.fa6-film:after, .fa6-duotone.fa6-film:after {
  content: "\10f008"; }

.fa6d.fa6-film-canister:after, .fa6-duotone.fa6-film-canister:after {
  content: "\10f8b7"; }

.fa6d.fa6-film-simple:after, .fa6-duotone.fa6-film-simple:after {
  content: "\10f3a0"; }

.fa6d.fa6-film-alt:after, .fa6-duotone.fa6-film-alt:after {
  content: "\10f3a0"; }

.fa6d.fa6-film-slash:after, .fa6-duotone.fa6-film-slash:after {
  content: "\10e186"; }

.fa6d.fa6-films:after, .fa6-duotone.fa6-films:after {
  content: "\10e187"; }

.fa6d.fa6-filter:after, .fa6-duotone.fa6-filter:after {
  content: "\10f0b0"; }

.fa6d.fa6-filter-circle-dollar:after, .fa6-duotone.fa6-filter-circle-dollar:after {
  content: "\10f662"; }

.fa6d.fa6-funnel-dollar:after, .fa6-duotone.fa6-funnel-dollar:after {
  content: "\10f662"; }

.fa6d.fa6-filter-circle-xmark:after, .fa6-duotone.fa6-filter-circle-xmark:after {
  content: "\10e188"; }

.fa6d.fa6-filter-list:after, .fa6-duotone.fa6-filter-list:after {
  content: "\10e189"; }

.fa6d.fa6-filter-slash:after, .fa6-duotone.fa6-filter-slash:after {
  content: "\10e18a"; }

.fa6d.fa6-filters:after, .fa6-duotone.fa6-filters:after {
  content: "\10e18b"; }

.fa6d.fa6-fingerprint:after, .fa6-duotone.fa6-fingerprint:after {
  content: "\10f577"; }

.fa6d.fa6-fire:after, .fa6-duotone.fa6-fire:after {
  content: "\10f06d"; }

.fa6d.fa6-fire-extinguisher:after, .fa6-duotone.fa6-fire-extinguisher:after {
  content: "\10f134"; }

.fa6d.fa6-fire-flame:after, .fa6-duotone.fa6-fire-flame:after {
  content: "\10f6df"; }

.fa6d.fa6-flame:after, .fa6-duotone.fa6-flame:after {
  content: "\10f6df"; }

.fa6d.fa6-fire-flame-curved:after, .fa6-duotone.fa6-fire-flame-curved:after {
  content: "\10f7e4"; }

.fa6d.fa6-fire-alt:after, .fa6-duotone.fa6-fire-alt:after {
  content: "\10f7e4"; }

.fa6d.fa6-fire-flame-simple:after, .fa6-duotone.fa6-fire-flame-simple:after {
  content: "\10f46a"; }

.fa6d.fa6-burn:after, .fa6-duotone.fa6-burn:after {
  content: "\10f46a"; }

.fa6d.fa6-fire-hydrant:after, .fa6-duotone.fa6-fire-hydrant:after {
  content: "\10e18c"; }

.fa6d.fa6-fire-smoke:after, .fa6-duotone.fa6-fire-smoke:after {
  content: "\10f74b"; }

.fa6d.fa6-fireplace:after, .fa6-duotone.fa6-fireplace:after {
  content: "\10f79a"; }

.fa6d.fa6-fish:after, .fa6-duotone.fa6-fish:after {
  content: "\10f578"; }

.fa6d.fa6-fish-cooked:after, .fa6-duotone.fa6-fish-cooked:after {
  content: "\10f7fe"; }

.fa6d.fa6-flag:after, .fa6-duotone.fa6-flag:after {
  content: "\10f024"; }

.fa6d.fa6-flag-checkered:after, .fa6-duotone.fa6-flag-checkered:after {
  content: "\10f11e"; }

.fa6d.fa6-flag-pennant:after, .fa6-duotone.fa6-flag-pennant:after {
  content: "\10f456"; }

.fa6d.fa6-pennant:after, .fa6-duotone.fa6-pennant:after {
  content: "\10f456"; }

.fa6d.fa6-flag-swallowtail:after, .fa6-duotone.fa6-flag-swallowtail:after {
  content: "\10f74c"; }

.fa6d.fa6-flag-alt:after, .fa6-duotone.fa6-flag-alt:after {
  content: "\10f74c"; }

.fa6d.fa6-flag-usa:after, .fa6-duotone.fa6-flag-usa:after {
  content: "\10f74d"; }

.fa6d.fa6-flashlight:after, .fa6-duotone.fa6-flashlight:after {
  content: "\10f8b8"; }

.fa6d.fa6-flask:after, .fa6-duotone.fa6-flask:after {
  content: "\10f0c3"; }

.fa6d.fa6-flask-round-poison:after, .fa6-duotone.fa6-flask-round-poison:after {
  content: "\10f6e0"; }

.fa6d.fa6-flask-poison:after, .fa6-duotone.fa6-flask-poison:after {
  content: "\10f6e0"; }

.fa6d.fa6-flask-round-potion:after, .fa6-duotone.fa6-flask-round-potion:after {
  content: "\10f6e1"; }

.fa6d.fa6-flask-potion:after, .fa6-duotone.fa6-flask-potion:after {
  content: "\10f6e1"; }

.fa6d.fa6-floppy-disk:after, .fa6-duotone.fa6-floppy-disk:after {
  content: "\10f0c7"; }

.fa6d.fa6-save:after, .fa6-duotone.fa6-save:after {
  content: "\10f0c7"; }

.fa6d.fa6-floppy-disk-circle-arrow-right:after, .fa6-duotone.fa6-floppy-disk-circle-arrow-right:after {
  content: "\10e18d"; }

.fa6d.fa6-save-circle-arrow-right:after, .fa6-duotone.fa6-save-circle-arrow-right:after {
  content: "\10e18d"; }

.fa6d.fa6-floppy-disk-circle-xmark:after, .fa6-duotone.fa6-floppy-disk-circle-xmark:after {
  content: "\10e18e"; }

.fa6d.fa6-floppy-disk-times:after, .fa6-duotone.fa6-floppy-disk-times:after {
  content: "\10e18e"; }

.fa6d.fa6-save-times:after, .fa6-duotone.fa6-save-times:after {
  content: "\10e18e"; }

.fa6d.fa6-save-circle-xmark:after, .fa6-duotone.fa6-save-circle-xmark:after {
  content: "\10e18e"; }

.fa6d.fa6-floppy-disk-pen:after, .fa6-duotone.fa6-floppy-disk-pen:after {
  content: "\10e18f"; }

.fa6d.fa6-floppy-disks:after, .fa6-duotone.fa6-floppy-disks:after {
  content: "\10e190"; }

.fa6d.fa6-florin-sign:after, .fa6-duotone.fa6-florin-sign:after {
  content: "\10e191"; }

.fa6d.fa6-flower:after, .fa6-duotone.fa6-flower:after {
  content: "\10f7ff"; }

.fa6d.fa6-flower-daffodil:after, .fa6-duotone.fa6-flower-daffodil:after {
  content: "\10f800"; }

.fa6d.fa6-flower-tulip:after, .fa6-duotone.fa6-flower-tulip:after {
  content: "\10f801"; }

.fa6d.fa6-flute:after, .fa6-duotone.fa6-flute:after {
  content: "\10f8b9"; }

.fa6d.fa6-flux-capacitor:after, .fa6-duotone.fa6-flux-capacitor:after {
  content: "\10f8ba"; }

.fa6d.fa6-folder:after, .fa6-duotone.fa6-folder:after {
  content: "\10f07b"; }

.fa6d.fa6-folder-arrow-down:after, .fa6-duotone.fa6-folder-arrow-down:after {
  content: "\10e053"; }

.fa6d.fa6-folder-download:after, .fa6-duotone.fa6-folder-download:after {
  content: "\10e053"; }

.fa6d.fa6-folder-arrow-up:after, .fa6-duotone.fa6-folder-arrow-up:after {
  content: "\10e054"; }

.fa6d.fa6-folder-upload:after, .fa6-duotone.fa6-folder-upload:after {
  content: "\10e054"; }

.fa6d.fa6-folder-blank:after, .fa6-duotone.fa6-folder-blank:after {
  content: "\10e192"; }

.fa6d.fa6-folder-bookmark:after, .fa6-duotone.fa6-folder-bookmark:after {
  content: "\10e193"; }

.fa6d.fa6-folder-gear:after, .fa6-duotone.fa6-folder-gear:after {
  content: "\10e194"; }

.fa6d.fa6-folder-cog:after, .fa6-duotone.fa6-folder-cog:after {
  content: "\10e194"; }

.fa6d.fa6-folder-grid:after, .fa6-duotone.fa6-folder-grid:after {
  content: "\10e195"; }

.fa6d.fa6-folder-heart:after, .fa6-duotone.fa6-folder-heart:after {
  content: "\10e196"; }

.fa6d.fa6-folder-image:after, .fa6-duotone.fa6-folder-image:after {
  content: "\10e197"; }

.fa6d.fa6-folder-magnifying-glass:after, .fa6-duotone.fa6-folder-magnifying-glass:after {
  content: "\10e198"; }

.fa6d.fa6-folder-search:after, .fa6-duotone.fa6-folder-search:after {
  content: "\10e198"; }

.fa6d.fa6-folder-medical:after, .fa6-duotone.fa6-folder-medical:after {
  content: "\10e199"; }

.fa6d.fa6-folder-minus:after, .fa6-duotone.fa6-folder-minus:after {
  content: "\10f65d"; }

.fa6d.fa6-folder-music:after, .fa6-duotone.fa6-folder-music:after {
  content: "\10e19a"; }

.fa6d.fa6-folder-open:after, .fa6-duotone.fa6-folder-open:after {
  content: "\10f07c"; }

.fa6d.fa6-folder-plus:after, .fa6-duotone.fa6-folder-plus:after {
  content: "\10f65e"; }

.fa6d.fa6-folder-tree:after, .fa6-duotone.fa6-folder-tree:after {
  content: "\10f802"; }

.fa6d.fa6-folder-user:after, .fa6-duotone.fa6-folder-user:after {
  content: "\10e19b"; }

.fa6d.fa6-folder-xmark:after, .fa6-duotone.fa6-folder-xmark:after {
  content: "\10f65f"; }

.fa6d.fa6-folder-times:after, .fa6-duotone.fa6-folder-times:after {
  content: "\10f65f"; }

.fa6d.fa6-folders:after, .fa6-duotone.fa6-folders:after {
  content: "\10f660"; }

.fa6d.fa6-font:after, .fa6-duotone.fa6-font:after {
  content: "\10f031"; }

.fa6d.fa6-font-awesome:after, .fa6-duotone.fa6-font-awesome:after {
  content: "\10f2b4"; }

.fa6d.fa6-font-awesome-logo-full:after, .fa6-duotone.fa6-font-awesome-logo-full:after {
  content: "\10f2b4"; }

.fa6d.fa6-font-awesome-flag:after, .fa6-duotone.fa6-font-awesome-flag:after {
  content: "\10f2b4"; }

.fa6d.fa6-font-case:after, .fa6-duotone.fa6-font-case:after {
  content: "\10f866"; }

.fa6d.fa6-football-ball:after, .fa6-duotone.fa6-football-ball:after {
  content: "\10f44e"; }

.fa6d.fa6-football-helmet:after, .fa6-duotone.fa6-football-helmet:after {
  content: "\10f44f"; }

.fa6d.fa6-fork:after, .fa6-duotone.fa6-fork:after {
  content: "\10f2e3"; }

.fa6d.fa6-utensil-fork:after, .fa6-duotone.fa6-utensil-fork:after {
  content: "\10f2e3"; }

.fa6d.fa6-fork-knife:after, .fa6-duotone.fa6-fork-knife:after {
  content: "\10f2e6"; }

.fa6d.fa6-utensils-alt:after, .fa6-duotone.fa6-utensils-alt:after {
  content: "\10f2e6"; }

.fa6d.fa6-forklift:after, .fa6-duotone.fa6-forklift:after {
  content: "\10f47a"; }

.fa6d.fa6-forward:after, .fa6-duotone.fa6-forward:after {
  content: "\10f04e"; }

.fa6d.fa6-forward-fast:after, .fa6-duotone.fa6-forward-fast:after {
  content: "\10f050"; }

.fa6d.fa6-fast-forward:after, .fa6-duotone.fa6-fast-forward:after {
  content: "\10f050"; }

.fa6d.fa6-forward-step:after, .fa6-duotone.fa6-forward-step:after {
  content: "\10f051"; }

.fa6d.fa6-step-forward:after, .fa6-duotone.fa6-step-forward:after {
  content: "\10f051"; }

.fa6d.fa6-franc-sign:after, .fa6-duotone.fa6-franc-sign:after {
  content: "\10e19c"; }

.fa6d.fa6-french-fries:after, .fa6-duotone.fa6-french-fries:after {
  content: "\10f803"; }

.fa6d.fa6-frog:after, .fa6-duotone.fa6-frog:after {
  content: "\10f52e"; }

.fa6d.fa6-function:after, .fa6-duotone.fa6-function:after {
  content: "\10f661"; }

.fa6d.fa6-futbol-ball:after, .fa6-duotone.fa6-futbol-ball:after {
  content: "\10f1e3"; }

.fa6d.fa6-soccer-ball:after, .fa6-duotone.fa6-soccer-ball:after {
  content: "\10f1e3"; }

.fa6d.fa6-futbol:after, .fa6-duotone.fa6-futbol:after {
  content: "\10f1e3"; }

.fa6d.fa6-g:after, .fa6-duotone.fa6-g:after {
  content: "\10e19d"; }

.fa6d.fa6-galaxy:after, .fa6-duotone.fa6-galaxy:after {
  content: "\10e008"; }

.fa6d.fa6-game-board:after, .fa6-duotone.fa6-game-board:after {
  content: "\10f867"; }

.fa6d.fa6-game-board-simple:after, .fa6-duotone.fa6-game-board-simple:after {
  content: "\10f868"; }

.fa6d.fa6-game-board-alt:after, .fa6-duotone.fa6-game-board-alt:after {
  content: "\10f868"; }

.fa6d.fa6-game-console-handheld:after, .fa6-duotone.fa6-game-console-handheld:after {
  content: "\10f8bb"; }

.fa6d.fa6-gamepad:after, .fa6-duotone.fa6-gamepad:after {
  content: "\10f11b"; }

.fa6d.fa6-gamepad-modern:after, .fa6-duotone.fa6-gamepad-modern:after {
  content: "\10f8bc"; }

.fa6d.fa6-gamepad-alt:after, .fa6-duotone.fa6-gamepad-alt:after {
  content: "\10f8bc"; }

.fa6d.fa6-garage:after, .fa6-duotone.fa6-garage:after {
  content: "\10e009"; }

.fa6d.fa6-garage-car:after, .fa6-duotone.fa6-garage-car:after {
  content: "\10e00a"; }

.fa6d.fa6-garage-open:after, .fa6-duotone.fa6-garage-open:after {
  content: "\10e00b"; }

.fa6d.fa6-gas-pump:after, .fa6-duotone.fa6-gas-pump:after {
  content: "\10f52f"; }

.fa6d.fa6-gas-pump-slash:after, .fa6-duotone.fa6-gas-pump-slash:after {
  content: "\10f5f4"; }

.fa6d.fa6-gauge:after, .fa6-duotone.fa6-gauge:after {
  content: "\10f625"; }

.fa6d.fa6-gauge-high:after, .fa6-duotone.fa6-gauge-high:after {
  content: "\10f625"; }

.fa6d.fa6-tachometer-alt:after, .fa6-duotone.fa6-tachometer-alt:after {
  content: "\10f625"; }

.fa6d.fa6-tachometer-alt-fast:after, .fa6-duotone.fa6-tachometer-alt-fast:after {
  content: "\10f625"; }

.fa6d.fa6-dashboard:after, .fa6-duotone.fa6-dashboard:after {
  content: "\10f625"; }

.fa6d.fa6-gauge-low:after, .fa6-duotone.fa6-gauge-low:after {
  content: "\10f627"; }

.fa6d.fa6-tachometer-alt-slow:after, .fa6-duotone.fa6-tachometer-alt-slow:after {
  content: "\10f627"; }

.fa6d.fa6-gauge-max:after, .fa6-duotone.fa6-gauge-max:after {
  content: "\10f626"; }

.fa6d.fa6-tachometer-alt-fastest:after, .fa6-duotone.fa6-tachometer-alt-fastest:after {
  content: "\10f626"; }

.fa6d.fa6-gauge-med:after, .fa6-duotone.fa6-gauge-med:after {
  content: "\10f624"; }

.fa6d.fa6-tachometer-alt-average:after, .fa6-duotone.fa6-tachometer-alt-average:after {
  content: "\10f624"; }

.fa6d.fa6-gauge-min:after, .fa6-duotone.fa6-gauge-min:after {
  content: "\10f628"; }

.fa6d.fa6-tachometer-alt-slowest:after, .fa6-duotone.fa6-tachometer-alt-slowest:after {
  content: "\10f628"; }

.fa6d.fa6-gauge-simple:after, .fa6-duotone.fa6-gauge-simple:after {
  content: "\10f62a"; }

.fa6d.fa6-gauge-simple-high:after, .fa6-duotone.fa6-gauge-simple-high:after {
  content: "\10f62a"; }

.fa6d.fa6-tachometer:after, .fa6-duotone.fa6-tachometer:after {
  content: "\10f62a"; }

.fa6d.fa6-gauge-simple-low:after, .fa6-duotone.fa6-gauge-simple-low:after {
  content: "\10f62c"; }

.fa6d.fa6-tachometer-slow:after, .fa6-duotone.fa6-tachometer-slow:after {
  content: "\10f62c"; }

.fa6d.fa6-gauge-simple-max:after, .fa6-duotone.fa6-gauge-simple-max:after {
  content: "\10f62b"; }

.fa6d.fa6-tachometer-fastest:after, .fa6-duotone.fa6-tachometer-fastest:after {
  content: "\10f62b"; }

.fa6d.fa6-gauge-simple-med:after, .fa6-duotone.fa6-gauge-simple-med:after {
  content: "\10f629"; }

.fa6d.fa6-tachometer-average:after, .fa6-duotone.fa6-tachometer-average:after {
  content: "\10f629"; }

.fa6d.fa6-gauge-simple-min:after, .fa6-duotone.fa6-gauge-simple-min:after {
  content: "\10f62d"; }

.fa6d.fa6-tachometer-slowest:after, .fa6-duotone.fa6-tachometer-slowest:after {
  content: "\10f62d"; }

.fa6d.fa6-gavel:after, .fa6-duotone.fa6-gavel:after {
  content: "\10f0e3"; }

.fa6d.fa6-legal:after, .fa6-duotone.fa6-legal:after {
  content: "\10f0e3"; }

.fa6d.fa6-gear:after, .fa6-duotone.fa6-gear:after {
  content: "\10f013"; }

.fa6d.fa6-cog:after, .fa6-duotone.fa6-cog:after {
  content: "\10f013"; }

.fa6d.fa6-gears:after, .fa6-duotone.fa6-gears:after {
  content: "\10f085"; }

.fa6d.fa6-cogs:after, .fa6-duotone.fa6-cogs:after {
  content: "\10f085"; }

.fa6d.fa6-gem:after, .fa6-duotone.fa6-gem:after {
  content: "\10f3a5"; }

.fa6d.fa6-genderless:after, .fa6-duotone.fa6-genderless:after {
  content: "\10f22d"; }

.fa6d.fa6-ghost:after, .fa6-duotone.fa6-ghost:after {
  content: "\10f6e2"; }

.fa6d.fa6-gif:after, .fa6-duotone.fa6-gif:after {
  content: "\10e19e"; }

.fa6d.fa6-gift:after, .fa6-duotone.fa6-gift:after {
  content: "\10f06b"; }

.fa6d.fa6-gift-card:after, .fa6-duotone.fa6-gift-card:after {
  content: "\10f663"; }

.fa6d.fa6-gifts:after, .fa6-duotone.fa6-gifts:after {
  content: "\10f79c"; }

.fa6d.fa6-gingerbread-man:after, .fa6-duotone.fa6-gingerbread-man:after {
  content: "\10f79d"; }

.fa6d.fa6-glass:after, .fa6-duotone.fa6-glass:after {
  content: "\10f804"; }

.fa6d.fa6-glass-citrus:after, .fa6-duotone.fa6-glass-citrus:after {
  content: "\10f869"; }

.fa6d.fa6-glass-empty:after, .fa6-duotone.fa6-glass-empty:after {
  content: "\10e19f"; }

.fa6d.fa6-glass-half:after, .fa6-duotone.fa6-glass-half:after {
  content: "\10e1a0"; }

.fa6d.fa6-glass-half-full:after, .fa6-duotone.fa6-glass-half-full:after {
  content: "\10e1a0"; }

.fa6d.fa6-glass-half-empty:after, .fa6-duotone.fa6-glass-half-empty:after {
  content: "\10e1a0"; }

.fa6d.fa6-glasses:after, .fa6-duotone.fa6-glasses:after {
  content: "\10f530"; }

.fa6d.fa6-glasses-round:after, .fa6-duotone.fa6-glasses-round:after {
  content: "\10f5f5"; }

.fa6d.fa6-glasses-alt:after, .fa6-duotone.fa6-glasses-alt:after {
  content: "\10f5f5"; }

.fa6d.fa6-globe:after, .fa6-duotone.fa6-globe:after {
  content: "\10f0ac"; }

.fa6d.fa6-globe-snow:after, .fa6-duotone.fa6-globe-snow:after {
  content: "\10f7a3"; }

.fa6d.fa6-globe-stand:after, .fa6-duotone.fa6-globe-stand:after {
  content: "\10f5f6"; }

.fa6d.fa6-golf-ball-tee:after, .fa6-duotone.fa6-golf-ball-tee:after {
  content: "\10f450"; }

.fa6d.fa6-golf-ball:after, .fa6-duotone.fa6-golf-ball:after {
  content: "\10f450"; }

.fa6d.fa6-golf-club:after, .fa6-duotone.fa6-golf-club:after {
  content: "\10f451"; }

.fa6d.fa6-gopuram:after, .fa6-duotone.fa6-gopuram:after {
  content: "\10f664"; }

.fa6d.fa6-graduation-cap:after, .fa6-duotone.fa6-graduation-cap:after {
  content: "\10f19d"; }

.fa6d.fa6-mortar-board:after, .fa6-duotone.fa6-mortar-board:after {
  content: "\10f19d"; }

.fa6d.fa6-gramophone:after, .fa6-duotone.fa6-gramophone:after {
  content: "\10f8bd"; }

.fa6d.fa6-grate:after, .fa6-duotone.fa6-grate:after {
  content: "\10e1a1"; }

.fa6d.fa6-grate-droplet:after, .fa6-duotone.fa6-grate-droplet:after {
  content: "\10e1a2"; }

.fa6d.fa6-greater-than:after, .fa6-duotone.fa6-greater-than:after {
  content: "\10f531"; }

.fa6d.fa6-greater-than-equal:after, .fa6-duotone.fa6-greater-than-equal:after {
  content: "\10f532"; }

.fa6d.fa6-grid:after, .fa6-duotone.fa6-grid:after {
  content: "\10e1a3"; }

.fa6d.fa6-grid-3:after, .fa6-duotone.fa6-grid-3:after {
  content: "\10e1a3"; }

.fa6d.fa6-grid-2:after, .fa6-duotone.fa6-grid-2:after {
  content: "\10e1a4"; }

.fa6d.fa6-grid-2-plus:after, .fa6-duotone.fa6-grid-2-plus:after {
  content: "\10e1a5"; }

.fa6d.fa6-grid-4:after, .fa6-duotone.fa6-grid-4:after {
  content: "\10e1a6"; }

.fa6d.fa6-grid-5:after, .fa6-duotone.fa6-grid-5:after {
  content: "\10e1a7"; }

.fa6d.fa6-grip:after, .fa6-duotone.fa6-grip:after {
  content: "\10f58d"; }

.fa6d.fa6-grip-horizontal:after, .fa6-duotone.fa6-grip-horizontal:after {
  content: "\10f58d"; }

.fa6d.fa6-grip-lines:after, .fa6-duotone.fa6-grip-lines:after {
  content: "\10f7a4"; }

.fa6d.fa6-grip-lines-vertical:after, .fa6-duotone.fa6-grip-lines-vertical:after {
  content: "\10f7a5"; }

.fa6d.fa6-grip-vertical:after, .fa6-duotone.fa6-grip-vertical:after {
  content: "\10f58e"; }

.fa6d.fa6-guarani-sign:after, .fa6-duotone.fa6-guarani-sign:after {
  content: "\10e1a8"; }

.fa6d.fa6-guitar:after, .fa6-duotone.fa6-guitar:after {
  content: "\10f7a6"; }

.fa6d.fa6-guitar-electric:after, .fa6-duotone.fa6-guitar-electric:after {
  content: "\10f8be"; }

.fa6d.fa6-guitars:after, .fa6-duotone.fa6-guitars:after {
  content: "\10f8bf"; }

.fa6d.fa6-gun:after, .fa6-duotone.fa6-gun:after {
  content: "\10e1a9"; }

.fa6d.fa6-gun-slash:after, .fa6-duotone.fa6-gun-slash:after {
  content: "\10e1aa"; }

.fa6d.fa6-gun-squirt:after, .fa6-duotone.fa6-gun-squirt:after {
  content: "\10e1ab"; }

.fa6d.fa6-h:after, .fa6-duotone.fa6-h:after {
  content: "\10e1ac"; }

.fa6d.fa6-h1:after, .fa6-duotone.fa6-h1:after {
  content: "\10f313"; }

.fa6d.fa6-h2:after, .fa6-duotone.fa6-h2:after {
  content: "\10f314"; }

.fa6d.fa6-h3:after, .fa6-duotone.fa6-h3:after {
  content: "\10f315"; }

.fa6d.fa6-h4:after, .fa6-duotone.fa6-h4:after {
  content: "\10f86a"; }

.fa6d.fa6-hammer:after, .fa6-duotone.fa6-hammer:after {
  content: "\10f6e3"; }

.fa6d.fa6-hammer-war:after, .fa6-duotone.fa6-hammer-war:after {
  content: "\10f6e4"; }

.fa6d.fa6-hamsa:after, .fa6-duotone.fa6-hamsa:after {
  content: "\10f665"; }

.fa6d.fa6-hand-back-point-down:after, .fa6-duotone.fa6-hand-back-point-down:after {
  content: "\10e1ad"; }

.fa6d.fa6-hand-back-point-left:after, .fa6-duotone.fa6-hand-back-point-left:after {
  content: "\10e1ae"; }

.fa6d.fa6-hand-back-point-right:after, .fa6-duotone.fa6-hand-back-point-right:after {
  content: "\10e1af"; }

.fa6d.fa6-hand-back-point-up:after, .fa6-duotone.fa6-hand-back-point-up:after {
  content: "\10e1b0"; }

.fa6d.fa6-hand-dots:after, .fa6-duotone.fa6-hand-dots:after {
  content: "\10f461"; }

.fa6d.fa6-allergies:after, .fa6-duotone.fa6-allergies:after {
  content: "\10f461"; }

.fa6d.fa6-hand-fingers-crossed:after, .fa6-duotone.fa6-hand-fingers-crossed:after {
  content: "\10e1b1"; }

.fa6d.fa6-hand-fist:after, .fa6-duotone.fa6-hand-fist:after {
  content: "\10f6de"; }

.fa6d.fa6-fist-raised:after, .fa6-duotone.fa6-fist-raised:after {
  content: "\10f6de"; }

.fa6d.fa6-hand-heart:after, .fa6-duotone.fa6-hand-heart:after {
  content: "\10f4bc"; }

.fa6d.fa6-hand-holding:after, .fa6-duotone.fa6-hand-holding:after {
  content: "\10f4bd"; }

.fa6d.fa6-hand-holding-box:after, .fa6-duotone.fa6-hand-holding-box:after {
  content: "\10f47b"; }

.fa6d.fa6-hand-holding-dollar:after, .fa6-duotone.fa6-hand-holding-dollar:after {
  content: "\10f4c0"; }

.fa6d.fa6-hand-holding-usd:after, .fa6-duotone.fa6-hand-holding-usd:after {
  content: "\10f4c0"; }

.fa6d.fa6-hand-holding-droplet:after, .fa6-duotone.fa6-hand-holding-droplet:after {
  content: "\10f4c1"; }

.fa6d.fa6-hand-holding-water:after, .fa6-duotone.fa6-hand-holding-water:after {
  content: "\10f4c1"; }

.fa6d.fa6-hand-holding-heart:after, .fa6-duotone.fa6-hand-holding-heart:after {
  content: "\10f4be"; }

.fa6d.fa6-hand-holding-magic:after, .fa6-duotone.fa6-hand-holding-magic:after {
  content: "\10f6e5"; }

.fa6d.fa6-hand-holding-medical:after, .fa6-duotone.fa6-hand-holding-medical:after {
  content: "\10e05c"; }

.fa6d.fa6-hand-holding-seedling:after, .fa6-duotone.fa6-hand-holding-seedling:after {
  content: "\10f4bf"; }

.fa6d.fa6-hand-holding-skull:after, .fa6-duotone.fa6-hand-holding-skull:after {
  content: "\10e1b2"; }

.fa6d.fa6-hand-lizard:after, .fa6-duotone.fa6-hand-lizard:after {
  content: "\10f258"; }

.fa6d.fa6-hand-love:after, .fa6-duotone.fa6-hand-love:after {
  content: "\10e1b3"; }

.fa6d.fa6-hand-middle-finger:after, .fa6-duotone.fa6-hand-middle-finger:after {
  content: "\10f806"; }

.fa6d.fa6-hand-paper:after, .fa6-duotone.fa6-hand-paper:after {
  content: "\10f256"; }

.fa6d.fa6-hand-peace:after, .fa6-duotone.fa6-hand-peace:after {
  content: "\10f25b"; }

.fa6d.fa6-hand-point-down:after, .fa6-duotone.fa6-hand-point-down:after {
  content: "\10f0a7"; }

.fa6d.fa6-hand-point-left:after, .fa6-duotone.fa6-hand-point-left:after {
  content: "\10f0a5"; }

.fa6d.fa6-hand-point-right:after, .fa6-duotone.fa6-hand-point-right:after {
  content: "\10f0a4"; }

.fa6d.fa6-hand-point-up:after, .fa6-duotone.fa6-hand-point-up:after {
  content: "\10f0a6"; }

.fa6d.fa6-hand-pointer:after, .fa6-duotone.fa6-hand-pointer:after {
  content: "\10f25a"; }

.fa6d.fa6-hand-rock:after, .fa6-duotone.fa6-hand-rock:after {
  content: "\10f255"; }

.fa6d.fa6-hand-scissors:after, .fa6-duotone.fa6-hand-scissors:after {
  content: "\10f257"; }

.fa6d.fa6-hand-sparkles:after, .fa6-duotone.fa6-hand-sparkles:after {
  content: "\10e05d"; }

.fa6d.fa6-hand-spock:after, .fa6-duotone.fa6-hand-spock:after {
  content: "\10f259"; }

.fa6d.fa6-hand-wave:after, .fa6-duotone.fa6-hand-wave:after {
  content: "\10e1b4"; }

.fa6d.fa6-hands:after, .fa6-duotone.fa6-hands:after {
  content: "\10f2a7"; }

.fa6d.fa6-sign-language:after, .fa6-duotone.fa6-sign-language:after {
  content: "\10f2a7"; }

.fa6d.fa6-signing:after, .fa6-duotone.fa6-signing:after {
  content: "\10f2a7"; }

.fa6d.fa6-hands-asl-interpreting:after, .fa6-duotone.fa6-hands-asl-interpreting:after {
  content: "\10f2a3"; }

.fa6d.fa6-american-sign-language-interpreting:after, .fa6-duotone.fa6-american-sign-language-interpreting:after {
  content: "\10f2a3"; }

.fa6d.fa6-hands-american-sign-language-interpreting:after, .fa6-duotone.fa6-hands-american-sign-language-interpreting:after {
  content: "\10f2a3"; }

.fa6d.fa6-asl-interpreting:after, .fa6-duotone.fa6-asl-interpreting:after {
  content: "\10f2a3"; }

.fa6d.fa6-hands-bubbles:after, .fa6-duotone.fa6-hands-bubbles:after {
  content: "\10e05e"; }

.fa6d.fa6-hands-wash:after, .fa6-duotone.fa6-hands-wash:after {
  content: "\10e05e"; }

.fa6d.fa6-hands-clapping:after, .fa6-duotone.fa6-hands-clapping:after {
  content: "\10e1b5"; }

.fa6d.fa6-hands-holding:after, .fa6-duotone.fa6-hands-holding:after {
  content: "\10f4c2"; }

.fa6d.fa6-hands-holding-diamond:after, .fa6-duotone.fa6-hands-holding-diamond:after {
  content: "\10f47c"; }

.fa6d.fa6-hand-receiving:after, .fa6-duotone.fa6-hand-receiving:after {
  content: "\10f47c"; }

.fa6d.fa6-hands-holding-dollar:after, .fa6-duotone.fa6-hands-holding-dollar:after {
  content: "\10f4c5"; }

.fa6d.fa6-hands-usd:after, .fa6-duotone.fa6-hands-usd:after {
  content: "\10f4c5"; }

.fa6d.fa6-hands-holding-heart:after, .fa6-duotone.fa6-hands-holding-heart:after {
  content: "\10f4c3"; }

.fa6d.fa6-hands-heart:after, .fa6-duotone.fa6-hands-heart:after {
  content: "\10f4c3"; }

.fa6d.fa6-hands-horns:after, .fa6-duotone.fa6-hands-horns:after {
  content: "\10e1b6"; }

.fa6d.fa6-hands-praying:after, .fa6-duotone.fa6-hands-praying:after {
  content: "\10f684"; }

.fa6d.fa6-praying-hands:after, .fa6-duotone.fa6-praying-hands:after {
  content: "\10f684"; }

.fa6d.fa6-handshake:after, .fa6-duotone.fa6-handshake:after {
  content: "\10f2b5"; }

.fa6d.fa6-handshake-angle:after, .fa6-duotone.fa6-handshake-angle:after {
  content: "\10f4c4"; }

.fa6d.fa6-hands-helping:after, .fa6-duotone.fa6-hands-helping:after {
  content: "\10f4c4"; }

.fa6d.fa6-handshake-simple:after, .fa6-duotone.fa6-handshake-simple:after {
  content: "\10f4c6"; }

.fa6d.fa6-handshake-alt:after, .fa6-duotone.fa6-handshake-alt:after {
  content: "\10f4c6"; }

.fa6d.fa6-handshake-simple-slash:after, .fa6-duotone.fa6-handshake-simple-slash:after {
  content: "\10e05f"; }

.fa6d.fa6-handshake-alt-slash:after, .fa6-duotone.fa6-handshake-alt-slash:after {
  content: "\10e05f"; }

.fa6d.fa6-handshake-slash:after, .fa6-duotone.fa6-handshake-slash:after {
  content: "\10e060"; }

.fa6d.fa6-hanukiah:after, .fa6-duotone.fa6-hanukiah:after {
  content: "\10f6e6"; }

.fa6d.fa6-hard-drive:after, .fa6-duotone.fa6-hard-drive:after {
  content: "\10f0a0"; }

.fa6d.fa6-hdd:after, .fa6-duotone.fa6-hdd:after {
  content: "\10f0a0"; }

.fa6d.fa6-hashtag:after, .fa6-duotone.fa6-hashtag:after {
  content: "\10f292"; }

.fa6d.fa6-hat-chef:after, .fa6-duotone.fa6-hat-chef:after {
  content: "\10f86b"; }

.fa6d.fa6-hat-cowboy:after, .fa6-duotone.fa6-hat-cowboy:after {
  content: "\10f8c0"; }

.fa6d.fa6-hat-cowboy-side:after, .fa6-duotone.fa6-hat-cowboy-side:after {
  content: "\10f8c1"; }

.fa6d.fa6-hat-santa:after, .fa6-duotone.fa6-hat-santa:after {
  content: "\10f7a7"; }

.fa6d.fa6-hat-winter:after, .fa6-duotone.fa6-hat-winter:after {
  content: "\10f7a8"; }

.fa6d.fa6-hat-witch:after, .fa6-duotone.fa6-hat-witch:after {
  content: "\10f6e7"; }

.fa6d.fa6-hat-wizard:after, .fa6-duotone.fa6-hat-wizard:after {
  content: "\10f6e8"; }

.fa6d.fa6-head-side:after, .fa6-duotone.fa6-head-side:after {
  content: "\10f6e9"; }

.fa6d.fa6-head-side-brain:after, .fa6-duotone.fa6-head-side-brain:after {
  content: "\10f808"; }

.fa6d.fa6-head-side-cough:after, .fa6-duotone.fa6-head-side-cough:after {
  content: "\10e061"; }

.fa6d.fa6-head-side-cough-slash:after, .fa6-duotone.fa6-head-side-cough-slash:after {
  content: "\10e062"; }

.fa6d.fa6-head-side-goggles:after, .fa6-duotone.fa6-head-side-goggles:after {
  content: "\10f6ea"; }

.fa6d.fa6-head-vr:after, .fa6-duotone.fa6-head-vr:after {
  content: "\10f6ea"; }

.fa6d.fa6-head-side-headphones:after, .fa6-duotone.fa6-head-side-headphones:after {
  content: "\10f8c2"; }

.fa6d.fa6-head-side-heart:after, .fa6-duotone.fa6-head-side-heart:after {
  content: "\10e1b7"; }

.fa6d.fa6-head-side-mask:after, .fa6-duotone.fa6-head-side-mask:after {
  content: "\10e063"; }

.fa6d.fa6-head-side-medical:after, .fa6-duotone.fa6-head-side-medical:after {
  content: "\10f809"; }

.fa6d.fa6-head-side-virus:after, .fa6-duotone.fa6-head-side-virus:after {
  content: "\10e064"; }

.fa6d.fa6-heading:after, .fa6-duotone.fa6-heading:after {
  content: "\10f1dc"; }

.fa6d.fa6-header:after, .fa6-duotone.fa6-header:after {
  content: "\10f1dc"; }

.fa6d.fa6-headphones:after, .fa6-duotone.fa6-headphones:after {
  content: "\10f025"; }

.fa6d.fa6-headphones-simple:after, .fa6-duotone.fa6-headphones-simple:after {
  content: "\10f58f"; }

.fa6d.fa6-headphones-alt:after, .fa6-duotone.fa6-headphones-alt:after {
  content: "\10f58f"; }

.fa6d.fa6-headset:after, .fa6-duotone.fa6-headset:after {
  content: "\10f590"; }

.fa6d.fa6-heart:after, .fa6-duotone.fa6-heart:after {
  content: "\10f004"; }

.fa6d.fa6-heart-crack:after, .fa6-duotone.fa6-heart-crack:after {
  content: "\10f7a9"; }

.fa6d.fa6-heart-broken:after, .fa6-duotone.fa6-heart-broken:after {
  content: "\10f7a9"; }

.fa6d.fa6-heart-half:after, .fa6-duotone.fa6-heart-half:after {
  content: "\10e1b8"; }

.fa6d.fa6-heart-half-stroke:after, .fa6-duotone.fa6-heart-half-stroke:after {
  content: "\10e1b9"; }

.fa6d.fa6-heart-half-alt:after, .fa6-duotone.fa6-heart-half-alt:after {
  content: "\10e1b9"; }

.fa6d.fa6-heart-pulse:after, .fa6-duotone.fa6-heart-pulse:after {
  content: "\10f21e"; }

.fa6d.fa6-heartbeat:after, .fa6-duotone.fa6-heartbeat:after {
  content: "\10f21e"; }

.fa6d.fa6-heat:after, .fa6-duotone.fa6-heat:after {
  content: "\10e00c"; }

.fa6d.fa6-helicopter:after, .fa6-duotone.fa6-helicopter:after {
  content: "\10f533"; }

.fa6d.fa6-helmet-battle:after, .fa6-duotone.fa6-helmet-battle:after {
  content: "\10f6eb"; }

.fa6d.fa6-helmet-safety:after, .fa6-duotone.fa6-helmet-safety:after {
  content: "\10f807"; }

.fa6d.fa6-hat-hard:after, .fa6-duotone.fa6-hat-hard:after {
  content: "\10f807"; }

.fa6d.fa6-hard-hat:after, .fa6-duotone.fa6-hard-hat:after {
  content: "\10f807"; }

.fa6d.fa6-hexagon:after, .fa6-duotone.fa6-hexagon:after {
  content: "\10f312"; }

.fa6d.fa6-hexagon-divide:after, .fa6-duotone.fa6-hexagon-divide:after {
  content: "\10e1ba"; }

.fa6d.fa6-hexagon-minus:after, .fa6-duotone.fa6-hexagon-minus:after {
  content: "\10f307"; }

.fa6d.fa6-minus-hexagon:after, .fa6-duotone.fa6-minus-hexagon:after {
  content: "\10f307"; }

.fa6d.fa6-hexagon-plus:after, .fa6-duotone.fa6-hexagon-plus:after {
  content: "\10f300"; }

.fa6d.fa6-plus-hexagon:after, .fa6-duotone.fa6-plus-hexagon:after {
  content: "\10f300"; }

.fa6d.fa6-hexagon-xmark:after, .fa6-duotone.fa6-hexagon-xmark:after {
  content: "\10f2ee"; }

.fa6d.fa6-times-hexagon:after, .fa6-duotone.fa6-times-hexagon:after {
  content: "\10f2ee"; }

.fa6d.fa6-xmark-hexagon:after, .fa6-duotone.fa6-xmark-hexagon:after {
  content: "\10f2ee"; }

.fa6d.fa6-high-definition:after, .fa6-duotone.fa6-high-definition:after {
  content: "\10e1bb"; }

.fa6d.fa6-highlighter:after, .fa6-duotone.fa6-highlighter:after {
  content: "\10f591"; }

.fa6d.fa6-highlighter-line:after, .fa6-duotone.fa6-highlighter-line:after {
  content: "\10e1bc"; }

.fa6d.fa6-hippo:after, .fa6-duotone.fa6-hippo:after {
  content: "\10f6ed"; }

.fa6d.fa6-hockey-mask:after, .fa6-duotone.fa6-hockey-mask:after {
  content: "\10f6ee"; }

.fa6d.fa6-hockey-puck:after, .fa6-duotone.fa6-hockey-puck:after {
  content: "\10f453"; }

.fa6d.fa6-hockey-sticks:after, .fa6-duotone.fa6-hockey-sticks:after {
  content: "\10f454"; }

.fa6d.fa6-holly-berry:after, .fa6-duotone.fa6-holly-berry:after {
  content: "\10f7aa"; }

.fa6d.fa6-home:after, .fa6-duotone.fa6-home:after {
  content: "\10f015"; }

.fa6d.fa6-home-lg:after, .fa6-duotone.fa6-home-lg:after {
  content: "\10f015"; }

.fa6d.fa6-home-heart:after, .fa6-duotone.fa6-home-heart:after {
  content: "\10f4c9"; }

.fa6d.fa6-home-simple:after, .fa6-duotone.fa6-home-simple:after {
  content: "\10f80a"; }

.fa6d.fa6-home-lg-alt:after, .fa6-duotone.fa6-home-lg-alt:after {
  content: "\10f80a"; }

.fa6d.fa6-home-user:after, .fa6-duotone.fa6-home-user:after {
  content: "\10e1bd"; }

.fa6d.fa6-hood-cloak:after, .fa6-duotone.fa6-hood-cloak:after {
  content: "\10f6ef"; }

.fa6d.fa6-horizontal-rule:after, .fa6-duotone.fa6-horizontal-rule:after {
  content: "\10f86c"; }

.fa6d.fa6-horse:after, .fa6-duotone.fa6-horse:after {
  content: "\10f6f0"; }

.fa6d.fa6-horse-head:after, .fa6-duotone.fa6-horse-head:after {
  content: "\10f7ab"; }

.fa6d.fa6-horse-saddle:after, .fa6-duotone.fa6-horse-saddle:after {
  content: "\10f8c3"; }

.fa6d.fa6-hospital:after, .fa6-duotone.fa6-hospital:after {
  content: "\10f0f8"; }

.fa6d.fa6-hospital-user:after, .fa6-duotone.fa6-hospital-user:after {
  content: "\10f80d"; }

.fa6d.fa6-hospital-wide:after, .fa6-duotone.fa6-hospital-wide:after {
  content: "\10f47d"; }

.fa6d.fa6-hospital-alt:after, .fa6-duotone.fa6-hospital-alt:after {
  content: "\10f47d"; }

.fa6d.fa6-hospitals:after, .fa6-duotone.fa6-hospitals:after {
  content: "\10f80e"; }

.fa6d.fa6-hot-tub-person:after, .fa6-duotone.fa6-hot-tub-person:after {
  content: "\10f593"; }

.fa6d.fa6-hot-tub:after, .fa6-duotone.fa6-hot-tub:after {
  content: "\10f593"; }

.fa6d.fa6-hotdog:after, .fa6-duotone.fa6-hotdog:after {
  content: "\10f80f"; }

.fa6d.fa6-hotel:after, .fa6-duotone.fa6-hotel:after {
  content: "\10f594"; }

.fa6d.fa6-hourglass:after, .fa6-duotone.fa6-hourglass:after {
  content: "\10f254"; }

.fa6d.fa6-hourglass-2:after, .fa6-duotone.fa6-hourglass-2:after {
  content: "\10f254"; }

.fa6d.fa6-hourglass-half:after, .fa6-duotone.fa6-hourglass-half:after {
  content: "\10f254"; }

.fa6d.fa6-hourglass-empty:after, .fa6-duotone.fa6-hourglass-empty:after {
  content: "\10f252"; }

.fa6d.fa6-hourglass-end:after, .fa6-duotone.fa6-hourglass-end:after {
  content: "\10f253"; }

.fa6d.fa6-hourglass-3:after, .fa6-duotone.fa6-hourglass-3:after {
  content: "\10f253"; }

.fa6d.fa6-hourglass-start:after, .fa6-duotone.fa6-hourglass-start:after {
  content: "\10f251"; }

.fa6d.fa6-hourglass-1:after, .fa6-duotone.fa6-hourglass-1:after {
  content: "\10f251"; }

.fa6d.fa6-house:after, .fa6-duotone.fa6-house:after {
  content: "\10e00d"; }

.fa6d.fa6-house-building:after, .fa6-duotone.fa6-house-building:after {
  content: "\10e1be"; }

.fa6d.fa6-house-crack:after, .fa6-duotone.fa6-house-crack:after {
  content: "\10f6f1"; }

.fa6d.fa6-house-damage:after, .fa6-duotone.fa6-house-damage:after {
  content: "\10f6f1"; }

.fa6d.fa6-house-day:after, .fa6-duotone.fa6-house-day:after {
  content: "\10e00e"; }

.fa6d.fa6-house-flood:after, .fa6-duotone.fa6-house-flood:after {
  content: "\10f74f"; }

.fa6d.fa6-house-heart:after, .fa6-duotone.fa6-house-heart:after {
  content: "\10e1bf"; }

.fa6d.fa6-house-laptop:after, .fa6-duotone.fa6-house-laptop:after {
  content: "\10e066"; }

.fa6d.fa6-laptop-house:after, .fa6-duotone.fa6-laptop-house:after {
  content: "\10e066"; }

.fa6d.fa6-house-medical:after, .fa6-duotone.fa6-house-medical:after {
  content: "\10f7f2"; }

.fa6d.fa6-clinic-medical:after, .fa6-duotone.fa6-clinic-medical:after {
  content: "\10f7f2"; }

.fa6d.fa6-house-night:after, .fa6-duotone.fa6-house-night:after {
  content: "\10e010"; }

.fa6d.fa6-house-person-leave:after, .fa6-duotone.fa6-house-person-leave:after {
  content: "\10e00f"; }

.fa6d.fa6-house-person-depart:after, .fa6-duotone.fa6-house-person-depart:after {
  content: "\10e00f"; }

.fa6d.fa6-house-person-return:after, .fa6-duotone.fa6-house-person-return:after {
  content: "\10e011"; }

.fa6d.fa6-house-person-arrive:after, .fa6-duotone.fa6-house-person-arrive:after {
  content: "\10e011"; }

.fa6d.fa6-house-signal:after, .fa6-duotone.fa6-house-signal:after {
  content: "\10e012"; }

.fa6d.fa6-house-tree:after, .fa6-duotone.fa6-house-tree:after {
  content: "\10e1c0"; }

.fa6d.fa6-house-turret:after, .fa6-duotone.fa6-house-turret:after {
  content: "\10e1c1"; }

.fa6d.fa6-house-user:after, .fa6-duotone.fa6-house-user:after {
  content: "\10e065"; }

.fa6d.fa6-hryvnia-sign:after, .fa6-duotone.fa6-hryvnia-sign:after {
  content: "\10f6f2"; }

.fa6d.fa6-hryvnia:after, .fa6-duotone.fa6-hryvnia:after {
  content: "\10f6f2"; }

.fa6d.fa6-hurricane:after, .fa6-duotone.fa6-hurricane:after {
  content: "\10f751"; }

.fa6d.fa6-i:after, .fa6-duotone.fa6-i:after {
  content: "\10e1c2"; }

.fa6d.fa6-i-cursor:after, .fa6-duotone.fa6-i-cursor:after {
  content: "\10f246"; }

.fa6d.fa6-ice-cream:after, .fa6-duotone.fa6-ice-cream:after {
  content: "\10f810"; }

.fa6d.fa6-ice-skate:after, .fa6-duotone.fa6-ice-skate:after {
  content: "\10f7ac"; }

.fa6d.fa6-icicles:after, .fa6-duotone.fa6-icicles:after {
  content: "\10f7ad"; }

.fa6d.fa6-icons:after, .fa6-duotone.fa6-icons:after {
  content: "\10f86d"; }

.fa6d.fa6-heart-music-camera-bolt:after, .fa6-duotone.fa6-heart-music-camera-bolt:after {
  content: "\10f86d"; }

.fa6d.fa6-id-badge:after, .fa6-duotone.fa6-id-badge:after {
  content: "\10f2c1"; }

.fa6d.fa6-id-card:after, .fa6-duotone.fa6-id-card:after {
  content: "\10f2c2"; }

.fa6d.fa6-drivers-license:after, .fa6-duotone.fa6-drivers-license:after {
  content: "\10f2c2"; }

.fa6d.fa6-id-card-clip:after, .fa6-duotone.fa6-id-card-clip:after {
  content: "\10f47f"; }

.fa6d.fa6-id-card-alt:after, .fa6-duotone.fa6-id-card-alt:after {
  content: "\10f47f"; }

.fa6d.fa6-igloo:after, .fa6-duotone.fa6-igloo:after {
  content: "\10f7ae"; }

.fa6d.fa6-image:after, .fa6-duotone.fa6-image:after {
  content: "\10f03e"; }

.fa6d.fa6-image-landscape:after, .fa6-duotone.fa6-image-landscape:after {
  content: "\10e1c3"; }

.fa6d.fa6-landscape:after, .fa6-duotone.fa6-landscape:after {
  content: "\10e1c3"; }

.fa6d.fa6-image-polaroid:after, .fa6-duotone.fa6-image-polaroid:after {
  content: "\10f8c4"; }

.fa6d.fa6-image-polaroid-user:after, .fa6-duotone.fa6-image-polaroid-user:after {
  content: "\10e1c4"; }

.fa6d.fa6-image-portrait:after, .fa6-duotone.fa6-image-portrait:after {
  content: "\10f3e0"; }

.fa6d.fa6-portrait:after, .fa6-duotone.fa6-portrait:after {
  content: "\10f3e0"; }

.fa6d.fa6-image-slash:after, .fa6-duotone.fa6-image-slash:after {
  content: "\10e1c5"; }

.fa6d.fa6-image-user:after, .fa6-duotone.fa6-image-user:after {
  content: "\10e1c6"; }

.fa6d.fa6-images:after, .fa6-duotone.fa6-images:after {
  content: "\10f302"; }

.fa6d.fa6-images-user:after, .fa6-duotone.fa6-images-user:after {
  content: "\10e1c7"; }

.fa6d.fa6-inbox:after, .fa6-duotone.fa6-inbox:after {
  content: "\10f01c"; }

.fa6d.fa6-inbox-full:after, .fa6-duotone.fa6-inbox-full:after {
  content: "\10e1c8"; }

.fa6d.fa6-inbox-in:after, .fa6-duotone.fa6-inbox-in:after {
  content: "\10f310"; }

.fa6d.fa6-inbox-arrow-down:after, .fa6-duotone.fa6-inbox-arrow-down:after {
  content: "\10f310"; }

.fa6d.fa6-inbox-out:after, .fa6-duotone.fa6-inbox-out:after {
  content: "\10f311"; }

.fa6d.fa6-inbox-arrow-up:after, .fa6-duotone.fa6-inbox-arrow-up:after {
  content: "\10f311"; }

.fa6d.fa6-inboxes:after, .fa6-duotone.fa6-inboxes:after {
  content: "\10e1c9"; }

.fa6d.fa6-indent:after, .fa6-duotone.fa6-indent:after {
  content: "\10f03c"; }

.fa6d.fa6-indian-rupee-sign:after, .fa6-duotone.fa6-indian-rupee-sign:after {
  content: "\10e1ca"; }

.fa6d.fa6-indian-rupee:after, .fa6-duotone.fa6-indian-rupee:after {
  content: "\10e1ca"; }

.fa6d.fa6-inr:after, .fa6-duotone.fa6-inr:after {
  content: "\10e1ca"; }

.fa6d.fa6-industry:after, .fa6-duotone.fa6-industry:after {
  content: "\10f275"; }

.fa6d.fa6-industry-windows:after, .fa6-duotone.fa6-industry-windows:after {
  content: "\10f3b3"; }

.fa6d.fa6-industry-alt:after, .fa6-duotone.fa6-industry-alt:after {
  content: "\10f3b3"; }

.fa6d.fa6-infinity:after, .fa6-duotone.fa6-infinity:after {
  content: "\10f534"; }

.fa6d.fa6-info:after, .fa6-duotone.fa6-info:after {
  content: "\10f129"; }

.fa6d.fa6-inhaler:after, .fa6-duotone.fa6-inhaler:after {
  content: "\10f5f9"; }

.fa6d.fa6-input-numeric:after, .fa6-duotone.fa6-input-numeric:after {
  content: "\10e1cb"; }

.fa6d.fa6-input-pipe:after, .fa6-duotone.fa6-input-pipe:after {
  content: "\10e1cc"; }

.fa6d.fa6-input-text:after, .fa6-duotone.fa6-input-text:after {
  content: "\10e1cd"; }

.fa6d.fa6-integral:after, .fa6-duotone.fa6-integral:after {
  content: "\10f667"; }

.fa6d.fa6-intersection:after, .fa6-duotone.fa6-intersection:after {
  content: "\10f668"; }

.fa6d.fa6-island-tropical:after, .fa6-duotone.fa6-island-tropical:after {
  content: "\10f811"; }

.fa6d.fa6-island-tree-palm:after, .fa6-duotone.fa6-island-tree-palm:after {
  content: "\10f811"; }

.fa6d.fa6-italic:after, .fa6-duotone.fa6-italic:after {
  content: "\10f033"; }

.fa6d.fa6-j:after, .fa6-duotone.fa6-j:after {
  content: "\10e1ce"; }

.fa6d.fa6-jack-o-lantern:after, .fa6-duotone.fa6-jack-o-lantern:after {
  content: "\10f30e"; }

.fa6d.fa6-jedi:after, .fa6-duotone.fa6-jedi:after {
  content: "\10f669"; }

.fa6d.fa6-jet-fighter:after, .fa6-duotone.fa6-jet-fighter:after {
  content: "\10f0fb"; }

.fa6d.fa6-fighter-jet:after, .fa6-duotone.fa6-fighter-jet:after {
  content: "\10f0fb"; }

.fa6d.fa6-joint:after, .fa6-duotone.fa6-joint:after {
  content: "\10f595"; }

.fa6d.fa6-joystick:after, .fa6-duotone.fa6-joystick:after {
  content: "\10f8c5"; }

.fa6d.fa6-jug:after, .fa6-duotone.fa6-jug:after {
  content: "\10f8c6"; }

.fa6d.fa6-k:after, .fa6-duotone.fa6-k:after {
  content: "\10e1cf"; }

.fa6d.fa6-kaaba:after, .fa6-duotone.fa6-kaaba:after {
  content: "\10f66b"; }

.fa6d.fa6-kazoo:after, .fa6-duotone.fa6-kazoo:after {
  content: "\10f8c7"; }

.fa6d.fa6-kerning:after, .fa6-duotone.fa6-kerning:after {
  content: "\10f86f"; }

.fa6d.fa6-key:after, .fa6-duotone.fa6-key:after {
  content: "\10f084"; }

.fa6d.fa6-key-skeleton:after, .fa6-duotone.fa6-key-skeleton:after {
  content: "\10f6f3"; }

.fa6d.fa6-keyboard:after, .fa6-duotone.fa6-keyboard:after {
  content: "\10f11c"; }

.fa6d.fa6-keyboard-down:after, .fa6-duotone.fa6-keyboard-down:after {
  content: "\10e1d0"; }

.fa6d.fa6-keyboard-left:after, .fa6-duotone.fa6-keyboard-left:after {
  content: "\10e1d1"; }

.fa6d.fa6-keynote:after, .fa6-duotone.fa6-keynote:after {
  content: "\10f66c"; }

.fa6d.fa6-khanda:after, .fa6-duotone.fa6-khanda:after {
  content: "\10f66d"; }

.fa6d.fa6-kidneys:after, .fa6-duotone.fa6-kidneys:after {
  content: "\10f5fb"; }

.fa6d.fa6-kip-sign:after, .fa6-duotone.fa6-kip-sign:after {
  content: "\10e1d2"; }

.fa6d.fa6-kit-medical:after, .fa6-duotone.fa6-kit-medical:after {
  content: "\10f479"; }

.fa6d.fa6-first-aid:after, .fa6-duotone.fa6-first-aid:after {
  content: "\10f479"; }

.fa6d.fa6-kite:after, .fa6-duotone.fa6-kite:after {
  content: "\10f6f4"; }

.fa6d.fa6-kiwi-bird:after, .fa6-duotone.fa6-kiwi-bird:after {
  content: "\10f535"; }

.fa6d.fa6-knife:after, .fa6-duotone.fa6-knife:after {
  content: "\10f2e4"; }

.fa6d.fa6-utensil-knife:after, .fa6-duotone.fa6-utensil-knife:after {
  content: "\10f2e4"; }

.fa6d.fa6-knife-kitchen:after, .fa6-duotone.fa6-knife-kitchen:after {
  content: "\10f6f5"; }

.fa6d.fa6-l:after, .fa6-duotone.fa6-l:after {
  content: "\10e1d3"; }

.fa6d.fa6-lambda:after, .fa6-duotone.fa6-lambda:after {
  content: "\10f66e"; }

.fa6d.fa6-lamp:after, .fa6-duotone.fa6-lamp:after {
  content: "\10f4ca"; }

.fa6d.fa6-lamp-desk:after, .fa6-duotone.fa6-lamp-desk:after {
  content: "\10e014"; }

.fa6d.fa6-lamp-floor:after, .fa6-duotone.fa6-lamp-floor:after {
  content: "\10e015"; }

.fa6d.fa6-lamp-street:after, .fa6-duotone.fa6-lamp-street:after {
  content: "\10e1d4"; }

.fa6d.fa6-landmark:after, .fa6-duotone.fa6-landmark:after {
  content: "\10f66f"; }

.fa6d.fa6-landmark-dome:after, .fa6-duotone.fa6-landmark-dome:after {
  content: "\10f752"; }

.fa6d.fa6-landmark-alt:after, .fa6-duotone.fa6-landmark-alt:after {
  content: "\10f752"; }

.fa6d.fa6-language:after, .fa6-duotone.fa6-language:after {
  content: "\10f1ab"; }

.fa6d.fa6-laptop:after, .fa6-duotone.fa6-laptop:after {
  content: "\10f109"; }

.fa6d.fa6-laptop-arrow-down:after, .fa6-duotone.fa6-laptop-arrow-down:after {
  content: "\10e1d5"; }

.fa6d.fa6-laptop-code:after, .fa6-duotone.fa6-laptop-code:after {
  content: "\10f5fc"; }

.fa6d.fa6-laptop-medical:after, .fa6-duotone.fa6-laptop-medical:after {
  content: "\10f812"; }

.fa6d.fa6-laptop-mobile:after, .fa6-duotone.fa6-laptop-mobile:after {
  content: "\10f87a"; }

.fa6d.fa6-phone-laptop:after, .fa6-duotone.fa6-phone-laptop:after {
  content: "\10f87a"; }

.fa6d.fa6-laptop-slash:after, .fa6-duotone.fa6-laptop-slash:after {
  content: "\10e1d6"; }

.fa6d.fa6-lari-sign:after, .fa6-duotone.fa6-lari-sign:after {
  content: "\10e1d7"; }

.fa6d.fa6-lasso:after, .fa6-duotone.fa6-lasso:after {
  content: "\10f8c8"; }

.fa6d.fa6-lasso-sparkles:after, .fa6-duotone.fa6-lasso-sparkles:after {
  content: "\10e1d8"; }

.fa6d.fa6-layers:after, .fa6-duotone.fa6-layers:after {
  content: "\10f5fd"; }

.fa6d.fa6-layer-group:after, .fa6-duotone.fa6-layer-group:after {
  content: "\10f5fd"; }

.fa6d.fa6-layers-minus:after, .fa6-duotone.fa6-layers-minus:after {
  content: "\10f5fe"; }

.fa6d.fa6-layer-minus:after, .fa6-duotone.fa6-layer-minus:after {
  content: "\10f5fe"; }

.fa6d.fa6-layers-plus:after, .fa6-duotone.fa6-layers-plus:after {
  content: "\10f5ff"; }

.fa6d.fa6-layer-plus:after, .fa6-duotone.fa6-layer-plus:after {
  content: "\10f5ff"; }

.fa6d.fa6-leaf:after, .fa6-duotone.fa6-leaf:after {
  content: "\10f06c"; }

.fa6d.fa6-leaf-heart:after, .fa6-duotone.fa6-leaf-heart:after {
  content: "\10f4cb"; }

.fa6d.fa6-leaf-maple:after, .fa6-duotone.fa6-leaf-maple:after {
  content: "\10f6f6"; }

.fa6d.fa6-leaf-oak:after, .fa6-duotone.fa6-leaf-oak:after {
  content: "\10f6f7"; }

.fa6d.fa6-left:after, .fa6-duotone.fa6-left:after {
  content: "\10f355"; }

.fa6d.fa6-arrow-alt-left:after, .fa6-duotone.fa6-arrow-alt-left:after {
  content: "\10f355"; }

.fa6d.fa6-left-from-line:after, .fa6-duotone.fa6-left-from-line:after {
  content: "\10f348"; }

.fa6d.fa6-arrow-alt-from-right:after, .fa6-duotone.fa6-arrow-alt-from-right:after {
  content: "\10f348"; }

.fa6d.fa6-left-long:after, .fa6-duotone.fa6-left-long:after {
  content: "\10f30a"; }

.fa6d.fa6-long-arrow-alt-left:after, .fa6-duotone.fa6-long-arrow-alt-left:after {
  content: "\10f30a"; }

.fa6d.fa6-left-right:after, .fa6-duotone.fa6-left-right:after {
  content: "\10f337"; }

.fa6d.fa6-arrows-alt-h:after, .fa6-duotone.fa6-arrows-alt-h:after {
  content: "\10f337"; }

.fa6d.fa6-left-to-line:after, .fa6-duotone.fa6-left-to-line:after {
  content: "\10f34b"; }

.fa6d.fa6-arrow-alt-to-left:after, .fa6-duotone.fa6-arrow-alt-to-left:after {
  content: "\10f34b"; }

.fa6d.fa6-lemon:after, .fa6-duotone.fa6-lemon:after {
  content: "\10f094"; }

.fa6d.fa6-less-than:after, .fa6-duotone.fa6-less-than:after {
  content: "\10f536"; }

.fa6d.fa6-less-than-equal:after, .fa6-duotone.fa6-less-than-equal:after {
  content: "\10f537"; }

.fa6d.fa6-life-ring:after, .fa6-duotone.fa6-life-ring:after {
  content: "\10f1cd"; }

.fa6d.fa6-light-ceiling:after, .fa6-duotone.fa6-light-ceiling:after {
  content: "\10e016"; }

.fa6d.fa6-light-switch:after, .fa6-duotone.fa6-light-switch:after {
  content: "\10e017"; }

.fa6d.fa6-light-switch-off:after, .fa6-duotone.fa6-light-switch-off:after {
  content: "\10e018"; }

.fa6d.fa6-light-switch-on:after, .fa6-duotone.fa6-light-switch-on:after {
  content: "\10e019"; }

.fa6d.fa6-lightbulb:after, .fa6-duotone.fa6-lightbulb:after {
  content: "\10f0eb"; }

.fa6d.fa6-lightbulb-dollar:after, .fa6-duotone.fa6-lightbulb-dollar:after {
  content: "\10f670"; }

.fa6d.fa6-lightbulb-exclamation:after, .fa6-duotone.fa6-lightbulb-exclamation:after {
  content: "\10f671"; }

.fa6d.fa6-lightbulb-on:after, .fa6-duotone.fa6-lightbulb-on:after {
  content: "\10f672"; }

.fa6d.fa6-lightbulb-slash:after, .fa6-duotone.fa6-lightbulb-slash:after {
  content: "\10f673"; }

.fa6d.fa6-lights-holiday:after, .fa6-duotone.fa6-lights-holiday:after {
  content: "\10f7b2"; }

.fa6d.fa6-line-columns:after, .fa6-duotone.fa6-line-columns:after {
  content: "\10f870"; }

.fa6d.fa6-line-height:after, .fa6-duotone.fa6-line-height:after {
  content: "\10f871"; }

.fa6d.fa6-link:after, .fa6-duotone.fa6-link:after {
  content: "\10f0c1"; }

.fa6d.fa6-chain:after, .fa6-duotone.fa6-chain:after {
  content: "\10f0c1"; }

.fa6d.fa6-link-horizontal:after, .fa6-duotone.fa6-link-horizontal:after {
  content: "\10e1d9"; }

.fa6d.fa6-chain-horizontal:after, .fa6-duotone.fa6-chain-horizontal:after {
  content: "\10e1d9"; }

.fa6d.fa6-link-horizontal-slash:after, .fa6-duotone.fa6-link-horizontal-slash:after {
  content: "\10e1da"; }

.fa6d.fa6-chain-horizontal-slash:after, .fa6-duotone.fa6-chain-horizontal-slash:after {
  content: "\10e1da"; }

.fa6d.fa6-link-simple:after, .fa6-duotone.fa6-link-simple:after {
  content: "\10e1db"; }

.fa6d.fa6-link-simple-slash:after, .fa6-duotone.fa6-link-simple-slash:after {
  content: "\10e1dc"; }

.fa6d.fa6-link-slash:after, .fa6-duotone.fa6-link-slash:after {
  content: "\10f127"; }

.fa6d.fa6-chain-slash:after, .fa6-duotone.fa6-chain-slash:after {
  content: "\10f127"; }

.fa6d.fa6-chain-broken:after, .fa6-duotone.fa6-chain-broken:after {
  content: "\10f127"; }

.fa6d.fa6-unlink:after, .fa6-duotone.fa6-unlink:after {
  content: "\10f127"; }

.fa6d.fa6-lips:after, .fa6-duotone.fa6-lips:after {
  content: "\10f600"; }

.fa6d.fa6-lira-sign:after, .fa6-duotone.fa6-lira-sign:after {
  content: "\10f195"; }

.fa6d.fa6-list:after, .fa6-duotone.fa6-list:after {
  content: "\10f03a"; }

.fa6d.fa6-list-squares:after, .fa6-duotone.fa6-list-squares:after {
  content: "\10f03a"; }

.fa6d.fa6-list-check:after, .fa6-duotone.fa6-list-check:after {
  content: "\10f0ae"; }

.fa6d.fa6-tasks:after, .fa6-duotone.fa6-tasks:after {
  content: "\10f0ae"; }

.fa6d.fa6-list-dropdown:after, .fa6-duotone.fa6-list-dropdown:after {
  content: "\10e1dd"; }

.fa6d.fa6-list-music:after, .fa6-duotone.fa6-list-music:after {
  content: "\10f8c9"; }

.fa6d.fa6-list-ol:after, .fa6-duotone.fa6-list-ol:after {
  content: "\10f0cb"; }

.fa6d.fa6-list-numeric:after, .fa6-duotone.fa6-list-numeric:after {
  content: "\10f0cb"; }

.fa6d.fa6-list-1-2:after, .fa6-duotone.fa6-list-1-2:after {
  content: "\10f0cb"; }

.fa6d.fa6-list-radio:after, .fa6-duotone.fa6-list-radio:after {
  content: "\10e1de"; }

.fa6d.fa6-list-timeline:after, .fa6-duotone.fa6-list-timeline:after {
  content: "\10e1df"; }

.fa6d.fa6-list-tree:after, .fa6-duotone.fa6-list-tree:after {
  content: "\10e1e0"; }

.fa6d.fa6-list-ul:after, .fa6-duotone.fa6-list-ul:after {
  content: "\10f0ca"; }

.fa6d.fa6-list-dots:after, .fa6-duotone.fa6-list-dots:after {
  content: "\10f0ca"; }

.fa6d.fa6-litecoin-sign:after, .fa6-duotone.fa6-litecoin-sign:after {
  content: "\10e1e1"; }

.fa6d.fa6-loader:after, .fa6-duotone.fa6-loader:after {
  content: "\10e1e2"; }

.fa6d.fa6-location:after, .fa6-duotone.fa6-location:after {
  content: "\10f041"; }

.fa6d.fa6-map-marker:after, .fa6-duotone.fa6-map-marker:after {
  content: "\10f041"; }

.fa6d.fa6-location-arrow:after, .fa6-duotone.fa6-location-arrow:after {
  content: "\10f124"; }

.fa6d.fa6-location-check:after, .fa6-duotone.fa6-location-check:after {
  content: "\10f606"; }

.fa6d.fa6-map-marker-check:after, .fa6-duotone.fa6-map-marker-check:after {
  content: "\10f606"; }

.fa6d.fa6-location-crosshairs:after, .fa6-duotone.fa6-location-crosshairs:after {
  content: "\10f601"; }

.fa6d.fa6-location-crosshairs-slash:after, .fa6-duotone.fa6-location-crosshairs-slash:after {
  content: "\10f603"; }

.fa6d.fa6-location-dot:after, .fa6-duotone.fa6-location-dot:after {
  content: "\10f3c5"; }

.fa6d.fa6-map-marker-alt:after, .fa6-duotone.fa6-map-marker-alt:after {
  content: "\10f3c5"; }

.fa6d.fa6-location-dot-slash:after, .fa6-duotone.fa6-location-dot-slash:after {
  content: "\10f605"; }

.fa6d.fa6-map-marker-alt-slash:after, .fa6-duotone.fa6-map-marker-alt-slash:after {
  content: "\10f605"; }

.fa6d.fa6-location-exclamation:after, .fa6-duotone.fa6-location-exclamation:after {
  content: "\10f608"; }

.fa6d.fa6-map-marker-exclamation:after, .fa6-duotone.fa6-map-marker-exclamation:after {
  content: "\10f608"; }

.fa6d.fa6-location-minus:after, .fa6-duotone.fa6-location-minus:after {
  content: "\10f609"; }

.fa6d.fa6-map-marker-minus:after, .fa6-duotone.fa6-map-marker-minus:after {
  content: "\10f609"; }

.fa6d.fa6-location-pen:after, .fa6-duotone.fa6-location-pen:after {
  content: "\10f607"; }

.fa6d.fa6-map-marker-edit:after, .fa6-duotone.fa6-map-marker-edit:after {
  content: "\10f607"; }

.fa6d.fa6-location-plus:after, .fa6-duotone.fa6-location-plus:after {
  content: "\10f60a"; }

.fa6d.fa6-map-marker-plus:after, .fa6-duotone.fa6-map-marker-plus:after {
  content: "\10f60a"; }

.fa6d.fa6-location-question:after, .fa6-duotone.fa6-location-question:after {
  content: "\10f60b"; }

.fa6d.fa6-map-marker-question:after, .fa6-duotone.fa6-map-marker-question:after {
  content: "\10f60b"; }

.fa6d.fa6-location-slash:after, .fa6-duotone.fa6-location-slash:after {
  content: "\10f60c"; }

.fa6d.fa6-map-marker-slash:after, .fa6-duotone.fa6-map-marker-slash:after {
  content: "\10f60c"; }

.fa6d.fa6-location-smile:after, .fa6-duotone.fa6-location-smile:after {
  content: "\10f60d"; }

.fa6d.fa6-map-marker-smile:after, .fa6-duotone.fa6-map-marker-smile:after {
  content: "\10f60d"; }

.fa6d.fa6-location-xmark:after, .fa6-duotone.fa6-location-xmark:after {
  content: "\10f60e"; }

.fa6d.fa6-map-marker-times:after, .fa6-duotone.fa6-map-marker-times:after {
  content: "\10f60e"; }

.fa6d.fa6-map-marker-xmark:after, .fa6-duotone.fa6-map-marker-xmark:after {
  content: "\10f60e"; }

.fa6d.fa6-lock:after, .fa6-duotone.fa6-lock:after {
  content: "\10f023"; }

.fa6d.fa6-lock-keyhole:after, .fa6-duotone.fa6-lock-keyhole:after {
  content: "\10f30d"; }

.fa6d.fa6-lock-alt:after, .fa6-duotone.fa6-lock-alt:after {
  content: "\10f30d"; }

.fa6d.fa6-lock-keyhole-open:after, .fa6-duotone.fa6-lock-keyhole-open:after {
  content: "\10f3c2"; }

.fa6d.fa6-lock-open-alt:after, .fa6-duotone.fa6-lock-open-alt:after {
  content: "\10f3c2"; }

.fa6d.fa6-lock-open:after, .fa6-duotone.fa6-lock-open:after {
  content: "\10f3c1"; }

.fa6d.fa6-loveseat:after, .fa6-duotone.fa6-loveseat:after {
  content: "\10f4cc"; }

.fa6d.fa6-couch-small:after, .fa6-duotone.fa6-couch-small:after {
  content: "\10f4cc"; }

.fa6d.fa6-luchador-mask:after, .fa6-duotone.fa6-luchador-mask:after {
  content: "\10f455"; }

.fa6d.fa6-luchador:after, .fa6-duotone.fa6-luchador:after {
  content: "\10f455"; }

.fa6d.fa6-mask-luchador:after, .fa6-duotone.fa6-mask-luchador:after {
  content: "\10f455"; }

.fa6d.fa6-lungs:after, .fa6-duotone.fa6-lungs:after {
  content: "\10f604"; }

.fa6d.fa6-lungs-virus:after, .fa6-duotone.fa6-lungs-virus:after {
  content: "\10e067"; }

.fa6d.fa6-m:after, .fa6-duotone.fa6-m:after {
  content: "\10e1e3"; }

.fa6d.fa6-mace:after, .fa6-duotone.fa6-mace:after {
  content: "\10f6f8"; }

.fa6d.fa6-magnet:after, .fa6-duotone.fa6-magnet:after {
  content: "\10f076"; }

.fa6d.fa6-magnifying-glass:after, .fa6-duotone.fa6-magnifying-glass:after {
  content: "\10f002"; }

.fa6d.fa6-search:after, .fa6-duotone.fa6-search:after {
  content: "\10f002"; }

.fa6d.fa6-magnifying-glass-dollar:after, .fa6-duotone.fa6-magnifying-glass-dollar:after {
  content: "\10f688"; }

.fa6d.fa6-search-dollar:after, .fa6-duotone.fa6-search-dollar:after {
  content: "\10f688"; }

.fa6d.fa6-magnifying-glass-location:after, .fa6-duotone.fa6-magnifying-glass-location:after {
  content: "\10f689"; }

.fa6d.fa6-search-location:after, .fa6-duotone.fa6-search-location:after {
  content: "\10f689"; }

.fa6d.fa6-magnifying-glass-minus:after, .fa6-duotone.fa6-magnifying-glass-minus:after {
  content: "\10f010"; }

.fa6d.fa6-search-minus:after, .fa6-duotone.fa6-search-minus:after {
  content: "\10f010"; }

.fa6d.fa6-magnifying-glass-plus:after, .fa6-duotone.fa6-magnifying-glass-plus:after {
  content: "\10f00e"; }

.fa6d.fa6-search-plus:after, .fa6-duotone.fa6-search-plus:after {
  content: "\10f00e"; }

.fa6d.fa6-mailbox:after, .fa6-duotone.fa6-mailbox:after {
  content: "\10f813"; }

.fa6d.fa6-manat-sign:after, .fa6-duotone.fa6-manat-sign:after {
  content: "\10e1e4"; }

.fa6d.fa6-mandolin:after, .fa6-duotone.fa6-mandolin:after {
  content: "\10f6f9"; }

.fa6d.fa6-manhole:after, .fa6-duotone.fa6-manhole:after {
  content: "\10e1e5"; }

.fa6d.fa6-map:after, .fa6-duotone.fa6-map:after {
  content: "\10f279"; }

.fa6d.fa6-map-location:after, .fa6-duotone.fa6-map-location:after {
  content: "\10f59f"; }

.fa6d.fa6-map-marked:after, .fa6-duotone.fa6-map-marked:after {
  content: "\10f59f"; }

.fa6d.fa6-map-location-dot:after, .fa6-duotone.fa6-map-location-dot:after {
  content: "\10f5a0"; }

.fa6d.fa6-map-marked-alt:after, .fa6-duotone.fa6-map-marked-alt:after {
  content: "\10f5a0"; }

.fa6d.fa6-map-pin:after, .fa6-duotone.fa6-map-pin:after {
  content: "\10f276"; }

.fa6d.fa6-marker:after, .fa6-duotone.fa6-marker:after {
  content: "\10f5a1"; }

.fa6d.fa6-mars:after, .fa6-duotone.fa6-mars:after {
  content: "\10f222"; }

.fa6d.fa6-mars-double:after, .fa6-duotone.fa6-mars-double:after {
  content: "\10f227"; }

.fa6d.fa6-mars-stroke:after, .fa6-duotone.fa6-mars-stroke:after {
  content: "\10f229"; }

.fa6d.fa6-mars-stroke-right:after, .fa6-duotone.fa6-mars-stroke-right:after {
  content: "\10f22b"; }

.fa6d.fa6-mars-stroke-h:after, .fa6-duotone.fa6-mars-stroke-h:after {
  content: "\10f22b"; }

.fa6d.fa6-mars-stroke-up:after, .fa6-duotone.fa6-mars-stroke-up:after {
  content: "\10f22a"; }

.fa6d.fa6-mars-stroke-v:after, .fa6-duotone.fa6-mars-stroke-v:after {
  content: "\10f22a"; }

.fa6d.fa6-martini-glass:after, .fa6-duotone.fa6-martini-glass:after {
  content: "\10f57b"; }

.fa6d.fa6-glass-martini-alt:after, .fa6-duotone.fa6-glass-martini-alt:after {
  content: "\10f57b"; }

.fa6d.fa6-martini-glass-citrus:after, .fa6-duotone.fa6-martini-glass-citrus:after {
  content: "\10f561"; }

.fa6d.fa6-cocktail:after, .fa6-duotone.fa6-cocktail:after {
  content: "\10f561"; }

.fa6d.fa6-martini-glass-empty:after, .fa6-duotone.fa6-martini-glass-empty:after {
  content: "\10f000"; }

.fa6d.fa6-glass-martini:after, .fa6-duotone.fa6-glass-martini:after {
  content: "\10f000"; }

.fa6d.fa6-mask:after, .fa6-duotone.fa6-mask:after {
  content: "\10f6fa"; }

.fa6d.fa6-mask-face:after, .fa6-duotone.fa6-mask-face:after {
  content: "\10e1e6"; }

.fa6d.fa6-masks-theater:after, .fa6-duotone.fa6-masks-theater:after {
  content: "\10f630"; }

.fa6d.fa6-theater-masks:after, .fa6-duotone.fa6-theater-masks:after {
  content: "\10f630"; }

.fa6d.fa6-maximize:after, .fa6-duotone.fa6-maximize:after {
  content: "\10f31e"; }

.fa6d.fa6-expand-arrows-alt:after, .fa6-duotone.fa6-expand-arrows-alt:after {
  content: "\10f31e"; }

.fa6d.fa6-meat:after, .fa6-duotone.fa6-meat:after {
  content: "\10f814"; }

.fa6d.fa6-medal:after, .fa6-duotone.fa6-medal:after {
  content: "\10f5a2"; }

.fa6d.fa6-megaphone:after, .fa6-duotone.fa6-megaphone:after {
  content: "\10f675"; }

.fa6d.fa6-memo:after, .fa6-duotone.fa6-memo:after {
  content: "\10e1e7"; }

.fa6d.fa6-memo-circle-check:after, .fa6-duotone.fa6-memo-circle-check:after {
  content: "\10e1e8"; }

.fa6d.fa6-memory:after, .fa6-duotone.fa6-memory:after {
  content: "\10f538"; }

.fa6d.fa6-menorah:after, .fa6-duotone.fa6-menorah:after {
  content: "\10f676"; }

.fa6d.fa6-mercury:after, .fa6-duotone.fa6-mercury:after {
  content: "\10f223"; }

.fa6d.fa6-message:after, .fa6-duotone.fa6-message:after {
  content: "\10f27a"; }

.fa6d.fa6-comment-alt:after, .fa6-duotone.fa6-comment-alt:after {
  content: "\10f27a"; }

.fa6d.fa6-message-arrow-down:after, .fa6-duotone.fa6-message-arrow-down:after {
  content: "\10e1e9"; }

.fa6d.fa6-comment-alt-arrow-down:after, .fa6-duotone.fa6-comment-alt-arrow-down:after {
  content: "\10e1e9"; }

.fa6d.fa6-message-arrow-up:after, .fa6-duotone.fa6-message-arrow-up:after {
  content: "\10e1ea"; }

.fa6d.fa6-comment-alt-arrow-up:after, .fa6-duotone.fa6-comment-alt-arrow-up:after {
  content: "\10e1ea"; }

.fa6d.fa6-message-arrow-up-right:after, .fa6-duotone.fa6-message-arrow-up-right:after {
  content: "\10e1eb"; }

.fa6d.fa6-message-captions:after, .fa6-duotone.fa6-message-captions:after {
  content: "\10e1ec"; }

.fa6d.fa6-comment-alt-captions:after, .fa6-duotone.fa6-comment-alt-captions:after {
  content: "\10e1ec"; }

.fa6d.fa6-message-check:after, .fa6-duotone.fa6-message-check:after {
  content: "\10f4a2"; }

.fa6d.fa6-comment-alt-check:after, .fa6-duotone.fa6-comment-alt-check:after {
  content: "\10f4a2"; }

.fa6d.fa6-message-code:after, .fa6-duotone.fa6-message-code:after {
  content: "\10e1ed"; }

.fa6d.fa6-message-dollar:after, .fa6-duotone.fa6-message-dollar:after {
  content: "\10f650"; }

.fa6d.fa6-comment-alt-dollar:after, .fa6-duotone.fa6-comment-alt-dollar:after {
  content: "\10f650"; }

.fa6d.fa6-message-dots:after, .fa6-duotone.fa6-message-dots:after {
  content: "\10f4a3"; }

.fa6d.fa6-comment-alt-dots:after, .fa6-duotone.fa6-comment-alt-dots:after {
  content: "\10f4a3"; }

.fa6d.fa6-messaging:after, .fa6-duotone.fa6-messaging:after {
  content: "\10f4a3"; }

.fa6d.fa6-message-exclamation:after, .fa6-duotone.fa6-message-exclamation:after {
  content: "\10f4a5"; }

.fa6d.fa6-comment-alt-exclamation:after, .fa6-duotone.fa6-comment-alt-exclamation:after {
  content: "\10f4a5"; }

.fa6d.fa6-message-image:after, .fa6-duotone.fa6-message-image:after {
  content: "\10e1ee"; }

.fa6d.fa6-comment-alt-image:after, .fa6-duotone.fa6-comment-alt-image:after {
  content: "\10e1ee"; }

.fa6d.fa6-message-lines:after, .fa6-duotone.fa6-message-lines:after {
  content: "\10f4a6"; }

.fa6d.fa6-comment-alt-lines:after, .fa6-duotone.fa6-comment-alt-lines:after {
  content: "\10f4a6"; }

.fa6d.fa6-message-medical:after, .fa6-duotone.fa6-message-medical:after {
  content: "\10f7f4"; }

.fa6d.fa6-comment-alt-medical:after, .fa6-duotone.fa6-comment-alt-medical:after {
  content: "\10f7f4"; }

.fa6d.fa6-message-middle:after, .fa6-duotone.fa6-message-middle:after {
  content: "\10e1ef"; }

.fa6d.fa6-comment-middle-alt:after, .fa6-duotone.fa6-comment-middle-alt:after {
  content: "\10e1ef"; }

.fa6d.fa6-message-middle-top:after, .fa6-duotone.fa6-message-middle-top:after {
  content: "\10e1f0"; }

.fa6d.fa6-comment-middle-top-alt:after, .fa6-duotone.fa6-comment-middle-top-alt:after {
  content: "\10e1f0"; }

.fa6d.fa6-message-minus:after, .fa6-duotone.fa6-message-minus:after {
  content: "\10f4a7"; }

.fa6d.fa6-comment-alt-minus:after, .fa6-duotone.fa6-comment-alt-minus:after {
  content: "\10f4a7"; }

.fa6d.fa6-message-music:after, .fa6-duotone.fa6-message-music:after {
  content: "\10f8af"; }

.fa6d.fa6-comment-alt-music:after, .fa6-duotone.fa6-comment-alt-music:after {
  content: "\10f8af"; }

.fa6d.fa6-message-pen:after, .fa6-duotone.fa6-message-pen:after {
  content: "\10f4a4"; }

.fa6d.fa6-message-edit:after, .fa6-duotone.fa6-message-edit:after {
  content: "\10f4a4"; }

.fa6d.fa6-comment-alt-edit:after, .fa6-duotone.fa6-comment-alt-edit:after {
  content: "\10f4a4"; }

.fa6d.fa6-message-plus:after, .fa6-duotone.fa6-message-plus:after {
  content: "\10f4a8"; }

.fa6d.fa6-comment-alt-plus:after, .fa6-duotone.fa6-comment-alt-plus:after {
  content: "\10f4a8"; }

.fa6d.fa6-message-question:after, .fa6-duotone.fa6-message-question:after {
  content: "\10e1f1"; }

.fa6d.fa6-message-quote:after, .fa6-duotone.fa6-message-quote:after {
  content: "\10e1f2"; }

.fa6d.fa6-comment-alt-quote:after, .fa6-duotone.fa6-comment-alt-quote:after {
  content: "\10e1f2"; }

.fa6d.fa6-message-slash:after, .fa6-duotone.fa6-message-slash:after {
  content: "\10f4a9"; }

.fa6d.fa6-comment-alt-slash:after, .fa6-duotone.fa6-comment-alt-slash:after {
  content: "\10f4a9"; }

.fa6d.fa6-message-smile:after, .fa6-duotone.fa6-message-smile:after {
  content: "\10f4aa"; }

.fa6d.fa6-comment-alt-smile:after, .fa6-duotone.fa6-comment-alt-smile:after {
  content: "\10f4aa"; }

.fa6d.fa6-message-sms:after, .fa6-duotone.fa6-message-sms:after {
  content: "\10e1f3"; }

.fa6d.fa6-message-text:after, .fa6-duotone.fa6-message-text:after {
  content: "\10e1f4"; }

.fa6d.fa6-comment-alt-text:after, .fa6-duotone.fa6-comment-alt-text:after {
  content: "\10e1f4"; }

.fa6d.fa6-message-xmark:after, .fa6-duotone.fa6-message-xmark:after {
  content: "\10f4ab"; }

.fa6d.fa6-comment-alt-times:after, .fa6-duotone.fa6-comment-alt-times:after {
  content: "\10f4ab"; }

.fa6d.fa6-message-times:after, .fa6-duotone.fa6-message-times:after {
  content: "\10f4ab"; }

.fa6d.fa6-messages:after, .fa6-duotone.fa6-messages:after {
  content: "\10f4b6"; }

.fa6d.fa6-comments-alt:after, .fa6-duotone.fa6-comments-alt:after {
  content: "\10f4b6"; }

.fa6d.fa6-messages-dollar:after, .fa6-duotone.fa6-messages-dollar:after {
  content: "\10f652"; }

.fa6d.fa6-comments-alt-dollar:after, .fa6-duotone.fa6-comments-alt-dollar:after {
  content: "\10f652"; }

.fa6d.fa6-messages-question:after, .fa6-duotone.fa6-messages-question:after {
  content: "\10e1f5"; }

.fa6d.fa6-meteor:after, .fa6-duotone.fa6-meteor:after {
  content: "\10f753"; }

.fa6d.fa6-meter:after, .fa6-duotone.fa6-meter:after {
  content: "\10e1f6"; }

.fa6d.fa6-meter-bolt:after, .fa6-duotone.fa6-meter-bolt:after {
  content: "\10e1f7"; }

.fa6d.fa6-meter-droplet:after, .fa6-duotone.fa6-meter-droplet:after {
  content: "\10e1f8"; }

.fa6d.fa6-meter-fire:after, .fa6-duotone.fa6-meter-fire:after {
  content: "\10e1f9"; }

.fa6d.fa6-microchip:after, .fa6-duotone.fa6-microchip:after {
  content: "\10f2db"; }

.fa6d.fa6-microchip-ai:after, .fa6-duotone.fa6-microchip-ai:after {
  content: "\10e1fa"; }

.fa6d.fa6-microphone:after, .fa6-duotone.fa6-microphone:after {
  content: "\10f130"; }

.fa6d.fa6-microphone-lines:after, .fa6-duotone.fa6-microphone-lines:after {
  content: "\10f3c9"; }

.fa6d.fa6-microphone-alt:after, .fa6-duotone.fa6-microphone-alt:after {
  content: "\10f3c9"; }

.fa6d.fa6-microphone-lines-slash:after, .fa6-duotone.fa6-microphone-lines-slash:after {
  content: "\10f539"; }

.fa6d.fa6-microphone-alt-slash:after, .fa6-duotone.fa6-microphone-alt-slash:after {
  content: "\10f539"; }

.fa6d.fa6-microphone-slash:after, .fa6-duotone.fa6-microphone-slash:after {
  content: "\10f131"; }

.fa6d.fa6-microphone-stand:after, .fa6-duotone.fa6-microphone-stand:after {
  content: "\10f8cb"; }

.fa6d.fa6-microscope:after, .fa6-duotone.fa6-microscope:after {
  content: "\10f610"; }

.fa6d.fa6-microwave:after, .fa6-duotone.fa6-microwave:after {
  content: "\10e01b"; }

.fa6d.fa6-mill-sign:after, .fa6-duotone.fa6-mill-sign:after {
  content: "\10e1fb"; }

.fa6d.fa6-minimize:after, .fa6-duotone.fa6-minimize:after {
  content: "\10f78c"; }

.fa6d.fa6-compress-arrows-alt:after, .fa6-duotone.fa6-compress-arrows-alt:after {
  content: "\10f78c"; }

.fa6d.fa6-minus:after, .fa6-duotone.fa6-minus:after {
  content: "\10f068"; }

.fa6d.fa6-subtract:after, .fa6-duotone.fa6-subtract:after {
  content: "\10f068"; }

.fa6d.fa6-mistletoe:after, .fa6-duotone.fa6-mistletoe:after {
  content: "\10f7b4"; }

.fa6d.fa6-mitten:after, .fa6-duotone.fa6-mitten:after {
  content: "\10f7b5"; }

.fa6d.fa6-mobile:after, .fa6-duotone.fa6-mobile:after {
  content: "\10f3ce"; }

.fa6d.fa6-mobile-android:after, .fa6-duotone.fa6-mobile-android:after {
  content: "\10f3ce"; }

.fa6d.fa6-mobile-phone:after, .fa6-duotone.fa6-mobile-phone:after {
  content: "\10f3ce"; }

.fa6d.fa6-mobile-button:after, .fa6-duotone.fa6-mobile-button:after {
  content: "\10f10b"; }

.fa6d.fa6-mobile-notch:after, .fa6-duotone.fa6-mobile-notch:after {
  content: "\10e1fc"; }

.fa6d.fa6-mobile-iphone:after, .fa6-duotone.fa6-mobile-iphone:after {
  content: "\10e1fc"; }

.fa6d.fa6-mobile-screen:after, .fa6-duotone.fa6-mobile-screen:after {
  content: "\10f3cf"; }

.fa6d.fa6-mobile-android-alt:after, .fa6-duotone.fa6-mobile-android-alt:after {
  content: "\10f3cf"; }

.fa6d.fa6-mobile-screen-button:after, .fa6-duotone.fa6-mobile-screen-button:after {
  content: "\10f3cd"; }

.fa6d.fa6-mobile-alt:after, .fa6-duotone.fa6-mobile-alt:after {
  content: "\10f3cd"; }

.fa6d.fa6-money-bill:after, .fa6-duotone.fa6-money-bill:after {
  content: "\10f0d6"; }

.fa6d.fa6-money-bill-1:after, .fa6-duotone.fa6-money-bill-1:after {
  content: "\10f3d1"; }

.fa6d.fa6-money-bill-alt:after, .fa6-duotone.fa6-money-bill-alt:after {
  content: "\10f3d1"; }

.fa6d.fa6-money-bill-1-wave:after, .fa6-duotone.fa6-money-bill-1-wave:after {
  content: "\10f53b"; }

.fa6d.fa6-money-bill-wave-alt:after, .fa6-duotone.fa6-money-bill-wave-alt:after {
  content: "\10f53b"; }

.fa6d.fa6-money-bill-simple:after, .fa6-duotone.fa6-money-bill-simple:after {
  content: "\10e1fd"; }

.fa6d.fa6-money-bill-simple-wave:after, .fa6-duotone.fa6-money-bill-simple-wave:after {
  content: "\10e1fe"; }

.fa6d.fa6-money-bill-wave:after, .fa6-duotone.fa6-money-bill-wave:after {
  content: "\10f53a"; }

.fa6d.fa6-money-bills:after, .fa6-duotone.fa6-money-bills:after {
  content: "\10e1ff"; }

.fa6d.fa6-money-bills-simple:after, .fa6-duotone.fa6-money-bills-simple:after {
  content: "\10e200"; }

.fa6d.fa6-money-bills-alt:after, .fa6-duotone.fa6-money-bills-alt:after {
  content: "\10e200"; }

.fa6d.fa6-money-check:after, .fa6-duotone.fa6-money-check:after {
  content: "\10f53c"; }

.fa6d.fa6-money-check-dollar:after, .fa6-duotone.fa6-money-check-dollar:after {
  content: "\10f53d"; }

.fa6d.fa6-money-check-alt:after, .fa6-duotone.fa6-money-check-alt:after {
  content: "\10f53d"; }

.fa6d.fa6-money-check-dollar-pen:after, .fa6-duotone.fa6-money-check-dollar-pen:after {
  content: "\10f873"; }

.fa6d.fa6-money-check-edit-alt:after, .fa6-duotone.fa6-money-check-edit-alt:after {
  content: "\10f873"; }

.fa6d.fa6-money-check-pen:after, .fa6-duotone.fa6-money-check-pen:after {
  content: "\10f872"; }

.fa6d.fa6-money-check-edit:after, .fa6-duotone.fa6-money-check-edit:after {
  content: "\10f872"; }

.fa6d.fa6-monitor-waveform:after, .fa6-duotone.fa6-monitor-waveform:after {
  content: "\10f611"; }

.fa6d.fa6-monitor-heart-rate:after, .fa6-duotone.fa6-monitor-heart-rate:after {
  content: "\10f611"; }

.fa6d.fa6-monkey:after, .fa6-duotone.fa6-monkey:after {
  content: "\10f6fb"; }

.fa6d.fa6-monument:after, .fa6-duotone.fa6-monument:after {
  content: "\10f5a6"; }

.fa6d.fa6-moon:after, .fa6-duotone.fa6-moon:after {
  content: "\10f186"; }

.fa6d.fa6-moon-cloud:after, .fa6-duotone.fa6-moon-cloud:after {
  content: "\10f754"; }

.fa6d.fa6-moon-over-sun:after, .fa6-duotone.fa6-moon-over-sun:after {
  content: "\10f74a"; }

.fa6d.fa6-eclipse-alt:after, .fa6-duotone.fa6-eclipse-alt:after {
  content: "\10f74a"; }

.fa6d.fa6-moon-stars:after, .fa6-duotone.fa6-moon-stars:after {
  content: "\10f755"; }

.fa6d.fa6-mortar-pestle:after, .fa6-duotone.fa6-mortar-pestle:after {
  content: "\10f5a7"; }

.fa6d.fa6-mosque:after, .fa6-duotone.fa6-mosque:after {
  content: "\10f678"; }

.fa6d.fa6-motorcycle:after, .fa6-duotone.fa6-motorcycle:after {
  content: "\10f21c"; }

.fa6d.fa6-mountain:after, .fa6-duotone.fa6-mountain:after {
  content: "\10f6fc"; }

.fa6d.fa6-mountains:after, .fa6-duotone.fa6-mountains:after {
  content: "\10f6fd"; }

.fa6d.fa6-mp3-player:after, .fa6-duotone.fa6-mp3-player:after {
  content: "\10f8ce"; }

.fa6d.fa6-mug:after, .fa6-duotone.fa6-mug:after {
  content: "\10f874"; }

.fa6d.fa6-mug-hot:after, .fa6-duotone.fa6-mug-hot:after {
  content: "\10f7b6"; }

.fa6d.fa6-mug-marshmallows:after, .fa6-duotone.fa6-mug-marshmallows:after {
  content: "\10f7b7"; }

.fa6d.fa6-mug-saucer:after, .fa6-duotone.fa6-mug-saucer:after {
  content: "\10f0f4"; }

.fa6d.fa6-coffee:after, .fa6-duotone.fa6-coffee:after {
  content: "\10f0f4"; }

.fa6d.fa6-mug-tea:after, .fa6-duotone.fa6-mug-tea:after {
  content: "\10f875"; }

.fa6d.fa6-mug-tea-saucer:after, .fa6-duotone.fa6-mug-tea-saucer:after {
  content: "\10e201"; }

.fa6d.fa6-music:after, .fa6-duotone.fa6-music:after {
  content: "\10f001"; }

.fa6d.fa6-music-note:after, .fa6-duotone.fa6-music-note:after {
  content: "\10f8cf"; }

.fa6d.fa6-music-alt:after, .fa6-duotone.fa6-music-alt:after {
  content: "\10f8cf"; }

.fa6d.fa6-music-note-slash:after, .fa6-duotone.fa6-music-note-slash:after {
  content: "\10f8d0"; }

.fa6d.fa6-music-alt-slash:after, .fa6-duotone.fa6-music-alt-slash:after {
  content: "\10f8d0"; }

.fa6d.fa6-music-slash:after, .fa6-duotone.fa6-music-slash:after {
  content: "\10f8d1"; }

.fa6d.fa6-n:after, .fa6-duotone.fa6-n:after {
  content: "\10e202"; }

.fa6d.fa6-naira-sign:after, .fa6-duotone.fa6-naira-sign:after {
  content: "\10e203"; }

.fa6d.fa6-narwhal:after, .fa6-duotone.fa6-narwhal:after {
  content: "\10f6fe"; }

.fa6d.fa6-network-wired:after, .fa6-duotone.fa6-network-wired:after {
  content: "\10f6ff"; }

.fa6d.fa6-neuter:after, .fa6-duotone.fa6-neuter:after {
  content: "\10f22c"; }

.fa6d.fa6-newspaper:after, .fa6-duotone.fa6-newspaper:after {
  content: "\10f1ea"; }

.fa6d.fa6-not-equal:after, .fa6-duotone.fa6-not-equal:after {
  content: "\10f53e"; }

.fa6d.fa6-notdef:after, .fa6-duotone.fa6-notdef:after {
  content: "\10e204"; }

.fa6d.fa6-note:after, .fa6-duotone.fa6-note:after {
  content: "\10e205"; }

.fa6d.fa6-note-medical:after, .fa6-duotone.fa6-note-medical:after {
  content: "\10e206"; }

.fa6d.fa6-note-sticky:after, .fa6-duotone.fa6-note-sticky:after {
  content: "\10f249"; }

.fa6d.fa6-sticky-note:after, .fa6-duotone.fa6-sticky-note:after {
  content: "\10f249"; }

.fa6d.fa6-notes:after, .fa6-duotone.fa6-notes:after {
  content: "\10e207"; }

.fa6d.fa6-notes-medical:after, .fa6-duotone.fa6-notes-medical:after {
  content: "\10f481"; }

.fa6d.fa6-o:after, .fa6-duotone.fa6-o:after {
  content: "\10e208"; }

.fa6d.fa6-object-group:after, .fa6-duotone.fa6-object-group:after {
  content: "\10f247"; }

.fa6d.fa6-object-ungroup:after, .fa6-duotone.fa6-object-ungroup:after {
  content: "\10f248"; }

.fa6d.fa6-octagon:after, .fa6-duotone.fa6-octagon:after {
  content: "\10f306"; }

.fa6d.fa6-octagon-divide:after, .fa6-duotone.fa6-octagon-divide:after {
  content: "\10e209"; }

.fa6d.fa6-octagon-exclamation:after, .fa6-duotone.fa6-octagon-exclamation:after {
  content: "\10e20a"; }

.fa6d.fa6-octagon-minus:after, .fa6-duotone.fa6-octagon-minus:after {
  content: "\10f308"; }

.fa6d.fa6-minus-octagon:after, .fa6-duotone.fa6-minus-octagon:after {
  content: "\10f308"; }

.fa6d.fa6-octagon-plus:after, .fa6-duotone.fa6-octagon-plus:after {
  content: "\10f301"; }

.fa6d.fa6-plus-octagon:after, .fa6-duotone.fa6-plus-octagon:after {
  content: "\10f301"; }

.fa6d.fa6-octagon-xmark:after, .fa6-duotone.fa6-octagon-xmark:after {
  content: "\10f2f0"; }

.fa6d.fa6-times-octagon:after, .fa6-duotone.fa6-times-octagon:after {
  content: "\10f2f0"; }

.fa6d.fa6-xmark-octagon:after, .fa6-duotone.fa6-xmark-octagon:after {
  content: "\10f2f0"; }

.fa6d.fa6-oil-can:after, .fa6-duotone.fa6-oil-can:after {
  content: "\10f613"; }

.fa6d.fa6-oil-can-drip:after, .fa6-duotone.fa6-oil-can-drip:after {
  content: "\10e20b"; }

.fa6d.fa6-oil-temperature:after, .fa6-duotone.fa6-oil-temperature:after {
  content: "\10f614"; }

.fa6d.fa6-oil-temp:after, .fa6-duotone.fa6-oil-temp:after {
  content: "\10f614"; }

.fa6d.fa6-om:after, .fa6-duotone.fa6-om:after {
  content: "\10f679"; }

.fa6d.fa6-omega:after, .fa6-duotone.fa6-omega:after {
  content: "\10f67a"; }

.fa6d.fa6-option:after, .fa6-duotone.fa6-option:after {
  content: "\10e20c"; }

.fa6d.fa6-ornament:after, .fa6-duotone.fa6-ornament:after {
  content: "\10f7b8"; }

.fa6d.fa6-otter:after, .fa6-duotone.fa6-otter:after {
  content: "\10f700"; }

.fa6d.fa6-outdent:after, .fa6-duotone.fa6-outdent:after {
  content: "\10f03b"; }

.fa6d.fa6-dedent:after, .fa6-duotone.fa6-dedent:after {
  content: "\10f03b"; }

.fa6d.fa6-outlet:after, .fa6-duotone.fa6-outlet:after {
  content: "\10e01c"; }

.fa6d.fa6-oven:after, .fa6-duotone.fa6-oven:after {
  content: "\10e01d"; }

.fa6d.fa6-overline:after, .fa6-duotone.fa6-overline:after {
  content: "\10f876"; }

.fa6d.fa6-p:after, .fa6-duotone.fa6-p:after {
  content: "\10e20d"; }

.fa6d.fa6-pager:after, .fa6-duotone.fa6-pager:after {
  content: "\10f815"; }

.fa6d.fa6-paint-brush:after, .fa6-duotone.fa6-paint-brush:after {
  content: "\10f1fc"; }

.fa6d.fa6-paint-brush-fine:after, .fa6-duotone.fa6-paint-brush-fine:after {
  content: "\10f5a9"; }

.fa6d.fa6-paint-brush-alt:after, .fa6-duotone.fa6-paint-brush-alt:after {
  content: "\10f5a9"; }

.fa6d.fa6-paint-roller:after, .fa6-duotone.fa6-paint-roller:after {
  content: "\10f5aa"; }

.fa6d.fa6-paintbrush-pencil:after, .fa6-duotone.fa6-paintbrush-pencil:after {
  content: "\10e20e"; }

.fa6d.fa6-palette:after, .fa6-duotone.fa6-palette:after {
  content: "\10f53f"; }

.fa6d.fa6-palette-boxes:after, .fa6-duotone.fa6-palette-boxes:after {
  content: "\10e20f"; }

.fa6d.fa6-pallet:after, .fa6-duotone.fa6-pallet:after {
  content: "\10f482"; }

.fa6d.fa6-pallet-box:after, .fa6-duotone.fa6-pallet-box:after {
  content: "\10e210"; }

.fa6d.fa6-pallet-boxes:after, .fa6-duotone.fa6-pallet-boxes:after {
  content: "\10f483"; }

.fa6d.fa6-pallet-alt:after, .fa6-duotone.fa6-pallet-alt:after {
  content: "\10f483"; }

.fa6d.fa6-panorama:after, .fa6-duotone.fa6-panorama:after {
  content: "\10e211"; }

.fa6d.fa6-paper-plane:after, .fa6-duotone.fa6-paper-plane:after {
  content: "\10f1d8"; }

.fa6d.fa6-paper-plane-top:after, .fa6-duotone.fa6-paper-plane-top:after {
  content: "\10e212"; }

.fa6d.fa6-paper-plane-alt:after, .fa6-duotone.fa6-paper-plane-alt:after {
  content: "\10e212"; }

.fa6d.fa6-send:after, .fa6-duotone.fa6-send:after {
  content: "\10e212"; }

.fa6d.fa6-paperclip:after, .fa6-duotone.fa6-paperclip:after {
  content: "\10f0c6"; }

.fa6d.fa6-parachute-box:after, .fa6-duotone.fa6-parachute-box:after {
  content: "\10f4cd"; }

.fa6d.fa6-paragraph:after, .fa6-duotone.fa6-paragraph:after {
  content: "\10f1dd"; }

.fa6d.fa6-paragraph-left:after, .fa6-duotone.fa6-paragraph-left:after {
  content: "\10f878"; }

.fa6d.fa6-paragraph-rtl:after, .fa6-duotone.fa6-paragraph-rtl:after {
  content: "\10f878"; }

.fa6d.fa6-passport:after, .fa6-duotone.fa6-passport:after {
  content: "\10f5ab"; }

.fa6d.fa6-paste:after, .fa6-duotone.fa6-paste:after {
  content: "\10f0ea"; }

.fa6d.fa6-file-clipboard:after, .fa6-duotone.fa6-file-clipboard:after {
  content: "\10f0ea"; }

.fa6d.fa6-pause:after, .fa6-duotone.fa6-pause:after {
  content: "\10f04c"; }

.fa6d.fa6-paw:after, .fa6-duotone.fa6-paw:after {
  content: "\10f1b0"; }

.fa6d.fa6-paw-claws:after, .fa6-duotone.fa6-paw-claws:after {
  content: "\10f702"; }

.fa6d.fa6-paw-simple:after, .fa6-duotone.fa6-paw-simple:after {
  content: "\10f701"; }

.fa6d.fa6-paw-alt:after, .fa6-duotone.fa6-paw-alt:after {
  content: "\10f701"; }

.fa6d.fa6-peace:after, .fa6-duotone.fa6-peace:after {
  content: "\10f67c"; }

.fa6d.fa6-peach:after, .fa6-duotone.fa6-peach:after {
  content: "\10e213"; }

.fa6d.fa6-pear:after, .fa6-duotone.fa6-pear:after {
  content: "\10e214"; }

.fa6d.fa6-pedestal:after, .fa6-duotone.fa6-pedestal:after {
  content: "\10e215"; }

.fa6d.fa6-pegasus:after, .fa6-duotone.fa6-pegasus:after {
  content: "\10f703"; }

.fa6d.fa6-pen:after, .fa6-duotone.fa6-pen:after {
  content: "\10f304"; }

.fa6d.fa6-pen-circle:after, .fa6-duotone.fa6-pen-circle:after {
  content: "\10e216"; }

.fa6d.fa6-pen-clip:after, .fa6-duotone.fa6-pen-clip:after {
  content: "\10f305"; }

.fa6d.fa6-pen-alt:after, .fa6-duotone.fa6-pen-alt:after {
  content: "\10f305"; }

.fa6d.fa6-pen-clip-slash:after, .fa6-duotone.fa6-pen-clip-slash:after {
  content: "\10e217"; }

.fa6d.fa6-pen-alt-slash:after, .fa6-duotone.fa6-pen-alt-slash:after {
  content: "\10e217"; }

.fa6d.fa6-pen-fancy:after, .fa6-duotone.fa6-pen-fancy:after {
  content: "\10f5ac"; }

.fa6d.fa6-pen-fancy-slash:after, .fa6-duotone.fa6-pen-fancy-slash:after {
  content: "\10e218"; }

.fa6d.fa6-pen-field:after, .fa6-duotone.fa6-pen-field:after {
  content: "\10e219"; }

.fa6d.fa6-pen-line:after, .fa6-duotone.fa6-pen-line:after {
  content: "\10e21a"; }

.fa6d.fa6-pen-nib:after, .fa6-duotone.fa6-pen-nib:after {
  content: "\10f5ad"; }

.fa6d.fa6-pen-paintbrush:after, .fa6-duotone.fa6-pen-paintbrush:after {
  content: "\10f618"; }

.fa6d.fa6-pencil-paintbrush:after, .fa6-duotone.fa6-pencil-paintbrush:after {
  content: "\10f618"; }

.fa6d.fa6-pen-ruler:after, .fa6-duotone.fa6-pen-ruler:after {
  content: "\10f5ae"; }

.fa6d.fa6-pencil-ruler:after, .fa6-duotone.fa6-pencil-ruler:after {
  content: "\10f5ae"; }

.fa6d.fa6-pen-slash:after, .fa6-duotone.fa6-pen-slash:after {
  content: "\10e21b"; }

.fa6d.fa6-pen-swirl:after, .fa6-duotone.fa6-pen-swirl:after {
  content: "\10e21c"; }

.fa6d.fa6-pen-to-square:after, .fa6-duotone.fa6-pen-to-square:after {
  content: "\10f044"; }

.fa6d.fa6-edit:after, .fa6-duotone.fa6-edit:after {
  content: "\10f044"; }

.fa6d.fa6-pencil:after, .fa6-duotone.fa6-pencil:after {
  content: "\10f040"; }

.fa6d.fa6-pencil-alt:after, .fa6-duotone.fa6-pencil-alt:after {
  content: "\10f040"; }

.fa6d.fa6-pencil-slash:after, .fa6-duotone.fa6-pencil-slash:after {
  content: "\10e21d"; }

.fa6d.fa6-people-arrows-left-right:after, .fa6-duotone.fa6-people-arrows-left-right:after {
  content: "\10e068"; }

.fa6d.fa6-people-arrows:after, .fa6-duotone.fa6-people-arrows:after {
  content: "\10e068"; }

.fa6d.fa6-people-carry-box:after, .fa6-duotone.fa6-people-carry-box:after {
  content: "\10f4ce"; }

.fa6d.fa6-people-carry:after, .fa6-duotone.fa6-people-carry:after {
  content: "\10f4ce"; }

.fa6d.fa6-pepper-hot:after, .fa6-duotone.fa6-pepper-hot:after {
  content: "\10f816"; }

.fa6d.fa6-percent:after, .fa6-duotone.fa6-percent:after {
  content: "\10f295"; }

.fa6d.fa6-percentage:after, .fa6-duotone.fa6-percentage:after {
  content: "\10f295"; }

.fa6d.fa6-person:after, .fa6-duotone.fa6-person:after {
  content: "\10f183"; }

.fa6d.fa6-male:after, .fa6-duotone.fa6-male:after {
  content: "\10f183"; }

.fa6d.fa6-person-biking:after, .fa6-duotone.fa6-person-biking:after {
  content: "\10f84a"; }

.fa6d.fa6-biking:after, .fa6-duotone.fa6-biking:after {
  content: "\10f84a"; }

.fa6d.fa6-person-biking-mountain:after, .fa6-duotone.fa6-person-biking-mountain:after {
  content: "\10f84b"; }

.fa6d.fa6-biking-mountain:after, .fa6-duotone.fa6-biking-mountain:after {
  content: "\10f84b"; }

.fa6d.fa6-person-booth:after, .fa6-duotone.fa6-person-booth:after {
  content: "\10f756"; }

.fa6d.fa6-person-carry-box:after, .fa6-duotone.fa6-person-carry-box:after {
  content: "\10f4cf"; }

.fa6d.fa6-person-carry:after, .fa6-duotone.fa6-person-carry:after {
  content: "\10f4cf"; }

.fa6d.fa6-person-digging:after, .fa6-duotone.fa6-person-digging:after {
  content: "\10f85e"; }

.fa6d.fa6-digging:after, .fa6-duotone.fa6-digging:after {
  content: "\10f85e"; }

.fa6d.fa6-person-dolly:after, .fa6-duotone.fa6-person-dolly:after {
  content: "\10f4d0"; }

.fa6d.fa6-person-dolly-empty:after, .fa6-duotone.fa6-person-dolly-empty:after {
  content: "\10f4d1"; }

.fa6d.fa6-person-dots-from-line:after, .fa6-duotone.fa6-person-dots-from-line:after {
  content: "\10f470"; }

.fa6d.fa6-diagnoses:after, .fa6-duotone.fa6-diagnoses:after {
  content: "\10f470"; }

.fa6d.fa6-person-dress:after, .fa6-duotone.fa6-person-dress:after {
  content: "\10f182"; }

.fa6d.fa6-female:after, .fa6-duotone.fa6-female:after {
  content: "\10f182"; }

.fa6d.fa6-person-dress-simple:after, .fa6-duotone.fa6-person-dress-simple:after {
  content: "\10e21e"; }

.fa6d.fa6-person-from-portal:after, .fa6-duotone.fa6-person-from-portal:after {
  content: "\10e023"; }

.fa6d.fa6-portal-exit:after, .fa6-duotone.fa6-portal-exit:after {
  content: "\10e023"; }

.fa6d.fa6-person-hiking:after, .fa6-duotone.fa6-person-hiking:after {
  content: "\10f6ec"; }

.fa6d.fa6-hiking:after, .fa6-duotone.fa6-hiking:after {
  content: "\10f6ec"; }

.fa6d.fa6-person-pinball:after, .fa6-duotone.fa6-person-pinball:after {
  content: "\10e21f"; }

.fa6d.fa6-person-praying:after, .fa6-duotone.fa6-person-praying:after {
  content: "\10f683"; }

.fa6d.fa6-pray:after, .fa6-duotone.fa6-pray:after {
  content: "\10f683"; }

.fa6d.fa6-person-running:after, .fa6-duotone.fa6-person-running:after {
  content: "\10f70c"; }

.fa6d.fa6-running:after, .fa6-duotone.fa6-running:after {
  content: "\10f70c"; }

.fa6d.fa6-person-seat:after, .fa6-duotone.fa6-person-seat:after {
  content: "\10e220"; }

.fa6d.fa6-person-seat-reclined:after, .fa6-duotone.fa6-person-seat-reclined:after {
  content: "\10e221"; }

.fa6d.fa6-person-sign:after, .fa6-duotone.fa6-person-sign:after {
  content: "\10f757"; }

.fa6d.fa6-person-simple:after, .fa6-duotone.fa6-person-simple:after {
  content: "\10e222"; }

.fa6d.fa6-person-skating:after, .fa6-duotone.fa6-person-skating:after {
  content: "\10f7c5"; }

.fa6d.fa6-skating:after, .fa6-duotone.fa6-skating:after {
  content: "\10f7c5"; }

.fa6d.fa6-person-ski-jumping:after, .fa6-duotone.fa6-person-ski-jumping:after {
  content: "\10f7c7"; }

.fa6d.fa6-ski-jump:after, .fa6-duotone.fa6-ski-jump:after {
  content: "\10f7c7"; }

.fa6d.fa6-person-ski-lift:after, .fa6-duotone.fa6-person-ski-lift:after {
  content: "\10f7c8"; }

.fa6d.fa6-ski-lift:after, .fa6-duotone.fa6-ski-lift:after {
  content: "\10f7c8"; }

.fa6d.fa6-person-skiing:after, .fa6-duotone.fa6-person-skiing:after {
  content: "\10f7c9"; }

.fa6d.fa6-skiing:after, .fa6-duotone.fa6-skiing:after {
  content: "\10f7c9"; }

.fa6d.fa6-person-skiing-nordic:after, .fa6-duotone.fa6-person-skiing-nordic:after {
  content: "\10f7ca"; }

.fa6d.fa6-skiing-nordic:after, .fa6-duotone.fa6-skiing-nordic:after {
  content: "\10f7ca"; }

.fa6d.fa6-person-sledding:after, .fa6-duotone.fa6-person-sledding:after {
  content: "\10f7cb"; }

.fa6d.fa6-sledding:after, .fa6-duotone.fa6-sledding:after {
  content: "\10f7cb"; }

.fa6d.fa6-person-snowboarding:after, .fa6-duotone.fa6-person-snowboarding:after {
  content: "\10f7ce"; }

.fa6d.fa6-snowboarding:after, .fa6-duotone.fa6-snowboarding:after {
  content: "\10f7ce"; }

.fa6d.fa6-person-snowmobiling:after, .fa6-duotone.fa6-person-snowmobiling:after {
  content: "\10f7d1"; }

.fa6d.fa6-snowmobile:after, .fa6-duotone.fa6-snowmobile:after {
  content: "\10f7d1"; }

.fa6d.fa6-person-swimming:after, .fa6-duotone.fa6-person-swimming:after {
  content: "\10f5c4"; }

.fa6d.fa6-swimmer:after, .fa6-duotone.fa6-swimmer:after {
  content: "\10f5c4"; }

.fa6d.fa6-person-to-portal:after, .fa6-duotone.fa6-person-to-portal:after {
  content: "\10e022"; }

.fa6d.fa6-portal-enter:after, .fa6-duotone.fa6-portal-enter:after {
  content: "\10e022"; }

.fa6d.fa6-person-walking:after, .fa6-duotone.fa6-person-walking:after {
  content: "\10f554"; }

.fa6d.fa6-walking:after, .fa6-duotone.fa6-walking:after {
  content: "\10f554"; }

.fa6d.fa6-person-walking-with-cane:after, .fa6-duotone.fa6-person-walking-with-cane:after {
  content: "\10f29d"; }

.fa6d.fa6-blind:after, .fa6-duotone.fa6-blind:after {
  content: "\10f29d"; }

.fa6d.fa6-peseta-sign:after, .fa6-duotone.fa6-peseta-sign:after {
  content: "\10e223"; }

.fa6d.fa6-peso-sign:after, .fa6-duotone.fa6-peso-sign:after {
  content: "\10e224"; }

.fa6d.fa6-phone:after, .fa6-duotone.fa6-phone:after {
  content: "\10f095"; }

.fa6d.fa6-phone-arrow-down-left:after, .fa6-duotone.fa6-phone-arrow-down-left:after {
  content: "\10e225"; }

.fa6d.fa6-phone-incoming:after, .fa6-duotone.fa6-phone-incoming:after {
  content: "\10e225"; }

.fa6d.fa6-phone-arrow-down:after, .fa6-duotone.fa6-phone-arrow-down:after {
  content: "\10e225"; }

.fa6d.fa6-phone-arrow-up-right:after, .fa6-duotone.fa6-phone-arrow-up-right:after {
  content: "\10e226"; }

.fa6d.fa6-phone-outgoing:after, .fa6-duotone.fa6-phone-outgoing:after {
  content: "\10e226"; }

.fa6d.fa6-phone-arrow-up:after, .fa6-duotone.fa6-phone-arrow-up:after {
  content: "\10e226"; }

.fa6d.fa6-phone-flip:after, .fa6-duotone.fa6-phone-flip:after {
  content: "\10f879"; }

.fa6d.fa6-phone-alt:after, .fa6-duotone.fa6-phone-alt:after {
  content: "\10f879"; }

.fa6d.fa6-phone-hangup:after, .fa6-duotone.fa6-phone-hangup:after {
  content: "\10e227"; }

.fa6d.fa6-phone-missed:after, .fa6-duotone.fa6-phone-missed:after {
  content: "\10e228"; }

.fa6d.fa6-phone-office:after, .fa6-duotone.fa6-phone-office:after {
  content: "\10f67d"; }

.fa6d.fa6-phone-plus:after, .fa6-duotone.fa6-phone-plus:after {
  content: "\10f4d2"; }

.fa6d.fa6-phone-rotary:after, .fa6-duotone.fa6-phone-rotary:after {
  content: "\10f8d3"; }

.fa6d.fa6-phone-slash:after, .fa6-duotone.fa6-phone-slash:after {
  content: "\10f3dd"; }

.fa6d.fa6-phone-volume:after, .fa6-duotone.fa6-phone-volume:after {
  content: "\10f2a0"; }

.fa6d.fa6-volume-control-phone:after, .fa6-duotone.fa6-volume-control-phone:after {
  content: "\10f2a0"; }

.fa6d.fa6-phone-xmark:after, .fa6-duotone.fa6-phone-xmark:after {
  content: "\10e229"; }

.fa6d.fa6-photo-film:after, .fa6-duotone.fa6-photo-film:after {
  content: "\10f87c"; }

.fa6d.fa6-photo-video:after, .fa6-duotone.fa6-photo-video:after {
  content: "\10f87c"; }

.fa6d.fa6-photo-film-music:after, .fa6-duotone.fa6-photo-film-music:after {
  content: "\10e22a"; }

.fa6d.fa6-pi:after, .fa6-duotone.fa6-pi:after {
  content: "\10f67e"; }

.fa6d.fa6-piano:after, .fa6-duotone.fa6-piano:after {
  content: "\10f8d4"; }

.fa6d.fa6-piano-keyboard:after, .fa6-duotone.fa6-piano-keyboard:after {
  content: "\10f8d5"; }

.fa6d.fa6-pie:after, .fa6-duotone.fa6-pie:after {
  content: "\10f705"; }

.fa6d.fa6-pig:after, .fa6-duotone.fa6-pig:after {
  content: "\10f706"; }

.fa6d.fa6-piggy-bank:after, .fa6-duotone.fa6-piggy-bank:after {
  content: "\10f4d3"; }

.fa6d.fa6-pills:after, .fa6-duotone.fa6-pills:after {
  content: "\10f484"; }

.fa6d.fa6-pinball:after, .fa6-duotone.fa6-pinball:after {
  content: "\10e22b"; }

.fa6d.fa6-pizza:after, .fa6-duotone.fa6-pizza:after {
  content: "\10f817"; }

.fa6d.fa6-pizza-slice:after, .fa6-duotone.fa6-pizza-slice:after {
  content: "\10f818"; }

.fa6d.fa6-place-of-worship:after, .fa6-duotone.fa6-place-of-worship:after {
  content: "\10f67f"; }

.fa6d.fa6-plane:after, .fa6-duotone.fa6-plane:after {
  content: "\10f072"; }

.fa6d.fa6-plane-arrival:after, .fa6-duotone.fa6-plane-arrival:after {
  content: "\10f5af"; }

.fa6d.fa6-plane-departure:after, .fa6-duotone.fa6-plane-departure:after {
  content: "\10f5b0"; }

.fa6d.fa6-plane-engines:after, .fa6-duotone.fa6-plane-engines:after {
  content: "\10f3de"; }

.fa6d.fa6-plane-alt:after, .fa6-duotone.fa6-plane-alt:after {
  content: "\10f3de"; }

.fa6d.fa6-plane-prop:after, .fa6-duotone.fa6-plane-prop:after {
  content: "\10e22c"; }

.fa6d.fa6-plane-slash:after, .fa6-duotone.fa6-plane-slash:after {
  content: "\10e069"; }

.fa6d.fa6-plane-tail:after, .fa6-duotone.fa6-plane-tail:after {
  content: "\10e22d"; }

.fa6d.fa6-plane-up:after, .fa6-duotone.fa6-plane-up:after {
  content: "\10e22e"; }

.fa6d.fa6-plane-up-slash:after, .fa6-duotone.fa6-plane-up-slash:after {
  content: "\10e22f"; }

.fa6d.fa6-planet-moon:after, .fa6-duotone.fa6-planet-moon:after {
  content: "\10e01f"; }

.fa6d.fa6-planet-ringed:after, .fa6-duotone.fa6-planet-ringed:after {
  content: "\10e020"; }

.fa6d.fa6-play:after, .fa6-duotone.fa6-play:after {
  content: "\10f04b"; }

.fa6d.fa6-play-pause:after, .fa6-duotone.fa6-play-pause:after {
  content: "\10e230"; }

.fa6d.fa6-plug:after, .fa6-duotone.fa6-plug:after {
  content: "\10f1e6"; }

.fa6d.fa6-plus:after, .fa6-duotone.fa6-plus:after {
  content: "\10f067"; }

.fa6d.fa6-add:after, .fa6-duotone.fa6-add:after {
  content: "\10f067"; }

.fa6d.fa6-plus-minus:after, .fa6-duotone.fa6-plus-minus:after {
  content: "\10e231"; }

.fa6d.fa6-podcast:after, .fa6-duotone.fa6-podcast:after {
  content: "\10f2ce"; }

.fa6d.fa6-podium:after, .fa6-duotone.fa6-podium:after {
  content: "\10f680"; }

.fa6d.fa6-podium-star:after, .fa6-duotone.fa6-podium-star:after {
  content: "\10f758"; }

.fa6d.fa6-police-box:after, .fa6-duotone.fa6-police-box:after {
  content: "\10e021"; }

.fa6d.fa6-poll-people:after, .fa6-duotone.fa6-poll-people:after {
  content: "\10f759"; }

.fa6d.fa6-poo:after, .fa6-duotone.fa6-poo:after {
  content: "\10f2fe"; }

.fa6d.fa6-poo-bolt:after, .fa6-duotone.fa6-poo-bolt:after {
  content: "\10f75a"; }

.fa6d.fa6-poo-storm:after, .fa6-duotone.fa6-poo-storm:after {
  content: "\10f75a"; }

.fa6d.fa6-poop:after, .fa6-duotone.fa6-poop:after {
  content: "\10f619"; }

.fa6d.fa6-popcorn:after, .fa6-duotone.fa6-popcorn:after {
  content: "\10f819"; }

.fa6d.fa6-power-off:after, .fa6-duotone.fa6-power-off:after {
  content: "\10f011"; }

.fa6d.fa6-prescription:after, .fa6-duotone.fa6-prescription:after {
  content: "\10f5b1"; }

.fa6d.fa6-prescription-bottle:after, .fa6-duotone.fa6-prescription-bottle:after {
  content: "\10f485"; }

.fa6d.fa6-prescription-bottle-medical:after, .fa6-duotone.fa6-prescription-bottle-medical:after {
  content: "\10f486"; }

.fa6d.fa6-prescription-bottle-alt:after, .fa6-duotone.fa6-prescription-bottle-alt:after {
  content: "\10f486"; }

.fa6d.fa6-presentation-screen:after, .fa6-duotone.fa6-presentation-screen:after {
  content: "\10f685"; }

.fa6d.fa6-presentation:after, .fa6-duotone.fa6-presentation:after {
  content: "\10f685"; }

.fa6d.fa6-print:after, .fa6-duotone.fa6-print:after {
  content: "\10f02f"; }

.fa6d.fa6-print-magnifying-glass:after, .fa6-duotone.fa6-print-magnifying-glass:after {
  content: "\10f81a"; }

.fa6d.fa6-print-search:after, .fa6-duotone.fa6-print-search:after {
  content: "\10f81a"; }

.fa6d.fa6-print-slash:after, .fa6-duotone.fa6-print-slash:after {
  content: "\10f686"; }

.fa6d.fa6-projector:after, .fa6-duotone.fa6-projector:after {
  content: "\10f8d6"; }

.fa6d.fa6-pump-medical:after, .fa6-duotone.fa6-pump-medical:after {
  content: "\10e06a"; }

.fa6d.fa6-pump-soap:after, .fa6-duotone.fa6-pump-soap:after {
  content: "\10e06b"; }

.fa6d.fa6-pumpkin:after, .fa6-duotone.fa6-pumpkin:after {
  content: "\10f707"; }

.fa6d.fa6-puzzle-piece:after, .fa6-duotone.fa6-puzzle-piece:after {
  content: "\10f12e"; }

.fa6d.fa6-puzzle-piece-simple:after, .fa6-duotone.fa6-puzzle-piece-simple:after {
  content: "\10e232"; }

.fa6d.fa6-puzzle-piece-alt:after, .fa6-duotone.fa6-puzzle-piece-alt:after {
  content: "\10e232"; }

.fa6d.fa6-q:after, .fa6-duotone.fa6-q:after {
  content: "\10e233"; }

.fa6d.fa6-qrcode:after, .fa6-duotone.fa6-qrcode:after {
  content: "\10f029"; }

.fa6d.fa6-question:after, .fa6-duotone.fa6-question:after {
  content: "\10f128"; }

.fa6d.fa6-quidditch-broom-ball:after, .fa6-duotone.fa6-quidditch-broom-ball:after {
  content: "\10f458"; }

.fa6d.fa6-broom-ball:after, .fa6-duotone.fa6-broom-ball:after {
  content: "\10f458"; }

.fa6d.fa6-quidditch:after, .fa6-duotone.fa6-quidditch:after {
  content: "\10f458"; }

.fa6d.fa6-quote-left:after, .fa6-duotone.fa6-quote-left:after {
  content: "\10f10d"; }

.fa6d.fa6-quote-left-round:after, .fa6-duotone.fa6-quote-left-round:after {
  content: "\10e234"; }

.fa6d.fa6-quote-left-alt:after, .fa6-duotone.fa6-quote-left-alt:after {
  content: "\10e234"; }

.fa6d.fa6-quote-right:after, .fa6-duotone.fa6-quote-right:after {
  content: "\10f10e"; }

.fa6d.fa6-quote-right-round:after, .fa6-duotone.fa6-quote-right-round:after {
  content: "\10e235"; }

.fa6d.fa6-quote-right-alt:after, .fa6-duotone.fa6-quote-right-alt:after {
  content: "\10e235"; }

.fa6d.fa6-r:after, .fa6-duotone.fa6-r:after {
  content: "\10e236"; }

.fa6d.fa6-rabbit:after, .fa6-duotone.fa6-rabbit:after {
  content: "\10f708"; }

.fa6d.fa6-rabbit-running:after, .fa6-duotone.fa6-rabbit-running:after {
  content: "\10f709"; }

.fa6d.fa6-rabbit-fast:after, .fa6-duotone.fa6-rabbit-fast:after {
  content: "\10f709"; }

.fa6d.fa6-racquet:after, .fa6-duotone.fa6-racquet:after {
  content: "\10f45a"; }

.fa6d.fa6-radar:after, .fa6-duotone.fa6-radar:after {
  content: "\10e024"; }

.fa6d.fa6-radiation:after, .fa6-duotone.fa6-radiation:after {
  content: "\10f7b9"; }

.fa6d.fa6-radio:after, .fa6-duotone.fa6-radio:after {
  content: "\10f8d7"; }

.fa6d.fa6-radio-tuner:after, .fa6-duotone.fa6-radio-tuner:after {
  content: "\10f8d8"; }

.fa6d.fa6-radio-alt:after, .fa6-duotone.fa6-radio-alt:after {
  content: "\10f8d8"; }

.fa6d.fa6-rainbow:after, .fa6-duotone.fa6-rainbow:after {
  content: "\10f75b"; }

.fa6d.fa6-raindrops:after, .fa6-duotone.fa6-raindrops:after {
  content: "\10f75c"; }

.fa6d.fa6-ram:after, .fa6-duotone.fa6-ram:after {
  content: "\10f70a"; }

.fa6d.fa6-ramp-loading:after, .fa6-duotone.fa6-ramp-loading:after {
  content: "\10f4d4"; }

.fa6d.fa6-raygun:after, .fa6-duotone.fa6-raygun:after {
  content: "\10e025"; }

.fa6d.fa6-receipt:after, .fa6-duotone.fa6-receipt:after {
  content: "\10f543"; }

.fa6d.fa6-record-vinyl:after, .fa6-duotone.fa6-record-vinyl:after {
  content: "\10f8d9"; }

.fa6d.fa6-rectangle:after, .fa6-duotone.fa6-rectangle:after {
  content: "\10f2fa"; }

.fa6d.fa6-rectangle-landscape:after, .fa6-duotone.fa6-rectangle-landscape:after {
  content: "\10f2fa"; }

.fa6d.fa6-rectangle-ad:after, .fa6-duotone.fa6-rectangle-ad:after {
  content: "\10f641"; }

.fa6d.fa6-ad:after, .fa6-duotone.fa6-ad:after {
  content: "\10f641"; }

.fa6d.fa6-rectangle-barcode:after, .fa6-duotone.fa6-rectangle-barcode:after {
  content: "\10f463"; }

.fa6d.fa6-barcode-alt:after, .fa6-duotone.fa6-barcode-alt:after {
  content: "\10f463"; }

.fa6d.fa6-rectangle-list:after, .fa6-duotone.fa6-rectangle-list:after {
  content: "\10f022"; }

.fa6d.fa6-list-alt:after, .fa6-duotone.fa6-list-alt:after {
  content: "\10f022"; }

.fa6d.fa6-rectangle-terminal:after, .fa6-duotone.fa6-rectangle-terminal:after {
  content: "\10e237"; }

.fa6d.fa6-rectangle-vertical:after, .fa6-duotone.fa6-rectangle-vertical:after {
  content: "\10f2fb"; }

.fa6d.fa6-rectangle-portrait:after, .fa6-duotone.fa6-rectangle-portrait:after {
  content: "\10f2fb"; }

.fa6d.fa6-rectangle-vertical-history:after, .fa6-duotone.fa6-rectangle-vertical-history:after {
  content: "\10e238"; }

.fa6d.fa6-rectangle-wide:after, .fa6-duotone.fa6-rectangle-wide:after {
  content: "\10f2fc"; }

.fa6d.fa6-rectangle-xmark:after, .fa6-duotone.fa6-rectangle-xmark:after {
  content: "\10f410"; }

.fa6d.fa6-times-rectangle:after, .fa6-duotone.fa6-times-rectangle:after {
  content: "\10f410"; }

.fa6d.fa6-rectangle-times:after, .fa6-duotone.fa6-rectangle-times:after {
  content: "\10f410"; }

.fa6d.fa6-window-close:after, .fa6-duotone.fa6-window-close:after {
  content: "\10f410"; }

.fa6d.fa6-recycle:after, .fa6-duotone.fa6-recycle:after {
  content: "\10f1b8"; }

.fa6d.fa6-refrigerator:after, .fa6-duotone.fa6-refrigerator:after {
  content: "\10e026"; }

.fa6d.fa6-registered:after, .fa6-duotone.fa6-registered:after {
  content: "\10f25d"; }

.fa6d.fa6-repeat:after, .fa6-duotone.fa6-repeat:after {
  content: "\10f363"; }

.fa6d.fa6-repeat-1:after, .fa6-duotone.fa6-repeat-1:after {
  content: "\10f365"; }

.fa6d.fa6-reply:after, .fa6-duotone.fa6-reply:after {
  content: "\10f3e5"; }

.fa6d.fa6-mail-reply:after, .fa6-duotone.fa6-mail-reply:after {
  content: "\10f3e5"; }

.fa6d.fa6-reply-all:after, .fa6-duotone.fa6-reply-all:after {
  content: "\10f122"; }

.fa6d.fa6-mail-reply-all:after, .fa6-duotone.fa6-mail-reply-all:after {
  content: "\10f122"; }

.fa6d.fa6-reply-clock:after, .fa6-duotone.fa6-reply-clock:after {
  content: "\10e239"; }

.fa6d.fa6-reply-time:after, .fa6-duotone.fa6-reply-time:after {
  content: "\10e239"; }

.fa6d.fa6-republican:after, .fa6-duotone.fa6-republican:after {
  content: "\10f75e"; }

.fa6d.fa6-restroom:after, .fa6-duotone.fa6-restroom:after {
  content: "\10f7bd"; }

.fa6d.fa6-restroom-simple:after, .fa6-duotone.fa6-restroom-simple:after {
  content: "\10e23a"; }

.fa6d.fa6-retweet:after, .fa6-duotone.fa6-retweet:after {
  content: "\10f079"; }

.fa6d.fa6-rhombus:after, .fa6-duotone.fa6-rhombus:after {
  content: "\10e23b"; }

.fa6d.fa6-ribbon:after, .fa6-duotone.fa6-ribbon:after {
  content: "\10f4d6"; }

.fa6d.fa6-right:after, .fa6-duotone.fa6-right:after {
  content: "\10f356"; }

.fa6d.fa6-arrow-alt-right:after, .fa6-duotone.fa6-arrow-alt-right:after {
  content: "\10f356"; }

.fa6d.fa6-right-from-bracket:after, .fa6-duotone.fa6-right-from-bracket:after {
  content: "\10f2f5"; }

.fa6d.fa6-sign-out-alt:after, .fa6-duotone.fa6-sign-out-alt:after {
  content: "\10f2f5"; }

.fa6d.fa6-right-from-line:after, .fa6-duotone.fa6-right-from-line:after {
  content: "\10f347"; }

.fa6d.fa6-arrow-alt-from-left:after, .fa6-duotone.fa6-arrow-alt-from-left:after {
  content: "\10f347"; }

.fa6d.fa6-right-left:after, .fa6-duotone.fa6-right-left:after {
  content: "\10f362"; }

.fa6d.fa6-exchange-alt:after, .fa6-duotone.fa6-exchange-alt:after {
  content: "\10f362"; }

.fa6d.fa6-right-long:after, .fa6-duotone.fa6-right-long:after {
  content: "\10f30b"; }

.fa6d.fa6-long-arrow-alt-right:after, .fa6-duotone.fa6-long-arrow-alt-right:after {
  content: "\10f30b"; }

.fa6d.fa6-right-to-bracket:after, .fa6-duotone.fa6-right-to-bracket:after {
  content: "\10f2f6"; }

.fa6d.fa6-sign-in-alt:after, .fa6-duotone.fa6-sign-in-alt:after {
  content: "\10f2f6"; }

.fa6d.fa6-right-to-line:after, .fa6-duotone.fa6-right-to-line:after {
  content: "\10f34c"; }

.fa6d.fa6-arrow-alt-to-right:after, .fa6-duotone.fa6-arrow-alt-to-right:after {
  content: "\10f34c"; }

.fa6d.fa6-ring:after, .fa6-duotone.fa6-ring:after {
  content: "\10f70b"; }

.fa6d.fa6-rings-wedding:after, .fa6-duotone.fa6-rings-wedding:after {
  content: "\10f81b"; }

.fa6d.fa6-road:after, .fa6-duotone.fa6-road:after {
  content: "\10f018"; }

.fa6d.fa6-robot:after, .fa6-duotone.fa6-robot:after {
  content: "\10f544"; }

.fa6d.fa6-rocket:after, .fa6-duotone.fa6-rocket:after {
  content: "\10f135"; }

.fa6d.fa6-rocket-launch:after, .fa6-duotone.fa6-rocket-launch:after {
  content: "\10e027"; }

.fa6d.fa6-rotate:after, .fa6-duotone.fa6-rotate:after {
  content: "\10f2f1"; }

.fa6d.fa6-sync-alt:after, .fa6-duotone.fa6-sync-alt:after {
  content: "\10f2f1"; }

.fa6d.fa6-rotate-exclamation:after, .fa6-duotone.fa6-rotate-exclamation:after {
  content: "\10e23c"; }

.fa6d.fa6-rotate-forward:after, .fa6-duotone.fa6-rotate-forward:after {
  content: "\10f2f9"; }

.fa6d.fa6-redo-alt:after, .fa6-duotone.fa6-redo-alt:after {
  content: "\10f2f9"; }

.fa6d.fa6-rotate-left:after, .fa6-duotone.fa6-rotate-left:after {
  content: "\10f2ea"; }

.fa6d.fa6-undo-alt:after, .fa6-duotone.fa6-undo-alt:after {
  content: "\10f2ea"; }

.fa6d.fa6-route:after, .fa6-duotone.fa6-route:after {
  content: "\10f4d7"; }

.fa6d.fa6-route-highway:after, .fa6-duotone.fa6-route-highway:after {
  content: "\10f61a"; }

.fa6d.fa6-route-interstate:after, .fa6-duotone.fa6-route-interstate:after {
  content: "\10f61b"; }

.fa6d.fa6-router:after, .fa6-duotone.fa6-router:after {
  content: "\10f8da"; }

.fa6d.fa6-rss:after, .fa6-duotone.fa6-rss:after {
  content: "\10f09e"; }

.fa6d.fa6-feed:after, .fa6-duotone.fa6-feed:after {
  content: "\10f09e"; }

.fa6d.fa6-ruble-sign:after, .fa6-duotone.fa6-ruble-sign:after {
  content: "\10f158"; }

.fa6d.fa6-rouble:after, .fa6-duotone.fa6-rouble:after {
  content: "\10f158"; }

.fa6d.fa6-rub:after, .fa6-duotone.fa6-rub:after {
  content: "\10f158"; }

.fa6d.fa6-ruble:after, .fa6-duotone.fa6-ruble:after {
  content: "\10f158"; }

.fa6d.fa6-ruler:after, .fa6-duotone.fa6-ruler:after {
  content: "\10f545"; }

.fa6d.fa6-ruler-combined:after, .fa6-duotone.fa6-ruler-combined:after {
  content: "\10f546"; }

.fa6d.fa6-ruler-horizontal:after, .fa6-duotone.fa6-ruler-horizontal:after {
  content: "\10f547"; }

.fa6d.fa6-ruler-triangle:after, .fa6-duotone.fa6-ruler-triangle:after {
  content: "\10f61c"; }

.fa6d.fa6-ruler-vertical:after, .fa6-duotone.fa6-ruler-vertical:after {
  content: "\10f548"; }

.fa6d.fa6-rupee-sign:after, .fa6-duotone.fa6-rupee-sign:after {
  content: "\10f156"; }

.fa6d.fa6-rupee:after, .fa6-duotone.fa6-rupee:after {
  content: "\10f156"; }

.fa6d.fa6-rupiah-sign:after, .fa6-duotone.fa6-rupiah-sign:after {
  content: "\10e23d"; }

.fa6d.fa6-rv:after, .fa6-duotone.fa6-rv:after {
  content: "\10f7be"; }

.fa6d.fa6-s:after, .fa6-duotone.fa6-s:after {
  content: "\10e23e"; }

.fa6d.fa6-sack:after, .fa6-duotone.fa6-sack:after {
  content: "\10f81c"; }

.fa6d.fa6-sack-dollar:after, .fa6-duotone.fa6-sack-dollar:after {
  content: "\10f81d"; }

.fa6d.fa6-salad:after, .fa6-duotone.fa6-salad:after {
  content: "\10f81e"; }

.fa6d.fa6-bowl-salad:after, .fa6-duotone.fa6-bowl-salad:after {
  content: "\10f81e"; }

.fa6d.fa6-sandwich:after, .fa6-duotone.fa6-sandwich:after {
  content: "\10f81f"; }

.fa6d.fa6-satellite:after, .fa6-duotone.fa6-satellite:after {
  content: "\10f7bf"; }

.fa6d.fa6-satellite-dish:after, .fa6-duotone.fa6-satellite-dish:after {
  content: "\10f7c0"; }

.fa6d.fa6-sausage:after, .fa6-duotone.fa6-sausage:after {
  content: "\10f820"; }

.fa6d.fa6-saxophone:after, .fa6-duotone.fa6-saxophone:after {
  content: "\10f8dc"; }

.fa6d.fa6-saxophone-fire:after, .fa6-duotone.fa6-saxophone-fire:after {
  content: "\10f8db"; }

.fa6d.fa6-sax-hot:after, .fa6-duotone.fa6-sax-hot:after {
  content: "\10f8db"; }

.fa6d.fa6-scale-balanced:after, .fa6-duotone.fa6-scale-balanced:after {
  content: "\10f24e"; }

.fa6d.fa6-balance-scale:after, .fa6-duotone.fa6-balance-scale:after {
  content: "\10f24e"; }

.fa6d.fa6-scale-unbalanced:after, .fa6-duotone.fa6-scale-unbalanced:after {
  content: "\10f515"; }

.fa6d.fa6-balance-scale-left:after, .fa6-duotone.fa6-balance-scale-left:after {
  content: "\10f515"; }

.fa6d.fa6-scale-unbalanced-flip:after, .fa6-duotone.fa6-scale-unbalanced-flip:after {
  content: "\10f516"; }

.fa6d.fa6-balance-scale-right:after, .fa6-duotone.fa6-balance-scale-right:after {
  content: "\10f516"; }

.fa6d.fa6-scalpel:after, .fa6-duotone.fa6-scalpel:after {
  content: "\10f61d"; }

.fa6d.fa6-scalpel-line-dashed:after, .fa6-duotone.fa6-scalpel-line-dashed:after {
  content: "\10f61e"; }

.fa6d.fa6-scalpel-path:after, .fa6-duotone.fa6-scalpel-path:after {
  content: "\10f61e"; }

.fa6d.fa6-scanner:after, .fa6-duotone.fa6-scanner:after {
  content: "\10f8f3"; }

.fa6d.fa6-scanner-image:after, .fa6-duotone.fa6-scanner-image:after {
  content: "\10f8f3"; }

.fa6d.fa6-scanner-gun:after, .fa6-duotone.fa6-scanner-gun:after {
  content: "\10f488"; }

.fa6d.fa6-scanner-keyboard:after, .fa6-duotone.fa6-scanner-keyboard:after {
  content: "\10f489"; }

.fa6d.fa6-scanner-touchscreen:after, .fa6-duotone.fa6-scanner-touchscreen:after {
  content: "\10f48a"; }

.fa6d.fa6-scarecrow:after, .fa6-duotone.fa6-scarecrow:after {
  content: "\10f70d"; }

.fa6d.fa6-scarf:after, .fa6-duotone.fa6-scarf:after {
  content: "\10f7c1"; }

.fa6d.fa6-school:after, .fa6-duotone.fa6-school:after {
  content: "\10f549"; }

.fa6d.fa6-scissors:after, .fa6-duotone.fa6-scissors:after {
  content: "\10f0c4"; }

.fa6d.fa6-cut:after, .fa6-duotone.fa6-cut:after {
  content: "\10f0c4"; }

.fa6d.fa6-screen-users:after, .fa6-duotone.fa6-screen-users:after {
  content: "\10f63d"; }

.fa6d.fa6-users-class:after, .fa6-duotone.fa6-users-class:after {
  content: "\10f63d"; }

.fa6d.fa6-screencast:after, .fa6-duotone.fa6-screencast:after {
  content: "\10e23f"; }

.fa6d.fa6-screwdriver:after, .fa6-duotone.fa6-screwdriver:after {
  content: "\10f54a"; }

.fa6d.fa6-screwdriver-wrench:after, .fa6-duotone.fa6-screwdriver-wrench:after {
  content: "\10f7d9"; }

.fa6d.fa6-tools:after, .fa6-duotone.fa6-tools:after {
  content: "\10f7d9"; }

.fa6d.fa6-scribble:after, .fa6-duotone.fa6-scribble:after {
  content: "\10e240"; }

.fa6d.fa6-scroll:after, .fa6-duotone.fa6-scroll:after {
  content: "\10f70e"; }

.fa6d.fa6-scroll-old:after, .fa6-duotone.fa6-scroll-old:after {
  content: "\10f70f"; }

.fa6d.fa6-scroll-torah:after, .fa6-duotone.fa6-scroll-torah:after {
  content: "\10f6a0"; }

.fa6d.fa6-torah:after, .fa6-duotone.fa6-torah:after {
  content: "\10f6a0"; }

.fa6d.fa6-scrubber:after, .fa6-duotone.fa6-scrubber:after {
  content: "\10f2f8"; }

.fa6d.fa6-scythe:after, .fa6-duotone.fa6-scythe:after {
  content: "\10f710"; }

.fa6d.fa6-sd-card:after, .fa6-duotone.fa6-sd-card:after {
  content: "\10f7c2"; }

.fa6d.fa6-sd-cards:after, .fa6-duotone.fa6-sd-cards:after {
  content: "\10e241"; }

.fa6d.fa6-seal:after, .fa6-duotone.fa6-seal:after {
  content: "\10e242"; }

.fa6d.fa6-seal-exclamation:after, .fa6-duotone.fa6-seal-exclamation:after {
  content: "\10e243"; }

.fa6d.fa6-seal-question:after, .fa6-duotone.fa6-seal-question:after {
  content: "\10e244"; }

.fa6d.fa6-seat-airline:after, .fa6-duotone.fa6-seat-airline:after {
  content: "\10e245"; }

.fa6d.fa6-section:after, .fa6-duotone.fa6-section:after {
  content: "\10e246"; }

.fa6d.fa6-seedling:after, .fa6-duotone.fa6-seedling:after {
  content: "\10f4d8"; }

.fa6d.fa6-sprout:after, .fa6-duotone.fa6-sprout:after {
  content: "\10f4d8"; }

.fa6d.fa6-send-back:after, .fa6-duotone.fa6-send-back:after {
  content: "\10f87e"; }

.fa6d.fa6-send-backward:after, .fa6-duotone.fa6-send-backward:after {
  content: "\10f87f"; }

.fa6d.fa6-sensor:after, .fa6-duotone.fa6-sensor:after {
  content: "\10e028"; }

.fa6d.fa6-sensor-cloud:after, .fa6-duotone.fa6-sensor-cloud:after {
  content: "\10e02c"; }

.fa6d.fa6-sensor-smoke:after, .fa6-duotone.fa6-sensor-smoke:after {
  content: "\10e02c"; }

.fa6d.fa6-sensor-fire:after, .fa6-duotone.fa6-sensor-fire:after {
  content: "\10e02a"; }

.fa6d.fa6-sensor-on:after, .fa6-duotone.fa6-sensor-on:after {
  content: "\10e02b"; }

.fa6d.fa6-sensor-triangle-exclamation:after, .fa6-duotone.fa6-sensor-triangle-exclamation:after {
  content: "\10e029"; }

.fa6d.fa6-sensor-alert:after, .fa6-duotone.fa6-sensor-alert:after {
  content: "\10e029"; }

.fa6d.fa6-server:after, .fa6-duotone.fa6-server:after {
  content: "\10f233"; }

.fa6d.fa6-shapes:after, .fa6-duotone.fa6-shapes:after {
  content: "\10f61f"; }

.fa6d.fa6-triangle-circle-square:after, .fa6-duotone.fa6-triangle-circle-square:after {
  content: "\10f61f"; }

.fa6d.fa6-share:after, .fa6-duotone.fa6-share:after {
  content: "\10f064"; }

.fa6d.fa6-arrow-turn-right:after, .fa6-duotone.fa6-arrow-turn-right:after {
  content: "\10f064"; }

.fa6d.fa6-mail-forward:after, .fa6-duotone.fa6-mail-forward:after {
  content: "\10f064"; }

.fa6d.fa6-share-all:after, .fa6-duotone.fa6-share-all:after {
  content: "\10f367"; }

.fa6d.fa6-arrows-turn-right:after, .fa6-duotone.fa6-arrows-turn-right:after {
  content: "\10f367"; }

.fa6d.fa6-share-from-square:after, .fa6-duotone.fa6-share-from-square:after {
  content: "\10f14d"; }

.fa6d.fa6-share-square:after, .fa6-duotone.fa6-share-square:after {
  content: "\10f14d"; }

.fa6d.fa6-share-nodes:after, .fa6-duotone.fa6-share-nodes:after {
  content: "\10f1e0"; }

.fa6d.fa6-share-alt:after, .fa6-duotone.fa6-share-alt:after {
  content: "\10f1e0"; }

.fa6d.fa6-sheep:after, .fa6-duotone.fa6-sheep:after {
  content: "\10f711"; }

.fa6d.fa6-shekel-sign:after, .fa6-duotone.fa6-shekel-sign:after {
  content: "\10f20b"; }

.fa6d.fa6-sheqel-sign:after, .fa6-duotone.fa6-sheqel-sign:after {
  content: "\10f20b"; }

.fa6d.fa6-shekel:after, .fa6-duotone.fa6-shekel:after {
  content: "\10f20b"; }

.fa6d.fa6-sheqel:after, .fa6-duotone.fa6-sheqel:after {
  content: "\10f20b"; }

.fa6d.fa6-ils:after, .fa6-duotone.fa6-ils:after {
  content: "\10f20b"; }

.fa6d.fa6-shelves:after, .fa6-duotone.fa6-shelves:after {
  content: "\10f480"; }

.fa6d.fa6-inventory:after, .fa6-duotone.fa6-inventory:after {
  content: "\10f480"; }

.fa6d.fa6-shelves-empty:after, .fa6-duotone.fa6-shelves-empty:after {
  content: "\10e247"; }

.fa6d.fa6-shield:after, .fa6-duotone.fa6-shield:after {
  content: "\10f132"; }

.fa6d.fa6-shield-blank:after, .fa6-duotone.fa6-shield-blank:after {
  content: "\10f3ed"; }

.fa6d.fa6-shield-alt:after, .fa6-duotone.fa6-shield-alt:after {
  content: "\10f3ed"; }

.fa6d.fa6-shield-check:after, .fa6-duotone.fa6-shield-check:after {
  content: "\10f2f7"; }

.fa6d.fa6-shield-cross:after, .fa6-duotone.fa6-shield-cross:after {
  content: "\10f712"; }

.fa6d.fa6-shield-exclamation:after, .fa6-duotone.fa6-shield-exclamation:after {
  content: "\10e248"; }

.fa6d.fa6-shield-keyhole:after, .fa6-duotone.fa6-shield-keyhole:after {
  content: "\10e249"; }

.fa6d.fa6-shield-minus:after, .fa6-duotone.fa6-shield-minus:after {
  content: "\10e24a"; }

.fa6d.fa6-shield-plus:after, .fa6-duotone.fa6-shield-plus:after {
  content: "\10e24b"; }

.fa6d.fa6-shield-slash:after, .fa6-duotone.fa6-shield-slash:after {
  content: "\10e24c"; }

.fa6d.fa6-shield-virus:after, .fa6-duotone.fa6-shield-virus:after {
  content: "\10e06c"; }

.fa6d.fa6-shield-xmark:after, .fa6-duotone.fa6-shield-xmark:after {
  content: "\10e24d"; }

.fa6d.fa6-shield-times:after, .fa6-duotone.fa6-shield-times:after {
  content: "\10e24d"; }

.fa6d.fa6-ship:after, .fa6-duotone.fa6-ship:after {
  content: "\10f21a"; }

.fa6d.fa6-shish-kebab:after, .fa6-duotone.fa6-shish-kebab:after {
  content: "\10f821"; }

.fa6d.fa6-shoe-prints:after, .fa6-duotone.fa6-shoe-prints:after {
  content: "\10f54b"; }

.fa6d.fa6-shop:after, .fa6-duotone.fa6-shop:after {
  content: "\10f54f"; }

.fa6d.fa6-store-alt:after, .fa6-duotone.fa6-store-alt:after {
  content: "\10f54f"; }

.fa6d.fa6-shop-slash:after, .fa6-duotone.fa6-shop-slash:after {
  content: "\10e070"; }

.fa6d.fa6-store-alt-slash:after, .fa6-duotone.fa6-store-alt-slash:after {
  content: "\10e070"; }

.fa6d.fa6-shovel:after, .fa6-duotone.fa6-shovel:after {
  content: "\10f713"; }

.fa6d.fa6-shovel-snow:after, .fa6-duotone.fa6-shovel-snow:after {
  content: "\10f7c3"; }

.fa6d.fa6-shower:after, .fa6-duotone.fa6-shower:after {
  content: "\10f2cc"; }

.fa6d.fa6-shower-down:after, .fa6-duotone.fa6-shower-down:after {
  content: "\10e24e"; }

.fa6d.fa6-shower-alt:after, .fa6-duotone.fa6-shower-alt:after {
  content: "\10e24e"; }

.fa6d.fa6-shredder:after, .fa6-duotone.fa6-shredder:after {
  content: "\10f68a"; }

.fa6d.fa6-shuffle:after, .fa6-duotone.fa6-shuffle:after {
  content: "\10f074"; }

.fa6d.fa6-random:after, .fa6-duotone.fa6-random:after {
  content: "\10f074"; }

.fa6d.fa6-shuttle-space:after, .fa6-duotone.fa6-shuttle-space:after {
  content: "\10f197"; }

.fa6d.fa6-space-shuttle:after, .fa6-duotone.fa6-space-shuttle:after {
  content: "\10f197"; }

.fa6d.fa6-shuttlecock:after, .fa6-duotone.fa6-shuttlecock:after {
  content: "\10f45b"; }

.fa6d.fa6-sickle:after, .fa6-duotone.fa6-sickle:after {
  content: "\10f822"; }

.fa6d.fa6-sidebar:after, .fa6-duotone.fa6-sidebar:after {
  content: "\10e24f"; }

.fa6d.fa6-sidebar-flip:after, .fa6-duotone.fa6-sidebar-flip:after {
  content: "\10e250"; }

.fa6d.fa6-sigma:after, .fa6-duotone.fa6-sigma:after {
  content: "\10f68b"; }

.fa6d.fa6-sign-hanging:after, .fa6-duotone.fa6-sign-hanging:after {
  content: "\10f4d9"; }

.fa6d.fa6-sign:after, .fa6-duotone.fa6-sign:after {
  content: "\10f4d9"; }

.fa6d.fa6-signal:after, .fa6-duotone.fa6-signal:after {
  content: "\10f012"; }

.fa6d.fa6-signal-perfect:after, .fa6-duotone.fa6-signal-perfect:after {
  content: "\10f012"; }

.fa6d.fa6-signal-5:after, .fa6-duotone.fa6-signal-5:after {
  content: "\10f012"; }

.fa6d.fa6-signal-bars:after, .fa6-duotone.fa6-signal-bars:after {
  content: "\10f690"; }

.fa6d.fa6-signal-bars-strong:after, .fa6-duotone.fa6-signal-bars-strong:after {
  content: "\10f690"; }

.fa6d.fa6-signal-alt:after, .fa6-duotone.fa6-signal-alt:after {
  content: "\10f690"; }

.fa6d.fa6-signal-alt-4:after, .fa6-duotone.fa6-signal-alt-4:after {
  content: "\10f690"; }

.fa6d.fa6-signal-bars-fair:after, .fa6-duotone.fa6-signal-bars-fair:after {
  content: "\10f692"; }

.fa6d.fa6-signal-alt-2:after, .fa6-duotone.fa6-signal-alt-2:after {
  content: "\10f692"; }

.fa6d.fa6-signal-bars-good:after, .fa6-duotone.fa6-signal-bars-good:after {
  content: "\10f693"; }

.fa6d.fa6-signal-alt-3:after, .fa6-duotone.fa6-signal-alt-3:after {
  content: "\10f693"; }

.fa6d.fa6-signal-bars-slash:after, .fa6-duotone.fa6-signal-bars-slash:after {
  content: "\10f694"; }

.fa6d.fa6-signal-alt-slash:after, .fa6-duotone.fa6-signal-alt-slash:after {
  content: "\10f694"; }

.fa6d.fa6-signal-bars-weak:after, .fa6-duotone.fa6-signal-bars-weak:after {
  content: "\10f691"; }

.fa6d.fa6-signal-alt-1:after, .fa6-duotone.fa6-signal-alt-1:after {
  content: "\10f691"; }

.fa6d.fa6-signal-fair:after, .fa6-duotone.fa6-signal-fair:after {
  content: "\10f68d"; }

.fa6d.fa6-signal-2:after, .fa6-duotone.fa6-signal-2:after {
  content: "\10f68d"; }

.fa6d.fa6-signal-good:after, .fa6-duotone.fa6-signal-good:after {
  content: "\10f68e"; }

.fa6d.fa6-signal-3:after, .fa6-duotone.fa6-signal-3:after {
  content: "\10f68e"; }

.fa6d.fa6-signal-slash:after, .fa6-duotone.fa6-signal-slash:after {
  content: "\10f695"; }

.fa6d.fa6-signal-stream:after, .fa6-duotone.fa6-signal-stream:after {
  content: "\10f8dd"; }

.fa6d.fa6-signal-stream-slash:after, .fa6-duotone.fa6-signal-stream-slash:after {
  content: "\10e251"; }

.fa6d.fa6-signal-strong:after, .fa6-duotone.fa6-signal-strong:after {
  content: "\10f68f"; }

.fa6d.fa6-signal-4:after, .fa6-duotone.fa6-signal-4:after {
  content: "\10f68f"; }

.fa6d.fa6-signal-weak:after, .fa6-duotone.fa6-signal-weak:after {
  content: "\10f68c"; }

.fa6d.fa6-signal-1:after, .fa6-duotone.fa6-signal-1:after {
  content: "\10f68c"; }

.fa6d.fa6-signature:after, .fa6-duotone.fa6-signature:after {
  content: "\10f5b7"; }

.fa6d.fa6-signs-post:after, .fa6-duotone.fa6-signs-post:after {
  content: "\10f277"; }

.fa6d.fa6-map-signs:after, .fa6-duotone.fa6-map-signs:after {
  content: "\10f277"; }

.fa6d.fa6-sim-card:after, .fa6-duotone.fa6-sim-card:after {
  content: "\10f7c4"; }

.fa6d.fa6-sim-cards:after, .fa6-duotone.fa6-sim-cards:after {
  content: "\10e252"; }

.fa6d.fa6-sink:after, .fa6-duotone.fa6-sink:after {
  content: "\10e06d"; }

.fa6d.fa6-siren:after, .fa6-duotone.fa6-siren:after {
  content: "\10e02d"; }

.fa6d.fa6-siren-on:after, .fa6-duotone.fa6-siren-on:after {
  content: "\10e02e"; }

.fa6d.fa6-sitemap:after, .fa6-duotone.fa6-sitemap:after {
  content: "\10f0e8"; }

.fa6d.fa6-skeleton:after, .fa6-duotone.fa6-skeleton:after {
  content: "\10f620"; }

.fa6d.fa6-skull:after, .fa6-duotone.fa6-skull:after {
  content: "\10f54c"; }

.fa6d.fa6-skull-cow:after, .fa6-duotone.fa6-skull-cow:after {
  content: "\10f8de"; }

.fa6d.fa6-skull-crossbones:after, .fa6-duotone.fa6-skull-crossbones:after {
  content: "\10f714"; }

.fa6d.fa6-slash:after, .fa6-duotone.fa6-slash:after {
  content: "\10f715"; }

.fa6d.fa6-sleigh:after, .fa6-duotone.fa6-sleigh:after {
  content: "\10f7cc"; }

.fa6d.fa6-slider:after, .fa6-duotone.fa6-slider:after {
  content: "\10e253"; }

.fa6d.fa6-sliders:after, .fa6-duotone.fa6-sliders:after {
  content: "\10f1de"; }

.fa6d.fa6-sliders-h:after, .fa6-duotone.fa6-sliders-h:after {
  content: "\10f1de"; }

.fa6d.fa6-sliders-up:after, .fa6-duotone.fa6-sliders-up:after {
  content: "\10f3f1"; }

.fa6d.fa6-sliders-v:after, .fa6-duotone.fa6-sliders-v:after {
  content: "\10f3f1"; }

.fa6d.fa6-smog:after, .fa6-duotone.fa6-smog:after {
  content: "\10f75f"; }

.fa6d.fa6-smoke:after, .fa6-duotone.fa6-smoke:after {
  content: "\10f760"; }

.fa6d.fa6-smoking:after, .fa6-duotone.fa6-smoking:after {
  content: "\10f48d"; }

.fa6d.fa6-snake:after, .fa6-duotone.fa6-snake:after {
  content: "\10f716"; }

.fa6d.fa6-snooze:after, .fa6-duotone.fa6-snooze:after {
  content: "\10f880"; }

.fa6d.fa6-zzz:after, .fa6-duotone.fa6-zzz:after {
  content: "\10f880"; }

.fa6d.fa6-snow-blowing:after, .fa6-duotone.fa6-snow-blowing:after {
  content: "\10f761"; }

.fa6d.fa6-snowflake:after, .fa6-duotone.fa6-snowflake:after {
  content: "\10f2dc"; }

.fa6d.fa6-snowflakes:after, .fa6-duotone.fa6-snowflakes:after {
  content: "\10f7cf"; }

.fa6d.fa6-snowman:after, .fa6-duotone.fa6-snowman:after {
  content: "\10f7d0"; }

.fa6d.fa6-snowman-head:after, .fa6-duotone.fa6-snowman-head:after {
  content: "\10f79b"; }

.fa6d.fa6-frosty-head:after, .fa6-duotone.fa6-frosty-head:after {
  content: "\10f79b"; }

.fa6d.fa6-snowplow:after, .fa6-duotone.fa6-snowplow:after {
  content: "\10f7d2"; }

.fa6d.fa6-soap:after, .fa6-duotone.fa6-soap:after {
  content: "\10e06e"; }

.fa6d.fa6-socks:after, .fa6-duotone.fa6-socks:after {
  content: "\10f696"; }

.fa6d.fa6-solar-panel:after, .fa6-duotone.fa6-solar-panel:after {
  content: "\10f5ba"; }

.fa6d.fa6-solar-system:after, .fa6-duotone.fa6-solar-system:after {
  content: "\10e02f"; }

.fa6d.fa6-sort:after, .fa6-duotone.fa6-sort:after {
  content: "\10f0dc"; }

.fa6d.fa6-unsorted:after, .fa6-duotone.fa6-unsorted:after {
  content: "\10f0dc"; }

.fa6d.fa6-sort-down:after, .fa6-duotone.fa6-sort-down:after {
  content: "\10f0dd"; }

.fa6d.fa6-sort-desc:after, .fa6-duotone.fa6-sort-desc:after {
  content: "\10f0dd"; }

.fa6d.fa6-sort-up:after, .fa6-duotone.fa6-sort-up:after {
  content: "\10f0de"; }

.fa6d.fa6-sort-asc:after, .fa6-duotone.fa6-sort-asc:after {
  content: "\10f0de"; }

.fa6d.fa6-spa:after, .fa6-duotone.fa6-spa:after {
  content: "\10f5bb"; }

.fa6d.fa6-space-station-moon:after, .fa6-duotone.fa6-space-station-moon:after {
  content: "\10e033"; }

.fa6d.fa6-space-station-moon-construction:after, .fa6-duotone.fa6-space-station-moon-construction:after {
  content: "\10e034"; }

.fa6d.fa6-space-station-moon-alt:after, .fa6-duotone.fa6-space-station-moon-alt:after {
  content: "\10e034"; }

.fa6d.fa6-spade:after, .fa6-duotone.fa6-spade:after {
  content: "\10f2f4"; }

.fa6d.fa6-spaghetti-monster-flying:after, .fa6-duotone.fa6-spaghetti-monster-flying:after {
  content: "\10f67b"; }

.fa6d.fa6-pastafarianism:after, .fa6-duotone.fa6-pastafarianism:after {
  content: "\10f67b"; }

.fa6d.fa6-sparkles:after, .fa6-duotone.fa6-sparkles:after {
  content: "\10f890"; }

.fa6d.fa6-speaker:after, .fa6-duotone.fa6-speaker:after {
  content: "\10f8df"; }

.fa6d.fa6-speakers:after, .fa6-duotone.fa6-speakers:after {
  content: "\10f8e0"; }

.fa6d.fa6-spell-check:after, .fa6-duotone.fa6-spell-check:after {
  content: "\10f891"; }

.fa6d.fa6-spider:after, .fa6-duotone.fa6-spider:after {
  content: "\10f717"; }

.fa6d.fa6-spider-black-widow:after, .fa6-duotone.fa6-spider-black-widow:after {
  content: "\10f718"; }

.fa6d.fa6-spider-web:after, .fa6-duotone.fa6-spider-web:after {
  content: "\10f719"; }

.fa6d.fa6-spinner:after, .fa6-duotone.fa6-spinner:after {
  content: "\10f110"; }

.fa6d.fa6-spinner-third:after, .fa6-duotone.fa6-spinner-third:after {
  content: "\10f3f4"; }

.fa6d.fa6-split:after, .fa6-duotone.fa6-split:after {
  content: "\10e254"; }

.fa6d.fa6-splotch:after, .fa6-duotone.fa6-splotch:after {
  content: "\10f5bc"; }

.fa6d.fa6-spoon:after, .fa6-duotone.fa6-spoon:after {
  content: "\10f2e5"; }

.fa6d.fa6-utensil-spoon:after, .fa6-duotone.fa6-utensil-spoon:after {
  content: "\10f2e5"; }

.fa6d.fa6-spray-can:after, .fa6-duotone.fa6-spray-can:after {
  content: "\10f5bd"; }

.fa6d.fa6-sprinkler:after, .fa6-duotone.fa6-sprinkler:after {
  content: "\10e035"; }

.fa6d.fa6-square:after, .fa6-duotone.fa6-square:after {
  content: "\10f0c8"; }

.fa6d.fa6-square-0:after, .fa6-duotone.fa6-square-0:after {
  content: "\10e255"; }

.fa6d.fa6-square-1:after, .fa6-duotone.fa6-square-1:after {
  content: "\10e256"; }

.fa6d.fa6-square-2:after, .fa6-duotone.fa6-square-2:after {
  content: "\10e257"; }

.fa6d.fa6-square-3:after, .fa6-duotone.fa6-square-3:after {
  content: "\10e258"; }

.fa6d.fa6-square-4:after, .fa6-duotone.fa6-square-4:after {
  content: "\10e259"; }

.fa6d.fa6-square-5:after, .fa6-duotone.fa6-square-5:after {
  content: "\10e25a"; }

.fa6d.fa6-square-6:after, .fa6-duotone.fa6-square-6:after {
  content: "\10e25b"; }

.fa6d.fa6-square-7:after, .fa6-duotone.fa6-square-7:after {
  content: "\10e25c"; }

.fa6d.fa6-square-8:after, .fa6-duotone.fa6-square-8:after {
  content: "\10e25d"; }

.fa6d.fa6-square-9:after, .fa6-duotone.fa6-square-9:after {
  content: "\10e25e"; }

.fa6d.fa6-square-a:after, .fa6-duotone.fa6-square-a:after {
  content: "\10e25f"; }

.fa6d.fa6-square-ampersand:after, .fa6-duotone.fa6-square-ampersand:after {
  content: "\10e260"; }

.fa6d.fa6-square-arrow-down:after, .fa6-duotone.fa6-square-arrow-down:after {
  content: "\10f339"; }

.fa6d.fa6-arrow-square-down:after, .fa6-duotone.fa6-arrow-square-down:after {
  content: "\10f339"; }

.fa6d.fa6-square-arrow-down-left:after, .fa6-duotone.fa6-square-arrow-down-left:after {
  content: "\10e261"; }

.fa6d.fa6-square-arrow-down-right:after, .fa6-duotone.fa6-square-arrow-down-right:after {
  content: "\10e262"; }

.fa6d.fa6-square-arrow-left:after, .fa6-duotone.fa6-square-arrow-left:after {
  content: "\10f33a"; }

.fa6d.fa6-arrow-square-left:after, .fa6-duotone.fa6-arrow-square-left:after {
  content: "\10f33a"; }

.fa6d.fa6-square-arrow-right:after, .fa6-duotone.fa6-square-arrow-right:after {
  content: "\10f33b"; }

.fa6d.fa6-arrow-square-right:after, .fa6-duotone.fa6-arrow-square-right:after {
  content: "\10f33b"; }

.fa6d.fa6-square-arrow-up:after, .fa6-duotone.fa6-square-arrow-up:after {
  content: "\10f33c"; }

.fa6d.fa6-arrow-square-up:after, .fa6-duotone.fa6-arrow-square-up:after {
  content: "\10f33c"; }

.fa6d.fa6-square-arrow-up-left:after, .fa6-duotone.fa6-square-arrow-up-left:after {
  content: "\10e263"; }

.fa6d.fa6-square-arrow-up-right:after, .fa6-duotone.fa6-square-arrow-up-right:after {
  content: "\10f14c"; }

.fa6d.fa6-external-link-square:after, .fa6-duotone.fa6-external-link-square:after {
  content: "\10f14c"; }

.fa6d.fa6-square-b:after, .fa6-duotone.fa6-square-b:after {
  content: "\10e264"; }

.fa6d.fa6-square-bolt:after, .fa6-duotone.fa6-square-bolt:after {
  content: "\10e265"; }

.fa6d.fa6-square-c:after, .fa6-duotone.fa6-square-c:after {
  content: "\10e266"; }

.fa6d.fa6-square-caret-down:after, .fa6-duotone.fa6-square-caret-down:after {
  content: "\10f150"; }

.fa6d.fa6-caret-square-down:after, .fa6-duotone.fa6-caret-square-down:after {
  content: "\10f150"; }

.fa6d.fa6-square-caret-left:after, .fa6-duotone.fa6-square-caret-left:after {
  content: "\10f191"; }

.fa6d.fa6-caret-square-left:after, .fa6-duotone.fa6-caret-square-left:after {
  content: "\10f191"; }

.fa6d.fa6-square-caret-right:after, .fa6-duotone.fa6-square-caret-right:after {
  content: "\10f152"; }

.fa6d.fa6-caret-square-right:after, .fa6-duotone.fa6-caret-square-right:after {
  content: "\10f152"; }

.fa6d.fa6-square-caret-up:after, .fa6-duotone.fa6-square-caret-up:after {
  content: "\10f151"; }

.fa6d.fa6-caret-square-up:after, .fa6-duotone.fa6-caret-square-up:after {
  content: "\10f151"; }

.fa6d.fa6-square-check:after, .fa6-duotone.fa6-square-check:after {
  content: "\10f14a"; }

.fa6d.fa6-check-square:after, .fa6-duotone.fa6-check-square:after {
  content: "\10f14a"; }

.fa6d.fa6-square-chevron-down:after, .fa6-duotone.fa6-square-chevron-down:after {
  content: "\10f329"; }

.fa6d.fa6-chevron-square-down:after, .fa6-duotone.fa6-chevron-square-down:after {
  content: "\10f329"; }

.fa6d.fa6-square-chevron-left:after, .fa6-duotone.fa6-square-chevron-left:after {
  content: "\10f32a"; }

.fa6d.fa6-chevron-square-left:after, .fa6-duotone.fa6-chevron-square-left:after {
  content: "\10f32a"; }

.fa6d.fa6-square-chevron-right:after, .fa6-duotone.fa6-square-chevron-right:after {
  content: "\10f32b"; }

.fa6d.fa6-chevron-square-right:after, .fa6-duotone.fa6-chevron-square-right:after {
  content: "\10f32b"; }

.fa6d.fa6-square-chevron-up:after, .fa6-duotone.fa6-square-chevron-up:after {
  content: "\10f32c"; }

.fa6d.fa6-chevron-square-up:after, .fa6-duotone.fa6-chevron-square-up:after {
  content: "\10f32c"; }

.fa6d.fa6-square-code:after, .fa6-duotone.fa6-square-code:after {
  content: "\10e267"; }

.fa6d.fa6-square-d:after, .fa6-duotone.fa6-square-d:after {
  content: "\10e268"; }

.fa6d.fa6-square-dashed:after, .fa6-duotone.fa6-square-dashed:after {
  content: "\10e269"; }

.fa6d.fa6-square-divide:after, .fa6-duotone.fa6-square-divide:after {
  content: "\10e26a"; }

.fa6d.fa6-square-dollar:after, .fa6-duotone.fa6-square-dollar:after {
  content: "\10f2e9"; }

.fa6d.fa6-usd-square:after, .fa6-duotone.fa6-usd-square:after {
  content: "\10f2e9"; }

.fa6d.fa6-dollar-square:after, .fa6-duotone.fa6-dollar-square:after {
  content: "\10f2e9"; }

.fa6d.fa6-square-down:after, .fa6-duotone.fa6-square-down:after {
  content: "\10f350"; }

.fa6d.fa6-arrow-alt-square-down:after, .fa6-duotone.fa6-arrow-alt-square-down:after {
  content: "\10f350"; }

.fa6d.fa6-square-down-left:after, .fa6-duotone.fa6-square-down-left:after {
  content: "\10e26b"; }

.fa6d.fa6-square-down-right:after, .fa6-duotone.fa6-square-down-right:after {
  content: "\10e26c"; }

.fa6d.fa6-square-e:after, .fa6-duotone.fa6-square-e:after {
  content: "\10e26d"; }

.fa6d.fa6-square-envelope:after, .fa6-duotone.fa6-square-envelope:after {
  content: "\10f199"; }

.fa6d.fa6-envelope-square:after, .fa6-duotone.fa6-envelope-square:after {
  content: "\10f199"; }

.fa6d.fa6-square-exclamation:after, .fa6-duotone.fa6-square-exclamation:after {
  content: "\10f321"; }

.fa6d.fa6-exclamation-square:after, .fa6-duotone.fa6-exclamation-square:after {
  content: "\10f321"; }

.fa6d.fa6-square-f:after, .fa6-duotone.fa6-square-f:after {
  content: "\10e26e"; }

.fa6d.fa6-square-fragile:after, .fa6-duotone.fa6-square-fragile:after {
  content: "\10f49b"; }

.fa6d.fa6-box-fragile:after, .fa6-duotone.fa6-box-fragile:after {
  content: "\10f49b"; }

.fa6d.fa6-square-wine-glass-crack:after, .fa6-duotone.fa6-square-wine-glass-crack:after {
  content: "\10f49b"; }

.fa6d.fa6-square-full:after, .fa6-duotone.fa6-square-full:after {
  content: "\10f45c"; }

.fa6d.fa6-square-g:after, .fa6-duotone.fa6-square-g:after {
  content: "\10e26f"; }

.fa6d.fa6-square-h:after, .fa6-duotone.fa6-square-h:after {
  content: "\10f0fd"; }

.fa6d.fa6-h-square:after, .fa6-duotone.fa6-h-square:after {
  content: "\10f0fd"; }

.fa6d.fa6-square-heart:after, .fa6-duotone.fa6-square-heart:after {
  content: "\10f4c8"; }

.fa6d.fa6-heart-square:after, .fa6-duotone.fa6-heart-square:after {
  content: "\10f4c8"; }

.fa6d.fa6-square-i:after, .fa6-duotone.fa6-square-i:after {
  content: "\10e270"; }

.fa6d.fa6-square-info:after, .fa6-duotone.fa6-square-info:after {
  content: "\10f30f"; }

.fa6d.fa6-info-square:after, .fa6-duotone.fa6-info-square:after {
  content: "\10f30f"; }

.fa6d.fa6-square-j:after, .fa6-duotone.fa6-square-j:after {
  content: "\10e271"; }

.fa6d.fa6-square-k:after, .fa6-duotone.fa6-square-k:after {
  content: "\10e272"; }

.fa6d.fa6-square-l:after, .fa6-duotone.fa6-square-l:after {
  content: "\10e273"; }

.fa6d.fa6-square-left:after, .fa6-duotone.fa6-square-left:after {
  content: "\10f351"; }

.fa6d.fa6-arrow-alt-square-left:after, .fa6-duotone.fa6-arrow-alt-square-left:after {
  content: "\10f351"; }

.fa6d.fa6-square-m:after, .fa6-duotone.fa6-square-m:after {
  content: "\10e274"; }

.fa6d.fa6-square-minus:after, .fa6-duotone.fa6-square-minus:after {
  content: "\10f146"; }

.fa6d.fa6-minus-square:after, .fa6-duotone.fa6-minus-square:after {
  content: "\10f146"; }

.fa6d.fa6-square-n:after, .fa6-duotone.fa6-square-n:after {
  content: "\10e275"; }

.fa6d.fa6-square-o:after, .fa6-duotone.fa6-square-o:after {
  content: "\10e276"; }

.fa6d.fa6-square-p:after, .fa6-duotone.fa6-square-p:after {
  content: "\10e277"; }

.fa6d.fa6-square-parking:after, .fa6-duotone.fa6-square-parking:after {
  content: "\10f540"; }

.fa6d.fa6-parking:after, .fa6-duotone.fa6-parking:after {
  content: "\10f540"; }

.fa6d.fa6-square-parking-slash:after, .fa6-duotone.fa6-square-parking-slash:after {
  content: "\10f617"; }

.fa6d.fa6-parking-slash:after, .fa6-duotone.fa6-parking-slash:after {
  content: "\10f617"; }

.fa6d.fa6-square-pen:after, .fa6-duotone.fa6-square-pen:after {
  content: "\10f14b"; }

.fa6d.fa6-pen-square:after, .fa6-duotone.fa6-pen-square:after {
  content: "\10f14b"; }

.fa6d.fa6-pencil-square:after, .fa6-duotone.fa6-pencil-square:after {
  content: "\10f14b"; }

.fa6d.fa6-square-phone:after, .fa6-duotone.fa6-square-phone:after {
  content: "\10f098"; }

.fa6d.fa6-phone-square:after, .fa6-duotone.fa6-phone-square:after {
  content: "\10f098"; }

.fa6d.fa6-square-phone-flip:after, .fa6-duotone.fa6-square-phone-flip:after {
  content: "\10f87b"; }

.fa6d.fa6-phone-square-alt:after, .fa6-duotone.fa6-phone-square-alt:after {
  content: "\10f87b"; }

.fa6d.fa6-square-phone-hangup:after, .fa6-duotone.fa6-square-phone-hangup:after {
  content: "\10e278"; }

.fa6d.fa6-phone-square-down:after, .fa6-duotone.fa6-phone-square-down:after {
  content: "\10e278"; }

.fa6d.fa6-square-plus:after, .fa6-duotone.fa6-square-plus:after {
  content: "\10f0fe"; }

.fa6d.fa6-plus-square:after, .fa6-duotone.fa6-plus-square:after {
  content: "\10f0fe"; }

.fa6d.fa6-square-poll-horizontal:after, .fa6-duotone.fa6-square-poll-horizontal:after {
  content: "\10f682"; }

.fa6d.fa6-poll-h:after, .fa6-duotone.fa6-poll-h:after {
  content: "\10f682"; }

.fa6d.fa6-square-poll-vertical:after, .fa6-duotone.fa6-square-poll-vertical:after {
  content: "\10f681"; }

.fa6d.fa6-poll:after, .fa6-duotone.fa6-poll:after {
  content: "\10f681"; }

.fa6d.fa6-square-q:after, .fa6-duotone.fa6-square-q:after {
  content: "\10e279"; }

.fa6d.fa6-square-question:after, .fa6-duotone.fa6-square-question:after {
  content: "\10f2fd"; }

.fa6d.fa6-question-square:after, .fa6-duotone.fa6-question-square:after {
  content: "\10f2fd"; }

.fa6d.fa6-square-r:after, .fa6-duotone.fa6-square-r:after {
  content: "\10e27a"; }

.fa6d.fa6-square-right:after, .fa6-duotone.fa6-square-right:after {
  content: "\10f352"; }

.fa6d.fa6-arrow-alt-square-right:after, .fa6-duotone.fa6-arrow-alt-square-right:after {
  content: "\10f352"; }

.fa6d.fa6-square-root:after, .fa6-duotone.fa6-square-root:after {
  content: "\10f697"; }

.fa6d.fa6-square-root-variable:after, .fa6-duotone.fa6-square-root-variable:after {
  content: "\10f698"; }

.fa6d.fa6-square-root-alt:after, .fa6-duotone.fa6-square-root-alt:after {
  content: "\10f698"; }

.fa6d.fa6-square-rss:after, .fa6-duotone.fa6-square-rss:after {
  content: "\10f143"; }

.fa6d.fa6-rss-square:after, .fa6-duotone.fa6-rss-square:after {
  content: "\10f143"; }

.fa6d.fa6-square-s:after, .fa6-duotone.fa6-square-s:after {
  content: "\10e27b"; }

.fa6d.fa6-square-share-nodes:after, .fa6-duotone.fa6-square-share-nodes:after {
  content: "\10f1e1"; }

.fa6d.fa6-share-alt-square:after, .fa6-duotone.fa6-share-alt-square:after {
  content: "\10f1e1"; }

.fa6d.fa6-square-sliders:after, .fa6-duotone.fa6-square-sliders:after {
  content: "\10f3f0"; }

.fa6d.fa6-sliders-h-square:after, .fa6-duotone.fa6-sliders-h-square:after {
  content: "\10f3f0"; }

.fa6d.fa6-square-sliders-vertical:after, .fa6-duotone.fa6-square-sliders-vertical:after {
  content: "\10f3f2"; }

.fa6d.fa6-sliders-v-square:after, .fa6-duotone.fa6-sliders-v-square:after {
  content: "\10f3f2"; }

.fa6d.fa6-square-small:after, .fa6-duotone.fa6-square-small:after {
  content: "\10e27c"; }

.fa6d.fa6-square-star:after, .fa6-duotone.fa6-square-star:after {
  content: "\10e27d"; }

.fa6d.fa6-square-t:after, .fa6-duotone.fa6-square-t:after {
  content: "\10e27e"; }

.fa6d.fa6-square-this-way-up:after, .fa6-duotone.fa6-square-this-way-up:after {
  content: "\10f49f"; }

.fa6d.fa6-box-up:after, .fa6-duotone.fa6-box-up:after {
  content: "\10f49f"; }

.fa6d.fa6-square-u:after, .fa6-duotone.fa6-square-u:after {
  content: "\10e27f"; }

.fa6d.fa6-square-up:after, .fa6-duotone.fa6-square-up:after {
  content: "\10f353"; }

.fa6d.fa6-arrow-alt-square-up:after, .fa6-duotone.fa6-arrow-alt-square-up:after {
  content: "\10f353"; }

.fa6d.fa6-square-up-left:after, .fa6-duotone.fa6-square-up-left:after {
  content: "\10e280"; }

.fa6d.fa6-square-up-right:after, .fa6-duotone.fa6-square-up-right:after {
  content: "\10f360"; }

.fa6d.fa6-external-link-square-alt:after, .fa6-duotone.fa6-external-link-square-alt:after {
  content: "\10f360"; }

.fa6d.fa6-square-user:after, .fa6-duotone.fa6-square-user:after {
  content: "\10e281"; }

.fa6d.fa6-square-v:after, .fa6-duotone.fa6-square-v:after {
  content: "\10e282"; }

.fa6d.fa6-square-w:after, .fa6-duotone.fa6-square-w:after {
  content: "\10e283"; }

.fa6d.fa6-square-x:after, .fa6-duotone.fa6-square-x:after {
  content: "\10e284"; }

.fa6d.fa6-square-xmark:after, .fa6-duotone.fa6-square-xmark:after {
  content: "\10f2d3"; }

.fa6d.fa6-times-square:after, .fa6-duotone.fa6-times-square:after {
  content: "\10f2d3"; }

.fa6d.fa6-xmark-square:after, .fa6-duotone.fa6-xmark-square:after {
  content: "\10f2d3"; }

.fa6d.fa6-square-y:after, .fa6-duotone.fa6-square-y:after {
  content: "\10e285"; }

.fa6d.fa6-square-z:after, .fa6-duotone.fa6-square-z:after {
  content: "\10e286"; }

.fa6d.fa6-squirrel:after, .fa6-duotone.fa6-squirrel:after {
  content: "\10f71a"; }

.fa6d.fa6-staff:after, .fa6-duotone.fa6-staff:after {
  content: "\10f71b"; }

.fa6d.fa6-stairs:after, .fa6-duotone.fa6-stairs:after {
  content: "\10e287"; }

.fa6d.fa6-stamp:after, .fa6-duotone.fa6-stamp:after {
  content: "\10f5bf"; }

.fa6d.fa6-standard-definition:after, .fa6-duotone.fa6-standard-definition:after {
  content: "\10e288"; }

.fa6d.fa6-star:after, .fa6-duotone.fa6-star:after {
  content: "\10f005"; }

.fa6d.fa6-star-and-crescent:after, .fa6-duotone.fa6-star-and-crescent:after {
  content: "\10f699"; }

.fa6d.fa6-star-christmas:after, .fa6-duotone.fa6-star-christmas:after {
  content: "\10f7d4"; }

.fa6d.fa6-star-exclamation:after, .fa6-duotone.fa6-star-exclamation:after {
  content: "\10f2f3"; }

.fa6d.fa6-star-half:after, .fa6-duotone.fa6-star-half:after {
  content: "\10f089"; }

.fa6d.fa6-star-half-stroke:after, .fa6-duotone.fa6-star-half-stroke:after {
  content: "\10f5c0"; }

.fa6d.fa6-star-half-alt:after, .fa6-duotone.fa6-star-half-alt:after {
  content: "\10f5c0"; }

.fa6d.fa6-star-of-david:after, .fa6-duotone.fa6-star-of-david:after {
  content: "\10f69a"; }

.fa6d.fa6-star-of-life:after, .fa6-duotone.fa6-star-of-life:after {
  content: "\10f621"; }

.fa6d.fa6-star-sharp:after, .fa6-duotone.fa6-star-sharp:after {
  content: "\10e289"; }

.fa6d.fa6-star-sharp-half:after, .fa6-duotone.fa6-star-sharp-half:after {
  content: "\10e28a"; }

.fa6d.fa6-star-sharp-half-stroke:after, .fa6-duotone.fa6-star-sharp-half-stroke:after {
  content: "\10e28b"; }

.fa6d.fa6-star-sharp-half-alt:after, .fa6-duotone.fa6-star-sharp-half-alt:after {
  content: "\10e28b"; }

.fa6d.fa6-star-shooting:after, .fa6-duotone.fa6-star-shooting:after {
  content: "\10e036"; }

.fa6d.fa6-starfighter:after, .fa6-duotone.fa6-starfighter:after {
  content: "\10e037"; }

.fa6d.fa6-starfighter-twin-ion-engine:after, .fa6-duotone.fa6-starfighter-twin-ion-engine:after {
  content: "\10e038"; }

.fa6d.fa6-starfighter-alt:after, .fa6-duotone.fa6-starfighter-alt:after {
  content: "\10e038"; }

.fa6d.fa6-starfighter-twin-ion-engine-advanced:after, .fa6-duotone.fa6-starfighter-twin-ion-engine-advanced:after {
  content: "\10e28c"; }

.fa6d.fa6-starfighter-alt-advanced:after, .fa6-duotone.fa6-starfighter-alt-advanced:after {
  content: "\10e28c"; }

.fa6d.fa6-stars:after, .fa6-duotone.fa6-stars:after {
  content: "\10f762"; }

.fa6d.fa6-starship:after, .fa6-duotone.fa6-starship:after {
  content: "\10e039"; }

.fa6d.fa6-starship-freighter:after, .fa6-duotone.fa6-starship-freighter:after {
  content: "\10e03a"; }

.fa6d.fa6-steak:after, .fa6-duotone.fa6-steak:after {
  content: "\10f824"; }

.fa6d.fa6-steering-wheel:after, .fa6-duotone.fa6-steering-wheel:after {
  content: "\10f622"; }

.fa6d.fa6-sterling-sign:after, .fa6-duotone.fa6-sterling-sign:after {
  content: "\10f154"; }

.fa6d.fa6-pound-sign:after, .fa6-duotone.fa6-pound-sign:after {
  content: "\10f154"; }

.fa6d.fa6-gbp:after, .fa6-duotone.fa6-gbp:after {
  content: "\10f154"; }

.fa6d.fa6-stethoscope:after, .fa6-duotone.fa6-stethoscope:after {
  content: "\10f0f1"; }

.fa6d.fa6-stocking:after, .fa6-duotone.fa6-stocking:after {
  content: "\10f7d5"; }

.fa6d.fa6-stomach:after, .fa6-duotone.fa6-stomach:after {
  content: "\10f623"; }

.fa6d.fa6-stop:after, .fa6-duotone.fa6-stop:after {
  content: "\10f04d"; }

.fa6d.fa6-stopwatch:after, .fa6-duotone.fa6-stopwatch:after {
  content: "\10f2f2"; }

.fa6d.fa6-stopwatch-20:after, .fa6-duotone.fa6-stopwatch-20:after {
  content: "\10e06f"; }

.fa6d.fa6-store:after, .fa6-duotone.fa6-store:after {
  content: "\10f54e"; }

.fa6d.fa6-store-slash:after, .fa6-duotone.fa6-store-slash:after {
  content: "\10e071"; }

.fa6d.fa6-street-view:after, .fa6-duotone.fa6-street-view:after {
  content: "\10f21d"; }

.fa6d.fa6-stretcher:after, .fa6-duotone.fa6-stretcher:after {
  content: "\10f825"; }

.fa6d.fa6-strikethrough:after, .fa6-duotone.fa6-strikethrough:after {
  content: "\10f0cc"; }

.fa6d.fa6-stroopwafel:after, .fa6-duotone.fa6-stroopwafel:after {
  content: "\10f551"; }

.fa6d.fa6-subscript:after, .fa6-duotone.fa6-subscript:after {
  content: "\10f12c"; }

.fa6d.fa6-suitcase:after, .fa6-duotone.fa6-suitcase:after {
  content: "\10f0f2"; }

.fa6d.fa6-suitcase-medical:after, .fa6-duotone.fa6-suitcase-medical:after {
  content: "\10f0fa"; }

.fa6d.fa6-medkit:after, .fa6-duotone.fa6-medkit:after {
  content: "\10f0fa"; }

.fa6d.fa6-suitcase-rolling:after, .fa6-duotone.fa6-suitcase-rolling:after {
  content: "\10f5c1"; }

.fa6d.fa6-sun:after, .fa6-duotone.fa6-sun:after {
  content: "\10f185"; }

.fa6d.fa6-sun-bright:after, .fa6-duotone.fa6-sun-bright:after {
  content: "\10e28d"; }

.fa6d.fa6-sun-alt:after, .fa6-duotone.fa6-sun-alt:after {
  content: "\10e28d"; }

.fa6d.fa6-sun-cloud:after, .fa6-duotone.fa6-sun-cloud:after {
  content: "\10f763"; }

.fa6d.fa6-sun-dust:after, .fa6-duotone.fa6-sun-dust:after {
  content: "\10f764"; }

.fa6d.fa6-sun-haze:after, .fa6-duotone.fa6-sun-haze:after {
  content: "\10f765"; }

.fa6d.fa6-sunglasses:after, .fa6-duotone.fa6-sunglasses:after {
  content: "\10f892"; }

.fa6d.fa6-sunrise:after, .fa6-duotone.fa6-sunrise:after {
  content: "\10f766"; }

.fa6d.fa6-sunset:after, .fa6-duotone.fa6-sunset:after {
  content: "\10f767"; }

.fa6d.fa6-superscript:after, .fa6-duotone.fa6-superscript:after {
  content: "\10f12b"; }

.fa6d.fa6-swatchbook:after, .fa6-duotone.fa6-swatchbook:after {
  content: "\10f5c3"; }

.fa6d.fa6-sword:after, .fa6-duotone.fa6-sword:after {
  content: "\10f71c"; }

.fa6d.fa6-sword-laser:after, .fa6-duotone.fa6-sword-laser:after {
  content: "\10e03b"; }

.fa6d.fa6-sword-laser-alt:after, .fa6-duotone.fa6-sword-laser-alt:after {
  content: "\10e03c"; }

.fa6d.fa6-swords:after, .fa6-duotone.fa6-swords:after {
  content: "\10f71d"; }

.fa6d.fa6-swords-laser:after, .fa6-duotone.fa6-swords-laser:after {
  content: "\10e03d"; }

.fa6d.fa6-symbols:after, .fa6-duotone.fa6-symbols:after {
  content: "\10f86e"; }

.fa6d.fa6-icons-alt:after, .fa6-duotone.fa6-icons-alt:after {
  content: "\10f86e"; }

.fa6d.fa6-synagogue:after, .fa6-duotone.fa6-synagogue:after {
  content: "\10f69b"; }

.fa6d.fa6-syringe:after, .fa6-duotone.fa6-syringe:after {
  content: "\10f48e"; }

.fa6d.fa6-t:after, .fa6-duotone.fa6-t:after {
  content: "\10e28e"; }

.fa6d.fa6-table:after, .fa6-duotone.fa6-table:after {
  content: "\10f0ce"; }

.fa6d.fa6-table-cells:after, .fa6-duotone.fa6-table-cells:after {
  content: "\10f00a"; }

.fa6d.fa6-th:after, .fa6-duotone.fa6-th:after {
  content: "\10f00a"; }

.fa6d.fa6-table-cells-large:after, .fa6-duotone.fa6-table-cells-large:after {
  content: "\10f009"; }

.fa6d.fa6-th-large:after, .fa6-duotone.fa6-th-large:after {
  content: "\10f009"; }

.fa6d.fa6-table-columns:after, .fa6-duotone.fa6-table-columns:after {
  content: "\10f0db"; }

.fa6d.fa6-columns:after, .fa6-duotone.fa6-columns:after {
  content: "\10f0db"; }

.fa6d.fa6-table-layout:after, .fa6-duotone.fa6-table-layout:after {
  content: "\10e28f"; }

.fa6d.fa6-table-list:after, .fa6-duotone.fa6-table-list:after {
  content: "\10f00b"; }

.fa6d.fa6-th-list:after, .fa6-duotone.fa6-th-list:after {
  content: "\10f00b"; }

.fa6d.fa6-table-pivot:after, .fa6-duotone.fa6-table-pivot:after {
  content: "\10e290"; }

.fa6d.fa6-table-rows:after, .fa6-duotone.fa6-table-rows:after {
  content: "\10e291"; }

.fa6d.fa6-rows:after, .fa6-duotone.fa6-rows:after {
  content: "\10e291"; }

.fa6d.fa6-table-tennis-paddle-ball:after, .fa6-duotone.fa6-table-tennis-paddle-ball:after {
  content: "\10f45d"; }

.fa6d.fa6-ping-pong-paddle-ball:after, .fa6-duotone.fa6-ping-pong-paddle-ball:after {
  content: "\10f45d"; }

.fa6d.fa6-table-tennis:after, .fa6-duotone.fa6-table-tennis:after {
  content: "\10f45d"; }

.fa6d.fa6-table-tree:after, .fa6-duotone.fa6-table-tree:after {
  content: "\10e292"; }

.fa6d.fa6-tablet:after, .fa6-duotone.fa6-tablet:after {
  content: "\10f3fb"; }

.fa6d.fa6-tablet-android:after, .fa6-duotone.fa6-tablet-android:after {
  content: "\10f3fb"; }

.fa6d.fa6-tablet-button:after, .fa6-duotone.fa6-tablet-button:after {
  content: "\10f10a"; }

.fa6d.fa6-tablet-rugged:after, .fa6-duotone.fa6-tablet-rugged:after {
  content: "\10f48f"; }

.fa6d.fa6-tablet-screen:after, .fa6-duotone.fa6-tablet-screen:after {
  content: "\10f3fc"; }

.fa6d.fa6-tablet-android-alt:after, .fa6-duotone.fa6-tablet-android-alt:after {
  content: "\10f3fc"; }

.fa6d.fa6-tablet-screen-button:after, .fa6-duotone.fa6-tablet-screen-button:after {
  content: "\10f3fa"; }

.fa6d.fa6-tablet-alt:after, .fa6-duotone.fa6-tablet-alt:after {
  content: "\10f3fa"; }

.fa6d.fa6-tablets:after, .fa6-duotone.fa6-tablets:after {
  content: "\10f490"; }

.fa6d.fa6-tachograph-digital:after, .fa6-duotone.fa6-tachograph-digital:after {
  content: "\10f566"; }

.fa6d.fa6-digital-tachograph:after, .fa6-duotone.fa6-digital-tachograph:after {
  content: "\10f566"; }

.fa6d.fa6-taco:after, .fa6-duotone.fa6-taco:after {
  content: "\10f826"; }

.fa6d.fa6-tag:after, .fa6-duotone.fa6-tag:after {
  content: "\10f02b"; }

.fa6d.fa6-tags:after, .fa6-duotone.fa6-tags:after {
  content: "\10f02c"; }

.fa6d.fa6-tally:after, .fa6-duotone.fa6-tally:after {
  content: "\10f69c"; }

.fa6d.fa6-tally-5:after, .fa6-duotone.fa6-tally-5:after {
  content: "\10f69c"; }

.fa6d.fa6-tally-1:after, .fa6-duotone.fa6-tally-1:after {
  content: "\10e293"; }

.fa6d.fa6-tally-2:after, .fa6-duotone.fa6-tally-2:after {
  content: "\10e294"; }

.fa6d.fa6-tally-3:after, .fa6-duotone.fa6-tally-3:after {
  content: "\10e295"; }

.fa6d.fa6-tally-4:after, .fa6-duotone.fa6-tally-4:after {
  content: "\10e296"; }

.fa6d.fa6-tape:after, .fa6-duotone.fa6-tape:after {
  content: "\10f4db"; }

.fa6d.fa6-taxi:after, .fa6-duotone.fa6-taxi:after {
  content: "\10f1ba"; }

.fa6d.fa6-cab:after, .fa6-duotone.fa6-cab:after {
  content: "\10f1ba"; }

.fa6d.fa6-taxi-bus:after, .fa6-duotone.fa6-taxi-bus:after {
  content: "\10e297"; }

.fa6d.fa6-teeth:after, .fa6-duotone.fa6-teeth:after {
  content: "\10f62e"; }

.fa6d.fa6-teeth-open:after, .fa6-duotone.fa6-teeth-open:after {
  content: "\10f62f"; }

.fa6d.fa6-telescope:after, .fa6-duotone.fa6-telescope:after {
  content: "\10e03e"; }

.fa6d.fa6-temperature-arrow-down:after, .fa6-duotone.fa6-temperature-arrow-down:after {
  content: "\10e03f"; }

.fa6d.fa6-temperature-down:after, .fa6-duotone.fa6-temperature-down:after {
  content: "\10e03f"; }

.fa6d.fa6-temperature-arrow-up:after, .fa6-duotone.fa6-temperature-arrow-up:after {
  content: "\10e040"; }

.fa6d.fa6-temperature-up:after, .fa6-duotone.fa6-temperature-up:after {
  content: "\10e040"; }

.fa6d.fa6-temperature-empty:after, .fa6-duotone.fa6-temperature-empty:after {
  content: "\10f2cb"; }

.fa6d.fa6-thermometer-empty:after, .fa6-duotone.fa6-thermometer-empty:after {
  content: "\10f2cb"; }

.fa6d.fa6-thermometer-0:after, .fa6-duotone.fa6-thermometer-0:after {
  content: "\10f2cb"; }

.fa6d.fa6-temperature-0:after, .fa6-duotone.fa6-temperature-0:after {
  content: "\10f2cb"; }

.fa6d.fa6-temperature-full:after, .fa6-duotone.fa6-temperature-full:after {
  content: "\10f2c7"; }

.fa6d.fa6-thermometer-full:after, .fa6-duotone.fa6-thermometer-full:after {
  content: "\10f2c7"; }

.fa6d.fa6-thermometer-4:after, .fa6-duotone.fa6-thermometer-4:after {
  content: "\10f2c7"; }

.fa6d.fa6-temperature-4:after, .fa6-duotone.fa6-temperature-4:after {
  content: "\10f2c7"; }

.fa6d.fa6-temperature-half:after, .fa6-duotone.fa6-temperature-half:after {
  content: "\10f2c9"; }

.fa6d.fa6-thermometer-half:after, .fa6-duotone.fa6-thermometer-half:after {
  content: "\10f2c9"; }

.fa6d.fa6-thermometer-2:after, .fa6-duotone.fa6-thermometer-2:after {
  content: "\10f2c9"; }

.fa6d.fa6-temperature-2:after, .fa6-duotone.fa6-temperature-2:after {
  content: "\10f2c9"; }

.fa6d.fa6-temperature-high:after, .fa6-duotone.fa6-temperature-high:after {
  content: "\10f769"; }

.fa6d.fa6-temperature-list:after, .fa6-duotone.fa6-temperature-list:after {
  content: "\10e298"; }

.fa6d.fa6-temperature-low:after, .fa6-duotone.fa6-temperature-low:after {
  content: "\10f76b"; }

.fa6d.fa6-temperature-quarter:after, .fa6-duotone.fa6-temperature-quarter:after {
  content: "\10f2ca"; }

.fa6d.fa6-thermometer-quarter:after, .fa6-duotone.fa6-thermometer-quarter:after {
  content: "\10f2ca"; }

.fa6d.fa6-thermometer-1:after, .fa6-duotone.fa6-thermometer-1:after {
  content: "\10f2ca"; }

.fa6d.fa6-temperature-1:after, .fa6-duotone.fa6-temperature-1:after {
  content: "\10f2ca"; }

.fa6d.fa6-temperature-snow:after, .fa6-duotone.fa6-temperature-snow:after {
  content: "\10f768"; }

.fa6d.fa6-temperature-frigid:after, .fa6-duotone.fa6-temperature-frigid:after {
  content: "\10f768"; }

.fa6d.fa6-temperature-sun:after, .fa6-duotone.fa6-temperature-sun:after {
  content: "\10f76a"; }

.fa6d.fa6-temperature-hot:after, .fa6-duotone.fa6-temperature-hot:after {
  content: "\10f76a"; }

.fa6d.fa6-temperature-three-quarters:after, .fa6-duotone.fa6-temperature-three-quarters:after {
  content: "\10f2c8"; }

.fa6d.fa6-thermometer-three-quarters:after, .fa6-duotone.fa6-thermometer-three-quarters:after {
  content: "\10f2c8"; }

.fa6d.fa6-thermometer-3:after, .fa6-duotone.fa6-thermometer-3:after {
  content: "\10f2c8"; }

.fa6d.fa6-temperature-3:after, .fa6-duotone.fa6-temperature-3:after {
  content: "\10f2c8"; }

.fa6d.fa6-tenge-sign:after, .fa6-duotone.fa6-tenge-sign:after {
  content: "\10f7d7"; }

.fa6d.fa6-tenge:after, .fa6-duotone.fa6-tenge:after {
  content: "\10f7d7"; }

.fa6d.fa6-tennis-ball:after, .fa6-duotone.fa6-tennis-ball:after {
  content: "\10f45e"; }

.fa6d.fa6-terminal:after, .fa6-duotone.fa6-terminal:after {
  content: "\10f120"; }

.fa6d.fa6-text:after, .fa6-duotone.fa6-text:after {
  content: "\10f893"; }

.fa6d.fa6-text-height:after, .fa6-duotone.fa6-text-height:after {
  content: "\10f034"; }

.fa6d.fa6-text-size:after, .fa6-duotone.fa6-text-size:after {
  content: "\10f894"; }

.fa6d.fa6-text-slash:after, .fa6-duotone.fa6-text-slash:after {
  content: "\10f87d"; }

.fa6d.fa6-remove-format:after, .fa6-duotone.fa6-remove-format:after {
  content: "\10f87d"; }

.fa6d.fa6-text-width:after, .fa6-duotone.fa6-text-width:after {
  content: "\10f035"; }

.fa6d.fa6-thermometer:after, .fa6-duotone.fa6-thermometer:after {
  content: "\10f491"; }

.fa6d.fa6-theta:after, .fa6-duotone.fa6-theta:after {
  content: "\10f69e"; }

.fa6d.fa6-thumbs-down:after, .fa6-duotone.fa6-thumbs-down:after {
  content: "\10f165"; }

.fa6d.fa6-thumbs-up:after, .fa6-duotone.fa6-thumbs-up:after {
  content: "\10f164"; }

.fa6d.fa6-thumbtack:after, .fa6-duotone.fa6-thumbtack:after {
  content: "\10f08d"; }

.fa6d.fa6-thumb-tack:after, .fa6-duotone.fa6-thumb-tack:after {
  content: "\10f08d"; }

.fa6d.fa6-ticket:after, .fa6-duotone.fa6-ticket:after {
  content: "\10f145"; }

.fa6d.fa6-ticket-airline:after, .fa6-duotone.fa6-ticket-airline:after {
  content: "\10e299"; }

.fa6d.fa6-ticket-simple:after, .fa6-duotone.fa6-ticket-simple:after {
  content: "\10f3ff"; }

.fa6d.fa6-ticket-alt:after, .fa6-duotone.fa6-ticket-alt:after {
  content: "\10f3ff"; }

.fa6d.fa6-tickets-airline:after, .fa6-duotone.fa6-tickets-airline:after {
  content: "\10e29a"; }

.fa6d.fa6-tilde:after, .fa6-duotone.fa6-tilde:after {
  content: "\10f69f"; }

.fa6d.fa6-timeline:after, .fa6-duotone.fa6-timeline:after {
  content: "\10e29b"; }

.fa6d.fa6-timeline-arrow:after, .fa6-duotone.fa6-timeline-arrow:after {
  content: "\10e29c"; }

.fa6d.fa6-timer:after, .fa6-duotone.fa6-timer:after {
  content: "\10e29d"; }

.fa6d.fa6-tire:after, .fa6-duotone.fa6-tire:after {
  content: "\10f631"; }

.fa6d.fa6-tire-flat:after, .fa6-duotone.fa6-tire-flat:after {
  content: "\10f632"; }

.fa6d.fa6-tire-pressure-warning:after, .fa6-duotone.fa6-tire-pressure-warning:after {
  content: "\10f633"; }

.fa6d.fa6-tire-rugged:after, .fa6-duotone.fa6-tire-rugged:after {
  content: "\10f634"; }

.fa6d.fa6-toggle-off:after, .fa6-duotone.fa6-toggle-off:after {
  content: "\10f204"; }

.fa6d.fa6-toggle-on:after, .fa6-duotone.fa6-toggle-on:after {
  content: "\10f205"; }

.fa6d.fa6-toilet:after, .fa6-duotone.fa6-toilet:after {
  content: "\10f7d8"; }

.fa6d.fa6-toilet-paper:after, .fa6-duotone.fa6-toilet-paper:after {
  content: "\10f71e"; }

.fa6d.fa6-toilet-paper-blank:after, .fa6-duotone.fa6-toilet-paper-blank:after {
  content: "\10f71f"; }

.fa6d.fa6-toilet-paper-alt:after, .fa6-duotone.fa6-toilet-paper-alt:after {
  content: "\10f71f"; }

.fa6d.fa6-toilet-paper-blank-under:after, .fa6-duotone.fa6-toilet-paper-blank-under:after {
  content: "\10e29e"; }

.fa6d.fa6-toilet-paper-reverse-alt:after, .fa6-duotone.fa6-toilet-paper-reverse-alt:after {
  content: "\10e29e"; }

.fa6d.fa6-toilet-paper-slash:after, .fa6-duotone.fa6-toilet-paper-slash:after {
  content: "\10e072"; }

.fa6d.fa6-toilet-paper-under:after, .fa6-duotone.fa6-toilet-paper-under:after {
  content: "\10e29f"; }

.fa6d.fa6-toilet-paper-reverse:after, .fa6-duotone.fa6-toilet-paper-reverse:after {
  content: "\10e29f"; }

.fa6d.fa6-toilet-paper-under-slash:after, .fa6-duotone.fa6-toilet-paper-under-slash:after {
  content: "\10e2a0"; }

.fa6d.fa6-toilet-paper-reverse-slash:after, .fa6-duotone.fa6-toilet-paper-reverse-slash:after {
  content: "\10e2a0"; }

.fa6d.fa6-tombstone:after, .fa6-duotone.fa6-tombstone:after {
  content: "\10f720"; }

.fa6d.fa6-tombstone-blank:after, .fa6-duotone.fa6-tombstone-blank:after {
  content: "\10f721"; }

.fa6d.fa6-tombstone-alt:after, .fa6-duotone.fa6-tombstone-alt:after {
  content: "\10f721"; }

.fa6d.fa6-toolbox:after, .fa6-duotone.fa6-toolbox:after {
  content: "\10f552"; }

.fa6d.fa6-tooth:after, .fa6-duotone.fa6-tooth:after {
  content: "\10f5c9"; }

.fa6d.fa6-toothbrush:after, .fa6-duotone.fa6-toothbrush:after {
  content: "\10f635"; }

.fa6d.fa6-torii-gate:after, .fa6-duotone.fa6-torii-gate:after {
  content: "\10f6a1"; }

.fa6d.fa6-tornado:after, .fa6-duotone.fa6-tornado:after {
  content: "\10f76f"; }

.fa6d.fa6-tower-broadcast:after, .fa6-duotone.fa6-tower-broadcast:after {
  content: "\10f519"; }

.fa6d.fa6-broadcast-tower:after, .fa6-duotone.fa6-broadcast-tower:after {
  content: "\10f519"; }

.fa6d.fa6-tower-control:after, .fa6-duotone.fa6-tower-control:after {
  content: "\10e2a1"; }

.fa6d.fa6-tractor:after, .fa6-duotone.fa6-tractor:after {
  content: "\10f722"; }

.fa6d.fa6-trademark:after, .fa6-duotone.fa6-trademark:after {
  content: "\10f25c"; }

.fa6d.fa6-traffic-cone:after, .fa6-duotone.fa6-traffic-cone:after {
  content: "\10f636"; }

.fa6d.fa6-traffic-light:after, .fa6-duotone.fa6-traffic-light:after {
  content: "\10f637"; }

.fa6d.fa6-traffic-light-go:after, .fa6-duotone.fa6-traffic-light-go:after {
  content: "\10f638"; }

.fa6d.fa6-traffic-light-slow:after, .fa6-duotone.fa6-traffic-light-slow:after {
  content: "\10f639"; }

.fa6d.fa6-traffic-light-stop:after, .fa6-duotone.fa6-traffic-light-stop:after {
  content: "\10f63a"; }

.fa6d.fa6-trailer:after, .fa6-duotone.fa6-trailer:after {
  content: "\10e041"; }

.fa6d.fa6-train:after, .fa6-duotone.fa6-train:after {
  content: "\10f238"; }

.fa6d.fa6-train-subway:after, .fa6-duotone.fa6-train-subway:after {
  content: "\10f239"; }

.fa6d.fa6-subway:after, .fa6-duotone.fa6-subway:after {
  content: "\10f239"; }

.fa6d.fa6-train-subway-tunnel:after, .fa6-duotone.fa6-train-subway-tunnel:after {
  content: "\10e2a2"; }

.fa6d.fa6-subway-tunnel:after, .fa6-duotone.fa6-subway-tunnel:after {
  content: "\10e2a2"; }

.fa6d.fa6-train-tram:after, .fa6-duotone.fa6-train-tram:after {
  content: "\10f7da"; }

.fa6d.fa6-tram:after, .fa6-duotone.fa6-tram:after {
  content: "\10f7da"; }

.fa6d.fa6-transformer-bolt:after, .fa6-duotone.fa6-transformer-bolt:after {
  content: "\10e2a3"; }

.fa6d.fa6-transgender:after, .fa6-duotone.fa6-transgender:after {
  content: "\10f224"; }

.fa6d.fa6-transgender-alt:after, .fa6-duotone.fa6-transgender-alt:after {
  content: "\10f225"; }

.fa6d.fa6-transporter:after, .fa6-duotone.fa6-transporter:after {
  content: "\10e042"; }

.fa6d.fa6-transporter-1:after, .fa6-duotone.fa6-transporter-1:after {
  content: "\10e043"; }

.fa6d.fa6-transporter-2:after, .fa6-duotone.fa6-transporter-2:after {
  content: "\10e044"; }

.fa6d.fa6-transporter-3:after, .fa6-duotone.fa6-transporter-3:after {
  content: "\10e045"; }

.fa6d.fa6-transporter-4:after, .fa6-duotone.fa6-transporter-4:after {
  content: "\10e2a4"; }

.fa6d.fa6-transporter-5:after, .fa6-duotone.fa6-transporter-5:after {
  content: "\10e2a5"; }

.fa6d.fa6-transporter-6:after, .fa6-duotone.fa6-transporter-6:after {
  content: "\10e2a6"; }

.fa6d.fa6-transporter-7:after, .fa6-duotone.fa6-transporter-7:after {
  content: "\10e2a7"; }

.fa6d.fa6-transporter-empty:after, .fa6-duotone.fa6-transporter-empty:after {
  content: "\10e046"; }

.fa6d.fa6-trash:after, .fa6-duotone.fa6-trash:after {
  content: "\10f1f8"; }

.fa6d.fa6-trash-arrow-up:after, .fa6-duotone.fa6-trash-arrow-up:after {
  content: "\10f829"; }

.fa6d.fa6-trash-restore:after, .fa6-duotone.fa6-trash-restore:after {
  content: "\10f829"; }

.fa6d.fa6-trash-can:after, .fa6-duotone.fa6-trash-can:after {
  content: "\10f2ed"; }

.fa6d.fa6-trash-alt:after, .fa6-duotone.fa6-trash-alt:after {
  content: "\10f2ed"; }

.fa6d.fa6-trash-can-arrow-up:after, .fa6-duotone.fa6-trash-can-arrow-up:after {
  content: "\10f82a"; }

.fa6d.fa6-trash-restore-alt:after, .fa6-duotone.fa6-trash-restore-alt:after {
  content: "\10f82a"; }

.fa6d.fa6-trash-can-clock:after, .fa6-duotone.fa6-trash-can-clock:after {
  content: "\10e2a8"; }

.fa6d.fa6-trash-can-list:after, .fa6-duotone.fa6-trash-can-list:after {
  content: "\10e2a9"; }

.fa6d.fa6-trash-can-slash:after, .fa6-duotone.fa6-trash-can-slash:after {
  content: "\10e2aa"; }

.fa6d.fa6-trash-alt-slash:after, .fa6-duotone.fa6-trash-alt-slash:after {
  content: "\10e2aa"; }

.fa6d.fa6-trash-can-undo:after, .fa6-duotone.fa6-trash-can-undo:after {
  content: "\10f896"; }

.fa6d.fa6-trash-can-arrow-turn-left:after, .fa6-duotone.fa6-trash-can-arrow-turn-left:after {
  content: "\10f896"; }

.fa6d.fa6-trash-undo-alt:after, .fa6-duotone.fa6-trash-undo-alt:after {
  content: "\10f896"; }

.fa6d.fa6-trash-clock:after, .fa6-duotone.fa6-trash-clock:after {
  content: "\10e2ab"; }

.fa6d.fa6-trash-list:after, .fa6-duotone.fa6-trash-list:after {
  content: "\10e2ac"; }

.fa6d.fa6-trash-slash:after, .fa6-duotone.fa6-trash-slash:after {
  content: "\10e2ad"; }

.fa6d.fa6-trash-undo:after, .fa6-duotone.fa6-trash-undo:after {
  content: "\10f895"; }

.fa6d.fa6-trash-arrow-turn-left:after, .fa6-duotone.fa6-trash-arrow-turn-left:after {
  content: "\10f895"; }

.fa6d.fa6-treasure-chest:after, .fa6-duotone.fa6-treasure-chest:after {
  content: "\10f723"; }

.fa6d.fa6-tree:after, .fa6-duotone.fa6-tree:after {
  content: "\10f1bb"; }

.fa6d.fa6-tree-christmas:after, .fa6-duotone.fa6-tree-christmas:after {
  content: "\10f7db"; }

.fa6d.fa6-tree-deciduous:after, .fa6-duotone.fa6-tree-deciduous:after {
  content: "\10f400"; }

.fa6d.fa6-tree-alt:after, .fa6-duotone.fa6-tree-alt:after {
  content: "\10f400"; }

.fa6d.fa6-tree-decorated:after, .fa6-duotone.fa6-tree-decorated:after {
  content: "\10f7dc"; }

.fa6d.fa6-tree-large:after, .fa6-duotone.fa6-tree-large:after {
  content: "\10f7dd"; }

.fa6d.fa6-tree-palm:after, .fa6-duotone.fa6-tree-palm:after {
  content: "\10f82b"; }

.fa6d.fa6-trees:after, .fa6-duotone.fa6-trees:after {
  content: "\10f724"; }

.fa6d.fa6-triangle:after, .fa6-duotone.fa6-triangle:after {
  content: "\10f2ec"; }

.fa6d.fa6-triangle-exclamation:after, .fa6-duotone.fa6-triangle-exclamation:after {
  content: "\10f071"; }

.fa6d.fa6-exclamation-triangle:after, .fa6-duotone.fa6-exclamation-triangle:after {
  content: "\10f071"; }

.fa6d.fa6-warning:after, .fa6-duotone.fa6-warning:after {
  content: "\10f071"; }

.fa6d.fa6-triangle-instrument:after, .fa6-duotone.fa6-triangle-instrument:after {
  content: "\10f8e2"; }

.fa6d.fa6-triangle-music:after, .fa6-duotone.fa6-triangle-music:after {
  content: "\10f8e2"; }

.fa6d.fa6-triangle-person-digging:after, .fa6-duotone.fa6-triangle-person-digging:after {
  content: "\10f85d"; }

.fa6d.fa6-construction:after, .fa6-duotone.fa6-construction:after {
  content: "\10f85d"; }

.fa6d.fa6-trophy:after, .fa6-duotone.fa6-trophy:after {
  content: "\10f091"; }

.fa6d.fa6-trophy-star:after, .fa6-duotone.fa6-trophy-star:after {
  content: "\10f2eb"; }

.fa6d.fa6-trophy-alt:after, .fa6-duotone.fa6-trophy-alt:after {
  content: "\10f2eb"; }

.fa6d.fa6-truck:after, .fa6-duotone.fa6-truck:after {
  content: "\10f0d1"; }

.fa6d.fa6-truck-clock:after, .fa6-duotone.fa6-truck-clock:after {
  content: "\10f48c"; }

.fa6d.fa6-shipping-timed:after, .fa6-duotone.fa6-shipping-timed:after {
  content: "\10f48c"; }

.fa6d.fa6-truck-container:after, .fa6-duotone.fa6-truck-container:after {
  content: "\10f4dc"; }

.fa6d.fa6-truck-container-empty:after, .fa6-duotone.fa6-truck-container-empty:after {
  content: "\10e2ae"; }

.fa6d.fa6-truck-fast:after, .fa6-duotone.fa6-truck-fast:after {
  content: "\10f48b"; }

.fa6d.fa6-shipping-fast:after, .fa6-duotone.fa6-shipping-fast:after {
  content: "\10f48b"; }

.fa6d.fa6-truck-flatbed:after, .fa6-duotone.fa6-truck-flatbed:after {
  content: "\10e2af"; }

.fa6d.fa6-truck-front:after, .fa6-duotone.fa6-truck-front:after {
  content: "\10e2b0"; }

.fa6d.fa6-truck-medical:after, .fa6-duotone.fa6-truck-medical:after {
  content: "\10f0f9"; }

.fa6d.fa6-ambulance:after, .fa6-duotone.fa6-ambulance:after {
  content: "\10f0f9"; }

.fa6d.fa6-truck-monster:after, .fa6-duotone.fa6-truck-monster:after {
  content: "\10f63b"; }

.fa6d.fa6-truck-moving:after, .fa6-duotone.fa6-truck-moving:after {
  content: "\10f4df"; }

.fa6d.fa6-truck-pickup:after, .fa6-duotone.fa6-truck-pickup:after {
  content: "\10f63c"; }

.fa6d.fa6-truck-plow:after, .fa6-duotone.fa6-truck-plow:after {
  content: "\10f7de"; }

.fa6d.fa6-truck-ramp:after, .fa6-duotone.fa6-truck-ramp:after {
  content: "\10f4e0"; }

.fa6d.fa6-truck-ramp-box:after, .fa6-duotone.fa6-truck-ramp-box:after {
  content: "\10f4de"; }

.fa6d.fa6-truck-loading:after, .fa6-duotone.fa6-truck-loading:after {
  content: "\10f4de"; }

.fa6d.fa6-truck-ramp-couch:after, .fa6-duotone.fa6-truck-ramp-couch:after {
  content: "\10f4dd"; }

.fa6d.fa6-truck-couch:after, .fa6-duotone.fa6-truck-couch:after {
  content: "\10f4dd"; }

.fa6d.fa6-truck-tow:after, .fa6-duotone.fa6-truck-tow:after {
  content: "\10e2b1"; }

.fa6d.fa6-trumpet:after, .fa6-duotone.fa6-trumpet:after {
  content: "\10f8e3"; }

.fa6d.fa6-tshirt:after, .fa6-duotone.fa6-tshirt:after {
  content: "\10f553"; }

.fa6d.fa6-tty:after, .fa6-duotone.fa6-tty:after {
  content: "\10f1e4"; }

.fa6d.fa6-teletype:after, .fa6-duotone.fa6-teletype:after {
  content: "\10f1e4"; }

.fa6d.fa6-tty-answer:after, .fa6-duotone.fa6-tty-answer:after {
  content: "\10e2b2"; }

.fa6d.fa6-teletype-answer:after, .fa6-duotone.fa6-teletype-answer:after {
  content: "\10e2b2"; }

.fa6d.fa6-tugrik-sign:after, .fa6-duotone.fa6-tugrik-sign:after {
  content: "\10e2b3"; }

.fa6d.fa6-turkey:after, .fa6-duotone.fa6-turkey:after {
  content: "\10f725"; }

.fa6d.fa6-turkish-lira-sign:after, .fa6-duotone.fa6-turkish-lira-sign:after {
  content: "\10e2b4"; }

.fa6d.fa6-try:after, .fa6-duotone.fa6-try:after {
  content: "\10e2b4"; }

.fa6d.fa6-turkish-lira:after, .fa6-duotone.fa6-turkish-lira:after {
  content: "\10e2b4"; }

.fa6d.fa6-turn-down:after, .fa6-duotone.fa6-turn-down:after {
  content: "\10f3be"; }

.fa6d.fa6-level-down-alt:after, .fa6-duotone.fa6-level-down-alt:after {
  content: "\10f3be"; }

.fa6d.fa6-turn-up:after, .fa6-duotone.fa6-turn-up:after {
  content: "\10f3bf"; }

.fa6d.fa6-level-up-alt:after, .fa6-duotone.fa6-level-up-alt:after {
  content: "\10f3bf"; }

.fa6d.fa6-turntable:after, .fa6-duotone.fa6-turntable:after {
  content: "\10f8e4"; }

.fa6d.fa6-turtle:after, .fa6-duotone.fa6-turtle:after {
  content: "\10f726"; }

.fa6d.fa6-tv:after, .fa6-duotone.fa6-tv:after {
  content: "\10f26c"; }

.fa6d.fa6-tv-alt:after, .fa6-duotone.fa6-tv-alt:after {
  content: "\10f26c"; }

.fa6d.fa6-television:after, .fa6-duotone.fa6-television:after {
  content: "\10f26c"; }

.fa6d.fa6-tv-music:after, .fa6-duotone.fa6-tv-music:after {
  content: "\10f8e6"; }

.fa6d.fa6-tv-retro:after, .fa6-duotone.fa6-tv-retro:after {
  content: "\10f401"; }

.fa6d.fa6-typewriter:after, .fa6-duotone.fa6-typewriter:after {
  content: "\10f8e7"; }

.fa6d.fa6-u:after, .fa6-duotone.fa6-u:after {
  content: "\10e2b5"; }

.fa6d.fa6-ufo:after, .fa6-duotone.fa6-ufo:after {
  content: "\10e047"; }

.fa6d.fa6-ufo-beam:after, .fa6-duotone.fa6-ufo-beam:after {
  content: "\10e048"; }

.fa6d.fa6-umbrella:after, .fa6-duotone.fa6-umbrella:after {
  content: "\10f0e9"; }

.fa6d.fa6-umbrella-beach:after, .fa6-duotone.fa6-umbrella-beach:after {
  content: "\10f5ca"; }

.fa6d.fa6-umbrella-simple:after, .fa6-duotone.fa6-umbrella-simple:after {
  content: "\10e2b6"; }

.fa6d.fa6-umbrella-alt:after, .fa6-duotone.fa6-umbrella-alt:after {
  content: "\10e2b6"; }

.fa6d.fa6-underline:after, .fa6-duotone.fa6-underline:after {
  content: "\10f0cd"; }

.fa6d.fa6-unicorn:after, .fa6-duotone.fa6-unicorn:after {
  content: "\10f727"; }

.fa6d.fa6-union:after, .fa6-duotone.fa6-union:after {
  content: "\10f6a2"; }

.fa6d.fa6-universal-access:after, .fa6-duotone.fa6-universal-access:after {
  content: "\10f29a"; }

.fa6d.fa6-unlock:after, .fa6-duotone.fa6-unlock:after {
  content: "\10f09c"; }

.fa6d.fa6-unlock-keyhole:after, .fa6-duotone.fa6-unlock-keyhole:after {
  content: "\10f13e"; }

.fa6d.fa6-unlock-alt:after, .fa6-duotone.fa6-unlock-alt:after {
  content: "\10f13e"; }

.fa6d.fa6-up:after, .fa6-duotone.fa6-up:after {
  content: "\10f357"; }

.fa6d.fa6-arrow-alt-up:after, .fa6-duotone.fa6-arrow-alt-up:after {
  content: "\10f357"; }

.fa6d.fa6-up-down:after, .fa6-duotone.fa6-up-down:after {
  content: "\10f338"; }

.fa6d.fa6-arrows-alt-v:after, .fa6-duotone.fa6-arrows-alt-v:after {
  content: "\10f338"; }

.fa6d.fa6-up-down-left-right:after, .fa6-duotone.fa6-up-down-left-right:after {
  content: "\10f0b2"; }

.fa6d.fa6-arrows-alt:after, .fa6-duotone.fa6-arrows-alt:after {
  content: "\10f0b2"; }

.fa6d.fa6-up-from-line:after, .fa6-duotone.fa6-up-from-line:after {
  content: "\10f346"; }

.fa6d.fa6-arrow-alt-from-bottom:after, .fa6-duotone.fa6-arrow-alt-from-bottom:after {
  content: "\10f346"; }

.fa6d.fa6-up-left:after, .fa6-duotone.fa6-up-left:after {
  content: "\10e2b7"; }

.fa6d.fa6-up-long:after, .fa6-duotone.fa6-up-long:after {
  content: "\10f30c"; }

.fa6d.fa6-long-arrow-alt-up:after, .fa6-duotone.fa6-long-arrow-alt-up:after {
  content: "\10f30c"; }

.fa6d.fa6-up-right:after, .fa6-duotone.fa6-up-right:after {
  content: "\10e2b8"; }

.fa6d.fa6-up-right-and-down-left-from-center:after, .fa6-duotone.fa6-up-right-and-down-left-from-center:after {
  content: "\10f424"; }

.fa6d.fa6-expand-alt:after, .fa6-duotone.fa6-expand-alt:after {
  content: "\10f424"; }

.fa6d.fa6-up-right-from-square:after, .fa6-duotone.fa6-up-right-from-square:after {
  content: "\10f35d"; }

.fa6d.fa6-external-link-alt:after, .fa6-duotone.fa6-external-link-alt:after {
  content: "\10f35d"; }

.fa6d.fa6-up-to-line:after, .fa6-duotone.fa6-up-to-line:after {
  content: "\10f34d"; }

.fa6d.fa6-arrow-alt-to-top:after, .fa6-duotone.fa6-arrow-alt-to-top:after {
  content: "\10f34d"; }

.fa6d.fa6-upload:after, .fa6-duotone.fa6-upload:after {
  content: "\10f093"; }

.fa6d.fa6-usb-drive:after, .fa6-duotone.fa6-usb-drive:after {
  content: "\10f8e9"; }

.fa6d.fa6-user:after, .fa6-duotone.fa6-user:after {
  content: "\10f007"; }

.fa6d.fa6-user-alien:after, .fa6-duotone.fa6-user-alien:after {
  content: "\10e04a"; }

.fa6d.fa6-user-astronaut:after, .fa6-duotone.fa6-user-astronaut:after {
  content: "\10f4fb"; }

.fa6d.fa6-user-bounty-hunter:after, .fa6-duotone.fa6-user-bounty-hunter:after {
  content: "\10e2b9"; }

.fa6d.fa6-user-check:after, .fa6-duotone.fa6-user-check:after {
  content: "\10f4fc"; }

.fa6d.fa6-user-clock:after, .fa6-duotone.fa6-user-clock:after {
  content: "\10f4fd"; }

.fa6d.fa6-user-cowboy:after, .fa6-duotone.fa6-user-cowboy:after {
  content: "\10f8ea"; }

.fa6d.fa6-user-crown:after, .fa6-duotone.fa6-user-crown:after {
  content: "\10f6a4"; }

.fa6d.fa6-user-doctor:after, .fa6-duotone.fa6-user-doctor:after {
  content: "\10f0f0"; }

.fa6d.fa6-user-md:after, .fa6-duotone.fa6-user-md:after {
  content: "\10f0f0"; }

.fa6d.fa6-user-doctor-message:after, .fa6-duotone.fa6-user-doctor-message:after {
  content: "\10f82e"; }

.fa6d.fa6-user-md-chat:after, .fa6-duotone.fa6-user-md-chat:after {
  content: "\10f82e"; }

.fa6d.fa6-user-gear:after, .fa6-duotone.fa6-user-gear:after {
  content: "\10f4fe"; }

.fa6d.fa6-user-cog:after, .fa6-duotone.fa6-user-cog:after {
  content: "\10f4fe"; }

.fa6d.fa6-user-graduate:after, .fa6-duotone.fa6-user-graduate:after {
  content: "\10f501"; }

.fa6d.fa6-user-group:after, .fa6-duotone.fa6-user-group:after {
  content: "\10f500"; }

.fa6d.fa6-user-friends:after, .fa6-duotone.fa6-user-friends:after {
  content: "\10f500"; }

.fa6d.fa6-user-group-crown:after, .fa6-duotone.fa6-user-group-crown:after {
  content: "\10f6a5"; }

.fa6d.fa6-users-crown:after, .fa6-duotone.fa6-users-crown:after {
  content: "\10f6a5"; }

.fa6d.fa6-user-headset:after, .fa6-duotone.fa6-user-headset:after {
  content: "\10f82d"; }

.fa6d.fa6-user-helmet-safety:after, .fa6-duotone.fa6-user-helmet-safety:after {
  content: "\10f82c"; }

.fa6d.fa6-user-construction:after, .fa6-duotone.fa6-user-construction:after {
  content: "\10f82c"; }

.fa6d.fa6-user-hard-hat:after, .fa6-duotone.fa6-user-hard-hat:after {
  content: "\10f82c"; }

.fa6d.fa6-user-injured:after, .fa6-duotone.fa6-user-injured:after {
  content: "\10f728"; }

.fa6d.fa6-user-large:after, .fa6-duotone.fa6-user-large:after {
  content: "\10f406"; }

.fa6d.fa6-user-alt:after, .fa6-duotone.fa6-user-alt:after {
  content: "\10f406"; }

.fa6d.fa6-user-large-slash:after, .fa6-duotone.fa6-user-large-slash:after {
  content: "\10f4fa"; }

.fa6d.fa6-user-alt-slash:after, .fa6-duotone.fa6-user-alt-slash:after {
  content: "\10f4fa"; }

.fa6d.fa6-user-lock:after, .fa6-duotone.fa6-user-lock:after {
  content: "\10f502"; }

.fa6d.fa6-user-minus:after, .fa6-duotone.fa6-user-minus:after {
  content: "\10f503"; }

.fa6d.fa6-user-music:after, .fa6-duotone.fa6-user-music:after {
  content: "\10f8eb"; }

.fa6d.fa6-user-ninja:after, .fa6-duotone.fa6-user-ninja:after {
  content: "\10f504"; }

.fa6d.fa6-user-nurse:after, .fa6-duotone.fa6-user-nurse:after {
  content: "\10f82f"; }

.fa6d.fa6-user-pen:after, .fa6-duotone.fa6-user-pen:after {
  content: "\10f4ff"; }

.fa6d.fa6-user-edit:after, .fa6-duotone.fa6-user-edit:after {
  content: "\10f4ff"; }

.fa6d.fa6-user-pilot:after, .fa6-duotone.fa6-user-pilot:after {
  content: "\10e2ba"; }

.fa6d.fa6-user-pilot-tie:after, .fa6-duotone.fa6-user-pilot-tie:after {
  content: "\10e2bb"; }

.fa6d.fa6-user-plus:after, .fa6-duotone.fa6-user-plus:after {
  content: "\10f234"; }

.fa6d.fa6-user-robot:after, .fa6-duotone.fa6-user-robot:after {
  content: "\10e04b"; }

.fa6d.fa6-user-secret:after, .fa6-duotone.fa6-user-secret:after {
  content: "\10f21b"; }

.fa6d.fa6-user-shakespeare:after, .fa6-duotone.fa6-user-shakespeare:after {
  content: "\10e2bc"; }

.fa6d.fa6-user-shield:after, .fa6-duotone.fa6-user-shield:after {
  content: "\10f505"; }

.fa6d.fa6-user-slash:after, .fa6-duotone.fa6-user-slash:after {
  content: "\10f506"; }

.fa6d.fa6-user-tag:after, .fa6-duotone.fa6-user-tag:after {
  content: "\10f507"; }

.fa6d.fa6-user-tie:after, .fa6-duotone.fa6-user-tie:after {
  content: "\10f508"; }

.fa6d.fa6-user-unlock:after, .fa6-duotone.fa6-user-unlock:after {
  content: "\10e058"; }

.fa6d.fa6-user-visor:after, .fa6-duotone.fa6-user-visor:after {
  content: "\10e04c"; }

.fa6d.fa6-user-xmark:after, .fa6-duotone.fa6-user-xmark:after {
  content: "\10f235"; }

.fa6d.fa6-user-times:after, .fa6-duotone.fa6-user-times:after {
  content: "\10f235"; }

.fa6d.fa6-users:after, .fa6-duotone.fa6-users:after {
  content: "\10f0c0"; }

.fa6d.fa6-group:after, .fa6-duotone.fa6-group:after {
  content: "\10f0c0"; }

.fa6d.fa6-users-gear:after, .fa6-duotone.fa6-users-gear:after {
  content: "\10f509"; }

.fa6d.fa6-users-cog:after, .fa6-duotone.fa6-users-cog:after {
  content: "\10f509"; }

.fa6d.fa6-users-medical:after, .fa6-duotone.fa6-users-medical:after {
  content: "\10f830"; }

.fa6d.fa6-users-slash:after, .fa6-duotone.fa6-users-slash:after {
  content: "\10e073"; }

.fa6d.fa6-utensils:after, .fa6-duotone.fa6-utensils:after {
  content: "\10f2e7"; }

.fa6d.fa6-cutlery:after, .fa6-duotone.fa6-cutlery:after {
  content: "\10f2e7"; }

.fa6d.fa6-utility-pole:after, .fa6-duotone.fa6-utility-pole:after {
  content: "\10e2bd"; }

.fa6d.fa6-utility-pole-double:after, .fa6-duotone.fa6-utility-pole-double:after {
  content: "\10e2be"; }

.fa6d.fa6-v:after, .fa6-duotone.fa6-v:after {
  content: "\10e2bf"; }

.fa6d.fa6-vacuum:after, .fa6-duotone.fa6-vacuum:after {
  content: "\10e04d"; }

.fa6d.fa6-vacuum-robot:after, .fa6-duotone.fa6-vacuum-robot:after {
  content: "\10e04e"; }

.fa6d.fa6-value-absolute:after, .fa6-duotone.fa6-value-absolute:after {
  content: "\10f6a6"; }

.fa6d.fa6-van-shuttle:after, .fa6-duotone.fa6-van-shuttle:after {
  content: "\10f5b6"; }

.fa6d.fa6-shuttle-van:after, .fa6-duotone.fa6-shuttle-van:after {
  content: "\10f5b6"; }

.fa6d.fa6-vault:after, .fa6-duotone.fa6-vault:after {
  content: "\10e2c0"; }

.fa6d.fa6-vector-circle:after, .fa6-duotone.fa6-vector-circle:after {
  content: "\10e2c1"; }

.fa6d.fa6-vector-polygon:after, .fa6-duotone.fa6-vector-polygon:after {
  content: "\10e2c2"; }

.fa6d.fa6-vector-square:after, .fa6-duotone.fa6-vector-square:after {
  content: "\10f5cb"; }

.fa6d.fa6-venus:after, .fa6-duotone.fa6-venus:after {
  content: "\10f221"; }

.fa6d.fa6-venus-double:after, .fa6-duotone.fa6-venus-double:after {
  content: "\10f226"; }

.fa6d.fa6-venus-mars:after, .fa6-duotone.fa6-venus-mars:after {
  content: "\10f228"; }

.fa6d.fa6-vest:after, .fa6-duotone.fa6-vest:after {
  content: "\10e085"; }

.fa6d.fa6-vest-patches:after, .fa6-duotone.fa6-vest-patches:after {
  content: "\10e086"; }

.fa6d.fa6-vial:after, .fa6-duotone.fa6-vial:after {
  content: "\10f492"; }

.fa6d.fa6-vials:after, .fa6-duotone.fa6-vials:after {
  content: "\10f493"; }

.fa6d.fa6-video:after, .fa6-duotone.fa6-video:after {
  content: "\10f03d"; }

.fa6d.fa6-video-camera:after, .fa6-duotone.fa6-video-camera:after {
  content: "\10f03d"; }

.fa6d.fa6-video-arrow-down-left:after, .fa6-duotone.fa6-video-arrow-down-left:after {
  content: "\10e2c3"; }

.fa6d.fa6-video-arrow-up-right:after, .fa6-duotone.fa6-video-arrow-up-right:after {
  content: "\10e2c4"; }

.fa6d.fa6-video-plus:after, .fa6-duotone.fa6-video-plus:after {
  content: "\10f4e1"; }

.fa6d.fa6-video-slash:after, .fa6-duotone.fa6-video-slash:after {
  content: "\10f4e2"; }

.fa6d.fa6-vihara:after, .fa6-duotone.fa6-vihara:after {
  content: "\10f6a7"; }

.fa6d.fa6-violin:after, .fa6-duotone.fa6-violin:after {
  content: "\10f8ed"; }

.fa6d.fa6-virus:after, .fa6-duotone.fa6-virus:after {
  content: "\10e074"; }

.fa6d.fa6-virus-slash:after, .fa6-duotone.fa6-virus-slash:after {
  content: "\10e075"; }

.fa6d.fa6-viruses:after, .fa6-duotone.fa6-viruses:after {
  content: "\10e076"; }

.fa6d.fa6-voicemail:after, .fa6-duotone.fa6-voicemail:after {
  content: "\10f897"; }

.fa6d.fa6-volcano:after, .fa6-duotone.fa6-volcano:after {
  content: "\10f770"; }

.fa6d.fa6-volleyball-ball:after, .fa6-duotone.fa6-volleyball-ball:after {
  content: "\10f45f"; }

.fa6d.fa6-volume:after, .fa6-duotone.fa6-volume:after {
  content: "\10f6a8"; }

.fa6d.fa6-volume-medium:after, .fa6-duotone.fa6-volume-medium:after {
  content: "\10f6a8"; }

.fa6d.fa6-volume-high:after, .fa6-duotone.fa6-volume-high:after {
  content: "\10f028"; }

.fa6d.fa6-volume-up:after, .fa6-duotone.fa6-volume-up:after {
  content: "\10f028"; }

.fa6d.fa6-volume-low:after, .fa6-duotone.fa6-volume-low:after {
  content: "\10f027"; }

.fa6d.fa6-volume-down:after, .fa6-duotone.fa6-volume-down:after {
  content: "\10f027"; }

.fa6d.fa6-volume-off:after, .fa6-duotone.fa6-volume-off:after {
  content: "\10f026"; }

.fa6d.fa6-volume-slash:after, .fa6-duotone.fa6-volume-slash:after {
  content: "\10f2e2"; }

.fa6d.fa6-volume-xmark:after, .fa6-duotone.fa6-volume-xmark:after {
  content: "\10f6a9"; }

.fa6d.fa6-volume-times:after, .fa6-duotone.fa6-volume-times:after {
  content: "\10f6a9"; }

.fa6d.fa6-volume-mute:after, .fa6-duotone.fa6-volume-mute:after {
  content: "\10f6a9"; }

.fa6d.fa6-vr-cardboard:after, .fa6-duotone.fa6-vr-cardboard:after {
  content: "\10f729"; }

.fa6d.fa6-w:after, .fa6-duotone.fa6-w:after {
  content: "\10e2c5"; }

.fa6d.fa6-wagon-covered:after, .fa6-duotone.fa6-wagon-covered:after {
  content: "\10f8ee"; }

.fa6d.fa6-walker:after, .fa6-duotone.fa6-walker:after {
  content: "\10f831"; }

.fa6d.fa6-walkie-talkie:after, .fa6-duotone.fa6-walkie-talkie:after {
  content: "\10f8ef"; }

.fa6d.fa6-wallet:after, .fa6-duotone.fa6-wallet:after {
  content: "\10f555"; }

.fa6d.fa6-wand:after, .fa6-duotone.fa6-wand:after {
  content: "\10f72a"; }

.fa6d.fa6-wand-magic:after, .fa6-duotone.fa6-wand-magic:after {
  content: "\10f0d0"; }

.fa6d.fa6-magic:after, .fa6-duotone.fa6-magic:after {
  content: "\10f0d0"; }

.fa6d.fa6-wand-magic-sparkles:after, .fa6-duotone.fa6-wand-magic-sparkles:after {
  content: "\10e2c6"; }

.fa6d.fa6-magic-wand-sparkles:after, .fa6-duotone.fa6-magic-wand-sparkles:after {
  content: "\10e2c6"; }

.fa6d.fa6-wand-sparkles:after, .fa6-duotone.fa6-wand-sparkles:after {
  content: "\10f72b"; }

.fa6d.fa6-warehouse:after, .fa6-duotone.fa6-warehouse:after {
  content: "\10f494"; }

.fa6d.fa6-warehouse-full:after, .fa6-duotone.fa6-warehouse-full:after {
  content: "\10f495"; }

.fa6d.fa6-warehouse-alt:after, .fa6-duotone.fa6-warehouse-alt:after {
  content: "\10f495"; }

.fa6d.fa6-washing-machine:after, .fa6-duotone.fa6-washing-machine:after {
  content: "\10f898"; }

.fa6d.fa6-washer:after, .fa6-duotone.fa6-washer:after {
  content: "\10f898"; }

.fa6d.fa6-watch:after, .fa6-duotone.fa6-watch:after {
  content: "\10f2e1"; }

.fa6d.fa6-watch-apple:after, .fa6-duotone.fa6-watch-apple:after {
  content: "\10e2c7"; }

.fa6d.fa6-watch-calculator:after, .fa6-duotone.fa6-watch-calculator:after {
  content: "\10f8f0"; }

.fa6d.fa6-watch-fitness:after, .fa6-duotone.fa6-watch-fitness:after {
  content: "\10f63e"; }

.fa6d.fa6-watch-smart:after, .fa6-duotone.fa6-watch-smart:after {
  content: "\10e2c8"; }

.fa6d.fa6-water:after, .fa6-duotone.fa6-water:after {
  content: "\10f773"; }

.fa6d.fa6-water-arrow-down:after, .fa6-duotone.fa6-water-arrow-down:after {
  content: "\10f774"; }

.fa6d.fa6-water-lower:after, .fa6-duotone.fa6-water-lower:after {
  content: "\10f774"; }

.fa6d.fa6-water-arrow-up:after, .fa6-duotone.fa6-water-arrow-up:after {
  content: "\10f775"; }

.fa6d.fa6-water-rise:after, .fa6-duotone.fa6-water-rise:after {
  content: "\10f775"; }

.fa6d.fa6-water-ladder:after, .fa6-duotone.fa6-water-ladder:after {
  content: "\10f5c5"; }

.fa6d.fa6-swimming-pool:after, .fa6-duotone.fa6-swimming-pool:after {
  content: "\10f5c5"; }

.fa6d.fa6-ladder-water:after, .fa6-duotone.fa6-ladder-water:after {
  content: "\10f5c5"; }

.fa6d.fa6-wave-pulse:after, .fa6-duotone.fa6-wave-pulse:after {
  content: "\10f5f8"; }

.fa6d.fa6-heart-rate:after, .fa6-duotone.fa6-heart-rate:after {
  content: "\10f5f8"; }

.fa6d.fa6-wave-sine:after, .fa6-duotone.fa6-wave-sine:after {
  content: "\10f899"; }

.fa6d.fa6-wave-square:after, .fa6-duotone.fa6-wave-square:after {
  content: "\10f83e"; }

.fa6d.fa6-wave-triangle:after, .fa6-duotone.fa6-wave-triangle:after {
  content: "\10f89a"; }

.fa6d.fa6-waveform:after, .fa6-duotone.fa6-waveform:after {
  content: "\10f8f1"; }

.fa6d.fa6-waveform-lines:after, .fa6-duotone.fa6-waveform-lines:after {
  content: "\10f8f2"; }

.fa6d.fa6-weight-hanging:after, .fa6-duotone.fa6-weight-hanging:after {
  content: "\10f5cd"; }

.fa6d.fa6-weight-scale:after, .fa6-duotone.fa6-weight-scale:after {
  content: "\10f496"; }

.fa6d.fa6-weight:after, .fa6-duotone.fa6-weight:after {
  content: "\10f496"; }

.fa6d.fa6-whale:after, .fa6-duotone.fa6-whale:after {
  content: "\10f72c"; }

.fa6d.fa6-wheat:after, .fa6-duotone.fa6-wheat:after {
  content: "\10f72d"; }

.fa6d.fa6-wheat-awn:after, .fa6-duotone.fa6-wheat-awn:after {
  content: "\10e2c9"; }

.fa6d.fa6-wheat-alt:after, .fa6-duotone.fa6-wheat-alt:after {
  content: "\10e2c9"; }

.fa6d.fa6-wheelchair:after, .fa6-duotone.fa6-wheelchair:after {
  content: "\10f193"; }

.fa6d.fa6-wheelchair-move:after, .fa6-duotone.fa6-wheelchair-move:after {
  content: "\10e2ca"; }

.fa6d.fa6-wheelchair-alt:after, .fa6-duotone.fa6-wheelchair-alt:after {
  content: "\10e2ca"; }

.fa6d.fa6-whiskey-glass:after, .fa6-duotone.fa6-whiskey-glass:after {
  content: "\10f7a0"; }

.fa6d.fa6-glass-whiskey:after, .fa6-duotone.fa6-glass-whiskey:after {
  content: "\10f7a0"; }

.fa6d.fa6-whiskey-glass-ice:after, .fa6-duotone.fa6-whiskey-glass-ice:after {
  content: "\10f7a1"; }

.fa6d.fa6-glass-whiskey-rocks:after, .fa6-duotone.fa6-glass-whiskey-rocks:after {
  content: "\10f7a1"; }

.fa6d.fa6-whistle:after, .fa6-duotone.fa6-whistle:after {
  content: "\10f460"; }

.fa6d.fa6-wifi:after, .fa6-duotone.fa6-wifi:after {
  content: "\10f1eb"; }

.fa6d.fa6-wifi-strong:after, .fa6-duotone.fa6-wifi-strong:after {
  content: "\10f1eb"; }

.fa6d.fa6-wifi-3:after, .fa6-duotone.fa6-wifi-3:after {
  content: "\10f1eb"; }

.fa6d.fa6-wifi-exclamation:after, .fa6-duotone.fa6-wifi-exclamation:after {
  content: "\10e2cb"; }

.fa6d.fa6-wifi-fair:after, .fa6-duotone.fa6-wifi-fair:after {
  content: "\10f6ab"; }

.fa6d.fa6-wifi-2:after, .fa6-duotone.fa6-wifi-2:after {
  content: "\10f6ab"; }

.fa6d.fa6-wifi-slash:after, .fa6-duotone.fa6-wifi-slash:after {
  content: "\10f6ac"; }

.fa6d.fa6-wifi-weak:after, .fa6-duotone.fa6-wifi-weak:after {
  content: "\10f6aa"; }

.fa6d.fa6-wifi-1:after, .fa6-duotone.fa6-wifi-1:after {
  content: "\10f6aa"; }

.fa6d.fa6-wind:after, .fa6-duotone.fa6-wind:after {
  content: "\10f72e"; }

.fa6d.fa6-wind-turbine:after, .fa6-duotone.fa6-wind-turbine:after {
  content: "\10f89b"; }

.fa6d.fa6-wind-warning:after, .fa6-duotone.fa6-wind-warning:after {
  content: "\10f776"; }

.fa6d.fa6-wind-circle-exclamation:after, .fa6-duotone.fa6-wind-circle-exclamation:after {
  content: "\10f776"; }

.fa6d.fa6-window:after, .fa6-duotone.fa6-window:after {
  content: "\10f40e"; }

.fa6d.fa6-window-flip:after, .fa6-duotone.fa6-window-flip:after {
  content: "\10f40f"; }

.fa6d.fa6-window-alt:after, .fa6-duotone.fa6-window-alt:after {
  content: "\10f40f"; }

.fa6d.fa6-window-frame:after, .fa6-duotone.fa6-window-frame:after {
  content: "\10e04f"; }

.fa6d.fa6-window-frame-open:after, .fa6-duotone.fa6-window-frame-open:after {
  content: "\10e050"; }

.fa6d.fa6-window-maximize:after, .fa6-duotone.fa6-window-maximize:after {
  content: "\10f2d0"; }

.fa6d.fa6-window-minimize:after, .fa6-duotone.fa6-window-minimize:after {
  content: "\10f2d1"; }

.fa6d.fa6-window-restore:after, .fa6-duotone.fa6-window-restore:after {
  content: "\10f2d2"; }

.fa6d.fa6-windsock:after, .fa6-duotone.fa6-windsock:after {
  content: "\10f777"; }

.fa6d.fa6-wine-bottle:after, .fa6-duotone.fa6-wine-bottle:after {
  content: "\10f72f"; }

.fa6d.fa6-wine-glass:after, .fa6-duotone.fa6-wine-glass:after {
  content: "\10f4e3"; }

.fa6d.fa6-wine-glass-crack:after, .fa6-duotone.fa6-wine-glass-crack:after {
  content: "\10f4bb"; }

.fa6d.fa6-fragile:after, .fa6-duotone.fa6-fragile:after {
  content: "\10f4bb"; }

.fa6d.fa6-wine-glass-empty:after, .fa6-duotone.fa6-wine-glass-empty:after {
  content: "\10f5ce"; }

.fa6d.fa6-wine-glass-alt:after, .fa6-duotone.fa6-wine-glass-alt:after {
  content: "\10f5ce"; }

.fa6d.fa6-won-sign:after, .fa6-duotone.fa6-won-sign:after {
  content: "\10f159"; }

.fa6d.fa6-won:after, .fa6-duotone.fa6-won:after {
  content: "\10f159"; }

.fa6d.fa6-krw:after, .fa6-duotone.fa6-krw:after {
  content: "\10f159"; }

.fa6d.fa6-wreath:after, .fa6-duotone.fa6-wreath:after {
  content: "\10f7e2"; }

.fa6d.fa6-wrench:after, .fa6-duotone.fa6-wrench:after {
  content: "\10f0ad"; }

.fa6d.fa6-wrench-simple:after, .fa6-duotone.fa6-wrench-simple:after {
  content: "\10e2cc"; }

.fa6d.fa6-x:after, .fa6-duotone.fa6-x:after {
  content: "\10e2cd"; }

.fa6d.fa6-x-ray:after, .fa6-duotone.fa6-x-ray:after {
  content: "\10f497"; }

.fa6d.fa6-xmark:after, .fa6-duotone.fa6-xmark:after {
  content: "\10f00d"; }

.fa6d.fa6-multiply:after, .fa6-duotone.fa6-multiply:after {
  content: "\10f00d"; }

.fa6d.fa6-times:after, .fa6-duotone.fa6-times:after {
  content: "\10f00d"; }

.fa6d.fa6-close:after, .fa6-duotone.fa6-close:after {
  content: "\10f00d"; }

.fa6d.fa6-remove:after, .fa6-duotone.fa6-remove:after {
  content: "\10f00d"; }

.fa6d.fa6-xmark-to-slot:after, .fa6-duotone.fa6-xmark-to-slot:after {
  content: "\10f771"; }

.fa6d.fa6-times-to-slot:after, .fa6-duotone.fa6-times-to-slot:after {
  content: "\10f771"; }

.fa6d.fa6-vote-nay:after, .fa6-duotone.fa6-vote-nay:after {
  content: "\10f771"; }

.fa6d.fa6-y:after, .fa6-duotone.fa6-y:after {
  content: "\10e2ce"; }

.fa6d.fa6-yen-sign:after, .fa6-duotone.fa6-yen-sign:after {
  content: "\10f157"; }

.fa6d.fa6-yen:after, .fa6-duotone.fa6-yen:after {
  content: "\10f157"; }

.fa6d.fa6-cny:after, .fa6-duotone.fa6-cny:after {
  content: "\10f157"; }

.fa6d.fa6-jpy:after, .fa6-duotone.fa6-jpy:after {
  content: "\10f157"; }

.fa6d.fa6-rmb:after, .fa6-duotone.fa6-rmb:after {
  content: "\10f157"; }

.fa6d.fa6-yin-yang:after, .fa6-duotone.fa6-yin-yang:after {
  content: "\10f6ad"; }

.fa6d.fa6-z:after, .fa6-duotone.fa6-z:after {
  content: "\10e2cf"; }
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts6/fa-light-300.woff2") format("woff2"), url("../webfonts6/fa-light-300.woff") format("woff"), url("../webfonts6/fa-light-300.ttf") format("truetype"); }

.fa6l,
.fa6-light {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts6/fa-regular-400.woff2") format("woff2"), url("../webfonts6/fa-regular-400.woff") format("woff"), url("../webfonts6/fa-regular-400.ttf") format("truetype"); }

.fa6r,
.fa6-regular {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts6/fa-solid-900.woff2") format("woff2"), url("../webfonts6/fa-solid-900.woff") format("woff"), url("../webfonts6/fa-solid-900.ttf") format("truetype"); }

.fa6s,
.fa6-solid {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts6/fa-thin-100.woff2") format("woff2"), url("../webfonts6/fa-thin-100.woff") format("woff"), url("../webfonts6/fa-thin-100.ttf") format("truetype"); }

.fa6t,
.fa6-thin {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 100; }
