@layer bricks.icons {
    @font-face {
        font-display: block;
        font-family: Font Awesome\ 6 Free;
        font-style: normal;
        font-weight: 400;
        src: url(../../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../../fonts/fontawesome/fa-regular-400.ttf) format("truetype")
    }

    .fa,
    .fa-classic,
    .fa-regular,
    .far {
        font-family: Font Awesome\ 6 Free;
        font-style: normal;
        font-weight: 400
    }

    @font-face {
        font-display: block;
        font-family: Font Awesome\ 6 Solid;
        font-style: normal;
        font-weight: 900;
        src: url(../../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../../fonts/fontawesome/fa-solid-900.ttf) format("truetype")
    }

    .fa-solid,
    .fas {
        font-family: Font Awesome\ 6 Solid;
        font-style: normal;
        font-weight: 900
    }

    .fa,
    .fa-brands,
    .fa-classic,
    .fa-regular,
    .fa-sharp,
    .fa-solid,
    .fab,
    .far,
    .fas {
        -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
    }

    .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-10x {
        font-size: 10em
    }

    .fa-2xs {
        font-size: .625em;
        line-height: .1em;
        vertical-align: .225em
    }

    .fa-xs {
        font-size: .75em;
        line-height: .08333em;
        vertical-align: .125em
    }

    .fa-sm {
        font-size: .875em;
        line-height: .07143em;
        vertical-align: .05357em
    }

    .fa-lg {
        font-size: 1.25em;
        line-height: .05em;
        vertical-align: -.075em
    }

    .fa-xl {
        font-size: 1.5em;
        line-height: .04167em;
        vertical-align: -.125em
    }

    .fa-2xl {
        font-size: 2em;
        line-height: .03125em;
        vertical-align: -.1875em
    }

    .fa-fw {
        text-align: center;
        width: 1.25em
    }

    .fa-ul {
        list-style-type: none;
        margin-left: var(--fa-li-margin, 2.5em);
        padding-left: 0
    }

    .fa-ul>li {
        position: relative
    }

    .fa-li {
        left: calc(var(--fa-li-width, 2em)*-1);
        line-height: inherit;
        position: absolute;
        text-align: center;
        width: var(--fa-li-width, 2em)
    }

    .fa-border {
        border-color: var(--fa-border-color, #eee);
        border-radius: var(--fa-border-radius, .1em);
        border-style: var(--fa-border-style, solid);
        border-width: var(--fa-border-width, .08em);
        padding: var(--fa-border-padding, .2em .25em .15em)
    }

    .fa-pull-left {
        float: left;
        margin-right: var(--fa-pull-margin, .3em)
    }

    .fa-pull-right {
        float: right;
        margin-left: var(--fa-pull-margin, .3em)
    }

    .fa-beat {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-beat;
        animation-name: fa-beat;
        -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
        animation-timing-function: var(--fa-animation-timing, ease-in-out)
    }

    .fa-bounce {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-bounce;
        animation-name: fa-bounce;
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
    }

    .fa-fade {
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-fade;
        animation-name: fa-fade;
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
    }

    .fa-beat-fade,
    .fa-fade {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s)
    }

    .fa-beat-fade {
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-beat-fade;
        animation-name: fa-beat-fade;
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
    }

    .fa-flip {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-flip;
        animation-name: fa-flip;
        -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
        animation-timing-function: var(--fa-animation-timing, ease-in-out)
    }

    .fa-shake {
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-shake;
        animation-name: fa-shake;
        -webkit-animation-timing-function: var(--fa-animation-timing, linear);
        animation-timing-function: var(--fa-animation-timing, linear)
    }

    .fa-shake,
    .fa-spin {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal)
    }

    .fa-spin {
        -webkit-animation-duration: var(--fa-animation-duration, 2s);
        animation-duration: var(--fa-animation-duration, 2s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-spin;
        animation-name: fa-spin;
        -webkit-animation-timing-function: var(--fa-animation-timing, linear);
        animation-timing-function: var(--fa-animation-timing, linear)
    }

    .fa-spin-reverse {
        --fa-animation-direction: reverse
    }

    .fa-pulse,
    .fa-spin-pulse {
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-name: fa-spin;
        animation-name: fa-spin;
        -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
        animation-timing-function: var(--fa-animation-timing, steps(8))
    }

    @media(prefers-reduced-motion:reduce) {

        .fa-beat,
        .fa-beat-fade,
        .fa-bounce,
        .fa-fade,
        .fa-flip,
        .fa-pulse,
        .fa-shake,
        .fa-spin,
        .fa-spin-pulse {
            -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
            -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition-duration: 0s;
            transition-duration: 0s
        }
    }

    @-webkit-keyframes fa-beat {

        0%,
        90% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        45% {
            -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25))
        }
    }

    @keyframes fa-beat {

        0%,
        90% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        45% {
            -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25))
        }
    }

    @-webkit-keyframes fa-bounce {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        10% {
            -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
        }

        30% {
            -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
        }

        50% {
            -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
        }

        57% {
            -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
            transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
        }

        64% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        to {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }
    }

    @keyframes fa-bounce {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        10% {
            -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
        }

        30% {
            -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
        }

        50% {
            -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
        }

        57% {
            -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
            transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
        }

        64% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }

        to {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0)
        }
    }

    @-webkit-keyframes fa-fade {
        50% {
            opacity: var(--fa-fade-opacity, .4)
        }
    }

    @keyframes fa-fade {
        50% {
            opacity: var(--fa-fade-opacity, .4)
        }
    }

    @-webkit-keyframes fa-beat-fade {

        0%,
        to {
            opacity: var(--fa-beat-fade-opacity, .4);
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125))
        }
    }

    @keyframes fa-beat-fade {

        0%,
        to {
            opacity: var(--fa-beat-fade-opacity, .4);
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125))
        }
    }

    @-webkit-keyframes fa-flip {
        50% {
            -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
        }
    }

    @keyframes fa-flip {
        50% {
            -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
        }
    }

    @-webkit-keyframes fa-shake {
        0% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg)
        }

        4% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg)
        }

        24%,
        8% {
            -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg)
        }

        12%,
        28% {
            -webkit-transform: rotate(18deg);
            transform: rotate(18deg)
        }

        16% {
            -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg)
        }

        20% {
            -webkit-transform: rotate(22deg);
            transform: rotate(22deg)
        }

        32% {
            -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg)
        }

        36% {
            -webkit-transform: rotate(12deg);
            transform: rotate(12deg)
        }

        40%,
        to {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    @keyframes fa-shake {
        0% {
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg)
        }

        4% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg)
        }

        24%,
        8% {
            -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg)
        }

        12%,
        28% {
            -webkit-transform: rotate(18deg);
            transform: rotate(18deg)
        }

        16% {
            -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg)
        }

        20% {
            -webkit-transform: rotate(22deg);
            transform: rotate(22deg)
        }

        32% {
            -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg)
        }

        36% {
            -webkit-transform: rotate(12deg);
            transform: rotate(12deg)
        }

        40%,
        to {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

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

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

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

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    .fa-rotate-90 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .fa-rotate-180 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fa-rotate-270 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .fa-flip-horizontal {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .fa-flip-vertical {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

    .fa-flip-both,
    .fa-flip-horizontal.fa-flip-vertical {
        -webkit-transform: scale(-1);
        transform: scale(-1)
    }

    .fa-rotate-by {
        -webkit-transform: rotate(var(--fa-rotate-angle, none));
        transform: rotate(var(--fa-rotate-angle, none))
    }

    .fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 2.5em
    }

    .fa-stack-1x,
    .fa-stack-2x {
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: var(--fa-stack-z-index, auto)
    }

    .fa-stack-1x {
        line-height: inherit
    }

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

    .fa-inverse {
        color: var(--fa-inverse, #fff)
    }

    .fa-0:before {
        content: "0"
    }

    .fa-1:before {
        content: "1"
    }

    .fa-2:before {
        content: "2"
    }

    .fa-3:before {
        content: "3"
    }

    .fa-4:before {
        content: "4"
    }

    .fa-5:before {
        content: "5"
    }

    .fa-6:before {
        content: "6"
    }

    .fa-7:before {
        content: "7"
    }

    .fa-8:before {
        content: "8"
    }

    .fa-9:before {
        content: "9"
    }

    .fa-fill-drip:before {
        content: "ï•¶"
    }

    .fa-arrows-to-circle:before {
        content: "î’½"
    }

    .fa-chevron-circle-right:before,
    .fa-circle-chevron-right:before {
        content: "ï„¸"
    }

    .fa-at:before {
        content: "@"
    }

    .fa-trash-alt:before,
    .fa-trash-can:before {
        content: "ï‹­"
    }

    .fa-text-height:before {
        content: "ï€´"
    }

    .fa-user-times:before,
    .fa-user-xmark:before {
        content: "ïˆµ"
    }

    .fa-stethoscope:before {
        content: "ïƒ±"
    }

    .fa-comment-alt:before,
    .fa-message:before {
        content: "ï‰º"
    }

    .fa-info:before {
        content: "ï„©"
    }

    .fa-compress-alt:before,
    .fa-down-left-and-up-right-to-center:before {
        content: "ï¢"
    }

    .fa-explosion:before {
        content: "î“©"
    }

    .fa-file-alt:before,
    .fa-file-lines:before,
    .fa-file-text:before {
        content: "ï…œ"
    }

    .fa-wave-square:before {
        content: "ï ¾"
    }

    .fa-ring:before {
        content: "ïœ‹"
    }

    .fa-building-un:before {
        content: "î“™"
    }

    .fa-dice-three:before {
        content: "ï”§"
    }

    .fa-calendar-alt:before,
    .fa-calendar-days:before {
        content: "ï³"
    }

    .fa-anchor-circle-check:before {
        content: "î’ª"
    }

    .fa-building-circle-arrow-right:before {
        content: "î“‘"
    }

    .fa-volleyball-ball:before,
    .fa-volleyball:before {
        content: "ï‘Ÿ"
    }

    .fa-arrows-up-to-line:before {
        content: "î“‚"
    }

    .fa-sort-desc:before,
    .fa-sort-down:before {
        content: "ïƒ"
    }

    .fa-circle-minus:before,
    .fa-minus-circle:before {
        content: "ï–"
    }

    .fa-door-open:before {
        content: "ï”«"
    }

    .fa-right-from-bracket:before,
    .fa-sign-out-alt:before {
        content: "ï‹µ"
    }

    .fa-atom:before {
        content: "ï—’"
    }

    .fa-soap:before {
        content: "î®"
    }

    .fa-heart-music-camera-bolt:before,
    .fa-icons:before {
        content: "ï¡­"
    }

    .fa-microphone-alt-slash:before,
    .fa-microphone-lines-slash:before {
        content: "ï”¹"
    }

    .fa-bridge-circle-check:before {
        content: "î“‰"
    }

    .fa-pump-medical:before {
        content: "îª"
    }

    .fa-fingerprint:before {
        content: "ï•·"
    }

    .fa-hand-point-right:before {
        content: "ï‚¤"
    }

    .fa-magnifying-glass-location:before,
    .fa-search-location:before {
        content: "ïš‰"
    }

    .fa-forward-step:before,
    .fa-step-forward:before {
        content: "ï‘"
    }

    .fa-face-smile-beam:before,
    .fa-smile-beam:before {
        content: "ï–¸"
    }

    .fa-flag-checkered:before {
        content: "ï„ž"
    }

    .fa-football-ball:before,
    .fa-football:before {
        content: "ï‘Ž"
    }

    .fa-school-circle-exclamation:before {
        content: "î•¬"
    }

    .fa-crop:before {
        content: "ï„¥"
    }

    .fa-angle-double-down:before,
    .fa-angles-down:before {
        content: "ï„ƒ"
    }

    .fa-users-rectangle:before {
        content: "î–”"
    }

    .fa-people-roof:before {
        content: "î”·"
    }

    .fa-people-line:before {
        content: "î”´"
    }

    .fa-beer-mug-empty:before,
    .fa-beer:before {
        content: "ïƒ¼"
    }

    .fa-diagram-predecessor:before {
        content: "î‘·"
    }

    .fa-arrow-up-long:before,
    .fa-long-arrow-up:before {
        content: "ï…¶"
    }

    .fa-burn:before,
    .fa-fire-flame-simple:before {
        content: "ï‘ª"
    }

    .fa-male:before,
    .fa-person:before {
        content: "ï†ƒ"
    }

    .fa-laptop:before {
        content: "ï„‰"
    }

    .fa-file-csv:before {
        content: "ï›"
    }

    .fa-menorah:before {
        content: "ï™¶"
    }

    .fa-truck-plane:before {
        content: "î–"
    }

    .fa-record-vinyl:before {
        content: "ï£™"
    }

    .fa-face-grin-stars:before,
    .fa-grin-stars:before {
        content: "ï–‡"
    }

    .fa-bong:before {
        content: "ï•œ"
    }

    .fa-pastafarianism:before,
    .fa-spaghetti-monster-flying:before {
        content: "ï™»"
    }

    .fa-arrow-down-up-across-line:before {
        content: "î’¯"
    }

    .fa-spoon:before,
    .fa-utensil-spoon:before {
        content: "ï‹¥"
    }

    .fa-jar-wheat:before {
        content: "î”—"
    }

    .fa-envelopes-bulk:before,
    .fa-mail-bulk:before {
        content: "ï™´"
    }

    .fa-file-circle-exclamation:before {
        content: "î“«"
    }

    .fa-circle-h:before,
    .fa-hospital-symbol:before {
        content: "ï‘¾"
    }

    .fa-pager:before {
        content: "ï •"
    }

    .fa-address-book:before,
    .fa-contact-book:before {
        content: "ïŠ¹"
    }

    .fa-strikethrough:before {
        content: "ïƒŒ"
    }

    .fa-k:before {
        content: "K"
    }

    .fa-landmark-flag:before {
        content: "î”œ"
    }

    .fa-pencil-alt:before,
    .fa-pencil:before {
        content: "ïŒƒ"
    }

    .fa-backward:before {
        content: "ïŠ"
    }

    .fa-caret-right:before {
        content: "ïƒš"
    }

    .fa-comments:before {
        content: "ï‚†"
    }

    .fa-file-clipboard:before,
    .fa-paste:before {
        content: "ïƒª"
    }

    .fa-code-pull-request:before {
        content: "î„¼"
    }

    .fa-clipboard-list:before {
        content: "ï‘­"
    }

    .fa-truck-loading:before,
    .fa-truck-ramp-box:before {
        content: "ï“ž"
    }

    .fa-user-check:before {
        content: "ï“¼"
    }

    .fa-vial-virus:before {
        content: "î–—"
    }

    .fa-sheet-plastic:before {
        content: "î•±"
    }

    .fa-blog:before {
        content: "ïž"
    }

    .fa-user-ninja:before {
        content: "ï”„"
    }

    .fa-person-arrow-up-from-line:before {
        content: "î”¹"
    }

    .fa-scroll-torah:before,
    .fa-torah:before {
        content: "ïš "
    }

    .fa-broom-ball:before,
    .fa-quidditch-broom-ball:before,
    .fa-quidditch:before {
        content: "ï‘˜"
    }

    .fa-toggle-off:before {
        content: "ïˆ„"
    }

    .fa-archive:before,
    .fa-box-archive:before {
        content: "ï†‡"
    }

    .fa-person-drowning:before {
        content: "î•…"
    }

    .fa-arrow-down-9-1:before,
    .fa-sort-numeric-desc:before,
    .fa-sort-numeric-down-alt:before {
        content: "ï¢†"
    }

    .fa-face-grin-tongue-squint:before,
    .fa-grin-tongue-squint:before {
        content: "ï–Š"
    }

    .fa-spray-can:before {
        content: "ï–½"
    }

    .fa-truck-monster:before {
        content: "ï˜»"
    }

    .fa-w:before {
        content: "W"
    }

    .fa-earth-africa:before,
    .fa-globe-africa:before {
        content: "ï•¼"
    }

    .fa-rainbow:before {
        content: "ï›"
    }

    .fa-circle-notch:before {
        content: "ï‡Ž"
    }

    .fa-tablet-alt:before,
    .fa-tablet-screen-button:before {
        content: "ïº"
    }

    .fa-paw:before {
        content: "ï†°"
    }

    .fa-cloud:before {
        content: "ïƒ‚"
    }

    .fa-trowel-bricks:before {
        content: "î–Š"
    }

    .fa-face-flushed:before,
    .fa-flushed:before {
        content: "ï•¹"
    }

    .fa-hospital-user:before {
        content: "ï "
    }

    .fa-tent-arrow-left-right:before {
        content: "î•¿"
    }

    .fa-gavel:before,
    .fa-legal:before {
        content: "ïƒ£"
    }

    .fa-binoculars:before {
        content: "ï‡¥"
    }

    .fa-microphone-slash:before {
        content: "ï„±"
    }

    .fa-box-tissue:before {
        content: "î›"
    }

    .fa-motorcycle:before {
        content: "ïˆœ"
    }

    .fa-bell-concierge:before,
    .fa-concierge-bell:before {
        content: "ï•¢"
    }

    .fa-pen-ruler:before,
    .fa-pencil-ruler:before {
        content: "ï–®"
    }

    .fa-people-arrows-left-right:before,
    .fa-people-arrows:before {
        content: "î¨"
    }

    .fa-mars-and-venus-burst:before {
        content: "î”£"
    }

    .fa-caret-square-right:before,
    .fa-square-caret-right:before {
        content: "ï…’"
    }

    .fa-cut:before,
    .fa-scissors:before {
        content: "ïƒ„"
    }

    .fa-sun-plant-wilt:before {
        content: "î•º"
    }

    .fa-toilets-portable:before {
        content: "î–„"
    }

    .fa-hockey-puck:before {
        content: "ï‘“"
    }

    .fa-table:before {
        content: "ïƒŽ"
    }

    .fa-magnifying-glass-arrow-right:before {
        content: "î”¡"
    }

    .fa-digital-tachograph:before,
    .fa-tachograph-digital:before {
        content: "ï•¦"
    }

    .fa-users-slash:before {
        content: "î³"
    }

    .fa-clover:before {
        content: "î„¹"
    }

    .fa-mail-reply:before,
    .fa-reply:before {
        content: "ï¥"
    }

    .fa-star-and-crescent:before {
        content: "ïš™"
    }

    .fa-house-fire:before {
        content: "î”Œ"
    }

    .fa-minus-square:before,
    .fa-square-minus:before {
        content: "ï…†"
    }

    .fa-helicopter:before {
        content: "ï”³"
    }

    .fa-compass:before {
        content: "ï…Ž"
    }

    .fa-caret-square-down:before,
    .fa-square-caret-down:before {
        content: "ï…"
    }

    .fa-file-circle-question:before {
        content: "î“¯"
    }

    .fa-laptop-code:before {
        content: "ï—¼"
    }

    .fa-swatchbook:before {
        content: "ï—ƒ"
    }

    .fa-prescription-bottle:before {
        content: "ï’…"
    }

    .fa-bars:before,
    .fa-navicon:before {
        content: "ïƒ‰"
    }

    .fa-people-group:before {
        content: "î”³"
    }

    .fa-hourglass-3:before,
    .fa-hourglass-end:before {
        content: "ï‰“"
    }

    .fa-heart-broken:before,
    .fa-heart-crack:before {
        content: "ïž©"
    }

    .fa-external-link-square-alt:before,
    .fa-square-up-right:before {
        content: "ï "
    }

    .fa-face-kiss-beam:before,
    .fa-kiss-beam:before {
        content: "ï–—"
    }

    .fa-film:before {
        content: "ï€ˆ"
    }

    .fa-ruler-horizontal:before {
        content: "ï•‡"
    }

    .fa-people-robbery:before {
        content: "î”¶"
    }

    .fa-lightbulb:before {
        content: "ïƒ«"
    }

    .fa-caret-left:before {
        content: "ïƒ™"
    }

    .fa-circle-exclamation:before,
    .fa-exclamation-circle:before {
        content: "ïª"
    }

    .fa-school-circle-xmark:before {
        content: "î•­"
    }

    .fa-arrow-right-from-bracket:before,
    .fa-sign-out:before {
        content: "ï‚‹"
    }

    .fa-chevron-circle-down:before,
    .fa-circle-chevron-down:before {
        content: "ï„º"
    }

    .fa-unlock-alt:before,
    .fa-unlock-keyhole:before {
        content: "ï„¾"
    }

    .fa-cloud-showers-heavy:before {
        content: "ï€"
    }

    .fa-headphones-alt:before,
    .fa-headphones-simple:before {
        content: "ï–"
    }

    .fa-sitemap:before {
        content: "ïƒ¨"
    }

    .fa-circle-dollar-to-slot:before,
    .fa-donate:before {
        content: "ï’¹"
    }

    .fa-memory:before {
        content: "ï”¸"
    }

    .fa-road-spikes:before {
        content: "î•¨"
    }

    .fa-fire-burner:before {
        content: "î“±"
    }

    .fa-flag:before {
        content: "ï€¤"
    }

    .fa-hanukiah:before {
        content: "ï›¦"
    }

    .fa-feather:before {
        content: "ï”­"
    }

    .fa-volume-down:before,
    .fa-volume-low:before {
        content: "ï€§"
    }

    .fa-comment-slash:before {
        content: "ï’³"
    }

    .fa-cloud-sun-rain:before {
        content: "ïƒ"
    }

    .fa-compress:before {
        content: "ï¦"
    }

    .fa-wheat-alt:before,
    .fa-wheat-awn:before {
        content: "î‹"
    }

    .fa-ankh:before {
        content: "ï™„"
    }

    .fa-hands-holding-child:before {
        content: "î“º"
    }

    .fa-asterisk:before {
        content: "*"
    }

    .fa-check-square:before,
    .fa-square-check:before {
        content: "ï…Š"
    }

    .fa-peseta-sign:before {
        content: "îˆ¡"
    }

    .fa-header:before,
    .fa-heading:before {
        content: "ï‡œ"
    }

    .fa-ghost:before {
        content: "ï›¢"
    }

    .fa-list-squares:before,
    .fa-list:before {
        content: "ï€º"
    }

    .fa-phone-square-alt:before,
    .fa-square-phone-flip:before {
        content: "ï¡»"
    }

    .fa-cart-plus:before {
        content: "ïˆ—"
    }

    .fa-gamepad:before {
        content: "ï„›"
    }

    .fa-circle-dot:before,
    .fa-dot-circle:before {
        content: "ï†’"
    }

    .fa-dizzy:before,
    .fa-face-dizzy:before {
        content: "ï•§"
    }

    .fa-egg:before {
        content: "ïŸ»"
    }

    .fa-house-medical-circle-xmark:before {
        content: "î”“"
    }

    .fa-campground:before {
        content: "ïš»"
    }

    .fa-folder-plus:before {
        content: "ï™ž"
    }

    .fa-futbol-ball:before,
    .fa-futbol:before,
    .fa-soccer-ball:before {
        content: "ï‡£"
    }

    .fa-paint-brush:before,
    .fa-paintbrush:before {
        content: "ï‡¼"
    }

    .fa-lock:before {
        content: "ï€£"
    }

    .fa-gas-pump:before {
        content: "ï”¯"
    }

    .fa-hot-tub-person:before,
    .fa-hot-tub:before {
        content: "ï–“"
    }

    .fa-map-location:before,
    .fa-map-marked:before {
        content: "ï–Ÿ"
    }

    .fa-house-flood-water:before {
        content: "î”Ž"
    }

    .fa-tree:before {
        content: "ï†»"
    }

    .fa-bridge-lock:before {
        content: "î“Œ"
    }

    .fa-sack-dollar:before {
        content: "ï "
    }

    .fa-edit:before,
    .fa-pen-to-square:before {
        content: "ï„"
    }

    .fa-car-side:before {
        content: "ï—¤"
    }

    .fa-share-alt:before,
    .fa-share-nodes:before {
        content: "ï‡ "
    }

    .fa-heart-circle-minus:before {
        content: "î“¿"
    }

    .fa-hourglass-2:before,
    .fa-hourglass-half:before {
        content: "ï‰’"
    }

    .fa-microscope:before {
        content: "ï˜"
    }

    .fa-sink:before {
        content: "î­"
    }

    .fa-bag-shopping:before,
    .fa-shopping-bag:before {
        content: "ïŠ"
    }

    .fa-arrow-down-z-a:before,
    .fa-sort-alpha-desc:before,
    .fa-sort-alpha-down-alt:before {
        content: "ï¢"
    }

    .fa-mitten:before {
        content: "ïžµ"
    }

    .fa-person-rays:before {
        content: "î•"
    }

    .fa-users:before {
        content: "ïƒ€"
    }

    .fa-eye-slash:before {
        content: "ï°"
    }

    .fa-flask-vial:before {
        content: "î“³"
    }

    .fa-hand-paper:before,
    .fa-hand:before {
        content: "ï‰–"
    }

    .fa-om:before {
        content: "ï™¹"
    }

    .fa-worm:before {
        content: "î–™"
    }

    .fa-house-circle-xmark:before {
        content: "î”‹"
    }

    .fa-plug:before {
        content: "ï‡¦"
    }

    .fa-chevron-up:before {
        content: "ï·"
    }

    .fa-hand-spock:before {
        content: "ï‰™"
    }

    .fa-stopwatch:before {
        content: "ï‹²"
    }

    .fa-face-kiss:before,
    .fa-kiss:before {
        content: "ï––"
    }

    .fa-bridge-circle-xmark:before {
        content: "î“‹"
    }

    .fa-face-grin-tongue:before,
    .fa-grin-tongue:before {
        content: "ï–‰"
    }

    .fa-chess-bishop:before {
        content: "ïº"
    }

    .fa-face-grin-wink:before,
    .fa-grin-wink:before {
        content: "ï–Œ"
    }

    .fa-deaf:before,
    .fa-deafness:before,
    .fa-ear-deaf:before,
    .fa-hard-of-hearing:before {
        content: "ïŠ¤"
    }

    .fa-road-circle-check:before {
        content: "î•¤"
    }

    .fa-dice-five:before {
        content: "ï”£"
    }

    .fa-rss-square:before,
    .fa-square-rss:before {
        content: "ï…ƒ"
    }

    .fa-land-mine-on:before {
        content: "î”›"
    }

    .fa-i-cursor:before {
        content: "ï‰†"
    }

    .fa-stamp:before {
        content: "ï–¿"
    }

    .fa-stairs:before {
        content: "îŠ‰"
    }

    .fa-i:before {
        content: "I"
    }

    .fa-hryvnia-sign:before,
    .fa-hryvnia:before {
        content: "ï›²"
    }

    .fa-pills:before {
        content: "ï’„"
    }

    .fa-face-grin-wide:before,
    .fa-grin-alt:before {
        content: "ï–"
    }

    .fa-tooth:before {
        content: "ï—‰"
    }

    .fa-v:before {
        content: "V"
    }

    .fa-bangladeshi-taka-sign:before {
        content: "î‹¦"
    }

    .fa-bicycle:before {
        content: "ïˆ†"
    }

    .fa-rod-asclepius:before,
    .fa-rod-snake:before,
    .fa-staff-aesculapius:before,
    .fa-staff-snake:before {
        content: "î•¹"
    }

    .fa-head-side-cough-slash:before {
        content: "î¢"
    }

    .fa-ambulance:before,
    .fa-truck-medical:before {
        content: "ïƒ¹"
    }

    .fa-wheat-awn-circle-exclamation:before {
        content: "î–˜"
    }

    .fa-snowman:before {
        content: "ïŸ"
    }

    .fa-mortar-pestle:before {
        content: "ï–§"
    }

    .fa-road-barrier:before {
        content: "î•¢"
    }

    .fa-school:before {
        content: "ï•‰"
    }

    .fa-igloo:before {
        content: "ïž®"
    }

    .fa-joint:before {
        content: "ï–•"
    }

    .fa-angle-right:before {
        content: "ï„…"
    }

    .fa-horse:before {
        content: "ï›°"
    }

    .fa-q:before {
        content: "Q"
    }

    .fa-g:before {
        content: "G"
    }

    .fa-notes-medical:before {
        content: "ï’"
    }

    .fa-temperature-2:before,
    .fa-temperature-half:before,
    .fa-thermometer-2:before,
    .fa-thermometer-half:before {
        content: "ï‹‰"
    }

    .fa-dong-sign:before {
        content: "î…©"
    }

    .fa-capsules:before {
        content: "ï‘«"
    }

    .fa-poo-bolt:before,
    .fa-poo-storm:before {
        content: "ïš"
    }

    .fa-face-frown-open:before,
    .fa-frown-open:before {
        content: "ï•º"
    }

    .fa-hand-point-up:before {
        content: "ï‚¦"
    }

    .fa-money-bill:before {
        content: "ïƒ–"
    }

    .fa-bookmark:before {
        content: "ï€®"
    }

    .fa-align-justify:before {
        content: "ï€¹"
    }

    .fa-umbrella-beach:before {
        content: "ï—Š"
    }

    .fa-helmet-un:before {
        content: "î”ƒ"
    }

    .fa-bullseye:before {
        content: "ï…€"
    }

    .fa-bacon:before {
        content: "ïŸ¥"
    }

    .fa-hand-point-down:before {
        content: "ï‚§"
    }

    .fa-arrow-up-from-bracket:before {
        content: "î‚š"
    }

    .fa-folder-blank:before,
    .fa-folder:before {
        content: "ï»"
    }

    .fa-file-medical-alt:before,
    .fa-file-waveform:before {
        content: "ï‘¸"
    }

    .fa-radiation:before {
        content: "ïž¹"
    }

    .fa-chart-simple:before {
        content: "î‘³"
    }

    .fa-mars-stroke:before {
        content: "ïˆ©"
    }

    .fa-vial:before {
        content: "ï’’"
    }

    .fa-dashboard:before,
    .fa-gauge-med:before,
    .fa-gauge:before,
    .fa-tachometer-alt-average:before {
        content: "ï˜¤"
    }

    .fa-magic-wand-sparkles:before,
    .fa-wand-magic-sparkles:before {
        content: "î‹Š"
    }

    .fa-e:before {
        content: "E"
    }

    .fa-pen-alt:before,
    .fa-pen-clip:before {
        content: "ïŒ…"
    }

    .fa-bridge-circle-exclamation:before {
        content: "î“Š"
    }

    .fa-user:before {
        content: "ï€‡"
    }

    .fa-school-circle-check:before {
        content: "î•«"
    }

    .fa-dumpster:before {
        content: "ïž“"
    }

    .fa-shuttle-van:before,
    .fa-van-shuttle:before {
        content: "ï–¶"
    }

    .fa-building-user:before {
        content: "î“š"
    }

    .fa-caret-square-left:before,
    .fa-square-caret-left:before {
        content: "ï†‘"
    }

    .fa-highlighter:before {
        content: "ï–‘"
    }

    .fa-key:before {
        content: "ï‚„"
    }

    .fa-bullhorn:before {
        content: "ï‚¡"
    }

    .fa-globe:before {
        content: "ï‚¬"
    }

    .fa-synagogue:before {
        content: "ïš›"
    }

    .fa-person-half-dress:before {
        content: "î•ˆ"
    }

    .fa-road-bridge:before {
        content: "î•£"
    }

    .fa-location-arrow:before {
        content: "ï„¤"
    }

    .fa-c:before {
        content: "C"
    }

    .fa-tablet-button:before {
        content: "ï„Š"
    }

    .fa-building-lock:before {
        content: "î“–"
    }

    .fa-pizza-slice:before {
        content: "ï ˜"
    }

    .fa-money-bill-wave:before {
        content: "ï”º"
    }

    .fa-area-chart:before,
    .fa-chart-area:before {
        content: "ï‡¾"
    }

    .fa-house-flag:before {
        content: "î”"
    }

    .fa-person-circle-minus:before {
        content: "î•€"
    }

    .fa-ban:before,
    .fa-cancel:before {
        content: "ïž"
    }

    .fa-camera-rotate:before {
        content: "îƒ˜"
    }

    .fa-air-freshener:before,
    .fa-spray-can-sparkles:before {
        content: "ï—"
    }

    .fa-star:before {
        content: "ï€…"
    }

    .fa-repeat:before {
        content: "ï£"
    }

    .fa-cross:before {
        content: "ï™”"
    }

    .fa-box:before {
        content: "ï‘¦"
    }

    .fa-venus-mars:before {
        content: "ïˆ¨"
    }

    .fa-arrow-pointer:before,
    .fa-mouse-pointer:before {
        content: "ï‰…"
    }

    .fa-expand-arrows-alt:before,
    .fa-maximize:before {
        content: "ïŒž"
    }

    .fa-charging-station:before {
        content: "ï—§"
    }

    .fa-shapes:before,
    .fa-triangle-circle-square:before {
        content: "ï˜Ÿ"
    }

    .fa-random:before,
    .fa-shuffle:before {
        content: "ï´"
    }

    .fa-person-running:before,
    .fa-running:before {
        content: "ïœŒ"
    }

    .fa-mobile-retro:before {
        content: "î”§"
    }

    .fa-grip-lines-vertical:before {
        content: "ïž¥"
    }

    .fa-spider:before {
        content: "ïœ—"
    }

    .fa-hands-bound:before {
        content: "î“¹"
    }

    .fa-file-invoice-dollar:before {
        content: "ï•±"
    }

    .fa-plane-circle-exclamation:before {
        content: "î•–"
    }

    .fa-x-ray:before {
        content: "ï’—"
    }

    .fa-spell-check:before {
        content: "ï¢‘"
    }

    .fa-slash:before {
        content: "ïœ•"
    }

    .fa-computer-mouse:before,
    .fa-mouse:before {
        content: "ï£Œ"
    }

    .fa-arrow-right-to-bracket:before,
    .fa-sign-in:before {
        content: "ï‚"
    }

    .fa-shop-slash:before,
    .fa-store-alt-slash:before {
        content: "î°"
    }

    .fa-server:before {
        content: "ïˆ³"
    }

    .fa-virus-covid-slash:before {
        content: "î’©"
    }

    .fa-shop-lock:before {
        content: "î’¥"
    }

    .fa-hourglass-1:before,
    .fa-hourglass-start:before {
        content: "ï‰‘"
    }

    .fa-blender-phone:before {
        content: "ïš¶"
    }

    .fa-building-wheat:before {
        content: "î“›"
    }

    .fa-person-breastfeeding:before {
        content: "î”º"
    }

    .fa-right-to-bracket:before,
    .fa-sign-in-alt:before {
        content: "ï‹¶"
    }

    .fa-venus:before {
        content: "ïˆ¡"
    }

    .fa-passport:before {
        content: "ï–«"
    }

    .fa-heart-pulse:before,
    .fa-heartbeat:before {
        content: "ïˆž"
    }

    .fa-people-carry-box:before,
    .fa-people-carry:before {
        content: "ï“Ž"
    }

    .fa-temperature-high:before {
        content: "ï©"
    }

    .fa-microchip:before {
        content: "ï‹›"
    }

    .fa-crown:before {
        content: "ï”¡"
    }

    .fa-weight-hanging:before {
        content: "ï—"
    }

    .fa-xmarks-lines:before {
        content: "î–š"
    }

    .fa-file-prescription:before {
        content: "ï•²"
    }

    .fa-weight-scale:before,
    .fa-weight:before {
        content: "ï’–"
    }

    .fa-user-friends:before,
    .fa-user-group:before {
        content: "ï”€"
    }

    .fa-arrow-up-a-z:before,
    .fa-sort-alpha-up:before {
        content: "ï…ž"
    }

    .fa-chess-knight:before {
        content: "ï‘"
    }

    .fa-face-laugh-squint:before,
    .fa-laugh-squint:before {
        content: "ï–›"
    }

    .fa-wheelchair:before {
        content: "ï†“"
    }

    .fa-arrow-circle-up:before,
    .fa-circle-arrow-up:before {
        content: "ï‚ª"
    }

    .fa-toggle-on:before {
        content: "ïˆ…"
    }

    .fa-person-walking:before,
    .fa-walking:before {
        content: "ï•”"
    }

    .fa-l:before {
        content: "L"
    }

    .fa-fire:before {
        content: "ï­"
    }

    .fa-bed-pulse:before,
    .fa-procedures:before {
        content: "ï’‡"
    }

    .fa-shuttle-space:before,
    .fa-space-shuttle:before {
        content: "ï†—"
    }

    .fa-face-laugh:before,
    .fa-laugh:before {
        content: "ï–™"
    }

    .fa-folder-open:before {
        content: "ï¼"
    }

    .fa-heart-circle-plus:before {
        content: "î”€"
    }

    .fa-code-fork:before {
        content: "î„»"
    }

    .fa-city:before {
        content: "ï™"
    }

    .fa-microphone-alt:before,
    .fa-microphone-lines:before {
        content: "ï‰"
    }

    .fa-pepper-hot:before {
        content: "ï –"
    }

    .fa-unlock:before {
        content: "ï‚œ"
    }

    .fa-colon-sign:before {
        content: "î…€"
    }

    .fa-headset:before {
        content: "ï–"
    }

    .fa-store-slash:before {
        content: "î±"
    }

    .fa-road-circle-xmark:before {
        content: "î•¦"
    }

    .fa-user-minus:before {
        content: "ï”ƒ"
    }

    .fa-mars-stroke-up:before,
    .fa-mars-stroke-v:before {
        content: "ïˆª"
    }

    .fa-champagne-glasses:before,
    .fa-glass-cheers:before {
        content: "ïžŸ"
    }

    .fa-clipboard:before {
        content: "ïŒ¨"
    }

    .fa-house-circle-exclamation:before {
        content: "î”Š"
    }

    .fa-file-arrow-up:before,
    .fa-file-upload:before {
        content: "ï•´"
    }

    .fa-wifi-3:before,
    .fa-wifi-strong:before,
    .fa-wifi:before {
        content: "ï‡«"
    }

    .fa-bath:before,
    .fa-bathtub:before {
        content: "ï‹"
    }

    .fa-underline:before {
        content: "ïƒ"
    }

    .fa-user-edit:before,
    .fa-user-pen:before {
        content: "ï“¿"
    }

    .fa-signature:before {
        content: "ï–·"
    }

    .fa-stroopwafel:before {
        content: "ï•‘"
    }

    .fa-bold:before {
        content: "ï€²"
    }

    .fa-anchor-lock:before {
        content: "î’­"
    }

    .fa-building-ngo:before {
        content: "î“—"
    }

    .fa-manat-sign:before {
        content: "î‡•"
    }

    .fa-not-equal:before {
        content: "ï”¾"
    }

    .fa-border-style:before,
    .fa-border-top-left:before {
        content: "ï¡“"
    }

    .fa-map-location-dot:before,
    .fa-map-marked-alt:before {
        content: "ï– "
    }

    .fa-jedi:before {
        content: "ï™©"
    }

    .fa-poll:before,
    .fa-square-poll-vertical:before {
        content: "ïš"
    }

    .fa-mug-hot:before {
        content: "ïž¶"
    }

    .fa-battery-car:before,
    .fa-car-battery:before {
        content: "ï—Ÿ"
    }

    .fa-gift:before {
        content: "ï«"
    }

    .fa-dice-two:before {
        content: "ï”¨"
    }

    .fa-chess-queen:before {
        content: "ï‘…"
    }

    .fa-glasses:before {
        content: "ï”°"
    }

    .fa-chess-board:before {
        content: "ï¼"
    }

    .fa-building-circle-check:before {
        content: "î“’"
    }

    .fa-person-chalkboard:before {
        content: "î”½"
    }

    .fa-mars-stroke-h:before,
    .fa-mars-stroke-right:before {
        content: "ïˆ«"
    }

    .fa-hand-back-fist:before,
    .fa-hand-rock:before {
        content: "ï‰•"
    }

    .fa-caret-square-up:before,
    .fa-square-caret-up:before {
        content: "ï…‘"
    }

    .fa-cloud-showers-water:before {
        content: "î“¤"
    }

    .fa-bar-chart:before,
    .fa-chart-bar:before {
        content: "ï‚€"
    }

    .fa-hands-bubbles:before,
    .fa-hands-wash:before {
        content: "îž"
    }

    .fa-less-than-equal:before {
        content: "ï”·"
    }

    .fa-train:before {
        content: "ïˆ¸"
    }

    .fa-eye-low-vision:before,
    .fa-low-vision:before {
        content: "ïŠ¨"
    }

    .fa-crow:before {
        content: "ï” "
    }

    .fa-sailboat:before {
        content: "î‘…"
    }

    .fa-window-restore:before {
        content: "ï‹’"
    }

    .fa-plus-square:before,
    .fa-square-plus:before {
        content: "ïƒ¾"
    }

    .fa-torii-gate:before {
        content: "ïš¡"
    }

    .fa-frog:before {
        content: "ï”®"
    }

    .fa-bucket:before {
        content: "î“"
    }

    .fa-image:before {
        content: "ï€¾"
    }

    .fa-microphone:before {
        content: "ï„°"
    }

    .fa-cow:before {
        content: "ï›ˆ"
    }

    .fa-caret-up:before {
        content: "ïƒ˜"
    }

    .fa-screwdriver:before {
        content: "ï•Š"
    }

    .fa-folder-closed:before {
        content: "î†…"
    }

    .fa-house-tsunami:before {
        content: "î”•"
    }

    .fa-square-nfi:before {
        content: "î•¶"
    }

    .fa-arrow-up-from-ground-water:before {
        content: "î’µ"
    }

    .fa-glass-martini-alt:before,
    .fa-martini-glass:before {
        content: "ï•»"
    }

    .fa-rotate-back:before,
    .fa-rotate-backward:before,
    .fa-rotate-left:before,
    .fa-undo-alt:before {
        content: "ï‹ª"
    }

    .fa-columns:before,
    .fa-table-columns:before {
        content: "ïƒ›"
    }

    .fa-lemon:before {
        content: "ï‚”"
    }

    .fa-head-side-mask:before {
        content: "î£"
    }

    .fa-handshake:before {
        content: "ïŠµ"
    }

    .fa-gem:before {
        content: "ïŽ¥"
    }

    .fa-dolly-box:before,
    .fa-dolly:before {
        content: "ï‘²"
    }

    .fa-smoking:before {
        content: "ï’"
    }

    .fa-compress-arrows-alt:before,
    .fa-minimize:before {
        content: "ïžŒ"
    }

    .fa-monument:before {
        content: "ï–¦"
    }

    .fa-snowplow:before {
        content: "ïŸ’"
    }

    .fa-angle-double-right:before,
    .fa-angles-right:before {
        content: "ï„"
    }

    .fa-cannabis:before {
        content: "ï•Ÿ"
    }

    .fa-circle-play:before,
    .fa-play-circle:before {
        content: "ï…„"
    }

    .fa-tablets:before {
        content: "ï’"
    }

    .fa-ethernet:before {
        content: "ïž–"
    }

    .fa-eur:before,
    .fa-euro-sign:before,
    .fa-euro:before {
        content: "ï…“"
    }

    .fa-chair:before {
        content: "ï›€"
    }

    .fa-check-circle:before,
    .fa-circle-check:before {
        content: "ï˜"
    }

    .fa-circle-stop:before,
    .fa-stop-circle:before {
        content: "ïŠ"
    }

    .fa-compass-drafting:before,
    .fa-drafting-compass:before {
        content: "ï•¨"
    }

    .fa-plate-wheat:before {
        content: "î•š"
    }

    .fa-icicles:before {
        content: "ïž­"
    }

    .fa-person-shelter:before {
        content: "î•"
    }

    .fa-neuter:before {
        content: "ïˆ¬"
    }

    .fa-id-badge:before {
        content: "ï‹"
    }

    .fa-marker:before {
        content: "ï–¡"
    }

    .fa-face-laugh-beam:before,
    .fa-laugh-beam:before {
        content: "ï–š"
    }

    .fa-helicopter-symbol:before {
        content: "î”‚"
    }

    .fa-universal-access:before {
        content: "ïŠš"
    }

    .fa-chevron-circle-up:before,
    .fa-circle-chevron-up:before {
        content: "ï„¹"
    }

    .fa-lari-sign:before {
        content: "î‡ˆ"
    }

    .fa-volcano:before {
        content: "ï°"
    }

    .fa-person-walking-dashed-line-arrow-right:before {
        content: "î•“"
    }

    .fa-gbp:before,
    .fa-pound-sign:before,
    .fa-sterling-sign:before {
        content: "ï…”"
    }

    .fa-viruses:before {
        content: "î¶"
    }

    .fa-square-person-confined:before {
        content: "î•·"
    }

    .fa-user-tie:before {
        content: "ï”ˆ"
    }

    .fa-arrow-down-long:before,
    .fa-long-arrow-down:before {
        content: "ï…µ"
    }

    .fa-tent-arrow-down-to-line:before {
        content: "î•¾"
    }

    .fa-certificate:before {
        content: "ï‚£"
    }

    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "ï„¢"
    }

    .fa-suitcase:before {
        content: "ïƒ²"
    }

    .fa-person-skating:before,
    .fa-skating:before {
        content: "ïŸ…"
    }

    .fa-filter-circle-dollar:before,
    .fa-funnel-dollar:before {
        content: "ï™¢"
    }

    .fa-camera-retro:before {
        content: "ï‚ƒ"
    }

    .fa-arrow-circle-down:before,
    .fa-circle-arrow-down:before {
        content: "ï‚«"
    }

    .fa-arrow-right-to-file:before,
    .fa-file-import:before {
        content: "ï•¯"
    }

    .fa-external-link-square:before,
    .fa-square-arrow-up-right:before {
        content: "ï…Œ"
    }

    .fa-box-open:before {
        content: "ï’ž"
    }

    .fa-scroll:before {
        content: "ïœŽ"
    }

    .fa-spa:before {
        content: "ï–»"
    }

    .fa-location-pin-lock:before {
        content: "î”Ÿ"
    }

    .fa-pause:before {
        content: "ïŒ"
    }

    .fa-hill-avalanche:before {
        content: "î”‡"
    }

    .fa-temperature-0:before,
    .fa-temperature-empty:before,
    .fa-thermometer-0:before,
    .fa-thermometer-empty:before {
        content: "ï‹‹"
    }

    .fa-bomb:before {
        content: "ï‡¢"
    }

    .fa-registered:before {
        content: "ï‰"
    }

    .fa-address-card:before,
    .fa-contact-card:before,
    .fa-vcard:before {
        content: "ïŠ»"
    }

    .fa-balance-scale-right:before,
    .fa-scale-unbalanced-flip:before {
        content: "ï”–"
    }

    .fa-subscript:before {
        content: "ï„¬"
    }

    .fa-diamond-turn-right:before,
    .fa-directions:before {
        content: "ï—«"
    }

    .fa-burst:before {
        content: "î“œ"
    }

    .fa-house-laptop:before,
    .fa-laptop-house:before {
        content: "î¦"
    }

    .fa-face-tired:before,
    .fa-tired:before {
        content: "ï—ˆ"
    }

    .fa-money-bills:before {
        content: "î‡³"
    }

    .fa-smog:before {
        content: "ïŸ"
    }

    .fa-crutch:before {
        content: "ïŸ·"
    }

    .fa-cloud-arrow-up:before,
    .fa-cloud-upload-alt:before,
    .fa-cloud-upload:before {
        content: "ïƒ®"
    }

    .fa-palette:before {
        content: "ï”¿"
    }

    .fa-arrows-turn-right:before {
        content: "î“€"
    }

    .fa-vest:before {
        content: "î‚…"
    }

    .fa-ferry:before {
        content: "î“ª"
    }

    .fa-arrows-down-to-people:before {
        content: "î’¹"
    }

    .fa-seedling:before,
    .fa-sprout:before {
        content: "ï“˜"
    }

    .fa-arrows-alt-h:before,
    .fa-left-right:before {
        content: "ïŒ·"
    }

    .fa-boxes-packing:before {
        content: "î“‡"
    }

    .fa-arrow-circle-left:before,
    .fa-circle-arrow-left:before {
        content: "ï‚¨"
    }

    .fa-group-arrows-rotate:before {
        content: "î“¶"
    }

    .fa-bowl-food:before {
        content: "î“†"
    }

    .fa-candy-cane:before {
        content: "ïž†"
    }

    .fa-arrow-down-wide-short:before,
    .fa-sort-amount-asc:before,
    .fa-sort-amount-down:before {
        content: "ï… "
    }

    .fa-cloud-bolt:before,
    .fa-thunderstorm:before {
        content: "ï¬"
    }

    .fa-remove-format:before,
    .fa-text-slash:before {
        content: "ï¡½"
    }

    .fa-face-smile-wink:before,
    .fa-smile-wink:before {
        content: "ï“š"
    }

    .fa-file-word:before {
        content: "ï‡‚"
    }

    .fa-file-powerpoint:before {
        content: "ï‡„"
    }

    .fa-arrows-h:before,
    .fa-arrows-left-right:before {
        content: "ï¾"
    }

    .fa-house-lock:before {
        content: "î”"
    }

    .fa-cloud-arrow-down:before,
    .fa-cloud-download-alt:before,
    .fa-cloud-download:before {
        content: "ïƒ­"
    }

    .fa-children:before {
        content: "î“¡"
    }

    .fa-blackboard:before,
    .fa-chalkboard:before {
        content: "ï”›"
    }

    .fa-user-alt-slash:before,
    .fa-user-large-slash:before {
        content: "ï“º"
    }

    .fa-envelope-open:before {
        content: "ïŠ¶"
    }

    .fa-handshake-alt-slash:before,
    .fa-handshake-simple-slash:before {
        content: "îŸ"
    }

    .fa-mattress-pillow:before {
        content: "î”¥"
    }

    .fa-guarani-sign:before {
        content: "î†š"
    }

    .fa-arrows-rotate:before,
    .fa-refresh:before,
    .fa-sync:before {
        content: "ï€¡"
    }

    .fa-fire-extinguisher:before {
        content: "ï„´"
    }

    .fa-cruzeiro-sign:before {
        content: "î…’"
    }

    .fa-greater-than-equal:before {
        content: "ï”²"
    }

    .fa-shield-alt:before,
    .fa-shield-halved:before {
        content: "ï­"
    }

    .fa-atlas:before,
    .fa-book-atlas:before {
        content: "ï•˜"
    }

    .fa-virus:before {
        content: "î´"
    }

    .fa-envelope-circle-check:before {
        content: "î“¨"
    }

    .fa-layer-group:before {
        content: "ï—½"
    }

    .fa-arrows-to-dot:before {
        content: "î’¾"
    }

    .fa-archway:before {
        content: "ï•—"
    }

    .fa-heart-circle-check:before {
        content: "î“½"
    }

    .fa-house-chimney-crack:before,
    .fa-house-damage:before {
        content: "ï›±"
    }

    .fa-file-archive:before,
    .fa-file-zipper:before {
        content: "ï‡†"
    }

    .fa-square:before {
        content: "ïƒˆ"
    }

    .fa-glass-martini:before,
    .fa-martini-glass-empty:before {
        content: "ï€€"
    }

    .fa-couch:before {
        content: "ï’¸"
    }

    .fa-cedi-sign:before {
        content: "îƒŸ"
    }

    .fa-italic:before {
        content: "ï€³"
    }

    .fa-church:before {
        content: "ï”"
    }

    .fa-comments-dollar:before {
        content: "ï™“"
    }

    .fa-democrat:before {
        content: "ï‡"
    }

    .fa-z:before {
        content: "Z"
    }

    .fa-person-skiing:before,
    .fa-skiing:before {
        content: "ïŸ‰"
    }

    .fa-road-lock:before {
        content: "î•§"
    }

    .fa-a:before {
        content: "A"
    }

    .fa-temperature-arrow-down:before,
    .fa-temperature-down:before {
        content: "î€¿"
    }

    .fa-feather-alt:before,
    .fa-feather-pointed:before {
        content: "ï•«"
    }

    .fa-p:before {
        content: "P"
    }

    .fa-snowflake:before {
        content: "ï‹œ"
    }

    .fa-newspaper:before {
        content: "ï‡ª"
    }

    .fa-ad:before,
    .fa-rectangle-ad:before {
        content: "ï™"
    }

    .fa-arrow-circle-right:before,
    .fa-circle-arrow-right:before {
        content: "ï‚©"
    }

    .fa-filter-circle-xmark:before {
        content: "î…»"
    }

    .fa-locust:before {
        content: "î” "
    }

    .fa-sort:before,
    .fa-unsorted:before {
        content: "ïƒœ"
    }

    .fa-list-1-2:before,
    .fa-list-numeric:before,
    .fa-list-ol:before {
        content: "ïƒ‹"
    }

    .fa-person-dress-burst:before {
        content: "î•„"
    }

    .fa-money-check-alt:before,
    .fa-money-check-dollar:before {
        content: "ï”½"
    }

    .fa-vector-square:before {
        content: "ï—‹"
    }

    .fa-bread-slice:before {
        content: "ïŸ¬"
    }

    .fa-language:before {
        content: "ï†«"
    }

    .fa-face-kiss-wink-heart:before,
    .fa-kiss-wink-heart:before {
        content: "ï–˜"
    }

    .fa-filter:before {
        content: "ï‚°"
    }

    .fa-question:before {
        content: "?"
    }

    .fa-file-signature:before {
        content: "ï•³"
    }

    .fa-arrows-alt:before,
    .fa-up-down-left-right:before {
        content: "ï‚²"
    }

    .fa-house-chimney-user:before {
        content: "î¥"
    }

    .fa-hand-holding-heart:before {
        content: "ï’¾"
    }

    .fa-puzzle-piece:before {
        content: "ï„®"
    }

    .fa-money-check:before {
        content: "ï”¼"
    }

    .fa-star-half-alt:before,
    .fa-star-half-stroke:before {
        content: "ï—€"
    }

    .fa-code:before {
        content: "ï„¡"
    }

    .fa-glass-whiskey:before,
    .fa-whiskey-glass:before {
        content: "ïž "
    }

    .fa-building-circle-exclamation:before {
        content: "î““"
    }

    .fa-magnifying-glass-chart:before {
        content: "î”¢"
    }

    .fa-arrow-up-right-from-square:before,
    .fa-external-link:before {
        content: "ï‚Ž"
    }

    .fa-cubes-stacked:before {
        content: "î“¦"
    }

    .fa-krw:before,
    .fa-won-sign:before,
    .fa-won:before {
        content: "ï…™"
    }

    .fa-virus-covid:before {
        content: "î’¨"
    }

    .fa-austral-sign:before {
        content: "î‚©"
    }

    .fa-f:before {
        content: "F"
    }

    .fa-leaf:before {
        content: "ï¬"
    }

    .fa-road:before {
        content: "ï€˜"
    }

    .fa-cab:before,
    .fa-taxi:before {
        content: "ï†º"
    }

    .fa-person-circle-plus:before {
        content: "î•"
    }

    .fa-chart-pie:before,
    .fa-pie-chart:before {
        content: "ïˆ€"
    }

    .fa-bolt-lightning:before {
        content: "î‚·"
    }

    .fa-sack-xmark:before {
        content: "î•ª"
    }

    .fa-file-excel:before {
        content: "ï‡ƒ"
    }

    .fa-file-contract:before {
        content: "ï•¬"
    }

    .fa-fish-fins:before {
        content: "î“²"
    }

    .fa-building-flag:before {
        content: "î“•"
    }

    .fa-face-grin-beam:before,
    .fa-grin-beam:before {
        content: "ï–‚"
    }

    .fa-object-ungroup:before {
        content: "ï‰ˆ"
    }

    .fa-poop:before {
        content: "ï˜™"
    }

    .fa-location-pin:before,
    .fa-map-marker:before {
        content: "ï"
    }

    .fa-kaaba:before {
        content: "ï™«"
    }

    .fa-toilet-paper:before {
        content: "ïœž"
    }

    .fa-hard-hat:before,
    .fa-hat-hard:before,
    .fa-helmet-safety:before {
        content: "ï ‡"
    }

    .fa-eject:before {
        content: "ï’"
    }

    .fa-arrow-alt-circle-right:before,
    .fa-circle-right:before {
        content: "ïš"
    }

    .fa-plane-circle-check:before {
        content: "î••"
    }

    .fa-face-rolling-eyes:before,
    .fa-meh-rolling-eyes:before {
        content: "ï–¥"
    }

    .fa-object-group:before {
        content: "ï‰‡"
    }

    .fa-chart-line:before,
    .fa-line-chart:before {
        content: "ïˆ"
    }

    .fa-mask-ventilator:before {
        content: "î”¤"
    }

    .fa-arrow-right:before {
        content: "ï¡"
    }

    .fa-map-signs:before,
    .fa-signs-post:before {
        content: "ï‰·"
    }

    .fa-cash-register:before {
        content: "ïžˆ"
    }

    .fa-person-circle-question:before {
        content: "î•‚"
    }

    .fa-h:before {
        content: "H"
    }

    .fa-tarp:before {
        content: "î•»"
    }

    .fa-screwdriver-wrench:before,
    .fa-tools:before {
        content: "ïŸ™"
    }

    .fa-arrows-to-eye:before {
        content: "î’¿"
    }

    .fa-plug-circle-bolt:before {
        content: "î•›"
    }

    .fa-heart:before {
        content: "ï€„"
    }

    .fa-mars-and-venus:before {
        content: "ïˆ¤"
    }

    .fa-home-user:before,
    .fa-house-user:before {
        content: "î†°"
    }

    .fa-dumpster-fire:before {
        content: "ïž”"
    }

    .fa-house-crack:before {
        content: "îŽ±"
    }

    .fa-cocktail:before,
    .fa-martini-glass-citrus:before {
        content: "ï•¡"
    }

    .fa-face-surprise:before,
    .fa-surprise:before {
        content: "ï—‚"
    }

    .fa-bottle-water:before {
        content: "î“…"
    }

    .fa-circle-pause:before,
    .fa-pause-circle:before {
        content: "ïŠ‹"
    }

    .fa-toilet-paper-slash:before {
        content: "î²"
    }

    .fa-apple-alt:before,
    .fa-apple-whole:before {
        content: "ï—‘"
    }

    .fa-kitchen-set:before {
        content: "î”š"
    }

    .fa-r:before {
        content: "R"
    }

    .fa-temperature-1:before,
    .fa-temperature-quarter:before,
    .fa-thermometer-1:before,
    .fa-thermometer-quarter:before {
        content: "ï‹Š"
    }

    .fa-cube:before {
        content: "ï†²"
    }

    .fa-bitcoin-sign:before {
        content: "î‚´"
    }

    .fa-shield-dog:before {
        content: "î•³"
    }

    .fa-solar-panel:before {
        content: "ï–º"
    }

    .fa-lock-open:before {
        content: "ï"
    }

    .fa-elevator:before {
        content: "î…­"
    }

    .fa-money-bill-transfer:before {
        content: "î”¨"
    }

    .fa-money-bill-trend-up:before {
        content: "î”©"
    }

    .fa-house-flood-water-circle-arrow-right:before {
        content: "î”"
    }

    .fa-poll-h:before,
    .fa-square-poll-horizontal:before {
        content: "ïš‚"
    }

    .fa-circle:before {
        content: "ï„‘"
    }

    .fa-backward-fast:before,
    .fa-fast-backward:before {
        content: "ï‰"
    }

    .fa-recycle:before {
        content: "ï†¸"
    }

    .fa-user-astronaut:before {
        content: "ï“»"
    }

    .fa-plane-slash:before {
        content: "î©"
    }

    .fa-trademark:before {
        content: "ï‰œ"
    }

    .fa-basketball-ball:before,
    .fa-basketball:before {
        content: "ï´"
    }

    .fa-satellite-dish:before {
        content: "ïŸ€"
    }

    .fa-arrow-alt-circle-up:before,
    .fa-circle-up:before {
        content: "ï›"
    }

    .fa-mobile-alt:before,
    .fa-mobile-screen-button:before {
        content: "ï"
    }

    .fa-volume-high:before,
    .fa-volume-up:before {
        content: "ï€¨"
    }

    .fa-users-rays:before {
        content: "î–“"
    }

    .fa-wallet:before {
        content: "ï••"
    }

    .fa-clipboard-check:before {
        content: "ï‘¬"
    }

    .fa-file-audio:before {
        content: "ï‡‡"
    }

    .fa-burger:before,
    .fa-hamburger:before {
        content: "ï …"
    }

    .fa-wrench:before {
        content: "ï‚­"
    }

    .fa-bugs:before {
        content: "î“"
    }

    .fa-rupee-sign:before,
    .fa-rupee:before {
        content: "ï…–"
    }

    .fa-file-image:before {
        content: "ï‡…"
    }

    .fa-circle-question:before,
    .fa-question-circle:before {
        content: "ï™"
    }

    .fa-plane-departure:before {
        content: "ï–°"
    }

    .fa-handshake-slash:before {
        content: "î "
    }

    .fa-book-bookmark:before {
        content: "î‚»"
    }

    .fa-code-branch:before {
        content: "ï„¦"
    }

    .fa-hat-cowboy:before {
        content: "ï£€"
    }

    .fa-bridge:before {
        content: "î“ˆ"
    }

    .fa-phone-alt:before,
    .fa-phone-flip:before {
        content: "ï¡¹"
    }

    .fa-truck-front:before {
        content: "îŠ·"
    }

    .fa-cat:before {
        content: "ïš¾"
    }

    .fa-anchor-circle-exclamation:before {
        content: "î’«"
    }

    .fa-truck-field:before {
        content: "î–"
    }

    .fa-route:before {
        content: "ï“—"
    }

    .fa-clipboard-question:before {
        content: "î“£"
    }

    .fa-panorama:before {
        content: "îˆ‰"
    }

    .fa-comment-medical:before {
        content: "ïŸµ"
    }

    .fa-teeth-open:before {
        content: "ï˜¯"
    }

    .fa-file-circle-minus:before {
        content: "î“­"
    }

    .fa-tags:before {
        content: "ï€¬"
    }

    .fa-wine-glass:before {
        content: "ï“£"
    }

    .fa-fast-forward:before,
    .fa-forward-fast:before {
        content: "ï"
    }

    .fa-face-meh-blank:before,
    .fa-meh-blank:before {
        content: "ï–¤"
    }

    .fa-parking:before,
    .fa-square-parking:before {
        content: "ï•€"
    }

    .fa-house-signal:before {
        content: "î€’"
    }

    .fa-bars-progress:before,
    .fa-tasks-alt:before {
        content: "ï ¨"
    }

    .fa-faucet-drip:before {
        content: "î€†"
    }

    .fa-cart-flatbed:before,
    .fa-dolly-flatbed:before {
        content: "ï‘´"
    }

    .fa-ban-smoking:before,
    .fa-smoking-ban:before {
        content: "ï•"
    }

    .fa-terminal:before {
        content: "ï„ "
    }

    .fa-mobile-button:before {
        content: "ï„‹"
    }

    .fa-house-medical-flag:before {
        content: "î””"
    }

    .fa-basket-shopping:before,
    .fa-shopping-basket:before {
        content: "ïŠ‘"
    }

    .fa-tape:before {
        content: "ï“›"
    }

    .fa-bus-alt:before,
    .fa-bus-simple:before {
        content: "ï•ž"
    }

    .fa-eye:before {
        content: "ï®"
    }

    .fa-face-sad-cry:before,
    .fa-sad-cry:before {
        content: "ï–³"
    }

    .fa-audio-description:before {
        content: "ïŠž"
    }

    .fa-person-military-to-person:before {
        content: "î•Œ"
    }

    .fa-file-shield:before {
        content: "î“°"
    }

    .fa-user-slash:before {
        content: "ï”†"
    }

    .fa-pen:before {
        content: "ïŒ„"
    }

    .fa-tower-observation:before {
        content: "î–†"
    }

    .fa-file-code:before {
        content: "ï‡‰"
    }

    .fa-signal-5:before,
    .fa-signal-perfect:before,
    .fa-signal:before {
        content: "ï€’"
    }

    .fa-bus:before {
        content: "ïˆ‡"
    }

    .fa-heart-circle-xmark:before {
        content: "î”"
    }

    .fa-home-lg:before,
    .fa-house-chimney:before {
        content: "îŽ¯"
    }

    .fa-window-maximize:before {
        content: "ï‹"
    }

    .fa-face-frown:before,
    .fa-frown:before {
        content: "ï„™"
    }

    .fa-prescription:before {
        content: "ï–±"
    }

    .fa-shop:before,
    .fa-store-alt:before {
        content: "ï•"
    }

    .fa-floppy-disk:before,
    .fa-save:before {
        content: "ïƒ‡"
    }

    .fa-vihara:before {
        content: "ïš§"
    }

    .fa-balance-scale-left:before,
    .fa-scale-unbalanced:before {
        content: "ï”•"
    }

    .fa-sort-asc:before,
    .fa-sort-up:before {
        content: "ïƒž"
    }

    .fa-comment-dots:before,
    .fa-commenting:before {
        content: "ï’­"
    }

    .fa-plant-wilt:before {
        content: "î–ª"
    }

    .fa-diamond:before {
        content: "ïˆ™"
    }

    .fa-face-grin-squint:before,
    .fa-grin-squint:before {
        content: "ï–…"
    }

    .fa-hand-holding-dollar:before,
    .fa-hand-holding-usd:before {
        content: "ï“€"
    }

    .fa-bacterium:before {
        content: "îš"
    }

    .fa-hand-pointer:before {
        content: "ï‰š"
    }

    .fa-drum-steelpan:before {
        content: "ï•ª"
    }

    .fa-hand-scissors:before {
        content: "ï‰—"
    }

    .fa-hands-praying:before,
    .fa-praying-hands:before {
        content: "ïš„"
    }

    .fa-arrow-right-rotate:before,
    .fa-arrow-rotate-forward:before,
    .fa-arrow-rotate-right:before,
    .fa-redo:before {
        content: "ï€ž"
    }

    .fa-biohazard:before {
        content: "ïž€"
    }

    .fa-location-crosshairs:before,
    .fa-location:before {
        content: "ï˜"
    }

    .fa-mars-double:before {
        content: "ïˆ§"
    }

    .fa-child-dress:before {
        content: "î–œ"
    }

    .fa-users-between-lines:before {
        content: "î–‘"
    }

    .fa-lungs-virus:before {
        content: "î§"
    }

    .fa-face-grin-tears:before,
    .fa-grin-tears:before {
        content: "ï–ˆ"
    }

    .fa-phone:before {
        content: "ï‚•"
    }

    .fa-calendar-times:before,
    .fa-calendar-xmark:before {
        content: "ï‰³"
    }

    .fa-child-reaching:before {
        content: "î–"
    }

    .fa-head-side-virus:before {
        content: "î¤"
    }

    .fa-user-cog:before,
    .fa-user-gear:before {
        content: "ï“¾"
    }

    .fa-arrow-up-1-9:before,
    .fa-sort-numeric-up:before {
        content: "ï…£"
    }

    .fa-door-closed:before {
        content: "ï”ª"
    }

    .fa-shield-virus:before {
        content: "î¬"
    }

    .fa-dice-six:before {
        content: "ï”¦"
    }

    .fa-mosquito-net:before {
        content: "î”¬"
    }

    .fa-bridge-water:before {
        content: "î“Ž"
    }

    .fa-person-booth:before {
        content: "ï–"
    }

    .fa-text-width:before {
        content: "ï€µ"
    }

    .fa-hat-wizard:before {
        content: "ï›¨"
    }

    .fa-pen-fancy:before {
        content: "ï–¬"
    }

    .fa-digging:before,
    .fa-person-digging:before {
        content: "ï¡ž"
    }

    .fa-trash:before {
        content: "ï‡¸"
    }

    .fa-gauge-simple-med:before,
    .fa-gauge-simple:before,
    .fa-tachometer-average:before {
        content: "ï˜©"
    }

    .fa-book-medical:before {
        content: "ïŸ¦"
    }

    .fa-poo:before {
        content: "ï‹¾"
    }

    .fa-quote-right-alt:before,
    .fa-quote-right:before {
        content: "ï„Ž"
    }

    .fa-shirt:before,
    .fa-t-shirt:before,
    .fa-tshirt:before {
        content: "ï•“"
    }

    .fa-cubes:before {
        content: "ï†³"
    }

    .fa-divide:before {
        content: "ï”©"
    }

    .fa-tenge-sign:before,
    .fa-tenge:before {
        content: "ïŸ—"
    }

    .fa-headphones:before {
        content: "ï€¥"
    }

    .fa-hands-holding:before {
        content: "ï“‚"
    }

    .fa-hands-clapping:before {
        content: "î†¨"
    }

    .fa-republican:before {
        content: "ïž"
    }

    .fa-arrow-left:before {
        content: "ï "
    }

    .fa-person-circle-xmark:before {
        content: "î•ƒ"
    }

    .fa-ruler:before {
        content: "ï•…"
    }

    .fa-align-left:before {
        content: "ï€¶"
    }

    .fa-dice-d6:before {
        content: "ï›‘"
    }

    .fa-restroom:before {
        content: "ïž½"
    }

    .fa-j:before {
        content: "J"
    }

    .fa-users-viewfinder:before {
        content: "î–•"
    }

    .fa-file-video:before {
        content: "ï‡ˆ"
    }

    .fa-external-link-alt:before,
    .fa-up-right-from-square:before {
        content: "ï"
    }

    .fa-table-cells:before,
    .fa-th:before {
        content: "ï€Š"
    }

    .fa-file-pdf:before {
        content: "ï‡"
    }

    .fa-bible:before,
    .fa-book-bible:before {
        content: "ï™‡"
    }

    .fa-o:before {
        content: "O"
    }

    .fa-medkit:before,
    .fa-suitcase-medical:before {
        content: "ïƒº"
    }

    .fa-user-secret:before {
        content: "ïˆ›"
    }

    .fa-otter:before {
        content: "ïœ€"
    }

    .fa-female:before,
    .fa-person-dress:before {
        content: "ï†‚"
    }

    .fa-comment-dollar:before {
        content: "ï™‘"
    }

    .fa-briefcase-clock:before,
    .fa-business-time:before {
        content: "ï™Š"
    }

    .fa-table-cells-large:before,
    .fa-th-large:before {
        content: "ï€‰"
    }

    .fa-book-tanakh:before,
    .fa-tanakh:before {
        content: "ï §"
    }

    .fa-phone-volume:before,
    .fa-volume-control-phone:before {
        content: "ïŠ "
    }

    .fa-hat-cowboy-side:before {
        content: "ï£"
    }

    .fa-clipboard-user:before {
        content: "ïŸ³"
    }

    .fa-child:before {
        content: "ï†®"
    }

    .fa-lira-sign:before {
        content: "ï†•"
    }

    .fa-satellite:before {
        content: "ïž¿"
    }

    .fa-plane-lock:before {
        content: "î•˜"
    }

    .fa-tag:before {
        content: "ï€«"
    }

    .fa-comment:before {
        content: "ïµ"
    }

    .fa-birthday-cake:before,
    .fa-cake-candles:before,
    .fa-cake:before {
        content: "ï‡½"
    }

    .fa-envelope:before {
        content: "ïƒ "
    }

    .fa-angle-double-up:before,
    .fa-angles-up:before {
        content: "ï„‚"
    }

    .fa-paperclip:before {
        content: "ïƒ†"
    }

    .fa-arrow-right-to-city:before {
        content: "î’³"
    }

    .fa-ribbon:before {
        content: "ï“–"
    }

    .fa-lungs:before {
        content: "ï˜„"
    }

    .fa-arrow-up-9-1:before,
    .fa-sort-numeric-up-alt:before {
        content: "ï¢‡"
    }

    .fa-litecoin-sign:before {
        content: "î‡“"
    }

    .fa-border-none:before {
        content: "ï¡"
    }

    .fa-circle-nodes:before {
        content: "î“¢"
    }

    .fa-parachute-box:before {
        content: "ï“"
    }

    .fa-indent:before {
        content: "ï€¼"
    }

    .fa-truck-field-un:before {
        content: "î–Ž"
    }

    .fa-hourglass-empty:before,
    .fa-hourglass:before {
        content: "ï‰”"
    }

    .fa-mountain:before {
        content: "ï›¼"
    }

    .fa-user-doctor:before,
    .fa-user-md:before {
        content: "ïƒ°"
    }

    .fa-circle-info:before,
    .fa-info-circle:before {
        content: "ïš"
    }

    .fa-cloud-meatball:before {
        content: "ïœ»"
    }

    .fa-camera-alt:before,
    .fa-camera:before {
        content: "ï€°"
    }

    .fa-square-virus:before {
        content: "î•¸"
    }

    .fa-meteor:before {
        content: "ï“"
    }

    .fa-car-on:before {
        content: "î“"
    }

    .fa-sleigh:before {
        content: "ïŸŒ"
    }

    .fa-arrow-down-1-9:before,
    .fa-sort-numeric-asc:before,
    .fa-sort-numeric-down:before {
        content: "ï…¢"
    }

    .fa-hand-holding-droplet:before,
    .fa-hand-holding-water:before {
        content: "ï“"
    }

    .fa-water:before {
        content: "ï³"
    }

    .fa-calendar-check:before {
        content: "ï‰´"
    }

    .fa-braille:before {
        content: "ïŠ¡"
    }

    .fa-prescription-bottle-alt:before,
    .fa-prescription-bottle-medical:before {
        content: "ï’†"
    }

    .fa-landmark:before {
        content: "ï™¯"
    }

    .fa-truck:before {
        content: "ïƒ‘"
    }

    .fa-crosshairs:before {
        content: "ï›"
    }

    .fa-person-cane:before {
        content: "î”¼"
    }

    .fa-tent:before {
        content: "î•½"
    }

    .fa-vest-patches:before {
        content: "î‚†"
    }

    .fa-check-double:before {
        content: "ï• "
    }

    .fa-arrow-down-a-z:before,
    .fa-sort-alpha-asc:before,
    .fa-sort-alpha-down:before {
        content: "ï…"
    }

    .fa-money-bill-wheat:before {
        content: "î”ª"
    }

    .fa-cookie:before {
        content: "ï•£"
    }

    .fa-arrow-left-rotate:before,
    .fa-arrow-rotate-back:before,
    .fa-arrow-rotate-backward:before,
    .fa-arrow-rotate-left:before,
    .fa-undo:before {
        content: "ïƒ¢"
    }

    .fa-hard-drive:before,
    .fa-hdd:before {
        content: "ï‚ "
    }

    .fa-face-grin-squint-tears:before,
    .fa-grin-squint-tears:before {
        content: "ï–†"
    }

    .fa-dumbbell:before {
        content: "ï‘‹"
    }

    .fa-list-alt:before,
    .fa-rectangle-list:before {
        content: "ï€¢"
    }

    .fa-tarp-droplet:before {
        content: "î•¼"
    }

    .fa-house-medical-circle-check:before {
        content: "î”‘"
    }

    .fa-person-skiing-nordic:before,
    .fa-skiing-nordic:before {
        content: "ïŸŠ"
    }

    .fa-calendar-plus:before {
        content: "ï‰±"
    }

    .fa-plane-arrival:before {
        content: "ï–¯"
    }

    .fa-arrow-alt-circle-left:before,
    .fa-circle-left:before {
        content: "ï™"
    }

    .fa-subway:before,
    .fa-train-subway:before {
        content: "ïˆ¹"
    }

    .fa-chart-gantt:before {
        content: "îƒ¤"
    }

    .fa-indian-rupee-sign:before,
    .fa-indian-rupee:before,
    .fa-inr:before {
        content: "î†¼"
    }

    .fa-crop-alt:before,
    .fa-crop-simple:before {
        content: "ï•¥"
    }

    .fa-money-bill-1:before,
    .fa-money-bill-alt:before {
        content: "ï‘"
    }

    .fa-left-long:before,
    .fa-long-arrow-alt-left:before {
        content: "ïŒŠ"
    }

    .fa-dna:before {
        content: "ï‘±"
    }

    .fa-virus-slash:before {
        content: "îµ"
    }

    .fa-minus:before,
    .fa-subtract:before {
        content: "ï¨"
    }

    .fa-chess:before {
        content: "ï¹"
    }

    .fa-arrow-left-long:before,
    .fa-long-arrow-left:before {
        content: "ï…·"
    }

    .fa-plug-circle-check:before {
        content: "î•œ"
    }

    .fa-street-view:before {
        content: "ïˆ"
    }

    .fa-franc-sign:before {
        content: "î†"
    }

    .fa-volume-off:before {
        content: "ï€¦"
    }

    .fa-american-sign-language-interpreting:before,
    .fa-asl-interpreting:before,
    .fa-hands-american-sign-language-interpreting:before,
    .fa-hands-asl-interpreting:before {
        content: "ïŠ£"
    }

    .fa-cog:before,
    .fa-gear:before {
        content: "ï€“"
    }

    .fa-droplet-slash:before,
    .fa-tint-slash:before {
        content: "ï—‡"
    }

    .fa-mosque:before {
        content: "ï™¸"
    }

    .fa-mosquito:before {
        content: "î”«"
    }

    .fa-star-of-david:before {
        content: "ïšš"
    }

    .fa-person-military-rifle:before {
        content: "î•‹"
    }

    .fa-cart-shopping:before,
    .fa-shopping-cart:before {
        content: "ïº"
    }

    .fa-vials:before {
        content: "ï’“"
    }

    .fa-plug-circle-plus:before {
        content: "î•Ÿ"
    }

    .fa-place-of-worship:before {
        content: "ï™¿"
    }

    .fa-grip-vertical:before {
        content: "ï–Ž"
    }

    .fa-arrow-turn-up:before,
    .fa-level-up:before {
        content: "ï…ˆ"
    }

    .fa-u:before {
        content: "U"
    }

    .fa-square-root-alt:before,
    .fa-square-root-variable:before {
        content: "ïš˜"
    }

    .fa-clock-four:before,
    .fa-clock:before {
        content: "ï€—"
    }

    .fa-backward-step:before,
    .fa-step-backward:before {
        content: "ïˆ"
    }

    .fa-pallet:before {
        content: "ï’‚"
    }

    .fa-faucet:before {
        content: "î€…"
    }

    .fa-baseball-bat-ball:before {
        content: "ï²"
    }

    .fa-s:before {
        content: "S"
    }

    .fa-timeline:before {
        content: "îŠœ"
    }

    .fa-keyboard:before {
        content: "ï„œ"
    }

    .fa-caret-down:before {
        content: "ïƒ—"
    }

    .fa-clinic-medical:before,
    .fa-house-chimney-medical:before {
        content: "ïŸ²"
    }

    .fa-temperature-3:before,
    .fa-temperature-three-quarters:before,
    .fa-thermometer-3:before,
    .fa-thermometer-three-quarters:before {
        content: "ï‹ˆ"
    }

    .fa-mobile-android-alt:before,
    .fa-mobile-screen:before {
        content: "ï"
    }

    .fa-plane-up:before {
        content: "îˆ­"
    }

    .fa-piggy-bank:before {
        content: "ï““"
    }

    .fa-battery-3:before,
    .fa-battery-half:before {
        content: "ï‰‚"
    }

    .fa-mountain-city:before {
        content: "î”®"
    }

    .fa-coins:before {
        content: "ï”ž"
    }

    .fa-khanda:before {
        content: "ï™­"
    }

    .fa-sliders-h:before,
    .fa-sliders:before {
        content: "ï‡ž"
    }

    .fa-folder-tree:before {
        content: "ï ‚"
    }

    .fa-network-wired:before {
        content: "ï›¿"
    }

    .fa-map-pin:before {
        content: "ï‰¶"
    }

    .fa-hamsa:before {
        content: "ï™¥"
    }

    .fa-cent-sign:before {
        content: "îµ"
    }

    .fa-flask:before {
        content: "ïƒƒ"
    }

    .fa-person-pregnant:before {
        content: "îŒž"
    }

    .fa-wand-sparkles:before {
        content: "ïœ«"
    }

    .fa-ellipsis-v:before,
    .fa-ellipsis-vertical:before {
        content: "ï…‚"
    }

    .fa-ticket:before {
        content: "ï……"
    }

    .fa-power-off:before {
        content: "ï€‘"
    }

    .fa-long-arrow-alt-right:before,
    .fa-right-long:before {
        content: "ïŒ‹"
    }

    .fa-flag-usa:before {
        content: "ï"
    }

    .fa-laptop-file:before {
        content: "î”"
    }

    .fa-teletype:before,
    .fa-tty:before {
        content: "ï‡¤"
    }

    .fa-diagram-next:before {
        content: "î‘¶"
    }

    .fa-person-rifle:before {
        content: "î•Ž"
    }

    .fa-house-medical-circle-exclamation:before {
        content: "î”’"
    }

    .fa-closed-captioning:before {
        content: "ïˆŠ"
    }

    .fa-hiking:before,
    .fa-person-hiking:before {
        content: "ï›¬"
    }

    .fa-venus-double:before {
        content: "ïˆ¦"
    }

    .fa-images:before {
        content: "ïŒ‚"
    }

    .fa-calculator:before {
        content: "ï‡¬"
    }

    .fa-people-pulling:before {
        content: "î”µ"
    }

    .fa-n:before {
        content: "N"
    }

    .fa-cable-car:before,
    .fa-tram:before {
        content: "ïŸš"
    }

    .fa-cloud-rain:before {
        content: "ïœ½"
    }

    .fa-building-circle-xmark:before {
        content: "î“”"
    }

    .fa-ship:before {
        content: "ïˆš"
    }

    .fa-arrows-down-to-line:before {
        content: "î’¸"
    }

    .fa-download:before {
        content: "ï€™"
    }

    .fa-face-grin:before,
    .fa-grin:before {
        content: "ï–€"
    }

    .fa-backspace:before,
    .fa-delete-left:before {
        content: "ï•š"
    }

    .fa-eye-dropper-empty:before,
    .fa-eye-dropper:before,
    .fa-eyedropper:before {
        content: "ï‡»"
    }

    .fa-file-circle-check:before {
        content: "î– "
    }

    .fa-forward:before {
        content: "ïŽ"
    }

    .fa-mobile-android:before,
    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "ïŽ"
    }

    .fa-face-meh:before,
    .fa-meh:before {
        content: "ï„š"
    }

    .fa-align-center:before {
        content: "ï€·"
    }

    .fa-book-dead:before,
    .fa-book-skull:before {
        content: "ïš·"
    }

    .fa-drivers-license:before,
    .fa-id-card:before {
        content: "ï‹‚"
    }

    .fa-dedent:before,
    .fa-outdent:before {
        content: "ï€»"
    }

    .fa-heart-circle-exclamation:before {
        content: "î“¾"
    }

    .fa-home-alt:before,
    .fa-home-lg-alt:before,
    .fa-home:before,
    .fa-house:before {
        content: "ï€•"
    }

    .fa-calendar-week:before {
        content: "ïž„"
    }

    .fa-laptop-medical:before {
        content: "ï ’"
    }

    .fa-b:before {
        content: "B"
    }

    .fa-file-medical:before {
        content: "ï‘·"
    }

    .fa-dice-one:before {
        content: "ï”¥"
    }

    .fa-kiwi-bird:before {
        content: "ï”µ"
    }

    .fa-arrow-right-arrow-left:before,
    .fa-exchange:before {
        content: "ïƒ¬"
    }

    .fa-redo-alt:before,
    .fa-rotate-forward:before,
    .fa-rotate-right:before {
        content: "ï‹¹"
    }

    .fa-cutlery:before,
    .fa-utensils:before {
        content: "ï‹§"
    }

    .fa-arrow-up-wide-short:before,
    .fa-sort-amount-up:before {
        content: "ï…¡"
    }

    .fa-mill-sign:before {
        content: "î‡­"
    }

    .fa-bowl-rice:before {
        content: "î‹«"
    }

    .fa-skull:before {
        content: "ï•Œ"
    }

    .fa-broadcast-tower:before,
    .fa-tower-broadcast:before {
        content: "ï”™"
    }

    .fa-truck-pickup:before {
        content: "ï˜¼"
    }

    .fa-long-arrow-alt-up:before,
    .fa-up-long:before {
        content: "ïŒŒ"
    }

    .fa-stop:before {
        content: "ï"
    }

    .fa-code-merge:before {
        content: "ïŽ‡"
    }

    .fa-upload:before {
        content: "ï‚“"
    }

    .fa-hurricane:before {
        content: "ï‘"
    }

    .fa-mound:before {
        content: "î”­"
    }

    .fa-toilet-portable:before {
        content: "î–ƒ"
    }

    .fa-compact-disc:before {
        content: "ï”Ÿ"
    }

    .fa-file-arrow-down:before,
    .fa-file-download:before {
        content: "ï•­"
    }

    .fa-caravan:before {
        content: "ï£¿"
    }

    .fa-shield-cat:before {
        content: "î•²"
    }

    .fa-bolt:before,
    .fa-zap:before {
        content: "ïƒ§"
    }

    .fa-glass-water:before {
        content: "î“´"
    }

    .fa-oil-well:before {
        content: "î”²"
    }

    .fa-vault:before {
        content: "î‹…"
    }

    .fa-mars:before {
        content: "ïˆ¢"
    }

    .fa-toilet:before {
        content: "ïŸ˜"
    }

    .fa-plane-circle-xmark:before {
        content: "î•—"
    }

    .fa-cny:before,
    .fa-jpy:before,
    .fa-rmb:before,
    .fa-yen-sign:before,
    .fa-yen:before {
        content: "ï…—"
    }

    .fa-rouble:before,
    .fa-rub:before,
    .fa-ruble-sign:before,
    .fa-ruble:before {
        content: "ï…˜"
    }

    .fa-sun:before {
        content: "ï†…"
    }

    .fa-guitar:before {
        content: "ïž¦"
    }

    .fa-face-laugh-wink:before,
    .fa-laugh-wink:before {
        content: "ï–œ"
    }

    .fa-horse-head:before {
        content: "ïž«"
    }

    .fa-bore-hole:before {
        content: "î“ƒ"
    }

    .fa-industry:before {
        content: "ï‰µ"
    }

    .fa-arrow-alt-circle-down:before,
    .fa-circle-down:before {
        content: "ï˜"
    }

    .fa-arrows-turn-to-dots:before {
        content: "î“"
    }

    .fa-florin-sign:before {
        content: "î†„"
    }

    .fa-arrow-down-short-wide:before,
    .fa-sort-amount-desc:before,
    .fa-sort-amount-down-alt:before {
        content: "ï¢„"
    }

    .fa-less-than:before {
        content: "<"
    }

    .fa-angle-down:before {
        content: "ï„‡"
    }

    .fa-car-tunnel:before {
        content: "î“ž"
    }

    .fa-head-side-cough:before {
        content: "î¡"
    }

    .fa-grip-lines:before {
        content: "ïž¤"
    }

    .fa-thumbs-down:before {
        content: "ï…¥"
    }

    .fa-user-lock:before {
        content: "ï”‚"
    }

    .fa-arrow-right-long:before,
    .fa-long-arrow-right:before {
        content: "ï…¸"
    }

    .fa-anchor-circle-xmark:before {
        content: "î’¬"
    }

    .fa-ellipsis-h:before,
    .fa-ellipsis:before {
        content: "ï…"
    }

    .fa-chess-pawn:before {
        content: "ï‘ƒ"
    }

    .fa-first-aid:before,
    .fa-kit-medical:before {
        content: "ï‘¹"
    }

    .fa-person-through-window:before {
        content: "î–©"
    }

    .fa-toolbox:before {
        content: "ï•’"
    }

    .fa-hands-holding-circle:before {
        content: "î“»"
    }

    .fa-bug:before {
        content: "ï†ˆ"
    }

    .fa-credit-card-alt:before,
    .fa-credit-card:before {
        content: "ï‚"
    }

    .fa-automobile:before,
    .fa-car:before {
        content: "ï†¹"
    }

    .fa-hand-holding-hand:before {
        content: "î“·"
    }

    .fa-book-open-reader:before,
    .fa-book-reader:before {
        content: "ï—š"
    }

    .fa-mountain-sun:before {
        content: "î”¯"
    }

    .fa-arrows-left-right-to-line:before {
        content: "î’º"
    }

    .fa-dice-d20:before {
        content: "ï›"
    }

    .fa-truck-droplet:before {
        content: "î–Œ"
    }

    .fa-file-circle-xmark:before {
        content: "î–¡"
    }

    .fa-temperature-arrow-up:before,
    .fa-temperature-up:before {
        content: "î€"
    }

    .fa-medal:before {
        content: "ï–¢"
    }

    .fa-bed:before {
        content: "ïˆ¶"
    }

    .fa-h-square:before,
    .fa-square-h:before {
        content: "ïƒ½"
    }

    .fa-podcast:before {
        content: "ï‹Ž"
    }

    .fa-temperature-4:before,
    .fa-temperature-full:before,
    .fa-thermometer-4:before,
    .fa-thermometer-full:before {
        content: "ï‹‡"
    }

    .fa-bell:before {
        content: "ïƒ³"
    }

    .fa-superscript:before {
        content: "ï„«"
    }

    .fa-plug-circle-xmark:before {
        content: "î• "
    }

    .fa-star-of-life:before {
        content: "ï˜¡"
    }

    .fa-phone-slash:before {
        content: "ï"
    }

    .fa-paint-roller:before {
        content: "ï–ª"
    }

    .fa-hands-helping:before,
    .fa-handshake-angle:before {
        content: "ï“„"
    }

    .fa-location-dot:before,
    .fa-map-marker-alt:before {
        content: "ï…"
    }

    .fa-file:before {
        content: "ï…›"
    }

    .fa-greater-than:before {
        content: ">"
    }

    .fa-person-swimming:before,
    .fa-swimmer:before {
        content: "ï—„"
    }

    .fa-arrow-down:before {
        content: "ï£"
    }

    .fa-droplet:before,
    .fa-tint:before {
        content: "ïƒ"
    }

    .fa-eraser:before {
        content: "ï„­"
    }

    .fa-earth-america:before,
    .fa-earth-americas:before,
    .fa-earth:before,
    .fa-globe-americas:before {
        content: "ï•½"
    }

    .fa-person-burst:before {
        content: "î”»"
    }

    .fa-dove:before {
        content: "ï’º"
    }

    .fa-battery-0:before,
    .fa-battery-empty:before {
        content: "ï‰„"
    }

    .fa-socks:before {
        content: "ïš–"
    }

    .fa-inbox:before {
        content: "ï€œ"
    }

    .fa-section:before {
        content: "î‘‡"
    }

    .fa-gauge-high:before,
    .fa-tachometer-alt-fast:before,
    .fa-tachometer-alt:before {
        content: "ï˜¥"
    }

    .fa-envelope-open-text:before {
        content: "ï™˜"
    }

    .fa-hospital-alt:before,
    .fa-hospital-wide:before,
    .fa-hospital:before {
        content: "ïƒ¸"
    }

    .fa-wine-bottle:before {
        content: "ïœ¯"
    }

    .fa-chess-rook:before {
        content: "ï‘‡"
    }

    .fa-bars-staggered:before,
    .fa-reorder:before,
    .fa-stream:before {
        content: "ï•"
    }

    .fa-dharmachakra:before {
        content: "ï™•"
    }

    .fa-hotdog:before {
        content: "ï "
    }

    .fa-blind:before,
    .fa-person-walking-with-cane:before {
        content: "ïŠ"
    }

    .fa-drum:before {
        content: "ï•©"
    }

    .fa-ice-cream:before {
        content: "ï "
    }

    .fa-heart-circle-bolt:before {
        content: "î“¼"
    }

    .fa-fax:before {
        content: "ï†¬"
    }

    .fa-paragraph:before {
        content: "ï‡"
    }

    .fa-check-to-slot:before,
    .fa-vote-yea:before {
        content: "ï²"
    }

    .fa-star-half:before {
        content: "ï‚‰"
    }

    .fa-boxes-alt:before,
    .fa-boxes-stacked:before,
    .fa-boxes:before {
        content: "ï‘¨"
    }

    .fa-chain:before,
    .fa-link:before {
        content: "ïƒ"
    }

    .fa-assistive-listening-systems:before,
    .fa-ear-listen:before {
        content: "ïŠ¢"
    }

    .fa-tree-city:before {
        content: "î–‡"
    }

    .fa-play:before {
        content: "ï‹"
    }

    .fa-font:before {
        content: "ï€±"
    }

    .fa-rupiah-sign:before {
        content: "îˆ½"
    }

    .fa-magnifying-glass:before,
    .fa-search:before {
        content: "ï€‚"
    }

    .fa-ping-pong-paddle-ball:before,
    .fa-table-tennis-paddle-ball:before,
    .fa-table-tennis:before {
        content: "ï‘"
    }

    .fa-diagnoses:before,
    .fa-person-dots-from-line:before {
        content: "ï‘°"
    }

    .fa-trash-can-arrow-up:before,
    .fa-trash-restore-alt:before {
        content: "ï ª"
    }

    .fa-naira-sign:before {
        content: "î‡¶"
    }

    .fa-cart-arrow-down:before {
        content: "ïˆ˜"
    }

    .fa-walkie-talkie:before {
        content: "ï£¯"
    }

    .fa-file-edit:before,
    .fa-file-pen:before {
        content: "ïŒœ"
    }

    .fa-receipt:before {
        content: "ï•ƒ"
    }

    .fa-pen-square:before,
    .fa-pencil-square:before,
    .fa-square-pen:before {
        content: "ï…‹"
    }

    .fa-suitcase-rolling:before {
        content: "ï—"
    }

    .fa-person-circle-exclamation:before {
        content: "î”¿"
    }

    .fa-chevron-down:before {
        content: "ï¸"
    }

    .fa-battery-5:before,
    .fa-battery-full:before,
    .fa-battery:before {
        content: "ï‰€"
    }

    .fa-skull-crossbones:before {
        content: "ïœ”"
    }

    .fa-code-compare:before {
        content: "î„º"
    }

    .fa-list-dots:before,
    .fa-list-ul:before {
        content: "ïƒŠ"
    }

    .fa-school-lock:before {
        content: "î•¯"
    }

    .fa-tower-cell:before {
        content: "î–…"
    }

    .fa-down-long:before,
    .fa-long-arrow-alt-down:before {
        content: "ïŒ‰"
    }

    .fa-ranking-star:before {
        content: "î•¡"
    }

    .fa-chess-king:before {
        content: "ï¿"
    }

    .fa-person-harassing:before {
        content: "î•‰"
    }

    .fa-brazilian-real-sign:before {
        content: "î‘¬"
    }

    .fa-landmark-alt:before,
    .fa-landmark-dome:before {
        content: "ï’"
    }

    .fa-arrow-up:before {
        content: "ï¢"
    }

    .fa-television:before,
    .fa-tv-alt:before,
    .fa-tv:before {
        content: "ï‰¬"
    }

    .fa-shrimp:before {
        content: "î‘ˆ"
    }

    .fa-list-check:before,
    .fa-tasks:before {
        content: "ï‚®"
    }

    .fa-jug-detergent:before {
        content: "î”™"
    }

    .fa-circle-user:before,
    .fa-user-circle:before {
        content: "ïŠ½"
    }

    .fa-user-shield:before {
        content: "ï”…"
    }

    .fa-wind:before {
        content: "ïœ®"
    }

    .fa-car-burst:before,
    .fa-car-crash:before {
        content: "ï—¡"
    }

    .fa-y:before {
        content: "Y"
    }

    .fa-person-snowboarding:before,
    .fa-snowboarding:before {
        content: "ïŸŽ"
    }

    .fa-shipping-fast:before,
    .fa-truck-fast:before {
        content: "ï’‹"
    }

    .fa-fish:before {
        content: "ï•¸"
    }

    .fa-user-graduate:before {
        content: "ï”"
    }

    .fa-adjust:before,
    .fa-circle-half-stroke:before {
        content: "ï‚"
    }

    .fa-clapperboard:before {
        content: "î„±"
    }

    .fa-circle-radiation:before,
    .fa-radiation-alt:before {
        content: "ïžº"
    }

    .fa-baseball-ball:before,
    .fa-baseball:before {
        content: "ï³"
    }

    .fa-jet-fighter-up:before {
        content: "î”˜"
    }

    .fa-diagram-project:before,
    .fa-project-diagram:before {
        content: "ï•‚"
    }

    .fa-copy:before {
        content: "ïƒ…"
    }

    .fa-volume-mute:before,
    .fa-volume-times:before,
    .fa-volume-xmark:before {
        content: "ïš©"
    }

    .fa-hand-sparkles:before {
        content: "î"
    }

    .fa-grip-horizontal:before,
    .fa-grip:before {
        content: "ï–"
    }

    .fa-share-from-square:before,
    .fa-share-square:before {
        content: "ï…"
    }

    .fa-child-combatant:before,
    .fa-child-rifle:before {
        content: "î“ "
    }

    .fa-gun:before {
        content: "î†›"
    }

    .fa-phone-square:before,
    .fa-square-phone:before {
        content: "ï‚˜"
    }

    .fa-add:before,
    .fa-plus:before {
        content: "+"
    }

    .fa-expand:before {
        content: "ï¥"
    }

    .fa-computer:before {
        content: "î“¥"
    }

    .fa-close:before,
    .fa-multiply:before,
    .fa-remove:before,
    .fa-times:before,
    .fa-xmark:before {
        content: "ï€"
    }

    .fa-arrows-up-down-left-right:before,
    .fa-arrows:before {
        content: "ï‡"
    }

    .fa-chalkboard-teacher:before,
    .fa-chalkboard-user:before {
        content: "ï”œ"
    }

    .fa-peso-sign:before {
        content: "îˆ¢"
    }

    .fa-building-shield:before {
        content: "î“˜"
    }

    .fa-baby:before {
        content: "ï¼"
    }

    .fa-users-line:before {
        content: "î–’"
    }

    .fa-quote-left-alt:before,
    .fa-quote-left:before {
        content: "ï„"
    }

    .fa-tractor:before {
        content: "ïœ¢"
    }

    .fa-trash-arrow-up:before,
    .fa-trash-restore:before {
        content: "ï ©"
    }

    .fa-arrow-down-up-lock:before {
        content: "î’°"
    }

    .fa-lines-leaning:before {
        content: "î”ž"
    }

    .fa-ruler-combined:before {
        content: "ï•†"
    }

    .fa-copyright:before {
        content: "ï‡¹"
    }

    .fa-equals:before {
        content: "="
    }

    .fa-blender:before {
        content: "ï”—"
    }

    .fa-teeth:before {
        content: "ï˜®"
    }

    .fa-ils:before,
    .fa-shekel-sign:before,
    .fa-shekel:before,
    .fa-sheqel-sign:before,
    .fa-sheqel:before {
        content: "ïˆ‹"
    }

    .fa-map:before {
        content: "ï‰¹"
    }

    .fa-rocket:before {
        content: "ï„µ"
    }

    .fa-photo-film:before,
    .fa-photo-video:before {
        content: "ï¡¼"
    }

    .fa-folder-minus:before {
        content: "ï™"
    }

    .fa-store:before {
        content: "ï•Ž"
    }

    .fa-arrow-trend-up:before {
        content: "î‚˜"
    }

    .fa-plug-circle-minus:before {
        content: "î•ž"
    }

    .fa-sign-hanging:before,
    .fa-sign:before {
        content: "ï“™"
    }

    .fa-bezier-curve:before {
        content: "ï•›"
    }

    .fa-bell-slash:before {
        content: "ï‡¶"
    }

    .fa-tablet-android:before,
    .fa-tablet:before {
        content: "ï»"
    }

    .fa-school-flag:before {
        content: "î•®"
    }

    .fa-fill:before {
        content: "ï•µ"
    }

    .fa-angle-up:before {
        content: "ï„†"
    }

    .fa-drumstick-bite:before {
        content: "ï›—"
    }

    .fa-holly-berry:before {
        content: "ïžª"
    }

    .fa-chevron-left:before {
        content: "ï“"
    }

    .fa-bacteria:before {
        content: "î™"
    }

    .fa-hand-lizard:before {
        content: "ï‰˜"
    }

    .fa-notdef:before {
        content: "î‡¾"
    }

    .fa-disease:before {
        content: "ïŸº"
    }

    .fa-briefcase-medical:before {
        content: "ï‘©"
    }

    .fa-genderless:before {
        content: "ïˆ­"
    }

    .fa-chevron-right:before {
        content: "ï”"
    }

    .fa-retweet:before {
        content: "ï¹"
    }

    .fa-car-alt:before,
    .fa-car-rear:before {
        content: "ï—ž"
    }

    .fa-pump-soap:before {
        content: "î«"
    }

    .fa-video-slash:before {
        content: "ï“¢"
    }

    .fa-battery-2:before,
    .fa-battery-quarter:before {
        content: "ï‰ƒ"
    }

    .fa-radio:before {
        content: "ï£—"
    }

    .fa-baby-carriage:before,
    .fa-carriage-baby:before {
        content: "ï½"
    }

    .fa-traffic-light:before {
        content: "ï˜·"
    }

    .fa-thermometer:before {
        content: "ï’‘"
    }

    .fa-vr-cardboard:before {
        content: "ïœ©"
    }

    .fa-hand-middle-finger:before {
        content: "ï †"
    }

    .fa-percent:before,
    .fa-percentage:before {
        content: "%"
    }

    .fa-truck-moving:before {
        content: "ï“Ÿ"
    }

    .fa-glass-water-droplet:before {
        content: "î“µ"
    }

    .fa-display:before {
        content: "î…£"
    }

    .fa-face-smile:before,
    .fa-smile:before {
        content: "ï„˜"
    }

    .fa-thumb-tack:before,
    .fa-thumbtack:before {
        content: "ï‚"
    }

    .fa-trophy:before {
        content: "ï‚‘"
    }

    .fa-person-praying:before,
    .fa-pray:before {
        content: "ïšƒ"
    }

    .fa-hammer:before {
        content: "ï›£"
    }

    .fa-hand-peace:before {
        content: "ï‰›"
    }

    .fa-rotate:before,
    .fa-sync-alt:before {
        content: "ï‹±"
    }

    .fa-spinner:before {
        content: "ï„"
    }

    .fa-robot:before {
        content: "ï•„"
    }

    .fa-peace:before {
        content: "ï™¼"
    }

    .fa-cogs:before,
    .fa-gears:before {
        content: "ï‚…"
    }

    .fa-warehouse:before {
        content: "ï’”"
    }

    .fa-arrow-up-right-dots:before {
        content: "î’·"
    }

    .fa-splotch:before {
        content: "ï–¼"
    }

    .fa-face-grin-hearts:before,
    .fa-grin-hearts:before {
        content: "ï–„"
    }

    .fa-dice-four:before {
        content: "ï”¤"
    }

    .fa-sim-card:before {
        content: "ïŸ„"
    }

    .fa-transgender-alt:before,
    .fa-transgender:before {
        content: "ïˆ¥"
    }

    .fa-mercury:before {
        content: "ïˆ£"
    }

    .fa-arrow-turn-down:before,
    .fa-level-down:before {
        content: "ï…‰"
    }

    .fa-person-falling-burst:before {
        content: "î•‡"
    }

    .fa-award:before {
        content: "ï•™"
    }

    .fa-ticket-alt:before,
    .fa-ticket-simple:before {
        content: "ï¿"
    }

    .fa-building:before {
        content: "ï†­"
    }

    .fa-angle-double-left:before,
    .fa-angles-left:before {
        content: "ï„€"
    }

    .fa-qrcode:before {
        content: "ï€©"
    }

    .fa-clock-rotate-left:before,
    .fa-history:before {
        content: "ï‡š"
    }

    .fa-face-grin-beam-sweat:before,
    .fa-grin-beam-sweat:before {
        content: "ï–ƒ"
    }

    .fa-arrow-right-from-file:before,
    .fa-file-export:before {
        content: "ï•®"
    }

    .fa-shield-blank:before,
    .fa-shield:before {
        content: "ï„²"
    }

    .fa-arrow-up-short-wide:before,
    .fa-sort-amount-up-alt:before {
        content: "ï¢…"
    }

    .fa-house-medical:before {
        content: "îŽ²"
    }

    .fa-golf-ball-tee:before,
    .fa-golf-ball:before {
        content: "ï‘"
    }

    .fa-chevron-circle-left:before,
    .fa-circle-chevron-left:before {
        content: "ï„·"
    }

    .fa-house-chimney-window:before {
        content: "î€"
    }

    .fa-pen-nib:before {
        content: "ï–­"
    }

    .fa-tent-arrow-turn-left:before {
        content: "î–€"
    }

    .fa-tents:before {
        content: "î–‚"
    }

    .fa-magic:before,
    .fa-wand-magic:before {
        content: "ïƒ"
    }

    .fa-dog:before {
        content: "ï›“"
    }

    .fa-carrot:before {
        content: "ïž‡"
    }

    .fa-moon:before {
        content: "ï††"
    }

    .fa-wine-glass-alt:before,
    .fa-wine-glass-empty:before {
        content: "ï—Ž"
    }

    .fa-cheese:before {
        content: "ïŸ¯"
    }

    .fa-yin-yang:before {
        content: "ïš­"
    }

    .fa-music:before {
        content: "ï€"
    }

    .fa-code-commit:before {
        content: "ïŽ†"
    }

    .fa-temperature-low:before {
        content: "ï«"
    }

    .fa-biking:before,
    .fa-person-biking:before {
        content: "ï¡Š"
    }

    .fa-broom:before {
        content: "ï”š"
    }

    .fa-shield-heart:before {
        content: "î•´"
    }

    .fa-gopuram:before {
        content: "ï™¤"
    }

    .fa-earth-oceania:before,
    .fa-globe-oceania:before {
        content: "î‘»"
    }

    .fa-square-xmark:before,
    .fa-times-square:before,
    .fa-xmark-square:before {
        content: "ï‹“"
    }

    .fa-hashtag:before {
        content: "#"
    }

    .fa-expand-alt:before,
    .fa-up-right-and-down-left-from-center:before {
        content: "ï¤"
    }

    .fa-oil-can:before {
        content: "ï˜“"
    }

    .fa-t:before {
        content: "T"
    }

    .fa-hippo:before {
        content: "ï›­"
    }

    .fa-chart-column:before {
        content: "îƒ£"
    }

    .fa-infinity:before {
        content: "ï”´"
    }

    .fa-vial-circle-check:before {
        content: "î––"
    }

    .fa-person-arrow-down-to-line:before {
        content: "î”¸"
    }

    .fa-voicemail:before {
        content: "ï¢—"
    }

    .fa-fan:before {
        content: "ï¡£"
    }

    .fa-person-walking-luggage:before {
        content: "î•”"
    }

    .fa-arrows-alt-v:before,
    .fa-up-down:before {
        content: "ïŒ¸"
    }

    .fa-cloud-moon-rain:before {
        content: "ïœ¼"
    }

    .fa-calendar:before {
        content: "ï„³"
    }

    .fa-trailer:before {
        content: "î"
    }

    .fa-bahai:before,
    .fa-haykal:before {
        content: "ï™¦"
    }

    .fa-sd-card:before {
        content: "ïŸ‚"
    }

    .fa-dragon:before {
        content: "ï›•"
    }

    .fa-shoe-prints:before {
        content: "ï•‹"
    }

    .fa-circle-plus:before,
    .fa-plus-circle:before {
        content: "ï•"
    }

    .fa-face-grin-tongue-wink:before,
    .fa-grin-tongue-wink:before {
        content: "ï–‹"
    }

    .fa-hand-holding:before {
        content: "ï’½"
    }

    .fa-plug-circle-exclamation:before {
        content: "î•"
    }

    .fa-chain-broken:before,
    .fa-chain-slash:before,
    .fa-link-slash:before,
    .fa-unlink:before {
        content: "ï„§"
    }

    .fa-clone:before {
        content: "ï‰"
    }

    .fa-person-walking-arrow-loop-left:before {
        content: "î•‘"
    }

    .fa-arrow-up-z-a:before,
    .fa-sort-alpha-up-alt:before {
        content: "ï¢‚"
    }

    .fa-fire-alt:before,
    .fa-fire-flame-curved:before {
        content: "ïŸ¤"
    }

    .fa-tornado:before {
        content: "ï¯"
    }

    .fa-file-circle-plus:before {
        content: "î’”"
    }

    .fa-book-quran:before,
    .fa-quran:before {
        content: "ïš‡"
    }

    .fa-anchor:before {
        content: "ï„½"
    }

    .fa-border-all:before {
        content: "ï¡Œ"
    }

    .fa-angry:before,
    .fa-face-angry:before {
        content: "ï•–"
    }

    .fa-cookie-bite:before {
        content: "ï•¤"
    }

    .fa-arrow-trend-down:before {
        content: "î‚—"
    }

    .fa-feed:before,
    .fa-rss:before {
        content: "ï‚ž"
    }

    .fa-draw-polygon:before {
        content: "ï—®"
    }

    .fa-balance-scale:before,
    .fa-scale-balanced:before {
        content: "ï‰Ž"
    }

    .fa-gauge-simple-high:before,
    .fa-tachometer-fast:before,
    .fa-tachometer:before {
        content: "ï˜ª"
    }

    .fa-shower:before {
        content: "ï‹Œ"
    }

    .fa-desktop-alt:before,
    .fa-desktop:before {
        content: "ïŽ"
    }

    .fa-m:before {
        content: "M"
    }

    .fa-table-list:before,
    .fa-th-list:before {
        content: "ï€‹"
    }

    .fa-comment-sms:before,
    .fa-sms:before {
        content: "ïŸ"
    }

    .fa-book:before {
        content: "ï€­"
    }

    .fa-user-plus:before {
        content: "ïˆ´"
    }

    .fa-check:before {
        content: "ï€Œ"
    }

    .fa-battery-4:before,
    .fa-battery-three-quarters:before {
        content: "ï‰"
    }

    .fa-house-circle-check:before {
        content: "î”‰"
    }

    .fa-angle-left:before {
        content: "ï„„"
    }

    .fa-diagram-successor:before {
        content: "î‘º"
    }

    .fa-truck-arrow-right:before {
        content: "î–‹"
    }

    .fa-arrows-split-up-and-left:before {
        content: "î’¼"
    }

    .fa-fist-raised:before,
    .fa-hand-fist:before {
        content: "ï›ž"
    }

    .fa-cloud-moon:before {
        content: "ï›ƒ"
    }

    .fa-briefcase:before {
        content: "ï‚±"
    }

    .fa-person-falling:before {
        content: "î•†"
    }

    .fa-image-portrait:before,
    .fa-portrait:before {
        content: "ï "
    }

    .fa-user-tag:before {
        content: "ï”‡"
    }

    .fa-rug:before {
        content: "î•©"
    }

    .fa-earth-europe:before,
    .fa-globe-europe:before {
        content: "ïž¢"
    }

    .fa-cart-flatbed-suitcase:before,
    .fa-luggage-cart:before {
        content: "ï–"
    }

    .fa-rectangle-times:before,
    .fa-rectangle-xmark:before,
    .fa-times-rectangle:before,
    .fa-window-close:before {
        content: "ï"
    }

    .fa-baht-sign:before {
        content: "î‚¬"
    }

    .fa-book-open:before {
        content: "ï”˜"
    }

    .fa-book-journal-whills:before,
    .fa-journal-whills:before {
        content: "ï™ª"
    }

    .fa-handcuffs:before {
        content: "î“¸"
    }

    .fa-exclamation-triangle:before,
    .fa-triangle-exclamation:before,
    .fa-warning:before {
        content: "ï±"
    }

    .fa-database:before {
        content: "ï‡€"
    }

    .fa-arrow-turn-right:before,
    .fa-mail-forward:before,
    .fa-share:before {
        content: "ï¤"
    }

    .fa-bottle-droplet:before {
        content: "î“„"
    }

    .fa-mask-face:before {
        content: "î‡—"
    }

    .fa-hill-rockslide:before {
        content: "î”ˆ"
    }

    .fa-exchange-alt:before,
    .fa-right-left:before {
        content: "ï¢"
    }

    .fa-paper-plane:before {
        content: "ï‡˜"
    }

    .fa-road-circle-exclamation:before {
        content: "î•¥"
    }

    .fa-dungeon:before {
        content: "ï›™"
    }

    .fa-align-right:before {
        content: "ï€¸"
    }

    .fa-money-bill-1-wave:before,
    .fa-money-bill-wave-alt:before {
        content: "ï”»"
    }

    .fa-life-ring:before {
        content: "ï‡"
    }

    .fa-hands:before,
    .fa-sign-language:before,
    .fa-signing:before {
        content: "ïŠ§"
    }

    .fa-calendar-day:before {
        content: "ïžƒ"
    }

    .fa-ladder-water:before,
    .fa-swimming-pool:before,
    .fa-water-ladder:before {
        content: "ï—…"
    }

    .fa-arrows-up-down:before,
    .fa-arrows-v:before {
        content: "ï½"
    }

    .fa-face-grimace:before,
    .fa-grimace:before {
        content: "ï•¿"
    }

    .fa-wheelchair-alt:before,
    .fa-wheelchair-move:before {
        content: "î‹Ž"
    }

    .fa-level-down-alt:before,
    .fa-turn-down:before {
        content: "ïŽ¾"
    }

    .fa-person-walking-arrow-right:before {
        content: "î•’"
    }

    .fa-envelope-square:before,
    .fa-square-envelope:before {
        content: "ï†™"
    }

    .fa-dice:before {
        content: "ï”¢"
    }

    .fa-bowling-ball:before {
        content: "ï¶"
    }

    .fa-brain:before {
        content: "ï—œ"
    }

    .fa-band-aid:before,
    .fa-bandage:before {
        content: "ï‘¢"
    }

    .fa-calendar-minus:before {
        content: "ï‰²"
    }

    .fa-circle-xmark:before,
    .fa-times-circle:before,
    .fa-xmark-circle:before {
        content: "ï—"
    }

    .fa-gifts:before {
        content: "ïžœ"
    }

    .fa-hotel:before {
        content: "ï–”"
    }

    .fa-earth-asia:before,
    .fa-globe-asia:before {
        content: "ï•¾"
    }

    .fa-id-card-alt:before,
    .fa-id-card-clip:before {
        content: "ï‘¿"
    }

    .fa-magnifying-glass-plus:before,
    .fa-search-plus:before {
        content: "ï€Ž"
    }

    .fa-thumbs-up:before {
        content: "ï…¤"
    }

    .fa-user-clock:before {
        content: "ï“½"
    }

    .fa-allergies:before,
    .fa-hand-dots:before {
        content: "ï‘¡"
    }

    .fa-file-invoice:before {
        content: "ï•°"
    }

    .fa-window-minimize:before {
        content: "ï‹‘"
    }

    .fa-coffee:before,
    .fa-mug-saucer:before {
        content: "ïƒ´"
    }

    .fa-brush:before {
        content: "ï•"
    }

    .fa-mask:before {
        content: "ï›º"
    }

    .fa-magnifying-glass-minus:before,
    .fa-search-minus:before {
        content: "ï€"
    }

    .fa-ruler-vertical:before {
        content: "ï•ˆ"
    }

    .fa-user-alt:before,
    .fa-user-large:before {
        content: "ï†"
    }

    .fa-train-tram:before {
        content: "î–´"
    }

    .fa-user-nurse:before {
        content: "ï ¯"
    }

    .fa-syringe:before {
        content: "ï’Ž"
    }

    .fa-cloud-sun:before {
        content: "ï›„"
    }

    .fa-stopwatch-20:before {
        content: "î¯"
    }

    .fa-square-full:before {
        content: "ï‘œ"
    }

    .fa-magnet:before {
        content: "ï¶"
    }

    .fa-jar:before {
        content: "î”–"
    }

    .fa-note-sticky:before,
    .fa-sticky-note:before {
        content: "ï‰‰"
    }

    .fa-bug-slash:before {
        content: "î’"
    }

    .fa-arrow-up-from-water-pump:before {
        content: "î’¶"
    }

    .fa-bone:before {
        content: "ï——"
    }

    .fa-user-injured:before {
        content: "ïœ¨"
    }

    .fa-face-sad-tear:before,
    .fa-sad-tear:before {
        content: "ï–´"
    }

    .fa-plane:before {
        content: "ï²"
    }

    .fa-tent-arrows-down:before {
        content: "î–"
    }

    .fa-exclamation:before {
        content: "!"
    }

    .fa-arrows-spin:before {
        content: "î’»"
    }

    .fa-print:before {
        content: "ï€¯"
    }

    .fa-try:before,
    .fa-turkish-lira-sign:before,
    .fa-turkish-lira:before {
        content: "îŠ»"
    }

    .fa-dollar-sign:before,
    .fa-dollar:before,
    .fa-usd:before {
        content: "$"
    }

    .fa-x:before {
        content: "X"
    }

    .fa-magnifying-glass-dollar:before,
    .fa-search-dollar:before {
        content: "ïšˆ"
    }

    .fa-users-cog:before,
    .fa-users-gear:before {
        content: "ï”‰"
    }

    .fa-person-military-pointing:before {
        content: "î•Š"
    }

    .fa-bank:before,
    .fa-building-columns:before,
    .fa-institution:before,
    .fa-museum:before,
    .fa-university:before {
        content: "ï†œ"
    }

    .fa-umbrella:before {
        content: "ïƒ©"
    }

    .fa-trowel:before {
        content: "î–‰"
    }

    .fa-d:before {
        content: "D"
    }

    .fa-stapler:before {
        content: "î–¯"
    }

    .fa-masks-theater:before,
    .fa-theater-masks:before {
        content: "ï˜°"
    }

    .fa-kip-sign:before {
        content: "î‡„"
    }

    .fa-hand-point-left:before {
        content: "ï‚¥"
    }

    .fa-handshake-alt:before,
    .fa-handshake-simple:before {
        content: "ï“†"
    }

    .fa-fighter-jet:before,
    .fa-jet-fighter:before {
        content: "ïƒ»"
    }

    .fa-share-alt-square:before,
    .fa-square-share-nodes:before {
        content: "ï‡¡"
    }

    .fa-barcode:before {
        content: "ï€ª"
    }

    .fa-plus-minus:before {
        content: "î¼"
    }

    .fa-video-camera:before,
    .fa-video:before {
        content: "ï€½"
    }

    .fa-graduation-cap:before,
    .fa-mortar-board:before {
        content: "ï†"
    }

    .fa-hand-holding-medical:before {
        content: "îœ"
    }

    .fa-person-circle-check:before {
        content: "î”¾"
    }

    .fa-level-up-alt:before,
    .fa-turn-up:before {
        content: "ïŽ¿"
    }

    .fa-sr-only,
    .fa-sr-only-focusable:not(:focus),
    .sr-only,
    .sr-only-focusable:not(:focus) {
        clip: rect(0, 0, 0, 0);
        border-width: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

@layer bricks.icons {
    @font-face {
        font-family: Ionicons;
        font-style: normal;
        font-weight: 400;
        src: url(../../fonts/ionicons/ionicons.woff2) format("woff2"), url(../../fonts/ionicons/ionicons.woff) format("woff"), url(../../fonts/ionicons/ionicons.ttf) format("truetype")
    }

    [class*=" ion-"],
    [class*=" ion-ios-"],
    [class*=" ion-logo-"],
    [class*=" ion-md-"],
    [class^=ion-],
    [class^=ion-ios-],
    [class^=ion-logo-],
    [class^=ion-md-] {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: Ionicons;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        text-rendering: auto;
        text-transform: none
    }

    [class*=" ion-"]:before,
    [class*=" ion-ios-"]:before,
    [class*=" ion-logo-"]:before,
    [class*=" ion-md-"]:before,
    [class^=ion-]:before,
    [class^=ion-ios-]:before,
    [class^=ion-logo-]:before,
    [class^=ion-md-]:before {
        font-family: Ionicons
    }

    .ion-ios-add:before {
        content: "ï„‚"
    }

    .ion-ios-add-circle:before {
        content: "ï„"
    }

    .ion-ios-add-circle-outline:before {
        content: "ï„€"
    }

    .ion-ios-airplane:before {
        content: "ï„·"
    }

    .ion-ios-alarm:before {
        content: "ïˆ"
    }

    .ion-ios-albums:before {
        content: "ïŠ"
    }

    .ion-ios-alert:before {
        content: "ï„„"
    }

    .ion-ios-american-football:before {
        content: "ï„†"
    }

    .ion-ios-analytics:before {
        content: "ïŽ"
    }

    .ion-ios-aperture:before {
        content: "ï„ˆ"
    }

    .ion-ios-apps:before {
        content: "ï„Š"
    }

    .ion-ios-appstore:before {
        content: "ï„Œ"
    }

    .ion-ios-archive:before {
        content: "ï„Ž"
    }

    .ion-ios-arrow-back:before {
        content: "ï"
    }

    .ion-ios-arrow-down:before {
        content: "ï"
    }

    .ion-ios-arrow-dropdown:before {
        content: "ï„"
    }

    .ion-ios-arrow-dropdown-circle:before {
        content: "ï„¥"
    }

    .ion-ios-arrow-dropleft:before {
        content: "ï„’"
    }

    .ion-ios-arrow-dropleft-circle:before {
        content: "ï„©"
    }

    .ion-ios-arrow-dropright:before {
        content: "ï„”"
    }

    .ion-ios-arrow-dropright-circle:before {
        content: "ï„«"
    }

    .ion-ios-arrow-dropup:before {
        content: "ï„–"
    }

    .ion-ios-arrow-dropup-circle:before {
        content: "ï„­"
    }

    .ion-ios-arrow-forward:before {
        content: "ï‘"
    }

    .ion-ios-arrow-round-back:before {
        content: "ï„—"
    }

    .ion-ios-arrow-round-down:before {
        content: "ï„˜"
    }

    .ion-ios-arrow-round-forward:before {
        content: "ï„™"
    }

    .ion-ios-arrow-round-up:before {
        content: "ï„š"
    }

    .ion-ios-arrow-up:before {
        content: "ï˜"
    }

    .ion-ios-at:before {
        content: "ïš"
    }

    .ion-ios-attach:before {
        content: "ï„›"
    }

    .ion-ios-backspace:before {
        content: "ï„"
    }

    .ion-ios-barcode:before {
        content: "ïœ"
    }

    .ion-ios-baseball:before {
        content: "ïž"
    }

    .ion-ios-basket:before {
        content: "ï„Ÿ"
    }

    .ion-ios-basketball:before {
        content: "ï "
    }

    .ion-ios-battery-charging:before {
        content: "ï„ "
    }

    .ion-ios-battery-dead:before {
        content: "ï„¡"
    }

    .ion-ios-battery-full:before {
        content: "ï„¢"
    }

    .ion-ios-beaker:before {
        content: "ï„¤"
    }

    .ion-ios-bed:before {
        content: "ï„¹"
    }

    .ion-ios-beer:before {
        content: "ï„¦"
    }

    .ion-ios-bicycle:before {
        content: "ï„§"
    }

    .ion-ios-bluetooth:before {
        content: "ï„¨"
    }

    .ion-ios-boat:before {
        content: "ï„ª"
    }

    .ion-ios-body:before {
        content: "ï¤"
    }

    .ion-ios-bonfire:before {
        content: "ï„¬"
    }

    .ion-ios-book:before {
        content: "ï¨"
    }

    .ion-ios-bookmark:before {
        content: "ï„®"
    }

    .ion-ios-bookmarks:before {
        content: "ïª"
    }

    .ion-ios-bowtie:before {
        content: "ï„°"
    }

    .ion-ios-briefcase:before {
        content: "ï®"
    }

    .ion-ios-browsers:before {
        content: "ï°"
    }

    .ion-ios-brush:before {
        content: "ï„²"
    }

    .ion-ios-bug:before {
        content: "ï„´"
    }

    .ion-ios-build:before {
        content: "ï„¶"
    }

    .ion-ios-bulb:before {
        content: "ï„¸"
    }

    .ion-ios-bus:before {
        content: "ï„º"
    }

    .ion-ios-business:before {
        content: "ï†£"
    }

    .ion-ios-cafe:before {
        content: "ï„¼"
    }

    .ion-ios-calculator:before {
        content: "ï²"
    }

    .ion-ios-calendar:before {
        content: "ï´"
    }

    .ion-ios-call:before {
        content: "ï„¾"
    }

    .ion-ios-camera:before {
        content: "ï¶"
    }

    .ion-ios-car:before {
        content: "ï…€"
    }

    .ion-ios-card:before {
        content: "ï…‚"
    }

    .ion-ios-cart:before {
        content: "ï¸"
    }

    .ion-ios-cash:before {
        content: "ï…„"
    }

    .ion-ios-cellular:before {
        content: "ï„½"
    }

    .ion-ios-chatboxes:before {
        content: "ïº"
    }

    .ion-ios-chatbubbles:before {
        content: "ï…†"
    }

    .ion-ios-checkbox:before {
        content: "ï…ˆ"
    }

    .ion-ios-checkbox-outline:before {
        content: "ï…‡"
    }

    .ion-ios-checkmark:before {
        content: "ï¿"
    }

    .ion-ios-checkmark-circle:before {
        content: "ï…Š"
    }

    .ion-ios-checkmark-circle-outline:before {
        content: "ï…‰"
    }

    .ion-ios-clipboard:before {
        content: "ï…Œ"
    }

    .ion-ios-clock:before {
        content: "ïƒ"
    }

    .ion-ios-close:before {
        content: "ï†"
    }

    .ion-ios-close-circle:before {
        content: "ï…Ž"
    }

    .ion-ios-close-circle-outline:before {
        content: "ï…"
    }

    .ion-ios-cloud:before {
        content: "ïŒ"
    }

    .ion-ios-cloud-circle:before {
        content: "ï…’"
    }

    .ion-ios-cloud-done:before {
        content: "ï…”"
    }

    .ion-ios-cloud-download:before {
        content: "ïˆ"
    }

    .ion-ios-cloud-outline:before {
        content: "ï‰"
    }

    .ion-ios-cloud-upload:before {
        content: "ï‹"
    }

    .ion-ios-cloudy:before {
        content: "ï"
    }

    .ion-ios-cloudy-night:before {
        content: "ïŽ"
    }

    .ion-ios-code:before {
        content: "ï…—"
    }

    .ion-ios-code-download:before {
        content: "ï…•"
    }

    .ion-ios-code-working:before {
        content: "ï…–"
    }

    .ion-ios-cog:before {
        content: "ï’"
    }

    .ion-ios-color-fill:before {
        content: "ï…™"
    }

    .ion-ios-color-filter:before {
        content: "ï”"
    }

    .ion-ios-color-palette:before {
        content: "ï…›"
    }

    .ion-ios-color-wand:before {
        content: "ï–"
    }

    .ion-ios-compass:before {
        content: "ï…"
    }

    .ion-ios-construct:before {
        content: "ï…Ÿ"
    }

    .ion-ios-contact:before {
        content: "ïš"
    }

    .ion-ios-contacts:before {
        content: "ï…¡"
    }

    .ion-ios-contract:before {
        content: "ï…¢"
    }

    .ion-ios-contrast:before {
        content: "ï…£"
    }

    .ion-ios-copy:before {
        content: "ïœ"
    }

    .ion-ios-create:before {
        content: "ï…¥"
    }

    .ion-ios-crop:before {
        content: "ïž"
    }

    .ion-ios-cube:before {
        content: "ï…¨"
    }

    .ion-ios-cut:before {
        content: "ï…ª"
    }

    .ion-ios-desktop:before {
        content: "ï…¬"
    }

    .ion-ios-disc:before {
        content: "ï…®"
    }

    .ion-ios-document:before {
        content: "ï…°"
    }

    .ion-ios-done-all:before {
        content: "ï…±"
    }

    .ion-ios-download:before {
        content: "ï "
    }

    .ion-ios-easel:before {
        content: "ï…³"
    }

    .ion-ios-egg:before {
        content: "ï…µ"
    }

    .ion-ios-exit:before {
        content: "ï…·"
    }

    .ion-ios-expand:before {
        content: "ï…¸"
    }

    .ion-ios-eye:before {
        content: "ï¥"
    }

    .ion-ios-eye-off:before {
        content: "ï…º"
    }

    .ion-ios-fastforward:before {
        content: "ï§"
    }

    .ion-ios-female:before {
        content: "ï…»"
    }

    .ion-ios-filing:before {
        content: "ï©"
    }

    .ion-ios-film:before {
        content: "ï«"
    }

    .ion-ios-finger-print:before {
        content: "ï…¼"
    }

    .ion-ios-fitness:before {
        content: "ï†«"
    }

    .ion-ios-flag:before {
        content: "ï­"
    }

    .ion-ios-flame:before {
        content: "ï¯"
    }

    .ion-ios-flash:before {
        content: "ï…¾"
    }

    .ion-ios-flash-off:before {
        content: "ï„¯"
    }

    .ion-ios-flashlight:before {
        content: "ï…"
    }

    .ion-ios-flask:before {
        content: "ï±"
    }

    .ion-ios-flower:before {
        content: "ï³"
    }

    .ion-ios-folder:before {
        content: "ïµ"
    }

    .ion-ios-folder-open:before {
        content: "ï†€"
    }

    .ion-ios-football:before {
        content: "ï·"
    }

    .ion-ios-funnel:before {
        content: "ï†‚"
    }

    .ion-ios-gift:before {
        content: "ï†‘"
    }

    .ion-ios-git-branch:before {
        content: "ï†ƒ"
    }

    .ion-ios-git-commit:before {
        content: "ï†„"
    }

    .ion-ios-git-compare:before {
        content: "ï†…"
    }

    .ion-ios-git-merge:before {
        content: "ï††"
    }

    .ion-ios-git-network:before {
        content: "ï†‡"
    }

    .ion-ios-git-pull-request:before {
        content: "ï†ˆ"
    }

    .ion-ios-glasses:before {
        content: "ï¿"
    }

    .ion-ios-globe:before {
        content: "ï†Š"
    }

    .ion-ios-grid:before {
        content: "ï†Œ"
    }

    .ion-ios-hammer:before {
        content: "ï†Ž"
    }

    .ion-ios-hand:before {
        content: "ï†"
    }

    .ion-ios-happy:before {
        content: "ï†’"
    }

    .ion-ios-headset:before {
        content: "ï†”"
    }

    .ion-ios-heart:before {
        content: "ï‘ƒ"
    }

    .ion-ios-heart-dislike:before {
        content: "ï„¿"
    }

    .ion-ios-heart-empty:before {
        content: "ï†›"
    }

    .ion-ios-heart-half:before {
        content: "ï†"
    }

    .ion-ios-help:before {
        content: "ï‘†"
    }

    .ion-ios-help-buoy:before {
        content: "ï†–"
    }

    .ion-ios-help-circle:before {
        content: "ï†˜"
    }

    .ion-ios-help-circle-outline:before {
        content: "ï†—"
    }

    .ion-ios-home:before {
        content: "ï‘ˆ"
    }

    .ion-ios-hourglass:before {
        content: "ï„ƒ"
    }

    .ion-ios-ice-cream:before {
        content: "ï†š"
    }

    .ion-ios-image:before {
        content: "ï†œ"
    }

    .ion-ios-images:before {
        content: "ï†ž"
    }

    .ion-ios-infinite:before {
        content: "ï‘Š"
    }

    .ion-ios-information:before {
        content: "ï‘"
    }

    .ion-ios-information-circle:before {
        content: "ï† "
    }

    .ion-ios-information-circle-outline:before {
        content: "ï†Ÿ"
    }

    .ion-ios-jet:before {
        content: "ï†¥"
    }

    .ion-ios-journal:before {
        content: "ï†‰"
    }

    .ion-ios-key:before {
        content: "ï†§"
    }

    .ion-ios-keypad:before {
        content: "ï‘"
    }

    .ion-ios-laptop:before {
        content: "ï†¨"
    }

    .ion-ios-leaf:before {
        content: "ï†ª"
    }

    .ion-ios-link:before {
        content: "ïˆª"
    }

    .ion-ios-list:before {
        content: "ï‘”"
    }

    .ion-ios-list-box:before {
        content: "ï…ƒ"
    }

    .ion-ios-locate:before {
        content: "ï†®"
    }

    .ion-ios-lock:before {
        content: "ï†°"
    }

    .ion-ios-log-in:before {
        content: "ï†±"
    }

    .ion-ios-log-out:before {
        content: "ï†²"
    }

    .ion-ios-magnet:before {
        content: "ï†´"
    }

    .ion-ios-mail:before {
        content: "ï†¸"
    }

    .ion-ios-mail-open:before {
        content: "ï†¶"
    }

    .ion-ios-mail-unread:before {
        content: "ï……"
    }

    .ion-ios-male:before {
        content: "ï†¹"
    }

    .ion-ios-man:before {
        content: "ï†»"
    }

    .ion-ios-map:before {
        content: "ï†½"
    }

    .ion-ios-medal:before {
        content: "ï†¿"
    }

    .ion-ios-medical:before {
        content: "ï‘œ"
    }

    .ion-ios-medkit:before {
        content: "ï‘ž"
    }

    .ion-ios-megaphone:before {
        content: "ï‡"
    }

    .ion-ios-menu:before {
        content: "ï‡ƒ"
    }

    .ion-ios-mic:before {
        content: "ï‘¡"
    }

    .ion-ios-mic-off:before {
        content: "ï‘Ÿ"
    }

    .ion-ios-microphone:before {
        content: "ï‡†"
    }

    .ion-ios-moon:before {
        content: "ï‘¨"
    }

    .ion-ios-more:before {
        content: "ï‡ˆ"
    }

    .ion-ios-move:before {
        content: "ï‡‹"
    }

    .ion-ios-musical-note:before {
        content: "ï‘«"
    }

    .ion-ios-musical-notes:before {
        content: "ï‘¬"
    }

    .ion-ios-navigate:before {
        content: "ï‘®"
    }

    .ion-ios-notifications:before {
        content: "ï‡“"
    }

    .ion-ios-notifications-off:before {
        content: "ï‡‘"
    }

    .ion-ios-notifications-outline:before {
        content: "ï„³"
    }

    .ion-ios-nuclear:before {
        content: "ï‡•"
    }

    .ion-ios-nutrition:before {
        content: "ï‘°"
    }

    .ion-ios-open:before {
        content: "ï‡—"
    }

    .ion-ios-options:before {
        content: "ï‡™"
    }

    .ion-ios-outlet:before {
        content: "ï‡›"
    }

    .ion-ios-paper:before {
        content: "ï‘²"
    }

    .ion-ios-paper-plane:before {
        content: "ï‡"
    }

    .ion-ios-partly-sunny:before {
        content: "ï‡Ÿ"
    }

    .ion-ios-pause:before {
        content: "ï‘¸"
    }

    .ion-ios-paw:before {
        content: "ï‘º"
    }

    .ion-ios-people:before {
        content: "ï‘¼"
    }

    .ion-ios-person:before {
        content: "ï‘¾"
    }

    .ion-ios-person-add:before {
        content: "ï‡¡"
    }

    .ion-ios-phone-landscape:before {
        content: "ï‡¢"
    }

    .ion-ios-phone-portrait:before {
        content: "ï‡£"
    }

    .ion-ios-photos:before {
        content: "ï’‚"
    }

    .ion-ios-pie:before {
        content: "ï’„"
    }

    .ion-ios-pin:before {
        content: "ï‡¥"
    }

    .ion-ios-pint:before {
        content: "ï’†"
    }

    .ion-ios-pizza:before {
        content: "ï‡§"
    }

    .ion-ios-planet:before {
        content: "ï‡«"
    }

    .ion-ios-play:before {
        content: "ï’ˆ"
    }

    .ion-ios-play-circle:before {
        content: "ï„“"
    }

    .ion-ios-podium:before {
        content: "ï‡­"
    }

    .ion-ios-power:before {
        content: "ï‡¯"
    }

    .ion-ios-pricetag:before {
        content: "ï’"
    }

    .ion-ios-pricetags:before {
        content: "ï’"
    }

    .ion-ios-print:before {
        content: "ï‡±"
    }

    .ion-ios-pulse:before {
        content: "ï’“"
    }

    .ion-ios-qr-scanner:before {
        content: "ï‡³"
    }

    .ion-ios-quote:before {
        content: "ï‡µ"
    }

    .ion-ios-radio:before {
        content: "ï‡¹"
    }

    .ion-ios-radio-button-off:before {
        content: "ï‡¶"
    }

    .ion-ios-radio-button-on:before {
        content: "ï‡·"
    }

    .ion-ios-rainy:before {
        content: "ï’•"
    }

    .ion-ios-recording:before {
        content: "ï’—"
    }

    .ion-ios-redo:before {
        content: "ï’™"
    }

    .ion-ios-refresh:before {
        content: "ï’œ"
    }

    .ion-ios-refresh-circle:before {
        content: "ï„µ"
    }

    .ion-ios-remove:before {
        content: "ï‡¼"
    }

    .ion-ios-remove-circle:before {
        content: "ï‡»"
    }

    .ion-ios-remove-circle-outline:before {
        content: "ï‡º"
    }

    .ion-ios-reorder:before {
        content: "ï‡½"
    }

    .ion-ios-repeat:before {
        content: "ï‡¾"
    }

    .ion-ios-resize:before {
        content: "ï‡¿"
    }

    .ion-ios-restaurant:before {
        content: "ïˆ"
    }

    .ion-ios-return-left:before {
        content: "ïˆ‚"
    }

    .ion-ios-return-right:before {
        content: "ïˆƒ"
    }

    .ion-ios-reverse-camera:before {
        content: "ï’Ÿ"
    }

    .ion-ios-rewind:before {
        content: "ï’¡"
    }

    .ion-ios-ribbon:before {
        content: "ïˆ…"
    }

    .ion-ios-rocket:before {
        content: "ï…‹"
    }

    .ion-ios-rose:before {
        content: "ï’£"
    }

    .ion-ios-sad:before {
        content: "ïˆ‡"
    }

    .ion-ios-save:before {
        content: "ï†¦"
    }

    .ion-ios-school:before {
        content: "ïˆ‰"
    }

    .ion-ios-search:before {
        content: "ï’¥"
    }

    .ion-ios-send:before {
        content: "ïˆŒ"
    }

    .ion-ios-settings:before {
        content: "ï’§"
    }

    .ion-ios-share:before {
        content: "ïˆ‘"
    }

    .ion-ios-share-alt:before {
        content: "ïˆ"
    }

    .ion-ios-shirt:before {
        content: "ïˆ“"
    }

    .ion-ios-shuffle:before {
        content: "ï’©"
    }

    .ion-ios-skip-backward:before {
        content: "ïˆ•"
    }

    .ion-ios-skip-forward:before {
        content: "ïˆ—"
    }

    .ion-ios-snow:before {
        content: "ïˆ˜"
    }

    .ion-ios-speedometer:before {
        content: "ï’°"
    }

    .ion-ios-square:before {
        content: "ïˆš"
    }

    .ion-ios-square-outline:before {
        content: "ï…œ"
    }

    .ion-ios-star:before {
        content: "ï’³"
    }

    .ion-ios-star-half:before {
        content: "ï’±"
    }

    .ion-ios-star-outline:before {
        content: "ï’²"
    }

    .ion-ios-stats:before {
        content: "ïˆœ"
    }

    .ion-ios-stopwatch:before {
        content: "ï’µ"
    }

    .ion-ios-subway:before {
        content: "ïˆž"
    }

    .ion-ios-sunny:before {
        content: "ï’·"
    }

    .ion-ios-swap:before {
        content: "ïˆŸ"
    }

    .ion-ios-switch:before {
        content: "ïˆ¡"
    }

    .ion-ios-sync:before {
        content: "ïˆ¢"
    }

    .ion-ios-tablet-landscape:before {
        content: "ïˆ£"
    }

    .ion-ios-tablet-portrait:before {
        content: "ï‰Ž"
    }

    .ion-ios-tennisball:before {
        content: "ï’»"
    }

    .ion-ios-text:before {
        content: "ï‰"
    }

    .ion-ios-thermometer:before {
        content: "ï‰’"
    }

    .ion-ios-thumbs-down:before {
        content: "ï‰”"
    }

    .ion-ios-thumbs-up:before {
        content: "ï‰–"
    }

    .ion-ios-thunderstorm:before {
        content: "ï’½"
    }

    .ion-ios-time:before {
        content: "ï’¿"
    }

    .ion-ios-timer:before {
        content: "ï“"
    }

    .ion-ios-today:before {
        content: "ï…"
    }

    .ion-ios-train:before {
        content: "ï‰˜"
    }

    .ion-ios-transgender:before {
        content: "ï‰™"
    }

    .ion-ios-trash:before {
        content: "ï“…"
    }

    .ion-ios-trending-down:before {
        content: "ï‰š"
    }

    .ion-ios-trending-up:before {
        content: "ï‰›"
    }

    .ion-ios-trophy:before {
        content: "ï‰"
    }

    .ion-ios-tv:before {
        content: "ï„•"
    }

    .ion-ios-umbrella:before {
        content: "ï‰Ÿ"
    }

    .ion-ios-undo:before {
        content: "ï“‡"
    }

    .ion-ios-unlock:before {
        content: "ï‰¡"
    }

    .ion-ios-videocam:before {
        content: "ï“"
    }

    .ion-ios-volume-high:before {
        content: "ï„œ"
    }

    .ion-ios-volume-low:before {
        content: "ï„ž"
    }

    .ion-ios-volume-mute:before {
        content: "ï‰£"
    }

    .ion-ios-volume-off:before {
        content: "ï‰¤"
    }

    .ion-ios-walk:before {
        content: "ï‰¦"
    }

    .ion-ios-wallet:before {
        content: "ï†‹"
    }

    .ion-ios-warning:before {
        content: "ï‰¨"
    }

    .ion-ios-watch:before {
        content: "ï‰©"
    }

    .ion-ios-water:before {
        content: "ï‰«"
    }

    .ion-ios-wifi:before {
        content: "ï‰­"
    }

    .ion-ios-wine:before {
        content: "ï‰¯"
    }

    .ion-ios-woman:before {
        content: "ï‰±"
    }

    .ion-logo-android:before {
        content: "ïˆ¥"
    }

    .ion-logo-angular:before {
        content: "ïˆ§"
    }

    .ion-logo-apple:before {
        content: "ïˆ©"
    }

    .ion-logo-bitbucket:before {
        content: "ï†“"
    }

    .ion-logo-bitcoin:before {
        content: "ïˆ«"
    }

    .ion-logo-buffer:before {
        content: "ïˆ­"
    }

    .ion-logo-chrome:before {
        content: "ïˆ¯"
    }

    .ion-logo-closed-captioning:before {
        content: "ï„…"
    }

    .ion-logo-codepen:before {
        content: "ïˆ°"
    }

    .ion-logo-css3:before {
        content: "ïˆ±"
    }

    .ion-logo-designernews:before {
        content: "ïˆ²"
    }

    .ion-logo-dribbble:before {
        content: "ïˆ³"
    }

    .ion-logo-dropbox:before {
        content: "ïˆ´"
    }

    .ion-logo-euro:before {
        content: "ïˆµ"
    }

    .ion-logo-facebook:before {
        content: "ïˆ¶"
    }

    .ion-logo-flickr:before {
        content: "ï„‡"
    }

    .ion-logo-foursquare:before {
        content: "ïˆ·"
    }

    .ion-logo-freebsd-devil:before {
        content: "ïˆ¸"
    }

    .ion-logo-game-controller-a:before {
        content: "ï„»"
    }

    .ion-logo-game-controller-b:before {
        content: "ï†"
    }

    .ion-logo-github:before {
        content: "ïˆ¹"
    }

    .ion-logo-google:before {
        content: "ïˆº"
    }

    .ion-logo-googleplus:before {
        content: "ïˆ»"
    }

    .ion-logo-hackernews:before {
        content: "ïˆ¼"
    }

    .ion-logo-html5:before {
        content: "ïˆ½"
    }

    .ion-logo-instagram:before {
        content: "ïˆ¾"
    }

    .ion-logo-ionic:before {
        content: "ï…"
    }

    .ion-logo-ionitron:before {
        content: "ï…‘"
    }

    .ion-logo-javascript:before {
        content: "ïˆ¿"
    }

    .ion-logo-linkedin:before {
        content: "ï‰€"
    }

    .ion-logo-markdown:before {
        content: "ï‰"
    }

    .ion-logo-model-s:before {
        content: "ï…“"
    }

    .ion-logo-no-smoking:before {
        content: "ï„‰"
    }

    .ion-logo-nodejs:before {
        content: "ï‰‚"
    }

    .ion-logo-npm:before {
        content: "ï†•"
    }

    .ion-logo-octocat:before {
        content: "ï‰ƒ"
    }

    .ion-logo-pinterest:before {
        content: "ï‰„"
    }

    .ion-logo-playstation:before {
        content: "ï‰…"
    }

    .ion-logo-polymer:before {
        content: "ï…ž"
    }

    .ion-logo-python:before {
        content: "ï‰†"
    }

    .ion-logo-reddit:before {
        content: "ï‰‡"
    }

    .ion-logo-rss:before {
        content: "ï‰ˆ"
    }

    .ion-logo-sass:before {
        content: "ï‰‰"
    }

    .ion-logo-skype:before {
        content: "ï‰Š"
    }

    .ion-logo-slack:before {
        content: "ï„‹"
    }

    .ion-logo-snapchat:before {
        content: "ï‰‹"
    }

    .ion-logo-steam:before {
        content: "ï‰Œ"
    }

    .ion-logo-tumblr:before {
        content: "ï‰"
    }

    .ion-logo-tux:before {
        content: "ïŠ®"
    }

    .ion-logo-twitch:before {
        content: "ïŠ¯"
    }

    .ion-logo-twitter:before {
        content: "ïŠ°"
    }

    .ion-logo-usd:before {
        content: "ïŠ±"
    }

    .ion-logo-vimeo:before {
        content: "ï‹„"
    }

    .ion-logo-vk:before {
        content: "ï„"
    }

    .ion-logo-whatsapp:before {
        content: "ï‹…"
    }

    .ion-logo-windows:before {
        content: "ïŒ¯"
    }

    .ion-logo-wordpress:before {
        content: "ïŒ°"
    }

    .ion-logo-xbox:before {
        content: "ïŒ"
    }

    .ion-logo-xing:before {
        content: "ï„"
    }

    .ion-logo-yahoo:before {
        content: "ï"
    }

    .ion-logo-yen:before {
        content: "ïŽ"
    }

    .ion-logo-youtube:before {
        content: "ï"
    }

    .ion-md-add:before {
        content: "ï‰³"
    }

    .ion-md-add-circle:before {
        content: "ï‰²"
    }

    .ion-md-add-circle-outline:before {
        content: "ï…˜"
    }

    .ion-md-airplane:before {
        content: "ï…š"
    }

    .ion-md-alarm:before {
        content: "ï‰´"
    }

    .ion-md-albums:before {
        content: "ï‰µ"
    }

    .ion-md-alert:before {
        content: "ï‰¶"
    }

    .ion-md-american-football:before {
        content: "ï‰·"
    }

    .ion-md-analytics:before {
        content: "ï‰¸"
    }

    .ion-md-aperture:before {
        content: "ï‰¹"
    }

    .ion-md-apps:before {
        content: "ï‰º"
    }

    .ion-md-appstore:before {
        content: "ï‰»"
    }

    .ion-md-archive:before {
        content: "ï‰¼"
    }

    .ion-md-arrow-back:before {
        content: "ï‰½"
    }

    .ion-md-arrow-down:before {
        content: "ï‰¾"
    }

    .ion-md-arrow-dropdown:before {
        content: "ïŠ€"
    }

    .ion-md-arrow-dropdown-circle:before {
        content: "ï‰¿"
    }

    .ion-md-arrow-dropleft:before {
        content: "ïŠ‚"
    }

    .ion-md-arrow-dropleft-circle:before {
        content: "ïŠ"
    }

    .ion-md-arrow-dropright:before {
        content: "ïŠ„"
    }

    .ion-md-arrow-dropright-circle:before {
        content: "ïŠƒ"
    }

    .ion-md-arrow-dropup:before {
        content: "ïŠ†"
    }

    .ion-md-arrow-dropup-circle:before {
        content: "ïŠ…"
    }

    .ion-md-arrow-forward:before {
        content: "ïŠ‡"
    }

    .ion-md-arrow-round-back:before {
        content: "ïŠˆ"
    }

    .ion-md-arrow-round-down:before {
        content: "ïŠ‰"
    }

    .ion-md-arrow-round-forward:before {
        content: "ïŠŠ"
    }

    .ion-md-arrow-round-up:before {
        content: "ïŠ‹"
    }

    .ion-md-arrow-up:before {
        content: "ïŠŒ"
    }

    .ion-md-at:before {
        content: "ïŠ"
    }

    .ion-md-attach:before {
        content: "ïŠŽ"
    }

    .ion-md-backspace:before {
        content: "ïŠ"
    }

    .ion-md-barcode:before {
        content: "ïŠ"
    }

    .ion-md-baseball:before {
        content: "ïŠ‘"
    }

    .ion-md-basket:before {
        content: "ïŠ’"
    }

    .ion-md-basketball:before {
        content: "ïŠ“"
    }

    .ion-md-battery-charging:before {
        content: "ïŠ”"
    }

    .ion-md-battery-dead:before {
        content: "ïŠ•"
    }

    .ion-md-battery-full:before {
        content: "ïŠ–"
    }

    .ion-md-beaker:before {
        content: "ïŠ—"
    }

    .ion-md-bed:before {
        content: "ï… "
    }

    .ion-md-beer:before {
        content: "ïŠ˜"
    }

    .ion-md-bicycle:before {
        content: "ïŠ™"
    }

    .ion-md-bluetooth:before {
        content: "ïŠš"
    }

    .ion-md-boat:before {
        content: "ïŠ›"
    }

    .ion-md-body:before {
        content: "ïŠœ"
    }

    .ion-md-bonfire:before {
        content: "ïŠ"
    }

    .ion-md-book:before {
        content: "ïŠž"
    }

    .ion-md-bookmark:before {
        content: "ïŠŸ"
    }

    .ion-md-bookmarks:before {
        content: "ïŠ "
    }

    .ion-md-bowtie:before {
        content: "ïŠ¡"
    }

    .ion-md-briefcase:before {
        content: "ïŠ¢"
    }

    .ion-md-browsers:before {
        content: "ïŠ£"
    }

    .ion-md-brush:before {
        content: "ïŠ¤"
    }

    .ion-md-bug:before {
        content: "ïŠ¥"
    }

    .ion-md-build:before {
        content: "ïŠ¦"
    }

    .ion-md-bulb:before {
        content: "ïŠ§"
    }

    .ion-md-bus:before {
        content: "ïŠ¨"
    }

    .ion-md-business:before {
        content: "ï†¤"
    }

    .ion-md-cafe:before {
        content: "ïŠ©"
    }

    .ion-md-calculator:before {
        content: "ïŠª"
    }

    .ion-md-calendar:before {
        content: "ïŠ«"
    }

    .ion-md-call:before {
        content: "ïŠ¬"
    }

    .ion-md-camera:before {
        content: "ïŠ­"
    }

    .ion-md-car:before {
        content: "ïŠ²"
    }

    .ion-md-card:before {
        content: "ïŠ³"
    }

    .ion-md-cart:before {
        content: "ïŠ´"
    }

    .ion-md-cash:before {
        content: "ïŠµ"
    }

    .ion-md-cellular:before {
        content: "ï…¤"
    }

    .ion-md-chatboxes:before {
        content: "ïŠ¶"
    }

    .ion-md-chatbubbles:before {
        content: "ïŠ·"
    }

    .ion-md-checkbox:before {
        content: "ïŠ¹"
    }

    .ion-md-checkbox-outline:before {
        content: "ïŠ¸"
    }

    .ion-md-checkmark:before {
        content: "ïŠ¼"
    }

    .ion-md-checkmark-circle:before {
        content: "ïŠ»"
    }

    .ion-md-checkmark-circle-outline:before {
        content: "ïŠº"
    }

    .ion-md-clipboard:before {
        content: "ïŠ½"
    }

    .ion-md-clock:before {
        content: "ïŠ¾"
    }

    .ion-md-close:before {
        content: "ï‹€"
    }

    .ion-md-close-circle:before {
        content: "ïŠ¿"
    }

    .ion-md-close-circle-outline:before {
        content: "ï…¦"
    }

    .ion-md-cloud:before {
        content: "ï‹‰"
    }

    .ion-md-cloud-circle:before {
        content: "ï‹‚"
    }

    .ion-md-cloud-done:before {
        content: "ï‹ƒ"
    }

    .ion-md-cloud-download:before {
        content: "ï‹†"
    }

    .ion-md-cloud-outline:before {
        content: "ï‹‡"
    }

    .ion-md-cloud-upload:before {
        content: "ï‹ˆ"
    }

    .ion-md-cloudy:before {
        content: "ï‹‹"
    }

    .ion-md-cloudy-night:before {
        content: "ï‹Š"
    }

    .ion-md-code:before {
        content: "ï‹Ž"
    }

    .ion-md-code-download:before {
        content: "ï‹Œ"
    }

    .ion-md-code-working:before {
        content: "ï‹"
    }

    .ion-md-cog:before {
        content: "ï‹"
    }

    .ion-md-color-fill:before {
        content: "ï‹"
    }

    .ion-md-color-filter:before {
        content: "ï‹‘"
    }

    .ion-md-color-palette:before {
        content: "ï‹’"
    }

    .ion-md-color-wand:before {
        content: "ï‹“"
    }

    .ion-md-compass:before {
        content: "ï‹”"
    }

    .ion-md-construct:before {
        content: "ï‹•"
    }

    .ion-md-contact:before {
        content: "ï‹–"
    }

    .ion-md-contacts:before {
        content: "ï‹—"
    }

    .ion-md-contract:before {
        content: "ï‹˜"
    }

    .ion-md-contrast:before {
        content: "ï‹™"
    }

    .ion-md-copy:before {
        content: "ï‹š"
    }

    .ion-md-create:before {
        content: "ï‹›"
    }

    .ion-md-crop:before {
        content: "ï‹œ"
    }

    .ion-md-cube:before {
        content: "ï‹"
    }

    .ion-md-cut:before {
        content: "ï‹ž"
    }

    .ion-md-desktop:before {
        content: "ï‹Ÿ"
    }

    .ion-md-disc:before {
        content: "ï‹ "
    }

    .ion-md-document:before {
        content: "ï‹¡"
    }

    .ion-md-done-all:before {
        content: "ï‹¢"
    }

    .ion-md-download:before {
        content: "ï‹£"
    }

    .ion-md-easel:before {
        content: "ï‹¤"
    }

    .ion-md-egg:before {
        content: "ï‹¥"
    }

    .ion-md-exit:before {
        content: "ï‹¦"
    }

    .ion-md-expand:before {
        content: "ï‹§"
    }

    .ion-md-eye:before {
        content: "ï‹©"
    }

    .ion-md-eye-off:before {
        content: "ï‹¨"
    }

    .ion-md-fastforward:before {
        content: "ï‹ª"
    }

    .ion-md-female:before {
        content: "ï‹«"
    }

    .ion-md-filing:before {
        content: "ï‹¬"
    }

    .ion-md-film:before {
        content: "ï‹­"
    }

    .ion-md-finger-print:before {
        content: "ï‹®"
    }

    .ion-md-fitness:before {
        content: "ï†¬"
    }

    .ion-md-flag:before {
        content: "ï‹¯"
    }

    .ion-md-flame:before {
        content: "ï‹°"
    }

    .ion-md-flash:before {
        content: "ï‹±"
    }

    .ion-md-flash-off:before {
        content: "ï…©"
    }

    .ion-md-flashlight:before {
        content: "ï…«"
    }

    .ion-md-flask:before {
        content: "ï‹²"
    }

    .ion-md-flower:before {
        content: "ï‹³"
    }

    .ion-md-folder:before {
        content: "ï‹µ"
    }

    .ion-md-folder-open:before {
        content: "ï‹´"
    }

    .ion-md-football:before {
        content: "ï‹¶"
    }

    .ion-md-funnel:before {
        content: "ï‹·"
    }

    .ion-md-gift:before {
        content: "ï†™"
    }

    .ion-md-git-branch:before {
        content: "ï‹º"
    }

    .ion-md-git-commit:before {
        content: "ï‹»"
    }

    .ion-md-git-compare:before {
        content: "ï‹¼"
    }

    .ion-md-git-merge:before {
        content: "ï‹½"
    }

    .ion-md-git-network:before {
        content: "ï‹¾"
    }

    .ion-md-git-pull-request:before {
        content: "ï‹¿"
    }

    .ion-md-glasses:before {
        content: "ïŒ€"
    }

    .ion-md-globe:before {
        content: "ïŒ"
    }

    .ion-md-grid:before {
        content: "ïŒ‚"
    }

    .ion-md-hammer:before {
        content: "ïŒƒ"
    }

    .ion-md-hand:before {
        content: "ïŒ„"
    }

    .ion-md-happy:before {
        content: "ïŒ…"
    }

    .ion-md-headset:before {
        content: "ïŒ†"
    }

    .ion-md-heart:before {
        content: "ïŒˆ"
    }

    .ion-md-heart-dislike:before {
        content: "ï…§"
    }

    .ion-md-heart-empty:before {
        content: "ï†¡"
    }

    .ion-md-heart-half:before {
        content: "ï†¢"
    }

    .ion-md-help:before {
        content: "ïŒ‹"
    }

    .ion-md-help-buoy:before {
        content: "ïŒ‰"
    }

    .ion-md-help-circle:before {
        content: "ïŒŠ"
    }

    .ion-md-help-circle-outline:before {
        content: "ï…­"
    }

    .ion-md-home:before {
        content: "ïŒŒ"
    }

    .ion-md-hourglass:before {
        content: "ï„‘"
    }

    .ion-md-ice-cream:before {
        content: "ïŒ"
    }

    .ion-md-image:before {
        content: "ïŒŽ"
    }

    .ion-md-images:before {
        content: "ïŒ"
    }

    .ion-md-infinite:before {
        content: "ïŒ"
    }

    .ion-md-information:before {
        content: "ïŒ’"
    }

    .ion-md-information-circle:before {
        content: "ïŒ‘"
    }

    .ion-md-information-circle-outline:before {
        content: "ï…¯"
    }

    .ion-md-jet:before {
        content: "ïŒ•"
    }

    .ion-md-journal:before {
        content: "ï†"
    }

    .ion-md-key:before {
        content: "ïŒ–"
    }

    .ion-md-keypad:before {
        content: "ïŒ—"
    }

    .ion-md-laptop:before {
        content: "ïŒ˜"
    }

    .ion-md-leaf:before {
        content: "ïŒ™"
    }

    .ion-md-link:before {
        content: "ïˆ®"
    }

    .ion-md-list:before {
        content: "ïŒ›"
    }

    .ion-md-list-box:before {
        content: "ïŒš"
    }

    .ion-md-locate:before {
        content: "ïŒœ"
    }

    .ion-md-lock:before {
        content: "ïŒ"
    }

    .ion-md-log-in:before {
        content: "ïŒž"
    }

    .ion-md-log-out:before {
        content: "ïŒŸ"
    }

    .ion-md-magnet:before {
        content: "ïŒ "
    }

    .ion-md-mail:before {
        content: "ïŒ¢"
    }

    .ion-md-mail-open:before {
        content: "ïŒ¡"
    }

    .ion-md-mail-unread:before {
        content: "ï…²"
    }

    .ion-md-male:before {
        content: "ïŒ£"
    }

    .ion-md-man:before {
        content: "ïŒ¤"
    }

    .ion-md-map:before {
        content: "ïŒ¥"
    }

    .ion-md-medal:before {
        content: "ïŒ¦"
    }

    .ion-md-medical:before {
        content: "ïŒ§"
    }

    .ion-md-medkit:before {
        content: "ïŒ¨"
    }

    .ion-md-megaphone:before {
        content: "ïŒ©"
    }

    .ion-md-menu:before {
        content: "ïŒª"
    }

    .ion-md-mic:before {
        content: "ïŒ¬"
    }

    .ion-md-mic-off:before {
        content: "ïŒ«"
    }

    .ion-md-microphone:before {
        content: "ïŒ­"
    }

    .ion-md-moon:before {
        content: "ïŒ®"
    }

    .ion-md-more:before {
        content: "ï‡‰"
    }

    .ion-md-move:before {
        content: "ïŒ±"
    }

    .ion-md-musical-note:before {
        content: "ïŒ²"
    }

    .ion-md-musical-notes:before {
        content: "ïŒ³"
    }

    .ion-md-navigate:before {
        content: "ïŒ´"
    }

    .ion-md-notifications:before {
        content: "ïŒ¸"
    }

    .ion-md-notifications-off:before {
        content: "ïŒ¶"
    }

    .ion-md-notifications-outline:before {
        content: "ïŒ·"
    }

    .ion-md-nuclear:before {
        content: "ïŒ¹"
    }

    .ion-md-nutrition:before {
        content: "ïŒº"
    }

    .ion-md-open:before {
        content: "ïŒ»"
    }

    .ion-md-options:before {
        content: "ïŒ¼"
    }

    .ion-md-outlet:before {
        content: "ïŒ½"
    }

    .ion-md-paper:before {
        content: "ïŒ¿"
    }

    .ion-md-paper-plane:before {
        content: "ïŒ¾"
    }

    .ion-md-partly-sunny:before {
        content: "ï€"
    }

    .ion-md-pause:before {
        content: "ï"
    }

    .ion-md-paw:before {
        content: "ï‚"
    }

    .ion-md-people:before {
        content: "ïƒ"
    }

    .ion-md-person:before {
        content: "ï…"
    }

    .ion-md-person-add:before {
        content: "ï„"
    }

    .ion-md-phone-landscape:before {
        content: "ï†"
    }

    .ion-md-phone-portrait:before {
        content: "ï‡"
    }

    .ion-md-photos:before {
        content: "ïˆ"
    }

    .ion-md-pie:before {
        content: "ï‰"
    }

    .ion-md-pin:before {
        content: "ïŠ"
    }

    .ion-md-pint:before {
        content: "ï‹"
    }

    .ion-md-pizza:before {
        content: "ï”"
    }

    .ion-md-planet:before {
        content: "ï–"
    }

    .ion-md-play:before {
        content: "ï—"
    }

    .ion-md-play-circle:before {
        content: "ï…´"
    }

    .ion-md-podium:before {
        content: "ï˜"
    }

    .ion-md-power:before {
        content: "ï™"
    }

    .ion-md-pricetag:before {
        content: "ïš"
    }

    .ion-md-pricetags:before {
        content: "ï›"
    }

    .ion-md-print:before {
        content: "ïœ"
    }

    .ion-md-pulse:before {
        content: "ï"
    }

    .ion-md-qr-scanner:before {
        content: "ïž"
    }

    .ion-md-quote:before {
        content: "ïŸ"
    }

    .ion-md-radio:before {
        content: "ï¢"
    }

    .ion-md-radio-button-off:before {
        content: "ï "
    }

    .ion-md-radio-button-on:before {
        content: "ï¡"
    }

    .ion-md-rainy:before {
        content: "ï£"
    }

    .ion-md-recording:before {
        content: "ï¤"
    }

    .ion-md-redo:before {
        content: "ï¥"
    }

    .ion-md-refresh:before {
        content: "ï¦"
    }

    .ion-md-refresh-circle:before {
        content: "ïˆ¨"
    }

    .ion-md-remove:before {
        content: "ï¨"
    }

    .ion-md-remove-circle:before {
        content: "ï§"
    }

    .ion-md-remove-circle-outline:before {
        content: "ï…¶"
    }

    .ion-md-reorder:before {
        content: "ï©"
    }

    .ion-md-repeat:before {
        content: "ïª"
    }

    .ion-md-resize:before {
        content: "ï«"
    }

    .ion-md-restaurant:before {
        content: "ï¬"
    }

    .ion-md-return-left:before {
        content: "ï­"
    }

    .ion-md-return-right:before {
        content: "ï®"
    }

    .ion-md-reverse-camera:before {
        content: "ï¯"
    }

    .ion-md-rewind:before {
        content: "ï°"
    }

    .ion-md-ribbon:before {
        content: "ï±"
    }

    .ion-md-rocket:before {
        content: "ï…¹"
    }

    .ion-md-rose:before {
        content: "ï²"
    }

    .ion-md-sad:before {
        content: "ï³"
    }

    .ion-md-save:before {
        content: "ï†©"
    }

    .ion-md-school:before {
        content: "ï´"
    }

    .ion-md-search:before {
        content: "ïµ"
    }

    .ion-md-send:before {
        content: "ï¶"
    }

    .ion-md-settings:before {
        content: "ï·"
    }

    .ion-md-share:before {
        content: "ï¹"
    }

    .ion-md-share-alt:before {
        content: "ï¸"
    }

    .ion-md-shirt:before {
        content: "ïº"
    }

    .ion-md-shuffle:before {
        content: "ï»"
    }

    .ion-md-skip-backward:before {
        content: "ï¼"
    }

    .ion-md-skip-forward:before {
        content: "ï½"
    }

    .ion-md-snow:before {
        content: "ï¾"
    }

    .ion-md-speedometer:before {
        content: "ï¿"
    }

    .ion-md-square:before {
        content: "ïŽ"
    }

    .ion-md-square-outline:before {
        content: "ïŽ€"
    }

    .ion-md-star:before {
        content: "ïŽ„"
    }

    .ion-md-star-half:before {
        content: "ïŽ‚"
    }

    .ion-md-star-outline:before {
        content: "ïŽƒ"
    }

    .ion-md-stats:before {
        content: "ïŽ…"
    }

    .ion-md-stopwatch:before {
        content: "ïŽ†"
    }

    .ion-md-subway:before {
        content: "ïŽ‡"
    }

    .ion-md-sunny:before {
        content: "ïŽˆ"
    }

    .ion-md-swap:before {
        content: "ïŽ‰"
    }

    .ion-md-switch:before {
        content: "ïŽŠ"
    }

    .ion-md-sync:before {
        content: "ïŽ‹"
    }

    .ion-md-tablet-landscape:before {
        content: "ïŽŒ"
    }

    .ion-md-tablet-portrait:before {
        content: "ïŽ"
    }

    .ion-md-tennisball:before {
        content: "ïŽŽ"
    }

    .ion-md-text:before {
        content: "ïŽ"
    }

    .ion-md-thermometer:before {
        content: "ïŽ"
    }

    .ion-md-thumbs-down:before {
        content: "ïŽ‘"
    }

    .ion-md-thumbs-up:before {
        content: "ïŽ’"
    }

    .ion-md-thunderstorm:before {
        content: "ïŽ“"
    }

    .ion-md-time:before {
        content: "ïŽ”"
    }

    .ion-md-timer:before {
        content: "ïŽ•"
    }

    .ion-md-today:before {
        content: "ï…½"
    }

    .ion-md-train:before {
        content: "ïŽ–"
    }

    .ion-md-transgender:before {
        content: "ïŽ—"
    }

    .ion-md-trash:before {
        content: "ïŽ˜"
    }

    .ion-md-trending-down:before {
        content: "ïŽ™"
    }

    .ion-md-trending-up:before {
        content: "ïŽš"
    }

    .ion-md-trophy:before {
        content: "ïŽ›"
    }

    .ion-md-tv:before {
        content: "ï…¿"
    }

    .ion-md-umbrella:before {
        content: "ïŽœ"
    }

    .ion-md-undo:before {
        content: "ïŽ"
    }

    .ion-md-unlock:before {
        content: "ïŽž"
    }

    .ion-md-videocam:before {
        content: "ïŽŸ"
    }

    .ion-md-volume-high:before {
        content: "ï„£"
    }

    .ion-md-volume-low:before {
        content: "ï„±"
    }

    .ion-md-volume-mute:before {
        content: "ïŽ¡"
    }

    .ion-md-volume-off:before {
        content: "ïŽ¢"
    }

    .ion-md-walk:before {
        content: "ïŽ¤"
    }

    .ion-md-wallet:before {
        content: "ï†"
    }

    .ion-md-warning:before {
        content: "ïŽ¥"
    }

    .ion-md-watch:before {
        content: "ïŽ¦"
    }

    .ion-md-water:before {
        content: "ïŽ§"
    }

    .ion-md-wifi:before {
        content: "ïŽ¨"
    }

    .ion-md-wine:before {
        content: "ïŽ©"
    }

    .ion-md-woman:before {
        content: "ïŽª"
    }
}

@layer bricks.icons {
    @font-face {
        font-family: themify;
        font-style: normal;
        font-weight: 400;
        src: url(../../fonts/themify/themify.woff?) format("woff"), url(../../fonts/themify/themify.ttf?) format("truetype")
    }

    [class*=" ti-"],
    [class^=ti-] {
        speak: never;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: themify;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: none
    }

    .ti-wand:before {
        content: "î˜€"
    }

    .ti-volume:before {
        content: "î˜"
    }

    .ti-user:before {
        content: "î˜‚"
    }

    .ti-unlock:before {
        content: "î˜ƒ"
    }

    .ti-unlink:before {
        content: "î˜„"
    }

    .ti-trash:before {
        content: "î˜…"
    }

    .ti-thought:before {
        content: "î˜†"
    }

    .ti-target:before {
        content: "î˜‡"
    }

    .ti-tag:before {
        content: "î˜ˆ"
    }

    .ti-tablet:before {
        content: "î˜‰"
    }

    .ti-star:before {
        content: "î˜Š"
    }

    .ti-spray:before {
        content: "î˜‹"
    }

    .ti-signal:before {
        content: "î˜Œ"
    }

    .ti-shopping-cart:before {
        content: "î˜"
    }

    .ti-shopping-cart-full:before {
        content: "î˜Ž"
    }

    .ti-settings:before {
        content: "î˜"
    }

    .ti-search:before {
        content: "î˜"
    }

    .ti-zoom-in:before {
        content: "î˜‘"
    }

    .ti-zoom-out:before {
        content: "î˜’"
    }

    .ti-cut:before {
        content: "î˜“"
    }

    .ti-ruler:before {
        content: "î˜”"
    }

    .ti-ruler-pencil:before {
        content: "î˜•"
    }

    .ti-ruler-alt:before {
        content: "î˜–"
    }

    .ti-bookmark:before {
        content: "î˜—"
    }

    .ti-bookmark-alt:before {
        content: "î˜˜"
    }

    .ti-reload:before {
        content: "î˜™"
    }

    .ti-plus:before {
        content: "î˜š"
    }

    .ti-pin:before {
        content: "î˜›"
    }

    .ti-pencil:before {
        content: "î˜œ"
    }

    .ti-pencil-alt:before {
        content: "î˜"
    }

    .ti-paint-roller:before {
        content: "î˜ž"
    }

    .ti-paint-bucket:before {
        content: "î˜Ÿ"
    }

    .ti-na:before {
        content: "î˜ "
    }

    .ti-mobile:before {
        content: "î˜¡"
    }

    .ti-minus:before {
        content: "î˜¢"
    }

    .ti-medall:before {
        content: "î˜£"
    }

    .ti-medall-alt:before {
        content: "î˜¤"
    }

    .ti-marker:before {
        content: "î˜¥"
    }

    .ti-marker-alt:before {
        content: "î˜¦"
    }

    .ti-arrow-up:before {
        content: "î˜§"
    }

    .ti-arrow-right:before {
        content: "î˜¨"
    }

    .ti-arrow-left:before {
        content: "î˜©"
    }

    .ti-arrow-down:before {
        content: "î˜ª"
    }

    .ti-lock:before {
        content: "î˜«"
    }

    .ti-location-arrow:before {
        content: "î˜¬"
    }

    .ti-link:before {
        content: "î˜­"
    }

    .ti-layout:before {
        content: "î˜®"
    }

    .ti-layers:before {
        content: "î˜¯"
    }

    .ti-layers-alt:before {
        content: "î˜°"
    }

    .ti-key:before {
        content: "î˜±"
    }

    .ti-import:before {
        content: "î˜²"
    }

    .ti-image:before {
        content: "î˜³"
    }

    .ti-heart:before {
        content: "î˜´"
    }

    .ti-heart-broken:before {
        content: "î˜µ"
    }

    .ti-hand-stop:before {
        content: "î˜¶"
    }

    .ti-hand-open:before {
        content: "î˜·"
    }

    .ti-hand-drag:before {
        content: "î˜¸"
    }

    .ti-folder:before {
        content: "î˜¹"
    }

    .ti-flag:before {
        content: "î˜º"
    }

    .ti-flag-alt:before {
        content: "î˜»"
    }

    .ti-flag-alt-2:before {
        content: "î˜¼"
    }

    .ti-eye:before {
        content: "î˜½"
    }

    .ti-export:before {
        content: "î˜¾"
    }

    .ti-exchange-vertical:before {
        content: "î˜¿"
    }

    .ti-desktop:before {
        content: "î™€"
    }

    .ti-cup:before {
        content: "î™"
    }

    .ti-crown:before {
        content: "î™‚"
    }

    .ti-comments:before {
        content: "î™ƒ"
    }

    .ti-comment:before {
        content: "î™„"
    }

    .ti-comment-alt:before {
        content: "î™…"
    }

    .ti-close:before {
        content: "î™†"
    }

    .ti-clip:before {
        content: "î™‡"
    }

    .ti-angle-up:before {
        content: "î™ˆ"
    }

    .ti-angle-right:before {
        content: "î™‰"
    }

    .ti-angle-left:before {
        content: "î™Š"
    }

    .ti-angle-down:before {
        content: "î™‹"
    }

    .ti-check:before {
        content: "î™Œ"
    }

    .ti-check-box:before {
        content: "î™"
    }

    .ti-camera:before {
        content: "î™Ž"
    }

    .ti-announcement:before {
        content: "î™"
    }

    .ti-brush:before {
        content: "î™"
    }

    .ti-briefcase:before {
        content: "î™‘"
    }

    .ti-bolt:before {
        content: "î™’"
    }

    .ti-bolt-alt:before {
        content: "î™“"
    }

    .ti-blackboard:before {
        content: "î™”"
    }

    .ti-bag:before {
        content: "î™•"
    }

    .ti-move:before {
        content: "î™–"
    }

    .ti-arrows-vertical:before {
        content: "î™—"
    }

    .ti-arrows-horizontal:before {
        content: "î™˜"
    }

    .ti-fullscreen:before {
        content: "î™™"
    }

    .ti-arrow-top-right:before {
        content: "î™š"
    }

    .ti-arrow-top-left:before {
        content: "î™›"
    }

    .ti-arrow-circle-up:before {
        content: "î™œ"
    }

    .ti-arrow-circle-right:before {
        content: "î™"
    }

    .ti-arrow-circle-left:before {
        content: "î™ž"
    }

    .ti-arrow-circle-down:before {
        content: "î™Ÿ"
    }

    .ti-angle-double-up:before {
        content: "î™ "
    }

    .ti-angle-double-right:before {
        content: "î™¡"
    }

    .ti-angle-double-left:before {
        content: "î™¢"
    }

    .ti-angle-double-down:before {
        content: "î™£"
    }

    .ti-zip:before {
        content: "î™¤"
    }

    .ti-world:before {
        content: "î™¥"
    }

    .ti-wheelchair:before {
        content: "î™¦"
    }

    .ti-view-list:before {
        content: "î™§"
    }

    .ti-view-list-alt:before {
        content: "î™¨"
    }

    .ti-view-grid:before {
        content: "î™©"
    }

    .ti-uppercase:before {
        content: "î™ª"
    }

    .ti-upload:before {
        content: "î™«"
    }

    .ti-underline:before {
        content: "î™¬"
    }

    .ti-truck:before {
        content: "î™­"
    }

    .ti-timer:before {
        content: "î™®"
    }

    .ti-ticket:before {
        content: "î™¯"
    }

    .ti-thumb-up:before {
        content: "î™°"
    }

    .ti-thumb-down:before {
        content: "î™±"
    }

    .ti-text:before {
        content: "î™²"
    }

    .ti-stats-up:before {
        content: "î™³"
    }

    .ti-stats-down:before {
        content: "î™´"
    }

    .ti-split-v:before {
        content: "î™µ"
    }

    .ti-split-h:before {
        content: "î™¶"
    }

    .ti-smallcap:before {
        content: "î™·"
    }

    .ti-shine:before {
        content: "î™¸"
    }

    .ti-shift-right:before {
        content: "î™¹"
    }

    .ti-shift-left:before {
        content: "î™º"
    }

    .ti-shield:before {
        content: "î™»"
    }

    .ti-notepad:before {
        content: "î™¼"
    }

    .ti-server:before {
        content: "î™½"
    }

    .ti-quote-right:before {
        content: "î™¾"
    }

    .ti-quote-left:before {
        content: "î™¿"
    }

    .ti-pulse:before {
        content: "îš€"
    }

    .ti-printer:before {
        content: "îš"
    }

    .ti-power-off:before {
        content: "îš‚"
    }

    .ti-plug:before {
        content: "îšƒ"
    }

    .ti-pie-chart:before {
        content: "îš„"
    }

    .ti-paragraph:before {
        content: "îš…"
    }

    .ti-panel:before {
        content: "îš†"
    }

    .ti-package:before {
        content: "îš‡"
    }

    .ti-music:before {
        content: "îšˆ"
    }

    .ti-music-alt:before {
        content: "îš‰"
    }

    .ti-mouse:before {
        content: "îšŠ"
    }

    .ti-mouse-alt:before {
        content: "îš‹"
    }

    .ti-money:before {
        content: "îšŒ"
    }

    .ti-microphone:before {
        content: "îš"
    }

    .ti-menu:before {
        content: "îšŽ"
    }

    .ti-menu-alt:before {
        content: "îš"
    }

    .ti-map:before {
        content: "îš"
    }

    .ti-map-alt:before {
        content: "îš‘"
    }

    .ti-loop:before {
        content: "îš’"
    }

    .ti-location-pin:before {
        content: "îš“"
    }

    .ti-list:before {
        content: "îš”"
    }

    .ti-light-bulb:before {
        content: "îš•"
    }

    .ti-Italic:before {
        content: "îš–"
    }

    .ti-info:before {
        content: "îš—"
    }

    .ti-infinite:before {
        content: "îš˜"
    }

    .ti-id-badge:before {
        content: "îš™"
    }

    .ti-hummer:before {
        content: "îšš"
    }

    .ti-home:before {
        content: "îš›"
    }

    .ti-help:before {
        content: "îšœ"
    }

    .ti-headphone:before {
        content: "îš"
    }

    .ti-harddrives:before {
        content: "îšž"
    }

    .ti-harddrive:before {
        content: "îšŸ"
    }

    .ti-gift:before {
        content: "îš "
    }

    .ti-game:before {
        content: "îš¡"
    }

    .ti-filter:before {
        content: "îš¢"
    }

    .ti-files:before {
        content: "îš£"
    }

    .ti-file:before {
        content: "îš¤"
    }

    .ti-eraser:before {
        content: "îš¥"
    }

    .ti-envelope:before {
        content: "îš¦"
    }

    .ti-download:before {
        content: "îš§"
    }

    .ti-direction:before {
        content: "îš¨"
    }

    .ti-direction-alt:before {
        content: "îš©"
    }

    .ti-dashboard:before {
        content: "îšª"
    }

    .ti-control-stop:before {
        content: "îš«"
    }

    .ti-control-shuffle:before {
        content: "îš¬"
    }

    .ti-control-play:before {
        content: "îš­"
    }

    .ti-control-pause:before {
        content: "îš®"
    }

    .ti-control-forward:before {
        content: "îš¯"
    }

    .ti-control-backward:before {
        content: "îš°"
    }

    .ti-cloud:before {
        content: "îš±"
    }

    .ti-cloud-up:before {
        content: "îš²"
    }

    .ti-cloud-down:before {
        content: "îš³"
    }

    .ti-clipboard:before {
        content: "îš´"
    }

    .ti-car:before {
        content: "îšµ"
    }

    .ti-calendar:before {
        content: "îš¶"
    }

    .ti-book:before {
        content: "îš·"
    }

    .ti-bell:before {
        content: "îš¸"
    }

    .ti-basketball:before {
        content: "îš¹"
    }

    .ti-bar-chart:before {
        content: "îšº"
    }

    .ti-bar-chart-alt:before {
        content: "îš»"
    }

    .ti-back-right:before {
        content: "îš¼"
    }

    .ti-back-left:before {
        content: "îš½"
    }

    .ti-arrows-corner:before {
        content: "îš¾"
    }

    .ti-archive:before {
        content: "îš¿"
    }

    .ti-anchor:before {
        content: "î›€"
    }

    .ti-align-right:before {
        content: "î›"
    }

    .ti-align-left:before {
        content: "î›‚"
    }

    .ti-align-justify:before {
        content: "î›ƒ"
    }

    .ti-align-center:before {
        content: "î›„"
    }

    .ti-alert:before {
        content: "î›…"
    }

    .ti-alarm-clock:before {
        content: "î›†"
    }

    .ti-agenda:before {
        content: "î›‡"
    }

    .ti-write:before {
        content: "î›ˆ"
    }

    .ti-window:before {
        content: "î›‰"
    }

    .ti-widgetized:before {
        content: "î›Š"
    }

    .ti-widget:before {
        content: "î›‹"
    }

    .ti-widget-alt:before {
        content: "î›Œ"
    }

    .ti-wallet:before {
        content: "î›"
    }

    .ti-video-clapper:before {
        content: "î›Ž"
    }

    .ti-video-camera:before {
        content: "î›"
    }

    .ti-vector:before {
        content: "î›"
    }

    .ti-themify-logo:before {
        content: "î›‘"
    }

    .ti-themify-favicon:before {
        content: "î›’"
    }

    .ti-themify-favicon-alt:before {
        content: "î›“"
    }

    .ti-support:before {
        content: "î›”"
    }

    .ti-stamp:before {
        content: "î›•"
    }

    .ti-split-v-alt:before {
        content: "î›–"
    }

    .ti-slice:before {
        content: "î›—"
    }

    .ti-shortcode:before {
        content: "î›˜"
    }

    .ti-shift-right-alt:before {
        content: "î›™"
    }

    .ti-shift-left-alt:before {
        content: "î›š"
    }

    .ti-ruler-alt-2:before {
        content: "î››"
    }

    .ti-receipt:before {
        content: "î›œ"
    }

    .ti-pin2:before {
        content: "î›"
    }

    .ti-pin-alt:before {
        content: "î›ž"
    }

    .ti-pencil-alt2:before {
        content: "î›Ÿ"
    }

    .ti-palette:before {
        content: "î› "
    }

    .ti-more:before {
        content: "î›¡"
    }

    .ti-more-alt:before {
        content: "î›¢"
    }

    .ti-microphone-alt:before {
        content: "î›£"
    }

    .ti-magnet:before {
        content: "î›¤"
    }

    .ti-line-double:before {
        content: "î›¥"
    }

    .ti-line-dotted:before {
        content: "î›¦"
    }

    .ti-line-dashed:before {
        content: "î›§"
    }

    .ti-layout-width-full:before {
        content: "î›¨"
    }

    .ti-layout-width-default:before {
        content: "î›©"
    }

    .ti-layout-width-default-alt:before {
        content: "î›ª"
    }

    .ti-layout-tab:before {
        content: "î›«"
    }

    .ti-layout-tab-window:before {
        content: "î›¬"
    }

    .ti-layout-tab-v:before {
        content: "î›­"
    }

    .ti-layout-tab-min:before {
        content: "î›®"
    }

    .ti-layout-slider:before {
        content: "î›¯"
    }

    .ti-layout-slider-alt:before {
        content: "î›°"
    }

    .ti-layout-sidebar-right:before {
        content: "î›±"
    }

    .ti-layout-sidebar-none:before {
        content: "î›²"
    }

    .ti-layout-sidebar-left:before {
        content: "î›³"
    }

    .ti-layout-placeholder:before {
        content: "î›´"
    }

    .ti-layout-menu:before {
        content: "î›µ"
    }

    .ti-layout-menu-v:before {
        content: "î›¶"
    }

    .ti-layout-menu-separated:before {
        content: "î›·"
    }

    .ti-layout-menu-full:before {
        content: "î›¸"
    }

    .ti-layout-media-right-alt:before {
        content: "î›¹"
    }

    .ti-layout-media-right:before {
        content: "î›º"
    }

    .ti-layout-media-overlay:before {
        content: "î›»"
    }

    .ti-layout-media-overlay-alt:before {
        content: "î›¼"
    }

    .ti-layout-media-overlay-alt-2:before {
        content: "î›½"
    }

    .ti-layout-media-left-alt:before {
        content: "î›¾"
    }

    .ti-layout-media-left:before {
        content: "î›¿"
    }

    .ti-layout-media-center-alt:before {
        content: "îœ€"
    }

    .ti-layout-media-center:before {
        content: "îœ"
    }

    .ti-layout-list-thumb:before {
        content: "îœ‚"
    }

    .ti-layout-list-thumb-alt:before {
        content: "îœƒ"
    }

    .ti-layout-list-post:before {
        content: "îœ„"
    }

    .ti-layout-list-large-image:before {
        content: "îœ…"
    }

    .ti-layout-line-solid:before {
        content: "îœ†"
    }

    .ti-layout-grid4:before {
        content: "îœ‡"
    }

    .ti-layout-grid3:before {
        content: "îœˆ"
    }

    .ti-layout-grid2:before {
        content: "îœ‰"
    }

    .ti-layout-grid2-thumb:before {
        content: "îœŠ"
    }

    .ti-layout-cta-right:before {
        content: "îœ‹"
    }

    .ti-layout-cta-left:before {
        content: "îœŒ"
    }

    .ti-layout-cta-center:before {
        content: "îœ"
    }

    .ti-layout-cta-btn-right:before {
        content: "îœŽ"
    }

    .ti-layout-cta-btn-left:before {
        content: "îœ"
    }

    .ti-layout-column4:before {
        content: "îœ"
    }

    .ti-layout-column3:before {
        content: "îœ‘"
    }

    .ti-layout-column2:before {
        content: "îœ’"
    }

    .ti-layout-accordion-separated:before {
        content: "îœ“"
    }

    .ti-layout-accordion-merged:before {
        content: "îœ”"
    }

    .ti-layout-accordion-list:before {
        content: "îœ•"
    }

    .ti-ink-pen:before {
        content: "îœ–"
    }

    .ti-info-alt:before {
        content: "îœ—"
    }

    .ti-help-alt:before {
        content: "îœ˜"
    }

    .ti-headphone-alt:before {
        content: "îœ™"
    }

    .ti-hand-point-up:before {
        content: "îœš"
    }

    .ti-hand-point-right:before {
        content: "îœ›"
    }

    .ti-hand-point-left:before {
        content: "îœœ"
    }

    .ti-hand-point-down:before {
        content: "îœ"
    }

    .ti-gallery:before {
        content: "îœž"
    }

    .ti-face-smile:before {
        content: "îœŸ"
    }

    .ti-face-sad:before {
        content: "îœ "
    }

    .ti-credit-card:before {
        content: "îœ¡"
    }

    .ti-control-skip-forward:before {
        content: "îœ¢"
    }

    .ti-control-skip-backward:before {
        content: "îœ£"
    }

    .ti-control-record:before {
        content: "îœ¤"
    }

    .ti-control-eject:before {
        content: "îœ¥"
    }

    .ti-comments-smiley:before {
        content: "îœ¦"
    }

    .ti-brush-alt:before {
        content: "îœ§"
    }

    .ti-youtube:before {
        content: "îœ¨"
    }

    .ti-vimeo:before {
        content: "îœ©"
    }

    .ti-twitter:before {
        content: "îœª"
    }

    .ti-time:before {
        content: "îœ«"
    }

    .ti-tumblr:before {
        content: "îœ¬"
    }

    .ti-skype:before {
        content: "îœ­"
    }

    .ti-share:before {
        content: "îœ®"
    }

    .ti-share-alt:before {
        content: "îœ¯"
    }

    .ti-rocket:before {
        content: "îœ°"
    }

    .ti-pinterest:before {
        content: "îœ±"
    }

    .ti-new-window:before {
        content: "îœ²"
    }

    .ti-microsoft:before {
        content: "îœ³"
    }

    .ti-list-ol:before {
        content: "îœ´"
    }

    .ti-linkedin:before {
        content: "îœµ"
    }

    .ti-layout-sidebar-2:before {
        content: "îœ¶"
    }

    .ti-layout-grid4-alt:before {
        content: "îœ·"
    }

    .ti-layout-grid3-alt:before {
        content: "îœ¸"
    }

    .ti-layout-grid2-alt:before {
        content: "îœ¹"
    }

    .ti-layout-column4-alt:before {
        content: "îœº"
    }

    .ti-layout-column3-alt:before {
        content: "îœ»"
    }

    .ti-layout-column2-alt:before {
        content: "îœ¼"
    }

    .ti-instagram:before {
        content: "îœ½"
    }

    .ti-google:before {
        content: "îœ¾"
    }

    .ti-github:before {
        content: "îœ¿"
    }

    .ti-flickr:before {
        content: "î€"
    }

    .ti-facebook:before {
        content: "î"
    }

    .ti-dropbox:before {
        content: "î‚"
    }

    .ti-dribbble:before {
        content: "îƒ"
    }

    .ti-apple:before {
        content: "î„"
    }

    .ti-android:before {
        content: "î…"
    }

    .ti-save:before {
        content: "î†"
    }

    .ti-save-alt:before {
        content: "î‡"
    }

    .ti-yahoo:before {
        content: "îˆ"
    }

    .ti-wordpress:before {
        content: "î‰"
    }

    .ti-vimeo-alt:before {
        content: "îŠ"
    }

    .ti-twitter-alt:before {
        content: "î‹"
    }

    .ti-tumblr-alt:before {
        content: "îŒ"
    }

    .ti-trello:before {
        content: "î"
    }

    .ti-stack-overflow:before {
        content: "îŽ"
    }

    .ti-soundcloud:before {
        content: "î"
    }

    .ti-sharethis:before {
        content: "î"
    }

    .ti-sharethis-alt:before {
        content: "î‘"
    }

    .ti-reddit:before {
        content: "î’"
    }

    .ti-pinterest-alt:before {
        content: "î“"
    }

    .ti-microsoft-alt:before {
        content: "î”"
    }

    .ti-linux:before {
        content: "î•"
    }

    .ti-jsfiddle:before {
        content: "î–"
    }

    .ti-joomla:before {
        content: "î—"
    }

    .ti-html5:before {
        content: "î˜"
    }

    .ti-flickr-alt:before {
        content: "î™"
    }

    .ti-email:before {
        content: "îš"
    }

    .ti-drupal:before {
        content: "î›"
    }

    .ti-dropbox-alt:before {
        content: "îœ"
    }

    .ti-css3:before {
        content: "î"
    }

    .ti-rss:before {
        content: "îž"
    }

    .ti-rss-alt:before {
        content: "îŸ"
    }
}