/*!
 * Font Awesome subset (4.7 glyph mapping) for static bundle.
 * Source font files are local in ../fonts/
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#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;
}

.fa-bars::before {
  content: "\f0c9";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-money::before {
  content: "\f0d6";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-user::before {
  content: "\f007";
}
.fa-handshake-o::before {
  content: "\f2b5";
}
.fa-heart::before {
  content: "\f004";
}
.fa-check-square-o::before {
  content: "\f046";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-facebook::before {
  content: "\f09a";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-phone::before {
  content: "\f095";
}
.fa-comments::before {
  content: "\f086";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-lock::before {
  content: "\f023";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-clock-o::before {
  content: "\f017";
}
