/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/client/scss/eligo.fa.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
* font-awesome
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(fonts/fontawesome-webfont..eot);
  src: url(fonts/fontawesome-webfont..eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont..woff2) format("woff2"), url(fonts/fontawesome-webfont..woff) format("woff"), url(fonts/fontawesome-webfont..ttf) format("truetype"), url(images/fontawesome-webfont..svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

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

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

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

.fa-question-circle:before {
  content: "\f059";
}

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

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

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

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

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

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

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

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

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

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

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

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

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

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

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

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

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

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

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

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

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

.fa-sort-amount-desc:before {
  content: "\f161";
}

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

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

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

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

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

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Font Awesome Free 6.4.2 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.
 */
.fa5 {
  font-family: var(--fa5-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa5-style, 900);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa5-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa5-1::before {
  content: "\31 ";
}

.fa5-2::before {
  content: "\32 ";
}

.fa5-3::before {
  content: "\33 ";
}

.fa5-4::before {
  content: "\34 ";
}

.fa5-5::before {
  content: "\35 ";
}

.fa5-6::before {
  content: "\36 ";
}

.fa5-7::before {
  content: "\37 ";
}

.fa5-8::before {
  content: "\38 ";
}

.fa5-9::before {
  content: "\39 ";
}

.fa5-fill-drip::before {
  content: "\f576";
}

.fa5-arrows-to-circle::before {
  content: "\e4bd";
}

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

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

.fa5-at::before {
  content: "\@";
}

.fa5-trash-can::before {
  content: "\f2ed";
}

.fa5-trash-alt::before {
  content: "\f2ed";
}

.fa5-text-height::before {
  content: "\f034";
}

.fa5-user-xmark::before {
  content: "\f235";
}

.fa5-user-times::before {
  content: "\f235";
}

.fa5-stethoscope::before {
  content: "\f0f1";
}

.fa5-message::before {
  content: "\f27a";
}

.fa5-comment-alt::before {
  content: "\f27a";
}

.fa5-info::before {
  content: "\f129";
}

.fa5-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa5-compress-alt::before {
  content: "\f422";
}

.fa5-explosion::before {
  content: "\e4e9";
}

.fa5-file-lines::before {
  content: "\f15c";
}

.fa5-file-alt::before {
  content: "\f15c";
}

.fa5-file-text::before {
  content: "\f15c";
}

.fa5-wave-square::before {
  content: "\f83e";
}

.fa5-ring::before {
  content: "\f70b";
}

.fa5-building-un::before {
  content: "\e4d9";
}

.fa5-dice-three::before {
  content: "\f527";
}

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

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

.fa5-anchor-circle-check::before {
  content: "\e4aa";
}

.fa5-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa5-volleyball::before {
  content: "\f45f";
}

.fa5-volleyball-ball::before {
  content: "\f45f";
}

.fa5-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa5-sort-down::before {
  content: "\f0dd";
}

.fa5-sort-desc::before {
  content: "\f0dd";
}

.fa5-circle-minus::before {
  content: "\f056";
}

.fa5-minus-circle::before {
  content: "\f056";
}

.fa5-door-open::before {
  content: "\f52b";
}

.fa5-right-from-bracket::before {
  content: "\f2f5";
}

.fa5-sign-out-alt::before {
  content: "\f2f5";
}

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

.fa5-soap::before {
  content: "\e06e";
}

.fa5-icons::before {
  content: "\f86d";
}

.fa5-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa5-microphone-lines-slash::before {
  content: "\f539";
}

.fa5-microphone-alt-slash::before {
  content: "\f539";
}

.fa5-bridge-circle-check::before {
  content: "\e4c9";
}

.fa5-pump-medical::before {
  content: "\e06a";
}

.fa5-fingerprint::before {
  content: "\f577";
}

.fa5-hand-point-right::before {
  content: "\f0a4";
}

.fa5-magnifying-glass-location::before {
  content: "\f689";
}

.fa5-search-location::before {
  content: "\f689";
}

.fa5-forward-step::before {
  content: "\f051";
}

.fa5-step-forward::before {
  content: "\f051";
}

.fa5-face-smile-beam::before {
  content: "\f5b8";
}

.fa5-smile-beam::before {
  content: "\f5b8";
}

.fa5-flag-checkered::before {
  content: "\f11e";
}

.fa5-football::before {
  content: "\f44e";
}

.fa5-football-ball::before {
  content: "\f44e";
}

.fa5-school-circle-exclamation::before {
  content: "\e56c";
}

.fa5-crop::before {
  content: "\f125";
}

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

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

.fa5-users-rectangle::before {
  content: "\e594";
}

.fa5-people-roof::before {
  content: "\e537";
}

.fa5-people-line::before {
  content: "\e534";
}

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

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

.fa5-diagram-predecessor::before {
  content: "\e477";
}

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

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

.fa5-fire-flame-simple::before {
  content: "\f46a";
}

.fa5-burn::before {
  content: "\f46a";
}

.fa5-person::before {
  content: "\f183";
}

.fa5-male::before {
  content: "\f183";
}

.fa5-laptop::before {
  content: "\f109";
}

.fa5-file-csv::before {
  content: "\f6dd";
}

.fa5-menorah::before {
  content: "\f676";
}

.fa5-truck-plane::before {
  content: "\e58f";
}

.fa5-record-vinyl::before {
  content: "\f8d9";
}

.fa5-face-grin-stars::before {
  content: "\f587";
}

.fa5-grin-stars::before {
  content: "\f587";
}

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

.fa5-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa5-pastafarianism::before {
  content: "\f67b";
}

.fa5-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa5-spoon::before {
  content: "\f2e5";
}

.fa5-utensil-spoon::before {
  content: "\f2e5";
}

.fa5-jar-wheat::before {
  content: "\e517";
}

.fa5-envelopes-bulk::before {
  content: "\f674";
}

.fa5-mail-bulk::before {
  content: "\f674";
}

.fa5-file-circle-exclamation::before {
  content: "\e4eb";
}

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

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

.fa5-pager::before {
  content: "\f815";
}

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

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

.fa5-strikethrough::before {
  content: "\f0cc";
}

.fa5-k::before {
  content: "K";
}

.fa5-landmark-flag::before {
  content: "\e51c";
}

.fa5-pencil::before {
  content: "\f303";
}

.fa5-pencil-alt::before {
  content: "\f303";
}

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

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

.fa5-comments::before {
  content: "\f086";
}

.fa5-paste::before {
  content: "\f0ea";
}

.fa5-file-clipboard::before {
  content: "\f0ea";
}

.fa5-code-pull-request::before {
  content: "\e13c";
}

.fa5-clipboard-list::before {
  content: "\f46d";
}

.fa5-truck-ramp-box::before {
  content: "\f4de";
}

.fa5-truck-loading::before {
  content: "\f4de";
}

.fa5-user-check::before {
  content: "\f4fc";
}

.fa5-vial-virus::before {
  content: "\e597";
}

.fa5-sheet-plastic::before {
  content: "\e571";
}

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

.fa5-user-ninja::before {
  content: "\f504";
}

.fa5-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa5-scroll-torah::before {
  content: "\f6a0";
}

.fa5-torah::before {
  content: "\f6a0";
}

.fa5-broom-ball::before {
  content: "\f458";
}

.fa5-quidditch::before {
  content: "\f458";
}

.fa5-quidditch-broom-ball::before {
  content: "\f458";
}

.fa5-toggle-off::before {
  content: "\f204";
}

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

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

.fa5-person-drowning::before {
  content: "\e545";
}

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

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

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

.fa5-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa5-grin-tongue-squint::before {
  content: "\f58a";
}

.fa5-spray-can::before {
  content: "\f5bd";
}

.fa5-truck-monster::before {
  content: "\f63b";
}

.fa5-w::before {
  content: "W";
}

.fa5-earth-africa::before {
  content: "\f57c";
}

.fa5-globe-africa::before {
  content: "\f57c";
}

.fa5-rainbow::before {
  content: "\f75b";
}

.fa5-circle-notch::before {
  content: "\f1ce";
}

.fa5-tablet-screen-button::before {
  content: "\f3fa";
}

.fa5-tablet-alt::before {
  content: "\f3fa";
}

.fa5-paw::before {
  content: "\f1b0";
}

.fa5-cloud::before {
  content: "\f0c2";
}

.fa5-trowel-bricks::before {
  content: "\e58a";
}

.fa5-face-flushed::before {
  content: "\f579";
}

.fa5-flushed::before {
  content: "\f579";
}

.fa5-hospital-user::before {
  content: "\f80d";
}

.fa5-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa5-gavel::before {
  content: "\f0e3";
}

.fa5-legal::before {
  content: "\f0e3";
}

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

.fa5-microphone-slash::before {
  content: "\f131";
}

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

.fa5-motorcycle::before {
  content: "\f21c";
}

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

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

.fa5-pen-ruler::before {
  content: "\f5ae";
}

.fa5-pencil-ruler::before {
  content: "\f5ae";
}

.fa5-people-arrows::before {
  content: "\e068";
}

.fa5-people-arrows-left-right::before {
  content: "\e068";
}

.fa5-mars-and-venus-burst::before {
  content: "\e523";
}

.fa5-square-caret-right::before {
  content: "\f152";
}

.fa5-caret-square-right::before {
  content: "\f152";
}

.fa5-scissors::before {
  content: "\f0c4";
}

.fa5-cut::before {
  content: "\f0c4";
}

.fa5-sun-plant-wilt::before {
  content: "\e57a";
}

.fa5-toilets-portable::before {
  content: "\e584";
}

.fa5-hockey-puck::before {
  content: "\f453";
}

.fa5-table::before {
  content: "\f0ce";
}

.fa5-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa5-tachograph-digital::before {
  content: "\f566";
}

.fa5-digital-tachograph::before {
  content: "\f566";
}

.fa5-users-slash::before {
  content: "\e073";
}

.fa5-clover::before {
  content: "\e139";
}

.fa5-reply::before {
  content: "\f3e5";
}

.fa5-mail-reply::before {
  content: "\f3e5";
}

.fa5-star-and-crescent::before {
  content: "\f699";
}

.fa5-house-fire::before {
  content: "\e50c";
}

.fa5-square-minus::before {
  content: "\f146";
}

.fa5-minus-square::before {
  content: "\f146";
}

.fa5-helicopter::before {
  content: "\f533";
}

.fa5-compass::before {
  content: "\f14e";
}

.fa5-square-caret-down::before {
  content: "\f150";
}

.fa5-caret-square-down::before {
  content: "\f150";
}

.fa5-file-circle-question::before {
  content: "\e4ef";
}

.fa5-laptop-code::before {
  content: "\f5fc";
}

.fa5-swatchbook::before {
  content: "\f5c3";
}

.fa5-prescription-bottle::before {
  content: "\f485";
}

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

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

.fa5-people-group::before {
  content: "\e533";
}

.fa5-hourglass-end::before {
  content: "\f253";
}

.fa5-hourglass-3::before {
  content: "\f253";
}

.fa5-heart-crack::before {
  content: "\f7a9";
}

.fa5-heart-broken::before {
  content: "\f7a9";
}

.fa5-square-up-right::before {
  content: "\f360";
}

.fa5-external-link-square-alt::before {
  content: "\f360";
}

.fa5-face-kiss-beam::before {
  content: "\f597";
}

.fa5-kiss-beam::before {
  content: "\f597";
}

.fa5-film::before {
  content: "\f008";
}

.fa5-ruler-horizontal::before {
  content: "\f547";
}

.fa5-people-robbery::before {
  content: "\e536";
}

.fa5-lightbulb::before {
  content: "\f0eb";
}

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

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

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

.fa5-school-circle-xmark::before {
  content: "\e56d";
}

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

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

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

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

.fa5-unlock-keyhole::before {
  content: "\f13e";
}

.fa5-unlock-alt::before {
  content: "\f13e";
}

.fa5-cloud-showers-heavy::before {
  content: "\f740";
}

.fa5-headphones-simple::before {
  content: "\f58f";
}

.fa5-headphones-alt::before {
  content: "\f58f";
}

.fa5-sitemap::before {
  content: "\f0e8";
}

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

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

.fa5-memory::before {
  content: "\f538";
}

.fa5-road-spikes::before {
  content: "\e568";
}

.fa5-fire-burner::before {
  content: "\e4f1";
}

.fa5-flag::before {
  content: "\f024";
}

.fa5-hanukiah::before {
  content: "\f6e6";
}

.fa5-feather::before {
  content: "\f52d";
}

.fa5-volume-low::before {
  content: "\f027";
}

.fa5-volume-down::before {
  content: "\f027";
}

.fa5-comment-slash::before {
  content: "\f4b3";
}

.fa5-cloud-sun-rain::before {
  content: "\f743";
}

.fa5-compress::before {
  content: "\f066";
}

.fa5-wheat-awn::before {
  content: "\e2cd";
}

.fa5-wheat-alt::before {
  content: "\e2cd";
}

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

.fa5-hands-holding-child::before {
  content: "\e4fa";
}

.fa5-asterisk::before {
  content: "\*";
}

.fa5-square-check::before {
  content: "\f14a";
}

.fa5-check-square::before {
  content: "\f14a";
}

.fa5-peseta-sign::before {
  content: "\e221";
}

.fa5-heading::before {
  content: "\f1dc";
}

.fa5-header::before {
  content: "\f1dc";
}

.fa5-ghost::before {
  content: "\f6e2";
}

.fa5-list::before {
  content: "\f03a";
}

.fa5-list-squares::before {
  content: "\f03a";
}

.fa5-square-phone-flip::before {
  content: "\f87b";
}

.fa5-phone-square-alt::before {
  content: "\f87b";
}

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

.fa5-gamepad::before {
  content: "\f11b";
}

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

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

.fa5-face-dizzy::before {
  content: "\f567";
}

.fa5-dizzy::before {
  content: "\f567";
}

.fa5-egg::before {
  content: "\f7fb";
}

.fa5-house-medical-circle-xmark::before {
  content: "\e513";
}

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

.fa5-folder-plus::before {
  content: "\f65e";
}

.fa5-futbol::before {
  content: "\f1e3";
}

.fa5-futbol-ball::before {
  content: "\f1e3";
}

.fa5-soccer-ball::before {
  content: "\f1e3";
}

.fa5-paintbrush::before {
  content: "\f1fc";
}

.fa5-paint-brush::before {
  content: "\f1fc";
}

.fa5-lock::before {
  content: "\f023";
}

.fa5-gas-pump::before {
  content: "\f52f";
}

.fa5-hot-tub-person::before {
  content: "\f593";
}

.fa5-hot-tub::before {
  content: "\f593";
}

.fa5-map-location::before {
  content: "\f59f";
}

.fa5-map-marked::before {
  content: "\f59f";
}

.fa5-house-flood-water::before {
  content: "\e50e";
}

.fa5-tree::before {
  content: "\f1bb";
}

.fa5-bridge-lock::before {
  content: "\e4cc";
}

.fa5-sack-dollar::before {
  content: "\f81d";
}

.fa5-pen-to-square::before {
  content: "\f044";
}

.fa5-edit::before {
  content: "\f044";
}

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

.fa5-share-nodes::before {
  content: "\f1e0";
}

.fa5-share-alt::before {
  content: "\f1e0";
}

.fa5-heart-circle-minus::before {
  content: "\e4ff";
}

.fa5-hourglass-half::before {
  content: "\f252";
}

.fa5-hourglass-2::before {
  content: "\f252";
}

.fa5-microscope::before {
  content: "\f610";
}

.fa5-sink::before {
  content: "\e06d";
}

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

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

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

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

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

.fa5-mitten::before {
  content: "\f7b5";
}

.fa5-person-rays::before {
  content: "\e54d";
}

.fa5-users::before {
  content: "\f0c0";
}

.fa5-eye-slash::before {
  content: "\f070";
}

.fa5-flask-vial::before {
  content: "\e4f3";
}

.fa5-hand::before {
  content: "\f256";
}

.fa5-hand-paper::before {
  content: "\f256";
}

.fa5-om::before {
  content: "\f679";
}

.fa5-worm::before {
  content: "\e599";
}

.fa5-house-circle-xmark::before {
  content: "\e50b";
}

.fa5-plug::before {
  content: "\f1e6";
}

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

.fa5-hand-spock::before {
  content: "\f259";
}

.fa5-stopwatch::before {
  content: "\f2f2";
}

.fa5-face-kiss::before {
  content: "\f596";
}

.fa5-kiss::before {
  content: "\f596";
}

.fa5-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa5-face-grin-tongue::before {
  content: "\f589";
}

.fa5-grin-tongue::before {
  content: "\f589";
}

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

.fa5-face-grin-wink::before {
  content: "\f58c";
}

.fa5-grin-wink::before {
  content: "\f58c";
}

.fa5-ear-deaf::before {
  content: "\f2a4";
}

.fa5-deaf::before {
  content: "\f2a4";
}

.fa5-deafness::before {
  content: "\f2a4";
}

.fa5-hard-of-hearing::before {
  content: "\f2a4";
}

.fa5-road-circle-check::before {
  content: "\e564";
}

.fa5-dice-five::before {
  content: "\f523";
}

.fa5-square-rss::before {
  content: "\f143";
}

.fa5-rss-square::before {
  content: "\f143";
}

.fa5-land-mine-on::before {
  content: "\e51b";
}

.fa5-i-cursor::before {
  content: "\f246";
}

.fa5-stamp::before {
  content: "\f5bf";
}

.fa5-stairs::before {
  content: "\e289";
}

.fa5-i::before {
  content: "I";
}

.fa5-hryvnia-sign::before {
  content: "\f6f2";
}

.fa5-hryvnia::before {
  content: "\f6f2";
}

.fa5-pills::before {
  content: "\f484";
}

.fa5-face-grin-wide::before {
  content: "\f581";
}

.fa5-grin-alt::before {
  content: "\f581";
}

.fa5-tooth::before {
  content: "\f5c9";
}

.fa5-v::before {
  content: "V";
}

.fa5-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

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

.fa5-staff-snake::before {
  content: "\e579";
}

.fa5-rod-asclepius::before {
  content: "\e579";
}

.fa5-rod-snake::before {
  content: "\e579";
}

.fa5-staff-aesculapius::before {
  content: "\e579";
}

.fa5-head-side-cough-slash::before {
  content: "\e062";
}

.fa5-truck-medical::before {
  content: "\f0f9";
}

.fa5-ambulance::before {
  content: "\f0f9";
}

.fa5-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa5-snowman::before {
  content: "\f7d0";
}

.fa5-mortar-pestle::before {
  content: "\f5a7";
}

.fa5-road-barrier::before {
  content: "\e562";
}

.fa5-school::before {
  content: "\f549";
}

.fa5-igloo::before {
  content: "\f7ae";
}

.fa5-joint::before {
  content: "\f595";
}

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

.fa5-horse::before {
  content: "\f6f0";
}

.fa5-q::before {
  content: "Q";
}

.fa5-g::before {
  content: "G";
}

.fa5-notes-medical::before {
  content: "\f481";
}

.fa5-temperature-half::before {
  content: "\f2c9";
}

.fa5-temperature-2::before {
  content: "\f2c9";
}

.fa5-thermometer-2::before {
  content: "\f2c9";
}

.fa5-thermometer-half::before {
  content: "\f2c9";
}

.fa5-dong-sign::before {
  content: "\e169";
}

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

.fa5-poo-storm::before {
  content: "\f75a";
}

.fa5-poo-bolt::before {
  content: "\f75a";
}

.fa5-face-frown-open::before {
  content: "\f57a";
}

.fa5-frown-open::before {
  content: "\f57a";
}

.fa5-hand-point-up::before {
  content: "\f0a6";
}

.fa5-money-bill::before {
  content: "\f0d6";
}

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

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

.fa5-umbrella-beach::before {
  content: "\f5ca";
}

.fa5-helmet-un::before {
  content: "\e503";
}

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

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

.fa5-hand-point-down::before {
  content: "\f0a7";
}

.fa5-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa5-folder::before {
  content: "\f07b";
}

.fa5-folder-blank::before {
  content: "\f07b";
}

.fa5-file-waveform::before {
  content: "\f478";
}

.fa5-file-medical-alt::before {
  content: "\f478";
}

.fa5-radiation::before {
  content: "\f7b9";
}

.fa5-chart-simple::before {
  content: "\e473";
}

.fa5-mars-stroke::before {
  content: "\f229";
}

.fa5-vial::before {
  content: "\f492";
}

.fa5-gauge::before {
  content: "\f624";
}

.fa5-dashboard::before {
  content: "\f624";
}

.fa5-gauge-med::before {
  content: "\f624";
}

.fa5-tachometer-alt-average::before {
  content: "\f624";
}

.fa5-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa5-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa5-e::before {
  content: "E";
}

.fa5-pen-clip::before {
  content: "\f305";
}

.fa5-pen-alt::before {
  content: "\f305";
}

.fa5-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa5-user::before {
  content: "\f007";
}

.fa5-school-circle-check::before {
  content: "\e56b";
}

.fa5-dumpster::before {
  content: "\f793";
}

.fa5-van-shuttle::before {
  content: "\f5b6";
}

.fa5-shuttle-van::before {
  content: "\f5b6";
}

.fa5-building-user::before {
  content: "\e4da";
}

.fa5-square-caret-left::before {
  content: "\f191";
}

.fa5-caret-square-left::before {
  content: "\f191";
}

.fa5-highlighter::before {
  content: "\f591";
}

.fa5-key::before {
  content: "\f084";
}

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

.fa5-globe::before {
  content: "\f0ac";
}

.fa5-synagogue::before {
  content: "\f69b";
}

.fa5-person-half-dress::before {
  content: "\e548";
}

.fa5-road-bridge::before {
  content: "\e563";
}

.fa5-location-arrow::before {
  content: "\f124";
}

.fa5-c::before {
  content: "C";
}

.fa5-tablet-button::before {
  content: "\f10a";
}

.fa5-building-lock::before {
  content: "\e4d6";
}

.fa5-pizza-slice::before {
  content: "\f818";
}

.fa5-money-bill-wave::before {
  content: "\f53a";
}

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

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

.fa5-house-flag::before {
  content: "\e50d";
}

.fa5-person-circle-minus::before {
  content: "\e540";
}

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

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

.fa5-camera-rotate::before {
  content: "\e0d8";
}

.fa5-spray-can-sparkles::before {
  content: "\f5d0";
}

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

.fa5-star::before {
  content: "\f005";
}

.fa5-repeat::before {
  content: "\f363";
}

.fa5-cross::before {
  content: "\f654";
}

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

.fa5-venus-mars::before {
  content: "\f228";
}

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

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

.fa5-maximize::before {
  content: "\f31e";
}

.fa5-expand-arrows-alt::before {
  content: "\f31e";
}

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

.fa5-shapes::before {
  content: "\f61f";
}

.fa5-triangle-circle-square::before {
  content: "\f61f";
}

.fa5-shuffle::before {
  content: "\f074";
}

.fa5-random::before {
  content: "\f074";
}

.fa5-person-running::before {
  content: "\f70c";
}

.fa5-running::before {
  content: "\f70c";
}

.fa5-mobile-retro::before {
  content: "\e527";
}

.fa5-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa5-spider::before {
  content: "\f717";
}

.fa5-hands-bound::before {
  content: "\e4f9";
}

.fa5-file-invoice-dollar::before {
  content: "\f571";
}

.fa5-plane-circle-exclamation::before {
  content: "\e556";
}

.fa5-x-ray::before {
  content: "\f497";
}

.fa5-spell-check::before {
  content: "\f891";
}

.fa5-slash::before {
  content: "\f715";
}

.fa5-computer-mouse::before {
  content: "\f8cc";
}

.fa5-mouse::before {
  content: "\f8cc";
}

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

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

.fa5-shop-slash::before {
  content: "\e070";
}

.fa5-store-alt-slash::before {
  content: "\e070";
}

.fa5-server::before {
  content: "\f233";
}

.fa5-virus-covid-slash::before {
  content: "\e4a9";
}

.fa5-shop-lock::before {
  content: "\e4a5";
}

.fa5-hourglass-start::before {
  content: "\f251";
}

.fa5-hourglass-1::before {
  content: "\f251";
}

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

.fa5-building-wheat::before {
  content: "\e4db";
}

.fa5-person-breastfeeding::before {
  content: "\e53a";
}

.fa5-right-to-bracket::before {
  content: "\f2f6";
}

.fa5-sign-in-alt::before {
  content: "\f2f6";
}

.fa5-venus::before {
  content: "\f221";
}

.fa5-passport::before {
  content: "\f5ab";
}

.fa5-heart-pulse::before {
  content: "\f21e";
}

.fa5-heartbeat::before {
  content: "\f21e";
}

.fa5-people-carry-box::before {
  content: "\f4ce";
}

.fa5-people-carry::before {
  content: "\f4ce";
}

.fa5-temperature-high::before {
  content: "\f769";
}

.fa5-microchip::before {
  content: "\f2db";
}

.fa5-crown::before {
  content: "\f521";
}

.fa5-weight-hanging::before {
  content: "\f5cd";
}

.fa5-xmarks-lines::before {
  content: "\e59a";
}

.fa5-file-prescription::before {
  content: "\f572";
}

.fa5-weight-scale::before {
  content: "\f496";
}

.fa5-weight::before {
  content: "\f496";
}

.fa5-user-group::before {
  content: "\f500";
}

.fa5-user-friends::before {
  content: "\f500";
}

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

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

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

.fa5-face-laugh-squint::before {
  content: "\f59b";
}

.fa5-laugh-squint::before {
  content: "\f59b";
}

.fa5-wheelchair::before {
  content: "\f193";
}

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

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

.fa5-toggle-on::before {
  content: "\f205";
}

.fa5-person-walking::before {
  content: "\f554";
}

.fa5-walking::before {
  content: "\f554";
}

.fa5-l::before {
  content: "L";
}

.fa5-fire::before {
  content: "\f06d";
}

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

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

.fa5-shuttle-space::before {
  content: "\f197";
}

.fa5-space-shuttle::before {
  content: "\f197";
}

.fa5-face-laugh::before {
  content: "\f599";
}

.fa5-laugh::before {
  content: "\f599";
}

.fa5-folder-open::before {
  content: "\f07c";
}

.fa5-heart-circle-plus::before {
  content: "\e500";
}

.fa5-code-fork::before {
  content: "\e13b";
}

.fa5-city::before {
  content: "\f64f";
}

.fa5-microphone-lines::before {
  content: "\f3c9";
}

.fa5-microphone-alt::before {
  content: "\f3c9";
}

.fa5-pepper-hot::before {
  content: "\f816";
}

.fa5-unlock::before {
  content: "\f09c";
}

.fa5-colon-sign::before {
  content: "\e140";
}

.fa5-headset::before {
  content: "\f590";
}

.fa5-store-slash::before {
  content: "\e071";
}

.fa5-road-circle-xmark::before {
  content: "\e566";
}

.fa5-user-minus::before {
  content: "\f503";
}

.fa5-mars-stroke-up::before {
  content: "\f22a";
}

.fa5-mars-stroke-v::before {
  content: "\f22a";
}

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

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

.fa5-clipboard::before {
  content: "\f328";
}

.fa5-house-circle-exclamation::before {
  content: "\e50a";
}

.fa5-file-arrow-up::before {
  content: "\f574";
}

.fa5-file-upload::before {
  content: "\f574";
}

.fa5-wifi::before {
  content: "\f1eb";
}

.fa5-wifi-3::before {
  content: "\f1eb";
}

.fa5-wifi-strong::before {
  content: "\f1eb";
}

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

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

.fa5-underline::before {
  content: "\f0cd";
}

.fa5-user-pen::before {
  content: "\f4ff";
}

.fa5-user-edit::before {
  content: "\f4ff";
}

.fa5-signature::before {
  content: "\f5b7";
}

.fa5-stroopwafel::before {
  content: "\f551";
}

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

.fa5-anchor-lock::before {
  content: "\e4ad";
}

.fa5-building-ngo::before {
  content: "\e4d7";
}

.fa5-manat-sign::before {
  content: "\e1d5";
}

.fa5-not-equal::before {
  content: "\f53e";
}

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

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

.fa5-map-location-dot::before {
  content: "\f5a0";
}

.fa5-map-marked-alt::before {
  content: "\f5a0";
}

.fa5-jedi::before {
  content: "\f669";
}

.fa5-square-poll-vertical::before {
  content: "\f681";
}

.fa5-poll::before {
  content: "\f681";
}

.fa5-mug-hot::before {
  content: "\f7b6";
}

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

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

.fa5-gift::before {
  content: "\f06b";
}

.fa5-dice-two::before {
  content: "\f528";
}

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

.fa5-glasses::before {
  content: "\f530";
}

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

.fa5-building-circle-check::before {
  content: "\e4d2";
}

.fa5-person-chalkboard::before {
  content: "\e53d";
}

.fa5-mars-stroke-right::before {
  content: "\f22b";
}

.fa5-mars-stroke-h::before {
  content: "\f22b";
}

.fa5-hand-back-fist::before {
  content: "\f255";
}

.fa5-hand-rock::before {
  content: "\f255";
}

.fa5-square-caret-up::before {
  content: "\f151";
}

.fa5-caret-square-up::before {
  content: "\f151";
}

.fa5-cloud-showers-water::before {
  content: "\e4e4";
}

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

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

.fa5-hands-bubbles::before {
  content: "\e05e";
}

.fa5-hands-wash::before {
  content: "\e05e";
}

.fa5-less-than-equal::before {
  content: "\f537";
}

.fa5-train::before {
  content: "\f238";
}

.fa5-eye-low-vision::before {
  content: "\f2a8";
}

.fa5-low-vision::before {
  content: "\f2a8";
}

.fa5-crow::before {
  content: "\f520";
}

.fa5-sailboat::before {
  content: "\e445";
}

.fa5-window-restore::before {
  content: "\f2d2";
}

.fa5-square-plus::before {
  content: "\f0fe";
}

.fa5-plus-square::before {
  content: "\f0fe";
}

.fa5-torii-gate::before {
  content: "\f6a1";
}

.fa5-frog::before {
  content: "\f52e";
}

.fa5-bucket::before {
  content: "\e4cf";
}

.fa5-image::before {
  content: "\f03e";
}

.fa5-microphone::before {
  content: "\f130";
}

.fa5-cow::before {
  content: "\f6c8";
}

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

.fa5-screwdriver::before {
  content: "\f54a";
}

.fa5-folder-closed::before {
  content: "\e185";
}

.fa5-house-tsunami::before {
  content: "\e515";
}

.fa5-square-nfi::before {
  content: "\e576";
}

.fa5-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa5-martini-glass::before {
  content: "\f57b";
}

.fa5-glass-martini-alt::before {
  content: "\f57b";
}

.fa5-rotate-left::before {
  content: "\f2ea";
}

.fa5-rotate-back::before {
  content: "\f2ea";
}

.fa5-rotate-backward::before {
  content: "\f2ea";
}

.fa5-undo-alt::before {
  content: "\f2ea";
}

.fa5-table-columns::before {
  content: "\f0db";
}

.fa5-columns::before {
  content: "\f0db";
}

.fa5-lemon::before {
  content: "\f094";
}

.fa5-head-side-mask::before {
  content: "\e063";
}

.fa5-handshake::before {
  content: "\f2b5";
}

.fa5-gem::before {
  content: "\f3a5";
}

.fa5-dolly::before {
  content: "\f472";
}

.fa5-dolly-box::before {
  content: "\f472";
}

.fa5-smoking::before {
  content: "\f48d";
}

.fa5-minimize::before {
  content: "\f78c";
}

.fa5-compress-arrows-alt::before {
  content: "\f78c";
}

.fa5-monument::before {
  content: "\f5a6";
}

.fa5-snowplow::before {
  content: "\f7d2";
}

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

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

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

.fa5-circle-play::before {
  content: "\f144";
}

.fa5-play-circle::before {
  content: "\f144";
}

.fa5-tablets::before {
  content: "\f490";
}

.fa5-ethernet::before {
  content: "\f796";
}

.fa5-euro-sign::before {
  content: "\f153";
}

.fa5-eur::before {
  content: "\f153";
}

.fa5-euro::before {
  content: "\f153";
}

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

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

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

.fa5-circle-stop::before {
  content: "\f28d";
}

.fa5-stop-circle::before {
  content: "\f28d";
}

.fa5-compass-drafting::before {
  content: "\f568";
}

.fa5-drafting-compass::before {
  content: "\f568";
}

.fa5-plate-wheat::before {
  content: "\e55a";
}

.fa5-icicles::before {
  content: "\f7ad";
}

.fa5-person-shelter::before {
  content: "\e54f";
}

.fa5-neuter::before {
  content: "\f22c";
}

.fa5-id-badge::before {
  content: "\f2c1";
}

.fa5-marker::before {
  content: "\f5a1";
}

.fa5-face-laugh-beam::before {
  content: "\f59a";
}

.fa5-laugh-beam::before {
  content: "\f59a";
}

.fa5-helicopter-symbol::before {
  content: "\e502";
}

.fa5-universal-access::before {
  content: "\f29a";
}

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

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

.fa5-lari-sign::before {
  content: "\e1c8";
}

.fa5-volcano::before {
  content: "\f770";
}

.fa5-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa5-sterling-sign::before {
  content: "\f154";
}

.fa5-gbp::before {
  content: "\f154";
}

.fa5-pound-sign::before {
  content: "\f154";
}

.fa5-viruses::before {
  content: "\e076";
}

.fa5-square-person-confined::before {
  content: "\e577";
}

.fa5-user-tie::before {
  content: "\f508";
}

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

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

.fa5-tent-arrow-down-to-line::before {
  content: "\e57e";
}

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

.fa5-reply-all::before {
  content: "\f122";
}

.fa5-mail-reply-all::before {
  content: "\f122";
}

.fa5-suitcase::before {
  content: "\f0f2";
}

.fa5-person-skating::before {
  content: "\f7c5";
}

.fa5-skating::before {
  content: "\f7c5";
}

.fa5-filter-circle-dollar::before {
  content: "\f662";
}

.fa5-funnel-dollar::before {
  content: "\f662";
}

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

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

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

.fa5-file-import::before {
  content: "\f56f";
}

.fa5-arrow-right-to-file::before {
  content: "\f56f";
}

.fa5-square-arrow-up-right::before {
  content: "\f14c";
}

.fa5-external-link-square::before {
  content: "\f14c";
}

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

.fa5-scroll::before {
  content: "\f70e";
}

.fa5-spa::before {
  content: "\f5bb";
}

.fa5-location-pin-lock::before {
  content: "\e51f";
}

.fa5-pause::before {
  content: "\f04c";
}

.fa5-hill-avalanche::before {
  content: "\e507";
}

.fa5-temperature-empty::before {
  content: "\f2cb";
}

.fa5-temperature-0::before {
  content: "\f2cb";
}

.fa5-thermometer-0::before {
  content: "\f2cb";
}

.fa5-thermometer-empty::before {
  content: "\f2cb";
}

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

.fa5-registered::before {
  content: "\f25d";
}

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

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

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

.fa5-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa5-balance-scale-right::before {
  content: "\f516";
}

.fa5-subscript::before {
  content: "\f12c";
}

.fa5-diamond-turn-right::before {
  content: "\f5eb";
}

.fa5-directions::before {
  content: "\f5eb";
}

.fa5-burst::before {
  content: "\e4dc";
}

.fa5-house-laptop::before {
  content: "\e066";
}

.fa5-laptop-house::before {
  content: "\e066";
}

.fa5-face-tired::before {
  content: "\f5c8";
}

.fa5-tired::before {
  content: "\f5c8";
}

.fa5-money-bills::before {
  content: "\e1f3";
}

.fa5-smog::before {
  content: "\f75f";
}

.fa5-crutch::before {
  content: "\f7f7";
}

.fa5-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa5-cloud-upload::before {
  content: "\f0ee";
}

.fa5-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa5-palette::before {
  content: "\f53f";
}

.fa5-arrows-turn-right::before {
  content: "\e4c0";
}

.fa5-vest::before {
  content: "\e085";
}

.fa5-ferry::before {
  content: "\e4ea";
}

.fa5-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa5-seedling::before {
  content: "\f4d8";
}

.fa5-sprout::before {
  content: "\f4d8";
}

.fa5-left-right::before {
  content: "\f337";
}

.fa5-arrows-alt-h::before {
  content: "\f337";
}

.fa5-boxes-packing::before {
  content: "\e4c7";
}

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

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

.fa5-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa5-bowl-food::before {
  content: "\e4c6";
}

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

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

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

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

.fa5-cloud-bolt::before {
  content: "\f76c";
}

.fa5-thunderstorm::before {
  content: "\f76c";
}

.fa5-text-slash::before {
  content: "\f87d";
}

.fa5-remove-format::before {
  content: "\f87d";
}

.fa5-face-smile-wink::before {
  content: "\f4da";
}

.fa5-smile-wink::before {
  content: "\f4da";
}

.fa5-file-word::before {
  content: "\f1c2";
}

.fa5-file-powerpoint::before {
  content: "\f1c4";
}

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

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

.fa5-house-lock::before {
  content: "\e510";
}

.fa5-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa5-cloud-download::before {
  content: "\f0ed";
}

.fa5-cloud-download-alt::before {
  content: "\f0ed";
}

.fa5-children::before {
  content: "\e4e1";
}

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

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

.fa5-user-large-slash::before {
  content: "\f4fa";
}

.fa5-user-alt-slash::before {
  content: "\f4fa";
}

.fa5-envelope-open::before {
  content: "\f2b6";
}

.fa5-handshake-simple-slash::before {
  content: "\e05f";
}

.fa5-handshake-alt-slash::before {
  content: "\e05f";
}

.fa5-mattress-pillow::before {
  content: "\e525";
}

.fa5-guarani-sign::before {
  content: "\e19a";
}

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

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

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

.fa5-fire-extinguisher::before {
  content: "\f134";
}

.fa5-cruzeiro-sign::before {
  content: "\e152";
}

.fa5-greater-than-equal::before {
  content: "\f532";
}

.fa5-shield-halved::before {
  content: "\f3ed";
}

.fa5-shield-alt::before {
  content: "\f3ed";
}

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

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

.fa5-virus::before {
  content: "\e074";
}

.fa5-envelope-circle-check::before {
  content: "\e4e8";
}

.fa5-layer-group::before {
  content: "\f5fd";
}

.fa5-arrows-to-dot::before {
  content: "\e4be";
}

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

.fa5-heart-circle-check::before {
  content: "\e4fd";
}

.fa5-house-chimney-crack::before {
  content: "\f6f1";
}

.fa5-house-damage::before {
  content: "\f6f1";
}

.fa5-file-zipper::before {
  content: "\f1c6";
}

.fa5-file-archive::before {
  content: "\f1c6";
}

.fa5-square::before {
  content: "\f0c8";
}

.fa5-martini-glass-empty::before {
  content: "\f000";
}

.fa5-glass-martini::before {
  content: "\f000";
}

.fa5-couch::before {
  content: "\f4b8";
}

.fa5-cedi-sign::before {
  content: "\e0df";
}

.fa5-italic::before {
  content: "\f033";
}

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

.fa5-comments-dollar::before {
  content: "\f653";
}

.fa5-democrat::before {
  content: "\f747";
}

.fa5-z::before {
  content: "Z";
}

.fa5-person-skiing::before {
  content: "\f7c9";
}

.fa5-skiing::before {
  content: "\f7c9";
}

.fa5-road-lock::before {
  content: "\e567";
}

.fa5-a::before {
  content: "A";
}

.fa5-temperature-arrow-down::before {
  content: "\e03f";
}

.fa5-temperature-down::before {
  content: "\e03f";
}

.fa5-feather-pointed::before {
  content: "\f56b";
}

.fa5-feather-alt::before {
  content: "\f56b";
}

.fa5-p::before {
  content: "P";
}

.fa5-snowflake::before {
  content: "\f2dc";
}

.fa5-newspaper::before {
  content: "\f1ea";
}

.fa5-rectangle-ad::before {
  content: "\f641";
}

.fa5-ad::before {
  content: "\f641";
}

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

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

.fa5-filter-circle-xmark::before {
  content: "\e17b";
}

.fa5-locust::before {
  content: "\e520";
}

.fa5-sort::before {
  content: "\f0dc";
}

.fa5-unsorted::before {
  content: "\f0dc";
}

.fa5-list-ol::before {
  content: "\f0cb";
}

.fa5-list-1-2::before {
  content: "\f0cb";
}

.fa5-list-numeric::before {
  content: "\f0cb";
}

.fa5-person-dress-burst::before {
  content: "\e544";
}

.fa5-money-check-dollar::before {
  content: "\f53d";
}

.fa5-money-check-alt::before {
  content: "\f53d";
}

.fa5-vector-square::before {
  content: "\f5cb";
}

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

.fa5-language::before {
  content: "\f1ab";
}

.fa5-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa5-kiss-wink-heart::before {
  content: "\f598";
}

.fa5-filter::before {
  content: "\f0b0";
}

.fa5-question::before {
  content: "\?";
}

.fa5-file-signature::before {
  content: "\f573";
}

.fa5-up-down-left-right::before {
  content: "\f0b2";
}

.fa5-arrows-alt::before {
  content: "\f0b2";
}

.fa5-house-chimney-user::before {
  content: "\e065";
}

.fa5-hand-holding-heart::before {
  content: "\f4be";
}

.fa5-puzzle-piece::before {
  content: "\f12e";
}

.fa5-money-check::before {
  content: "\f53c";
}

.fa5-star-half-stroke::before {
  content: "\f5c0";
}

.fa5-star-half-alt::before {
  content: "\f5c0";
}

.fa5-code::before {
  content: "\f121";
}

.fa5-whiskey-glass::before {
  content: "\f7a0";
}

.fa5-glass-whiskey::before {
  content: "\f7a0";
}

.fa5-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa5-magnifying-glass-chart::before {
  content: "\e522";
}

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

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

.fa5-cubes-stacked::before {
  content: "\e4e6";
}

.fa5-won-sign::before {
  content: "\f159";
}

.fa5-krw::before {
  content: "\f159";
}

.fa5-won::before {
  content: "\f159";
}

.fa5-virus-covid::before {
  content: "\e4a8";
}

.fa5-austral-sign::before {
  content: "\e0a9";
}

.fa5-f::before {
  content: "F";
}

.fa5-leaf::before {
  content: "\f06c";
}

.fa5-road::before {
  content: "\f018";
}

.fa5-taxi::before {
  content: "\f1ba";
}

.fa5-cab::before {
  content: "\f1ba";
}

.fa5-person-circle-plus::before {
  content: "\e541";
}

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

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

.fa5-bolt-lightning::before {
  content: "\e0b7";
}

.fa5-sack-xmark::before {
  content: "\e56a";
}

.fa5-file-excel::before {
  content: "\f1c3";
}

.fa5-file-contract::before {
  content: "\f56c";
}

.fa5-fish-fins::before {
  content: "\e4f2";
}

.fa5-building-flag::before {
  content: "\e4d5";
}

.fa5-face-grin-beam::before {
  content: "\f582";
}

.fa5-grin-beam::before {
  content: "\f582";
}

.fa5-object-ungroup::before {
  content: "\f248";
}

.fa5-poop::before {
  content: "\f619";
}

.fa5-location-pin::before {
  content: "\f041";
}

.fa5-map-marker::before {
  content: "\f041";
}

.fa5-kaaba::before {
  content: "\f66b";
}

.fa5-toilet-paper::before {
  content: "\f71e";
}

.fa5-helmet-safety::before {
  content: "\f807";
}

.fa5-hard-hat::before {
  content: "\f807";
}

.fa5-hat-hard::before {
  content: "\f807";
}

.fa5-eject::before {
  content: "\f052";
}

.fa5-circle-right::before {
  content: "\f35a";
}

.fa5-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa5-plane-circle-check::before {
  content: "\e555";
}

.fa5-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa5-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa5-object-group::before {
  content: "\f247";
}

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

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

.fa5-mask-ventilator::before {
  content: "\e524";
}

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

.fa5-signs-post::before {
  content: "\f277";
}

.fa5-map-signs::before {
  content: "\f277";
}

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

.fa5-person-circle-question::before {
  content: "\e542";
}

.fa5-h::before {
  content: "H";
}

.fa5-tarp::before {
  content: "\e57b";
}

.fa5-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa5-tools::before {
  content: "\f7d9";
}

.fa5-arrows-to-eye::before {
  content: "\e4bf";
}

.fa5-plug-circle-bolt::before {
  content: "\e55b";
}

.fa5-heart::before {
  content: "\f004";
}

.fa5-mars-and-venus::before {
  content: "\f224";
}

.fa5-house-user::before {
  content: "\e1b0";
}

.fa5-home-user::before {
  content: "\e1b0";
}

.fa5-dumpster-fire::before {
  content: "\f794";
}

.fa5-house-crack::before {
  content: "\e3b1";
}

.fa5-martini-glass-citrus::before {
  content: "\f561";
}

.fa5-cocktail::before {
  content: "\f561";
}

.fa5-face-surprise::before {
  content: "\f5c2";
}

.fa5-surprise::before {
  content: "\f5c2";
}

.fa5-bottle-water::before {
  content: "\e4c5";
}

.fa5-circle-pause::before {
  content: "\f28b";
}

.fa5-pause-circle::before {
  content: "\f28b";
}

.fa5-toilet-paper-slash::before {
  content: "\e072";
}

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

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

.fa5-kitchen-set::before {
  content: "\e51a";
}

.fa5-r::before {
  content: "R";
}

.fa5-temperature-quarter::before {
  content: "\f2ca";
}

.fa5-temperature-1::before {
  content: "\f2ca";
}

.fa5-thermometer-1::before {
  content: "\f2ca";
}

.fa5-thermometer-quarter::before {
  content: "\f2ca";
}

.fa5-cube::before {
  content: "\f1b2";
}

.fa5-bitcoin-sign::before {
  content: "\e0b4";
}

.fa5-shield-dog::before {
  content: "\e573";
}

.fa5-solar-panel::before {
  content: "\f5ba";
}

.fa5-lock-open::before {
  content: "\f3c1";
}

.fa5-elevator::before {
  content: "\e16d";
}

.fa5-money-bill-transfer::before {
  content: "\e528";
}

.fa5-money-bill-trend-up::before {
  content: "\e529";
}

.fa5-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa5-square-poll-horizontal::before {
  content: "\f682";
}

.fa5-poll-h::before {
  content: "\f682";
}

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

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

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

.fa5-recycle::before {
  content: "\f1b8";
}

.fa5-user-astronaut::before {
  content: "\f4fb";
}

.fa5-plane-slash::before {
  content: "\e069";
}

.fa5-trademark::before {
  content: "\f25c";
}

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

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

.fa5-satellite-dish::before {
  content: "\f7c0";
}

.fa5-circle-up::before {
  content: "\f35b";
}

.fa5-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa5-mobile-screen-button::before {
  content: "\f3cd";
}

.fa5-mobile-alt::before {
  content: "\f3cd";
}

.fa5-volume-high::before {
  content: "\f028";
}

.fa5-volume-up::before {
  content: "\f028";
}

.fa5-users-rays::before {
  content: "\e593";
}

.fa5-wallet::before {
  content: "\f555";
}

.fa5-clipboard-check::before {
  content: "\f46c";
}

.fa5-file-audio::before {
  content: "\f1c7";
}

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

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

.fa5-wrench::before {
  content: "\f0ad";
}

.fa5-bugs::before {
  content: "\e4d0";
}

.fa5-rupee-sign::before {
  content: "\f156";
}

.fa5-rupee::before {
  content: "\f156";
}

.fa5-file-image::before {
  content: "\f1c5";
}

.fa5-circle-question::before {
  content: "\f059";
}

.fa5-question-circle::before {
  content: "\f059";
}

.fa5-plane-departure::before {
  content: "\f5b0";
}

.fa5-handshake-slash::before {
  content: "\e060";
}

.fa5-book-bookmark::before {
  content: "\e0bb";
}

.fa5-code-branch::before {
  content: "\f126";
}

.fa5-hat-cowboy::before {
  content: "\f8c0";
}

.fa5-bridge::before {
  content: "\e4c8";
}

.fa5-phone-flip::before {
  content: "\f879";
}

.fa5-phone-alt::before {
  content: "\f879";
}

.fa5-truck-front::before {
  content: "\e2b7";
}

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

.fa5-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa5-truck-field::before {
  content: "\e58d";
}

.fa5-route::before {
  content: "\f4d7";
}

.fa5-clipboard-question::before {
  content: "\e4e3";
}

.fa5-panorama::before {
  content: "\e209";
}

.fa5-comment-medical::before {
  content: "\f7f5";
}

.fa5-teeth-open::before {
  content: "\f62f";
}

.fa5-file-circle-minus::before {
  content: "\e4ed";
}

.fa5-tags::before {
  content: "\f02c";
}

.fa5-wine-glass::before {
  content: "\f4e3";
}

.fa5-forward-fast::before {
  content: "\f050";
}

.fa5-fast-forward::before {
  content: "\f050";
}

.fa5-face-meh-blank::before {
  content: "\f5a4";
}

.fa5-meh-blank::before {
  content: "\f5a4";
}

.fa5-square-parking::before {
  content: "\f540";
}

.fa5-parking::before {
  content: "\f540";
}

.fa5-house-signal::before {
  content: "\e012";
}

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

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

.fa5-faucet-drip::before {
  content: "\e006";
}

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

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

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

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

.fa5-terminal::before {
  content: "\f120";
}

.fa5-mobile-button::before {
  content: "\f10b";
}

.fa5-house-medical-flag::before {
  content: "\e514";
}

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

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

.fa5-tape::before {
  content: "\f4db";
}

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

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

.fa5-eye::before {
  content: "\f06e";
}

.fa5-face-sad-cry::before {
  content: "\f5b3";
}

.fa5-sad-cry::before {
  content: "\f5b3";
}

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

.fa5-person-military-to-person::before {
  content: "\e54c";
}

.fa5-file-shield::before {
  content: "\e4f0";
}

.fa5-user-slash::before {
  content: "\f506";
}

.fa5-pen::before {
  content: "\f304";
}

.fa5-tower-observation::before {
  content: "\e586";
}

.fa5-file-code::before {
  content: "\f1c9";
}

.fa5-signal::before {
  content: "\f012";
}

.fa5-signal-5::before {
  content: "\f012";
}

.fa5-signal-perfect::before {
  content: "\f012";
}

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

.fa5-heart-circle-xmark::before {
  content: "\e501";
}

.fa5-house-chimney::before {
  content: "\e3af";
}

.fa5-home-lg::before {
  content: "\e3af";
}

.fa5-window-maximize::before {
  content: "\f2d0";
}

.fa5-face-frown::before {
  content: "\f119";
}

.fa5-frown::before {
  content: "\f119";
}

.fa5-prescription::before {
  content: "\f5b1";
}

.fa5-shop::before {
  content: "\f54f";
}

.fa5-store-alt::before {
  content: "\f54f";
}

.fa5-floppy-disk::before {
  content: "\f0c7";
}

.fa5-save::before {
  content: "\f0c7";
}

.fa5-vihara::before {
  content: "\f6a7";
}

.fa5-scale-unbalanced::before {
  content: "\f515";
}

.fa5-balance-scale-left::before {
  content: "\f515";
}

.fa5-sort-up::before {
  content: "\f0de";
}

.fa5-sort-asc::before {
  content: "\f0de";
}

.fa5-comment-dots::before {
  content: "\f4ad";
}

.fa5-commenting::before {
  content: "\f4ad";
}

.fa5-plant-wilt::before {
  content: "\e5aa";
}

.fa5-diamond::before {
  content: "\f219";
}

.fa5-face-grin-squint::before {
  content: "\f585";
}

.fa5-grin-squint::before {
  content: "\f585";
}

.fa5-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa5-hand-holding-usd::before {
  content: "\f4c0";
}

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

.fa5-hand-pointer::before {
  content: "\f25a";
}

.fa5-drum-steelpan::before {
  content: "\f56a";
}

.fa5-hand-scissors::before {
  content: "\f257";
}

.fa5-hands-praying::before {
  content: "\f684";
}

.fa5-praying-hands::before {
  content: "\f684";
}

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

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

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

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

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

.fa5-location-crosshairs::before {
  content: "\f601";
}

.fa5-location::before {
  content: "\f601";
}

.fa5-mars-double::before {
  content: "\f227";
}

.fa5-child-dress::before {
  content: "\e59c";
}

.fa5-users-between-lines::before {
  content: "\e591";
}

.fa5-lungs-virus::before {
  content: "\e067";
}

.fa5-face-grin-tears::before {
  content: "\f588";
}

.fa5-grin-tears::before {
  content: "\f588";
}

.fa5-phone::before {
  content: "\f095";
}

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

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

.fa5-child-reaching::before {
  content: "\e59d";
}

.fa5-head-side-virus::before {
  content: "\e064";
}

.fa5-user-gear::before {
  content: "\f4fe";
}

.fa5-user-cog::before {
  content: "\f4fe";
}

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

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

.fa5-door-closed::before {
  content: "\f52a";
}

.fa5-shield-virus::before {
  content: "\e06c";
}

.fa5-dice-six::before {
  content: "\f526";
}

.fa5-mosquito-net::before {
  content: "\e52c";
}

.fa5-bridge-water::before {
  content: "\e4ce";
}

.fa5-person-booth::before {
  content: "\f756";
}

.fa5-text-width::before {
  content: "\f035";
}

.fa5-hat-wizard::before {
  content: "\f6e8";
}

.fa5-pen-fancy::before {
  content: "\f5ac";
}

.fa5-person-digging::before {
  content: "\f85e";
}

.fa5-digging::before {
  content: "\f85e";
}

.fa5-trash::before {
  content: "\f1f8";
}

.fa5-gauge-simple::before {
  content: "\f629";
}

.fa5-gauge-simple-med::before {
  content: "\f629";
}

.fa5-tachometer-average::before {
  content: "\f629";
}

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

.fa5-poo::before {
  content: "\f2fe";
}

.fa5-quote-right::before {
  content: "\f10e";
}

.fa5-quote-right-alt::before {
  content: "\f10e";
}

.fa5-shirt::before {
  content: "\f553";
}

.fa5-t-shirt::before {
  content: "\f553";
}

.fa5-tshirt::before {
  content: "\f553";
}

.fa5-cubes::before {
  content: "\f1b3";
}

.fa5-divide::before {
  content: "\f529";
}

.fa5-tenge-sign::before {
  content: "\f7d7";
}

.fa5-tenge::before {
  content: "\f7d7";
}

.fa5-headphones::before {
  content: "\f025";
}

.fa5-hands-holding::before {
  content: "\f4c2";
}

.fa5-hands-clapping::before {
  content: "\e1a8";
}

.fa5-republican::before {
  content: "\f75e";
}

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

.fa5-person-circle-xmark::before {
  content: "\e543";
}

.fa5-ruler::before {
  content: "\f545";
}

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

.fa5-dice-d6::before {
  content: "\f6d1";
}

.fa5-restroom::before {
  content: "\f7bd";
}

.fa5-j::before {
  content: "J";
}

.fa5-users-viewfinder::before {
  content: "\e595";
}

.fa5-file-video::before {
  content: "\f1c8";
}

.fa5-up-right-from-square::before {
  content: "\f35d";
}

.fa5-external-link-alt::before {
  content: "\f35d";
}

.fa5-table-cells::before {
  content: "\f00a";
}

.fa5-th::before {
  content: "\f00a";
}

.fa5-file-pdf::before {
  content: "\f1c1";
}

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

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

.fa5-o::before {
  content: "O";
}

.fa5-suitcase-medical::before {
  content: "\f0fa";
}

.fa5-medkit::before {
  content: "\f0fa";
}

.fa5-user-secret::before {
  content: "\f21b";
}

.fa5-otter::before {
  content: "\f700";
}

.fa5-person-dress::before {
  content: "\f182";
}

.fa5-female::before {
  content: "\f182";
}

.fa5-comment-dollar::before {
  content: "\f651";
}

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

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

.fa5-table-cells-large::before {
  content: "\f009";
}

.fa5-th-large::before {
  content: "\f009";
}

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

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

.fa5-phone-volume::before {
  content: "\f2a0";
}

.fa5-volume-control-phone::before {
  content: "\f2a0";
}

.fa5-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa5-clipboard-user::before {
  content: "\f7f3";
}

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

.fa5-lira-sign::before {
  content: "\f195";
}

.fa5-satellite::before {
  content: "\f7bf";
}

.fa5-plane-lock::before {
  content: "\e558";
}

.fa5-tag::before {
  content: "\f02b";
}

.fa5-comment::before {
  content: "\f075";
}

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

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

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

.fa5-envelope::before {
  content: "\f0e0";
}

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

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

.fa5-paperclip::before {
  content: "\f0c6";
}

.fa5-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa5-ribbon::before {
  content: "\f4d6";
}

.fa5-lungs::before {
  content: "\f604";
}

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

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

.fa5-litecoin-sign::before {
  content: "\e1d3";
}

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

.fa5-circle-nodes::before {
  content: "\e4e2";
}

.fa5-parachute-box::before {
  content: "\f4cd";
}

.fa5-indent::before {
  content: "\f03c";
}

.fa5-truck-field-un::before {
  content: "\e58e";
}

.fa5-hourglass::before {
  content: "\f254";
}

.fa5-hourglass-empty::before {
  content: "\f254";
}

.fa5-mountain::before {
  content: "\f6fc";
}

.fa5-user-doctor::before {
  content: "\f0f0";
}

.fa5-user-md::before {
  content: "\f0f0";
}

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

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

.fa5-cloud-meatball::before {
  content: "\f73b";
}

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

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

.fa5-square-virus::before {
  content: "\e578";
}

.fa5-meteor::before {
  content: "\f753";
}

.fa5-car-on::before {
  content: "\e4dd";
}

.fa5-sleigh::before {
  content: "\f7cc";
}

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

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

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

.fa5-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa5-hand-holding-water::before {
  content: "\f4c1";
}

.fa5-water::before {
  content: "\f773";
}

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

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

.fa5-prescription-bottle-medical::before {
  content: "\f486";
}

.fa5-prescription-bottle-alt::before {
  content: "\f486";
}

.fa5-landmark::before {
  content: "\f66f";
}

.fa5-truck::before {
  content: "\f0d1";
}

.fa5-crosshairs::before {
  content: "\f05b";
}

.fa5-person-cane::before {
  content: "\e53c";
}

.fa5-tent::before {
  content: "\e57d";
}

.fa5-vest-patches::before {
  content: "\e086";
}

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

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

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

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

.fa5-money-bill-wheat::before {
  content: "\e52a";
}

.fa5-cookie::before {
  content: "\f563";
}

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

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

.fa5-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa5-arrow-rotate-backward::before {
  content: "\f0e2";
}

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

.fa5-hard-drive::before {
  content: "\f0a0";
}

.fa5-hdd::before {
  content: "\f0a0";
}

.fa5-face-grin-squint-tears::before {
  content: "\f586";
}

.fa5-grin-squint-tears::before {
  content: "\f586";
}

.fa5-dumbbell::before {
  content: "\f44b";
}

.fa5-rectangle-list::before {
  content: "\f022";
}

.fa5-list-alt::before {
  content: "\f022";
}

.fa5-tarp-droplet::before {
  content: "\e57c";
}

.fa5-house-medical-circle-check::before {
  content: "\e511";
}

.fa5-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa5-skiing-nordic::before {
  content: "\f7ca";
}

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

.fa5-plane-arrival::before {
  content: "\f5af";
}

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

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

.fa5-train-subway::before {
  content: "\f239";
}

.fa5-subway::before {
  content: "\f239";
}

.fa5-chart-gantt::before {
  content: "\e0e4";
}

.fa5-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa5-indian-rupee::before {
  content: "\e1bc";
}

.fa5-inr::before {
  content: "\e1bc";
}

.fa5-crop-simple::before {
  content: "\f565";
}

.fa5-crop-alt::before {
  content: "\f565";
}

.fa5-money-bill-1::before {
  content: "\f3d1";
}

.fa5-money-bill-alt::before {
  content: "\f3d1";
}

.fa5-left-long::before {
  content: "\f30a";
}

.fa5-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa5-dna::before {
  content: "\f471";
}

.fa5-virus-slash::before {
  content: "\e075";
}

.fa5-minus::before {
  content: "\f068";
}

.fa5-subtract::before {
  content: "\f068";
}

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

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

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

.fa5-plug-circle-check::before {
  content: "\e55c";
}

.fa5-street-view::before {
  content: "\f21d";
}

.fa5-franc-sign::before {
  content: "\e18f";
}

.fa5-volume-off::before {
  content: "\f026";
}

.fa5-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa5-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa5-asl-interpreting::before {
  content: "\f2a3";
}

.fa5-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa5-gear::before {
  content: "\f013";
}

.fa5-cog::before {
  content: "\f013";
}

.fa5-droplet-slash::before {
  content: "\f5c7";
}

.fa5-tint-slash::before {
  content: "\f5c7";
}

.fa5-mosque::before {
  content: "\f678";
}

.fa5-mosquito::before {
  content: "\e52b";
}

.fa5-star-of-david::before {
  content: "\f69a";
}

.fa5-person-military-rifle::before {
  content: "\e54b";
}

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

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

.fa5-vials::before {
  content: "\f493";
}

.fa5-plug-circle-plus::before {
  content: "\e55f";
}

.fa5-place-of-worship::before {
  content: "\f67f";
}

.fa5-grip-vertical::before {
  content: "\f58e";
}

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

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

.fa5-u::before {
  content: "U";
}

.fa5-square-root-variable::before {
  content: "\f698";
}

.fa5-square-root-alt::before {
  content: "\f698";
}

.fa5-clock::before {
  content: "\f017";
}

.fa5-clock-four::before {
  content: "\f017";
}

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

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

.fa5-pallet::before {
  content: "\f482";
}

.fa5-faucet::before {
  content: "\e005";
}

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

.fa5-s::before {
  content: "S";
}

.fa5-timeline::before {
  content: "\e29c";
}

.fa5-keyboard::before {
  content: "\f11c";
}

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

.fa5-house-chimney-medical::before {
  content: "\f7f2";
}

.fa5-clinic-medical::before {
  content: "\f7f2";
}

.fa5-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa5-temperature-3::before {
  content: "\f2c8";
}

.fa5-thermometer-3::before {
  content: "\f2c8";
}

.fa5-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa5-mobile-screen::before {
  content: "\f3cf";
}

.fa5-mobile-android-alt::before {
  content: "\f3cf";
}

.fa5-plane-up::before {
  content: "\e22d";
}

.fa5-piggy-bank::before {
  content: "\f4d3";
}

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

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

.fa5-mountain-city::before {
  content: "\e52e";
}

.fa5-coins::before {
  content: "\f51e";
}

.fa5-khanda::before {
  content: "\f66d";
}

.fa5-sliders::before {
  content: "\f1de";
}

.fa5-sliders-h::before {
  content: "\f1de";
}

.fa5-folder-tree::before {
  content: "\f802";
}

.fa5-network-wired::before {
  content: "\f6ff";
}

.fa5-map-pin::before {
  content: "\f276";
}

.fa5-hamsa::before {
  content: "\f665";
}

.fa5-cent-sign::before {
  content: "\e3f5";
}

.fa5-flask::before {
  content: "\f0c3";
}

.fa5-person-pregnant::before {
  content: "\e31e";
}

.fa5-wand-sparkles::before {
  content: "\f72b";
}

.fa5-ellipsis-vertical::before {
  content: "\f142";
}

.fa5-ellipsis-v::before {
  content: "\f142";
}

.fa5-ticket::before {
  content: "\f145";
}

.fa5-power-off::before {
  content: "\f011";
}

.fa5-right-long::before {
  content: "\f30b";
}

.fa5-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa5-flag-usa::before {
  content: "\f74d";
}

.fa5-laptop-file::before {
  content: "\e51d";
}

.fa5-tty::before {
  content: "\f1e4";
}

.fa5-teletype::before {
  content: "\f1e4";
}

.fa5-diagram-next::before {
  content: "\e476";
}

.fa5-person-rifle::before {
  content: "\e54e";
}

.fa5-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa5-closed-captioning::before {
  content: "\f20a";
}

.fa5-person-hiking::before {
  content: "\f6ec";
}

.fa5-hiking::before {
  content: "\f6ec";
}

.fa5-venus-double::before {
  content: "\f226";
}

.fa5-images::before {
  content: "\f302";
}

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

.fa5-people-pulling::before {
  content: "\e535";
}

.fa5-n::before {
  content: "N";
}

.fa5-cable-car::before {
  content: "\f7da";
}

.fa5-tram::before {
  content: "\f7da";
}

.fa5-cloud-rain::before {
  content: "\f73d";
}

.fa5-building-circle-xmark::before {
  content: "\e4d4";
}

.fa5-ship::before {
  content: "\f21a";
}

.fa5-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa5-download::before {
  content: "\f019";
}

.fa5-face-grin::before {
  content: "\f580";
}

.fa5-grin::before {
  content: "\f580";
}

.fa5-delete-left::before {
  content: "\f55a";
}

.fa5-backspace::before {
  content: "\f55a";
}

.fa5-eye-dropper::before {
  content: "\f1fb";
}

.fa5-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa5-eyedropper::before {
  content: "\f1fb";
}

.fa5-file-circle-check::before {
  content: "\e5a0";
}

.fa5-forward::before {
  content: "\f04e";
}

.fa5-mobile::before {
  content: "\f3ce";
}

.fa5-mobile-android::before {
  content: "\f3ce";
}

.fa5-mobile-phone::before {
  content: "\f3ce";
}

.fa5-face-meh::before {
  content: "\f11a";
}

.fa5-meh::before {
  content: "\f11a";
}

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

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

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

.fa5-id-card::before {
  content: "\f2c2";
}

.fa5-drivers-license::before {
  content: "\f2c2";
}

.fa5-outdent::before {
  content: "\f03b";
}

.fa5-dedent::before {
  content: "\f03b";
}

.fa5-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa5-house::before {
  content: "\f015";
}

.fa5-home::before {
  content: "\f015";
}

.fa5-home-alt::before {
  content: "\f015";
}

.fa5-home-lg-alt::before {
  content: "\f015";
}

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

.fa5-laptop-medical::before {
  content: "\f812";
}

.fa5-b::before {
  content: "B";
}

.fa5-file-medical::before {
  content: "\f477";
}

.fa5-dice-one::before {
  content: "\f525";
}

.fa5-kiwi-bird::before {
  content: "\f535";
}

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

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

.fa5-rotate-right::before {
  content: "\f2f9";
}

.fa5-redo-alt::before {
  content: "\f2f9";
}

.fa5-rotate-forward::before {
  content: "\f2f9";
}

.fa5-utensils::before {
  content: "\f2e7";
}

.fa5-cutlery::before {
  content: "\f2e7";
}

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

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

.fa5-mill-sign::before {
  content: "\e1ed";
}

.fa5-bowl-rice::before {
  content: "\e2eb";
}

.fa5-skull::before {
  content: "\f54c";
}

.fa5-tower-broadcast::before {
  content: "\f519";
}

.fa5-broadcast-tower::before {
  content: "\f519";
}

.fa5-truck-pickup::before {
  content: "\f63c";
}

.fa5-up-long::before {
  content: "\f30c";
}

.fa5-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa5-stop::before {
  content: "\f04d";
}

.fa5-code-merge::before {
  content: "\f387";
}

.fa5-upload::before {
  content: "\f093";
}

.fa5-hurricane::before {
  content: "\f751";
}

.fa5-mound::before {
  content: "\e52d";
}

.fa5-toilet-portable::before {
  content: "\e583";
}

.fa5-compact-disc::before {
  content: "\f51f";
}

.fa5-file-arrow-down::before {
  content: "\f56d";
}

.fa5-file-download::before {
  content: "\f56d";
}

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

.fa5-shield-cat::before {
  content: "\e572";
}

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

.fa5-zap::before {
  content: "\f0e7";
}

.fa5-glass-water::before {
  content: "\e4f4";
}

.fa5-oil-well::before {
  content: "\e532";
}

.fa5-vault::before {
  content: "\e2c5";
}

.fa5-mars::before {
  content: "\f222";
}

.fa5-toilet::before {
  content: "\f7d8";
}

.fa5-plane-circle-xmark::before {
  content: "\e557";
}

.fa5-yen-sign::before {
  content: "\f157";
}

.fa5-cny::before {
  content: "\f157";
}

.fa5-jpy::before {
  content: "\f157";
}

.fa5-rmb::before {
  content: "\f157";
}

.fa5-yen::before {
  content: "\f157";
}

.fa5-ruble-sign::before {
  content: "\f158";
}

.fa5-rouble::before {
  content: "\f158";
}

.fa5-rub::before {
  content: "\f158";
}

.fa5-ruble::before {
  content: "\f158";
}

.fa5-sun::before {
  content: "\f185";
}

.fa5-guitar::before {
  content: "\f7a6";
}

.fa5-face-laugh-wink::before {
  content: "\f59c";
}

.fa5-laugh-wink::before {
  content: "\f59c";
}

.fa5-horse-head::before {
  content: "\f7ab";
}

.fa5-bore-hole::before {
  content: "\e4c3";
}

.fa5-industry::before {
  content: "\f275";
}

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

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

.fa5-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa5-florin-sign::before {
  content: "\e184";
}

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

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

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

.fa5-less-than::before {
  content: "\<";
}

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

.fa5-car-tunnel::before {
  content: "\e4de";
}

.fa5-head-side-cough::before {
  content: "\e061";
}

.fa5-grip-lines::before {
  content: "\f7a4";
}

.fa5-thumbs-down::before {
  content: "\f165";
}

.fa5-user-lock::before {
  content: "\f502";
}

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

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

.fa5-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa5-ellipsis::before {
  content: "\f141";
}

.fa5-ellipsis-h::before {
  content: "\f141";
}

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

.fa5-kit-medical::before {
  content: "\f479";
}

.fa5-first-aid::before {
  content: "\f479";
}

.fa5-person-through-window::before {
  content: "\e5a9";
}

.fa5-toolbox::before {
  content: "\f552";
}

.fa5-hands-holding-circle::before {
  content: "\e4fb";
}

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

.fa5-credit-card::before {
  content: "\f09d";
}

.fa5-credit-card-alt::before {
  content: "\f09d";
}

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

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

.fa5-hand-holding-hand::before {
  content: "\e4f7";
}

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

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

.fa5-mountain-sun::before {
  content: "\e52f";
}

.fa5-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa5-dice-d20::before {
  content: "\f6cf";
}

.fa5-truck-droplet::before {
  content: "\e58c";
}

.fa5-file-circle-xmark::before {
  content: "\e5a1";
}

.fa5-temperature-arrow-up::before {
  content: "\e040";
}

.fa5-temperature-up::before {
  content: "\e040";
}

.fa5-medal::before {
  content: "\f5a2";
}

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

.fa5-square-h::before {
  content: "\f0fd";
}

.fa5-h-square::before {
  content: "\f0fd";
}

.fa5-podcast::before {
  content: "\f2ce";
}

.fa5-temperature-full::before {
  content: "\f2c7";
}

.fa5-temperature-4::before {
  content: "\f2c7";
}

.fa5-thermometer-4::before {
  content: "\f2c7";
}

.fa5-thermometer-full::before {
  content: "\f2c7";
}

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

.fa5-superscript::before {
  content: "\f12b";
}

.fa5-plug-circle-xmark::before {
  content: "\e560";
}

.fa5-star-of-life::before {
  content: "\f621";
}

.fa5-phone-slash::before {
  content: "\f3dd";
}

.fa5-paint-roller::before {
  content: "\f5aa";
}

.fa5-handshake-angle::before {
  content: "\f4c4";
}

.fa5-hands-helping::before {
  content: "\f4c4";
}

.fa5-location-dot::before {
  content: "\f3c5";
}

.fa5-map-marker-alt::before {
  content: "\f3c5";
}

.fa5-file::before {
  content: "\f15b";
}

.fa5-greater-than::before {
  content: "\>";
}

.fa5-person-swimming::before {
  content: "\f5c4";
}

.fa5-swimmer::before {
  content: "\f5c4";
}

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

.fa5-droplet::before {
  content: "\f043";
}

.fa5-tint::before {
  content: "\f043";
}

.fa5-eraser::before {
  content: "\f12d";
}

.fa5-earth-americas::before {
  content: "\f57d";
}

.fa5-earth::before {
  content: "\f57d";
}

.fa5-earth-america::before {
  content: "\f57d";
}

.fa5-globe-americas::before {
  content: "\f57d";
}

.fa5-person-burst::before {
  content: "\e53b";
}

.fa5-dove::before {
  content: "\f4ba";
}

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

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

.fa5-socks::before {
  content: "\f696";
}

.fa5-inbox::before {
  content: "\f01c";
}

.fa5-section::before {
  content: "\e447";
}

.fa5-gauge-high::before {
  content: "\f625";
}

.fa5-tachometer-alt::before {
  content: "\f625";
}

.fa5-tachometer-alt-fast::before {
  content: "\f625";
}

.fa5-envelope-open-text::before {
  content: "\f658";
}

.fa5-hospital::before {
  content: "\f0f8";
}

.fa5-hospital-alt::before {
  content: "\f0f8";
}

.fa5-hospital-wide::before {
  content: "\f0f8";
}

.fa5-wine-bottle::before {
  content: "\f72f";
}

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

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

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

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

.fa5-dharmachakra::before {
  content: "\f655";
}

.fa5-hotdog::before {
  content: "\f80f";
}

.fa5-person-walking-with-cane::before {
  content: "\f29d";
}

.fa5-blind::before {
  content: "\f29d";
}

.fa5-drum::before {
  content: "\f569";
}

.fa5-ice-cream::before {
  content: "\f810";
}

.fa5-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa5-fax::before {
  content: "\f1ac";
}

.fa5-paragraph::before {
  content: "\f1dd";
}

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

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

.fa5-star-half::before {
  content: "\f089";
}

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

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

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

.fa5-link::before {
  content: "\f0c1";
}

.fa5-chain::before {
  content: "\f0c1";
}

.fa5-ear-listen::before {
  content: "\f2a2";
}

.fa5-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa5-tree-city::before {
  content: "\e587";
}

.fa5-play::before {
  content: "\f04b";
}

.fa5-font::before {
  content: "\f031";
}

.fa5-rupiah-sign::before {
  content: "\e23d";
}

.fa5-magnifying-glass::before {
  content: "\f002";
}

.fa5-search::before {
  content: "\f002";
}

.fa5-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa5-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa5-table-tennis::before {
  content: "\f45d";
}

.fa5-person-dots-from-line::before {
  content: "\f470";
}

.fa5-diagnoses::before {
  content: "\f470";
}

.fa5-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa5-trash-restore-alt::before {
  content: "\f82a";
}

.fa5-naira-sign::before {
  content: "\e1f6";
}

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

.fa5-walkie-talkie::before {
  content: "\f8ef";
}

.fa5-file-pen::before {
  content: "\f31c";
}

.fa5-file-edit::before {
  content: "\f31c";
}

.fa5-receipt::before {
  content: "\f543";
}

.fa5-square-pen::before {
  content: "\f14b";
}

.fa5-pen-square::before {
  content: "\f14b";
}

.fa5-pencil-square::before {
  content: "\f14b";
}

.fa5-suitcase-rolling::before {
  content: "\f5c1";
}

.fa5-person-circle-exclamation::before {
  content: "\e53f";
}

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

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

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

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

.fa5-skull-crossbones::before {
  content: "\f714";
}

.fa5-code-compare::before {
  content: "\e13a";
}

.fa5-list-ul::before {
  content: "\f0ca";
}

.fa5-list-dots::before {
  content: "\f0ca";
}

.fa5-school-lock::before {
  content: "\e56f";
}

.fa5-tower-cell::before {
  content: "\e585";
}

.fa5-down-long::before {
  content: "\f309";
}

.fa5-long-arrow-alt-down::before {
  content: "\f309";
}

.fa5-ranking-star::before {
  content: "\e561";
}

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

.fa5-person-harassing::before {
  content: "\e549";
}

.fa5-brazilian-real-sign::before {
  content: "\e46c";
}

.fa5-landmark-dome::before {
  content: "\f752";
}

.fa5-landmark-alt::before {
  content: "\f752";
}

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

.fa5-tv::before {
  content: "\f26c";
}

.fa5-television::before {
  content: "\f26c";
}

.fa5-tv-alt::before {
  content: "\f26c";
}

.fa5-shrimp::before {
  content: "\e448";
}

.fa5-list-check::before {
  content: "\f0ae";
}

.fa5-tasks::before {
  content: "\f0ae";
}

.fa5-jug-detergent::before {
  content: "\e519";
}

.fa5-circle-user::before {
  content: "\f2bd";
}

.fa5-user-circle::before {
  content: "\f2bd";
}

.fa5-user-shield::before {
  content: "\f505";
}

.fa5-wind::before {
  content: "\f72e";
}

.fa5-car-burst::before {
  content: "\f5e1";
}

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

.fa5-y::before {
  content: "Y";
}

.fa5-person-snowboarding::before {
  content: "\f7ce";
}

.fa5-snowboarding::before {
  content: "\f7ce";
}

.fa5-truck-fast::before {
  content: "\f48b";
}

.fa5-shipping-fast::before {
  content: "\f48b";
}

.fa5-fish::before {
  content: "\f578";
}

.fa5-user-graduate::before {
  content: "\f501";
}

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

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

.fa5-clapperboard::before {
  content: "\e131";
}

.fa5-circle-radiation::before {
  content: "\f7ba";
}

.fa5-radiation-alt::before {
  content: "\f7ba";
}

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

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

.fa5-jet-fighter-up::before {
  content: "\e518";
}

.fa5-diagram-project::before {
  content: "\f542";
}

.fa5-project-diagram::before {
  content: "\f542";
}

.fa5-copy::before {
  content: "\f0c5";
}

.fa5-volume-xmark::before {
  content: "\f6a9";
}

.fa5-volume-mute::before {
  content: "\f6a9";
}

.fa5-volume-times::before {
  content: "\f6a9";
}

.fa5-hand-sparkles::before {
  content: "\e05d";
}

.fa5-grip::before {
  content: "\f58d";
}

.fa5-grip-horizontal::before {
  content: "\f58d";
}

.fa5-share-from-square::before {
  content: "\f14d";
}

.fa5-share-square::before {
  content: "\f14d";
}

.fa5-child-combatant::before {
  content: "\e4e0";
}

.fa5-child-rifle::before {
  content: "\e4e0";
}

.fa5-gun::before {
  content: "\e19b";
}

.fa5-square-phone::before {
  content: "\f098";
}

.fa5-phone-square::before {
  content: "\f098";
}

.fa5-plus::before {
  content: "\+";
}

.fa5-add::before {
  content: "\+";
}

.fa5-expand::before {
  content: "\f065";
}

.fa5-computer::before {
  content: "\e4e5";
}

.fa5-xmark::before {
  content: "\f00d";
}

.fa5-close::before {
  content: "\f00d";
}

.fa5-multiply::before {
  content: "\f00d";
}

.fa5-remove::before {
  content: "\f00d";
}

.fa5-times::before {
  content: "\f00d";
}

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

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

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

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

.fa5-peso-sign::before {
  content: "\e222";
}

.fa5-building-shield::before {
  content: "\e4d8";
}

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

.fa5-users-line::before {
  content: "\e592";
}

.fa5-quote-left::before {
  content: "\f10d";
}

.fa5-quote-left-alt::before {
  content: "\f10d";
}

.fa5-tractor::before {
  content: "\f722";
}

.fa5-trash-arrow-up::before {
  content: "\f829";
}

.fa5-trash-restore::before {
  content: "\f829";
}

.fa5-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa5-lines-leaning::before {
  content: "\e51e";
}

.fa5-ruler-combined::before {
  content: "\f546";
}

.fa5-copyright::before {
  content: "\f1f9";
}

.fa5-equals::before {
  content: "\=";
}

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

.fa5-teeth::before {
  content: "\f62e";
}

.fa5-shekel-sign::before {
  content: "\f20b";
}

.fa5-ils::before {
  content: "\f20b";
}

.fa5-shekel::before {
  content: "\f20b";
}

.fa5-sheqel::before {
  content: "\f20b";
}

.fa5-sheqel-sign::before {
  content: "\f20b";
}

.fa5-map::before {
  content: "\f279";
}

.fa5-rocket::before {
  content: "\f135";
}

.fa5-photo-film::before {
  content: "\f87c";
}

.fa5-photo-video::before {
  content: "\f87c";
}

.fa5-folder-minus::before {
  content: "\f65d";
}

.fa5-store::before {
  content: "\f54e";
}

.fa5-arrow-trend-up::before {
  content: "\e098";
}

.fa5-plug-circle-minus::before {
  content: "\e55e";
}

.fa5-sign-hanging::before {
  content: "\f4d9";
}

.fa5-sign::before {
  content: "\f4d9";
}

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

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

.fa5-tablet::before {
  content: "\f3fb";
}

.fa5-tablet-android::before {
  content: "\f3fb";
}

.fa5-school-flag::before {
  content: "\e56e";
}

.fa5-fill::before {
  content: "\f575";
}

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

.fa5-drumstick-bite::before {
  content: "\f6d7";
}

.fa5-holly-berry::before {
  content: "\f7aa";
}

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

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

.fa5-hand-lizard::before {
  content: "\f258";
}

.fa5-notdef::before {
  content: "\e1fe";
}

.fa5-disease::before {
  content: "\f7fa";
}

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

.fa5-genderless::before {
  content: "\f22d";
}

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

.fa5-retweet::before {
  content: "\f079";
}

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

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

.fa5-pump-soap::before {
  content: "\e06b";
}

.fa5-video-slash::before {
  content: "\f4e2";
}

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

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

.fa5-radio::before {
  content: "\f8d7";
}

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

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

.fa5-traffic-light::before {
  content: "\f637";
}

.fa5-thermometer::before {
  content: "\f491";
}

.fa5-vr-cardboard::before {
  content: "\f729";
}

.fa5-hand-middle-finger::before {
  content: "\f806";
}

.fa5-percent::before {
  content: "\%";
}

.fa5-percentage::before {
  content: "\%";
}

.fa5-truck-moving::before {
  content: "\f4df";
}

.fa5-glass-water-droplet::before {
  content: "\e4f5";
}

.fa5-display::before {
  content: "\e163";
}

.fa5-face-smile::before {
  content: "\f118";
}

.fa5-smile::before {
  content: "\f118";
}

.fa5-thumbtack::before {
  content: "\f08d";
}

.fa5-thumb-tack::before {
  content: "\f08d";
}

.fa5-trophy::before {
  content: "\f091";
}

.fa5-person-praying::before {
  content: "\f683";
}

.fa5-pray::before {
  content: "\f683";
}

.fa5-hammer::before {
  content: "\f6e3";
}

.fa5-hand-peace::before {
  content: "\f25b";
}

.fa5-rotate::before {
  content: "\f2f1";
}

.fa5-sync-alt::before {
  content: "\f2f1";
}

.fa5-spinner::before {
  content: "\f110";
}

.fa5-robot::before {
  content: "\f544";
}

.fa5-peace::before {
  content: "\f67c";
}

.fa5-gears::before {
  content: "\f085";
}

.fa5-cogs::before {
  content: "\f085";
}

.fa5-warehouse::before {
  content: "\f494";
}

.fa5-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa5-splotch::before {
  content: "\f5bc";
}

.fa5-face-grin-hearts::before {
  content: "\f584";
}

.fa5-grin-hearts::before {
  content: "\f584";
}

.fa5-dice-four::before {
  content: "\f524";
}

.fa5-sim-card::before {
  content: "\f7c4";
}

.fa5-transgender::before {
  content: "\f225";
}

.fa5-transgender-alt::before {
  content: "\f225";
}

.fa5-mercury::before {
  content: "\f223";
}

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

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

.fa5-person-falling-burst::before {
  content: "\e547";
}

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

.fa5-ticket-simple::before {
  content: "\f3ff";
}

.fa5-ticket-alt::before {
  content: "\f3ff";
}

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

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

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

.fa5-qrcode::before {
  content: "\f029";
}

.fa5-clock-rotate-left::before {
  content: "\f1da";
}

.fa5-history::before {
  content: "\f1da";
}

.fa5-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa5-grin-beam-sweat::before {
  content: "\f583";
}

.fa5-file-export::before {
  content: "\f56e";
}

.fa5-arrow-right-from-file::before {
  content: "\f56e";
}

.fa5-shield::before {
  content: "\f132";
}

.fa5-shield-blank::before {
  content: "\f132";
}

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

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

.fa5-house-medical::before {
  content: "\e3b2";
}

.fa5-golf-ball-tee::before {
  content: "\f450";
}

.fa5-golf-ball::before {
  content: "\f450";
}

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

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

.fa5-house-chimney-window::before {
  content: "\e00d";
}

.fa5-pen-nib::before {
  content: "\f5ad";
}

.fa5-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa5-tents::before {
  content: "\e582";
}

.fa5-wand-magic::before {
  content: "\f0d0";
}

.fa5-magic::before {
  content: "\f0d0";
}

.fa5-dog::before {
  content: "\f6d3";
}

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

.fa5-moon::before {
  content: "\f186";
}

.fa5-wine-glass-empty::before {
  content: "\f5ce";
}

.fa5-wine-glass-alt::before {
  content: "\f5ce";
}

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

.fa5-yin-yang::before {
  content: "\f6ad";
}

.fa5-music::before {
  content: "\f001";
}

.fa5-code-commit::before {
  content: "\f386";
}

.fa5-temperature-low::before {
  content: "\f76b";
}

.fa5-person-biking::before {
  content: "\f84a";
}

.fa5-biking::before {
  content: "\f84a";
}

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

.fa5-shield-heart::before {
  content: "\e574";
}

.fa5-gopuram::before {
  content: "\f664";
}

.fa5-earth-oceania::before {
  content: "\e47b";
}

.fa5-globe-oceania::before {
  content: "\e47b";
}

.fa5-square-xmark::before {
  content: "\f2d3";
}

.fa5-times-square::before {
  content: "\f2d3";
}

.fa5-xmark-square::before {
  content: "\f2d3";
}

.fa5-hashtag::before {
  content: "\#";
}

.fa5-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa5-expand-alt::before {
  content: "\f424";
}

.fa5-oil-can::before {
  content: "\f613";
}

.fa5-t::before {
  content: "T";
}

.fa5-hippo::before {
  content: "\f6ed";
}

.fa5-chart-column::before {
  content: "\e0e3";
}

.fa5-infinity::before {
  content: "\f534";
}

.fa5-vial-circle-check::before {
  content: "\e596";
}

.fa5-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa5-voicemail::before {
  content: "\f897";
}

.fa5-fan::before {
  content: "\f863";
}

.fa5-person-walking-luggage::before {
  content: "\e554";
}

.fa5-up-down::before {
  content: "\f338";
}

.fa5-arrows-alt-v::before {
  content: "\f338";
}

.fa5-cloud-moon-rain::before {
  content: "\f73c";
}

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

.fa5-trailer::before {
  content: "\e041";
}

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

.fa5-haykal::before {
  content: "\f666";
}

.fa5-sd-card::before {
  content: "\f7c2";
}

.fa5-dragon::before {
  content: "\f6d5";
}

.fa5-shoe-prints::before {
  content: "\f54b";
}

.fa5-circle-plus::before {
  content: "\f055";
}

.fa5-plus-circle::before {
  content: "\f055";
}

.fa5-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa5-grin-tongue-wink::before {
  content: "\f58b";
}

.fa5-hand-holding::before {
  content: "\f4bd";
}

.fa5-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa5-link-slash::before {
  content: "\f127";
}

.fa5-chain-broken::before {
  content: "\f127";
}

.fa5-chain-slash::before {
  content: "\f127";
}

.fa5-unlink::before {
  content: "\f127";
}

.fa5-clone::before {
  content: "\f24d";
}

.fa5-person-walking-arrow-loop-left::before {
  content: "\e551";
}

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

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

.fa5-fire-flame-curved::before {
  content: "\f7e4";
}

.fa5-fire-alt::before {
  content: "\f7e4";
}

.fa5-tornado::before {
  content: "\f76f";
}

.fa5-file-circle-plus::before {
  content: "\e494";
}

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

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

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

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

.fa5-face-angry::before {
  content: "\f556";
}

.fa5-angry::before {
  content: "\f556";
}

.fa5-cookie-bite::before {
  content: "\f564";
}

.fa5-arrow-trend-down::before {
  content: "\e097";
}

.fa5-rss::before {
  content: "\f09e";
}

.fa5-feed::before {
  content: "\f09e";
}

.fa5-draw-polygon::before {
  content: "\f5ee";
}

.fa5-scale-balanced::before {
  content: "\f24e";
}

.fa5-balance-scale::before {
  content: "\f24e";
}

.fa5-gauge-simple-high::before {
  content: "\f62a";
}

.fa5-tachometer::before {
  content: "\f62a";
}

.fa5-tachometer-fast::before {
  content: "\f62a";
}

.fa5-shower::before {
  content: "\f2cc";
}

.fa5-desktop::before {
  content: "\f390";
}

.fa5-desktop-alt::before {
  content: "\f390";
}

.fa5-m::before {
  content: "M";
}

.fa5-table-list::before {
  content: "\f00b";
}

.fa5-th-list::before {
  content: "\f00b";
}

.fa5-comment-sms::before {
  content: "\f7cd";
}

.fa5-sms::before {
  content: "\f7cd";
}

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

.fa5-user-plus::before {
  content: "\f234";
}

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

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

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

.fa5-house-circle-check::before {
  content: "\e509";
}

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

.fa5-diagram-successor::before {
  content: "\e47a";
}

.fa5-truck-arrow-right::before {
  content: "\e58b";
}

.fa5-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa5-hand-fist::before {
  content: "\f6de";
}

.fa5-fist-raised::before {
  content: "\f6de";
}

.fa5-cloud-moon::before {
  content: "\f6c3";
}

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

.fa5-person-falling::before {
  content: "\e546";
}

.fa5-image-portrait::before {
  content: "\f3e0";
}

.fa5-portrait::before {
  content: "\f3e0";
}

.fa5-user-tag::before {
  content: "\f507";
}

.fa5-rug::before {
  content: "\e569";
}

.fa5-earth-europe::before {
  content: "\f7a2";
}

.fa5-globe-europe::before {
  content: "\f7a2";
}

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

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

.fa5-rectangle-xmark::before {
  content: "\f410";
}

.fa5-rectangle-times::before {
  content: "\f410";
}

.fa5-times-rectangle::before {
  content: "\f410";
}

.fa5-window-close::before {
  content: "\f410";
}

.fa5-baht-sign::before {
  content: "\e0ac";
}

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

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

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

.fa5-handcuffs::before {
  content: "\e4f8";
}

.fa5-triangle-exclamation::before {
  content: "\f071";
}

.fa5-exclamation-triangle::before {
  content: "\f071";
}

.fa5-warning::before {
  content: "\f071";
}

.fa5-database::before {
  content: "\f1c0";
}

.fa5-share::before {
  content: "\f064";
}

.fa5-arrow-turn-right::before {
  content: "\f064";
}

.fa5-mail-forward::before {
  content: "\f064";
}

.fa5-bottle-droplet::before {
  content: "\e4c4";
}

.fa5-mask-face::before {
  content: "\e1d7";
}

.fa5-hill-rockslide::before {
  content: "\e508";
}

.fa5-right-left::before {
  content: "\f362";
}

.fa5-exchange-alt::before {
  content: "\f362";
}

.fa5-paper-plane::before {
  content: "\f1d8";
}

.fa5-road-circle-exclamation::before {
  content: "\e565";
}

.fa5-dungeon::before {
  content: "\f6d9";
}

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

.fa5-money-bill-1-wave::before {
  content: "\f53b";
}

.fa5-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa5-life-ring::before {
  content: "\f1cd";
}

.fa5-hands::before {
  content: "\f2a7";
}

.fa5-sign-language::before {
  content: "\f2a7";
}

.fa5-signing::before {
  content: "\f2a7";
}

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

.fa5-water-ladder::before {
  content: "\f5c5";
}

.fa5-ladder-water::before {
  content: "\f5c5";
}

.fa5-swimming-pool::before {
  content: "\f5c5";
}

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

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

.fa5-face-grimace::before {
  content: "\f57f";
}

.fa5-grimace::before {
  content: "\f57f";
}

.fa5-wheelchair-move::before {
  content: "\e2ce";
}

.fa5-wheelchair-alt::before {
  content: "\e2ce";
}

.fa5-turn-down::before {
  content: "\f3be";
}

.fa5-level-down-alt::before {
  content: "\f3be";
}

.fa5-person-walking-arrow-right::before {
  content: "\e552";
}

.fa5-square-envelope::before {
  content: "\f199";
}

.fa5-envelope-square::before {
  content: "\f199";
}

.fa5-dice::before {
  content: "\f522";
}

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

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

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

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

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

.fa5-circle-xmark::before {
  content: "\f057";
}

.fa5-times-circle::before {
  content: "\f057";
}

.fa5-xmark-circle::before {
  content: "\f057";
}

.fa5-gifts::before {
  content: "\f79c";
}

.fa5-hotel::before {
  content: "\f594";
}

.fa5-earth-asia::before {
  content: "\f57e";
}

.fa5-globe-asia::before {
  content: "\f57e";
}

.fa5-id-card-clip::before {
  content: "\f47f";
}

.fa5-id-card-alt::before {
  content: "\f47f";
}

.fa5-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa5-search-plus::before {
  content: "\f00e";
}

.fa5-thumbs-up::before {
  content: "\f164";
}

.fa5-user-clock::before {
  content: "\f4fd";
}

.fa5-hand-dots::before {
  content: "\f461";
}

.fa5-allergies::before {
  content: "\f461";
}

.fa5-file-invoice::before {
  content: "\f570";
}

.fa5-window-minimize::before {
  content: "\f2d1";
}

.fa5-mug-saucer::before {
  content: "\f0f4";
}

.fa5-coffee::before {
  content: "\f0f4";
}

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

.fa5-mask::before {
  content: "\f6fa";
}

.fa5-magnifying-glass-minus::before {
  content: "\f010";
}

.fa5-search-minus::before {
  content: "\f010";
}

.fa5-ruler-vertical::before {
  content: "\f548";
}

.fa5-user-large::before {
  content: "\f406";
}

.fa5-user-alt::before {
  content: "\f406";
}

.fa5-train-tram::before {
  content: "\e5b4";
}

.fa5-user-nurse::before {
  content: "\f82f";
}

.fa5-syringe::before {
  content: "\f48e";
}

.fa5-cloud-sun::before {
  content: "\f6c4";
}

.fa5-stopwatch-20::before {
  content: "\e06f";
}

.fa5-square-full::before {
  content: "\f45c";
}

.fa5-magnet::before {
  content: "\f076";
}

.fa5-jar::before {
  content: "\e516";
}

.fa5-note-sticky::before {
  content: "\f249";
}

.fa5-sticky-note::before {
  content: "\f249";
}

.fa5-bug-slash::before {
  content: "\e490";
}

.fa5-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

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

.fa5-user-injured::before {
  content: "\f728";
}

.fa5-face-sad-tear::before {
  content: "\f5b4";
}

.fa5-sad-tear::before {
  content: "\f5b4";
}

.fa5-plane::before {
  content: "\f072";
}

.fa5-tent-arrows-down::before {
  content: "\e581";
}

.fa5-exclamation::before {
  content: "\!";
}

.fa5-arrows-spin::before {
  content: "\e4bb";
}

.fa5-print::before {
  content: "\f02f";
}

.fa5-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa5-try::before {
  content: "\e2bb";
}

.fa5-turkish-lira::before {
  content: "\e2bb";
}

.fa5-dollar-sign::before {
  content: "\$";
}

.fa5-dollar::before {
  content: "\$";
}

.fa5-usd::before {
  content: "\$";
}

.fa5-x::before {
  content: "X";
}

.fa5-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa5-search-dollar::before {
  content: "\f688";
}

.fa5-users-gear::before {
  content: "\f509";
}

.fa5-users-cog::before {
  content: "\f509";
}

.fa5-person-military-pointing::before {
  content: "\e54a";
}

.fa5-building-columns::before {
  content: "\f19c";
}

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

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

.fa5-museum::before {
  content: "\f19c";
}

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

.fa5-umbrella::before {
  content: "\f0e9";
}

.fa5-trowel::before {
  content: "\e589";
}

.fa5-d::before {
  content: "D";
}

.fa5-stapler::before {
  content: "\e5af";
}

.fa5-masks-theater::before {
  content: "\f630";
}

.fa5-theater-masks::before {
  content: "\f630";
}

.fa5-kip-sign::before {
  content: "\e1c4";
}

.fa5-hand-point-left::before {
  content: "\f0a5";
}

.fa5-handshake-simple::before {
  content: "\f4c6";
}

.fa5-handshake-alt::before {
  content: "\f4c6";
}

.fa5-jet-fighter::before {
  content: "\f0fb";
}

.fa5-fighter-jet::before {
  content: "\f0fb";
}

.fa5-square-share-nodes::before {
  content: "\f1e1";
}

.fa5-share-alt-square::before {
  content: "\f1e1";
}

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

.fa5-plus-minus::before {
  content: "\e43c";
}

.fa5-video::before {
  content: "\f03d";
}

.fa5-video-camera::before {
  content: "\f03d";
}

.fa5-graduation-cap::before {
  content: "\f19d";
}

.fa5-mortar-board::before {
  content: "\f19d";
}

.fa5-hand-holding-medical::before {
  content: "\e05c";
}

.fa5-person-circle-check::before {
  content: "\e53e";
}

.fa5-turn-up::before {
  content: "\f3bf";
}

.fa5-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa5-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa5-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/**
    Font Awesome Brands
*/
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400..woff2) format("woff2"), url(fonts/fa-brands-400..ttf) format("truetype");
}
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/**
    Font Awesome Regular
*/
@font-face {
  font-family: "Font Awesome 6";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400..woff2) format("woff2"), url(fonts/fa-regular-400..ttf) format("truetype");
}
.far {
  font-family: "Font Awesome 6";
  font-weight: 400;
}

/**
    Font Awesome Regular
*/
@font-face {
  font-family: "Font Awesome 6";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900..woff2) format("woff2"), url(fonts/fa-solid-900..ttf) format("truetype");
}
.fa5,
.fas {
  font-family: "Font Awesome 6";
  font-weight: 900;
}

/*# sourceMappingURL=eligo.fa.css.map*/