/*!
 * Font Awesome Free 6.4.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 2023 Fonticons, Inc.
 */
.ishjayshvvp {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.ishjayshvvp,
.ishjayshvvp-brands,
.ishjayshvvp-classic,
.ishjayshvvp-regular,
.ishjayshvvp-sharp,
.ishjayshvvp-solid,
.ishjayshvvpb,
.jykiukypepqj,
.vyxhqpvfzoi {
  -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;
}
.ishjayshvvp-classic,
.ishjayshvvp-regular,
.ishjayshvvp-solid,
.jykiukypepqj,
.vyxhqpvfzoi {
  font-family: "Font Awesome 6 Free";
}
.ishjayshvvp-brands,
.ishjayshvvpb {
  font-family: "Font Awesome 6 Brands";
}
.ishjayshvvp-1x {
  font-size: 1em;
}
.ishjayshvvp-2x {
  font-size: 2em;
}
.ishjayshvvp-3x {
  font-size: 3em;
}
.ishjayshvvp-4x {
  font-size: 4em;
}
.ishjayshvvp-5x {
  font-size: 5em;
}
.ishjayshvvp-6x {
  font-size: 6em;
}
.ishjayshvvp-7x {
  font-size: 7em;
}
.ishjayshvvp-8x {
  font-size: 8em;
}
.ishjayshvvp-9x {
  font-size: 9em;
}
.ishjayshvvp-10x {
  font-size: 10em;
}
.ishjayshvvp-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.ishjayshvvp-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.ishjayshvvp-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.ishjayshvvp-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.ishjayshvvp-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.ishjayshvvp-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.xvkpkdzxoexyrww {
  text-align: center;
  width: 1.25em;
}
.ishjayshvvp-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.ishjayshvvp-ul > li {
  position: relative;
}
.ishjayshvvp-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.ishjayshvvp-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.ishjayshvvp-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.ishjayshvvp-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.ishjayshvvp-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);
}
.ishjayshvvp-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)
  );
}
.ishjayshvvp-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -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)
  );
}
.ishjayshvvp-beat-fade,
.ishjayshvvp-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);
}
.ishjayshvvp-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -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)
  );
}
.ishjayshvvp-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);
}
.ishjayshvvp-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -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);
}
.ishjayshvvp-shake,
.ishjayshvvp-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);
}
.ishjayshvvp-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.ishjayshvvp-spin-reverse {
  --fa-animation-direction: reverse;
}
.ishjayshvvp-pulse,
.ishjayshvvp-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) {
  .ishjayshvvp-beat,
  .ishjayshvvp-beat-fade,
  .ishjayshvvp-bounce,
  .ishjayshvvp-fade,
  .ishjayshvvp-flip,
  .ishjayshvvp-pulse,
  .ishjayshvvp-shake,
  .ishjayshvvp-spin,
  .ishjayshvvp-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;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 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) translateY(0);
    transform: scale(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) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(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) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(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%,
  to {
    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%,
  to {
    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%,
  to {
    -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%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.ishjayshvvp-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ishjayshvvp-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ishjayshvvp-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ishjayshvvp-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ishjayshvvp-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ishjayshvvp-flip-both,
.ishjayshvvp-flip-horizontal.ishjayshvvp-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.ishjayshvvp-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.ishjayshvvp-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.ishjayshvvp-stack-1x,
.ishjayshvvp-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.ishjayshvvp-stack-1x {
  line-height: inherit;
}
.ishjayshvvp-stack-2x {
  font-size: 2em;
}
.ishjayshvvp-inverse {
  color: var(--fa-inverse, #fff);
}

.ishjayshvvp-0:before {
  content: "\30";
}
.ishjayshvvp-1:before {
  content: "\31";
}
.ishjayshvvp-2:before {
  content: "\32";
}
.ishjayshvvp-3:before {
  content: "\33";
}
.ishjayshvvp-4:before {
  content: "\34";
}
.ishjayshvvp-5:before {
  content: "\35";
}
.ishjayshvvp-6:before {
  content: "\36";
}
.ishjayshvvp-7:before {
  content: "\37";
}
.ishjayshvvp-8:before {
  content: "\38";
}
.ishjayshvvp-9:before {
  content: "\39";
}
.ishjayshvvp-fill-drip:before {
  content: "\f576";
}
.ishjayshvvp-arrows-to-circle:before {
  content: "\e4bd";
}
.ishjayshvvp-chevron-circle-right:before,
.ishjayshvvp-circle-chevron-right:before {
  content: "\f138";
}
.ishjayshvvp-at:before {
  content: "\40";
}
.ishjayshvvp-trash-alt:before,
.ishjayshvvp-trash-can:before {
  content: "\f2ed";
}
.ishjayshvvp-text-height:before {
  content: "\f034";
}
.ishjayshvvp-user-times:before,
.ishjayshvvp-user-xmark:before {
  content: "\f235";
}
.ishjayshvvp-stethoscope:before {
  content: "\f0f1";
}
.ishjayshvvp-comment-alt:before,
.ishjayshvvp-message:before {
  content: "\f27a";
}
.ishjayshvvp-info:before {
  content: "\f129";
}
.ishjayshvvp-compress-alt:before,
.ishjayshvvp-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.ishjayshvvp-explosion:before {
  content: "\e4e9";
}
.ishjayshvvp-file-alt:before,
.ishjayshvvp-file-lines:before,
.ishjayshvvp-file-text:before {
  content: "\f15c";
}
.ishjayshvvp-wave-square:before {
  content: "\f83e";
}
.ishjayshvvp-ring:before {
  content: "\f70b";
}
.ishjayshvvp-building-un:before {
  content: "\e4d9";
}
.ishjayshvvp-dice-three:before {
  content: "\f527";
}
.ishjayshvvp-calendar-alt:before,
.ishjayshvvp-calendar-days:before {
  content: "\f073";
}
.ishjayshvvp-anchor-circle-check:before {
  content: "\e4aa";
}
.ishjayshvvp-building-circle-arrow-right:before {
  content: "\e4d1";
}
.ishjayshvvp-volleyball-ball:before,
.ishjayshvvp-volleyball:before {
  content: "\f45f";
}
.ishjayshvvp-arrows-up-to-line:before {
  content: "\e4c2";
}
.ishjayshvvp-sort-desc:before,
.ishjayshvvp-sort-down:before {
  content: "\f0dd";
}
.ishjayshvvp-circle-minus:before,
.ishjayshvvp-minus-circle:before {
  content: "\f056";
}
.ishjayshvvp-door-open:before {
  content: "\f52b";
}
.ishjayshvvp-right-from-bracket:before,
.ishjayshvvp-sign-out-alt:before {
  content: "\f2f5";
}
.ishjayshvvp-atom:before {
  content: "\f5d2";
}
.ishjayshvvp-soap:before {
  content: "\e06e";
}
.ifksjtuptlrjfr-music-camera-bolt:before,
.ishjayshvvp-icons:before {
  content: "\f86d";
}
.ishjayshvvp-microphone-alt-slash:before,
.ishjayshvvp-microphone-lines-slash:before {
  content: "\f539";
}
.ishjayshvvp-bridge-circle-check:before {
  content: "\e4c9";
}
.ishjayshvvp-pump-medical:before {
  content: "\e06a";
}
.ishjayshvvp-fingerprint:before {
  content: "\f577";
}
.ishjayshvvp-hand-point-right:before {
  content: "\f0a4";
}
.ishjayshvvp-magnifying-glass-location:before,
.ishjayshvvp-search-location:before {
  content: "\f689";
}
.ishjayshvvp-forward-step:before,
.ishjayshvvp-step-forward:before {
  content: "\f051";
}
.ishjayshvvp-face-smile-beam:before,
.ishjayshvvp-smile-beam:before {
  content: "\f5b8";
}
.ishjayshvvp-flag-checkered:before {
  content: "\f11e";
}
.ishjayshvvp-football-ball:before,
.ishjayshvvp-football:before {
  content: "\f44e";
}
.ishjayshvvp-school-circle-exclamation:before {
  content: "\e56c";
}
.ishjayshvvp-crop:before {
  content: "\f125";
}
.ishjayshvvp-angle-double-down:before,
.ishjayshvvp-angles-down:before {
  content: "\f103";
}
.ishjayshvvp-users-rectangle:before {
  content: "\e594";
}
.ishjayshvvp-people-roof:before {
  content: "\e537";
}
.ishjayshvvp-people-line:before {
  content: "\e534";
}
.ishjayshvvp-beer-mug-empty:before,
.ishjayshvvp-beer:before {
  content: "\f0fc";
}
.ishjayshvvp-diagram-predecessor:before {
  content: "\e477";
}
.ishjayshvvp-arrow-up-long:before,
.ishjayshvvp-long-arrow-up:before {
  content: "\f176";
}
.ishjayshvvp-burn:before,
.ishjayshvvp-fire-flame-simple:before {
  content: "\f46a";
}
.ishjayshvvp-male:before,
.ishjayshvvp-person:before {
  content: "\f183";
}
.ishjayshvvp-laptop:before {
  content: "\f109";
}
.ishjayshvvp-file-csv:before {
  content: "\f6dd";
}
.ishjayshvvp-menorah:before {
  content: "\f676";
}
.ishjayshvvp-truck-plane:before {
  content: "\e58f";
}
.ishjayshvvp-record-vinyl:before {
  content: "\f8d9";
}
.ishjayshvvp-face-grin-stars:before,
.ishjayshvvp-grin-stars:before {
  content: "\f587";
}
.ishjayshvvp-bong:before {
  content: "\f55c";
}
.ishjayshvvp-pastafarianism:before,
.ishjayshvvp-spaghetti-monster-flying:before {
  content: "\f67b";
}
.ishjayshvvp-arrow-down-up-across-line:before {
  content: "\e4af";
}
.ishjayshvvp-spoon:before,
.ishjayshvvp-utensil-spoon:before {
  content: "\f2e5";
}
.ishjayshvvp-jar-wheat:before {
  content: "\e517";
}
.ljzrzoqyafxvs-bulk:before,
.ishjayshvvp-mail-bulk:before {
  content: "\f674";
}
.ishjayshvvp-file-circle-exclamation:before {
  content: "\e4eb";
}
.ishjayshvvp-circle-h:before,
.ishjayshvvp-hospital-symbol:before {
  content: "\f47e";
}
.ishjayshvvp-pager:before {
  content: "\f815";
}
.ishjayshvvp-address-book:before,
.ishjayshvvp-contact-book:before {
  content: "\f2b9";
}
.ishjayshvvp-strikethrough:before {
  content: "\f0cc";
}
.ishjayshvvp-k:before {
  content: "\4b";
}
.ishjayshvvp-landmark-flag:before {
  content: "\e51c";
}
.ishjayshvvp-pencil-alt:before,
.ishjayshvvp-pencil:before {
  content: "\f303";
}
.ishjayshvvp-backward:before {
  content: "\f04a";
}
.ishjayshvvp-caret-right:before {
  content: "\f0da";
}
.ishjayshvvp-comments:before {
  content: "\f086";
}
.ishjayshvvp-file-clipboard:before,
.ishjayshvvp-paste:before {
  content: "\f0ea";
}
.ishjayshvvp-code-pull-request:before {
  content: "\e13c";
}
.ishjayshvvp-clipboard-list:before {
  content: "\f46d";
}
.ishjayshvvp-truck-loading:before,
.ishjayshvvp-truck-ramp-box:before {
  content: "\f4de";
}
.ishjayshvvp-user-check:before {
  content: "\f4fc";
}
.ishjayshvvp-vial-virus:before {
  content: "\e597";
}
.ishjayshvvp-sheet-plastic:before {
  content: "\e571";
}
.ishjayshvvp-blog:before {
  content: "\f781";
}
.ishjayshvvp-user-ninja:before {
  content: "\f504";
}
.ishjayshvvp-person-arrow-up-from-line:before {
  content: "\e539";
}
.ishjayshvvp-scroll-torah:before,
.ishjayshvvp-torah:before {
  content: "\f6a0";
}
.ishjayshvvp-broom-ball:before,
.ishjayshvvp-quidditch-broom-ball:before,
.ishjayshvvp-quidditch:before {
  content: "\f458";
}
.ishjayshvvp-toggle-off:before {
  content: "\f204";
}
.ishjayshvvp-archive:before,
.ishjayshvvp-box-archive:before {
  content: "\f187";
}
.ishjayshvvp-person-drowning:before {
  content: "\e545";
}
.ishjayshvvp-arrow-down-9-1:before,
.ishjayshvvp-sort-numeric-desc:before,
.ishjayshvvp-sort-numeric-down-alt:before {
  content: "\f886";
}
.ishjayshvvp-face-grin-tongue-squint:before,
.ishjayshvvp-grin-tongue-squint:before {
  content: "\f58a";
}
.ishjayshvvp-spray-can:before {
  content: "\f5bd";
}
.ishjayshvvp-truck-monster:before {
  content: "\f63b";
}
.ishjayshvvp-w:before {
  content: "\57";
}
.ishjayshvvp-earth-africa:before,
.ishjayshvvp-globe-africa:before {
  content: "\f57c";
}
.ishjayshvvp-rainbow:before {
  content: "\f75b";
}
.ishjayshvvp-circle-notch:before {
  content: "\f1ce";
}
.ishjayshvvp-tablet-alt:before,
.ishjayshvvp-tablet-screen-button:before {
  content: "\f3fa";
}
.ishjayshvvp-paw:before {
  content: "\f1b0";
}
.ishjayshvvp-cloud:before {
  content: "\f0c2";
}
.ishjayshvvp-trowel-bricks:before {
  content: "\e58a";
}
.ishjayshvvp-face-flushed:before,
.ishjayshvvp-flushed:before {
  content: "\f579";
}
.ishjayshvvp-hospital-user:before {
  content: "\f80d";
}
.ishjayshvvp-tent-arrow-left-right:before {
  content: "\e57f";
}
.ishjayshvvp-gavel:before,
.ishjayshvvp-legal:before {
  content: "\f0e3";
}
.ishjayshvvp-binoculars:before {
  content: "\f1e5";
}
.ishjayshvvp-microphone-slash:before {
  content: "\f131";
}
.ishjayshvvp-box-tissue:before {
  content: "\e05b";
}
.ishjayshvvp-motorcycle:before {
  content: "\f21c";
}
.ishjayshvvp-bell-concierge:before,
.ishjayshvvp-concierge-bell:before {
  content: "\f562";
}
.ishjayshvvp-pen-ruler:before,
.ishjayshvvp-pencil-ruler:before {
  content: "\f5ae";
}
.ishjayshvvp-people-arrows-left-right:before,
.ishjayshvvp-people-arrows:before {
  content: "\e068";
}
.ishjayshvvp-mars-and-venus-burst:before {
  content: "\e523";
}
.ishjayshvvp-caret-square-right:before,
.ishjayshvvp-square-caret-right:before {
  content: "\f152";
}
.ishjayshvvp-cut:before,
.ishjayshvvp-scissors:before {
  content: "\f0c4";
}
.ishjayshvvp-sun-plant-wilt:before {
  content: "\e57a";
}
.ishjayshvvp-toilets-portable:before {
  content: "\e584";
}
.ishjayshvvp-hockey-puck:before {
  content: "\f453";
}
.ishjayshvvp-table:before {
  content: "\f0ce";
}
.ishjayshvvp-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.ishjayshvvp-digital-tachograph:before,
.ishjayshvvp-tachograph-digital:before {
  content: "\f566";
}
.ishjayshvvp-users-slash:before {
  content: "\e073";
}
.ishjayshvvp-clover:before {
  content: "\e139";
}
.ishjayshvvp-mail-reply:before,
.ishjayshvvp-reply:before {
  content: "\f3e5";
}
.tzeufiupzwf-and-crescent:before {
  content: "\f699";
}
.ishjayshvvp-house-fire:before {
  content: "\e50c";
}
.ishjayshvvp-minus-square:before,
.ishjayshvvp-square-minus:before {
  content: "\f146";
}
.ishjayshvvp-helicopter:before {
  content: "\f533";
}
.ishjayshvvp-compass:before {
  content: "\f14e";
}
.ishjayshvvp-caret-square-down:before,
.ishjayshvvp-square-caret-down:before {
  content: "\f150";
}
.ishjayshvvp-file-circle-question:before {
  content: "\e4ef";
}
.ishjayshvvp-laptop-code:before {
  content: "\f5fc";
}
.ishjayshvvp-swatchbook:before {
  content: "\f5c3";
}
.ishjayshvvp-prescription-bottle:before {
  content: "\f485";
}
.agldircolodol:before,
.ishjayshvvp-navicon:before {
  content: "\f0c9";
}
.ishjayshvvp-people-group:before {
  content: "\e533";
}
.ishjayshvvp-hourglass-3:before,
.ishjayshvvp-hourglass-end:before {
  content: "\f253";
}
.ifksjtuptlrjfr-broken:before,
.ifksjtuptlrjfr-crack:before {
  content: "\f7a9";
}
.ishjayshvvp-external-link-square-alt:before,
.ishjayshvvp-square-up-right:before {
  content: "\f360";
}
.ishjayshvvp-face-kiss-beam:before,
.ishjayshvvp-kiss-beam:before {
  content: "\f597";
}
.ishjayshvvp-film:before {
  content: "\f008";
}
.ishjayshvvp-ruler-horizontal:before {
  content: "\f547";
}
.ishjayshvvp-people-robbery:before {
  content: "\e536";
}
.ishjayshvvp-lightbulb:before {
  content: "\f0eb";
}
.ishjayshvvp-caret-left:before {
  content: "\f0d9";
}
.ishjayshvvp-circle-exclamation:before,
.ishjayshvvp-exclamation-circle:before {
  content: "\f06a";
}
.ishjayshvvp-school-circle-xmark:before {
  content: "\e56d";
}
.ishjayshvvp-arrow-right-from-bracket:before,
.ishjayshvvp-sign-out:before {
  content: "\f08b";
}
.ishjayshvvp-chevron-circle-down:before,
.ishjayshvvp-circle-chevron-down:before {
  content: "\f13a";
}
.ishjayshvvp-unlock-alt:before,
.ishjayshvvp-unlock-keyhole:before {
  content: "\f13e";
}
.ishjayshvvp-cloud-showers-heavy:before {
  content: "\f740";
}
.ishjayshvvp-headphones-alt:before,
.ishjayshvvp-headphones-simple:before {
  content: "\f58f";
}
.ishjayshvvp-sitemap:before {
  content: "\f0e8";
}
.ishjayshvvp-circle-dollar-to-slot:before,
.ishjayshvvp-donate:before {
  content: "\f4b9";
}
.ishjayshvvp-memory:before {
  content: "\f538";
}
.ishjayshvvp-road-spikes:before {
  content: "\e568";
}
.ishjayshvvp-fire-burner:before {
  content: "\e4f1";
}
.ishjayshvvp-flag:before {
  content: "\f024";
}
.ishjayshvvp-hanukiah:before {
  content: "\f6e6";
}
.ishjayshvvp-feather:before {
  content: "\f52d";
}
.ishjayshvvp-volume-down:before,
.ishjayshvvp-volume-low:before {
  content: "\f027";
}
.ishjayshvvp-comment-slash:before {
  content: "\f4b3";
}
.ishjayshvvp-cloud-sun-rain:before {
  content: "\f743";
}
.ishjayshvvp-compress:before {
  content: "\f066";
}
.ishjayshvvp-wheat-alt:before,
.ishjayshvvp-wheat-awn:before {
  content: "\e2cd";
}
.ishjayshvvp-ankh:before {
  content: "\f644";
}
.ishjayshvvp-hands-holding-child:before {
  content: "\e4fa";
}
.ishjayshvvp-asterisk:before {
  content: "\2a";
}
.ishjayshvvp-check-square:before,
.ishjayshvvp-square-check:before {
  content: "\f14a";
}
.ishjayshvvp-peseta-sign:before {
  content: "\e221";
}
.ishjayshvvp-header:before,
.ishjayshvvp-heading:before {
  content: "\f1dc";
}
.ishjayshvvp-ghost:before {
  content: "\f6e2";
}
.ishjayshvvp-list-squares:before,
.ishjayshvvp-list:before {
  content: "\f03a";
}
.ishjayshvvp-phone-square-alt:before,
.ishjayshvvp-square-phone-flip:before {
  content: "\f87b";
}
.ishjayshvvp-cart-plus:before {
  content: "\f217";
}
.ishjayshvvp-gamepad:before {
  content: "\f11b";
}
.ishjayshvvp-circle-dot:before,
.ishjayshvvp-dot-circle:before {
  content: "\f192";
}
.ishjayshvvp-dizzy:before,
.ishjayshvvp-face-dizzy:before {
  content: "\f567";
}
.ishjayshvvp-egg:before {
  content: "\f7fb";
}
.ishjayshvvp-house-medical-circle-xmark:before {
  content: "\e513";
}
.ishjayshvvp-campground:before {
  content: "\f6bb";
}
.ishjayshvvp-folder-plus:before {
  content: "\f65e";
}
.ishjayshvvp-futbol-ball:before,
.ishjayshvvp-futbol:before,
.ishjayshvvp-soccer-ball:before {
  content: "\f1e3";
}
.ishjayshvvp-paint-brush:before,
.ishjayshvvp-paintbrush:before {
  content: "\f1fc";
}
.ishjayshvvp-lock:before {
  content: "\f023";
}
.ishjayshvvp-gas-pump:before {
  content: "\f52f";
}
.ishjayshvvp-hot-tub-person:before,
.ishjayshvvp-hot-tub:before {
  content: "\f593";
}
.ishjayshvvp-map-location:before,
.ishjayshvvp-map-marked:before {
  content: "\f59f";
}
.ishjayshvvp-house-flood-water:before {
  content: "\e50e";
}
.ishjayshvvp-tree:before {
  content: "\f1bb";
}
.ishjayshvvp-bridge-lock:before {
  content: "\e4cc";
}
.ishjayshvvp-sack-dollar:before {
  content: "\f81d";
}
.ishjayshvvp-edit:before,
.ishjayshvvp-pen-to-square:before {
  content: "\f044";
}
.ishjayshvvp-car-side:before {
  content: "\f5e4";
}
.ishjayshvvp-share-alt:before,
.ishjayshvvp-share-nodes:before {
  content: "\f1e0";
}
.ifksjtuptlrjfr-circle-minus:before {
  content: "\e4ff";
}
.ishjayshvvp-hourglass-2:before,
.ishjayshvvp-hourglass-half:before {
  content: "\f252";
}
.ishjayshvvp-microscope:before {
  content: "\f610";
}
.ishjayshvvp-sink:before {
  content: "\e06d";
}
.ishjayshvvp-bag-shopping:before,
.ddtdjqkgtghtx:before {
  content: "\f290";
}
.ishjayshvvp-arrow-down-z-a:before,
.ishjayshvvp-sort-alpha-desc:before,
.ishjayshvvp-sort-alpha-down-alt:before {
  content: "\f881";
}
.ishjayshvvp-mitten:before {
  content: "\f7b5";
}
.ishjayshvvp-person-rays:before {
  content: "\e54d";
}
.ishjayshvvp-users:before {
  content: "\f0c0";
}
.ishjayshvvp-eye-slash:before {
  content: "\f070";
}
.ishjayshvvp-flask-vial:before {
  content: "\e4f3";
}
.ishjayshvvp-hand-paper:before,
.ishjayshvvp-hand:before {
  content: "\f256";
}
.ishjayshvvp-om:before {
  content: "\f679";
}
.ishjayshvvp-worm:before {
  content: "\e599";
}
.ishjayshvvp-house-circle-xmark:before {
  content: "\e50b";
}
.ishjayshvvp-plug:before {
  content: "\f1e6";
}
.ishjayshvvp-chevron-up:before {
  content: "\f077";
}
.ishjayshvvp-hand-spock:before {
  content: "\f259";
}
.ishjayshvvp-stopwatch:before {
  content: "\f2f2";
}
.ishjayshvvp-face-kiss:before,
.ishjayshvvp-kiss:before {
  content: "\f596";
}
.ishjayshvvp-bridge-circle-xmark:before {
  content: "\e4cb";
}
.ishjayshvvp-face-grin-tongue:before,
.ishjayshvvp-grin-tongue:before {
  content: "\f589";
}
.ishjayshvvp-chess-bishop:before {
  content: "\f43a";
}
.ishjayshvvp-face-grin-wink:before,
.ishjayshvvp-grin-wink:before {
  content: "\f58c";
}
.ishjayshvvp-deaf:before,
.ishjayshvvp-deafness:before,
.ishjayshvvp-ear-deaf:before,
.ishjayshvvp-hard-of-hearing:before {
  content: "\f2a4";
}
.ishjayshvvp-road-circle-check:before {
  content: "\e564";
}
.ishjayshvvp-dice-five:before {
  content: "\f523";
}
.ishjayshvvp-rss-square:before,
.ishjayshvvp-square-rss:before {
  content: "\f143";
}
.ishjayshvvp-land-mine-on:before {
  content: "\e51b";
}
.ishjayshvvp-i-cursor:before {
  content: "\f246";
}
.ishjayshvvp-stamp:before {
  content: "\f5bf";
}
.ishjayshvvp-stairs:before {
  content: "\e289";
}
.ishjayshvvp-i:before {
  content: "\49";
}
.ishjayshvvp-hryvnia-sign:before,
.ishjayshvvp-hryvnia:before {
  content: "\f6f2";
}
.ishjayshvvp-pills:before {
  content: "\f484";
}
.ishjayshvvp-face-grin-wide:before,
.ishjayshvvp-grin-alt:before {
  content: "\f581";
}
.ishjayshvvp-tooth:before {
  content: "\f5c9";
}
.ishjayshvvp-v:before {
  content: "\56";
}
.ishjayshvvp-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.ishjayshvvp-bicycle:before {
  content: "\f206";
}
.ishjayshvvp-rod-asclepius:before,
.ishjayshvvp-rod-snake:before,
.ishjayshvvp-staff-aesculapius:before,
.ishjayshvvp-staff-snake:before {
  content: "\e579";
}
.ishjayshvvp-head-side-cough-slash:before {
  content: "\e062";
}
.ishjayshvvp-ambulance:before,
.ishjayshvvp-truck-medical:before {
  content: "\f0f9";
}
.ishjayshvvp-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.ishjayshvvp-snowman:before {
  content: "\f7d0";
}
.ishjayshvvp-mortar-pestle:before {
  content: "\f5a7";
}
.ishjayshvvp-road-barrier:before {
  content: "\e562";
}
.ishjayshvvp-school:before {
  content: "\f549";
}
.ishjayshvvp-igloo:before {
  content: "\f7ae";
}
.ishjayshvvp-joint:before {
  content: "\f595";
}
.ishjayshvvp-angle-right:before {
  content: "\f105";
}
.ishjayshvvp-horse:before {
  content: "\f6f0";
}
.ishjayshvvp-q:before {
  content: "\51";
}
.ishjayshvvp-g:before {
  content: "\47";
}
.ishjayshvvp-notes-medical:before {
  content: "\f481";
}
.ishjayshvvp-temperature-2:before,
.ishjayshvvp-temperature-half:before,
.ishjayshvvp-thermometer-2:before,
.ishjayshvvp-thermometer-half:before {
  content: "\f2c9";
}
.ishjayshvvp-dong-sign:before {
  content: "\e169";
}
.ishjayshvvp-capsules:before {
  content: "\f46b";
}
.ishjayshvvp-poo-bolt:before,
.ishjayshvvp-poo-storm:before {
  content: "\f75a";
}
.ishjayshvvp-face-frown-open:before,
.ishjayshvvp-frown-open:before {
  content: "\f57a";
}
.ishjayshvvp-hand-point-up:before {
  content: "\f0a6";
}
.ishjayshvvp-money-bill:before {
  content: "\f0d6";
}
.ishjayshvvp-bookmark:before {
  content: "\f02e";
}
.ishjayshvvp-align-justify:before {
  content: "\f039";
}
.ishjayshvvp-umbrella-beach:before {
  content: "\f5ca";
}
.ishjayshvvp-helmet-un:before {
  content: "\e503";
}
.ishjayshvvp-bullseye:before {
  content: "\f140";
}
.ishjayshvvp-bacon:before {
  content: "\f7e5";
}
.ishjayshvvp-hand-point-down:before {
  content: "\f0a7";
}
.ishjayshvvp-arrow-up-from-bracket:before {
  content: "\e09a";
}
.ishjayshvvp-folder-blank:before,
.ishjayshvvp-folder:before {
  content: "\f07b";
}
.ishjayshvvp-file-medical-alt:before,
.ishjayshvvp-file-waveform:before {
  content: "\f478";
}
.ishjayshvvp-radiation:before {
  content: "\f7b9";
}
.ishjayshvvp-chart-simple:before {
  content: "\e473";
}
.ishjayshvvp-mars-stroke:before {
  content: "\f229";
}
.ishjayshvvp-vial:before {
  content: "\f492";
}
.ishjayshvvp-dashboard:before,
.ishjayshvvp-gauge-med:before,
.ishjayshvvp-gauge:before,
.ishjayshvvp-tachometer-alt-average:before {
  content: "\f624";
}
.ishjayshvvp-magic-wand-sparkles:before,
.ishjayshvvp-wand-magic-sparkles:before {
  content: "\e2ca";
}
.ishjayshvvp-e:before {
  content: "\45";
}
.ishjayshvvp-pen-alt:before,
.ishjayshvvp-pen-clip:before {
  content: "\f305";
}
.ishjayshvvp-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.ishjayshvvp-user:before {
  content: "\f007";
}
.ishjayshvvp-school-circle-check:before {
  content: "\e56b";
}
.ishjayshvvp-dumpster:before {
  content: "\f793";
}
.ishjayshvvp-shuttle-van:before,
.ishjayshvvp-van-shuttle:before {
  content: "\f5b6";
}
.ishjayshvvp-building-user:before {
  content: "\e4da";
}
.ishjayshvvp-caret-square-left:before,
.ishjayshvvp-square-caret-left:before {
  content: "\f191";
}
.ishjayshvvp-highlighter:before {
  content: "\f591";
}
.ishjayshvvp-key:before {
  content: "\f084";
}
.ishjayshvvp-bullhorn:before {
  content: "\f0a1";
}
.ishjayshvvp-globe:before {
  content: "\f0ac";
}
.ishjayshvvp-synagogue:before {
  content: "\f69b";
}
.ishjayshvvp-person-half-dress:before {
  content: "\e548";
}
.ishjayshvvp-road-bridge:before {
  content: "\e563";
}
.ishjayshvvp-location-arrow:before {
  content: "\f124";
}
.ishjayshvvp-c:before {
  content: "\43";
}
.ishjayshvvp-tablet-button:before {
  content: "\f10a";
}
.ishjayshvvp-building-lock:before {
  content: "\e4d6";
}
.ishjayshvvp-pizza-slice:before {
  content: "\f818";
}
.ishjayshvvp-money-bill-wave:before {
  content: "\f53a";
}
.ishjayshvvp-area-chart:before,
.ishjayshvvp-chart-area:before {
  content: "\f1fe";
}
.ishjayshvvp-house-flag:before {
  content: "\e50d";
}
.ishjayshvvp-person-circle-minus:before {
  content: "\e540";
}
.ishjayshvvp-ban:before,
.ishjayshvvp-cancel:before {
  content: "\f05e";
}
.ishjayshvvp-camera-rotate:before {
  content: "\e0d8";
}
.ishjayshvvp-air-freshener:before,
.ishjayshvvp-spray-can-sparkles:before {
  content: "\f5d0";
}
.tzeufiupzwf:before {
  content: "\f005";
}
.ishjayshvvp-repeat:before {
  content: "\f363";
}
.ishjayshvvp-cross:before {
  content: "\f654";
}
.ishjayshvvp-box:before {
  content: "\f466";
}
.ishjayshvvp-venus-mars:before {
  content: "\f228";
}
.ishjayshvvp-arrow-pointer:before,
.ishjayshvvp-mouse-pointer:before {
  content: "\f245";
}
.ishjayshvvp-expand-arrows-alt:before,
.ishjayshvvp-maximize:before {
  content: "\f31e";
}
.ishjayshvvp-charging-station:before {
  content: "\f5e7";
}
.ishjayshvvp-shapes:before,
.ishjayshvvp-triangle-circle-square:before {
  content: "\f61f";
}
.ishjayshvvp-random:before,
.ishjayshvvp-shuffle:before {
  content: "\f074";
}
.ishjayshvvp-person-running:before,
.ishjayshvvp-running:before {
  content: "\f70c";
}
.ishjayshvvp-mobile-retro:before {
  content: "\e527";
}
.ishjayshvvp-grip-lines-vertical:before {
  content: "\f7a5";
}
.ishjayshvvp-spider:before {
  content: "\f717";
}
.ishjayshvvp-hands-bound:before {
  content: "\e4f9";
}
.ishjayshvvp-file-invoice-dollar:before {
  content: "\f571";
}
.ishjayshvvp-plane-circle-exclamation:before {
  content: "\e556";
}
.ishjayshvvp-x-ray:before {
  content: "\f497";
}
.ishjayshvvp-spell-check:before {
  content: "\f891";
}
.ishjayshvvp-slash:before {
  content: "\f715";
}
.ishjayshvvp-computer-mouse:before,
.ishjayshvvp-mouse:before {
  content: "\f8cc";
}
.ishjayshvvp-arrow-right-to-bracket:before,
.ishjayshvvp-sign-in:before {
  content: "\f090";
}
.ishjayshvvp-shop-slash:before,
.ishjayshvvp-store-alt-slash:before {
  content: "\e070";
}
.ishjayshvvp-server:before {
  content: "\f233";
}
.ishjayshvvp-virus-covid-slash:before {
  content: "\e4a9";
}
.ishjayshvvp-shop-lock:before {
  content: "\e4a5";
}
.ishjayshvvp-hourglass-1:before,
.ishjayshvvp-hourglass-start:before {
  content: "\f251";
}
.ishjayshvvp-blender-phone:before {
  content: "\f6b6";
}
.ishjayshvvp-building-wheat:before {
  content: "\e4db";
}
.ishjayshvvp-person-breastfeeding:before {
  content: "\e53a";
}
.ishjayshvvp-right-to-bracket:before,
.ishjayshvvp-sign-in-alt:before {
  content: "\f2f6";
}
.ishjayshvvp-venus:before {
  content: "\f221";
}
.ishjayshvvp-passport:before {
  content: "\f5ab";
}
.ifksjtuptlrjfr-pulse:before,
.ifksjtuptlrjfrbeat:before {
  content: "\f21e";
}
.ishjayshvvp-people-carry-box:before,
.ishjayshvvp-people-carry:before {
  content: "\f4ce";
}
.ishjayshvvp-temperature-high:before {
  content: "\f769";
}
.ishjayshvvp-microchip:before {
  content: "\f2db";
}
.ishjayshvvp-crown:before {
  content: "\f521";
}
.ishjayshvvp-weight-hanging:before {
  content: "\f5cd";
}
.ishjayshvvp-xmarks-lines:before {
  content: "\e59a";
}
.ishjayshvvp-file-prescription:before {
  content: "\f572";
}
.ishjayshvvp-weight-scale:before,
.ishjayshvvp-weight:before {
  content: "\f496";
}
.ishjayshvvp-user-friends:before,
.ishjayshvvp-user-group:before {
  content: "\f500";
}
.ishjayshvvp-arrow-up-a-z:before,
.ishjayshvvp-sort-alpha-up:before {
  content: "\f15e";
}
.ishjayshvvp-chess-knight:before {
  content: "\f441";
}
.ishjayshvvp-face-laugh-squint:before,
.ishjayshvvp-laugh-squint:before {
  content: "\f59b";
}
.ishjayshvvp-wheelchair:before {
  content: "\f193";
}
.ishjayshvvp-arrow-circle-up:before,
.ishjayshvvp-circle-arrow-up:before {
  content: "\f0aa";
}
.ishjayshvvp-toggle-on:before {
  content: "\f205";
}
.ishjayshvvp-person-walking:before,
.ishjayshvvp-walking:before {
  content: "\f554";
}
.ishjayshvvp-l:before {
  content: "\4c";
}
.ishjayshvvp-fire:before {
  content: "\f06d";
}
.ishjayshvvp-bed-pulse:before,
.ishjayshvvp-procedures:before {
  content: "\f487";
}
.ishjayshvvp-shuttle-space:before,
.ishjayshvvp-space-shuttle:before {
  content: "\f197";
}
.ishjayshvvp-face-laugh:before,
.ishjayshvvp-laugh:before {
  content: "\f599";
}
.ishjayshvvp-folder-open:before {
  content: "\f07c";
}
.ifksjtuptlrjfr-circle-plus:before {
  content: "\e500";
}
.ishjayshvvp-code-fork:before {
  content: "\e13b";
}
.ishjayshvvp-city:before {
  content: "\f64f";
}
.ishjayshvvp-microphone-alt:before,
.ishjayshvvp-microphone-lines:before {
  content: "\f3c9";
}
.ishjayshvvp-pepper-hot:before {
  content: "\f816";
}
.ishjayshvvp-unlock:before {
  content: "\f09c";
}
.ishjayshvvp-colon-sign:before {
  content: "\e140";
}
.ishjayshvvp-headset:before {
  content: "\f590";
}
.ishjayshvvp-store-slash:before {
  content: "\e071";
}
.ishjayshvvp-road-circle-xmark:before {
  content: "\e566";
}
.ishjayshvvp-user-minus:before {
  content: "\f503";
}
.ishjayshvvp-mars-stroke-up:before,
.ishjayshvvp-mars-stroke-v:before {
  content: "\f22a";
}
.ishjayshvvp-champagne-glasses:before,
.ishjayshvvp-glass-cheers:before {
  content: "\f79f";
}
.ishjayshvvp-clipboard:before {
  content: "\f328";
}
.ishjayshvvp-house-circle-exclamation:before {
  content: "\e50a";
}
.ishjayshvvp-file-arrow-up:before,
.ishjayshvvp-file-upload:before {
  content: "\f574";
}
.ishjayshvvp-wifi-3:before,
.ishjayshvvp-wifi-strong:before,
.ishjayshvvp-wifi:before {
  content: "\f1eb";
}
.ishjayshvvp-bath:before,
.ishjayshvvp-bathtub:before {
  content: "\f2cd";
}
.ishjayshvvp-underline:before {
  content: "\f0cd";
}
.ishjayshvvp-user-edit:before,
.ishjayshvvp-user-pen:before {
  content: "\f4ff";
}
.ishjayshvvp-signature:before {
  content: "\f5b7";
}
.ishjayshvvp-stroopwafel:before {
  content: "\f551";
}
.ishjayshvvp-bold:before {
  content: "\f032";
}
.ishjayshvvp-anchor-lock:before {
  content: "\e4ad";
}
.ishjayshvvp-building-ngo:before {
  content: "\e4d7";
}
.ishjayshvvp-manat-sign:before {
  content: "\e1d5";
}
.ishjayshvvp-not-equal:before {
  content: "\f53e";
}
.ishjayshvvp-border-style:before,
.ishjayshvvp-border-top-left:before {
  content: "\f853";
}
.ishjayshvvp-map-location-dot:before,
.ishjayshvvp-map-marked-alt:before {
  content: "\f5a0";
}
.ishjayshvvp-jedi:before {
  content: "\f669";
}
.ishjayshvvp-poll:before,
.ishjayshvvp-square-poll-vertical:before {
  content: "\f681";
}
.ishjayshvvp-mug-hot:before {
  content: "\f7b6";
}
.ishjayshvvp-battery-car:before,
.ishjayshvvp-car-battery:before {
  content: "\f5df";
}
.ishjayshvvp-gift:before {
  content: "\f06b";
}
.ishjayshvvp-dice-two:before {
  content: "\f528";
}
.ishjayshvvp-chess-queen:before {
  content: "\f445";
}
.ishjayshvvp-glasses:before {
  content: "\f530";
}
.ishjayshvvp-chess-board:before {
  content: "\f43c";
}
.ishjayshvvp-building-circle-check:before {
  content: "\e4d2";
}
.ishjayshvvp-person-chalkboard:before {
  content: "\e53d";
}
.ishjayshvvp-mars-stroke-h:before,
.ishjayshvvp-mars-stroke-right:before {
  content: "\f22b";
}
.ishjayshvvp-hand-back-fist:before,
.ishjayshvvp-hand-rock:before {
  content: "\f255";
}
.ishjayshvvp-caret-square-up:before,
.ishjayshvvp-square-caret-up:before {
  content: "\f151";
}
.ishjayshvvp-cloud-showers-water:before {
  content: "\e4e4";
}
.ishjayshvvp-bar-chart:before,
.ishjayshvvp-chart-bar:before {
  content: "\f080";
}
.ishjayshvvp-hands-bubbles:before,
.ishjayshvvp-hands-wash:before {
  content: "\e05e";
}
.ishjayshvvp-less-than-equal:before {
  content: "\f537";
}
.ishjayshvvp-train:before {
  content: "\f238";
}
.ishjayshvvp-eye-low-vision:before,
.ishjayshvvp-low-vision:before {
  content: "\f2a8";
}
.ishjayshvvp-crow:before {
  content: "\f520";
}
.ishjayshvvp-sailboat:before {
  content: "\e445";
}
.ishjayshvvp-window-restore:before {
  content: "\f2d2";
}
.ishjayshvvp-plus-square:before,
.ishjayshvvp-square-plus:before {
  content: "\f0fe";
}
.ishjayshvvp-torii-gate:before {
  content: "\f6a1";
}
.ishjayshvvp-frog:before {
  content: "\f52e";
}
.ishjayshvvp-bucket:before {
  content: "\e4cf";
}
.ishjayshvvp-image:before {
  content: "\f03e";
}
.ishjayshvvp-microphone:before {
  content: "\f130";
}
.ishjayshvvp-cow:before {
  content: "\f6c8";
}
.ishjayshvvp-caret-up:before {
  content: "\f0d8";
}
.ishjayshvvp-screwdriver:before {
  content: "\f54a";
}
.ishjayshvvp-folder-closed:before {
  content: "\e185";
}
.ishjayshvvp-house-tsunami:before {
  content: "\e515";
}
.ishjayshvvp-square-nfi:before {
  content: "\e576";
}
.ishjayshvvp-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.ishjayshvvp-glass-martini-alt:before,
.ishjayshvvp-martini-glass:before {
  content: "\f57b";
}
.ishjayshvvp-rotate-back:before,
.ishjayshvvp-rotate-backward:before,
.ishjayshvvp-rotate-left:before,
.ishjayshvvp-undo-alt:before {
  content: "\f2ea";
}
.ishjayshvvp-columns:before,
.ishjayshvvp-table-columns:before {
  content: "\f0db";
}
.ishjayshvvp-lemon:before {
  content: "\f094";
}
.ishjayshvvp-head-side-mask:before {
  content: "\e063";
}
.ishjayshvvp-handshake:before {
  content: "\f2b5";
}
.ishjayshvvp-gem:before {
  content: "\f3a5";
}
.ishjayshvvp-dolly-box:before,
.ishjayshvvp-dolly:before {
  content: "\f472";
}
.ishjayshvvp-smoking:before {
  content: "\f48d";
}
.ishjayshvvp-compress-arrows-alt:before,
.ishjayshvvp-minimize:before {
  content: "\f78c";
}
.ishjayshvvp-monument:before {
  content: "\f5a6";
}
.ishjayshvvp-snowplow:before {
  content: "\f7d2";
}
.ishjayshvvp-angle-double-right:before,
.ishjayshvvp-angles-right:before {
  content: "\f101";
}
.ishjayshvvp-cannabis:before {
  content: "\f55f";
}
.ishjayshvvp-circle-play:before,
.ishjayshvvp-play-circle:before {
  content: "\f144";
}
.ishjayshvvp-tablets:before {
  content: "\f490";
}
.ishjayshvvp-ethernet:before {
  content: "\f796";
}
.ishjayshvvp-eur:before,
.ishjayshvvp-euro-sign:before,
.ishjayshvvp-euro:before {
  content: "\f153";
}
.ishjayshvvp-chair:before {
  content: "\f6c0";
}
.ishjayshvvp-check-circle:before,
.ishjayshvvp-circle-check:before {
  content: "\f058";
}
.ishjayshvvp-circle-stop:before,
.ishjayshvvp-stop-circle:before {
  content: "\f28d";
}
.ishjayshvvp-compass-drafting:before,
.ishjayshvvp-drafting-compass:before {
  content: "\f568";
}
.ishjayshvvp-plate-wheat:before {
  content: "\e55a";
}
.ishjayshvvp-icicles:before {
  content: "\f7ad";
}
.ishjayshvvp-person-shelter:before {
  content: "\e54f";
}
.ishjayshvvp-neuter:before {
  content: "\f22c";
}
.ishjayshvvp-id-badge:before {
  content: "\f2c1";
}
.ishjayshvvp-marker:before {
  content: "\f5a1";
}
.ishjayshvvp-face-laugh-beam:before,
.ishjayshvvp-laugh-beam:before {
  content: "\f59a";
}
.ishjayshvvp-helicopter-symbol:before {
  content: "\e502";
}
.ishjayshvvp-universal-access:before {
  content: "\f29a";
}
.ishjayshvvp-chevron-circle-up:before,
.ishjayshvvp-circle-chevron-up:before {
  content: "\f139";
}
.ishjayshvvp-lari-sign:before {
  content: "\e1c8";
}
.ishjayshvvp-volcano:before {
  content: "\f770";
}
.ishjayshvvp-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.ishjayshvvp-gbp:before,
.ishjayshvvp-pound-sign:before,
.ishjayshvvp-sterling-sign:before {
  content: "\f154";
}
.ishjayshvvp-viruses:before {
  content: "\e076";
}
.ishjayshvvp-square-person-confined:before {
  content: "\e577";
}
.ishjayshvvp-user-tie:before {
  content: "\f508";
}
.ishjayshvvp-arrow-down-long:before,
.ishjayshvvp-long-arrow-down:before {
  content: "\f175";
}
.ishjayshvvp-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.ishjayshvvp-certificate:before {
  content: "\f0a3";
}
.ishjayshvvp-mail-reply-all:before,
.ishjayshvvp-reply-all:before {
  content: "\f122";
}
.ishjayshvvp-suitcase:before {
  content: "\f0f2";
}
.ishjayshvvp-person-skating:before,
.ishjayshvvp-skating:before {
  content: "\f7c5";
}
.ishjayshvvp-filter-circle-dollar:before,
.ishjayshvvp-funnel-dollar:before {
  content: "\f662";
}
.ishjayshvvp-camera-retro:before {
  content: "\f083";
}
.ishjayshvvp-arrow-circle-down:before,
.ishjayshvvp-circle-arrow-down:before {
  content: "\f0ab";
}
.ishjayshvvp-arrow-right-to-file:before,
.ishjayshvvp-file-import:before {
  content: "\f56f";
}
.ishjayshvvp-external-link-square:before,
.ishjayshvvp-square-arrow-up-right:before {
  content: "\f14c";
}
.ishjayshvvp-box-open:before {
  content: "\f49e";
}
.ishjayshvvp-scroll:before {
  content: "\f70e";
}
.ishjayshvvp-spa:before {
  content: "\f5bb";
}
.ishjayshvvp-location-pin-lock:before {
  content: "\e51f";
}
.ishjayshvvp-pause:before {
  content: "\f04c";
}
.ishjayshvvp-hill-avalanche:before {
  content: "\e507";
}
.ishjayshvvp-temperature-0:before,
.ishjayshvvp-temperature-empty:before,
.ishjayshvvp-thermometer-0:before,
.ishjayshvvp-thermometer-empty:before {
  content: "\f2cb";
}
.ishjayshvvp-bomb:before {
  content: "\f1e2";
}
.ishjayshvvp-registered:before {
  content: "\f25d";
}
.ishjayshvvp-address-card:before,
.ishjayshvvp-contact-card:before,
.ishjayshvvp-vcard:before {
  content: "\f2bb";
}
.ishjayshvvp-balance-scale-right:before,
.ishjayshvvp-scale-unbalanced-flip:before {
  content: "\f516";
}
.ishjayshvvp-subscript:before {
  content: "\f12c";
}
.ishjayshvvp-diamond-turn-right:before,
.ishjayshvvp-directions:before {
  content: "\f5eb";
}
.ishjayshvvp-burst:before {
  content: "\e4dc";
}
.ishjayshvvp-house-laptop:before,
.ishjayshvvp-laptop-house:before {
  content: "\e066";
}
.ishjayshvvp-face-tired:before,
.ishjayshvvp-tired:before {
  content: "\f5c8";
}
.ishjayshvvp-money-bills:before {
  content: "\e1f3";
}
.ishjayshvvp-smog:before {
  content: "\f75f";
}
.ishjayshvvp-crutch:before {
  content: "\f7f7";
}
.ishjayshvvp-cloud-arrow-up:before,
.ishjayshvvp-cloud-upload-alt:before,
.ishjayshvvp-cloud-upload:before {
  content: "\f0ee";
}
.ishjayshvvp-palette:before {
  content: "\f53f";
}
.ishjayshvvp-arrows-turn-right:before {
  content: "\e4c0";
}
.ishjayshvvp-vest:before {
  content: "\e085";
}
.ishjayshvvp-ferry:before {
  content: "\e4ea";
}
.ishjayshvvp-arrows-down-to-people:before {
  content: "\e4b9";
}
.ishjayshvvp-seedling:before,
.ishjayshvvp-sprout:before {
  content: "\f4d8";
}
.ishjayshvvp-arrows-alt-h:before,
.ishjayshvvp-left-right:before {
  content: "\f337";
}
.ishjayshvvp-boxes-packing:before {
  content: "\e4c7";
}
.ishjayshvvp-arrow-circle-left:before,
.ishjayshvvp-circle-arrow-left:before {
  content: "\f0a8";
}
.ishjayshvvp-group-arrows-rotate:before {
  content: "\e4f6";
}
.ishjayshvvp-bowl-food:before {
  content: "\e4c6";
}
.ishjayshvvp-candy-cane:before {
  content: "\f786";
}
.ishjayshvvp-arrow-down-wide-short:before,
.ishjayshvvp-sort-amount-asc:before,
.ishjayshvvp-sort-amount-down:before {
  content: "\f160";
}
.ishjayshvvp-cloud-bolt:before,
.ishjayshvvp-thunderstorm:before {
  content: "\f76c";
}
.ishjayshvvp-remove-format:before,
.ishjayshvvp-text-slash:before {
  content: "\f87d";
}
.ishjayshvvp-face-smile-wink:before,
.ishjayshvvp-smile-wink:before {
  content: "\f4da";
}
.ishjayshvvp-file-word:before {
  content: "\f1c2";
}
.ishjayshvvp-file-powerpoint:before {
  content: "\f1c4";
}
.ishjayshvvp-arrows-h:before,
.ishjayshvvp-arrows-left-right:before {
  content: "\f07e";
}
.ishjayshvvp-house-lock:before {
  content: "\e510";
}
.ishjayshvvp-cloud-arrow-down:before,
.ishjayshvvp-cloud-download-alt:before,
.ishjayshvvp-cloud-download:before {
  content: "\f0ed";
}
.ishjayshvvp-children:before {
  content: "\e4e1";
}
.ishjayshvvp-blackboard:before,
.ishjayshvvp-chalkboard:before {
  content: "\f51b";
}
.ishjayshvvp-user-alt-slash:before,
.ishjayshvvp-user-large-slash:before {
  content: "\f4fa";
}
.ljzrzoqyafxv-open:before {
  content: "\f2b6";
}
.ishjayshvvp-handshake-alt-slash:before,
.ishjayshvvp-handshake-simple-slash:before {
  content: "\e05f";
}
.ishjayshvvp-mattress-pillow:before {
  content: "\e525";
}
.ishjayshvvp-guarani-sign:before {
  content: "\e19a";
}
.ishjayshvvp-arrows-rotate:before,
.ishjayshvvp-refresh:before,
.ishjayshvvp-sync:before {
  content: "\f021";
}
.ishjayshvvp-fire-extinguisher:before {
  content: "\f134";
}
.ishjayshvvp-cruzeiro-sign:before {
  content: "\e152";
}
.ishjayshvvp-greater-than-equal:before {
  content: "\f532";
}
.ishjayshvvp-shield-alt:before,
.ishjayshvvp-shield-halved:before {
  content: "\f3ed";
}
.ishjayshvvp-atlas:before,
.ishjayshvvp-book-atlas:before {
  content: "\f558";
}
.ishjayshvvp-virus:before {
  content: "\e074";
}
.ljzrzoqyafxv-circle-check:before {
  content: "\e4e8";
}
.ishjayshvvp-layer-group:before {
  content: "\f5fd";
}
.ishjayshvvp-arrows-to-dot:before {
  content: "\e4be";
}
.ishjayshvvp-archway:before {
  content: "\f557";
}
.ifksjtuptlrjfr-circle-check:before {
  content: "\e4fd";
}
.ishjayshvvp-house-chimney-crack:before,
.ishjayshvvp-house-damage:before {
  content: "\f6f1";
}
.ishjayshvvp-file-archive:before,
.ishjayshvvp-file-zipper:before {
  content: "\f1c6";
}
.ishjayshvvp-square:before {
  content: "\f0c8";
}
.ishjayshvvp-glass-martini:before,
.ishjayshvvp-martini-glass-empty:before {
  content: "\f000";
}
.ishjayshvvp-couch:before {
  content: "\f4b8";
}
.ishjayshvvp-cedi-sign:before {
  content: "\e0df";
}
.ishjayshvvp-italic:before {
  content: "\f033";
}
.ishjayshvvp-church:before {
  content: "\f51d";
}
.ishjayshvvp-comments-dollar:before {
  content: "\f653";
}
.ishjayshvvp-democrat:before {
  content: "\f747";
}
.ishjayshvvp-z:before {
  content: "\5a";
}
.ishjayshvvp-person-skiing:before,
.ishjayshvvp-skiing:before {
  content: "\f7c9";
}
.ishjayshvvp-road-lock:before {
  content: "\e567";
}
.ishjayshvvp-a:before {
  content: "\41";
}
.ishjayshvvp-temperature-arrow-down:before,
.ishjayshvvp-temperature-down:before {
  content: "\e03f";
}
.ishjayshvvp-feather-alt:before,
.ishjayshvvp-feather-pointed:before {
  content: "\f56b";
}
.ishjayshvvp-p:before {
  content: "\50";
}
.ishjayshvvp-snowflake:before {
  content: "\f2dc";
}
.ishjayshvvp-newspaper:before {
  content: "\f1ea";
}
.ishjayshvvp-ad:before,
.ishjayshvvp-rectangle-ad:before {
  content: "\f641";
}
.ishjayshvvp-arrow-circle-right:before,
.ishjayshvvp-circle-arrow-right:before {
  content: "\f0a9";
}
.ishjayshvvp-filter-circle-xmark:before {
  content: "\e17b";
}
.ishjayshvvp-locust:before {
  content: "\e520";
}
.ishjayshvvp-sort:before,
.ishjayshvvp-unsorted:before {
  content: "\f0dc";
}
.ishjayshvvp-list-1-2:before,
.ishjayshvvp-list-numeric:before,
.ishjayshvvp-list-ol:before {
  content: "\f0cb";
}
.ishjayshvvp-person-dress-burst:before {
  content: "\e544";
}
.ishjayshvvp-money-check-alt:before,
.ishjayshvvp-money-check-dollar:before {
  content: "\f53d";
}
.ishjayshvvp-vector-square:before {
  content: "\f5cb";
}
.ishjayshvvp-bread-slice:before {
  content: "\f7ec";
}
.ishjayshvvp-language:before {
  content: "\f1ab";
}
.ishjayshvvp-face-kiss-wink-heart:before,
.ishjayshvvp-kiss-wink-heart:before {
  content: "\f598";
}
.ishjayshvvp-filter:before {
  content: "\f0b0";
}
.ishjayshvvp-question:before {
  content: "\3f";
}
.ishjayshvvp-file-signature:before {
  content: "\f573";
}
.ishjayshvvp-arrows-alt:before,
.ishjayshvvp-up-down-left-right:before {
  content: "\f0b2";
}
.ishjayshvvp-house-chimney-user:before {
  content: "\e065";
}
.ishjayshvvp-hand-holding-heart:before {
  content: "\f4be";
}
.ishjayshvvp-puzzle-piece:before {
  content: "\f12e";
}
.ishjayshvvp-money-check:before {
  content: "\f53c";
}
.tzeufiupzwf-half-alt:before,
.tzeufiupzwf-half-stroke:before {
  content: "\f5c0";
}
.ishjayshvvp-code:before {
  content: "\f121";
}
.ishjayshvvp-glass-whiskey:before,
.ishjayshvvp-whiskey-glass:before {
  content: "\f7a0";
}
.ishjayshvvp-building-circle-exclamation:before {
  content: "\e4d3";
}
.ishjayshvvp-magnifying-glass-chart:before {
  content: "\e522";
}
.ishjayshvvp-arrow-up-right-from-square:before,
.ishjayshvvp-external-link:before {
  content: "\f08e";
}
.ishjayshvvp-cubes-stacked:before {
  content: "\e4e6";
}
.ishjayshvvp-krw:before,
.ishjayshvvp-won-sign:before,
.ishjayshvvp-won:before {
  content: "\f159";
}
.ishjayshvvp-virus-covid:before {
  content: "\e4a8";
}
.ishjayshvvp-austral-sign:before {
  content: "\e0a9";
}
.ishjayshvvp-f:before {
  content: "\46";
}
.ishjayshvvp-leaf:before {
  content: "\f06c";
}
.ishjayshvvp-road:before {
  content: "\f018";
}
.ishjayshvvp-cab:before,
.ishjayshvvp-taxi:before {
  content: "\f1ba";
}
.ishjayshvvp-person-circle-plus:before {
  content: "\e541";
}
.ishjayshvvp-chart-pie:before,
.ishjayshvvp-pie-chart:before {
  content: "\f200";
}
.ishjayshvvp-bolt-lightning:before {
  content: "\e0b7";
}
.ishjayshvvp-sack-xmark:before {
  content: "\e56a";
}
.ishjayshvvp-file-excel:before {
  content: "\f1c3";
}
.ishjayshvvp-file-contract:before {
  content: "\f56c";
}
.ishjayshvvp-fish-fins:before {
  content: "\e4f2";
}
.ishjayshvvp-building-flag:before {
  content: "\e4d5";
}
.ishjayshvvp-face-grin-beam:before,
.ishjayshvvp-grin-beam:before {
  content: "\f582";
}
.ishjayshvvp-object-ungroup:before {
  content: "\f248";
}
.ishjayshvvp-poop:before {
  content: "\f619";
}
.ishjayshvvp-location-pin:before,
.ishjayshvvp-map-marker:before {
  content: "\f041";
}
.ishjayshvvp-kaaba:before {
  content: "\f66b";
}
.ishjayshvvp-toilet-paper:before {
  content: "\f71e";
}
.ishjayshvvp-hard-hat:before,
.ishjayshvvp-hat-hard:before,
.ishjayshvvp-helmet-safety:before {
  content: "\f807";
}
.ishjayshvvp-eject:before {
  content: "\f052";
}
.ishjayshvvp-arrow-alt-circle-right:before,
.ishjayshvvp-circle-right:before {
  content: "\f35a";
}
.ishjayshvvp-plane-circle-check:before {
  content: "\e555";
}
.ishjayshvvp-face-rolling-eyes:before,
.ishjayshvvp-meh-rolling-eyes:before {
  content: "\f5a5";
}
.ishjayshvvp-object-group:before {
  content: "\f247";
}
.ishjayshvvp-chart-line:before,
.ishjayshvvp-line-chart:before {
  content: "\f201";
}
.ishjayshvvp-mask-ventilator:before {
  content: "\e524";
}
.ishjayshvvp-arrow-right:before {
  content: "\f061";
}
.ishjayshvvp-map-signs:before,
.ishjayshvvp-signs-post:before {
  content: "\f277";
}
.ishjayshvvp-cash-register:before {
  content: "\f788";
}
.ishjayshvvp-person-circle-question:before {
  content: "\e542";
}
.ishjayshvvp-h:before {
  content: "\48";
}
.ishjayshvvp-tarp:before {
  content: "\e57b";
}
.ishjayshvvp-screwdriver-wrench:before,
.ishjayshvvp-tools:before {
  content: "\f7d9";
}
.ishjayshvvp-arrows-to-eye:before {
  content: "\e4bf";
}
.ishjayshvvp-plug-circle-bolt:before {
  content: "\e55b";
}
.ifksjtuptlrjfr:before {
  content: "\f004";
}
.ishjayshvvp-mars-and-venus:before {
  content: "\f224";
}
.ishjayshvvp-home-user:before,
.ishjayshvvp-house-user:before {
  content: "\e1b0";
}
.ishjayshvvp-dumpster-fire:before {
  content: "\f794";
}
.ishjayshvvp-house-crack:before {
  content: "\e3b1";
}
.ishjayshvvp-cocktail:before,
.ishjayshvvp-martini-glass-citrus:before {
  content: "\f561";
}
.ishjayshvvp-face-surprise:before,
.ishjayshvvp-surprise:before {
  content: "\f5c2";
}
.ishjayshvvp-bottle-water:before {
  content: "\e4c5";
}
.ishjayshvvp-circle-pause:before,
.ishjayshvvp-pause-circle:before {
  content: "\f28b";
}
.ishjayshvvp-toilet-paper-slash:before {
  content: "\e072";
}
.ishjayshvvp-apple-alt:before,
.ishjayshvvp-apple-whole:before {
  content: "\f5d1";
}
.ishjayshvvp-kitchen-set:before {
  content: "\e51a";
}
.ishjayshvvp-r:before {
  content: "\52";
}
.ishjayshvvp-temperature-1:before,
.ishjayshvvp-temperature-quarter:before,
.ishjayshvvp-thermometer-1:before,
.ishjayshvvp-thermometer-quarter:before {
  content: "\f2ca";
}
.ishjayshvvp-cube:before {
  content: "\f1b2";
}
.ishjayshvvp-bitcoin-sign:before {
  content: "\e0b4";
}
.ishjayshvvp-shield-dog:before {
  content: "\e573";
}
.ishjayshvvp-solar-panel:before {
  content: "\f5ba";
}
.ishjayshvvp-lock-open:before {
  content: "\f3c1";
}
.ishjayshvvp-elevator:before {
  content: "\e16d";
}
.ishjayshvvp-money-bill-transfer:before {
  content: "\e528";
}
.ishjayshvvp-money-bill-trend-up:before {
  content: "\e529";
}
.ishjayshvvp-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.ishjayshvvp-poll-h:before,
.ishjayshvvp-square-poll-horizontal:before {
  content: "\f682";
}
.ishjayshvvp-circle:before {
  content: "\f111";
}
.ishjayshvvp-backward-fast:before,
.ishjayshvvp-fast-backward:before {
  content: "\f049";
}
.ishjayshvvp-recycle:before {
  content: "\f1b8";
}
.ishjayshvvp-user-astronaut:before {
  content: "\f4fb";
}
.ishjayshvvp-plane-slash:before {
  content: "\e069";
}
.ishjayshvvp-trademark:before {
  content: "\f25c";
}
.ishjayshvvp-basketball-ball:before,
.ishjayshvvp-basketball:before {
  content: "\f434";
}
.ishjayshvvp-satellite-dish:before {
  content: "\f7c0";
}
.ishjayshvvp-arrow-alt-circle-up:before,
.ishjayshvvp-circle-up:before {
  content: "\f35b";
}
.ishjayshvvp-mobile-alt:before,
.ishjayshvvp-mobile-screen-button:before {
  content: "\f3cd";
}
.ishjayshvvp-volume-high:before,
.ishjayshvvp-volume-up:before {
  content: "\f028";
}
.ishjayshvvp-users-rays:before {
  content: "\e593";
}
.ishjayshvvp-wallet:before {
  content: "\f555";
}
.ishjayshvvp-clipboard-check:before {
  content: "\f46c";
}
.ishjayshvvp-file-audio:before {
  content: "\f1c7";
}
.ishjayshvvp-burger:before,
.ishjayshvvp-hamburger:before {
  content: "\f805";
}
.ishjayshvvp-wrench:before {
  content: "\f0ad";
}
.ishjayshvvp-bugs:before {
  content: "\e4d0";
}
.ishjayshvvp-rupee-sign:before,
.ishjayshvvp-rupee:before {
  content: "\f156";
}
.ishjayshvvp-file-image:before {
  content: "\f1c5";
}
.ishjayshvvp-circle-question:before,
.ishjayshvvp-question-circle:before {
  content: "\f059";
}
.ishjayshvvp-plane-departure:before {
  content: "\f5b0";
}
.ishjayshvvp-handshake-slash:before {
  content: "\e060";
}
.ishjayshvvp-book-bookmark:before {
  content: "\e0bb";
}
.ishjayshvvp-code-branch:before {
  content: "\f126";
}
.ishjayshvvp-hat-cowboy:before {
  content: "\f8c0";
}
.ishjayshvvp-bridge:before {
  content: "\e4c8";
}
.ishjayshvvp-phone-alt:before,
.ishjayshvvp-phone-flip:before {
  content: "\f879";
}
.ishjayshvvp-truck-front:before {
  content: "\e2b7";
}
.ishjayshvvp-cat:before {
  content: "\f6be";
}
.ishjayshvvp-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.ishjayshvvp-truck-field:before {
  content: "\e58d";
}
.ishjayshvvp-route:before {
  content: "\f4d7";
}
.ishjayshvvp-clipboard-question:before {
  content: "\e4e3";
}
.ishjayshvvp-panorama:before {
  content: "\e209";
}
.ishjayshvvp-comment-medical:before {
  content: "\f7f5";
}
.ishjayshvvp-teeth-open:before {
  content: "\f62f";
}
.ishjayshvvp-file-circle-minus:before {
  content: "\e4ed";
}
.ishjayshvvp-tags:before {
  content: "\f02c";
}
.ishjayshvvp-wine-glass:before {
  content: "\f4e3";
}
.ishjayshvvp-fast-forward:before,
.ishjayshvvp-forward-fast:before {
  content: "\f050";
}
.ishjayshvvp-face-meh-blank:before,
.ishjayshvvp-meh-blank:before {
  content: "\f5a4";
}
.ishjayshvvp-parking:before,
.ishjayshvvp-square-parking:before {
  content: "\f540";
}
.ishjayshvvp-house-signal:before {
  content: "\e012";
}
.agldircolodol-progress:before,
.ishjayshvvp-tasks-alt:before {
  content: "\f828";
}
.ishjayshvvp-faucet-drip:before {
  content: "\e006";
}
.ishjayshvvp-cart-flatbed:before,
.ishjayshvvp-dolly-flatbed:before {
  content: "\f474";
}
.ishjayshvvp-ban-smoking:before,
.ishjayshvvp-smoking-ban:before {
  content: "\f54d";
}
.ishjayshvvp-terminal:before {
  content: "\f120";
}
.ishjayshvvp-mobile-button:before {
  content: "\f10b";
}
.ishjayshvvp-house-medical-flag:before {
  content: "\e514";
}
.ishjayshvvp-basket-shopping:before,
.ishjayshvvp-shopping-basket:before {
  content: "\f291";
}
.ishjayshvvp-tape:before {
  content: "\f4db";
}
.ishjayshvvp-bus-alt:before,
.ishjayshvvp-bus-simple:before {
  content: "\f55e";
}
.ishjayshvvp-eye:before {
  content: "\f06e";
}
.ishjayshvvp-face-sad-cry:before,
.ishjayshvvp-sad-cry:before {
  content: "\f5b3";
}
.ishjayshvvp-audio-description:before {
  content: "\f29e";
}
.ishjayshvvp-person-military-to-person:before {
  content: "\e54c";
}
.ishjayshvvp-file-shield:before {
  content: "\e4f0";
}
.ishjayshvvp-user-slash:before {
  content: "\f506";
}
.ishjayshvvp-pen:before {
  content: "\f304";
}
.ishjayshvvp-tower-observation:before {
  content: "\e586";
}
.ishjayshvvp-file-code:before {
  content: "\f1c9";
}
.ishjayshvvp-signal-5:before,
.ishjayshvvp-signal-perfect:before,
.ishjayshvvp-signal:before {
  content: "\f012";
}
.ishjayshvvp-bus:before {
  content: "\f207";
}
.ifksjtuptlrjfr-circle-xmark:before {
  content: "\e501";
}
.ishjayshvvp-home-lg:before,
.ishjayshvvp-house-chimney:before {
  content: "\e3af";
}
.ishjayshvvp-window-maximize:before {
  content: "\f2d0";
}
.ishjayshvvp-face-frown:before,
.ishjayshvvp-frown:before {
  content: "\f119";
}
.ishjayshvvp-prescription:before {
  content: "\f5b1";
}
.ishjayshvvp-shop:before,
.ishjayshvvp-store-alt:before {
  content: "\f54f";
}
.ishjayshvvp-floppy-disk:before,
.ishjayshvvp-save:before {
  content: "\f0c7";
}
.ishjayshvvp-vihara:before {
  content: "\f6a7";
}
.ishjayshvvp-balance-scale-left:before,
.ishjayshvvp-scale-unbalanced:before {
  content: "\f515";
}
.ishjayshvvp-sort-asc:before,
.ishjayshvvp-sort-up:before {
  content: "\f0de";
}
.ishjayshvvp-comment-dots:before,
.ishjayshvvp-commenting:before {
  content: "\f4ad";
}
.ishjayshvvp-plant-wilt:before {
  content: "\e5aa";
}
.ishjayshvvp-diamond:before {
  content: "\f219";
}
.ishjayshvvp-face-grin-squint:before,
.ishjayshvvp-grin-squint:before {
  content: "\f585";
}
.ishjayshvvp-hand-holding-dollar:before,
.ishjayshvvp-hand-holding-usd:before {
  content: "\f4c0";
}
.ishjayshvvp-bacterium:before {
  content: "\e05a";
}
.ishjayshvvp-hand-pointer:before {
  content: "\f25a";
}
.ishjayshvvp-drum-steelpan:before {
  content: "\f56a";
}
.ishjayshvvp-hand-scissors:before {
  content: "\f257";
}
.ishjayshvvp-hands-praying:before,
.ishjayshvvp-praying-hands:before {
  content: "\f684";
}
.ishjayshvvp-arrow-right-rotate:before,
.ishjayshvvp-arrow-rotate-forward:before,
.ishjayshvvp-arrow-rotate-right:before,
.ishjayshvvp-redo:before {
  content: "\f01e";
}
.ishjayshvvp-biohazard:before {
  content: "\f780";
}
.ishjayshvvp-location-crosshairs:before,
.ishjayshvvp-location:before {
  content: "\f601";
}
.ishjayshvvp-mars-double:before {
  content: "\f227";
}
.ishjayshvvp-child-dress:before {
  content: "\e59c";
}
.ishjayshvvp-users-between-lines:before {
  content: "\e591";
}
.ishjayshvvp-lungs-virus:before {
  content: "\e067";
}
.ishjayshvvp-face-grin-tears:before,
.ishjayshvvp-grin-tears:before {
  content: "\f588";
}
.ishjayshvvp-phone:before {
  content: "\f095";
}
.ishjayshvvp-calendar-times:before,
.ishjayshvvp-calendar-xmark:before {
  content: "\f273";
}
.ishjayshvvp-child-reaching:before {
  content: "\e59d";
}
.ishjayshvvp-head-side-virus:before {
  content: "\e064";
}
.ishjayshvvp-user-cog:before,
.ishjayshvvp-user-gear:before {
  content: "\f4fe";
}
.ishjayshvvp-arrow-up-1-9:before,
.ishjayshvvp-sort-numeric-up:before {
  content: "\f163";
}
.ishjayshvvp-door-closed:before {
  content: "\f52a";
}
.ishjayshvvp-shield-virus:before {
  content: "\e06c";
}
.ishjayshvvp-dice-six:before {
  content: "\f526";
}
.ishjayshvvp-mosquito-net:before {
  content: "\e52c";
}
.ishjayshvvp-bridge-water:before {
  content: "\e4ce";
}
.ishjayshvvp-person-booth:before {
  content: "\f756";
}
.ishjayshvvp-text-width:before {
  content: "\f035";
}
.ishjayshvvp-hat-wizard:before {
  content: "\f6e8";
}
.ishjayshvvp-pen-fancy:before {
  content: "\f5ac";
}
.ishjayshvvp-digging:before,
.ishjayshvvp-person-digging:before {
  content: "\f85e";
}
.ishjayshvvp-trash:before {
  content: "\f1f8";
}
.ishjayshvvp-gauge-simple-med:before,
.ishjayshvvp-gauge-simple:before,
.ishjayshvvp-tachometer-average:before {
  content: "\f629";
}
.ishjayshvvp-book-medical:before {
  content: "\f7e6";
}
.ishjayshvvp-poo:before {
  content: "\f2fe";
}
.ishjayshvvp-quote-right-alt:before,
.ishjayshvvp-quote-right:before {
  content: "\f10e";
}
.ishjayshvvp-shirt:before,
.ishjayshvvp-t-shirt:before,
.ishjayshvvp-tshirt:before {
  content: "\f553";
}
.ishjayshvvp-cubes:before {
  content: "\f1b3";
}
.ishjayshvvp-divide:before {
  content: "\f529";
}
.ishjayshvvp-tenge-sign:before,
.ishjayshvvp-tenge:before {
  content: "\f7d7";
}
.ishjayshvvp-headphones:before {
  content: "\f025";
}
.ishjayshvvp-hands-holding:before {
  content: "\f4c2";
}
.ishjayshvvp-hands-clapping:before {
  content: "\e1a8";
}
.ishjayshvvp-republican:before {
  content: "\f75e";
}
.ishjayshvvp-arrow-left:before {
  content: "\f060";
}
.ishjayshvvp-person-circle-xmark:before {
  content: "\e543";
}
.ishjayshvvp-ruler:before {
  content: "\f545";
}
.ishjayshvvp-align-left:before {
  content: "\f036";
}
.ishjayshvvp-dice-d6:before {
  content: "\f6d1";
}
.ishjayshvvp-restroom:before {
  content: "\f7bd";
}
.ishjayshvvp-j:before {
  content: "\4a";
}
.ishjayshvvp-users-viewfinder:before {
  content: "\e595";
}
.ishjayshvvp-file-video:before {
  content: "\f1c8";
}
.ishjayshvvp-external-link-alt:before,
.ishjayshvvp-up-right-from-square:before {
  content: "\f35d";
}
.ishjayshvvp-table-cells:before,
.ishjayshvvp-th:before {
  content: "\f00a";
}
.ishjayshvvp-file-pdf:before {
  content: "\f1c1";
}
.ishjayshvvp-bible:before,
.ishjayshvvp-book-bible:before {
  content: "\f647";
}
.ishjayshvvp-o:before {
  content: "\4f";
}
.ishjayshvvp-medkit:before,
.ishjayshvvp-suitcase-medical:before {
  content: "\f0fa";
}
.ishjayshvvp-user-secret:before {
  content: "\f21b";
}
.ishjayshvvp-otter:before {
  content: "\f700";
}
.ishjayshvvp-female:before,
.ishjayshvvp-person-dress:before {
  content: "\f182";
}
.ishjayshvvp-comment-dollar:before {
  content: "\f651";
}
.ishjayshvvp-briefcase-clock:before,
.ishjayshvvp-business-time:before {
  content: "\f64a";
}
.ishjayshvvp-table-cells-large:before,
.ishjayshvvp-th-large:before {
  content: "\f009";
}
.ishjayshvvp-book-tanakh:before,
.ishjayshvvp-tanakh:before {
  content: "\f827";
}
.ishjayshvvp-phone-volume:before,
.ishjayshvvp-volume-control-phone:before {
  content: "\f2a0";
}
.ishjayshvvp-hat-cowboy-side:before {
  content: "\f8c1";
}
.ishjayshvvp-clipboard-user:before {
  content: "\f7f3";
}
.ishjayshvvp-child:before {
  content: "\f1ae";
}
.ishjayshvvp-lira-sign:before {
  content: "\f195";
}
.ishjayshvvp-satellite:before {
  content: "\f7bf";
}
.ishjayshvvp-plane-lock:before {
  content: "\e558";
}
.ishjayshvvp-tag:before {
  content: "\f02b";
}
.ishjayshvvp-comment:before {
  content: "\f075";
}
.ishjayshvvp-birthday-cake:before,
.ishjayshvvp-cake-candles:before,
.ishjayshvvp-cake:before {
  content: "\f1fd";
}
.ljzrzoqyafxv:before {
  content: "\f0e0";
}
.ishjayshvvp-angle-double-up:before,
.ishjayshvvp-angles-up:before {
  content: "\f102";
}
.ishjayshvvp-paperclip:before {
  content: "\f0c6";
}
.ishjayshvvp-arrow-right-to-city:before {
  content: "\e4b3";
}
.ishjayshvvp-ribbon:before {
  content: "\f4d6";
}
.ishjayshvvp-lungs:before {
  content: "\f604";
}
.ishjayshvvp-arrow-up-9-1:before,
.ishjayshvvp-sort-numeric-up-alt:before {
  content: "\f887";
}
.ishjayshvvp-litecoin-sign:before {
  content: "\e1d3";
}
.ishjayshvvp-border-none:before {
  content: "\f850";
}
.ishjayshvvp-circle-nodes:before {
  content: "\e4e2";
}
.ishjayshvvp-parachute-box:before {
  content: "\f4cd";
}
.ishjayshvvp-indent:before {
  content: "\f03c";
}
.ishjayshvvp-truck-field-un:before {
  content: "\e58e";
}
.ishjayshvvp-hourglass-empty:before,
.ishjayshvvp-hourglass:before {
  content: "\f254";
}
.ishjayshvvp-mountain:before {
  content: "\f6fc";
}
.ishjayshvvp-user-doctor:before,
.ishjayshvvp-user-md:before {
  content: "\f0f0";
}
.ishjayshvvp-circle-info:before,
.ishjayshvvp-info-circle:before {
  content: "\f05a";
}
.ishjayshvvp-cloud-meatball:before {
  content: "\f73b";
}
.ishjayshvvp-camera-alt:before,
.ishjayshvvp-camera:before {
  content: "\f030";
}
.ishjayshvvp-square-virus:before {
  content: "\e578";
}
.ishjayshvvp-meteor:before {
  content: "\f753";
}
.ishjayshvvp-car-on:before {
  content: "\e4dd";
}
.ishjayshvvp-sleigh:before {
  content: "\f7cc";
}
.ishjayshvvp-arrow-down-1-9:before,
.ishjayshvvp-sort-numeric-asc:before,
.ishjayshvvp-sort-numeric-down:before {
  content: "\f162";
}
.ishjayshvvp-hand-holding-droplet:before,
.ishjayshvvp-hand-holding-water:before {
  content: "\f4c1";
}
.ishjayshvvp-water:before {
  content: "\f773";
}
.ishjayshvvp-calendar-check:before {
  content: "\f274";
}
.ishjayshvvp-braille:before {
  content: "\f2a1";
}
.ishjayshvvp-prescription-bottle-alt:before,
.ishjayshvvp-prescription-bottle-medical:before {
  content: "\f486";
}
.ishjayshvvp-landmark:before {
  content: "\f66f";
}
.ishjayshvvp-truck:before {
  content: "\f0d1";
}
.ishjayshvvp-crosshairs:before {
  content: "\f05b";
}
.ishjayshvvp-person-cane:before {
  content: "\e53c";
}
.ishjayshvvp-tent:before {
  content: "\e57d";
}
.ishjayshvvp-vest-patches:before {
  content: "\e086";
}
.ishjayshvvp-check-double:before {
  content: "\f560";
}
.ishjayshvvp-arrow-down-a-z:before,
.ishjayshvvp-sort-alpha-asc:before,
.ishjayshvvp-sort-alpha-down:before {
  content: "\f15d";
}
.ishjayshvvp-money-bill-wheat:before {
  content: "\e52a";
}
.ishjayshvvp-cookie:before {
  content: "\f563";
}
.ishjayshvvp-arrow-left-rotate:before,
.ishjayshvvp-arrow-rotate-back:before,
.ishjayshvvp-arrow-rotate-backward:before,
.ishjayshvvp-arrow-rotate-left:before,
.ishjayshvvp-undo:before {
  content: "\f0e2";
}
.ishjayshvvp-hard-drive:before,
.ishjayshvvp-hdd:before {
  content: "\f0a0";
}
.ishjayshvvp-face-grin-squint-tears:before,
.ishjayshvvp-grin-squint-tears:before {
  content: "\f586";
}
.ishjayshvvp-dumbbell:before {
  content: "\f44b";
}
.ishjayshvvp-list-alt:before,
.ishjayshvvp-rectangle-list:before {
  content: "\f022";
}
.ishjayshvvp-tarp-droplet:before {
  content: "\e57c";
}
.ishjayshvvp-house-medical-circle-check:before {
  content: "\e511";
}
.ishjayshvvp-person-skiing-nordic:before,
.ishjayshvvp-skiing-nordic:before {
  content: "\f7ca";
}
.ishjayshvvp-calendar-plus:before {
  content: "\f271";
}
.ishjayshvvp-plane-arrival:before {
  content: "\f5af";
}
.ishjayshvvp-arrow-alt-circle-left:before,
.ishjayshvvp-circle-left:before {
  content: "\f359";
}
.ishjayshvvp-subway:before,
.ishjayshvvp-train-subway:before {
  content: "\f239";
}
.ishjayshvvp-chart-gantt:before {
  content: "\e0e4";
}
.ishjayshvvp-indian-rupee-sign:before,
.ishjayshvvp-indian-rupee:before,
.ishjayshvvp-inr:before {
  content: "\e1bc";
}
.ishjayshvvp-crop-alt:before,
.ishjayshvvp-crop-simple:before {
  content: "\f565";
}
.ishjayshvvp-money-bill-1:before,
.ishjayshvvp-money-bill-alt:before {
  content: "\f3d1";
}
.ishjayshvvp-left-long:before,
.ishjayshvvp-long-arrow-alt-left:before {
  content: "\f30a";
}
.ishjayshvvp-dna:before {
  content: "\f471";
}
.ishjayshvvp-virus-slash:before {
  content: "\e075";
}
.ishjayshvvp-minus:before,
.ishjayshvvp-subtract:before {
  content: "\f068";
}
.ishjayshvvp-chess:before {
  content: "\f439";
}
.ishjayshvvp-arrow-left-long:before,
.ishjayshvvp-long-arrow-left:before {
  content: "\f177";
}
.ishjayshvvp-plug-circle-check:before {
  content: "\e55c";
}
.ishjayshvvp-street-view:before {
  content: "\f21d";
}
.ishjayshvvp-franc-sign:before {
  content: "\e18f";
}
.ishjayshvvp-volume-off:before {
  content: "\f026";
}
.ishjayshvvp-american-sign-language-interpreting:before,
.ishjayshvvp-asl-interpreting:before,
.ishjayshvvp-hands-american-sign-language-interpreting:before,
.ishjayshvvp-hands-asl-interpreting:before {
  content: "\f2a3";
}
.ishjayshvvp-cog:before,
.ishjayshvvp-gear:before {
  content: "\f013";
}
.ishjayshvvp-droplet-slash:before,
.ishjayshvvp-tint-slash:before {
  content: "\f5c7";
}
.ishjayshvvp-mosque:before {
  content: "\f678";
}
.ishjayshvvp-mosquito:before {
  content: "\e52b";
}
.tzeufiupzwf-of-david:before {
  content: "\f69a";
}
.ishjayshvvp-person-military-rifle:before {
  content: "\e54b";
}
.ishjayshvvp-cart-shopping:before,
.ishjayshvvp-shopping-cart:before {
  content: "\f07a";
}
.ishjayshvvp-vials:before {
  content: "\f493";
}
.ishjayshvvp-plug-circle-plus:before {
  content: "\e55f";
}
.ishjayshvvp-place-of-worship:before {
  content: "\f67f";
}
.ishjayshvvp-grip-vertical:before {
  content: "\f58e";
}
.ishjayshvvp-arrow-turn-up:before,
.ishjayshvvp-level-up:before {
  content: "\f148";
}
.ishjayshvvp-u:before {
  content: "\55";
}
.ishjayshvvp-square-root-alt:before,
.ishjayshvvp-square-root-variable:before {
  content: "\f698";
}
.ishjayshvvp-clock-four:before,
.ishjayshvvp-clock:before {
  content: "\f017";
}
.ishjayshvvp-backward-step:before,
.ishjayshvvp-step-backward:before {
  content: "\f048";
}
.ishjayshvvp-pallet:before {
  content: "\f482";
}
.ishjayshvvp-faucet:before {
  content: "\e005";
}
.ishjayshvvp-baseball-bat-ball:before {
  content: "\f432";
}
.ishjayshvvp-s:before {
  content: "\53";
}
.ishjayshvvp-timeline:before {
  content: "\e29c";
}
.ishjayshvvp-keyboard:before {
  content: "\f11c";
}
.ishjayshvvp-caret-down:before {
  content: "\f0d7";
}
.ishjayshvvp-clinic-medical:before,
.ishjayshvvp-house-chimney-medical:before {
  content: "\f7f2";
}
.ishjayshvvp-temperature-3:before,
.ishjayshvvp-temperature-three-quarters:before,
.ishjayshvvp-thermometer-3:before,
.ishjayshvvp-thermometer-three-quarters:before {
  content: "\f2c8";
}
.ishjayshvvp-mobile-android-alt:before,
.ishjayshvvp-mobile-screen:before {
  content: "\f3cf";
}
.ishjayshvvp-plane-up:before {
  content: "\e22d";
}
.ishjayshvvp-piggy-bank:before {
  content: "\f4d3";
}
.ishjayshvvp-battery-3:before,
.ishjayshvvp-battery-half:before {
  content: "\f242";
}
.ishjayshvvp-mountain-city:before {
  content: "\e52e";
}
.ishjayshvvp-coins:before {
  content: "\f51e";
}
.ishjayshvvp-khanda:before {
  content: "\f66d";
}
.ishjayshvvp-sliders-h:before,
.ishjayshvvp-sliders:before {
  content: "\f1de";
}
.ishjayshvvp-folder-tree:before {
  content: "\f802";
}
.ishjayshvvp-network-wired:before {
  content: "\f6ff";
}
.ishjayshvvp-map-pin:before {
  content: "\f276";
}
.ishjayshvvp-hamsa:before {
  content: "\f665";
}
.ishjayshvvp-cent-sign:before {
  content: "\e3f5";
}
.ishjayshvvp-flask:before {
  content: "\f0c3";
}
.ishjayshvvp-person-pregnant:before {
  content: "\e31e";
}
.ishjayshvvp-wand-sparkles:before {
  content: "\f72b";
}
.ishjayshvvp-ellipsis-v:before,
.ishjayshvvp-ellipsis-vertical:before {
  content: "\f142";
}
.ishjayshvvp-ticket:before {
  content: "\f145";
}
.ishjayshvvp-power-off:before {
  content: "\f011";
}
.ishjayshvvp-long-arrow-alt-right:before,
.ishjayshvvp-right-long:before {
  content: "\f30b";
}
.ishjayshvvp-flag-usa:before {
  content: "\f74d";
}
.ishjayshvvp-laptop-file:before {
  content: "\e51d";
}
.ishjayshvvp-teletype:before,
.ishjayshvvp-tty:before {
  content: "\f1e4";
}
.ishjayshvvp-diagram-next:before {
  content: "\e476";
}
.ishjayshvvp-person-rifle:before {
  content: "\e54e";
}
.ishjayshvvp-house-medical-circle-exclamation:before {
  content: "\e512";
}
.ishjayshvvp-closed-captioning:before {
  content: "\f20a";
}
.ishjayshvvp-hiking:before,
.ishjayshvvp-person-hiking:before {
  content: "\f6ec";
}
.ishjayshvvp-venus-double:before {
  content: "\f226";
}
.ishjayshvvp-images:before {
  content: "\f302";
}
.ishjayshvvp-calculator:before {
  content: "\f1ec";
}
.ishjayshvvp-people-pulling:before {
  content: "\e535";
}
.ishjayshvvp-n:before {
  content: "\4e";
}
.ishjayshvvp-cable-car:before,
.ishjayshvvp-tram:before {
  content: "\f7da";
}
.ishjayshvvp-cloud-rain:before {
  content: "\f73d";
}
.ishjayshvvp-building-circle-xmark:before {
  content: "\e4d4";
}
.ishjayshvvp-ship:before {
  content: "\f21a";
}
.ishjayshvvp-arrows-down-to-line:before {
  content: "\e4b8";
}
.ishjayshvvp-download:before {
  content: "\f019";
}
.ishjayshvvp-face-grin:before,
.ishjayshvvp-grin:before {
  content: "\f580";
}
.ishjayshvvp-backspace:before,
.ishjayshvvp-delete-left:before {
  content: "\f55a";
}
.ishjayshvvp-eye-dropper-empty:before,
.ishjayshvvp-eye-dropper:before,
.ishjayshvvp-eyedropper:before {
  content: "\f1fb";
}
.ishjayshvvp-file-circle-check:before {
  content: "\e5a0";
}
.ishjayshvvp-forward:before {
  content: "\f04e";
}
.ishjayshvvp-mobile-android:before,
.ishjayshvvp-mobile-phone:before,
.ishjayshvvp-mobile:before {
  content: "\f3ce";
}
.ishjayshvvp-face-meh:before,
.ishjayshvvp-meh:before {
  content: "\f11a";
}
.ishjayshvvp-align-center:before {
  content: "\f037";
}
.ishjayshvvp-book-dead:before,
.ishjayshvvp-book-skull:before {
  content: "\f6b7";
}
.ishjayshvvp-drivers-license:before,
.ishjayshvvp-id-card:before {
  content: "\f2c2";
}
.ishjayshvvp-dedent:before,
.ishjayshvvp-outdent:before {
  content: "\f03b";
}
.ifksjtuptlrjfr-circle-exclamation:before {
  content: "\e4fe";
}
.ishjayshvvp-home-alt:before,
.ishjayshvvp-home-lg-alt:before,
.ishjayshvvp-home:before,
.ishjayshvvp-house:before {
  content: "\f015";
}
.ishjayshvvp-calendar-week:before {
  content: "\f784";
}
.ishjayshvvp-laptop-medical:before {
  content: "\f812";
}
.ishjayshvvp-b:before {
  content: "\42";
}
.ishjayshvvp-file-medical:before {
  content: "\f477";
}
.ishjayshvvp-dice-one:before {
  content: "\f525";
}
.ishjayshvvp-kiwi-bird:before {
  content: "\f535";
}
.ishjayshvvp-arrow-right-arrow-left:before,
.ishjayshvvp-exchange:before {
  content: "\f0ec";
}
.ishjayshvvp-redo-alt:before,
.ishjayshvvp-rotate-forward:before,
.ishjayshvvp-rotate-right:before {
  content: "\f2f9";
}
.ishjayshvvp-cutlery:before,
.ishjayshvvp-utensils:before {
  content: "\f2e7";
}
.ishjayshvvp-arrow-up-wide-short:before,
.ishjayshvvp-sort-amount-up:before {
  content: "\f161";
}
.ishjayshvvp-mill-sign:before {
  content: "\e1ed";
}
.ishjayshvvp-bowl-rice:before {
  content: "\e2eb";
}
.ishjayshvvp-skull:before {
  content: "\f54c";
}
.ishjayshvvp-broadcast-tower:before,
.ishjayshvvp-tower-broadcast:before {
  content: "\f519";
}
.ishjayshvvp-truck-pickup:before {
  content: "\f63c";
}
.ishjayshvvp-long-arrow-alt-up:before,
.ishjayshvvp-up-long:before {
  content: "\f30c";
}
.ishjayshvvp-stop:before {
  content: "\f04d";
}
.ishjayshvvp-code-merge:before {
  content: "\f387";
}
.ishjayshvvp-upload:before {
  content: "\f093";
}
.ishjayshvvp-hurricane:before {
  content: "\f751";
}
.ishjayshvvp-mound:before {
  content: "\e52d";
}
.ishjayshvvp-toilet-portable:before {
  content: "\e583";
}
.ishjayshvvp-compact-disc:before {
  content: "\f51f";
}
.ishjayshvvp-file-arrow-down:before,
.ishjayshvvp-file-download:before {
  content: "\f56d";
}
.ishjayshvvp-caravan:before {
  content: "\f8ff";
}
.ishjayshvvp-shield-cat:before {
  content: "\e572";
}
.ishjayshvvp-bolt:before,
.ishjayshvvp-zap:before {
  content: "\f0e7";
}
.ishjayshvvp-glass-water:before {
  content: "\e4f4";
}
.ishjayshvvp-oil-well:before {
  content: "\e532";
}
.ishjayshvvp-vault:before {
  content: "\e2c5";
}
.ishjayshvvp-mars:before {
  content: "\f222";
}
.ishjayshvvp-toilet:before {
  content: "\f7d8";
}
.ishjayshvvp-plane-circle-xmark:before {
  content: "\e557";
}
.ishjayshvvp-cny:before,
.ishjayshvvp-jpy:before,
.ishjayshvvp-rmb:before,
.ishjayshvvp-yen-sign:before,
.ishjayshvvp-yen:before {
  content: "\f157";
}
.ishjayshvvp-rouble:before,
.ishjayshvvp-rub:before,
.ishjayshvvp-ruble-sign:before,
.ishjayshvvp-ruble:before {
  content: "\f158";
}
.ishjayshvvp-sun:before {
  content: "\f185";
}
.ishjayshvvp-guitar:before {
  content: "\f7a6";
}
.ishjayshvvp-face-laugh-wink:before,
.ishjayshvvp-laugh-wink:before {
  content: "\f59c";
}
.ishjayshvvp-horse-head:before {
  content: "\f7ab";
}
.ishjayshvvp-bore-hole:before {
  content: "\e4c3";
}
.ishjayshvvp-industry:before {
  content: "\f275";
}
.ishjayshvvp-arrow-alt-circle-down:before,
.ishjayshvvp-circle-down:before {
  content: "\f358";
}
.ishjayshvvp-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.ishjayshvvp-florin-sign:before {
  content: "\e184";
}
.ishjayshvvp-arrow-down-short-wide:before,
.ishjayshvvp-sort-amount-desc:before,
.ishjayshvvp-sort-amount-down-alt:before {
  content: "\f884";
}
.ishjayshvvp-less-than:before {
  content: "\3c";
}
.ishjayshvvp-angle-down:before {
  content: "\f107";
}
.ishjayshvvp-car-tunnel:before {
  content: "\e4de";
}
.ishjayshvvp-head-side-cough:before {
  content: "\e061";
}
.ishjayshvvp-grip-lines:before {
  content: "\f7a4";
}
.ishjayshvvp-thumbs-down:before {
  content: "\f165";
}
.ishjayshvvp-user-lock:before {
  content: "\f502";
}
.ishjayshvvp-arrow-right-long:before,
.ishjayshvvp-long-arrow-right:before {
  content: "\f178";
}
.ishjayshvvp-anchor-circle-xmark:before {
  content: "\e4ac";
}
.ishjayshvvp-ellipsis-h:before,
.ishjayshvvp-ellipsis:before {
  content: "\f141";
}
.ishjayshvvp-chess-pawn:before {
  content: "\f443";
}
.ishjayshvvp-first-aid:before,
.ishjayshvvp-kit-medical:before {
  content: "\f479";
}
.ishjayshvvp-person-through-window:before {
  content: "\e5a9";
}
.ishjayshvvp-toolbox:before {
  content: "\f552";
}
.ishjayshvvp-hands-holding-circle:before {
  content: "\e4fb";
}
.ishjayshvvp-bug:before {
  content: "\f188";
}
.ishjayshvvp-credit-card-alt:before,
.ishjayshvvp-credit-card:before {
  content: "\f09d";
}
.ishjayshvvp-automobile:before,
.ishjayshvvp-car:before {
  content: "\f1b9";
}
.ishjayshvvp-hand-holding-hand:before {
  content: "\e4f7";
}
.ishjayshvvp-book-open-reader:before,
.ishjayshvvp-book-reader:before {
  content: "\f5da";
}
.ishjayshvvp-mountain-sun:before {
  content: "\e52f";
}
.ishjayshvvp-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.ishjayshvvp-dice-d20:before {
  content: "\f6cf";
}
.ishjayshvvp-truck-droplet:before {
  content: "\e58c";
}
.ishjayshvvp-file-circle-xmark:before {
  content: "\e5a1";
}
.ishjayshvvp-temperature-arrow-up:before,
.ishjayshvvp-temperature-up:before {
  content: "\e040";
}
.ishjayshvvp-medal:before {
  content: "\f5a2";
}
.ishjayshvvp-bed:before {
  content: "\f236";
}
.ishjayshvvp-h-square:before,
.ishjayshvvp-square-h:before {
  content: "\f0fd";
}
.ishjayshvvp-podcast:before {
  content: "\f2ce";
}
.ishjayshvvp-temperature-4:before,
.ishjayshvvp-temperature-full:before,
.ishjayshvvp-thermometer-4:before,
.ishjayshvvp-thermometer-full:before {
  content: "\f2c7";
}
.ishjayshvvp-bell:before {
  content: "\f0f3";
}
.ishjayshvvp-superscript:before {
  content: "\f12b";
}
.ishjayshvvp-plug-circle-xmark:before {
  content: "\e560";
}
.tzeufiupzwf-of-life:before {
  content: "\f621";
}
.ishjayshvvp-phone-slash:before {
  content: "\f3dd";
}
.ishjayshvvp-paint-roller:before {
  content: "\f5aa";
}
.ishjayshvvp-hands-helping:before,
.ishjayshvvp-handshake-angle:before {
  content: "\f4c4";
}
.ishjayshvvp-location-dot:before,
.ishjayshvvp-map-marker-alt:before {
  content: "\f3c5";
}
.ishjayshvvp-file:before {
  content: "\f15b";
}
.ishjayshvvp-greater-than:before {
  content: "\3e";
}
.ishjayshvvp-person-swimming:before,
.ishjayshvvp-swimmer:before {
  content: "\f5c4";
}
.ishjayshvvp-arrow-down:before {
  content: "\f063";
}
.ishjayshvvp-droplet:before,
.ishjayshvvp-tint:before {
  content: "\f043";
}
.ishjayshvvp-eraser:before {
  content: "\f12d";
}
.ishjayshvvp-earth-america:before,
.ishjayshvvp-earth-americas:before,
.ishjayshvvp-earth:before,
.ishjayshvvp-globe-americas:before {
  content: "\f57d";
}
.ishjayshvvp-person-burst:before {
  content: "\e53b";
}
.ishjayshvvp-dove:before {
  content: "\f4ba";
}
.ishjayshvvp-battery-0:before,
.ishjayshvvp-battery-empty:before {
  content: "\f244";
}
.ishjayshvvp-socks:before {
  content: "\f696";
}
.ishjayshvvp-inbox:before {
  content: "\f01c";
}
.ishjayshvvp-section:before {
  content: "\e447";
}
.ishjayshvvp-gauge-high:before,
.ishjayshvvp-tachometer-alt-fast:before,
.ishjayshvvp-tachometer-alt:before {
  content: "\f625";
}
.ljzrzoqyafxv-open-text:before {
  content: "\f658";
}
.ishjayshvvp-hospital-alt:before,
.ishjayshvvp-hospital-wide:before,
.ishjayshvvp-hospital:before {
  content: "\f0f8";
}
.ishjayshvvp-wine-bottle:before {
  content: "\f72f";
}
.ishjayshvvp-chess-rook:before {
  content: "\f447";
}
.agldircolodol-staggered:before,
.ishjayshvvp-reorder:before,
.ishjayshvvp-stream:before {
  content: "\f550";
}
.ishjayshvvp-dharmachakra:before {
  content: "\f655";
}
.ishjayshvvp-hotdog:before {
  content: "\f80f";
}
.ishjayshvvp-blind:before,
.ishjayshvvp-person-walking-with-cane:before {
  content: "\f29d";
}
.ishjayshvvp-drum:before {
  content: "\f569";
}
.ishjayshvvp-ice-cream:before {
  content: "\f810";
}
.ifksjtuptlrjfr-circle-bolt:before {
  content: "\e4fc";
}
.ishjayshvvp-fax:before {
  content: "\f1ac";
}
.ishjayshvvp-paragraph:before {
  content: "\f1dd";
}
.ishjayshvvp-check-to-slot:before,
.ishjayshvvp-vote-yea:before {
  content: "\f772";
}
.tzeufiupzwf-half:before {
  content: "\f089";
}
.ishjayshvvp-boxes-alt:before,
.ishjayshvvp-boxes-stacked:before,
.ishjayshvvp-boxes:before {
  content: "\f468";
}
.ishjayshvvp-chain:before,
.ishjayshvvp-link:before {
  content: "\f0c1";
}
.ishjayshvvp-assistive-listening-systems:before,
.ishjayshvvp-ear-listen:before {
  content: "\f2a2";
}
.ishjayshvvp-tree-city:before {
  content: "\e587";
}
.ishjayshvvp-play:before {
  content: "\f04b";
}
.ishjayshvvp-font:before {
  content: "\f031";
}
.ishjayshvvp-rupiah-sign:before {
  content: "\e23d";
}
.ishjayshvvp-magnifying-glass:before,
.ishjayshvvp-search:before {
  content: "\f002";
}
.ishjayshvvp-ping-pong-paddle-ball:before,
.ishjayshvvp-table-tennis-paddle-ball:before,
.ishjayshvvp-table-tennis:before {
  content: "\f45d";
}
.ishjayshvvp-diagnoses:before,
.ishjayshvvp-person-dots-from-line:before {
  content: "\f470";
}
.ishjayshvvp-trash-can-arrow-up:before,
.ishjayshvvp-trash-restore-alt:before {
  content: "\f82a";
}
.ishjayshvvp-naira-sign:before {
  content: "\e1f6";
}
.ishjayshvvp-cart-arrow-down:before {
  content: "\f218";
}
.ishjayshvvp-walkie-talkie:before {
  content: "\f8ef";
}
.ishjayshvvp-file-edit:before,
.ishjayshvvp-file-pen:before {
  content: "\f31c";
}
.ishjayshvvp-receipt:before {
  content: "\f543";
}
.ishjayshvvp-pen-square:before,
.ishjayshvvp-pencil-square:before,
.ishjayshvvp-square-pen:before {
  content: "\f14b";
}
.ishjayshvvp-suitcase-rolling:before {
  content: "\f5c1";
}
.ishjayshvvp-person-circle-exclamation:before {
  content: "\e53f";
}
.ishjayshvvp-chevron-down:before {
  content: "\f078";
}
.ishjayshvvp-battery-5:before,
.ishjayshvvp-battery-full:before,
.ishjayshvvp-battery:before {
  content: "\f240";
}
.ishjayshvvp-skull-crossbones:before {
  content: "\f714";
}
.ishjayshvvp-code-compare:before {
  content: "\e13a";
}
.ishjayshvvp-list-dots:before,
.ishjayshvvp-list-ul:before {
  content: "\f0ca";
}
.ishjayshvvp-school-lock:before {
  content: "\e56f";
}
.ishjayshvvp-tower-cell:before {
  content: "\e585";
}
.ishjayshvvp-down-long:before,
.ishjayshvvp-long-arrow-alt-down:before {
  content: "\f309";
}
.ishjayshvvp-ranking-star:before {
  content: "\e561";
}
.ishjayshvvp-chess-king:before {
  content: "\f43f";
}
.ishjayshvvp-person-harassing:before {
  content: "\e549";
}
.ishjayshvvp-brazilian-real-sign:before {
  content: "\e46c";
}
.ishjayshvvp-landmark-alt:before,
.ishjayshvvp-landmark-dome:before {
  content: "\f752";
}
.ishjayshvvp-arrow-up:before {
  content: "\f062";
}
.ishjayshvvp-television:before,
.ishjayshvvp-tv-alt:before,
.ishjayshvvp-tv:before {
  content: "\f26c";
}
.ishjayshvvp-shrimp:before {
  content: "\e448";
}
.ishjayshvvp-list-check:before,
.ishjayshvvp-tasks:before {
  content: "\f0ae";
}
.ishjayshvvp-jug-detergent:before {
  content: "\e519";
}
.ishjayshvvp-circle-user:before,
.ishjayshvvp-user-circle:before {
  content: "\f2bd";
}
.ishjayshvvp-user-shield:before {
  content: "\f505";
}
.ishjayshvvp-wind:before {
  content: "\f72e";
}
.ishjayshvvp-car-burst:before,
.ishjayshvvp-car-crash:before {
  content: "\f5e1";
}
.ishjayshvvp-y:before {
  content: "\59";
}
.ishjayshvvp-person-snowboarding:before,
.ishjayshvvp-snowboarding:before {
  content: "\f7ce";
}
.ishjayshvvp-shipping-fast:before,
.ishjayshvvp-truck-fast:before {
  content: "\f48b";
}
.ishjayshvvp-fish:before {
  content: "\f578";
}
.ishjayshvvp-user-graduate:before {
  content: "\f501";
}
.ishjayshvvp-adjust:before,
.ishjayshvvp-circle-half-stroke:before {
  content: "\f042";
}
.ishjayshvvp-clapperboard:before {
  content: "\e131";
}
.ishjayshvvp-circle-radiation:before,
.ishjayshvvp-radiation-alt:before {
  content: "\f7ba";
}
.ishjayshvvp-baseball-ball:before,
.ishjayshvvp-baseball:before {
  content: "\f433";
}
.ishjayshvvp-jet-fighter-up:before {
  content: "\e518";
}
.ishjayshvvp-diagram-project:before,
.ishjayshvvp-project-diagram:before {
  content: "\f542";
}
.ishjayshvvp-copy:before {
  content: "\f0c5";
}
.ishjayshvvp-volume-mute:before,
.ishjayshvvp-volume-times:before,
.ishjayshvvp-volume-xmark:before {
  content: "\f6a9";
}
.ishjayshvvp-hand-sparkles:before {
  content: "\e05d";
}
.ishjayshvvp-grip-horizontal:before,
.ishjayshvvp-grip:before {
  content: "\f58d";
}
.ishjayshvvp-share-from-square:before,
.ishjayshvvp-share-square:before {
  content: "\f14d";
}
.ishjayshvvp-child-combatant:before,
.ishjayshvvp-child-rifle:before {
  content: "\e4e0";
}
.ishjayshvvp-gun:before {
  content: "\e19b";
}
.ishjayshvvp-phone-square:before,
.ishjayshvvp-square-phone:before {
  content: "\f098";
}
.ishjayshvvp-add:before,
.ishjayshvvp-plus:before {
  content: "\2b";
}
.ishjayshvvp-expand:before {
  content: "\f065";
}
.ishjayshvvp-computer:before {
  content: "\e4e5";
}
.ishjayshvvp-close:before,
.ishjayshvvp-multiply:before,
.ishjayshvvp-remove:before,
.cgwqozvhqllhu:before,
.ishjayshvvp-xmark:before {
  content: "\f00d";
}
.ishjayshvvp-arrows-up-down-left-right:before,
.ishjayshvvp-arrows:before {
  content: "\f047";
}
.ishjayshvvp-chalkboard-teacher:before,
.ishjayshvvp-chalkboard-user:before {
  content: "\f51c";
}
.ishjayshvvp-peso-sign:before {
  content: "\e222";
}
.ishjayshvvp-building-shield:before {
  content: "\e4d8";
}
.ishjayshvvp-baby:before {
  content: "\f77c";
}
.ishjayshvvp-users-line:before {
  content: "\e592";
}
.ishjayshvvp-quote-left-alt:before,
.ishjayshvvp-quote-left:before {
  content: "\f10d";
}
.ishjayshvvp-tractor:before {
  content: "\f722";
}
.ishjayshvvp-trash-arrow-up:before,
.ishjayshvvp-trash-restore:before {
  content: "\f829";
}
.ishjayshvvp-arrow-down-up-lock:before {
  content: "\e4b0";
}
.ishjayshvvp-lines-leaning:before {
  content: "\e51e";
}
.ishjayshvvp-ruler-combined:before {
  content: "\f546";
}
.ishjayshvvp-copyright:before {
  content: "\f1f9";
}
.ishjayshvvp-equals:before {
  content: "\3d";
}
.ishjayshvvp-blender:before {
  content: "\f517";
}
.ishjayshvvp-teeth:before {
  content: "\f62e";
}
.ishjayshvvp-ils:before,
.ishjayshvvp-shekel-sign:before,
.ishjayshvvp-shekel:before,
.ishjayshvvp-sheqel-sign:before,
.ishjayshvvp-sheqel:before {
  content: "\f20b";
}
.ishjayshvvp-map:before {
  content: "\f279";
}
.ishjayshvvp-rocket:before {
  content: "\f135";
}
.ishjayshvvp-photo-film:before,
.ishjayshvvp-photo-video:before {
  content: "\f87c";
}
.ishjayshvvp-folder-minus:before {
  content: "\f65d";
}
.ishjayshvvp-store:before {
  content: "\f54e";
}
.ishjayshvvp-arrow-trend-up:before {
  content: "\e098";
}
.ishjayshvvp-plug-circle-minus:before {
  content: "\e55e";
}
.ishjayshvvp-sign-hanging:before,
.ishjayshvvp-sign:before {
  content: "\f4d9";
}
.ishjayshvvp-bezier-curve:before {
  content: "\f55b";
}
.ishjayshvvp-bell-slash:before {
  content: "\f1f6";
}
.ishjayshvvp-tablet-android:before,
.ishjayshvvp-tablet:before {
  content: "\f3fb";
}
.ishjayshvvp-school-flag:before {
  content: "\e56e";
}
.ishjayshvvp-fill:before {
  content: "\f575";
}
.ishjayshvvp-angle-up:before {
  content: "\f106";
}
.ishjayshvvp-drumstick-bite:before {
  content: "\f6d7";
}
.ishjayshvvp-holly-berry:before {
  content: "\f7aa";
}
.ishjayshvvp-chevron-left:before {
  content: "\f053";
}
.ishjayshvvp-bacteria:before {
  content: "\e059";
}
.ishjayshvvp-hand-lizard:before {
  content: "\f258";
}
.ishjayshvvp-notdef:before {
  content: "\e1fe";
}
.ishjayshvvp-disease:before {
  content: "\f7fa";
}
.ishjayshvvp-briefcase-medical:before {
  content: "\f469";
}
.ishjayshvvp-genderless:before {
  content: "\f22d";
}
.ishjayshvvp-chevron-right:before {
  content: "\f054";
}
.ishjayshvvp-retweet:before {
  content: "\f079";
}
.ishjayshvvp-car-alt:before,
.ishjayshvvp-car-rear:before {
  content: "\f5de";
}
.ishjayshvvp-pump-soap:before {
  content: "\e06b";
}
.ishjayshvvp-video-slash:before {
  content: "\f4e2";
}
.ishjayshvvp-battery-2:before,
.ishjayshvvp-battery-quarter:before {
  content: "\f243";
}
.ishjayshvvp-radio:before {
  content: "\f8d7";
}
.ishjayshvvp-baby-carriage:before,
.ishjayshvvp-carriage-baby:before {
  content: "\f77d";
}
.ishjayshvvp-traffic-light:before {
  content: "\f637";
}
.ishjayshvvp-thermometer:before {
  content: "\f491";
}
.ishjayshvvp-vr-cardboard:before {
  content: "\f729";
}
.ishjayshvvp-hand-middle-finger:before {
  content: "\f806";
}
.ishjayshvvp-percent:before,
.ishjayshvvp-percentage:before {
  content: "\25";
}
.ishjayshvvp-truck-moving:before {
  content: "\f4df";
}
.ishjayshvvp-glass-water-droplet:before {
  content: "\e4f5";
}
.ishjayshvvp-display:before {
  content: "\e163";
}
.ishjayshvvp-face-smile:before,
.ishjayshvvp-smile:before {
  content: "\f118";
}
.ishjayshvvp-thumb-tack:before,
.ishjayshvvp-thumbtack:before {
  content: "\f08d";
}
.ishjayshvvp-trophy:before {
  content: "\f091";
}
.ishjayshvvp-person-praying:before,
.ishjayshvvp-pray:before {
  content: "\f683";
}
.ishjayshvvp-hammer:before {
  content: "\f6e3";
}
.ishjayshvvp-hand-peace:before {
  content: "\f25b";
}
.ishjayshvvp-rotate:before,
.zrgfdgjldiuejge:before {
  content: "\f2f1";
}
.ishjayshvvp-spinner:before {
  content: "\f110";
}
.ishjayshvvp-robot:before {
  content: "\f544";
}
.ishjayshvvp-peace:before {
  content: "\f67c";
}
.ishjayshvvp-cogs:before,
.ishjayshvvp-gears:before {
  content: "\f085";
}
.ishjayshvvp-warehouse:before {
  content: "\f494";
}
.ishjayshvvp-arrow-up-right-dots:before {
  content: "\e4b7";
}
.ishjayshvvp-splotch:before {
  content: "\f5bc";
}
.ishjayshvvp-face-grin-hearts:before,
.ishjayshvvp-grin-hearts:before {
  content: "\f584";
}
.ishjayshvvp-dice-four:before {
  content: "\f524";
}
.ishjayshvvp-sim-card:before {
  content: "\f7c4";
}
.ishjayshvvp-transgender-alt:before,
.ishjayshvvp-transgender:before {
  content: "\f225";
}
.ishjayshvvp-mercury:before {
  content: "\f223";
}
.ishjayshvvp-arrow-turn-down:before,
.ishjayshvvp-level-down:before {
  content: "\f149";
}
.ishjayshvvp-person-falling-burst:before {
  content: "\e547";
}
.ishjayshvvp-award:before {
  content: "\f559";
}
.ishjayshvvp-ticket-alt:before,
.ishjayshvvp-ticket-simple:before {
  content: "\f3ff";
}
.ishjayshvvp-building:before {
  content: "\f1ad";
}
.ishjayshvvp-angle-double-left:before,
.ishjayshvvp-angles-left:before {
  content: "\f100";
}
.ishjayshvvp-qrcode:before {
  content: "\f029";
}
.ishjayshvvp-clock-rotate-left:before,
.ishjayshvvp-history:before {
  content: "\f1da";
}
.ishjayshvvp-face-grin-beam-sweat:before,
.ishjayshvvp-grin-beam-sweat:before {
  content: "\f583";
}
.ishjayshvvp-arrow-right-from-file:before,
.ishjayshvvp-file-export:before {
  content: "\f56e";
}
.ishjayshvvp-shield-blank:before,
.ishjayshvvp-shield:before {
  content: "\f132";
}
.ishjayshvvp-arrow-up-short-wide:before,
.ishjayshvvp-sort-amount-up-alt:before {
  content: "\f885";
}
.ishjayshvvp-house-medical:before {
  content: "\e3b2";
}
.ishjayshvvp-golf-ball-tee:before,
.ishjayshvvp-golf-ball:before {
  content: "\f450";
}
.ishjayshvvp-chevron-circle-left:before,
.ishjayshvvp-circle-chevron-left:before {
  content: "\f137";
}
.ishjayshvvp-house-chimney-window:before {
  content: "\e00d";
}
.ishjayshvvp-pen-nib:before {
  content: "\f5ad";
}
.ishjayshvvp-tent-arrow-turn-left:before {
  content: "\e580";
}
.ishjayshvvp-tents:before {
  content: "\e582";
}
.ishjayshvvp-magic:before,
.ishjayshvvp-wand-magic:before {
  content: "\f0d0";
}
.ishjayshvvp-dog:before {
  content: "\f6d3";
}
.ishjayshvvp-carrot:before {
  content: "\f787";
}
.ishjayshvvp-moon:before {
  content: "\f186";
}
.ishjayshvvp-wine-glass-alt:before,
.ishjayshvvp-wine-glass-empty:before {
  content: "\f5ce";
}
.ishjayshvvp-cheese:before {
  content: "\f7ef";
}
.ishjayshvvp-yin-yang:before {
  content: "\f6ad";
}
.ishjayshvvp-music:before {
  content: "\f001";
}
.ishjayshvvp-code-commit:before {
  content: "\f386";
}
.ishjayshvvp-temperature-low:before {
  content: "\f76b";
}
.ishjayshvvp-biking:before,
.ishjayshvvp-person-biking:before {
  content: "\f84a";
}
.ishjayshvvp-broom:before {
  content: "\f51a";
}
.ishjayshvvp-shield-heart:before {
  content: "\e574";
}
.ishjayshvvp-gopuram:before {
  content: "\f664";
}
.ishjayshvvp-earth-oceania:before,
.ishjayshvvp-globe-oceania:before {
  content: "\e47b";
}
.ishjayshvvp-square-xmark:before,
.cgwqozvhqllhu-square:before,
.ishjayshvvp-xmark-square:before {
  content: "\f2d3";
}
.ishjayshvvp-hashtag:before {
  content: "\23";
}
.ishjayshvvp-expand-alt:before,
.ishjayshvvp-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.ishjayshvvp-oil-can:before {
  content: "\f613";
}
.ishjayshvvp-t:before {
  content: "\54";
}
.ishjayshvvp-hippo:before {
  content: "\f6ed";
}
.ishjayshvvp-chart-column:before {
  content: "\e0e3";
}
.ishjayshvvp-infinity:before {
  content: "\f534";
}
.ishjayshvvp-vial-circle-check:before {
  content: "\e596";
}
.ishjayshvvp-person-arrow-down-to-line:before {
  content: "\e538";
}
.ishjayshvvp-voicemail:before {
  content: "\f897";
}
.ishjayshvvp-fan:before {
  content: "\f863";
}
.ishjayshvvp-person-walking-luggage:before {
  content: "\e554";
}
.ishjayshvvp-arrows-alt-v:before,
.ishjayshvvp-up-down:before {
  content: "\f338";
}
.ishjayshvvp-cloud-moon-rain:before {
  content: "\f73c";
}
.ishjayshvvp-calendar:before {
  content: "\f133";
}
.ishjayshvvp-trailer:before {
  content: "\e041";
}
.ishjayshvvp-bahai:before,
.ishjayshvvp-haykal:before {
  content: "\f666";
}
.ishjayshvvp-sd-card:before {
  content: "\f7c2";
}
.ishjayshvvp-dragon:before {
  content: "\f6d5";
}
.ishjayshvvp-shoe-prints:before {
  content: "\f54b";
}
.ishjayshvvp-circle-plus:before,
.ishjayshvvp-plus-circle:before {
  content: "\f055";
}
.ishjayshvvp-face-grin-tongue-wink:before,
.ishjayshvvp-grin-tongue-wink:before {
  content: "\f58b";
}
.ishjayshvvp-hand-holding:before {
  content: "\f4bd";
}
.ishjayshvvp-plug-circle-exclamation:before {
  content: "\e55d";
}
.ishjayshvvp-chain-broken:before,
.ishjayshvvp-chain-slash:before,
.ishjayshvvp-link-slash:before,
.ishjayshvvp-unlink:before {
  content: "\f127";
}
.ishjayshvvp-clone:before {
  content: "\f24d";
}
.ishjayshvvp-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.ishjayshvvp-arrow-up-z-a:before,
.ishjayshvvp-sort-alpha-up-alt:before {
  content: "\f882";
}
.ishjayshvvp-fire-alt:before,
.ishjayshvvp-fire-flame-curved:before {
  content: "\f7e4";
}
.ishjayshvvp-tornado:before {
  content: "\f76f";
}
.ishjayshvvp-file-circle-plus:before {
  content: "\e494";
}
.ishjayshvvp-book-quran:before,
.ishjayshvvp-quran:before {
  content: "\f687";
}
.ishjayshvvp-anchor:before {
  content: "\f13d";
}
.ishjayshvvp-border-all:before {
  content: "\f84c";
}
.ishjayshvvp-angry:before,
.ishjayshvvp-face-angry:before {
  content: "\f556";
}
.ishjayshvvp-cookie-bite:before {
  content: "\f564";
}
.ishjayshvvp-arrow-trend-down:before {
  content: "\e097";
}
.ishjayshvvp-feed:before,
.ishjayshvvp-rss:before {
  content: "\f09e";
}
.ishjayshvvp-draw-polygon:before {
  content: "\f5ee";
}
.ishjayshvvp-balance-scale:before,
.ishjayshvvp-scale-balanced:before {
  content: "\f24e";
}
.ishjayshvvp-gauge-simple-high:before,
.ishjayshvvp-tachometer-fast:before,
.ishjayshvvp-tachometer:before {
  content: "\f62a";
}
.ishjayshvvp-shower:before {
  content: "\f2cc";
}
.ishjayshvvp-desktop-alt:before,
.ishjayshvvp-desktop:before {
  content: "\f390";
}
.ishjayshvvp-m:before {
  content: "\4d";
}
.ishjayshvvp-table-list:before,
.ishjayshvvp-th-list:before {
  content: "\f00b";
}
.ishjayshvvp-comment-sms:before,
.ishjayshvvp-sms:before {
  content: "\f7cd";
}
.ishjayshvvp-book:before {
  content: "\f02d";
}
.ishjayshvvp-user-plus:before {
  content: "\f234";
}
.ishjayshvvp-check:before {
  content: "\f00c";
}
.ishjayshvvp-battery-4:before,
.ishjayshvvp-battery-three-quarters:before {
  content: "\f241";
}
.ishjayshvvp-house-circle-check:before {
  content: "\e509";
}
.ishjayshvvp-angle-left:before {
  content: "\f104";
}
.ishjayshvvp-diagram-successor:before {
  content: "\e47a";
}
.ishjayshvvp-truck-arrow-right:before {
  content: "\e58b";
}
.ishjayshvvp-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.ishjayshvvp-fist-raised:before,
.ishjayshvvp-hand-fist:before {
  content: "\f6de";
}
.ishjayshvvp-cloud-moon:before {
  content: "\f6c3";
}
.ishjayshvvp-briefcase:before {
  content: "\f0b1";
}
.ishjayshvvp-person-falling:before {
  content: "\e546";
}
.ishjayshvvp-image-portrait:before,
.ishjayshvvp-portrait:before {
  content: "\f3e0";
}
.ishjayshvvp-user-tag:before {
  content: "\f507";
}
.ishjayshvvp-rug:before {
  content: "\e569";
}
.ishjayshvvp-earth-europe:before,
.ishjayshvvp-globe-europe:before {
  content: "\f7a2";
}
.ishjayshvvp-cart-flatbed-suitcase:before,
.ishjayshvvp-luggage-cart:before {
  content: "\f59d";
}
.ishjayshvvp-rectangle-times:before,
.ishjayshvvp-rectangle-xmark:before,
.cgwqozvhqllhu-rectangle:before,
.ishjayshvvp-window-close:before {
  content: "\f410";
}
.ishjayshvvp-baht-sign:before {
  content: "\e0ac";
}
.ishjayshvvp-book-open:before {
  content: "\f518";
}
.ishjayshvvp-book-journal-whills:before,
.ishjayshvvp-journal-whills:before {
  content: "\f66a";
}
.ishjayshvvp-handcuffs:before {
  content: "\e4f8";
}
.ishjayshvvp-exclamation-triangle:before,
.ishjayshvvp-triangle-exclamation:before,
.ishjayshvvp-warning:before {
  content: "\f071";
}
.ishjayshvvp-database:before {
  content: "\f1c0";
}
.ishjayshvvp-arrow-turn-right:before,
.ishjayshvvp-mail-forward:before,
.ishjayshvvp-share:before {
  content: "\f064";
}
.ishjayshvvp-bottle-droplet:before {
  content: "\e4c4";
}
.ishjayshvvp-mask-face:before {
  content: "\e1d7";
}
.ishjayshvvp-hill-rockslide:before {
  content: "\e508";
}
.ishjayshvvp-exchange-alt:before,
.ishjayshvvp-right-left:before {
  content: "\f362";
}
.ishjayshvvp-paper-plane:before {
  content: "\f1d8";
}
.ishjayshvvp-road-circle-exclamation:before {
  content: "\e565";
}
.ishjayshvvp-dungeon:before {
  content: "\f6d9";
}
.qaoacyepfoylpje:before {
  content: "\f038";
}
.ishjayshvvp-money-bill-1-wave:before,
.ishjayshvvp-money-bill-wave-alt:before {
  content: "\f53b";
}
.ishjayshvvp-life-ring:before {
  content: "\f1cd";
}
.ishjayshvvp-hands:before,
.ishjayshvvp-sign-language:before,
.ishjayshvvp-signing:before {
  content: "\f2a7";
}
.ishjayshvvp-calendar-day:before {
  content: "\f783";
}
.ishjayshvvp-ladder-water:before,
.ishjayshvvp-swimming-pool:before,
.ishjayshvvp-water-ladder:before {
  content: "\f5c5";
}
.ishjayshvvp-arrows-up-down:before,
.ishjayshvvp-arrows-v:before {
  content: "\f07d";
}
.ishjayshvvp-face-grimace:before,
.ishjayshvvp-grimace:before {
  content: "\f57f";
}
.ishjayshvvp-wheelchair-alt:before,
.ishjayshvvp-wheelchair-move:before {
  content: "\e2ce";
}
.ishjayshvvp-level-down-alt:before,
.ishjayshvvp-turn-down:before {
  content: "\f3be";
}
.ishjayshvvp-person-walking-arrow-right:before {
  content: "\e552";
}
.ljzrzoqyafxv-square:before,
.ishjayshvvp-square-envelope:before {
  content: "\f199";
}
.ishjayshvvp-dice:before {
  content: "\f522";
}
.ishjayshvvp-bowling-ball:before {
  content: "\f436";
}
.ishjayshvvp-brain:before {
  content: "\f5dc";
}
.ishjayshvvp-band-aid:before,
.ishjayshvvp-bandage:before {
  content: "\f462";
}
.ishjayshvvp-calendar-minus:before {
  content: "\f272";
}
.ishjayshvvp-circle-xmark:before,
.cgwqozvhqllhu-circle:before,
.ishjayshvvp-xmark-circle:before {
  content: "\f057";
}
.ishjayshvvp-gifts:before {
  content: "\f79c";
}
.ishjayshvvp-hotel:before {
  content: "\f594";
}
.ishjayshvvp-earth-asia:before,
.ishjayshvvp-globe-asia:before {
  content: "\f57e";
}
.ishjayshvvp-id-card-alt:before,
.ishjayshvvp-id-card-clip:before {
  content: "\f47f";
}
.ishjayshvvp-magnifying-glass-plus:before,
.ishjayshvvp-search-plus:before {
  content: "\f00e";
}
.ishjayshvvp-thumbs-up:before {
  content: "\f164";
}
.ishjayshvvp-user-clock:before {
  content: "\f4fd";
}
.ishjayshvvp-allergies:before,
.ishjayshvvp-hand-dots:before {
  content: "\f461";
}
.ishjayshvvp-file-invoice:before {
  content: "\f570";
}
.ishjayshvvp-window-minimize:before {
  content: "\f2d1";
}
.ishjayshvvp-coffee:before,
.ishjayshvvp-mug-saucer:before {
  content: "\f0f4";
}
.ishjayshvvp-brush:before {
  content: "\f55d";
}
.ishjayshvvp-mask:before {
  content: "\f6fa";
}
.ishjayshvvp-magnifying-glass-minus:before,
.ishjayshvvp-search-minus:before {
  content: "\f010";
}
.ishjayshvvp-ruler-vertical:before {
  content: "\f548";
}
.ishjayshvvp-user-alt:before,
.ishjayshvvp-user-large:before {
  content: "\f406";
}
.ishjayshvvp-train-tram:before {
  content: "\e5b4";
}
.ishjayshvvp-user-nurse:before {
  content: "\f82f";
}
.ishjayshvvp-syringe:before {
  content: "\f48e";
}
.ishjayshvvp-cloud-sun:before {
  content: "\f6c4";
}
.ishjayshvvp-stopwatch-20:before {
  content: "\e06f";
}
.ishjayshvvp-square-full:before {
  content: "\f45c";
}
.ishjayshvvp-magnet:before {
  content: "\f076";
}
.ishjayshvvp-jar:before {
  content: "\e516";
}
.ishjayshvvp-note-sticky:before,
.ishjayshvvp-sticky-note:before {
  content: "\f249";
}
.ishjayshvvp-bug-slash:before {
  content: "\e490";
}
.ishjayshvvp-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.ishjayshvvp-bone:before {
  content: "\f5d7";
}
.ishjayshvvp-user-injured:before {
  content: "\f728";
}
.ishjayshvvp-face-sad-tear:before,
.ishjayshvvp-sad-tear:before {
  content: "\f5b4";
}
.ishjayshvvp-plane:before {
  content: "\f072";
}
.ishjayshvvp-tent-arrows-down:before {
  content: "\e581";
}
.ishjayshvvp-exclamation:before {
  content: "\21";
}
.ishjayshvvp-arrows-spin:before {
  content: "\e4bb";
}
.ishjayshvvp-print:before {
  content: "\f02f";
}
.ishjayshvvp-try:before,
.ishjayshvvp-turkish-lira-sign:before,
.ishjayshvvp-turkish-lira:before {
  content: "\e2bb";
}
.ishjayshvvp-dollar-sign:before,
.ishjayshvvp-dollar:before,
.ishjayshvvp-usd:before {
  content: "\24";
}
.ishjayshvvp-x:before {
  content: "\58";
}
.ishjayshvvp-magnifying-glass-dollar:before,
.ishjayshvvp-search-dollar:before {
  content: "\f688";
}
.ishjayshvvp-users-cog:before,
.ishjayshvvp-users-gear:before {
  content: "\f509";
}
.ishjayshvvp-person-military-pointing:before {
  content: "\e54a";
}
.ishjayshvvp-bank:before,
.ishjayshvvp-building-columns:before,
.ishjayshvvp-institution:before,
.ishjayshvvp-museum:before,
.ishjayshvvp-university:before {
  content: "\f19c";
}
.ishjayshvvp-umbrella:before {
  content: "\f0e9";
}
.ishjayshvvp-trowel:before {
  content: "\e589";
}
.ishjayshvvp-d:before {
  content: "\44";
}
.ishjayshvvp-stapler:before {
  content: "\e5af";
}
.ishjayshvvp-masks-theater:before,
.ishjayshvvp-theater-masks:before {
  content: "\f630";
}
.ishjayshvvp-kip-sign:before {
  content: "\e1c4";
}
.ishjayshvvp-hand-point-left:before {
  content: "\f0a5";
}
.ishjayshvvp-handshake-alt:before,
.ishjayshvvp-handshake-simple:before {
  content: "\f4c6";
}
.ishjayshvvp-fighter-jet:before,
.ishjayshvvp-jet-fighter:before {
  content: "\f0fb";
}
.ishjayshvvp-share-alt-square:before,
.ishjayshvvp-square-share-nodes:before {
  content: "\f1e1";
}
.ishjayshvvp-barcode:before {
  content: "\f02a";
}
.ishjayshvvp-plus-minus:before {
  content: "\e43c";
}
.ishjayshvvp-video-camera:before,
.ishjayshvvp-video:before {
  content: "\f03d";
}
.ishjayshvvp-graduation-cap:before,
.ishjayshvvp-mortar-board:before {
  content: "\f19d";
}
.ishjayshvvp-hand-holding-medical:before {
  content: "\e05c";
}
.ishjayshvvp-person-circle-check:before {
  content: "\e53e";
}
.ishjayshvvp-level-up-alt:before,
.ishjayshvvp-turn-up:before {
  content: "\f3bf";
}
.ishjayshvvp-sr-only,
.ishjayshvvp-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf)
      format("truetype");
}
.ishjayshvvp-brands,
.ishjayshvvpb {
  font-weight: 400;
}
.ishjayshvvp-monero:before {
  content: "\f3d0";
}
.ishjayshvvp-hooli:before {
  content: "\f427";
}
.ishjayshvvp-yelp:before {
  content: "\f1e9";
}
.ishjayshvvp-cc-visa:before {
  content: "\f1f0";
}
.ishjayshvvp-lastfm:before {
  content: "\f202";
}
.ishjayshvvp-shopware:before {
  content: "\f5b5";
}
.ishjayshvvp-creative-commons-nc:before {
  content: "\f4e8";
}
.ishjayshvvp-aws:before {
  content: "\f375";
}
.ishjayshvvp-redhat:before {
  content: "\f7bc";
}
.ishjayshvvp-yoast:before {
  content: "\f2b1";
}
.ishjayshvvp-cloudflare:before {
  content: "\e07d";
}
.ishjayshvvp-ups:before {
  content: "\f7e0";
}
.ishjayshvvp-wpexplorer:before {
  content: "\f2de";
}
.ishjayshvvp-dyalog:before {
  content: "\f399";
}
.ishjayshvvp-bity:before {
  content: "\f37a";
}
.ishjayshvvp-stackpath:before {
  content: "\f842";
}
.ishjayshvvp-buysellads:before {
  content: "\f20d";
}
.ishjayshvvp-first-order:before {
  content: "\f2b0";
}
.ishjayshvvp-modx:before {
  content: "\f285";
}
.ishjayshvvp-guilded:before {
  content: "\e07e";
}
.ishjayshvvp-vnv:before {
  content: "\f40b";
}
.ishjayshvvp-js-square:before,
.ishjayshvvp-square-js:before {
  content: "\f3b9";
}
.ishjayshvvp-microsoft:before {
  content: "\f3ca";
}
.ishjayshvvp-qq:before {
  content: "\f1d6";
}
.ishjayshvvp-orcid:before {
  content: "\f8d2";
}
.ishjayshvvp-java:before {
  content: "\f4e4";
}
.ishjayshvvp-invision:before {
  content: "\f7b0";
}
.ishjayshvvp-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.ishjayshvvp-centercode:before {
  content: "\f380";
}
.ishjayshvvp-glide-g:before {
  content: "\f2a6";
}
.ishjayshvvp-drupal:before {
  content: "\f1a9";
}
.ishjayshvvp-hire-a-helper:before {
  content: "\f3b0";
}
.ishjayshvvp-creative-commons-by:before {
  content: "\f4e7";
}
.ishjayshvvp-unity:before {
  content: "\e049";
}
.ishjayshvvp-whmcs:before {
  content: "\f40d";
}
.ishjayshvvp-rocketchat:before {
  content: "\f3e8";
}
.ishjayshvvp-vk:before {
  content: "\f189";
}
.ishjayshvvp-untappd:before {
  content: "\f405";
}
.ishjayshvvp-mailchimp:before {
  content: "\f59e";
}
.ishjayshvvp-css3-alt:before {
  content: "\f38b";
}
.ishjayshvvp-reddit-square:before,
.ishjayshvvp-square-reddit:before {
  content: "\f1a2";
}
.ishjayshvvp-vimeo-v:before {
  content: "\f27d";
}
.ishjayshvvp-contao:before {
  content: "\f26d";
}
.ishjayshvvp-square-font-awesome:before {
  content: "\e5ad";
}
.ishjayshvvp-deskpro:before {
  content: "\f38f";
}
.ishjayshvvp-sistrix:before {
  content: "\f3ee";
}
.ishjayshvvp-instagram-square:before,
.ishjayshvvp-square-instagram:before {
  content: "\e055";
}
.ishjayshvvp-battle-net:before {
  content: "\f835";
}
.ishjayshvvp-the-red-yeti:before {
  content: "\f69d";
}
.ishjayshvvp-hacker-news-square:before,
.ishjayshvvp-square-hacker-news:before {
  content: "\f3af";
}
.ishjayshvvp-edge:before {
  content: "\f282";
}
.ishjayshvvp-napster:before {
  content: "\f3d2";
}
.ishjayshvvp-snapchat-square:before,
.ishjayshvvp-square-snapchat:before {
  content: "\f2ad";
}
.ishjayshvvp-google-plus-g:before {
  content: "\f0d5";
}
.ishjayshvvp-artstation:before {
  content: "\f77a";
}
.ishjayshvvp-markdown:before {
  content: "\f60f";
}
.ishjayshvvp-sourcetree:before {
  content: "\f7d3";
}
.ishjayshvvp-google-plus:before {
  content: "\f2b3";
}
.ishjayshvvp-diaspora:before {
  content: "\f791";
}
.ishjayshvvp-foursquare:before {
  content: "\f180";
}
.ishjayshvvp-stack-overflow:before {
  content: "\f16c";
}
.ishjayshvvp-github-alt:before {
  content: "\f113";
}
.ishjayshvvp-phoenix-squadron:before {
  content: "\f511";
}
.ishjayshvvp-pagelines:before {
  content: "\f18c";
}
.ishjayshvvp-algolia:before {
  content: "\f36c";
}
.ishjayshvvp-red-river:before {
  content: "\f3e3";
}
.ishjayshvvp-creative-commons-sa:before {
  content: "\f4ef";
}
.ishjayshvvp-safari:before {
  content: "\f267";
}
.ishjayshvvp-google:before {
  content: "\f1a0";
}
.ishjayshvvp-font-awesome-alt:before,
.ishjayshvvp-square-font-awesome-stroke:before {
  content: "\f35c";
}
.ishjayshvvp-atlassian:before {
  content: "\f77b";
}
.ishjayshvvp-linkedin-in:before {
  content: "\f0e1";
}
.ishjayshvvp-digital-ocean:before {
  content: "\f391";
}
.ishjayshvvp-nimblr:before {
  content: "\f5a8";
}
.ishjayshvvp-chromecast:before {
  content: "\f838";
}
.ishjayshvvp-evernote:before {
  content: "\f839";
}
.ishjayshvvp-hacker-news:before {
  content: "\f1d4";
}
.ishjayshvvp-creative-commons-sampling:before {
  content: "\f4f0";
}
.ishjayshvvp-adversal:before {
  content: "\f36a";
}
.ishjayshvvp-creative-commons:before {
  content: "\f25e";
}
.ishjayshvvp-watchman-monitoring:before {
  content: "\e087";
}
.ishjayshvvp-fonticons:before {
  content: "\f280";
}
.ishjayshvvp-weixin:before {
  content: "\f1d7";
}
.ishjayshvvp-shirtsinbulk:before {
  content: "\f214";
}
.ishjayshvvp-codepen:before {
  content: "\f1cb";
}
.ishjayshvvp-git-alt:before {
  content: "\f841";
}
.ishjayshvvp-lyft:before {
  content: "\f3c3";
}
.ishjayshvvp-rev:before {
  content: "\f5b2";
}
.ishjayshvvp-windows:before {
  content: "\f17a";
}
.ishjayshvvp-wizards-of-the-coast:before {
  content: "\f730";
}
.ishjayshvvp-square-viadeo:before,
.ishjayshvvp-viadeo-square:before {
  content: "\f2aa";
}
.ishjayshvvp-meetup:before {
  content: "\f2e0";
}
.ishjayshvvp-centos:before {
  content: "\f789";
}
.ishjayshvvp-adn:before {
  content: "\f170";
}
.ishjayshvvp-cloudsmith:before {
  content: "\f384";
}
.ishjayshvvp-pied-piper-alt:before {
  content: "\f1a8";
}
.ishjayshvvp-dribbble-square:before,
.ishjayshvvp-square-dribbble:before {
  content: "\f397";
}
.ishjayshvvp-codiepie:before {
  content: "\f284";
}
.ishjayshvvp-node:before {
  content: "\f419";
}
.ishjayshvvp-mix:before {
  content: "\f3cb";
}
.ishjayshvvp-steam:before {
  content: "\f1b6";
}
.ishjayshvvp-cc-apple-pay:before {
  content: "\f416";
}
.ishjayshvvp-scribd:before {
  content: "\f28a";
}
.ishjayshvvp-openid:before {
  content: "\f19b";
}
.ishjayshvvp-instalod:before {
  content: "\e081";
}
.ishjayshvvp-expeditedssl:before {
  content: "\f23e";
}
.ishjayshvvp-sellcast:before {
  content: "\f2da";
}
.ishjayshvvp-square-twitter:before,
.ishjayshvvp-twitter-square:before {
  content: "\f081";
}
.ishjayshvvp-r-project:before {
  content: "\f4f7";
}
.ishjayshvvp-delicious:before {
  content: "\f1a5";
}
.ishjayshvvp-freebsd:before {
  content: "\f3a4";
}
.ishjayshvvp-vuejs:before {
  content: "\f41f";
}
.ishjayshvvp-accusoft:before {
  content: "\f369";
}
.ishjayshvvp-ioxhost:before {
  content: "\f208";
}
.ishjayshvvp-fonticons-fi:before {
  content: "\f3a2";
}
.ishjayshvvp-app-store:before {
  content: "\f36f";
}
.ishjayshvvp-cc-mastercard:before {
  content: "\f1f1";
}
.ishjayshvvp-itunes-note:before {
  content: "\f3b5";
}
.ishjayshvvp-golang:before {
  content: "\e40f";
}
.ishjayshvvp-kickstarter:before {
  content: "\f3bb";
}
.ishjayshvvp-grav:before {
  content: "\f2d6";
}
.ishjayshvvp-weibo:before {
  content: "\f18a";
}
.ishjayshvvp-uncharted:before {
  content: "\e084";
}
.ishjayshvvp-firstdraft:before {
  content: "\f3a1";
}
.ishjayshvvp-square-youtube:before,
.ishjayshvvp-youtube-square:before {
  content: "\f431";
}
.ishjayshvvp-wikipedia-w:before {
  content: "\f266";
}
.ishjayshvvp-rendact:before,
.ishjayshvvp-wpressr:before {
  content: "\f3e4";
}
.ishjayshvvp-angellist:before {
  content: "\f209";
}
.ishjayshvvp-galactic-republic:before {
  content: "\f50c";
}
.ishjayshvvp-nfc-directional:before {
  content: "\e530";
}
.ishjayshvvp-skype:before {
  content: "\f17e";
}
.ishjayshvvp-joget:before {
  content: "\f3b7";
}
.ishjayshvvp-fedora:before {
  content: "\f798";
}
.ishjayshvvp-stripe-s:before {
  content: "\f42a";
}
.ishjayshvvp-meta:before {
  content: "\e49b";
}
.ishjayshvvp-laravel:before {
  content: "\f3bd";
}
.ishjayshvvp-hotjar:before {
  content: "\f3b1";
}
.ishjayshvvp-bluetooth-b:before {
  content: "\f294";
}
.ishjayshvvp-sticker-mule:before {
  content: "\f3f7";
}
.ishjayshvvp-creative-commons-zero:before {
  content: "\f4f3";
}
.ishjayshvvp-hips:before {
  content: "\f452";
}
.ishjayshvvp-behance:before {
  content: "\f1b4";
}
.ishjayshvvp-reddit:before {
  content: "\f1a1";
}
.ishjayshvvp-discord:before {
  content: "\f392";
}
.ishjayshvvp-chrome:before {
  content: "\f268";
}
.ishjayshvvp-app-store-ios:before {
  content: "\f370";
}
.ishjayshvvp-cc-discover:before {
  content: "\f1f2";
}
.ishjayshvvp-wpbeginner:before {
  content: "\f297";
}
.ishjayshvvp-confluence:before {
  content: "\f78d";
}
.ishjayshvvp-mdb:before {
  content: "\f8ca";
}
.ishjayshvvp-dochub:before {
  content: "\f394";
}
.ishjayshvvp-accessible-icon:before {
  content: "\f368";
}
.ishjayshvvp-ebay:before {
  content: "\f4f4";
}
.ishjayshvvp-amazon:before {
  content: "\f270";
}
.ishjayshvvp-unsplash:before {
  content: "\e07c";
}
.ishjayshvvp-yarn:before {
  content: "\f7e3";
}
.ishjayshvvp-square-steam:before,
.ishjayshvvp-steam-square:before {
  content: "\f1b7";
}
.ishjayshvvp-500px:before {
  content: "\f26e";
}
.ishjayshvvp-square-vimeo:before,
.ishjayshvvp-vimeo-square:before {
  content: "\f194";
}
.ishjayshvvp-asymmetrik:before {
  content: "\f372";
}
.ishjayshvvp-font-awesome-flag:before,
.ishjayshvvp-font-awesome-logo-full:before,
.ishjayshvvp-font-awesome:before {
  content: "\f2b4";
}
.ishjayshvvp-gratipay:before {
  content: "\f184";
}
.ishjayshvvp-apple:before {
  content: "\f179";
}
.ishjayshvvp-hive:before {
  content: "\e07f";
}
.ishjayshvvp-gitkraken:before {
  content: "\f3a6";
}
.ishjayshvvp-keybase:before {
  content: "\f4f5";
}
.ishjayshvvp-apple-pay:before {
  content: "\f415";
}
.ishjayshvvp-padlet:before {
  content: "\e4a0";
}
.ishjayshvvp-amazon-pay:before {
  content: "\f42c";
}
.ishjayshvvp-github-square:before,
.ishjayshvvp-square-github:before {
  content: "\f092";
}
.ishjayshvvp-stumbleupon:before {
  content: "\f1a4";
}
.ishjayshvvp-fedex:before {
  content: "\f797";
}
.ishjayshvvp-phoenix-framework:before {
  content: "\f3dc";
}
.ishjayshvvp-shopify:before {
  content: "\e057";
}
.ishjayshvvp-neos:before {
  content: "\f612";
}
.ishjayshvvp-hackerrank:before {
  content: "\f5f7";
}
.ishjayshvvp-researchgate:before {
  content: "\f4f8";
}
.ishjayshvvp-swift:before {
  content: "\f8e1";
}
.ishjayshvvp-angular:before {
  content: "\f420";
}
.ishjayshvvp-speakap:before {
  content: "\f3f3";
}
.ishjayshvvp-angrycreative:before {
  content: "\f36e";
}
.ishjayshvvp-y-combinator:before {
  content: "\f23b";
}
.ishjayshvvp-empire:before {
  content: "\f1d1";
}
.ishjayshvvp-envira:before {
  content: "\f299";
}
.ishjayshvvp-gitlab-square:before,
.ishjayshvvp-square-gitlab:before {
  content: "\e5ae";
}
.ishjayshvvp-studiovinari:before {
  content: "\f3f8";
}
.ishjayshvvp-pied-piper:before {
  content: "\f2ae";
}
.ishjayshvvp-wordpress:before {
  content: "\f19a";
}
.ishjayshvvp-product-hunt:before {
  content: "\f288";
}
.ishjayshvvp-firefox:before {
  content: "\f269";
}
.ishjayshvvp-linode:before {
  content: "\f2b8";
}
.ishjayshvvp-goodreads:before {
  content: "\f3a8";
}
.ishjayshvvp-odnoklassniki-square:before,
.ishjayshvvp-square-odnoklassniki:before {
  content: "\f264";
}
.ishjayshvvp-jsfiddle:before {
  content: "\f1cc";
}
.ishjayshvvp-sith:before {
  content: "\f512";
}
.ishjayshvvp-themeisle:before {
  content: "\f2b2";
}
.ishjayshvvp-page4:before {
  content: "\f3d7";
}
.ishjayshvvp-hashnode:before {
  content: "\e499";
}
.ishjayshvvp-react:before {
  content: "\f41b";
}
.ishjayshvvp-cc-paypal:before {
  content: "\f1f4";
}
.ishjayshvvp-squarespace:before {
  content: "\f5be";
}
.ishjayshvvp-cc-stripe:before {
  content: "\f1f5";
}
.ishjayshvvp-creative-commons-share:before {
  content: "\f4f2";
}
.ishjayshvvp-bitcoin:before {
  content: "\f379";
}
.ishjayshvvp-keycdn:before {
  content: "\f3ba";
}
.ishjayshvvp-opera:before {
  content: "\f26a";
}
.ishjayshvvp-itch-io:before {
  content: "\f83a";
}
.ishjayshvvp-umbraco:before {
  content: "\f8e8";
}
.ishjayshvvp-galactic-senate:before {
  content: "\f50d";
}
.ishjayshvvp-ubuntu:before {
  content: "\f7df";
}
.ishjayshvvp-draft2digital:before {
  content: "\f396";
}
.ishjayshvvp-stripe:before {
  content: "\f429";
}
.ishjayshvvp-houzz:before {
  content: "\f27c";
}
.ishjayshvvp-gg:before {
  content: "\f260";
}
.ishjayshvvp-dhl:before {
  content: "\f790";
}
.ishjayshvvp-pinterest-square:before,
.ishjayshvvp-square-pinterest:before {
  content: "\f0d3";
}
.ishjayshvvp-xing:before {
  content: "\f168";
}
.ishjayshvvp-blackberry:before {
  content: "\f37b";
}
.ishjayshvvp-creative-commons-pd:before {
  content: "\f4ec";
}
.ishjayshvvp-playstation:before {
  content: "\f3df";
}
.ishjayshvvp-quinscape:before {
  content: "\f459";
}
.ishjayshvvp-less:before {
  content: "\f41d";
}
.ishjayshvvp-blogger-b:before {
  content: "\f37d";
}
.ishjayshvvp-opencart:before {
  content: "\f23d";
}
.ishjayshvvp-vine:before {
  content: "\f1ca";
}
.ishjayshvvp-paypal:before {
  content: "\f1ed";
}
.ishjayshvvp-gitlab:before {
  content: "\f296";
}
.ishjayshvvp-typo3:before {
  content: "\f42b";
}
.ishjayshvvp-reddit-alien:before {
  content: "\f281";
}
.ishjayshvvp-yahoo:before {
  content: "\f19e";
}
.ishjayshvvp-dailymotion:before {
  content: "\e052";
}
.ishjayshvvp-affiliatetheme:before {
  content: "\f36b";
}
.ishjayshvvp-pied-piper-pp:before {
  content: "\f1a7";
}
.ishjayshvvp-bootstrap:before {
  content: "\f836";
}
.ishjayshvvp-odnoklassniki:before {
  content: "\f263";
}
.ishjayshvvp-nfc-symbol:before {
  content: "\e531";
}
.ishjayshvvp-ethereum:before {
  content: "\f42e";
}
.ishjayshvvp-speaker-deck:before {
  content: "\f83c";
}
.ishjayshvvp-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.ishjayshvvp-patreon:before {
  content: "\f3d9";
}
.ishjayshvvp-avianex:before {
  content: "\f374";
}
.ishjayshvvp-ello:before {
  content: "\f5f1";
}
.ishjayshvvp-gofore:before {
  content: "\f3a7";
}
.ishjayshvvp-bimobject:before {
  content: "\f378";
}
.ishjayshvvp-facebook-f:before {
  content: "\f39e";
}
.ishjayshvvp-google-plus-square:before,
.ishjayshvvp-square-google-plus:before {
  content: "\f0d4";
}
.ishjayshvvp-mandalorian:before {
  content: "\f50f";
}
.ishjayshvvp-first-order-alt:before {
  content: "\f50a";
}
.ishjayshvvp-osi:before {
  content: "\f41a";
}
.ishjayshvvp-google-wallet:before {
  content: "\f1ee";
}
.ishjayshvvp-d-and-d-beyond:before {
  content: "\f6ca";
}
.ishjayshvvp-periscope:before {
  content: "\f3da";
}
.ishjayshvvp-fulcrum:before {
  content: "\f50b";
}
.ishjayshvvp-cloudscale:before {
  content: "\f383";
}
.ishjayshvvp-forumbee:before {
  content: "\f211";
}
.ishjayshvvp-mizuni:before {
  content: "\f3cc";
}
.ishjayshvvp-schlix:before {
  content: "\f3ea";
}
.ishjayshvvp-square-xing:before,
.ishjayshvvp-xing-square:before {
  content: "\f169";
}
.ishjayshvvp-bandcamp:before {
  content: "\f2d5";
}
.ishjayshvvp-wpforms:before {
  content: "\f298";
}
.ishjayshvvp-cloudversify:before {
  content: "\f385";
}
.ishjayshvvp-usps:before {
  content: "\f7e1";
}
.ishjayshvvp-megaport:before {
  content: "\f5a3";
}
.ishjayshvvp-magento:before {
  content: "\f3c4";
}
.ishjayshvvp-spotify:before {
  content: "\f1bc";
}
.ishjayshvvp-optin-monster:before {
  content: "\f23c";
}
.ishjayshvvp-fly:before {
  content: "\f417";
}
.ishjayshvvp-aviato:before {
  content: "\f421";
}
.ishjayshvvp-itunes:before {
  content: "\f3b4";
}
.ishjayshvvp-cuttlefish:before {
  content: "\f38c";
}
.ishjayshvvp-blogger:before {
  content: "\f37c";
}
.ishjayshvvp-flickr:before {
  content: "\f16e";
}
.ishjayshvvp-viber:before {
  content: "\f409";
}
.ishjayshvvp-soundcloud:before {
  content: "\f1be";
}
.ishjayshvvp-digg:before {
  content: "\f1a6";
}
.ishjayshvvp-tencent-weibo:before {
  content: "\f1d5";
}
.ishjayshvvp-symfony:before {
  content: "\f83d";
}
.ishjayshvvp-maxcdn:before {
  content: "\f136";
}
.ishjayshvvp-etsy:before {
  content: "\f2d7";
}
.ishjayshvvp-facebook-messenger:before {
  content: "\f39f";
}
.ishjayshvvp-audible:before {
  content: "\f373";
}
.ishjayshvvp-think-peaks:before {
  content: "\f731";
}
.ishjayshvvp-bilibili:before {
  content: "\e3d9";
}
.ishjayshvvp-erlang:before {
  content: "\f39d";
}
.ishjayshvvp-cotton-bureau:before {
  content: "\f89e";
}
.ishjayshvvp-dashcube:before {
  content: "\f210";
}
.ishjayshvvp-42-group:before,
.ishjayshvvp-innosoft:before {
  content: "\e080";
}
.ishjayshvvp-stack-exchange:before {
  content: "\f18d";
}
.ishjayshvvp-elementor:before {
  content: "\f430";
}
.ishjayshvvp-pied-piper-square:before,
.ishjayshvvp-square-pied-piper:before {
  content: "\e01e";
}
.ishjayshvvp-creative-commons-nd:before {
  content: "\f4eb";
}
.ishjayshvvp-palfed:before {
  content: "\f3d8";
}
.ishjayshvvp-superpowers:before {
  content: "\f2dd";
}
.ishjayshvvp-resolving:before {
  content: "\f3e7";
}
.ishjayshvvp-xbox:before {
  content: "\f412";
}
.ishjayshvvp-searchengin:before {
  content: "\f3eb";
}
.ishjayshvvp-tiktok:before {
  content: "\e07b";
}
.ishjayshvvp-facebook-square:before,
.ishjayshvvp-square-facebook:before {
  content: "\f082";
}
.ishjayshvvp-renren:before {
  content: "\f18b";
}
.ishjayshvvp-linux:before {
  content: "\f17c";
}
.ishjayshvvp-glide:before {
  content: "\f2a5";
}
.ishjayshvvp-linkedin:before {
  content: "\f08c";
}
.ishjayshvvp-hubspot:before {
  content: "\f3b2";
}
.ishjayshvvp-deploydog:before {
  content: "\f38e";
}
.ishjayshvvp-twitch:before {
  content: "\f1e8";
}
.ishjayshvvp-ravelry:before {
  content: "\f2d9";
}
.ishjayshvvp-mixer:before {
  content: "\e056";
}
.ishjayshvvp-lastfm-square:before,
.ishjayshvvp-square-lastfm:before {
  content: "\f203";
}
.ishjayshvvp-vimeo:before {
  content: "\f40a";
}
.ishjayshvvp-mendeley:before {
  content: "\f7b3";
}
.ishjayshvvp-uniregistry:before {
  content: "\f404";
}
.ishjayshvvp-figma:before {
  content: "\f799";
}
.ishjayshvvp-creative-commons-remix:before {
  content: "\f4ee";
}
.ishjayshvvp-cc-amazon-pay:before {
  content: "\f42d";
}
.ishjayshvvp-dropbox:before {
  content: "\f16b";
}
.ishjayshvvp-instagram:before {
  content: "\f16d";
}
.ishjayshvvp-cmplid:before {
  content: "\e360";
}
.ishjayshvvp-facebook:before {
  content: "\f09a";
}
.ishjayshvvp-gripfire:before {
  content: "\f3ac";
}
.ishjayshvvp-jedi-order:before {
  content: "\f50e";
}
.ishjayshvvp-uikit:before {
  content: "\f403";
}
.ishjayshvvp-fort-awesome-alt:before {
  content: "\f3a3";
}
.ishjayshvvp-phabricator:before {
  content: "\f3db";
}
.ishjayshvvp-ussunnah:before {
  content: "\f407";
}
.ishjayshvvp-earlybirds:before {
  content: "\f39a";
}
.ishjayshvvp-trade-federation:before {
  content: "\f513";
}
.ishjayshvvp-autoprefixer:before {
  content: "\f41c";
}
.ishjayshvvp-whatsapp:before {
  content: "\f232";
}
.ishjayshvvp-slideshare:before {
  content: "\f1e7";
}
.ishjayshvvp-google-play:before {
  content: "\f3ab";
}
.ishjayshvvp-viadeo:before {
  content: "\f2a9";
}
.ishjayshvvp-line:before {
  content: "\f3c0";
}
.ishjayshvvp-google-drive:before {
  content: "\f3aa";
}
.ishjayshvvp-servicestack:before {
  content: "\f3ec";
}
.ishjayshvvp-simplybuilt:before {
  content: "\f215";
}
.ishjayshvvp-bitbucket:before {
  content: "\f171";
}
.ishjayshvvp-imdb:before {
  content: "\f2d8";
}
.ishjayshvvp-deezer:before {
  content: "\e077";
}
.ishjayshvvp-raspberry-pi:before {
  content: "\f7bb";
}
.ishjayshvvp-jira:before {
  content: "\f7b1";
}
.ishjayshvvp-docker:before {
  content: "\f395";
}
.ishjayshvvp-screenpal:before {
  content: "\e570";
}
.ishjayshvvp-bluetooth:before {
  content: "\f293";
}
.ishjayshvvp-gitter:before {
  content: "\f426";
}
.ishjayshvvp-d-and-d:before {
  content: "\f38d";
}
.ishjayshvvp-microblog:before {
  content: "\e01a";
}
.ishjayshvvp-cc-diners-club:before {
  content: "\f24c";
}
.ishjayshvvp-gg-circle:before {
  content: "\f261";
}
.ishjayshvvp-pied-piper-hat:before {
  content: "\f4e5";
}
.ishjayshvvp-kickstarter-k:before {
  content: "\f3bc";
}
.ishjayshvvp-yandex:before {
  content: "\f413";
}
.ishjayshvvp-readme:before {
  content: "\f4d5";
}
.ishjayshvvp-html5:before {
  content: "\f13b";
}
.ishjayshvvp-sellsy:before {
  content: "\f213";
}
.ishjayshvvp-sass:before {
  content: "\f41e";
}
.ishjayshvvp-wirsindhandwerk:before,
.ishjayshvvp-wsh:before {
  content: "\e2d0";
}
.ishjayshvvp-buromobelexperte:before {
  content: "\f37f";
}
.ishjayshvvp-salesforce:before {
  content: "\f83b";
}
.ishjayshvvp-octopus-deploy:before {
  content: "\e082";
}
.ishjayshvvp-medapps:before {
  content: "\f3c6";
}
.ishjayshvvp-ns8:before {
  content: "\f3d5";
}
.ishjayshvvp-pinterest-p:before {
  content: "\f231";
}
.ishjayshvvp-apper:before {
  content: "\f371";
}
.ishjayshvvp-fort-awesome:before {
  content: "\f286";
}
.ishjayshvvp-waze:before {
  content: "\f83f";
}
.ishjayshvvp-cc-jcb:before {
  content: "\f24b";
}
.ishjayshvvp-snapchat-ghost:before,
.ishjayshvvp-snapchat:before {
  content: "\f2ab";
}
.ishjayshvvp-fantasy-flight-games:before {
  content: "\f6dc";
}
.ishjayshvvp-rust:before {
  content: "\e07a";
}
.ishjayshvvp-wix:before {
  content: "\f5cf";
}
.ishjayshvvp-behance-square:before,
.ishjayshvvp-square-behance:before {
  content: "\f1b5";
}
.ishjayshvvp-supple:before {
  content: "\f3f9";
}
.ishjayshvvp-rebel:before {
  content: "\f1d0";
}
.ishjayshvvp-css3:before {
  content: "\f13c";
}
.ishjayshvvp-staylinked:before {
  content: "\f3f5";
}
.ishjayshvvp-kaggle:before {
  content: "\f5fa";
}
.ishjayshvvp-space-awesome:before {
  content: "\e5ac";
}
.ishjayshvvp-deviantart:before {
  content: "\f1bd";
}
.ishjayshvvp-cpanel:before {
  content: "\f388";
}
.ishjayshvvp-goodreads-g:before {
  content: "\f3a9";
}
.ishjayshvvp-git-square:before,
.ishjayshvvp-square-git:before {
  content: "\f1d2";
}
.ishjayshvvp-square-tumblr:before,
.ishjayshvvp-tumblr-square:before {
  content: "\f174";
}
.ishjayshvvp-trello:before {
  content: "\f181";
}
.ishjayshvvp-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.ishjayshvvp-get-pocket:before {
  content: "\f265";
}
.ishjayshvvp-perbyte:before {
  content: "\e083";
}
.ishjayshvvp-grunt:before {
  content: "\f3ad";
}
.ishjayshvvp-weebly:before {
  content: "\f5cc";
}
.ishjayshvvp-connectdevelop:before {
  content: "\f20e";
}
.ishjayshvvp-leanpub:before {
  content: "\f212";
}
.ishjayshvvp-black-tie:before {
  content: "\f27e";
}
.ishjayshvvp-themeco:before {
  content: "\f5c6";
}
.ishjayshvvp-python:before {
  content: "\f3e2";
}
.ishjayshvvp-android:before {
  content: "\f17b";
}
.ishjayshvvp-bots:before {
  content: "\e340";
}
.ishjayshvvp-free-code-camp:before {
  content: "\f2c5";
}
.ishjayshvvp-hornbill:before {
  content: "\f592";
}
.ishjayshvvp-js:before {
  content: "\f3b8";
}
.ishjayshvvp-ideal:before {
  content: "\e013";
}
.ishjayshvvp-git:before {
  content: "\f1d3";
}
.ishjayshvvp-dev:before {
  content: "\f6cc";
}
.ishjayshvvp-sketch:before {
  content: "\f7c6";
}
.ishjayshvvp-yandex-international:before {
  content: "\f414";
}
.ishjayshvvp-cc-amex:before {
  content: "\f1f3";
}
.ishjayshvvp-uber:before {
  content: "\f402";
}
.ishjayshvvp-github:before {
  content: "\f09b";
}
.ishjayshvvp-php:before {
  content: "\f457";
}
.ishjayshvvp-alipay:before {
  content: "\f642";
}
.ishjayshvvp-youtube:before {
  content: "\f167";
}
.ishjayshvvp-skyatlas:before {
  content: "\f216";
}
.ishjayshvvp-firefox-browser:before {
  content: "\e007";
}
.ishjayshvvp-replyd:before {
  content: "\f3e6";
}
.ishjayshvvp-suse:before {
  content: "\f7d6";
}
.ishjayshvvp-jenkins:before {
  content: "\f3b6";
}
.ishjayshvvp-twitter:before {
  content: "\f099";
}
.ishjayshvvp-rockrms:before {
  content: "\f3e9";
}
.ishjayshvvp-pinterest:before {
  content: "\f0d2";
}
.ishjayshvvp-buffer:before {
  content: "\f837";
}
.ishjayshvvp-npm:before {
  content: "\f3d4";
}
.ishjayshvvp-yammer:before {
  content: "\f840";
}
.ishjayshvvp-btc:before {
  content: "\f15a";
}
.ishjayshvvp-dribbble:before {
  content: "\f17d";
}
.ishjayshvvp-stumbleupon-circle:before {
  content: "\f1a3";
}
.ishjayshvvp-internet-explorer:before {
  content: "\f26b";
}
.ishjayshvvp-stubber:before {
  content: "\e5c7";
}
.ishjayshvvp-telegram-plane:before,
.ishjayshvvp-telegram:before {
  content: "\f2c6";
}
.ishjayshvvp-old-republic:before {
  content: "\f510";
}
.ishjayshvvp-odysee:before {
  content: "\e5c6";
}
.ishjayshvvp-square-whatsapp:before,
.ishjayshvvp-whatsapp-square:before {
  content: "\f40c";
}
.ishjayshvvp-node-js:before {
  content: "\f3d3";
}
.ishjayshvvp-edge-legacy:before {
  content: "\e078";
}
.ishjayshvvp-slack-hash:before,
.ishjayshvvp-slack:before {
  content: "\f198";
}
.ishjayshvvp-medrt:before {
  content: "\f3c8";
}
.ishjayshvvp-usb:before {
  content: "\f287";
}
.ishjayshvvp-tumblr:before {
  content: "\f173";
}
.ishjayshvvp-vaadin:before {
  content: "\f408";
}
.ishjayshvvp-quora:before {
  content: "\f2c4";
}
.ishjayshvvp-reacteurope:before {
  content: "\f75d";
}
.ishjayshvvp-medium-m:before,
.ishjayshvvp-medium:before {
  content: "\f23a";
}
.ishjayshvvp-amilia:before {
  content: "\f36d";
}
.ishjayshvvp-mixcloud:before {
  content: "\f289";
}
.ishjayshvvp-flipboard:before {
  content: "\f44d";
}
.ishjayshvvp-viacoin:before {
  content: "\f237";
}
.ishjayshvvp-critical-role:before {
  content: "\f6c9";
}
.ishjayshvvp-sitrox:before {
  content: "\e44a";
}
.ishjayshvvp-discourse:before {
  content: "\f393";
}
.ishjayshvvp-joomla:before {
  content: "\f1aa";
}
.ishjayshvvp-mastodon:before {
  content: "\f4f6";
}
.ishjayshvvp-airbnb:before {
  content: "\f834";
}
.ishjayshvvp-wolf-pack-battalion:before {
  content: "\f514";
}
.ishjayshvvp-buy-n-large:before {
  content: "\f8a6";
}
.ishjayshvvp-gulp:before {
  content: "\f3ae";
}
.ishjayshvvp-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.ishjayshvvp-strava:before {
  content: "\f428";
}
.ishjayshvvp-ember:before {
  content: "\f423";
}
.ishjayshvvp-canadian-maple-leaf:before {
  content: "\f785";
}
.ishjayshvvp-teamspeak:before {
  content: "\f4f9";
}
.ishjayshvvp-pushed:before {
  content: "\f3e1";
}
.ishjayshvvp-wordpress-simple:before {
  content: "\f411";
}
.ishjayshvvp-nutritionix:before {
  content: "\f3d6";
}
.ishjayshvvp-wodu:before {
  content: "\e088";
}
.ishjayshvvp-google-pay:before {
  content: "\e079";
}
.ishjayshvvp-intercom:before {
  content: "\f7af";
}
.ishjayshvvp-zhihu:before {
  content: "\f63f";
}
.ishjayshvvp-korvue:before {
  content: "\f42f";
}
.ishjayshvvp-pix:before {
  content: "\e43a";
}
.ishjayshvvp-steam-symbol:before {
  content: "\f3f6";
}
:host,
:root {
  --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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.ttf)
      format("truetype");
}
.ishjayshvvp-regular,
.jykiukypepqj {
  font-weight: 400;
}
:host,
:root {
  --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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf)
      format("truetype");
}
.ishjayshvvp-solid,
.vyxhqpvfzoi {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-v4compatibility.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/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;
}
