/*!
 * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa);
    content: var(--fa)/""
}

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

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

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

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

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

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

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

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

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

.fa-user,
.fa-user-alt,
.fa-user-large {
    --fa: "\f007"
}

.fa-phone {
    --fa: "\f095"
}

.fa-plane {
    --fa: "\f072"
}

.fa-headset {
    --fa: "\f590"
}

.fa-life-ring {
    --fa: "\f1cd"
}

.fa-child {
    --fa: "\f1ae"
}

.fa-drivers-license,
.fa-id-card {
    --fa: "\f2c2"
}

.fa-handshake,
.fa-handshake-alt,
.fa-handshake-simple {
    --fa: "\f2b5"
}

.fa-credit-card,
.fa-credit-card-alt {
    --fa: "\f09d"
}

.fa-car {
    --fa: "\f1b9"
}

.fa-square-facebook {
    --fa: "\f082"
}

.fa-square-x-twitter {
    --fa: "\e61a"
}

.fa-instagram-square,
.fa-square-instagram {
    --fa: "\e055"
}

.fa-linkedin {
    --fa: "\f08c"
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-x-twitter {
    --fa: "\e61b"
}

.fa-instagram {
    --fa: "\f16d"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-bars,
.fa-navicon {
    --fa: "\f0c9"
}

.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
    --fa: "\f00d"
}

