.fa,
.fas,
.far,
.fal,
.fad,
.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-angle-down:before {
    content: "\f107";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fad.fa-file-chart-line:after {
    content: "\10f659";
}
.fa-file-chart-line:before {
    content: "\f659";
}
.fad.fa-file-contract:after {
    content: "\10f56c";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-user:before {
    content: "\f65c";
}
.fad.fa-file-user:after {
    content: "\10f65c";
}
.fa-file-signature:before {
    content: "\f573";
}
.fad.fa-file-signature:after {
    content: "\10f573";
}
.fad.fa-lightbulb-on:after {
    content: "\10f672";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-chevron-right:before {
    content: "\f054";
}

.fa-lightbulb-on:before {
    content: "\f672";
    font-family: "Font Awesome 5 Pro";
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../css/webfonts/fa-brands-400.eot);
    src: url(../css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-brands-400.woff2) format("woff2"), url(../css/webfonts/fa-brands-400.woff) format("woff"),
        url(../css/webfonts/fa-brands-400.ttf) format("truetype"), url(../css/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../css/webfonts/fa-duotone-900.eot);
    src: url(../css/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-duotone-900.woff2) format("woff2"), url(../css/webfonts/fa-duotone-900.woff) format("woff"),
        url(../css/webfonts/fa-duotone-900.ttf) format("truetype"), url(../css/webfonts/fa-duotone-900.svg#fontawesome) format("svg");
}
.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}
.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
    color: var(--fa-secondary-color, inherit);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
    color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute;
}
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../css/webfonts/fa-regular-400.eot);
    src: url(../css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-regular-400.woff2) format("woff2"), url(../css/webfonts/fa-regular-400.woff) format("woff"),
        url(../css/webfonts/fa-regular-400.ttf) format("truetype"), url(../css/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../css/webfonts/fa-solid-900.eot);
    src: url(../css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../css/webfonts/fa-solid-900.woff2) format("woff2"), url(../css/webfonts/fa-solid-900.woff) format("woff"),
        url(../css/webfonts/fa-solid-900.ttf) format("truetype"), url(../css/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}