.fa,
.fas,
.far,
.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
}

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-anchor:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-instagram:before {
    content: "";
    color: #000
}

.fa-twitter:before {
    content: ""
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(fonts/1.woff2)format("woff2")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    src: url(fonts/6.woff2)format("woff2")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/11.woff2)format("woff2")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    src: url(fonts/16.woff2)format("woff2")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.fab.fa-facebook.fa-brand-color {
    color: #3b5998 !important
}

.fab.fa-instagram.fa-brand-color {
    color: #3f729b !important
}

.fab.fa-twitter.fa-brand-color {
    color: #55acee !important
}