/*!
Theme Name: Odawa FC Powwow
Text Domain: spruce
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.0
Author: Spruce Creative
Author URI: http://www.sprucecreative.ca
Theme URI: http://www.sprucecreative.ca/

*/
:root {
  --color-primary: #0d234e;
  --color-secondary: #f4de69;
  --color-accent: #b50912;
  --color-tertiary: #f0810e;
  --color-light-blue: #6bdbec;
  --color-grey: #909090;
  --color-grey-light: #f2f2f2;
  --color-bg: #fff;
  --color-body: #111;
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --line-height: 1.5;
  --transition: 0.3s;
  --transition-long: 1s cubic-bezier(0.77, 0.03, 0.27, 1.01);
  --shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  --radius: 0.25rem;
  --btn-padding: 0.75em 1.5em;
  --btn-padding-large: 0.75em 2.5em;
}

/*media query breakpoints*/ /*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-child > a,
.fa-classic,
.fa-classic-child > a,
.fa-sharp,
.fa-sharp-child > a,
.fas,
.fas-child > a,
.fa-solid,
.fa-solid-child > a,
.far,
.far-child > a,
.fa-regular,
.fa-regular-child > a,
.fab,
.fab-child > a,
.fa-brands .fa-brands-child > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

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

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

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

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-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);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "0";
}

.fa-1::before {
  content: "1";
}

.fa-2::before {
  content: "2";
}

.fa-3::before {
  content: "3";
}

.fa-4::before {
  content: "4";
}

.fa-5::before {
  content: "5";
}

.fa-6::before {
  content: "6";
}

.fa-7::before {
  content: "7";
}

.fa-8::before {
  content: "8";
}

.fa-9::before {
  content: "9";
}

.fa-fill-drip::before,
.fa-fill-drip-child > a::before {
  content: "\f576";
}

.fa-arrows-to-circle::before,
.fa-arrows-to-circle-child > a::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before,
.fa-circle-chevron-right-child > a::before {
  content: "\f138";
}

.fa-chevron-circle-right::before,
.fa-chevron-circle-right-child > a::before {
  content: "\f138";
}

.fa-at::before,
.fa-at-child > a::before {
  content: "@";
}

.fa-trash-can::before,
.fa-trash-can-child > a::before {
  content: "\f2ed";
}

.fa-trash-alt::before,
.fa-trash-alt-child > a::before {
  content: "\f2ed";
}

.fa-text-height::before,
.fa-text-height-child > a::before {
  content: "\f034";
}

.fa-user-xmark::before,
.fa-user-xmark-child > a::before {
  content: "\f235";
}

.fa-user-times::before,
.fa-user-times-child > a::before {
  content: "\f235";
}

.fa-stethoscope::before,
.fa-stethoscope-child > a::before {
  content: "\f0f1";
}

.fa-message::before,
.fa-message-child > a::before {
  content: "\f27a";
}

.fa-comment-alt::before,
.fa-comment-alt-child > a::before {
  content: "\f27a";
}

.fa-info::before,
.fa-info-child > a::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before,
.fa-down-left-and-up-right-to-center-child > a::before {
  content: "\f422";
}

.fa-compress-alt::before,
.fa-compress-alt-child > a::before {
  content: "\f422";
}

.fa-explosion::before,
.fa-explosion-child > a::before {
  content: "\e4e9";
}

.fa-file-lines::before,
.fa-file-lines-child > a::before {
  content: "\f15c";
}

.fa-file-alt::before,
.fa-file-alt-child > a::before {
  content: "\f15c";
}

.fa-file-text::before,
.fa-file-text-child > a::before {
  content: "\f15c";
}

.fa-wave-square::before,
.fa-wave-square-child > a::before {
  content: "\f83e";
}

.fa-ring::before,
.fa-ring-child > a::before {
  content: "\f70b";
}

.fa-building-un::before,
.fa-building-un-child > a::before {
  content: "\e4d9";
}

.fa-dice-three::before,
.fa-dice-three-child > a::before {
  content: "\f527";
}

.fa-calendar-days::before,
.fa-calendar-days-child > a::before {
  content: "\f073";
}

.fa-calendar-alt::before,
.fa-calendar-alt-child > a::before {
  content: "\f073";
}

.fa-anchor-circle-check::before,
.fa-anchor-circle-check-child > a::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before,
.fa-building-circle-arrow-right-child > a::before {
  content: "\e4d1";
}

.fa-volleyball::before,
.fa-volleyball-child > a::before {
  content: "\f45f";
}

.fa-volleyball-ball::before,
.fa-volleyball-ball-child > a::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before,
.fa-arrows-up-to-line-child > a::before {
  content: "\e4c2";
}

.fa-sort-down::before,
.fa-sort-down-child > a::before {
  content: "\f0dd";
}

.fa-sort-desc::before,
.fa-sort-desc-child > a::before {
  content: "\f0dd";
}

.fa-circle-minus::before,
.fa-circle-minus-child > a::before {
  content: "\f056";
}

.fa-minus-circle::before,
.fa-minus-circle-child > a::before {
  content: "\f056";
}

.fa-door-open::before,
.fa-door-open-child > a::before {
  content: "\f52b";
}

.fa-right-from-bracket::before,
.fa-right-from-bracket-child > a::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before,
.fa-sign-out-alt-child > a::before {
  content: "\f2f5";
}

.fa-atom::before,
.fa-atom-child > a::before {
  content: "\f5d2";
}

.fa-soap::before,
.fa-soap-child > a::before {
  content: "\e06e";
}

.fa-icons::before,
.fa-icons-child > a::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before,
.fa-heart-music-camera-bolt-child > a::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before,
.fa-microphone-lines-slash-child > a::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before,
.fa-microphone-alt-slash-child > a::before {
  content: "\f539";
}

.fa-bridge-circle-check::before,
.fa-bridge-circle-check-child > a::before {
  content: "\e4c9";
}

.fa-pump-medical::before,
.fa-pump-medical-child > a::before {
  content: "\e06a";
}

.fa-fingerprint::before,
.fa-fingerprint-child > a::before {
  content: "\f577";
}

.fa-hand-point-right::before,
.fa-hand-point-right-child > a::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before,
.fa-magnifying-glass-location-child > a::before {
  content: "\f689";
}

.fa-search-location::before,
.fa-search-location-child > a::before {
  content: "\f689";
}

.fa-forward-step::before,
.fa-forward-step-child > a::before {
  content: "\f051";
}

.fa-step-forward::before,
.fa-step-forward-child > a::before {
  content: "\f051";
}

.fa-face-smile-beam::before,
.fa-face-smile-beam-child > a::before {
  content: "\f5b8";
}

.fa-smile-beam::before,
.fa-smile-beam-child > a::before {
  content: "\f5b8";
}

.fa-flag-checkered::before,
.fa-flag-checkered-child > a::before {
  content: "\f11e";
}

.fa-football::before,
.fa-football-child > a::before {
  content: "\f44e";
}

.fa-football-ball::before,
.fa-football-ball-child > a::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before,
.fa-school-circle-exclamation-child > a::before {
  content: "\e56c";
}

.fa-crop::before,
.fa-crop-child > a::before {
  content: "\f125";
}

.fa-angles-down::before,
.fa-angles-down-child > a::before {
  content: "\f103";
}

.fa-angle-double-down::before,
.fa-angle-double-down-child > a::before {
  content: "\f103";
}

.fa-users-rectangle::before,
.fa-users-rectangle-child > a::before {
  content: "\e594";
}

.fa-people-roof::before,
.fa-people-roof-child > a::before {
  content: "\e537";
}

.fa-people-line::before,
.fa-people-line-child > a::before {
  content: "\e534";
}

.fa-beer-mug-empty::before,
.fa-beer-mug-empty-child > a::before {
  content: "\f0fc";
}

.fa-beer::before,
.fa-beer-child > a::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before,
.fa-diagram-predecessor-child > a::before {
  content: "\e477";
}

.fa-arrow-up-long::before,
.fa-arrow-up-long-child > a::before {
  content: "\f176";
}

.fa-long-arrow-up::before,
.fa-long-arrow-up-child > a::before {
  content: "\f176";
}

.fa-fire-flame-simple::before,
.fa-fire-flame-simple-child > a::before {
  content: "\f46a";
}

.fa-burn::before,
.fa-burn-child > a::before {
  content: "\f46a";
}

.fa-person::before,
.fa-person-child > a::before {
  content: "\f183";
}

.fa-male::before,
.fa-male-child > a::before {
  content: "\f183";
}

.fa-laptop::before,
.fa-laptop-child > a::before {
  content: "\f109";
}

.fa-file-csv::before,
.fa-file-csv-child > a::before {
  content: "\f6dd";
}

.fa-menorah::before,
.fa-menorah-child > a::before {
  content: "\f676";
}

.fa-truck-plane::before,
.fa-truck-plane-child > a::before {
  content: "\e58f";
}

.fa-record-vinyl::before,
.fa-record-vinyl-child > a::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before,
.fa-face-grin-stars-child > a::before {
  content: "\f587";
}

.fa-grin-stars::before,
.fa-grin-stars-child > a::before {
  content: "\f587";
}

.fa-bong::before,
.fa-bong-child > a::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before,
.fa-spaghetti-monster-flying-child > a::before {
  content: "\f67b";
}

.fa-pastafarianism::before,
.fa-pastafarianism-child > a::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before,
.fa-arrow-down-up-across-line-child > a::before {
  content: "\e4af";
}

.fa-spoon::before,
.fa-spoon-child > a::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before,
.fa-utensil-spoon-child > a::before {
  content: "\f2e5";
}

.fa-jar-wheat::before,
.fa-jar-wheat-child > a::before {
  content: "\e517";
}

.fa-envelopes-bulk::before,
.fa-envelopes-bulk-child > a::before {
  content: "\f674";
}

.fa-mail-bulk::before,
.fa-mail-bulk-child > a::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before,
.fa-file-circle-exclamation-child > a::before {
  content: "\e4eb";
}

.fa-circle-h::before,
.fa-circle-h-child > a::before {
  content: "\f47e";
}

.fa-hospital-symbol::before,
.fa-hospital-symbol-child > a::before {
  content: "\f47e";
}

.fa-pager::before,
.fa-pager-child > a::before {
  content: "\f815";
}

.fa-address-book::before,
.fa-address-book-child > a::before {
  content: "\f2b9";
}

.fa-contact-book::before,
.fa-contact-book-child > a::before {
  content: "\f2b9";
}

.fa-strikethrough::before,
.fa-strikethrough-child > a::before {
  content: "\f0cc";
}

.fa-k::before,
.fa-k-child > a::before {
  content: "K";
}

.fa-landmark-flag::before,
.fa-landmark-flag-child > a::before {
  content: "\e51c";
}

.fa-pencil::before,
.fa-pencil-child > a::before {
  content: "\f303";
}

.fa-pencil-alt::before,
.fa-pencil-alt-child > a::before {
  content: "\f303";
}

.fa-backward::before,
.fa-backward-child > a::before {
  content: "\f04a";
}

.fa-caret-right::before,
.fa-caret-right-child > a::before {
  content: "\f0da";
}

.fa-comments::before,
.fa-comments-child > a::before {
  content: "\f086";
}

.fa-paste::before,
.fa-paste-child > a::before {
  content: "\f0ea";
}

.fa-file-clipboard::before,
.fa-file-clipboard-child > a::before {
  content: "\f0ea";
}

.fa-code-pull-request::before,
.fa-code-pull-request-child > a::before {
  content: "\e13c";
}

.fa-clipboard-list::before,
.fa-clipboard-list-child > a::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before,
.fa-truck-ramp-box-child > a::before {
  content: "\f4de";
}

.fa-truck-loading::before,
.fa-truck-loading-child > a::before {
  content: "\f4de";
}

.fa-user-check::before,
.fa-user-check-child > a::before {
  content: "\f4fc";
}

.fa-vial-virus::before,
.fa-vial-virus-child > a::before {
  content: "\e597";
}

.fa-sheet-plastic::before,
.fa-sheet-plastic-child > a::before {
  content: "\e571";
}

.fa-blog::before,
.fa-blog-child > a::before {
  content: "\f781";
}

.fa-user-ninja::before,
.fa-user-ninja-child > a::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before,
.fa-person-arrow-up-from-line-child > a::before {
  content: "\e539";
}

.fa-scroll-torah::before,
.fa-scroll-torah-child > a::before {
  content: "\f6a0";
}

.fa-torah::before,
.fa-torah-child > a::before {
  content: "\f6a0";
}

.fa-broom-ball::before,
.fa-broom-ball-child > a::before {
  content: "\f458";
}

.fa-quidditch::before,
.fa-quidditch-child > a::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before,
.fa-quidditch-broom-ball-child > a::before {
  content: "\f458";
}

.fa-toggle-off::before,
.fa-toggle-off-child > a::before {
  content: "\f204";
}

.fa-box-archive::before,
.fa-box-archive-child > a::before {
  content: "\f187";
}

.fa-archive::before,
.fa-archive-child > a::before {
  content: "\f187";
}

.fa-person-drowning::before,
.fa-person-drowning-child > a::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before,
.fa-arrow-down-9-1-child > a::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before,
.fa-sort-numeric-desc-child > a::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before,
.fa-sort-numeric-down-alt-child > a::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before,
.fa-face-grin-tongue-squint-child > a::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before,
.fa-grin-tongue-squint-child > a::before {
  content: "\f58a";
}

.fa-spray-can::before,
.fa-spray-can-child > a::before {
  content: "\f5bd";
}

.fa-truck-monster::before,
.fa-truck-monster-child > a::before {
  content: "\f63b";
}

.fa-w::before,
.fa-w-child > a::before {
  content: "W";
}

.fa-earth-africa::before,
.fa-earth-africa-child > a::before {
  content: "\f57c";
}

.fa-globe-africa::before,
.fa-globe-africa-child > a::before {
  content: "\f57c";
}

.fa-rainbow::before,
.fa-rainbow-child > a::before {
  content: "\f75b";
}

.fa-circle-notch::before,
.fa-circle-notch-child > a::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before,
.fa-tablet-screen-button-child > a::before {
  content: "\f3fa";
}

.fa-tablet-alt::before,
.fa-tablet-alt-child > a::before {
  content: "\f3fa";
}

.fa-paw::before,
.fa-paw-child > a::before {
  content: "\f1b0";
}

.fa-cloud::before,
.fa-cloud-child > a::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before,
.fa-trowel-bricks-child > a::before {
  content: "\e58a";
}

.fa-face-flushed::before,
.fa-face-flushed-child > a::before {
  content: "\f579";
}

.fa-flushed::before,
.fa-flushed-child > a::before {
  content: "\f579";
}

.fa-hospital-user::before,
.fa-hospital-user-child > a::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before,
.fa-tent-arrow-left-right-child > a::before {
  content: "\e57f";
}

.fa-gavel::before,
.fa-gavel-child > a::before {
  content: "\f0e3";
}

.fa-legal::before,
.fa-legal-child > a::before {
  content: "\f0e3";
}

.fa-binoculars::before,
.fa-binoculars-child > a::before {
  content: "\f1e5";
}

.fa-microphone-slash::before,
.fa-microphone-slash-child > a::before {
  content: "\f131";
}

.fa-box-tissue::before,
.fa-box-tissue-child > a::before {
  content: "\e05b";
}

.fa-motorcycle::before,
.fa-motorcycle-child > a::before {
  content: "\f21c";
}

.fa-bell-concierge::before,
.fa-bell-concierge-child > a::before {
  content: "\f562";
}

.fa-concierge-bell::before,
.fa-concierge-bell-child > a::before {
  content: "\f562";
}

.fa-pen-ruler::before,
.fa-pen-ruler-child > a::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before,
.fa-pencil-ruler-child > a::before {
  content: "\f5ae";
}

.fa-people-arrows::before,
.fa-people-arrows-child > a::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before,
.fa-people-arrows-left-right-child > a::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before,
.fa-mars-and-venus-burst-child > a::before {
  content: "\e523";
}

.fa-square-caret-right::before,
.fa-square-caret-right-child > a::before {
  content: "\f152";
}

.fa-caret-square-right::before,
.fa-caret-square-right-child > a::before {
  content: "\f152";
}

.fa-scissors::before,
.fa-scissors-child > a::before {
  content: "\f0c4";
}

.fa-cut::before,
.fa-cut-child > a::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before,
.fa-sun-plant-wilt-child > a::before {
  content: "\e57a";
}

.fa-toilets-portable::before,
.fa-toilets-portable-child > a::before {
  content: "\e584";
}

.fa-hockey-puck::before,
.fa-hockey-puck-child > a::before {
  content: "\f453";
}

.fa-table::before,
.fa-table-child > a::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before,
.fa-magnifying-glass-arrow-right-child > a::before {
  content: "\e521";
}

.fa-tachograph-digital::before,
.fa-tachograph-digital-child > a::before {
  content: "\f566";
}

.fa-digital-tachograph::before,
.fa-digital-tachograph-child > a::before {
  content: "\f566";
}

.fa-users-slash::before,
.fa-users-slash-child > a::before {
  content: "\e073";
}

.fa-clover::before,
.fa-clover-child > a::before {
  content: "\e139";
}

.fa-reply::before,
.fa-reply-child > a::before {
  content: "\f3e5";
}

.fa-mail-reply::before,
.fa-mail-reply-child > a::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before,
.fa-star-and-crescent-child > a::before {
  content: "\f699";
}

.fa-house-fire::before,
.fa-house-fire-child > a::before {
  content: "\e50c";
}

.fa-square-minus::before,
.fa-square-minus-child > a::before {
  content: "\f146";
}

.fa-minus-square::before,
.fa-minus-square-child > a::before {
  content: "\f146";
}

.fa-helicopter::before,
.fa-helicopter-child > a::before {
  content: "\f533";
}

.fa-compass::before,
.fa-compass-child > a::before {
  content: "\f14e";
}

.fa-square-caret-down::before,
.fa-square-caret-down-child > a::before {
  content: "\f150";
}

.fa-caret-square-down::before,
.fa-caret-square-down-child > a::before {
  content: "\f150";
}

.fa-file-circle-question::before,
.fa-file-circle-question-child > a::before {
  content: "\e4ef";
}

.fa-laptop-code::before,
.fa-laptop-code-child > a::before {
  content: "\f5fc";
}

.fa-swatchbook::before,
.fa-swatchbook-child > a::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before,
.fa-prescription-bottle-child > a::before {
  content: "\f485";
}

.fa-bars::before,
.fa-bars-child > a::before {
  content: "\f0c9";
}

.fa-navicon::before,
.fa-navicon-child > a::before {
  content: "\f0c9";
}

.fa-people-group::before,
.fa-people-group-child > a::before {
  content: "\e533";
}

.fa-hourglass-end::before,
.fa-hourglass-end-child > a::before {
  content: "\f253";
}

.fa-hourglass-3::before,
.fa-hourglass-3-child > a::before {
  content: "\f253";
}

.fa-heart-crack::before,
.fa-heart-crack-child > a::before {
  content: "\f7a9";
}

.fa-heart-broken::before,
.fa-heart-broken-child > a::before {
  content: "\f7a9";
}

.fa-square-up-right::before,
.fa-square-up-right-child > a::before {
  content: "\f360";
}

.fa-external-link-square-alt::before,
.fa-external-link-square-alt-child > a::before {
  content: "\f360";
}

.fa-face-kiss-beam::before,
.fa-face-kiss-beam-child > a::before {
  content: "\f597";
}

.fa-kiss-beam::before,
.fa-kiss-beam-child > a::before {
  content: "\f597";
}

.fa-film::before,
.fa-film-child > a::before {
  content: "\f008";
}

.fa-ruler-horizontal::before,
.fa-ruler-horizontal-child > a::before {
  content: "\f547";
}

.fa-people-robbery::before,
.fa-people-robbery-child > a::before {
  content: "\e536";
}

.fa-lightbulb::before,
.fa-lightbulb-child > a::before {
  content: "\f0eb";
}

.fa-caret-left::before,
.fa-caret-left-child > a::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before,
.fa-circle-exclamation-child > a::before {
  content: "\f06a";
}

.fa-exclamation-circle::before,
.fa-exclamation-circle-child > a::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before,
.fa-school-circle-xmark-child > a::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before,
.fa-arrow-right-from-bracket-child > a::before {
  content: "\f08b";
}

.fa-sign-out::before,
.fa-sign-out-child > a::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before,
.fa-circle-chevron-down-child > a::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before,
.fa-chevron-circle-down-child > a::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before,
.fa-unlock-keyhole-child > a::before {
  content: "\f13e";
}

.fa-unlock-alt::before,
.fa-unlock-alt-child > a::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before,
.fa-cloud-showers-heavy-child > a::before {
  content: "\f740";
}

.fa-headphones-simple::before,
.fa-headphones-simple-child > a::before {
  content: "\f58f";
}

.fa-headphones-alt::before,
.fa-headphones-alt-child > a::before {
  content: "\f58f";
}

.fa-sitemap::before,
.fa-sitemap-child > a::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before,
.fa-circle-dollar-to-slot-child > a::before {
  content: "\f4b9";
}

.fa-donate::before,
.fa-donate-child > a::before {
  content: "\f4b9";
}

.fa-memory::before,
.fa-memory-child > a::before {
  content: "\f538";
}

.fa-road-spikes::before,
.fa-road-spikes-child > a::before {
  content: "\e568";
}

.fa-fire-burner::before,
.fa-fire-burner-child > a::before {
  content: "\e4f1";
}

.fa-flag::before,
.fa-flag-child > a::before {
  content: "\f024";
}

.fa-hanukiah::before,
.fa-hanukiah-child > a::before {
  content: "\f6e6";
}

.fa-feather::before,
.fa-feather-child > a::before {
  content: "\f52d";
}

.fa-volume-low::before,
.fa-volume-low-child > a::before {
  content: "\f027";
}

.fa-volume-down::before,
.fa-volume-down-child > a::before {
  content: "\f027";
}

.fa-comment-slash::before,
.fa-comment-slash-child > a::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before,
.fa-cloud-sun-rain-child > a::before {
  content: "\f743";
}

.fa-compress::before,
.fa-compress-child > a::before {
  content: "\f066";
}

.fa-wheat-awn::before,
.fa-wheat-awn-child > a::before {
  content: "\e2cd";
}

.fa-wheat-alt::before,
.fa-wheat-alt-child > a::before {
  content: "\e2cd";
}

.fa-ankh::before,
.fa-ankh-child > a::before {
  content: "\f644";
}

.fa-hands-holding-child > a::before,
.fa-hands-holding-child-child > a::before {
  content: "\e4fa";
}

.fa-asterisk::before,
.fa-asterisk-child > a::before {
  content: "*";
}

.fa-square-check::before,
.fa-square-check-child > a::before {
  content: "\f14a";
}

.fa-check-square::before,
.fa-check-square-child > a::before {
  content: "\f14a";
}

.fa-peseta-sign::before,
.fa-peseta-sign-child > a::before {
  content: "\e221";
}

.fa-heading::before,
.fa-heading-child > a::before {
  content: "\f1dc";
}

.fa-header::before,
.fa-header-child > a::before {
  content: "\f1dc";
}

.fa-ghost::before,
.fa-ghost-child > a::before {
  content: "\f6e2";
}

.fa-list::before,
.fa-list-child > a::before {
  content: "\f03a";
}

.fa-list-squares::before,
.fa-list-squares-child > a::before {
  content: "\f03a";
}

.fa-square-phone-flip::before,
.fa-square-phone-flip-child > a::before {
  content: "\f87b";
}

.fa-phone-square-alt::before,
.fa-phone-square-alt-child > a::before {
  content: "\f87b";
}

.fa-cart-plus::before,
.fa-cart-plus-child > a::before {
  content: "\f217";
}

.fa-gamepad::before,
.fa-gamepad-child > a::before {
  content: "\f11b";
}

.fa-circle-dot::before,
.fa-circle-dot-child > a::before {
  content: "\f192";
}

.fa-dot-circle::before,
.fa-dot-circle-child > a::before {
  content: "\f192";
}

.fa-face-dizzy::before,
.fa-face-dizzy-child > a::before {
  content: "\f567";
}

.fa-dizzy::before,
.fa-dizzy-child > a::before {
  content: "\f567";
}

.fa-egg::before,
.fa-egg-child > a::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before,
.fa-house-medical-circle-xmark-child > a::before {
  content: "\e513";
}

.fa-campground::before,
.fa-campground-child > a::before {
  content: "\f6bb";
}

.fa-folder-plus::before,
.fa-folder-plus-child > a::before {
  content: "\f65e";
}

.fa-futbol::before,
.fa-futbol-child > a::before {
  content: "\f1e3";
}

.fa-futbol-ball::before,
.fa-futbol-ball-child > a::before {
  content: "\f1e3";
}

.fa-soccer-ball::before,
.fa-soccer-ball-child > a::before {
  content: "\f1e3";
}

.fa-paintbrush::before,
.fa-paintbrush-child > a::before {
  content: "\f1fc";
}

.fa-paint-brush::before,
.fa-paint-brush-child > a::before {
  content: "\f1fc";
}

.fa-lock::before,
.fa-lock-child > a::before {
  content: "\f023";
}

.fa-gas-pump::before,
.fa-gas-pump-child > a::before {
  content: "\f52f";
}

.fa-hot-tub-person::before,
.fa-hot-tub-person-child > a::before {
  content: "\f593";
}

.fa-hot-tub::before,
.fa-hot-tub-child > a::before {
  content: "\f593";
}

.fa-map-location::before,
.fa-map-location-child > a::before {
  content: "\f59f";
}

.fa-map-marked::before,
.fa-map-marked-child > a::before {
  content: "\f59f";
}

.fa-house-flood-water::before,
.fa-house-flood-water-child > a::before {
  content: "\e50e";
}

.fa-tree::before,
.fa-tree-child > a::before {
  content: "\f1bb";
}

.fa-bridge-lock::before,
.fa-bridge-lock-child > a::before {
  content: "\e4cc";
}

.fa-sack-dollar::before,
.fa-sack-dollar-child > a::before {
  content: "\f81d";
}

.fa-pen-to-square::before,
.fa-pen-to-square-child > a::before {
  content: "\f044";
}

.fa-edit::before,
.fa-edit-child > a::before {
  content: "\f044";
}

.fa-car-side::before,
.fa-car-side-child > a::before {
  content: "\f5e4";
}

.fa-share-nodes::before,
.fa-share-nodes-child > a::before {
  content: "\f1e0";
}

.fa-share-alt::before,
.fa-share-alt-child > a::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before,
.fa-heart-circle-minus-child > a::before {
  content: "\e4ff";
}

.fa-hourglass-half::before,
.fa-hourglass-half-child > a::before {
  content: "\f252";
}

.fa-hourglass-2::before,
.fa-hourglass-2-child > a::before {
  content: "\f252";
}

.fa-microscope::before,
.fa-microscope-child > a::before {
  content: "\f610";
}

.fa-sink::before,
.fa-sink-child > a::before {
  content: "\e06d";
}

.fa-bag-shopping::before,
.fa-bag-shopping-child > a::before {
  content: "\f290";
}

.fa-shopping-bag::before,
.fa-shopping-bag-child > a::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before,
.fa-arrow-down-z-a-child > a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before,
.fa-sort-alpha-desc-child > a::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before,
.fa-sort-alpha-down-alt-child > a::before {
  content: "\f881";
}

.fa-mitten::before,
.fa-mitten-child > a::before {
  content: "\f7b5";
}

.fa-person-rays::before,
.fa-person-rays-child > a::before {
  content: "\e54d";
}

.fa-users::before,
.fa-users-child > a::before {
  content: "\f0c0";
}

.fa-eye-slash::before,
.fa-eye-slash-child > a::before {
  content: "\f070";
}

.fa-flask-vial::before,
.fa-flask-vial-child > a::before {
  content: "\e4f3";
}

.fa-hand::before,
.fa-hand-child > a::before {
  content: "\f256";
}

.fa-hand-paper::before,
.fa-hand-paper-child > a::before {
  content: "\f256";
}

.fa-om::before,
.fa-om-child > a::before {
  content: "\f679";
}

.fa-worm::before,
.fa-worm-child > a::before {
  content: "\e599";
}

.fa-house-circle-xmark::before,
.fa-house-circle-xmark-child > a::before {
  content: "\e50b";
}

.fa-plug::before,
.fa-plug-child > a::before {
  content: "\f1e6";
}

.fa-chevron-up::before,
.fa-chevron-up-child > a::before {
  content: "\f077";
}

.fa-hand-spock::before,
.fa-hand-spock-child > a::before {
  content: "\f259";
}

.fa-stopwatch::before,
.fa-stopwatch-child > a::before {
  content: "\f2f2";
}

.fa-face-kiss::before,
.fa-face-kiss-child > a::before {
  content: "\f596";
}

.fa-kiss::before,
.fa-kiss-child > a::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before,
.fa-bridge-circle-xmark-child > a::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before,
.fa-face-grin-tongue-child > a::before {
  content: "\f589";
}

.fa-grin-tongue::before,
.fa-grin-tongue-child > a::before {
  content: "\f589";
}

.fa-chess-bishop::before,
.fa-chess-bishop-child > a::before {
  content: "\f43a";
}

.fa-face-grin-wink::before,
.fa-face-grin-wink-child > a::before {
  content: "\f58c";
}

.fa-grin-wink::before,
.fa-grin-wink-child > a::before {
  content: "\f58c";
}

.fa-ear-deaf::before,
.fa-ear-deaf-child > a::before {
  content: "\f2a4";
}

.fa-deaf::before,
.fa-deaf-child > a::before {
  content: "\f2a4";
}

.fa-deafness::before,
.fa-deafness-child > a::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before,
.fa-hard-of-hearing-child > a::before {
  content: "\f2a4";
}

.fa-road-circle-check::before,
.fa-road-circle-check-child > a::before {
  content: "\e564";
}

.fa-dice-five::before,
.fa-dice-five-child > a::before {
  content: "\f523";
}

.fa-square-rss::before,
.fa-square-rss-child > a::before {
  content: "\f143";
}

.fa-rss-square::before,
.fa-rss-square-child > a::before {
  content: "\f143";
}

.fa-land-mine-on::before,
.fa-land-mine-on-child > a::before {
  content: "\e51b";
}

.fa-i-cursor::before,
.fa-i-cursor-child > a::before {
  content: "\f246";
}

.fa-stamp::before,
.fa-stamp-child > a::before {
  content: "\f5bf";
}

.fa-stairs::before,
.fa-stairs-child > a::before {
  content: "\e289";
}

.fa-i::before,
.fa-i-child > a::before {
  content: "I";
}

.fa-hryvnia-sign::before,
.fa-hryvnia-sign-child > a::before {
  content: "\f6f2";
}

.fa-hryvnia::before,
.fa-hryvnia-child > a::before {
  content: "\f6f2";
}

.fa-pills::before,
.fa-pills-child > a::before {
  content: "\f484";
}

.fa-face-grin-wide::before,
.fa-face-grin-wide-child > a::before {
  content: "\f581";
}

.fa-grin-alt::before,
.fa-grin-alt-child > a::before {
  content: "\f581";
}

.fa-tooth::before,
.fa-tooth-child > a::before {
  content: "\f5c9";
}

.fa-v::before,
.fa-v-child > a::before {
  content: "V";
}

.fa-bicycle::before,
.fa-bicycle-child > a::before {
  content: "\f206";
}

.fa-staff-snake::before,
.fa-staff-snake-child > a::before {
  content: "\e579";
}

.fa-rod-asclepius::before,
.fa-rod-asclepius-child > a::before {
  content: "\e579";
}

.fa-rod-snake::before,
.fa-rod-snake-child > a::before {
  content: "\e579";
}

.fa-staff-aesculapius::before,
.fa-staff-aesculapius-child > a::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before,
.fa-head-side-cough-slash-child > a::before {
  content: "\e062";
}

.fa-truck-medical::before,
.fa-truck-medical-child > a::before {
  content: "\f0f9";
}

.fa-ambulance::before,
.fa-ambulance-child > a::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before,
.fa-wheat-awn-circle-exclamation-child > a::before {
  content: "\e598";
}

.fa-snowman::before,
.fa-snowman-child > a::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before,
.fa-mortar-pestle-child > a::before {
  content: "\f5a7";
}

.fa-road-barrier::before,
.fa-road-barrier-child > a::before {
  content: "\e562";
}

.fa-school::before,
.fa-school-child > a::before {
  content: "\f549";
}

.fa-igloo::before,
.fa-igloo-child > a::before {
  content: "\f7ae";
}

.fa-joint::before,
.fa-joint-child > a::before {
  content: "\f595";
}

.fa-angle-right::before,
.fa-angle-right-child > a::before {
  content: "\f105";
}

.fa-horse::before,
.fa-horse-child > a::before {
  content: "\f6f0";
}

.fa-q::before,
.fa-q-child > a::before {
  content: "Q";
}

.fa-g::before,
.fa-g-child > a::before {
  content: "G";
}

.fa-notes-medical::before,
.fa-notes-medical-child > a::before {
  content: "\f481";
}

.fa-temperature-half::before,
.fa-temperature-half-child > a::before {
  content: "\f2c9";
}

.fa-temperature-2::before,
.fa-temperature-2-child > a::before {
  content: "\f2c9";
}

.fa-thermometer-2::before,
.fa-thermometer-2-child > a::before {
  content: "\f2c9";
}

.fa-thermometer-half::before,
.fa-thermometer-half-child > a::before {
  content: "\f2c9";
}

.fa-dong-sign::before,
.fa-dong-sign-child > a::before {
  content: "\e169";
}

.fa-capsules::before,
.fa-capsules-child > a::before {
  content: "\f46b";
}

.fa-poo-storm::before,
.fa-poo-storm-child > a::before {
  content: "\f75a";
}

.fa-poo-bolt::before,
.fa-poo-bolt-child > a::before {
  content: "\f75a";
}

.fa-face-frown-open::before,
.fa-face-frown-open-child > a::before {
  content: "\f57a";
}

.fa-frown-open::before,
.fa-frown-open-child > a::before {
  content: "\f57a";
}

.fa-hand-point-up::before,
.fa-hand-point-up-child > a::before {
  content: "\f0a6";
}

.fa-money-bill::before,
.fa-money-bill-child > a::before {
  content: "\f0d6";
}

.fa-bookmark::before,
.fa-bookmark-child > a::before {
  content: "\f02e";
}

.fa-align-justify::before,
.fa-align-justify-child > a::before {
  content: "\f039";
}

.fa-umbrella-beach::before,
.fa-umbrella-beach-child > a::before {
  content: "\f5ca";
}

.fa-helmet-un::before,
.fa-helmet-un-child > a::before {
  content: "\e503";
}

.fa-bullseye::before,
.fa-bullseye-child > a::before {
  content: "\f140";
}

.fa-bacon::before,
.fa-bacon-child > a::before {
  content: "\f7e5";
}

.fa-hand-point-down::before,
.fa-hand-point-down-child > a::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before,
.fa-arrow-up-from-bracket-child > a::before {
  content: "\e09a";
}

.fa-folder::before,
.fa-folder-child > a::before {
  content: "\f07b";
}

.fa-folder-blank::before,
.fa-folder-blank-child > a::before {
  content: "\f07b";
}

.fa-file-waveform::before,
.fa-file-waveform-child > a::before {
  content: "\f478";
}

.fa-file-medical-alt::before,
.fa-file-medical-alt-child > a::before {
  content: "\f478";
}

.fa-radiation::before,
.fa-radiation-child > a::before {
  content: "\f7b9";
}

.fa-chart-simple::before,
.fa-chart-simple-child > a::before {
  content: "\e473";
}

.fa-mars-stroke::before,
.fa-mars-stroke-child > a::before {
  content: "\f229";
}

.fa-vial::before,
.fa-vial-child > a::before {
  content: "\f492";
}

.fa-gauge::before,
.fa-gauge-child > a::before {
  content: "\f624";
}

.fa-dashboard::before,
.fa-dashboard-child > a::before {
  content: "\f624";
}

.fa-gauge-med::before,
.fa-gauge-med-child > a::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before,
.fa-tachometer-alt-average-child > a::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before,
.fa-wand-magic-sparkles-child > a::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before,
.fa-magic-wand-sparkles-child > a::before {
  content: "\e2ca";
}

.fa-e::before,
.fa-e-child > a::before {
  content: "E";
}

.fa-pen-clip::before,
.fa-pen-clip-child > a::before {
  content: "\f305";
}

.fa-pen-alt::before,
.fa-pen-alt-child > a::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before,
.fa-bridge-circle-exclamation-child > a::before {
  content: "\e4ca";
}

.fa-user::before,
.fa-user-child > a::before {
  content: "\f007";
}

.fa-school-circle-check::before,
.fa-school-circle-check-child > a::before {
  content: "\e56b";
}

.fa-dumpster::before,
.fa-dumpster-child > a::before {
  content: "\f793";
}

.fa-van-shuttle::before,
.fa-van-shuttle-child > a::before {
  content: "\f5b6";
}

.fa-shuttle-van::before,
.fa-shuttle-van-child > a::before {
  content: "\f5b6";
}

.fa-building-user::before,
.fa-building-user-child > a::before {
  content: "\e4da";
}

.fa-square-caret-left::before,
.fa-square-caret-left-child > a::before {
  content: "\f191";
}

.fa-caret-square-left::before,
.fa-caret-square-left-child > a::before {
  content: "\f191";
}

.fa-highlighter::before,
.fa-highlighter-child > a::before {
  content: "\f591";
}

.fa-key::before,
.fa-key-child > a::before {
  content: "\f084";
}

.fa-bullhorn::before,
.fa-bullhorn-child > a::before {
  content: "\f0a1";
}

.fa-globe::before,
.fa-globe-child > a::before {
  content: "\f0ac";
}

.fa-synagogue::before,
.fa-synagogue-child > a::before {
  content: "\f69b";
}

.fa-person-half-dress::before,
.fa-person-half-dress-child > a::before {
  content: "\e548";
}

.fa-road-bridge::before,
.fa-road-bridge-child > a::before {
  content: "\e563";
}

.fa-location-arrow::before,
.fa-location-arrow-child > a::before {
  content: "\f124";
}

.fa-c::before,
.fa-c-child > a::before {
  content: "C";
}

.fa-tablet-button::before,
.fa-tablet-button-child > a::before {
  content: "\f10a";
}

.fa-building-lock::before,
.fa-building-lock-child > a::before {
  content: "\e4d6";
}

.fa-pizza-slice::before,
.fa-pizza-slice-child > a::before {
  content: "\f818";
}

.fa-money-bill-wave::before,
.fa-money-bill-wave-child > a::before {
  content: "\f53a";
}

.fa-chart-area::before,
.fa-chart-area-child > a::before {
  content: "\f1fe";
}

.fa-area-chart::before,
.fa-area-chart-child > a::before {
  content: "\f1fe";
}

.fa-house-flag::before,
.fa-house-flag-child > a::before {
  content: "\e50d";
}

.fa-person-circle-minus::before,
.fa-person-circle-minus-child > a::before {
  content: "\e540";
}

.fa-ban::before,
.fa-ban-child > a::before {
  content: "\f05e";
}

.fa-cancel::before,
.fa-cancel-child > a::before {
  content: "\f05e";
}

.fa-camera-rotate::before,
.fa-camera-rotate-child > a::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before,
.fa-spray-can-sparkles-child > a::before {
  content: "\f5d0";
}

.fa-air-freshener::before,
.fa-air-freshener-child > a::before {
  content: "\f5d0";
}

.fa-star::before,
.fa-star-child > a::before {
  content: "\f005";
}

.fa-repeat::before,
.fa-repeat-child > a::before {
  content: "\f363";
}

.fa-cross::before,
.fa-cross-child > a::before {
  content: "\f654";
}

.fa-box::before,
.fa-box-child > a::before {
  content: "\f466";
}

.fa-venus-mars::before,
.fa-venus-mars-child > a::before {
  content: "\f228";
}

.fa-arrow-pointer::before,
.fa-arrow-pointer-child > a::before {
  content: "\f245";
}

.fa-mouse-pointer::before,
.fa-mouse-pointer-child > a::before {
  content: "\f245";
}

.fa-maximize::before,
.fa-maximize-child > a::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before,
.fa-expand-arrows-alt-child > a::before {
  content: "\f31e";
}

.fa-charging-station::before,
.fa-charging-station-child > a::before {
  content: "\f5e7";
}

.fa-shapes::before,
.fa-shapes-child > a::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before,
.fa-triangle-circle-square-child > a::before {
  content: "\f61f";
}

.fa-shuffle::before,
.fa-shuffle-child > a::before {
  content: "\f074";
}

.fa-random::before,
.fa-random-child > a::before {
  content: "\f074";
}

.fa-person-running::before,
.fa-person-running-child > a::before {
  content: "\f70c";
}

.fa-running::before,
.fa-running-child > a::before {
  content: "\f70c";
}

.fa-mobile-retro::before,
.fa-mobile-retro-child > a::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before,
.fa-grip-lines-vertical-child > a::before {
  content: "\f7a5";
}

.fa-spider::before,
.fa-spider-child > a::before {
  content: "\f717";
}

.fa-hands-bound::before,
.fa-hands-bound-child > a::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before,
.fa-file-invoice-dollar-child > a::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before,
.fa-plane-circle-exclamation-child > a::before {
  content: "\e556";
}

.fa-x-ray::before,
.fa-x-ray-child > a::before {
  content: "\f497";
}

.fa-spell-check::before,
.fa-spell-check-child > a::before {
  content: "\f891";
}

.fa-slash::before,
.fa-slash-child > a::before {
  content: "\f715";
}

.fa-computer-mouse::before,
.fa-computer-mouse-child > a::before {
  content: "\f8cc";
}

.fa-mouse::before,
.fa-mouse-child > a::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before,
.fa-arrow-right-to-bracket-child > a::before {
  content: "\f090";
}

.fa-sign-in::before,
.fa-sign-in-child > a::before {
  content: "\f090";
}

.fa-shop-slash::before,
.fa-shop-slash-child > a::before {
  content: "\e070";
}

.fa-store-alt-slash::before,
.fa-store-alt-slash-child > a::before {
  content: "\e070";
}

.fa-server::before,
.fa-server-child > a::before {
  content: "\f233";
}

.fa-virus-covid-slash::before,
.fa-virus-covid-slash-child > a::before {
  content: "\e4a9";
}

.fa-shop-lock::before,
.fa-shop-lock-child > a::before {
  content: "\e4a5";
}

.fa-hourglass-start::before,
.fa-hourglass-start-child > a::before {
  content: "\f251";
}

.fa-hourglass-1::before,
.fa-hourglass-1-child > a::before {
  content: "\f251";
}

.fa-blender-phone::before,
.fa-blender-phone-child > a::before {
  content: "\f6b6";
}

.fa-building-wheat::before,
.fa-building-wheat-child > a::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before,
.fa-person-breastfeeding-child > a::before {
  content: "\e53a";
}

.fa-right-to-bracket::before,
.fa-right-to-bracket-child > a::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before,
.fa-sign-in-alt-child > a::before {
  content: "\f2f6";
}

.fa-venus::before,
.fa-venus-child > a::before {
  content: "\f221";
}

.fa-passport::before,
.fa-passport-child > a::before {
  content: "\f5ab";
}

.fa-heart-pulse::before,
.fa-heart-pulse-child > a::before {
  content: "\f21e";
}

.fa-heartbeat::before,
.fa-heartbeat-child > a::before {
  content: "\f21e";
}

.fa-people-carry-box::before,
.fa-people-carry-box-child > a::before {
  content: "\f4ce";
}

.fa-people-carry::before,
.fa-people-carry-child > a::before {
  content: "\f4ce";
}

.fa-temperature-high::before,
.fa-temperature-high-child > a::before {
  content: "\f769";
}

.fa-microchip::before,
.fa-microchip-child > a::before {
  content: "\f2db";
}

.fa-crown::before,
.fa-crown-child > a::before {
  content: "\f521";
}

.fa-weight-hanging::before,
.fa-weight-hanging-child > a::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before,
.fa-xmarks-lines-child > a::before {
  content: "\e59a";
}

.fa-file-prescription::before,
.fa-file-prescription-child > a::before {
  content: "\f572";
}

.fa-weight-scale::before,
.fa-weight-scale-child > a::before {
  content: "\f496";
}

.fa-weight::before,
.fa-weight-child > a::before {
  content: "\f496";
}

.fa-user-group::before,
.fa-user-group-child > a::before {
  content: "\f500";
}

.fa-user-friends::before,
.fa-user-friends-child > a::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before,
.fa-arrow-up-a-z-child > a::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before,
.fa-sort-alpha-up-child > a::before {
  content: "\f15e";
}

.fa-chess-knight::before,
.fa-chess-knight-child > a::before {
  content: "\f441";
}

.fa-face-laugh-squint::before,
.fa-face-laugh-squint-child > a::before {
  content: "\f59b";
}

.fa-laugh-squint::before,
.fa-laugh-squint-child > a::before {
  content: "\f59b";
}

.fa-wheelchair::before,
.fa-wheelchair-child > a::before {
  content: "\f193";
}

.fa-circle-arrow-up::before,
.fa-circle-arrow-up-child > a::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before,
.fa-arrow-circle-up-child > a::before {
  content: "\f0aa";
}

.fa-toggle-on::before,
.fa-toggle-on-child > a::before {
  content: "\f205";
}

.fa-person-walking::before,
.fa-person-walking-child > a::before {
  content: "\f554";
}

.fa-walking::before,
.fa-walking-child > a::before {
  content: "\f554";
}

.fa-l::before,
.fa-l-child > a::before {
  content: "L";
}

.fa-fire::before,
.fa-fire-child > a::before {
  content: "\f06d";
}

.fa-bed-pulse::before,
.fa-bed-pulse-child > a::before {
  content: "\f487";
}

.fa-procedures::before,
.fa-procedures-child > a::before {
  content: "\f487";
}

.fa-shuttle-space::before,
.fa-shuttle-space-child > a::before {
  content: "\f197";
}

.fa-space-shuttle::before,
.fa-space-shuttle-child > a::before {
  content: "\f197";
}

.fa-face-laugh::before,
.fa-face-laugh-child > a::before {
  content: "\f599";
}

.fa-laugh::before,
.fa-laugh-child > a::before {
  content: "\f599";
}

.fa-folder-open::before,
.fa-folder-open-child > a::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before,
.fa-heart-circle-plus-child > a::before {
  content: "\e500";
}

.fa-code-fork::before,
.fa-code-fork-child > a::before {
  content: "\e13b";
}

.fa-city::before,
.fa-city-child > a::before {
  content: "\f64f";
}

.fa-microphone-lines::before,
.fa-microphone-lines-child > a::before {
  content: "\f3c9";
}

.fa-microphone-alt::before,
.fa-microphone-alt-child > a::before {
  content: "\f3c9";
}

.fa-pepper-hot::before,
.fa-pepper-hot-child > a::before {
  content: "\f816";
}

.fa-unlock::before,
.fa-unlock-child > a::before {
  content: "\f09c";
}

.fa-colon-sign::before,
.fa-colon-sign-child > a::before {
  content: "\e140";
}

.fa-headset::before,
.fa-headset-child > a::before {
  content: "\f590";
}

.fa-store-slash::before,
.fa-store-slash-child > a::before {
  content: "\e071";
}

.fa-road-circle-xmark::before,
.fa-road-circle-xmark-child > a::before {
  content: "\e566";
}

.fa-user-minus::before,
.fa-user-minus-child > a::before {
  content: "\f503";
}

.fa-mars-stroke-up::before,
.fa-mars-stroke-up-child > a::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before,
.fa-mars-stroke-v-child > a::before {
  content: "\f22a";
}

.fa-champagne-glasses::before,
.fa-champagne-glasses-child > a::before {
  content: "\f79f";
}

.fa-glass-cheers::before,
.fa-glass-cheers-child > a::before {
  content: "\f79f";
}

.fa-clipboard::before,
.fa-clipboard-child > a::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before,
.fa-house-circle-exclamation-child > a::before {
  content: "\e50a";
}

.fa-file-arrow-up::before,
.fa-file-arrow-up-child > a::before {
  content: "\f574";
}

.fa-file-upload::before,
.fa-file-upload-child > a::before {
  content: "\f574";
}

.fa-wifi::before,
.fa-wifi-child > a::before {
  content: "\f1eb";
}

.fa-wifi-3::before,
.fa-wifi-3-child > a::before {
  content: "\f1eb";
}

.fa-wifi-strong::before,
.fa-wifi-strong-child > a::before {
  content: "\f1eb";
}

.fa-bath::before,
.fa-bath-child > a::before {
  content: "\f2cd";
}

.fa-bathtub::before,
.fa-bathtub-child > a::before {
  content: "\f2cd";
}

.fa-underline::before,
.fa-underline-child > a::before {
  content: "\f0cd";
}

.fa-user-pen::before,
.fa-user-pen-child > a::before {
  content: "\f4ff";
}

.fa-user-edit::before,
.fa-user-edit-child > a::before {
  content: "\f4ff";
}

.fa-signature::before,
.fa-signature-child > a::before {
  content: "\f5b7";
}

.fa-stroopwafel::before,
.fa-stroopwafel-child > a::before {
  content: "\f551";
}

.fa-bold::before,
.fa-bold-child > a::before {
  content: "\f032";
}

.fa-anchor-lock::before,
.fa-anchor-lock-child > a::before {
  content: "\e4ad";
}

.fa-building-ngo::before,
.fa-building-ngo-child > a::before {
  content: "\e4d7";
}

.fa-manat-sign::before,
.fa-manat-sign-child > a::before {
  content: "\e1d5";
}

.fa-not-equal::before,
.fa-not-equal-child > a::before {
  content: "\f53e";
}

.fa-border-top-left::before,
.fa-border-top-left-child > a::before {
  content: "\f853";
}

.fa-border-style::before,
.fa-border-style-child > a::before {
  content: "\f853";
}

.fa-map-location-dot::before,
.fa-map-location-dot-child > a::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before,
.fa-map-marked-alt-child > a::before {
  content: "\f5a0";
}

.fa-jedi::before,
.fa-jedi-child > a::before {
  content: "\f669";
}

.fa-square-poll-vertical::before,
.fa-square-poll-vertical-child > a::before {
  content: "\f681";
}

.fa-poll::before,
.fa-poll-child > a::before {
  content: "\f681";
}

.fa-mug-hot::before,
.fa-mug-hot-child > a::before {
  content: "\f7b6";
}

.fa-car-battery::before,
.fa-car-battery-child > a::before {
  content: "\f5df";
}

.fa-battery-car::before,
.fa-battery-car-child > a::before {
  content: "\f5df";
}

.fa-gift::before,
.fa-gift-child > a::before {
  content: "\f06b";
}

.fa-dice-two::before,
.fa-dice-two-child > a::before {
  content: "\f528";
}

.fa-chess-queen::before,
.fa-chess-queen-child > a::before {
  content: "\f445";
}

.fa-glasses::before,
.fa-glasses-child > a::before {
  content: "\f530";
}

.fa-chess-board::before,
.fa-chess-board-child > a::before {
  content: "\f43c";
}

.fa-building-circle-check::before,
.fa-building-circle-check-child > a::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before,
.fa-person-chalkboard-child > a::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before,
.fa-mars-stroke-right-child > a::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before,
.fa-mars-stroke-h-child > a::before {
  content: "\f22b";
}

.fa-hand-back-fist::before,
.fa-hand-back-fist-child > a::before {
  content: "\f255";
}

.fa-hand-rock::before,
.fa-hand-rock-child > a::before {
  content: "\f255";
}

.fa-square-caret-up::before,
.fa-square-caret-up-child > a::before {
  content: "\f151";
}

.fa-caret-square-up::before,
.fa-caret-square-up-child > a::before {
  content: "\f151";
}

.fa-cloud-showers-water::before,
.fa-cloud-showers-water-child > a::before {
  content: "\e4e4";
}

.fa-chart-bar::before,
.fa-chart-bar-child > a::before {
  content: "\f080";
}

.fa-bar-chart::before,
.fa-bar-chart-child > a::before {
  content: "\f080";
}

.fa-hands-bubbles::before,
.fa-hands-bubbles-child > a::before {
  content: "\e05e";
}

.fa-hands-wash::before,
.fa-hands-wash-child > a::before {
  content: "\e05e";
}

.fa-less-than-equal::before,
.fa-less-than-equal-child > a::before {
  content: "\f537";
}

.fa-train::before,
.fa-train-child > a::before {
  content: "\f238";
}

.fa-eye-low-vision::before,
.fa-eye-low-vision-child > a::before {
  content: "\f2a8";
}

.fa-low-vision::before,
.fa-low-vision-child > a::before {
  content: "\f2a8";
}

.fa-crow::before,
.fa-crow-child > a::before {
  content: "\f520";
}

.fa-sailboat::before,
.fa-sailboat-child > a::before {
  content: "\e445";
}

.fa-window-restore::before,
.fa-window-restore-child > a::before {
  content: "\f2d2";
}

.fa-square-plus::before,
.fa-square-plus-child > a::before {
  content: "\f0fe";
}

.fa-plus-square::before,
.fa-plus-square-child > a::before {
  content: "\f0fe";
}

.fa-torii-gate::before,
.fa-torii-gate-child > a::before {
  content: "\f6a1";
}

.fa-frog::before,
.fa-frog-child > a::before {
  content: "\f52e";
}

.fa-bucket::before,
.fa-bucket-child > a::before {
  content: "\e4cf";
}

.fa-image::before,
.fa-image-child > a::before {
  content: "\f03e";
}

.fa-microphone::before,
.fa-microphone-child > a::before {
  content: "\f130";
}

.fa-cow::before,
.fa-cow-child > a::before {
  content: "\f6c8";
}

.fa-caret-up::before,
.fa-caret-up-child > a::before {
  content: "\f0d8";
}

.fa-screwdriver::before,
.fa-screwdriver-child > a::before {
  content: "\f54a";
}

.fa-folder-closed::before,
.fa-folder-closed-child > a::before {
  content: "\e185";
}

.fa-house-tsunami::before,
.fa-house-tsunami-child > a::before {
  content: "\e515";
}

.fa-square-nfi::before,
.fa-square-nfi-child > a::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before,
.fa-arrow-up-from-ground-water-child > a::before {
  content: "\e4b5";
}

.fa-martini-glass::before,
.fa-martini-glass-child > a::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before,
.fa-glass-martini-alt-child > a::before {
  content: "\f57b";
}

.fa-rotate-left::before,
.fa-rotate-left-child > a::before {
  content: "\f2ea";
}

.fa-rotate-back::before,
.fa-rotate-back-child > a::before {
  content: "\f2ea";
}

.fa-rotate-backward::before,
.fa-rotate-backward-child > a::before {
  content: "\f2ea";
}

.fa-undo-alt::before,
.fa-undo-alt-child > a::before {
  content: "\f2ea";
}

.fa-table-columns::before,
.fa-table-columns-child > a::before {
  content: "\f0db";
}

.fa-columns::before,
.fa-columns-child > a::before {
  content: "\f0db";
}

.fa-lemon::before,
.fa-lemon-child > a::before {
  content: "\f094";
}

.fa-head-side-mask::before,
.fa-head-side-mask-child > a::before {
  content: "\e063";
}

.fa-handshake::before,
.fa-handshake-child > a::before {
  content: "\f2b5";
}

.fa-gem::before,
.fa-gem-child > a::before {
  content: "\f3a5";
}

.fa-dolly::before,
.fa-dolly-child > a::before {
  content: "\f472";
}

.fa-dolly-box::before,
.fa-dolly-box-child > a::before {
  content: "\f472";
}

.fa-smoking::before,
.fa-smoking-child > a::before {
  content: "\f48d";
}

.fa-minimize::before,
.fa-minimize-child > a::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before,
.fa-compress-arrows-alt-child > a::before {
  content: "\f78c";
}

.fa-monument::before,
.fa-monument-child > a::before {
  content: "\f5a6";
}

.fa-snowplow::before,
.fa-snowplow-child > a::before {
  content: "\f7d2";
}

.fa-angles-right::before,
.fa-angles-right-child > a::before {
  content: "\f101";
}

.fa-angle-double-right::before,
.fa-angle-double-right-child > a::before {
  content: "\f101";
}

.fa-cannabis::before,
.fa-cannabis-child > a::before {
  content: "\f55f";
}

.fa-circle-play::before,
.fa-circle-play-child > a::before {
  content: "\f144";
}

.fa-play-circle::before,
.fa-play-circle-child > a::before {
  content: "\f144";
}

.fa-tablets::before,
.fa-tablets-child > a::before {
  content: "\f490";
}

.fa-ethernet::before,
.fa-ethernet-child > a::before {
  content: "\f796";
}

.fa-euro-sign::before,
.fa-euro-sign-child > a::before {
  content: "\f153";
}

.fa-eur::before,
.fa-eur-child > a::before {
  content: "\f153";
}

.fa-euro::before,
.fa-euro-child > a::before {
  content: "\f153";
}

.fa-chair::before,
.fa-chair-child > a::before {
  content: "\f6c0";
}

.fa-circle-check::before,
.fa-circle-check-child > a::before {
  content: "\f058";
}

.fa-check-circle::before,
.fa-check-circle-child > a::before {
  content: "\f058";
}

.fa-circle-stop::before,
.fa-circle-stop-child > a::before {
  content: "\f28d";
}

.fa-stop-circle::before,
.fa-stop-circle-child > a::before {
  content: "\f28d";
}

.fa-compass-drafting::before,
.fa-compass-drafting-child > a::before {
  content: "\f568";
}

.fa-drafting-compass::before,
.fa-drafting-compass-child > a::before {
  content: "\f568";
}

.fa-plate-wheat::before,
.fa-plate-wheat-child > a::before {
  content: "\e55a";
}

.fa-icicles::before,
.fa-icicles-child > a::before {
  content: "\f7ad";
}

.fa-person-shelter::before,
.fa-person-shelter-child > a::before {
  content: "\e54f";
}

.fa-neuter::before,
.fa-neuter-child > a::before {
  content: "\f22c";
}

.fa-id-badge::before,
.fa-id-badge-child > a::before {
  content: "\f2c1";
}

.fa-marker::before,
.fa-marker-child > a::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before,
.fa-face-laugh-beam-child > a::before {
  content: "\f59a";
}

.fa-laugh-beam::before,
.fa-laugh-beam-child > a::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before,
.fa-helicopter-symbol-child > a::before {
  content: "\e502";
}

.fa-universal-access::before,
.fa-universal-access-child > a::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before,
.fa-circle-chevron-up-child > a::before {
  content: "\f139";
}

.fa-chevron-circle-up::before,
.fa-chevron-circle-up-child > a::before {
  content: "\f139";
}

.fa-lari-sign::before,
.fa-lari-sign-child > a::before {
  content: "\e1c8";
}

.fa-volcano::before,
.fa-volcano-child > a::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before,
.fa-person-walking-dashed-line-arrow-right-child > a::before {
  content: "\e553";
}

.fa-sterling-sign::before,
.fa-sterling-sign-child > a::before {
  content: "\f154";
}

.fa-gbp::before,
.fa-gbp-child > a::before {
  content: "\f154";
}

.fa-pound-sign::before,
.fa-pound-sign-child > a::before {
  content: "\f154";
}

.fa-viruses::before,
.fa-viruses-child > a::before {
  content: "\e076";
}

.fa-square-person-confined::before,
.fa-square-person-confined-child > a::before {
  content: "\e577";
}

.fa-user-tie::before,
.fa-user-tie-child > a::before {
  content: "\f508";
}

.fa-arrow-down-long::before,
.fa-arrow-down-long-child > a::before {
  content: "\f175";
}

.fa-long-arrow-down::before,
.fa-long-arrow-down-child > a::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before,
.fa-tent-arrow-down-to-line-child > a::before {
  content: "\e57e";
}

.fa-certificate::before,
.fa-certificate-child > a::before {
  content: "\f0a3";
}

.fa-reply-all::before,
.fa-reply-all-child > a::before {
  content: "\f122";
}

.fa-mail-reply-all::before,
.fa-mail-reply-all-child > a::before {
  content: "\f122";
}

.fa-suitcase::before,
.fa-suitcase-child > a::before {
  content: "\f0f2";
}

.fa-person-skating::before,
.fa-person-skating-child > a::before {
  content: "\f7c5";
}

.fa-skating::before,
.fa-skating-child > a::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before,
.fa-filter-circle-dollar-child > a::before {
  content: "\f662";
}

.fa-funnel-dollar::before,
.fa-funnel-dollar-child > a::before {
  content: "\f662";
}

.fa-camera-retro::before,
.fa-camera-retro-child > a::before {
  content: "\f083";
}

.fa-circle-arrow-down::before,
.fa-circle-arrow-down-child > a::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before,
.fa-arrow-circle-down-child > a::before {
  content: "\f0ab";
}

.fa-file-import::before,
.fa-file-import-child > a::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before,
.fa-arrow-right-to-file-child > a::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before,
.fa-square-arrow-up-right-child > a::before {
  content: "\f14c";
}

.fa-external-link-square::before,
.fa-external-link-square-child > a::before {
  content: "\f14c";
}

.fa-box-open::before,
.fa-box-open-child > a::before {
  content: "\f49e";
}

.fa-scroll::before,
.fa-scroll-child > a::before {
  content: "\f70e";
}

.fa-spa::before,
.fa-spa-child > a::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before,
.fa-location-pin-lock-child > a::before {
  content: "\e51f";
}

.fa-pause::before,
.fa-pause-child > a::before {
  content: "\f04c";
}

.fa-hill-avalanche::before,
.fa-hill-avalanche-child > a::before {
  content: "\e507";
}

.fa-temperature-empty::before,
.fa-temperature-empty-child > a::before {
  content: "\f2cb";
}

.fa-temperature-0::before,
.fa-temperature-0-child > a::before {
  content: "\f2cb";
}

.fa-thermometer-0::before,
.fa-thermometer-0-child > a::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before,
.fa-thermometer-empty-child > a::before {
  content: "\f2cb";
}

.fa-bomb::before,
.fa-bomb-child > a::before {
  content: "\f1e2";
}

.fa-registered::before,
.fa-registered-child > a::before {
  content: "\f25d";
}

.fa-address-card::before,
.fa-address-card-child > a::before {
  content: "\f2bb";
}

.fa-contact-card::before,
.fa-contact-card-child > a::before {
  content: "\f2bb";
}

.fa-vcard::before,
.fa-vcard-child > a::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before,
.fa-scale-unbalanced-flip-child > a::before {
  content: "\f516";
}

.fa-balance-scale-right::before,
.fa-balance-scale-right-child > a::before {
  content: "\f516";
}

.fa-subscript::before,
.fa-subscript-child > a::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before,
.fa-diamond-turn-right-child > a::before {
  content: "\f5eb";
}

.fa-directions::before,
.fa-directions-child > a::before {
  content: "\f5eb";
}

.fa-burst::before,
.fa-burst-child > a::before {
  content: "\e4dc";
}

.fa-house-laptop::before,
.fa-house-laptop-child > a::before {
  content: "\e066";
}

.fa-laptop-house::before,
.fa-laptop-house-child > a::before {
  content: "\e066";
}

.fa-face-tired::before,
.fa-face-tired-child > a::before {
  content: "\f5c8";
}

.fa-tired::before,
.fa-tired-child > a::before {
  content: "\f5c8";
}

.fa-money-bills::before,
.fa-money-bills-child > a::before {
  content: "\e1f3";
}

.fa-smog::before,
.fa-smog-child > a::before {
  content: "\f75f";
}

.fa-crutch::before,
.fa-crutch-child > a::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before,
.fa-cloud-arrow-up-child > a::before {
  content: "\f0ee";
}

.fa-cloud-upload::before,
.fa-cloud-upload-child > a::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before,
.fa-cloud-upload-alt-child > a::before {
  content: "\f0ee";
}

.fa-palette::before,
.fa-palette-child > a::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before,
.fa-arrows-turn-right-child > a::before {
  content: "\e4c0";
}

.fa-vest::before,
.fa-vest-child > a::before {
  content: "\e085";
}

.fa-ferry::before,
.fa-ferry-child > a::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before,
.fa-arrows-down-to-people-child > a::before {
  content: "\e4b9";
}

.fa-seedling::before,
.fa-seedling-child > a::before {
  content: "\f4d8";
}

.fa-sprout::before,
.fa-sprout-child > a::before {
  content: "\f4d8";
}

.fa-left-right::before,
.fa-left-right-child > a::before {
  content: "\f337";
}

.fa-arrows-alt-h::before,
.fa-arrows-alt-h-child > a::before {
  content: "\f337";
}

.fa-boxes-packing::before,
.fa-boxes-packing-child > a::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before,
.fa-circle-arrow-left-child > a::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before,
.fa-arrow-circle-left-child > a::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before,
.fa-group-arrows-rotate-child > a::before {
  content: "\e4f6";
}

.fa-bowl-food::before,
.fa-bowl-food-child > a::before {
  content: "\e4c6";
}

.fa-candy-cane::before,
.fa-candy-cane-child > a::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before,
.fa-arrow-down-wide-short-child > a::before {
  content: "\f160";
}

.fa-sort-amount-asc::before,
.fa-sort-amount-asc-child > a::before {
  content: "\f160";
}

.fa-sort-amount-down::before,
.fa-sort-amount-down-child > a::before {
  content: "\f160";
}

.fa-cloud-bolt::before,
.fa-cloud-bolt-child > a::before {
  content: "\f76c";
}

.fa-thunderstorm::before,
.fa-thunderstorm-child > a::before {
  content: "\f76c";
}

.fa-text-slash::before,
.fa-text-slash-child > a::before {
  content: "\f87d";
}

.fa-remove-format::before,
.fa-remove-format-child > a::before {
  content: "\f87d";
}

.fa-face-smile-wink::before,
.fa-face-smile-wink-child > a::before {
  content: "\f4da";
}

.fa-smile-wink::before,
.fa-smile-wink-child > a::before {
  content: "\f4da";
}

.fa-file-word::before,
.fa-file-word-child > a::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before,
.fa-file-powerpoint-child > a::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before,
.fa-arrows-left-right-child > a::before {
  content: "\f07e";
}

.fa-arrows-h::before,
.fa-arrows-h-child > a::before {
  content: "\f07e";
}

.fa-house-lock::before,
.fa-house-lock-child > a::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before,
.fa-cloud-arrow-down-child > a::before {
  content: "\f0ed";
}

.fa-cloud-download::before,
.fa-cloud-download-child > a::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before,
.fa-cloud-download-alt-child > a::before {
  content: "\f0ed";
}

.fa-children::before,
.fa-children-child > a::before {
  content: "\e4e1";
}

.fa-chalkboard::before,
.fa-chalkboard-child > a::before {
  content: "\f51b";
}

.fa-blackboard::before,
.fa-blackboard-child > a::before {
  content: "\f51b";
}

.fa-user-large-slash::before,
.fa-user-large-slash-child > a::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before,
.fa-user-alt-slash-child > a::before {
  content: "\f4fa";
}

.fa-envelope-open::before,
.fa-envelope-open-child > a::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before,
.fa-handshake-simple-slash-child > a::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before,
.fa-handshake-alt-slash-child > a::before {
  content: "\e05f";
}

.fa-mattress-pillow::before,
.fa-mattress-pillow-child > a::before {
  content: "\e525";
}

.fa-guarani-sign::before,
.fa-guarani-sign-child > a::before {
  content: "\e19a";
}

.fa-arrows-rotate::before,
.fa-arrows-rotate-child > a::before {
  content: "\f021";
}

.fa-refresh::before,
.fa-refresh-child > a::before {
  content: "\f021";
}

.fa-sync::before,
.fa-sync-child > a::before {
  content: "\f021";
}

.fa-fire-extinguisher::before,
.fa-fire-extinguisher-child > a::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before,
.fa-cruzeiro-sign-child > a::before {
  content: "\e152";
}

.fa-greater-than-equal::before,
.fa-greater-than-equal-child > a::before {
  content: "\f532";
}

.fa-shield-halved::before,
.fa-shield-halved-child > a::before {
  content: "\f3ed";
}

.fa-shield-alt::before,
.fa-shield-alt-child > a::before {
  content: "\f3ed";
}

.fa-book-atlas::before,
.fa-book-atlas-child > a::before {
  content: "\f558";
}

.fa-atlas::before,
.fa-atlas-child > a::before {
  content: "\f558";
}

.fa-virus::before,
.fa-virus-child > a::before {
  content: "\e074";
}

.fa-envelope-circle-check::before,
.fa-envelope-circle-check-child > a::before {
  content: "\e4e8";
}

.fa-layer-group::before,
.fa-layer-group-child > a::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before,
.fa-arrows-to-dot-child > a::before {
  content: "\e4be";
}

.fa-archway::before,
.fa-archway-child > a::before {
  content: "\f557";
}

.fa-heart-circle-check::before,
.fa-heart-circle-check-child > a::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before,
.fa-house-chimney-crack-child > a::before {
  content: "\f6f1";
}

.fa-house-damage::before,
.fa-house-damage-child > a::before {
  content: "\f6f1";
}

.fa-file-zipper::before,
.fa-file-zipper-child > a::before {
  content: "\f1c6";
}

.fa-file-archive::before,
.fa-file-archive-child > a::before {
  content: "\f1c6";
}

.fa-square::before,
.fa-square-child > a::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before,
.fa-martini-glass-empty-child > a::before {
  content: "\f000";
}

.fa-glass-martini::before,
.fa-glass-martini-child > a::before {
  content: "\f000";
}

.fa-couch::before,
.fa-couch-child > a::before {
  content: "\f4b8";
}

.fa-cedi-sign::before,
.fa-cedi-sign-child > a::before {
  content: "\e0df";
}

.fa-italic::before,
.fa-italic-child > a::before {
  content: "\f033";
}

.fa-church::before,
.fa-church-child > a::before {
  content: "\f51d";
}

.fa-comments-dollar::before,
.fa-comments-dollar-child > a::before {
  content: "\f653";
}

.fa-democrat::before,
.fa-democrat-child > a::before {
  content: "\f747";
}

.fa-z::before,
.fa-z-child > a::before {
  content: "Z";
}

.fa-person-skiing::before,
.fa-person-skiing-child > a::before {
  content: "\f7c9";
}

.fa-skiing::before,
.fa-skiing-child > a::before {
  content: "\f7c9";
}

.fa-road-lock::before,
.fa-road-lock-child > a::before {
  content: "\e567";
}

.fa-a::before,
.fa-a-child > a::before {
  content: "A";
}

.fa-temperature-arrow-down::before,
.fa-temperature-arrow-down-child > a::before {
  content: "\e03f";
}

.fa-temperature-down::before,
.fa-temperature-down-child > a::before {
  content: "\e03f";
}

.fa-feather-pointed::before,
.fa-feather-pointed-child > a::before {
  content: "\f56b";
}

.fa-feather-alt::before,
.fa-feather-alt-child > a::before {
  content: "\f56b";
}

.fa-p::before,
.fa-p-child > a::before {
  content: "P";
}

.fa-snowflake::before,
.fa-snowflake-child > a::before {
  content: "\f2dc";
}

.fa-newspaper::before,
.fa-newspaper-child > a::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before,
.fa-rectangle-ad-child > a::before {
  content: "\f641";
}

.fa-ad::before,
.fa-ad-child > a::before {
  content: "\f641";
}

.fa-circle-arrow-right::before,
.fa-circle-arrow-right-child > a::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before,
.fa-arrow-circle-right-child > a::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before,
.fa-filter-circle-xmark-child > a::before {
  content: "\e17b";
}

.fa-locust::before,
.fa-locust-child > a::before {
  content: "\e520";
}

.fa-sort::before,
.fa-sort-child > a::before {
  content: "\f0dc";
}

.fa-unsorted::before,
.fa-unsorted-child > a::before {
  content: "\f0dc";
}

.fa-list-ol::before,
.fa-list-ol-child > a::before {
  content: "\f0cb";
}

.fa-list-1-2::before,
.fa-list-1-2-child > a::before {
  content: "\f0cb";
}

.fa-list-numeric::before,
.fa-list-numeric-child > a::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before,
.fa-person-dress-burst-child > a::before {
  content: "\e544";
}

.fa-money-check-dollar::before,
.fa-money-check-dollar-child > a::before {
  content: "\f53d";
}

.fa-money-check-alt::before,
.fa-money-check-alt-child > a::before {
  content: "\f53d";
}

.fa-vector-square::before,
.fa-vector-square-child > a::before {
  content: "\f5cb";
}

.fa-bread-slice::before,
.fa-bread-slice-child > a::before {
  content: "\f7ec";
}

.fa-language::before,
.fa-language-child > a::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before,
.fa-face-kiss-wink-heart-child > a::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before,
.fa-kiss-wink-heart-child > a::before {
  content: "\f598";
}

.fa-filter::before,
.fa-filter-child > a::before {
  content: "\f0b0";
}

.fa-question::before,
.fa-question-child > a::before {
  content: "?";
}

.fa-file-signature::before,
.fa-file-signature-child > a::before {
  content: "\f573";
}

.fa-up-down-left-right::before,
.fa-up-down-left-right-child > a::before {
  content: "\f0b2";
}

.fa-arrows-alt::before,
.fa-arrows-alt-child > a::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before,
.fa-house-chimney-user-child > a::before {
  content: "\e065";
}

.fa-hand-holding-heart::before,
.fa-hand-holding-heart-child > a::before {
  content: "\f4be";
}

.fa-puzzle-piece::before,
.fa-puzzle-piece-child > a::before {
  content: "\f12e";
}

.fa-money-check::before,
.fa-money-check-child > a::before {
  content: "\f53c";
}

.fa-star-half-stroke::before,
.fa-star-half-stroke-child > a::before {
  content: "\f5c0";
}

.fa-star-half-alt::before,
.fa-star-half-alt-child > a::before {
  content: "\f5c0";
}

.fa-code::before,
.fa-code-child > a::before {
  content: "\f121";
}

.fa-whiskey-glass::before,
.fa-whiskey-glass-child > a::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before,
.fa-glass-whiskey-child > a::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before,
.fa-building-circle-exclamation-child > a::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before,
.fa-magnifying-glass-chart-child > a::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before,
.fa-arrow-up-right-from-square-child > a::before {
  content: "\f08e";
}

.fa-external-link::before,
.fa-external-link-child > a::before {
  content: "\f08e";
}

.fa-cubes-stacked::before,
.fa-cubes-stacked-child > a::before {
  content: "\e4e6";
}

.fa-won-sign::before,
.fa-won-sign-child > a::before {
  content: "\f159";
}

.fa-krw::before,
.fa-krw-child > a::before {
  content: "\f159";
}

.fa-won::before,
.fa-won-child > a::before {
  content: "\f159";
}

.fa-virus-covid::before,
.fa-virus-covid-child > a::before {
  content: "\e4a8";
}

.fa-austral-sign::before,
.fa-austral-sign-child > a::before {
  content: "\e0a9";
}

.fa-f::before,
.fa-f-child > a::before {
  content: "F";
}

.fa-leaf::before,
.fa-leaf-child > a::before {
  content: "\f06c";
}

.fa-road::before,
.fa-road-child > a::before {
  content: "\f018";
}

.fa-taxi::before,
.fa-taxi-child > a::before {
  content: "\f1ba";
}

.fa-cab::before,
.fa-cab-child > a::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before,
.fa-person-circle-plus-child > a::before {
  content: "\e541";
}

.fa-chart-pie::before,
.fa-chart-pie-child > a::before {
  content: "\f200";
}

.fa-pie-chart::before,
.fa-pie-chart-child > a::before {
  content: "\f200";
}

.fa-bolt-lightning::before,
.fa-bolt-lightning-child > a::before {
  content: "\e0b7";
}

.fa-sack-xmark::before,
.fa-sack-xmark-child > a::before {
  content: "\e56a";
}

.fa-file-excel::before,
.fa-file-excel-child > a::before {
  content: "\f1c3";
}

.fa-file-contract::before,
.fa-file-contract-child > a::before {
  content: "\f56c";
}

.fa-fish-fins::before,
.fa-fish-fins-child > a::before {
  content: "\e4f2";
}

.fa-building-flag::before,
.fa-building-flag-child > a::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before,
.fa-face-grin-beam-child > a::before {
  content: "\f582";
}

.fa-grin-beam::before,
.fa-grin-beam-child > a::before {
  content: "\f582";
}

.fa-object-ungroup::before,
.fa-object-ungroup-child > a::before {
  content: "\f248";
}

.fa-poop::before,
.fa-poop-child > a::before {
  content: "\f619";
}

.fa-location-pin::before,
.fa-location-pin-child > a::before {
  content: "\f041";
}

.fa-map-marker::before,
.fa-map-marker-child > a::before {
  content: "\f041";
}

.fa-kaaba::before,
.fa-kaaba-child > a::before {
  content: "\f66b";
}

.fa-toilet-paper::before,
.fa-toilet-paper-child > a::before {
  content: "\f71e";
}

.fa-helmet-safety::before,
.fa-helmet-safety-child > a::before {
  content: "\f807";
}

.fa-hard-hat::before,
.fa-hard-hat-child > a::before {
  content: "\f807";
}

.fa-hat-hard::before,
.fa-hat-hard-child > a::before {
  content: "\f807";
}

.fa-eject::before,
.fa-eject-child > a::before {
  content: "\f052";
}

.fa-circle-right::before,
.fa-circle-right-child > a::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before,
.fa-arrow-alt-circle-right-child > a::before {
  content: "\f35a";
}

.fa-plane-circle-check::before,
.fa-plane-circle-check-child > a::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before,
.fa-face-rolling-eyes-child > a::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before,
.fa-meh-rolling-eyes-child > a::before {
  content: "\f5a5";
}

.fa-object-group::before,
.fa-object-group-child > a::before {
  content: "\f247";
}

.fa-chart-line::before,
.fa-chart-line-child > a::before {
  content: "\f201";
}

.fa-line-chart::before,
.fa-line-chart-child > a::before {
  content: "\f201";
}

.fa-mask-ventilator::before,
.fa-mask-ventilator-child > a::before {
  content: "\e524";
}

.fa-arrow-right::before,
.fa-arrow-right-child > a::before {
  content: "\f061";
}

.fa-signs-post::before,
.fa-signs-post-child > a::before {
  content: "\f277";
}

.fa-map-signs::before,
.fa-map-signs-child > a::before {
  content: "\f277";
}

.fa-cash-register::before,
.fa-cash-register-child > a::before {
  content: "\f788";
}

.fa-person-circle-question::before,
.fa-person-circle-question-child > a::before {
  content: "\e542";
}

.fa-h::before,
.fa-h-child > a::before {
  content: "H";
}

.fa-tarp::before,
.fa-tarp-child > a::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before,
.fa-screwdriver-wrench-child > a::before {
  content: "\f7d9";
}

.fa-tools::before,
.fa-tools-child > a::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before,
.fa-arrows-to-eye-child > a::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before,
.fa-plug-circle-bolt-child > a::before {
  content: "\e55b";
}

.fa-heart::before,
.fa-heart-child > a::before {
  content: "\f004";
}

.fa-mars-and-venus::before,
.fa-mars-and-venus-child > a::before {
  content: "\f224";
}

.fa-house-user::before,
.fa-house-user-child > a::before {
  content: "\e1b0";
}

.fa-home-user::before,
.fa-home-user-child > a::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before,
.fa-dumpster-fire-child > a::before {
  content: "\f794";
}

.fa-house-crack::before,
.fa-house-crack-child > a::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before,
.fa-martini-glass-citrus-child > a::before {
  content: "\f561";
}

.fa-cocktail::before,
.fa-cocktail-child > a::before {
  content: "\f561";
}

.fa-face-surprise::before,
.fa-face-surprise-child > a::before {
  content: "\f5c2";
}

.fa-surprise::before,
.fa-surprise-child > a::before {
  content: "\f5c2";
}

.fa-bottle-water::before,
.fa-bottle-water-child > a::before {
  content: "\e4c5";
}

.fa-circle-pause::before,
.fa-circle-pause-child > a::before {
  content: "\f28b";
}

.fa-pause-circle::before,
.fa-pause-circle-child > a::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before,
.fa-toilet-paper-slash-child > a::before {
  content: "\e072";
}

.fa-apple-whole::before,
.fa-apple-whole-child > a::before {
  content: "\f5d1";
}

.fa-apple-alt::before,
.fa-apple-alt-child > a::before {
  content: "\f5d1";
}

.fa-kitchen-set::before,
.fa-kitchen-set-child > a::before {
  content: "\e51a";
}

.fa-r::before,
.fa-r-child > a::before {
  content: "R";
}

.fa-temperature-quarter::before,
.fa-temperature-quarter-child > a::before {
  content: "\f2ca";
}

.fa-temperature-1::before,
.fa-temperature-1-child > a::before {
  content: "\f2ca";
}

.fa-thermometer-1::before,
.fa-thermometer-1-child > a::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before,
.fa-thermometer-quarter-child > a::before {
  content: "\f2ca";
}

.fa-cube::before,
.fa-cube-child > a::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before,
.fa-bitcoin-sign-child > a::before {
  content: "\e0b4";
}

.fa-shield-dog::before,
.fa-shield-dog-child > a::before {
  content: "\e573";
}

.fa-solar-panel::before,
.fa-solar-panel-child > a::before {
  content: "\f5ba";
}

.fa-lock-open::before,
.fa-lock-open-child > a::before {
  content: "\f3c1";
}

.fa-elevator::before,
.fa-elevator-child > a::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before,
.fa-money-bill-transfer-child > a::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before,
.fa-money-bill-trend-up-child > a::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before,
.fa-house-flood-water-circle-arrow-right-child > a::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before,
.fa-square-poll-horizontal-child > a::before {
  content: "\f682";
}

.fa-poll-h::before,
.fa-poll-h-child > a::before {
  content: "\f682";
}

.fa-circle::before,
.fa-circle-child > a::before {
  content: "\f111";
}

.fa-backward-fast::before,
.fa-backward-fast-child > a::before {
  content: "\f049";
}

.fa-fast-backward::before,
.fa-fast-backward-child > a::before {
  content: "\f049";
}

.fa-recycle::before,
.fa-recycle-child > a::before {
  content: "\f1b8";
}

.fa-user-astronaut::before,
.fa-user-astronaut-child > a::before {
  content: "\f4fb";
}

.fa-plane-slash::before,
.fa-plane-slash-child > a::before {
  content: "\e069";
}

.fa-trademark::before,
.fa-trademark-child > a::before {
  content: "\f25c";
}

.fa-basketball::before,
.fa-basketball-child > a::before {
  content: "\f434";
}

.fa-basketball-ball::before,
.fa-basketball-ball-child > a::before {
  content: "\f434";
}

.fa-satellite-dish::before,
.fa-satellite-dish-child > a::before {
  content: "\f7c0";
}

.fa-circle-up::before,
.fa-circle-up-child > a::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before,
.fa-arrow-alt-circle-up-child > a::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before,
.fa-mobile-screen-button-child > a::before {
  content: "\f3cd";
}

.fa-mobile-alt::before,
.fa-mobile-alt-child > a::before {
  content: "\f3cd";
}

.fa-volume-high::before,
.fa-volume-high-child > a::before {
  content: "\f028";
}

.fa-volume-up::before,
.fa-volume-up-child > a::before {
  content: "\f028";
}

.fa-users-rays::before,
.fa-users-rays-child > a::before {
  content: "\e593";
}

.fa-wallet::before,
.fa-wallet-child > a::before {
  content: "\f555";
}

.fa-clipboard-check::before,
.fa-clipboard-check-child > a::before {
  content: "\f46c";
}

.fa-file-audio::before,
.fa-file-audio-child > a::before {
  content: "\f1c7";
}

.fa-burger::before,
.fa-burger-child > a::before {
  content: "\f805";
}

.fa-hamburger::before,
.fa-hamburger-child > a::before {
  content: "\f805";
}

.fa-wrench::before,
.fa-wrench-child > a::before {
  content: "\f0ad";
}

.fa-bugs::before,
.fa-bugs-child > a::before {
  content: "\e4d0";
}

.fa-rupee-sign::before,
.fa-rupee-sign-child > a::before {
  content: "\f156";
}

.fa-rupee::before,
.fa-rupee-child > a::before {
  content: "\f156";
}

.fa-file-image::before,
.fa-file-image-child > a::before {
  content: "\f1c5";
}

.fa-circle-question::before,
.fa-circle-question-child > a::before {
  content: "\f059";
}

.fa-question-circle::before,
.fa-question-circle-child > a::before {
  content: "\f059";
}

.fa-plane-departure::before,
.fa-plane-departure-child > a::before {
  content: "\f5b0";
}

.fa-handshake-slash::before,
.fa-handshake-slash-child > a::before {
  content: "\e060";
}

.fa-book-bookmark::before,
.fa-book-bookmark-child > a::before {
  content: "\e0bb";
}

.fa-code-branch::before,
.fa-code-branch-child > a::before {
  content: "\f126";
}

.fa-hat-cowboy::before,
.fa-hat-cowboy-child > a::before {
  content: "\f8c0";
}

.fa-bridge::before,
.fa-bridge-child > a::before {
  content: "\e4c8";
}

.fa-phone-flip::before,
.fa-phone-flip-child > a::before {
  content: "\f879";
}

.fa-phone-alt::before,
.fa-phone-alt-child > a::before {
  content: "\f879";
}

.fa-truck-front::before,
.fa-truck-front-child > a::before {
  content: "\e2b7";
}

.fa-cat::before,
.fa-cat-child > a::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before,
.fa-anchor-circle-exclamation-child > a::before {
  content: "\e4ab";
}

.fa-truck-field::before,
.fa-truck-field-child > a::before {
  content: "\e58d";
}

.fa-route::before,
.fa-route-child > a::before {
  content: "\f4d7";
}

.fa-clipboard-question::before,
.fa-clipboard-question-child > a::before {
  content: "\e4e3";
}

.fa-panorama::before,
.fa-panorama-child > a::before {
  content: "\e209";
}

.fa-comment-medical::before,
.fa-comment-medical-child > a::before {
  content: "\f7f5";
}

.fa-teeth-open::before,
.fa-teeth-open-child > a::before {
  content: "\f62f";
}

.fa-file-circle-minus::before,
.fa-file-circle-minus-child > a::before {
  content: "\e4ed";
}

.fa-tags::before,
.fa-tags-child > a::before {
  content: "\f02c";
}

.fa-wine-glass::before,
.fa-wine-glass-child > a::before {
  content: "\f4e3";
}

.fa-forward-fast::before,
.fa-forward-fast-child > a::before {
  content: "\f050";
}

.fa-fast-forward::before,
.fa-fast-forward-child > a::before {
  content: "\f050";
}

.fa-face-meh-blank::before,
.fa-face-meh-blank-child > a::before {
  content: "\f5a4";
}

.fa-meh-blank::before,
.fa-meh-blank-child > a::before {
  content: "\f5a4";
}

.fa-square-parking::before,
.fa-square-parking-child > a::before {
  content: "\f540";
}

.fa-parking::before,
.fa-parking-child > a::before {
  content: "\f540";
}

.fa-house-signal::before,
.fa-house-signal-child > a::before {
  content: "\e012";
}

.fa-bars-progress::before,
.fa-bars-progress-child > a::before {
  content: "\f828";
}

.fa-tasks-alt::before,
.fa-tasks-alt-child > a::before {
  content: "\f828";
}

.fa-faucet-drip::before,
.fa-faucet-drip-child > a::before {
  content: "\e006";
}

.fa-cart-flatbed::before,
.fa-cart-flatbed-child > a::before {
  content: "\f474";
}

.fa-dolly-flatbed::before,
.fa-dolly-flatbed-child > a::before {
  content: "\f474";
}

.fa-ban-smoking::before,
.fa-ban-smoking-child > a::before {
  content: "\f54d";
}

.fa-smoking-ban::before,
.fa-smoking-ban-child > a::before {
  content: "\f54d";
}

.fa-terminal::before,
.fa-terminal-child > a::before {
  content: "\f120";
}

.fa-mobile-button::before,
.fa-mobile-button-child > a::before {
  content: "\f10b";
}

.fa-house-medical-flag::before,
.fa-house-medical-flag-child > a::before {
  content: "\e514";
}

.fa-basket-shopping::before,
.fa-basket-shopping-child > a::before {
  content: "\f291";
}

.fa-shopping-basket::before,
.fa-shopping-basket-child > a::before {
  content: "\f291";
}

.fa-tape::before,
.fa-tape-child > a::before {
  content: "\f4db";
}

.fa-bus-simple::before,
.fa-bus-simple-child > a::before {
  content: "\f55e";
}

.fa-bus-alt::before,
.fa-bus-alt-child > a::before {
  content: "\f55e";
}

.fa-eye::before,
.fa-eye-child > a::before {
  content: "\f06e";
}

.fa-face-sad-cry::before,
.fa-face-sad-cry-child > a::before {
  content: "\f5b3";
}

.fa-sad-cry::before,
.fa-sad-cry-child > a::before {
  content: "\f5b3";
}

.fa-audio-description::before,
.fa-audio-description-child > a::before {
  content: "\f29e";
}

.fa-person-military-to-person::before,
.fa-person-military-to-person-child > a::before {
  content: "\e54c";
}

.fa-file-shield::before,
.fa-file-shield-child > a::before {
  content: "\e4f0";
}

.fa-user-slash::before,
.fa-user-slash-child > a::before {
  content: "\f506";
}

.fa-pen::before,
.fa-pen-child > a::before {
  content: "\f304";
}

.fa-tower-observation::before,
.fa-tower-observation-child > a::before {
  content: "\e586";
}

.fa-file-code::before,
.fa-file-code-child > a::before {
  content: "\f1c9";
}

.fa-signal::before,
.fa-signal-child > a::before {
  content: "\f012";
}

.fa-signal-5::before,
.fa-signal-5-child > a::before {
  content: "\f012";
}

.fa-signal-perfect::before,
.fa-signal-perfect-child > a::before {
  content: "\f012";
}

.fa-bus::before,
.fa-bus-child > a::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before,
.fa-heart-circle-xmark-child > a::before {
  content: "\e501";
}

.fa-house-chimney::before,
.fa-house-chimney-child > a::before {
  content: "\e3af";
}

.fa-home-lg::before,
.fa-home-lg-child > a::before {
  content: "\e3af";
}

.fa-window-maximize::before,
.fa-window-maximize-child > a::before {
  content: "\f2d0";
}

.fa-face-frown::before,
.fa-face-frown-child > a::before {
  content: "\f119";
}

.fa-frown::before,
.fa-frown-child > a::before {
  content: "\f119";
}

.fa-prescription::before,
.fa-prescription-child > a::before {
  content: "\f5b1";
}

.fa-shop::before,
.fa-shop-child > a::before {
  content: "\f54f";
}

.fa-store-alt::before,
.fa-store-alt-child > a::before {
  content: "\f54f";
}

.fa-floppy-disk::before,
.fa-floppy-disk-child > a::before {
  content: "\f0c7";
}

.fa-save::before,
.fa-save-child > a::before {
  content: "\f0c7";
}

.fa-vihara::before,
.fa-vihara-child > a::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before,
.fa-scale-unbalanced-child > a::before {
  content: "\f515";
}

.fa-balance-scale-left::before,
.fa-balance-scale-left-child > a::before {
  content: "\f515";
}

.fa-sort-up::before,
.fa-sort-up-child > a::before {
  content: "\f0de";
}

.fa-sort-asc::before,
.fa-sort-asc-child > a::before {
  content: "\f0de";
}

.fa-comment-dots::before,
.fa-comment-dots-child > a::before {
  content: "\f4ad";
}

.fa-commenting::before,
.fa-commenting-child > a::before {
  content: "\f4ad";
}

.fa-plant-wilt::before,
.fa-plant-wilt-child > a::before {
  content: "\e5aa";
}

.fa-diamond::before,
.fa-diamond-child > a::before {
  content: "\f219";
}

.fa-face-grin-squint::before,
.fa-face-grin-squint-child > a::before {
  content: "\f585";
}

.fa-grin-squint::before,
.fa-grin-squint-child > a::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before,
.fa-hand-holding-dollar-child > a::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before,
.fa-hand-holding-usd-child > a::before {
  content: "\f4c0";
}

.fa-bacterium::before,
.fa-bacterium-child > a::before {
  content: "\e05a";
}

.fa-hand-pointer::before,
.fa-hand-pointer-child > a::before {
  content: "\f25a";
}

.fa-drum-steelpan::before,
.fa-drum-steelpan-child > a::before {
  content: "\f56a";
}

.fa-hand-scissors::before,
.fa-hand-scissors-child > a::before {
  content: "\f257";
}

.fa-hands-praying::before,
.fa-hands-praying-child > a::before {
  content: "\f684";
}

.fa-praying-hands::before,
.fa-praying-hands-child > a::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before,
.fa-arrow-rotate-right-child > a::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before,
.fa-arrow-right-rotate-child > a::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before,
.fa-arrow-rotate-forward-child > a::before {
  content: "\f01e";
}

.fa-redo::before,
.fa-redo-child > a::before {
  content: "\f01e";
}

.fa-biohazard::before,
.fa-biohazard-child > a::before {
  content: "\f780";
}

.fa-location-crosshairs::before,
.fa-location-crosshairs-child > a::before {
  content: "\f601";
}

.fa-location::before,
.fa-location-child > a::before {
  content: "\f601";
}

.fa-mars-double::before,
.fa-mars-double-child > a::before {
  content: "\f227";
}

.fa-child-dress::before,
.fa-child-dress-child > a::before {
  content: "\e59c";
}

.fa-users-between-lines::before,
.fa-users-between-lines-child > a::before {
  content: "\e591";
}

.fa-lungs-virus::before,
.fa-lungs-virus-child > a::before {
  content: "\e067";
}

.fa-face-grin-tears::before,
.fa-face-grin-tears-child > a::before {
  content: "\f588";
}

.fa-grin-tears::before,
.fa-grin-tears-child > a::before {
  content: "\f588";
}

.fa-phone::before,
.fa-phone-child > a::before {
  content: "\f095";
}

.fa-calendar-xmark::before,
.fa-calendar-xmark-child > a::before {
  content: "\f273";
}

.fa-calendar-times::before,
.fa-calendar-times-child > a::before {
  content: "\f273";
}

.fa-child-reaching::before,
.fa-child-reaching-child > a::before {
  content: "\e59d";
}

.fa-head-side-virus::before,
.fa-head-side-virus-child > a::before {
  content: "\e064";
}

.fa-user-gear::before,
.fa-user-gear-child > a::before {
  content: "\f4fe";
}

.fa-user-cog::before,
.fa-user-cog-child > a::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before,
.fa-arrow-up-1-9-child > a::before {
  content: "\f163";
}

.fa-sort-numeric-up::before,
.fa-sort-numeric-up-child > a::before {
  content: "\f163";
}

.fa-door-closed::before,
.fa-door-closed-child > a::before {
  content: "\f52a";
}

.fa-shield-virus::before,
.fa-shield-virus-child > a::before {
  content: "\e06c";
}

.fa-dice-six::before,
.fa-dice-six-child > a::before {
  content: "\f526";
}

.fa-mosquito-net::before,
.fa-mosquito-net-child > a::before {
  content: "\e52c";
}

.fa-bridge-water::before,
.fa-bridge-water-child > a::before {
  content: "\e4ce";
}

.fa-person-booth::before,
.fa-person-booth-child > a::before {
  content: "\f756";
}

.fa-text-width::before,
.fa-text-width-child > a::before {
  content: "\f035";
}

.fa-hat-wizard::before,
.fa-hat-wizard-child > a::before {
  content: "\f6e8";
}

.fa-pen-fancy::before,
.fa-pen-fancy-child > a::before {
  content: "\f5ac";
}

.fa-person-digging::before,
.fa-person-digging-child > a::before {
  content: "\f85e";
}

.fa-digging::before,
.fa-digging-child > a::before {
  content: "\f85e";
}

.fa-trash::before,
.fa-trash-child > a::before {
  content: "\f1f8";
}

.fa-gauge-simple::before,
.fa-gauge-simple-child > a::before {
  content: "\f629";
}

.fa-gauge-simple-med::before,
.fa-gauge-simple-med-child > a::before {
  content: "\f629";
}

.fa-tachometer-average::before,
.fa-tachometer-average-child > a::before {
  content: "\f629";
}

.fa-book-medical::before,
.fa-book-medical-child > a::before {
  content: "\f7e6";
}

.fa-poo::before,
.fa-poo-child > a::before {
  content: "\f2fe";
}

.fa-quote-right::before,
.fa-quote-right-child > a::before {
  content: "\f10e";
}

.fa-quote-right-alt::before,
.fa-quote-right-alt-child > a::before {
  content: "\f10e";
}

.fa-shirt::before,
.fa-shirt-child > a::before {
  content: "\f553";
}

.fa-t-shirt::before,
.fa-t-shirt-child > a::before {
  content: "\f553";
}

.fa-tshirt::before,
.fa-tshirt-child > a::before {
  content: "\f553";
}

.fa-cubes::before,
.fa-cubes-child > a::before {
  content: "\f1b3";
}

.fa-divide::before,
.fa-divide-child > a::before {
  content: "\f529";
}

.fa-tenge-sign::before,
.fa-tenge-sign-child > a::before {
  content: "\f7d7";
}

.fa-tenge::before,
.fa-tenge-child > a::before {
  content: "\f7d7";
}

.fa-headphones::before,
.fa-headphones-child > a::before {
  content: "\f025";
}

.fa-hands-holding::before,
.fa-hands-holding-child > a::before {
  content: "\f4c2";
}

.fa-hands-clapping::before,
.fa-hands-clapping-child > a::before {
  content: "\e1a8";
}

.fa-republican::before,
.fa-republican-child > a::before {
  content: "\f75e";
}

.fa-arrow-left::before,
.fa-arrow-left-child > a::before {
  content: "\f060";
}

.fa-person-circle-xmark::before,
.fa-person-circle-xmark-child > a::before {
  content: "\e543";
}

.fa-ruler::before,
.fa-ruler-child > a::before {
  content: "\f545";
}

.fa-align-left::before,
.fa-align-left-child > a::before {
  content: "\f036";
}

.fa-dice-d6::before,
.fa-dice-d6-child > a::before {
  content: "\f6d1";
}

.fa-restroom::before,
.fa-restroom-child > a::before {
  content: "\f7bd";
}

.fa-j::before,
.fa-j-child > a::before {
  content: "J";
}

.fa-users-viewfinder::before,
.fa-users-viewfinder-child > a::before {
  content: "\e595";
}

.fa-file-video::before,
.fa-file-video-child > a::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before,
.fa-up-right-from-square-child > a::before {
  content: "\f35d";
}

.fa-external-link-alt::before,
.fa-external-link-alt-child > a::before {
  content: "\f35d";
}

.fa-table-cells::before,
.fa-table-cells-child > a::before {
  content: "\f00a";
}

.fa-th::before,
.fa-th-child > a::before {
  content: "\f00a";
}

.fa-file-pdf::before,
.fa-file-pdf-child > a::before {
  content: "\f1c1";
}

.fa-book-bible::before,
.fa-book-bible-child > a::before {
  content: "\f647";
}

.fa-bible::before,
.fa-bible-child > a::before {
  content: "\f647";
}

.fa-o::before,
.fa-o-child > a::before {
  content: "O";
}

.fa-suitcase-medical::before,
.fa-suitcase-medical-child > a::before {
  content: "\f0fa";
}

.fa-medkit::before,
.fa-medkit-child > a::before {
  content: "\f0fa";
}

.fa-user-secret::before,
.fa-user-secret-child > a::before {
  content: "\f21b";
}

.fa-otter::before,
.fa-otter-child > a::before {
  content: "\f700";
}

.fa-person-dress::before,
.fa-person-dress-child > a::before {
  content: "\f182";
}

.fa-female::before,
.fa-female-child > a::before {
  content: "\f182";
}

.fa-comment-dollar::before,
.fa-comment-dollar-child > a::before {
  content: "\f651";
}

.fa-business-time::before,
.fa-business-time-child > a::before {
  content: "\f64a";
}

.fa-briefcase-clock::before,
.fa-briefcase-clock-child > a::before {
  content: "\f64a";
}

.fa-table-cells-large::before,
.fa-table-cells-large-child > a::before {
  content: "\f009";
}

.fa-th-large::before,
.fa-th-large-child > a::before {
  content: "\f009";
}

.fa-book-tanakh::before,
.fa-book-tanakh-child > a::before {
  content: "\f827";
}

.fa-tanakh::before,
.fa-tanakh-child > a::before {
  content: "\f827";
}

.fa-phone-volume::before,
.fa-phone-volume-child > a::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before,
.fa-volume-control-phone-child > a::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before,
.fa-hat-cowboy-side-child > a::before {
  content: "\f8c1";
}

.fa-clipboard-user::before,
.fa-clipboard-user-child > a::before {
  content: "\f7f3";
}

.fa-child > a::before,
.fa-child-child > a::before {
  content: "\f1ae";
}

.fa-lira-sign::before,
.fa-lira-sign-child > a::before {
  content: "\f195";
}

.fa-satellite::before,
.fa-satellite-child > a::before {
  content: "\f7bf";
}

.fa-plane-lock::before,
.fa-plane-lock-child > a::before {
  content: "\e558";
}

.fa-tag::before,
.fa-tag-child > a::before {
  content: "\f02b";
}

.fa-comment::before,
.fa-comment-child > a::before {
  content: "\f075";
}

.fa-cake-candles::before,
.fa-cake-candles-child > a::before {
  content: "\f1fd";
}

.fa-birthday-cake::before,
.fa-birthday-cake-child > a::before {
  content: "\f1fd";
}

.fa-cake::before,
.fa-cake-child > a::before {
  content: "\f1fd";
}

.fa-envelope::before,
.fa-envelope-child > a::before {
  content: "\f0e0";
}

.fa-angles-up::before,
.fa-angles-up-child > a::before {
  content: "\f102";
}

.fa-angle-double-up::before,
.fa-angle-double-up-child > a::before {
  content: "\f102";
}

.fa-paperclip::before,
.fa-paperclip-child > a::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before,
.fa-arrow-right-to-city-child > a::before {
  content: "\e4b3";
}

.fa-ribbon::before,
.fa-ribbon-child > a::before {
  content: "\f4d6";
}

.fa-lungs::before,
.fa-lungs-child > a::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before,
.fa-arrow-up-9-1-child > a::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before,
.fa-sort-numeric-up-alt-child > a::before {
  content: "\f887";
}

.fa-litecoin-sign::before,
.fa-litecoin-sign-child > a::before {
  content: "\e1d3";
}

.fa-border-none::before,
.fa-border-none-child > a::before {
  content: "\f850";
}

.fa-circle-nodes::before,
.fa-circle-nodes-child > a::before {
  content: "\e4e2";
}

.fa-parachute-box::before,
.fa-parachute-box-child > a::before {
  content: "\f4cd";
}

.fa-indent::before,
.fa-indent-child > a::before {
  content: "\f03c";
}

.fa-truck-field-un::before,
.fa-truck-field-un-child > a::before {
  content: "\e58e";
}

.fa-hourglass::before,
.fa-hourglass-child > a::before {
  content: "\f254";
}

.fa-hourglass-empty::before,
.fa-hourglass-empty-child > a::before {
  content: "\f254";
}

.fa-mountain::before,
.fa-mountain-child > a::before {
  content: "\f6fc";
}

.fa-user-doctor::before,
.fa-user-doctor-child > a::before {
  content: "\f0f0";
}

.fa-user-md::before,
.fa-user-md-child > a::before {
  content: "\f0f0";
}

.fa-circle-info::before,
.fa-circle-info-child > a::before {
  content: "\f05a";
}

.fa-info-circle::before,
.fa-info-circle-child > a::before {
  content: "\f05a";
}

.fa-cloud-meatball::before,
.fa-cloud-meatball-child > a::before {
  content: "\f73b";
}

.fa-camera::before,
.fa-camera-child > a::before {
  content: "\f030";
}

.fa-camera-alt::before,
.fa-camera-alt-child > a::before {
  content: "\f030";
}

.fa-square-virus::before,
.fa-square-virus-child > a::before {
  content: "\e578";
}

.fa-meteor::before,
.fa-meteor-child > a::before {
  content: "\f753";
}

.fa-car-on::before,
.fa-car-on-child > a::before {
  content: "\e4dd";
}

.fa-sleigh::before,
.fa-sleigh-child > a::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before,
.fa-arrow-down-1-9-child > a::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before,
.fa-sort-numeric-asc-child > a::before {
  content: "\f162";
}

.fa-sort-numeric-down::before,
.fa-sort-numeric-down-child > a::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before,
.fa-hand-holding-droplet-child > a::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before,
.fa-hand-holding-water-child > a::before {
  content: "\f4c1";
}

.fa-water::before,
.fa-water-child > a::before {
  content: "\f773";
}

.fa-calendar-check::before,
.fa-calendar-check-child > a::before {
  content: "\f274";
}

.fa-braille::before,
.fa-braille-child > a::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before,
.fa-prescription-bottle-medical-child > a::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before,
.fa-prescription-bottle-alt-child > a::before {
  content: "\f486";
}

.fa-landmark::before,
.fa-landmark-child > a::before {
  content: "\f66f";
}

.fa-truck::before,
.fa-truck-child > a::before {
  content: "\f0d1";
}

.fa-crosshairs::before,
.fa-crosshairs-child > a::before {
  content: "\f05b";
}

.fa-person-cane::before,
.fa-person-cane-child > a::before {
  content: "\e53c";
}

.fa-tent::before,
.fa-tent-child > a::before {
  content: "\e57d";
}

.fa-vest-patches::before,
.fa-vest-patches-child > a::before {
  content: "\e086";
}

.fa-check-double::before,
.fa-check-double-child > a::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before,
.fa-arrow-down-a-z-child > a::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before,
.fa-sort-alpha-asc-child > a::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before,
.fa-sort-alpha-down-child > a::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before,
.fa-money-bill-wheat-child > a::before {
  content: "\e52a";
}

.fa-cookie::before,
.fa-cookie-child > a::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before,
.fa-arrow-rotate-left-child > a::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before,
.fa-arrow-left-rotate-child > a::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before,
.fa-arrow-rotate-back-child > a::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before,
.fa-arrow-rotate-backward-child > a::before {
  content: "\f0e2";
}

.fa-undo::before,
.fa-undo-child > a::before {
  content: "\f0e2";
}

.fa-hard-drive::before,
.fa-hard-drive-child > a::before {
  content: "\f0a0";
}

.fa-hdd::before,
.fa-hdd-child > a::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before,
.fa-face-grin-squint-tears-child > a::before {
  content: "\f586";
}

.fa-grin-squint-tears::before,
.fa-grin-squint-tears-child > a::before {
  content: "\f586";
}

.fa-dumbbell::before,
.fa-dumbbell-child > a::before {
  content: "\f44b";
}

.fa-rectangle-list::before,
.fa-rectangle-list-child > a::before {
  content: "\f022";
}

.fa-list-alt::before,
.fa-list-alt-child > a::before {
  content: "\f022";
}

.fa-tarp-droplet::before,
.fa-tarp-droplet-child > a::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before,
.fa-house-medical-circle-check-child > a::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before,
.fa-person-skiing-nordic-child > a::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before,
.fa-skiing-nordic-child > a::before {
  content: "\f7ca";
}

.fa-calendar-plus::before,
.fa-calendar-plus-child > a::before {
  content: "\f271";
}

.fa-plane-arrival::before,
.fa-plane-arrival-child > a::before {
  content: "\f5af";
}

.fa-circle-left::before,
.fa-circle-left-child > a::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before,
.fa-arrow-alt-circle-left-child > a::before {
  content: "\f359";
}

.fa-train-subway::before,
.fa-train-subway-child > a::before {
  content: "\f239";
}

.fa-subway::before,
.fa-subway-child > a::before {
  content: "\f239";
}

.fa-chart-gantt::before,
.fa-chart-gantt-child > a::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before,
.fa-indian-rupee-sign-child > a::before {
  content: "\e1bc";
}

.fa-indian-rupee::before,
.fa-indian-rupee-child > a::before {
  content: "\e1bc";
}

.fa-inr::before,
.fa-inr-child > a::before {
  content: "\e1bc";
}

.fa-crop-simple::before,
.fa-crop-simple-child > a::before {
  content: "\f565";
}

.fa-crop-alt::before,
.fa-crop-alt-child > a::before {
  content: "\f565";
}

.fa-money-bill-1::before,
.fa-money-bill-1-child > a::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before,
.fa-money-bill-alt-child > a::before {
  content: "\f3d1";
}

.fa-left-long::before,
.fa-left-long-child > a::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before,
.fa-long-arrow-alt-left-child > a::before {
  content: "\f30a";
}

.fa-dna::before,
.fa-dna-child > a::before {
  content: "\f471";
}

.fa-virus-slash::before,
.fa-virus-slash-child > a::before {
  content: "\e075";
}

.fa-minus::before,
.fa-minus-child > a::before {
  content: "\f068";
}

.fa-subtract::before,
.fa-subtract-child > a::before {
  content: "\f068";
}

.fa-child-rifle::before,
.fa-child-rifle-child > a::before {
  content: "\e4e0";
}

.fa-chess::before,
.fa-chess-child > a::before {
  content: "\f439";
}

.fa-arrow-left-long::before,
.fa-arrow-left-long-child > a::before {
  content: "\f177";
}

.fa-long-arrow-left::before,
.fa-long-arrow-left-child > a::before {
  content: "\f177";
}

.fa-plug-circle-check::before,
.fa-plug-circle-check-child > a::before {
  content: "\e55c";
}

.fa-street-view::before,
.fa-street-view-child > a::before {
  content: "\f21d";
}

.fa-franc-sign::before,
.fa-franc-sign-child > a::before {
  content: "\e18f";
}

.fa-volume-off::before,
.fa-volume-off-child > a::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before,
.fa-hands-asl-interpreting-child > a::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before,
.fa-american-sign-language-interpreting-child > a::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before,
.fa-asl-interpreting-child > a::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before,
.fa-hands-american-sign-language-interpreting-child > a::before {
  content: "\f2a3";
}

.fa-gear::before,
.fa-gear-child > a::before {
  content: "\f013";
}

.fa-cog::before,
.fa-cog-child > a::before {
  content: "\f013";
}

.fa-droplet-slash::before,
.fa-droplet-slash-child > a::before {
  content: "\f5c7";
}

.fa-tint-slash::before,
.fa-tint-slash-child > a::before {
  content: "\f5c7";
}

.fa-mosque::before,
.fa-mosque-child > a::before {
  content: "\f678";
}

.fa-mosquito::before,
.fa-mosquito-child > a::before {
  content: "\e52b";
}

.fa-star-of-david::before,
.fa-star-of-david-child > a::before {
  content: "\f69a";
}

.fa-person-military-rifle::before,
.fa-person-military-rifle-child > a::before {
  content: "\e54b";
}

.fa-cart-shopping::before,
.fa-cart-shopping-child > a::before {
  content: "\f07a";
}

.fa-shopping-cart::before,
.fa-shopping-cart-child > a::before {
  content: "\f07a";
}

.fa-vials::before,
.fa-vials-child > a::before {
  content: "\f493";
}

.fa-plug-circle-plus::before,
.fa-plug-circle-plus-child > a::before {
  content: "\e55f";
}

.fa-place-of-worship::before,
.fa-place-of-worship-child > a::before {
  content: "\f67f";
}

.fa-grip-vertical::before,
.fa-grip-vertical-child > a::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before,
.fa-arrow-turn-up-child > a::before {
  content: "\f148";
}

.fa-level-up::before,
.fa-level-up-child > a::before {
  content: "\f148";
}

.fa-u::before,
.fa-u-child > a::before {
  content: "U";
}

.fa-square-root-variable::before,
.fa-square-root-variable-child > a::before {
  content: "\f698";
}

.fa-square-root-alt::before,
.fa-square-root-alt-child > a::before {
  content: "\f698";
}

.fa-clock::before,
.fa-clock-child > a::before {
  content: "\f017";
}

.fa-clock-four::before,
.fa-clock-four-child > a::before {
  content: "\f017";
}

.fa-backward-step::before,
.fa-backward-step-child > a::before {
  content: "\f048";
}

.fa-step-backward::before,
.fa-step-backward-child > a::before {
  content: "\f048";
}

.fa-pallet::before,
.fa-pallet-child > a::before {
  content: "\f482";
}

.fa-faucet::before,
.fa-faucet-child > a::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before,
.fa-baseball-bat-ball-child > a::before {
  content: "\f432";
}

.fa-s::before,
.fa-s-child > a::before {
  content: "S";
}

.fa-timeline::before,
.fa-timeline-child > a::before {
  content: "\e29c";
}

.fa-keyboard::before,
.fa-keyboard-child > a::before {
  content: "\f11c";
}

.fa-caret-down::before,
.fa-caret-down-child > a::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before,
.fa-house-chimney-medical-child > a::before {
  content: "\f7f2";
}

.fa-clinic-medical::before,
.fa-clinic-medical-child > a::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before,
.fa-temperature-three-quarters-child > a::before {
  content: "\f2c8";
}

.fa-temperature-3::before,
.fa-temperature-3-child > a::before {
  content: "\f2c8";
}

.fa-thermometer-3::before,
.fa-thermometer-3-child > a::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before,
.fa-thermometer-three-quarters-child > a::before {
  content: "\f2c8";
}

.fa-mobile-screen::before,
.fa-mobile-screen-child > a::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before,
.fa-mobile-android-alt-child > a::before {
  content: "\f3cf";
}

.fa-plane-up::before,
.fa-plane-up-child > a::before {
  content: "\e22d";
}

.fa-piggy-bank::before,
.fa-piggy-bank-child > a::before {
  content: "\f4d3";
}

.fa-battery-half::before,
.fa-battery-half-child > a::before {
  content: "\f242";
}

.fa-battery-3::before,
.fa-battery-3-child > a::before {
  content: "\f242";
}

.fa-mountain-city::before,
.fa-mountain-city-child > a::before {
  content: "\e52e";
}

.fa-coins::before,
.fa-coins-child > a::before {
  content: "\f51e";
}

.fa-khanda::before,
.fa-khanda-child > a::before {
  content: "\f66d";
}

.fa-sliders::before,
.fa-sliders-child > a::before {
  content: "\f1de";
}

.fa-sliders-h::before,
.fa-sliders-h-child > a::before {
  content: "\f1de";
}

.fa-folder-tree::before,
.fa-folder-tree-child > a::before {
  content: "\f802";
}

.fa-network-wired::before,
.fa-network-wired-child > a::before {
  content: "\f6ff";
}

.fa-map-pin::before,
.fa-map-pin-child > a::before {
  content: "\f276";
}

.fa-hamsa::before,
.fa-hamsa-child > a::before {
  content: "\f665";
}

.fa-cent-sign::before,
.fa-cent-sign-child > a::before {
  content: "\e3f5";
}

.fa-flask::before,
.fa-flask-child > a::before {
  content: "\f0c3";
}

.fa-person-pregnant::before,
.fa-person-pregnant-child > a::before {
  content: "\e31e";
}

.fa-wand-sparkles::before,
.fa-wand-sparkles-child > a::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before,
.fa-ellipsis-vertical-child > a::before {
  content: "\f142";
}

.fa-ellipsis-v::before,
.fa-ellipsis-v-child > a::before {
  content: "\f142";
}

.fa-ticket::before,
.fa-ticket-child > a::before {
  content: "\f145";
}

.fa-power-off::before,
.fa-power-off-child > a::before {
  content: "\f011";
}

.fa-right-long::before,
.fa-right-long-child > a::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before,
.fa-long-arrow-alt-right-child > a::before {
  content: "\f30b";
}

.fa-flag-usa::before,
.fa-flag-usa-child > a::before {
  content: "\f74d";
}

.fa-laptop-file::before,
.fa-laptop-file-child > a::before {
  content: "\e51d";
}

.fa-tty::before,
.fa-tty-child > a::before {
  content: "\f1e4";
}

.fa-teletype::before,
.fa-teletype-child > a::before {
  content: "\f1e4";
}

.fa-diagram-next::before,
.fa-diagram-next-child > a::before {
  content: "\e476";
}

.fa-person-rifle::before,
.fa-person-rifle-child > a::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before,
.fa-house-medical-circle-exclamation-child > a::before {
  content: "\e512";
}

.fa-closed-captioning::before,
.fa-closed-captioning-child > a::before {
  content: "\f20a";
}

.fa-person-hiking::before,
.fa-person-hiking-child > a::before {
  content: "\f6ec";
}

.fa-hiking::before,
.fa-hiking-child > a::before {
  content: "\f6ec";
}

.fa-venus-double::before,
.fa-venus-double-child > a::before {
  content: "\f226";
}

.fa-images::before,
.fa-images-child > a::before {
  content: "\f302";
}

.fa-calculator::before,
.fa-calculator-child > a::before {
  content: "\f1ec";
}

.fa-people-pulling::before,
.fa-people-pulling-child > a::before {
  content: "\e535";
}

.fa-n::before,
.fa-n-child > a::before {
  content: "N";
}

.fa-cable-car::before,
.fa-cable-car-child > a::before {
  content: "\f7da";
}

.fa-tram::before,
.fa-tram-child > a::before {
  content: "\f7da";
}

.fa-cloud-rain::before,
.fa-cloud-rain-child > a::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before,
.fa-building-circle-xmark-child > a::before {
  content: "\e4d4";
}

.fa-ship::before,
.fa-ship-child > a::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before,
.fa-arrows-down-to-line-child > a::before {
  content: "\e4b8";
}

.fa-download::before,
.fa-download-child > a::before {
  content: "\f019";
}

.fa-face-grin::before,
.fa-face-grin-child > a::before {
  content: "\f580";
}

.fa-grin::before,
.fa-grin-child > a::before {
  content: "\f580";
}

.fa-delete-left::before,
.fa-delete-left-child > a::before {
  content: "\f55a";
}

.fa-backspace::before,
.fa-backspace-child > a::before {
  content: "\f55a";
}

.fa-eye-dropper::before,
.fa-eye-dropper-child > a::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before,
.fa-eye-dropper-empty-child > a::before {
  content: "\f1fb";
}

.fa-eyedropper::before,
.fa-eyedropper-child > a::before {
  content: "\f1fb";
}

.fa-file-circle-check::before,
.fa-file-circle-check-child > a::before {
  content: "\e5a0";
}

.fa-forward::before,
.fa-forward-child > a::before {
  content: "\f04e";
}

.fa-mobile::before,
.fa-mobile-child > a::before {
  content: "\f3ce";
}

.fa-mobile-android::before,
.fa-mobile-android-child > a::before {
  content: "\f3ce";
}

.fa-mobile-phone::before,
.fa-mobile-phone-child > a::before {
  content: "\f3ce";
}

.fa-face-meh::before,
.fa-face-meh-child > a::before {
  content: "\f11a";
}

.fa-meh::before,
.fa-meh-child > a::before {
  content: "\f11a";
}

.fa-align-center::before,
.fa-align-center-child > a::before {
  content: "\f037";
}

.fa-book-skull::before,
.fa-book-skull-child > a::before {
  content: "\f6b7";
}

.fa-book-dead::before,
.fa-book-dead-child > a::before {
  content: "\f6b7";
}

.fa-id-card::before,
.fa-id-card-child > a::before {
  content: "\f2c2";
}

.fa-drivers-license::before,
.fa-drivers-license-child > a::before {
  content: "\f2c2";
}

.fa-outdent::before,
.fa-outdent-child > a::before {
  content: "\f03b";
}

.fa-dedent::before,
.fa-dedent-child > a::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before,
.fa-heart-circle-exclamation-child > a::before {
  content: "\e4fe";
}

.fa-house::before,
.fa-house-child > a::before {
  content: "\f015";
}

.fa-home::before,
.fa-home-child > a::before {
  content: "\f015";
}

.fa-home-alt::before,
.fa-home-alt-child > a::before {
  content: "\f015";
}

.fa-home-lg-alt::before,
.fa-home-lg-alt-child > a::before {
  content: "\f015";
}

.fa-calendar-week::before,
.fa-calendar-week-child > a::before {
  content: "\f784";
}

.fa-laptop-medical::before,
.fa-laptop-medical-child > a::before {
  content: "\f812";
}

.fa-b::before,
.fa-b-child > a::before {
  content: "B";
}

.fa-file-medical::before,
.fa-file-medical-child > a::before {
  content: "\f477";
}

.fa-dice-one::before,
.fa-dice-one-child > a::before {
  content: "\f525";
}

.fa-kiwi-bird::before,
.fa-kiwi-bird-child > a::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before,
.fa-arrow-right-arrow-left-child > a::before {
  content: "\f0ec";
}

.fa-exchange::before,
.fa-exchange-child > a::before {
  content: "\f0ec";
}

.fa-rotate-right::before,
.fa-rotate-right-child > a::before {
  content: "\f2f9";
}

.fa-redo-alt::before,
.fa-redo-alt-child > a::before {
  content: "\f2f9";
}

.fa-rotate-forward::before,
.fa-rotate-forward-child > a::before {
  content: "\f2f9";
}

.fa-utensils::before,
.fa-utensils-child > a::before {
  content: "\f2e7";
}

.fa-cutlery::before,
.fa-cutlery-child > a::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before,
.fa-arrow-up-wide-short-child > a::before {
  content: "\f161";
}

.fa-sort-amount-up::before,
.fa-sort-amount-up-child > a::before {
  content: "\f161";
}

.fa-mill-sign::before,
.fa-mill-sign-child > a::before {
  content: "\e1ed";
}

.fa-bowl-rice::before,
.fa-bowl-rice-child > a::before {
  content: "\e2eb";
}

.fa-skull::before,
.fa-skull-child > a::before {
  content: "\f54c";
}

.fa-tower-broadcast::before,
.fa-tower-broadcast-child > a::before {
  content: "\f519";
}

.fa-broadcast-tower::before,
.fa-broadcast-tower-child > a::before {
  content: "\f519";
}

.fa-truck-pickup::before,
.fa-truck-pickup-child > a::before {
  content: "\f63c";
}

.fa-up-long::before,
.fa-up-long-child > a::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before,
.fa-long-arrow-alt-up-child > a::before {
  content: "\f30c";
}

.fa-stop::before,
.fa-stop-child > a::before {
  content: "\f04d";
}

.fa-code-merge::before,
.fa-code-merge-child > a::before {
  content: "\f387";
}

.fa-upload::before,
.fa-upload-child > a::before {
  content: "\f093";
}

.fa-hurricane::before,
.fa-hurricane-child > a::before {
  content: "\f751";
}

.fa-mound::before,
.fa-mound-child > a::before {
  content: "\e52d";
}

.fa-toilet-portable::before,
.fa-toilet-portable-child > a::before {
  content: "\e583";
}

.fa-compact-disc::before,
.fa-compact-disc-child > a::before {
  content: "\f51f";
}

.fa-file-arrow-down::before,
.fa-file-arrow-down-child > a::before {
  content: "\f56d";
}

.fa-file-download::before,
.fa-file-download-child > a::before {
  content: "\f56d";
}

.fa-caravan::before,
.fa-caravan-child > a::before {
  content: "\f8ff";
}

.fa-shield-cat::before,
.fa-shield-cat-child > a::before {
  content: "\e572";
}

.fa-bolt::before,
.fa-bolt-child > a::before {
  content: "\f0e7";
}

.fa-zap::before,
.fa-zap-child > a::before {
  content: "\f0e7";
}

.fa-glass-water::before,
.fa-glass-water-child > a::before {
  content: "\e4f4";
}

.fa-oil-well::before,
.fa-oil-well-child > a::before {
  content: "\e532";
}

.fa-vault::before,
.fa-vault-child > a::before {
  content: "\e2c5";
}

.fa-mars::before,
.fa-mars-child > a::before {
  content: "\f222";
}

.fa-toilet::before,
.fa-toilet-child > a::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before,
.fa-plane-circle-xmark-child > a::before {
  content: "\e557";
}

.fa-yen-sign::before,
.fa-yen-sign-child > a::before {
  content: "\f157";
}

.fa-cny::before,
.fa-cny-child > a::before {
  content: "\f157";
}

.fa-jpy::before,
.fa-jpy-child > a::before {
  content: "\f157";
}

.fa-rmb::before,
.fa-rmb-child > a::before {
  content: "\f157";
}

.fa-yen::before,
.fa-yen-child > a::before {
  content: "\f157";
}

.fa-ruble-sign::before,
.fa-ruble-sign-child > a::before {
  content: "\f158";
}

.fa-rouble::before,
.fa-rouble-child > a::before {
  content: "\f158";
}

.fa-rub::before,
.fa-rub-child > a::before {
  content: "\f158";
}

.fa-ruble::before,
.fa-ruble-child > a::before {
  content: "\f158";
}

.fa-sun::before,
.fa-sun-child > a::before {
  content: "\f185";
}

.fa-guitar::before,
.fa-guitar-child > a::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before,
.fa-face-laugh-wink-child > a::before {
  content: "\f59c";
}

.fa-laugh-wink::before,
.fa-laugh-wink-child > a::before {
  content: "\f59c";
}

.fa-horse-head::before,
.fa-horse-head-child > a::before {
  content: "\f7ab";
}

.fa-bore-hole::before,
.fa-bore-hole-child > a::before {
  content: "\e4c3";
}

.fa-industry::before,
.fa-industry-child > a::before {
  content: "\f275";
}

.fa-circle-down::before,
.fa-circle-down-child > a::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before,
.fa-arrow-alt-circle-down-child > a::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before,
.fa-arrows-turn-to-dots-child > a::before {
  content: "\e4c1";
}

.fa-florin-sign::before,
.fa-florin-sign-child > a::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before,
.fa-arrow-down-short-wide-child > a::before {
  content: "\f884";
}

.fa-sort-amount-desc::before,
.fa-sort-amount-desc-child > a::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before,
.fa-sort-amount-down-alt-child > a::before {
  content: "\f884";
}

.fa-less-than::before,
.fa-less-than-child > a::before {
  content: "<";
}

.fa-angle-down::before,
.fa-angle-down-child > a::before {
  content: "\f107";
}

.fa-car-tunnel::before,
.fa-car-tunnel-child > a::before {
  content: "\e4de";
}

.fa-head-side-cough::before,
.fa-head-side-cough-child > a::before {
  content: "\e061";
}

.fa-grip-lines::before,
.fa-grip-lines-child > a::before {
  content: "\f7a4";
}

.fa-thumbs-down::before,
.fa-thumbs-down-child > a::before {
  content: "\f165";
}

.fa-user-lock::before,
.fa-user-lock-child > a::before {
  content: "\f502";
}

.fa-arrow-right-long::before,
.fa-arrow-right-long-child > a::before {
  content: "\f178";
}

.fa-long-arrow-right::before,
.fa-long-arrow-right-child > a::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before,
.fa-anchor-circle-xmark-child > a::before {
  content: "\e4ac";
}

.fa-ellipsis::before,
.fa-ellipsis-child > a::before {
  content: "\f141";
}

.fa-ellipsis-h::before,
.fa-ellipsis-h-child > a::before {
  content: "\f141";
}

.fa-chess-pawn::before,
.fa-chess-pawn-child > a::before {
  content: "\f443";
}

.fa-kit-medical::before,
.fa-kit-medical-child > a::before {
  content: "\f479";
}

.fa-first-aid::before,
.fa-first-aid-child > a::before {
  content: "\f479";
}

.fa-person-through-window::before,
.fa-person-through-window-child > a::before {
  content: "\e5a9";
}

.fa-toolbox::before,
.fa-toolbox-child > a::before {
  content: "\f552";
}

.fa-hands-holding-circle::before,
.fa-hands-holding-circle-child > a::before {
  content: "\e4fb";
}

.fa-bug::before,
.fa-bug-child > a::before {
  content: "\f188";
}

.fa-credit-card::before,
.fa-credit-card-child > a::before {
  content: "\f09d";
}

.fa-credit-card-alt::before,
.fa-credit-card-alt-child > a::before {
  content: "\f09d";
}

.fa-car::before,
.fa-car-child > a::before {
  content: "\f1b9";
}

.fa-automobile::before,
.fa-automobile-child > a::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before,
.fa-hand-holding-hand-child > a::before {
  content: "\e4f7";
}

.fa-book-open-reader::before,
.fa-book-open-reader-child > a::before {
  content: "\f5da";
}

.fa-book-reader::before,
.fa-book-reader-child > a::before {
  content: "\f5da";
}

.fa-mountain-sun::before,
.fa-mountain-sun-child > a::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before,
.fa-arrows-left-right-to-line-child > a::before {
  content: "\e4ba";
}

.fa-dice-d20::before,
.fa-dice-d20-child > a::before {
  content: "\f6cf";
}

.fa-truck-droplet::before,
.fa-truck-droplet-child > a::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before,
.fa-file-circle-xmark-child > a::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before,
.fa-temperature-arrow-up-child > a::before {
  content: "\e040";
}

.fa-temperature-up::before,
.fa-temperature-up-child > a::before {
  content: "\e040";
}

.fa-medal::before,
.fa-medal-child > a::before {
  content: "\f5a2";
}

.fa-bed::before,
.fa-bed-child > a::before {
  content: "\f236";
}

.fa-square-h::before,
.fa-square-h-child > a::before {
  content: "\f0fd";
}

.fa-h-square::before,
.fa-h-square-child > a::before {
  content: "\f0fd";
}

.fa-podcast::before,
.fa-podcast-child > a::before {
  content: "\f2ce";
}

.fa-temperature-full::before,
.fa-temperature-full-child > a::before {
  content: "\f2c7";
}

.fa-temperature-4::before,
.fa-temperature-4-child > a::before {
  content: "\f2c7";
}

.fa-thermometer-4::before,
.fa-thermometer-4-child > a::before {
  content: "\f2c7";
}

.fa-thermometer-full::before,
.fa-thermometer-full-child > a::before {
  content: "\f2c7";
}

.fa-bell::before,
.fa-bell-child > a::before {
  content: "\f0f3";
}

.fa-superscript::before,
.fa-superscript-child > a::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before,
.fa-plug-circle-xmark-child > a::before {
  content: "\e560";
}

.fa-star-of-life::before,
.fa-star-of-life-child > a::before {
  content: "\f621";
}

.fa-phone-slash::before,
.fa-phone-slash-child > a::before {
  content: "\f3dd";
}

.fa-paint-roller::before,
.fa-paint-roller-child > a::before {
  content: "\f5aa";
}

.fa-handshake-angle::before,
.fa-handshake-angle-child > a::before {
  content: "\f4c4";
}

.fa-hands-helping::before,
.fa-hands-helping-child > a::before {
  content: "\f4c4";
}

.fa-location-dot::before,
.fa-location-dot-child > a::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before,
.fa-map-marker-alt-child > a::before {
  content: "\f3c5";
}

.fa-file::before,
.fa-file-child > a::before {
  content: "\f15b";
}

.fa-greater-than::before,
.fa-greater-than-child > a::before {
  content: ">";
}

.fa-person-swimming::before,
.fa-person-swimming-child > a::before {
  content: "\f5c4";
}

.fa-swimmer::before,
.fa-swimmer-child > a::before {
  content: "\f5c4";
}

.fa-arrow-down::before,
.fa-arrow-down-child > a::before {
  content: "\f063";
}

.fa-droplet::before,
.fa-droplet-child > a::before {
  content: "\f043";
}

.fa-tint::before,
.fa-tint-child > a::before {
  content: "\f043";
}

.fa-eraser::before,
.fa-eraser-child > a::before {
  content: "\f12d";
}

.fa-earth-americas::before,
.fa-earth-americas-child > a::before {
  content: "\f57d";
}

.fa-earth::before,
.fa-earth-child > a::before {
  content: "\f57d";
}

.fa-earth-america::before,
.fa-earth-america-child > a::before {
  content: "\f57d";
}

.fa-globe-americas::before,
.fa-globe-americas-child > a::before {
  content: "\f57d";
}

.fa-person-burst::before,
.fa-person-burst-child > a::before {
  content: "\e53b";
}

.fa-dove::before,
.fa-dove-child > a::before {
  content: "\f4ba";
}

.fa-battery-empty::before,
.fa-battery-empty-child > a::before {
  content: "\f244";
}

.fa-battery-0::before,
.fa-battery-0-child > a::before {
  content: "\f244";
}

.fa-socks::before,
.fa-socks-child > a::before {
  content: "\f696";
}

.fa-inbox::before,
.fa-inbox-child > a::before {
  content: "\f01c";
}

.fa-section::before,
.fa-section-child > a::before {
  content: "\e447";
}

.fa-gauge-high::before,
.fa-gauge-high-child > a::before {
  content: "\f625";
}

.fa-tachometer-alt::before,
.fa-tachometer-alt-child > a::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before,
.fa-tachometer-alt-fast-child > a::before {
  content: "\f625";
}

.fa-envelope-open-text::before,
.fa-envelope-open-text-child > a::before {
  content: "\f658";
}

.fa-hospital::before,
.fa-hospital-child > a::before {
  content: "\f0f8";
}

.fa-hospital-alt::before,
.fa-hospital-alt-child > a::before {
  content: "\f0f8";
}

.fa-hospital-wide::before,
.fa-hospital-wide-child > a::before {
  content: "\f0f8";
}

.fa-wine-bottle::before,
.fa-wine-bottle-child > a::before {
  content: "\f72f";
}

.fa-chess-rook::before,
.fa-chess-rook-child > a::before {
  content: "\f447";
}

.fa-bars-staggered::before,
.fa-bars-staggered-child > a::before {
  content: "\f550";
}

.fa-reorder::before,
.fa-reorder-child > a::before {
  content: "\f550";
}

.fa-stream::before,
.fa-stream-child > a::before {
  content: "\f550";
}

.fa-dharmachakra::before,
.fa-dharmachakra-child > a::before {
  content: "\f655";
}

.fa-hotdog::before,
.fa-hotdog-child > a::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before,
.fa-person-walking-with-cane-child > a::before {
  content: "\f29d";
}

.fa-blind::before,
.fa-blind-child > a::before {
  content: "\f29d";
}

.fa-drum::before,
.fa-drum-child > a::before {
  content: "\f569";
}

.fa-ice-cream::before,
.fa-ice-cream-child > a::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before,
.fa-heart-circle-bolt-child > a::before {
  content: "\e4fc";
}

.fa-fax::before,
.fa-fax-child > a::before {
  content: "\f1ac";
}

.fa-paragraph::before,
.fa-paragraph-child > a::before {
  content: "\f1dd";
}

.fa-check-to-slot::before,
.fa-check-to-slot-child > a::before {
  content: "\f772";
}

.fa-vote-yea::before,
.fa-vote-yea-child > a::before {
  content: "\f772";
}

.fa-star-half::before,
.fa-star-half-child > a::before {
  content: "\f089";
}

.fa-boxes-stacked::before,
.fa-boxes-stacked-child > a::before {
  content: "\f468";
}

.fa-boxes::before,
.fa-boxes-child > a::before {
  content: "\f468";
}

.fa-boxes-alt::before,
.fa-boxes-alt-child > a::before {
  content: "\f468";
}

.fa-link::before,
.fa-link-child > a::before {
  content: "\f0c1";
}

.fa-chain::before,
.fa-chain-child > a::before {
  content: "\f0c1";
}

.fa-ear-listen::before,
.fa-ear-listen-child > a::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before,
.fa-assistive-listening-systems-child > a::before {
  content: "\f2a2";
}

.fa-tree-city::before,
.fa-tree-city-child > a::before {
  content: "\e587";
}

.fa-play::before,
.fa-play-child > a::before {
  content: "\f04b";
}

.fa-font::before,
.fa-font-child > a::before {
  content: "\f031";
}

.fa-rupiah-sign::before,
.fa-rupiah-sign-child > a::before {
  content: "\e23d";
}

.fa-magnifying-glass::before,
.fa-magnifying-glass-child > a::before {
  content: "\f002";
}

.fa-search::before,
.fa-search-child > a::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before,
.fa-table-tennis-paddle-ball-child > a::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before,
.fa-ping-pong-paddle-ball-child > a::before {
  content: "\f45d";
}

.fa-table-tennis::before,
.fa-table-tennis-child > a::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before,
.fa-person-dots-from-line-child > a::before {
  content: "\f470";
}

.fa-diagnoses::before,
.fa-diagnoses-child > a::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before,
.fa-trash-can-arrow-up-child > a::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before,
.fa-trash-restore-alt-child > a::before {
  content: "\f82a";
}

.fa-naira-sign::before,
.fa-naira-sign-child > a::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before,
.fa-cart-arrow-down-child > a::before {
  content: "\f218";
}

.fa-walkie-talkie::before,
.fa-walkie-talkie-child > a::before {
  content: "\f8ef";
}

.fa-file-pen::before,
.fa-file-pen-child > a::before {
  content: "\f31c";
}

.fa-file-edit::before,
.fa-file-edit-child > a::before {
  content: "\f31c";
}

.fa-receipt::before,
.fa-receipt-child > a::before {
  content: "\f543";
}

.fa-square-pen::before,
.fa-square-pen-child > a::before {
  content: "\f14b";
}

.fa-pen-square::before,
.fa-pen-square-child > a::before {
  content: "\f14b";
}

.fa-pencil-square::before,
.fa-pencil-square-child > a::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before,
.fa-suitcase-rolling-child > a::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before,
.fa-person-circle-exclamation-child > a::before {
  content: "\e53f";
}

.fa-chevron-down::before,
.fa-chevron-down-child > a::before {
  content: "\f078";
}

.fa-battery-full::before,
.fa-battery-full-child > a::before {
  content: "\f240";
}

.fa-battery::before,
.fa-battery-child > a::before {
  content: "\f240";
}

.fa-battery-5::before,
.fa-battery-5-child > a::before {
  content: "\f240";
}

.fa-skull-crossbones::before,
.fa-skull-crossbones-child > a::before {
  content: "\f714";
}

.fa-code-compare::before,
.fa-code-compare-child > a::before {
  content: "\e13a";
}

.fa-list-ul::before,
.fa-list-ul-child > a::before {
  content: "\f0ca";
}

.fa-list-dots::before,
.fa-list-dots-child > a::before {
  content: "\f0ca";
}

.fa-school-lock::before,
.fa-school-lock-child > a::before {
  content: "\e56f";
}

.fa-tower-cell::before,
.fa-tower-cell-child > a::before {
  content: "\e585";
}

.fa-down-long::before,
.fa-down-long-child > a::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before,
.fa-long-arrow-alt-down-child > a::before {
  content: "\f309";
}

.fa-ranking-star::before,
.fa-ranking-star-child > a::before {
  content: "\e561";
}

.fa-chess-king::before,
.fa-chess-king-child > a::before {
  content: "\f43f";
}

.fa-person-harassing::before,
.fa-person-harassing-child > a::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before,
.fa-brazilian-real-sign-child > a::before {
  content: "\e46c";
}

.fa-landmark-dome::before,
.fa-landmark-dome-child > a::before {
  content: "\f752";
}

.fa-landmark-alt::before,
.fa-landmark-alt-child > a::before {
  content: "\f752";
}

.fa-arrow-up::before,
.fa-arrow-up-child > a::before {
  content: "\f062";
}

.fa-tv::before,
.fa-tv-child > a::before {
  content: "\f26c";
}

.fa-television::before,
.fa-television-child > a::before {
  content: "\f26c";
}

.fa-tv-alt::before,
.fa-tv-alt-child > a::before {
  content: "\f26c";
}

.fa-shrimp::before,
.fa-shrimp-child > a::before {
  content: "\e448";
}

.fa-list-check::before,
.fa-list-check-child > a::before {
  content: "\f0ae";
}

.fa-tasks::before,
.fa-tasks-child > a::before {
  content: "\f0ae";
}

.fa-jug-detergent::before,
.fa-jug-detergent-child > a::before {
  content: "\e519";
}

.fa-circle-user::before,
.fa-circle-user-child > a::before {
  content: "\f2bd";
}

.fa-user-circle::before,
.fa-user-circle-child > a::before {
  content: "\f2bd";
}

.fa-user-shield::before,
.fa-user-shield-child > a::before {
  content: "\f505";
}

.fa-wind::before,
.fa-wind-child > a::before {
  content: "\f72e";
}

.fa-car-burst::before,
.fa-car-burst-child > a::before {
  content: "\f5e1";
}

.fa-car-crash::before,
.fa-car-crash-child > a::before {
  content: "\f5e1";
}

.fa-y::before,
.fa-y-child > a::before {
  content: "Y";
}

.fa-person-snowboarding::before,
.fa-person-snowboarding-child > a::before {
  content: "\f7ce";
}

.fa-snowboarding::before,
.fa-snowboarding-child > a::before {
  content: "\f7ce";
}

.fa-truck-fast::before,
.fa-truck-fast-child > a::before {
  content: "\f48b";
}

.fa-shipping-fast::before,
.fa-shipping-fast-child > a::before {
  content: "\f48b";
}

.fa-fish::before,
.fa-fish-child > a::before {
  content: "\f578";
}

.fa-user-graduate::before,
.fa-user-graduate-child > a::before {
  content: "\f501";
}

.fa-circle-half-stroke::before,
.fa-circle-half-stroke-child > a::before {
  content: "\f042";
}

.fa-adjust::before,
.fa-adjust-child > a::before {
  content: "\f042";
}

.fa-clapperboard::before,
.fa-clapperboard-child > a::before {
  content: "\e131";
}

.fa-circle-radiation::before,
.fa-circle-radiation-child > a::before {
  content: "\f7ba";
}

.fa-radiation-alt::before,
.fa-radiation-alt-child > a::before {
  content: "\f7ba";
}

.fa-baseball::before,
.fa-baseball-child > a::before {
  content: "\f433";
}

.fa-baseball-ball::before,
.fa-baseball-ball-child > a::before {
  content: "\f433";
}

.fa-jet-fighter-up::before,
.fa-jet-fighter-up-child > a::before {
  content: "\e518";
}

.fa-diagram-project::before,
.fa-diagram-project-child > a::before {
  content: "\f542";
}

.fa-project-diagram::before,
.fa-project-diagram-child > a::before {
  content: "\f542";
}

.fa-copy::before,
.fa-copy-child > a::before {
  content: "\f0c5";
}

.fa-volume-xmark::before,
.fa-volume-xmark-child > a::before {
  content: "\f6a9";
}

.fa-volume-mute::before,
.fa-volume-mute-child > a::before {
  content: "\f6a9";
}

.fa-volume-times::before,
.fa-volume-times-child > a::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before,
.fa-hand-sparkles-child > a::before {
  content: "\e05d";
}

.fa-grip::before,
.fa-grip-child > a::before {
  content: "\f58d";
}

.fa-grip-horizontal::before,
.fa-grip-horizontal-child > a::before {
  content: "\f58d";
}

.fa-share-from-square::before,
.fa-share-from-square-child > a::before {
  content: "\f14d";
}

.fa-share-square::before,
.fa-share-square-child > a::before {
  content: "\f14d";
}

.fa-gun::before,
.fa-gun-child > a::before {
  content: "\e19b";
}

.fa-square-phone::before,
.fa-square-phone-child > a::before {
  content: "\f098";
}

.fa-phone-square::before,
.fa-phone-square-child > a::before {
  content: "\f098";
}

.fa-plus::before,
.fa-plus-child > a::before {
  content: "+";
}

.fa-add::before,
.fa-add-child > a::before {
  content: "+";
}

.fa-expand::before,
.fa-expand-child > a::before {
  content: "\f065";
}

.fa-computer::before,
.fa-computer-child > a::before {
  content: "\e4e5";
}

.fa-xmark::before,
.fa-xmark-child > a::before {
  content: "\f00d";
}

.fa-close::before,
.fa-close-child > a::before {
  content: "\f00d";
}

.fa-multiply::before,
.fa-multiply-child > a::before {
  content: "\f00d";
}

.fa-remove::before,
.fa-remove-child > a::before {
  content: "\f00d";
}

.fa-times::before,
.fa-times-child > a::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before,
.fa-arrows-up-down-left-right-child > a::before {
  content: "\f047";
}

.fa-arrows::before,
.fa-arrows-child > a::before {
  content: "\f047";
}

.fa-chalkboard-user::before,
.fa-chalkboard-user-child > a::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before,
.fa-chalkboard-teacher-child > a::before {
  content: "\f51c";
}

.fa-peso-sign::before,
.fa-peso-sign-child > a::before {
  content: "\e222";
}

.fa-building-shield::before,
.fa-building-shield-child > a::before {
  content: "\e4d8";
}

.fa-baby::before,
.fa-baby-child > a::before {
  content: "\f77c";
}

.fa-users-line::before,
.fa-users-line-child > a::before {
  content: "\e592";
}

.fa-quote-left::before,
.fa-quote-left-child > a::before {
  content: "\f10d";
}

.fa-quote-left-alt::before,
.fa-quote-left-alt-child > a::before {
  content: "\f10d";
}

.fa-tractor::before,
.fa-tractor-child > a::before {
  content: "\f722";
}

.fa-trash-arrow-up::before,
.fa-trash-arrow-up-child > a::before {
  content: "\f829";
}

.fa-trash-restore::before,
.fa-trash-restore-child > a::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before,
.fa-arrow-down-up-lock-child > a::before {
  content: "\e4b0";
}

.fa-lines-leaning::before,
.fa-lines-leaning-child > a::before {
  content: "\e51e";
}

.fa-ruler-combined::before,
.fa-ruler-combined-child > a::before {
  content: "\f546";
}

.fa-copyright::before,
.fa-copyright-child > a::before {
  content: "\f1f9";
}

.fa-equals::before,
.fa-equals-child > a::before {
  content: "=";
}

.fa-blender::before,
.fa-blender-child > a::before {
  content: "\f517";
}

.fa-teeth::before,
.fa-teeth-child > a::before {
  content: "\f62e";
}

.fa-shekel-sign::before,
.fa-shekel-sign-child > a::before {
  content: "\f20b";
}

.fa-ils::before,
.fa-ils-child > a::before {
  content: "\f20b";
}

.fa-shekel::before,
.fa-shekel-child > a::before {
  content: "\f20b";
}

.fa-sheqel::before,
.fa-sheqel-child > a::before {
  content: "\f20b";
}

.fa-sheqel-sign::before,
.fa-sheqel-sign-child > a::before {
  content: "\f20b";
}

.fa-map::before,
.fa-map-child > a::before {
  content: "\f279";
}

.fa-rocket::before,
.fa-rocket-child > a::before {
  content: "\f135";
}

.fa-photo-film::before,
.fa-photo-film-child > a::before {
  content: "\f87c";
}

.fa-photo-video::before,
.fa-photo-video-child > a::before {
  content: "\f87c";
}

.fa-folder-minus::before,
.fa-folder-minus-child > a::before {
  content: "\f65d";
}

.fa-store::before,
.fa-store-child > a::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before,
.fa-arrow-trend-up-child > a::before {
  content: "\e098";
}

.fa-plug-circle-minus::before,
.fa-plug-circle-minus-child > a::before {
  content: "\e55e";
}

.fa-sign-hanging::before,
.fa-sign-hanging-child > a::before {
  content: "\f4d9";
}

.fa-sign::before,
.fa-sign-child > a::before {
  content: "\f4d9";
}

.fa-bezier-curve::before,
.fa-bezier-curve-child > a::before {
  content: "\f55b";
}

.fa-bell-slash::before,
.fa-bell-slash-child > a::before {
  content: "\f1f6";
}

.fa-tablet::before,
.fa-tablet-child > a::before {
  content: "\f3fb";
}

.fa-tablet-android::before,
.fa-tablet-android-child > a::before {
  content: "\f3fb";
}

.fa-school-flag::before,
.fa-school-flag-child > a::before {
  content: "\e56e";
}

.fa-fill::before,
.fa-fill-child > a::before {
  content: "\f575";
}

.fa-angle-up::before,
.fa-angle-up-child > a::before {
  content: "\f106";
}

.fa-drumstick-bite::before,
.fa-drumstick-bite-child > a::before {
  content: "\f6d7";
}

.fa-holly-berry::before,
.fa-holly-berry-child > a::before {
  content: "\f7aa";
}

.fa-chevron-left::before,
.fa-chevron-left-child > a::before {
  content: "\f053";
}

.fa-bacteria::before,
.fa-bacteria-child > a::before {
  content: "\e059";
}

.fa-hand-lizard::before,
.fa-hand-lizard-child > a::before {
  content: "\f258";
}

.fa-disease::before,
.fa-disease-child > a::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before,
.fa-briefcase-medical-child > a::before {
  content: "\f469";
}

.fa-genderless::before,
.fa-genderless-child > a::before {
  content: "\f22d";
}

.fa-chevron-right::before,
.fa-chevron-right-child > a::before {
  content: "\f054";
}

.fa-retweet::before,
.fa-retweet-child > a::before {
  content: "\f079";
}

.fa-car-rear::before,
.fa-car-rear-child > a::before {
  content: "\f5de";
}

.fa-car-alt::before,
.fa-car-alt-child > a::before {
  content: "\f5de";
}

.fa-pump-soap::before,
.fa-pump-soap-child > a::before {
  content: "\e06b";
}

.fa-video-slash::before,
.fa-video-slash-child > a::before {
  content: "\f4e2";
}

.fa-battery-quarter::before,
.fa-battery-quarter-child > a::before {
  content: "\f243";
}

.fa-battery-2::before,
.fa-battery-2-child > a::before {
  content: "\f243";
}

.fa-radio::before,
.fa-radio-child > a::before {
  content: "\f8d7";
}

.fa-baby-carriage::before,
.fa-baby-carriage-child > a::before {
  content: "\f77d";
}

.fa-carriage-baby::before,
.fa-carriage-baby-child > a::before {
  content: "\f77d";
}

.fa-traffic-light::before,
.fa-traffic-light-child > a::before {
  content: "\f637";
}

.fa-thermometer::before,
.fa-thermometer-child > a::before {
  content: "\f491";
}

.fa-vr-cardboard::before,
.fa-vr-cardboard-child > a::before {
  content: "\f729";
}

.fa-hand-middle-finger::before,
.fa-hand-middle-finger-child > a::before {
  content: "\f806";
}

.fa-percent::before,
.fa-percent-child > a::before {
  content: "%";
}

.fa-percentage::before,
.fa-percentage-child > a::before {
  content: "%";
}

.fa-truck-moving::before,
.fa-truck-moving-child > a::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before,
.fa-glass-water-droplet-child > a::before {
  content: "\e4f5";
}

.fa-display::before,
.fa-display-child > a::before {
  content: "\e163";
}

.fa-face-smile::before,
.fa-face-smile-child > a::before {
  content: "\f118";
}

.fa-smile::before,
.fa-smile-child > a::before {
  content: "\f118";
}

.fa-thumbtack::before,
.fa-thumbtack-child > a::before {
  content: "\f08d";
}

.fa-thumb-tack::before,
.fa-thumb-tack-child > a::before {
  content: "\f08d";
}

.fa-trophy::before,
.fa-trophy-child > a::before {
  content: "\f091";
}

.fa-person-praying::before,
.fa-person-praying-child > a::before {
  content: "\f683";
}

.fa-pray::before,
.fa-pray-child > a::before {
  content: "\f683";
}

.fa-hammer::before,
.fa-hammer-child > a::before {
  content: "\f6e3";
}

.fa-hand-peace::before,
.fa-hand-peace-child > a::before {
  content: "\f25b";
}

.fa-rotate::before,
.fa-rotate-child > a::before {
  content: "\f2f1";
}

.fa-sync-alt::before,
.fa-sync-alt-child > a::before {
  content: "\f2f1";
}

.fa-spinner::before,
.fa-spinner-child > a::before {
  content: "\f110";
}

.fa-robot::before,
.fa-robot-child > a::before {
  content: "\f544";
}

.fa-peace::before,
.fa-peace-child > a::before {
  content: "\f67c";
}

.fa-gears::before,
.fa-gears-child > a::before {
  content: "\f085";
}

.fa-cogs::before,
.fa-cogs-child > a::before {
  content: "\f085";
}

.fa-warehouse::before,
.fa-warehouse-child > a::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before,
.fa-arrow-up-right-dots-child > a::before {
  content: "\e4b7";
}

.fa-splotch::before,
.fa-splotch-child > a::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before,
.fa-face-grin-hearts-child > a::before {
  content: "\f584";
}

.fa-grin-hearts::before,
.fa-grin-hearts-child > a::before {
  content: "\f584";
}

.fa-dice-four::before,
.fa-dice-four-child > a::before {
  content: "\f524";
}

.fa-sim-card::before,
.fa-sim-card-child > a::before {
  content: "\f7c4";
}

.fa-transgender::before,
.fa-transgender-child > a::before {
  content: "\f225";
}

.fa-transgender-alt::before,
.fa-transgender-alt-child > a::before {
  content: "\f225";
}

.fa-mercury::before,
.fa-mercury-child > a::before {
  content: "\f223";
}

.fa-arrow-turn-down::before,
.fa-arrow-turn-down-child > a::before {
  content: "\f149";
}

.fa-level-down::before,
.fa-level-down-child > a::before {
  content: "\f149";
}

.fa-person-falling-burst::before,
.fa-person-falling-burst-child > a::before {
  content: "\e547";
}

.fa-award::before,
.fa-award-child > a::before {
  content: "\f559";
}

.fa-ticket-simple::before,
.fa-ticket-simple-child > a::before {
  content: "\f3ff";
}

.fa-ticket-alt::before,
.fa-ticket-alt-child > a::before {
  content: "\f3ff";
}

.fa-building::before,
.fa-building-child > a::before {
  content: "\f1ad";
}

.fa-angles-left::before,
.fa-angles-left-child > a::before {
  content: "\f100";
}

.fa-angle-double-left::before,
.fa-angle-double-left-child > a::before {
  content: "\f100";
}

.fa-qrcode::before,
.fa-qrcode-child > a::before {
  content: "\f029";
}

.fa-clock-rotate-left::before,
.fa-clock-rotate-left-child > a::before {
  content: "\f1da";
}

.fa-history::before,
.fa-history-child > a::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before,
.fa-face-grin-beam-sweat-child > a::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before,
.fa-grin-beam-sweat-child > a::before {
  content: "\f583";
}

.fa-file-export::before,
.fa-file-export-child > a::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before,
.fa-arrow-right-from-file-child > a::before {
  content: "\f56e";
}

.fa-shield::before,
.fa-shield-child > a::before {
  content: "\f132";
}

.fa-shield-blank::before,
.fa-shield-blank-child > a::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before,
.fa-arrow-up-short-wide-child > a::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before,
.fa-sort-amount-up-alt-child > a::before {
  content: "\f885";
}

.fa-house-medical::before,
.fa-house-medical-child > a::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before,
.fa-golf-ball-tee-child > a::before {
  content: "\f450";
}

.fa-golf-ball::before,
.fa-golf-ball-child > a::before {
  content: "\f450";
}

.fa-circle-chevron-left::before,
.fa-circle-chevron-left-child > a::before {
  content: "\f137";
}

.fa-chevron-circle-left::before,
.fa-chevron-circle-left-child > a::before {
  content: "\f137";
}

.fa-house-chimney-window::before,
.fa-house-chimney-window-child > a::before {
  content: "\e00d";
}

.fa-pen-nib::before,
.fa-pen-nib-child > a::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before,
.fa-tent-arrow-turn-left-child > a::before {
  content: "\e580";
}

.fa-tents::before,
.fa-tents-child > a::before {
  content: "\e582";
}

.fa-wand-magic::before,
.fa-wand-magic-child > a::before {
  content: "\f0d0";
}

.fa-magic::before,
.fa-magic-child > a::before {
  content: "\f0d0";
}

.fa-dog::before,
.fa-dog-child > a::before {
  content: "\f6d3";
}

.fa-carrot::before,
.fa-carrot-child > a::before {
  content: "\f787";
}

.fa-moon::before,
.fa-moon-child > a::before {
  content: "\f186";
}

.fa-wine-glass-empty::before,
.fa-wine-glass-empty-child > a::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before,
.fa-wine-glass-alt-child > a::before {
  content: "\f5ce";
}

.fa-cheese::before,
.fa-cheese-child > a::before {
  content: "\f7ef";
}

.fa-yin-yang::before,
.fa-yin-yang-child > a::before {
  content: "\f6ad";
}

.fa-music::before,
.fa-music-child > a::before {
  content: "\f001";
}

.fa-code-commit::before,
.fa-code-commit-child > a::before {
  content: "\f386";
}

.fa-temperature-low::before,
.fa-temperature-low-child > a::before {
  content: "\f76b";
}

.fa-person-biking::before,
.fa-person-biking-child > a::before {
  content: "\f84a";
}

.fa-biking::before,
.fa-biking-child > a::before {
  content: "\f84a";
}

.fa-broom::before,
.fa-broom-child > a::before {
  content: "\f51a";
}

.fa-shield-heart::before,
.fa-shield-heart-child > a::before {
  content: "\e574";
}

.fa-gopuram::before,
.fa-gopuram-child > a::before {
  content: "\f664";
}

.fa-earth-oceania::before,
.fa-earth-oceania-child > a::before {
  content: "\e47b";
}

.fa-globe-oceania::before,
.fa-globe-oceania-child > a::before {
  content: "\e47b";
}

.fa-square-xmark::before,
.fa-square-xmark-child > a::before {
  content: "\f2d3";
}

.fa-times-square::before,
.fa-times-square-child > a::before {
  content: "\f2d3";
}

.fa-xmark-square::before,
.fa-xmark-square-child > a::before {
  content: "\f2d3";
}

.fa-hashtag::before,
.fa-hashtag-child > a::before {
  content: "#";
}

.fa-up-right-and-down-left-from-center::before,
.fa-up-right-and-down-left-from-center-child > a::before {
  content: "\f424";
}

.fa-expand-alt::before,
.fa-expand-alt-child > a::before {
  content: "\f424";
}

.fa-oil-can::before,
.fa-oil-can-child > a::before {
  content: "\f613";
}

.fa-t::before,
.fa-t-child > a::before {
  content: "T";
}

.fa-hippo::before,
.fa-hippo-child > a::before {
  content: "\f6ed";
}

.fa-chart-column::before,
.fa-chart-column-child > a::before {
  content: "\e0e3";
}

.fa-infinity::before,
.fa-infinity-child > a::before {
  content: "\f534";
}

.fa-vial-circle-check::before,
.fa-vial-circle-check-child > a::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before,
.fa-person-arrow-down-to-line-child > a::before {
  content: "\e538";
}

.fa-voicemail::before,
.fa-voicemail-child > a::before {
  content: "\f897";
}

.fa-fan::before,
.fa-fan-child > a::before {
  content: "\f863";
}

.fa-person-walking-luggage::before,
.fa-person-walking-luggage-child > a::before {
  content: "\e554";
}

.fa-up-down::before,
.fa-up-down-child > a::before {
  content: "\f338";
}

.fa-arrows-alt-v::before,
.fa-arrows-alt-v-child > a::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before,
.fa-cloud-moon-rain-child > a::before {
  content: "\f73c";
}

.fa-calendar::before,
.fa-calendar-child > a::before {
  content: "\f133";
}

.fa-trailer::before,
.fa-trailer-child > a::before {
  content: "\e041";
}

.fa-bahai::before,
.fa-bahai-child > a::before {
  content: "\f666";
}

.fa-haykal::before,
.fa-haykal-child > a::before {
  content: "\f666";
}

.fa-sd-card::before,
.fa-sd-card-child > a::before {
  content: "\f7c2";
}

.fa-dragon::before,
.fa-dragon-child > a::before {
  content: "\f6d5";
}

.fa-shoe-prints::before,
.fa-shoe-prints-child > a::before {
  content: "\f54b";
}

.fa-circle-plus::before,
.fa-circle-plus-child > a::before {
  content: "\f055";
}

.fa-plus-circle::before,
.fa-plus-circle-child > a::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before,
.fa-face-grin-tongue-wink-child > a::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before,
.fa-grin-tongue-wink-child > a::before {
  content: "\f58b";
}

.fa-hand-holding::before,
.fa-hand-holding-child > a::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before,
.fa-plug-circle-exclamation-child > a::before {
  content: "\e55d";
}

.fa-link-slash::before,
.fa-link-slash-child > a::before {
  content: "\f127";
}

.fa-chain-broken::before,
.fa-chain-broken-child > a::before {
  content: "\f127";
}

.fa-chain-slash::before,
.fa-chain-slash-child > a::before {
  content: "\f127";
}

.fa-unlink::before,
.fa-unlink-child > a::before {
  content: "\f127";
}

.fa-clone::before,
.fa-clone-child > a::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before,
.fa-person-walking-arrow-loop-left-child > a::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before,
.fa-arrow-up-z-a-child > a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before,
.fa-sort-alpha-up-alt-child > a::before {
  content: "\f882";
}

.fa-fire-flame-curved::before,
.fa-fire-flame-curved-child > a::before {
  content: "\f7e4";
}

.fa-fire-alt::before,
.fa-fire-alt-child > a::before {
  content: "\f7e4";
}

.fa-tornado::before,
.fa-tornado-child > a::before {
  content: "\f76f";
}

.fa-file-circle-plus::before,
.fa-file-circle-plus-child > a::before {
  content: "\e494";
}

.fa-book-quran::before,
.fa-book-quran-child > a::before {
  content: "\f687";
}

.fa-quran::before,
.fa-quran-child > a::before {
  content: "\f687";
}

.fa-anchor::before,
.fa-anchor-child > a::before {
  content: "\f13d";
}

.fa-border-all::before,
.fa-border-all-child > a::before {
  content: "\f84c";
}

.fa-face-angry::before,
.fa-face-angry-child > a::before {
  content: "\f556";
}

.fa-angry::before,
.fa-angry-child > a::before {
  content: "\f556";
}

.fa-cookie-bite::before,
.fa-cookie-bite-child > a::before {
  content: "\f564";
}

.fa-arrow-trend-down::before,
.fa-arrow-trend-down-child > a::before {
  content: "\e097";
}

.fa-rss::before,
.fa-rss-child > a::before {
  content: "\f09e";
}

.fa-feed::before,
.fa-feed-child > a::before {
  content: "\f09e";
}

.fa-draw-polygon::before,
.fa-draw-polygon-child > a::before {
  content: "\f5ee";
}

.fa-scale-balanced::before,
.fa-scale-balanced-child > a::before {
  content: "\f24e";
}

.fa-balance-scale::before,
.fa-balance-scale-child > a::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before,
.fa-gauge-simple-high-child > a::before {
  content: "\f62a";
}

.fa-tachometer::before,
.fa-tachometer-child > a::before {
  content: "\f62a";
}

.fa-tachometer-fast::before,
.fa-tachometer-fast-child > a::before {
  content: "\f62a";
}

.fa-shower::before,
.fa-shower-child > a::before {
  content: "\f2cc";
}

.fa-desktop::before,
.fa-desktop-child > a::before {
  content: "\f390";
}

.fa-desktop-alt::before,
.fa-desktop-alt-child > a::before {
  content: "\f390";
}

.fa-m::before,
.fa-m-child > a::before {
  content: "M";
}

.fa-table-list::before,
.fa-table-list-child > a::before {
  content: "\f00b";
}

.fa-th-list::before,
.fa-th-list-child > a::before {
  content: "\f00b";
}

.fa-comment-sms::before,
.fa-comment-sms-child > a::before {
  content: "\f7cd";
}

.fa-sms::before,
.fa-sms-child > a::before {
  content: "\f7cd";
}

.fa-book::before,
.fa-book-child > a::before {
  content: "\f02d";
}

.fa-user-plus::before,
.fa-user-plus-child > a::before {
  content: "\f234";
}

.fa-check::before,
.fa-check-child > a::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before,
.fa-battery-three-quarters-child > a::before {
  content: "\f241";
}

.fa-battery-4::before,
.fa-battery-4-child > a::before {
  content: "\f241";
}

.fa-house-circle-check::before,
.fa-house-circle-check-child > a::before {
  content: "\e509";
}

.fa-angle-left::before,
.fa-angle-left-child > a::before {
  content: "\f104";
}

.fa-diagram-successor::before,
.fa-diagram-successor-child > a::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before,
.fa-truck-arrow-right-child > a::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before,
.fa-arrows-split-up-and-left-child > a::before {
  content: "\e4bc";
}

.fa-hand-fist::before,
.fa-hand-fist-child > a::before {
  content: "\f6de";
}

.fa-fist-raised::before,
.fa-fist-raised-child > a::before {
  content: "\f6de";
}

.fa-cloud-moon::before,
.fa-cloud-moon-child > a::before {
  content: "\f6c3";
}

.fa-briefcase::before,
.fa-briefcase-child > a::before {
  content: "\f0b1";
}

.fa-person-falling::before,
.fa-person-falling-child > a::before {
  content: "\e546";
}

.fa-image-portrait::before,
.fa-image-portrait-child > a::before {
  content: "\f3e0";
}

.fa-portrait::before,
.fa-portrait-child > a::before {
  content: "\f3e0";
}

.fa-user-tag::before,
.fa-user-tag-child > a::before {
  content: "\f507";
}

.fa-rug::before,
.fa-rug-child > a::before {
  content: "\e569";
}

.fa-earth-europe::before,
.fa-earth-europe-child > a::before {
  content: "\f7a2";
}

.fa-globe-europe::before,
.fa-globe-europe-child > a::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before,
.fa-cart-flatbed-suitcase-child > a::before {
  content: "\f59d";
}

.fa-luggage-cart::before,
.fa-luggage-cart-child > a::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before,
.fa-rectangle-xmark-child > a::before {
  content: "\f410";
}

.fa-rectangle-times::before,
.fa-rectangle-times-child > a::before {
  content: "\f410";
}

.fa-times-rectangle::before,
.fa-times-rectangle-child > a::before {
  content: "\f410";
}

.fa-window-close::before,
.fa-window-close-child > a::before {
  content: "\f410";
}

.fa-baht-sign::before,
.fa-baht-sign-child > a::before {
  content: "\e0ac";
}

.fa-book-open::before,
.fa-book-open-child > a::before {
  content: "\f518";
}

.fa-book-journal-whills::before,
.fa-book-journal-whills-child > a::before {
  content: "\f66a";
}

.fa-journal-whills::before,
.fa-journal-whills-child > a::before {
  content: "\f66a";
}

.fa-handcuffs::before,
.fa-handcuffs-child > a::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before,
.fa-triangle-exclamation-child > a::before {
  content: "\f071";
}

.fa-exclamation-triangle::before,
.fa-exclamation-triangle-child > a::before {
  content: "\f071";
}

.fa-warning::before,
.fa-warning-child > a::before {
  content: "\f071";
}

.fa-database::before,
.fa-database-child > a::before {
  content: "\f1c0";
}

.fa-share::before,
.fa-share-child > a::before {
  content: "\f064";
}

.fa-arrow-turn-right::before,
.fa-arrow-turn-right-child > a::before {
  content: "\f064";
}

.fa-mail-forward::before,
.fa-mail-forward-child > a::before {
  content: "\f064";
}

.fa-bottle-droplet::before,
.fa-bottle-droplet-child > a::before {
  content: "\e4c4";
}

.fa-mask-face::before,
.fa-mask-face-child > a::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before,
.fa-hill-rockslide-child > a::before {
  content: "\e508";
}

.fa-right-left::before,
.fa-right-left-child > a::before {
  content: "\f362";
}

.fa-exchange-alt::before,
.fa-exchange-alt-child > a::before {
  content: "\f362";
}

.fa-paper-plane::before,
.fa-paper-plane-child > a::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before,
.fa-road-circle-exclamation-child > a::before {
  content: "\e565";
}

.fa-dungeon::before,
.fa-dungeon-child > a::before {
  content: "\f6d9";
}

.fa-align-right::before,
.fa-align-right-child > a::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before,
.fa-money-bill-1-wave-child > a::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before,
.fa-money-bill-wave-alt-child > a::before {
  content: "\f53b";
}

.fa-life-ring::before,
.fa-life-ring-child > a::before {
  content: "\f1cd";
}

.fa-hands::before,
.fa-hands-child > a::before {
  content: "\f2a7";
}

.fa-sign-language::before,
.fa-sign-language-child > a::before {
  content: "\f2a7";
}

.fa-signing::before,
.fa-signing-child > a::before {
  content: "\f2a7";
}

.fa-calendar-day::before,
.fa-calendar-day-child > a::before {
  content: "\f783";
}

.fa-water-ladder::before,
.fa-water-ladder-child > a::before {
  content: "\f5c5";
}

.fa-ladder-water::before,
.fa-ladder-water-child > a::before {
  content: "\f5c5";
}

.fa-swimming-pool::before,
.fa-swimming-pool-child > a::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before,
.fa-arrows-up-down-child > a::before {
  content: "\f07d";
}

.fa-arrows-v::before,
.fa-arrows-v-child > a::before {
  content: "\f07d";
}

.fa-face-grimace::before,
.fa-face-grimace-child > a::before {
  content: "\f57f";
}

.fa-grimace::before,
.fa-grimace-child > a::before {
  content: "\f57f";
}

.fa-wheelchair-move::before,
.fa-wheelchair-move-child > a::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before,
.fa-wheelchair-alt-child > a::before {
  content: "\e2ce";
}

.fa-turn-down::before,
.fa-turn-down-child > a::before {
  content: "\f3be";
}

.fa-level-down-alt::before,
.fa-level-down-alt-child > a::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before,
.fa-person-walking-arrow-right-child > a::before {
  content: "\e552";
}

.fa-square-envelope::before,
.fa-square-envelope-child > a::before {
  content: "\f199";
}

.fa-envelope-square::before,
.fa-envelope-square-child > a::before {
  content: "\f199";
}

.fa-dice::before,
.fa-dice-child > a::before {
  content: "\f522";
}

.fa-bowling-ball::before,
.fa-bowling-ball-child > a::before {
  content: "\f436";
}

.fa-brain::before,
.fa-brain-child > a::before {
  content: "\f5dc";
}

.fa-bandage::before,
.fa-bandage-child > a::before {
  content: "\f462";
}

.fa-band-aid::before,
.fa-band-aid-child > a::before {
  content: "\f462";
}

.fa-calendar-minus::before,
.fa-calendar-minus-child > a::before {
  content: "\f272";
}

.fa-circle-xmark::before,
.fa-circle-xmark-child > a::before {
  content: "\f057";
}

.fa-times-circle::before,
.fa-times-circle-child > a::before {
  content: "\f057";
}

.fa-xmark-circle::before,
.fa-xmark-circle-child > a::before {
  content: "\f057";
}

.fa-gifts::before,
.fa-gifts-child > a::before {
  content: "\f79c";
}

.fa-hotel::before,
.fa-hotel-child > a::before {
  content: "\f594";
}

.fa-earth-asia::before,
.fa-earth-asia-child > a::before {
  content: "\f57e";
}

.fa-globe-asia::before,
.fa-globe-asia-child > a::before {
  content: "\f57e";
}

.fa-id-card-clip::before,
.fa-id-card-clip-child > a::before {
  content: "\f47f";
}

.fa-id-card-alt::before,
.fa-id-card-alt-child > a::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before,
.fa-magnifying-glass-plus-child > a::before {
  content: "\f00e";
}

.fa-search-plus::before,
.fa-search-plus-child > a::before {
  content: "\f00e";
}

.fa-thumbs-up::before,
.fa-thumbs-up-child > a::before {
  content: "\f164";
}

.fa-user-clock::before,
.fa-user-clock-child > a::before {
  content: "\f4fd";
}

.fa-hand-dots::before,
.fa-hand-dots-child > a::before {
  content: "\f461";
}

.fa-allergies::before,
.fa-allergies-child > a::before {
  content: "\f461";
}

.fa-file-invoice::before,
.fa-file-invoice-child > a::before {
  content: "\f570";
}

.fa-window-minimize::before,
.fa-window-minimize-child > a::before {
  content: "\f2d1";
}

.fa-mug-saucer::before,
.fa-mug-saucer-child > a::before {
  content: "\f0f4";
}

.fa-coffee::before,
.fa-coffee-child > a::before {
  content: "\f0f4";
}

.fa-brush::before,
.fa-brush-child > a::before {
  content: "\f55d";
}

.fa-mask::before,
.fa-mask-child > a::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before,
.fa-magnifying-glass-minus-child > a::before {
  content: "\f010";
}

.fa-search-minus::before,
.fa-search-minus-child > a::before {
  content: "\f010";
}

.fa-ruler-vertical::before,
.fa-ruler-vertical-child > a::before {
  content: "\f548";
}

.fa-user-large::before,
.fa-user-large-child > a::before {
  content: "\f406";
}

.fa-user-alt::before,
.fa-user-alt-child > a::before {
  content: "\f406";
}

.fa-train-tram::before,
.fa-train-tram-child > a::before {
  content: "\e5b4";
}

.fa-user-nurse::before,
.fa-user-nurse-child > a::before {
  content: "\f82f";
}

.fa-syringe::before,
.fa-syringe-child > a::before {
  content: "\f48e";
}

.fa-cloud-sun::before,
.fa-cloud-sun-child > a::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before,
.fa-stopwatch-20-child > a::before {
  content: "\e06f";
}

.fa-square-full::before,
.fa-square-full-child > a::before {
  content: "\f45c";
}

.fa-magnet::before,
.fa-magnet-child > a::before {
  content: "\f076";
}

.fa-jar::before,
.fa-jar-child > a::before {
  content: "\e516";
}

.fa-note-sticky::before,
.fa-note-sticky-child > a::before {
  content: "\f249";
}

.fa-sticky-note::before,
.fa-sticky-note-child > a::before {
  content: "\f249";
}

.fa-bug-slash::before,
.fa-bug-slash-child > a::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before,
.fa-arrow-up-from-water-pump-child > a::before {
  content: "\e4b6";
}

.fa-bone::before,
.fa-bone-child > a::before {
  content: "\f5d7";
}

.fa-user-injured::before,
.fa-user-injured-child > a::before {
  content: "\f728";
}

.fa-face-sad-tear::before,
.fa-face-sad-tear-child > a::before {
  content: "\f5b4";
}

.fa-sad-tear::before,
.fa-sad-tear-child > a::before {
  content: "\f5b4";
}

.fa-plane::before,
.fa-plane-child > a::before {
  content: "\f072";
}

.fa-tent-arrows-down::before,
.fa-tent-arrows-down-child > a::before {
  content: "\e581";
}

.fa-exclamation::before,
.fa-exclamation-child > a::before {
  content: "!";
}

.fa-arrows-spin::before,
.fa-arrows-spin-child > a::before {
  content: "\e4bb";
}

.fa-print::before,
.fa-print-child > a::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before,
.fa-turkish-lira-sign-child > a::before {
  content: "\e2bb";
}

.fa-try::before,
.fa-try-child > a::before {
  content: "\e2bb";
}

.fa-turkish-lira::before,
.fa-turkish-lira-child > a::before {
  content: "\e2bb";
}

.fa-dollar-sign::before,
.fa-dollar-sign-child > a::before {
  content: "$";
}

.fa-dollar::before,
.fa-dollar-child > a::before {
  content: "$";
}

.fa-usd::before,
.fa-usd-child > a::before {
  content: "$";
}

.fa-x::before,
.fa-x-child > a::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before,
.fa-magnifying-glass-dollar-child > a::before {
  content: "\f688";
}

.fa-search-dollar::before,
.fa-search-dollar-child > a::before {
  content: "\f688";
}

.fa-users-gear::before,
.fa-users-gear-child > a::before {
  content: "\f509";
}

.fa-users-cog::before,
.fa-users-cog-child > a::before {
  content: "\f509";
}

.fa-person-military-pointing::before,
.fa-person-military-pointing-child > a::before {
  content: "\e54a";
}

.fa-building-columns::before,
.fa-building-columns-child > a::before {
  content: "\f19c";
}

.fa-bank::before,
.fa-bank-child > a::before {
  content: "\f19c";
}

.fa-institution::before,
.fa-institution-child > a::before {
  content: "\f19c";
}

.fa-museum::before,
.fa-museum-child > a::before {
  content: "\f19c";
}

.fa-university::before,
.fa-university-child > a::before {
  content: "\f19c";
}

.fa-umbrella::before,
.fa-umbrella-child > a::before {
  content: "\f0e9";
}

.fa-trowel::before,
.fa-trowel-child > a::before {
  content: "\e589";
}

.fa-d::before,
.fa-d-child > a::before {
  content: "D";
}

.fa-stapler::before,
.fa-stapler-child > a::before {
  content: "\e5af";
}

.fa-masks-theater::before,
.fa-masks-theater-child > a::before {
  content: "\f630";
}

.fa-theater-masks::before,
.fa-theater-masks-child > a::before {
  content: "\f630";
}

.fa-kip-sign::before,
.fa-kip-sign-child > a::before {
  content: "\e1c4";
}

.fa-hand-point-left::before,
.fa-hand-point-left-child > a::before {
  content: "\f0a5";
}

.fa-handshake-simple::before,
.fa-handshake-simple-child > a::before {
  content: "\f4c6";
}

.fa-handshake-alt::before,
.fa-handshake-alt-child > a::before {
  content: "\f4c6";
}

.fa-jet-fighter::before,
.fa-jet-fighter-child > a::before {
  content: "\f0fb";
}

.fa-fighter-jet::before,
.fa-fighter-jet-child > a::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before,
.fa-square-share-nodes-child > a::before {
  content: "\f1e1";
}

.fa-share-alt-square::before,
.fa-share-alt-square-child > a::before {
  content: "\f1e1";
}

.fa-barcode::before,
.fa-barcode-child > a::before {
  content: "\f02a";
}

.fa-plus-minus::before,
.fa-plus-minus-child > a::before {
  content: "\e43c";
}

.fa-video::before,
.fa-video-child > a::before {
  content: "\f03d";
}

.fa-video-camera::before,
.fa-video-camera-child > a::before {
  content: "\f03d";
}

.fa-graduation-cap::before,
.fa-graduation-cap-child > a::before {
  content: "\f19d";
}

.fa-mortar-board::before,
.fa-mortar-board-child > a::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before,
.fa-hand-holding-medical-child > a::before {
  content: "\e05c";
}

.fa-person-circle-check::before,
.fa-person-circle-check-child > a::before {
  content: "\e53e";
}

.fa-turn-up::before,
.fa-turn-up-child > a::before {
  content: "\f3bf";
}

.fa-level-up-alt::before,
.fa-level-up-alt-child > a::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands,
.fab-child > a,
.fa-brands-child > a {
  font-weight: 400;
}

.fa-monero:before,
.fa-monero-child > a:before {
  content: "\f3d0";
}

.fa-hooli:before,
.fa-hooli-child > a:before {
  content: "\f427";
}

.fa-yelp:before,
.fa-yelp-child > a:before {
  content: "\f1e9";
}

.fa-cc-visa:before,
.fa-cc-visa-child > a:before {
  content: "\f1f0";
}

.fa-lastfm:before,
.fa-lastfm-child > a:before {
  content: "\f202";
}

.fa-shopware:before,
.fa-shopware-child > a:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before,
.fa-creative-commons-nc-child > a:before {
  content: "\f4e8";
}

.fa-aws:before,
.fa-aws-child > a:before {
  content: "\f375";
}

.fa-redhat:before,
.fa-redhat-child > a:before {
  content: "\f7bc";
}

.fa-yoast:before,
.fa-yoast-child > a:before {
  content: "\f2b1";
}

.fa-cloudflare:before,
.fa-cloudflare-child > a:before {
  content: "\e07d";
}

.fa-ups:before,
.fa-ups-child > a:before {
  content: "\f7e0";
}

.fa-wpexplorer:before,
.fa-wpexplorer-child > a:before {
  content: "\f2de";
}

.fa-dyalog:before,
.fa-dyalog-child > a:before {
  content: "\f399";
}

.fa-bity:before,
.fa-bity-child > a:before {
  content: "\f37a";
}

.fa-stackpath:before,
.fa-stackpath-child > a:before {
  content: "\f842";
}

.fa-buysellads:before,
.fa-buysellads-child > a:before {
  content: "\f20d";
}

.fa-first-order:before,
.fa-first-order-child > a:before {
  content: "\f2b0";
}

.fa-modx:before,
.fa-modx-child > a:before {
  content: "\f285";
}

.fa-guilded:before,
.fa-guilded-child > a:before {
  content: "\e07e";
}

.fa-vnv:before,
.fa-vnv-child > a:before {
  content: "\f40b";
}

.fa-square-js:before,
.fa-square-js-child > a:before {
  content: "\f3b9";
}

.fa-js-square:before,
.fa-js-square-child > a:before {
  content: "\f3b9";
}

.fa-microsoft:before,
.fa-microsoft-child > a:before {
  content: "\f3ca";
}

.fa-qq:before,
.fa-qq-child > a:before {
  content: "\f1d6";
}

.fa-orcid:before,
.fa-orcid-child > a:before {
  content: "\f8d2";
}

.fa-java:before,
.fa-java-child > a:before {
  content: "\f4e4";
}

.fa-invision:before,
.fa-invision-child > a:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before,
.fa-creative-commons-pd-alt-child > a:before {
  content: "\f4ed";
}

.fa-centercode:before,
.fa-centercode-child > a:before {
  content: "\f380";
}

.fa-glide-g:before,
.fa-glide-g-child > a:before {
  content: "\f2a6";
}

.fa-drupal:before,
.fa-drupal-child > a:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before,
.fa-hire-a-helper-child > a:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before,
.fa-creative-commons-by-child > a:before {
  content: "\f4e7";
}

.fa-unity:before,
.fa-unity-child > a:before {
  content: "\e049";
}

.fa-whmcs:before,
.fa-whmcs-child > a:before {
  content: "\f40d";
}

.fa-rocketchat:before,
.fa-rocketchat-child > a:before {
  content: "\f3e8";
}

.fa-vk:before,
.fa-vk-child > a:before {
  content: "\f189";
}

.fa-untappd:before,
.fa-untappd-child > a:before {
  content: "\f405";
}

.fa-mailchimp:before,
.fa-mailchimp-child > a:before {
  content: "\f59e";
}

.fa-css3-alt:before,
.fa-css3-alt-child > a:before {
  content: "\f38b";
}

.fa-square-reddit:before,
.fa-square-reddit-child > a:before {
  content: "\f1a2";
}

.fa-reddit-square:before,
.fa-reddit-square-child > a:before {
  content: "\f1a2";
}

.fa-vimeo-v:before,
.fa-vimeo-v-child > a:before {
  content: "\f27d";
}

.fa-contao:before,
.fa-contao-child > a:before {
  content: "\f26d";
}

.fa-square-font-awesome:before,
.fa-square-font-awesome-child > a:before {
  content: "\e5ad";
}

.fa-deskpro:before,
.fa-deskpro-child > a:before {
  content: "\f38f";
}

.fa-sistrix:before,
.fa-sistrix-child > a:before {
  content: "\f3ee";
}

.fa-square-instagram:before,
.fa-square-instagram-child > a:before {
  content: "\e055";
}

.fa-instagram-square:before,
.fa-instagram-square-child > a:before {
  content: "\e055";
}

.fa-battle-net:before,
.fa-battle-net-child > a:before {
  content: "\f835";
}

.fa-the-red-yeti:before,
.fa-the-red-yeti-child > a:before {
  content: "\f69d";
}

.fa-square-hacker-news:before,
.fa-square-hacker-news-child > a:before {
  content: "\f3af";
}

.fa-hacker-news-square:before,
.fa-hacker-news-square-child > a:before {
  content: "\f3af";
}

.fa-edge:before,
.fa-edge-child > a:before {
  content: "\f282";
}

.fa-napster:before,
.fa-napster-child > a:before {
  content: "\f3d2";
}

.fa-square-snapchat:before,
.fa-square-snapchat-child > a:before {
  content: "\f2ad";
}

.fa-snapchat-square:before,
.fa-snapchat-square-child > a:before {
  content: "\f2ad";
}

.fa-google-plus-g:before,
.fa-google-plus-g-child > a:before {
  content: "\f0d5";
}

.fa-artstation:before,
.fa-artstation-child > a:before {
  content: "\f77a";
}

.fa-markdown:before,
.fa-markdown-child > a:before {
  content: "\f60f";
}

.fa-sourcetree:before,
.fa-sourcetree-child > a:before {
  content: "\f7d3";
}

.fa-google-plus:before,
.fa-google-plus-child > a:before {
  content: "\f2b3";
}

.fa-diaspora:before,
.fa-diaspora-child > a:before {
  content: "\f791";
}

.fa-foursquare:before,
.fa-foursquare-child > a:before {
  content: "\f180";
}

.fa-stack-overflow:before,
.fa-stack-overflow-child > a:before {
  content: "\f16c";
}

.fa-github-alt:before,
.fa-github-alt-child > a:before {
  content: "\f113";
}

.fa-phoenix-squadron:before,
.fa-phoenix-squadron-child > a:before {
  content: "\f511";
}

.fa-pagelines:before,
.fa-pagelines-child > a:before {
  content: "\f18c";
}

.fa-algolia:before,
.fa-algolia-child > a:before {
  content: "\f36c";
}

.fa-red-river:before,
.fa-red-river-child > a:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before,
.fa-creative-commons-sa-child > a:before {
  content: "\f4ef";
}

.fa-safari:before,
.fa-safari-child > a:before {
  content: "\f267";
}

.fa-google:before,
.fa-google-child > a:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before,
.fa-square-font-awesome-stroke-child > a:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before,
.fa-font-awesome-alt-child > a:before {
  content: "\f35c";
}

.fa-atlassian:before,
.fa-atlassian-child > a:before {
  content: "\f77b";
}

.fa-linkedin-in:before,
.fa-linkedin-in-child > a:before {
  content: "\f0e1";
}

.fa-digital-ocean:before,
.fa-digital-ocean-child > a:before {
  content: "\f391";
}

.fa-nimblr:before,
.fa-nimblr-child > a:before {
  content: "\f5a8";
}

.fa-chromecast:before,
.fa-chromecast-child > a:before {
  content: "\f838";
}

.fa-evernote:before,
.fa-evernote-child > a:before {
  content: "\f839";
}

.fa-hacker-news:before,
.fa-hacker-news-child > a:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before,
.fa-creative-commons-sampling-child > a:before {
  content: "\f4f0";
}

.fa-adversal:before,
.fa-adversal-child > a:before {
  content: "\f36a";
}

.fa-creative-commons:before,
.fa-creative-commons-child > a:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before,
.fa-watchman-monitoring-child > a:before {
  content: "\e087";
}

.fa-fonticons:before,
.fa-fonticons-child > a:before {
  content: "\f280";
}

.fa-weixin:before,
.fa-weixin-child > a:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before,
.fa-shirtsinbulk-child > a:before {
  content: "\f214";
}

.fa-codepen:before,
.fa-codepen-child > a:before {
  content: "\f1cb";
}

.fa-git-alt:before,
.fa-git-alt-child > a:before {
  content: "\f841";
}

.fa-lyft:before,
.fa-lyft-child > a:before {
  content: "\f3c3";
}

.fa-rev:before,
.fa-rev-child > a:before {
  content: "\f5b2";
}

.fa-windows:before,
.fa-windows-child > a:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before,
.fa-wizards-of-the-coast-child > a:before {
  content: "\f730";
}

.fa-square-viadeo:before,
.fa-square-viadeo-child > a:before {
  content: "\f2aa";
}

.fa-viadeo-square:before,
.fa-viadeo-square-child > a:before {
  content: "\f2aa";
}

.fa-meetup:before,
.fa-meetup-child > a:before {
  content: "\f2e0";
}

.fa-centos:before,
.fa-centos-child > a:before {
  content: "\f789";
}

.fa-adn:before,
.fa-adn-child > a:before {
  content: "\f170";
}

.fa-cloudsmith:before,
.fa-cloudsmith-child > a:before {
  content: "\f384";
}

.fa-pied-piper-alt:before,
.fa-pied-piper-alt-child > a:before {
  content: "\f1a8";
}

.fa-square-dribbble:before,
.fa-square-dribbble-child > a:before {
  content: "\f397";
}

.fa-dribbble-square:before,
.fa-dribbble-square-child > a:before {
  content: "\f397";
}

.fa-codiepie:before,
.fa-codiepie-child > a:before {
  content: "\f284";
}

.fa-node:before,
.fa-node-child > a:before {
  content: "\f419";
}

.fa-mix:before,
.fa-mix-child > a:before {
  content: "\f3cb";
}

.fa-steam:before,
.fa-steam-child > a:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before,
.fa-cc-apple-pay-child > a:before {
  content: "\f416";
}

.fa-scribd:before,
.fa-scribd-child > a:before {
  content: "\f28a";
}

.fa-openid:before,
.fa-openid-child > a:before {
  content: "\f19b";
}

.fa-instalod:before,
.fa-instalod-child > a:before {
  content: "\e081";
}

.fa-expeditedssl:before,
.fa-expeditedssl-child > a:before {
  content: "\f23e";
}

.fa-sellcast:before,
.fa-sellcast-child > a:before {
  content: "\f2da";
}

.fa-square-twitter:before,
.fa-square-twitter-child > a:before {
  content: "\f081";
}

.fa-twitter-square:before,
.fa-twitter-square-child > a:before {
  content: "\f081";
}

.fa-r-project:before,
.fa-r-project-child > a:before {
  content: "\f4f7";
}

.fa-delicious:before,
.fa-delicious-child > a:before {
  content: "\f1a5";
}

.fa-freebsd:before,
.fa-freebsd-child > a:before {
  content: "\f3a4";
}

.fa-vuejs:before,
.fa-vuejs-child > a:before {
  content: "\f41f";
}

.fa-accusoft:before,
.fa-accusoft-child > a:before {
  content: "\f369";
}

.fa-ioxhost:before,
.fa-ioxhost-child > a:before {
  content: "\f208";
}

.fa-fonticons-fi:before,
.fa-fonticons-fi-child > a:before {
  content: "\f3a2";
}

.fa-app-store:before,
.fa-app-store-child > a:before {
  content: "\f36f";
}

.fa-cc-mastercard:before,
.fa-cc-mastercard-child > a:before {
  content: "\f1f1";
}

.fa-itunes-note:before,
.fa-itunes-note-child > a:before {
  content: "\f3b5";
}

.fa-golang:before,
.fa-golang-child > a:before {
  content: "\e40f";
}

.fa-kickstarter:before,
.fa-kickstarter-child > a:before {
  content: "\f3bb";
}

.fa-grav:before,
.fa-grav-child > a:before {
  content: "\f2d6";
}

.fa-weibo:before,
.fa-weibo-child > a:before {
  content: "\f18a";
}

.fa-uncharted:before,
.fa-uncharted-child > a:before {
  content: "\e084";
}

.fa-firstdraft:before,
.fa-firstdraft-child > a:before {
  content: "\f3a1";
}

.fa-square-youtube:before,
.fa-square-youtube-child > a:before {
  content: "\f431";
}

.fa-youtube-square:before,
.fa-youtube-square-child > a:before {
  content: "\f431";
}

.fa-wikipedia-w:before,
.fa-wikipedia-w-child > a:before {
  content: "\f266";
}

.fa-wpressr:before,
.fa-wpressr-child > a:before {
  content: "\f3e4";
}

.fa-rendact:before,
.fa-rendact-child > a:before {
  content: "\f3e4";
}

.fa-angellist:before,
.fa-angellist-child > a:before {
  content: "\f209";
}

.fa-galactic-republic:before,
.fa-galactic-republic-child > a:before {
  content: "\f50c";
}

.fa-nfc-directional:before,
.fa-nfc-directional-child > a:before {
  content: "\e530";
}

.fa-skype:before,
.fa-skype-child > a:before {
  content: "\f17e";
}

.fa-joget:before,
.fa-joget-child > a:before {
  content: "\f3b7";
}

.fa-fedora:before,
.fa-fedora-child > a:before {
  content: "\f798";
}

.fa-stripe-s:before,
.fa-stripe-s-child > a:before {
  content: "\f42a";
}

.fa-meta:before,
.fa-meta-child > a:before {
  content: "\e49b";
}

.fa-laravel:before,
.fa-laravel-child > a:before {
  content: "\f3bd";
}

.fa-hotjar:before,
.fa-hotjar-child > a:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before,
.fa-bluetooth-b-child > a:before {
  content: "\f294";
}

.fa-sticker-mule:before,
.fa-sticker-mule-child > a:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before,
.fa-creative-commons-zero-child > a:before {
  content: "\f4f3";
}

.fa-hips:before,
.fa-hips-child > a:before {
  content: "\f452";
}

.fa-behance:before,
.fa-behance-child > a:before {
  content: "\f1b4";
}

.fa-reddit:before,
.fa-reddit-child > a:before {
  content: "\f1a1";
}

.fa-discord:before,
.fa-discord-child > a:before {
  content: "\f392";
}

.fa-chrome:before,
.fa-chrome-child > a:before {
  content: "\f268";
}

.fa-app-store-ios:before,
.fa-app-store-ios-child > a:before {
  content: "\f370";
}

.fa-cc-discover:before,
.fa-cc-discover-child > a:before {
  content: "\f1f2";
}

.fa-wpbeginner:before,
.fa-wpbeginner-child > a:before {
  content: "\f297";
}

.fa-confluence:before,
.fa-confluence-child > a:before {
  content: "\f78d";
}

.fa-mdb:before,
.fa-mdb-child > a:before {
  content: "\f8ca";
}

.fa-dochub:before,
.fa-dochub-child > a:before {
  content: "\f394";
}

.fa-accessible-icon:before,
.fa-accessible-icon-child > a:before {
  content: "\f368";
}

.fa-ebay:before,
.fa-ebay-child > a:before {
  content: "\f4f4";
}

.fa-amazon:before,
.fa-amazon-child > a:before {
  content: "\f270";
}

.fa-unsplash:before,
.fa-unsplash-child > a:before {
  content: "\e07c";
}

.fa-yarn:before,
.fa-yarn-child > a:before {
  content: "\f7e3";
}

.fa-square-steam:before,
.fa-square-steam-child > a:before {
  content: "\f1b7";
}

.fa-steam-square:before,
.fa-steam-square-child > a:before {
  content: "\f1b7";
}

.fa-500px:before,
.fa-500px-child > a:before {
  content: "\f26e";
}

.fa-square-vimeo:before,
.fa-square-vimeo-child > a:before {
  content: "\f194";
}

.fa-vimeo-square:before,
.fa-vimeo-square-child > a:before {
  content: "\f194";
}

.fa-asymmetrik:before,
.fa-asymmetrik-child > a:before {
  content: "\f372";
}

.fa-font-awesome:before,
.fa-font-awesome-child > a:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before,
.fa-font-awesome-flag-child > a:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before,
.fa-font-awesome-logo-full-child > a:before {
  content: "\f2b4";
}

.fa-gratipay:before,
.fa-gratipay-child > a:before {
  content: "\f184";
}

.fa-apple:before,
.fa-apple-child > a:before {
  content: "\f179";
}

.fa-hive:before,
.fa-hive-child > a:before {
  content: "\e07f";
}

.fa-gitkraken:before,
.fa-gitkraken-child > a:before {
  content: "\f3a6";
}

.fa-keybase:before,
.fa-keybase-child > a:before {
  content: "\f4f5";
}

.fa-apple-pay:before,
.fa-apple-pay-child > a:before {
  content: "\f415";
}

.fa-padlet:before,
.fa-padlet-child > a:before {
  content: "\e4a0";
}

.fa-amazon-pay:before,
.fa-amazon-pay-child > a:before {
  content: "\f42c";
}

.fa-square-github:before,
.fa-square-github-child > a:before {
  content: "\f092";
}

.fa-github-square:before,
.fa-github-square-child > a:before {
  content: "\f092";
}

.fa-stumbleupon:before,
.fa-stumbleupon-child > a:before {
  content: "\f1a4";
}

.fa-fedex:before,
.fa-fedex-child > a:before {
  content: "\f797";
}

.fa-phoenix-framework:before,
.fa-phoenix-framework-child > a:before {
  content: "\f3dc";
}

.fa-shopify:before,
.fa-shopify-child > a:before {
  content: "\e057";
}

.fa-neos:before,
.fa-neos-child > a:before {
  content: "\f612";
}

.fa-hackerrank:before,
.fa-hackerrank-child > a:before {
  content: "\f5f7";
}

.fa-researchgate:before,
.fa-researchgate-child > a:before {
  content: "\f4f8";
}

.fa-swift:before,
.fa-swift-child > a:before {
  content: "\f8e1";
}

.fa-angular:before,
.fa-angular-child > a:before {
  content: "\f420";
}

.fa-speakap:before,
.fa-speakap-child > a:before {
  content: "\f3f3";
}

.fa-angrycreative:before,
.fa-angrycreative-child > a:before {
  content: "\f36e";
}

.fa-y-combinator:before,
.fa-y-combinator-child > a:before {
  content: "\f23b";
}

.fa-empire:before,
.fa-empire-child > a:before {
  content: "\f1d1";
}

.fa-envira:before,
.fa-envira-child > a:before {
  content: "\f299";
}

.fa-square-gitlab:before,
.fa-square-gitlab-child > a:before {
  content: "\e5ae";
}

.fa-gitlab-square:before,
.fa-gitlab-square-child > a:before {
  content: "\e5ae";
}

.fa-studiovinari:before,
.fa-studiovinari-child > a:before {
  content: "\f3f8";
}

.fa-pied-piper:before,
.fa-pied-piper-child > a:before {
  content: "\f2ae";
}

.fa-wordpress:before,
.fa-wordpress-child > a:before {
  content: "\f19a";
}

.fa-product-hunt:before,
.fa-product-hunt-child > a:before {
  content: "\f288";
}

.fa-firefox:before,
.fa-firefox-child > a:before {
  content: "\f269";
}

.fa-linode:before,
.fa-linode-child > a:before {
  content: "\f2b8";
}

.fa-goodreads:before,
.fa-goodreads-child > a:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before,
.fa-square-odnoklassniki-child > a:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before,
.fa-odnoklassniki-square-child > a:before {
  content: "\f264";
}

.fa-jsfiddle:before,
.fa-jsfiddle-child > a:before {
  content: "\f1cc";
}

.fa-sith:before,
.fa-sith-child > a:before {
  content: "\f512";
}

.fa-themeisle:before,
.fa-themeisle-child > a:before {
  content: "\f2b2";
}

.fa-page4:before,
.fa-page4-child > a:before {
  content: "\f3d7";
}

.fa-hashnode:before,
.fa-hashnode-child > a:before {
  content: "\e499";
}

.fa-react:before,
.fa-react-child > a:before {
  content: "\f41b";
}

.fa-cc-paypal:before,
.fa-cc-paypal-child > a:before {
  content: "\f1f4";
}

.fa-squarespace:before,
.fa-squarespace-child > a:before {
  content: "\f5be";
}

.fa-cc-stripe:before,
.fa-cc-stripe-child > a:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before,
.fa-creative-commons-share-child > a:before {
  content: "\f4f2";
}

.fa-bitcoin:before,
.fa-bitcoin-child > a:before {
  content: "\f379";
}

.fa-keycdn:before,
.fa-keycdn-child > a:before {
  content: "\f3ba";
}

.fa-opera:before,
.fa-opera-child > a:before {
  content: "\f26a";
}

.fa-itch-io:before,
.fa-itch-io-child > a:before {
  content: "\f83a";
}

.fa-umbraco:before,
.fa-umbraco-child > a:before {
  content: "\f8e8";
}

.fa-galactic-senate:before,
.fa-galactic-senate-child > a:before {
  content: "\f50d";
}

.fa-ubuntu:before,
.fa-ubuntu-child > a:before {
  content: "\f7df";
}

.fa-draft2digital:before,
.fa-draft2digital-child > a:before {
  content: "\f396";
}

.fa-stripe:before,
.fa-stripe-child > a:before {
  content: "\f429";
}

.fa-houzz:before,
.fa-houzz-child > a:before {
  content: "\f27c";
}

.fa-gg:before,
.fa-gg-child > a:before {
  content: "\f260";
}

.fa-dhl:before,
.fa-dhl-child > a:before {
  content: "\f790";
}

.fa-square-pinterest:before,
.fa-square-pinterest-child > a:before {
  content: "\f0d3";
}

.fa-pinterest-square:before,
.fa-pinterest-square-child > a:before {
  content: "\f0d3";
}

.fa-xing:before,
.fa-xing-child > a:before {
  content: "\f168";
}

.fa-blackberry:before,
.fa-blackberry-child > a:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before,
.fa-creative-commons-pd-child > a:before {
  content: "\f4ec";
}

.fa-playstation:before,
.fa-playstation-child > a:before {
  content: "\f3df";
}

.fa-quinscape:before,
.fa-quinscape-child > a:before {
  content: "\f459";
}

.fa-less:before,
.fa-less-child > a:before {
  content: "\f41d";
}

.fa-blogger-b:before,
.fa-blogger-b-child > a:before {
  content: "\f37d";
}

.fa-opencart:before,
.fa-opencart-child > a:before {
  content: "\f23d";
}

.fa-vine:before,
.fa-vine-child > a:before {
  content: "\f1ca";
}

.fa-paypal:before,
.fa-paypal-child > a:before {
  content: "\f1ed";
}

.fa-gitlab:before,
.fa-gitlab-child > a:before {
  content: "\f296";
}

.fa-typo3:before,
.fa-typo3-child > a:before {
  content: "\f42b";
}

.fa-reddit-alien:before,
.fa-reddit-alien-child > a:before {
  content: "\f281";
}

.fa-yahoo:before,
.fa-yahoo-child > a:before {
  content: "\f19e";
}

.fa-dailymotion:before,
.fa-dailymotion-child > a:before {
  content: "\e052";
}

.fa-affiliatetheme:before,
.fa-affiliatetheme-child > a:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before,
.fa-pied-piper-pp-child > a:before {
  content: "\f1a7";
}

.fa-bootstrap:before,
.fa-bootstrap-child > a:before {
  content: "\f836";
}

.fa-odnoklassniki:before,
.fa-odnoklassniki-child > a:before {
  content: "\f263";
}

.fa-nfc-symbol:before,
.fa-nfc-symbol-child > a:before {
  content: "\e531";
}

.fa-ethereum:before,
.fa-ethereum-child > a:before {
  content: "\f42e";
}

.fa-speaker-deck:before,
.fa-speaker-deck-child > a:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before,
.fa-creative-commons-nc-eu-child > a:before {
  content: "\f4e9";
}

.fa-patreon:before,
.fa-patreon-child > a:before {
  content: "\f3d9";
}

.fa-avianex:before,
.fa-avianex-child > a:before {
  content: "\f374";
}

.fa-ello:before,
.fa-ello-child > a:before {
  content: "\f5f1";
}

.fa-gofore:before,
.fa-gofore-child > a:before {
  content: "\f3a7";
}

.fa-bimobject:before,
.fa-bimobject-child > a:before {
  content: "\f378";
}

.fa-facebook-f:before,
.fa-facebook-f-child > a:before {
  content: "\f39e";
}

.fa-square-google-plus:before,
.fa-square-google-plus-child > a:before {
  content: "\f0d4";
}

.fa-google-plus-square:before,
.fa-google-plus-square-child > a:before {
  content: "\f0d4";
}

.fa-mandalorian:before,
.fa-mandalorian-child > a:before {
  content: "\f50f";
}

.fa-first-order-alt:before,
.fa-first-order-alt-child > a:before {
  content: "\f50a";
}

.fa-osi:before,
.fa-osi-child > a:before {
  content: "\f41a";
}

.fa-google-wallet:before,
.fa-google-wallet-child > a:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before,
.fa-d-and-d-beyond-child > a:before {
  content: "\f6ca";
}

.fa-periscope:before,
.fa-periscope-child > a:before {
  content: "\f3da";
}

.fa-fulcrum:before,
.fa-fulcrum-child > a:before {
  content: "\f50b";
}

.fa-cloudscale:before,
.fa-cloudscale-child > a:before {
  content: "\f383";
}

.fa-forumbee:before,
.fa-forumbee-child > a:before {
  content: "\f211";
}

.fa-mizuni:before,
.fa-mizuni-child > a:before {
  content: "\f3cc";
}

.fa-schlix:before,
.fa-schlix-child > a:before {
  content: "\f3ea";
}

.fa-square-xing:before,
.fa-square-xing-child > a:before {
  content: "\f169";
}

.fa-xing-square:before,
.fa-xing-square-child > a:before {
  content: "\f169";
}

.fa-bandcamp:before,
.fa-bandcamp-child > a:before {
  content: "\f2d5";
}

.fa-wpforms:before,
.fa-wpforms-child > a:before {
  content: "\f298";
}

.fa-cloudversify:before,
.fa-cloudversify-child > a:before {
  content: "\f385";
}

.fa-usps:before,
.fa-usps-child > a:before {
  content: "\f7e1";
}

.fa-megaport:before,
.fa-megaport-child > a:before {
  content: "\f5a3";
}

.fa-magento:before,
.fa-magento-child > a:before {
  content: "\f3c4";
}

.fa-spotify:before,
.fa-spotify-child > a:before {
  content: "\f1bc";
}

.fa-optin-monster:before,
.fa-optin-monster-child > a:before {
  content: "\f23c";
}

.fa-fly:before,
.fa-fly-child > a:before {
  content: "\f417";
}

.fa-aviato:before,
.fa-aviato-child > a:before {
  content: "\f421";
}

.fa-itunes:before,
.fa-itunes-child > a:before {
  content: "\f3b4";
}

.fa-cuttlefish:before,
.fa-cuttlefish-child > a:before {
  content: "\f38c";
}

.fa-blogger:before,
.fa-blogger-child > a:before {
  content: "\f37c";
}

.fa-flickr:before,
.fa-flickr-child > a:before {
  content: "\f16e";
}

.fa-viber:before,
.fa-viber-child > a:before {
  content: "\f409";
}

.fa-soundcloud:before,
.fa-soundcloud-child > a:before {
  content: "\f1be";
}

.fa-digg:before,
.fa-digg-child > a:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before,
.fa-tencent-weibo-child > a:before {
  content: "\f1d5";
}

.fa-symfony:before,
.fa-symfony-child > a:before {
  content: "\f83d";
}

.fa-maxcdn:before,
.fa-maxcdn-child > a:before {
  content: "\f136";
}

.fa-etsy:before,
.fa-etsy-child > a:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before,
.fa-facebook-messenger-child > a:before {
  content: "\f39f";
}

.fa-audible:before,
.fa-audible-child > a:before {
  content: "\f373";
}

.fa-think-peaks:before,
.fa-think-peaks-child > a:before {
  content: "\f731";
}

.fa-bilibili:before,
.fa-bilibili-child > a:before {
  content: "\e3d9";
}

.fa-erlang:before,
.fa-erlang-child > a:before {
  content: "\f39d";
}

.fa-cotton-bureau:before,
.fa-cotton-bureau-child > a:before {
  content: "\f89e";
}

.fa-dashcube:before,
.fa-dashcube-child > a:before {
  content: "\f210";
}

.fa-42-group:before,
.fa-42-group-child > a:before {
  content: "\e080";
}

.fa-innosoft:before,
.fa-innosoft-child > a:before {
  content: "\e080";
}

.fa-stack-exchange:before,
.fa-stack-exchange-child > a:before {
  content: "\f18d";
}

.fa-elementor:before,
.fa-elementor-child > a:before {
  content: "\f430";
}

.fa-square-pied-piper:before,
.fa-square-pied-piper-child > a:before {
  content: "\e01e";
}

.fa-pied-piper-square:before,
.fa-pied-piper-square-child > a:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before,
.fa-creative-commons-nd-child > a:before {
  content: "\f4eb";
}

.fa-palfed:before,
.fa-palfed-child > a:before {
  content: "\f3d8";
}

.fa-superpowers:before,
.fa-superpowers-child > a:before {
  content: "\f2dd";
}

.fa-resolving:before,
.fa-resolving-child > a:before {
  content: "\f3e7";
}

.fa-xbox:before,
.fa-xbox-child > a:before {
  content: "\f412";
}

.fa-searchengin:before,
.fa-searchengin-child > a:before {
  content: "\f3eb";
}

.fa-tiktok:before,
.fa-tiktok-child > a:before {
  content: "\e07b";
}

.fa-square-facebook:before,
.fa-square-facebook-child > a:before {
  content: "\f082";
}

.fa-facebook-square:before,
.fa-facebook-square-child > a:before {
  content: "\f082";
}

.fa-renren:before,
.fa-renren-child > a:before {
  content: "\f18b";
}

.fa-linux:before,
.fa-linux-child > a:before {
  content: "\f17c";
}

.fa-glide:before,
.fa-glide-child > a:before {
  content: "\f2a5";
}

.fa-linkedin:before,
.fa-linkedin-child > a:before {
  content: "\f08c";
}

.fa-hubspot:before,
.fa-hubspot-child > a:before {
  content: "\f3b2";
}

.fa-deploydog:before,
.fa-deploydog-child > a:before {
  content: "\f38e";
}

.fa-twitch:before,
.fa-twitch-child > a:before {
  content: "\f1e8";
}

.fa-ravelry:before,
.fa-ravelry-child > a:before {
  content: "\f2d9";
}

.fa-mixer:before,
.fa-mixer-child > a:before {
  content: "\e056";
}

.fa-square-lastfm:before,
.fa-square-lastfm-child > a:before {
  content: "\f203";
}

.fa-lastfm-square:before,
.fa-lastfm-square-child > a:before {
  content: "\f203";
}

.fa-vimeo:before,
.fa-vimeo-child > a:before {
  content: "\f40a";
}

.fa-mendeley:before,
.fa-mendeley-child > a:before {
  content: "\f7b3";
}

.fa-uniregistry:before,
.fa-uniregistry-child > a:before {
  content: "\f404";
}

.fa-figma:before,
.fa-figma-child > a:before {
  content: "\f799";
}

.fa-creative-commons-remix:before,
.fa-creative-commons-remix-child > a:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before,
.fa-cc-amazon-pay-child > a:before {
  content: "\f42d";
}

.fa-dropbox:before,
.fa-dropbox-child > a:before {
  content: "\f16b";
}

.fa-instagram:before,
.fa-instagram-child > a:before {
  content: "\f16d";
}

.fa-cmplid:before,
.fa-cmplid-child > a:before {
  content: "\e360";
}

.fa-facebook:before,
.fa-facebook-child > a:before {
  content: "\f09a";
}

.fa-gripfire:before,
.fa-gripfire-child > a:before {
  content: "\f3ac";
}

.fa-jedi-order:before,
.fa-jedi-order-child > a:before {
  content: "\f50e";
}

.fa-uikit:before,
.fa-uikit-child > a:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before,
.fa-fort-awesome-alt-child > a:before {
  content: "\f3a3";
}

.fa-phabricator:before,
.fa-phabricator-child > a:before {
  content: "\f3db";
}

.fa-ussunnah:before,
.fa-ussunnah-child > a:before {
  content: "\f407";
}

.fa-earlybirds:before,
.fa-earlybirds-child > a:before {
  content: "\f39a";
}

.fa-trade-federation:before,
.fa-trade-federation-child > a:before {
  content: "\f513";
}

.fa-autoprefixer:before,
.fa-autoprefixer-child > a:before {
  content: "\f41c";
}

.fa-whatsapp:before,
.fa-whatsapp-child > a:before {
  content: "\f232";
}

.fa-slideshare:before,
.fa-slideshare-child > a:before {
  content: "\f1e7";
}

.fa-google-play:before,
.fa-google-play-child > a:before {
  content: "\f3ab";
}

.fa-viadeo:before,
.fa-viadeo-child > a:before {
  content: "\f2a9";
}

.fa-line:before,
.fa-line-child > a:before {
  content: "\f3c0";
}

.fa-google-drive:before,
.fa-google-drive-child > a:before {
  content: "\f3aa";
}

.fa-servicestack:before,
.fa-servicestack-child > a:before {
  content: "\f3ec";
}

.fa-simplybuilt:before,
.fa-simplybuilt-child > a:before {
  content: "\f215";
}

.fa-bitbucket:before,
.fa-bitbucket-child > a:before {
  content: "\f171";
}

.fa-imdb:before,
.fa-imdb-child > a:before {
  content: "\f2d8";
}

.fa-deezer:before,
.fa-deezer-child > a:before {
  content: "\e077";
}

.fa-raspberry-pi:before,
.fa-raspberry-pi-child > a:before {
  content: "\f7bb";
}

.fa-jira:before,
.fa-jira-child > a:before {
  content: "\f7b1";
}

.fa-docker:before,
.fa-docker-child > a:before {
  content: "\f395";
}

.fa-screenpal:before,
.fa-screenpal-child > a:before {
  content: "\e570";
}

.fa-bluetooth:before,
.fa-bluetooth-child > a:before {
  content: "\f293";
}

.fa-gitter:before,
.fa-gitter-child > a:before {
  content: "\f426";
}

.fa-d-and-d:before,
.fa-d-and-d-child > a:before {
  content: "\f38d";
}

.fa-microblog:before,
.fa-microblog-child > a:before {
  content: "\e01a";
}

.fa-cc-diners-club:before,
.fa-cc-diners-club-child > a:before {
  content: "\f24c";
}

.fa-gg-circle:before,
.fa-gg-circle-child > a:before {
  content: "\f261";
}

.fa-pied-piper-hat:before,
.fa-pied-piper-hat-child > a:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before,
.fa-kickstarter-k-child > a:before {
  content: "\f3bc";
}

.fa-yandex:before,
.fa-yandex-child > a:before {
  content: "\f413";
}

.fa-readme:before,
.fa-readme-child > a:before {
  content: "\f4d5";
}

.fa-html5:before,
.fa-html5-child > a:before {
  content: "\f13b";
}

.fa-sellsy:before,
.fa-sellsy-child > a:before {
  content: "\f213";
}

.fa-sass:before,
.fa-sass-child > a:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before,
.fa-wirsindhandwerk-child > a:before {
  content: "\e2d0";
}

.fa-wsh:before,
.fa-wsh-child > a:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before,
.fa-buromobelexperte-child > a:before {
  content: "\f37f";
}

.fa-salesforce:before,
.fa-salesforce-child > a:before {
  content: "\f83b";
}

.fa-octopus-deploy:before,
.fa-octopus-deploy-child > a:before {
  content: "\e082";
}

.fa-medapps:before,
.fa-medapps-child > a:before {
  content: "\f3c6";
}

.fa-ns8:before,
.fa-ns8-child > a:before {
  content: "\f3d5";
}

.fa-pinterest-p:before,
.fa-pinterest-p-child > a:before {
  content: "\f231";
}

.fa-apper:before,
.fa-apper-child > a:before {
  content: "\f371";
}

.fa-fort-awesome:before,
.fa-fort-awesome-child > a:before {
  content: "\f286";
}

.fa-waze:before,
.fa-waze-child > a:before {
  content: "\f83f";
}

.fa-cc-jcb:before,
.fa-cc-jcb-child > a:before {
  content: "\f24b";
}

.fa-snapchat:before,
.fa-snapchat-child > a:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before,
.fa-snapchat-ghost-child > a:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before,
.fa-fantasy-flight-games-child > a:before {
  content: "\f6dc";
}

.fa-rust:before,
.fa-rust-child > a:before {
  content: "\e07a";
}

.fa-wix:before,
.fa-wix-child > a:before {
  content: "\f5cf";
}

.fa-square-behance:before,
.fa-square-behance-child > a:before {
  content: "\f1b5";
}

.fa-behance-square:before,
.fa-behance-square-child > a:before {
  content: "\f1b5";
}

.fa-supple:before,
.fa-supple-child > a:before {
  content: "\f3f9";
}

.fa-rebel:before,
.fa-rebel-child > a:before {
  content: "\f1d0";
}

.fa-css3:before,
.fa-css3-child > a:before {
  content: "\f13c";
}

.fa-staylinked:before,
.fa-staylinked-child > a:before {
  content: "\f3f5";
}

.fa-kaggle:before,
.fa-kaggle-child > a:before {
  content: "\f5fa";
}

.fa-space-awesome:before,
.fa-space-awesome-child > a:before {
  content: "\e5ac";
}

.fa-deviantart:before,
.fa-deviantart-child > a:before {
  content: "\f1bd";
}

.fa-cpanel:before,
.fa-cpanel-child > a:before {
  content: "\f388";
}

.fa-goodreads-g:before,
.fa-goodreads-g-child > a:before {
  content: "\f3a9";
}

.fa-square-git:before,
.fa-square-git-child > a:before {
  content: "\f1d2";
}

.fa-git-square:before,
.fa-git-square-child > a:before {
  content: "\f1d2";
}

.fa-square-tumblr:before,
.fa-square-tumblr-child > a:before {
  content: "\f174";
}

.fa-tumblr-square:before,
.fa-tumblr-square-child > a:before {
  content: "\f174";
}

.fa-trello:before,
.fa-trello-child > a:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before,
.fa-creative-commons-nc-jp-child > a:before {
  content: "\f4ea";
}

.fa-get-pocket:before,
.fa-get-pocket-child > a:before {
  content: "\f265";
}

.fa-perbyte:before,
.fa-perbyte-child > a:before {
  content: "\e083";
}

.fa-grunt:before,
.fa-grunt-child > a:before {
  content: "\f3ad";
}

.fa-weebly:before,
.fa-weebly-child > a:before {
  content: "\f5cc";
}

.fa-connectdevelop:before,
.fa-connectdevelop-child > a:before {
  content: "\f20e";
}

.fa-leanpub:before,
.fa-leanpub-child > a:before {
  content: "\f212";
}

.fa-black-tie:before,
.fa-black-tie-child > a:before {
  content: "\f27e";
}

.fa-themeco:before,
.fa-themeco-child > a:before {
  content: "\f5c6";
}

.fa-python:before,
.fa-python-child > a:before {
  content: "\f3e2";
}

.fa-android:before,
.fa-android-child > a:before {
  content: "\f17b";
}

.fa-bots:before,
.fa-bots-child > a:before {
  content: "\e340";
}

.fa-free-code-camp:before,
.fa-free-code-camp-child > a:before {
  content: "\f2c5";
}

.fa-hornbill:before,
.fa-hornbill-child > a:before {
  content: "\f592";
}

.fa-js:before,
.fa-js-child > a:before {
  content: "\f3b8";
}

.fa-ideal:before,
.fa-ideal-child > a:before {
  content: "\e013";
}

.fa-git:before,
.fa-git-child > a:before {
  content: "\f1d3";
}

.fa-dev:before,
.fa-dev-child > a:before {
  content: "\f6cc";
}

.fa-sketch:before,
.fa-sketch-child > a:before {
  content: "\f7c6";
}

.fa-yandex-international:before,
.fa-yandex-international-child > a:before {
  content: "\f414";
}

.fa-cc-amex:before,
.fa-cc-amex-child > a:before {
  content: "\f1f3";
}

.fa-uber:before,
.fa-uber-child > a:before {
  content: "\f402";
}

.fa-github:before,
.fa-github-child > a:before {
  content: "\f09b";
}

.fa-php:before,
.fa-php-child > a:before {
  content: "\f457";
}

.fa-alipay:before,
.fa-alipay-child > a:before {
  content: "\f642";
}

.fa-youtube:before,
.fa-youtube-child > a:before {
  content: "\f167";
}

.fa-skyatlas:before,
.fa-skyatlas-child > a:before {
  content: "\f216";
}

.fa-firefox-browser:before,
.fa-firefox-browser-child > a:before {
  content: "\e007";
}

.fa-replyd:before,
.fa-replyd-child > a:before {
  content: "\f3e6";
}

.fa-suse:before,
.fa-suse-child > a:before {
  content: "\f7d6";
}

.fa-jenkins:before,
.fa-jenkins-child > a:before {
  content: "\f3b6";
}

.fa-twitter:before,
.fa-twitter-child > a:before {
  content: "\f099";
}

.fa-rockrms:before,
.fa-rockrms-child > a:before {
  content: "\f3e9";
}

.fa-pinterest:before,
.fa-pinterest-child > a:before {
  content: "\f0d2";
}

.fa-buffer:before,
.fa-buffer-child > a:before {
  content: "\f837";
}

.fa-npm:before,
.fa-npm-child > a:before {
  content: "\f3d4";
}

.fa-yammer:before,
.fa-yammer-child > a:before {
  content: "\f840";
}

.fa-btc:before,
.fa-btc-child > a:before {
  content: "\f15a";
}

.fa-dribbble:before,
.fa-dribbble-child > a:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before,
.fa-stumbleupon-circle-child > a:before {
  content: "\f1a3";
}

.fa-internet-explorer:before,
.fa-internet-explorer-child > a:before {
  content: "\f26b";
}

.fa-telegram:before,
.fa-telegram-child > a:before {
  content: "\f2c6";
}

.fa-telegram-plane:before,
.fa-telegram-plane-child > a:before {
  content: "\f2c6";
}

.fa-old-republic:before,
.fa-old-republic-child > a:before {
  content: "\f510";
}

.fa-square-whatsapp:before,
.fa-square-whatsapp-child > a:before {
  content: "\f40c";
}

.fa-whatsapp-square:before,
.fa-whatsapp-square-child > a:before {
  content: "\f40c";
}

.fa-node-js:before,
.fa-node-js-child > a:before {
  content: "\f3d3";
}

.fa-edge-legacy:before,
.fa-edge-legacy-child > a:before {
  content: "\e078";
}

.fa-slack:before,
.fa-slack-child > a:before {
  content: "\f198";
}

.fa-slack-hash:before,
.fa-slack-hash-child > a:before {
  content: "\f198";
}

.fa-medrt:before,
.fa-medrt-child > a:before {
  content: "\f3c8";
}

.fa-usb:before,
.fa-usb-child > a:before {
  content: "\f287";
}

.fa-tumblr:before,
.fa-tumblr-child > a:before {
  content: "\f173";
}

.fa-vaadin:before,
.fa-vaadin-child > a:before {
  content: "\f408";
}

.fa-quora:before,
.fa-quora-child > a:before {
  content: "\f2c4";
}

.fa-reacteurope:before,
.fa-reacteurope-child > a:before {
  content: "\f75d";
}

.fa-medium:before,
.fa-medium-child > a:before {
  content: "\f23a";
}

.fa-medium-m:before,
.fa-medium-m-child > a:before {
  content: "\f23a";
}

.fa-amilia:before,
.fa-amilia-child > a:before {
  content: "\f36d";
}

.fa-mixcloud:before,
.fa-mixcloud-child > a:before {
  content: "\f289";
}

.fa-flipboard:before,
.fa-flipboard-child > a:before {
  content: "\f44d";
}

.fa-viacoin:before,
.fa-viacoin-child > a:before {
  content: "\f237";
}

.fa-critical-role:before,
.fa-critical-role-child > a:before {
  content: "\f6c9";
}

.fa-sitrox:before,
.fa-sitrox-child > a:before {
  content: "\e44a";
}

.fa-discourse:before,
.fa-discourse-child > a:before {
  content: "\f393";
}

.fa-joomla:before,
.fa-joomla-child > a:before {
  content: "\f1aa";
}

.fa-mastodon:before,
.fa-mastodon-child > a:before {
  content: "\f4f6";
}

.fa-airbnb:before,
.fa-airbnb-child > a:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before,
.fa-wolf-pack-battalion-child > a:before {
  content: "\f514";
}

.fa-buy-n-large:before,
.fa-buy-n-large-child > a:before {
  content: "\f8a6";
}

.fa-gulp:before,
.fa-gulp-child > a:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before,
.fa-creative-commons-sampling-plus-child > a:before {
  content: "\f4f1";
}

.fa-strava:before,
.fa-strava-child > a:before {
  content: "\f428";
}

.fa-ember:before,
.fa-ember-child > a:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before,
.fa-canadian-maple-leaf-child > a:before {
  content: "\f785";
}

.fa-teamspeak:before,
.fa-teamspeak-child > a:before {
  content: "\f4f9";
}

.fa-pushed:before,
.fa-pushed-child > a:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before,
.fa-wordpress-simple-child > a:before {
  content: "\f411";
}

.fa-nutritionix:before,
.fa-nutritionix-child > a:before {
  content: "\f3d6";
}

.fa-wodu:before,
.fa-wodu-child > a:before {
  content: "\e088";
}

.fa-google-pay:before,
.fa-google-pay-child > a:before {
  content: "\e079";
}

.fa-intercom:before,
.fa-intercom-child > a:before {
  content: "\f7af";
}

.fa-zhihu:before,
.fa-zhihu-child > a:before {
  content: "\f63f";
}

.fa-korvue:before,
.fa-korvue-child > a:before {
  content: "\f42f";
}

.fa-pix:before,
.fa-pix-child > a:before {
  content: "\e43a";
}

.fa-steam-symbol:before,
.fa-steam-symbol-child > a:before {
  content: "\f3f6";
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./fonts/fa-v4compatibility.woff2") format("woff2"), url("./fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/Montserrat-Italic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/Montserrat-BoldItalic.ttf");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  accent-color: var(--color-primary);
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

details {
  cursor: pointer;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img {
  border: 0;
  max-width: 100%;
}

.img-flex,
.img-flex img {
  display: block;
  width: 100%;
}

svg {
  fill: currentColor;
  width: 100%;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

svg.img-flex {
  width: 100%;
  height: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text,
.srt {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  color: #000 !important;
  background-color: #fff !important;
}

*:focus-visible {
  outline: 0.125rem solid var(--color-accent);
  outline-offset: 0.125rem;
}

.to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent);
  color: #fff;
  border-radius: var(--radius);
  opacity: 0;
  translate: 0 calc(100% + 1.5rem);
  z-index: 1000000;
  font-size: 1.5rem;
  text-decoration: none;
  outline-color: var(--color-accent);
  transition: translate var(--transition), opacity var(--transition), background-color var(--transition), color var(--transition);
}
.to-top.visible {
  translate: 0;
  opacity: 0.5;
}
.to-top.visible:hover, .to-top.visible:focus-visible {
  translate: 0;
  opacity: 1;
  color: #fff;
}

.skip-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.skip-links a {
  position: absolute;
  top: -10rem;
  left: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  width: calc(100% - 3rem);
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: var(--radius);
  z-index: 100001;
  outline-color: var(--color-accent);
}
.skip-links a:hover, .skip-links a:focus-visible {
  color: #fff;
  top: 0.5rem;
}

::selection {
  background-color: var(--color-tertiary);
  color: #000;
}

.bg-tertiary ::selection {
  background-color: var(--color-primary);
  color: #fff;
}

html {
  font-family: var(--font-primary);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
details,
hr,
fieldset,
pre,
table,
caption,
menu {
  margin: 0 0 1.5rem;
}

.type-scale-1, h1,
.heading-1 {
  font-size: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .type-scale-1, h1,
  .heading-1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 62rem) {
  .type-scale-1, h1,
  .heading-1 {
    font-size: 3rem;
  }
}

.type-scale-2, h2,
.heading-2 {
  font-size: 2rem;
}
@media only screen and (min-width: 48rem) {
  .type-scale-2, h2,
  .heading-2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .type-scale-2, h2,
  .heading-2 {
    font-size: 2.5rem;
  }
}

.type-scale-3, h3,
.heading-3 {
  font-size: 1.6666rem;
}
@media only screen and (min-width: 48rem) {
  .type-scale-3, h3,
  .heading-3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 62rem) {
  .type-scale-3, h3,
  .heading-3 {
    font-size: 2rem;
  }
}

.type-scale-4, h4,
.heading-4 {
  font-size: 1.45rem;
}
@media only screen and (min-width: 48rem) {
  .type-scale-4, h4,
  .heading-4 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .type-scale-4, h4,
  .heading-4 {
    font-size: 1.75rem;
  }
}

.type-scale-5, h5,
.heading-5 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .type-scale-5, h5,
  .heading-5 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 62rem) {
  .type-scale-5, h5,
  .heading-5 {
    font-size: 1.5rem;
  }
}

h1,
.heading-1 {
  line-height: 1.2;
  font-family: var(--font-secondary);
}

h2,
.heading-2 {
  line-height: 1.3;
  font-family: var(--font-secondary);
}

h3,
.heading-3 {
  line-height: 1.3;
}

h4,
.heading-4 {
  line-height: 1.3;
}

h5,
.heading-5 {
  line-height: 1.3;
}

h6 {
  font-size: 1rem;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media only screen and (min-width: 48rem) {
  .text-col-2 {
    column-count: 2;
    column-gap: 1.5rem;
  }
}

.no-break {
  white-space: nowrap;
}

@media only screen and (min-width: 53rem) {
  .break {
    display: block;
  }
}
#page {
  --adminHeight: 32px;
  min-height: calc(100vh - var(--adminHeight));
  min-height: calc(100dvh - var(--adminHeight));
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 782px) {
  #page {
    --adminHeight: 46px;
  }
}
@media only screen and (min-width: 62rem) {
  #page {
    overflow: hidden;
  }
}

main {
  width: 100%;
  overflow: hidden;
}

.container {
  display: grid;
  gap: 1.5rem;
  width: min(72.5em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (min-width: 75rem) {
  .container {
    column-gap: 3rem;
  }
}
.container > * {
  grid-column: span 12;
  margin-bottom: 0;
}

@media only screen and (min-width: 48rem) {
  .contained-narrow {
    grid-column: 3/span 8;
  }
}

@media only screen and (min-width: 48rem) {
  .contained-narrow-left {
    grid-column: 1/span 8;
  }
  .side-bar + .contained-narrow-left {
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 62rem) {
  .side-bar + .contained-narrow-left {
    grid-column: 1/span 7;
  }
}

@media only screen and (min-width: 48rem) {
  .contained-narrow-right {
    grid-column: 5/span 8;
  }
}

.container--winged {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr repeat(12, min(4.4166666667em, calc((100% - 19.5rem) / 12))) 1fr;
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .container--winged {
    grid-template-columns: 1fr repeat(12, min(4.4166666667em, calc((100% - 19.5rem) / 12))) 1fr;
  }
}
@media only screen and (min-width: 48rem) {
  .container--winged {
    grid-template-columns: 1fr repeat(12, min(4.4166666667em, calc((100% - 19.5rem) / 12))) 1fr;
  }
}
@media only screen and (min-width: 62rem) {
  .container--winged {
    grid-template-columns: 1fr repeat(12, min(4.4166666667em, calc((100% - 19.5rem) / 12))) 1fr;
  }
}
@media only screen and (min-width: 75rem) {
  .container--winged {
    grid-template-columns: 1fr repeat(12, min(4.4166666667em, calc((100% - 19.5rem) / 12))) 1fr;
  }
}

.container--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: min(72.5em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container--flex > * {
  grid-column: span 12;
  margin-bottom: 0;
}

.container--base {
  width: min(72.5em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contents {
  display: contents;
}

.nowrap {
  white-space: nowrap;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.span-columns {
  grid-column: 1/-1;
}

@media only screen and (min-width: 30rem) {
  .hidden-s {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .hidden-m {
    display: none;
  }
}
@media only screen and (min-width: 53rem) {
  .hidden-ml {
    display: none;
  }
}
@media only screen and (min-width: 62rem) {
  .hidden-l {
    display: none;
  }
}
@media only screen and (min-width: 75rem) {
  .hidden-xl {
    display: none;
  }
}
.breakpoint-display {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-tertiary);
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  z-index: 1000000;
}
.breakpoint-display::after {
  content: "Phone Small";
}
@media only screen and (min-width: 30rem) {
  .breakpoint-display::after {
    content: "phones";
  }
}
@media only screen and (min-width: 48rem) {
  .breakpoint-display::after {
    content: "tablet";
  }
}
@media only screen and (min-width: 53rem) {
  .breakpoint-display::after {
    content: "lg_tablet";
  }
}
@media only screen and (min-width: 62rem) {
  .breakpoint-display::after {
    content: "desktop";
  }
}
@media only screen and (min-width: 75rem) {
  .breakpoint-display::after {
    content: "lg_desktop";
  }
}
@media only screen and (min-width: 90rem) {
  .breakpoint-display::after {
    content: "widescreen";
  }
}
@media only screen and (min-width: 100rem) {
  .breakpoint-display::after {
    content: "lg_widescreen";
  }
}

.text-primary {
  color: var(--color-primary);
  color: #fff;
}

.bg-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.fill-primary {
  fill: var(--color-primary);
  color: #fff;
}

.text-secondary {
  color: var(--color-secondary);
  color: #fff;
}

.bg-secondary {
  background-color: var(--color-secondary);
  color: #fff;
}

.fill-secondary {
  fill: var(--color-secondary);
  color: #fff;
}

.text-accent {
  color: var(--color-accent);
}

.bg-accent {
  background-color: var(--color-accent);
}

.fill-accent {
  fill: var(--color-accent);
}

.text-tertiary {
  color: var(--color-tertiary);
}

.bg-tertiary {
  background-color: var(--color-tertiary);
}

.fill-tertiary {
  fill: var(--color-tertiary);
}

.text-light-blue {
  color: var(--color-light-blue);
}

.bg-light-blue {
  background-color: var(--color-light-blue);
}

.fill-light-blue {
  fill: var(--color-light-blue);
}

.text-grey {
  color: var(--color-grey);
}

.bg-grey {
  background-color: var(--color-grey);
}

.fill-grey {
  fill: var(--color-grey);
}

.text-grey--light {
  color: var(--color-grey-light);
}

.bg-grey--light {
  background-color: var(--color-grey-light);
}

.fill-grey--light {
  fill: var(--color-grey-light);
}

.text-fff {
  color: #fff;
}

.bg-fff {
  background-color: #fff;
}

.fill-fff {
  fill: #fff;
}

.text-000 {
  color: #000;
  color: #fff;
}

.bg-000 {
  background-color: #000;
  color: #fff;
}

.fill-000 {
  fill: #000;
  color: #fff;
}

body {
  color: var(--color-body);
  background-color: var(--color-bg);
}

.pad-t-0 {
  padding-top: 0;
}

.pad-t-1-4 {
  padding-top: 0.375rem;
}

.pad-t-1-3 {
  padding-top: 0.5rem;
}

.pad-t-1-2 {
  padding-top: 0.75rem;
}

.pad-t {
  padding-top: 1.5rem;
}

.pad-t-2 {
  padding-top: 3rem;
}

.pad-t-3 {
  padding-top: 4.5rem;
}

.pad-t-4 {
  padding-top: 6rem;
}

.pad-t-5 {
  padding-top: 7.5rem;
}

.pad-t-6 {
  padding-top: 9rem;
}

.pad-t-7 {
  padding-top: 10.5rem;
}

.pad-t-8 {
  padding-top: 12rem;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-b-1-4 {
  padding-bottom: 0.375rem;
}

.pad-b-1-3 {
  padding-bottom: 0.5rem;
}

.pad-b-1-2 {
  padding-bottom: 0.75rem;
}

.pad-b {
  padding-bottom: 1.5rem;
}

.pad-b-2 {
  padding-bottom: 3rem;
}

.pad-b-3 {
  padding-bottom: 4.5rem;
}

.pad-b-4 {
  padding-bottom: 6rem;
}

.pad-b-5 {
  padding-bottom: 7.5rem;
}

.pad-b-6 {
  padding-bottom: 9rem;
}

.pad-b-7 {
  padding-bottom: 10.5rem;
}

.pad-b-8 {
  padding-bottom: 12rem;
}

.pad-l-0 {
  padding-left: 0;
}

.pad-l-1-4 {
  padding-left: 0.375rem;
}

.pad-l-1-3 {
  padding-left: 0.5rem;
}

.pad-l-1-2 {
  padding-left: 0.75rem;
}

.pad-l {
  padding-left: 1.5rem;
}

.pad-l-2 {
  padding-left: 3rem;
}

.pad-l-3 {
  padding-left: 4.5rem;
}

.pad-l-4 {
  padding-left: 6rem;
}

.pad-l-5 {
  padding-left: 7.5rem;
}

.pad-l-6 {
  padding-left: 9rem;
}

.pad-l-7 {
  padding-left: 10.5rem;
}

.pad-l-8 {
  padding-left: 12rem;
}

.pad-r-0 {
  padding-right: 0;
}

.pad-r-1-4 {
  padding-right: 0.375rem;
}

.pad-r-1-3 {
  padding-right: 0.5rem;
}

.pad-r-1-2 {
  padding-right: 0.75rem;
}

.pad-r {
  padding-right: 1.5rem;
}

.pad-r-2 {
  padding-right: 3rem;
}

.pad-r-3 {
  padding-right: 4.5rem;
}

.pad-r-4 {
  padding-right: 6rem;
}

.pad-r-5 {
  padding-right: 7.5rem;
}

.pad-r-6 {
  padding-right: 9rem;
}

.pad-r-7 {
  padding-right: 10.5rem;
}

.pad-r-8 {
  padding-right: 12rem;
}

.island-0 {
  padding: 0;
}

.island-1-4 {
  padding: 0.375rem;
}

.island-1-3 {
  padding: 0.5rem;
}

.island-1-2 {
  padding: 0.75rem;
}

.island {
  padding: 1.5rem;
}

.island-2 {
  padding: 3rem;
}

.island-3 {
  padding: 4.5rem;
}

.island-4 {
  padding: 6rem;
}

.island-5 {
  padding: 7.5rem;
}

.island-6 {
  padding: 9rem;
}

.island-7 {
  padding: 10.5rem;
}

.island-8 {
  padding: 12rem;
}

.push-0 {
  margin-bottom: 0;
}

.push-1-4 {
  margin-bottom: 0.375rem;
}

.push-1-3 {
  margin-bottom: 0.5rem;
}

.push-1-2 {
  margin-bottom: 0.75rem;
}

.push {
  margin-bottom: 1.5rem;
}

.push-2 {
  margin-bottom: 3rem;
}

.push-3 {
  margin-bottom: 4.5rem;
}

.push-4 {
  margin-bottom: 6rem;
}

.push-5 {
  margin-bottom: 7.5rem;
}

.push-6 {
  margin-bottom: 9rem;
}

.push-7 {
  margin-bottom: 10.5rem;
}

.push-8 {
  margin-bottom: 12rem;
}

.push-l-0 {
  margin-left: 0;
}

.push-l-1-4 {
  margin-left: 0.375rem;
}

.push-l-1-3 {
  margin-left: 0.5rem;
}

.push-l-1-2 {
  margin-left: 0.75rem;
}

.push-l {
  margin-left: 1.5rem;
}

.push-l-2 {
  margin-left: 3rem;
}

.push-l-3 {
  margin-left: 4.5rem;
}

.push-l-4 {
  margin-left: 6rem;
}

.push-l-5 {
  margin-left: 7.5rem;
}

.push-l-6 {
  margin-left: 9rem;
}

.push-l-7 {
  margin-left: 10.5rem;
}

.push-l-8 {
  margin-left: 12rem;
}

.push-r-0 {
  margin-right: 0;
}

.push-r-1-4 {
  margin-right: 0.375rem;
}

.push-r-1-3 {
  margin-right: 0.5rem;
}

.push-r-1-2 {
  margin-right: 0.75rem;
}

.push-r {
  margin-right: 1.5rem;
}

.push-r-2 {
  margin-right: 3rem;
}

.push-r-3 {
  margin-right: 4.5rem;
}

.push-r-4 {
  margin-right: 6rem;
}

.push-r-5 {
  margin-right: 7.5rem;
}

.push-r-6 {
  margin-right: 9rem;
}

.push-r-7 {
  margin-right: 10.5rem;
}

.push-r-8 {
  margin-right: 12rem;
}

hr {
  border: 0;
  border-bottom: 0.0265rem solid #000;
}

.clean-print {
  background-color: #f2f2f2;
  padding: 2rem 1rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  position: relative;
}
.clean-print::before {
  content: attr(data-title);
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  inset: 0 auto auto 0;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem 0 0.25rem 0;
}

.btn,
.button {
  --btn-color: var(--color-primary);
  --btn-text-color: #fff;
  display: inline-block;
  background: var(--btn-color);
  color: var(--btn-text-color);
  border: 0.125rem solid var(--btn-color);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--btn-padding);
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: scale var(--transition), padding var(--transition), box-shadow var(--transition), opacity var(--transition), border-color var(--transition), background-color var(--transition), background-position var(--transition), color var(--transition);
}
.btn + .btn,
.btn + .button,
.button + .btn,
.button + .button {
  margin-left: 0.75rem;
}
.btn:hover, .btn:focus-visible,
.button:hover,
.button:focus-visible {
  scale: 1.05;
  color: var(--btn-text-color);
}
.btn.btn--outline,
.button.btn--outline {
  background-color: transparent;
  --btn-text-color: var(--btn-color);
}
.btn.btn--secondary,
.button.btn--secondary,
.spr_developed .gform_wrapper.gravity-theme .gform_footer .button {
  --btn-color: var(--color-secondary);
}
.btn.btn--accent,
.button.btn--accent {
  --btn-color: var(--color-accent);
  --btn-text-color: #000;
}
.btn.btn--tertiary,
.button.btn--tertiary {
  --btn-color: var(--color-tertiary);
  --btn-text-color: #000;
}
.btn.btn--white,
.button.btn--white {
  --btn-color: #fff;
  --btn-text-color: var(--color-primary);
}
.btn.btn--full,
.button.btn--full {
  width: 100%;
}

.btn--close {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: transparent;
  color: #000;
}

button {
  cursor: pointer;
}

.bg-secondary .btn--white {
  --btn-text-color: var(--color-secondary);
}

.bg-accent .btn--white,
.bg-tertiary .btn--white {
  --btn-text-color: #000;
}

.embed {
  display: flex;
}
.embed img,
.embed svg,
.embed iframe,
.embed video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embed--contain img,
.embed--contain video {
  object-fit: contain;
}

.embed--16by9 {
  aspect-ratio: 16/9;
}

.embed--1by1 {
  aspect-ratio: 1/1;
}

.embed--4by3 {
  aspect-ratio: 4/3;
}

.embed--3by2 {
  aspect-ratio: 3/2;
}

.embed--2by1 {
  aspect-ratio: 2/1;
}

.embed--pentagon {
  aspect-ratio: 475/435;
}

.embed--flag {
  aspect-ratio: 555/502;
}

.form-grid {
  display: grid;
  --cols: 1;
  gap: 1.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media only screen and (min-width: 48rem) {
  .form-grid {
    --cols: 2;
  }
}
.form-grid__item.full {
  grid-column: 1/-1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 0.125rem solid var(--color-secondary);
  border-radius: var(--radius);
  color: var(--color-body);
  font-family: inherit;
  font-size: 1em;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--color-body);
  opacity: 0.5;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: var(--color-body);
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: var(--color-body);
  opacity: 0.5;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--color-body);
  opacity: 0.5;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-body);
  opacity: 0.5;
}

label {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

input[type=radio],
input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  width: auto;
  font-weight: normal;
  margin-bottom: 0;
}

.radio-checkbox-unit {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.radio-checkbox-unit.top {
  align-items: flex-start;
}
.radio-checkbox-unit label {
  margin-top: 0.25rem;
}

.filter-form__checkboxes {
  padding: 0;
  border: 0;
  margin: 0;
}
.filter-form__checkboxes legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.spr_developed .gform_wrapper.gravity-theme input[type=text],
.spr_developed .gform_wrapper.gravity-theme input[type=email],
.spr_developed .gform_wrapper.gravity-theme input[type=url],
.spr_developed .gform_wrapper.gravity-theme input[type=password],
.spr_developed .gform_wrapper.gravity-theme input[type=search],
.spr_developed .gform_wrapper.gravity-theme input[type=number],
.spr_developed .gform_wrapper.gravity-theme input[type=tel],
.spr_developed .gform_wrapper.gravity-theme input[type=range],
.spr_developed .gform_wrapper.gravity-theme input[type=date],
.spr_developed .gform_wrapper.gravity-theme input[type=month],
.spr_developed .gform_wrapper.gravity-theme input[type=week],
.spr_developed .gform_wrapper.gravity-theme input[type=time],
.spr_developed .gform_wrapper.gravity-theme input[type=datetime],
.spr_developed .gform_wrapper.gravity-theme input[type=datetime-local],
.spr_developed .gform_wrapper.gravity-theme input[type=color],
.spr_developed .gform_wrapper.gravity-theme textarea,
.spr_developed .gform_wrapper.gravity-theme select {
  padding: 1em 1.5em;
  font-size: 1em;
}
.spr_developed .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.spr_developed .gform_wrapper.gravity-theme .gform_footer input {
  margin: 0;
}
.spr_developed .gform_wrapper.gravity-theme .gform_footer .button {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .spr_developed .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 62rem) {
  .spr_developed .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 1.5rem;
  }
}

.texture {
  position: absolute;
  left: 50%;
  translate: -50%;
  width: max(100%, 40rem);
  height: clamp(3rem, 5vw, 5rem);
}
.texture--top {
  top: 0;
}
.texture--bottom {
  bottom: -1px;
}

.icon {
  display: inline-flex;
  width: var(--icon-size, 1.5rem);
  height: var(--icon-size, 1.5rem);
  transition: color var(--transition);
}

a,
.faux-link {
  color: var(--color-primary);
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), opacity var(--transition), transform var(--transition), box-shadow var(--transition), text-decoration var(--transition);
}
a:hover, a:focus, a:active,
.faux-link:hover,
.faux-link:focus,
.faux-link:active {
  color: var(--color-accent);
}

.faux-link {
  text-decoration: underline;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn) {
  color: #fff;
}
.bg-primary a:not(.btn):hover, .bg-primary a:not(.btn):focus-visible,
.bg-secondary a:not(.btn):hover,
.bg-secondary a:not(.btn):focus-visible {
  color: var(--color-tertiary);
}

.nav-toggle {
  width: 2.25rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 62rem) {
  .nav-toggle-wrap {
    display: none;
  }
}
.nav-toggle::after {
  content: " ";
  position: absolute;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle:focus {
  outline: 0;
}
.nav-toggle .tog {
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  position: relative;
  transition: top var(--transition), bottom var(--transition), transform var(--transition), background-color var(--transition), color var(--transition);
}
.nav-toggle .top {
  top: 0;
}
.nav-toggle .bottom {
  bottom: 0;
}
.nav-toggle.transition .top {
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle.transition .bottom {
  bottom: 50%;
  transform: translateY(50%);
}
.nav-toggle.open .top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.nav-toggle.open .bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.social-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.social-menu a {
  text-decoration: none;
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-menu a:hover, .social-menu a:focus-visible {
  color: #fff;
  opacity: 0.5;
}
.social-menu .fa-facebook-f-child a {
  background-color: #3b5998;
}
.social-menu .fa-twitter-child a {
  background-color: #00aced;
}

.bg-primary .social-menu a,
.bg-secondary .social-menu a {
  color: #fff;
}

.bg-secondary .social-menu a:hover, .bg-secondary .social-menu a:focus-visible {
  color: var(--color-secondary);
}

.pagination-controls {
  margin-top: 1.5rem;
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
}
.pagination-controls .page-numbers.prev, .pagination-controls .page-numbers.next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  text-decoration: none;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}
.pagination-controls .page-numbers.prev i, .pagination-controls .page-numbers.next i {
  transition: translate var(--transition);
}
.pagination-controls .page-numbers.prev {
  left: 0;
}
.pagination-controls .page-numbers.prev:hover i, .pagination-controls .page-numbers.prev:focus-visible i {
  translate: -0.5rem;
}
.pagination-controls .page-numbers.next {
  right: 0;
}
.pagination-controls .page-numbers.next:hover i, .pagination-controls .page-numbers.next:focus-visible i {
  translate: 0.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0.125rem solid #b1abab;
  border-top: 0;
}
table th:first-child,
table td:first-child {
  border-left: 0;
  text-align: left;
  padding-left: 0.5rem;
  position: sticky;
  left: 0;
}
@media only screen and (max-width: 61.999rem) {
  table th:first-child,
  table td:first-child {
    isolation: isolate;
  }
  table th:first-child::before,
  table td:first-child::before {
    content: " ";
    position: absolute;
    inset: 0;
    background-color: #fff;
    border-right: 0.125rem solid #b1abab;
    z-index: -1;
  }
}
table th:last-child,
table td:last-child {
  border-right: 0;
  padding-right: 0.5rem;
}
table thead th {
  font-size: 1.25rem;
}
table tbody th {
  font-weight: 400;
  white-space: nowrap;
}
table i {
  color: var(--color-accent);
  font-weight: bold;
}

.waves {
  width: 100%;
  height: 4.5rem;
}

.parallax {
  overflow: hidden;
  background-color: #000;
  color: #fff;
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}
.parallax::before {
  content: " ";
  position: absolute;
  height: 150%;
  width: 100%;
  top: 50%;
  transform: var(--offset);
  background-image: var(--bgImage);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.parallax--shaded::after {
  content: " ";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(-135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (prefers-reduced-motion) {
  .parallax::before {
    display: none;
  }
}

.section-flexible {
  position: relative;
  z-index: var(--zIndex);
}
.section-flexible--decoration-top-texture {
  padding-top: 8rem;
}
.section-flexible--decoration-bottom-texture {
  padding-bottom: 8rem;
}
.section-flexible__title.highlighted {
  width: max-content;
  padding: 1rem 4.5rem 1rem 0;
  background-color: var(--color-secondary);
  border-radius: 0 5rem 5rem 0;
  position: relative;
  isolation: isolate;
  margin-bottom: 3rem;
}
.section-flexible__title.highlighted::before {
  content: " ";
  position: absolute;
  inset: 0 0 0 auto;
  width: 100vw;
  background-color: var(--color-secondary);
  z-index: -1;
  border-radius: 0 5rem 5rem 0;
  box-shadow: var(--shadow);
}

.regular-content .section-flexible__image {
  grid-column: 1/-2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.regular-content .section-flexible__image img {
  margin-left: -4.5rem;
  width: calc(100% + 4.5rem);
  flex-shrink: 0;
}
@media only screen and (min-width: 48rem) {
  .regular-content .section-flexible__image img {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 48rem) {
  .regular-content .section-flexible__image {
    grid-column: 1/span 7;
    grid-row: 2/3;
  }
}
.regular-content .section-flexible__title {
  grid-column: 2/span 12;
}
@media only screen and (min-width: 48rem) {
  .regular-content .section-flexible__title {
    grid-column: 4/span 8;
  }
}
.regular-content .section-flexible__content {
  grid-column: 2/span 12;
}
@media only screen and (min-width: 48rem) {
  .regular-content .section-flexible__content {
    grid-column: 8/span 6;
  }
}
@media only screen and (min-width: 62rem) {
  .regular-content .section-flexible__content {
    padding-left: 0.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .regular-content .section-flexible__text {
    font-size: 1.25rem;
  }
}

.banner {
  min-height: var(--sectionHeight, 50vh);
  background-image: var(--bgImage);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .waves--bottom {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 62rem) {
  .faqs__content {
    columns: 2;
    column-gap: 3rem;
  }
}
.faqs__item {
  margin-bottom: 3rem;
}
.faqs__title {
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .faqs__title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .faqs__title {
    font-size: 1.75rem;
  }
}
.faqs__text > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 62rem) {
  .faqs__text {
    font-size: 1.25rem;
  }
}

.table__wrapper {
  width: 100%;
  overflow: scroll;
}
.table__wrapper table {
  min-width: 55rem;
}

.footer {
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 48rem) {
  .footer__content {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 48rem) {
  .footer__content {
    grid-column: span 4;
  }
}
.footer__image img {
  display: block;
  width: 125vw;
  max-width: none;
}
@media only screen and (min-width: 48rem) {
  .footer__image {
    grid-column: span 6;
  }
  .footer__image img {
    width: 55vw;
  }
}
@media only screen and (min-width: 48rem) {
  .footer__image {
    grid-column: span 8;
  }
  .footer__image img {
    width: min(75vw, 50rem);
  }
}

.masthead {
  position: sticky;
  top: 0;
  background-color: #fff;
  isolation: isolate;
  z-index: 1000;
}
@media only screen and (min-width: 62rem) {
  .masthead {
    position: relative;
  }
}
.masthead .container--flex {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 62rem) {
  .masthead .container--flex {
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    position: relative;
  }
}
.masthead__logo {
  display: inline-block;
  text-decoration: none;
  margin-right: auto;
}
.masthead__title {
  margin: 0;
  display: grid;
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .masthead__title {
    grid-template-areas: "icon name" "icon tagline";
    grid-template-columns: 5rem 1fr;
    column-gap: 1.5rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 53rem) {
  .masthead__title {
    grid-template-columns: 7.5rem 1fr;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 62rem) {
  .masthead__title {
    grid-template-columns: 10.5rem 1fr;
    column-gap: 3rem;
    font-size: 2rem;
  }
}
.masthead__site-icon {
  width: min(5rem, 100%);
  grid-area: icon;
}
@media only screen and (min-width: 48rem) {
  .masthead__site-icon {
    width: 100%;
  }
}
.masthead__site-name {
  display: none;
  grid-area: name;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .masthead__site-name {
    display: block;
    align-self: flex-end;
  }
}
.masthead__site-tagline {
  grid-area: tagline;
}
@media only screen and (max-width: 47.999rem) {
  .masthead__site-tagline {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.masthead__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100vh;
  height: 100dvh;
  background-color: var(--color-secondary);
  padding-top: calc(var(--offset-masthead, 6.25rem) + 1.6rem);
  box-shadow: var(--shadow);
  overflow: hidden;
  pointer-events: none;
  transition: width var(--transition);
}
.masthead__nav.open {
  width: 66.6666vw;
  pointer-events: all;
}
@media only screen and (min-width: 62rem) {
  .masthead__nav {
    top: auto;
    bottom: 0;
    z-index: 0;
    width: auto;
    height: auto;
    translate: 0 50%;
    pointer-events: all;
    padding-top: 0;
    border-radius: 5rem 0 0 5rem;
    isolation: isolate;
    box-shadow: none;
    overflow: visible;
  }
  .masthead__nav::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--color-secondary);
    z-index: -1;
    border-radius: 5rem 0 0 5rem;
    box-shadow: var(--shadow);
  }
}
.masthead__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  width: 66.6666vw;
}
@media only screen and (min-width: 62rem) {
  .masthead__menu {
    display: flex;
    padding-left: 1.5rem;
    width: auto;
  }
}
.masthead__nav-item {
  padding: 0.75rem 1.5rem;
  display: block;
  color: #010000;
  text-decoration: none;
  font-size: 1.25rem;
}
@media only screen and (min-width: 62rem) {
  .masthead__nav-item {
    padding: 1.5rem;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8666666667);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition);
}
.video-modal:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.video-modal__close {
  background-color: transparent;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 53rem) {
  .video-modal__close {
    font-size: 1.5rem;
  }
}
.video-modal__wrap {
  width: calc(100% - 3rem);
}
@media (min-aspect-ratio: 16/9) {
  .video-modal__wrap {
    width: auto;
    height: calc(100vh - 12rem);
  }
}
.video-modal .video-modal__upload,
.video-modal .video-modal__vimeo,
.video-modal .video-modal__youtube {
  display: none;
}
.video-modal[data-active-player=upload] .video-modal__upload {
  display: block;
}
.video-modal[data-active-player=vimeo] .video-modal__vimeo {
  display: block;
}
.video-modal[data-active-player=youtube] .video-modal__youtube {
  display: block;
}

@media print {
  .masthead {
    display: none;
  }
  .bg-primary,
  .bg-secondary,
  .bg-accent,
  .bg-tertiary,
  .bg-000,
  .panels__item {
    color: var(--color-body);
  }
  [class*=btn] {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
