/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(fa-brands-400.eot);
    src: url(fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fa-brands-400.woff2) format("woff2"), url(fa-brands-400.woff) format("woff"), url(fa-brands-400.ttf) format("truetype"), url(fa-brands-400.svg#fontawesome) format("svg")
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    font-family: "Font Awesome 5 Brands"
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-whatsapp:before {
    content: "\f232";
}
.fa-mail-bulk:before {
  content: "\f674"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }
