/*!
 * Font Awesome Free 6.5.1 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.
 */
.cfa {
  font-family: var(--cfa-style-family, "Custom Font Awesome 6 Free");
  font-weight: var(--cfa-style, 900);
}
.cfa,
.cfa-brands,
.cfa-classic,
.cfa-regular,
.cfa-sharp,
.cfa-solid,
.fab,
.cfar,
.cfas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--cfa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.cfa-classic,
.cfa-regular,
.cfa-solid,
.cfar,
.cfas {
  font-family: "Custom Font Awesome 6 Free";
}
.cfa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.cfa-1x {
  font-size: 1em;
}
.cfa-2x {
  font-size: 2em;
}
.cfa-3x {
  font-size: 3em;
}
.cfa-4x {
  font-size: 4em;
}
.cfa-5x {
  font-size: 5em;
}
.cfa-6x {
  font-size: 6em;
}
.cfa-7x {
  font-size: 7em;
}
.cfa-8x {
  font-size: 8em;
}
.cfa-9x {
  font-size: 9em;
}
.cfa-10x {
  font-size: 10em;
}
.cfa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.cfa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.cfa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.cfa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.cfa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.cfa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.cfa-fw {
  text-align: center;
  width: 1.25em;
}
.cfa-ul {
  list-style-type: none;
  margin-left: var(--cfa-li-margin, 2.5em);
  padding-left: 0;
}
.cfa-ul > li {
  position: relative;
}
.cfa-li {
  left: calc(var(--cfa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--cfa-li-width, 2em);
  line-height: inherit;
}
.cfa-border {
  border-radius: var(--cfa-border-radius, 0.1em);
  border: var(--cfa-border-width, 0.08em) var(--cfa-border-style, solid)
    var(--cfa-border-color, #eee);
  padding: var(--cfa-border-padding, 0.2em 0.25em 0.15em);
}
.cfa-pull-left {
  float: left;
  margin-right: var(--cfa-pull-margin, 0.3em);
}
.cfa-pull-right {
  float: right;
  margin-left: var(--cfa-pull-margin, 0.3em);
}
.cfa-beat {
  -webkit-animation-name: cfa-beat;
  animation-name: cfa-beat;
  -webkit-animation-delay: var(--cfa-animation-delay, 0s);
  animation-delay: var(--cfa-animation-delay, 0s);
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--cfa-animation-timing, ease-in-out);
  animation-timing-function: var(--cfa-animation-timing, ease-in-out);
}
.cfa-bounce {
  -webkit-animation-name: cfa-bounce;
  animation-name: cfa-bounce;
  -webkit-animation-delay: var(--cfa-animation-delay, 0s);
  animation-delay: var(--cfa-animation-delay, 0s);
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.cfa-fade {
  -webkit-animation-name: cfa-fade;
  animation-name: cfa-fade;
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.cfa-beat-fade,
.cfa-fade {
  -webkit-animation-delay: var(--cfa-animation-delay, 0s);
  animation-delay: var(--cfa-animation-delay, 0s);
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
}
.cfa-beat-fade {
  -webkit-animation-name: cfa-beat-fade;
  animation-name: cfa-beat-fade;
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --cfa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.cfa-flip {
  -webkit-animation-name: cfa-flip;
  animation-name: cfa-flip;
  -webkit-animation-delay: var(--cfa-animation-delay, 0s);
  animation-delay: var(--cfa-animation-delay, 0s);
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--cfa-animation-timing, ease-in-out);
  animation-timing-function: var(--cfa-animation-timing, ease-in-out);
}
.cfa-shake {
  -webkit-animation-name: cfa-shake;
  animation-name: cfa-shake;
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--cfa-animation-timing, linear);
  animation-timing-function: var(--cfa-animation-timing, linear);
}
.cfa-shake,
.cfa-spin {
  -webkit-animation-delay: var(--cfa-animation-delay, 0s);
  animation-delay: var(--cfa-animation-delay, 0s);
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
}
.cfa-spin {
  -webkit-animation-name: cfa-spin;
  animation-name: cfa-spin;
  -webkit-animation-duration: var(--cfa-animation-duration, 2s);
  animation-duration: var(--cfa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--cfa-animation-timing, linear);
  animation-timing-function: var(--cfa-animation-timing, linear);
}
.cfa-spin-reverse {
  --cfa-animation-direction: reverse;
}
.cfa-pulse,
.cfa-spin-pulse {
  -webkit-animation-name: cfa-spin;
  animation-name: cfa-spin;
  -webkit-animation-direction: var(--cfa-animation-direction, normal);
  animation-direction: var(--cfa-animation-direction, normal);
  -webkit-animation-duration: var(--cfa-animation-duration, 1s);
  animation-duration: var(--cfa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --cfa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--cfa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--cfa-animation-timing, steps(8));
  animation-timing-function: var(--cfa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .cfa-beat,
  .cfa-beat-fade,
  .cfa-bounce,
  .cfa-fade,
  .cfa-flip,
  .cfa-pulse,
  .cfa-shake,
  .cfa-spin,
  .cfa-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 cfa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--cfa-beat-scale, 1.25));
    transform: scale(var(--cfa-beat-scale, 1.25));
  }
}
@keyframes cfa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--cfa-beat-scale, 1.25));
    transform: scale(var(--cfa-beat-scale, 1.25));
  }
}
@-webkit-keyframes cfa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--cfa-bounce-start-scale-x, 1.1),
        var(--cfa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--cfa-bounce-start-scale-x, 1.1),
        var(--cfa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--cfa-bounce-jump-scale-x, 0.9),
        var(--cfa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--cfa-bounce-height, -0.5em));
    transform: scale(
        var(--cfa-bounce-jump-scale-x, 0.9),
        var(--cfa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--cfa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--cfa-bounce-land-scale-x, 1.05),
        var(--cfa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--cfa-bounce-land-scale-x, 1.05),
        var(--cfa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--cfa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--cfa-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 cfa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(
        var(--cfa-bounce-start-scale-x, 1.1),
        var(--cfa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--cfa-bounce-start-scale-x, 1.1),
        var(--cfa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    -webkit-transform: scale(
        var(--cfa-bounce-jump-scale-x, 0.9),
        var(--cfa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--cfa-bounce-height, -0.5em));
    transform: scale(
        var(--cfa-bounce-jump-scale-x, 0.9),
        var(--cfa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--cfa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(
        var(--cfa-bounce-land-scale-x, 1.05),
        var(--cfa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--cfa-bounce-land-scale-x, 1.05),
        var(--cfa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--cfa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--cfa-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 cfa-fade {
  50% {
    opacity: var(--cfa-fade-opacity, 0.4);
  }
}
@keyframes cfa-fade {
  50% {
    opacity: var(--cfa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes cfa-beat-fade {
  0%,
  to {
    opacity: var(--cfa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--cfa-beat-fade-scale, 1.125));
    transform: scale(var(--cfa-beat-fade-scale, 1.125));
  }
}
@keyframes cfa-beat-fade {
  0%,
  to {
    opacity: var(--cfa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--cfa-beat-fade-scale, 1.125));
    transform: scale(var(--cfa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes cfa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--cfa-flip-x, 0),
      var(--cfa-flip-y, 1),
      var(--cfa-flip-z, 0),
      var(--cfa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--cfa-flip-x, 0),
      var(--cfa-flip-y, 1),
      var(--cfa-flip-z, 0),
      var(--cfa-flip-angle, -180deg)
    );
  }
}
@keyframes cfa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--cfa-flip-x, 0),
      var(--cfa-flip-y, 1),
      var(--cfa-flip-z, 0),
      var(--cfa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--cfa-flip-x, 0),
      var(--cfa-flip-y, 1),
      var(--cfa-flip-z, 0),
      var(--cfa-flip-angle, -180deg)
    );
  }
}
@-webkit-keyframes cfa-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 cfa-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 cfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes cfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.cfa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cfa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cfa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.cfa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cfa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.cfa-flip-both,
.cfa-flip-horizontal.cfa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.cfa-rotate-by {
  -webkit-transform: rotate(var(--cfa-rotate-angle, none));
  transform: rotate(var(--cfa-rotate-angle, none));
}
.cfa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.cfa-stack-1x,
.cfa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--cfa-stack-z-index, auto);
}
.cfa-stack-1x {
  line-height: inherit;
}
.cfa-stack-2x {
  font-size: 2em;
}
.cfa-inverse {
  color: var(--cfa-inverse, #fff);
}

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

.wp-block-buttons .wp-block-button .wp-block-button__link{background-color:#5f9b49;border:0;border-radius:0;color:#fff;font-family:Open Sans,serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:21px;padding:16px 64px;text-decoration:none}.wp-block-buttons .wp-block-button .wp-block-button__link:hover{background-color:#406931}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button{border:2px solid #5f9b49;border-radius:0;color:#5f9b49;font-family:Open Sans,serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:21px;padding:16px 64px;text-decoration:none}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:hover{background-color:#406931;color:#fff}.article-card{cursor:pointer}.article-card__keywords{display:block;margin:0 0 .5rem;min-height:1.5rem}.article-card__keyword{color:#054977!important;font-size:1.125rem;font-weight:900;letter-spacing:1px;line-height:1.125rem!important;text-decoration:none!important;text-transform:uppercase}.article-card__heading,.article-card__heading>a{color:#000!important;display:block;font-family:Merriweather,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2666;margin:0 0 .625rem;text-decoration:none!important}.article-card__heading--primary{font-size:2rem}.article-card__featured{display:block;margin:0 0 1rem;overflow:hidden;padding-top:55.89%;position:relative;width:100%}.article-card__image{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.article-card__featured--narrow{padding-top:39.43%}.article-card__featured--narrow .card__image{height:auto;left:0;top:50%;transform:translateY(-50%);width:100%}.article-card__meta{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 .5rem}.article-card__item{color:#4a4a4a;display:block;font-size:.9rem;font-weight:600;line-height:1rem;margin:0 0 .5rem;padding:0 .25rem 0 0;position:relative}.article-card__item.article-card__item--time{font-family:Merriweather,sans-serif;font-weight:700}.article-card__item:last-child{border-left:1px solid #4a4a4a;padding:0 0 0 .25rem}.article-card__copy{font-size:1rem;margin:.5rem 0}.article-card__link{color:#4a4a4a!important;text-decoration:none!important}@media(min-width:1024px){.latest-article__article .article-card__heading{font-size:2rem}.latest-article__article .article-card__meta{margin:0 0 .5rem}.latest-article__article .article-card__copy{margin:0 0 1rem}}.callout-article{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#5fcae9;display:-ms-flexbox;display:flex;height:100%;justify-content:center;padding:1rem;text-align:center}.callout-article__copy{color:#054977;font-family:merriweather,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 2rem}.callout-article__image+.callout-article__copy{margin-top:1rem}.callout-article__button{background-color:#37a354;color:#fff;font-family:Open Sans,arial;font-weight:700;padding:.6rem 1rem}.callout-article__button:focus,.callout-article__button:hover{background-color:#406931;color:#fff}.callout-article--has-image .callout-article__copy{font-size:1.1rem}.card{background-color:#fff;border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.16);cursor:pointer;display:block;padding:1rem;transition:transform .4s ease-out}.card__heading{color:#000;font-family:Merriweather,sans-serif;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.card__copy{color:#a4202f;font-size:.875rem;margin:0 0 1rem}.card:hover{box-shadow:0 5px 8px rgba(0,0,0,.16);transform:scale(1.05)}.card:hover a:after{right:-36px!important}.card.card--light-blue .card__copy,.card.card--light-blue .card__heading,.card.card--light-blue .card__link{color:#fff}.card.card--light-blue .card__link:after{background-image:url(8334f69fd336efac5719.png)}.card.card--blue{background-color:#0076b4}.card.card--blue .card__copy,.card.card--blue .card__heading,.card.card--blue .card__link{color:#fff}.card.card--blue .card__link:after{background-image:url(8334f69fd336efac5719.png)}.card.card--green,.card.card--light-blue,.card.card--yellow{background-color:#faa819}.card.card--green .card__copy,.card.card--green .card__heading,.card.card--light-blue .card__copy,.card.card--light-blue .card__heading,.card.card--yellow .card__copy,.card.card--yellow .card__heading{color:#000}.card.card--green .card__link,.card.card--light-blue .card__link,.card.card--yellow .card__link{color:#fff}.card.card--green .card__link:after,.card.card--light-blue .card__link:after,.card.card--yellow .card__link:after{background-image:url(8334f69fd336efac5719.png)}.card.card--light-blue{background-color:#5fcae9}.card.card--green{background-color:#37a354}.card.card--dark-blue,.card.card--red{background-color:#a4202f}.card.card--dark-blue .card__copy,.card.card--dark-blue .card__heading,.card.card--dark-blue .card__link,.card.card--red .card__copy,.card.card--red .card__heading,.card.card--red .card__link{color:#fff}.card.card--dark-blue .card__link:after,.card.card--red .card__link:after{background-image:url(8334f69fd336efac5719.png)}.card.card--dark-blue{background-color:#054977}.cards--minimal .card{box-shadow:none;cursor:auto}.cards--minimal .card:hover{transform:none}.cards--minimal .card:hover a:after{right:-30px!important}.cards--minimal .card:hover a:hover:after{right:-36px!important}.cards--minimal .card .card__heading{color:#054977;font-family:Open Sans,sans-serif;font-size:1.125rem;margin:0;text-transform:uppercase}.cards--minimal .card .card__copy{color:#000;font-family:Merriweather,sans-serif;font-size:1.125rem;font-weight:700;margin:0 0 1rem}.cards{background-color:#fff;padding:2rem 1rem 1rem}.cards__container{display:block;margin:0 auto;max-width:1516px}.cards__header{padding:2rem 0 4rem}.cards__heading{font-family:Merriweather,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 2rem;text-align:center}.cards__copy{font-size:1rem;margin:0 auto 2rem;max-width:900px;text-align:center}.cards__wrapper{-ms-flex-pack:stretch;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:stretch;margin:0 -.5rem}.cards__column{margin:0 0 1rem;padding:0 .5rem;width:100%}@media(min-width:768px){.cards{padding-left:4rem;padding-right:4rem}}@media(min-width:640px){.cards.cards--two .cards__wrapper{margin:0 -.5rem}.cards.cards--two .cards__column{padding:0 .5rem;width:50%}}@media(min-width:1024px){.cards.cards--two.cards--minimal .cards__wrapper{margin:0 -2rem}.cards.cards--two.cards--minimal .cards__column{padding:0 2rem}}@media(min-width:640px){.cards.cards--three .cards__column{width:50%}}@media(min-width:768px){.cards.cards--three .cards__wrapper{margin:0 -1rem}.cards.cards--three .cards__column{padding:0 .5rem;width:33.333%}}@media(min-width:1024px){.cards.cards--three.cards--minimal .cards__wrapper{margin:0 -2rem}.cards.cards--three.cards--minimal .cards__column{padding:0 2rem}}@media(min-width:640px){.cards.cards--four .cards__column{padding:0 .5rem;width:50%}}@media(min-width:768px){.cards.cards--four .cards__wrapper{margin:0 -.5rem}.cards.cards--four .cards__column{padding:0 .5rem;width:33.333%}}@media(min-width:1024px){.cards.cards--four .cards__column{padding:0 .5rem;width:25%}.cards.cards--four.cards--minimal .cards__wrapper{margin:0 -2rem}.cards.cards--four.cards--minimal .cards__column{padding:0 2rem}}@media(min-width:640px){.cards.cards--five .cards__column{width:50%}}@media(min-width:768px){.cards.cards--five .cards__wrapper{margin:0 -.5rem}.cards.cards--five .cards__column{padding:0 .5rem;width:33.333%}}@media(min-width:1024px){.cards.cards--five .cards__column{width:25%}.cards.cards--five.cards--minimal .cards__wrapper{margin:0 -2rem}.cards.cards--five.cards--minimal .cards__column{padding:0 2rem}}@media(min-width:1280px){.cards.cards--five .cards__column{width:20%}}.cards.cards--minimal{background-color:#fff;padding:1rem 0 0}.cards.cards--minimal .cards__column{padding:0!important}@media(min-width:768px){.cards.cards--minimal{padding-left:4rem;padding-right:4rem}}@media(min-width:1024px){.cards__heading{font-size:2rem}}.cards__column .card{height:100%}.iat{background-color:#e7f7fc;padding:4rem 1rem}.iat__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:0 auto;max-width:1000px}.iat__content{margin:0 auto;max-width:600px}.iat__content .sf-button{font-size:1rem;font-weight:700}.iat__heading{font-family:Merriweather,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;margin:0 0 2rem}.iat__copy{color:#a4202f;line-height:1.2;margin:0 0 3rem}.iat__featured{text-align:center}.iat__image{display:inline-block;height:auto;max-width:100%;width:auto}@media(min-width:768px){.iat{padding:4rem}}@media(min-width:1024px){.iat__container{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.iat__heading{font-size:2rem}.iat__copy{font-size:1.5rem;padding:0 2rem 0 0}}.header{background-color:#054977;background-image:url(9d2dd12c30d332e91810.png);background-size:cover;display:block;padding:1rem}.header__container{-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:1516px;width:100%}.header__container,.header__featured{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto}.header__featured{padding:1rem 0;width:240px}.header__featured:last-child{text-align:right}.header__featured.header__featured--cover{max-width:200px;padding:1rem 0;text-align:center}.header__image{height:auto;width:auto}.header__content{color:#fff;-ms-flex:1 1 auto;flex:1 1 auto;padding:2rem 1rem;text-align:center;width:100%}.header__copy{line-height:1.2}.header__heading{font-family:Merriweather,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.2;margin:0 0 .5rem;padding:0}.header__heading.__heading--alternative{font-style:italic}.header__subheading{font-family:Helvetica Neue,sans-serif;font-size:2rem;font-weight:400;margin:0 0 .5rem;padding:0}.header__copy{margin:0 auto;max-width:600px}.header__issue{font-family:Helvetica Neue,sans-serif;font-size:1.125rem;font-style:italic;margin:0 0 .5rem;padding:0}.header__link{color:#fff!important;display:inline-block;margin:1rem 0 0!important}.header__link:after{background-image:url(8334f69fd336efac5719.png)!important}@media(min-width:1280px){.header{padding:0 4rem}.header__container{-ms-flex-direction:row;flex-direction:row}.header__heading{font-size:4rem}.header__content{padding:4rem 1rem}.header__featured{max-width:25%}.header__copy{font-size:1.25rem}}.header.header--red{background-color:#a4202f}.header.header--light-blue{background-color:#5fcae9}.header.header--light-blue .header__copy,.header.header--light-blue .header__heading{color:#054977}.header.header--yellow{background-color:#faa819}.header.header--yellow .header__copy,.header.header--yellow .header__heading{color:#000}.header.header--green{background-color:#37a354}.header.header--green .header__copy,.header.header--green .header__heading{color:#000}.header.header--blue{background-color:#1376b4}.header.header--blue .header__copy,.header.header--blue .header__heading{color:#fff}.links-section{background-color:#edf3f9;padding:2rem 1rem}.links-section__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:1516px}.links-section__heading{color:#054977;font-family:Merriweather,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.links-section__inner{max-width:800px}.links-section__link{color:#054977}@media(min-width:768px){.links-section{padding:2rem 4rem}.links-section__container{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.links-section__heading{padding:0 2rem 0 0}.links-section__content{width:70%}.links-section__inner{margin:0 auto}.links-section__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.links-section__item{margin:0 0 .5rem;padding:0 0 0 2rem;width:50%}}@media(min-width:1024px){.links-section__heading{font-size:2rem}.links-section__item{width:33.333%}.links-section__link{font-size:1.125rem}}.latest1{padding:4rem 1rem}.latest1__container{display:block;margin:0 auto;max-width:1516px}.latest1__heading{color:#253746;display:block;font-family:Merriweather,serif;font-size:2rem;font-weight:700;padding:0 0 2rem}.latest1__wrapper{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest1__primary{box-sizing:border-box;display:block}.latest1__primary .latest1__column{width:100%}.latest1__secondary,.latest1__ternary{display:block;width:100%}.latest1__column{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 0 3rem}.latest1__column.latest1__column--banner{width:100%}@media(min-width:560px){.latest1__wrapper{margin:0 -1rem}.latest1__secondary,.latest1__ternary{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest1__column{padding:1rem;width:50%}}@media(min-width:768px){.latest1{padding:4rem}}@media(min-width:1024px){.latest1__wrapper{-ms-flex-direction:row;flex-direction:row}.latest1__primary{-ms-flex-order:2;border-left:1px solid #b4b4b4;-ms-flex:0 0 auto;flex:0 0 auto;order:2;width:75%}.latest1__secondary{-ms-flex-order:1;-ms-flex-direction:column;flex-direction:column;order:1;width:25%}.latest1__secondary .latest1__column{width:100%}.latest1__ternary{-ms-flex-order:3;order:3;width:100%}.latest1__ternary .latest1__column{width:25%}.latest1__column.latest1__column--banner{width:100%}}@media(min-width:1400px){.latest1__primary{border-right:1px solid #b4b4b4;width:43%}.latest1__secondary{width:25%}.latest1__ternary{-ms-flex-align:stretch;align-items:stretch;width:32%}.latest1__ternary .latest1__column{border-bottom:1px solid #b4b4b4;width:50%}.latest1__ternary .latest1__column:nth-child(odd){border-right:1px solid #b4b4b4}.latest1__ternary .latest1__column.latest1__column--banner{border-bottom:none;border-right:none;width:100%}.latest1__ternary .article-card .article-card__heading{font-size:1.1rem}}.header+.latest1{background-color:#edf3f9}.latest2{padding:4rem 1rem}.latest2__container{display:block;margin:0 auto;max-width:1516px}.latest2__wrapper{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest2__heading{color:#253746;display:block;font-family:Merriweather,serif;font-size:2rem;font-weight:700;padding:0 0 2rem}.latest2__primary{box-sizing:border-box;display:block;padding:0}.latest2__primary .latest2__column{width:100%}.latest2__secondary,.latest2__ternary{display:block;padding:0}.latest2__secondary .latest2__ternary{display:none}.latest2__column{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 0 3rem}.latest2__column.latest2__column--banner{width:100%}@media(min-width:560px){.latest2__wrapper{margin:0 -1rem}.latest2__secondary,.latest2__ternary{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest2__column{padding:1rem;width:50%}}@media(min-width:768px){.latest2{padding:4rem}}@media(min-width:1024px){.latest2__wrapper{-ms-flex-direction:row;flex-direction:row}.latest2__primary{border-right:1px solid #b4b4b4;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.latest2__secondary{-ms-flex-direction:column;flex-direction:column;width:25%}.latest2__secondary .latest2__column{width:100%}.latest2__ternary{-ms-flex-order:3;order:3;width:100%}.latest2__ternary .latest2__column{width:33.333%}}@media(min-width:1400px){.latest2__primary{border-right:1px solid #b4b4b4;padding-right:1rem;width:50%}.latest2__secondary{-ms-flex-direction:row;flex-direction:row;padding-left:1rem;width:50%}.latest2__secondary .latest2__column{width:50%}.latest2__secondary .latest2__ternary{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;width:100%}.latest2__secondary .latest2__ternary .latest2__column{width:33.333%}.latest2__ternary{display:none}}.header+.latest2{background-color:#edf3f9}.latest3{padding:4rem 1rem}.latest3__container{display:block;margin:0 auto;max-width:1516px}.latest3__heading{color:#253746;display:block;font-family:Merriweather,serif;font-size:2rem;font-weight:700;padding:0 0 2rem}.latest3__wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5rem}.latest3__content,.latest3__high,.latest3__low,.latest3__primary,.latest3__secondary{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.latest3__column{-ms-flex:0 0 auto;flex:0 0 auto;padding:0 .5rem 3rem;width:100%}.latest3__high{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.latest3__high .latest3__secondary{display:none}.latest3__low .latest3__content{width:70%}.latest3__low .latest3__banner{padding:0 .5rem;text-align:right;width:30%}@media(min-width:560px){.latest3__low .latest3__primary .latest3__column{width:50%}.latest3__low .latest3__secondary{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.latest3__low .latest3__secondary .latest3__content{-ms-flex:1 1 auto;flex:1 1 auto;width:50%}.latest3__low .latest3__secondary .latest3__banner{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}}@media(min-width:768px){.latest3{padding:4rem}}@media(min-width:860px){.latest3 .latest3__column.latest3__column--mobile{display:none}.latest3__high .latest3__primary{width:65%}.latest3__high .latest3__secondary{display:-ms-flexbox;display:flex;width:35%}}@media(min-width:1280px){.latest3 .latest3__high{border-right:1px solid #b4b4b4;padding:0 2rem 0 0;width:50%}.latest3 .latest3__high .latest3__primary{width:100%}.latest3 .latest3__high .latest3__primary .latest3__column{border-bottom:1px solid #b4b4b4}.latest3 .latest3__high .latest3__secondary{width:100%}.latest3 .latest3__high .latest3__secondary .latest3__column{width:50%}.latest3 .latest3__low{padding:0 0 0 2rem;width:50%}}.header+.latest3{background-color:#edf3f9}.latest-article{padding:4rem 1rem}.latest-article__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;max-width:1516px}.latest-article__content,.latest-article__featured{box-sizing:border-box;width:100%}.latest-article__featured{margin:0 0 1rem}.latest-article__heading{color:#054977;display:none;font-size:1.125rem;font-weight:900;margin:0 0 1rem;text-transform:uppercase}.latest-article__article{max-width:600px}@media(min-width:768px){.latest-article{padding:4rem}.latest-article__container{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.latest-article__content,.latest-article__featured{width:50%}.latest-article__content{padding:0 2rem 0 0}.latest-article__heading{display:block}}.lpm{background-color:#edf3f9;padding:3rem 1rem 0}.lpm__container{display:block;margin:0 auto;max-width:1516px}.lpm__footer{display:block;padding:2rem;text-align:center}.lpm__heading{font-family:Merriweather,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 2rem;text-align:center}.lpm__magazines{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}.lpm__col{padding:0 1rem;width:100%}.lpm__card{display:block;margin:0 auto 3rem;position:relative}.lpm__image{height:auto;margin:0 0 1rem;width:100%}.lpm__issue{font-size:1.125rem;font-weight:700;margin:0 0 .6rem}.lpm p{margin:0}.lpm .sf-button{font-size:1rem;font-weight:700;margin:0 0 .6rem}@media(min-width:480px){.lpm__heading{text-align:left}.lpm__magazines{-ms-flex-direction:row;flex-direction:row}.lpm__col{width:50%}}@media(min-width:768px){.lpm{padding:3rem 4rem 0}.lpm__magazines{margin:0 -2rem}.lpm__col{padding:0 2rem}}@media(min-width:1024px){.lpm__col{width:25%}.lpm__heading{font-size:2rem}}.nav{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.nav__item{margin:0 .5rem;position:relative}.nav__item:first-child{margin-left:0}.nav__item:last-child{margin-right:0}.nav__option{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.nav__toggle{color:#4a4a4a;display:inline-block;margin:0 0 -.25rem .25rem}.nav__toggle.nav__toggle--button{display:none}.nav__link:hover{color:#004a78}.nav.nav--primary{-ms-flex-align:stretch;align-items:stretch;height:100%}.nav.nav--primary .nav__option{height:100%}.nav.nav--primary .nav__link{border:2px solid transparent;color:#4a4a4a;font-family:Merriweather,serif;font-size:15px;font-weight:700}.nav.nav--primary .nav__link:active,.nav.nav--primary .nav__link:focus{border-color:#fff;outline:2px solid #037ffc}.nav.nav--primary .nav__toggle{background:none;border:none;color:#004a78;font-size:1.4rem;margin-top:-2px}@media(min-width:1400px){.nav.nav--primary .nav__link{font-size:16px}}body.home #header:not(.scrolled) .nav--primary .nav__link,body.home #header:not(.scrolled) .nav--primary .nav__toggle{color:#fff}.magazine-card__image{height:auto;width:100%}.media-and-content{display:block}.media-and-content__container{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.mdropdown{background-color:#fff;border-radius:5px;box-shadow:0 2px 25px 0 rgba(0,0,0,.12);display:-ms-flexbox;display:flex;left:-20px;opacity:0;position:absolute;text-align:left;top:-10000px;transform:translateY(-10px);transition:opacity .1s ease-out,transform .1s ease-out,top 0s .1s,visibility 0s .1s;visibility:hidden}.mdropdown.mdropdown--anchor-right{left:auto;right:-20px}.mdropdown__group{padding:2rem;width:300px}.mdropdown__item+.mdropdown__item--firstlevel{margin-top:.75rem}.mdropdown__link{color:#4a4a4a;display:inline-block;font-family:Merriweather,serif;font-size:14px;margin:0 0 .75rem}.mdropdown__link:hover{color:#004a78}.mdropdown__link:focus{outline:2px solid #037ffc}.mdropdown__link.mdropdown__link--firstlevel{font-size:1.25rem;font-weight:700}.mdropdown__link.mdropdown__link--firstlevel:hover{color:#004a78}.mdropdown__link.mdropdown__link--firstlevel:focus{outline:2px solid #037ffc}.mdropdown.mdropdown--show,.nav__item:hover .mdropdown{opacity:1;top:100%;transform:translateY(0);transition:opacity .1s ease-out,transform .1s ease-out;visibility:visible}.nav__item .fa{transition:transform .4s ease-out}.nav__item:has(.mdropdown--show,.nav__item:hover .mdropdown) .nav__toggle>.fa{transform:rotate(-90deg)}.nav__item:hover .nav__toggle>.fa{transform:rotate(-90deg)}.resource-article{padding:1rem}.resource-article__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:1516px}.resource-article__content{border-bottom:1px solid #b4b4b4;margin:0 0 2rem;padding:0 0 2rem}.resource-article__featured{display:block;margin:0 0 1rem}.resource-article__image{height:auto;width:100%}.resource-article__heading{font-family:Merriweather,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 1.25rem}.resource-article__heading.resource-article__heading--sidebar{font-size:2rem}.resource-article__heading.resource-article__heading--sidebar:last-of-type{border-top:1px solid #b4b4b4;margin:2rem 0 0;padding:2rem 0 0}.resource-article__meta{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.resource-article__item{border-right:1px solid #4a4a4a;color:#4a4a4a;font-family:Merriweather,sans-serif;font-size:1rem;font-style:italic;font-weight:700;line-height:1;margin:0 .25rem .5rem 0;padding:0 .25rem 0 0}.resource-article__item:last-child{border-right:none}.resource-article__item--issue{font-family:Open Sans,serif;font-weight:400}.resource-article__link{color:#0076b4}.resource-article__taxonomies{font-size:1rem;margin:-1rem 0 2rem}.resource-article__related{display:block;margin:2rem 0 0}.resource-article__article{border-bottom:1px solid #b4b4b4;margin:0 0 2rem;padding:0 0 2rem}.resource-article__article:last-of-type{border:none;margin:0;padding:0}@media(min-width:768px){.resource-article{padding:0 6rem}}@media(min-width:1024px){.resource-article__container{-ms-flex-direction:row;flex-direction:row}.resource-article__content{border:none;padding:0 1rem 0 0;width:100%}.resource-article__sidebar{border-left:1px solid #b4b4b4;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 0 0 1rem;width:250px}}@media(min-width:1180px){.resource-article__sidebar{width:300px}}@media(min-width:1280px){.resource-article__content{padding:0 2rem 0 0}.resource-article__sidebar{padding:0 0 0 2rem;width:380px}}@media(min-width:1600px){.resource-article__content{padding-right:3rem}.resource-article__sidebar{padding-left:3rem}}@media(min-width:1025px){.resource-template-default #main-container{padding-top:100px!important}}.feed{padding:0 1rem}.feed__container{display:block;margin:0 auto;max-width:1516px}.feed__heading{font-family:Merriweather,sans-serif;font-size:2rem;font-weight:700;margin:0 0 3rem}.feed__filters{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 2rem}.feed__filter{-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 1rem;width:100%}.feed__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5rem}.feed__column{padding:0 .5rem 2rem;width:100%}@media(min-width:560px){.feed__column{width:50%}}@media(min-width:768px){.feed{padding:4rem}.feed__filters{-ms-flex-direction:row;flex-direction:row}.feed__filter{width:50%}.feed.feed__filter--taxonomy{width:25%}}@media(min-width:968px){.feed__column{width:33.333%}}@media(min-width:1280px){.feed__content{margin:0 -1rem}.feed__column{padding-left:1rem;padding-right:1rem;width:25%}}.select{font-size:1rem;margin:0 0 1rem}.select,.select__current{display:block;position:relative;width:100%}.select__current{border:1px solid #253746;border-radius:5px;cursor:pointer;overflow:hidden;padding:.75rem 2rem .75rem 1rem;text-align:left;white-space:nowrap}.select__current-text{color:#0076b4;font-size:1.125rem;font-style:italic;font-weight:500;overflow:hidden;white-space:nowrap}.select__options{background-color:#f7f6f2;box-shadow:0 2px 4px rgba(0,0,0,.16);display:none;left:0;max-height:250px;overflow-y:auto;padding:1rem 0;position:absolute;top:100%;width:100%;z-index:110}.select__option{color:#0076b4;cursor:pointer;font-size:1.125rem;font-style:italic;font-weight:500;padding:.6rem 1rem}.select__option:focus,.select__option:hover{background-color:rgba(0,0,0,.05);outline:none;text-decoration:underline}.select__arrow{color:#0076b4;font-size:1rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.select.select--active .select__options{display:block}.select.select--active .select__arrow{transform:rotate(180deg) translateY(50%)}.resource-breadcrumbs{padding:0 1rem}.resource-breadcrumbs__container{display:block;margin:0 auto;max-width:1516px;padding:2rem 0}.resource-breadcrumbs__list{box-sizing:border-box;display:-ms-flexbox;display:flex;list-style:none;margin:0 auto}.resource-breadcrumbs__item{color:#054977}.resource-breadcrumbs__item:after{color:#a4202f;content:"|";display:inline-block;font-weight:400;padding:0 .25rem}.resource-breadcrumbs__item:first-child{font-weight:700!important}.resource-breadcrumbs__item:last-child:after{display:none}.resource-breadcrumbs__link{color:#054977}@media(min-width:768px){.resource-breadcrumbs{padding:0 4rem}.resource-breadcrumbs.resource-breadcrumbs--article{padding:6rem 6rem 2rem}}.resource-hub-articles>.wp-block-naesp-row{padding-left:0;padding-right:0}.resource-hub-articles .blog-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.resource-hub-articles .blog-items .masonry-blog-item-wrap{box-shadow:none!important}.resource-hub-articles .container{max-width:calc(1516px + 2rem)!important;width:100%!important}.resource-hub-articles .blog-item{margin:0 0 4rem}@media(min-width:768px){.resource-hub-articles{padding-left:3rem;padding-right:3rem}.resource-hub-articles .wp-block-naesp-row{padding-left:0!important;padding-right:0!important}}.social-sharing{-ms-flex-align:center;align-items:center;background-color:#fff;display:-ms-flexbox;display:flex;margin:2rem 0;padding:.25rem}.social-sharing__item{font-size:1rem;padding:0 1rem 0 0;text-align:center}.social-sharing__item.social-sharing__item--label{color:#054977;font-size:1rem;font-weight:700}.social-sharing__link{background-color:#054977;border:none;border-radius:35px;color:#fff!important;display:inline-block;font-size:1rem;height:35px;line-height:1rem;margin:0;padding:0;position:relative;vertical-align:middle;width:35px}.social-sharing__link:active,.social-sharing__link:focus,.social-sharing__link:hover{color:#fff}.social-sharing__link i{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media(min-width:1024px){.social-sharing{display:block;left:max((100vw - 1640px)/2 - 2rem,1.5rem);position:fixed;top:15rem}.social-sharing__item{display:block;padding:0 0 .5rem}.social-sharing__item.social-sharing__item--label{font-size:.875rem}}.prose .strong,.prose b,.prose strong{font-weight:700}.prose .em,.prose dfn,.prose em{font-style:italic}.prose .small,.prose small{font-size:75%}.prose ol,.prose ul{padding:0}.prose dd{margin:0}.prose .image-replacement{overflow:hidden;text-indent:100%;white-space:nowrap}.prose .text-left{text-align:left}.prose .text-center{text-align:center}.prose .text-right{text-align:right}.prose .alignleft{float:left;margin:2px 20px 8px 0}.prose .alignright{float:right;margin:2px 0 8px 20px}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6,.prose hr,.prose ol,.prose p,.prose ul{margin:0 0 1rem;max-width:850px}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:Merriweather,serif}.prose h1{color:#000;font-size:1.28rem;font-weight:700}.prose h2{font-size:1.14rem;font-weight:600}.prose h3{font-size:1rem;font-weight:500}.prose h4,.prose h5,.prose h6{font-size:1rem;font-weight:400}.prose li,.prose p{font-size:1rem}.prose input{border:1px solid #000;padding:.5rem}@media(min-width:968px){.prose h1{font-size:2.5rem}.prose h2{font-size:1.875rem}.prose h3{font-size:.9375rem}}@media(min-width:1280px){.prose h1{font-size:3rem}.prose h2{font-size:2rem}.prose h3{font-size:1rem}}.prose p{line-height:1.5}.prose a{color:#0069aa;font-size:inherit;text-decoration:underline}.prose ol,.prose ul{padding:0 0 0 1rem}.prose ol{list-style:numeric}.prose ul{list-style:disc;padding:0 0 0 1rem}.prose ul ul{list-style:circle}.prose ul ul ul{list-style:square}.prose .resource-download-print{margin:0 0 40px;max-width:850px}body,html{font-family:Open Sans,sans-serif;font-size:16px;font-weight:400}.blog-item{opacity:1!important}.spb_image_edge{z-index:1000!important}.blank_spacer{z-index:-1}.invade-bottom{z-index:2}.invade-bottom+*{z-index:1}.partner-grid-container{margin:0 auto;max-width:1200px}#header{display:none}#mobile-header{display:block}@media screen and (min-width:1200px){#header{display:block}#mobile-header{display:none}}.auth-only{display:none!important}.logged-in .auth-only{display:initial!important}.logged-in .guest-only{display:none!important}.login-button{padding:1rem 1.5rem}.login-button a{background-color:#5f9b49!important;border:0;border-radius:2px;color:#fff!important;font-size:16px!important;font-weight:700;letter-spacing:0;line-height:21px!important;padding:8px 24px!important;text-align:center;width:100%}.login-button a:hover{background-color:#406931!important}.image-edge .background-image-holder{width:120%!important}.spb_tabs .spb_accordion_wrapper{display:block;margin:0 auto;max-width:1200px}.spb_tabs .ui-accordion-header button{background-color:transparent!important}@media screen and (min-width:992px){.spb_tabs .ui-accordion-header button{background-color:#fff!important}}.spb_accordion .spb_accordion_wrapper{display:block;margin:0 auto;max-width:1200px}.spb-row-full-width-stretch .container{width:100%}.wp-block-naesp-featured-tile{color:#fff!important}#white-site-logo-svg{margin:-40px 0 0;visibility:hidden}body.home #header:not(.scrolled){background-color:transparent!important;border-bottom:1px solid transparent!important}body.home #header:not(.scrolled) .mega-menu>.mega-menu-item>.mega-menu-link{color:#fff!important}body.home #header:not(.scrolled) .search-text{color:#fff}body.home #header:not(.scrolled) .search-text:after{background-image:url(cf3a788a240ae5c547ee.svg)!important}body.home #header:not(.scrolled) #site-logo-svg{visibility:hidden}body.home #header:not(.scrolled) #white-site-logo-svg{visibility:visible}body.home #header:not(.scrolled) .mega-indicator:after{color:#fff!important}#header.scrolled{top:var(--wp-admin--admin-bar--height,0)!important}.wp-block-naesp-text-block{line-height:1.6}.page-heading .spb_content_element.spb_image_edge{padding-left:0!important;padding-right:0!important}@media screen and (min-width:768px){.spb_image_edge.pos-left .image-edge-content{padding-left:60px}}.share-icon{position:relative}.share-icon .fa{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.wp-block-naesp-text-block .spb_button{padding-left:0!important;padding-right:0!important}@media screen and (min-width:991px){.spb_accordion.display-sidebar:before{display:none}.spb_accordion.display-sidebar .spb_accordion_wrapper{background-color:#edf3f9;position:relative}.spb_accordion.display-sidebar .spb_accordion_wrapper:before{background-color:#fff;content:" ";height:100%;left:0;position:absolute;top:0;width:90px;z-index:0}}.spb_featured_tile a{color:#fff!important}.content-feed-search-button{height:22px;outline:3px solid transparent;position:absolute;right:11px;top:31px;width:22px}.content-feed-search-button i{fill:#0069aa;line-height:22px!important}@media print{#mobile-header,#sticky-header-wrapper,.header-wrap{display:none!important}}.widget{padding-bottom:0!important}.invade-bottom{position:relative;z-index:10!important}.invade-bottom-card{position:relative;z-index:20!important}#multiview-row .wp-block-naesp-row{display:-ms-flexbox;display:flex}#multiview-row .wp-block-naesp-row .spb_content_element{margin:0 auto}#main-container .page-heading.image-banner .heading-text .row{margin-left:0!important;margin-right:0!important}#main-container .page-heading.image-banner .heading-text .row .container{padding-left:0!important;padding-right:0!important}#main-container .page-heading.image-banner .heading-text .background-image-holder img{margin-left:0!important}@media screen and (min-width:766px){#main-container .page-heading.image-banner .heading-text .row{margin-left:-16px!important;margin-right:-16px!important}#main-container .page-heading.image-banner .heading-text .row .container{padding-left:32px!important;padding-right:32px!important}#main-container .page-heading.image-banner .heading-text .background-image-holder{background-position:0 0!important;margin-left:-50px!important}#main-container .page-heading.image-banner .heading-text .background-image-holder img{margin-left:auto!important}#main-container .page-heading.image-banner .heading-text>.row>.container{margin-left:auto!important;margin-right:0!important;width:calc(50vw + 616px)!important}#main-container .page-heading.image-banner .heading-text>.row>.container .content-holder{margin-left:16px!important}}@media screen and (min-width:1200px){#main-container .page-heading.image-banner .heading-text .row .container{padding-left:16px!important;padding-right:16px!important}}.mtsnb-fixed{z-index:10!important}#mobile-menu-wrapper{z-index:1000!important}.single-spotlight #main-container{padding-left:16px;padding-right:16px}.team-member{transition:transform .4s ease-out}.team-member:hover{margin-top:0;transform:translateY(-8px)}@media print{body{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.d-none{display:none!important}@media(min-width:768px){.d-block-md{display:block!important}.d-hidden-md{display:none!important}}.sf-button i[class^=fa-]{text-align:right!important}.gform_wrapper{margin-left:auto!important;margin-right:auto!important;max-width:1190px!important}.bg-light-blue{background-color:rgba(95,202,233,.09)}.spb-heading.spb-text-heading{font-family:Merriweather;font-size:2rem;font-weight:700;margin:4rem 0 2rem;text-align:left}.pagination-wrap{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.filter-resource-category:before{content:"Resource Types"!important}.spb_banner{background:#004a78;color:#fff;font-weight:700;left:80px;padding:16px;position:absolute}.page-content a,.resource-article a{color:#0069aa;text-decoration:underline}.naesp-banner{background:#004a78;color:#fff;font-size:.8rem;font-weight:700;left:1rem;padding:.5rem 1rem;position:absolute;z-index:10}.naesp-banner [class^=fa-]{display:inline-block;margin:0 .5rem 0 -.25rem}
