.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900); }

.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands'; }

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

.fa-3x {
    font-size: 3em; }

.fa-4x {
    font-size: 4em; }

.fa-stethoscope::before {
    content: "\f0f1"; }

.fa-pencil::before {
    content: "\f303"; }

.fa-comments::before {
    content: "\f086"; }

.fa-bars::before {
    content: "\f0c9"; }

.fa-paintbrush::before {
    content: "\f1fc"; }

.fa-globe::before {
    content: "\f0ac"; }


.fa-code::before {
    content: "\f121"; }

.fa-wrench::before {
    content: "\f0ad"; }

.fa-clipboard-question::before {
    content: "\e4e3"; }


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

.fa-angle-double-up::before {
    content: "\f102"; }

.fa-vr-cardboard::before {
    content: "\f729"; }
