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

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

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

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

    100% {
        transform: rotate(360deg);
    }
}

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

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

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

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

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

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

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

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

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